.navigation_layer .filter-content .filter-options .filter-options-item .filter-options-title {
    position: relative;
}
.navigation_layer .filter-content .filter-options .filter-options-item .filter-options-title:after {
    margin-right: 0;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    content: "<";
    color: #131a22;
}
.navigation_layer .filter-content .filter-options .filter-options-item.active .filter-options-title:after {
    margin-right: 0;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    content: ">";
    color: #e74810;
}
.navigation_layer .filter-content .filter-options .filter-options-item.active .filter-options-title {
    color: #e74810 !important;
}