
/********************************************************/
/* 		Area riservata (lib_utenti.php)					*/
/********************************************************/
#areaRiservata ul{
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	z-index: 100;
}

#areaRiservata li{
	position: relative;
	float: right;
	top: 0px;
	left: 0px;
	padding: 0rem 1.0rem; 
	line-height: 2.0rem;
}

#areaRiservata li a{	
	display: block;
	text-decoration: none;
	padding: 0.5rem 0px 0.5rem 0px; 
}

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

#areaRiservata img{
	width: 2.0rem;
	height: 20.rem;
	float: right;
}

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

/* contenuto carrello */
#carrelloDett{
	margin-top: 1.0rem;
}

#carrelloDett table {
    border-collapse: collapse;
}

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

#carrelloDett th, td{
    border-bottom: 1px solid #585854;
	padding: 0.5rem 0rem 0.2rem 0rem;
}

.primaRiga{
	border-color: #d8cec0;
}

.inputQuantit{
	float: left;
	border: 1px solid #878785;
	border-radius: 0.1rem;
	text-align: center;
	padding: 0.4rem 0rem;
	margin: 0;
}

.modificaQuantit{
	float: left;
	margin: 0rem 0.5rem 0rem 0.5rem;
	padding: 0;
	border: 0;
	background: #fbfbf8;
	height: 2.7rem;
	width: 2.7rem;
	color: #12aec5;
	cursor: pointer;
	-webkit-appearance: none;
}

.deleteCarrello img{
	width: 2.4rem;
	height: 2.4rem;
	border: 0;
	margin: 0rem 0.6rem 0rem 0rem;
}

.imgCarrello img{
	border: 0;
	margin: 0rem 0.6rem 0rem 0rem;
}

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

#buonoDescrizione{
	position: relative;
	width: 100%;
	padding: 1rem 1%;
	text-align: right;
	color: #12aec5;
}

#buonoCarrello{
	position: relative;
	padding: 2rem 1%;
}

#buonoCarrello form input[type="text"]{
	position: relative;
	float: right;
	width: 20%;
	margin: 0 2% 0 0;
}

#buonoCarrello form input[type="submit"]{
	position: relative;
	float:right;
	width: 10%;
	margin: 0rem 0%;
	padding: 0.4rem 0;
	border: 0.1rem solid #12aec5;
	border-radius: 0.1rem;
	background: #12aec5;
	color: #fbfbf8;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
}

@media (max-width: 767px) {
	#buonoCarrello form input[type="text"]{
		width: 78%;
	}

	#buonoCarrello form input[type="submit"]{
		width: 20%;
	}
}

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

#speseSpedizione a, #speseSpedizione a:hover{
	font-weight: bold;
	font-size: 1.4rem;
	text-decoration: none;
}

.selectRegione form select{
	float: right; 
	width: auto;
}

.speseTotCarrello{
	float: right;
	border-bottom: 1px solid #444444;
	margin: 0rem 0rem 0.4rem 0rem;
	padding: 0.3rem 0rem;
	font-size: 1.4rem;
}

@media (max-width: 767px) {
	.hiddenMobColonna{
		display: none;
	}
	
	.inputQuantit{
		width: 2.0rem;
	}
}

/*
img tasti
-carrCompleta.png
-carrSvuota.png
*/
#tastiCarrello{
	position: relative;
	width: 100%;
	margin-top: 2.0rem;
}

.tastoRight{
	float: right;
	margin: 0.5rem;
	border: 1px solid #12aec5;
	background: #12aec5;
	border-radius: 0.1rem;
	line-height: 2.2rem;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	transition: background 0.4s;
	width: auto;
}

.tastoLeft{
	float: left;
	margin: 0.5rem;
	border: 1px solid #12aec5;
	background: #12aec5;
	border-radius: 0.1rem;
	line-height: 2.2rem;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	transition: background 0.4s;
	width: auto;
}

.tastoLeft:hover, .tastoRight:hover{
	border: 1px solid #50bfdc;
	background: #50bfdc;
}

.tastoLeft a, .tastoRight a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 0.3rem 0.6rem;
	display: block;
}

.tastoLeft a:hover, .tastoRight a:hover{
	color: #ffffff;
	text-decoration: none;
}

.tasto100{
	position: relative;
	padding: 0.8rem 0;
	border-radius: 0.2rem;
	border: 0.1rem solid #12aec5;
	background: #50bfdc;
	margin: 1rem 0;
	transition: background 0.4s;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
}

.tasto100:hover{
	color: #ffffff;
	background: #12aec5;
}

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

/*-> boxProdotto()*/
.elenco{
	position: relative;
	display: inline-block;
	width: 28%;
	margin: 2rem 2.5%;
	border: 0.1rem solid #e3e3dd;
	border-radius: 0.1rem;
	background: #ffffff;
	text-align: center;
}

.elenco:hover{
	box-shadow: 0rem 0rem 0.6rem #878785;
}

.elencoContainerImg{
	position:relative;
	overflow: hidden;
}

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

.elencoImg{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 100;
}

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

.elencoNome{
	position: relative;
	width: 100%;
	min-height: 11rem;
	padding: 0.6rem 2% 0.4rem 2%;
	text-align: center;
}

.elencoNome a{
	color: #585854;
}

.elencoNome a:hover{
	color: #12aec5;
}

span.prodottoQnt{
	font-weight: 600;
	color: #d4145a;
}

.elencoBollino{
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	background: #d4145a;
	color: #fbfbf8;
	font-weight: 700;
	font-size: 1.6rem;
	z-index: 200;
	width: 6rem;
	height: 6rem;
	border-radius: 10rem;
	padding: 2rem 0;
	text-align: center;
}

.elencoSpedizione{
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: #fbfbf8;
	border: 0.2rem solid #d4145a;
	color: #d4145a;
	font-weight: 400;
	font-size: 1.2rem;
	z-index: 200;
	width: 6rem;
	height: 6rem;
	border-radius: 10rem;
	padding: 2rem 0;
	text-align: center;
	line-height: 1.0rem;
}

span.spedizione{
	font-size: 0.8rem;
}

.elencoSconto{
	display: inline-block;
	width: 49%;
	font-size: 1.8rem;
	text-decoration: line-through;
	color: #878785;
	font-weight: 600;
	padding-bottom: 0.8rem;
}

.elencoPrezzo{
	display: inline-block;
	width: 49%;
	color: #12aec5;
	font-size: 1.8rem;
	font-weight: 700;
	padding-bottom: 0.8rem;
}

.elencoComposti{
	position: relative;
	width: 100%;
	margin: 0rem 0 0.4rem 0;
	color: #878785;
	font-weight: 400;
	font-size: 1.2rem;
	text-align: center;
	/*text-transform: uppercase;*/
	min-height: 4.2rem;
}

.elencoComposti a{
	color: #d4145a;
}

.elencoComposti a:hover{
	color: #e85276;
}

.elencoAggiungi{
	display: inline-block;
	width: 50%;
	color: #fbfbf8;
	text-align: center;
	padding:0;
	margin: 0rem 0% 0.8rem 0;
	line-height: 2rem;
	cursor: pointer;
	min-height: 2.8rem;
}

.elencoAggiungi form input[type="submit"]{
	background-image: url('../ico/lgEasyBianco.png');
	background-position: 4% 50%;
	background-repeat: no-repeat;
	background-color: #12aec5;
	position: relative;
	float:none;
	width: 100%;
	margin: 0;
	padding:0.4rem 10%;
	border: 0;
	border-radius: 0;
	color: #fbfbf8;
	font-weight: 400;
	cursor: pointer;
	text-align: right;
	transition: background-color 0.2s, background-position 0.2s;
}

.elencoAggiungi form input[type="submit"]:hover{
	background-color: #50bfdc;
	background-position: 12% 50%;
}

.elencoAggiungi img{
	float: left;
	width: 2rem;
	border: 0;
}

@media (max-width: 480px){
	.elenco{
		position:relative;
		float: left;
		width: 90%;
		margin: 2rem 5%;
	}
	
	.elencoPrezzo{
		position: relative;
		float: none;
		width: 90%;
		color: #12aec5;
		margin: 0.4rem 5%;
	}

	.elencoAggiungi{
		position: relative;
		float: none;
		width: 90%;
		margin: 0.4rem 5%;
	}
	
	.elencoAggiungi form input[type="submit"]{
		padding: 0.8rem 10%;
	}
}

/*-> boxProdotto()*/
#navBar{
	position: relative;
	width: 100%;
	padding: 2rem 0;
}

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

.barraDietro{
	float: left;
	background: #12aec5;
	margin-right: 1.0rem;
	border-radius: 0.3rem;
	overflow: hidden;
	padding: 0.2rem 0.4rem;
	color: #ffffff;
}

.barraAvanti{
	float: left;
	background: #12aec5;
	margin-left: 1.0rem;
	border-radius: 0.3rem;
	overflow: hidden;
	padding: 0.2rem 0.4rem;
	color: #ffffff;
}

.barraDietro a, .barraAvanti a{
	color: #ffffff;
}

.barraAvanti:hover, .barraDietro:hover{
	background: #50bfdc;
}

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

#dettaglioImmagine{
	position: relative;
	float: left;
	width: 54%;
}

#dettaglioImmagine img{
	width: 100%;
}

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

.dettaglioSpedizione{
	position:relative;
	width: 100%;
	padding: 0 0 1rem 0;
	margin: 0;
	color: #d4145a;
	font-weight: 700;
}

.dettaglioSconto{
	position:relative;
	width: 100%;
	padding: 0 0 1rem 0;
	margin: 0 0 1rem 0;
	color: #878785;
}

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

.dettaglioInfo{
	position:relative;
	width: 100%;
	padding: 0 0 2rem 0;
	margin: 0 0 2rem 0;
	border-bottom: 0.4rem solid #e3e3dd;
}

.dettaglioNome{
	font-size: 1.8rem;
	font-weight: normal;
}

span.dettaglioPrezzo{
	color: #12aec5;
	font-weight: bold;
	font-size: 2rem;
}

span.dettaglioIva {
	font-size: 1.4rem;
	font-weight: normal;
}

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

#dettaglioAcquista form input[type="text"]{
	float: left;
	width: 20%;
	text-align: center;
}

#dettaglioAcquista form input[type="submit"]{
	float: right;
	display: inline-block;
	padding: 0.5rem 0.8rem;
	margin: 0;
	border: 0.1rem solid #12aec5;
	border-radius: 0.1rem;
	background: #12aec5;
	color: #fbfbf8;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.2s;
	width: 60%;
}

#dettaglioAcquista form input[type="submit"]:hover{
	background: #50bfdc;
}

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

#multipli{
	position:relative;
	width: 100%;
	margin: 0 0 0rem 0;
	border-top: 0.4rem solid #e3e3dd;
	font-size: 1.4rem;
	padding: 1rem 0;
}

#dettaglioDescrizioneSx{
	position:relative;
	float: left;
	width: 54%;
	margin: 2rem 0;
}

#dettaglioDescrizioneDx{
	position:relative;
	float: right;
	width: 42%;
	margin: 2rem 0;
}

.dettaglioTitoloDescr{
	position:relative;
	font-weight: 700;
	font-size: 1.4rem;
	padding: 0 0 0.4rem 0;
}

.dettaglioInfo2{
	position:relative;
	width: 100%;
	margin: 0 0 2rem 0;
	border-top: 0.4rem solid #e3e3dd;
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 2rem 0;
}

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

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

@media (max-width: 767px) {
	#dettaglioDescrizioneSx, #dettaglioDescrizioneDx{
		float: none;
		width: 100%;
		margin: 2rem 0;
	}
}

/***************************************/
.multipli{
	position: relative;
	float: left;
	width: 23%;
	margin: 1rem 1%;
	text-align: center;
	border: 0.1rem solid #878785;
	padding: 0.6rem 2%;
	cursor: pointer;
}

.multipliElenco{
	position: relative;
	float: left;
	width: 30%;
	margin: 0.2rem 1.5%;
	text-align: center;
	border: 0.1rem solid #e3e3dd;
	padding: 0.3rem 1%;
	cursor: pointer;
	line-height: 1.4rem;
}

.multipliElenco:hover{
	border: 0.1rem solid #12aec5;
}

a .multipli{
	color: #878785;
}

a:hover .multipli{
	color: #12aec5;
}

.multipli:hover{
	border: 0.1rem solid #12aec5;
}

span.multiploQnt{
	color: #12aec5;
	font-size: 1.8rem;
	font-weight: 700;
}

span.multiploQntElenco{
	color: #d4145a;
	font-size: 1.2rem;
	font-weight: 400;
}

span.multiploPrezzoElenco{
	color: #12aec5;
	font-size: 1.2rem;
	font-weight: 700;
}

span.multiploCad{
	font-size: 1.2rem;
}

span.multiploSpedizione{
	color: #d4145a;
}

@media (max-width: 767px) {
	.multipli{
		width: 46%;
		margin: 1rem 2%;
	}
}

/***************************************/
#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: #d8cec0;
	border-radius: 0.3rem;
	overflow: hidden;
}

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

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

#boxSottocategorieMarca li:hover{
	background: #cccccc;
}

@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: 100%;
	margin: 0 0 2rem 0;
	padding: 0.5rem 2%;
	border: 0.4rem solid #e3e3dd;
	line-height: 2.0rem;
	text-align: left;
	background: #fbfbf8;
}

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

.elencoConsigliatiNome{
	float: right;
	width: 58%;
	color: #{grigio4};
}

.elencoConsigliatiNome a{
	color: #585854;
}

.elencoConsigliatiNome a:hover{
	color: #12aec5;
}

.elencoConsigliatiSconto{
	position: relative;
	width: 100%;
	padding: 0 2% 0.4rem 2%;
	font-weight: 400;
	font-size: 1.3rem;
	color: #585854;
}

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

.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 #444444;
	padding: 0rem 2% 1rem 2%;
	margin-top: 2.0rem;
}

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

.selectIndirizzi{
	float: left; 
	margin: 0.5rem;
	padding: 0.2rem 0.4rem;
	border: 1px solid #444444;
	border-radius: 0.4rem;
}

.inputIndirizzi{
	margin: 0rem 0.5rem;
	padding: 0.2rem 0.4rem;
	border: 1px solid #444444;
	border-radius: 0.4rem;
}

.riepilogoBox{
	float: left;
	width: 43%;
	margin: 0rem 3% 1.0rem 3%;
}

#_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 #444444;
	padding: 0.5rem 0rem 0.2rem 0rem;
}

#elencoIndirizzi th{
    text-align: center;
}

@media (max-width: 767px) {
	.riepilogoBox{
		float: none;
		width: 100%;
	}
	
	.categoriaDatiBox30, .categoriaDatiBox50, .categoriaDatiSx, .categoriaDatiDx{
		position: relative;
		float: none;
		width: 98%;
		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 #444444;
	padding: 0.5rem 0rem 0.2rem 0rem;
}

#listaOrdini th{
    text-align: center;
}

.pagaOra{
	color: #12aec5;
	cursor: pointer;
	font-weight: 600;
	display: inline-block;
}

/********************************************************/
/* 	(login.php) 										*/
/* 	(iscrizione.php) 									*/
/********************************************************/
.larghezzaForm{
	position: relative;
	float: left;
	width: 50%;
}

.inputLogin{
	width: 93%;
	margin: 0rem 2%;
	padding: 0.2rem 1%;
	border: 1px solid #444444;
	border-radius: 0.4rem;
}

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

@media (max-width: 767px) {
	.inputLogin{
		width: 93%;
		margin: 0rem 2%;
		padding: 0.2rem 1%;
		border: 1px solid #444444;
		border-radius: 0.4rem;
	}

	.login{
		position: relative;
		width: 90%;
		border: 1px solid #444444;
		border-radius: 0.8rem;
		padding: 0.8rem 5%;
	}
	
	.larghezzaForm{
		position: relative;
		float: none;
		width: 100%;
	}
}

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

@media (max-width: 767px) {
	.boxLogreg{
		position: relative;
		float: none;
		width: 100%;
		margin: 2rem 0%;
	}
}

/********************************************************/
/* 	(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;
	font-family: 'Open Sans Condensed', sans-serif; 
}

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: #444444;
	text-decoration: none;
	display: block;
	padding: 0.3rem 0rem;
}

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

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

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

.riga{
	position: relative;
	width: 100%;
	border-bottom: 0.1rem solid #cccccc;
	padding: 0.4rem 0;
}

.box{
	float:left;
	padding: 0.4rem 1%;
}

.box .fa{
	margin: 0 0.4rem;
	padding: 0;
	color: #12aec5;
	cursor: pointer;
	font-size: 1.8rem;
}

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

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

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

.box5{
	width: 5%;
}

.box10{
	width: 10%;
}

.box15{
	width: 15%;
}

.box20{
	width: 20%;
}

.box25{
	width: 25%;
}

.box30{
	width: 30%;
}

.box35{
	width: 35%;
}

.box40{
	width: 40%;
}

.box50{
	width: 50%;
}

.box60{
	width: 60%;
}

.box70{
	width: 70%;
}

.box80{
	width: 80%;
}

.box100{
	width: 100%;
}

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