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