span, p{
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 16px;
    margin: 0;
    padding: 0;
}
a.text-black:hover {
    color: #000000 !important;
    text-decoration: unset !important;
}
.color-FFFFFF, .color-ffffff{
    color: #FFFFFF !important;
}
.color-111111{
    color: #111111 !important;
}
.metal-circle{
    width: 30px !important;
    height: 30px !important;
}


.tab-product .nav-material-new.nav-tabs .nav-link{
    color: #111111;
    font-weight: 400;
    border: none;
    border-radius: 4px;
}


.tab-product .nav-material-new.nav-tabs .nav-link:focus-visible {
    color: #111111;
    font-weight: 400;
    border: none;
    box-shadow: none;
}


.tab-product .nav-material-new.nav-tabs .nav-link.active, .tab-product .nav-material-new.nav-tabs .nav-link:hover{
    color: #111111;
    background-color: #f5f0ee;
    font-weight: 400;
    border: 1px solid #f5f0ee;
}

.border-radius-4{
    border-radius: 4px;
}

.border-radius-8{
    border-radius: 8px;
}


.option_text,
.customize-detail-block li a {
    font-size: 14px;
    line-height: 16px
}

.option_img_shape {
    height: 40px !important;
    width: 40px !important
}

.customizeoption-label span.option_name {
    padding: 0;
    border: 0;
    text-align: center;
    font-size: 12px;
    text-transform: capitalize
}

.customize-detail-block li a {
    padding: 8px 10px;
    color: #111 !important;
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}



.product-image-container {
    position: relative;
    overflow: hidden;
}

.product-image-container img {
    transition: opacity 0.3s ease-in-out;
}

.product-image-container .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.product-image-container:hover .main-image {
    opacity: 0;
}

.product-image-container:hover .hover-image {
    opacity: 1;
}

.color-panel-item{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.product-title{
    width: 100%;
    line-height: 24px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px !important;

}

.category-slider-section .no-arrow .slick-next, .category-slider-section .no-arrow .slick-prev{
    display: block !important;
    z-index: 5;
}

.category-slider-section .slick-prev:before, .category-slider-section .slick-next:before{
    color: #ec8951 !important;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 99;
}

.category-slider-section .slick-prev{
    left: -50px;
}

.category-slider-section .slick-next{
    right: -50px;
}

.filter-style-list{
    flex-wrap: wrap;
    display: flex;
}

.filter-top-style{
    width: 150px !important; /* 25% width with gap compensation for 4 items per row */
    display: flex;
    flex-direction: column; /* Stack thumbnail and text vertically */
    align-items: center; /* Center align items */
    margin-bottom: 10px; /* Add bottom margin for row spacing */
}

.filter-top-style-list{
    flex-wrap: nowrap;
    display: flex;
    overflow-x: auto;
}

.filter-style{
    width: calc(25% - 6px) !important; /* 25% width with gap compensation for 4 items per row */
    display: flex;
    flex-direction: column; /* Stack thumbnail and text vertically */
    align-items: center; /* Center align items */
    margin-bottom: 10px; /* Add bottom margin for row spacing */
}

.filter-style:hover .min-h28em, .filter-style.active .min-h28em{
    color: #ec8951;
}

.filter-style:hover .filter-thumbnail, .filter-style.active .filter-thumbnail{
    border: 2px solid #ec8951;
}

.min-h28em{
    min-height: 30px;
    max-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 300;
    width: 100%; /* Full width of parent container */
    text-align: center;
    display: block;
    margin: 0;
    color: #111111;
}
.filter-thumbnail{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #F9F9F9;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 5px;
    border: 2px solid transparent;
}

.custom-control-a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center; /* Center align text */
    text-transform: capitalize;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 300;
    flex-direction: column;
}

.big-check-box{
    height: 18px;
    width: 18px;
}

.normal-font{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: capitalize;
    color: #111111;
    margin: 0;
    padding: 0;
}


.whatsapp-button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 123px;
    right: 26px;
    line-height: 5;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: rgba(2, 6, 16, 0.2) 0px 2px 16px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 992px) {
    .filter-style-list{
        flex-wrap: nowrap;
        display: flex;
        gap: 10px;
        overflow-x: auto;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* Internet Explorer 10+ */
        align-items: center;
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .filter-style{
        width: calc(50% - 4px) !important; /* 2 items per row on mobile */
    }
}

@media (max-width: 480px) {
    .filter-style{
        width: calc(100% - 8px) !important; /* 1 item per row on very small screens */
    }
}


@media (min-width: 992px) {
    #product-images-section {
        position: sticky;
        top: 0;
        left: 0;
        top: 20px; /* Adjust this value based on your header height */
        height: 100vh;
        overflow: hidden; /* Changed from auto to visible */
        overflow-y: scroll;
        
        /* Hide scrollbar for WebKit browsers (Chrome, Safari, Edge) */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* Internet Explorer 10+ */
    }
    
    /* Hide scrollbar for WebKit browsers */
    #product-images-section::-webkit-scrollbar {
        display: none;
    }
    .category-slider-section .slick-prev{
        left: 25px;
    }
    
    .category-slider-section .slick-next{
        right: 25px;
    }
}
.cart_product_image{
    width: 150px !important;
}





/* Container reset */
.priceTab {
    width: 100%;
    display: block; /* Use block for the main wrapper */
}

/* Row setup - Handles VAT and Total */
.priceTab > div, 
.checkoutTotalDiv .price_row {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px; /* Adds breathing room between rows */
    flex-wrap: wrap; /* Allows the discount to wrap if space is tight */
}

/* Specific fix for the Discount row (which has no 'pull-left' sibling) */
.checkoutTotalDiv .price_row:not(:has(.pull-left)) {
    justify-content: flex-end !important;
    text-align: right;
}

/* Ensure the pull-right content inside the discount row behaves */
.price_row .pull-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    float: none !important;
}

/* Handle the discount spans specifically so they don't stack weirdly */
.price_row .pull-right span {
    display: inline-block;
    white-space: nowrap; /* Prevents text from breaking mid-sentence */
}

/* Legacy cleanup */
.priceTab .pull-left {
    float: none !important;
    white-space: nowrap;
}

.priceTab .clear {
    display: none !important;
}

.priceTab br {
    display: none;
}


