/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.3.9
Text Domain: flatsome
License: http://themeforest.net/licenses
License URI: http://themeforest.net/licenses
*/

/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
body {
	color: #545454;
}

.product-summary .quantity {
	display: none;
}
.h3, h3 {
	font-weight: 500 !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #2e2e2e;
}

.header:not(.transparent) .header-nav.nav > li > a{
	color: #f8892f !important;
}
.header:not(.transparent) .header-nav.nav > li > a:hover, .header:not(.transparent) .header-nav.nav > li.active > a, .header:not(.transparent) .header-nav.nav > li.current > a, .header:not(.transparent) .header-nav.nav > li > a.active, .header:not(.transparent) .header-nav.nav > li > a.current {
	color: #dc143c !important;
}

.secondary, .checkout-button, .button.checkout, .button.alt{
	background-color: #f8892f
}
.widget a {
	 color: inherit !important;
}