.filters {
    float: left;
    width: 200px;
    margin-top: 27px;
    margin-left: -100%;
    padding: 0px 15px 15px 40px;
    min-height: 500px;
    position: relative;
    -webkit-transition: top .5s ease;
    -moz-transition: top .5s ease;
    -ms-transition: top .5s ease;
    -o-transition: top .5s ease;
    transition: top .5s ease;
}
.list-filters {
  margin: 20px 0 0 0;
}

.filters .list-filters li h3 {
    font-size: .9em;
    text-transform: uppercase;
    border: 1px solid #333;
    display: inline-block;
    padding: 3px 4px;
    font-weight: 400;
    color: #090909;
    margin-left: 0;
}
.filters.scrolled li h3:hover {
    background: #090909;
    color: #fff;
    cursor: pointer;
}
.filters .list-filters li {
    font-size: .9em;
    display: block;
    margin: 0 0 8px 0;
}
/* .filters .sub-itens:after {
    content: ' ';
    display: block;
    width: 4px;
    height: 4px;
    background: #090909;
    margin: 30px 0 0;
} */

.filters,
.filters ul {
    list-style: none;
}
.filters.scrolled li h3:after {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    display: block;
    border-left: 5px solid #090909;
    float: right;
    margin: 2px 0 0 10px;
}
.filters.scrolled h3:hover:after,
.filters.scrolled h3.active:after {
    border-left-color: #fff;
}
.filters.scrolled h3.active {
    background: #090909;
    color: #fff;
}
.filters.scrolled h3.active:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    margin: 3px 3px 0 10px;
    float: right;
}
.filters .sub-itens {
    margin: 20px 0 30px -10px;
}
.filters .list-filters li a {
    color: #090909;
    position: relative;
    z-index: 10;
    padding-left: 10px;
}
.filters .list-filters li a:after {
    content: ' ';
    width: 0%;
    display: block;
    height: 4px;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    position: absolute;
    left: 0;
    top: 0;
    margin: 5px 0 0 0px;
    background: #090909;
    z-index: 0;
}
.filters .list-filters li a:hover:after {
    width: 4px;
}
aside.scrolled .filters li h3:hover {
    color: #fff;
    background: #090909;
    font-weight: 700;
}
.filters ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
.filters li ul {
    display: block;
    margin: 0;
    width: 100%;
    width: 150px;
    display: block;
}
.filters li {
    text-transform: capitalize;
}
.filters li label {
    font-size: 10px;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 5px;
    font-weight: 400;
}
.filters a {
    display: inline-block;
}
.filters a:hover,
.filters label:hover {} .active-filters ul {
    list-style: none;
}
.active-filters li {
    font-size: 11px;
}
.active-filters li a {
    text-transform: uppercase;
}
.active-filters .item-filter label {
    display: inline-block;
    font-size: 10px;
    color: #090909;
}
.remove-filters .del {
    display: none;
}
remove-filters {
    font-size: 11px;
    color: #090909;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
}
.active-filters .item-filter label:hover:after,
.active-filters .remove-filters:hover:after {
    color: #F5A623;
    border-color: #F5A623;
}
aside .max-height {
    position: relative;
    margin: 0 0 50px;
    overflow-y: hidden;
}
aside li:after:not(.max-height li:after) {
    content: '  ';
    display: block;
    width: 4px;
    height: 4px;
    background: #333;
    margin: 20px 0 15px;
    position: absolute;
    bottom: 0;
}
.mCustomScrollbar {
    /*  height:170px; */
    
    max-height: 168px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.scroll-pane.mCS_no_scrollbar {
    min-height: 30px!important;
    max-height: 168px;
}
.scrolled .mCustomScrollbar {
    min-height: 168px;
}
.remove_filters {
    list-style: none;
    margin: 0 0 25px 0!important;
    clear: both;
    display: block;
}
.remove_filters li {
    font-size: 11px;
    position: relative;
    padding: 0 8px 3px 10px;
    display: block;
    float: none;
   
}
.remove_filters li .delete {
  position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    margin: 3px 0 0 0px;
    display: block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}
.remove_filters li .delete:after {
position: absolute;
    content: ' ';
    width: 6px;
    height: 1px;
    border-bottom: 1px solid #000;
    display: block;
    left: 1px;
    top: 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    }

.remove_filters li .delete:before {
    position: absolute;
    content: ' ';
    width: 6px;
    height: 1px;
    border-bottom: 1px solid #000;
    display: block;
    left: 1px;
    top: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.remove_filters li a:hover {
    color: #000;
    cursor: inherit;
}

.remove_filters li a:hover > .delete:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.remove_filters li a:hover > .delete:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}