/*
Theme Name: Ecomus Child
Theme URI: https://wpecomus.com/
Author: DrFuri
Author URI: http://drfuri.com/
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecomus
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: ecomus
*/

:root {
	--em-color__primary: #CA155F;
	--em-link-color-hover: #CA155F;
	--em-color-price-sale: #CA155F;
}

html, body {
	overflow-x: hidden;
}

p {
	margin-bottom: 1em;
}

a:hover, a:active {
	color: unset;
}

.wcboost-variation-swatches__item {
	border-color: #DDDDDD !important;
}

.wcboost-variation-swatches__item.selected {
	border-color: #000000 !important;
}

.header-search__suggestion-label {
	text-align: center;
}

.header-search__products {
	flex: 0 0 100%;
	max-width: 100%;
}

.entry-meta {
	display: none;
}

.woocommerce-badges.woocommerce-badges--single {
	display: none;
}

.ecomus-product-price {
	display: none !important;
}

.single-product div.product .short-description {
	margin-bottom: 0px !important;
}