/* MANUFATTI */

#manufatti_carrello{
	max-width: 900px;
	width: auto;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
	overflow: hidden;
}
#manufatti_carrello h1{
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
}
#manufatti_carrello h2{
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}
#manufatti_carrello h3{
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
}
#manufatti_carrello p{
	line-height: 20px;
	margin: 10px 0px 0px 0px;
	text-align: justify;
}

/* CARRELO VUOTO */

#carrello_vuoto{ display: none; }
#carrello_vuoto a{
	margin: 20px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	background: #122646;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#carrello_vuoto a:hover{ background: #e97300; }
#carrello_vuoto_catalogo{ padding: 15px 0px 10px 0px; }

/* CARRELLO PIENO */

#carrello_pieno{ display: none; }

/* LISTA PRODOTTI */

#lista{ margin: 20px 0px 20px 0px; }
#lista table tr:nth-child(odd){ background: #f5f5f5; }
#lista table tr{ border-bottom: 1px solid #E1E1E1; }
#lista table tr.head{ background: #E1E1E1; border-bottom: none; font-weight: bold; }
#lista table tr.totals{ background: #fff; font-weight: bold; }
#lista table td{ padding: 10px; }
#lista table td.descrizione{ width: 100%; }
#lista table td.codice{ text-align: center; }
#lista table td.quantita{ text-align: center; }
#lista table td.prezzo{ text-align: right; }
#lista table td.totale{ text-align: right; }
#lista table td.rimuovi{ text-align: center; }
#lista table img{
	vertical-align: top;
	width: 14px;
	height: 14px;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
#lista table img:hover{
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
#lista table td a.diminuisci{ float: left; }
#lista table td a.aumenta{ float: right; }

/* PULSANTI */

#pulsanti button{
	border: none;
	height: 28px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	vertical-align: top;
	background: #122646;
	color: #fff;
	cursor: pointer;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#pulsanti button:hover{
	background: #e97300;
}
#pulsanti button.grigio{
	border: none;
	height: 28px;
	margin: 0px 0px 0px 5px;
	padding: 0px 15px 0px 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	vertical-align: top;
	background: #ccc;
	color: #666;
	cursor: pointer;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#pulsanti button.grigio:hover{
	background: #666;
	color: #fff;
}

/* ANAGRAFICA */

#anagrafica{
	overflow: hidden;
	clear: both;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	-webkit-column-fill: auto;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-moz-column-fill: auto;
	column-count: 2;
	column-gap: 20px;
	column-fill: auto;
}
#anagrafica p{
	overflow: hidden;
}
#anagrafica p label span{
	display: block;
}
#anagrafica p input{
	border: 1px solid #999;
	background: #f5f5f5;
	padding: 4px 10px 4px 10px;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 28px;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* ERRORE COMPILAZIONE */

#errori{
	display: none;
	font-weight: bold;
	color: #e97300;
}

/* ====================================================== RESPONSIVE */

@media only screen and (max-width: 920px){
	#manufatti_carrello{
		padding: 20px 20px 20px 20px;
	}
}

@media only screen and (max-width: 600px){
	#anagrafica{
		overflow: hidden;
		clear: both;
		-webkit-column-count: 1;
		-webkit-column-gap: 20px;
		-webkit-column-fill: 1;
		-moz-column-count: 1;
		-moz-column-gap: 20px;
		-moz-column-fill: 1;
		column-count: 1;
		column-gap: 20px;
		column-fill: 1;
	}
	#pulsanti button{
		display: block;
		clear: both;
		width: 100%;
	}
	#pulsanti button.grigio{
		margin: 10px 0px 0px 0px;
	}
}

@media only screen and (max-width: 480px){
	#lista table td{ padding: 5px; }
}

@media only screen and (max-width: 380px){
	#lista table td{ padding: 3px; }
	#lista table{ font-size: 11px; }
	#lista table img{
		width: 11px;
		height: 11px;
	}
}
