/*
Theme Name:   Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description:  Child theme for the Hello Elementor theme
Author:       WebSpaceZ
Author URI:   http://www.webspacez.com
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  hello-elementor-child
*/
.woocommerce-button, 
.woocommerce-Button.wc-forward.button, 
.button.wc-forward, 
.woocommerce-MyAccount-content-wrapper .edit {
  background-color: #ea4669!important;
	color: #fff!important;
}

.woocommerce-button:hover, 
.woocommerce-Button.wc-forward.button:hover, 
.button.wc-forward:hover, 
.woocommerce-MyAccount-content-wrapper .edit:hover {
  background-color: #D87C90!important;
	color: #fff!important;
}

.woocommerce-info {
  border-top-color: #ea4669!important;
  background-color: #F9F4DF!important;
}

.woocommerce-info::before {
	color: #ea4669!important;
}

.woocommerce-MyAccount-content-wrapper .edit {
	padding: 12px 8px;
	border-radius:10px;
}

.woocommerce a.added_to_cart {
	display:none!important;
	width: 0px!important;
	height: 0px!important;
	overflow:hidden!important;
}

.elementor-menu-cart__toggle_wrapper .elementor-menu-cart__toggle:active {
    background-color: #F9F4DF !important;
}