/*
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.14.1
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.0.0
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.
***************/
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.x_mb_p p{
	margin-bottom:0.3em !important;
}
.x_border_product .col-inner{
	border-radius: 5px;
}
.x_border_product .x_border_product{
	padding: 5px;
    border: 1px solid #ddd;
	border-radius: 5px;
}
.section-title b{
	height:1px;
	opacity:1;
	background: var(--primary-color);
}
.product-title a:hover{
	color: var(--primary-color);
}
.tinvwl_add_to_wishlist_button{
	display:none;
}

.ux-menu-link__link {
	color: #fff !important;
}

html {
	background-color: var(--primary-color) !important;
}