/*
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
*/
.elementor-location-header {
    top: 0;
    left: 0;
    z-index: 12;
    width: 100vw;
	position: sticky !important;
	box-shadow: 0px 1px 15px #0000001A;
}
.logoHeader svg {
    height: auto !important;
}
.breadcrumbs a {
    color: #D2A032 !important;
}
.woocommerce-shop .descCategoria, .woocommerce-shop #breadcrumbsCategoria, .woocommerce-page:not(.woocommerce-shop) #breadcrumbsShop {
    display: none;
}
.gridProdotti, .cardProdotto{
	display: flex;
}
.gridProdotti {
    flex-wrap: wrap;
}
.cardProdotto{
	flex-direction: column;
}
img.imgProdotto{
	object-fit: contain;
	object-position: center;
}
.boxTextProdotto{
	text-align: center;
}
p.nomeProdotto, p.descProdotto, p.prezzoProdotto, a.add_to_cart_button{
	font-family: 'Agrandir', sans-serif;
}
p.nomeProdotto{
	text-transform: uppercase;
}
p.nomeProdotto, p.prezzoProdotto, a.add_to_cart_button{
	font-weight: bold;
}
p.prezzoProdotto span.woocommerce-Price-currencySymbol{
	font-weight: normal;
}
p.nomeProdotto, p.descProdotto{
	color: #004F6E;
}
p.prezzoProdotto{
	color: #64A1C7;
}
a.add_to_cart_button{
	color: white !important;
}
a.add_to_cart_button{
	text-align: center !important;
	border-radius: 30px !important;
	background-color: #D2A032 !important;
}
a.product_type_simple:not(.add_to_cart_button), a.product_type_variable:not(.add_to_cart_button){
	text-align: center !important;
	border-radius: 30px !important;
}
@media (max-width: 550px){
	.gridProdotti {
    	grid-gap: 40px 20px;
	}
	.cardProdotto{
		flex: 0 0 calc((100% - 20px) / 2);
		justify-content: space-between;
	}
	img.imgProdotto {
		width: 100%;
    	height: 170px !important;
	}
	.boxImgProdotto {
    	margin-bottom: 10px;
	}
	.boxTextProdotto {
    	margin-bottom: 18px;
	}
	p.nomeProdotto{
		font-size: 16px;
		line-height: 17px;
		margin-bottom: 6px !important;
	}
	p.descProdotto{
		font-size: 12px;
		line-height: 12px;
		margin-bottom: 10px !important;
	}
	p.prezzoProdotto{
		font-size: 18px;
	}
	p.prezzoProdotto, a.add_to_cart_button, a.product_type_simple:not(.add_to_cart_button), a.product_type_variable:not(.add_to_cart_button){
		line-height: 1 !important;
	}
	p.prezzoProdotto span.woocommerce-Price-currencySymbol {
    	font-size: 13px;
	}
	a.add_to_cart_button, a.product_type_simple:not(.add_to_cart_button), a.product_type_variable:not(.add_to_cart_button){
		width: 100%;
		max-width: 175px;
		font-size: 13px !important;
		padding: 12px 0 !important;
		margin-inline: auto !important;
	}
}
@media (min-width: 551px) and (max-width: 767.9px){
	.container{
		max-width: 660px;
		margin-inline: auto;
	}
	.gridProdotti {
    	grid-gap: 50px 40px;
	}
	.cardProdotto{
		flex: 0 0 calc((100% - 40px) / 2);
		justify-content: space-between;
	}
	img.imgProdotto {
		width: 100%;
    	height: 220px !important;
	}
	.boxImgProdotto {
    	margin-bottom: 10px;
	}
	.boxTextProdotto {
    	margin-bottom: 18px;
	}
	p.nomeProdotto, p.prezzoProdotto{
		font-size: 19px;
	}
	p.nomeProdotto{
		line-height: 20px;
		margin-bottom: 6px !important;
	}
	p.descProdotto{
		font-size: 14px;
		line-height: 15px;
		margin-bottom: 10px !important;
	}
	p.prezzoProdotto, a.add_to_cart_button, a.product_type_simple:not(.add_to_cart_button), a.product_type_variable:not(.add_to_cart_button){
		line-height: 1 !important;
	}
	p.prezzoProdotto span.woocommerce-Price-currencySymbol {
    	font-size: 14px;
	}
	a.add_to_cart_button, a.product_type_simple:not(.add_to_cart_button), a.product_type_variable:not(.add_to_cart_button){
		width: 200px;
		font-size: 16px !important;
		padding: 12px 0 !important;
		margin-inline: auto !important;
	}
}
@media (max-width: 767.9px){
	.descCategoria {
    	max-width: 410px !important;
	}
}
@media (min-width: 768px) and (max-width: 1023.9px){
	.descCategoria {
    	width: 500px !important;
	}
}
@media (min-width: 768px) and (max-width: 899.9px){
	.container{
		max-width: 650px;
		margin-inline: auto;
	}
	.gridProdotti {
    	grid-gap: 50px 32px;
	}
	.cardProdotto{
		flex: 0 0 calc((100% - 64px) / 3);
		justify-content: space-between;
	}
	img.imgProdotto {
		width: 100%;
    	height: 220px !important;
	}
	.boxImgProdotto {
    	margin-bottom: 10px;
	}
	.boxTextProdotto {
    	margin-bottom: 18px;
	}
	p.nomeProdotto, p.prezzoProdotto{
		font-size: 18px;
	}
	p.nomeProdotto{
		line-height: 19px;
		margin-bottom: 5px !important;
	}
	p.descProdotto{
		font-size: 13px;
		line-height: 14px;
		margin-bottom: 10px !important;
	}
	p.prezzoProdotto, a.add_to_cart_button, a.product_type_simple:not(.add_to_cart_button), a.product_type_variable:not(.add_to_cart_button){
		line-height: 1 !important;
	}
	p.prezzoProdotto span.woocommerce-Price-currencySymbol {
    	font-size: 13px;
	}
	a.add_to_cart_button, a.product_type_simple:not(.add_to_cart_button), a.product_type_variable:not(.add_to_cart_button){
		width: 175px;
		font-size: 15px !important;
		padding: 12px 0 !important;
		margin-inline: auto !important;
	}
}
@media (min-width: 900px) and (max-width: 1023.9px){
	.container{
		max-width: 800px;
		margin-inline: auto;
	}
	.gridProdotti {
    	grid-gap: 50px 40px;
	}
	.cardProdotto{
		flex: 0 0 calc((100% - 80px) / 3);
		justify-content: space-between;
	}
	img.imgProdotto {
		width: 100%;
    	height: 260px !important;
	}
	.boxImgProdotto {
    	margin-bottom: 10px;
	}
	.boxTextProdotto {
    	margin-bottom: 15px;
	}
	p.nomeProdotto, p.prezzoProdotto{
		font-size: 20px;
	}
	p.nomeProdotto{
		line-height: 21px;
		margin-bottom: 5px !important;
	}
	p.descProdotto{
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 8px !important;
	}
	p.prezzoProdotto, a.add_to_cart_button, a.product_type_simple:not(.add_to_cart_button), a.product_type_variable:not(.add_to_cart_button){
		line-height: 1 !important;
	}
	p.prezzoProdotto span.woocommerce-Price-currencySymbol {
    	font-size: 14px;
	}
	a.add_to_cart_button, a.product_type_simple:not(.add_to_cart_button), a.product_type_variable:not(.add_to_cart_button){
		width: 215px;
		font-size: 18px !important;
		padding: 12px 0 !important;
		margin-inline: auto !important;
	}
}
@media (min-width: 1024px){
	.descCategoria {
    	width: 610px !important;
	}
}
@media (min-width: 1024px) and (max-width: 1299.9px){
	.container{
		max-width: 900px;
		margin-inline: auto;
	}
	.gridProdotti {
    	grid-gap: 30px;
	}
	.cardProdotto{
		flex: 0 0 calc((100% - 90px) / 4);
		justify-content: space-between;
	}
	img.imgProdotto {
		width: 100%;
    	height: 240px !important;
	}
	.boxImgProdotto {
    	margin-bottom: 10px;
	}
	.boxTextProdotto {
    	margin-bottom: 20px;
	}
	p.nomeProdotto, p.prezzoProdotto{
		font-size: 20px;
	}
	p.nomeProdotto{
		line-height: 21px;
		margin-bottom: 5px !important;
	}
	p.descProdotto{
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 10px !important;
	}
	p.prezzoProdotto, a.add_to_cart_button, a.product_type_simple:not(.add_to_cart_button), a.product_type_variable:not(.add_to_cart_button){
		line-height: 1 !important;
	}
	p.prezzoProdotto span.woocommerce-Price-currencySymbol {
    	font-size: 15px;
	}
	a.add_to_cart_button, a.product_type_simple:not(.add_to_cart_button), a.product_type_variable:not(.add_to_cart_button){
		width: 200px;
		font-size: 17px !important;
		padding: 12px 0 !important;
		margin-inline: auto !important;
	}
}
@media (min-width: 1300px){
	.gridProdotti {
    	grid-gap: 50px;
	}
	.cardProdotto{
		flex: 0 0 calc((100% - 150px) / 4);
		justify-content: space-between;
	}
	img.imgProdotto {
		width: 100%;
    	height: 300px !important;
	}
	.boxImgProdotto {
    	margin-bottom: 10px;
	}
	.boxTextProdotto {
    	margin-bottom: 20px;
	}
	p.nomeProdotto, p.prezzoProdotto{
		font-size: 22px;
	}
	p.nomeProdotto{
		line-height: 23px;
		margin-bottom: 5px !important;
	}
	p.descProdotto{
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 10px !important;
	}
	p.prezzoProdotto, a.add_to_cart_button, a.product_type_simple:not(.add_to_cart_button), a.product_type_variable:not(.add_to_cart_button){
		line-height: 1 !important;
	}
	p.prezzoProdotto span.woocommerce-Price-currencySymbol {
    	font-size: 17px;
	}
	a.add_to_cart_button, a.product_type_simple:not(.add_to_cart_button), a.product_type_variable:not(.add_to_cart_button){
		width: 240px;
		font-size: 20px !important;
		padding: 12px 0 !important;
		margin-inline: auto !important;
	}
}