  .hero-section {
      margin-top: 125px;
  }

  .breadcrumb-section {
      padding-bottom: 20px;

  }

  .breadcrumb a {
      text-decoration: none;
      color: #000;
      font-size: 16px;
      font-weight: 500;
  }

  .breadcrumb-item.active {
      color: #000 !important;
      font-size: 16px;
      font-weight: 500;
  }

  .breadcrumb-item+.breadcrumb-item {
      padding-left: 12px !important;
  }

  .hero-section-container {

      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 40px;
  }





  @media (max-width: 992px) {
      .hero-section-container {
          flex-direction: column;
          text-align: center;
          padding: 30px;
      }


  }




.bulk-image-single-product img{
  width: 80px;
  scale: 1.27;
}

/* PRODUCT DETAIL SECTION */
.breadcrumb-item+.breadcrumb-item::before{
  display: none;
}
.breadcrumb-arrow{
  margin-right: 8px;
  color: #5f7082;
}
.product-detail-section {
  background-color: #ffffff;
  padding-bottom: 40px;
}
.product-detail-section .row{
    margin: 0px;
}
/* LEFT GALLERY */
.left-image-section{
    padding: 0px;
    width: 29% !important;
}
.detail-section{
    /* padding-left: 0px; */
    width: 46% !important;
}
.product-gallery-wrapper {
  padding: 20px 20px 20px 0px;
}

.product-main-image-wrapper {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 32px 32px 48px 32px;
  text-align: center;
  background-color: #ffffff;
  overflow: hidden;
}


.product-main-image-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-main-image {
  height: 280px;
  width: auto;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  z-index: 10;
   width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
   width: 12px;
      height: 12px;
      filter: invert(30%) sepia(95%) saturate(2200%) hue-rotate(210deg) brightness(95%) contrast(90%);
      background-size: 20px 20px;
}

.gallery-arrow span {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #666666;
}

.gallery-arrow-left {
  left: 10px;
}

.gallery-arrow-right {
  right: 10px;
}

.gallery-arrow:hover {
  background-color: #f5f5f5;
}

.product-zoom-text {
  text-align: center;
  font-size: 13px;
  color: #777777;
  margin-top: 8px;
}

/* Thumbnails */

.product-thumbnails {
  margin-top: 24px;
  gap: 16px;
}

.product-thumb-item {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 0px;
  width: 60px;
  height: 60px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #ffffff;
}

.product-thumb-item img {
  max-width: 100%;
  max-height: 100%;
}

.product-thumb-item.active {
  border-color: #2C55A8;
}

/* CENTER INFO */

.product-info-wrapper {
  padding: 32px 0px;
}

.product-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222222;
}

.product-short-desc {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}

/* Rating */

.product-rating {
  /* margin-bottom: 20px; */
}

.rating-stars {
  display: inline-flex;
}

.rating-stars .star {
  font-size: 24px;
  margin-right: 2px;
  color: #f1c40f;
}

.rating-stars .star.half {
  color: #f1c40f;
}

.product-rating .rating-score {
  font-size: 14px;
  color: #000;
  margin-left: 6px;
}

.rating-count-btn {
  border: none;
  background: none;
  font-size: 14px;
  color: #002dff;
  margin-left: 10px;
  cursor: pointer;
  padding: 0;
}

/* Price */

.product-price-wrapper {
  margin-bottom: 10px;
}

.product-main-price {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin-right: 10px;
}

.product-old-price {
  font-size: 18px;
  color: #aaaaaa;
  text-decoration: line-through;
  margin-right: 10px;
}

.product-discount {
  font-size: 18px;
  color: #1e7e34;
  font-weight: 600;
}

.product-tax-text {
  font-size: 13px;
  color: #777777;
  margin-top: 6px;
  font-weight: 600;
}

/* Size options */

.product-size-wrapper {
  margin-top: 0px;
  margin-bottom: 26px;
}

.product-size-label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}

.size-card {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #d0d0d0;
  padding: 10px 12px;
  background-color: #ffffff;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  text-align: center;
}

.size-card.active {
  background-color: #eef5ff;
  border: none;
}

.size-volume {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #333333;
}

.size-price {
  font-size: 12px;
  color: #000;
}
.size-price span{
    font-size: 12px;
}

.size-off {
  font-size: 15px;
  color: #1e7e34;
  font-weight: 600;
  margin-top: 4px;
}

/* Highlights */

.product-highlights-wrapper {
  margin-top: 26px;
}

.product-highlight-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  border-bottom: 2px solid #88888826;
    padding-bottom: 7px;

}

.highlight-row {
  display: flex;
  margin-bottom: 6px;
}

.highlight-label {
  font-size: 13px;
  color: #2C55A8;
  min-width: fit-content;
  font-weight: 500;
}

.highlight-value {
  font-size: 13px;
  color: #000;
}

/* RIGHT PANEL */

.product-right-panel {
  padding: 20px 0px 32px 0;
}

.quantity-card {
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 16px;
  background-color: #ffffff;
  margin-bottom: 16px;
}

.quantity-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Qty controls */

.quantity-control-wrapper {
  margin-bottom: 16px;
  gap: 0px;
}

.qty-btn {
  width: 32px;
  height: 32px;
  border-radius: 0px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  font-size: 16px;
  padding: 0;
  cursor: pointer;
  /* border-right: none; */
}
.minus-btn{
    background-color:#f1f4fb ;
}
.plus-btn{
    background-color: #2C55A8;
    color: #fff;
}

.qty-input {
  width: 40px;
  height: 32px;
  text-align: center;
  border-radius: 0px;
  border: 1px solid #cccccc;
  font-size: 14px;
  border-left: none;
  border-right: none;
}

/* Bulk box */

.bulk-deal-box {
  border-radius: 13px;
  background-color: #f5f8ff;
  /* padding: 10px 10px; */
  margin-bottom: 12px;
  justify-content: space-between;
  overflow: hidden;
}

.bulk-deal-text-wrapper {
  max-width: 165px;
  padding-left: 20px;
}

.bulk-deal-title {
  font-size: 14px;
  color: #2C55A8;
  font-weight: 500;
}

.bulk-deal-subtitle{
  display: inline-flex;
  align-items: center;
}
.bulk-deal-subtitle h3{
     font-size: 14px;
    color: #2C55A8;
    font-weight: 500;
    text-decoration: underline;
}
.bulk-deal-subtitle span{
  text-decoration: none !important;
  margin-top: -3px;
}
.bulk-chevron {
  font-size: 11px;
  margin-left: 4px;
  color: #2C55A8;

  text-decoration: none;
}

.bulk-deal-img {
  width: 64px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Placeholder for box image, replace with real image */
.bulk-box-placeholder {
  width: 54px;
  height: 34px;
  border-radius: 4px;
  background: linear-gradient(135deg, #d1a45d, #b57d2e);
}

/* Unit Price */

.unit-price-row {
  border-top: 1px solid #e1e1e1;
  padding-top: 10px;
  margin-top: 8px;
}

.unit-price-label {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.unit-price-value {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

/* Add to Quote button */

.btn-add-quote {
  width: 100%;
  border: none;
  border-radius: 6px;
  background-color: #2C55A8;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 0;
  margin-bottom: 16px;
  cursor: pointer;
}

.btn-add-quote:hover {
  background-color: #fff;
  border: 1px solid #2C55A8;
  color: #2C55A8;
}

/* Technical Help Card */

.technical-help-card {
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 16px;
  background-color: #ffffff;
}

.tech-help-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.tech-help-desc {
  font-size: 13px;
  color: #000;
  margin-bottom: 10px;
}

.tech-help-link {
  border: none;
  background: none;
  padding: 0;
  font-size: 14px;
  color: #2C55A8;
  cursor: pointer;
  font-weight: 600;
}

/* Responsive tweaks */

@media (max-width: 991px) {
  .product-right-panel {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .product-main-image-wrapper {
    padding: 24px 20px 40px 20px;
  }

  .product-main-image {
    max-height: 260px;
  }

  .product-info-wrapper,
  .product-gallery-wrapper,
  .product-right-panel {
    padding: 16px 8px;
  }
}



/* tabs section css start  */

/* styles.css */


.product-tabs-section {
    /* padding-bottom: 40px; */
}

/* Tabs Nav */

.tabs-nav {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dddddd;
    gap: 8px;
}

.tabs-nav .tab-link {
    padding: 8px 46px;
    font-size: 16px;
    cursor: pointer;
    background-color: #f5f5f5;
    color: #333333;
    text-transform: none;
    border-radius: 5px 5px 0px 0px;
    font-weight: 500;
    background-color: #f1f4fb;
}

.tabs-nav .tab-link:last-child {
    border-right: none;
}

.tabs-nav .tab-link.active {
    background-color: #2C55A8;
    color: #ffffff;
}

/* Tab Content Wrapper */

.tabs-content-wrapper {
    padding-top: 25px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.description-text {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 12px;
}

/* Reviews Section */

.reviews-section {
    margin-top: 42px;
    border: 2px solid #80808029;
    padding: 18px 22px 18px 22px;
    box-sizing: border-box;
    border-radius: 8px;
}

.reviews-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
}

.reviews-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.write-review-btn {
    border: none;
    background-color: #2C55A8;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 32px;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
}
.write-review-btn:hover{
  background-color: #fff;
  color: #2C55A8;
  border: 1px solid #2C55A8;
}

.reviews-subtitle {
    font-size: 14px;
    color: #333;
    margin-bottom: 18px;
}

/* Rating summary */

.rating-summary-wrapper {
    display: flex;
    justify-content: flex-start;
    column-gap: 80px;
    /* margin-bottom: 24px; */
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
}

.rating-main {
    width: 240px;
    text-align: center;
}

.rating-main .rating-score {
    font-size: 32px;
    font-weight: 600;
    color: #0D6B03;
    margin-bottom: 4px;
}

.rating-score .rating-star-icon {
    font-size: 24px;
    margin-left: 6px;
}

.rating-stars-row {
    margin-bottom: 8px;
}

.star {
    font-size: 16px;
    color: #cccccc;
}

.product-rating .star.filled {
    color: #f1c40f;
}

.rating-count-text {
    font-size: 14px;
    color: #333;
}

.rating-distribution {
    flex: 1;
    max-width: 340px;
}

.rating-bar-row {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.rating-label {
    width: 16px;
    font-size: 14px;
    color: #333333;
}

.rating-bar-track {
    flex: 1;
    height: 8px;
    background-color: #F0ECF5;
    margin: 0 10px;
    position: relative;
}

.rating-bar-fill {
    height: 8px;
    background-color: #0D6B03;
}

.rating-fill-60 {
    width: 60%;
}

.rating-fill-40 {
    width: 40%;
}

.rating-fill-0 {
    width: 0;
}

.rating-percentage {
    width: 40px;
    font-size: 14px;
    color: #666666;
    text-align: right;
}

/* Individual reviews */

.reviews-list {
    /* margin-top: 14px; */
}

.review-item {
    padding: 18px 0 18px 0;
    border-bottom: 1px solid #f0f0f0;
}

.review-item:last-child {
    border-bottom: none;
}

.review-top-row {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.review-item .star.filled{
    color: #1e7e34;
}

.review-stars .star {
    font-size: 26px;
}

.verified-badge {
    font-size: 14px;
    color: #0D6B03;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px solid #88888029;
    
}

.review-author {
    font-size: 13px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 3px;
}

.review-date {
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
}

.review-title {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 6px;
}

.review-text {
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

/* View more button */

.reviews-footer {
    margin-top: 10px;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
}

.view-more-btn {
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #166dea;
    cursor: pointer;
    padding: 8px 0;
    text-transform: uppercase;
}



/* tabs section css end  */



/* popular products section css start  */

.popular-slider-section {
  background: #fff;
}

.popular-slider-title {
  font-size: 24px;
}

.popular-slider-view {
  font-size: 20px;
  color: #2C55A8;
}

.popular-slider-wrapper {
   margin-right: 25px;
}
.popular-slider-inner{
overflow: hidden;
 
}

.popular-slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

.popular-slider-item {
  flex: 0 0 22%;
  padding: 10px;
  box-sizing: border-box;
}

.popular-slider-card {
  border: 2px solid #80808059;
  border-radius: 5px;
  text-align: left;
  padding: 20px;
  transition: all 0.3s;
  height: 410px;
}

.popular-slider-card:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.popular-slider-img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 10px;
}

.popular-slider-badge {
  display: inline-block;
  background-color: #2C55A8;
  color: #fff;
  font-size: 10px;
  border-radius: 12px;
  padding: 3px 10px;
  margin-bottom: 8px;
}

.popular-slider-name {
  font-size: 16px;
  color: #000;
  min-height: 40px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popular-slider-price {
  margin: 8px 0;
  margin-bottom: 15px;
}

.popular-slider-price .price {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.popular-slider-price .old-price {
  font-size: 18px;
  color: #888;
  text-decoration: line-through;
  margin-left: 5px;
}

.popular-slider-price .discount {
  font-size: 12px;
  color: #fff;
  background-color: #0b993e;
  border-radius: 0px;
  padding: 2px 6px;
  margin-left: 5px;
  font-weight: 600;
}

.popular-slider-btn {
  background-color: #2C55A8;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
  width: 100%;
  border-radius: 6px;
}

.popular-slider-btn:hover {
  background-color: #fff;
  color: #2C55A8;
  border: 1px solid #2C55A8;
}

.popular-slider-prev,
.popular-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  z-index: 10;
   width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.popular-slider-prev {
  left: -10px;
  /* display: none; */
}

.popular-slider-next {
  right: -35px;
}

.popular-slider-prev .carousel-control-prev-icon,
.popular-slider-next .carousel-control-next-icon {
   width: 12px;
      height: 12px;
      filter: invert(30%) sepia(95%) saturate(2200%) hue-rotate(210deg) brightness(95%) contrast(90%);
      background-size: 20px 20px;
}

.best-sellers-slider-btn {
  background-color: #f1f4fb;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 0;
  width: 100%;
  border-radius: 6px;
  margin-top: 8px
}
.best-sellers-slider-btn span{
  color: #2C55A8;
}

.best-sellers-slider-btn:hover {
  /* background-color: #00357d; */
  background-color: #fff;
  color: #2C55A8;
  border: 1px solid #2C55A8;
}



/* popular products section css ends  */
@media (min-width:768px) {
  .mobile-review-btn{
    display: none;
  }
  
}

@media (max-width:768px) {
  .hero-section{
    margin-top: 80px;
  }
  .hero-section-container{
    padding: 50px 0px 0px 0px;
  }
  .hero-section-container{
    text-align: left;
    align-items: flex-start;
  }
  .product-detail-section .row{
    flex-direction: column;
  }
  .left-image-section{
    width: 100% !important;
  }
  .detail-section{
    width: 100% !important;
    padding: 0px;
  }
  .product-detail-section .row{
    flex-direction: row;
  }
  .product-title{
    font-size: 20px;
  }
  .product-highlights-wrapper .row{
    gap: 0px !important;
  }
  .highlight-label{
    min-width: 120px;
  }
  .px-4{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .product-info-wrapper, .product-gallery-wrapper, .product-right-panel{
    padding: 16px 0px;
  }
  .write-review-btn{
    font-size: 10px;
    padding: 10px 15px;
    font-weight: 400;
    width: fit-content;
  }
  .reviews-header-row{
    margin-bottom: 15px;
  }
  .popular-slider-item{
    flex: 0 0 100%;
  }
  .popular-slider-wrapper{
    margin-right: 0px;
  }
  .popular-slider-next{
    right: -10px;
  }
  .tabs-nav{
    width: 350px;
    overflow-x: scroll;
  }


.tabs-nav::-webkit-scrollbar-track {
    background: #f0f0f0; /* track color */
    border-radius: 10px;
}

.tabs-nav::-webkit-scrollbar-thumb {
    background: #bdbdbd; /* scrollbar thumb color */
    border-radius: 10px;
}

#variationCards .col-6{
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 48% !important;
}
#variationCards{
  gap: 10px;
}
.quantity-section{
  padding: 0px;
}
.rating-summary-wrapper{
  flex-direction: column;
  gap: 10px ;
}
.rating-main{
  text-align: left;
  display: flex;
  width: 100%;
  gap: 10px;
}
.rating-main .rating-score{
  width: 27%;
}
.desktop-review-btn{
  /* display: none; */
}
.reviews-section .dropdown .dropdown-toggle::after{
  display: none;
}
.product-highlights-wrapper .row .col-12{
  padding: 0px ;
}

.media-lightbox-content video, .media-lightbox-content iframe{
  width: 100% !important ;
  height: 100% !important;
}
.rating-score .rating-star-icon{
  margin-left: -6px;
}

.reviews-section{
  padding: 18px 15px;
}
.breadcrumb-item+.breadcrumb-item{
  padding-left: 0px !important;
}
.tabs-nav .tab-link{
  min-width:200px;
}.popular-slider-prev .carousel-control-prev-icon, .popular-slider-next .carousel-control-next-icon{margin-left:-5px;}
}

@media (min-width:768px) and (max-width:992px) {
  .hero-section{
    margin-top: 115px;
  }
  .hero-section-container{
    padding: 0px 0px 0px 0px;
  }
  .hero-section-container{
    text-align: left;
    align-items: flex-start;
  }
  #variationCards{
    gap: 0px 10px;
  }
  .product-detail-section .row{
    gap: 0px 25px;
  }
  .left-image-section{
    width: 40% !important;
  }
  .detail-section{
    width: 55% !important;
    padding: 0px;
  }
  #variationCards .col-md-3{
    width: 31% !important;
    padding: 0px;
  }
  .size-card{
    padding: 10px 10px;
  }
  .size-price{
    font-size: 10px;
  }
  .product-detail-section .row{
    flex-direction: row;
  }
  .product-title{
    font-size: 24px;
  }
  .product-highlights-wrapper .row{
    gap: 0px !important;
  }
  .highlight-label{
    min-width: 120px;
  }
  .px-4{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .product-info-wrapper, .product-gallery-wrapper, .product-right-panel{
    padding: 16px 0px;
  }
  .write-review-btn{
    font-size: 10px;
    padding: 10px 15px;
    font-weight: 400;
  }
  .reviews-header-row{
    margin-bottom: 15px;
  }
  .popular-slider-item{
    flex: 0 0 50%;
  }
  .popular-slider-wrapper{
    margin-right: 0px;
  }
  .popular-slider-next{
    right: -10px;
  }
  .product-highlights-wrapper .row .col-md-4{
    width: 48%;
  }
  .breadcrumb-item+.breadcrumb-item{
    padding-left: 0px !important;
  }
}

.hero-section  .container-fluid{
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.product-detail-section .container-fluid{
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.tabs-section .container-fluid{
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.tabs-section-content {
   max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.popular-slider-section .container-fluid{
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}@media (min-width:1700px) {    .hero-section .container-fluid{        padding: 0 40px !important;    }    .product-detail-section .container-fluid{      padding: 0 40px !important;    }    .tabs-section .container-fluid{      padding: 0 40px !important;    }    .tabs-section-content{      padding: 0 40px !important;    }    .popular-slider-section .container-fluid{      padding: 0 40px !important;    }  }


.hero-section .container-fluid{        padding: 0 40px !important;    }    .product-detail-section .container-fluid{      padding: 0 40px !important;    }    .tabs-section .container-fluid{      padding: 0 40px !important;    }    .tabs-section-content{      padding: 0 40px !important;    }    .popular-slider-section .container-fluid{      padding: 0 40px !important;    } 