/*
Theme Name:  SalentoSafetyCongress. Child for Hello Biz.
Theme URI:  https://salentosafetycongress.it
Description:  Child theme for the Hello Biz theme.
Author:  Enrico Rollo
Textdomain:  bigsur
Author URI:  https://bigsur.it
Template:  hello-biz
Version:  1.0
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html                 
*/
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html, body {
	max-width: 100vw!important;
	overflow-x: hidden!important;
}
h1, h2, h3, h4, h5, h6, p {
    margin-block-start: 0!important;
    margin-block-end: 0!important;
}
h1, h2, h3, h4, h5, h6, p, a, button {
	font-family: "Inter", Sans-serif;
}
.hidden {display: none!important;}
.noscroll {height: 100vh; overflow: hidden;}
.elementor-menu-cart__product-image {display: none!important;}
.elementor-menu-cart__product {grid-template-columns: 0px auto!important;}
.elementor-menu-cart__product-name, .elementor-menu-cart__product-price {padding-left: 0px!important;}

.woocommerce-cart th.product-thumbnail, .woocommerce-cart td.product-thumbnail {display: none!important;}

.woocommerce-info {
	background-color: #fafbf5!important;/*var( --e-global-color-cf49ca8 );*/
	color: var( --e-global-color-c17df44 )!important;
	border-radius: 10px!important;
	padding: 1em 2em 1em 3.5em!important;
}
.woocommerce-info a {
	color: var( --e-global-color-c17df44 )!important;
}
.woocommerce-info a:hover {
	color: var( --e-global-color-c17df44 )!important;
	text-decoration: underline;
}
.post-type-archive-product .woocommerce-info {
	margin-bottom: 0px!important;
}
.e-wc-info-notice .woocommerce-info:before {
	color: var( --e-global-color-c17df44 )!important;
}
.woocommerce .woocommerce-notices-wrapper:has(div.incompatibility-notice):nth-of-type(2) {
	display: none;
}