
@import url('https://fonts.googleapis.com/css2?family=Aleo:wght@300;400;700&family=Hind:wght@300;400;500;700&display=swap');

/*
	font-family: 'Open Sans', sans-serif;
	
    font-family: 'Aleo', serif;
    font-family: 'Hind', sans-serif;
*/

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size:62.5%;
	color: #6a6958;
}

*{
	-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: 1.0rem 0rem;
	font-weight: 600;
	font-size: 3rem;
	line-height: 3rem;
}

h2{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 1.0rem 0rem;
	font-weight: 600;
	font-size: 2rem;
}

h3{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0rem 0rem;
	font-size: 1.6rem;
	font-weight: 600;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;	
	font-family: 'Open Sans', serif;
	font-size: 1.4rem;
	line-height: 2rem;
	background: #fffdf6;
}

a{
	text-decoration: none;
	color: #6a6958;
}

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

.fa-input {
	font-family: FontAwesome !important;
}

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

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

/********************************************************/
/* 				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.8rem 1%;
	border-radius: 0.4rem;
	margin: 0 0 1.6rem 0;
	font-size: 1.6rem;
}

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

form textarea{
	min-height: 10rem;
	font-family: 'Open 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"]{
	display: inline-block;
	margin: 1rem 1%;
	padding: 0.8rem 5%;
	border: 0.1rem solid #6a6958;
	border-radius: 0.4rem;
	background: #6a6958;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
	font-family: 'Open Sans', serif;
	font-weight: 600;
	font-size: 1.2rem;
}

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

.errore{
	color: #cf3838;
}

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

/************************************************/
/* 				Box principali					*/
/************************************************/
#container{
	position:relative;
	min-height:100%;
	width: 100%;
	left: 0px;
}

#contenitore{
	position:relative;
	width: 100%;
}

.contenuto{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

#header{
	position: relative;
	font-size: 1.4rem;
	text-align: center;
	padding: 0.4rem 0;
	background: #b5b1a3;
	color: #ffffff;
	text-transform: lowercase;
}	

.headerContatto{
	position: relative;
	float: left;
	padding: 1rem 1.5%;
}

.headerContatto a{
	color: #ffffff;
}

.headerContatto a:hover{
	color: #ffffff;
}

#barraSu{
	position: relative;
	max-width: 120rem;
	width: 90%;
	margin: 1rem auto;
}

#titolo{
	position: relative;
	width: 100%;
	align: center;
	text-align: center;
	padding: 0rem 0;
}

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

#logo{
	position: relative;
	float: left;
	width: 20%;
}

#logo img{
	height: 8rem;
	display: inline-block;
}

@media only screen and ( max-width: 767px){
	
	#barraSu{
		width: 100%;
	}
	
	#logo{
		position: relative;
		float: left;
		top: 0;
		left: 0;
		width: 50%; 
		padding: 1rem 0;
		text-align: center;
	}

	#logo img{
		height: 6rem;
		display: inline-block;
	}
}

/********************************************************/
/* 		Area riservata (lib_utenti.php)					*/
/********************************************************/
#areaRiservata{
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: 30%;
	font-size: 1.4rem;
}

#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{
	float: left;
	height: 2rem;
	margin-right: 0.4rem;
}

#areaRiservata ul li a{	
	display: block;
	text-decoration: none;
	padding: 1rem 1rem;
	color: #ffffff;
}

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

/********************************************************/
/* 		Riassunto carrello								*/
/********************************************************/
#riassuntoCarrello{
	position: relative;
	float: right;
	margin: 0;
	font-size: 1.4rem;
	text-align: right;
	line-height: 0;
	overflow: hidden;
	border-left: 0.1rem solid #ffffff;
}

#riassuntoCarrelloImg{
	position: relative;
	float: left;
	padding: 0.8rem;
}

#riassuntoCarrello img{
	height: 2.4rem;
	display: block;
}

#riassuntoCarrelloTesto{
	position: relative;
	float: left;
	padding: 2rem 1.8rem 2rem 0rem;
	color: #ffffff;
}

#riassuntoCarrelloNum{
	position: relative;
	float: left;
	padding: 2rem 1.8rem;
	color: #ffffff;
}

#riassuntoCarrelloTot{
	position: relative;
	float: left;
	padding: 2rem 1.8rem;
}

#riassuntoCarrello a{
	color: #6a6958;
}

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

#riassuntoCarrelloBox{
	position:absolute; 
	z-index:10000; 
	display:block; 
	top: 100%; 
	right: -0.2rem;
	width: 30rem; 
	height: 0;
	max-height: 50rem;
	border:0.2rem solid #6a6958; 
	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%;
	border-top: 0.1rem solid #6a6958;
	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;
}

#fasciaVetrina{
	position: relative;
	width: 100%;
	padding: 4rem 0;
}

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

	#riassuntoCarrello{
		top: 0rem;
		right: 2%;
		border-left: 0;
		border-bottom: 0.1rem solid #ffffff;
	}
}

/************************************************/
/* 				Ricerca							*/
/************************************************/
#boxRicerca{
	position: relative;
	float: left;
	padding: 0rem;
	top: 2rem;
	left: 15%;
	width: 30%;
	overflow: hidden;
}

#boxRicerca form input[type="text"]{
	position:relative;
	float: left;
	top: 0;
	width: 80%;
	height: 100%;
	border: 0px;
	padding: 1.2rem 2%;
	margin: 0;
	border-top: 0.1rem solid red;
	border-bottom: 0.1rem solid red;
	border-left: 0.1rem solid red;
	border-radius: 0;
	font-size: 1.4rem;
	background:transparent;
}

#boxRicerca form input[type="submit"]{
	position:relative;
	float: left;
	top: 0;
	left: 0;
	width: 20%;
	height: 100%;
	border: 0px;
	padding: 1.4rem 0 1.5rem 0;
	margin: 0;
	background: red;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s;
	font-weight: normal;
	border-radius: 0;
}

#boxRicerca form input[type="submit"]:hover{
	color: #ffffff;
}


@media only screen and ( max-width: 767px){
	#boxRicerca{
		position: relative;
		float: none;
		margin: 1rem auto;
		padding: 0rem;
		width: 90%;
		border: 1px solid #6a6958;
		background: #ffffff;
		height: 3rem;
		overflow: hidden;
		bottom: auto;
	}
	
	#boxRicerca form input[type="text"]{
		width: 70%;
		background: #ffffff;
	}

	#boxRicerca form input[type="submit"]{
		left: 70%;
		width: 30%;
	}
}
/************************************************/
/* 				MenuText						*/
/************************************************/
#menu{
	position: relative;
	bottom: 0rem;
	right: 0;
	width: 100%;
	padding: 4rem 0;
}

#sfondoMenuSx, #sfondoMenuDx{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	background-image: url("sfondoMenuSx.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left top;
	z-index: 0;
}

#sfondoMenuDx{
	left: 50%;
	background-image: url("sfondoMenuDx.png");
	background-position: right top;
}

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

#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: 0.8rem;
	background: transparent;
	bottom: 0;
	left: 50%;
	opacity: 0;
}

#nav{
	z-index: 100;
}

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

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

#nav > ul > li:hover{
}

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

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

.corrente{
	font-weight: 700;
}

.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: #6a6958;
}

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

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

#nav > ul ul > li:hover{
	background: #6a6958;
}

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

#nav > ul ul > li a:hover{
	text-decoration:none;
	color: #6a6958 !important;
}

@media only screen and ( max-width: 767px){
	
	#sfondoMenuSx, #sfondoMenuDx{
		display: none;
	}

	#menu{
		position: relative;
		float: right;
		width: 50%;
		padding: 0rem;
	}

    #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: #ffffff;
		top: 8rem;
		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{
		background: #6a6958;
	}
	
	#nav > ul > li a{
		color: #6a6958;
		padding: 1.4rem 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 #6a6958;
		color: #ffffff;
	}

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

.tastoMenu{
	position: relative;
	float: right;
	margin: 3rem 5% 0 0;
	background: #6a6958;
	border-radius: 4rem;
	padding: 0.6rem 1rem;
	color: #ffffff;
	line-height: 0;
}

.tastoMenu:hover{
	color: #ffffff;
}

/************************************************/
/* 				Animazione banner				*/
/************************************************/
#boxBannerHome{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 60vh;
	overflow: hidden;
	margin-top: 3.6rem;
}

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

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

#testoSlides{
	position: absolute;
	bottom: 5rem;
	width: 100%;
	text-align: left;
	z-index: 500;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-size: 3rem;
	line-height: 4rem;
	padding: 0 5%;
	text-shadow: 0.2rem 0.2rem 0.4rem #000000;
}

@media (max-width: 767px) {
	#boxBannerHome{
		height: 40vh;
	}
}

/************************************************/
/* 				home							*/
/************************************************/
.titoloHome{
	position: relative;
	width: 100%;
	margin: 0 0 1rem 0;
	font-weight: 700;
}

#fasciaHomeMucche{
	position: relative;
	font-size: 2rem;
	line-height: 2.6rem;
	text-align: center;
}

#fasciaHomeMucche .contenuto{
	width: 50%;
	padding: 10rem 0;
}

#camomilla{
	position: absolute;
	width: 10%;
	top: 35%;
	left: 7%;
	opacity: 0;
}

#rotoballe{
	position: absolute;
	width: 10%;
	top: 35%;
	right: 7%;
	opacity: 0;
}

#camomilla img, #rotoballe img{
	width: 100%;
	display: block;
}

#fasciaHomePunti{
	position: relative;
	font-size: 2rem;
	line-height: 2.6rem;
	text-align: center;
	background: #6a6958;
}

#fasciaHomePunti .contenuto{
	padding: 5rem 0;
}

#fasciaHomeBianco{
	position: absolute;
	width: 100%;
	height: 25%;
	bottom:0;
	left: 0;
	background: #fffdf6;
	z-index: 0;
}

.punto{
	position: relative;
	float: left;
	width: 25%;
	margin: 0 4.1%;
	z-index: 100;
}

.puntoTitolo{
	position: relative;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 2rem;
	color: #ffffff;
}

.puntoImg{
	position: relative;
	width: 100%;
	border-radius: 20rem;
	overflow: hidden;
}

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

#puntini{
	position: absolute;
	width: 100%;
	z-index: 50;
	top: 35%;
	height: 35%;
	background-image: url("puntini.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left top;
}

#coperturaPuntini{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #6a6958;
}

#fasciaHomeVetrina{
	padding: 5rem 0;
	background: #92cef2;
}

.vetrina{
	position: relative;
	float: left;
	width: 23%;
	margin: 0 1%;
}

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

.vetrinaVelina{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	opacity: 0.2;
	z-index: 10;
	transition: opacity 0.2s; 
}

.vetrinaTitolo{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	color: #ffffff;
	font-size: 2.6rem;
	line-height: 3rem;
	text-align: center;
	padding-top: 45%;
}

#fasciaHomeFamiglia{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	line-height: 2.6rem;
}

#fasciaHomeMacelleria{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e56a6a;
	color: #ffffff;
	font-size: 2rem;
	line-height: 2.6rem;
}

.boxHomeFoto, .boxHomeTesto{
	position: relative;
	float: left;
	width: 50%;
}

.boxHomeTesto{
	padding: 0 10%;
}

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

@media (max-width: 767px) {
	#camomilla{
		position: relative;
		width: 50%;
		top: 0%;
		left: 0%;
		opacity: 0;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 2rem;
	}

	#rotoballe{
		position: relative;
		width: 50%;
		top: 0%;
		right: 0%;
		opacity: 0;
		text-align: center;
		margin: 0 auto;
		margin-top: 2rem;
	}
	
	.punto{
		position: relative;
		float: none;
		width: 70%;
		margin: 4rem 15%;
		z-index: 100;
	}
	
	.vetrina{
		position: relative;
		float: left;
		width: 40%;
		margin: 2rem 5%;
	}
	
	.vetrinaTitolo{
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	
	#fasciaHomeBianco{
		display: none;
	}
	
	#fasciaHomeFamiglia, #fasciaHomeMacelleria{
		display: block;
	}
	
	.boxHomeFoto, .boxHomeTesto{
		position: relative;
		float: none;
		width: 100%;
	}
	
	.boxHomeTesto{
		padding: 5rem 10%;
	}
}
/************************************************/
/* 				Contenuto						*/
/************************************************/
#contenuto{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	z-index: 5;
}

#corpo{
	position: relative;
	width: 100%;
	padding: 4rem 0;
	z-index: 10;
}

@media (max-width: 767px) {

	#corpo{
		float: none;
		width: 100%;
		padding: 3rem 5%;
	}

}

/************************************************/
/* 				box fine						*/
/************************************************/
#fine{
	position:absolute;
	padding: 0rem;
	left: 0px;
	bottom: 0px; 
	width: 100%;
	text-align: left;
	z-index: 30;
}

#fine a, #fine a:hover{
}

#fine1{
	position: relative;
	width: 100%;
	padding: 4rem 0;
}

#fine2{
	position: relative;
	width: 100%;
	background: #6a6958;
	text-align: center;	
	padding: 2rem 0;
	color: #ffffff;
}

.boxFineLogo{
	position: relative;
	float: left;
	width: 30%;
	margin: 2rem 1.6%;
}

.boxFineLogo img{
	width: 60%;
	margin: 0 20%;
}

.boxFine{
	position: relative;
	float: left;
	width: 30%;
	margin: 2rem 1.6%;
}

.boxFine img{
	width: 15%;
	margin: 0 1%;
}

.boxFine h1{
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}

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

.boxFine li{
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
    font-weight: 400;
}

.boxFine li a, .boxFine li a:hover{	
	display: block;
	text-decoration: none;
	padding: 0.4rem 2%; 
	color: #6a6958;
}

@media (max-width: 767px) {
	.boxFine{
		float: none;
		width: 100%;
		margin: 3rem 0;
		text-align: center;
	}
	
	.boxFineLogo{
		float: none;
		width: 100%;
		margin: 3rem 0;
	}
}

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

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

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

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

.visible-mob{
	display: none;
}

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