html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
object{ outline: 0; }
strong, b, strong *, b * { font-weight: bold !important; }
em, i, em *, i * { font-style: italic !important; }
a:focus, input:focus{ outline-style: none; }

body{ font-family: 'Arial', sans-serif; color: #4e5050; background: #fdfefe; font-size: 12px; line-height: 18px; text-align: center; }
div.width{ width: 960px; text-align: left; margin: 0 auto; }
a{ color: #2a98b8; text-decoration: none; }

/* Clearfix */
.clear:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clear { display: inline-block; }
html[xmlns] .clear { display: block; }
* html .clear { height: 1%; }

/* Buy buttons */
.buy{ background: #2ab85f url('cart-small.png') 10px 50% no-repeat; padding: 5px 12px 5px 30px; color: #fff; border-radius: 4px; border: #22974e 1px solid; box-shadow: inset 0 1px 2px 0 rgba(255,255,255,0.3); }
	.buy:hover, .btn:hover{ background-color: #3bc76f; }

.btn{ background: #2ab85f; padding: 10px 12px; color: #fff; border-radius: 4px; border: #22974e 1px solid; box-shadow: inset 0 1px 2px 0 rgba(255,255,255,0.3); display: inline; font-size: 12px; line-height: 1em; cursor: pointer; }

span.f10{ font-size: 11px; color: #999;}

.quantity-input{ display: grid; grid-template-columns: 1fr 1fr; grid-gap: 12px; align-items: end; }
	.quantity-input input{ max-width: 100% !important; box-sizing: border-box; width: 100% !important; display: block; }

.notification{ background: #f7eba7; padding: 15px; text-align: center; border-radius: 4px; }

.gdpr{ padding: 15px; text-align: left; position: fixed; left: 0; width: 100%; bottom: 0; background: #fff; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); z-index: 1; display: flex; box-sizing: border-box; }
	.gdpr p{ padding-right: 32px; font-size: 12px; line-height: 18px;  }
	.gdpr .btn{ margin-left: auto; font-size: 13px; white-space: nowrap; }

/* Top Menu */
div.top-menu{ background: #545556; background: linear-gradient(#575859, #4e4f50); border-bottom: #414243 1px solid; }
	.top-menu div.width{ position: relative; }
	.top-menu ul{ border-left: #424344 1px solid; display: block; }
	.top-menu li{ float: left; display: inline; line-height: 1em; }
	.top-menu a{ font-weight: bold; color: #fff; padding: 13px 22px; border-right: #424344 1px solid; display: block; }
		.top-menu a:hover{ background: #494a4b; background: linear-gradient(#4e4e50, #464748); }
	.top-menu ul.right{ float: right; }
	.top-menu div.dropdown{ position: absolute; background: #424344; display: none; z-index: 1; }
		.top-menu .dropdown a{ border-right: 0; border-top: #424344 1px solid; }
		.top-menu li:hover div.dropdown{ display: block; }
		.top-menu li.has-dropdown:hover > a{ background: #424344; }

/* Header */
div.header{ background: #fff; position: relative; }
	.header div.width{ position: relative; padding: 30px 0 40px; }
	.header h1{ width: 142px; height: 27px; float: left; margin-right: 50px; margin-top: 5px; }
	.header h1 a{ display: block; text-indent: -5000px; height: 27px; background: url('logo.gif') 0 0 no-repeat; }
	.header input[type="text"]{ border: #ccc 1px solid; border-radius: 3px; font-family: 'Arial', sans-serif; padding: 8px; font-size: 12px; width: 450px; background: url('search.png') right 50% no-repeat; display: block; line-height: 18px; }
	.header div.right{ position: absolute; right: 0; top: 30px; }
	.header div.minicart{ width: 280px; overflow: hidden;}
		.header .minicart *{ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
		.header .minicart div.prods{ width: 150px; float: left; display: inline; border: #ccc 1px solid; border-right: 0; border-radius: 3px 0 0 3px; padding: 8px; padding-left: 34px; background: url('cart.png') 12px 50% no-repeat; }
			.header .minicart div.prods.full{ width: 280px; border-radius: 3px; border: #ccc 1px solid;  }
			.header .minicart .prods a{ font-weight: bold; }
		.header .minicart a.btn{ width: 130px; float: left; display: inline; border: #22974e 1px solid; border-radius: 0 3px 3px 0; padding: 8px; background: #2ab85f; box-shadow: inset 0 1px 2px 0 rgba(255,255,255,0.3); color: #fff; text-align: center; padding: 11px; }
		.header div.info{ text-align: right; font-size: 11px; padding: 5px 0 0 0;}
		.header .info a{ padding: 0 3px; }

.fakePrice{ color: red; text-decoration: line-through; }

/* Menu */
div.menu{ background: #338aae; font-size: 12px; box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.3); }
	.menu div.width{ display: table; position: relative; }
	.menu ul{ display: table-row; }
	.menu li{ display: table-cell; }
		.menu li:first-child{ border-left: #5ca1be 1px solid; }
		.menu li.cell-1{ width: 13%; }
		.menu li.cell-2{ width: 13%; }
		.menu li.cell-3{ width: 14%; }
		.menu li.cell-4{ width: 14%; }
		.menu li.cell-5{ width: 15%; }
		.menu li.cell-6{ width: 17%; }
		.menu li.cell-7{ width: 14%; }
	.menu a{ color: #fff; display: block; border-right: #5ca1be 1px solid; text-align: center; padding: 14px 0; line-height: 1em; }
		.menu a:hover{ background: #2e7c9c; }
		.menu div.dropdown{ position: absolute; background: #2e7c9c; text-align: left; display: block; display: none; }
			.menu .dropdown a{ text-align: left; display: block; padding: 15px 20px; border-top: #5ca1be 1px solid; }
			.menu .dropdown a:hover{ background: #338aae; }
		.menu li.has-dropdown:hover > div.dropdown{ display: block; }
		.menu li.has-dropdown:hover > a{ background: #2e7c9c; }

/* Main layout */
.main div.width{ background: url('main-bg.gif') 0 0 repeat-y; display: grid; grid-template-columns: 214px 1fr; padding-bottom: 50px; }
.main div.categories{ padding-top: 30px; }
.main div.page{  }

/* Simple layout */
div.simple{ padding: 30px 0; background: #f9f9f9; }
.simple div.width{ padding: 30px; width: 600px; border: #ccc 1px solid; border-radius: 4px; box-shadow: 0 1px 3px 0 #ccc; background: #fff; }

/* Form page */
.simple div.input{ overflow: hidden; padding: 5px 0; }
	.simple input[type="text"], .simple input[type="password"], .simple input[type="tel"], .simple input[type="email"] , .simple textarea{ font-family: 'Arial', sans-serif; font-size: 13px; line-height: 1em; border: #ccc 1px solid; padding: 5px; border-radius: 4px; width: 438px; }
	.simple label{ width: 150px; float: left; }
	.simple div.inform, .simple p.tip{ padding-left: 150px; }
	.simple p.tip{ padding-top: 2px; padding-bottom: 5px; font-size: 11px; color: #999; }
	.simple div.form-block{ border-top: #ddd 1px solid; padding-top: 30px; }
		.simple div.form-block:first-child{ border-top: 0; padding-top: 0; }
		.simple div.error-message{ color: red; font-size: 11px; padding: 0 0 0 150px; }
		.simple .checkbox input{ float: left; margin: 0 10px 0 150px; }
		.simple .checkbox label{ float: none; }
		.simple div.submit{ text-align: right; padding: 20px 0; }

.singlePage form div.input{ overflow: hidden; padding: 5px 0; }
	.singlePage form label{ width: 200px; float: left; }
	.singlePage form input[type="text"], .singlePage form input[type="password"]{ font-family: 'Arial', sans-serif; font-size: 13px; line-height: 1em; border: #ccc 1px solid; padding: 5px; border-radius: 4px; width: 300px; }

/* Generic items on page */
.page h2, .simple h2{ font-size: 18px; font-weight: bold; line-height: 1.5em; padding-top: 30px; }
.page h2:first-child, .simple h2:first-child{ padding-top: 0; }
.page h3, .simple h3{ font-size: 13px; font-weight: bold; }

.flash{ padding: 15px; background: #f5f5f5; border-radius: 4px; }
	.flash.bad{ background: #ffbebe; }

/* Categories */
.categories h2{ color: #b0b1b1; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.categories h3{ font-size: 14px; font-weight: bold; padding: 20px 0 10px 0;}
	.categories li{ padding: 8px 0; font-size: 13px; }
	.categories li.active{ background: url('active.png') right 50% no-repeat; }
		.categories .active a{ color: #2ab85f; font-weight: bold; }

	.categories .prods-in-menu li{ padding-left: 15px; padding-right: 15px; font-size: 12px; }
	

/* Footer */
div.footer{ background: #f8f8f8; border-top: #e0e0e0 1px solid; }
	.footer div.width{ padding: 30px 0; position: relative; }
	.footer div.right{ position: absolute; right: 0; top: 30px; }
		.footer .right a{ margin-left: 10px; }
	.footer h5{ font-weight: bold; }
	.footer div.admin{ text-align: center; padding: 30px 0; }
		.footer .admin a{ color: red; }

/* Home */
div.home-split{ width: 745px; overflow: hidden; background: url('homebg.jpg') 0 0 no-repeat; padding-top: 330px; }
	.home-split div.box{ float: left; display: inline; width: 50%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding: 30px 15px; height: 380px;}
	
	.home-split li{ padding: 10px 0; border-top: #d9e1dd 1px solid; }
	.home-split li:first-child{ border-top: 0; }
	.home-split p{ padding-top: 4px; }
	.home-split .box img{ float: right; margin-left: 10px; margin-bottom: 10px;}

div.effic{ margin: 10px 30px 0 30px; padding: 14px; font-weight: bold; text-align: center; font-style: italic; font-size: 14px; background: #fcf6e3; border: #e8b11c 1px solid; border-radius: 4px; }

/* Testimonial */
div.testimonial{ padding: 30px; }
.testimonial h3{ color: #2ab85f; font-size: 14px; padding-top: 10px; }
.testimonial small{ font-size: 11px; }
.testimonial div.comments{ background: #f5f5f5; border: #ccc 1px solid; padding: 15px; border-radius: 4px; font-family: 'Georgia', serif; font-style: italic; font-size: 13px; line-height: 19px; margin-top: 10px; overflow: hidden; }
	.testimonial img{ margin-left: 20px; float: right;}


/* Product list */
div.products{ padding: 0 30px; }
.products h2{ padding-bottom: 7px; }
.products li{ padding: 15px 0; overflow: hidden; border-top: #ddd 1px solid; list-style-type: none; }
.products a.img{ float: left; display: inline; margin-right: 15px; }
	.products .img img{ max-width: 80px; }
.products div.info{ float: left; display: inline; width: 590px; padding-bottom: 20px; }
.products h3{ font-size: 18px; }
.products p{ font-size: 13px; line-height: 19px; padding-top: 6px; }
.products div.actions{ position: relative; margin-top: 10px; }
	.products .actions a{ position: absolute; right: 0; }
	.products .actions strong{ font-size: 14px; }

div.products.single{ padding: 30px; }

.multipage{ display: grid; grid-template-columns: 1fr 3fr; text-align: left; max-width: 960px; margin: auto; }
	.multipage .page{ border-left: #ddd 1px solid; }


/* Single product */
div.product{ padding: 30px; }
	.product div.prodContent{ display: grid; grid-template-columns: 473px 1fr; grid-gap: 20px; }
	.product div.description{ border-right: #ccc 1px dotted; padding-right: 20px; }
		.product .description p{ padding-top: 15px; }
			.product .description p:first-child{ padding-top: 0; }
		.product .description li{ display: list-item; list-style-type: disc; list-style-position: inside; }
		.product .description ul{ padding: 0 0 0 20px; padding-top: 5px; }
	.product div.side{  }
		.product .side div.input{ overflow: hidden; padding-top: 10px; }
		.product .side label{ width: 60px; float: left; margin-right: 8px; }
		.product .side select, .product .side input[type="text"]{ max-width: 100px; }
		.product .side input[type="text"]{ border: #ccc 1px solid; text-align: center; font-family: 'Arial', sans-serif; width: 30px; padding: 3px; border-radius: 3px; }
		.product span.price{ display: block; text-align: right; padding-top: 10px; }
			.product .price strong{ font-size: 14px; }
			.product .side input.buy{ padding: 10px 10px 10px 30px; font-size: 12px; }
			.product .side div.submit{ text-align: right; margin: 10px 0 20px 0; }
			.product .side div.box{ padding-top: 20px; margin-top: 20px; border-top: #ccc 1px dotted; }
			.product .side div.box:first-child{ padding-top: 0; margin-top: 0; border-top: 0; }
				.product .side .box img{ width: 100%; }
	.product h2.prod-name{ border-bottom: #ccc 1px dotted; margin-bottom: 20px; padding-bottom: 10px; }


	div.multipage-content{ padding: 30px; font-size: 13px; line-height: 19px; }
		.multipage-content h2{ padding-bottom: 10px; margin-bottom: 20px; border-bottom: #ddd 1px dotted; font-size: 30px; }

	div.singlePage{ padding: 30px; }
		.singlePage h2{ font-size: 30px; padding-bottom: 10px; margin-bottom: 20px; border-bottom: #ccc 1px dotted; }

	.testimonials li{ overflow: hidden; border-top: #ccc 1px dotted; padding-top: 20px; margin-top: 20px; }
		.testimonials li:first-child{ border-top: 0; padding-top: 0; margin-top: 0; }
		.testimonials a.img{ float: left; display: inline; margin-right: 20px; }
		.testimonials h3{ font-size: 18px; padding-bottom: 5px; }
		.testimonials div.ct{ width: 580px; float: left; }

	div.articles{ padding: 30px; }
		.articles h2{ font-size: 30px; padding-bottom: 10px; margin-bottom: 20px; border-bottom: #ccc 1px dotted; }
		.articles div.item{ border-bottom: #ddd 1px dotted; padding-bottom: 20px; margin-bottom: 20px; }
		.articles h3{ font-size: 18px; line-height: 1em; padding-bottom: 10px; }

/* Cart */
div.cart{ padding: 30px; }
	div.cart.nopadding{ padding: 30px 0; }
	.cart table{ width: 100%; }
	.cart th{ font-weight: bold; padding: 0 0 10px 0; }
	.cart td{ padding: 15px 0; vertical-align: top; }
	.cart tr{ background: url('images/dots.gif') left bottom repeat-x; }
	.cart th.center, .cart td.center{ text-align: center; }
	.cart  td.bold{ font-weight: bold;}
		.cart .del a{ display: block; width: 19px; height: 19px; text-indent: -5000px; background: url('images/del.gif') 0 0 no-repeat; margin: 0 0 0 10px; }
		.cart .del a:hover{ background-position: 0 -19px; }
	.cart tr.deleting{ background: #e9e9e9; color: #737373;}
		.cart .deleting a{ color: #737373; }
	.cart div.noprods{ display: none; }
	.cart p.transportCost{ text-align: right; margin: 20px 0 0 0; }
	.cart p.finalPrice{ text-align: right; margin: 10px 0 0 0; font-size: 14px; }
	.cart p.cartInfo{ font-size: 11px; line-height: 16px; font-style: italic; margin: 10px 0 0 0; }
	.cart input[type="text"]{ width: 40px; border: #cccccc 1px solid; padding: 2px; text-align: center; }
	.cart div.buts{ float: left; display: inline; margin: 30px 0 0 0; width: 100%;}
	.cart .buts a{ float: right; display: inline; margin: 0 0 0 10px; }
		.cart .buts a.jsBack{ float: left; margin: 0 10px 0 0; }
	.cart h2{ padding-bottom: 30px; }
	.cart span.final_price{ font-size: 18px; font-weight: bold; }
	.cart .notification{ margin-top: 20px; }

.final-price{ font-size: 14px; line-height: 24px; text-align: right; margin-top: 20px; }
	.final-price .final_price{ font-weight: bold; }

/* Guide */
.guide h3{ font-size: 18px; font-weight: bold; padding: 20px 0 10px 0; }
.guide h3.first{ padding-top: 0; }
.guide table{ border-collapse: collapse; width: 100%; table-layout: fixed; }
.guide td{ border: #ddd 1px solid; padding: 10px; font-size: 14px; }
.guide small{ color: #666; display: block; padding-top: 4px; }

.recaptcha{ padding: 20px 0 20px 150px; }

html.magnifying > body {
  overflow-x: hidden !important;
}
.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile { /* Reset */
  min-width: 0;
  min-height: 0;
  animation: none;
  border: none;
  float: none;
  margin: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  text-indent: 0;
  transform: none;
  transition: none;
}
.magnify {
  position: relative;
  width: auto;
  height: auto;
  box-shadow: none;
  display: inline-block;
  z-index: inherit;
}
.magnify > .magnify-lens { /* Magnifying lens */
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  /* Multiple box shadows to achieve the glass lens effect */
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  cursor: none;
  display: none;
  z-index: 99;
}
.magnify > .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8;
}
.magnify > .magnify-lens.loading:after { /* Loading text */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri, sans-serif;
  letter-spacing: 1px;
  margin-top: -8px;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}

@media (min-width: 960px){
	.mob{ display: none; }
}

@media (max-width: 960px){

	body{ padding-top: 52px; }
	

	*{ box-sizing: border-box; }
	.desk{ display: none !important; }

	div.top-menu{ display: none; }
	div.menu{ display: none; }
	div.width{ width: 100%; padding: 0 16px; }

	.header div.width{ padding: 10px 16px; }

	.main div.width{ background: none; grid-template-columns: 1fr; }
	.product div.prodContent{ grid-template-columns: 1fr; }
	.product div.description{ padding-right: 0; border: 0; grid-row: 2; }
	.product div.side{ padding-right: 0; grid-row: 1; }
	.product span.price{ text-align: left; }
	.product .side div.submit{ text-align: left; }
	.products li{ display: grid; grid-template-columns: 80px 1fr; grid-gap: 20px; }
		.products a.img{ float: none; display: block; }
		.products div.info{ float: none; display: block; width: auto; }
		.products .info img{ max-width: 100%; height: auto; }
	.main div.categories{ display: none; }
	.multipage{ display: block; padding: 16px; }
		.multipage .page{ border-left: 0; }
	.main .multipage div.categories{ display: block; }
	.header form{ display: none; }
	.header .minicart div.prods.full{ width: auto; }
	.header .minicart div.prods{ width: auto; border: #2a98b8 1px solid !important; border-radius: 4px !important; }
	.header div.minicart{ width: auto; }
	div.singlePage{ padding: 0; }
	div.products{ padding: 0; }
	.header div.right{ top: 10px; right: 16px; display: flex; align-items: center; }
	div.product{ padding: 0; }
	div.cart{ padding: 0; }

	.gdpr{ display: block; }
		.gdpr p{ padding-right: 0; padding-bottom: 15px; font-size: 10px; line-height: 1.3;  }

	div.header{ border-bottom: #ddd 1px solid; box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2); position: fixed; top: 0; left: 0; width: 100%; z-index: 100; }
	.header h1{ float: none;  }

	div.home-split{ width: 100%; background-size: contain; padding-top: 170px; margin-top: 24px; }
	.home-split div.box{ float: none; display: block; width: 100%; padding: 0; margin-top: 24px; height: auto; }
	div.testimonial{ padding: 0; margin-top: 24px; }
	.home div.products, .page div.products{ margin-top: 24px; }

	.main div.page{ padding-top: 24px; }

	.singlePage h2{ font-size: 18px; line-height: 24px; }

	div.products.single{ padding: 0; margin-top: 0; }

	.footer .width{ text-align: center; }
	.footer div.right{ position: static; padding-top: 10px; }

	.mob-search{ padding: 12px 16px 0 16px; }
	.mob-search input[type="text"]{  border: #ccc 1px solid; border-radius: 3px; font-family: 'Arial', sans-serif; padding: 8px; font-size: 12px; width: 100%; background: url(search.png) right 50% no-repeat; display: block; line-height: 18px; }

	.mob-menu-toggle div{ width: 18px; height: 2px; margin: 4px 0; background: #aaa; margin-left: 12px; }

	.mob-menu{ display: none; position: fixed; top: 50px; left: 0; background: #fff; height: calc(100vh - 50px); width: 100%; overflow-y: auto; overflow-x: hidden; text-align: left; z-index: 99;  }
		.mob-menu-open .mob-menu{ display: block; }
		.mob-menu li{ font-size: 14px; line-height: 1.3; border-top: #eee 1px solid; }
		.mob-menu a, .mob-menu .heading{ padding: 12px 16px; display: block; }
			.mob-menu .heading{ padding: 12px 16px 12px 40px; font-weight: bold; }
			.mob-menu ul ul a{ padding-left: 40px; }
			.mob-menu ul ul ul a{ padding-left: 60px; }
		.mob-menu > ul > li > ul{ display: none; }
		.mob-menu > ul > li.open > ul{ display: block; }
		.mob-menu > ul > li > ul > li > ul{ display: none; }
		.mob-menu > ul > li > ul > li.open > ul{ display: block; }

	div.multipage-content{ padding: 0; }

	.mob-single-heading{ font-size: 20px; font-weight: bold; text-align: left; padding: 24px 16px 0; }
	.multipage .categories li{ padding: 0; }
	.multipage .categories li.active{ background: none; }
		.multipage .categories a{ padding: 8px 12px; font-size: 12px; line-height: 18px; background: #eee; display: block; width: 100%; border-radius: 4px; }
		.multipage .categories li.active a{ color: #fff; background: #2a98b8; }
		.multimenu{ display: grid; grid-template-columns: 1fr 1fr; grid-gap: 8px; }
	
	.simple div.width{ background: transparent; border: 0; padding: 0 16px; width: 100%; box-shadow: none; }
	.simple .checkbox input{ float: none; display: inline-block; margin-left: 0; }
	.simple div.inform, .simple p.tip{ padding-left: 0; }
	.simple div.submit{ text-align: left; }

	.simple{ background: #fff; }
	.simple input[type="text"], .simple input[type="password"], .simple textarea, .simple input[type="tel"],  .simple input[type="email"]{ width: 100%; }

	.recaptcha{ padding-left: 0; }

}

