/*=========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;
    }
}








