/*
Theme Name:   xstore-child
Theme URI:    https://xstore.8theme.com
Description:  XStore is a multi-purpose theme that offers the ultimate WordPress and WooCommerce synergy, providing a comprehensive, all-in-one solution.
Author:       8theme
Author URI:   https://www.8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
textdomain: xstore-child
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, translation-ready, ecommerce, woocommerce, shop, elementor, business, corporate, blog, news, light, dark
*/

/* root */

:root {
  --main-color: #991138;
}


.header-main-menu.et_element-top-level ul.menu > li > a::before, 
.header-main-menu.et_element-top-level ul.menu > .current-menu-item > a::before, 
.header-main-menu.et_element-top-level ul.menu > .opened > a::before {
	background-color: var(--main-color);
}
.et_b_header-cart.et_element-top-level span.et-quantity {
	background-color: var(--main-color);
}
.products.products-loop .uom {
	display: none !important;
}
.product-details > :not(a) {
	margin-bottom: 0;
	line-height: 1.5;
}
.tax-label-pdv {
	display: flex;
	justify-content: center;
	font-size: 0.85rem;
}
.tax-label-pdv.single-taxt-pdv {
	display: inline-flex;
	margin-left: 1rem;
	font-size: 0.9rem;
}


