/*filtri*/
ul.sub_terms_container {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    flex-basis: fit-content;
}
ul.sub_terms_container li {
    display: flex
;
}
li.single_sub_term a {
    background: #969696;
    margin-right: 5px;
    padding: 10px 20px;
    margin-bottom: 0px !important;
    color: #fff;
}

li.single_sub_term a:hover {
    background: var(--mfn-button-bg);
    margin-bottom: 0px !important;
    text-decoration: none;
    color: #fff;
}

.single_parent_title.term_id_5, .single_parent_title.term_id_6{
    margin-bottom: 0;
    color: #FAB417;
    font-size: 20px;
    font-weight: 500;
}

.single_parent_title.term_id_31, .single_parent_title.term_id_32, .single_parent_title.term_id_33 {
    color: #FAB417;
}