/* Custom discounts block */
ul.product-discounts li.custom-discounts-block {
    background-color: #CE4A55 !important;
    color: #ffffff !important;
    padding: 10px !important;
    border-radius: 4px !important;
    margin-bottom: 5px !important;
}

ul.product-discounts li.custom-discounts-block span.product-discount-price {
    color: #ffffff !important;
}

ul.product-discounts li.custom-discounts-block strong {
    margin-right: 5px !important;
}
