.woocommerce-breadcrumb, .woocommerce-product-details__short-description {
	font-family: 'Manrope';
	color: var(--e-global-color-text);
}
.product_title.entry-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	color: var(--e-global-color-text);
    line-height: 1em;
}
.price {
	font-family: 'Manrope';
    color: var(--e-global-color-primary) !important;
    font-weight: 800;
}
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;
}
form.cart {
	padding-top: 1rem;
	display: flex;
}
.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;
}
.woocommerce-product-details__short-description ul {
    list-style: none;
    padding-left: 0;
}

.woocommerce-product-details__short-description ul li {
    position: relative;
    padding-left: 1.5em;
}

.woocommerce-product-details__short-description ul li::before {
    content: "✓";
    color: var(--e-global-color-accent);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

/* Box info prodotto sotto al tasto "Aggiungi al carrello" */
.mdt-product-info-box {
	margin-top: 2rem;
	font-family: inherit;
}
.mdt-product-benefits {
	border-top: 4px solid var(--e-global-color-accent);
	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: var(--e-global-color-accent);
	flex-shrink: 0;
}
.mdt-product-info-box span {
	color: var(--e-global-color-text);
	font-size: 16px;
	line-height: 1.4;
}
.mdt-product-info-box strong {
	font-weight: 700;
	color: var(--e-global-color-text);
}
/** 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;
}

/* voce "ingredienti" */
th.woocommerce-product-attributes-item__label {
	text-align: left;
}

/* TABELLA FORMATO PRODOTTI */
.tabella-formato-prodotto {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Manrope', sans-serif;
}

.tabella-formato-prodotto tr:nth-child(odd), .tabella-formato-prodotto tr:nth-child(even), .tabella-formato-prodotto tr:nth-child(odd)>td, .tabella-formato-prodotto tr:nth-child(even)>td {
    background-color: white;
	border: none;
	border-bottom: 1px solid #999;
}

table.tabella-formato-prodotto tbody tr th.thead {
    text-align: left;
    font-weight: 700;
    padding: 8px;
    color: var(--e-global-color-text);
	border: none;
	background-color: white;
}

.tabella-formato-prodotto td {
    padding: 8px;
    color: var(--e-global-color-text);
}

.tabella-formato-prodotto td:first-child {
    text-transform: uppercase;
    width: 45%;
}

.tabella-formato-prodotto td:last-child {
    text-align: right;
}

.woocommerce-product-attributes-item__label {
	text-align: left;
}

/* PRODOTTI CORRELATI */
section.related.products {
	margin-top: 4em;
}
section.related.products h2 {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    color: var(--e-global-color-text);
}

/* section.related.products ul.products {
	display: grid !important;
    gap: 2em;
    grid-auto-flow: column;
}

section.related.products ul.products li.product {
	width: 100% !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} */

li.product.type-product.status-publish .woocommerce-loop-product__title {
	font-family: "Manrope", Sans-serif;
    font-weight: 600;
    line-height: 1.3em;
    color: var(--e-global-color-text);
}

.woocommerce-Price-amount.amount bdi {
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: var(--e-global-color-primary);
}
.woocommerce-price-suffix {
    font-family: "Manrope", Sans-serif;
    font-weight: 800;
    color: var(--e-global-color-primary);
}

a.button.add_to_cart_button {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    word-spacing: var(--e-global-typography-accent-word-spacing);
    border-radius: 0;
    color: white;
    text-align: center;
}
a.button.add_to_cart_button:hover {
    background-color: var(--e-global-color-72c7449);
    color: white;
}

.mdt-benefit-item.benefit-desktop-only {
    display: flex;
}

.mdt-benefit-item.benefit-mobile-only {
    display: none;
}
.benefit-mobile-only-item {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .mdt-benefit-item.benefit-desktop-only {
        display: none;
    }
    .mdt-benefit-item.benefit-mobile-only {
        display: flex;
    }
}