@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap')


.noto-sans-<uniquifier> {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/*
    font-family: 'Noto Sans', sans-serif;     - menu e testi - prezzo elenco
*/

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: 2rem;
	font-weight: 600;
}

h2{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 2.0rem 0rem;
	font-size: 1.8rem;
	font-weight: 300;
}


body {
	margin: 0;
	padding: 0;
	text-align: left;	
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.8rem;
	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 #a2b7ce;
	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 #a2b7ce;
	background: #a2b7ce;
	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: #a2b7ce;
	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: #dfeaf8;
}

#_testataUtility{
	background: #a2b7ce;
	color: #fff;
}

#contatti{
	position: relative;
	float: left;
	width: 50%;
	font-size: 1.2rem;
}

.contatti{
	position: relative;
	float: left;
	padding: 1rem 2%;
}

.contatti img{
	width: 2rem; 
	margin: 0 0.4rem 0 0;
}

.contatti a, .contatti a:hover{
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px){
	#contatti{
		float: none;
		width: 100%;
	}
}
/********************************************************/
/* 		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 1.5%; 
	margin: 0rem;
	list-style-type: none;
	text-align: center;
}

#areaRiservata ul li img{
	color: #000000;
	margin: 0 1rem 0 0;
	width: 2rem;
}

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

#areaRiservata ul li a:hover{
	text-decoration:none;
}

/********************************************************/
/* 		Riassunto carrello								*/
/********************************************************/
#riassuntoCarrello{
	position: relative;
	width: 25%;
	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;
	color: #000000;
	font-size: 1.2rem;
}

#riassuntoCarrelloImg img{
	width: 2.5rem;
}

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

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

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

#riassuntoCarrello a{
	color: #fff;
}

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

#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){
	#testata{
		position: relative;
		width: 100%;
		padding: 0rem 0;
		z-index: 1000;
		background: #ffffff;
	}
	
	#testata .contenitore{
		position: relative;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 2%;
	}	

	#areaRiservata{
		width: 100%;
	}

	#riassuntoCarrello{
		position: relative;
		width: 70%;
		float: right;
		text-align: right;
	}
}

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

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

#corpo{
	position: relative;
	width: 90%;
	max-width: 140rem;
	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;
	}
}

/************************************************/
/* 				news							*/
/************************************************/
.newsElenco{
	position: relative;
	float: left;
	width: 21%;
	margin: 2rem 2%;
}

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

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

.newsElencoTitolo{
	position: relative;
	width: 100%;
	font-size: 1.8rem;
}

.newsElencoIntro{
	position: relative;
	width: 100%;
	font-size: 1.4rem;
}

.newsSx{
	position: relative;
	float: left;
	width: 40%;
}

.newsSx img{
	width: 100%;
}

.newsDx{
	position: relative;
	float: left;
	width: 60%;
	padding: 0 4%;
}

.newsTutte{
	position: relative;
	float: left;
	width: 33.3%;
	text-align: center;
	font-size: 1.2rem;
}

@media (max-width: 767px){
	
	.newsElenco{
		position: relative;
		float: left;
		width: 90%;
		margin: 2rem 5%;
	}
	
	.newsSx, .newsDx{
		position: relative;
		float: none;
		width: 100%;
		margin: 4rem 0;
		text-align: left;
	}
}

/************************************************/
/* 				Media Video						*/
/************************************************/
.video{
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 55.5%;
	margin-top: 2rem;
}

.video iframe,
.video object,
.video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
	
/************************************************/
/* 				home							*/
/************************************************/
#logo{
	position: relative;
	float: left;
	bottom: 0rem;
	right: 0;
	width: 25%;
	padding: 2rem 0;
}

#logo img{
	width: 100%;
	display: inline-block;
}

#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{
}

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

#_fascia2{
	background: #a2b7ce;
	min-height: 60vh;
}

.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;
}

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

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

#_fascia1 .fasciaHomeFoto{
	right: 0;
	height: 90%;
	top: 10%;
}

#_fascia1 .fasciaHomeTesto{
	left: 5%;
}

#_fascia2 .fasciaHomeFoto{
	left: 0;
	height: 90%;
	top: 0%;
}

#_fascia2 .fasciaHomeTesto{
	right: 5%;
}

#raccordoFasciaHome{
	position: absolute;
	width: 100%;
	height: 10%;
	top: 0;
	left: 0;
	background: #dfeaf8;
	z-index: 0;
}

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

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

	.fasciaHome100{
		padding: 0;
	}

	.fasciaHomeFoto{
		position: relative;
		width: 100%!important;
		height: 50vh!important;
	}

	.fasciaHomeTesto{
		position: relative;
		width: 100%;
		padding: 5rem 5%;
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	
	#_fascia1 .fasciaHomeTesto{
		left: 0%;
	}

	#_fascia2 .fasciaHomeTesto{
		right: 0%;
	}
	
	#raccordoFasciaHome{
		display: none;
	}	
}

/************************************************/
/* 				MenuText						*/
/************************************************/
#menu{
	position: relative;
	float: left;
	bottom: 0rem;
	right: 0;
	width: 75%;
	padding: 1.6rem 0 0 0;
}

.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.8rem;
	text-transform: capitalize;
	font-weight: 600;
}

#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: 1.6rem 0;
	color: #2e2a2b;
	font-weight: 400;
}

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

#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%;
	overflow: hidden;
	font-size: 1.4rem;
	background: #a2b7ce;
}

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

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

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

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

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

@media only screen and ( max-width: 767px){
	#logo{
		position: relative;
		float: left;
		width: 50%;
		display: block;
	}
	
	#logo img{
	}

	#menu{
		position: relative;
		float: left;
		width: 50%;
		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: #2e2a2b;
		top: 6rem;
		font-size: 1.8rem;
		width: 200%;
		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 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: #2e2a2b;
	border-radius: 4rem;
	padding: 0.6rem 1rem;
	color: #ffffff;
	line-height: 0;
}

.tastoMenu:hover{
	color: #ffffff;
}

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

#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: #2e2a2b;
	background: #eef3fc;
}

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

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

.fineBoxLoghi{
}

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

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

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

.fineBoxImg img{
	width: 40%;
	margin: 0 1%;
}

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

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

.fineBox a, .fineBox a:hover{
	color: #ffffff;
	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: #2e2a2b;
}

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

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

@media (max-width: 767px){
	
	.fineBox, .fineBoxImg, .fineBoxRecensioni, .fineBoxLoghi{
		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: #a2b7ce;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
}

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

#bricioleDiPane a:hover{
	color: #fff;
	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;
	}
}