.container_brand{
    width: calc(100% + 20px) !important;
    margin: 0 -10px 0 -10px;
}

.box_brand {
    height: 500px;
}

.cont_img_brand {
    height: 150px;
    justify-content: center;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.cont_img_brand a { 
    display: flex;
    justify-content: center;
}

.cont_img_brand a img{
    max-width: 85%;
    height: 120px;
}

.device_mobile .fam_block_title a:not(.nome_brand){ color: #444; }


.cont_blocchi_seo a {
    color: #444;
    line-height: 20px;
}

.riga_seo { vertical-align: middle; }
.cont_box_brand{ min-height: 310px; }
.icon_plus{ vertical-align: middle; }
.cont_img_brand .etichetta_new_grid{
    top: auto;
    left: auto;
    right: 0px;
    bottom: 0px;
}

.sez_brand{
    position: fixed;
    display: none;
    z-index: 110;
    top: 40px;
    left: 5px;
    width: calc(100% - 10px);
    height: auto;
    max-height: calc(100% - 80px);
    background: #fff;
    overflow-y: hidden;

}

.sez_overlay{
    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: 109;
    display: none;
}

.box_articoli{
    background-color: #fff;
    position: absolute;
    top: 28px;
    z-index: 250;
    display: none;
    min-width: 120px;
    margin-top: 10px;
    box-sizing: border-box;
    cursor: default !important;
    padding: 12px;
    border: 1px #ccc solid;
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.4);
    box-shadow: 0 0 40px rgba(0,0,0,0.4);
}

.arrow_blocco_coll{
    width: 100%;
    height: 20px;
    position: absolute;
    top: 24px;
    display: none;
}

.ab_ux .descr_brand{
    font-size: 13px;
    line-height: initial;
}

@media (min-width:768px) and (max-width: 1024px) {
    .cont_box_brand.col-sm-3 {
        width: 33.33%;
    }
}

@media (max-width: 767px){
    .container_brand{
        width: calc(100% + 40px) !important;
        margin: 0 -20px 0 -20px;
    }
    .cont_box_brand:not(.fp){ border-bottom: 1px solid #ccc; }
    .cont_box_brand{
        padding: 0 20px 20px 20px;
        margin-bottom: 10px;
    }
    .fam_block_title .anteprima { display: inline !important; }
    .sez_brand .applicazioni_mob .row_mob:not(:first-child){ padding-left: 36px; }
    .cont_img_brand a img{ max-width: 100%; }
    .cont_img_brand{ 
        padding-bottom: 0px;
        border: 0px; 
    }
    .etichetta_new_grid{
        bottom: auto;
        top: 0 !important;
    }
    .cont_blocchi_seo a { line-height: 30px; }

    .blocco_vedi_tutte_mob,
    .blocco_anteprima_mob{
        display: inline-block;
        border: 1px solid #ccc;
    }
    .blocco_vedi_tutte_mob{
        background: #008DD6;
        padding: 8px 25px 7px 25px;
        
        border: 1px solid #008DD6;
    }
    .blocco_vedi_tutte_mob a{ color: #fff; }

    .blocco_anteprima_mob{ padding: 7px 10px 6px 10px; }

        .cont_select {
        float: left;
        position: relative;
        cursor: pointer;
        font-size: 13px;
        width: 100%;
    }

    .cont_select.suc, .cont_select.prev { width: calc(100% - 41px); }
    .cont_select.suc.prev { width: calc(100% - 78px); }

    .selectVarDiv {
        padding: 0 20px 0 10px;
        border: 1px solid #ccc;
        background-color: #fff;
        max-width: 100%;
        width: 100%;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        overflow: hidden;
    }

    .cont_select .selectVarDiv li {
        list-style: none;
        line-height: 34px;
    }

    .selectVarDiv .arrow_select {
        position: absolute;
        right: 6px;
        top: 16px;
    }

    .cont_select .sub_option {
        position: absolute;
        left: 0;
        z-index: 145;
        display: none;
        float: left;
        max-height: 265px;
        overflow-y: scroll;
        background: #fff;
        border: 1px solid #ccc;
        border-top: 0;
        width: 100%;
    }

    .cont_select .sub_option::-webkit-scrollbar{
        width: 10px;
        border: 1px solid #e4e4e4;
        background-color: #f1f1f1;
    }

    .cont_select .sub_option::-webkit-scrollbar-thumb{
        width: 10px;
        background-color: #ccc;
        outline: 1px solid #ccc;
    }


    .cont_select .sub_option .selected,
    .cont_select .sub_option li:hover {
        background: #eee;
    }

    .cont_select .sub_option li {
        float: left;
        width: 100%;
        list-style: none;
        line-height: 24px;
        padding: 2px 10px;
        border-bottom: 1px solid #eee;
    }

    .box_brand {
        height: auto;
    }

}
@media (min-width: 600px){
    .sez_brand .cont_sez_articolo{ width: 10%; }
}
@media (max-width: 330px){
    .sez_brand .cont_sez_articolo{ width: 25%; }
}