
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

/*
	font-family: 'Arimo', 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: #444444;
	font-family: 'Arimo', 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: #444444;
	font-family: 'Arimo', 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: #444444;
	font-family: 'Open Sans', serif;
}

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

a{
	text-decoration: none;
	color: #e52e2d;
}

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

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

form textarea{
	min-height: 10rem;
	font-family: 'Arimo', 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 #e52e2d;
	border-radius: 0.4rem;
	background: #e52e2d;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
	font-family: 'Arimo', sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
}

form input[type="submit"]:hover, form input[type="reset"]:hover{
	background: #e52e2d;
	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.2rem;
	text-align: center;
	padding: 0.4rem 0;
	border-bottom: 0.1rem solid #f5f4f4;
}	

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

.headerContatto a{
	color: #444444;
}

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

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

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

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

#briciole{
	position: relative;
	padding: 1rem 0;
	background: #ebebeb;
}

#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;
	width: 50%;
	margin: 0;
	padding: 0;
}

#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 i{
	color: #000000;
	font-size: 2rem;
	margin: 0 1rem 0 0;
}

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

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

/********************************************************/
/* 		Riassunto carrello								*/
/********************************************************/
#riassuntoCarrello{
	position: relative;
	float: right;
	right: 0rem;
	top: 2rem;
	margin: 0;
	font-size: 1.4rem;
	text-align: right;
	line-height: 0;
	overflow: hidden;
}

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

#riassuntoCarrelloTesto{
	position: relative;
	float: left;
	padding: 2rem 1.8rem 2rem 0rem;
	background: #e52e2d;
	color: #ffffff;
	font-weight: 600;
	font-size: 1.2rem;
}

#riassuntoCarrelloNum{
	position: relative;
	float: left;
	padding: 2rem 1.8rem;
	background: #444444;
	color: #ffffff;
	font-weight: 700;
}

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

#riassuntoCarrello a{
	color: #e52e2d;
}

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

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

#fasciaCategorie{
	position: relative;
	width: 100%;
	padding: 4rem 0;
	background: #ebebeb;
}

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

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

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

#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 #444444;
	border-bottom: 0.1rem solid #444444;
	border-left: 0.1rem solid #444444;
	border-radius: 0;
	color: f5f4f4;
	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: #e52e2d;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s;
	font-weight: normal;
	border-radius: 0;
}

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


@media only screen and ( max-width: 767px){
	#boxRicerca{
		position: relative;
		float: none;
		margin: 1rem auto;
		padding: 0rem;
		width: 90%;
		border: 1px solid #e52e2d;
		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: 0;
	z-index: 2000;
	background: #e52e2d;
}

#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.6rem;
	text-transform: uppercase;
	font-weight: 500;
}

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

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

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

#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: #ebebeb;
	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: #e52e2d;
}

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

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

#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: #e52e2d;
	}
	
	#nav > ul > li a{
		color: #e52e2d;
		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: #ebebeb;
	}
	
	#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 #f5f4f4;
		color: #e52e2d;
	}

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

/************************************************/
/* 				Testo							*/
/************************************************/
#recensioneHome{
	position: relative;
	padding: 5rem 5%;
	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.4rem;
}

/************************************************/
/* 				Animazione banner				*/
/************************************************/
/************************************************/
/* 				home							*/
/************************************************/
#boxBannerHome{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 60vh;
	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;
	text-shadow: 0.4rem 0.4rem 0.4rem #000000;
}

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

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

@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: 0 auto;
	padding: 4rem 0;
	z-index: 10;
}

#titoloHome{
	position: relative;
	width: 100%;
	margin: 2rem 0 0 0;
	text-align: center;
}

#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						*/
/************************************************/

.boxInfoSx, .boxInfoDx{
	position: relative;
	float: left;
	width: 48%;
	margin: 2rem 1%;
	background: #ebebeb;
	flex:1;
	text-align: center;
	padding: 1rem;
}

.boxInfoDx{
	float: right;
}

.boxInfoSx img, .boxInfoDx img{
	height: 4rem;
	display: inline-block;
}

.boxInfoSx h2, .boxInfoDx h2{
	margin: 0;
	text-transform: uppercase;
	font-size: 1.4rem;
	padding: 1rem 0;
}

.boxInfoLinea{
	position: reltive;
	width: 80%;
	border: 0.1rem solid #444444;
	margin: 1rem auto;
}

@media (max-width: 767px) {
	.boxInfoSx, .boxInfoDx{
		float: none;
		width: 90%;
		margin: 2rem 5%;
		flex:0;
	}
}

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

#fine a, #fine a:hover{
}

#fine0{
	position: relative;
	width: 100%;
	background: #ebebeb;
	padding: 2rem 0;
}

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

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

.boxFine{
	position: relative;
	float: left;
	width: 18%;
	margin: 2rem 1%;
	line-height: 2.6rem;
}

.boxFine h2{
	color: #ffffff;
	font-size: 1.4rem;
}

.boxFine img{
	width: 70%;
}

.boxFine a, .boxFine a:hover{
	color: #ffffff;
}

.boxFine ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	z-index: 100;
	font-family: 'Arimo', sans-serif;
}

.boxFine ul ul{
	display: none;
}

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

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

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

/************************************************/
/* 				Tasto whatsapp					*/
/************************************************/
#fixedWA{
	position: fixed;
	right: 3rem;
	bottom: 3rem;
	width: 4.5rem;
	height: 4.5rem;
	z-index: 2000;
}

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

#marcheHome{
	text-align: center;
}

#marcheHome img{
	height: 6rem;
	margin: 2rem 2%;
}

/************************************************/
/* 				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;
	}
}