.row_border_top{ border-top: 1px solid #ddd; }
.bold500 { font-weight: 500 !important; }
.bold600 { font-weight: 600 !important; }
.title_blocco{
    font-size: 22px;
    font-weight: lighter;
}
.testo_blocco{
    font-size: 15px;
    line-height: normal;
}
.row h1{ width: 100%; }
.prod_details{
    min-height: 80px;
    border-top: 1px solid #ddd;
    font-size: 14px;
    padding: 20px;
}
.prod_details .img_sped i{
    margin: 20px auto 15px auto;
}
.logo_fornitore{
    vertical-align: middle;
    float: right;
    max-width: 100px;
}
/* brand */
.filter_link {
    color: #444;
    min-height: 28px;
}
.row_filter{
    margin-right: -15px;
    margin-left: -15px;
    width: calc(100% + 30px) !important;
}
.brand-img{
    max-width: 130px;
    max-height: 65px;
    display: block;
}
.img_filter{
    width: 100%;
    float: left;
    background: #f8f8f8;
}
.filter_link{ color: #444; }

.box_articoli{
    background-color: #fff;
    position: absolute;
    top: 16px;
    right: 0px;
    z-index: 108;
    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: 12px;
    position: absolute;
    top: 15px;
    display: none;
}

/* sezione produzione */
.row_produzione_img{
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px) !important;
}
.row_premi .title_blocco{ margin-bottom: 10px; }

@media (max-width: 767px){
    .row_filter{
        margin-right: -5px;
        margin-left: -5px;
        width: calc(100% + 10px) !important;
    }
    .row_produzione_img{
        margin-right: 0px;
        margin-left: 0px;
        width: 100% !important;
    }
    .filter_link {min-height: 42px;}
    .row_produzione_img div:not(:last-child){ margin-bottom: 20px; }

    .logo_fornitore{
        float: left;
        max-width: 80px;
    }
    .title_page_fornitore{ font-size: 20px !important; }
}
