.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: "Montserrat", sans-serif;
    font-weight: 600; 
    font-size: 16px;
    margin-bottom: 10px;
}

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

/* Product Details Page - Main Heading */
.details h2.__inline-24 {
    font-size: 30px !important;
}

/* Product Details Page - Deleted/Old Price */
.product-total-unit-price {
    font-size: 23px !important;
}

/* Product Details Page - Current Price */
.discounted-unit-price {
    font-size: 29px !important;
}

/* Product Details Page - Right Section Styling */
.details.product-cart-option-container {
    padding-top: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

/* Better alignment for right section content */
.details.product-cart-option-container > * {
    margin-bottom: 8px;
}

/* Improve spacing for product details right section heading */
.details.product-cart-option-container h2.__inline-24 {
    margin-bottom: 12px !important;
    line-height: 1.3;
}

/* Wishlist button next to title */
.details.product-cart-option-container .wishList-pos-btn {
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0 !important;
    background: #fff;
}

.details.product-cart-option-container .wishList-pos-btn:hover {
    background: #f8f9fa;
    border-color: var(--web-primary) !important;
    transform: scale(1.05);
}

.details.product-cart-option-container .wishList-pos-btn i {
    font-size: 18px;
}

.details.product-cart-option-container .wishList-pos-btn .fa-heart {
    color: #e74c3c !important;
}

.details.product-cart-option-container .wishList-pos-btn .fa-heart-o {
    color: var(--web-primary) !important;
}

/* Compact form spacing */
.details.product-cart-option-container form.add-to-cart-details-form {
    gap: 8px !important;
}

.details.product-cart-option-container form.add-to-cart-details-form > * {
    margin-bottom: 0 !important;
}

/* Reduce section spacing */
.details.product-cart-option-container .align-items-center,
.details.product-cart-option-container .row {
    margin-bottom: 10px !important;
}

/* Add responsive padding for mobile */
@media (max-width: 991.98px) {
    .details.product-cart-option-container {
        padding-top: 15px !important;
    }
}

/* Product Details Page - Increase Attribute Selection Sizes */
/* Color selection - increase size */
.details .checkbox-color label {
    --size: 48px !important;
    width: var(--size) !important;
    height: var(--size) !important;
    min-width: var(--size) !important;
    min-height: var(--size) !important;
}

/* Choice options and extensions - increase font size and padding */
.details .checkbox-alphanumeric--style-1 label {
    font-size: 14px !important;
    padding: 10px 16px !important;
    min-height: 42px !important;
    line-height: 22px !important;
}

.details .checkbox-alphanumeric--style-1 label .text-nowrap,
.details .checkbox-alphanumeric--style-1 label span {
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* Increase gap between options */
.details .checkbox-alphanumeric--style-1 {
    gap: 12px !important;
}

.details .checkbox-color {
    gap: 14px !important;
}

/* Reduce spacing in attribute sections */
.details .product-description-label {
    margin-bottom: 6px !important;
}

.details .align-items-center {
    margin-bottom: 8px !important;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .details .checkbox-color label {
        --size: 44px !important;
    }
    
    .details .checkbox-alphanumeric--style-1 label {
        font-size: 13px !important;
        padding: 8px 14px !important;
        min-height: 38px !important;
    }
}

/* Product Info Badges - Stock Status */
.product-info-badges {
    margin-top: 4px;
    margin-bottom: 8px;
}

.stock-status-in,
.stock-status-out {
    padding: 1px 0;
}

.stock-dot {
    flex-shrink: 0;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

.shipping-info {
    padding: 2px 0;
}

.shipping-info i {
    flex-shrink: 0;
}

.product-info-badges .text-dark,
.product-info-badges .text-muted {
    line-height: 1.5;
}

/* Responsive for product info badges */
@media (max-width: 767.98px) {
    .product-info-badges {
        margin-top: 6px;
        margin-bottom: 10px;
    }
    
    .stock-status-in,
    .stock-status-out,
    .shipping-info {
        font-size: 13px !important;
        padding: 1px 0 !important;
    }
    
    .stock-dot {
        width: 7px !important;
        height: 7px !important;
    }
}

/* Overall compact layout */
.details.product-cart-option-container .add-to-cart-details-form > div:not(:last-child) {
    margin-bottom: 10px !important;
}

.details.product-cart-option-container .__btn-grp {
    margin-top: 12px !important;
}

.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%;
        }
    }
}
