input[type="submit"],
input[type="button"] {
	background-color: black;
	color: white;
	border: none;
	padding: 8px 20px;
	cursor: pointer;

}

input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #9E131B;
}


input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
	width: 370px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select,
textarea {
	padding: 2px 5px;
	line-height: 21px;
	margin: 2px 0;

    border-radius: 0 !important;
    border: 1px solid #808080;
    border-width: 1px;
    font-size: 15px;
    color: #808080;
}


#cs_opz{
	margin-left:5px;
}

textarea {
	padding: 6px;
	width: 370px;
	height: 80px;
}

.scheda-contatti {
	margin: 40px 0;
}

.scheda-contatti input[type="text"],
.scheda-contatti input[type="password"],
.scheda-contatti input[type="email"],
.scheda-contatti select,
.scheda-contatti textarea {
	width: 230px;
	min-width: auto;
}

textarea#info {
	display:none;
	visibility: hidden;
}

.alert-warning {
	margin: 10px 0;
	padding: 10px;
	width: 370px;
	background: rgb(242,222,222);
	border: 1px solid rgb(235,204,209);
}

.hide {
	display:none;
}

input[type="text"].qt,
#qtCarrello {
	width: 60px;
}

select {
background: white url(../images/select.png) no-repeat right center;
/*
2020 nome banca sborda
width: 268px;
*/
padding: 0 10px;
font-size: 16px;
line-height: 1;
border: 0;
border-radius: 0;
height: 34px;
-webkit-appearance: none;
border: 1px solid silver;

}
/* FORM */

.form-content {
	margin-left: 150px;
	margin-top: 80px;
}

/* TABELLE */
form.carrello {
margin-top: 24px;
}

thead {
	background-color: #eee;
}

td, th {
	padding: 10px;
	vertical-align: middle;
}

tbody tr {
	background-color: #e1e1e1;
	border-bottom: 1px solid silver;

}
tbody tr:nth-child(2n+0) {
	background-color: #eee;
}

.cart-opzioni UL{
	padding-left:21px;
}

.cart-opzione, .cart-opzione-custom {
	font-size: 11px;
	/*display: block;*/
	/*padding-left: 8px;*/
	margin-bottom: 2px;
	padding-bottom: 2px;
}
.cart-opzione-custom textarea {
	display:list-item;
	width:100%;
	font-size: 13px;
}

.cart-opzione:first-child {
	margin-top: 5px;
}


.sezione-totale {
	display: inline-block;
	width: 100%;
}

#Note {
	width: 100%;
	resize:none;
	box-sizing: border-box;
}

.barra-pulsanti {
	margin-top: 10px;
	margin-bottom: 20px;
}

#Destinazione {
	margin-bottom: 20px;
}

#Banca {
	margin-bottom: 20px;
}

#bancaTable input {
	text-transform:uppercase;
}

/* LOGIN */

.login-item {
	background: url(../images/b-shadow.png) no-repeat -6px bottom;
	display: inline-block;
	margin: 5px;
	float: left;
	box-sizing: border-box;
	padding-bottom: 32px;
	background-size: 100%;
	margin-bottom: -15px;

}

.login-item i {
	margin-right: 10px;
}

.login-item a{
	background-color: white;
	padding: 17px;
	width: 316px;
	height: 30px;
	display: block;
	text-decoration: none;
	color: black;
	font-size: 18px;
	text-transform: uppercase;
}

/* CARRELLO */

.cart-sidebar {
	box-sizing: border-box;
	margin-bottom: 10px;

}

.cart-titolo {
	background-color: black;
	padding: 5px 10px;
	margin-bottom: 10px;

}

.cart-titolo i {
	float: right;
	font-size: 22px;
	color: white;
}

.cart-number{
	padding: 10px;
	margin-bottom: 10px;
	cursor: pointer;

}

.cart-number:hover{
	color: green;
}

.cart-totale {
	border-top: 1px solid black;
	text-align: right;
	padding-top: 10px;
	color: black;
	padding: 10px;
}

.cart-totale > span {
	float: left;
}

/* MESSAGGIO CARRELLO */

#messaggio {
font-size: 30px;
text-align: center;
margin-top: 30px;
color: green;
}