.block.filter .filter-title,
.block-content.filter-content .block-subtitle{
	display: none;
}
.filter-options .filter-options-title{
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #0088CC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 5px 0 5px 10px;
    margin: 0 0 5px 0;
}
.filter-options .filter-options-title:after{
    content: '\e622';
    font-family: 'icons-blank-theme';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    color: #333;
    transition: .3s all;
}
.filter-options .filter-options-title.active:after{
    content: '\e621';
}
.filter-options .filter-options-content{
    border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
    padding: 5px 0 5px 10px;
    margin: -5px 0 5px 0;
    display: none;	
}
.filter-options .filter-wrapper.categorie .filter-options-content{
	display: block;
}
/*.filter-options .filter-wrapper{
    order: 5;
}
.filter-options .filter-wrapper.stock-availability{
    order: 1;
}
.filter-options .filter-wrapper.categorie{
    order: 2;
    background-color: #f9f9f9;
}
.filter-options .filter-wrapper[code="brand"]{
    order: 3;
}
.filter-options .filter-wrapper[code="model"]{
    order: 4;
}*/
.filter-options .filter-wrapper.categorie{
    order: -1;
    background-color: #f9f9f9;
}