

.bg-blue-shade {
    background-color: #eff0f6;
}
/* Vertical scrollbar for thumbnail container */
#thumbnail-container {
    overflow-x: hidden; /* prevent horizontal scroll */
}

/* Chrome, Edge, Safari */
#thumbnail-container::-webkit-scrollbar {
    width: 1px; /* narrow scrollbar */
}

#thumbnail-container::-webkit-scrollbar-track {
    background: transparent;
}

#thumbnail-container::-webkit-scrollbar-thumb {
    background-color: #d9dbe9; /* light version of #14142b */
    border-radius: 10px;
}
/* Remove any pseudo-element arrows if present */
#thumbnail-container .carousel-indicators::before,
#thumbnail-container .carousel-indicators::after {
    display: none !important;
}
/* Firefox */
#thumbnail-container {
    scrollbar-width: thin;
    scrollbar-color: #14142b1a transparent;
}
.rounded-20{
    border-radius: 20px;
}
#productImageCarousel.sticky-top {
    top: 40px;
    z-index: 1;
}
.imgthumbs.carousel-indicators [data-bs-target] {
    width: 80px;
    height: 98px;
    max-width: 80px;
    border: 1px solid #D9DBE9;
    border-radius: 16px;
    opacity: 1;
}
#carousel-inner {
    /* min-height: 524px; */
}
#carousel-inner .carousel-item.active {
    border: 1px solid #D9DBE9;
}
/* Thumbnail buttons */
.imgthumbs button {
  padding: 0;
  border: none;
  background: none;
}
.imgthumbs img {
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  display: block;
  object-fit: cover;
}
/* Scrollbar styling */
.imgthumbs::-webkit-scrollbar {
  width: 6px;
}
.imgthumbs::-webkit-scrollbar-track {
  background: transparent;
}
.imgthumbs::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.imgthumbs {
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,0.3) transparent;
}
/* .breadcrumb-item {
    color: #14142B;
    font-weight: 500;
    font-size: 12px;
}
.breadcrumb-item.active {
    color: #6E7191;
    opacity: 1;
} */
/* COLOR SWATCHES WRAPPER */
#color-swatches .colors-radio label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 2px solid #D9DBE9;
    border-radius: 50%;
    padding: 3px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-sizing: border-box;
    overflow: hidden;
}
#color-swatches .colors-radio label img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}
#color-swatches .colors-radio input:checked + label {
    border-color: #14142B;
}
/* SIZE SWATCH CHECKED STATE */
#size-swatches .sizes-radio input:checked + label {
    background-color: #14142b;
    color: #fff;
    border-color: #14142b;
}

#size-swatches .sizes-radio label {
    min-width: 36px;
    height: 36px;
    font-size: 14px;
    font-weight: 500;
    color: #14142b;
    background-color: #fff;
    border: 1px solid #d9dbe9;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    box-sizing: border-box;
    transition: all .2s ease;
}

#size-swatches .sizes-radio input:checked + label {
    background-color: #14142b;
    color: #fff;
    border-color: #14142b;
}
#size-swatches label.disabled {
    opacity: 0.5;
    background-color: #d5d5d5;
}
/* QUANTITY BUTTONS */
#quantity-selector .btn-quantity {
    width: 30px;
    height: 30px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #14142B;
    color: #14142b;
    background-color: #fff;
    transition: all 0.2s ease;
    padding: 0;
}
#quantity-selector .btn-quantity i {
    line-height: 1;
}
.number-quantity {
    min-width: 38px;
}
#quantity-selector .btn-quantity.active {
    background-color: #14142b;
    border-color: #14142b;
    color: #fff;
}
#quantity-selector button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.text-truncate-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* .accordion-button:not(.collapsed) {
    background-color: #F0F0F0;
}
.accordion-button:not(.collapsed)::after {
    background-size: 20px;
}
.accordion-button.collapsed::after {
    background-size: 20px;
} */
/* Media Queries */

@media (min-width: 1200px) {
    .g-xl-32 {
         --bs-gutter-x: 2rem;
    }
    .lh-28 {
        line-height: 1.4 !important;
    }
}
@media (min-width: 1400px) {
    #productImageCarousel .col-xxl-2 {
        flex: 0 0 auto;
        width: 17.666667%;
    }
    #productImageCarousel .col-xxl-10 {
        flex: 0 0 auto;
        width: 82.333333%;
    }
}
@media (max-width: 991px) {
    /* .main-content-area {
        margin-top: 0;
    } */
}
@media (max-width: 1399px) {
    /* #categoriescard .font-20 {
        font-size: 16px !important;
        line-height: 1.4;
    } */
}
@media (max-width: 1200px) {
    .imgthumbs.carousel-indicators [data-bs-target] {
        width: 70px;
        height: 88px;
        max-width: 80px;
    }
}
@media (max-width: 768px) {
    .imgthumbs.carousel-indicators [data-bs-target] {
        width: 70px;
        height: 88px;
        max-width: 80px;
    }
}

@media (max-width: 576px) {
    #color-swatches .colors-radio label {
        padding: 2px;
    }
    #color-swatches .colors-radio label img {
        width: 100%!important;
        height: 100%!important;
    }
    .main-pricing-tbl th, .main-pricing-tbl td {
        white-space: normal !important;
        line-height: 20px;
    }
    .main-pricing-tbl th {
        width: 100px !important;
        min-width: 100px!important;
    }
    .main-pricing-tbl td {
        width: 80px !important;
        min-width: 80px!important;
    }
}
