.filter-sort-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
    z-index: 1;
    background: #fff;
}
.filter-widget {
    float: left;
    padding: 4px;
    width: 260px;
}
.filter-header {
    padding-bottom: 10px;
    cursor: pointer;
}
.faq-heading {
    font-weight: 500;
    line-height: 1;
    color: #000000 !important;
    cursor: pointer;
    margin-bottom: 0;
}
.filter-color .filter-item {
    margin-left: 8px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.color-filter ul li {
    color: #666;
    float: left;
    font-size: 14px;
    line-height: 28px;
     padding-left: 0;
}
.filter-label a{
    text-decoration: none;
}
.product-categories{
    padding: 0.5rem 0.8rem;
}



@media (max-width: 991px) {
    .collection-filter {
        top: 90px;
    }
    .collection-filter {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 99;
        padding: 20px;
        padding-top: 100px;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; 
    }
    .collection-filter.active {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); 
    }
    .filter-widget {
        float: inherit;
        width: 100%;
    }
}