.scheda_prod_link{
    margin-top: 8px;
    font-size: 14px;
    float: right;
    color: #8E0E1A;
}
.box_articoli{
    background-color: #fff;
    position: absolute;
    top: 29px;/*19*/
    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);
    text-transform: initial;
}
.row_filter{
    margin-right: -15px;
    margin-left: -15px;
    width: calc(100% + 30px) !important;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.img_filter{
    width: 100%;
    float: left;
    background: #f8f8f8;
}

.pdf_catalogo a {
    font-size: 15px;
    font-weight: 600;
    background-color: #8e0e1a;
    border-radius: 2px;
    padding: 7px 17px 9px 17px !important;
    display: inline-block;
    box-shadow: 1px 1px 5px -3px #000;
    color: #fff;
}

.filter_link{ color: #444; min-height: 28px; }
.filter_link.blue{ color: #008FDA; }
.cont_logo_brand{ border-bottom: 1px solid #ccc; }
.cont_logo_brand img{ display: inline-block !important; }

.ab_ux .cont_logo_brand{ border-bottom: 1px solid #eee; }
.ab_ux .filter_link{ min-height: auto; }

/*.blocco_logo{ height: 330px; }*/

.ab_ux .cont_logo_brand{ border-bottom: 1px solid #eee; }
.ab_ux .filter_link{ min-height: auto; }

.arrow_blocco_coll{
    width: 100%;
    height: 20px;
    position: absolute;
    top: -15px;
    left: 0px;
    display: block;
}
.arrow_blocco_coll .blocco_briciole_arrow{
    left: calc(50% - 12px);
    top: 3px;
    display: block !important;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 9999;
}

.ab_ux .scheda_prod_link {
    float: none;
}

/*.cont_logo_link{
    min-height: 150px;
    max-height: 250px;
}*/


.testo_descr{
    align-self: baseline;
}

.arc_button {
    position: relative;
    float: left;
    font-size: 17px;
    line-height: 21px;
    width: 480px;
    height: 70px;
    padding: 5px 20px;
    text-align: center;
    color: #fff;
    background-color: #008dd6;
    font-family: inherit;
    cursor: pointer;
}
.arc_button:hover {
    background-color: #00a3f7;
}

@media (max-width: 768px){
    .arc_button { width: 100% }
}

@media (min-width: 767px){
    .cont_logo_link > .row{
        border: 1px solid #eee;
    }
}

@media (max-width: 767px){
    .box_presucc {
        display: block;
        text-align: center;
        border: 1px solid #ddd;
        background-color: #ddd;
        padding: 8px 10px;
    }

    .cont_logo_link{
        min-height: auto;
        max-height: auto;
    }

    .filter_link a{
        border: 1px solid #8e0e1a;
        background-color: #8e0e1a;
        color: #fff;
        padding: 7px 15px;
        border-radius: 2px;
        display: inline-block;
    }
    .blocco_logo{ height: auto; }

    .blocco_filtro{ min-height: 235px; }

    .briciole ul{
        width: 100%;
    }

    .briciole li.brand_mob{
        width: 100%;
        display: block;
    }

    .briciole li a[data-tipo="single_brand"]{
        width: 100%;
        float: left;
    }

    .briciole li a[data-tipo="single_brand"] .select_brand_single{
        width: 100%;
    }

    .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;
    }

    .breadcrumbs { float: left; width: 100%; }

    .corpo { float: left; }

    li.briciolepre:nth-child(5) { display: none; }

}
@media (max-width: 340px){
    .scheda_prod_link{
        margin-top: 0px;
        max-width: 105px;
        text-align: center;
    }
}