@charset "UTF-8";
/* CSS Document */

body, html {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Spartan', sans-serif;
	font-size: 22px;
}

img {
	margin: 0 auto;
	width: 100%;
	max-width: 810px;
	display: block;
}

.imgContainer{
    float:left;
} 

.order-boxes {
	margin: 0 auto; 
	width: 100%; 
	max-width: 740px;
	text-align: center;
}

.order-boxes span {
	font-size: 18px;
}

.order-box {
	display: block;
	padding: 6px; 
	width: 80%; 
	max-width: 410px;
	box-sizing: border-box;
}

/* start swiper */
.swiper-container {
	margin: 0 auto;
	width: 100%;
	max-width: 810px;
}
.swiper-button-next, 
.swiper-button-prev {
	top: 50% !important;
	color: #000 !important;
}
/* end swiper */

@media all and (max-width: 780px) {
    
	body, html {
		font-size: 16px;
	}

    .order-boxes {
		max-width: 400px;
	}

	.order-boxes span {
		font-size: 12px;
	}

	.order-box {
		max-width: 650px;
	}
    
}

@media all and (max-width: 640px) {
    
    .swiper-button-next, 
	.swiper-button-prev {
		display: none !important;
	}
    
}