/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.16.9
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.4.0
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.saved-price {
    font-size: 18px;
    color: #ff0000; /* Red color for emphasis */
    font-weight: bold;
}
.saved-price > .woocommerce-Price-amount{
	color:green !important;
}

.cart-total-saving{ color:#9ACD32!important; }
.cart-total-saving span.amount{ color:#9ACD32!important; }
