.sidebar-filter{
    width: 256px;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #fff;
    transition: all 0.5s;
    padding: 15px;
    border-left: 1px solid #BBBBBB;
    overflow-y: scroll;
    z-index: 9999;
}
.sidebar-filter::-webkit-scrollbar{
    width: 2px;
}
.sidebar-filter::-webkit-scrollbar-thumb{
    background-color: #000;
}
.sidebar-filter::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.sidebar-filter h6{
    line-height: 30px;
    font-weight: bold;
}
#open-filters{
    position: fixed;
    top: 40%;
    /*right: 256px;*/
    font-size: 18px;
    padding: 6px 8px;
    background-image: -webkit-linear-gradient(35deg, #91ad41 0%, #ff8a6c 100%)!important;
    background-image: -ms-linear-gradient(35deg, #91ad41 0%, #ff8a6c 100%)!important;
    color: #fff;
    z-index: 4;
    transition: all 0.5s;
    cursor: pointer;
}
#open-filters span{
    padding-left: 8px;
    font-size: 16px;

}
.open-filters{
    right: 0;
}
.close-filters{
    right: -256px;
}
.open-open-filter{
    right: 256px;
}
.sidebar-filter .brand-filter,.sidebar-filter .properties-filter{
    padding: 0;
    margin-bottom: 15px;
}
.sidebar-filter .brand-filter a{
    line-height: 28px;
    display: block;
}
.sidebar-filter .brand-filter a.active i::before{
    font-family: Fontawesome;
    content: "\f00c";
    position: absolute;
    font-size: 11px;
    font-weight: bold;
    top: 1px;
    line-height: normal;
    color: #91ad41;
}
.sidebar-filter .brand-filter a.active{
    color: #91ad41;
}
.sidebar-filter .brand-filter a.active i{
    border-color: #91ad41;
}
.sidebar-filter .brand-filter i{
    height: 14px;
    width: 14px;
    border: 1px solid #cdcfdd;
    display: inline-block;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    position: relative;
    color: #fff;
}
.sidebar-filter .size-filter a{
    width: 30px;
    height: 30px;
}
.sidebar-filter .color-filter a{
    width: 31px;
    height: 31px;
}
.sidebar-filter .properties-filter a{
    border: 1px solid #e1e1e1;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
}
.sidebar-filter .properties-filter a.active{
    border: 1px solid #91ad41;
}
.sidebar-filter .properties-filter a.active::before{
    position: absolute;
    font-family: Fontawesome;
    content: "\f00c";
    color: #91ad41;
    left: 0;
    right: 0;
    font-size: 18px;
}
#price_form,#price_to{
    font-weight: bold;
    /*color: #91ad41;*/
}
#slider-range{
    margin-top: 10px;
}
.ui-slider-horizontal .ui-slider-range{
    background: #91ad41;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background: #91ad41 !important;
    border-radius: 50%;
}

@media (max-width: 500px) {
    #open-filters span{
        display: none;
    }
}
