
/********************************************************/
/* 	(nuovoIndirizzo.php)								*/
/********************************************************/
#nuovoIndirizzo{
	position: relative;
	width: 15rem;
	height: 15rem;
	padding: 2rem;
	background: #92cef2;
	color: #ffffff;
	margin: 0 auto;
	float: none;
	font-size: 1.4rem;
	text-align: center;
	border: 0.1rem solid #92cef2;
	border-radius: 0.4rem;
}

#nuovoIndirizzo i{
	font-size: 3rem;
	margin-bottom: 2rem;
}

/********************************************************/
/* 	(lib_ecommerce.php)									*/
/********************************************************/

/* contenuto carrello */
#carrelloDett{
	position: relative;
	margin-top: 1.0rem;
	background: #ffffff;
	padding: 1rem 2%;
	border: 0.1rem solid #92cef2;
}

.intestazioneCarrello, .rigaCarrello{
	position: relative;
	width: 100%;
	border-bottom: 0.1rem solid #cccccc;
}

span.caratteristica{
	font-size: 1rem;
}

.boxBorderTop{
	border-top: 0.1rem solid #92cef2;
}

#totCarrello{
	position: relative;
	text-align: right; 
	font-size: 1.6rem;
	padding: 1.0rem 1% 0rem 0rem;
}

#totIva{
	position: relative;
	text-align: right; 
	font-size: 1.2rem;
	padding: 1.0rem 1% 0rem 0rem;
}

#speseSpedizione{
	padding: 1.0rem 1% 0rem 0rem;
	text-align: right;
}

#spesePagamento{
	padding: 1.0rem 1% 0rem 0rem;
	text-align: right;
}

@media (max-width: 767px) {
	.rigaCarrello{
		border: 0.1rem solid #92cef2;
		margin-top: 2rem;
	}
	
	#carrelloDett{
		border: 0;
	}
}

/********************************************************/
/* 					Contenuto nav						*/
/********************************************************/

#carrelloNav{
	position: relative;
	width: 100%;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.carrelloNav{
	position: relative;
	float: left;
	width: 25%;
	padding: 1rem 0;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	border-right: 0.1rem solid #f8f8f8;
}

.carrelloNavAttivo{
	background: #92cef2;
	color: #ffffff;
}

.carrelloNavFreccia{
	position: absolute;
	width:2rem;
    height:100%;
    top:0;
	right: 0;
	background-image: url('freccia.png');
	z-index: 10;
	background-repeat:no-repeat;
    background-size:100% 100%;
}

@media (max-width: 767px) {
	.carrelloNav{
		width: 100%;
	}
	
	.carrelloNavFreccia{
		position: absolute;
		width:100%;
		height:10%;
		top:90%;
		left: 0;
		background-image: url('frecciaMob.png');
		z-index: 10;
		background-repeat:no-repeat;
		background-size:100% 100%;
	}
}

form input[type="text"].inputQuantit{
	float: left;
	border: 1px solid #92cef2;
	border-radius: 0.3rem;
	text-align: center;
	padding: 0.6rem 0rem;
	margin: 0 1%;
	width: 48%;
	font-size: 1.8rem;
}

form input[type="submit"].modificaQuantit{
	float: left;
	margin: 0 1%;
	border: 1px solid #92cef2;
	background: #92cef2;
	border-radius: 0.4rem;
	height: 3.6rem;
	color: #ffffff;
	cursor: pointer;
	width: 48%;
	font-size: 1.8rem;
}

/********************************************/
/*				Tasti						*/
/********************************************/
.tastiCenter{
	position: relative;
	width: 100%;
	padding: 1rem 0;
	text-align: center;
}

.tastiLeft{
	position: relative;
	width: 100%;
	padding: 1rem 0;
	text-align: left;
}

.tastiRight{
	position: relative;
	width: 100%;
	padding: 1rem 0;
	text-align: right;
}

.tasto{
	display: inline-block;
	margin: 1rem 1%;
	padding: 0.8rem 5%;
	border: 0.1rem solid #92cef2;
	border-radius: 0.4rem;
	background: #92cef2;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
}

.tasto:hover{
	background: #92cef2;
	color: #ffffff;
}

form input[type="submit"].tasto30, form input[type="reset"].tasto30, .tasto30{
	width: 30%;
	margin: 1rem 1.5%;
}

form input[type="submit"].tasto50, form input[type="reset"].tasto50, .tasto50{
	width: 47%;
	margin: 1rem 1%;
	font-size: 1.6rem;
}

form input[type="submit"].tasto100, form input[type="reset"].tasto100, .tasto100{
	width: 100%;
	margin: 1rem 0%;
	font-size: 1.6rem;
}

@media (max-width: 767px) {
	.tasto{
		padding: 1.4rem 5%;
	}
	
	form input[type="submit"].tasto50, form input[type="reset"].tasto50, .tasto50{
		padding: 1.4rem 5%;
	}
	
	form input[type="submit"].tasto100, form input[type="reset"].tasto100, .tasto100{
		padding: 1.4rem 5%;
	}
}

/********************************************************/
/* 	template elencoCategorie							*/
/********************************************************/
#boxCategorieHome{
	position: relative;
	width: 100%;
	background: #ebebeb;
	padding: 2rem 2%;
}

.boxCategorieHome{
	position: relative;
	float: left;
	width: 30.3%;
	margin: 2rem 1.5%;
}

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

.boxCategoriaTitolo{
	position: relative;
	width: 100%;
	background: #92cef2;
	color: #ffffff;
	text-transform: uppercase;
	padding: 1rem 0;
	text-align: center; 
	font-weight: 700;
	transition: background 0.2s;
}

.boxCategoriaTitolo:hover{
	background: #686868;
}

@media (max-width: 767px) {
	.boxCategorieHome{
		float: none;
		width: 90%;
		margin: 2rem 5%;
	}
}

/********************************************************/
/* 	(lib_prodotti.php) 									*/
/********************************************************/

/*-> boxProdotto()*/
.prodottiElenco{
	position: relative;
	float: left;
	width: 20%;
	margin: 2.0rem 2.5%;
	overflow: hidden;
	padding-bottom: 0.4rem;
	padding: 0;
	border: 0.1rem solid #ebebeb;
}

a .prodottiElenco{
	color: #686868;
}

.prodottiElencoPng{
	position: relative;
	width: 100%;
	background: #ffffff;
}

.prodottiElencoImg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}

.prodottiElencoPng img, .prodottiElencoImg img{
	width: 100%;
	display: block;
}

.prodottiNome{
	width: 98%;
	margin: 0rem 1%;
	font-size: 1.4rem;
	height: 3rem;
	text-align: left;
}

span.prodottiPartire{
	font-size: 1.1rem;
	color: #000000;
}

.prodottiPrezzi{
	position: relative;
	width: 100%;
	padding: 1rem 2%;
	text-align: left;
	font-size: 1.4rem;
	font-weight: 500;
	color: #92cef2;
}

.prodottiAggiungi{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 1rem 0;
	text-align: center;
	background: #92cef2;
	transition: background 0.2s;
	color: #ffffff;
	margin-top: 2rem;
	font-weight: 500;
	text-transform: uppercase;
}

.prodottiAggiungi:hover{
	background: #686868;
}

@media (max-width: 767px) {
	.prodottiElenco{
		float: none;
		width: 90%;
		margin: 2.0rem 5%;
		overflow: hidden;
	}
}

/*-> boxProdotto()*/
#navBar{
	width: 100%;
}

#barraRisultati{
	font-size: 1.8rem;
	float: left;
}

.barraDietro{
	float: left;
	background: #d8cec0;
	margin-right: 1.0rem;
	border-radius: 0.3rem;
	overflow: hidden;
	padding: 0rem 0.4rem;
}

.barraAvanti{
	float: left;
	background: #d8cec0;
	margin-left: 1.0rem;
	border-radius: 0.3rem;
	overflow: hidden;
	padding: 0rem 0.4rem;
}

/*-> dettaglioProdotto() e prodotti.php*/
#prodotto{
	position: relative;
	width: 100%;
}

#dettaglioImmagine{
	float: left;
	width: 50%;
}

#dettaglioInfo{
	float: right;
	width: 48%;
}

#dettaglioInfo h1{
	font-size: 3rem;
	padding: 0 0 4rem 0;
	text-align: left;
}

.dettaglioRiga{
	position: relative;
	width: 100%;
	padding: 1rem 2%;
}

.dettaglioPeso, .dettaglioPrezzoSconto, .dettaglioPrezzo, .dettaglioCarrello, .dettaglioDisponibilit{
	position: relative;
	float: left;
	padding: 1.2rem 0;
}

.dettaglioPeso{
	width: 50%;
	text-align: left;
}

.dettaglioPrezzoSconto{
	left: 45%;
	width: 30%;
	font-size: 1.4rem;
}

span.dettaglioPrezzoBarrato {
	text-decoration: line-through;
}

.dettaglioPrezzo{
	width: 25%;
	font-weight: 700;
	text-align: left;
	padding-right: 2%;
	text-align: right;
}

.dettaglioCarrello{ 
	width: 25%;
	padding: 0.1rem 0;
}

.dettaglioCarrello form input[type="text"]{
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 45%;
	border-radius: 0;
	padding: 1.1rem 0rem;
	margin: 0.2rem 0rem;
	text-align: center;
	font-size: 1.4rem;
}

.dettaglioDisponibilit{
	width: 25%;
}

.dettaglioCarrello form input[type="submit"]{
	position: relative;
	float: left;
	width: 50%;
	border: 2px solid #92cef2;
	background-color: #92cef2;
	border-radius: 0rem;
	padding: 0 0;
	text-align: center;
	font-size: 3rem;
	color: #ffffff;
	margin: 0.2rem 0 0 5%;
	cursor: pointer;
	font-size: 3rem;
	background-image:url("../img/carrello.png");
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 2.8rem 2.8rem;
}

.dettaglioCarrello form input[type="submit"]:hover{
	background-color: #ffffff;
	background-image:url("../img/carrelloH.png");
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 2.8rem 2.8rem;
}


#dettaglioDescrizione{
	width: 100%;
	margin-top: 2.0rem;
	padding-top: 0.5rem;
	line-height: 2.2rem;
}

#dettaglioIngredienti{
	width: 100%;
	border-top: 0.1rem solid #92cef2;
	margin-top: 2.0rem;
	padding-top: 0.5rem;
	font-size: 1.2rem;
}

#dettaglioSocial{
	width: 100%;
	margin-top: 2.0rem;
	padding-top: 1.0rem;
}

#altriProdotti{
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 3rem;
	padding: 2rem 0;
	background: #ddd9d1;
	color: #92cef2;
	font-style: italic;
}

/*
#boxSottocategorieMarca{
	position: relative;
}

#boxSottocategorieMarca ul{
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#boxSottocategorieMarca li{
	float: left;
	width: 18%;
	text-align: center;
	margin: 0rem 1% 0.8rem 1%; 
	background: #92cef2;
	border-radius: 0.3rem;
	overflow: hidden;
}

#boxSottocategorieMarca li a{
	display: block;
	padding: 0.3rem 0rem;
	color: #ffffff;
}

#boxSottocategorieMarca li a:hover{
	text-decoration: none;
	color: #ffffff;
}

#boxSottocategorieMarca li:hover{
	background: #92cef2;
}

*/
@media (max-width: 767px) {
	#prodotto{
		width: 100%;
	}

	#prodottiConsigliati{
		width: 100%;
		margin-top: 4.0rem;
		margin-left: 0rem;
		text-align: left;
	}
	
	#dettaglioImmagine{
		float: none;
		width: 100%;
	}
	
	#dettaglioInfo{
		float: none;
		width: 100%;
		padding-top: 2.0rem;
	}
	
	#boxSottocategorieMarca li{
		width: 98%;
		margin: 0rem 1% 0.8rem 1%; 
	}
	
	.dettaglioQuantita{
		padding: 0.3rem 0rem;
	}
	
	.dettaglioAcquista{
		background-position: 98% 50%;
		padding: 0.6rem 1% 0.6rem 4%;
		font-size: 1.4rem;
	}
}

/*-> prodottiConsigliati()*/
.elencoConsigliati{
	position: relative;
	float: right;
	width: 64%;
	margin: 0.8rem 0% 0.8rem 0%;
	padding: 0.5rem 2%;
	border: 1px solid #;
	font-size: 1.8rem;
	line-height: 2.0rem;
	font-weight: bold;
	text-align: left;
	background: #ffffff;
}

.elencoConsigliati img{
	float: left;
	width: 38%;
}

.elencoConsigliatiNome{
	float: right;
	width: 58%;
}

@media (max-width: 767px) {
	.elencoConsigliati{
		position: relative;
		width: 95.5%;
		margin: 0.8rem 0% 0.8rem 0%;
	}
}
/********************************************************/
/* 	(ordine.php) 										*/
/* 	(lib_ecommerce.php) -> Ordini 						*/
/* 	(utenteDati.php) 									*/
/********************************************************/
.categoriaDati{
	position: relative;
	width: 100%;
	border: 1px solid #92cef2;
	margin-top: 2.0rem;
	padding: 0rem 2% 1rem 2%;
	background: #ffffff;
}

#datiBonifico{
	font-size: 1.2rem;
	padding: 1rem;
	line-height: 1.6rem;
}

.categoriaDatiBox30{
	position: relative;
	float: left;
	width: 31.3%;
	padding: 0;
	margin: 0 1%;
}

.categoriaDatiBox50{
	position: relative;
	float: left;
	width: 48%;
	padding: 0;
	margin: 0 1%;
}

.categoriaDatiSx{
	position: relative;
	float: left;
	width: 48%;
	border: 1px solid #92cef2;
	padding: 0rem 2% 1rem 2%;
	margin-top: 2.0rem;
	background: #ffffff;
}

.categoriaDatiDx{
	position: relative;
	float: right;
	width: 48%;
	border: 1px solid #92cef2;
	padding: 0rem 2% 1rem 2%;
	margin-top: 2.0rem;
	background: #ffffff;
}

.selectIndirizzi{
	float: left; 
	padding: 0.2rem 0.4rem;
	border: 1px solid #92cef2;
	border-radius: 0.4rem;
}

.inputIndirizzi{
	padding: 0.2rem 0.4rem;
	border: 1px solid #92cef2;
	border-radius: 0.4rem;
}

.riepilogoBox{
	float: left;
	width: 46%;
	margin: 1rem 2%;
}

.riepilogoBox30{
	position: relative;
	float: left;
	width: 30%;
	margin: 1rem 1.5%;
}

#_fatturazione{
	position: relative;
	width: 100%;
	border: 0.1rem solid #cccccc;
	padding: 1rem 2%;
	display: none;
}

/* Elenco indirizzi*/
#elencoIndirizzi{
	margin-top: 1.0rem;
}

#elencoIndirizzi table {
    border-collapse: collapse;
}

#elencoIndirizzi th{
	font-size: 1.6rem;
}

#elencoIndirizzi th, td{
    border-bottom: 1px solid #92cef2;
	padding: 0.5rem 0rem 0.2rem 0rem;
}

#elencoIndirizzi th{
    text-align: center;
}

@media (max-width: 767px) {
	.riepilogoBox, .riepilogoBox30{
		float: none;
		width: 100%;
	}
	
	.categoriaDatiBox30, .categoriaDatiBox50, .categoriaDatiSx, .categoriaDatiDx{
		position: relative;
		float: none;
		width: 100%;
		padding: 0rem 1% 0.5rem 1%;
		margin-top: 1.0rem;
	}
	
}

/********************************************************/
/* 	(utenteOrdini.php) 									*/
/********************************************************/

/* Elenco ordini*/
#listaOrdini{
	margin-top: 1.0rem;
}

#listaOrdini table {
    border-collapse: collapse;
}

#listaOrdini th{
	font-size: 1.6rem;
}

#listaOrdini th, td{
    border-bottom: 1px solid #92cef2;
	padding: 0.5rem 0rem 0.2rem 0rem;
}

#listaOrdini th{
    text-align: center;
}

/********************************************************/
/* 			(uploadFileAjax.php)						*/
/********************************************************/

.carica{
	position: relative;
	top:0px;
	left:0px;
	width:100%;
	background: #f0f0f0;
	padding: 5px 2%;
	border-radius: 2px;
	margin: 0 0 20px 0;
	border: 1px solid #cccccc;
}

.carica h1{
	position: relative;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	padding: 6px 2%;
	border-bottom: 1px solid #cccccc;
}

.carica form input[type="text"]{
	position: relative;
	float: left;
	width: 58%;
	border: 0.1rem solid #ccc;
	padding: 0.5rem 1%;
	border-radius: 2px;
	margin: 0 1%;
	background: #ffffff;
}

.carica form input[type="submit"]{
	position: relative;
	float:left;
	width: 33%;
	margin: 1rem 1%;
	padding: 0.6rem 0;
	border: 0.1rem solid #92cef2;
	border-radius: 2px;
	background: #92cef2;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
}

.sfoglia{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.sfoglia + label {
	position: relative;
	float:left;
	width: 63%;
	margin: 1rem 1%;
	padding: 0;
	background: #ffffff;
	font-weight: bold;
}

.sfoglia + label strong{
	display: inline-block;
	padding: 0.6rem 1% 0.5rem 1%;
	margin: 0 2% 0 0;
	background: #92cef2;
	border-radius: 2px;
	border: 1px solid #92cef2;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
}

.sfoglia + label strong i, .sfoglia + label strong i:hover{
	color: #ffffff;
}

._elencoFile{
	position: relative;
	width: 100%;
	background: #ffffff;
}

.fileCaricato{
	position: relative;
	width: 100%;
	border-top: 0.1rem solid #ededed;
	padding: 1rem 2%;
}

span._eliminaFile{
	color: #92cef2;
	float: right;
}

@media (max-width: 400px){
	.carica form input[type="text"]{
		float: none;
		width: 100%;
		border: 0.1rem solid #ccc;
		padding: 0.5rem 1%;
		margin: 6px 0;
	}
	
	.sfoglia + label {
		width: 100%;
		margin: 6px 0;
		background: #ffffff;
	}

	.carica form input[type="submit"]{
		float:none;
		width: 100%;
		margin: 6px 0;
	}
}

/********************************************************/
/* 	(login.php) 										*/
/* 	(iscrizione.php) 									*/
/********************************************************/
#login{
	position: relative;
	width: 100%;
	max-width: 36rem;
	border: 0.1rem solid #92cef2;
	background: #ffffff;
	padding: 2rem 2%;
	border-radius: 0.4rem;
	margin: 5rem auto;
}

.larghezzaForm{
	position: relative;
	float: left;
	width: 50%;
	padding: 0 2%;
}

.login{
	position: relative;
	width: 20.0rem;
	border: 1px solid #92cef2;
	border-radius: 0.8rem;
	padding: 0.8rem;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.login{
		position: relative;
		width: 90%;
		border: 1px solid #92cef2;
		border-radius: 0.8rem;
		padding: 0.8rem 5%;
	}
	
	.larghezzaForm{
		position: relative;
		float: none;
		width: 100%;
		margin-bottom: 1rem;
	}
}

#loginMessaggio{
	position: relative;
	width: 100%;
	max-width: 50rem;
	border: 0.4rem solid #92cef2;
	padding: 2rem 5%;
	margin: 0 auto;
	margin-top: 5rem;
	text-align: center;
}

/********************************************************/
/* 	(logreg.php) 										*/
/********************************************************/
.boxLogreg{
	position: relative;
	float: left;
	width: 48%;
	border: 1px solid #92cef2;
	border-radius: 0.8rem;
	padding: 0.8rem 1%;
	margin: 0 1%;
}

@media (max-width: 767px){
	.boxLogreg{
		float: none;
		width: 98%;
		margin: 2rem 1%;
	}
}

/********************************************************/
/* 	(iscrizione.php)									*/
/********************************************************/
.errore{
	color: #ae0000;
	font-weight: bold;
}

/************************************************/
/* 				News							*/
/************************************************/
#newsCorpo{
	position: relative;
	float: left;
	width: 70%;
}

#newsLaterale{
	position: relative;
	float: right;
	width: 27%;
}

.news{
	position: relative; 
	margin-bottom: 2.0rem;
}

.news a, .news a:hover{
	color: #5e5e5e;
	text-decoration: none;
	width: 100%;
}

.newsTitolo{
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #5e5e5e;
	text-align:left;
}

span.newsData {
	font-size: 1.2rem;
	font-style:italic;
	color: #aeafb1;
	font-weight: normal;
}

.newsCorpo{
	position:relative;
	padding-bottom: 0.4rem;
	border-bottom: 1px solid #aeafb1;
}

.newsImmagine{
	position: relative;
	width: 100%;
	min-height: 0rem;
	margin-bottom: 0.8rem;
}

.newsImmagine img{
	position: relative;
	width: 100%;
}

.aperta{
	display: block;
}

.chiusa{
	display: none;
}

#catLaterale{
	position: relative;
	margin-top: 0rem;
}

#catLaterale ul{
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0 auto; 
	padding: 0px;
	list-style-type: none;
	font-size: 1.6rem;
	font-weight: bold;
}

#catLaterale li{
	position: relative;
	width: 100%;
}

#catLaterale li a{
	color: #92cef2;
	text-decoration: none;
	display: block;
	padding: 0.3rem 0rem;
}

#catLaterale li a:hover{
	color: #92cef2;
	text-decoration: underline;
}

@media (max-width: 767px) {
	#newsCorpo, #newsLaterale{
		position: relative;
		float: none;
		width: 100%;
	}
	
	#catLaterale{
		border-top: 1px solid #92cef2;
		margin-top: 1.0rem;
	}
}

/************************************************/
/* 				Tabelle responsive				*/
/************************************************/
.rigaIntestazione{
	position: relative;
	width: 100%;
	background: #f8f8f8;
	border-bottom: 0.1rem solid #92cef2;
	padding: 0.8rem 0;
	font-weight: bold;
	background: #ffffff;
}

.riga, .rigaServizio{
	position: relative;
	width: 100%;
	border-bottom: 0.1rem solid #92cef2;
	border-bottom: 0.1rem solid #cccccc;
	padding: 0.4rem 0;
	background: #ffffff;
}

.rigaServizio{
	border-bottom: 0.1rem solid #92cef2;
}

.box{
	float:left;
	padding: 0.4rem 1%;
	/*border: 0.1rem solid red;*/
}

.box .fa{
	margin: 0 0.4rem;
	padding: 0;
	color: #92cef2;
	cursor: pointer;
}

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

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

.box-border-bottom{
	border-bottom: 0.1rem solid #ededed;
}

.box-border-top{
	border-top: 0.1rem solid #ededed;
}
 
.box i{
	margin: 0 0.4rem;
	padding: 0;
	color: #92cef2;
	cursor: pointer;
	font-size: 2.8rem;
}

.box .tasto{
	margin: 0 1%;
	padding: 0.4rem 5%
}

.box .tasto i{
	color: #ffffff;
	font-weight: normal;
	font-size: 1.2rem;
}

span.boxVoce{
	font-size: 1rem;
}

.box5{
	width: 5%;
}

.box10{
	width: 10%;
}

.box15{
	width: 15%;
}

.box20{
	width: 20%;
}

.box25{
	width: 25%;
}

.box30{
	width: 30%;
}

.box35{
	width: 35%;
}

.box40{
	width: 40%;
}

.box45{
	width: 45%;
}

.box50{
	width: 50%;
}

.box60{
	width: 60%;
}

.box70{
	width: 70%;
}

.box80{
	width: 80%;
}

.box95{
	width: 95%;
}

.box100{
	width: 100%;
}

@media (max-width: 767px) {
	.riga, .rigaServizio{
		position: relative;
		width: 100%;
		border: 0.1rem solid #cccccc;
		padding: 0;
		margin-top: 2rem;
	}
	
	.rigaServizio{
		margin-top: 0rem;
		border-top: 0;
	}
}