header,
nav {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
header,
nav,
footer {
	background: #000;
	text-align: center;
}
header {
	position: fixed;
	z-index: 50;
	top: 0;
	width: 100%;
	-webkit-transform: translate3d(0, -193px, 0);
	-moz-transform: translate3d(0, -193px, 0);
	-ms-transform: translate3d(0, -193px, 0);
	-o-transform: translate3d(0, -193px, 0);
	transform: translate3d(0, -193px, 0);
	-webkit-transition: all 0.36s ease-in-out;
	-moz-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}
header .inner {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 1280px;
	height: 57px;
	padding: 0 30px;
}
.header-left {
	position: absolute;
	left: 30px;
}
.main .menu-overlay {
	position: fixed;
	visibility: hidden;
	z-index: 50;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	pointer-events: none;
	-webkit-transform: translate3d(0, 57px, 0);
	-moz-transform: translate3d(0, 57px, 0);
	-ms-transform: translate3d(0, 57px, 0);
	-o-transform: translate3d(0, 57px, 0);
	transform: translate3d(0, 57px, 0);
}
.main .menu-white-background {
	position: fixed;
	display: block;
	visibility: hidden;
	top: 57px;
	left: 0;
	z-index: 51;
	width: 100%;
	height: 480px;
	background: #fff;
}
.main .menu-overlay,
.main .menu-white-background {
	-webkit-animation: fadeOutFromBlock 0s;
	-o-animation: fadeOutFromBlock 0s;
	animation: fadeOutFromBlock 0s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.menu-opened .main .menu-overlay,
.menu-opened .main .menu-white-background {
	-webkit-animation: fadeInFromNone 0.49s;
	-o-animation: fadeInFromNone 0.49s;
	animation: fadeInFromNone 0.49s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.menu-already-opened .main .menu-overlay,
.menu-already-opened .main .menu-white-background {
	-webkit-animation-duration: 0.49s;
	-moz-animation-duration: 0.49s;
	-o-animation-duration: 0.49s;
	animation-duration: 0.49s;
	visibility: inherit;
}
nav {
	font-size: 0;
	height: 57px;
	line-height: 57px;
}
.navigation .main-category {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	z-index: 1;
	height: 57px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: color 0.36s ease-in-out;
	-moz-transition: color 0.36s ease-in-out;
	-o-transition: color 0.36s ease-in-out;
	transition: color 0.36s ease-in-out;
}
.navigation .main-category.active {
	z-index: 2;
	color: #adda0b;
}
.navigation .main-category-link {
	display: block;
	height: 57px;
	padding: 0 15px;
	color: inherit;
}
.navigation .main-category:first-child .main-category-link {
	padding-left: 0;
}
.navigation .main-category .main-category-link span {
	display: block;
	height: 57px;
	border-bottom: 3px solid transparent;
	-webkit-transition: border 0.36s ease-in-out;
	-moz-transition: border 0.36s ease-in-out;
	-o-transition: border 0.36s ease-in-out;
	transition: border 0.36s ease-in-out;
}
.navigation .main-category.active .main-category-link span {
	border-bottom-color: #adda0b;
}
.navigation .main-category-dropdown {
	position: fixed;
	display: none;
	top: 57px;
	left: 0;
	width: 100%;
	height: 480px;
	background: #fff;
	line-height: 1.2em;
	opacity: 0;
	-webkit-transform: translate3d(0, 193px, 0);
	-moz-transform: translate3d(0, 193px, 0);
	-o-transform: translate3d(0, 193px, 0);
	transform: translate3d(0, 193px, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.navigation .main-category-dropdown .inner {
	height: 100%;
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: left;
	font-size: 0;
}
.navigation .main-category-column {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 100%;
	padding: 0 26px;
}
.navigation .main-category-column:first-child {
	padding-left: 0;
}
.navigation .main-category-column:not(:first-child) {
	border-left: 1px solid #f2f2f2;
}
.navigation .main-category-column:last-of-type {
	border-right: 1px solid #f2f2f2;
}
.navigation .navigation-block {
	float: right;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	color: #000;
	font-size: 12px;
	font-weight: 400;
}
.child-category:not(:first-child) {
	margin-top: 16px;
}
.navigation .child-category-link {
	color: #000;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
.child-category-filters {
	margin-top: 4px;
}
.child-category-filter {
	line-height: 20px;
}
.child-category-filter.see-all a {
	font-weight: 700;
	color: #000;
}
.child-category-filter.see-all a:after {
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: -1px;
	width: 9px;
	height: 13px;
	margin-left: 1px;
	background: url("../images/sprite.svg") no-repeat 0 -203px;
}
.navigation .child-category-filter-link {
	display: block;
	color: #58595b;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}
.navigation .child-category-filter-link:hover {
	color: #000;
}
.navigation .mobile-search-language-wrapper {
	display: none;
}
.logo {
	display: inline-block;
	height: 57px;
	padding-top: 15px;
}
.logo img {
	width: 155px;
	height: 27px;
}
.mobile-icons-left,
.mobile-icons-right {
	display: none;
}
.header-icons {
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 30px;
	margin-top: -9px;
	font-size: 0;
}
.header-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: opacity 0.36s ease-in-out;
	-moz-transition: opacity 0.36s ease-in-out;
	-o-transition: opacity 0.36s ease-in-out;
	transition: opacity 0.36s ease-in-out;
}
.header-icon:not(:last-child) {
	margin-right: 30px;
}
.header-icon:before,
.header-icon:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url("../images/sprite.svg") no-repeat;
	-webkit-transition: opacity 0.36s ease-in-out;
	-moz-transition: opacity 0.36s ease-in-out;
	-o-transition: opacity 0.36s ease-in-out;
	transition: opacity 0.36s ease-in-out;
}
.header-icon:not(.language):after {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.header-icon.language:before {
	width: 18px;
	height: 14px;
}
.header-icon.language.selected:before {
	border: 1px solid #313131;
}
.header-icon.language[data-flag="bg"]:before {
	background-position: 0 -1099px;
}
.header-icon.language.selected[data-flag="bg"]:before {
	background-position: -1px -1100px;
}
.header-icon.language[data-flag="en"]:before {
	background-position: -99px -1099px;
}
.header-icon.language.selected[data-flag="en"]:before {
	background-position: -100px -1100px;
}
.header-icon.language[data-flag="ro"]:before {
	background-position: 0 -1143px;
}
.header-icon.language.selected[data-flag="ro"]:before {
	background-position: -1px -1144px;
}
.header-icon.language .arrow {
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 11px;
	margin-left: 9px;
	background: url("../images/sprite.svg") no-repeat -49px -204px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.header-icon.language.selected:after {
	position: absolute;
	top: -3px;
	left: -4px;
	z-index: -1;
	width: 46px;
	height: 20px;
	background: #2b2b2b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.header-icon.search:before,
.header-icon.search:after {
	width: 17px;
	height: 17px;
	background-position: 0 -24px;
}
.header-icon.profile:before,
.header-icon.profile:after {
	width: 18px;
	height: 18px;
	background-position: 0 -49px;
}
.header-icon.favourites:before,
.header-icon.favourites:after {
	width: 19px;
	height: 18px;
	background-position: 0 -75px;
}
.header-icon.cart:before,
.header-icon.cart:after {
	width: 13px;
	height: 18px;
	background-position: 0 -101px;
}
.header-icon-text {
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	-webkit-transition: color 0.36s ease-in-out;
	-moz-transition: color 0.36s ease-in-out;
	-o-transition: color 0.36s ease-in-out;
	transition: color 0.36s ease-in-out;
}
.header-icon-text:not(:empty) {
	margin-left: 10px;
}
.header-icon-text.cart-counter:not(:empty) {
	margin-left: 10px;
}
.header-icon-text.cart-counter:not(:empty):before {
	content: "(";
}
.header-icon-text.cart-counter:not(:empty):after {
	content: ")";
}
.header-icon-text.cart-total:not(:empty) {
	margin-left: 3px;
}
.main {
	z-index: 49;
}
.main:not(.grid) {
	position: relative;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	padding-top: 57px;
	min-height: calc(100vh - 57px);
}
/* Top image */
.products-top-image {
	margin-bottom: 20px;
	-webkit-transition: all 0.36s ease-in-out;
	-moz-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}
.products-top-image img {
	display: block;
	width: 100%;
}
/* Flash messages */
.flash-messages-wrapper {
	position: fixed;
	top: 0;
	z-index: 51;
	width: 100%;
	height: 57px;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-animation: flash-message;
	-o-animation: flash-message;
	animation: flash-message;
	-webkit-animation-duration: 5s;
	-moz-animation-duration: 5s;
	-o-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
/* The animation code */
@-webkit-keyframes flash-message {
	0%, 100% {
		-webkit-transform: translate3d(0, -100%, 0);
		-moz-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		-o-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	20%, 80% {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-o-keyframes flash-message {
	0%, 100% {
		-webkit-transform: translate3d(0, -100%, 0);
		-moz-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		-o-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	20%, 80% {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes flash-message {
	0%, 100% {
		-webkit-transform: translate3d(0, -100%, 0);
		-moz-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		-o-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	20%, 80% {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.flash-message {
	padding: 10px;
	height: 100%;
}
.flash-message.success {
	color: #000;
	background: #adda0b;
	border-bottom: 1px solid #87aa09;
}
.flash-message.error {
	color: #fff;
	background: #be1e2d;
	border-bottom: 1px solid #8d1622;
}