/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.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
*/

/*
    Add your custom styles here
*/

/*** MENU ***/

.rosso-bold a {
	color:#da3037!important;
}

/*** POPUP CARRELLO ***/

.widget_shopping_cart_content a.elementor-button.elementor-button--checkout {height:62px;}

.widget_shopping_cart_content a.elementor-button.elementor-button--view-cart {
	height:62px;
}

/*** ELEMENTI WOOCOMMERCE ***/

.woocommerce-error, .woocommerce-info, .woocommerce-Button button, .woocommerce-message {
	font-family:Questrial;
	color:#000;
	border-top-color: red;
}

.woocommerce-notice, .woocommerce-order-overview, .woocommerce-order-details  .woocommerce-column, .woocommerce-column h2, .woocommerce-column address, .woocommerce-order-details__title, 
table.woocommerce-table {
	font-family:Questrial!important;
	color:#000!important;
	border:1px solid #f4f4f4!important;
}

.woocommerce-message::before {
	color:red;
}

.woocommerce-MyAccount-content-wrapper a {
	font-family:Questrial;
}

a.woocommerce-Button, a.button.wc-forward {
  background:red!important;
	color:white!important;
	border-radius:15px!important;
	border:1px solid red!important;
}

a.woocommerce-Button:hover, a.button.wc-forward:hover {
  background:#fff!important;
	color:red!important;
	border:1px solid red!important;
	
}

.woocommerce-info::before {
	color:red;
}

button {
	border-radius:15px!important;
}

/*** CHECKOUT ***/

#custom_checkout_field h2 {
	color:#000;
	font-family:"Poppins";
}

/*** CONTROLLO ETÁ ***/

.age-gate__background-color {
	background:rgba(255,255,255,0.8)!important;
}