/* Ultrwide (2560*1080) */
@media screen and (max-width: 2560px) {
	
}
/* Full HD (1920*1080) */
@media screen and (max-width: 1920px) {
	
}
@media screen and (max-width: 1919px) {
	
}
@media screen and (max-width: 1700px) {
	
}
/* Laptop HiDPI (1440*900) */
@media screen and (max-width: 1440px) {
	
}
/* Laptop MDPI (1280*800) */
@media screen and (max-width: 1280px) {
	.rdsppc-cart-layout {
		padding: 25px 25px;
	}
	.rdsppc-page-container {
		padding: 25px;
	}
}