.main-menu .navbar-nav>li.prodotti-menu {
    border-bottom: none;
}

.scheda-prodotto .contenitore-img {
    width: 30%;
}

.scheda-prodotto .dettaglio-prodotto {
    width: 67%;
}

.scheda-prodotto .dettaglio-prodotto div.descrizione ul {
    padding-left: 40px;
}

.scheda-prodotto .dettaglio-prodotto div.descrizione ul li {
    list-style-type: disc;
}

@media screen and (max-width: 991px) {
 .contenitore-img-small {
     display: none;
 }
}

@media screen and (max-width: 767px) {
    .scheda-prodotto .contenitore-img,
    .scheda-prodotto .dettaglio-prodotto {
        width: 100%;
    }
    .scheda-prodotto .contenitore-img {
        max-width: 300px;
        display: block;
        margin: auto;
    }
}


li.prodotti-menu {
    background: #223C7E;
    color: #fff;
    opacity: 1;
}

.info-prezzi {
    float: left;
}

.dettaglio-prodotto fieldset {
    width: 100%;
    vertical-align: top;
    padding: 20px 0;
    float: right;
}

@media screen and (max-width: 600px) {
    .info-prezzi,
    .dettaglio-prodotto fieldset {
        width: 100%;
        float: none;
    }

}

.info-prezzi h3 {
    font-size: 18px;
    font-weight: 700;
}

.info-prezzi h3 .valore {
    font-weight: 400;
}

.info-prezzi h3 span.reale {
    color: #223C7E;
    font-weight: 700;
    font-size: 20px;
}


