
.woo-filter-container {
    margin-top: 85px;
}
.cat-filter {
    /* border:1px solid #000; */
    padding:10px 0 20px;
    margin:10px 0

}
.cat-filter h3.title {
    font-size: 14px;
    line-height: 20px;
    margin:0;
    display:flex;
    flex-flow:row nowrap;
    justify-content:space-between;
    font-weight:bold;
    margin-bottom:10px;

}
.cat-filter ul {
    list-style:none;
    padding-left:0;
    transition:.5s ease all;
    height:auto;
}
.cat-filter.colapsed ul {
    height: 0;
    overflow-y: hidden;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.cat-filter.colapsed h3 {
    margin-bottom: 0;
}
.cat-filter li {
    padding-left: 0;
    text-transform: uppercase;
    font-size: 12px;
    line-height:20px;
}
.cat-filter a.cat-link {
    padding-right: 30px;
    line-height: 20px;
}

.cat-filter a.arrow {
    font-size: 20px;
    line-height: 20px;
}

.cat-filter .price-range {
    display: flex;
    flex-flow: row wrap;
    font-size: 12px;
    align-items: center;
    justify-content: space-between;
}
.price-range-slider {
    width:100%;
}
.cat-filter .slider-range {
    width: 100%;
    margin: 0px 0 10px;
}
.cat-filter .price-line {
    display:flex;
    flex-flow:row nowrap;
    flex:1 1 33%;
}

.cat-filter .price_input {
    margin: 0 5px;
    line-height: 14px;
    font-size: 12px;
    padding: 0;
}

.cat-filter .price-line span {
    margin: 0;
    line-height: 14px;
    font-size: 12px;
}

input.button.price-range-button {
    font-size: 12px;
    padding: 3px 10px;
}
.cat-filter.colapsed .price-range {
    height: 0;
    overflow-y: hidden;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}




