@import url('https://fonts.googleapis.com/css2?family=Calistoga&family=PT+Sans+Caption:wght@400;700&display=swap');


html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.2%;
}

*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

/************************************************/
/* 				Testo							*/
/************************************************/
h1{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 2.0rem 0rem;
	font-size: 3rem;
	font-family: "Calistoga", serif;
}

h2{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 2.0rem 0rem;
	font-size: 2.4rem;
	font-weight: 300;
	font-family: "Calistoga", serif;
}


body {
	margin: 0;
	padding: 0;
	text-align: left;	
	font-family: "PT Sans Caption", sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
	color: #2e2a2b;
}

a{
	text-decoration: none;
	color: #000000;
	font-weight: 300;
}

a:hover{
	text-decoration: underline;
	color: #000000;
}

@media (max-width: 767px) {
	h1{
		font-size: 3.0rem;
	}
}

/********************************************************/
/* 				Form generica							*/
/********************************************************/
form label{
	position: relative;
	width: 100%;
	padding: 0;
	font-weight: bold;
	padding-top: 0.4rem;
}

form input[type="text"], form input[type="password"], form textarea, form select{
	position: relative;
	width: 100%;
	border: 0.1rem solid #ccc;
	padding: 0.6rem 1%;
	border-radius: 0.4rem;
	margin: 0 0 1rem 0;
	font-size: 1.4rem;
}

form input[type="text"]:focus, form input[type="password"]:focus, form textarea:focus, form select:focus{
	border: 0.1rem solid #f5e7d3;
	box-shadow: 0.1rem 0.1rem 0.4rem #c8c8c8;
}

form textarea{
	min-height: 10rem;
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.2rem;
	color: #444444;
}

form select{
	color: #444444;
}

form input[type='radio'], input[type='checkbox'] {
	cursor: pointer;
	margin: 5px 0;
}

form input[type="submit"], form input[type="reset"]{
	position: relative;
	width: 99%;
	margin: 1rem 1%;
	padding: 1.4rem 2%;
	border: 0.1rem solid #f5e7d3;
	background: #f5e7d3;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
}

form input[type="submit"]:hover, form input[type="reset"]:hover{
	background: #f5e7d3;
	color: #ffffff;
}

.errore{
	color: #cf3838;
}

span.errore{
	font-size: 1.1rem; 
	color: #cf3838;
}

/************************************************/
/* 				Box principali					*/
/************************************************/
#container{
	position: relative;
	min-height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#contenitore{
	position:relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;

}

.contenitore{
	position: relative;
	max-width: 120rem;
	margin: 0 auto;
	padding: 0 1%;
}

.text-right{
	text-align: right;
}

.text-center{
	text-align: center;
}

@media (max-width: 767px) {
	.contenitore{
		position: relative;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 8%;
	}
}
/************************************************/
/* 				Testata							*/
/************************************************/
#testata{
	position: relative;
	width: 100%;
	padding: 0rem;
	z-index: 1000;
	background: #fbf3e9;
}

#_testataUtility{
	background: #b9715c;
	color: #fbf3e9;
}
/********************************************************/
/* 		Area riservata (lib_utenti.php)					*/
/********************************************************/
#areaRiservata{
	position: relative;
	float: right;
	width: 25%;
	margin: 0.6rem 0;
	padding: 0;
	font-size: 1.2rem;
}

#areaRiservata ul{
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0 auto; 
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	width: 100%;
}

#areaRiservata ul li{
	position: relative;
	float: right;
	top: 0px;
	left: 0px;
	padding: 0rem; 
	margin: 0rem;
	list-style-type: none;
	text-align: center;
}

#areaRiservata ul li a{	
	display: block;
	text-decoration: none;
	padding: 0.6rem 0rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

#areaRiservata ul li a:hover{
	text-decoration:none;
}
/**/
#areaRiservata svg{
	width: 2.6rem;
	height: 2.6rem;
}

.areaRiservataCls {
	fill: #fbf3e9;
}

.areaRiservataSvg:hover .areaRiservataCls{
	fill: #fbf3e9;
}

/********************************************************/
/* 		Riassunto carrello								*/
/********************************************************/
#riassuntoCarrello{
	position: relative;
	float: right;
	right: 0rem;
	margin: 0;
	text-align: right;
	line-height: 0;
	overflow: hidden;
	margin: 0.4rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#riassuntoCarrelloImg{
	position: relative;
	float: left;
	padding: 0.8rem 0;
	color: #fbf3e9;
	font-size: 1.2rem;
}

#riassuntoCarrelloImg svg{
	width: 2.6rem;
	height: 2.6rem;
}

.carrelloCls {
	fill: #fbf3e9;
}

.carrelloCls:hover .carrelloCls{
	fill: #fbf3e9;
}


#riassuntoCarrelloTesto{
	position: relative;
	float: left;
	padding: 0rem;
	font-weight: 600;
	font-size: 1.2rem;
}

#riassuntoCarrelloNum{
	position: relative;
	float: left;
	padding: 2rem 0.4rem;
	font-weight: 600;
}

#riassuntoCarrelloTot{
	position: relative;
	float: left;
	padding: 2rem 1.8rem;
	font-weight: 600;
}

#riassuntoCarrello a{
}

#riassuntoCarrello a:hover{
	text-decoration: none;
}

#riassuntoCarrelloBox{
	position:absolute; 
	z-index:10000; 
	display:block; 
	top: 100%; 
	right: -0.2rem;
	width: 30rem; 
	height: 0;
	max-height: 50rem;
	background: #ffffff;
	opacity: 0;
	text-align: left;
	line-height: 1.8rem;
	font-size: 1.4rem;
}

#riassuntoCarrelloBoxSpese{
	position: relative;
	width: 96%;
	margin: 0.6rem 3%;
	font-size: 1.2rem;
	font-weight: 700;
}

.riassuntoCarrelloBoxRiga{
	position: relative;
	width: 94%;
	padding: 0.4rem 0;
	margin: 0 3%;
}

.riassuntoCarrelloBoxImg{
	position: relative;
	float: left; 
	width: 25%;
}

.riassuntoCarrelloBoxImg img{
	width: 100%;
	height: auto!important;
	display: inline-block;
	padding: 0 0.4rem;
}

.riassuntoCarrelloBoxNome{
	position: relative;
	float: left; 
	width: 45%;
}

span.riassuntoCarrelloBoxPeso{
	font-weight: 400;
	font-style: italic;
	font-size: 1.2rem;
}

.riassuntoCarrelloBoxTot{
	position: relative;
	float: left; 
	width: 30%;
	text-align: right;
}

@media only screen and ( max-width: 767px){
	.headerContatto{
		display: none;
	}
	
	#areaRiservata{
		position: relative;
		width: 100%;
		float: none;
	}

	#riassuntoCarrello{
		position: relative;
		float: none;
		top: 0rem;
		right: 2%;
	}
}

/************************************************/
/* 				Testata							*/
/************************************************/
#titolo{
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background: #f5e7d3;
	color: #ffffff;
	text-transform: uppercase;
}

#titolo h1{
	font-size: 2.4rem;
	padding: 2rem 0;
}

#corpo{
	position: relative;
	width: 90%;
	max-width: 120rem;
	padding: 2rem 0 0 0;
	margin: 2rem auto;
}

.corpoColonnaSx{
	position: relative;
	float: left;
	width: 60%;
	margin: 4rem 5% 6rem 5%;
	font-weight: 400;
}

span.intro{
	font-weight: 300;
	font-style: italic;
}

.corpoColonnaDx{
	position: relative;
	float: right;
	width: 30%;
	margin: 4rem 0% 0rem 0%;
	text-align: left;
	font-weight: 400;
}

.corpoColonnaSx h1, .corpoColonnaDx h1{
	font-size: 2.6rem;
}

.corpoColonnaImg{
	position: relative;
	width: 100%;
	padding: 0;
}

.corpoColonnaImg img{
	width: 100%!important;
	display: block;
	margin: 0!important;
}

.corpoColonnaSx img, .corpoColonnaDx img{
	width: 30%;
	display: block;
	margin: 1rem 1.5%;
	float: left;
}

#galleria{
	position: relative;
	width: 100%;
	padding: 4rem 20% 4rem 20%;
	text-align: center;
	color: #ffffff;
}

@media (max-width: 767px){
	#corpo, #galleria{
		padding: 8rem 5% 6rem 5%;
	}
	
	#corpoPuntini{
		display: none;
	}

	.corpoColonnaSx, .corpoColonnaDx, .contenutoSx, .contenutoDx{
		position: relative;
		float: none;
		width: 100%;
		margin: 4rem 0;
		text-align: left;
	}
}

/************************************************/
/* 				Prodotti						*/
/************************************************/
.prodottoSx{
	position: relative;
	float: left;
	width: 50%;
	height: 60vh;
}

.prodottoDx{
	position: relative;
	float: left;
	width: 50%;
	padding: 0 4%;
}

.prodottoDescrizione{
	position: relative;
	width: 100%;
}

.prodottoIngredienti{
	position: relative;
	width: 100%;
	font-weight: 300;
	margin: 2rem 0;
	font-style: italic;
	font-size: 1.4rem;
}

.varianteRiga{
	position: relative;
	width: 100%;
	padding: 2rem 0;
	margin: 2rem 0 0 0;
	font-size: 1.4rem;
}

.varianteImg{
	position: relative;
	float: left;
	width: 25%;
}

.varianteImg img{
	width: 100%;
	display: block;
}

.varianteTitolo{
	position: relative;
	float: right;
	width: 70%;
	font-weight: 600;
}

.varianteDescrizione{
	position: relative;
	float: right;
	width: 70%;
	font-weight: 300;
}

@media (max-width: 767px){
	.prodottoSx, .prodottoDx{
		position: relative;
		float: none;
		width: 100%;
		margin: 4rem 0;
		text-align: left;
	}
}
	
/************************************************/
/* 				home							*/
/************************************************/
#logo{
	display: none;
}

#logo img{
	height: 7rem;
	margin: 1rem 0;
}

#bannerHome{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 70vh;
	overflow: hidden;
}

#bannerIn{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 50vh;
	overflow: hidden;
}

#slides{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
}

#testoSlides{
	position: absolute;
	bottom: 10%;
	width: 60%;
	left: 20%;
	z-index: 500;
	color: #ffffff;
	line-height: 2.4rem;
	text-align: left;
	overflow: hidden;
	text-align: center;
	text-shadow: 0.4rem 0.4rem 0.4rem #000000;
}

#titoloSlide{
	position: relative;
}

.nomeSlide{
	display: inline-block;
	font-weight: 500;
	font-size: 3rem;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	/*background-image: url("../img/fascia_banner_1.png");*/
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2rem 4rem;
} 

.descrizioneSlide{
	display: inline-block;
	font-weight: 300;
	font-size: 1.8rem;
	/*background-image: url("../img/fascia_banner_2.png");*/
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1rem 4rem;
	margin-top: -0.6rem;
}

.scopriSlide{
	display: inline-block;
	padding: 1rem;
	color: #ffffff;
	margin: 1rem 0 1rem 0;
	padding: 0.6rem 1rem;
	font-size: 2.4rem;
	font-weight: 500;
	border-bottom: 0.4rem solid #ffffff;
}

.scopriSlide:hover{
}

@media (max-width: 767px) {
	.nomeSlide{
		position: relative;
		font-weight: 400;
		font-size: 2.6rem;
		letter-spacing: 0.2rem;
	} 

	.descrizioneSlide{
		position: relative;
		font-weight: 300;
		font-size: 1.2rem;
		padding-top: 0.6rem;
	}
}

/************************************************/
/* 				Fasce home						*/
/************************************************/
#homeCategorie{
	background: #fff;
}

#homeVetrina{
	
}

#_fascia0{
	background: #fbf3e9;
}

#_fascia1{
	background: #f5e7d3;
	min-height: 60vh;
}

#_fascia2{
	background: #b99b7a;
	min-height: 40vh;
}

#_fascia3{
	background: #f5e7d3;
	min-height: 60vh;
}

#_fascia4{
	background: #fbf3e9;
	min-height: 40vh;
}

#_fascia5{
	background: #f5e7d3;
	min-height: 60vh;
}

.animazioneFascia1{
	position: absolute;
	right: 0;
	top: -10%;
	height: 45%;
	z-index: 100;
	opacity: 0;
}

.animazioneFascia2, .animazioneFascia4{
	position: absolute;
	right: -20%;
	top: 85%;
	width: 40%;
	z-index: 100;
	opacity: 0;
}

.animazioneFascia3{
	position: absolute;
	left: 35%;
	bottom: 10%;
	width: 13%;
	z-index: 100;
	opacity: 0;
}

.animazioneFascia5{
	position: absolute;
	left: 35%;
	bottom: 10%;
	width: 20%;
	z-index: 100;
	opacity: 0;
}

.animazioneFascia1 img{
	height: 100%;
}

.animazioneFascia2 img, .animazioneFascia3 img, .animazioneFascia4 img, .animazioneFascia5 img{
	width: 100%;
}

.fasciaHome100{
	position: relative;
	width: 100%;
	padding: 5rem 25%;
	font-size: 1.8rem;
	line-height: 2.4rem;
}

.fasciaHome100 h1, .fasciaHomeTesto h1{
	font-size: 3.4rem;
	line-height: 3.2rem;
	font-weight: 400;
	color: #b9715c;
}

#_fascia2 .fasciaHomeTesto h1{
	color: #fbf3e9;
}

.fasciaHomeFoto{
	position: absolute;
	width: 40%;
	z-index: 1;
}

.fasciaHomeTesto{
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #2e2a2b;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5%;
	z-index: 1;
}

#_fascia0 .fasciaHomeTesto{
	position: relative;
	width: 100%;
	max-width: 100rem;
	margin: 0 auto;
	padding: 5rem 5%;
	display: block;
	text-align: center;
	opacity: 0;
}

#_fascia1 .fasciaHomeFoto{
	left: 0;
	height: 100%;
	top: 0%;
	opacity: 0;
}

#_fascia1 .fasciaHomeTesto{
	right: 5%;
}

#_fascia2 .fasciaHomeFoto, #_fascia4 .fasciaHomeFoto{
	right: 30%;
	top: -10%;
	width: 15%;
	z-index: 1;
	opacity: 0;
}

#_fascia2 .fasciaHomeFoto img, #_fascia4 .fasciaHomeFoto img{
	width: 100%;
}


#_fascia2 .fasciaHomeTesto{
	left: 5%;
	color: #fbf3e9;
}

#_fascia3 .fasciaHomeFoto{
	left: 0;
	height: 100%;
	top: 0%;
	opacity: 0;
}

#_fascia3 .fasciaHomeTesto{
	right: 5%;
}

#_fascia4 .fasciaHomeTesto{
	left: 5%;
}

#_fascia5 .fasciaHomeFoto{
	left: 0;
	height: 100%;
	top: 0%;
	opacity: 0;
}

#_fascia5 .fasciaHomeTesto{
	right: 5%;
}

.scopriHome{
	display: inline-block;
	padding: 1rem 1.6rem;
	background: #f5e7d3;
	color: #ffffff;
	border: 0.1rem solid #f5e7d3;
	border-radius: 5rem;
	cursor: pointer;
}

@media only screen and ( max-width: 767px){

	.fasciaHome100{
		padding: 0;
	}

	.fasciaHomeFoto{
		position: relative!important;
		width: 100%;
		height: 50vh!important;
	}
	
	#_fascia2 .fasciaHomeFoto, #_fascia4 .fasciaHomeFoto{
		position: relative!important;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 1;
		height: 50vh!important;
	}

	.fasciaHomeTesto{
		position: relative;
		width: 100%;
		padding: 5rem 5%;
		font-size: 1.8rem;
		line-height: 2.4rem;
		display: block;
		left: 0!important;
	}
	
	.animazioneFascia1{
		position: absolute;
		right: 0;
		top: -5%;
		height: 20%;
		z-index: 100;
	}

	.animazioneFascia2, .animazioneFascia4{
		position: absolute;
		right: -0%;
		bottom: -0%;
		width: 30%;
		z-index: 100;
	}

	.animazioneFascia3, .animazioneFascia5{
		position: absolute;
		left: 60%;
		top: 5%;
		width: 45%;
		z-index: 100;
	}
	
	.animazioneFascia1 img{
		height: 100%;
	}

	.animazioneFascia2 img, .animazioneFascia3 img, .animazioneFascia4 img, .animazioneFascia5 img{
		width: 100%;
	}
}

/************************************************/
/* 				Fasce chi siamo					*/
/************************************************/
#_fasciaChi0{
	background: #fbf3e9;
}

#_fasciaChi1{
	background: #f5e7d3;
	min-height: 60vh;
}

#_fasciaChi2{
	background: #b99b7a;
	min-height: 50vh;
}

#_fasciaChi2 .fasciaHomeTesto h1{
	color: #fbf3e9;
}

#_fasciaChi3{
	background: #f5e7d3;
	min-height: 60vh;
}

#_fasciaChi4{
	background: #fbf3e9;
	min-height: 50vh;
}

#_fasciaChi5{
	background: #f5e7d3;
	min-height: 30vh;
}

#_fasciaChi0 .fasciaHomeTesto{
	position: relative;
	width: 100%;
	max-width: 100rem;
	margin: 0 auto;
	padding: 5rem 5%;
	display: block;
	text-align: center;
	opacity: 1;
}

#_fasciaChi1 .fasciaHomeFoto{
	left: 0;
	height: 100%;
	top: 0%;
	opacity: 0;
}

#_fasciaChi1 .fasciaHomeTesto{
	right: 5%;
}

#_fasciaChi2 .fasciaHomeFoto, #_fasciaChi4 .fasciaHomeFoto{
	right: 0;
	height: 120%;
	top: -10%;
	opacity: 0;
}

#_fasciaChi2 .fasciaHomeTesto{
	left: 5%;
	color: #fbf3e9;
}

#_fasciaChi3 .fasciaHomeFoto{
	left: 0;
	height: 100%;
	top: 0%;
	opacity: 0;
}

#_fasciaChi3 .fasciaHomeTesto{
	right: 5%;
}

#_fasciaChi4 .fasciaHomeTesto{
	left: 5%;
}

#_fasciaChi5 .fasciaHomeFoto{
	left: 0;
	height: 100%;
	top: 0%;
	opacity: 0;
}

#_fasciaChi5 .fasciaHomeTesto{
	right: 5%;
}

#_fasciaChi2 .animazioneFascia2, #_fasciaChi4 .animazioneFascia4{
	position: absolute;
	right: -0%;
	top: 80%;
	width: 20%;
	z-index: 100;
	opacity: 0;
}

@media only screen and ( max-width: 767px){

	#_fasciaChi2 .fasciaHomeFoto, #_fasciaChi4 .fasciaHomeFoto{
		position: relative!important;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 1;
		height: 50vh!important;
	}
	
}

/************************************************/
/* 				MenuText						*/
/************************************************/
#menu{
	position: relative;
	bottom: 0rem;
	right: 0;
	width: 100%;
	padding: 2rem 0 0rem 0;
}

#logoMenu{
	position:relative;
	float: left;
	width: 100%;
	height: 7rem;
	text-align: center;
}

#nav > ul > li > #logoMenu a, #nav > ul > li > #logoMenu a:hover{
	padding: 0; 
	border: 0;
}

#logoMenu img{
	height: 7rem;
	display: inline-block;
}

.lineaMenu{
	position: absolute;
	width: 0%;
	height: 0rem;
	background: #2e2a2b;
	bottom: 0;
	left: 50%;
	opacity: 0;
}

#nav{
}

#nav > a{
    display: none;
}

#nav li{
    position: relative;
}
 
/* primo livello*/
#nav > ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto; 
	padding: 0;
	list-style-type: none;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 300;
}

#nav > ul > li{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px; 
	text-align: center;
	width: 20%;
}

#nav > ul > li:hover{
}

#nav > ul > li a{
	display: block;
	text-decoration: none;
	padding: 4rem 0 3rem 0;
	color: #b9715c;
}

#nav > ul > li a:hover{
	text-decoration:none;
	color: #b9715c;
}

#nav > ul > li.corrente a{
	text-decoration:none;
}

.corrente .lineaMenu{
	width: 100%!important;
	opacity: 0.8!important;
	left: 0!important;
}

/* secondo livello*/
#nav li ul{
	display: none;
	position: absolute;
	top: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 1.4rem;
	background: #b9715c;
}

 #nav li:hover ul{
    display: block;
}

#nav > ul ul > li{
	position: relative;
	width: 100%;
}

#nav > ul ul > li:hover{
	background: #fbf3e9;
}

#nav > ul ul > li a{
	display: block;
	text-align: center;
	padding: 0.8rem 0rem; 
	color: #fbf3e9;
}

#nav > ul ul > li a:hover{
	text-decoration:none;
	color: #b9715c;
}

/* secondo livello*/
#nav ul ul li ul{
	display: none!important;
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	top: 0;
	left: 100%;
	width: 100%;
	overflow: hidden;
	font-size: 1.2rem;
	background: #f5e7d3;
}

#nav ul ul li:hover ul{
	display: block!important;
}

#nav > ul ul ul > li a{
	text-decoration:none;
	color: #b9715c;
}

#nav > ul ul ul > li{
	background: #fbf3e9;
}

#nav > ul ul ul > li:hover{
	background: #f5e7d3;
}

#nav > ul ul > li:hover a{
	color: #b9715c;
}

@media only screen and ( max-width: 767px){
	#logo{
		position: relative;
		float: left;
		width: 20%;
		display: block;
	}
	
	#logo img{
		height: 7rem;
		margin: 1rem 0;
	}
	
	#titoloTestata{
		position: relative;
		float: left;
		width: 60%;
		color: #ffffff;
		z-index: 200;
		text-align: center;
		font-size: 2.4rem;
		line-height: 2.8rem;
		font-weight: 600;
		padding: 2rem 0;
	}

	#menu{
		position: relative;
		float: left;
		width: 20%;
		padding: 2rem 0 0 0;
	}

    #nav{
        position: relative;
    }
    
	#nav > a{
    }
	
	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type
	{
		display: block;
	}
	
    /* first level */
 
    #nav > ul{
        height: auto;
        display: none;
        position: absolute;
        right: 0%;
		background: #b9715c;
		top: 6rem;
		font-size: 1.8rem;
		width: 500%;
		z-index: 1000;
    }
	
	#nav:target > ul{
		display: block;
	}
	
	#nav > ul > li{
		width: 100%;
		float: none;
		padding: 0 5%;
	}
	
	#nav > ul > li:hover{
	}
	
	#nav > ul > li a{
		color: #ffffff;
		padding: 2rem 0;
	}
	
	#nav > ul > li a:hover{
		color: #ffffff
	}
	
    /*second level */
	#nav li ul{
		position: relative;
		text-align: left;
	}
	
	#nav ul ul li ul{
		display: none!important;
		position: relative;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
		left: 0;
		overflow: hidden;
		font-size: 1.2rem;
		background: #f5e7d3;
	}
	
	#nav li:hover ul{
		//display: block;
	}

	#nav > ul ul > li{
		position: relative;
		width: 100%;
		border: 0;
	}

	#nav > ul ul > li a{
		display: block;
		text-align: left;
		padding: 0.8rem 5%;
		border-top: 1px solid #ffffff;
		color: #ffffff;
	}

	#nav > ul ul > li a:hover{
		text-decoration:none;
		color: #ffffff;
	}
	
}

.tastoMenu{
	position: relative;
	float: right;
	margin: 0rem 5%;
	background: #b9715c;
	border-radius: 4rem;
	padding: 0.8rem 1.2rem;
	color: #ffffff;
	line-height: 0;
}

.tastoMenu:hover{
	color: #ffffff;
}

/************************************************/
/* 				Fine							*/
/************************************************/
#fine{
	position: absolute;
	width: 100%;
	bottom: 0rem;
	color: #fbf3e9;
}

#fineContatti{
	position: relative;
	width: 100%;
	padding: 4rem 5%;
	text-align: center;
}

.fineInfo{
	position: relative;
	width: 100%;
	padding: 2rem 5%;
	text-align: center;
	font-size: 1.4rem;
	color: #fbf3e9;
	background: #b9715c;
	display: flex;
	align-items: center;
	justify-content: center;
}

#fineDati{
	position: relative;
	width: 100%;
	padding: 2rem 5%;
	text-align: center;
	background: #b99b7a;
	font-size: 1.4rem;
	color: #fbf3e9;
}

.fineBox, .fineBoxImg, .fineBoxRecensioni, .fineBoxLoghi{
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 30.3%;
	margin: 4rem 1.5%;
}

.fineBoxLoghi{
	margin: 1rem 1.5%;
}

.fineBox h2, .fineBoxRecensioni h2{
	text-transform: lowercase;
	color: #fbf3e9;
}

.fineBox i{
	color: #fbf3e9;
	margin: 0 2%;
}

.fineBox img{
	width: 17%;
	margin: 0 1%;
}

.fineBoxImg img{
	height: 10rem;
	margin: 0 1%;
}

.fineBoxLoghi img{
	height: 5rem;
	margin: 0 1%;
}

.fineBox h1{
	color: #fbf3e9;
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
}

.fineBox a, .fineBox a:hover{
	color: #fbf3e9;
	text-decoration: none;
	font-weight: normal;
}

.fineBox ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	z-index: 100;
}

.fineBox li{
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
}

.fineBox li a{	
	display: block;
	text-decoration: none;
	padding: 0.4rem 0; 
	color: #fbf3e9;
}

.fineBox li a:hover{	
	display: block;
	text-decoration: none;
	color: #fbf3e9;
}

.fineBox li #logoMenu{
	height: 0;
	display: none;
}

@media (max-width: 767px){

	.fineInfo{
		display: block;
	}

	#fineBox{
		width: 100%;
	}
	
	.fineBoxLoghi, .fineBox, .fineBoxImg, .fineBoxRecensioni{
		float: none;
		width: 100%;
		margin: 2rem 0%;
		text-align: center;
	}
	
}

/************************************************/
/* 				Prodotto elenco					*/
/************************************************/
.prodottoElenco{
	position: relative;
	float: left;
	width: 25%;
	overflow: hidden;
}

.prodottoElenco img{
	width: 100%;
	display: block;
}

.prodottoElencoImg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.8;
}

.prodottoElencoImg img{
	width: 100%;
	display: block;
}

/************************************************/
/* 				Prodotti						*/
/************************************************/
.menuProdotti{
	position: relative;
	float: left;
	width: 25%;
	overflow: hidden;
}

.menuProdotti img{
	width: 100%;
	display: block;
}

.menuProdottiImg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.menuProdottiImg img{
	width: 100%;
	display: block;
}

.menuProdottiNome{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.6rem 4%;
	background: rgba(255, 255, 255, 0.4);
	font-size: 1.8rem;
	text-align: center;
}

@media (max-width: 767px){
	.menuProdotti{
		width: 50%;
	}
}

/************************************************/
/* 				Foto							*/
/************************************************/
.foto{
	position: relative;
	float: left;
	width: 30.3%;
	margin: 0rem 1.5% 2rem 1.5%;
}

.foto img{
	width: 100%;
	display: block;
}

@media (max-width: 767px) {
}

/************************************************/
/* 				Recensioni						*/
/************************************************/
#recensioneHome{
	position: relative;
	font-size: 2.2rem; 
	font-weight: 700;
	line-height: 3.2rem;
	text-align: center;
}

.recensioneHome{
	font-weight: 400;
	font-style: italic;
	line-height: 2rem;
	text-align: center;
	font-size: 1.8rem; 
}

span.recensioneUtenteHome{
	font-weight: 400;
	font-size: 1.2rem;
}

/************************************************/
/* 				Utilità							*/
/************************************************/
#bricioleDiPane{
	position: relative;
	padding: 1rem 0;
	text-transform: uppercase;
	font-weight: 300;
	background: #f5e7d3;
	color: #b9715c;
	text-align: center;
	font-size: 1.4rem;
}

#bricioleDiPane a{
	color: #b9715c;
	text-decoration: none;
	font-weight: 400;
}

#bricioleDiPane a:hover{
	color: #b99b7a;
	text-decoration: none;
	font-weight: 500;
}


/************************************************/
/* 				Utilità							*/
/************************************************/
.vuoto {
	clear:both;
}

.visible-mob{
	display: none;
}

@media (max-width: 767px){
	.visible-mob{
		display: block;
	}
	
	.hidden-mob{
		display: none;
	}
}