/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
/*
 *  View Cart Text colour on button
 */
 
.elementor-button, a.elementor-button:not(#e) {
    color: #ffffff;
}

/*
 *  Discount button and price in Checkout
 */
 
.has-discount .discount {
    background: #DA3232;
} 

.has-discount .page-content.page-cms ul, .has-discount p, .has-discount.product-price, .page-content.page-cms .has-discount ul {
    color: #DA3232;
}

