@import url('fonts.css');
* {
	box-sizing: border-box;
}
body {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .05em;
	background: #ccc;
	color: #333;
}
h1 {
	display: none;
}
h2 {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 40px;
	font-weight: 400;
	line-height: 60px;
	color: #396a3f;
}
h2.title {
	font-size: 30px;
	padding: 20px 40px;
	color: #254729;
	font-weight: 300;
	background: #333;
	color: #fff;
}
h3 {
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
}
h3 span {
	float: left;
	width: 100%;
	padding: 16px 20px;
	color: #434343;
	border-radius: 4px;
	background: #eee;
	font-size: 17px;
}
h4 {
	float: left;
	width: 100%;
	margin: 20px 0;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
}
strong, b {
	font-weight: 500;
}
a {
	color: #397b44;
	text-decoration: none;
}
a:hover {
	/*border-bottom: 1px solid #397b44;*/
	text-decoration: underline;
}
dl {
	float: left;
	width: 100%;
	margin: 0;
	line-height: 25px;
}
dl dt {
	float: left;
	width: 110px;
	margin: 0;
	font-weight: 500;
}
dl dd {
	float: left;
	width: calc(100% - 110px);
	margin: 0;
}
.input {
	float: left;
	width: 100%;
	margin: 15px 0;
}
.input label {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 500;
}
.input input {
	float: left;
}
input, textarea {
	float: left;
	width: 30em;
	padding: 0 15px;
	line-height: 40px;
	border: 1px solid #ccc;
	font-family: Roboto, sans-serif;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: .05em;
	border-radius: 4px;
	background: #efefef;
	color: #666;
}
input[type="text"]:hover, textarea:hover {
	border-color: #396a3f;
	background: #f9f9f9;
	color: #333;
}
input[type="text"]:focus, textarea:focus {
	border: 2px solid #396a3f;
	line-height: 38px;
	background: #f9f9f9;
	color: #333;
}
textarea {
	height: 200px;
	resize: none;
}
input[type="checkbox"] {
	width: 20px;
}
.input.checkbox label {
	float: right;
	width: calc(100% - 30px);
}
input[type="submit"] {
	width: auto;
	border: 2px solid #397b44;
	color: #397b44;
	font-weight: 500;
	background: 0;
	cursor: pointer;
}
input[type="submit"]:hover {
	background: #397b44;
	color: #fff;
}
input[type="submit"]:focus {
	background: #397b44;
	color: #fff;
}
select {
	float: left;
	width: 30em;
	font-family: Roboto, sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	padding: 11px 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #efefef;
}
select:hover {
	border-color: #396a3f;
	background: #fff;
}
select:focus {
	border: 2px solid #396a3f;
	padding: 10px 15px;
	background: #fff;
}
ul {
	float: left;
}
.actionblue {
	float: left;
	padding: 0 20px;
	line-height: 40px;
	color: #fff;
	background: #5385a7;
	border-radius: 4px;
	/*box-shadow: 0 3px 5px rgba(0,0,0,.2);*/
	text-decoration: none;
	transition: background-color 0.3s ease-out;
}
.actionblue:hover {
	background: #376f94;
	text-decoration: none;
}
.actionblue:focus {
	/*box-shadow: 0 3px 8px rgba(0,0,0,.2);*/
}
.info {
	float: left;
	width: 100%;
	font-size: 13px;
	color: #555;
}
header.top {
	float: left;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 999;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	z-index: 998;
}
a.logo {
	float: left;
	width: 137px;
	height: 30px;
	margin: 35px 40px;
	background: url("../images/millilux.png");
}
.search {
	float: right;
	padding: 30px;
}
.search input[type="text"] {
	float: left;
	width: 300px;
	padding: 10px 20px;
	line-height: 20px;
	color: #333;
}
.search input[type="text"]:focus {
	line-height: 18px;
}
.search #searchSubmit {
	float: left;
	width: 60px;
	height: 42px;
	border: 0;
	border-radius: 4px;
	margin-left: 5px;
	background: #396a3f url("../images/icons/search.svg") no-repeat center;
	background-size: 22px 22px;
	cursor: pointer;
}
.cartbtn {
	float: right;
	padding: 30px;
}
.cartbtn a {
	float: left;
	padding: 0 25px;
	line-height: 44px;
	background: #396a3f;
	color: #fff;
	text-decoration: none;
	border-radius: 18px;
	/*box-shadow: 0 3px 5px rgba(0,0,0,.2);*/
}
nav.side {
	float: left;
	width: 120px;
	top: 100px;
	bottom: 0;
	left: 0;
	position: fixed;
	background: #fff;
	box-shadow: 3px 0 6px rgba(0,0,0,0.2);
	z-index: 997;
}
nav.side ul {
	float: left;
	width: 120px;
	margin: 0;
	padding: 0;
	list-style: none;
}
nav.side ul li {
	float: left;
	width: 120px;
}
nav.side ul li a {
	float: left;
	width: 120px;
	padding: 20px 0;
	color: #333;
	font-weight: 300;
	text-decoration: none;
	transition: background-color 0.3s ease-out;
}
nav.side ul li a:hover, nav.side ul li a.hover {
	background: #efefef;
}
nav.side ul li a.active {
	font-weight: 500;
}
nav.side ul li a.active .cls-1 {
	stroke-width: 60px;
}
nav.side ul li a span {
	float: left;
}
nav.side ul li a span.icon {
	width: 120px;
	padding: 0 25px;
}
nav.side ul li a span.icon svg {
	width: 70px;
}
nav.side ul li a span.label {
	float: left;
	width: 120px;
	line-height: 30px;
	text-align: center;
}
header.top .navbtn {
	display: none;
}
.cartHovercard {
	float: left;
	height: 72px;
	top: 280px;
	left: -400px;
	position: fixed;
	background: #efefef;
	z-index: 999;
	border-radius: 0 4px 4px 0;
	box-shadow: 4px 2px 6px rgba(0,0,0,.2);
	transition: all 0.3s ease-out;
}
.cartHovercard.show {
	left: 120px;
}
.cartHovercard a {
	float: left;
	margin: 16px 20px;
	line-height: 40px;
	padding: 0 20px;
	background: #fff;
	cursor: pointer;
	border-radius: 4px;
	color: #333;
	font-size: 13px;
	text-decoration: none;
}
.cartHovercard a.checkout {
	margin-left: 0;
	color: #fff;
	background: #5385a7;
	transition: all 0.3s ease-out;
}
.cartHovercard a.checkout:hover {
	background: #376f94;
}
.content {
	float: right;
	width: calc(100% - 120px);
	margin-top: 100px;
	background: #fff;
}
.banner.hero {
	float: left;
	width: 100%;
	height: 600px;
	background-size: cover;
	background-attachment: fixed;
	background-position: 0 0;
}
.banner.hero .title {
	float: left;
	width: 100%;
	text-align: center;
}
.banner.hero .title h2 {
	float: none;
	display: inline-block;
	margin: 220px 0;
	width: auto;
	color: #333;
	font-weight: 100;
	font-size: 36px;
	line-height: 140px;
	padding: 0 100px;
	background: #fff;
	box-shadow: 3px 3px 6px rgba(0,0,0,.2);
}
.block {
	float: left;
	/*box-shadow: 0px 3px 5px rgba(0,0,0,.15);*/
}
.content > .block {
	padding: 40px;
}
.block.full {
	width: 100%;
}
.block.half {
	width: 50%;
}
.block.quarter {
	width: calc(100% / 4);
}
.block > .left {
	padding-right: 20px;
}
.block > .right {
	padding-left: 20px;
}
.left {
	float: left;
	width: 50%;
}
.right {
	float: right;
	width: 50%;
}
.row {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.imagelist {
	float: left;
	width: 100%;
}
.imagelist a {
	float: left;
	width: calc(25% - 30px);
	color: #333;
	text-decoration: none;
	margin-top: 40px;
}
.block.image {
	width: 100%;
	height: 300px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
@supports (-ms-ime-align:auto) {
    .block.image {
		width: calc(25% - 31px);
    }
}
.imagelist a:not(:nth-of-type(4n)) {
	margin-right: 40px;
}
.imagelist a:nth-of-type(1), .imagelist a:nth-of-type(2), .imagelist a:nth-of-type(3), .imagelist a:nth-of-type(4) {
	margin-top: 0;
}
/*
.block.image .label {
	float: left;
	width: 100%;
	height: 300px;
	transform: translateY(0);
	position: relative;
	background: rgba(255,255,255,0.2);
	opacity: 1;
	transition: all 0.3s ease-out;
	text-align: center;
}
.block.image:hover .label {
	transform: translateY(0);
	opacity: 1;
	background: rgba(255,255,255,0);
}
.block.image .label span {
	display: inline-block;
	margin: 125px 0;
	padding: 15px 25px;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	transition: all 0.3s ease-out;
	border: 2px solid #fff;
	background: #fff;
	box-shadow: 3px 3px 6px rgba(0,0,0,.2);
}
.block.image:hover .label span {
	transform: translateY(0);
	opacity: 0.6;
}*/
.imagelist a .label {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding: 3px 0;
}
.imagelist a .label span {
	float: left;
	color: #333;
	font-weight: 700;
	border-bottom: 2px solid transparent;
}
.imagelist a:hover .label span {
	border-bottom: 2px solid #333;
}
dl.specs {
	float: right;
	width: 94%;
	margin: 20px 0;
}
.price {
	float: left;
	background: #eee;
	font-size: 30px;
	line-height: 60px;
	padding: 0 30px;
	color: #333;
	border-radius: 4px;
}
.prodCount {
	width: 40px;
	height: 40px;
	margin: 20px 20px 0 0;
	border-color: #333;
	color: #333;
	text-align: center;
}
.slider {
	float: left;
	width: 100%;
	background: #eee;
	padding: 20px;
	border-radius: 4px;
}
.slider .activeimg {
	float: left;
	width: 100%;
}
.slider ul {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	list-style: none;
	border-top: 1px solid #ccc;
}
.slider ul li {
	float: left;
	width: calc((100% - 40px) / 5);
	margin: 0 10px 10px 0;
	position: relative;
}
.slider ul li:nth-child(5n) {
	margin-right: 0;
}
.slider ul li img {
	float: left;
	position: relative;
	width: 100%;
	opacity: 0.6;
	cursor: pointer;
	transition: opacity 0.3s ease-out;
}
.slider ul li img:hover {
	opacity: 0.8;
}
.slider ul li img.active {
	opacity: 1;
}
.slider-controls {
	float: left;
	position: absolute;
	width: calc((100% - 240px) / 2);
}
.slider-controls span {
	width: 100px;
	height: 100%;
	padding: 100px 40px;
}
.slider-controls .prev {
	float: left;
}
.slider-controls i {
	float: left;
	width: 30px;
	height: 30px;
	background: rgba(255,255,255,0.5);
	background-size: 15px 15px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	transition: all 0.2s ease-out;
	cursor: pointer;
}
.slider-controls .prev i {
	background-image: url("/images/icons/arrowl.svg");
}
.slider-controls .next {
	float: right;
}
.slider-controls .next i {
	background-image: url("/images/icons/arrowr.svg");
}
.slider-controls i:hover {
	background-color: rgba(255,255,255,1);
}
#creditcard {
	float: left;
	display: none;
	padding: 30px;
	border-radius: 4px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
}
.cart {
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #ccc;
}
.cart ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.cart ul li {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #efefef;
}
.cart ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.cart ul li a {
	float: left;
}
.cart ul li a img {
	float: left;
}
.cart ul li a .pName {
	float: left;
	margin-left: 30px;
	color: #333;
	font-size: 18px;
	font-weight: 500;
}
.cart ul li a .pPrice {
	float: left;
	width: 30%;
	margin:	30px 0 0 30px;
	color: #555;
	font-weight: 300;
}
.cart ul li .pAmount {
	float: right;
	color: #555;
	line-height: 100px;
	font-size: 20px;
	font-weight: 300;
	text-align: right;
}
.pAmountAdjust {
	float: right;
	width: 30px;
	height: 100px;
	margin-left: 20px;
	color: #555;
	font-size: 20px;
	font-weight: 300;
	text-align: right;
}
.pAmountAdjust .amtUp, .pAmountAdjust .amtDown {
	float: left;
	width: 30px;
	height: 30px;
	background: #efefef;
	background-repeat: no-repeat;
	background-position: center;
	background-size:  12px 12px;
	opacity: 0.7;
	transition: opacity 0.2s ease-out;
	cursor: pointer;
}
.pAmountAdjust .amtUp:hover, .pAmountAdjust .amtDown:hover {
	opacity: 1;
}
.pAmountAdjust .amtUp {
	margin-top: 20px;
	border-radius: 4px 4px 0 0;
	background-image: url("../images/icons/plus.svg");
}
.pAmountAdjust .amtDown {
	border-radius: 0 0 4px 4px ;
	background-image: url("../images/icons/minus.svg");
}
.pAmountAdjust .amtUp.disabled {
	opacity: 0.5;
	cursor: default;
}
.pAmountAdjust .amtDown.disabled {
	opacity: 0.5;
	cursor: default;
}
.cart ul li .pTotalPrice {
	float: right;
	width: 25%;
	font-size: 20px;
	line-height: 100px;
	font-weight: 500;
	text-align: right;
}
#parcelfee {
	text-align: right;
}
.pricetotal {
	float: left;
	width: 100%;
}
.pricetotal .left {
	font-size: 25px;
	font-weight: 300;
}
.pricetotal .right {
	font-size: 25px;
	font-weight: 500;
	text-align: right;
}
.addedtocart {
	float: left;
	margin-top: 20px;
	opacity: 0;
	transform: translateY(-20px);
	visibility: hidden;
	background: #407a42;
	padding: 20px;
	border-radius: 4px;
	font-size: 13px;
	color: #fff;
	transition: all 0.3s ease-out;
}
.addedtocart.show {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}
.addtocarterror {
	float: left;
	position: relative;
	margin-top: 20px;
	opacity: 0;
	transform: translateY(-20px);
	visibility: hidden;
	background: #7a4040;
	padding: 20px;
	border-radius: 4px;
	font-size: 13px;
	color: #fff;
	transition: all 0.3s ease-out;
}
.addtocarterror.show {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}
.deliverytime {
	float: left;
	margin: 10px 0;
	padding: 8px 13px;
	color: #fff;
	border-radius: 4px;
	font-size: 13px;
}
.deliverytime.immediate {
	background: #408246;
}
.deliverytime.soon {
	background: #c5931e;
}
.actions {
	float: right;
	width: 50%;
}
.actions > * {
	float: right !important;
}
.cmsg {
	float: left;
	margin: 20px 0;
	padding: 8px 13px;
	color: #fff;
	border-radius: 4px;
	font-size: 13px;
}
.cmsg.success {
	background: #408246;
}
.cmsg.error {
	background: #c51e1e;
}
a.download {
	float: left;
	margin: 20px 0;
	padding: 10px 15px;
	border-radius: 4px;
	background: #888;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
}
a.download:before {
	float: left;
	width: 20px;
	height: 20px;
	content: "";
	margin: 0 10px 0 0;
	background: url("/images/icons/download.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 16px;
}
a.download:hover {
	background: #555;
}
.g-recaptcha {
	float: left;
	width: 100%;
}
.block.thankyou h2 {
	text-align: center;
	margin: 50px 0;
}
.block.thankyou h2 span {
	display: inline-block;
	background: #396a3f;
	color: #fff;
	padding: 25px 50px;
	border-radius: 4px;
	font-size: 25px;
	font-weight: 300;
}
.block.thankyou h3 {
	text-align: center;
	margin-top: 10px;
}
.block.thankyou .info {
	margin-top: 30px;
	text-align: center;
}
.prod-section {
	float: left;
	width: 100%;
}
.prod-section:not(:first-child) {
	margin-top: 40px;
}
.row .prod-section h3 {
	margin-bottom: 0;
}
.prod-section h3 span {
	border-radius: 4px 4px 0 0;
	background: #ddd;
}
.prod-section-content {
	float: left;
	width: 100%;
	background: #efefef;
	border-radius: 0 0 4px 4px;
}
.cookies {
	float: left;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	position: fixed;
	padding: 25px;
	background: #666;
	color: #fff;
	box-shadow: 0px -3px 3px rgba(0,0,0,.2);
}
.cookies {
	float: left;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	position: fixed;
	padding: 20px 30px;
	background: #666;
	color: #fff;
	box-shadow: 0px -3px 3px rgba(0,0,0,.2);
	line-height: 30px;
	font-size: 13px;
	transition: all 0.2s ease-out;
}
.cookies.hide {
	bottom: -70px;
	opacity: 0;
	visibility: hidden;
}
.cookies a {
	float: right;
	padding: 0 20px;
	line-height: 30px;
	background: #666;
	color: #fff;
	text-decoration: none;
	background: #fff;
	color: #666;
	border-radius: 4px;
	opacity: 0.7;
	transition: opacity 0.2s ease-out;
}
.cookies a:hover {
	opacity: 1;
}
footer.bottom {
	float: right;
	width: calc(100% - 120px);
	padding: 80px;
	font-size: 13px;
	font-weight: 300;
}
footer.bottom .left {
	float: left;
	width: 30%;
}
footer.bottom .middle {
	float: left;
	width: 50%;
}
footer.bottom .middle .row {
	float: left;
	width: 100%;
}
footer.bottom .middle span.image {
	float: left;
	margin-left: 20px;
}
footer.bottom .middle span.image img {
	float: left;
	height: 22px;
}
footer.bottom .right {
	float: left;
	width: 20%;
	text-align: right;
}
footer.bottom .right span {
	float: left;
	width: 100%;
}
footer.bottom .seperator i {
	float: right;
	width: 50px;
	margin: 20px 0;
	border-bottom: 1px solid #333;
}
footer.bottom .right ul {
	float: right;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
footer.bottom .right ul li {
	float: left;
	width: 100%;
}
footer.bottom .right ul li a {
	float: right;
	color: #333;
	margin: 2px 0;
}


/* MOBILE CSS */

@media (orientation: portrait) and (max-height: 800px) {
	input, textarea, select {
		width: 100%;
	}
	
    header.top {
		height: 50px;
    }
	header.top .logo {
		width: 91px;
		height: 20px;
		margin: 15px 20px;
		background-size: cover;
    }
	header.top .search {
		width: 100%;
		background: #fff;
		top: -80px;
		position: fixed;
		padding: 15px;
		transition: top 0.2s ease-out;
    }
	header.top .search.show {
		top: 50px;
    }
	header.top .search input {
		width: calc(100% - 65px);
		padding: 10px 20px;
    }
	header.top .navbtn {
		float: right;
		display: block;
		margin: 15px;
		width: 20px;
		height: 20px;
	}
	header.top .navbtn.togglesearch {
		background: url("../images/icons/search_black.svg");
	}
	header.top .navbtn.togglemenu {
		background: url("../images/icons/menu.svg");
	}
	
	nav.side {
		width: 100%;
		top: -180px;
		left: 0;
		right: 0;
		bottom: auto;
		transition: top 0.2s ease-out;
	}
	nav.side.show {
		top: 50px;
	}
	nav.side ul {
		width: 100%;
	}
	nav.side ul li {
		width: calc(100% / 3);
	}
	nav.side ul li a {
		width: 100%;
	}
	nav.side ul li a span.icon {
		width: 100%;
	}
	nav.side ul li a span.icon svg {
		width: 60%;
		margin: 0 20%;
	}
	nav.side ul li a span.label {
		width: 100%;
	}
	
	.content {
		width: 100%;
		margin-top: 50px;
	}
	
	.imagelist a {
		width: 100%;
	}
	.imagelist a .image {
		height: 200px;
	}
	.imagelist a:not(:first-child) {
		margin-top: 40px;
	}

	.block.half {
		width: 100%;
	}
	.left, .right {
		width: 100%;
	}
	.block > .right, .block > .left {
		padding: 10px 0;
	}
	.cart ul li {
		width: 100%;
	}
	.cart ul li a .pName, .cart ul li a .pPrice {
		width: calc(100% - 100px);
		margin-left: 10px;
	}
	.cart ul li a .pPrice {
		margin-top: 10px;
	}
	
	footer.bottom {
		width: 100%;
		padding: 20px;
		font-size: 12px;
	}
	footer.bottom > div {
		width: 100%;
	}
	footer.bottom > div:not(:first-child) {
		margin-top: 40px;
	}
	footer.bottom .left {
		width: 100%;
		text-align: center;
	}
	footer.bottom .left img {
		width: 20%;
	}
	footer.bottom .middle {
		width: 100%;
		text-align: center;
	}
	footer.bottom .middle span.image img {
		height: 15px;
	}
	footer.bottom .right {
		width: 100%;
	}
	footer.bottom .right span {
		text-align: center;
	}
	footer.bottom .right span.seperator i {
		float: none;
		display: inline-block;
	}
	footer.bottom .right ul li {
		width: auto;
	}
	footer.bottom .right ul li a {
		margin-right: 20px;
	}
}
@media (orientation: portrait) and (max-height: 1000px), (orientation: landscape) and (max-width: 400px), (orientation: landscape) and (max-width:800px) {
	input, textarea, select {
		width: 100%;
	}
	
	h2.title {
		font-size: 18px;
		line-height: 24px;
	}
	
    header.top {
		height: 50px;
    }
	header.top .logo {
		width: 91px;
		height: 20px;
		margin: 15px 20px;
		background-size: cover;
    }
	header.top .search {
		width: 100%;
		background: #fff;
		top: -80px;
		position: fixed;
		padding: 15px;
		transition: top 0.2s ease-out;
    }
	header.top .search.show {
		top: 50px;
    }
	header.top .search input {
		width: calc(100% - 65px);
		padding: 10px 20px;
    }
	header.top .navbtn {
		float: right;
		display: block;
		margin: 15px;
		width: 20px;
		height: 20px;
	}
	header.top .navbtn.togglesearch {
		background: url("../images/icons/search_black.svg");
	}
	header.top .navbtn.togglemenu {
		background: url("../images/icons/menu.svg");
	}
	
	nav.side {
		width: 100%;
		top: -180px;
		left: 0;
		right: 0;
		bottom: auto;
		transition: top 0.2s ease-out;
	}
	nav.side.show {
		top: 50px;
	}
	nav.side ul {
		width: 100%;
	}
	nav.side ul li {
		width: calc(100% / 3);
	}
	nav.side ul li a {
		width: 100%;
	}
	nav.side ul li a span.icon {
		width: 100%;
	}
	nav.side ul li a span.icon svg {
		width: 60%;
		margin: 0 20%;
	}
	nav.side ul li a span.label {
		width: 100%;
	}
	
	.content {
		width: 100%;
		margin-top: 50px;
	}
	
	.banner.hero {
		float: left;
		width: 100%;
		height: 500px;
		background-size: cover;
		background-attachment: fixed;
		background-position: 0 0;
	}
	.banner.hero .title {
		float: left;
		width: 100%;
		text-align: center;
	}
	.banner.hero .title h2 {
		float: left;
		width: 80%;
		margin: 204px 10%;
		font-size: 18px;
		line-height: 26px;
		padding: 20px;
		text-align: center;
	}
	
	.imagelist a {
		width: 100%;
	}
	.imagelist a:not(:first-child) {
		margin-top: 40px;
	}

	.block.half {
		width: 100%;
	}
	.left, .right {
		width: 100%;
	}
	.block > .right, .block > .left {
		padding: 10px 0;
	}
	
	.cart li img {
		width: 90px;
	}
	.cart ul li .pAmount,.cart ul li .pAmountAdjust {
		float: left;
	}
	.cart ul li .pAmountAdjust {
		margin: 0 20px 0 0;
	}
	.cart ul li .pTotalPrice {
		width: auto;
	}
	
	footer.bottom {
		width: 100%;
		padding: 20px;
		font-size: 12px;
	}
	footer.bottom > div {
		width: 100%;
	}
	footer.bottom > div:not(:first-child) {
		margin-top: 40px;
	}
	footer.bottom .left {
		width: 100%;
		text-align: center;
	}
	footer.bottom .left img {
		width: 20%;
	}
	footer.bottom .middle {
		width: 100%;
		text-align: center;
	}
	footer.bottom .middle span.image img {
		height: 15px;
	}
	footer.bottom .right {
		width: 100%;
	}
	footer.bottom .right span {
		text-align: center;
	}
	footer.bottom .right span.seperator i {
		float: none;
		display: inline-block;
	}
	footer.bottom .right ul li {
		width: auto;
	}
	footer.bottom .right ul li a {
		margin-right: 20px;
	}
}
@media (orientation: landscape) and (max-width: 800px) and (min-width: 400px) {
	.imagelist a {
		width: 100%;
	}
	.imagelist a .image {
		height: 200px;
	}
	.imagelist a:not(:first-child) {
		margin-top: 40px;
	}
	.block.half {
		width: 100%;
	}
	.left, .right {
		width: 100%;
	}
	.block > .right, .block > .left {
		padding: 10px 0;
	}
}
@media (orientation: landscape) and (max-width: 1000px) and (min-width: 800px) {    
	h2.title {
		font-size: 18px;
		line-height: 24px;
	}
	
	header.top {
		height: 50px;
    }
	header.top .logo {
		width: 91px;
		height: 20px;
		margin: 15px 20px;
		background-size: cover;
    }
	header.top .search {
		width: 100%;
		background: #fff;
		top: -80px;
		position: fixed;
		padding: 15px;
		transition: top 0.2s ease-out;
    }
	header.top .search.show {
		top: 50px;
    }
	header.top .search input {
		width: calc(100% - 65px);
		padding: 10px 20px;
    }
	header.top .navbtn {
		float: right;
		display: block;
		margin: 15px;
		width: 20px;
		height: 20px;
	}
	header.top .navbtn.togglesearch {
		background: url("../images/icons/search_black.svg");
	}
	header.top .navbtn.togglemenu {
		background: url("../images/icons/menu.svg");
	}
	
	nav.side {
		float: right;
		width: 100px;
		top: 50px;
		left: auto;
		bottom: 0;
		right: -110px;
		transition: right 0.2s ease-out;
		box-shadow: -3px 0 6px rgba(0,0,0,0.2);
	}
	nav.side.show {
		right: 0;
	}
	nav.side ul {
		width: 100%;
	}
	nav.side ul li {
		width: 100%;
	}
	nav.side ul li a {
		width: 100%;
	}
	nav.side ul li a span.icon {
		width: 100%;
	}
	nav.side ul li a span.icon svg {
		width: 60%;
		margin: 0 20%;
	}
	nav.side ul li a span.label {
		width: 100%;
	}
	
	.content {
		width: 100%;
		margin-top: 50px;
	}
	
	.imagelist a {
		width: calc(50% - 20px);
	}
	.imagelist a .image {
		height: 250px;
	}
	.imagelist a:nth-child(3), .imagelist a:nth-child(4) {
		margin-top: 40px;
	}
	.imagelist a:nth-child(2n) {
		margin-right: 0px !important;
	}
	.block.half {
		width: 100%;
	}
	.left, .right {
		width: calc(50% - 20px);
	}
	.block > .right, .block > .left {
		padding: 10px 0;
	}
	
	footer.bottom {
		width: 100%;
		padding: 40px;
		font-size: 12px;
	}
	footer.bottom .left img {
		height: 20px;
	}
	footer.bottom .middle span.image img {
		height: 20px;
	}
}
@media (orientation: landscape) and (max-width: 1400px) and (min-width: 1000px) {
	input, select, textarea {
		width: 100%;
	}
	.block.imagelist {
		margin-top: -40px;
	}
	.imagelist a {
		width: calc((100% - 80px) / 3);
		margin: 40px 40px 0 0 !important;
	}
	.imagelist a .image {
		height: 250px;
	}
	.imagelist a:nth-child(3n) {
		margin: 40px 0 0 0 !important;
	}
	.imagelist a:nth-child(1), .imagelist a:nth-child(3), .imagelist a:nth-child(3) {
		margin: 0;
	}
	.cart {
		width: 200%;
	}
	.cart ul li a{
		width: 70%;
	}
	.cart ul li a .pName {
		width: calc(100% - 180px);
	}
	.content .block.half:nth-child(2) .cart {
		width: 100%;
	}
	.pricetotal {
		width: 200%;
	}
	.content .block.half:nth-child(2) .pricetotal {
		width: 100%;
	}
	.content .block.half:nth-child(2) .pricetotal .left, .content .block.half:nth-child(2) .pricetotal .right {
		width: 50%;
	}
	.pricetotal .right {
		width: 20%;
		text-align: right;
	}
	a[href="checkout.html"] {
		margin: 50px -100% 0 0;
	}
}