/*
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
*/

/* Linked variation */
.wpclv-term-image {
    width: 60px !important;
}

/* Remove price in the add to cart button because Tiered Pricing Plugin */
.ecomus-product-atc-group .single_add_to_cart_button .price, .ecomus-product-atc-group .single_add_to_cart_button .divide
{
	display:none;
}

/*Fixing Tiered Pricing styles conflicted with them */
.tiered-pricing-wrapper h3
{
	font-size: 18px !important;
}

/* Checkout wc-enhanced city and state styles */
.woocommerce-input-wrapper .select
{
	width: 100% !important; 
}