/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header{ background: #ffffff !important; }
 
.carousel .carousel-inner {
    height: 340px;
    border-radius: 32px;
}
.product-flags li.product-flag.on-sale {

    background: #00cf97;
}
.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
    background-color: #00349dd1;
}.has-discount .page-content.page-cms ul, .has-discount p, .has-discount.product-price, .page-content.page-cms .has-discount ul {
    color: #00cf97;
}.has-discount .discount {
    background: #00cf97;
}
.blockreassurance_product .item-product {
    margin-right: 20px;
}
#wrapper {
    background: #f1f1f1;
}