html,
	body{
		height: 100%;
	}
	#overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		filter:alpha(opacity=70);
		-moz-opacity:0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
		z-index: 100;
		display: none;
	}
	#back_home_link{
		text-align: center;
	}
	#carrello_pagamenti tr td:first-child{
		padding-right: 10px !important;
	}
	#carrello_pagamenti tr td:nth-child(2){
		text-transform: uppercase;
		padding-right: 20px;
	}
	#carrello_pagamenti td{
		font-size: 11pt;
		padding: 0 0 14px 0;
		line-height: 16pt;
	}
	#empty_cart img{
		margin: 20px auto;
		height:10%;
		width: auto;
		max-height: 450px;
	}
	#empty_cart{
		padding: 50px 0;
	}
	h1{
		padding: 0px;
		font-size: 20pt;
		line-height: 26pt;
	}
	h2{
		padding: 20px 0 10px 0;
	}
	h3{
		font-size: 14pt;
		padding: 20px 0px 10px 0px;
	}
	.articolo_resume{
		float: right;
		width: 75%;
	}
	.centered-align{
		text-align: center;
    }
	.centered-align > .dest{
		font-weight: bold;
    	padding: 10px;
    	border: solid 1px #000;
    	margin-top: 20px;
    	display: block;
	}
	form.centered-align{
		margin-bottom: 3%;
	}
	.content_t{
		margin-top: 20px;
	}
	.carrello_table{
		margin-left: 20px;
		background-color: #aaa;
	}
	.carrello_table tr:first-child td{
		border-bottom:solid 2px #fff;
	}
	.carrello_table tr:nth-child(2) td{
		padding-top:10px;
	}
	.carrello_table tr:last-child td{
		padding-bottom:20px;
	}
	.carrello_table *{
		color: #fff;
	}
	.carrello_table td{
		padding-left: 15px;
		padding-bottom: 5px;
	}
	.carrello_table p{
		font-size: 11pt;
		line-height: 18pt;
	}
	#ordine,
	#order_checkout {
		margin-bottom: 20px;
	}
	#ordine table tr td,
	#order_checkout table tr td{
		font-size: 12pt;
		vertical-align: baseline;
	}
	#ordine table tr td:first-child,
	#order_checkout table tr td:first-child{
		line-height: 18px;
		padding: 12px 3px 0 0;
	}
	#ordine input[type=text],
	#ordine select,
	#ordine textarea,
	#order_checkout input[type=text],
	#order_checkout select,
	#order_checkout textarea{
		height: 2rem;
		border: solid 1px #aaa;
    	width: 100%;
		margin: 5px 0;
		border-radius: 0px;
	}
	#order_checkout .btn_cart,
	#ordine input[type=button],
	#order_checkout input[type=button]{
		display: block;
		margin: 10px auto;
		padding: 10px 15px;
	}
	#riepilogo_articoli{
		margin: 10px 0;
		width:90%;
	}
	
	#riepilogo_articoli td:first-child{
		font-size:10pt; 
		line-height:12pt !important;
		padding-bottom:4px !important;
	}
	#riepilogo_articoli td{
		padding: 3px;
		border-bottom: dashed 1px orange;
	}
	#riepilogo_articoli .price,
	#riepilogo_articoli .del{
		font-size:12pt; 
		color: #999;
		font-weight: normal;
		line-height:18pt; 
		vertical-align:bottom;
	}
	#riepilogo_articoli .del i{
		font-size:12pt; 
	}
	#riepilogo_articoli .del a{
		color: orange;
	}
	#riepilogo_costi{
		background-color: #ddd;
		padding: 15px 10px 30px
	}
	#riepilogo_costi table td{
		vertical-align: bottom;
		font-size: 10pt;
		border-bottom: dashed 1px #999;
		padding-bottom:2px;
	}
	#riepilogo_costi table tr td:last-child{
		text-align:right;
		width: 50%;
	}
	
	.riga_sconto{
		background-color: yellow;
	}
	.riga_sconto td{
		padding: 10px !important;
	}
	#thank_you_container{
		font-size: 12pt;
		line-height: 18pt;
		background-color: #eee;
		padding: 20px 48px;
		display: inline-block;
	}
	#thank_you_container .col{
		width: 45%;
	    margin: 0 2%;
	    float: left;
	    clear: right;
	    height: 580px;
	}
	#thank_you_container p{
		margin-bottom: 2rem;
	}
	#thank_you_container h1{
		text-align: center;
		font-size: 40pt;
	}
	#thank_you_container h2{
		text-align: center;
	}
	#thank_you_container img{
		width: 60px;
		margin: 0 auto;
		display: block;
	}