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

/* Add your custom styles here */

.woocommerce-breadcrumb, .woocommerce-product-details__short-description {
	font-family: 'Manrope';
	var(--e-global-color-text);
}
.product_title.entry-title {
	font-family: 'Cormorant';
	var(--e-global-color-text);
}
.price {
	font-family: 'Manrope';
    color: var(--e-global-color-primary) !important;
    font-weight: 500;
}
table.variations {
	margin-top: 2rem;
}
table.variations .label, .variations .value {
	background: white;
}
.woocommerce-variation-add-to-cart.variations_button {
	display: flex;
	margin-top: 1rem;
}
.input-text.qty.text, td.value > select {
	border-radius: 0 !important;
}
.single_add_to_cart_button {
	background-color: var(--e-global-color-primary) !important;
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight) !important;
    text-transform: var(--e-global-typography-accent-text-transform);
	border-radius: 0 !important;
}
.summary.entry-summary .product_meta, .reset_variations {
	display: none !important;
}

/** Box info prodotto sotto al tasto "Aggiungi al carrello" */
.mdt-product-info-box {
	margin-top: 30px;
	font-family: inherit;
}
.mdt-product-benefits {
	border-top: 4px solid #c9365f;
	background: #f5f1ec;
	padding: 22px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.mdt-benefit-item {
	display: flex;
	align-items: center;
	gap: 14px;
}
.mdt-product-info-box svg {
	color: #c9365f;
	flex-shrink: 0;
}
.mdt-product-info-box span {
	color: #5c5c5c;
	font-size: 16px;
	line-height: 1.4;
}
.mdt-product-info-box strong {
	font-weight: 700;
	color: #3f3f3f;
}
/** FINE Box info prodotto sotto al tasto "Aggiungi al carrello" */

/* Tab informazioni prodotto */
.woocommerce-tabs.wc-tabs-wrapper > .tabs.wc-tabs li[role="presentation"] {
	border: none;
	background: white;
}
.product .woocommerce-tabs.wc-tabs-wrapper > .tabs.wc-tabs::before,
.product .woocommerce-tabs.wc-tabs-wrapper > .tabs.wc-tabs::after,
.woocommerce-tabs.wc-tabs-wrapper > .tabs.wc-tabs li[role="presentation"]::after,
.woocommerce-tabs.wc-tabs-wrapper > .tabs.wc-tabs li[role="presentation"]::before
{
	content: none;
}
.woocommerce-tabs.wc-tabs-wrapper > .tabs.wc-tabs li[role="presentation"] a {
	color: var(--e-global-color-text) !important;
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
}
.woocommerce-tabs.wc-tabs-wrapper > .tabs.wc-tabs li[role="presentation"] a[aria-selected="true"] {
	border-bottom: 1.5px solid var(--e-global-color-text);
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.wc-tab .woocommerce-product-attributes.shop_attributes, .woocommerce-product-attributes-item__label, .woocommerce-product-attributes-item__value, table tbody>tr:nth-child(odd)>td.woocommerce-product-attributes-item__value, table tbody>tr:nth-child(odd)>th.woocommerce-product-attributes-item__label {
	border: none;
	background: white;
	border-bottom: none;
}