@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic);

html {
	height: 100%;
	background: #fafafa;
	overflow-x: hidden;
}
html, body {
	width: 100%;
	min-width: 300px;
	max-width: 1920px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #f8f8f8;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

html.dg-has-overlay,
html.ch-menu-hide-scroll,
html.ch-gallery-hide-scroll {
	overflow: hidden !important;
}

body, button, input, select, table, textarea {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 14px;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.5px;
	color: #333;
}

h1,
.page-title {
	margin: 0 0 15px;
	font-size: 22px;
	font-weight: 400;
	line-height: 26px;
}
h2 {
	margin: 0 0 0.750em;
	font-size: 1.429em;
	font-weight: 400;
	line-height: 1.1em;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul, ol {
	margin: 0;
}

img {
	display: block;
	max-width: 100%;
	border: 0 none;
}

h2 + .desc {
	margin: -0.643em 0 1em;
}

p {
	margin: 0 0 12px;
}

.hidden {
	display: none !important;
}

.clearfix::after,
.rich-text::after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	color: transparent;
	clear: both;
	overflow: hidden;
}

.label {
	margin: 1.5em 0 0.4em;
}
.label::after {
	content: ":";
}

#dg-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 10000;
}
#dg-loading {
	position: fixed;
	display: block;
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin: -22px 0 0 -22px;
	padding: 5px;
	background-color: rgba(255,255,255,1);
	box-sizing: initial;
	z-index: 10003;
}

.alert {
	position: relative;
	margin: 1em 0;
	padding: 0.5em 34px 0.5em 1em;
	font-weight: 400;
	background: #d44;
	color: #fff;
	border: 1px solid #c00;
}
.alert.alert-success {
	background: #408940;
	border-color: #307930;
}
.alert .close {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 22px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 8px;
	right: 6px;
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}
.errors {
	padding: 0 0 4px 22px;
	color: #C03E3E;
}

table {
	margin: 1em 0;
	border-collapse: collapse;
	border: 0 none;
}
table thead,
table tbody,
table tr {
	border: 0 none;
}
table th,
table td {
	padding: 6px 12px;
	border: 1px solid #bbb;
}

.dg-modal .content-wrapper > *:first-child {
	padding-right: 30px;
}


/********************************************** Forms **************************************************/

button,
input {
	font-family: inherit;
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

a.button {
	text-decoration: none;
}

/* Primary Buttons */
.button {
	background: #1a171b;
	display: inline-block;
	padding: 7px 14px;
	border: 1px solid #1a171b;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.143em;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.button:hover {
	background: #fff;
	color: #1a171b;
	cursor: pointer;
}
.button:active {
	background: #fff;
	color: #1a171b;
}
/*.button:focus {
	background-color: #fff;
	outline: none;
	color: #1a171b;
}*/


/* Secondary Buttons */
.button.button-secondary {
	background: #fff;
	color: #1A171B;
	border: 1px solid #68727D;
}

.button.button-secondary:hover {
	background: #D5D8DC;
	color: #1A171B;
	cursor: pointer;
}

.button.button-secondary:active {
	background: #D5D8DC;
	color: #1A171B;
}

.button.button-secondary:focus {
	color: #1A171B;
	background: #D5D8DC;
	outline: none;
}

.button.disabled,
.button:disabled {
	background: #C8C8C8;
	opacity: 0.6;
	cursor: not-allowed;
}


textarea {
	width: 100% !important;
	height: 7em;
	padding: 5px 6px;
	font-family: "Roboto", sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.input-text,
select,
textarea {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: 1px solid #AFB4BB;
	background: #FFFFFF;
}
.input-text {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.input-text:focus,
select:focus,
textarea:focus {
	border: 1px solid #1A171B;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.has-error input,
.has-error select,
.has-error textarea {
	border-color: #C03E3E;
}

.has-error input:focus,
.has-error select:focus,
.has-error textarea:focus {
	outline-color: #C03E3E;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select {
	width: 100%;
	height: 30px;
	padding: 0 6px;
	font-family: "Roboto", sans-serif;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
select option {
	padding: 0 8px;
}

input:invalid,
input:-moz-submit-invalid,
input:-moz-ui-invalid {
	border-color: #C03E3E;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
	input[type=email],
	input[type=search],
	input[type=number],
	input[type=password],
	input[type=tel],
	input[type=text],
	select {
		font-size: 16px;
	}
}

.dg-modal input[type=email],
.dg-modal input[type=search],
.dg-modal input[type=number],
.dg-modal input[type=password],
.dg-modal input[type=tel],
.dg-modal input[type=text],
.dg-modal select,
.dg-modal textarea {
	max-width: inherit;
}

input#coupon-code,
input#coupon_code {
	height: 26px;
	text-transform: uppercase;
}

::-webkit-input-placeholder {
	color: #a0a0a0;
}

input:-moz-placeholder {
	color: #a0a0a0;
}

.checkbox,
.radio {
	position: relative;
	top: -1px;
	display: inline-block;
}

.checkbox + label,
.radio + label {
	width: auto;
	max-width: 85%;
	padding: 0 0 0 8px;
	vertical-align: top;
}


.form-group {
	margin: 0 0 1em;
}
.form-group label {
	margin: 0 0 0.4em;
}
.form-group label::after {
	content: ":";
}
.form-group.required label::after {
	content: ": *";
}
.form-group input[type="checkbox"] {
	float: left;
	margin-right: -40px;
	margin-top: 10px;
	margin-left: 0;
}
.form-group input[type="checkbox"] + label {
	color: #1A171B;
	padding: 5px 10px;
	display: inline-block;
	width: auto;
	max-width: none;
	min-width: 250px;
	float: none;
	padding: 6px 10px 6px 23px;
}

.dg-modal .actions {
	text-align: right;
}


/********************************************** Layout **************************************************/

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 56px;
	padding: 7px 15px;
	background: #1f293b;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
	z-index: 999;
}

#logo {
	float: left;
	display: block;
	width: 115px;
	height: 56px;
	background: url('../images/logo.png') no-repeat 0 1px #1f293b;
	text-decoration: none;
}

#main {
	padding: 90px 20px 40px;
}
#main h1:first-child {
	margin-top: 4px;
}
#main > *:last-child {
	margin-bottom: 0;
}
#main .slider-wrapper {
	/*height: 100vh;
	min-height: 300px;*/
	/*max-height: 800px;*/
	margin: -90px -20px 20px;
	/*padding-top: 70px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;*/
}

.with-left-column .left-column {
	float: left;
	width: 25%;
}
.with-left-column .left-column .wrapper {
	margin-top: 0.9em;
	padding-right: 20px;
}
.with-left-column .left-column + .main-column {
	float: left;
	width: 75%;
}

.about-wrapper {
	max-width: 960px;
	margin: 35px auto;
}
.about-wrapper h1 {
	text-align: center;
}

.product-wrapper,
.page-wrapper {
	max-width: 960px;
	margin-right: auto !important;
	margin-left: auto !important;
}

@media (min-width: 1024px) {
	.homepage {
		padding-bottom: 1px;
	}
	.about-wrapper {
		margin: 55px auto;
	}
	.homepage,
	.page-products-display,
	.page-pages-display {
		background: #eee;
	}
	.homepage .about-wrapper,
	.page-products-display .product-wrapper,
	.page-pages-display .page-wrapper {
		padding: 25px 40px 32px;
		background: #fff;
		border-radius: 6px;
	}
}


/********************************************** Menus **************************************************/

.menu {
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}
.menu::after {
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}
.menu .menu {
	margin: 0;
	padding-left: 20px;
}
.menu a {
	display: inline-block;
	padding: 0.47em 0;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: color 0.2s ease 0s;
	transition: color 0.2s ease 0s;
}
.menu a:hover {
	text-decoration: underline;
}
.menu a.active,
.menu a.active-trail {
	text-decoration: underline;
}

.with-left-column .left-column {
	position: fixed;
	top: 70px;
	bottom: 0;
	left: 0;
	width: 315px;
	background: #d7d9df;
	background: -webkit-linear-gradient(to right, #d7d9df 0px, #f2f4fa 100%);
	background: -o-linear-gradient(to right, #d7d9df 0px, #f2f4fa 100%);
	background: -moz-linear-gradient(to right, #d7d9df 0px, #f2f4fa 100%);
	background: linear-gradient(to right, #d7d9df 0px, #f2f4fa 100%);
	background-repeat: repeat-x;
	overflow: auto;
}
.with-left-column .left-column + .main-column {
	margin-left: 325px;
	float: none;
	width: auto;
}
.with-left-column .left-column .wrapper {
	margin-top: 13px;
	padding: 0;
}
.with-left-column .left-column .wrapper .menu li a {
	display: block;
	padding: 9px 20px;
}
.with-left-column .left-column .wrapper .menu li::after,
.with-left-column .left-column .wrapper .menu li .menu li:first-child::before {
	display: block;
	height: 1px;
	background: #c4c6cc;
	background: -webkit-linear-gradient(to right, #c4c6cc 0px, #dfe1e7 100%);
	background: -o-linear-gradient(to right, #c4c6cc 0px, #dfe1e7 100%);
	background: -moz-linear-gradient(to right, #c4c6cc 0px, #dfe1e7 100%);
	background: linear-gradient(to right, #c4c6cc 0px, #dfe1e7 100%);
	background-repeat: repeat-x;
	content: " ";
}
.with-left-column .left-column .wrapper .menu li:last-child::after {
	display: none;
}
.with-left-column .left-column .wrapper .menu li a:hover,
.with-left-column .left-column .wrapper .menu a.active,
.with-left-column .left-column .wrapper .menu a.active-trail {
	background: #c7c9cf;
	background: -webkit-linear-gradient(to right, #c7c9cf 0px, #e2e4ea 100%);
	background: -o-linear-gradient(to right, #c7c9cf 0px, #e2e4ea 100%);
	background: -moz-linear-gradient(to right, #c7c9cf 0px, #e2e4ea 100%);
	background: linear-gradient(to right, #c7c9cf 0px, #e2e4ea 100%);
	background-repeat: repeat-x;
	text-decoration: none;
}
.with-left-column .left-column .wrapper > .menu > * > .menu {
	margin-bottom: -1px;
	padding-left: 0
}
.with-left-column .left-column .wrapper > .menu > * > .menu > li > a {
	padding-left: 40px;
}

#nav .menu {
	margin: 7px 0 0;
	padding: 0;
	text-align: right;
	white-space: nowrap;
}
#nav .menu .menu {
	display: none;
}
#nav .menu li {
	display: inline-block;
	float: none;
	margin: 0.4em 0 0.4em 6px;
	font-size: 14px;
	font-weight: 500; 
	color: #fff;
	text-transform: uppercase;
}
#nav .menu li::before {
	content: "/";
	font-size: 16px;
}
#nav .menu li:first-child::before {
	display: none;
}
#nav .menu a {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 5px 10px;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	-webkit-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}
#nav .menu a:hover,
#nav .menu a.active,
#nav .menu a.active-trail {
	color: #ff8f95;
	text-decoration: none;
}


.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 6px 0 25px;
	padding: 0;
	list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
	padding: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding: 0 5px;
	color: #bdbdbd;
	content: "/";
}
.breadcrumb-item.active {
	color: #616161;
}


/********************************************** Slider **************************************************/

#slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#slider .slides {
	position: relative;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: left 0.4s ease-out 0s;
	transition: left 0.4s ease-out 0s;
}
#slider .slides.disable-animation {
	-webkit-transition: left 0s linear 0s;
	transition: left 0s linear 0s;
}
#slider .slide {
	float: left;
	position: relative;
	display: block;
	width: 100%;
	height: 100vh;
	min-height: 300px;
	padding-top: 70px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#slider .slide::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.25);/*0.45*/
}
#slider .slide .wrapper {
	position: absolute;
	top: 180%;
	left: 50%;
	margin-top: 35px;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 4px #000;/*2px*/
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: top 0.4s ease-out 0.15s;
	transition: top 0.4s ease-out 0.15s;
}
#slider .slide.visible .wrapper {
	top: 50%;
}
#slider .slide .wrapper p {
	margin: 0;
	font-size: 18px;
}
#slider .slide .wrapper .h1 {
	margin: 0 0 4px;
	font-size: 26px;
	font-weight: 400;
	text-transform: uppercase;
}
#slider .slide .wrapper .button {
	margin-top: 14px;
	text-shadow: none;
}

#slider .btn-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: rgba(100,100,100,0.25);
	opacity: 0;
	cursor: pointer;
	-webkit-text-shadow: 0 0 1px #444;
	text-shadow: 0 0 1px #444;
	-webkit-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	overflow: hidden;
	z-index: 1;
}
#slider .btn-nav:hover:not(.disabled) {
	background: rgba(100,100,100,0.7);
}
#slider .btn-nav.disabled {
	cursor: default;
}
#slider:hover .btn-nav {
	opacity: 1;
}
#slider .btn-nav[data-role="prev"] {
	left: 0;
}
#slider .btn-nav[data-role="next"] {
	right: 0;
}


/********************************************** Links **************************************************/

.links-wrapper {
	max-width: 1280px;
	margin: 0 auto;
}
#links a {
	float: left;
	position: relative;
	display: block;
	width: 25%;
	margin: 0;
	padding: 0 0 20%;
	color: #fff;
	text-decoration: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#links a:nth-child(6n+1) {
	background-color: #e91e63;
}
#links a:nth-child(6n+2) {
	background-color: #9c27b0;
}
#links a:nth-child(6n+3) {
	background-color: #673ab7;
}
#links a:nth-child(6n+4) {
	background-color: #3f51b5;
}
#links a:nth-child(6n+5) {
	background-color: #2196f3;
}
#links a:nth-child(6n) {
	background-color: #009688;
}
#links a:hover:nth-child(6n+1) {
	color: #e91e63;
}
#links a:hover:nth-child(6n+2) {
	color: #9c27b0;
}
#links a:hover:nth-child(6n+3) {
	color: #673ab7;
}
#links a:hover:nth-child(6n+4) {
	color: #3f51b5;
}
#links a:hover:nth-child(6n+5) {
	color: #2196f3;
}
#links a:hover:nth-child(6n) {
	color: #009688;
}
#links a:hover {
	background: #fff;
}

#links a > span {
	position: absolute;
	top: 15px;
	right: 15px;
	left: 15px;
}
#links a span span {
	float: left;
	display: block;
	padding: 6px 14px;
	text-transform: uppercase;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#links a:hover span span {
	color: #fff;
	background-color: #ff8100;
	border-color: #ff8100;
}


/********************************************** Gallery **************************************************/

.gallery {
	width: 80vh;
	max-width: 100%;
	/*height: 60vmin;*/
	max-height: 600px;
	overflow: hidden;
}

.gallery .images-wrapper {
	position: relative;
	overflow: hidden;
}
.gallery .preview {
	height: 79%;
}
.gallery .thumbnails {
	height: 20%;
	margin-top: 1%;
}

.gallery .preview .image-wrapper,
.gallery .preview .image {
	height: 47.4vmin;
}
.gallery .thumbnails .image-wrapper,
.gallery .thumbnails .image {
	height: 12vmin;
}

.gallery .images {
	position: relative;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: left 0.28s ease-out 0s;
	transition: left 0.28s ease-out 0s;
}
.gallery .images.disable-animation {
	-webkit-transition: left 0s linear 0s;
	transition: left 0s linear 0s;
}

.gallery .images-wrapper .image {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.gallery .images-wrapper .image img {
	display: none;
}

.gallery .image-wrapper,
.gallery .image {
	height: 100%;
	cursor: pointer;
}

.gallery .preview .image-wrapper {
	float: left;
	width: 100%;
}
.gallery .thumbnails .image-wrapper {
	float: left;
	width: 25%;
	padding: 0 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.gallery .btn-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: rgba(100,100,100,0.25);
	opacity: 0;
	cursor: pointer;
	-webkit-text-shadow: 0 0 1px #444;
	text-shadow: 0 0 1px #444;
	-webkit-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	overflow: hidden;
	z-index: 1;
}
.gallery .btn-nav[data-role="prev"] {
	left: 0;
}
.gallery .btn-nav[data-role="next"] {
	right: 0;
}
.gallery .btn-nav.disabled:hover {
	cursor: default;
}
.gallery .btn-nav:hover:not(.disabled) {
	background: rgba(100,100,100,0.7);
}
.gallery .images-wrapper:hover .btn-nav {
	opacity: 1;
}

.gallery .thumbnails.single {
	display: none;
}
.gallery .thumbnails .btn-nav {
	top: 0;
	width: 22px;
	height: 100%;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.gallery .thumbnails .btn-nav .icon {
	position: absolute;
	top: 50%;
	left: -4px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 22px;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.gallery .thumbnails .btn-nav.disabled .icon {
	opacity: 0.5;
}


.gallery-viewer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: unset;
	height: unset;
	max-height: 100%;
	padding: 2vh 0;
	background: rgba(0,0,0,0.9);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
	z-index: 9999;
}
.gallery-viewer.disable-animation {
	-webkit-transition: all 0s ease-out 0s;
	transition: all 0s ease-out 0s;
}
.gallery-viewer .btn-close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 66px;
	height: 60px;
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 2px #000;
	cursor: pointer;
	z-index: 1;
}
.gallery-viewer .btn-nav {
	opacity: 1;
}
.touch-device .gallery-viewer .btn-nav {
	opacity: 0;
}
.touch-device .gallery-viewer .images-wrapper:hover .btn-nav {
	opacity: 1;
}

.gallery-viewer .image-wrapper {
	float: left;
	/*height: 96vh;*/
}
.gallery-viewer .images .image {
	padding: 0 2%;
	cursor: default;
}
.gallery-viewer .images .image a {
	display: inline-block;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.gallery-viewer .images .image img {
	display: block;
	max-width: 100%;
	max-height: 96vh;
}


/********************************************* Categories *************************************************/

.categories-wrapper .page-title {
	display: none;
}

.categories {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin: 1% -1% -1%; 
}
.category {
	display: block;
	max-width: 23%;
	flex: 0 0 23%;
	margin: 0 1% 2%;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
	        box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
}
.category:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 7px 8px 0 rgba(0,0,0,0.05), 0 29px 26px 0 rgba(0,0,0,0.08);
	        box-shadow: 0 7px 8px 0 rgba(0,0,0,0.05), 0 29px 26px 0 rgba(0,0,0,0.08);
}
.category .wrapper {
	padding: 6%;
}
.category .content {
	overflow: hidden;
}
.category .icon {
	width: 100%;
	padding: 0 0 75%;
	background: no-repeat center center / contain transparent;
}
.category .icon:empty {
	background: #f9f9f9;
	background: -webkit-radial-gradient(#fff 30%, #f6f6f6 70%);
	background:    -moz-radial-gradient(#fff 30%, #f6f6f6 70%);
	background:      -o-radial-gradient(#fff 30%, #f6f6f6 70%);
	background:         radial-gradient(#fff 30%, #f6f6f6 70%);
}
.category .icon img {
	display: none;
}
.category .title {
	margin: 8px 0 0;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

@media (min-width: 1600px) {
	.categories {
		margin: 0.5% -0.5% -0.5%; 
	}
	.category {
		max-width: 19%;
		flex: 0 0 19%;
		margin: 0 0.5% 1%;
	}
}
@media (max-width: 1279px) {
	.categories {
		margin: 1.5% -1.5% -1.5%; 
	}
	.category {
		max-width: 30.3%;
		flex: 0 0 30.3%;
		margin: 0 1.5% 3%;
	}
}
@media (max-width: 1023px) {
	.categories {
		margin: 2% -2% -2%; 
	}
	.category {
		max-width: 46%;
		flex: 0 0 46%;
		margin: 0 2% 4%;
	}
}
@media (max-width: 800px) {
	.categories {
		margin: 2% -2% -2%; 
	}
	.category {
		max-width: 46%;
		flex: 0 0 46%;
		margin: 0 2% 4%;
	}
}
@media (max-width: 559px) {
	.categories {
		margin: 5% 0 -5%; 
	}
	.category {
		max-width: 100%;
		flex: 0 0 100%;
		margin: 0 0 10%;
	}
}


/********************************************** Products **************************************************/

.products-wrapper .page-title {
	display: none;
}

.product .code {
	margin: 0 0 4px;
	font-size: 12px;
	color: grey;
}
.product .buy-wrapper {
	display: table;
	width: 100%;
	margin: 10px 0 0;
	border-collapse: collapse;
}
.products .product .buy-wrapper > * {
	display: table-row;
}
.product .buy-wrapper > * > * {
	display: table-cell;
	vertical-align: middle;
}
.product .price .retail-price-label {
	display: block;
	margin: 0 0 3px;
	font-size: 12px;
	color: #d00;
}
.product .price .retail-price {
	display: block;
	font-size: 17px;
	font-weight: 500;
	line-height: 20px;
}
.product .price + .buy {
	width: 92px;
	padding: 0 0 0 5px;
}
.product .buy .btn {
	display: block;
	margin: 2px 0 0;
	padding: 3px 15px;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #f0ad6e;
	background: -webkit-linear-gradient(to bottom, #f0ad6e 0px, #eb9336 100%);
	   background: -moz-linear-gradient(to bottom, #f0ad6e 0px, #eb9336 100%);
	     background: -o-linear-gradient(to bottom, #f0ad6e 0px, #eb9336 100%);
	        background: linear-gradient(to bottom, #f0ad6e 0px, #eb9336 100%);
	background-repeat: repeat-x;
	border: 1px solid #e38d33;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
	        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.product .buy .btn:focus,
.product .buy .btn:hover {
	border-color: #d58512;
	background-color: #eb9316;
	background-position: 0 -15px;
}
.product .buy .btn.active,
.product .buy .btn:active {
	background-color: #eb9316;
	border-color: #e38d13;
}
.product .wholesale {
	display: block;
	margin: 10px 0 5px;
	font-size: 13px;
	font-weight: 500;
	color: #007900;
}


.products .product {
	float: left;
	position: relative;
	margin: 0 0 35px;
	overflow: hidden;
}
.products .product:hover {
	overflow: visible;
	z-index: 1;
}

.products .product .status {
	position: absolute;
	top: 12px;
	right: 5px;
	padding: 3px 18px;
	font-weight: 400;
	color: #fff;
	background: rgba(230,40,40,1);
	-webkit-text-shadow: 0 0 1px rgba(100,100,100,0.7);
	        text-shadow: 0 0 1px rgba(100,100,100,0.7);
	-webkit-border-radius: 4px 4px 2px;
	        border-radius: 4px 4px 2px;
	-webkit-box-shadow: 0 0 2px rgba(150,150,150,0.5);
	        box-shadow: 0 0 2px rgba(150,150,150,0.5);
}
.products .product .status::after {
	content: " ";
	position: absolute;
	right: 1px;
	bottom: -10px;
	display: block;
	width: 0;
	height: 0;
	border-color: rgba(210,20,20,1) transparent;
	border-style: solid;
	border-width: 10px 6px 0 0;
}
.products .product .status.new {
	background: rgba(0,170,0,1);
}
.products .product .status.new::after {
	border-color: rgba(0,150,0,1) transparent;
}
.products .product .status.bestseller {
	background: rgba(255,125,0,1);
}
.products .product .status.bestseller::after {
	border-color: rgba(235,105,0,1) transparent;
}

/*@media only screen and (min-width: 1801px) {
	.products .product {
		width: 16.66666%
	}
	.products .product:nth-child(6n+1) {
		clear: both;
	}
	.products .product .photo {
		height: 8vw;
	}
}*/
@media only screen and (min-width: 1800px) /*and (max-width: 1800px)*/ {
	.products .product {
		width: 20%
	}
	.products .product:nth-child(5n+1) {
		clear: both;
	}
	.products .product .photo {
		height: 10vw;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1799px) {
	.products .product {
		width: 25%
	}
	.products .product:nth-child(4n+1) {
		clear: both;
	}
	.products .product .photo {
		height: 12vw;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
	.products .product {
		width: 33.333332%
	}
	.products .product:nth-child(3n+1) {
		clear: both;
	}
	.products .product .photo {
		height: 15vw;
	}
	.with-left-column .left-column {
		width: 280px;
	}
	.with-left-column .left-column + .main-column {
		margin-left: 295px;
	}
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
	.products .product {
		width: 50%
	}
	.products .product:nth-child(2n+1) {
		clear: both;
	}
	.products .product .photo {
		height: 18vw;
	}
	.with-left-column .left-column {
		width: 280px;
	}
	.with-left-column .left-column + .main-column {
		margin-left: 295px;
	}
}
@media only screen and (min-width: 801px) and (max-width: 899px) {
	.products .product {
		width: 100%
	}
	.products .product {
		clear: both;
	}
	.products .product .photo {
		height: 32vw;
	}
	.products .product:hover .wrapper {
		position: relative !important;
		padding: 0 !important;
	}
	.products .product:hover .desc {
		display: none !important;
	}
	.with-left-column .left-column {
		width: 280px;
	}
	.with-left-column .left-column + .main-column {
		margin-left: 295px;
	}
}
@media only screen and (min-width: 560px) and (max-width: 800px) {
	.products .product {
		width: 50%
	}
	.products .product:nth-child(2n+1) {
		clear: both;
	}
	.products .product .photo {
		height: 30vw;
	}
}
@media only screen and (max-width: 559px) {
	.products .product {
		width: 100%
	}
	.products .product {
		clear: both;
	}
	.products .product .photo {
		height: 60vw;
	}
	.products .product:hover .wrapper {
		position: relative !important;
		padding: 0 !important;
	}
	.products .product:hover .desc {
		display: none !important;
	}
}

.products .product:hover .wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 0 35px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.products .product .content {
	padding: 12px;
}
.products .product:hover .content {
	margin: -2px;
	border: 2px solid #ffae60;
	border-radius: 5px;
	background-color: white;
	-webkit-box-shadow: 5px 5px 13px 0 rgba(54, 69, 102, 0.5);
	        box-shadow: 5px 5px 13px 0 rgba(54, 69, 102, 0.5);
}
.products .product .title {
	height: 3.3em;
	margin: 7px 0 5px;
	font-size: 1em;
	font-weight: inherit;
	overflow: hidden;
}
.products .product .photo {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
}
.products .product .photo:empty {
	background: #f9f9f9;
	background: -webkit-radial-gradient(#fff 30%, #f6f6f6 70%);
	background: -o-radial-gradient(#fff 30%, #f6f6f6 70%);
	background: -moz-radial-gradient(#fff 30%, #f6f6f6 70%);
	background: radial-gradient(#fff 30%, #f6f6f6 70%);
}
.products .product .photo img {
	display: none;
}
.products .product .code {
	margin: 0 0 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.products .product .desc {
	display: none;
	margin: 10px 0 0;
}
.products .product:hover .desc {
	display: block;
}
.products .product .desc .wholesale + .brief-desc {
	margin: 10px 0 0;
}
.products .product .desc .brief-desc p {
	margin: 0;
}


.product-wrapper {
	margin: 11px 0 0;
}
.product-wrapper h1 {
	display: none;
}
.product-wrapper .gallery-wrapper {
	float: left;
	/*min-*/width: 80vmin;
	max-width: 100%;
	margin: 2px 30px 20px 0;
	-webkit-box-shadow: 0 -2px 3px rgba(230, 230, 230, 0.5);
	box-shadow: 0 -2px 3px rgba(230, 230, 230, 0.5);
}
.product-wrapper.single-column h1 {
	display: block;
}
.product-wrapper.single-column .gallery-wrapper {
	float: none;
	margin: 2px auto 30px;
}
.product-wrapper.single-column .page-title {
	display: none;
}
.product-wrapper .product .info {
	min-width: 210px;
	margin: 0 0 20px;
	overflow: hidden;
}
.product-wrapper .product .buy-wrapper {
	width: inherit;
}
.product-wrapper .product .price + .buy {
	padding: 0 0 0 20px;
}
.product-wrapper .desc {
	clear: both;
}

.buy-form .label {
	color: grey;
	font-size: 13px;
}
.buy-form .photo {
	float: left;
	width: 30%;
	margin: 0 10px 0 0;
}
.buy-form .code {
	margin: 0 0 3px;
}
.buy-form form {
	margin: 15px 0 0;
}


/********************************************** Contacts **************************************************/

.contacts-wrapper {
	margin-top: 16px; 
}
.contacts-wrapper,
.contacts-wrapper form .actions {
	text-align: center;
}
.contacts-wrapper form {
	max-width: 427px;
	margin: 0 auto;
	text-align: left;
}
.contact-info {
	margin: 0 0 2.857em;
}
.contact-info .label {
	margin-right: 5px;
	color: #999;
}
.contact-info a {
	text-decoration: none;
}
.contact-info a:hover {
	text-decoration: underline;
}

table.contact-info {
	width: auto;
	margin: 0 auto 2.857em;
	border: 0 none;
	border-collapse: collapse;
}
table.contact-info td {
	padding: 0;
	border: 0 none;
	text-align: left;
	vertical-align: top;
}
table.contact-info td:first-child {
	text-align: right;
}
table.contact-info .email td {
	padding: 3px 0 0;
}


/********************************************* Rich Text ****************************************************/

body.rich-text {
	width: auto !important;
	padding: 10px 15px;
}

.rich-text .width-100 {
	width: 100% !important;
	margin: 1em 0 !important;
	padding: 0 !important;
}

.rich-text .left-75,
.rich-text .left-50,
.rich-text .left-25 {
	float: left !important;
	margin: 6px 2% 6px 0 !important;
	padding: 0 !important;
}

.rich-text .right-75,
.rich-text .right-50,
.rich-text .right-25 {
	float: right !important;
	margin: 6px 0 6px 2% !important;
	padding: 0 !important;
}

.rich-text .left-75 {
	width: 73% !important;
}
.rich-text .left-50 {
	width: 48% !important;
}
.rich-text .left-25 {
	width: 23% !important;
}
.rich-text .right-75 {
	width: 73% !important;
}
.rich-text .right-50 {
	width: 48% !important;
}
.rich-text .right-25 {
	width: 23% !important;
}

.rich-text img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	border: 0 none !important;
}

.rich-text table,
.rich-text table th,
.rich-text table td {
	width: auto !important;
	height: auto !important;
}

.rich-text *:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 1501px) {
	.rich-text .left-75,
	.rich-text .left-50,
	.rich-text .left-25 {
		margin-right: 1% !important;
	}
	
	.rich-text .right-75,
	.rich-text .right-50,
	.rich-text .right-25 {
		margin-left: 1% !important;
	}
}

@media only screen and (min-width: 1301px) and (max-width: 1500px) {
	.rich-text .left-75,
	.rich-text .left-50,
	.rich-text .left-25 {
		margin-right: 1.5% !important;
	}
	
	.rich-text .right-75,
	.rich-text .right-50,
	.rich-text .right-25 {
		margin-left: 1.5% !important;
	}
}

@media only screen and (min-width: 801px) and (max-width: 1023px) {
	.with-left-column .rich-text .left-75,
	.with-left-column .rich-text .right-75 {
		width: 100% !important;
		margin: 1em 0 !important;
	}
	.with-left-column .rich-text .left-25,
	.with-left-column .rich-text .right-25 {
		width: 48% !important;
	}
}

@media only screen and (max-width: 800px) {
	.rich-text .left-75,
	.rich-text .right-75 {
		float: none !important;
		width: 100% !important;
		margin: 1em 0 !important;
	}
	.rich-text .left-25,
	.rich-text .right-25 {
		width: 48% !important;
	}
}
@media only screen and (max-width: 459px) {
	.rich-text .left-50,
	.rich-text .left-25,
	.rich-text .right-50,
	.rich-text .right-25 {
		float: none !important;
		width: 100% !important;
		margin: 1em 0 !important;
	}
}


/******************************************** Breakpoints **************************************************/

@media only screen and (min-width: 801px) {
	.mobile {
		display: none;
	}
}

@media only screen and (max-width: 1000px) {
	#links a {
		width: 33.3333%;
		padding-bottom: 25%;
	}
}

@media only screen and (max-width: 980px) {
	#nav .menu li {
		margin-left: 0;
	}
	#nav .menu a {
		margin-left: 4px;
	}
}

@media only screen and (max-width: 800px) {
	header {
		position: static;
		height: auto;
		padding: 0;
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 56px;
		padding: 7px 15px;
		background: #1f293b;
		-webkit-box-shadow: 0 0 5px #333;
		box-shadow: 0 0 5px #333;
		z-index: 999;
	}
	#header .btn-menu-back,
	#header .btn-menu {
		position: absolute;
		top: 0;
		display: block;
		width: 70px;
		height: 100%;
		cursor: pointer;
		-webkit-transition: color 0.3s ease 0s;
		transition: color 0.3s ease 0s;
	}
	#header .btn-menu-back {
		left: -70px;
		font-size: 55px;
		line-height: 68px;
		color: #fff;
		overflow: hidden;
		-webkit-transition: all 0.25s linear 0s;
		transition: all 0.25s linear 0s;
	}
	#header .btn-menu:hover,
	#header .btn-menu-back:hover {
		color: #ff8f95;
	}
	
	#header #logo {
		position: absolute;
		top: 7px;
		left: 15px;
		-webkit-transition: all 0.25s linear 0s;
		transition: all 0.25s linear 0s;
	}
	
	.sub-menu-visible #header .btn-menu-back {
		left: 0;
	}
	.sub-menu-visible #header #logo {
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	
	#header .btn-menu {
		right: 0;
	}
	#header .btn-menu .icon {
		position: relative;
		top: 22px;
		left: 20px;
		display: block;
		width: 32px;
		height: 26px;
		color: #fff;
	}
	#header .btn-menu .icon span {
		display: block;
		top: 50%;
		margin-top: -2px;
		color: transparent;
		overflow: hidden;
		text-indent: -9999px;
	}
	#header .btn-menu .icon span,
	#header .btn-menu .icon::before,
	#header .btn-menu .icon::after {
		content: "";
		display: block;
		width: 100%;
		height: 4px;
		position: absolute;
		left: 0;
		background: #fff;
		-webkit-transition: all 0.15s linear 0s;
		transition: all 0.15s linear 0s;
	}
	#header .btn-menu:hover .icon span,
	#header .btn-menu:hover .icon::before,
	#header .btn-menu:hover .icon::after {
		background-color: #ff8f95;
	}
	#header .btn-menu .icon::before {
		top: 0;
	}
	#header .btn-menu .icon::after {
		bottom: 0;
	}
	#header .btn-menu.active .icon span {
		display: none;
	}
	#header .btn-menu.active .icon::before {
		top: 50%;
		margin-top: -2px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#header .btn-menu.active .icon::after {
		top: 50%;
		margin-top: -2px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	
	#nav > .menu {
		position: fixed;
		top: 70px;
		left: 100%;
		width: 100%;
		height: 0;
		max-height: calc(100% - 70px);
		margin: 0;
		padding: 0;
		background-color: #1f293b;
		text-align: left;
		overflow: auto;
		z-index: 990;
		-webkit-transition: all 0.25s linear 0s;
		transition: all 0.25s linear 0s;
	}
	#nav > .menu.disable-animation {
		-webkit-transition: none;
		transition: none;
	}
	#nav > .menu[data-level="0"] {
		text-align: center;
	}
	#nav > .menu[data-level="0"],
	#nav > .menu.visible {
		left: 0;
	}
	#nav > .menu.children-visible[data-level="0"],
	#nav > .menu.children-visible {
		left: -100%;
	}
	#nav.opened > .menu {
		height: auto;
	}
	#nav .menu li {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
		border-top: 1px solid #5f5f5f;
		white-space: normal;
	}
	#nav .menu li::before {
		display: none;
		margin: 0;
	}
	#nav .menu li a {
		display: block;
		margin: 0;
		padding: 10px 20px;
		font-size: 20px;
	}
	#nav .menu li.has-children a::after {
		font-family: "fontello";
		font-style: normal;
		font-weight: normal;
		speak: none;
		content: "\e801";
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		padding: 0 8px;
		font-size: 24px;
		line-height: 24px;
	}
	
	.button {
		display: block;
		width: 100%;
		margin: 0 0 1em;
	}
	
	.links-wrapper {
		margin: -20px !important;
	}
	
	
	.with-left-column .left-column {
		display: none;
	}
	.with-left-column .left-column + .main-column {
		margin-left: 0;
	}
}

@media only screen and (max-width: 770px) {
	#links a {
		width: 50%;
		padding-bottom: 40%;
	}
}

@media only screen and (max-width: 459px) {
	.links-wrapper {
		margin: -20px !important;
	}
}

@media only screen and (max-width: 400px) {
	#links a {
		width: 100%;
		padding-bottom: 90%;
	}
}

