.btn-number:hover {
    color: var(--web-secondary);
}

thead {
    background: var(--web-primary) !important;
}

.feature_header {
    display: flex;
    justify-content: center;
}

.feature_header span {
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
}

.cz-product-gallery {
    display: block;
}

.cz-preview {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    max-height: 100% !important;
    background: white;
    border-radius: 10px;
}

.cz-preview-item.active {
    border: 1px solid #e2f0ff;
    border-radius: 3px;
    padding: 2%;
}

.cz-preview-item > img {
    width: 100%;
    max-height: 600px;
}

.details {

    padding: 16px;

}

img,
figure {
    max-width: 100%;
    vertical-align: middle;
}

.cz-thumblist-item.active {
    border-color: #8888883b!important;
    padding: 10%;
    background: white!important;
}

.cz-thumblist-item {
    border-color: #8888883b!important;
    background: white!important;
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0.625rem;
    transition: border-color 0.2s ease-in-out;
    border-radius: 0.3125rem;
    text-decoration: none !important;
    overflow: hidden;
}

.cz-thumblist-item > img {
    display: block;
    width: 80%;
    transition: opacity 0.2s ease-in-out;
    max-height: 58px;
    opacity: 0.6;
}

.seller_details {
    height: 114px;
    border: 1px solid #e2f0ff;
    padding-left: 20px;
    padding-right: 20px;
    background: white!important;
}

.product_overview{
    background: white!important;
}

.shop_name {
    padding-left: 10px;
}

.shop_name a {
    font-size: 18px;
    font-weight: 600;
    color: black !important;
}

.shop_name .review {
    font-size: 17px;
    font-weight: 600;
}

.star-rating {
    margin-top: 3px;
}

.contact {
    font-weight: 600;
    min-height: 45px;
    background: transparent linear-gradient(269deg, #00ade3 0%, #1b7fed 100%) 0%
        0% no-repeat padding-box;
    border-radius: 6px;
    border: none;
    padding: 0 10px;
    font-size: 18px;
    color: #ffffff !important;
}

.follow {
    font-weight: 600;
    min-height: 45px;
    background: transparent linear-gradient(269deg, #00ade3 0%, #1b7fed 100%) 0%
        0% no-repeat padding-box;
    border-radius: 6px;
    border: none;
    padding: 0 10px;
    font-size: 18px;
    color: #ffffff !important;
}

.product_overview .nav-tabs {
    height: 59px;
    border: 1px solid #e2f0ff;
}

.product_overview .nav-tabs .nav-item .nav-link {
    font-weight: 700;
    font-size: 25px;
}

.product_overview .nav-tabs .nav-link.active::before {
    background-color: #1b7fed;
}

.product_overview .nav-tabs .nav-link::before {
    position: absolute;
    display: block;
    bottom: 0;
    left: 1.25rem;
    width: calc(100% - (1.25rem * 2));
    height: 4px;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
        box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
    background-color: transparent;
    content: "";
}

.product_overview .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #422afe;
    background-color: rgba(0, 0, 0, 0);
    border-color: #12d7fe;
    padding-bottom: 0;
}

/*.text-accent {
    color: #1B7FED !important;
    font-size: 29px;
    font-weight: 700;
}*/

.pro {
    font-weight: 600;
    font-size: 16px;
}

.details .h3 {
    font-weight: 700 !important;
    font-size: 25px;
}



.product-description-label {
    /* font-family: "Roboto", sans-serif; */
    /* font-weight: 700; */
    font-size: 14px;
}

.product-price {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.single_product_review {
    box-shadow: 0px 0px 8px #00000026;
    border-radius: 6px;
}

.product_review_rating {
    color: #1b7fed;
    font-size: 18px;
    font-weight: 600;
    padding-right: 5px;
}

.overall_review {
    font-weight: 700 !important;
    font-size: 30px;
}

.specification .h6 {
    font-weight: 700 !important;
    font-size: 22px !important;
}

.list-unstyled li {
    font-weight: 700;
    font-size: 20px;
    color: black !important;
}

.seller_contact {
    height: 100%;
    display: flex !important;
    justify-content: flex-end !important;
}

.seller_shop {
    display: flex !important;
    justify-content: flex-start !important;
}

.view_all {
    display: flex;
    justify-content: flex-end !important;
}

.view_border {
    margin-top: -53px;
    border-top: 2px solid #e3e9ef;
    margin-bottom: 53px;
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .cz-preview-item > img {
        width: 100%;
    }

    .seller_details {
        height: 160px;
    }

    .seller_contact {
        display: flex !important;
        justify-content: center !important;
    }

    .seller_shop {
        display: flex !important;
        justify-content: center !important;
    }

    .view_all {
        display: flex;
        justify-content: flex-start !important;
    }

    .feature_header {
        margin-top: 0;
        display: flex;
        justify-content: flex-start !important;
    }

    .feature_header span {
        padding-right: 0;
        padding-left: 0;
        font-weight: 700;
        font-size: 25px;
        text-transform: uppercase;
    }

    .view_border {
        margin: 16px 0px;
        border-top: 2px solid #e2f0ff !important;
    }
}

@media (max-width: 575.98px) {
    .cz-thumblist {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: -1rem;
        margin-left: 0;
        padding-top: 1rem;
        padding-right: 22px;
        padding-bottom: 10px;
    }

    .cz-thumblist-item {
        margin: 0px;
    }

    .cz-thumblist {
        padding-top: 8px !important;
    }

    .cz-preview-item > img {
        width: 100%;
    }

    .seller_details {
        height: 160px;
    }

    .seller_contact {
        display: flex !important;
        justify-content: center !important;
    }

    .seller_shop {
        display: flex !important;
        justify-content: center !important;
    }

    .view_all {
        display: flex;
        justify-content: flex-start !important;
    }

    .feature_header {
        margin-top: 0;
        display: flex;
        justify-content: flex-start !important;
    }

    .feature_header span {
        padding-right: 0;
        padding-left: 0;
        font-weight: 700;
        font-size: 25px;
        text-transform: uppercase;
    }

    .view_border {
        margin: 16px 0;
        border-top: 2px solid #e2f0ff !important;
    }
    @media (max-width: 375px) {
        .for-discount-div {
            margin-top: -5% !important;
            margin-right: -5% !important;
            margin-bottom: 6%;
        }
    }
}
.product-discount-badge{
    color: #d32f2f;
    font-size: 15px;
    font-weight: 700;
}
/* Size Selection Styling */
.size-btn {
    border-radius: 8px !important;
    border-width: 2px !important;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.size-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.size-btn.btn-outline-primary:hover:not(:disabled) {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
}

.size-chart-btn{
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-left: 6px;
    color: #b7c95a !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
    box-shadow: none !important;
    border-radius: 0 !important;
    transition: color .2s ease;
}

.size-chart-btn:hover:not(:disabled){
    color: #96ab3f !important;
    transform: none !important;
    box-shadow: none !important;
}

.size-chart-btn:disabled{
    color: #7d879c !important;
    opacity: .7;
    cursor: not-allowed;
}
.product-add-and-buy-section-parent{
    width: 100%;
}

.product-add-and-buy-section{
    min-width: 0;
}

.product-buy-now-button,
.product-add-to-cart-button{
    height: 46px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    flex: 1;
}

.product-action-add-wishlist{
    width: 46px;
    min-width: 46px;
    height: 46px;
    border-radius: 6px;
    padding: 0;
}
/* Ensure consistent alignment in product info */
.product-cart-option-container {
    padding: 25px;
    border-radius: 12px;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Fix button group alignment */
.__btn-grp {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.product-add-and-buy-section {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Quantity box alignment */
.quantity-box {
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #dee2e6;
}

.quantity-box input {
    width: 60px;
    text-align: center;
    font-weight: 600;
}

/* Color selection alignment */
.checkbox-color {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.checkbox-color li {
    margin: 0 !important;
}

.checkbox-color label {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}

.checkbox-color input:checked + label {
    border-color: var(--bs-primary);
    transform: scale(1.1);
    box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb), 0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .size-btn {
        width: 45px !important;
        height: 45px !important;
        font-size: 14px;
    }
    
    .product-cart-option-container {
        padding: 15px;
    }
    
    .__btn-grp {
        justify-content: center;
    }
    
    .product-add-and-buy-section {
        width: 100%;
        justify-content: center;
    }
}

/* For RTL support */
[dir="rtl"] .size-btn,
[dir="rtl"] .size-chart-btn {
    font-family: inherit;
}

[dir="rtl"] .tio-ruler {
    margin-left: 0.5rem;
    margin-right: 0;
}
/* Shipping + Business model combined container */
.product-shipping-business-container {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}


/* Delivery Details Section */
.product-delivery-info {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 16px;
    background: #f8fafc;
}

.delivery-title {
    font-weight: 700;
    font-size: 15px;
    color: #1b1f23;
    display: flex;
    align-items: center;
    gap: 6px;
}

.delivery-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.delivery-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    font-size: 14px;
    color: #374151;
}

.delivery-item i {
    font-size: 18px;
    color: #1b7fed;
    margin-top: 2px;
}

.delivery-item strong {
    font-weight: 600;
}

.delivery-item.highlight {
    background: #eef6ff;
    border-radius: 6px;
    padding: 10px;
    margin-top: 6px;
    font-weight: 600;
}

/* Mobile tweaks */
@media (max-width: 576px) {
    .product-delivery-info {
        padding: 14px;
    }

    .delivery-item {
        font-size: 13px;
    }
}
/* Amazon-style delivery box */
.delivery-detail-box {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 14px;
    background: #ffffff;
    font-size: 14px;
}

/* Location line */
.delivery-location {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #007185;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 8px;
}

.delivery-location i {
    font-size: 16px;
}

/* Main delivery text */
.delivery-main {
    margin-bottom: 10px;
}

.delivery-date {
    font-size: 14px;
    color: #111827;
}

.delivery-date .label {
    color: #374151;
}

.delivery-date .date {
    font-weight: 700;
    margin-left: 4px;
}

/* Free delivery highlight */
.delivery-free {
    color: #007600;
    font-size: 13px;
    margin-top: 2px;
}

/* Meta info (COD, Returns) */
.delivery-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 10px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #111827;
}

.meta-item i {
    font-size: 16px;
    color: #6b7280;
}

/* Mobile spacing */
@media (max-width: 576px) {
    .delivery-detail-box {
        padding: 12px;
    }
}



.new-detail-row{
    border-bottom:1px solid #e5e5e5;
    padding:13px 0;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
}

.new-detail-row strong{
    display:block;
    font-size:15px;
    font-weight:700;
}

.new-detail-row small{
    color:#777;
    font-size:13px;
}

.detail-arrow{
    font-size:18px;
    transition:transform .25s ease;
}

.new-detail-row.active .detail-arrow{
    transform:rotate(180deg);
}

.new-detail-collapse{
    max-height:0;
    overflow:hidden;
    transition:max-height .3s ease;
}

.new-detail-collapse.open{
    max-height:500px;
}

.new-detail-content{
    padding:12px 0 16px;
    font-size:14px;
    color:#444;
    line-height:1.7;
}

        .size-validation-message {
            display: none;
            color: #dc3545;
            font-size: 12px;
            margin-top: 5px;
        }
        .size-validation-message.show {
            display: block;
            animation: fadeInOut 3s ease-in-out;
        }
        @keyframes fadeInOut {
            0% { opacity: 0; }
            10% { opacity: 1; }
            90% { opacity: 1; }
            100% { opacity: 0; }
        }
        .size-option-btn.btn-primary {
            background-color: #003024;
            border-color: #003024;
            color: white;
        }
        .size-option-btn.btn-outline-primary:hover {
            background-color: #003024;
            border-color: #003024;
            color: white;
        }
        .product-image-sticky-col {
        position: sticky !important;
        top: 80px;
        align-self: flex-start;
        height: fit-content;
        z-index: 9;
       }

        @media (max-width: 767px) {
            .product-image-sticky-col {
                position: static !important;
            }
        }
        .__inline-23,
        .container,
        .row,
        .col-lg-9 {
            overflow: visible !important;
        }
        .checkbox-color li {
            margin-right: 8px;
        }
        /* color */
        .checkbox-color{
            display:flex !important;
            flex-wrap:wrap !important;
            gap:14px !important;
            padding:0 !important;
            margin:0 !important;
        }

        .checkbox-color li{
            list-style:none !important;
            margin:0 !important;
            padding:0 !important;
        }

        .checkbox-color input{
            display:none !important;
        }

        .checkbox-color .color-image-label{
            width:60px !important;
            height:60px !important;
            min-width:60px !important;
            min-height:60px !important;
            max-width:60px !important;
            max-height:60px !important;
            border:2px solid #ddd !important;
            border-radius:0 !important;
            overflow:hidden !important;
            display:block !important;
            cursor:pointer !important;
            background:#fff !important;
            padding:0 !important;
        }

        .checkbox-color .color-thumb-img{
            width:100% !important;
            height:100% !important;
            object-fit:cover !important;
            display:block !important;
            border-radius:0 !important;
        }

        .checkbox-color input:checked + .color-image-label{
            border-color:#003024 !important;
            box-shadow:0 0 0 4px rgba(0,48,36,0.15) !important;
        }

        #selectedColorName{
            color:#003024 !important;
            font-weight:700 !important;
        }
        .checkbox-color li,
        .checkbox-color label,
        .checkbox-color .color-image-label,
        .checkbox-color .color-thumb-img{
            opacity:1 !important;
            filter:none !important;
        }

        .color-image-label::before,
        .color-image-label::after{
            display:none !important;
        }
        .size-chart-dialog{
            max-width:700px;
        }

        .size-chart-content{
            border-radius:6px;
            border:0;
            overflow:hidden;
            position:relative;
            background:#fff;
        }

        .size-chart-body{
            padding:20px;
            text-align:center;
        }

        .size-chart-popup-img{
            width:100%;
            max-height:80vh;
            object-fit:contain;
        }

        .size-chart-close{
            position:absolute;
            top:8px;
            right:12px;
            z-index:10;
            border:0;
            background:#fff;
            font-size:32px;
            line-height:1;
            cursor:pointer;
            color:#111;
        }
        .new-detail-collapse {
    display: none;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
}

.new-detail-collapse.open {
    display: block !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
}

.new-detail-content,
.rich-editor-html-content {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    display: block !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
}
.product-details-related-slider .owl-stage{
    display:flex;
}

.product-details-related-slider .owl-item{
    height:auto;
}

.product-details-related-slider .owl-item > div{
    height:100%;
}

.product-details-related-slider .product-single-hover{
    height:100%;
}

@media(max-width:575px){
    .product-details-related-slider .inline_product .p-10px{
        height:150px !important;
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
    }

    .product-details-related-slider .inline_product .p-10px img{
        max-height:135px !important;
        width:auto !important;
        max-width:100% !important;
        object-fit:contain !important;
    }

    .product-details-related-slider .product-title a{
        font-size:13px !important;
        line-height:17px !important;
        display:-webkit-box !important;
        -webkit-line-clamp:2 !important;
        -webkit-box-orient:vertical !important;
        overflow:hidden !important;
    }

    .product-details-related-slider .text-accent{
        font-size:14px !important;
    }
}
