/* 
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.1
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 block: Elementor kit pads all inputs (14px 24px) which clips the qty digit in a ~50px field. */
.woocommerce-cart .wc-block-components-quantity-selector__input,
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	color: #0b0a07 !important;
	-webkit-text-fill-color: #0b0a07 !important;
	background-color: #fff !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	min-width: 2.5em;
	text-align: center !important;
	opacity: 1 !important;
}

/* Proceed to Checkout: Elementor link color (#0B0A07) overrides WP button white text on dark fill. */
.woocommerce-cart a.wc-block-cart__submit-button,
.woocommerce-cart a.wc-block-cart__submit-button:hover,
.woocommerce-cart a.wc-block-cart__submit-button:focus,
.woocommerce-cart a.wc-block-cart__submit-button .wc-block-components-button__text,
.woocommerce-cart .wc-block-components-button.contained.wc-block-cart__submit-button {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	text-decoration: none !important;
}
