/*=========filer css color and size=======*/
/* .color-check.active,
.size-check.active,
.collection-filter.active {
    border: 2px solid #000;
    background-color: #eee;
} */
/* Global wishlist button */
.btn-add-to-wishlist.addwishlist {
    background-color: #000 !important;
    color: #fff !important;
}

/* Details page button background disable */
.details-wishlist.addwishlist {
    background-color: transparent !important;
    color: #000 !important;
}

.remove-cart-item {
    cursor: pointer;
}

.collection-check {
    cursor: pointer;
}

.remove-mini-cart-item {
    cursor: pointer;
}

.search-item-hover:hover {
    background-color: #f5f5f5;
    border-radius: 5px;
}

.list-group-item {
    border: none;
    /* Remove default borders */
}

.widget-facet .form-check-input {
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 8px;
    border: 1px solid #ddd;
}

.widget-facet label {
    font-size: 14px;
    cursor: pointer;
}

.widget-facet span.text-muted {
    font-size: 13px;
}

.category-scroll {
    max-height: 1000px;
    overflow-y: auto;
    padding-right: 5px;
}


.category-scroll::-webkit-scrollbar {
    width: 3px;
}

.category-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.category-scroll::-webkit-scrollbar-thumb:hover {
    background: #999;
}


#search-suggest {
    max-height: 500px;
    overflow-y: auto;
    border-bottom: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;

}

#search-suggest::-webkit-scrollbar {
    width: 6px;
}
#search-suggest::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}
#search-suggest::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

.empty-search-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 280px;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    width: 100%;
}


.empty-search-image {
    max-width: 250px;
    margin-bottom: 20px;
}

.tf-product-info-wrap .variant-size .size-btn.free-size-btn {
    width: 110px;
    height: 45px;
    border-radius: 0;
}

.tf-mini-cart-info .icon-trash {
    background-color: #e63946;
    color: #fff;
    font-size: 16px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.tf-mini-cart-info .icon-trash:hover {
    background-color: #c62828;
    transform: scale(1.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
    .tf-mini-cart-info .icon-trash {
        width: 26px;
        height: 26px;
        font-size: 14px;
        border-radius: 3px;
        margin-left: 8px;
        transform: none !important;
    }
}

 .custom-faq{
            border: 1px solid #ddd;
            border-radius: 6px;
            padding: 20px;
        }
       .size-inch {
        width: 100%;
        overflow-x: auto;
    }

    .size-inch table {
        width: 40%;
        border-collapse: collapse;
        text-align: center;
        font-size: 14px;
        background: #fff;
        border: 2px solid #ddd;
    }

    .size-inch table th,
    .size-inch table td {
        border: 1px solid #ccc;
        padding: 10px 12px;
    }

    .size-inch table th {
        background: #e9e9e9;
        font-weight: 600;
        border-bottom: 2px solid #333;
    }

    .size-inch table tr:nth-child(even) td {
        background: #f9f9f9;
    }

    /* Hover effect (modern feel) */
    .size-inch table tr:hover td {
        background: #f1f1f1;
    }

    /* Tablet */
    @media (max-width: 991px) {
        .size-inch table {
            width: 80%;
            margin: 0 auto;
        }
    }

    /* Mobile */
    @media (max-width: 576px) {
        .size-inch table {
            width: 100%;
            font-size: 13px;
        }

        .size-inch table th,
        .size-inch table td {
            padding: 6px 8px;
        }
    }

.summernote-content p,
    .summernote-content h1,
    .summernote-content h2,
    .summernote-content h3,
    .summernote-content ul,
    .summernote-content ol,
    .summernote-content table {
        margin: 0 0 10px 0;
        font-size: 16px;
        line-height: 1.7;
        color: #333;
    }

    /* Table formatting */
    .summernote-content table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 15px;
    }

    .summernote-content table,
    .summernote-content table th,
    .summernote-content table td {
        border: 1px solid #ddd;
        padding: 8px;
    }

    /* Optional: headings bold */
    .summernote-content h1,
    .summernote-content h2,
    .summernote-content h3 {
        font-weight: 600;
    }

/*What app chat*/
/* ===============================
   WhatsApp Floating Button
================================= */
/* .whatsapp-chat {
    position: fixed;
    bottom: 35px;
    right: 20px;
    z-index: 9999;
} */

/* Image Style */
.whatsapp-chat img {
    width: 45px;
    height: 45px;
    transition: transform 0.3s ease;
}

/* Hover Effect (Desktop Only) */
@media (hover: hover) {
    .whatsapp-chat img:hover {
        transform: scale(1.1);
    }
}

/* ===============================
   Laptop (1024px and below)
================================= */
@media only screen and (max-width: 1024px) {

    .whatsapp-chat img {
        width: 40px;
        height: 40px;
    }
}

/* ===============================
   Tablet (768px and below)
================================= */
@media only screen and (max-width: 768px) {

    .whatsapp-chat img {
        width: 40px;
        height: 40px;
    }
}

/* ===============================
   Mobile (480px and below)
================================= */
@media only screen and (max-width: 480px) {

    .whatsapp-chat img {
        width: 40px;
        height: 40px;
    }
}



.video-border {

    display: inline-block;
    border: 2px solid #979393;
    /* border-radius: 15px; */
    overflow: hidden;

box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}


.col-xl-3::-webkit-scrollbar {
        width: 5px;
    }

    .col-xl-3::-webkit-scrollbar-thumb {
        background-color: #AAAAAA;
        border-radius: 3px;
    }

    .col-xl-3::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }

.fixed-sidebar {
    position: sticky;
    top: 20px;
    height: calc(100vh - 20px);
    overflow-y: auto;
}

@media (max-width: 991.98px) {
    .fixed-sidebar {
        position: relative !important;
        top: 0 !important;
        height: auto !important;
        overflow: visible !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .col-xl-3.fixed-sidebar,
    .fixed-sidebar {
        position: relative !important;
        top: 0 !important;
        height: auto !important;
        overflow: visible !important;
    }
}

.shop-info-section {
    background: #f8f8f8;
    padding: 45px 30px;
    margin-top: 50px;
}

.shop-info-section .container {
    max-width: 900px;
}

.shop-heading {
    font-size: 26px;
    font-weight: 800;
    color: #222;
    margin-bottom: 15px;
    letter-spacing: -0.3px;
}

.shop-desc {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 10px;
}

.shop-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 18px;
}

.text-end {
    text-align: right;
}

.shop-point-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 22px;
    color: #333;
}

/* For clean spacing on all paragraphs */
.shop-info-section p {
    margin-bottom: 14px;
}

.category_product{
    margin-top: 70px;
}

/* Mobile (0 – 576px) */
@media (max-width: 576px) {
    .custom_button {
        font-size: 15px;
        padding: 14px;
    }
}

/* Small devices (577px – 767px) */
@media (min-width: 577px) and (max-width: 767px) {
    .custom_button {
        font-size: 15px;
        padding: 15px;
    }
}

/* Tablet (768px – 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .custom_button {
        font-size: 16px;
        padding: 16px;
    }
}
