* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.ct-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
.text-18 {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.text-20 {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.line-32 {
  line-height: 32px;
}
.text-suc {
  color: #00bd5b !important;
}
.rounded-1 {
  border-radius: 8px;
}
.fill-outline,
.fill-btn {
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.5s ease;
}
.fill-outline {
  border: 1px solid #2877cf;
  color: #2877cf;
}
.fill-btn {
  background-color: #073b74;
  color: #fff;
  border-color: #073b74;
}
.fill-btn:hover {
  background-color: transparent;
  color: #073b74;
}
.fill-outline:hover {
  background-color: #2877cf;
  color: #fff;
}
/* Product Name Css */
.topBanner-img {
  height: 260px;
  overflow: hidden;
  border-radius: 20px;
}
.topBanner-img img {
  object-fit: cover;
}
.sellerShopName-block .ShopName {
  gap: 15px;
}
.sellerShopName-block .ShopName .box {
  width: 65px;
  height: 65px;
  overflow: hidden;
  border-radius: 65px;
}
.sellerShopName-block .ShopName .box img {
  object-fit: cover;
}
.sellerShopName-block .ShopName span {
  line-height: 20px;
}
/* Rating Star Widgets Style */
.rating-stars .ratingStars .star {
  display: inline-block;
}
.rating-stars .ratingStars .star svg {
  width: 22px;
  height: 22px;
  fill: #d6e2f3;
}
.rating-stars .ratingStars li.star.selected svg path {
  fill: #ffca01;
}
.chatRequestQuote {
  width: calc(100% - 250px);
  padding-left: 40px;
}
/* productTabs-seller-ctn */
.productTabs-seller-ctn .inner-tabsContent .bg-label-boxs {
  background-color: #2877cf;
  border-radius: 8px;
  padding: 5px 30px;
}
.productTabs-seller-ctn .inner-tabsContent a {
  letter-spacing: 0.3px;
  font-weight: 400;
  display: block;
  color: #7d879c;
  background-color: transparent;
  border-color: transparent;
  position: relative;
}
.nav-pills .nav-link:hover:not(.active):not([aria-expanded=true]){
  background-color: transparent;
}
.pagination{
  margin-left: 0;
  gap: 10px;
}
.pagination .page-item .page-link{
  color: #7d879c;
  background-color: #fff;
  border-color: #e3e9ef;
}
.pagination .page-item.active > .page-link{
  box-shadow: none !important;
}
.pagination .page-item.active .page-link{
  color: #fff;
}
/* .productTabs-seller-ctn .inner-tabsContent ul .nav-item {
  margin: 0 25px;
} */
.productTabs-seller-ctn .inner-tabsContent ul .nav-item:first-child {
  margin-left: 0 !important;
}

.productTabs-seller-ctn .inner-tabsContent ul .nav-item a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #fff;
  bottom: -3px;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}
.productTabs-seller-ctn .inner-tabsContent ul .nav-item a.active::before,
.productTabs-seller-ctn .inner-tabsContent ul .nav-item a:hover::before {
  width: 100%;
}
.productTabs-seller-ctn .inner-tabsContent ul .nav-item a.active {
  font-weight: 600;
  font-weight: 600;
    box-shadow: none;
    background-color: transparent;
}
.search-product-input {
  width: calc(100% - 520px);
  padding-left: 46px;
  gap: 18px;
}
.left-div-search-in {
  width: calc(100% - 150px);
}
.search-product-input .search-i {
  background-color: #fff;
  width: 50px;
  height: 40px;
  border-radius: 6px;
  position: absolute;
  top: 2.5px;
  right: 2px;
}
.search-product-input .form-control {
  border-radius: 10px;
  font-size: 14px;
  min-height: 45px;
  border: 1px solid #dae1e7;
}
.search-product-input .form-control::placeholder {
  font-size: 13.5px;
  font-weight: 600;
  color: #8e99ad;
}
.productTabs-seller-ctn .sellerInformatio-data .aboutUs-b {
  background-color: #e5e6e7;
  color: #3f3f41;
}
.productTabs-seller-ctn .sellerInformatio-data .aboutUs-b span {
  line-height: 30px;
}
.productTabs-seller-ctn .card {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  color: #3f3f41;
  background-color: #fff;
}
.businessHours table th,
.businessHours table td {
  padding: 0 4px;
}
.portfolioContent-ct .card .card-ct-body {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border: 1px solid #dae1e7;
}
.portfolioContent-ct .card .card-ct-body img {
  object-fit: cover;
}
.portfolioContent-ct .card small {
  font-size: 14px;
  font-weight: 600;
}
.pro-count-span {
  background-color: rgba(0, 0, 0, 0.7);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
/* projectName-modal-image*/
.projectName-modal-image .modal-title {
  font-weight: 600;
  text-align: center;
}
.modal-header .close{
  padding: 0 !important;
  margin: 0 !important;
}
/* .projectName-modal-image .modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  margin: 0;
  opacity: 1;
  z-index: 99;
} */
.projectName-modal-image .modal-dialog {
  max-width: 800px;
}
.projectName-modal-image .carouselProduct-i {
  height: 600px;
  overflow: hidden;
  border-radius: 10px;
}
.projectName-modal-image .carouselProduct-i img {
  object-fit: cover;
}
.projectName-modal-image .modal-body {
  padding: 20px 35px 25px 35px;
}
.projectName-modal-image .a-round {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}
.projectName-modal-image .carousel-control-next,
.projectName-modal-image .carousel-control-prev {
  opacity: 1;
  width: auto;
}
.projectName-modal-image .carousel-control-next {
  right: -24px;
}
.projectName-modal-image .carousel-control-prev {
  left: -24px;
}

/* productstoreReviews-tab */
.productstoreReviews-tab .rating-stars .ratingStars li.star svg {
  width: 30px;
  height: 30px;
}
.productstoreReviews-tab .t-span {
  font-size: 14px;
  font-weight: 700;
}
.productstoreReviews-tab .rat-box-com {
  width: fit-content;
}
.productstoreReviews-tab .rat-box-com .p-wdth {
  width: 200px;
}
.productstoreReviews-tab .reviewFor-useImg {
  gap: 10px;
}
.productstoreReviews-tab .reviewFor-useImg .useImg-box {
  width: calc(10% - 5px);
  height: 100px;
  overflow: hidden;
  border-radius: 4px;
}
.productstoreReviews-tab .reviewFor-useImg .useImg-box img {
  height: 100%;
  object-fit: cover;
}
.productstoreReviews-tab .userFrofile .user-c {
  width: 50px;
  height: 50px;
  border-radius: 60px;
  overflow: hidden;
}
.productstoreReviews-tab .userFrofile .user-c img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.productstoreReviews-tab .userFrofile span {
  color: #7a7a7a;
  font-size: 14px;
}
.productstoreReviews-tab .inner-card-dark {
  background-color: #e5e6e7;
  padding: 25px;
  border-radius: 18px;
  margin: 0 auto;
  width: 90%;
}
.border-bottom-2 {
  border-bottom-width: 2px !important;
}
.productstoreReviews-tab .updated {
  font-size: 14px;
  font-weight: 700;
}
/* Pagination */
.product-pagi .page-link {
  border-color: #a9abae !important;
  font-size: 14px;
  font-weight: 600 !important;
  color: #4b4b4d !important;
  line-height: normal;
  margin-bottom: 0px;
  transition: all 0.5s ease;
  min-width: 35px !important;
  height: 35px;
  padding: 2px 5px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.product-pagi .page-link:hover {
  background-color: #d6e2f3;
  color: #073b74;
}
.product-pagi .page-link:focus {
  outline: none;
  box-shadow: inherit;
}
.product-pagi .page-link.active {
  background-color: #2877cf !important;
  color: #fff !important;
}
.product-pagi .pagination {
  row-gap: 4px;
}
.reportSeller-modal-info .modal-title span {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
.reportSeller-modal-info .modal-dialog {
  max-width: 1024px;
}

.reportSeller a{
  color: #fff !important;
}
.submit-successfully .modal-dialog {
  max-width: 800px;
}
.text-black {
  color: #000 !important;
}
/* replyToReview-content-pro */
.reportSeller-modal-info .write-div .form-control {
  border-radius: 15px;
  border-width: 2px;
  height: 165px;
  resize: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.reportSeller-modal-info .dragDropFile h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  color: #575757;
}
.reportSeller-modal-info .dragDropFile .upload {
  width: 70px;
  height: 70px;
}
.reportSeller-modal-info .fill-btn {
  width: fit-content;
  background-color: #2877cf;
  color: #fff;
  border: 2px solid #2877cf;
  padding: 6px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
}
#file-uploader-component .fill-btn {
  width: fit-content;
  background-color: #2877cf !important;
  color: #fff;
  border: 2px solid #2877cf !important;;
  padding: 6px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400 !important;;
}
.reportSeller-modal-info .fill-btn:hover {
  background-color: transparent;
  color: #2877cf;
}
.reportSeller-modal-info .dragDropFile .up-f {
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.reportSeller-modal-info .card {
  border: 2px solid #ced4da;
  border-radius: 15px;
  padding: 20px 0;
}
.reportSeller-modal-info .up-file-nameDetail {
  height: 310px;
  overflow: auto;
  padding-right: 16px;
}
.reportSeller-modal-info .up-file-nameDetail .up-file-img {
  width: 50px;
  height: 50px;
}
.reportSeller-modal-info .up-file-nameDetail .up-file-img img {
  object-fit: contain;
}
.reportSeller-modal-info .up-file-nameDetail .up-file-img img {
  object-fit: contain;
}
.up-file-nameDetail .delect-i .trash {
  width: 30px;
  height: 30px;
}
.up-file-nameDetail .details .data {
  color: #a7a7a7;
  font-size: 14px;
}
.reportSeller-modal-info .up-file-nameDetail::-webkit-scrollbar {
  width: 4px;
  height: 12px;
}
.reportSeller-modal-info .up-file-nameDetail::-webkit-scrollbar-thumb {
  background: #a4a8ac;
}
.reportSeller-modal-info .footer-btn-box {
  max-width: 400px;
  width: 100%;
}
.reportSeller-modal-info .footer-btn-box .btn {
  font-size: 18px;
  font-weight: 500;
}
.submit-successfully .replyToReview-content-pro {
  display: none;
}
.submit-successfully .thankYou-content {
  display: block !important;
}
/* 
//
@media
//
 */
@media (max-width: 1200px) {
  .productTabs-seller-ctn .inner-tabsContent ul .nav-item {
    margin: 0 12px;
  }
  .search-product-input {
    width: calc(100% - 425px);
    padding-left: 30px;
  }
  .portfolioContent-ct .card .card-ct-body {
    height: 280px;
  }
  .reportSeller-modal-info .modal-dialog {
    max-width: 95%;
  }
}
@media (max-width: 991px) {
  .productTabs-seller-ctn .inner-tabsContent .bg-label-boxs {
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px 15px;
  }
  .search-product-input {
    width: 100%;
    padding-left: 0px;
    flex-wrap: wrap;
  }
  .productstoreReviews-tab .reviewFor-useImg .useImg-box {
    width: calc(20% - 8px);
    height: 137px;
  }
  .border-left {
    border-left: 0 !important;
  }
  .reportSeller-modal-info .up-file-nameDetail {
    padding: 20px 16px 0 16px !important;
    border-top: 2px solid #ced4da;
  }
}
@media (max-width: 767px) {
  .fill-outline,
  .fill-btn {
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 500;
  }
  .portfolioContent-ct .card .card-ct-body {
    height: 328px;
  }
  .productstoreReviews-tab .reviewFor-useImg .useImg-box {
    width: calc(25% - 8px);
    height: 120px;
  }
}
@media (max-width: 600px) {
  .chatRequestQuote {
    width: 100%;
    padding-left: 0px;
  }
  .sellerShopName-block {
    flex-wrap: wrap;
    gap: 20px;
  }
  .sellerShopName-block .ShopName .box {
    width: 50px;
    height: 50px;
  }
  .text-20 {
    font-size: 18px;
  }
  .sellerShopName-block .ShopName span {
    font-size: 14px;
  }
  .productTabs-seller-ctn .inner-tabsContent .nav {
    gap: 20px;
    width: 100%;
  }
  .productTabs-seller-ctn .inner-tabsContent .nav li {
    margin: 0;
  }
  .projectName-modal-image .carouselProduct-i {
    height: auto;
  }
  .projectName-modal-image .a-round {
    width: 40px;
    height: 40px;
  }
  .projectName-modal-image .modal-body {
    padding: 14px 27px 20px 27px;
  }
  .projectName-modal-image .carousel-control-next svg,
  .projectName-modal-image .carousel-control-prev svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 500px) {
  .left-div-search-in {
    width: 100%;
  }
  .search-product-input .reportSeller {
    margin-left: auto;
    margin-bottom: 8px;
  }
  .topBanner-img {
    height: 150px;
    border-radius: 10px;
  }
  .productTabs-seller-ctn .card .businessHours .table {
    width: 500px;
    max-width: 500px;
  }
  .portfolioContent-ct .card .card-ct-body {
    height: 245px;
  }
  .pro-count-span {
    width: 40px;
    height: 40px;
    left: 10px;
    top: 10px;
    font-size: 15px;
  }
  .productstoreReviews-tab .reviewFor-useImg .useImg-box {
    width: calc(50% - 8px);
    height: 120px;
  }
  .productstoreReviews-tab .inner-card-dark {
    padding: 12px;
    border-radius: 13px;
    width: 98%;
  }
  .productstoreReviews-tab .inner-card-dark .reviewFor-useImg .useImg-box {
    height: 100px;
  }
  .productstoreReviews-tab .rat-box-com .p-wdth {
    width: 120px;
    font-size: 15px;
  }
  .productstoreReviews-tab .rating-stars .ratingStars li.star svg {
    width: 20px;
    height: 20px;
  }
  .rating-stars {
    margin: 0 8px !important;
  }
  .line-32 {
    line-height: 28px;
  }
  .reportSeller-modal-info .modal-title span {
    font-size: 26px;
  }
  .reportSeller-modal-info .write-div .form-control {
    border-radius: 11px;
    height: 124px;
    padding: 8px 15px;
  }
  .reportSeller-modal-info .card {
    border-radius: 11px;
    padding: 15px 0;
  }
  .reportSeller-modal-info .dragDropFile .upload {
    width: 54px;
    height: 54px;
  }
  .reportSeller-modal-info .dragDropFile h3 {
    font-size: 20px;
  }
  .reportSeller-modal-info .up-file-nameDetail {
    padding: 13px 12px 0 12px !important;
  }
  .reportSeller-modal-info .up-file-nameDetail .up-file-img {
    width: 40px;
    height: 40px;
  }
  .up-file-nameDetail .delect-i .trash {
    width: 24px;
    height: 24px;
  }
  .reportSeller-modal-info .footer-btn-box .btn {
    font-size: 15px;
    font-weight: 500;
  }
}


.chatRequestQuote .chat-btn:focus{
  color: #073b74 !important;
  background-color: transparent !important;
}