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

/*
	font-family: 'Fira Sans', sans-serif;
*/

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

*{
	-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 1.0rem 0rem;
	font-weight: bold;
	color: #272727;
	font-family: 'Fira Sans', sans-serif;
	font-size: 3rem;
	line-height: 3.4rem;
}

h2{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 1.0rem 0rem 0.8rem 0rem;
	font-weight: bold;
	color: #272727;
	font-family: 'Fira Sans', sans-serif;
	font-size: 2rem;
}

h3{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #272727;
	font-family: 'Fira Sans', sans-serif;
}

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

a{
	text-decoration: none;
	color: #706F6F;
}

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

.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 #ffdb06;
	box-shadow: 0.1rem 0.1rem 0.4rem #c8c8c8;
}

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

form input[type="submit"]:hover, form input[type="reset"]:hover{
	background: #ffdb06;
	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: 1400px;
	width: 90%;
	margin: 0 auto;
}

#header{
	position: relative;
	font-size: 1.4rem;
	text-align: center;
	padding: 0 0 1rem 0;
	background: #272727;
	color: #fff;
}

#hTop{
	position: relative;
	width: 100%;
	background: #212121;
	padding: 0.2rem 0;
}

#hContatto{
	position: relative;
	float: left;
	width: 40%;
}

.hContatto{
	position: relative;
	float: left;
	padding: 1rem 1.5% 1rem 1.5%;
	font-size: 1.2rem;
}

.hContatto a{
	color: #fff;
}

.hContatto a:hover{
	color: #fff;
}

.hContatto a img{
	width: 2.3rem;
	float: left;
}

#hMenu{
	position: relative;
	float: left;
	width: 60%;
}

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

#hMenu ul ul{
	display: none;
}

#hMenu li{
	position: relative;
	float: right;
	top: 0px;
	left: 0px;
	font-size: 1.2rem;
    font-weight: 300;
	width: 10%;
}

#hMenu li a{
	display: block;
	text-decoration: none;
	padding: 1rem 1.5% 1rem 1.5%;
	color: #fff;
	font-weight: 300;
}

#hMenu li a:hover{	
	font-weight: 300;
	color: #ffdb06;
}

#hLogo{
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 20%;
	text-align: center;
	display: block;
}

#hLogo img{
	width: 80%;
	display: inline-block;
	margin: 2rem 0 0 0;
}

#hRicerca{
	position: relative;
	float: left;
	width: 40%;
	margin-top: 2rem;
}

#hRicerca form input[type="text"]{
	position:relative;
	float: left;
	top: 0;
	width: 80%;
	height: 100%;
	padding: 1.2rem 2%;
	margin: 0;
	border: 0.1rem solid #fff;
	border-radius: 0;
	border-top-left-radius: 0.8rem;
	border-bottom-left-radius: 0.8rem;
	color: a199b4;
	font-size: 1.4rem;
	background: #fff;
	font-family: 'Fira Sans', sans-serif;
}

#hRicerca 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: #ffdb06;
	color: #212121;
	cursor: pointer;
	transition: background 0.4s;
	font-weight: normal;
	border-radius: 0;
	border-top-right-radius: 0.8rem;
	border-bottom-right-radius: 0.8rem;
	font-family: 'Fira Sans', sans-serif;
}

#hUtente{
	position: relative;
	float: left;
	width: 20%;
	margin-top: 2rem;
}

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

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

#hUtente ul li img{
	color: #000000;
	width: 2.6rem;
}

#hUtente ul li a{	
	display: block;
	text-decoration: none;
	padding: 0.6rem;
	color: #272727;
	font-weight: 700;
}

#hUtente ul li a:hover{
	text-decoration:none;
	color: #272727;
}

#hCarrello{
	position: relative;
	float: left;
	width: 20%;
	margin-top: 2rem;
}

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

#riassuntoCarrelloImg img{
	width: 2.5rem;
}

#riassuntoCarrelloNum{
	position: relative;
	float: left;
	padding: 1rem 1.8rem;
	background: #ffdb06;
	color: #212121;
	font-weight: 700;
}

#riassuntoCarrelloTot{
	position: relative;
	float: left;
	padding: 1rem 1.8rem;
	background: #272727;
	color: #ffffff;
	font-weight: 700;
}

#riassuntoCarrello a{
	color: #ffdb06;
}

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

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

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

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

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

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

#briciole{
	position: relative;
	padding: 1rem 0;
	text-transform: uppercase;
	background: #ffdb06;
	color: #272727;
	font-weight: 300;
}

#briciole a{
	color: #272727;
	text-decoration: none;
	font-weight: 400;
}

#briciole a:hover{
	color: #272727;
	text-decoration: none;
	font-weight: 500;
}

@media only screen and ( max-width: 767px){
	
	#barraSu{
		width: 100%;
	}
}

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

	#riassuntoCarrello{
		top: 0rem;
		right: 2%;
	}
}

/************************************************/
/* 				MenuText						*/
/************************************************/
#menu{
	position: relative;
	bottom: 0rem;
	right: 0;
	width: 100%;
	padding: 0;
	z-index: 2000;
}

#nav{
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
}

#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.4rem;
	font-weight: 400;
	text-align: center;
}

#nav > ul > li{
	display: inline-block;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px; 
	text-align: center;
	transition: background 0.4s;
	width: 10%;
	font-style: italic;
}

#nav > ul > li:hover{
}

#nav > ul > li a{
	display: block;
	text-decoration: none;
	padding: 2rem 2%; 
	color: #706F6F;
}

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

/* secondo livello*/
#nav > ul > li ul{
	display: none;
	position: absolute;
	top: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 1.4rem;
	background: #706F6F;
	text-transform: lowercase;
	font-weight: 400;
}

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

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

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

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

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

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

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

@media only screen and ( max-width: 767px){
	#menu{
		position: relative;
		float: right;
		width: 50%;
		background: transparent;
	}

    #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%;
		top: 6rem;
		font-size: 1.8rem;
		width: 200%;
		z-index: 1000;
		background: #ffffff;
    }
	
	#nav:target > ul{
		display: block;
	}
	
	#nav > ul > li{
		width: 100%;
		float: none;
		padding: 0 5%;
	}
	
	#nav > ul > li:hover{
		background: #ffdb06;
	}
	
	#nav > ul > li a{
		color: #ffdb06;
		padding: 1.4rem 0;
	}
	
	#nav > ul > li a:hover{
		color: #ffffff;
	}
	
    /*second level */
	#nav > ul > li ul{
		display: none;
		position: relative;
		top: 100%;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
		font-size: 1.4rem;
		background: #706F6F;
	}
	
	#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 #a199b4;
		color: #ffdb06;
	}

	#nav > ul ul > li a:hover{
		text-decoration:none;
		color: #ffffff;
	}
	
	/* terzo livello*/
	#nav > ul ul > li ul{
		display: none;
		position: relative;
		top: 0%;
		left: 0;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
		font-size: 1.4rem;
		background: #ffdb06;
	}
	
	#nav > ul ul ul > li a{
		display: block;
		text-align: left;
		padding: 0.8rem 5%;
		border-top: 1px solid #ffffff;
		color: #ffffff;
	}
	
}

.tastoMenu{
	position: relative;
	float: right;
	margin: 2rem 5% 1rem 0;
	border-radius: 4rem;
	padding: 0.6rem 1rem;
	color: #000000;
	line-height: 0;
}

.tastoMenu:hover{
	color: #ffdb06;
}

/************************************************/
/* 				home							*/
/************************************************/
#boxBannerHome{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 60vh;
	overflow: hidden;
	border: 0.1rem solid transparent;
	border-radius: 0.4rem;
	overflow: hidden;
}

#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: 10%;
	width: 50%;
	left: 25%;
	text-align: right;
	z-index: 500;
	color: #ffffff;
	line-height: 2.4rem;
	text-align: center;
}

#titoloSlide{
	display: inline-block;
	text-align: left;
	/*background: rgba(0, 0, 0, 0.1);*/
	padding: 1.4rem 5%;
	text-align: center;
}

.nomeSlide{
	position: relative;
	font-size: 4rem;
	letter-spacing: 0.2rem;
	line-height: 5rem;
} 

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

#tastoSlide{
	display: inline-block;
	padding: 0rem 5%;
	text-align: center;
	background: #ffdb06;
	color: #212121;
	font-size: 1.2rem;
	font-weight: 500;
	text-transform: uppercase;
	border: 0.1rem solid #ffdb06;
	border-radius: 0.4rem;
	overflow: hidden;
	margin: 0.5rem 0 0 0;
}

#tastoSlide:hover{
	background: #212121;
	color: #ffdb06;
	border: 0.1rem solid #212121;
}

@media (max-width: 767px) {
	#boxBannerHome{
		height: 40vh;
	}
	
	.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;
	}
}


/************************************************/
/* 				Contenuto						*/
/************************************************/
#contenuto{
	position: relative;
	padding: 0;
	z-index: 5;
}

#corpo{
	position: relative;
	max-width: 1200px;
	margin: 4rem auto;
	z-index: 10;
}

#titoloHome{
	position: relative;
	width: 100%;
	margin: 2rem 0 0 0;
}

#titoloHome h1{
	font-size: 1.6rem;
	margin: 0 0.8rem;
	padding: 0;
}

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

#fine1{
	position: relative;
	width: 100%;
	background: #ffdb06;
	color: #212121;
	padding: 4rem 0;
}

.social{
	display: inline-block;
	border: 0.1rem solid #272727;
	background: #272727;
	color: #fff;
	width: 3rem;
	height: 3rem;
	margin: 0 1rem;
	border-radius: 3rem;
	text-align: center;
	padding: 0.3rem 0 0 0;
	font-size: 1.4rem;
	opacity: 0.8;
}

.social:hover{
	opacity: 1;
}

#fine2{
	position: relative;
	width: 100%;
	background: #212121;
	color: #fff;
	padding: 4rem 0;
}

#fine3{
	position: relative;
	width: 100%;
	text-align: center;
	background: #212121;
	padding: 2rem 0;
	color: #706F6F;
	font-size: 1.2rem;
	font-weight: 300;
	border-top: 0.1rem solid #706F6F;
}

.boxFine, .boxFineImg{
	position: relative;
	float: left;
	width: 23%;
	margin: 2rem 1%;
	line-height: 2.6rem;
	text-align: center;
	font-weight: 300;
}

.boxFine h2{
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
}

.boxFine img{
	height: 3.4rem;
}

.boxFineImg img{
	width: 50%;
	displsy: inline-block;
}

.boxFine a, .boxFine a:hover{
	color: #706F6F;
	font-weight: 600;
}

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

.boxFine ul ul{
	display: none;
}

.boxFine li{
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
	font-size: 1.4rem;
    font-weight: 300;
}

.boxFine li a{
	display: block;
	text-decoration: none;
	padding: 0.2rem 2%; 
	color: #fff;
	font-weight: 300;
}

.boxFine li a:hover{	
	font-weight: 300;
}

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

@media (max-width: 767px) {
	.boxFine, .boxFineImg{
		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;
	}
}