@media only screen and (min-device-width: 320px) and (max-device-width:
	480px) and (-webkit-min-device-pixel-ratio: 2) {
	.paymenttypes img {
		width: 50px;
	}
/*  	.offers {
		border: 1px solid #000;
		border-radius: 10px;
		padding-left: 10px;
		margin: 10px 0;
	} */
	#xsell_heading {
		font-size: 13px;
		font-weight: bold;
	}
	.productoffersspan .checkbox {
		padding-top: 0px;
	}
	#epochlogo {
		width: 100px;
	}
	#SecurePurchase {
		font-size: 22px;
	}
	.header {
		padding: 15px 0 10px 0;
	}
}

@media screen and (min-device-width: 1200px) and (max-device-width:
	1600px) and (-webkit-min-device-pixel-ratio: 1) {
	#xsell_heading {
		font-size: 20px;
	}
}

#SecurePurchase, #ProductDescriptionPanel p {
	text-align: left;
}

#epochlogo {
	float: left;
	margin-right: 17px;
}

#SinglePaytypeImagesPanel #epochlogo {
	display: none;
}