/* -- CARRELLO -- */
table td {
	font-size: 12px;
	text-align: center;
	padding: 14px 20px;
	border-bottom: solid 1px #e1e1e1 !important;
	vertical-align: top;
}

thead {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	text-transform: uppercase;
}

thead th {
	padding: 14px 20px;
}

th, th a {
	padding: 14px 20px;
	font-size: 13px;
	text-transform: uppercase;
}

.cart-page{
	padding: 26px;
	background: #ffffff;
	float: left;
}

.cart-page .table-box{
    max-width: 960px;
}

.cart-page .table-box table{
	margin-bottom: 0;
}

.cart-page .carousel-pager.one a{width: 18px;}
.cart-page .cart-table img{max-width: none; margin-top: -5px;}
.cart-page .cart-table{min-width: 918px;}
/*.cart-page .cart-table tr:last-child td{padding: 14px 0; border-left: none;}*/
.cart-page .cart-table tr:last-child td a{color: #000000; opacity: .7; text-decoration: none;}
.cart-page .cart-table tr:last-child td a:hover{opacity: .4;}
.cart-page .continue{text-align: left;}
.cart-page .continue a{background: url(/images/remove.png) no-repeat -4px 6px; padding-left: 10px; display: block;}
.cart-page .cart-table .update{text-align: right;}
.cart-page .cart-table th{white-space: nowrap;}
.cart-page .cart-table th,
.cart-page .cart-table td{border-left: solid 1px #e1e1e1; vertical-align: top;}
.cart-page .cart-table th:first-child,
.cart-page .cart-table td:first-child{border-left: none; padding-left: 0; width: 60px;}
.cart-page .cart-table td{padding: 25px 20px 20px;}
.cart-page .cart-table input[type="text"]{width: 30px; margin: -10px 0 0; text-align: center;}
.cart-page .cart-table .name{text-align: left; width: 300px;}
.cart-page .cart-table .name a{color: #222222; text-decoration: none;}
.cart-page .cart-table .name a:hover{text-decoration: underline;}
.cart-page .cart-table .edit{opacity: .7; padding-right: 15px;}


.cart-page .span4 {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 20px;
	background: #f3f3f3;
	width: 296px;
	height: auto;
	border: 1px solid #ddd;
	margin: 0 15px 0 0;
	float: left;
	background: #ffffff;
}

.cart-page .span4:first-child {
	width: 525px;
	margin-right: 97px;
}


.cart-page .span4:last-child {
	margin: 0;
}

.cart-page .span4 table td {
	border: none;
	padding: 0 0 0 17px;
	text-align: right;
	font-size: 18px;
}

.cart-page .span4 table {
	float: right;
}

.cart-page .span4 label {
	font-size: 14px;
	margin-bottom: 5px;
	margin-right: 10px;
}

.cart-page .span4 select {
	border-radius: 0;
}

.cart-page .span4 table tr:first-child td {
	min-width: 70px;
}

.cart-page .span4 table tr td {
	width: auto;
}

.cart-page .span4 .btn {
	margin-top: 17px;
	margin-right: 0;
	clear: both;
	background: #e5d15c;
	padding: 8px 27px;
	color: #0f2d50;
	font-size: 14px;
	font-weight: 700;
	border: none;
	border-radius: 0;
	float: right;
}

.cart-page .span4 .btn:hover {
	color: #0f2d50;
	background-color: #e5d15c;
}

.cart-page .span4 a {
	background: none;
	padding-right: 15px;
	text-decoration: none;
}

/* Carrello Footer */
    .cart-page table{margin: -5px 0 0 0;}
    .cart-page table tr:last-child td b{font-size: 17px;}
    .cart-page table tr:last-child td {padding: 16px 0 17px 0;}
    .cart-page table tr:first-child td{font-size: 13px; width: 60px;}
    .cart-page table tr td:first-child{color: #444444;}
    .cart-page table tr td:last-child{width: 10px;}
    .cart-page .btn-link{display: block; padding: 21px 0 5px 0;}
    .cart-page p{font-size: 12px; color: #707070; margin-bottom: 13px;}
    .cart-page .select{width: 224px;}
    .cart-page .select + .dropdown ul{width: 268px;}
    .cart-page input[type="text"]{width: 244px;}
    .cart-page .btn{margin-top: 17px; margin-right: 0;}
    /* Fine Carrello Footer */

.close {
	width: 9px;
	height: 9px;
	display: inline-block;
	background-image: url(/images/remove.png)!important;
	background-repeat: no-repeat;
	text-decoration: none;
	opacity: 1;
	float: none;
	text-indent: -9999px;
}

.errore_carrello {
	
}

.carrello_destinazione {
	background: #ffffff;
	padding: 15px;
	width: 940px;
	margin-top: 20px;
	box-shadow: 1px -5px 15px rgba(0, 0, 0, 0.13);
}

.carrello_destinazione > h2 {
	font-weight: 700;
	color: #7aa71d;
	text-align: center;
	font-size: 27px;
	text-transform: uppercase;
	line-height: 30px;
}

.carrello-destinazione {
	margin-top: 26px;
}

.carrello-form {
	border: solid 1px #cccccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #ffffff;
	padding: 24px;
	margin-right: 30px;
	width: 455px;
}

.carrello-form:last-child {
	margin-right: 0;
}

/* -- --------------- -- */

.icon_carrello {
	width: 20px;
	height: 20px;
	line-height: 14px;
	background-image: url(/immagini/ico_carrello.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
}
/* -- FINE CARRELLO -- */