@charset "utf-8";
/* CSS Document */
		
		
		.order_btn_fld{padding:0px 20px; }
		
		.item_window{ padding:20px }
		.item_data{ padding:20px; }
		.stores_data{ padding:20px 0px; }
		
		.order_btn{ width:100%; height:46px; overflow:hidden; }
		
		@media only screen and (max-width:980px){
			
			
		}
		
		
		@media only screen and (max-width:750px){
			
			.order_btn_fld{padding:30px 0px 20px 0px; }
			.order_btn{ padding:25px 20px; height:auto;}
			
			.item_window{ padding:0px; }
			.item_data{ padding:0px 10px; }
			.stores_data{ padding:0px 20px; }
			
		}
		
		@media only screen and (max-width:490px){
			
		}

