ul.filter-ul-list {
    list-style:none;
    max-height: 300px;
    overflow-y: auto;
}
ul.filter-ul-list input {
    opacity: 0;
    position: absolute;
}
ul.filter-ul-list li.filter-li-item {
    margin: 0px;
    padding: 0px 0;
    border: none;
}
ul.filter-ul-list li.filter-li-item label {
    position: relative;
    padding-left: 25px;
    border-bottom: 0;
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    cursor: pointer;
}

ul.filter-ul-list li.filter-li-item label::before {
    content: '';
    margin-right: 5px;
    border-radius: 2px;
    font-size: 18px;
    /* border: solid 1px #ebebeb; */
    line-height: 40px;
    position: absolute;
    background: #ccc;
    top: 0; left:0;
    height: 17px !important;
    width: 17px;
}

ul.filter-ul-list li.filter-li-item label.active::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f00c";
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: 1px;
    left: 0;
    border-color: #e03232;
    background: #e03232;
    line-height: 15px;
    text-align: center;
}

ul.filter-ul-list.filter-layout-divide li.filter-li-item {
    float:left; width:50%;
}
ul.filter-ul-list.filter-layout-inline li.filter-li-item {
    float:left; margin-right:5px;
}
ul.filter-ul-list li.filter-li-image label img {
    height: 50px;
    border:1px dotted transparent;
}
ul.filter-ul-list li.filter-li-image label.active img {
    border:1px dotted #000;
}

ul.filter-ul-list li.filter-li-color label {
    width:30px;
    height: 30px;
    background-color: #F1C40F;
    border-radius: 50%;
    font-size:0;
}
ul.filter-ul-list li.filter-li-color label::before {
    background-color:transparent;
}

ul.filter-ul-list ul.filter-ul-list-sub {
    margin-left:26px;list-style:none;
}
.product-filters-form {
    position: relative;
}
.product-filters-form .filter-button {
    position: sticky; bottom:0;
}

.filter-mobile, .filters-btn-close {
    display:none;
}

@media(max-width:600px) {
    .product-filters-form {
        position: fixed;
        opacity: 0;
        width: 300px;
        background: #fff;
        top: 0 !important;
        bottom: 0;
        left: -300px;
        overflow: auto;
        z-index: 100000;
        visibility: hidden;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        box-shadow: 0px 0px 9px #ccc;
    }
    .product-filters-form.open {
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        left:0;
    }
    .product-filters-form .filter-group {
        padding:10px;
    }

    .product-filters-form .filter-button {
        padding:10px;
        background-color:#fff;
    }

    .filters-btn-close {
        position: absolute;
        right: 0px;
        padding: 10px;
        cursor: pointer;
        font-size: 18px;
        display:block;
    }

    .filter-mobile {
        padding:10px;
        background-image: linear-gradient(to right,#e52d27,#b31217);
        color:#fff;
        position: relative;
        display:block;
        cursor: pointer;
    }
    .filter-mobile img {
        width:30px;
    }
    .filter-mobile svg {
        height: 15px;
        width: 15px;
        position: absolute;
        right: 7px;
        top: 50%;
        transform: translate(0, -50%);
    }
}

.product-filters-form::-webkit-scrollbar-track, .filter-group ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ebebeb;
    width: 5px;
}
.product-filters-form::-webkit-scrollbar, .filter-group ul::-webkit-scrollbar {
    width:5px;
    background-color:#ebebeb
}
.product-filters-form::-webkit-scrollbar-thumb, .filter-group ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #888;
    width: 5px;
}

/** PRICE RANGE **/
.range-slider {
    *zoom: 1;
    padding-top: 26px;
    position: relative;
    text-align: center;
}
.range-slider:before, .range-slider:after {
    content: " ";
    display: table;
}
.range-slider:after {
    clear: both;
}
@media (min-width: 640px) {
    .range-slider {
        padding-top: 3.5em;
    }
}
@media (min-width: 1024px) {
    .range-slider {
        padding-top: 26px;
    }
}
.range-slider .track {
    bottom: 15px;
    height: 6px;
    left: 0;
    margin-bottom: -3px;
    position: absolute;
    width: 0;
    z-index: 50;
}
@media (min-width: 640px) {
    .range-slider .track {
        bottom: 15px;
    }
}
@media (min-width: 1024px) {
    .range-slider .track {
        bottom: 15px;
    }
}
.range-slider .track--full {
    background: #aaa;
    width: 100%;
}
.range-slider .track--included {
    background: #f00;
    border-radius: 3px;
}
.range-slider .slider-thumb {
    background: #555;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    height: 20px;
    left: 0; top:20px;
    position: absolute;
    width: 20px;
    z-index: 101;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .range-slider .slider-thumb {
        display: block;
    }
}
@media (min-width: 640px) {
    .range-slider .slider-thumb {
        height: 30px;
        width: 30px;
    }
}
@media (min-width: 1024px) {
    .range-slider .slider-thumb {
        height: 20px;
        width: 20px;
    }
}
.range-slider [type=range] {
    -webkit-appearance: none;
    background: none;
    height: 20px;
    margin: 0;
    outline: none;
    padding: 0;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: 75;
    opacity:1;
}
@media (min-width: 640px) {
    .range-slider [type=range] {
        height: 30px;
    }
}
@media (min-width: 1024px) {
    .range-slider [type=range] {
        height: 20px;
    }
}
.range-slider [type=range]:focus {
    outline: none;
}
.range-slider [type=range]::-moz-focus-outer {
    border: 0;
}
.range-slider [type=range]:first-of-type {
    float: left;
    margin-bottom: -20px;
}
@media (min-width: 640px) {
    .range-slider [type=range]:first-of-type {
        margin-bottom: -30px;
    }
}
@media (min-width: 1024px) {
    .range-slider [type=range]:first-of-type {
        margin-bottom: -20px;
    }
}
.range-slider [type=range]:last-of-type {
    float: right;
    margin-bottom: 0;
}
.range-slider [type=range]::-webkit-slider-runnable-track {
    background: none;
    border: 0;
    height: 6px;
    z-index: -1;
}
.range-slider [type=range]::-ms-fill-lower {
    background: none;
    border: 0;
}
.range-slider [type=range]::-ms-fill-upper {
    background: none;
    border: 0;
}
.range-slider [type=range]::-ms-track {
    background: transparent;
    border: 0;
    border-color: transparent;
    color: transparent;
    height: 6px;
    z-index: -1;
}
.range-slider [type=range]:focus::-ms-fill-lower {
    background: none;
    border: 0;
}
.range-slider [type=range]:focus::-ms-fill-upper {
    background: none;
    border: 0;
}
.range-slider [type=range]::-moz-range-track {
    -moz-appearance: none;
    background: none;
    border: 0;
    height: 6px;
    z-index: -1;
}
.range-slider [type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #555;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    margin-top: -12px;
    outline: 0;
    pointer-events: all;
    position: relative;
    width: 20px;
    z-index: 100;
}
@media (min-width: 640px) {
    .range-slider [type=range]::-webkit-slider-thumb {
        height: 30px;
        margin-top: -12px;
        width: 30px;
    }
}
@media (min-width: 1024px) {
    .range-slider [type=range]::-webkit-slider-thumb {
        height: 20px;
        margin-top: -12px;
        width: 20px;
    }
}
.range-slider [type=range]::-ms-thumb {
    background: #555;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    margin-top: 0;
    pointer-events: all;
    position: relative;
    width: 20px;
    z-index: 100;
}
@media (min-width: 640px) {
    .range-slider [type=range]::-ms-thumb {
        height: 30px;
        width: 30px;
    }
}
@media (min-width: 1024px) {
    .range-slider [type=range]::-ms-thumb {
        height: 20px;
        width: 20px;
    }
}
.range-slider [type=range]::-moz-range-thumb {
    -moz-appearance: none;
    background: #555;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    margin-top: -12px;
    pointer-events: all;
    position: relative;
    width: 20px;
    z-index: 100;
}
@media (min-width: 640px) {
    .range-slider [type=range]::-moz-range-thumb {
        height: 30px;
        margin-top: -12px;
        width: 30px;
    }
}
@media (min-width: 1024px) {
    .range-slider [type=range]::-moz-range-thumb {
        height: 20px;
        margin-top: -12px;
        width: 20px;
    }
}
.range-slider .output,
.range-slider output {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #aaa;
    display: inline-block;
    height: 2.5em;
    left: 50%;
    line-height: 2.5em;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translate(-50%, 0);
    font-size:10px;
}