/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


 /* Colore delle icone social nel footer.*/
 .block-social ul li {
    height: 2.5rem;
    width: 2.5rem;
    background-color: #0576d9;
    background-repeat: no-repeat;
    display: inline-block;
    margin: .125rem;
    cursor: pointer;
}
/* Colore rosso del label della linea prodotti scontati nel carrello */
div#cart-subtotal-discounted .label {
    color: red;
}

 /* dimensione font menu - Orginale 1rem*/
#header .header-top .menu {
  padding-left: 15px;
  margin-bottom: .375rem;
  font-size: 0.9rem;
}