/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#order-confirmation #zone_img_confirmation {
	margin: 0 !important;
}
#order-confirmation #content_confirmation {
	width: 100%;
}
#order-confirmation #content_confirmation > div {
	float: left;
}
#order-confirmation #content-wrapper .page-title {
	    font-size: 30px !important;
}
#checkout #gift-popup ul.gift-scroll-content li {
	float: left;
    margin-right: 25px;
}
#checkout #wrapper {
	padding-bottom: 0px !important;
}

.js-address-form .prefix_country {
	width: 5%;
	float: left;
	background-color: #eee;
    text-align: center;
}
.js-address-form .widthRed80 {
	width: 92.7% !important;
	float: left;
}
.padding-right-0 {
	padding-right: 0px;
}
#checkout .prefix_country {
	/*display: none;*/
}
#checkout .widthRed80 {
	width: 92.7% !important;
	float: left;
}
#checkout .col-md-8.padding-right-0 {
	padding-right: 15px;	
}

@media only screen and (min-width: 1200px){
	#order-confirmation #content-hook_payment_return {
		padding-left: 15px;
    	padding-top: 15px;
	}
	.js-address-form .prefix_country {
		line-height: 42px;
	}
}
