#header a, #header .header-top a[data-depth="0"] {
    color: #c61325; 
}
#header a:hover, #header .header-top a[data-depth="0"]:hover {
    color: #a50112; 
}


.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage, .product-flags li.product-flag.on-sale {
    background-color: #c61325;
}

.has-discount .discount {
    background: red!important;
}

.has-discount.product-price, .has-discount p {
    color: red;
    font-size: 1.4rem;
}

.product-discount .regular-price {
    color: black;
    font-weight: bold;
    font-size: 1.2rem;
}

.bandeau1:before {
    /*content : "WICHTIG: LIEFERUNGEN WEITER!\A Bestellen Sie vertraulich.";*/
    content : "SONDERANGEBOT: KOSTENLOSE LIEFERUNG!\A Bestellen Sie vertraulich.";
    white-space: pre-wrap;
}