@charset "utf-8";
/* CSS Document */
@media (min-width:480px) {
	.carrello .acquisti .thumb {
		width: 102px;
	}
	.carrello .elimina {
		width: 90px;
		background-image: none;
		text-align: center;
	}
	.carrello .elimina span {
		display: block;
		font-size: 14px;
		padding: 12px 6px;
	}
	.carrello .proDet {
		padding: 6px 6px 6px 102px;
	}
	.carrello .gestione .totBuy {
		margin-top: 0.75em;
	}
	.carrello .aggiorna {
		background-position: right center;
	}
}
@media (min-width:320px) and (max-width:479px) {
	.carrello .acquisti .thumb {
		width: 102px;
	}
	.totText {
		font-size: 20px;
		padding-top: 8px;
	}
	.carrello .elimina {
		width: 90px;
		background-image: none;
		text-align: center;
	}
	.carrello .elimina span {
		display: block;
		font-size: 14px;
		padding: 12px 6px;
	}
	.carrello .proDet {
		padding: 6px 6px 6px 102px;
	}
	.carrello .gestione .totBuy {
		margin-top: 0.75em;
	}
	.carrello .aggiorna span {
		 position: relative;
		 visibility: hidden;
		 width: 0px;
		 padding: 0!important;
		 text-indent: -9999px;
		 overflow: hidden;
	}
	.carrello .aggiorna {
		background-position: center;
	}
}
@media (min-width:320px) {
	.totPay {
		font-size: 32px;
		padding-top: 7px;
		padding-left: 12px;
		font-weight: bold;
	}
	.totPay span {
		font-size: 0.75em;
	}
	.totText {
		position: relative;
		font-weight: bold;
		height: 50px;
		max-width: 90px;
		text-align: right;
		font-size: 20px;
		padding-top: 8px;
	}
	.totText span {
		position: absolute;
		bottom: 10px;
		right: 0;
		display: block;
		font-weight: normal;
		font-size: 0.5em;
	}
}
@media (max-width:319px) {
	.carrello .acquisti .thumb {
		width: 56px;
	}
	.totPay {
		font-size: 25px;
		padding-top: 18px;
		text-align: right;
		font-weight: bold;
	}
	.totText {
		position: absolute;
		top: 0px;
		right: 6px;
		font-size: 12px;
		text-transform: uppercase;
		padding-top: 6px;
	}
	.totText span {
		font-size: 10px;
	}
	.carrello .elimina {
		height: 42px;
		width: 42px;
		background-image: url(../IMG/trashB.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 40px 40px;
	}
	.carrello .elimina span {
		 position: absolute;
		 visibility: hidden;
		 width: 0px;
		 height: 0px;
		 padding: 0!important;
		 overflow: hidden;
	}
	.carrello .proDet {
		padding: 6px 6px 6px 62px;
	}
	.carrello .gestione .totBuy {
		margin-top: 0.75em;
	}
	.carrello .aggiorna span {
		 position: relative;
		 visibility: hidden;
		 width: 0px;
		 padding: 0!important;
		 text-indent: -9999px;
		 overflow: hidden;
	}
	.carrello .aggiorna {
		background-position: center;
	}
}
/* TOPPER */
.totPay, .totText {
	float: right;
}
.totText span {
	white-space: nowrap;
}
/*.totPay {
	font-size: 32px;
	padding-top: 7px;
	padding-left: 12px;
	font-weight: bold;
}
.totPay span {
	font-size: 0.75em;
}
.totText {
	position: relative;
	font-weight: bold;
	height: 50px;
	max-width: 90px;
	text-align: right;
	font-size: 20px;
	padding-top: 8px;
}
.totText span {
	position: absolute;
	bottom: 10px;
	right: 0;
	display: block;
	font-weight: normal;
	font-size: 0.5em;
}*/

/* CARRELLO */
.carrello .acquisti {
	padding-top: 56px;
}
.carrello .acquisti .proElem {
	width: 100%;
	margin : 12px 0 12px 0;
	background-color: #fff;
	border: 1px solid #EBEBEB;
}
.carrello .acquisti .proElem:first-child {
	margin-top: 0;
}
.carrello .acquisti .thumb {
	position: relative;
	float: left;
	padding: 6px;
	text-align: center;
	z-index: 2;
}
.carrello .thumb img {
	width: 100%;
	height: auto;
	display: block;
}
.carrello .proDet {
	position: relative;
	width: 100%;
}
.carrello .proElem header {
    word-wrap: break-word;
}
.carrello .titProd {
	font-size: 1em;
	font-weight: normal;
}
.carrello .titProd span {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}
.carrello .price {
	font-size: 1.25em;
}
.carrello .newPrice {
	display: inline;
	font-weight: bold;
}
.carrello .oldPrice {
	display: inline;
	font-size: 1em;
	text-decoration: line-through;
	color: #C1C1C1;
}
.carrello .gestione {
	padding-top: 16px;
}
.carrello .gestione .totBuy {
	font-size: 2em;
	text-align: right;
	font-weight: bold;
	margin-bottom: 6px;
}
.carrello .gestione .totBuy span {
	font-size: 0.75em;
}
.carrello .pezzi {
	float: right;
}
.carrello .pz {
	height: 42px;
	float: left;
	padding: 13px 6px;
	width: 5em;
	text-align: center;
	font-size: 14px;
	border: none;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}
.carrello .pz::-webkit-inner-spin-button, .carrello .pz::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.carrello .aggiorna {
	height: 42px;
	float: right;
	display: block;
	padding: 13px 44px 13px 0;
	border: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	-moz-border-top-right-radius: 44px;
	-webkit-border-top-right-radius: 44px;
	-o-border-top-right-radius: 44px;
	border-top-right-radius: 44px;
	-moz-border-bottom-right-radius: 44px;
	-webkit-border-bottom-right-radius: 44px;
	-o-border-bottom-right-radius: 44px;
	border-bottom-right-radius: 44px;
	background-repeat: no-repeat;
	background-size: 37px 30px;
}
.carrello .aggiorna span {
	display: block;
	padding-left: 6px;
}
.carrello .elimina {
	position: absolute;
	bottom: 6px;
	left: 6px;
	background-color: transparent;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
.carrello .elimina:active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.carrello .acquisti .totale {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 44px;
	width: 100%;
}
.carrello .moduli {
	margin-top: 18px;
}