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

/* Discount labels everywhere are VIOLET */
.discount.discount-amount,
.discount-amount.discount-product,
.product-miniature .discount-amount,
.product-prices .discount.discount-amount,
.discount-percentage,
.product-miniature .discount-percentage,
.product-prices .discount-percentage {
    background-color: #9C27B0 !important;
    border-color: #9C27B0 !important;
    color: #ffffff !important;
}