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

/** Cart **/
.wc-block-components-product-name {
	color: #3A3A3A !important;
}
.wc-block-cart__submit-button {
	color: #ffffff;
	text-decoration: none;
	background-color: var(--e-global-color-accent);
}
.wc-block-cart__submit-button:hover {
	color: #ffffff;
	background-color: var(--e-global-color-ace1050);
}
.wc-block-cart__submit-button span {
	font-weight: 600;
}

/** Checkout **/
body.woocommerce-checkout .wp-block-woocommerce-checkout {
	margin-bottom: 150px;
}
body.woocommerce-checkout .wc-block-components-product-name {
	font-size: 29px;
	line-height: 1em;
}
.wc-block-components-checkout-return-to-cart-button {
	color: #3A3A3A !important;
}