.greyRowLayout{
	background: white;
	z-index: -1;
}

.rowHaiCercato{
	background: #eee;
	margin-left:-30%;
	padding-left:30%;
	padding-right: 30%;
/* 	padding-top: 20px; */
	padding-bottom: 20px;
}

@media (min-width: 980px) {
	.text-right-no-mobile{
		text-align: right;
	}
	
	.paddingLeft20{
		padding-left: 20px
	}
}

.font18{
	font-size: 18px
}

.container-detail{
	background: white;
    border: 1px solid #000;
    box-shadow: 0 0 1px #acb4b9;
    -webkit-box-shadow: 0 0 1px #acb4b9;
    -moz-box-shadow: 0 0 1px #acb4b9;
    height: auto;
    border-radius: 5px;
}


.rowItemCart{
	padding-top: 15px;
    padding-bottom: 15px;
	border-bottom: 2px solid #ddd
}

.rowEmpty{
	padding-top: 10px;
    padding-bottom: 15px;
}
@media(min-width:979px) {
	.aui h2 {
		font-size: 36px;
	}
}

@media(max-width:979px) {
	.denom{
		float:left;
		padding-bottom: 10px;
	}
	
	.spanHaiCercato h2{
		line-height: 20px !important
	}
	
	.text-center-mobile{
		text-align:center
	}
	
	.spanPrezzo{
		margin-top: 5px
	}
	
	.bNomeDoc{
		font-size: 16px
	}
	
	.bCompanyName{
		color: #a9a9a9
	}
	
	.rowItemCart{
	    padding-bottom: 10px;
	}
	
	.rowEmpty{
		padding-bottom: 10px;
	}
	
	.spanHaiCercato h2{
		font-size: 22px !important
	}
	
	.rowHaiCercato{
		margin-top: 50px
	}
}

@media(max-width:767px) {
	.container-detail{
		border-left: transparent;
	    border-right: transparent;
    }
}

.h5NoMargin{
	margin-top:0px;
	margin-bottom: 0px;
}

.paddingTop5{
	padding-top: 5px !important;
}
.font16{
	font-size: 16px;
}

.color-white{
	color:white
}

.spanIntestCart{
	background: #EE2E24;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.spanIntestCartPay{
	padding-top: 10px;
    padding-bottom: 10px;
    background: #69747B;
    padding-left: 20px
}

.spanPay{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:30px;
}

.float-right{
	float: right !important
}

.rowTotal{
	border-bottom: 2px solid #ddd;
	padding-bottom: 10px
}

.container-pay{
	height: auto
}

.containerItemCart{
	padding:20px
}


.rowItemCart:first-child{
	padding-top: 10px;
}
.deleteItem{
	cursor: pointer;
}

.rowItemCart:last-child{
	border-bottom: transparent
}

.spanDeleteItem{
	margin-top: -5px
}

.portlet-breadcrumb{
	margin-top: 60px;
    position: absolute;
    z-index: 2;
    padding-left: 5px;
}

.btnPay:disabled {
	background-color: #E6E9F2 !important;
	background-image: none !important;
	color: #BFC2C9 !important;
}

.btnPay:disabled + b {
	color: #BFC2C9 !important;
}

.checkboxsendemail{
	display: none !important;	
}
.checkboxsendemail+span{
	content: url('../images/checbox_empty_red.svg');
}
.checkboxsendemail:checked+span{
	content: url('../images/checbox_checked_red.svg');
}