/* sidebar filtri */
.border-bottom { border-bottom: 1px solid #ccc; }
.border-bottomd { border-bottom: 1px solid #ddd; }

.h1_filtri { text-transform: uppercase; }

#result_arts, 
#result_arts_ricerca {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#result_arts.pagina_ricerca > div,
#result_arts_ricerca.pagina_ricerca > div {
    padding-top: 20px;
}

#result_arts:before,
#result_arts_ricerca::before {
    display: inline;
}

.blocco_descr {
    max-height: 200px;
    overflow-y: hidden;
}

.blocco_descr .dettagli {
    font-size: 12px;
}

.row_filtro a { color: #444; cursor: pointer; }
.link_fin:not(.disabled){ cursor: pointer; }
.row_filtro input { cursor: pointer; }

.row_filtro.checked a,
.row_filtro.checked span{
    /*color: #008DD6;*/
    font-weight: bold;
}
.row_filtro.disabled a,
.row_filtro.disabled span{ color: #cdcdcd }
.row_filtro .conteggio_totale{
    margin-left: auto;
    margin-right: 0px;
    color: #a0a0a0;
}

.row_filtro .checkcontainer{
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.row_filtro .checkcontainer input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    background-color: transparent;
}

.row_filtro .checkmark{
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #ccc;
    /*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
    display: inline-block;
    border-radius: 0;
    position: relative;
    height: 20px;
    width: 20px;
    min-width: 20px;
}

.row_filtro .checkcontainer input:not(.disabled):checked + .checkmark {
    background-color: #666;
    color: #99a1a7;
}


.row_filtro input.radio:checked::after{
    content: '\2022';
    font-size: 21px;
    top: -9px;
    left: 2px;
    position: absolute;
}

.row_filtro input.graycheck {
    background-color: #bbb;
    border: 1px solid #aaa;
}

/*.row_filtro input:not(.disabled).graycheck::after,*/
.row_filtro .checkcontainer input:not(.disabled):checked ~ .checkmark:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: unset;
}


/*
.row_filtro input{
    margin: 0px !important;
    vertical-align: sub;
    -webkit-appearance: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #b6b7b7;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    display: inline-block;
    border-radius: 3px;
    position: relative;
    height: 13px;
    width: 13px;
    min-width: 13px;
}

.row_filtro input:checked {
    background-color: #008DD6;
    border: 1px solid #008DD6;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}*/

/*
.row_filtro input.radio{
    border-radius: 50%;
}
.row_filtro input[disabled]{ border: 1px solid #cdcdcd; box-shadow: none; }


.row_filtro input.radioplus::after{
    content: '\002B';
    font-size: 15px;
    top: -5px;
    position: absolute;
    left: 1px;
    color: #999;
}

.row_filtro input.radioplus:checked::after{
    content: '\2212';
    font-size: 12px;
    top: -3px;
    position: absolute;
    left: 2px;
}
*/
.rimuoviFiltro {
    display: inline-block;
    background: #666;
    border-radius: 2px;
    vertical-align: middle;
    padding: 0px 3px;
    margin-left: 10px;
}

.link_fin .rimuoviFiltro{
    position: absolute;
    right: -1px;
    top: -1px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 2px 1px #d8d8d8;
}


/*
.row_filtro input:not(.disabled).graycheck::after,
.row_filtro input:not(.disabled):checked::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 0px;
    width: 3px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: unset;
}*/

.row_filtro.disabled:not(.checked) input{
    background-color: #fff;
    border: 1px solid #aaa;
}

.row_filtro input:focus{ outline: 0px !important; }

.cont_sez_filtri{
    border-bottom: 1px solid #eee;
    padding: 0 3px;
}

.cont_fascia .prezzoDa{ min-width: 41px; }

.cont_sez_filtri.openable .toggle_filtri { cursor: pointer; }
.cont_sez_filtri.closed .group_filtri{ display: none; }

.cont_sez_filtri .toggle_filtri{
    padding: 15px 0;
    box-sizing: border-box;
}

.open_sub_filter.closed { margin-bottom: 5px !important; }
.cont_sub_filtri.closed { display: none; }

.cont_sez_filtri .other_f.closed { display: none; }

.cont_sez_filtri .hide_other { display: none; }

.cont_sez_filtri .multi_join {
    width: calc(100% - 20px);
    margin-left: 5px;
    padding: 3px 5px;
}

.cont_scroll{
    max-height: 250px;
    overflow-y: auto;
}

.cont_scroll_red{
    max-height: 150px;
    overflow-y: auto;
}

.cont_scroll::-webkit-scrollbar{ width: 9px; }

.fsettato {
    display: inline-block;
    color: #fff;
    background-color: #444;
    padding: 8px 7px;
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.fsettato.azzera{
    background-color: transparent;
}

.azzera a {
    color: #2d2dff;
    font-weight: bold;
}

.azzera a:hover { text-decoration: underline; }

.cont_sel_filtri{
    position: relative; 
    cursor: pointer;
    font-size: 13px;
    display: inline-block;
}
.cont_sel_filtri .selectFiltri{ float: left; }
.selectFiltri{
    padding: 0 25px 0 5px;
    border: 1px solid #ddd;
    background-color: #fff;
    max-width: 100%;
    line-height: 25px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    position: relative;
}
.selectFiltri .arrow_select{
    position: absolute;
    right: 7px;
    top: 12px;
}
.cont_selectf .sub_filtri {
    position: absolute;
    right: 0px;
    z-index: 955;
    display: none;
    float: left;
    max-height: 265px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ddd;
    width: 165px;
}
.cont_selectf .sub_filtri a,
.cont_selectf .sub_filtri span{
    float: left;
    width: 100%;
    list-style: none;
    line-height: 24px;
    padding: 2px 5px;
    border-bottom: #eee solid 1px;
    color: #444;
}
.cont_selectf .sub_filtri a:hover, .cont_selectf .sub_filtri .selected{
    background: #eee;
}
.cont_sel_filtri .selectFiltri .current{
    list-style: none;
    line-height: 25px;
}

.cont_mjoin.disabled{
    opacity: 0.7;
    cursor: default;
}

.cont_selectf.cont_mjoin .sub_filtri {
    width: 100%;
    right: 0;
    left: auto;
}

.cont_mjoin .selectFiltri{
    line-height: 24px;
    padding: 2px 10px;
}

.cont_mjoin .sub_filtri .change_join_sel{
    padding: 2px 10px;
}

.cont_mjoin .sub_filtri .change_join_sel.disabled{
    opacity: 0.5;
    cursor: default;
}

.cont_mjoin .sub_filtri .selected{
    color: #8e0e1a;
    font-weight: bold;
    background: none;
}
.cont_mjoin .sub_filtri a:not(.disabled):hover{
    background: none;
    color: #8e0e1a;
    font-weight: bold;
}

.cont_mjoin .selectFiltri .current{
    color: #444;
    font-weight: bold;
}

.dotpag,
.pag_f{
    float: left;
    color: #444;
    text-align: center;
    line-height: 25px;
    margin: 0 2px;
    height: 27px;
    width: 27px;
    border: 1px solid #ddd;
    font-size: 13px;
}

.pag_f.pag_mob { display: none; }

.dotpag { border: 0;width: 15px; }

.descr_sotto_filtri h2,
h2.descr_sopra_filtri {
    font-size: 18px;
    box-sizing: border-box;
    margin: 10px 0;
    font-weight: 700;
}

.descr_sotto_filtri h3 {
    font-size: 16px;
    box-sizing: border-box;
    margin: 10px 0;
    font-weight: 600;
}

.link_fin .fini_filtri {
    border: 2px solid #fff;
    box-shadow: 0px 0px 2px 1px #d8d8d8;
    margin: 5px;
    display: inline-block !important;
}


.link_fin .fini_filtri.rgb_fin {
    max-width: 50px;
    max-height: 50px;
    width: 100%;
    height: 100vh;
    position: relative;
}

/*a.link_fin .fini_filtri:hover,
a.link_fin.selected .fini_filtri {
    border-color: #208dd2;
}*/

a.link_fin.selected .rgb_fin:after {
    content: '';
    position: absolute;
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    border: 2px solid #208dd2;
    left: -7px;
    top: -7px;
}

.link_fin.disabled .fini_filtri {
    opacity: 0.5;
}

.view-filtri {
    color: #444;
    text-align: center;
    padding: 3px 4px;
    border: 1px solid #ddd;
    font-size: 13px;
}

.view-filtri.sx { border-left: 0; }


.blocco_articolo_f.sgrid .linkart {
    min-height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blocco_articolo_f.sgrid { margin-bottom: 10px; }
.blocco_articolo_f.sgrid .underimg { background-color: #f0f0f0; }

.slideImmagini .img_fini {
    position: absolute;
    bottom: 10px;
    right: 10px;
    top: auto;
    left: auto;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #ccc;
}

/*
.open_filter {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    padding: 1px 0 0 1px;
    background: #0091e2;
    position: fixed;
    left: calc(50% - 27px);
    bottom: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    z-index: 950;
}

.open_filter.opened {
    background-color: #fff;
    z-index: 2;
}
*/
.n_filtri_attivi_sidebar {
    background-color: #444;
    padding: 0px 7px;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
}
.n_filtri_attivi {
    position: absolute;
    top: -9px;
    right: -4px;
    padding: 5px 8px;
    background-color: #444;
    z-index: 10;
    border-radius: 50%;
    color: #fff;
}


.toggleF{
    position: relative;
}

.toggleF:after{
    position: absolute;
    right: 0;
    top: 0;
    content: '+';
    font-size: 34px;
    font-weight: lighter;
    line-height: 16px;
}

.cont_sez_filtri:hover .toggleF:after{
    font-weight: 400;
}

.toggleF.arr_opened:after{
    position: absolute;
    content: '-';
    font-size: 52px;
    line-height: 8px;
}

.clearFilter {
    color: #2d2dff;
    text-align: right;
    font-weight: bold;
    font-size: 13px;
    
}

.pag_successiva {
    color: #fff;
    background-color: #000;
    display: inline-block;
    height: 27px;
    font-size: 14px;
    padding: 0 15px;
    line-height: 27px;
    text-align: center;
}

.pag_successiva:hover {
    background-color: #444;
}

.input_prezzo{
    max-width: 50px;
}

.formPrezzi .input_prezzo{
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #ddd;
    height: 28px;
    padding: 6px 8px;
    font-size: 13px;
}

.formPrezzi .input_prezzo:focus{
    border: 1px solid #ddd;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
}

.formPrezzi .filtraPrezzo{
    border-radius: 0;
    text-transform: uppercase;
    line-height: 16px;
    background-color: #008dd6;
    font-size: 13px;
    color: #fff;
    border: 0;
    border-radius: 2px;
    margin-left: 3px;
}
.formPrezzi .filtraPrezzo:hover{
    background-color: #0099e8;
}

.lang-de .formPrezzi .filtraPrezzo{
    padding: 6px 2px;
}

.popup_conteggi_fin{
    position: absolute;
    padding: 6px;
    background-color: #fff;
    top: -39px;
    left: calc(50% - 100px);
    width: 200px !important;
    width: 100%;
    text-align: left;
    display: none;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);;
    z-index: 600;
    color: #444;
    font-size: 13px;
    float: left;
}

.popup_conteggi_fin .blocco_briciole_arrow{
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    display: block;
    top: 27px;
    left: calc(50% - 11px);
}

.popup_conteggi_fin .cont_tot_pcf{
    color: #a0a0a0;
}

.cont_mjoin {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    display: inline-block;
    padding-left: 0;
}

.check_custom{
    width: 20px;
    height: 20px;
}

.check_custom.current:before {
    height: 12px;
    width: 12px;
    top: 3px;
    left: 3px;
}

.radio-cont p {
    padding: 0 0 0 5px;
}

.cont_sez_filtri .prezzosel a{ color: #444; }
.cont_sez_filtri a.all_link{ color: #666; display: inline-block; margin-right: 30px; }
.cont_sez_filtri.closed  a.all_link{ display: none; }

.cont_sez_filtri .prezzosel .sottotitolo{ color: #8e0e1a; }

.cont_prezzo .prezzosel{ margin-bottom: 20px; }
.title_filter_mob { display: none; }

.risultati_text h1,
.filtri_correlati_label {
    font-weight: 600;
    color: #444;
}

.filtri_correlati {
    display: flex;
    flex-wrap: wrap;
}

.filtri_correlati a {
    color: #222;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    margin: 0 5px 5px 0;
    padding: 8px;
}

.filtri_settati_box {
    position: fixed;
    bottom: 60px;
    right: 0;
    width: 300px;
    max-height: 50%;
    background-color: #eee;
    font-size: 16px;
    padding: 10px;
    direction: rtl;
    overflow: auto;
}

.filtri_settati_box pre {
    overflow: hidden;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    direction: ltr;
}

.banner-liquidazione {
    width: 100%;
    background-color: #FF0000;
    color: #FFFFFF;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 20px;
}

.banner-liquidazione h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.banner-liquidazione p {
    font-size: 16px;
}

@media(min-width: 768px){

    .cont_sez_filtri:not(.closed) .closed_filters {
        display: none;
    }

    .pag_f.checked, .pag_f:hover {
        background-color: #000;
        color: #fff;
        display: inline-block;
    }
    
    .cont_sez_filtri.closed {
        padding-bottom: 0;
    }

    .row_filtro:not(.disabled):not(.prezzosel):hover a { 
        /*color: #008DD6;*/
        font-weight: bold;
    }

    .row_filtro input:active, .row_filtro input:checked:active {
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
    }


    a.link_fin .rgb_fin:hover:after{
        content: '';
        position: absolute;
        width: calc(100% + 14px);
        height: calc(100% + 14px);
        border: 2px solid #208dd2;
        left: -7px;
        top: -7px;
    }

    div.group_filtri  .row_filtro.f_divide{
        padding-bottom:10px;
        border-bottom:1px solid #eee;
    }

    .blocco_articolo_f .next_img,
    .blocco_articolo_f .prev_img {
        display: none;
    }

    .mobile_open .content_filter {
        height: calc(100% - 79px);
        overflow-y: scroll;
        position: relative;
        margin-top: 16px !important;
    }
}



@media(max-width: 767px){
    .blocco_descr {
        max-height: 155px;
    }

    .cont_sez_filtri a.all_link{ margin-right: 0; }


    .cont_sez_filtri .show_all {
        position: absolute;
        right: 15px;
    }

    .cont_sez_filtri:not(.closed) .arrow_mobile_f{
        transform: rotate(90deg);
    }

    .cont_sez_filtri:not(.closed) .toggle_filtri{
        padding-bottom: 0;
    }

    .rimuoviFiltro {
        position: absolute;
        right: 15px;
        top: 14px;
        background: initial;
        border-radius: 0;
        padding: 0;
        margin-left: 0;
    }

    .n_filtri_menu{
        position: absolute;
        top: -9px;
        right: -8px;
        background-color: #ff8629;
        border-radius: 50%;
        color: #fff;
        width: 15px;
        height: 15px;
        font-size: 11px;
        text-align: center;
        line-height: 15px;
        display: block;
    }

    .cont_sez_filtri .show_other { margin-top: 10px; }
    .cont_sez_filtri .expand_open { display: none; }

    .blocco_articolo_f.sgrid{
        padding-left: 5px;
        padding-right: 5px;
    }

    .cont_sez_filtri .cont_scroll_red{
        max-height: initial;
    }

    .cont_sez_filtri:not(.closed) .closed_filters{
        display: none;
    }


    .row_filtro{
        padding-bottom: 12px;
        height: auto;
        padding-top: 12px;
        margin-bottom: 0 !important;
        border-bottom: 1px solid #eee;
        position: relative;
    }

    .cont_sel_filtri .sub_filtri{
        border: none!important;
        position: fixed!important;
        bottom: 0!important;
        left: 0!important;
        margin-top: 0!important;
        opacity: .9;
        width: 100%!important;
        height: auto;
        padding: 30px 20px 20px;
        display: none;
        text-align: left;
    }

    .cont_sel_filtri .sub_filtri a{
        padding-left: 5px;
    }

    .cont_sel_filtri .sub_filtri .selected{
        font-weight: bold;
    }
    
    .row_filtro:last-child{
        border-bottom: 0;
    }
    
    .h1_filtri{
        padding:5px 10px 5px !important;
    }

    .sidebar_filtri.mobile_open {
        position: fixed;
        top: 0;
        left: auto;
        right: 0;
        height: 100%;
        width: calc(100% - 45px);
        background: #fff;
        display: block !important;
        padding: 40px 0 0;
        z-index: 1000;
        border: 1px solid #ddd;
        overflow-y: auto;
    }

    .sez_overlay_search{
        background-color: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 949;
        display: none;
    }

    .mobile_open .footer_filtri {
        padding: 10px;
        bottom: 0;
        border-top: 1px solid #ccc;
    }
    .mobile_open .footer_filtri, .mobile_open .header_filtri {
        background: #f8f8f8;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 111;
    }
    .mobile_open .header_filtri {
        top: 0;
        border-bottom: 1px solid #ccc;
    }

    .mobile_open .content_filter {
        height: calc(100% - 87px);
        overflow-y: auto;
        margin-top: 6px !important;
    }

    .sidebar_filtri .showResult{
        padding: 12px 0;
        background-color: var(--green);
        font-weight: 600;
        color: #fff;
        border-radius: 2px;
        text-transform: uppercase;
    }

    .sidebar_filtri .showResult.nolinkres{
        background-color: #888;
    }

    .arrow_box { margin: 8px 5px; }

    .view-filtri { padding: 4px 4px; }

    .dotpag, .pag_f { width: 32px; height: 32px; line-height: 30px; }

    .pag_f{ display: none; }
    .pag_f.pag_mob{ display: inline-block; }

    .sez_open .close_x_mobile {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 44px;
        height: 44px;
        background-color: #666;
        z-index: 1100;
        text-align: center;
        padding-top: 12px;
    }

    .cont_sez_filtri .cont_scroll{
        max-height: initial;
    }

    .title_sub_filtri{
        padding: 10px 0;
    }

    .toggleF{
        display: none !important;
    }

    .cont_sez_filtri{
        padding: 0 15px;
    }

    .pag_f.checked.pag_mob{
        width: auto;
        border: 0;
        margin: 0 5px;
    }

    .pag_f.checked.pag_mob .num_page{ font-weight: bold; }

    .cont_sel_filtri { background-color: #fff; }
    .cont_sel_filtri.active { background-color: #888; }
    .cont_sel_filtri.active .ord-off{ display: none !important; }
    .cont_sel_filtri .ord-active{ display: none !important; }
    .cont_sel_filtri.active .ord-active{ display: block !important; }

    .selectFiltri{ background-color: initial; }

    .colori_settati .row_filtro{
        padding-top: 5px;
    }

    .link_fin .fini_filtri.rgb_fin {
        margin: 5px;
    }

    .cont_filter_sort_m {
        margin-bottom: 10px;
    }

    .filter_sort_m {
        border: 1px solid #ddd;
        background-color: #eee;
        width: 100%;
        padding: 0;
    }

    .filter_sort_m .btn-filters, .label_select_order {
        font-size: 22px;
        color: #444;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .filters_counter {
        border: 1px solid #2d2dff;
        border-radius: 50%;
        padding: 1px 5px 1px 5px;
        font-size: 14px;
        position: absolute;
        bottom: 36px;
        left: calc(100% - 10px);
        background-color: #2d2dff;
        color: #fff;
    }

    .filters_counter.empty {
        visibility: hidden;
    }

    .label_select_order {
        z-index: 1;
        height: 36px;
        top: 0;
        line-height: 40px;
        pointer-events: none;
    }

    select#select_order {
        height: 36px;
        appearance: none;
        border: 0;
        text-indent: -99999px;
        top: 0;
        -webkit-appearance: none;
        appearance: none;
    }

    .label_select_order, select#select_order {
        position: absolute;
        background-color: #eee;
        border: 1px solid #ddd;
        width: 100%;
        right: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .filter_sort_m .btn-filters {
        padding: 10px 0;
    }

    .cont_finiture{
        padding-top: 15px;
    }

    .cont_mjoin{
        width: calc(100% - 15px) !important;
    }

    .cont_sez_filtri .show_other { margin-top: 10px; }
    .cont_sez_filtri .expand_open { display: none; }

    .blocco_articolo_f.sgrid{
        padding-left: 5px;
        padding-right: 5px;
    }

    .cont_sez_filtri .cont_scroll_red{
        max-height: initial;
    }

    .cont_sez_filtri:not(.closed) .closed_filters{
        display: none;
    }

    .closed_filters{
        float: left;
        width: 100%;
        padding-left: 10px;
    }

    .content_filter_child .row_filtro {
        padding-left: 15px !important;
    }

    .content_filter_child .colori_settati .row_filtro{
        padding-left: 3px !important;
    }

    .row_filtro{
        padding: 12px 15px;
        height: auto;
        margin-bottom: 0 !important;
        border-bottom: 1px solid #eee;
    }

    .closed_filters .row_filtro{
        padding-top: 0;
        border-bottom: 0;
    }
    
    .cont_sez_filtri{
        margin-bottom: 0 !important;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;

    }

    .cont_sez_filtri .group_filtri{
        padding-left: 10px;
        box-sizing: border-box;
    }

    .mobile_open .footer_filtri {
        padding: 10px 15px;
        bottom: 0;
        border-top: 1px solid #ccc;
        background: #f8f8f8;
    }

    .mobile_open .footer_filtri, .mobile_open .header_filtri {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 111;
    }

    .mobile_open .header_filtri {
        top: 0;
        border-bottom: 5px solid #ccc;
    }

    .mobile_open .content_filter {
        height: calc(100% - 63px);
        overflow-y: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform .225s;
        transition: -webkit-transform .225s;
        transition: transform .225s;
        transition: transform .225s,-webkit-transform .225s;
    }

    .mobile_open.slided .content_filter {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .mobile_open .content_filter_child{
        display: none;
        height: calc(100% - 111px);
        overflow-y: auto;
        width: 100%;
        position: absolute;
        top: 48px;
        background-color: #fff;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .225s;
        transition: -webkit-transform .225s;
        transition: transform .225s;
        transition: transform .225s,-webkit-transform .225s;
    }

    .mobile_open.slided .content_filter_child{
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .row_filtro .checkcontainer { display: none; }

    .txt_filtri {
        display: inline-block;
        min-height: 21px;
    }
    .slided .txt_filtri{ display: none; }

    .back_filter,
    .title_filter_mob{
        display: none;
        min-height: 21px;   
    }

    .slided .back_filter,
    .slided .title_filter_mob{
        display: inline-block;
    }

    .slided .title_filter_mob .arrow_mobile_f{
        display: none !important;
    }

    .slided .title_filter_mob .nome_filtro{
        font-weight: initial !important;
    }

    .filtri_correlati {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 5px;
    }
}