/*
Theme Name: Pixel Ranger Blank Theme
Description: Desktop screen resolutions: Ultrwide (2560*1080), Full HD (1920*1080), Laptop HiDPI (1440*900), Laptop MDPI (1280*800)
*/
/* 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) {
	
}
@media screen and (max-width: 1500px) {
	.header-menu-flex .header-menu-icons-container {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
		align-items: center !important;
	}
	.header-menu-icons-container .additional-primary-nav-menu-content {
		padding-top: 0px !important;
	}
	.woocommerce-account .page-container.container {
		width: 100%;
		max-width: calc(100% - 200px);
	}
}
/* Laptop HiDPI (1440*900) */
@media screen and (max-width: 1440px) {
	
}
@media screen and (max-width: 1340px) {
	.pos-product-images-container  {
		padding: 0px 25px;
	}
}
/* Laptop MDPI (1280*800) */
@media screen and (max-width: 1280px) {
	
}
