/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*
 * Header cart (Elementor Pro Menu Cart widget).
 * The kit's global Button style (.elementor-kit-x .elementor-button) has the
 * same specificity as Elementor Pro's toggle-button rule but loads later, so
 * it painted the cart toggle green with a 2px pill border and large padding.
 * Hand control back to the widget's own CSS variables.
 */
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle .elementor-button {
	background-color: var(--toggle-button-background-color, transparent);
	color: var(--toggle-button-text-color, #69727d);
	border-style: var(--toggle-button-border-type, solid);
	border-width: var(--toggle-button-border-width, 1px);
	border-color: var(--toggle-button-border-color, #69727d);
	border-radius: var(--toggle-button-border-radius, 0);
	padding: var(--toggle-icon-padding, 12px 24px);
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle .elementor-button:hover,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle .elementor-button:focus {
	background-color: var(--toggle-button-hover-background-color, transparent);
	color: var(--toggle-button-hover-text-color, #69727d);
	border-width: var(--toggle-button-border-width, 1px);
	border-color: var(--toggle-button-hover-border-color, #69727d);
	border-radius: var(--toggle-button-border-radius, 0);
}

