/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.dark-bg a {
	color: var( --e-global-color-b95ec9a ) !important;
}
.dark-bg a:hover {
	text-decoration: underline !important;
}
a.blue-background:hover {
    color:#ffffff !important;
}
/* WooCommerce pricing */
div.product span.price {
    color: var(--e-global-color-text) !important;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important; 
}

/* Super Saver Deals */
ul.products.sfn-cart-addons li.product {
    margin-right: 3% !important;
}

.woocommerce ul.products li.product .star-rating {
    font-weight: 900;
}