#cart-container {
	position: absolute;
	background: #fff;
	z-index: 100;
	min-width: 240px;
	right: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba( 0,0,0,.5 );
	padding: 0;
	display: none;
	color: #000;
	overflow: hidden;
}
.fancybox-iframe.del {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: middle;
	background-color: #f4e00b;
		text-align: center;
	border: 1px solid #000;
	padding:  3px;
	border-radius: 3px;
}
.del .fa {
	color: #000;
	font-size:  14px;
	margin: 0;
	padding:  0;
}
.del:hover {
	background: #ccc;
}
.del:hover .fa {
	color: #fff;
}
.nowrap, .nowrap a {
	white-space: nowrap!important;
}
input.quantity, .quantity {
	text-align: right!important;
}
	.cart-preview-container h2.titolo {
		font-size: 16px;
		color: #000;
		background: #f4e00b;
		margin: 0;
		padding: 0;
		text-transform: none;
		padding: 5px 10px 0 10px;
		font-weight: bold;
		border-bottom: 1px solid #000;
		font-size: 14px;
	}
	.cart-preview {
		width: 100%;
	}
	.cart-preview th {
		padding: 3px 5px;
		font-size: 14px;
	}
	.cart-preview td {
		padding: 5px;
		border-bottom: 1px solid #c6c6c6;
	}
	.cart-preview tr:nth-child(even) td {background: #f5f4f3!important;}
	.cart-preview tr:nth-child(odd) td {background: #FFF!important;}
	.cart-preview thead th {
		background: #878787;
		color: #fff;
		border-left: 1px solid #FFF;
	}
	.cart-preview tbody td {
		border-left: 1px solid #878787
	}
	.cart-preview thead th:first-child, .cart-preview tbody td:first-child {
		border-left:none;
	}
	
	.cart-preview .cart-img {
		display: inline-block;
		width: 50px;
		vertical-align: top;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.cart-preview img {
		display: block;
		width: 100%;
		height: auto;
		border: 1px solid #ccc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.cart-preview td .txt {
		display: inline-block;
		vertical-align: top;
		padding: 0;
	}
	.cart-preview td .txt a {
		margin: 0;
		padding: 0;
	}
	.cart-preview td .txt a {
		margin: 0!important;
		padding: 0!important;
	}
	.cart-preview th.center, .cart-preview td.center {
		text-align: center;
	}
	.cart-preview-container a.vedi-tutti {
		padding: 0!important;
		margin: 0 0 0 10px!important;
		display: inline;
	}