a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

html {
	box-sizing: border-box
}

*,
:after,
:before {
	box-sizing: inherit
}

button,
input[type=button],
input[type=email],
input[type=password],
input[type=reset],
input[type=submit],
input[type=tel],
input[type=text],
input[type=url],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a[href],
input[type=checkbox],
input[type=radio],
label[for],
select {
	cursor: pointer
}

button,
input[type=button],
input[type=image],
input[type=reset],
input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=image]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
	border: 0
}

.hide {
	position: absolute;
	left: -9999em
}

.clearfix:after {
	content: '';
	display: block;
	clear: both
}

h1,
.h2,
.h3,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 400;
	font-family: SofiaProLight, sans-serif
}

strong {
	font-weight: 700
}

em {
	font-style: italic
}

del {
	text-decoration: line-through
}

td,
th {
	vertical-align: top
}

th {
	font-weight: 400;
	text-align: left
}

address,
cite,
dfn {
	font-style: normal
}

abbr,
acronym {
	border-bottom: 1px dotted #999;
	cursor: help
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

textarea {
	overflow: auto
}

html {
	height: 100%
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
	display: block
}

button,
input,
select {
	outline: 0;
	font-family: 'Quicksand', "Roboto", "Open Sans", sans-serif
}

.row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -50px;
	margin-left: -50px
}

.row.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.row.no-gutters>.col,
.row.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 50px;
	padding-left: 50px
}

.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.col-1 {
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}

.order-last {
	-webkit-order: 13;
	-ms-flex-order: 13;
	order: 13
}

.order-0 {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}

.order-1 {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.t-item {
	outline: 0
}

.slick-slide {
	display: none;
	float: left;
	outline: 0;
	height: 100%;
	min-height: 1px
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-arrow.slick-hidden {
	display: none
}

@font-face {
	font-family: SofiaProLight;
	src: url(../fonts/SofiaProLight.eot);
	src: url(../fonts/SofiaProLight.eot) format("embedded-opentype"), url(../fonts/SofiaProLight.woff2) format("woff2"), url(../fonts/SofiaProLight.woff) format("woff"), url(../fonts/SofiaProLight.ttf) format("truetype"), url(../fonts/SofiaProLight.svg#SofiaProLight) format("svg")
}

body {
	font: 300 20px/1.75 'Quicksand', "Roboto", "Open Sans", sans-serif;
	background: #fff;
	-webkit-text-size-adjust: none;
	position: relative;
	color: #28292d;
	height: 100%
}

html {
	height: 100%
}

button {
	background: 0 0;
	padding: 0;
	border: 0;
	outline: 0;
	transition: all .2s ease
}

img {
	max-width: 100%
}

a {
	text-decoration: none;
	transition: all .2s ease;
	outline: 0;
	color: inherit
}

.ml-auto {
	margin-left: auto
}

.container {
	padding: 0 35px;
	width: 1530px;
	max-width: 100%;
	margin: 0 auto
}

.body {
	position: relative;
	-webkit-flex-grow: 5;
	-ms-flex-positive: 5;
	flex-grow: 5;
	overflow: hidden;
	min-height: 100%
}

img {
	max-width: 100%;
	height: auto
}

.icon {
	max-width: 100%
}

.wrap {
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	position: relative
}

.header {
	position: absolute;
	top: 0;
	z-index: 999;
	left: 0;
	transition: background .2s ease;
	color: #fff;
	right: 0
}

.moved-header .header {
	position: fixed;
	top: -51px;
	background: #1b1c1e
}

.header .logo {
	position: absolute;
	top: 94px;
	left: 0;
	z-index: 10;
	right: 0;
	width: 130px;
	height: 25px;
	transition: opacity .2s ease;
	margin: auto;
	display: block
}

.header .logo:hover {
	opacity: .5
}

.header .logo .icon {
	fill: #fff;
	transition: all .2s ease;
	height: inherit
}

.active-menu .header .logo .icon,
.hovered-sub .header .logo .icon,
.moved-header .header .logo .icon {
	fill: #28292d
}

.head-bar {
	padding: 12px 0 14px;
	font-weight: 500;
	font-size: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.head-bar .contacts {
	float: left
}

.head-bar .contacts li {
	padding-right: 24px;
	letter-spacing: 1.05px;
	font-size: 14px
}

.head-bar .contacts a:hover {
	opacity: .5
}

.head-bar li {
	display: inline-block
}

.head-bar:after {
	content: "";
	clear: both;
	display: block
}

.langs {
	position: absolute;
	top: 0;
	width: 150px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center
}

.langs li {
	padding: 15px 12px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .9px;
	text-transform: uppercase
}

.langs li a {
	opacity: .5
}

.langs li a:hover,
.langs li.active a {
	opacity: 1
}

.fast-links {
	float: right;
	padding-top: 3px
}

.fast-links a {
	display: inline-block;
	vertical-align: top;
	margin-left: 24px
}

.fast-links a:hover {
	opacity: .5
}

.fast-links .icon {
	fill: #fff;
	height: 19px;
	display: block;
	margin: auto;
	width: 20px
}

.fast-links .icon.icon-user {
	width: 15px
}

.nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.nav .back {
	display: none
}

.moved-header .head-main {
	border-bottom: 1px solid rgba(40, 41, 45, .15);
	background: #fff
}

.menu {
	font-size: 14px;
	font-weight: 500;
	padding: 24px 0;
	letter-spacing: 1.05px;
	text-transform: uppercase;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.menu+.menu>li {
	margin: 0 0 0 50px
}

.menu>li {
	margin-right: 50px
}

.menu>li:hover>a {
	border-color: #fff
}

.active-menu .menu>li:hover>a,
.hovered-sub .menu>li:hover>a,
.moved-header .menu>li:hover>a {
	border-color: #28292d
}

.menu>li.with-sub>a {
	cursor: default
}

.menu>li>a {
	display: block;
	position: relative;
	z-index: 9;
	padding: 20px 0 17px;
	border-bottom: 1px solid transparent
}

.active-menu .menu>li>a,
.hovered-sub .menu>li>a,
.moved-header .menu>li>a {
	color: #28292d
}

.menu>li>a:hover {
	border-color: #fff
}

.active-menu .menu>li>a:hover,
.hovered-sub .menu>li>a:hover,
.moved-header .menu>li>a:hover {
	border-color: #28292d
}

.menu>li .sub-nav {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	z-index: 8;
	top: 51px;
	left: 0;
	max-height: calc(100vh);
	overflow: auto;
	background: #fff;
	-webkit-overflow-scrolling: touch;
	transition: all .2s ease;
	right: 0;
	padding-bottom: 88px
}

.menu>li .sub-nav>ul {
	padding: 0 35px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 136px;
	padding-bottom: 88px;
	max-width: 1510px;
	margin: auto;
	position: relative
}

.menu>li .sub-nav>ul:after {
	content: "";
	clear: both;
	display: block
}

.menu>li .sub-nav>ul>li {
	color: #28292d;
	font-size: 20px;
	width: 21.05%;
	letter-spacing: 1.2px;
	line-height: 33px;
	text-transform: uppercase
}

.menu>li .sub-nav>ul>li.preview-image {
	width: 32%;
	margin: 180px 0 -15px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	height: calc(100% - 140px);
	text-align: center;
	transition: opacity .2s ease;
	margin-left: auto;
	opacity: 0
}

.menu>li .sub-nav>ul>li.preview-image img {
	max-height: 100%
}

.menu>li .sub-nav>ul>li.preview-image.active {
	opacity: 1
}

.menu>li .sub-nav>ul>li:nth-child(2) {
	border-left: 1px solid rgba(40, 41, 45, .1);
	padding-left: 7%;
	width: 28%
}

.menu>li .sub-nav>ul>li .icon {
	display: none
}

.menu>li .sub-nav>ul>li>a {
	display: block;
	padding: 20px 0 36px
}

.menu>li .sub-nav>ul>li>a:hover {
	opacity: .5
}

.menu>li .sub-nav>ul>li ul a {
	display: inline-block;
	vertical-align: top;
	font-family: 'Quicksand', "Roboto", "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .35px;
	line-height: 25px;
	margin: 7px 0;
	text-transform: uppercase;
	border-bottom: 1px solid transparent
}

.menu>li .sub-nav>ul>li ul a:hover {
	border-color: #28292d
}

.menu>li:hover>.sub-nav {
	opacity: 1;
	pointer-events: auto
}

.slick-arrow {
	position: absolute;
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	z-index: 9;
	height: 30px;
	padding: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 0;
	background: 0 0;
	text-indent: -999em
}

.slick-arrow.slick-prev {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.slick-arrow.slick-next {
	left: auto;
	right: 5px
}

.slick-arrow svg {
	width: 11px;
	height: 20px;
	margin: auto;
	display: block
}

.hero {
	background-color: #28292d;
	min-height: 319px;
	padding: 178px 0 76px;
	text-align: center;
	color: #fff
}

.hero h1,
.hero .h1 {
	max-width: 1000px;
	margin: auto;
	font-weight: 400;
	font-family: SofiaProLight, sans-serif;
}

.hero.hero-cat {
	padding-top: 228px
}

.hero.hero-cat h1,
.hero.hero-cat .h1 {
	padding-bottom: 50px
}

.breadcrumbs ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #707070;
	font-size: 13px;
	letter-spacing: .075em;
	font-weight: 400;
	padding: 22px 0 0;
	margin-bottom: -45px
}

.breadcrumbs ul a:hover {
	color: #fff
}

.breadcrumbs ul li {
	position: relative
}

.breadcrumbs ul li+li {
	padding-left: 55px
}

.breadcrumbs ul .icon {
	position: absolute;
	left: 13px;
	top: 9px;
	fill: #707070;
	width: 30px;
	height: 7px
}

.specs-trigger {
	text-align: center;
	padding: 30px 0
}

.specs-trigger a {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: 500;
	border-bottom: 1px solid #28292d;
	padding: 14px 0
}

.specs-trigger a:hover {
	border-color: transparent
}

.qnt-select {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 20px;
	padding: 26px 0 34px;
	font-weight: 400;
	line-height: 36px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.qnt-select .num {
	min-width: 75px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top
}

.qnt-select button {
	width: 20px;
	height: 36px;
	margin: 0;
	background: 0 0;
	border: 0;
	position: relative;
	padding: 0
}

.qnt-select button:hover {
	opacity: .5
}

.qnt-select button .icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 11px;
	height: 11px
}

.product-details {
	padding: 110px 0 0
}

.product-details .images {
	position: relative
}

.product-details .images .slick-dots {
	bottom: 0;
	padding: 15px 0;
	z-index: 99;
	left: 0;
	right: 0;
	position: absolute
}

.product-details .images .love {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	padding: 15px;
	margin: 29px 35px
}

.product-details .images .love:hover {
	opacity: .5
}

.product-details .images .love .icon {
	width: 22px;
	height: 19px;
	fill: #28292d
}

.product-details .images img {
	margin: auto;
	display: block
}

.product-details .w-div {
	margin-bottom: 47px
}

.product-details .images-slider>img {
	display: none
}

.product-details .images-slider>img:first-child {
	display: block
}

.product-details .price {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase
}

.product-details .price .value-text,
.product-details .price .value {
	font-size: 53px;
	font-family: SofiaProLight, sans-serif;
	font-weight: 400;
	line-height: 55px;
	padding-top: 2px
}

.top-filters {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -50px;
	padding-bottom: 78px
}

.product-details .top-filters {
	display: block;
	padding: 0;
	margin: 0
}

.product-details .top-filters .item {
	margin: 35px 0 44px;
	width: auto;
	display: block
}

.top-filters .item {
	width: 290px;
	position: relative;
	margin: 23px 50px;
	padding-top: 11px
}

.top-filters .item label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.top-filters .error {
	font-size: 13px;
	font-weight: 500;
	color: #8fb6cb;
	position: absolute;
	pointer-events: none;
	background: #fff;
	z-index: 1;
	top: -10px;
	line-height: normal;
	left: 0;
	transition: all .2s ease;
	opacity: 0
}

.top-filters .error:before {
	content: "!";
	font-size: 14px;
	font-weight: 700;
	color: #8fb6cb;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	border: 1px solid #8fb6cb;
	width: 20px;
	height: 20px;
	position: absolute;
	left: -30px;
	top: -1px
}

.top-filters label {
	display: block;
	opacity: .5;
	color: #28292d;
	font-size: 10px;
	pointer-events: none;
	letter-spacing: .75px;
	position: absolute;
	transition: all .2s ease;
	font-weight: 400;
	text-transform: uppercase
}

.top-filters .placeholder~.error {
	opacity: 1;
	line-height: 19px;
}

.top-filters .placeholder+label {
	font-size: 13px;
	letter-spacing: 0;
	padding-top: 14px
}

.top-filters select::-ms-expand {
	display: none
}

.top-filters select:focus::-ms-value {
	color: #28292d;
	background: 0 0
}

.top-filters .icon {
	float: right;
	position: absolute;
	z-index: 1;
	width: 12px;
	height: 6px;
	margin: 13px 0 0;
	opacity: .5;
	right: 0;
	pointer-events: none
}

.selected-item,
.top-filters select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	text-indent: .01px;
	text-overflow: '';
	display: block;
	width: 100%;
	border: 0;
	background: 0 0;
	font-size: 13px;
	color: #28292d;
	padding: 0;
	padding-right: 20px;
	border-bottom: 1px solid #d6d6d7;
	height: 28px
}

..top-filters select option {
	font-size: 16px
}

.s-featured-cat {
	position: relative;
	margin: 55px 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #28292d
}

.s-featured-cat .container {
	padding-left: 0;
	padding-right: 0
}

.s-featured-cat:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	background: #000
}

.s-featured-cat .image {
	text-align: center
}

.s-featured-cat .row {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.s-featured-cat .slides>.slides-item {
	display: none
}

.s-featured-cat .slides>.slides-item:first-child {
	display: block
}

.s-featured-cat li {
	font-size: 25px;
	line-height: 50px;
	text-align: center;
	z-index: 1;
	position: relative;
	letter-spacing: .6em;
	color: #fff;
	font-family: SofiaProLight, sans-serif;
	font-weight: 400
}

.s-featured-cat .slick-slide>div,
.s-featured-cat .slick-slide>div>div {
	vertical-align: top
}

.s-featured-cat li a {
	padding: 10px 0;
	display: block;
	opacity: .25
}

.s-featured-cat li a:before {
	content: "";
	transition: all .2s ease;
	width: 150px;
	height: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -75px;
	z-index: 21;
	margin: auto 0;
	opacity: 0;
	background: #bfbfbf
}

.s-featured-cat img {
	margin: auto;
	max-width: 80%
}

.s-featured-cat .current a {
	opacity: 1
}

.s-featured-cat .current a:before {
	opacity: 1
}

.s-logos {
	padding: 98px 0 55px
}

.s-logos .logo-item ul {
	margin-bottom: 60px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.s-logos .logo-item ul li {
	width: 40%;
	margin-bottom: 45px;
	margin-right: 13%
}

.s-logos .logo-item ul li:nth-child(even) {
	margin-right: 0
}

.s-logos .logo-item ul a {
	display: block
}

.s-logos .logo-item ul a:hover {
	opacity: .5
}

.s-logos img {
	display: block;
	max-height: 120px;
	margin: auto
}

.s-logos .logos-slides>.logo-item {
	display: none
}

.s-logos .logos-slides>.logo-item:first-child {
	display: block
}

.s-featured-items {
	padding-bottom: 100px
}

.big+.s-featured-items {
	padding-top: 10px
}

.s-featured-items+.s-featured-items {
	padding-bottom: 55px
}

.s-featured-items+.s-featured-items:last-child {
	margin-bottom: 105px
}

.s-featured-items+.s-featured-items.bt {
	margin-top: 10px;
	padding-top: 95px;
	border-top: 1px solid #d6d6d7
}

.s-featured-items+.s-featured-items .products-list {
	margin-top: -20px
}

.arrow-down.center .slick-arrow {
	top: 0;
	left: auto
}

.arrow-down.center .slick-arrow.slick-prev {
	margin: auto 35px;
	left: 0
}

.arrow-down.center .slick-arrow.slick-next {
	margin: auto 25px;
	right: 0
}

.arrow-down .slick-arrow {
	top: auto;
	margin: 0;
	bottom: 33px;
	left: 50%;
	width: 40px
}

.arrow-down .slick-arrow:hover {
	opacity: .5
}

.arrow-down .slick-arrow.slick-prev {
	margin-left: -255px
}

.arrow-down .slick-arrow.slick-next {
	margin-left: 215px
}

.arrow-down .slick-arrow .icon {
	fill: #28292d;
	width: 10px;
	height: 20px
}

.slick-dots {
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 33px 0
}

.slick-dots li {
	padding: 0 10px
}

.slick-dots button {
	width: 20px;
	height: 20px;
	background: 0 0;
	border: 0;
	text-indent: -999em;
	position: relative
}

.slick-dots button:before {
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	transition: all .2s ease;
	right: 0;
	margin: auto;
	background: #28292d;
	border-radius: 50%;
	opacity: .35
}

.slick-dots .slick-active button:before {
	opacity: 1
}

.slider.products-list {
	margin-top: -55px
}

.slider.products-list>.product-item {
	display: none
}

.slider.products-list>.product-item:first-child {
	display: block
}

.main.products-list {
	padding: 50px 0
}

.main.products-list .container>.row:first-child {
	padding-top: 60px
}

.main.products-list .product-item {
	padding-bottom: 140px
}

.sub-cats {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -9px 0 -37px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.sub-cats a {
	opacity: .75;
	margin: 0 25px 0 24px;
	color: #fff;
	display: inline-block;
	padding: 7px 0;
	vertical-align: top;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .97px;
	text-transform: uppercase;
	border-bottom: 1px solid transparent
}

.sub-cats a:hover {
	opacity: 1;
	border-color: #fff
}

.sub-cats .active a {
	opacity: 1;
	border-color: #fff
}

.h1,
h1 {
	font-size: 53px;
	letter-spacing: 1.32px;
	line-height: 65px
}

.s-intragram {
	padding: 42px 0 100px
}

.s-intragram img {
	margin-bottom: 100px;
	display: block;
	width: 100%
}

.s-intragram a {
	display: block
}

.s-intragram a:hover {
	opacity: .5
}

.s-news {
	padding: 75px 0 30px
}

.s-news .post-item {
	margin-bottom: 170px
}

.s-related {
	border-top: 1px solid #d6d6d7;
	padding: 95px 0
}

.s-related.nop {
	padding-top: 40px;
	border-top: 0
}

.s-related .row {
	position: relative;
	padding-bottom: 135px
}

.s-related .row:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	pointer-events: none;
	background-color: #28292d;
	opacity: .25
}

.s-related .row>div {
	margin-bottom: 65px
}

.s-related .row>div:nth-child(even) .post-item {
	margin-top: 105px
}

.post-item a {
	display: block;
	text-align: center
}

.post-item a:hover .label {
	opacity: 1
}

.post-item .image-h {
	position: relative
}

.post-item .image-h img {
	width: 100%
}

.post-item .image-h .label {
	position: absolute;
	top: 0;
	opacity: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .2s ease;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-family: SofiaProLight, sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 35px;
	font-weight: 400;
	background-color: #28292d
}

.post-item .image-h .label span {
	display: inline-block;
	padding: 15px 0;
	border-bottom: 1px solid #fff
}

.post-item h2,
.post-item .h2 {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 2px;
	color: #28292d;
	line-height: 35px;
	text-transform: uppercase;
	position: relative;
	padding: 18px 0;
	margin-bottom: 78px
}

.post-item h2:after,
.post-item .h2:after {
	content: "";
	height: 100px;
	position: absolute;
	bottom: -127px;
	margin: auto;
	display: block;
	width: 1px;
	background: #28292d;
	left: 0;
	right: 0
}

.sec-head {
	text-align: center;
	color: #1b1c1e;
	padding: 50px 0 131px
}

.sec-head h3,
.sec-head .h3 {
	font-size: 15px;
	letter-spacing: 13.5px;
	line-height: 25px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-top: 23px;
	padding-bottom: 15px
}

.sec-head h1 {
	font-size: 70px;
	letter-spacing: 1.75px;
	line-height: 65px
}

.sec-head .h2,
.sec-head h2 {
	font-size: 53px;
	letter-spacing: 1.32px;
	line-height: 45px
}

.sec-head .h2,
.sec-head h2.h1 {
	font-size: 70px;
	letter-spacing: 1.75px;
	line-height: 65px
}

.sec-head .h2,
.sec-head h2.h15 {
	letter-spacing: .1em
}

.page-entry {
	padding: 75px 0 110px
}

.page-entry.product-desc {
	padding: 68px 0 110px
}

.page-entry.product-desc .sec-head {
	padding-bottom: 57px
}

.page-entry.product-desc .entry {
	max-width: 940px;
	text-align: center
}

.page-entry.product-desc .entry:before {
	display: none
}

.page-entry .gallery-columns-2 {
	margin: 60px auto 45px !important;
	left: -130px;
	position: relative;
	width: calc(100% + 130px * 2);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: none
}

.page-entry .gallery-columns-2 .gallery-item {
	margin-top: 0 !important;
	display: block;
	margin-bottom: 50px;
	float: none !important;
	max-width: calc(50% - 50px)
}

.page-entry .gallery-columns-2 .gallery-item:nth-child(even) {
	margin-left: auto
}

.page-entry .gallery-columns-2 .gallery-item img {
	border: 0 !important;
	width: 100%
}

.page-entry .gallery-columns-1 {
	margin: 60px auto 95px !important;
	position: relative
}

.page-entry .gallery-columns-1:last-child {
	margin-bottom: 20px !important
}

.page-entry .gallery-columns-1 .gallery-item {
	margin-top: 0 !important;
	display: block;
	margin-bottom: 0;
	float: none !important;
	min-width: 100%;
	max-width: 100%
}

.page-entry .gallery-columns-1 .gallery-item:nth-child(even) {
	margin-left: auto
}

.page-entry .gallery-columns-1 .gallery-item img {
	border: 0 !important;
	width: 100%
}

.page-entry .gallery-columns-1 .slick-arrow {
	left: -150px;
	width: 51px;
	height: 19px
}

.page-entry .gallery-columns-1 .slick-arrow.slick-next {
	left: auto;
	right: -150px
}

.page-entry .gallery-columns-1 .slick-arrow svg {
	width: 51px;
	height: 19px;
	margin: auto;
	fill: #b3b3b5;
	display: block
}

.page-entry .alignnone {
	margin: 62px auto 60px;
	display: block
}

.page-entry p:first-child .aligncenter {
	margin-top: -50px
}

.page-entry .aligncenter {
	margin: 62px auto 60px;
	margin-left: -390px;
	width: calc(100% + 390px * 2);
	max-width: none
}

.page-entry .social {
	padding: 35px 0 58px
}

.page-entry .social ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.page-entry .social ul li {
	padding: 20px 10px
}

.page-entry .social ul .icon {
	fill: #28292d
}

.page-entry .entry {
	max-width: 680px;
	margin: auto
}

.page-entry .entry.big {
	max-width: 940px;
	position: relative
}

.page-entry .entry.big .aligncenter {
	margin-left: -130px;
	width: calc(100% + 130px * 2);
	margin-top: -120px
}

.page-entry .entry:before {
	content: "";
	background: #28292d;
	z-index: 4;
	height: 100px;
	width: 1px;
	display: block;
	margin: 0 auto 70px
}

.retina {
	display: none
}

.s-hero-intro {
	position: relative;
	z-index: 1;
	min-height: 650px;
	height: 100vh
}

.s-hero-intro .links {
	position: absolute;
	top: 0;
	bottom: 22.8%;
	left: 0;
	right: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.s-hero-intro .links a {
	width: 50%;
	height: 100%;
	text-align: center;
	font-size: 15px;
	font-family: SofiaProLight, sans-serif;
	font-weight: 400;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
	letter-spacing: .9em
}

.s-hero-intro .links a strong {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .3em;
	margin-bottom: -5px;
	display: block;
	font-family: Poppins, sans-serif;
	font-size: 60px;
	width: 100%
}

.s-hero-intro .down {
	position: absolute;
	bottom: 44px;
	z-index: 1;
	text-align: center;
	right: 0;
	color: #fff;
	left: 0;
	font-size: 13px;
	letter-spacing: .075em;
	font-weight: 400;
	cursor: pointer;
	width: 200px;
	margin: auto;
	right: 0
}

.s-hero-intro .down:before {
	content: "";
	height: 100px;
	width: 1px;
	background: #fff;
	margin: 0 auto 44px;
	display: block
}

.s-intro {
	padding: 15px 0;
	font-size: 25px;
	line-height: 45px;
	font-family: SofiaProLight, sans-serif;
	font-weight: 400;
	letter-spacing: .1em;
	text-align: center
}

.m-auto {
	margin-left: auto;
	margin-right: auto
}

.bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: no-repeat 50% 50%;
	background-size: cover;
	z-index: -1
}

.w-div {
	background: #28292d;
	height: 100px;
	width: 1px;
	display: block;
	margin: 0 auto 85px
}

.w-div.big {
	height: 200px
}

.two-cols .entry:before {
	display: none
}

.entry p strong {
	font-family: SofiaProLight, sans-serif;
	font-weight: 400
}

.entry h4 {
	margin-bottom: 35px;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 30px;
	text-transform: uppercase
}

.entry p {
	padding-bottom: 35px
}

.product-item {
	text-align: center;
	padding-bottom: 40px
}

.product-item a {
	display: block
}

.product-item a:hover {
	opacity: .7
}

.product-item h2,
.product-item .h2 {
	color: #28292d;
	font-size: 20px;
	padding: 21px 0 18px;
	letter-spacing: 2px;
	line-height: 30px;
	text-transform: uppercase
}

.product-item h2,
.product-item .h2:last-child {
	padding-bottom: 3px
}

.product-item .price {
	text-align: center;
	letter-spacing: 2px;
	font-family: SofiaProLight, sans-serif;
	font-size: 20px
}

.product-item .price:before {
	content: "";
	width: 25px;
	height: 1px;
	background: #28292d;
	display: block;
	margin: 0 auto 12px
}

.product-item .price del {
	opacity: .5;
	margin-left: 15px;
	position: relative;
	text-decoration: none
}

.product-item .price del:before {
	content: "";
	background-color: #28292d;
	position: absolute;
	height: 1px;
	top: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.product-item .image {
	padding-bottom: 114.1%;
	overflow: hidden;
	height: 0;
	margin-bottom: 20px
}

.cart-modal {
	position: fixed;
	background: rgba(0, 0, 0, 0);
	transition: all .4s ease;
	top: 0;
	bottom: 0;
	pointer-events: none;
	left: 0;
	right: 0;
	z-index: 9999
}

.active-cart .cart-modal {
	background: rgba(0, 0, 0, .50);
	display: block;
	pointer-events: auto
}

.active-cart .cart-modal .right-side {
	width: 570px
}

.cart-modal .side {
	min-width: 570px;
	background: #fff;
	height: 100%;
	position: relative
}

.cart-modal .close {
	width: 40px;
	height: 40px;
	margin: 19px -9px;
	position: relative;
	display: block;
	float: right;
	cursor: pointer
}

.cart-modal .close:hover {
	opacity: .6
}

.cart-modal .close .icon {
	width: 19px;
	height: 19px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block
}

.cart-modal .bottom {
	position: absolute;
	background: #fff;
	z-index: 9;
	padding: 34px 13% 75px;
	bottom: 0;
	left: 0;
	right: 0
}

.cart-modal .total {
	font-size: 33px;
	font-family: SofiaProLight, sans-serif;
	font-weight: 400;
	padding-bottom: 34px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.cart-modal .scroll-part {
	overflow: auto;
	padding: 50px 13% 50px;
	height: 100%;
	-webkit-overflow-scrolling: touch
}

.cart-modal .right-side {
	width: 0;
	height: 100%;
	margin-left: auto;
	overflow: hidden;
	transition: all .4s ease
}

.cart-modal p+.btn {
	margin-bottom: 40px
}

.cart-modal p {
	font-family: SofiaProLight, sans-serif;
	font-weight: 400;
	font-size: 20px;
	padding-bottom: 38px
}

.cart-modal h4 {
	font-size: 33px;
	padding: 15px 0 72px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 300;
	line-height: normal;
	letter-spacing: .025em
}

.cart-modal.empty .scroll-part {
	padding-bottom: 50px
}

.active-cart {
	overflow: hidden
}

.cart-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 12%
}

.cart-item h5 {
	font-size: 20px;
	font-weight: 300;
	margin: -3px 0 10px;
	line-height: 30px;
	color: #28292d;
	letter-spacing: .1em
}

.cart-item .meta {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	letter-spacing: .025em;
	font-family: SofiaProLight, sans-serif;
	font-weight: 400;
	line-height: 30px
}

.cart-item .meta .qnt:after {
	content: "";
	width: 25px;
	margin: 0 15px 0 9px;
	height: 1px;
	display: inline-block;
	position: relative;
	top: -1px;
	vertical-align: middle;
	background: #d6d6d7
}

.cart-item .image {
	width: 120px;
	min-width: 120px;
	margin-right: 25px
}

.cart-item .image img {
	width: 100%;
	height: auto
}

.login-modal {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	background: #fff;
	left: 0;
	right: 0;
	padding: 75px 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 999
}

.login-modal .form-login {
	padding: 0
}

.login-modal .container {
	overflow: hidden;
	padding-top: 30px;
	margin-top: -30px
}

.login-modal .w-div {
	margin-bottom: 65px;
	margin-top: -75px;
	height: 75px
}

.login-modal .h1 {
	padding-bottom: 72px
}

.login-modal.active {
	display: block
}

.login-modal .close {
	margin-left: auto;
	width: 40px;
	margin-bottom: -40px;
	cursor: pointer
}

.login-modal .close svg {
	fill: #d6d6d7;
	width: 40px;
	height: 40px
}

.search-modal {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	background: #fff;
	left: 0;
	right: 0;
	padding: 75px 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 999
}

.search-modal .container {
	overflow: hidden
}

.search-modal input {
	display: block;
	width: 100%;
	color: #28292d;
	font-family: SofiaProLight, sans-serif;
	font-size: 70px;
	height: 150px;
	font-weight: 400;
	line-height: normal;
	padding: 0;
	margin: 22px 0 100px;
	border: 0;
	background: 0 0;
	border-bottom: 1px solid #d6d6d7
}

.search-modal .close {
	margin-left: auto;
	width: 40px;
	cursor: pointer
}

.search-modal .close svg {
	fill: #d6d6d7;
	width: 40px;
	height: 40px
}

.search-modal ::-webkit-input-placeholder {
	color: rgba(40, 41, 45, .2)
}

.search-modal ::-moz-placeholder {
	color: rgba(40, 41, 45, .2);
	opacity: 1
}

.active-search .search-modal {
	display: block
}

table {
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .025em
}

table tr {
	border-bottom: 1px solid #d6d6d7
}

table th {
	font-size: 13px;
	color: #28292d;
	padding: 15px 0 23px;
	letter-spacing: 0;
	text-transform: uppercase
}

table td {
	line-height: 35px;
	padding: 20px 0;
	padding-right: 20px;
	width: 12.5%
}

table td:last-child {
	width: .5%;
	padding-right: 0
}

table td:first-child {
	width: 33.5%
}

table td:first-child+td:last-child {
	width: 66.5%
}

table strong {
	font-weight: 500
}

.table {
	margin-bottom: 55px
}

.modal-specs {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	background: #fff;
	left: 0;
	right: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 999
}

.modal-specs .container {
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 80px
}

.modal-specs h2 {
	font-size: 53px;
	font-family: SofiaProLight, sans-serif;
	font-weight: 400;
	line-height: 55px;
	padding: 0;
	margin: -13px 0 60px;
	letter-spacing: .025em
}

.modal-specs img {
	margin: 20px 0
}

.modal-specs .close {
	margin-left: auto;
	width: 40px;
	float: right;
	cursor: pointer;
	opacity: .5
}

.modal-specs .close:hover {
	opacity: 1
}

.modal-specs .close svg {
	fill: #28292d;
	width: 40px;
	height: 40px
}

.modal-specs.active {
	display: block
}

.modal-rules {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	background: #fff;
	left: 0;
	right: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 999
}

.modal-rules .logo {
	width: 130px;
	height: 26px;
	display: block;
	margin: 0 auto 102px
}

.modal-rules .container {
	overflow: hidden;
	padding-top: 75px;
	width: 1010px;
	max-width: 100%;
	padding-bottom: 80px
}

.modal-rules h2 {
	font-size: 53px;
	font-family: SofiaProLight, sans-serif;
	font-weight: 400;
	line-height: 55px;
	padding: 0;
	text-align: center;
	margin: -13px 0 76px;
	letter-spacing: .025em
}

.modal-rules img {
	margin: 20px 0
}

.modal-rules .close {
	float: right;
	margin-left: -40px;
	width: 40px;
	float: right;
	cursor: pointer
}

.modal-rules .close:hover svg {
	fill: #222
}

.modal-rules .close svg {
	fill: #d6d6d7;
	width: 40px;
	height: 40px
}

.modal-rules.active {
	display: block
}

.text-center {
	text-align: center
}

.map-full {
	position: relative;
	height: 0;
	padding-bottom: 47.5%;
	margin: 84px 0 150px
}

.map-full .tabs {
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 840px;
	z-index: 9;
	margin: auto
}

.map-full .tabs a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: -1px;
	width: 50%;
	border: 1px solid #28292d;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	height: 60px;
	font-weight: 500;
	color: #28292d;
	letter-spacing: 1.05px;
	text-transform: uppercase
}

.map-full .tabs a.active,
.map-full .tabs a:hover {
	color: #fff;
	background: #28292d
}

.map-full .map-h {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(40, 41, 45, .15)
}

.row.bordered {
	position: relative
}

.row.bordered.two-cols {
	margin-top: 35px;
	margin-bottom: -10px;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 490px
}

.row.bordered.two-cols p:last-child {
	padding-bottom: 5px
}

.row.bordered:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #28292d;
	opacity: .25;
	width: 1px;
	margin: auto
}

.form-login {
	padding: 75px 0 185px;
	text-align: center
}

.form-login .form {
	width: 550px;
	margin: auto;
	max-width: 100%
}

.form-login .btn+.btn {
	margin-top: 25px
}

.form-login .btn {
	margin-top: 50px
}

.form-login .link {
	color: #28292d;
	margin: 23px 0 20px;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px
}

.form-login .link a {
	font-weight: 500
}

.form-login .btn-link {
	margin-top: 34px
}

.btn-link {
	display: inline-block;
	vertical-align: top;
	color: #28292d;
	font-size: 14px;
	font-weight: 500;
	line-height: 27px;
	border-bottom: 1px solid #28292d;
	padding: 9px 0 11px
}

.btn-link.btn-lg {
	font-family: Poppins, sans-serif;
	letter-spacing: .075em
}

.btn-link:hover {
	border-color: transparent
}

.form-radio {
	display: block;
	width: 100%
}

.form-radio .check-label {
	position: relative;
	border: 1px solid #d6d6d7;
	margin-bottom: 25px;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 400;
	cursor: pointer;
	height: 50px
}

.form-radio input:checked+.check-label {
	border-color: #28292d
}

.form-radio.unique input:checked+.check-label:before {
	background: #28292d;
	box-shadow: inset 0 0 0 4px #28292d, inset 0 0 0 6px #fff;
	border-color: #28292d
}

.form-radio.unique .check-label {
	padding: 13px;
	height: auto;
	display: block;
	padding-left: 49px;
	margin: 20px 0 25px
}

.form-radio.unique .check-label:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	left: 19px;
	top: 24px;
	margin-top: -10px;
	border: 1px solid #d6d6d7
}

.form-radio strong {
	font-weight: 500
}

.form-radio input {
	position: absolute;
	opacity: 0
}

.row.gutter-16 {
	margin-left: -10px;
	margin-right: -10px
}

.row.gutter-16>div {
	padding-left: 10px;
	padding-right: 10px
}

.form-checkbox {
	position: relative;
	display: block;
	margin: 5px 0 25px;
	text-align: left;
	line-height: 20px;
	font-weight: 400
}

.form-checkbox input {
	position: absolute;
	left: 0;
	pointer-events: none;
	opacity: 0
}

.form-checkbox a {
	font-weight: 500
}

.form-checkbox .check-label {
	font-size: 13px;
	position: relative;
	display: block;
	padding-left: 35px;
	cursor: pointer
}

.form-checkbox .check-label:before {
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #d6d6d7;
	position: absolute;
	left: 0;
	top: 0
}

.form-checkbox .icon {
	display: none;
	position: absolute;
	width: 11px;
	height: 11px;
	margin: 5px;
	z-index: 5;
	left: 0;
	fill: #fff
}

.form-checkbox input:checked+.check-label:before {
	background: #28292d;
	border-color: #28292d
}

.form-checkbox input:checked+.check-label .icon {
	display: block
}

.form-group {
	margin-bottom: 20px;
	position: relative
}

.form-group input {
	color: #28292d;
	font-size: 15px;
	display: block;
	width: 100%;
	padding: 15px 24px 0;
	line-height: normal;
	height: 50px;
	border: 1px solid #d6d6d7;
	background: #fff;
	font-weight: 400
}

.form-group .fill+label,
.form-group input:focus+label {
	top: -10px
}

.form-group label {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: .5;
	transition: all .2s ease;
	pointer-events: none;
	text-align: left;
	color: #28292d;
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	padding: 0 24px;
	right: 0;
	font-size: 13px;
	font-weight: 400
}

.form-group .placeholder~.error {
	opacity: 1
}

.form-group .placeholder+label {
	font-size: 13px;
	letter-spacing: 0;
	padding-top: 14px
}

.form-group select::-ms-expand {
	display: none
}

.form-group select:focus::-ms-value {
	color: #28292d;
	background: 0 0
}

.form-group .icon {
	float: right;
	position: absolute;
	z-index: 1;
	width: 12px;
	height: 6px;
	margin: 22px 25px 0 0;
	opacity: .5;
	right: 0;
	pointer-events: none
}

.form-group select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	font-size: 15px;
	text-indent: .01px;
	padding-top: 15px;
	padding-bottom: 0;
	text-overflow: ''
}

.form-group select option {
	font-size: 16px
}

.note {
	position: relative;
	background: #f3f3f3;
	padding: 10px;
	font-size: 13px;
	color: #28292d;
	line-height: normal;
	padding: 17px 17px 17px 55px;
	font-weight: 400;
	margin: -10px 0 20px
}

.note:before {
	content: "!";
	font-size: 14px;
	font-weight: 700;
	color: #28292d;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	border: 1px solid #28292d;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 15px 25px
}

.note:after {
	content: "";
	width: 0;
	position: absolute;
	top: -7px;
	left: 26px;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 7px 7.5px;
	border-color: transparent transparent #f3f3f3 transparent
}

.shortcut {
	font-size: 13px;
	color: #28292d;
	background: #f3f3f3;
	padding: 10px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 400
}

.shortcut a {
	font-weight: 500;
	border-bottom: 1px solid #000;
	padding-bottom: 2px
}

.shortcut a:hover {
	border-color: transparent
}

.edit {
	float: right;
	font-size: 10px;
	margin-top: -16px;
	letter-spacing: .075em;
	line-height: 16px;
	border-bottom: 1px solid #28292d;
	position: relative;
	z-index: 1
}

.edit:hover {
	border-color: transparent
}

.address-info {
	font-size: 13px;
	padding: 20px 0;
	line-height: 20px;
	margin-bottom: 46px;
	font-weight: 400;
	border-bottom: 1px solid #d6d6d7;
	border-top: 1px solid #d6d6d7
}

.cart-step {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.cart-step .form {
	margin-bottom: 60px
}

.cart-step .form-checkbox {
	margin-top: 0
}

.cart-step h6 {
	font-size: 10px;
	font-weight: 400;
	color: #28292d;
	display: block;
	letter-spacing: .075em;
	margin: 0;
	opacity: .5
}

.cart-step .bottom {
	padding-top: 42px;
	padding-bottom: 42px;
	border-top: 1px solid #d6d6d7
}

.cart-step .right-side {
	min-width: 570px;
	width: 570px;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

.cart-step .right-side .side {
	background: rgba(40, 41, 45, .05);
	position: fixed;
	width: 570px;
	top: 0;
	bottom: 0;
	right: 0
}

.cart-step .right-side .scroll-part {
	padding: 50px 13% 0;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
	overflow-y: auto
}

.cart-step .right-side h4 {
	display: none
}

.cart-step .right-side .toggle {
	display: none
}

.cart-step .form .btn {
	margin-top: 50px;
	margin-bottom: -13px
}

.cart-step .content {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	width: 620px;
	max-width: 100%;
	margin: 0 auto
}

.cart-step .logo .icon {
	width: 130px;
	height: 128px;
	display: block;
	margin: 0 auto
}

.cart-step .steps {
	margin: 0 -25px;
	padding-bottom: 20px
}

.cart-step .steps ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	letter-spacing: .025em;
	font-weight: 500
}

.cart-step .steps li {
	opacity: .5;
	padding: 0 25px 25px
}

.cart-step .steps .current {
	opacity: 1
}

.btn {
	display: inline-block;
	text-align: center
}

.btn.btn-primary {
	display: block;
	font-family: Poppins, sans-serif;
	width: 100%;
	height: 60px;
	background-color: #28292d;
	color: #fff;
	font-size: 14px;
	line-height: 60px;
	border: 0;
	font-weight: 500;
	letter-spacing: 1.05px;
	text-transform: uppercase
}

.btn.btn-primary:hover {
	background-color: #fff;
	box-shadow: inset 0 0 0 1px #28292d;
	color: #28292d
}

.btn.btn-secondary {
	display: block;
	width: 100%;
	height: 60px;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	line-height: 60px;
	color: #28292d;
	border: 0;
	font-weight: 500;
	letter-spacing: 1.05px;
	text-transform: uppercase;
	background-color: #fff;
	box-shadow: inset 0 0 0 1px #28292d
}

.btn.btn-secondary:hover {
	background-color: #28292d;
	color: #fff
}

.cart-section .cart-item+.cart-item {
	border-top: 1px solid #d6d6d7
}

.cart-section .cart-item {
	position: relative;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 50px 0
}

.cart-section .cart-item p {
	font-size: 13px;
	line-height: 18px;
	color: #939496;
	margin-top: 13px
}

.cart-section .cart-item .text {
	padding-right: 20px;
	width: 46%;
}

.cart-section .cart-item .price {
	width: 20%;
	text-align: right;
	font-family: SofiaProLight, sans-serif;
	font-weight: 400;
	font-size: 20px;
	padding-bottom: 5px
}

.cart-section .cart-item .qnt-select {
	margin-left: auto;
	width: 20%
}

.cart-section .cart-item .qnt-select .num {
	min-width: 88px
}

.cart-section .cart-item .image {
	margin-right: 50px
}

.cart-section .cart-item .close {
	position: absolute;
	top: 50%;
	right: -75px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	opacity: .25
}

.cart-section .cart-item .close:hover {
	opacity: .75
}

.cart-section .cart-item .close .icon {
	width: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 12px;
	fill: #28292d
}

hr {
	background: #d6d6d7;
	height: 1px;
	border: 0;
	margin: 0 0 20px;
	display: block;
	width: 100%;
	content: ""
}

.sum-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	padding: 2px 0;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.sum-row.total {
	font-weight: 500
}

.form-control {
	display: block;
	width: 100%;
	border: 1px solid #d6d6d7;
	height: 50px;
	padding: 5px 22px;
	font-size: 13px;
	margin-bottom: 25px;
	color: #28292d
}

.form-control ::-webkit-input-placeholder {
	color: rgba(40, 41, 45, .5)
}

.form-control ::-moz-placeholder {
	color: rgba(40, 41, 45, .5);
	opacity: 1
}

.code-form {
	font-size: 13px;
	padding: 13px 0;
	font-weight: 400
}

.code-form a {
	font-weight: 500
}

.code-form a:hover {
	text-decoration: underline
}

.code-form .form {
	margin-top: 47px
}

.cart-row {
	padding: 20px 0 190px
}

.cart-row .btn-primary {
	margin-top: 45px
}

.footer {
	background: #1a1a1a url(../images/bg-foot-2.jpg) no-repeat 50% -490px;
	background-size: cover;
	color: #fff;
	padding: 188px 0 0;
	font-size: 14px;
	font-family: SofiaProLight, sans-serif;
	letter-spacing: 1.05px;
	line-height: 28px;
	text-transform: uppercase
}

.footer a:hover {
	color: rgba(255, 255, 255, .5);
}

.footer .right-links {
	padding: 14px 0;
}

.footer .right-links li {
	padding-bottom: 22px;
	line-height: 18px;
}

.active-modal {
	overflow: hidden
}

.copy {
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding: 41px 0;
	text-transform: none;
	margin-top: 155px
}

.copy .container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.copy p {
	opacity: .5
}

.copy .links li {
	padding-left: 49px;
	float: left
}

.copy .social {
	margin-left: auto
}

.copy .social li {
	float: left;
	padding-left: 6px;
	padding-right: 16px
}

.copy .social .icon {
	fill: #fff
}

.social .icon {
	width: 23px;
	height: 20px
}

.social a:hover {
	opacity: .5
}

.logo-f {
	fill: #fff;
	width: 131px;
	height: 110px;
	vertical-align: top;
	margin-bottom: 100px;
	display: inline-block
}

.form-group input {
	margin-bottom: 0
}

@media (min-width:576px) {
	.col-sm {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-sm-auto {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-sm-1 {
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-sm-2 {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-sm-3 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-sm-5 {
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-sm-6 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-sm-8 {
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-sm-9 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-sm-11 {
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-sm-12 {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-sm-first {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}

	.order-sm-last {
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13
	}

	.order-sm-0 {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}

	.order-sm-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.order-sm-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.order-sm-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	.order-sm-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.order-sm-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}

	.order-sm-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}

	.order-sm-7 {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}

	.order-sm-8 {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}

	.order-sm-9 {
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}

	.order-sm-10 {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}

	.order-sm-11 {
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}

	.order-sm-12 {
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333%
	}

	.offset-sm-2 {
		margin-left: 16.66667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333%
	}

	.offset-sm-5 {
		margin-left: 41.66667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333%
	}

	.offset-sm-8 {
		margin-left: 66.66667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333%
	}

	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:768px) {
	.col-md {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-md-auto {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-md-1 {
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-md-2 {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-md-3 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-md-5 {
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-md-6 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-md-8 {
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-md-9 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-md-11 {
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-md-12 {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-md-first {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}

	.order-md-last {
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13
	}

	.order-md-0 {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}

	.order-md-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.order-md-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.order-md-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	.order-md-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.order-md-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}

	.order-md-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}

	.order-md-7 {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}

	.order-md-8 {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}

	.order-md-9 {
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}

	.order-md-10 {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}

	.order-md-11 {
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}

	.order-md-12 {
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333%
	}

	.offset-md-2 {
		margin-left: 16.66667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.33333%
	}

	.offset-md-5 {
		margin-left: 41.66667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.33333%
	}

	.offset-md-8 {
		margin-left: 66.66667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.33333%
	}

	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media screen and (min-width:768px) {
	.s-featured-cat {
		min-height: 650px !important;
		height: 100vh
	}

	.mobile-only {
		display: none !important
	}
}

@media (min-width:1024px) {
	.col-lg {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-lg-auto {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-lg-1 {
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-lg-2 {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-lg-3 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-lg-5 {
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-lg-6 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-lg-8 {
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-lg-9 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-lg-11 {
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-lg-12 {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-lg-first {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}

	.order-lg-last {
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13
	}

	.order-lg-0 {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}

	.order-lg-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.order-lg-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.order-lg-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	.order-lg-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.order-lg-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}

	.order-lg-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}

	.order-lg-7 {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}

	.order-lg-8 {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}

	.order-lg-9 {
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}

	.order-lg-10 {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}

	.order-lg-11 {
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}

	.order-lg-12 {
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333%
	}

	.offset-lg-2 {
		margin-left: 16.66667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.33333%
	}

	.offset-lg-5 {
		margin-left: 41.66667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.33333%
	}

	.offset-lg-8 {
		margin-left: 66.66667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.33333%
	}

	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media screen and (min-width:1024px) {
	.moved-header .header {
		transition: background .2s ease, -webkit-transform .2s ease;
		transition: background .2s ease, transform .2s ease;
		transition: background .2s ease, transform .2s ease, -webkit-transform .2s ease
	}

	.moved-header.moved-header-up .header {
		-webkit-transform: translateY(51px);
		transform: translateY(51px)
	}

	.moved-header .header .logo {
		top: 71px
	}

	.moved-header .menu {
		padding: 1px 0 3px
	}

	.tablet-only {
		display: none !important
	}

	.menu-trigger {
		display: none
	}
}

@media screen and (min-width:1024px) and (max-height:800px) {
	.menu>li .sub-nav>ul {
		padding-top: 90px;
		padding-bottom: 20px
	}

	.menu>li .sub-nav {
		padding-bottom: 20px
	}
}

@media (min-width:1260px) {
	.col-xl {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-xl-auto {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-xl-1 {
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-xl-2 {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-xl-3 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-xl-5 {
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-xl-6 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-xl-8 {
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-xl-9 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-xl-11 {
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-xl-12 {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-xl-first {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}

	.order-xl-last {
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13
	}

	.order-xl-0 {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}

	.order-xl-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.order-xl-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.order-xl-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	.order-xl-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.order-xl-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}

	.order-xl-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}

	.order-xl-7 {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}

	.order-xl-8 {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}

	.order-xl-9 {
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}

	.order-xl-10 {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}

	.order-xl-11 {
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}

	.order-xl-12 {
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333%
	}

	.offset-xl-2 {
		margin-left: 16.66667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.33333%
	}

	.offset-xl-5 {
		margin-left: 41.66667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.33333%
	}

	.offset-xl-8 {
		margin-left: 66.66667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.33333%
	}

	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

@media screen and (max-width:1460px) {
	.cart-section .cart-item .close {
		top: 35px;
		right: -12px;
		margin-top: 0
	}

	.page-entry .aligncenter {
		margin-left: calc((100vw - 680px)/ 2 * -1);
		width: 100vw
	}

	.menu>li .sub-nav>ul>li.preview-image {
		width: 30%
	}

	.map-full .tabs {
		top: 20px;
		max-width: 95%
	}

	.menu>li .sub-nav>ul>li,
	.menu>li .sub-nav>ul>li:nth-child(2) {
		width: 30%
	}

	.top-filters {
		margin-left: -20px;
		margin-right: -20px
	}

	.top-filters .item {
		margin-left: 20px;
		margin-bottom: 0;
		margin-right: 20px
	}

	.page-entry .entry.big .aligncenter {
		margin-left: -42px;
		width: calc(100% + 42px * 2)
	}
}

@media screen and (max-width:1023px) {
	.cart-step .steps ul {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: -7px 0 3px;
		padding: 0
	}

	.cart-step .steps li {
		padding: 5px 20px;
		font-size: 10px
	}

	.cart-step .logo .icon {
		height: 68px;
		width: 100px
	}

	.cart-step .right-side {
		width: 100%;
		min-width: 0
	}

	.cart-step {
		display: block;
		padding-top: 106px
	}

	.form-group .icon {
		right: -11px;
		top: -6px;
		width: 14px;
		height: 20px
	}

	.cart-step .form .btn {
		margin: 0 0 20px
	}

	.cart-step .form .btn-primary {
		margin: 35px 0 23px
	}

	.cart-step .steps {
		position: absolute;
		top: 68px;
		left: 35px;
		right: 0
	}

	.cart-step .right-side .scroll-part {
		padding: 15px 35px
	}

	.cart-step .logo {
		position: absolute;
		top: 0;
		left: 0;
		right: 0
	}

	.cart-step .right-side h4 {
		font-size: 16px;
		padding: 35px;
		margin: -35px;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		letter-spacing: .025em;
		display: block
	}

	.cart-step .right-side .toggle .icon {
		width: 30px;
		height: 30px
	}

	.active-full-cart .cart-step .right-side .toggle .icon {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.cart-step .right-side .scroll-part {
		overflow: visible
	}

	.cart-step .right-side .toggle {
		float: right;
		display: block;
		pointer-events: none
	}

	.shortcut {
		margin-bottom: 34px
	}

	.cart-step .right-side .side {
		position: static;
		margin-bottom: 35px;
		width: auto
	}

	.cart-step .cart-content {
		display: none;
		padding-top: 32px
	}

	.cart-step .cart-content .bottom {
		margin-top: -3px;
		padding-top: 30px;
		padding-bottom: 20px
	}

	.active-full-cart .cart-step .cart-content {
		display: block
	}

	.cart-section .cart-item .image {
		margin-right: 20px
	}

	.cart-section .cart-item .price {
		width: 15%
	}

	.modal-specs h2 {
		font-size: 40px
	}

	.arrow-down.center .slick-arrow {
		display: none !important
	}

	.product-details .images .love {
		margin: 5px 7px
	}

	.s-featured-items+.s-featured-items:last-child {
		margin-bottom: 50px
	}

	.w-div.big {
		height: 150px
	}

	.product-details .w-div {
		height: 70px;
		margin-bottom: 67px
	}

	.breadcrumbs ul {
		margin-bottom: -20px
	}

	.s-featured-cat a {
		letter-spacing: .3em
	}

	.s-featured-cat a:before {
		width: 80px;
		right: -40px
	}

	.s-logos .logo-item ul {
		margin-bottom: 0
	}

	.s-logos {
		padding: 50px 0 20px
	}

	.top-filters {
		margin: -15px 0 35px;
		padding-bottom: 0
	}

	.top-filters .trigger {
		display: block;
		height: 60px;
		border: 1px solid #28292d;
		color: #28292d;
		font-size: 14px;
		cursor: pointer;
		line-height: 58px;
		width: 100%;
		text-align: center;
		font-weight: 500;
		letter-spacing: 1.05px;
		text-transform: uppercase
	}

	.top-filters .item {
		display: none
	}

	.top-filters.active .item {
		display: block;
		width: 100%;
		margin: 20px 0 0
	}

	.main.products-list .product-item {
		padding-bottom: 40px
	}

	.product-item h2,
	.product-item .h2 {
		padding-top: 8px;
		padding-bottom: 14px
	}

	.hero.hero-cat {
		padding-top: 82px
	}

	.sub-cats {
		margin: -22px -35px -52px;
		overflow: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		text-align: center;
		display: block;
		padding: 0 15px 40px 35px
	}

	.sub-cats li {
		display: inline-block;
		vertical-align: top;
		padding: 0 20px 0 0;
		margin: 0
	}

	.sub-cats a {
		margin: 0
	}

	.map-full {
		margin: 0 -35px
	}

	.map-full {
		padding-bottom: 377px;
		margin-bottom: 67px
	}

	.map-full .tabs {
		max-width: none;
		width: auto;
		top: 35px;
		left: 35px;
		right: 35px
	}

	.map-full .tabs a {
		height: 50px;
		font-size: 12px
	}

	.map-full+.row.bordered.two-cols .offset-xl-1 h4 {
		letter-spacing: .5px
	}

	.row.bordered {
		position: relative
	}

	.row.bordered.two-cols {
		margin-bottom: 28px;
		margin-top: -6px;
		min-height: 0
	}

	.row.bordered.two-cols:last-child {
		padding-bottom: 0;
		margin-bottom: -34px
	}

	.row.bordered.two-cols p:last-child {
		padding-bottom: 0
	}

	.row.bordered.two-cols>div+div {
		position: relative;
		padding-top: 64px;
		margin-top: 65px
	}

	.row.bordered.two-cols>div+div:before {
		content: "";
		border-top: 1px solid rgba(40, 41, 45, .25);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 50px
	}

	.row.bordered h4 {
		margin-bottom: 28px
	}

	.row.bordered .entry {
		line-height: 30px
	}

	.row.bordered:before {
		display: none
	}

	.row.md-gutter {
		margin-left: -20px;
		margin-right: -20px
	}

	.row.md-gutter>div {
		padding-left: 20px;
		padding-right: 20px
	}

	.page-entry .gallery-columns-1 .slick-arrow {
		margin-left: 120px;
		margin-right: 120px
	}

	.tablet-none {
		display: none !important
	}

	.menu>li.with-sub>a {
		cursor: pointer
	}

	.menu>li .sub-nav>ul>li>a:hover {
		opacity: 1
	}

	.menu>li .sub-nav>ul>li.preview-image {
		display: none
	}

	.active-sub .nav .tablet-only {
		display: none
	}

	.active-sub .nav .back {
		display: block;
		color: #28292d;
		font-size: 14px;
		cursor: pointer;
		position: relative;
		background: #fff;
		z-index: 9;
		font-weight: 500;
		margin-top: -27px;
		padding: 35px 29px 24px;
		letter-spacing: 1.05px;
		line-height: normal;
		border-bottom: 1px solid rgba(40, 41, 45, .15);
		text-transform: uppercase
	}

	.active-sub .nav .back .icon {
		fill: #28292d;
		margin: -1px 16px 0 5px;
		width: 8px;
		height: 20px;
		float: left;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.active-sub .menu>li {
		display: none;
		padding: 0;
		margin: 0
	}

	.active-sub .menu>li.active {
		display: block
	}

	.active-sub .menu>li.active>a {
		display: none
	}

	.menu>li .sub-nav>ul {
		padding: 0;
		margin: 76px 0 0
	}

	.menu>li .sub-nav>ul>li ul li {
		padding: 0;
		margin: 0
	}

	.menu>li .sub-nav>ul>li ul a {
		padding: 10px 35px;
		margin: -6px 0 11px;
		display: block;
		border-bottom: 0
	}

	.menu>li .sub-nav>ul>li,
	.menu>li .sub-nav>ul>li:nth-child(2) {
		width: 100%;
		display: block;
		font-size: 14px;
		font-weight: 500;
		float: none;
		border: 0;
		position: relative;
		padding: 0;
		margin: 0;
		border-top: 1px solid rgba(40, 41, 45, .15)
	}

	.menu>li .sub-nav>ul>li a,
	.menu>li .sub-nav>ul>li:nth-child(2) a {
		display: block;
		letter-spacing: .075em;
		padding: 18px 35px 17px
	}

	.menu>li .sub-nav>ul>li.with-sub.active>.icon,
	.menu>li .sub-nav>ul>li:nth-child(2).with-sub.active>.icon {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.menu>li .sub-nav>ul>li.with-sub.active ul,
	.menu>li .sub-nav>ul>li:nth-child(2).with-sub.active ul {
		display: block
	}

	.menu>li .sub-nav>ul>li.with-sub>.icon,
	.menu>li .sub-nav>ul>li:nth-child(2).with-sub>.icon {
		display: block;
		float: right;
		width: 20px;
		pointer-events: none;
		height: 20px;
		position: absolute;
		margin-top: -10px;
		top: 34px;
		right: 35px
	}

	.menu>li .sub-nav {
		display: none;
		opacity: 1;
		pointer-events: auto
	}

	.menu>li .sub-nav>ul {
		display: block;
		border-bottom: 1px solid rgba(40, 41, 45, .15)
	}

	.menu>li .sub-nav ul ul {
		display: none;
		padding: 0
	}

	.menu>li.active .sub-nav {
		display: block
	}

	.header,
	.moved-header .header {
		top: 0;
		position: fixed
	}

	.active-menu .header,
	.moved-header .header {
		background: #fff
	}

	.active-menu .header .head-bar .fast-links .icon,
	.moved-header .header .head-bar .fast-links .icon {
		fill: #000
	}

	.active-menu .header .menu-trigger svg,
	.moved-header .header .menu-trigger svg {
		fill: #000
	}

	.active-menu .header {
		background: #fff;
		transition: none
	}

	.footer {
		padding-top: 100px
	}

	.copy {
		margin-top: 90px
	}

	.copy .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.copy .container p {
		width: 100%
	}

	.copy .links li {
		padding: 0 40px 0 0
	}

	.copy .social {
		margin-top: -10px
	}

	.page-entry .gallery-columns-2 {
		left: calc((89vw - 680px)/ 2 * -1);
		width: 89vw
	}

	.page-entry .gallery-columns-2 .gallery-item {
		max-width: calc(50% - 30px)
	}

	.header .logo {
		top: 24px;
		width: 98px;
		height: 19px
	}

	.head-bar {
		padding: 0;
		border: 0
	}

	.head-bar .contacts,
	.head-bar .langs {
		display: none
	}

	.menu-trigger {
		position: absolute;
		left: 0;
		width: 30px;
		height: 30px;
		z-index: 9;
		cursor: pointer;
		top: 0;
		margin: 19px 25px
	}

	.menu-trigger svg {
		fill: #fff;
		width: inherit;
		height: inherit
	}

	.active-menu .menu-trigger .icon {
		display: none
	}

	.menu-trigger .icon+.icon {
		display: none
	}

	.active-menu .menu-trigger .icon+.icon {
		display: block
	}

	.nav {
		display: none;
		position: fixed;
		overflow: auto;
		top: 0;
		left: 0;
		right: 0;
		padding: 76px 0 0;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		background: #fff
	}

	.active-menu .nav {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.nav .contacts {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		border-top: 1px solid rgba(40, 41, 45, .15);
		border-bottom: 1px solid rgba(40, 41, 45, .15);
		padding: 35px 0;
		font-size: 14px;
		color: #28292d;
		text-align: center
	}

	.nav .contacts li {
		width: 50%;
		text-align: center;
		height: 25px;
		font-weight: 500;
		line-height: 25px;
		letter-spacing: 1.05px
	}

	.nav .contacts li+li {
		border-left: 1px solid rgba(40, 41, 45, .15)
	}

	.nav .langs {
		display: block;
		padding: 30px 0;
		font-size: 14px;
		color: #28292d;
		position: static;
		text-align: center
	}

	.nav .langs li {
		display: inline-block;
		padding: 0 15px
	}

	.nav .langs a {
		display: block;
		padding: 10px;
		margin: -10px
	}

	.nav .tablet-only {
		margin-top: auto
	}

	.active-menu,
	.active-modal,
	.active-search {
		overflow: hidden
	}

	.menu {
		display: block;
		padding: 0
	}

	.menu>li {
		display: block;
		float: none;
		padding: 0 0 16px;
		margin: 0
	}

	.menu>li>a {
		display: block;
		padding: 15px 35px;
		margin: -10px 0;
		border: 0
	}

	.menu+.menu>li,
	.menu>li {
		padding: 0 0 16px;
		margin: 0
	}

	.fast-links {
		padding-top: 0
	}

	.fast-links li:first-child {
		display: none
	}

	.fast-links li a {
		width: 30px;
		height: 30px;
		position: relative;
		z-index: 9;
		display: block;
		line-height: 30px;
		text-align: center
	}

	.fast-links li .icon {
		width: 20px;
		display: inline-block;
		vertical-align: middle;
		height: 20px;
		margin: auto
	}

	.fast-links li:nth-child(3) {
		float: right;
		margin: 21px -10px 0 0
	}

	.fast-links li:nth-child(4) {
		float: right;
		margin: 21px -13px
	}

	.fast-links li:nth-child(2) {
		position: absolute;
		left: 0;
		top: 0;
		margin: 19px 41px
	}

	.fast-links li:nth-child(2) a {
		width: 30px;
		height: 30px;
		display: block;
		line-height: 30px;
		text-align: center
	}

	.fast-links li:nth-child(2) .icon {
		width: 20px;
		display: inline-block;
		vertical-align: middle;
		height: 20px;
		margin: auto
	}

	.hero {
		padding: 82px 0 51px;
		min-height: 0
	}
}

@media screen and (max-width:767px) {
	.form-radio.unique {
		margin-bottom: -10px
	}

	.form-radio .check-label {
		margin-bottom: 15px
	}

	.form-radio.unique .check-label {
		padding: 12px;
		padding-bottom: 15px;
		padding-left: 44px;
		line-height: 20px
	}

	.form-radio.unique .check-label:before {
		content: "";
		left: 14px
	}

	.address-info {
		margin-bottom: 35px
	}

	.cart-step .steps ul {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: -7px 0 3px;
		padding: 0
	}

	.cart-step .steps li {
		padding: 5px 7px 0 25px;
		font-size: 10px
	}

	.cart-section .cart-item .close {
		right: 0;
		top: 0;
		margin: 20px 15px
	}

	.cart-section .cart-item .text {
		padding-right: 0
	}

	.cart-section .cart-item .text h5 {
		padding-right: 15px
	}

	.cart-row {
		padding-bottom: 30px
	}

	.cart-section {
		padding-bottom: 40px
	}

	.cart-section hr {
		width: auto;
		margin: 0 -35px
	}

	.cart-section .btn-primary {
		margin-top: 28px
	}

	.code-form .form {
		margin-top: 20px;
		padding-bottom: 10px
	}

	.code-form {
		padding: 2px 35px 22px;
		margin: 0 -35px 30px;
		border-bottom: 1px solid #d6d6d7
	}

	.sum-row {
		font-size: 16px;
		padding-bottom: 4px
	}

	.cart-section .cart-item {
		overflow: hidden;
		padding: 35px;
		display: block;
		margin: 0 -35px;
		min-height: 230px;
		padding-left: 170px;
		position: relative
	}

	.cart-section .cart-item .text {
		width: auto;
		overflow: hidden
	}

	.cart-section .cart-item .qnt-select {
		overflow: hidden;
		width: auto;
		padding: 0;
		float: left;
		margin: 0 0 0 -2px
	}

	.cart-section .cart-item .qnt-select .num {
		min-width: 48px;
		padding: 0 5px;
		font-size: 16px
	}

	.cart-section .cart-item h5 {
		margin-bottom: -5px
	}

	.cart-section .cart-item p {
		padding-bottom: 3px
	}

	.cart-section .cart-item .price {
		overflow: hidden;
		width: auto;
		font-size: 16px;
		float: right;
		padding: 4px 0 3px;
		margin: 0
	}

	.cart-section .cart-item .image {
		margin-right: 15px;
		position: absolute;
		width: 120px;
		left: 35px;
		top: 35px;
		float: left
	}

	.modal-rules .container {
		padding-top: 17px;
		padding-bottom: 30px
	}

	.modal-rules .close {
		margin-right: -25px;
		margin-top: -4px
	}

	.modal-rules .close .icon {
		width: 22px;
		fill: #000
	}

	.modal-rules h2 {
		text-align: left;
		padding-bottom: 22px;
		margin-bottom: 0;
		font-size: 40px
	}

	.modal-rules .logo {
		display: none
	}

	table td {
		font-size: 16px;
		padding: 17px 0;
		width: auto;
		padding-right: 40px
	}

	table td:first-child,
	table td:first-child+td:last-child,
	table td:last-child {
		width: auto
	}

	table td:first-child {
		white-space: nowrap
	}

	table td:first-child+td:last-child,
	table td:last-child {
		padding-right: 0
	}

	.table {
		margin: 0 -35px;
		margin-bottom: 15px;
		padding-left: 35px
	}

	.table table {
		display: inline-table;
		margin-right: 35px
	}

	.modal-specs .container {
		padding-top: 30px
	}

	.modal-specs h2 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 35px
	}

	.modal-specs .image {
		margin: 0 -35px 52px
	}

	.modal-specs .table {
		overflow: auto;
		-webkit-overflow-scrolling: touch
	}

	.modal-specs .table table {
		min-width: 0;
		white-space: nowrap
	}

	.modal-specs img {
		margin: 0
	}

	.modal-specs .close {
		opacity: 1;
		float: none;
		margin-bottom: 22px;
		margin-right: -23px
	}

	.modal-specs .close .icon {
		width: 24px
	}

	.items-4 .product-item {
		width: 200px;
		padding: 0;
		margin-left: 35px;
		max-width: 200px
	}

	.s-featured-items+.s-featured-items {
		padding-bottom: 10px
	}

	.s-featured-items+.s-featured-items:last-child {
		margin-bottom: 30px
	}

	.s-featured-items.bt,
	.s-featured-items.bt~.s-featured-items {
		border-top: 1px solid #d6d6d7;
		padding-top: 18px
	}

	.s-featured-items.bt h2,
	.s-featured-items.bt~.s-featured-items h2 {
		font-size: 30px;
		padding-bottom: 50px
	}

	.s-featured-items+.s-featured-items.bt {
		padding: 18px 0
	}

	.slider.products-list.items-4 {
		margin: 0 -35px;
		padding-bottom: 55px;
		margin-top: -35px
	}

	.slider.products-list.items-4 .product-item h2,
	.slider.products-list.items-4 .product-item .h2 {
		font-size: 16px;
		line-height: 24px;
		padding: 22px 0 26px
	}

	.slider.products-list.items-4 .slick-arrow,
	.slider.products-list.items-4 .slick-dots {
		display: none;
		position: absolute;
		left: -999em
	}

	.slider.products-list.items-4 .price {
		font-size: 16px
	}

	.slider.products-list.items-4 .price:before {
		margin-bottom: 12px
	}

	.big+.s-featured-items .slider.products-list.items-4 .price {
		font-size: 20px
	}

	.product-details {
		padding-bottom: 0;
		margin-bottom: -48px
	}

	.page-entry.product-desc {
		padding-bottom: 40px
	}

	.page-entry.product-desc+.w-div.big {
		margin-bottom: 10px
	}

	.page-entry.product-desc+div+div .sec-head .h2,
	.sec-head h2 {
		font-size: 40px
	}

	.sec-head .h2,
	.sec-head h2.h15 {
		font-size: 40px;
		margin-bottom: -24px
	}

	.page-entry.product-desc .entry {
		line-height: 1.9
	}

	.product-details .price .value-text,
	.product-details .price .value {
		font-size: 40px;
		padding-bottom: 30px;
		line-height: 45px
	}

	.specs-trigger {
		padding: 17px 0 0
	}

	.product-details .top-filters {
		margin-bottom: -14px
	}

	.product-details .top-filters .item {
		margin-bottom: 33px;
		margin-top: 20px
	}

	.top-filters .error:before {
		margin-left: 5px
	}

	.cart-modal p+.btn {
		display: none
	}

	.product-details .images .love {
		display: none
	}

	.breadcrumbs {
		display: none
	}

	.product-details {
		padding: 0
	}

	.product-details .images {
		margin: 0 -35px 70px
	}

	.s-hero-intro {
		height: auto;
		min-height: 0;
		padding: 305px 35px 45px;
		background-position: 50% 100%;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.s-hero-intro .down {
		display: none
	}

	.s-hero-intro .links {
		display: block;
		position: static
	}

	.s-hero-intro .links a {
		display: block;
		width: 100%;
		font-size: 14px;
		margin-top: 20px;
		letter-spacing: .1em;
		border: 1px solid #fff;
		line-height: 53px;
		font-family: Poppins, sans-serif;
		font-weight: 500;
		height: 55px
	}

	[lang="ru-RU"] .s-hero-intro .links a {
		display: flex;
		width: 100%;
		height: auto;
		font-size: 14px;
		margin-top: 20px;
		letter-spacing: .1em;
		border: 1px solid #fff;
		line-height: 31px;
		font-family: Poppins, sans-serif;
		font-weight: 500;
		min-height: 55px;
		align-items: center;
		justify-content: center;
		padding: 15px 0 6px;
	}

	.s-hero-intro .links a:hover {
		background: #fff;
		color: #000
	}

	.s-hero-intro .links a strong {
		font-size: inherit;
		display: inline-block;
		width: auto;
		font-weight: inherit;
		font-family: inherit;
		letter-spacing: inherit;
		line-height: inherit
	}

	.s-intro {
		font-size: 16px;
		line-height: 30px;
		padding: 62px 0;
		letter-spacing: .075em
	}

	.s-intro p {
		margin: 0 -10px
	}

	.s-featured-items {
		padding-bottom: 0
	}

	.s-logos {
		padding-bottom: 0
	}

	.s-logos .logo-item ul {
		margin: 0
	}

	.s-logos .logo-item ul li {
		width: 50%;
		margin: -2px 0 -2px
	}

	.w-div.small {
		height: 150px;
		margin-bottom: 0
	}

	.s-related.nop {
		padding-top: 20px
	}

	.s-featured-cat {
		margin: 0 0 20px;
		padding: 50px 0;
		min-height: 0
	}

	.s-featured-cat:before {
		content: "";
		display: none
	}

	.s-featured-cat li a {
		padding: 20px 0
	}

	.s-featured-cat li a:before {
		display: none
	}

	.s-featured-cat .image {
		display: none
	}

	.w-div.big {
		height: 150px;
		margin-bottom: 22px
	}

	.slider.products-list {
		margin-top: 0
	}

	.slider.products-list>.product-item {
		margin-bottom: 20px
	}

	.slider.products-list>.product-item h2,
	.slider.products-list>.product-item .h2 {
		font-size: 20px;
		line-height: 30px;
		padding: 20px 0;
		letter-spacing: .1em
	}

	.slider.products-list>.product-item .price {
		font-size: 20px;
		line-height: 45px
	}

	.slider.products-list>.product-item:first-child,
	.slider.products-list>.product-item:nth-child(2),
	.slider.products-list>.product-item:nth-child(3) {
		display: block
	}

	.cart-modal .side {
		min-width: 100vw
	}

	.cart-modal .side p {
		padding-bottom: 15px
	}

	.active-cart .cart-modal .right-side {
		width: 100%
	}

	.cart-modal .scroll-part {
		padding: 13px 35px
	}

	.cart-modal .bottom {
		padding: 0 35px 35px
	}

	.cart-modal .bottom .total {
		font-size: 25px;
		padding: 30px 0
	}

	.cart-modal .close {
		margin-top: 0;
		margin-right: -14px
	}

	.cart-modal .close .icon {
		width: 23px;
		height: 23px
	}

	.cart-modal h4 {
		font-size: 25px;
		padding: 0 0 35px;
		margin: 0
	}

	.cart-item .image {
		margin-right: 15px
	}

	.cart-item h5 {
		font-size: 16px;
		line-height: 24px;
		margin: -2px 0 15px;
		padding: 0
	}

	.cart-item .meta {
		font-size: 16px
	}

	.cart-item .meta .qnt:after {
		width: 15px
	}

	.mobile-none {
		display: none
	}

	.login-modal {
		padding: 60px 0
	}

	.login-modal .close {
		margin-top: -25px;
		margin-bottom: 25px
	}

	.login-modal .w-div {
		margin-bottom: 22px
	}

	.login-modal .h1 {
		padding-bottom: 35px
	}

	.form-login {
		padding: 35px 0 45px
	}

	.form-login .link {
		padding: 10px 0 33px;
		font-size: 13px;
		line-height: 20px
	}

	.form-login .btn {
		margin-top: 35px
	}

	.form-login .btn.btn-link {
		margin-top: 22px
	}

	.form-group {
		margin-bottom: 15px
	}

	.form-group input,
	.form-group label {
		padding-left: 14px;
		padding-right: 14px
	}

	.main.products-list .container>.row:first-child {
		padding-top: 0;
		margin-top: -15px;
		margin-bottom: -20px
	}

	.page-entry .social {
		margin: 0;
		padding: 25px 0 42px
	}

	.page-entry .entry.big {
		padding-top: 0
	}

	.page-entry .entry.big .aligncenter {
		margin-left: -35px;
		margin-bottom: 10px;
		margin-top: -68px;
		width: calc(100% + 70px * 2)
	}

	.s-news .w-div {
		display: none
	}

	.s-news {
		padding: 51px 0 90px
	}

	.s-news .post-item {
		margin-bottom: 0
	}

	.page-entry .gallery-columns-1 .slick-arrow {
		margin-left: 135px;
		margin-right: 135px
	}

	.row.sm-gutter {
		margin-left: -7px;
		margin-right: -8px
	}

	.row.sm-gutter>div {
		padding-left: 7px;
		padding-right: 8px
	}

	.search-modal {
		padding: 23px 0 0
	}

	.search-modal input {
		font-size: 40px;
		height: 80px;
		border-color: #d6d6d7;
		margin: 0 0 35px
	}

	.search-modal .close {
		margin: 0 -6px 5px;
		margin-left: auto;
		width: 22px;
		cursor: pointer
	}

	.search-modal .close svg {
		fill: #000;
		width: 22px;
		height: 22px
	}

	.product-item {
		margin-bottom: 0
	}

	.product-item .image {
		margin-bottom: 6px
	}

	.product-item .price {
		font-size: 14px
	}

	.product-item .price:before {
		margin-bottom: 7px
	}

	.product-item h2,
	.product-item .h2 {
		font-size: 14px;
		line-height: 21px
	}

	.copy .social {
		margin: 0
	}

	.fast-links {
		margin-top: -2px
	}

	.page-entry .entry {
		max-width: none
	}

	.page-entry .aligncenter {
		margin-left: -35px
	}

	.page-entry .gallery-columns-2 {
		left: -35px;
		width: 100vw
	}

	.page-entry .gallery-columns-2 .gallery-item {
		max-width: 100%;
		padding: 0 35px;
		min-width: 100%
	}

	body {
		font-size: 16px
	}

	.entry {
		line-height: 1.5
	}

	.entry p {
		padding-bottom: 24px
	}

	.s-related {
		padding: 20px 0
	}

	.s-intragram img {
		margin-bottom: 20px
	}

	.convert-to-slider {
		margin: 0 -35px;
		overflow: hidden;
		padding: 0 53px
	}

	.convert-to-slider .slick-slide>div {
		vertical-align: top
	}

	.convert-to-slider .slick-slide>div>div {
		padding: 0 17px;
		vertical-align: top;
		margin: 0;
		width: auto
	}

	.convert-to-slider .slick-list {
		overflow: visible !important
	}

	.sec-head {
		padding: 40px 0 51px
	}

	.sec-head h3,
	.sec-head .h3 {
		font-size: 13px;
		padding-top: 15px;
		padding-left: 10px;
		letter-spacing: 11.7px
	}

	.sec-head h1 {
		font-size: 45px;
		letter-spacing: 1.13px;
		line-height: 45px
	}

	.sec-head .h2,
	.sec-head h2 {
		font-size: 35px;
		letter-spacing: .88px;
		line-height: 45px
	}

	.sec-head .h2,
	.sec-head h2.h1 {
		font-size: 45px;
		letter-spacing: 1.13px;
		line-height: 45px
	}

	.page-entry .gallery-columns-2 {
		margin-bottom: 20px !important;
		margin-top: 45px !important
	}

	.page-entry {
		padding: 68px 0
	}

	.hero {
		padding: 82px 0 51px;
		min-height: 0
	}

	.s-related .row>div {
		margin-bottom: 0
	}

	.page-entry .entry:before {
		display: none
	}

	.post-item {
		padding-bottom: 50px;
		margin-bottom: 0
	}

	.s-related .row>div:nth-child(even) .post-item {
		margin-top: 0
	}

	.s-intragram {
		padding: 22px 0 50px
	}

	.s-related .row {
		padding-bottom: 0
	}

	.post-item h2:after,
	.post-item .h2:after {
		height: 70px;
		bottom: -84px
	}

	.h1,
	h1 {
		font-size: 40px;
		line-height: 48px;
		letter-spacing: 0
	}

	.s-related .row:before {
		display: none
	}

	.post-item h2,
	.post-item .h2 {
		padding-top: 8px;
		margin-bottom: 50px
	}

	.logo-f {
		margin-bottom: 26px
	}

	.footer {
		background: url(../images/bg-foot-m@2x.jpg) no-repeat 50% 0;
		background-size: cover;
		min-height: 0;
		padding: 70px 0 60px;
		text-align: center
	}

	.footer .right-links {
		display: none
	}

	.copy {
		margin: 40px 0 0;
		border-top: 0;
		padding: 0
	}

	.copy .container {
		display: block
	}

	.copy p {
		font-size: 14px;
		letter-spacing: 0;
		padding: 15px 0 5px;
		float: none
	}

	.copy .links {
		font-size: 14px;
		padding: 0;
		margin: 0;
		float: none
	}

	.copy .links li {
		float: none;
		padding: 0 0 5px;
		margin: 0
	}

	.copy .social {
		text-align: center;
		padding: 25px 0 0
	}

	.copy .social li {
		float: none;
		display: inline-block;
		padding: 0 13px
	}
}

@media screen and (max-width:374px) {
	.cart-step .right-side .scroll-part {
		padding-left: 20px;
		padding-right: 20px
	}

	.cart-step .steps li {
		padding-left: 10px
	}

	.modal-specs h2 {
		font-size: 34px;
		line-height: 1.4
	}

	.modal-specs .image {
		margin-left: -20px;
		margin-right: -20px
	}

	.top-filters .error {
		padding-right: 30px
	}

	.top-filters .error:before {
		right: 0;
		left: auto
	}

	.fast-links li:nth-child(3),
	.fast-links li:nth-child(4) {
		position: relative;
		left: -5px
	}

	.fast-links li:nth-child(2),
	.menu-trigger {
		left: -5px
	}

	.container {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media screen and (min-width:1024px) and (max-width:1240px) {
	.menu>li {
		margin-right: 30px
	}

	.menu+.menu>li {
		margin-right: 0;
		margin-left: 20px
	}

	.cart-step .content {
		width: 60%
	}

	.cart-step .right-side .side {
		width: 40%
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.s-hero-intro .links a strong {
		font-size: 50px
	}

	.s-hero-intro .links a {
		font-size: 14px
	}

	.hide-tablet {
		display: none
	}

	.fast-links li:nth-child(2),
	.menu-trigger {
		top: 4px
	}

	.fast-links li:nth-child(3),
	.fast-links li:nth-child(4) {
		padding-top: 4px;
		margin-bottom: 18px
	}
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.non-retina {
		display: none
	}

	.retina {
		display: block
	}
}

.copy {
	margin-top: 0;
}

.copy1 {
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding: 41px 0 21px;
	margin-top: 150px;
}

.shipping-term {
	text-align: center;
	font-size: 13px;
	color: #28292D;
	padding: 10px 0 0;
	font-weight: normal;
}

.added_to_cart.wc-forward,
.quantity input,
.screen-reader-text {
	position: absolute;
	left: -999em;
	opacity: 0;
}

.btn.added {
	color: transparent !important;
	position: relative;
	user-select: none;
	pointer-events: none;
}

.modal-specs table {
	min-width: 100%;
}

.btn.added:after {
	content: "";
	width: 15px;
	height: 9px;
	position: absolute;
	left: 50%;
	margin: -7px -5px;
	top: 50%;
	border-left: 1px solid #fff;
	transform: rotate(-45deg);
	border-bottom: 1px solid #fff;
}

.btn.loading,

.loading .btn {
	opacity: .5;
	pointer-events: none;
}

.form-error {
	display: none;
	color: #f00;
}

.error.form-control {
	border-color: #f00;
}

.header .container {

	box-sizing: border-box;
}

.hide-o {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.tax_label,
.includes_tax,
.woocommerce-variation-price,
.error.hide {
	position: absolute;
	opacity: 0;
	display: none;
}

.order-ti {
	position: relative;
	font-size: 30px;
	text-align: center;
	padding: 40px 0 15px;
}

.cart-row.pb {
	padding-bottom: 80px;
}

.form-submit.error {
	color: #f00;
}

.form-submit {
	font-family: SofiaProLight, sans-serif;
	font-weight: 400;
	display: none;
}

.love.active {
	opacity: .2
}

.widget_shopping_cart_content,
.cart-wrap-re {
	height: 100%;
}

del {
	margin-right: 15px;
	margin-left: 15px;
}

.product-details .price .value del {
	opacity: .5;
	font-size: 80%;
	margin-bottom: -2px;
	text-decoration: none;
	position: relative;
	vertical-align: top;
	margin-top: 2px;
	display: inline-block;
}

.product-details .price .value del:after {
	content: "";
	background-color: #28292d;
	position: absolute;
	height: 2px;
	top: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}


.active-search {
	overflow: hidden;
}

.footer {
	overflow: hidden;
}

.text-center {
	padding-bottom: 40px;
	text-align: center;
}

@media screen and (min-width: 1023px) {
	.cart-modal:not(.empty) .scroll-part {
		max-height: calc(100% - 230px);
	}

}

.top-filters {
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
}

.top-filters .item {
	/*width: 252px;*/
	margin-left: 15px;
	margin-right: 15px;
}

.s-news .post-item {
	height: calc(100%);
}


.s-news .post-item a {
	height: calc(100% - 170px);
	display: flex;
	flex-direction: column;
}

.post-item .image-h {
	margin-top: auto;
}

@media screen and (max-width: 1460px) {
	.top-filters .item {
		/*width: 202px;*/
	}

	.s-hero-intro .links a strong {
		font-size: 50px;
	}
}

@media screen and (max-width: 1023px) {
	.top-filters {
		margin: -15px 0 35px;
		padding-bottom: 0;
	}

	.s-hero-intro .links a strong {
		font-size: 35px;
	}

	.footer {
		background-position: 50% 0;
		background-color: #171719;
		background-size: auto 660px;
	}

	.footer .copy1 .right-links {
		padding: 0;
	}

}

.product-item .price del {
	display: inline-block;
}

@media screen and (max-width: 767px) {

	.footer .copy1 .right-links {
		padding: 0;
	}

	.footer .copy1 .right-links {
		display: block;
	}

	.s-news .post-item a {
		height: 100%;
	}

	.row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.col,
	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-auto,
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-auto,
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-auto,
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-auto,
	.col-xl,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-auto {
		padding-left: 15px;
		padding-right: 15px;
	}

	.home .s-logos .slick-dots li {
		padding: 0;
	}

	.cart-modal:not(.empty) .scroll-part {
		padding-bottom: 16px;
	}

	.product-item .price del {
		margin-left: 4px;
		display: inline-block;
		margin-right: 4px;
	}

	.product-item .price>.woocommerce-Price-amount {
		display: block;
	}
}

.cart-section {
	position: relative;
	z-index: 1;
}

.woocommerce-cart-form {
	user-select:
}

#shipping_method label {
	cursor: text;
}

.woocommerce-error,
.woocommerce-message {
	text-align: center;
	padding: 40px 0;
}

.processing a {
	pointer-events: none;

}

.woocommerce-notices-wrapper a:hover {
	border-color: transparent;

}

.woocommerce-notices-wrapper a {
	border-bottom: 1px solid #333;
	padding: 5px 0;
}

.code-form .form {
	display: none;
}

.sum-row.total strong {
	font-weight: inherit;
}

.product-details .price .value {
	text-transform: none;
}

.checkout .woocommerce-NoticeGroup-checkout li:first-child {
	display: none !important;
}

.checkout .woocommerce-error strong {
	font-weight: bold;
}

.checkout .woocommerce-error li {
	padding-bottom: 10px;
}

.checkout .woocommerce-error {
	padding: 20px;
	margin-bottom: 30px;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: normal;
	text-align: left;
	border: 1px solid #f00;
}

.show-error .woocommerce-invalid .form-control {
	border-color: #f00 !important;
}

.checkout label .required {
	display: none;
}

.eu-region .note {
	display: none;
}

.eu-region.not-lt-region .note.always,
.not-lt-region .note.always {
	display: block;
}

.note {
	line-height: 17px;
}

.woocommerce-billing-fields {
	display: none;
}

.enabled-ad .woocommerce-billing-fields {
	display: block;
}

#shipping_company_field_name,
#shipping_company_code_field,
#shipping_company_address_field,
#shipping_company_name_field,
#shipping_company_vat_field {
	display: none;
}

.enabled-company #shipping_company_field_name,
.enabled-company #shipping_company_code_field,
.enabled-company #shipping_company_address_field,
.enabled-company #shipping_company_name_field,
.enabled-company #shipping_company_vat_field {
	display: block;
}

.form-control {
	background: transparent;
}

.cart-step .form h3 {
	font-size: 14px;
	font-weight: 500;
	padding: 1px 0 21px;
	margin: 0;
}

.tem-company-name {
	display: none;
}

.tab-c {
	display: none;
}

.tab-c.active {
	display: block;
}

#lt_post,
#lt_gf_leasing,
#lt_mokilizingas,
#barcode,
#barcode,
#barcode,
#barcode,
#maximalt,
#lt_perlas,
#lthand,
#moq {
	display: none;
}

[style="clear:both"] {
	display: none;
}

#order_review .blockOverlay {
	background: rgba(244, 244, 244, 1) !important;
}

.cart-step .right-side .side {
	background: #f4f4f4;
}

#payment_method_paysera {
	position: absolute;
	opacity: 0;
}


.blockOverlay:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/bg-loading.gif) no-repeat 50% 50%;
	background-size: contain;
	width: 80px;
	height: 40px;
	margin: auto;
	display: block;

	content: "";
}

option[disabled] {
	color: #ccc !important
}

.sum-row {
	line-height: normal;
	margin: 5px 0;
}

.sum-row .label {
	white-space: nowrap;
}

.sum-row .price {
	padding-left: 10px;
	text-align: right;
}

.woocommerce-shipping-methods {
	color: transparent;
	user-select: none;
}

.woocommerce-shipping-methods label {
	color: #28292d;
}

.woocommerce-shipping-methods .woocommerce-Price-amount {
	color: #28292d;
}


.shipped_via {
	display: none;
}

.extra-item.tedisabled {
	display: none;
}

.extra-item .form-checkbox {
	margin: 0;
	padding: 0;
}

.extra-item-head .name {
	width: 77.5%;
}

.extra-item-head .sum {
	text-align: center;
	width: 13%;
}

.extra-item-head .qnt {
	width: 19.5%;
	margin-left: auto;
}

.extra-item .check-label {
	font-size: 20px;
	font-weight: 500;
	padding-right: 20px;
	align-items: center;
	line-height: 25px;
	display: flex;
}

.extra-item .form-checkbox {
	width: 77.5%;
}

.extra-item .qnt-select {
	padding: 0;
	width: 19.5%;
	justify-content: flex-start;
	margin: 0;
}

.extra-item .form-checkbox .icon,
.extra-item .form-checkbox .check-label:before {
	bottom: 0;
	top: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.extra-item .price {
	font-size: 20px;
	text-align: right;
	width: 13%;
	font-weight: normal;
}

.extra-item .price del {
	display: block;
	padding: 0 0 5px;
	margin: 0
}

.extra-item .image img {
	width: 56px;
}

.extra-item .image {
	width: 56px;
	min-height: 10px;
	display: block;
	min-width: 56px;
	margin-right: 25px;
}

.extra-item {
	display: flex;
	font-size: 13px;
	align-items: center;
	border-bottom: 1px solid #D6D6D7;
	font-weight: normal;
	color: #28292D;
	padding: 25px 0;
}

.extra-item-head {
	font-size: 13px;
	color: #28292D;
	display: flex;
	border-bottom: 1px solid #D6D6D7;
	font-weight: normal;
	padding: 3px 0 22px;
}

.plus.icon {
	width: 11px;
	height: 11px;
	margin-top: 10px;
	margin-right: 1px;
	fill: #646567;

}

.modal-extras .close {
	position: absolute;
	top: 0;
	right: 54px;
	opacity: .8;
	cursor: pointer;
	width: 40px;
	height: 40px;
}

.modal-extras .box {
	width: 1200px;
	margin: auto;
	max-width: 90vw;
	background: #fff;
	position: relative;
	padding: 50px 130px;
}

.modal-extras .btn {
	margin-top: 25px;
}

.modal-extras p {
	font-size: 20px;
	font-weight: 300;
	padding-bottom: 20px;
	line-height: 25px;
}

.modal-extras p strong {
	font-weight: 500;
}

.modal-extras {
	display: none;
	position: fixed;
	top: 0;
	overflow: auto;
	padding: 20px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: rgba(0, 0, 0, .7);
}

.modal-extras.active {
	display: flex;
}

.selected-item {
	font-size: 13px;
	color: transparent;
	padding-top: 3px;
	font-weight: normal;
	text-transform: none;
}

.extra-item-trigger2:not(.active),
.extra-item-trigger:not(.active) {
	display: none !important;
}


.selected-item.visible {
	color: #28292D;
}

.top-filters .item .selected-item+label {
	font-size: 13px;
	padding-top: 14px;
}

.top-filters .item .selected-item+label+label {
	display: none;
}


.top-filters .item .selected-item.visible+label {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 0;
	font-size: 10px;
}

.top-filters .item .selected-item.visible+label+label {
	display: block;
}

@media screen and (max-width: 1300px) {
	.modal-extras .box {
		padding: 80px 20px 20px;
	}

	.extra-item .form-checkbox {
		width: 81%;
	}

	.extra-item .price {
		width: 18%;
	}

	.extra-item .qnt-select {
		width: 30%;
	}

	.modal-extras .close {
		right: 25px;
		margin-top: -25px;
	}
}

@media screen and (max-width: 767px) {
	.extra-item-head {
		display: none;
	}

	.extra-item .image {
		min-height: 0;
	}

	.extra-item .form-checkbox .icon {
		margin-top: 5px;
	}

	.extra-item .form-checkbox .icon,
	.extra-item .form-checkbox .check-label:before {
		bottom: auto;
	}

	.extra-item .image img {
		margin-bottom: 15px;
	}

	.extra-item {
		flex-wrap: wrap;
		padding: 15px 0;
	}

	.extra-item .check-label {
		display: block;
	}


	.extra-item .price {
		width: 45%;
	}

	.extra-item .qnt-select {
		width: 55%;
	}

	.extra-item .check-label .title {
		width: 100%;
		padding-bottom: 10px;
		display: block;
		padding-top: 0;
		position: relative;
		top: -2px;
	}
}

.row-set {
	width: 100%;
	margin: -40px 0 10px;
	clear: both;
	display: flex;
	justify-content: space-between;
}

.row-set input {
	max-width: 98%;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.meta.sm {
	font-size: 15px;
}

.meta.sm .qnt:after {
	width: 10px;
	margin-left: 4px;
	margin-right: 4px;
}

.sub-cats a,
.top-filters select option,
.selected-item,
.top-filters select,
.menu>li .sub-nav>ul>li ul a {
	font-weight: 300;
}

.selected-item,
.top-filters select {
	padding-left: 2px;
}

select option {
	font-size: 16px;
}


table td:last-child,
table td:first-child {
	width: 12.5%;
}

.cart-item .image img {
	min-height: 10px;
}

.cart-item .image-he {
	padding-bottom: 133%;
	min-height: 0;
	height: 0;
}

.restore-item {
	display: none;
}

.s-logos img {
	min-height: 10px;
}

.products-list.loading {
	min-height: 80px;
	position: relative;
}

.load-more.loading {
	display: block;
	height: 50px;
	position: relative;
	width: 50px;
	margin: auto;
}

.load-more.loading:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/bg-loading.gif) no-repeat 50% 50%;
	background-size: contain;
	width: 80px;
	height: 40px;
	opacity: .5;
	margin: auto;
	display: block;
	animation: rotating 2s linear infinite;
	content: "";
}

.products-list.loading:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	z-index: 98;
	background: rgba(255, 255, 255, .9);
}

.products-list.loading:after {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	background: url(../images/bg-loading.gif) no-repeat 50% 50%;
	background-size: contain;
	width: 80px;
	height: 40px;
	opacity: .5;
	margin: auto;
	display: block;
	z-index: 99;
	content: "";
}

.breadcrumbs ul li {
	/*font-weight: 300;*/
	text-transform: uppercase;
}

.woocommerce-order-received .cart-wrap-re {
	display: none;
}

.product-template-default .body>.woocommerce-notices-wrapper {
	display: none;
}

.form-group select,
.form-group input {
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.love.active {
	opacity: .2;
}


.arrow-down.center .slick-arrow {
	background: rgba(255, 255, 255, .5);
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
}


.arrow-down.center .slick-arrow:hover {
	opacity: 1;
	background: rgba(255, 255, 255, .75);
}

.product-details .images .love {
	background: rgba(255, 255, 255, .5);
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
	margin: 25px;
}

.product-details .images .love:hover {
	opacity: 1;
	background: rgba(255, 255, 255, .75);
}

.product-details .images .love.active {
	opacity: 1;
}

.product-details .images .love.active .icon {
	display: none;
}

.product-details .images .love.active .icon+.icon {
	display: block;
}

.product-details .images .love .icon+.icon {
	display: none;
}

.cart-item {
	position: relative;
}


.cart-modal .product-remove a {
	position: absolute;
	top: 6px;
	right: -23px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	opacity: .25;
}

.cart-modal .cart-item.loading {
	opacity: .2;
	pointer-events: none;
}

.cart-modal .product-remove a:hover {
	opacity: .5;
}

.cart-modal .product-remove a .icon {
	width: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 12px;
	fill: #28292d;
}


.woocommerce-variation-availability {
	display: none;
}

.checkout .woocommerce-error strong {
	font-weight: 500;
}

#orderdata .woocommerce-error {
	display: block !important;
}

.checkout #orderdata .woocommerce-error {
	padding: 0;
	border: 0;
}

.s-hero-intro {
	background: #28292d;
}

.checkout #orderdata .woocommerce-NoticeGroup-checkout li:first-child {
	display: block !important;
}

.checkout #orderdata .woocommerce-error li {

	padding: 20px;
	margin-bottom: 30px;
	display: block !important;
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	border: 1px solid #f00;
}

.error-limit {
	font-size: 13px;
	font-weight: 500;
	color: #8fb6cb;
	pointer-events: none;
	background: #fff;
	z-index: 1;
	position: relative;
	margin-left: 30px;
	display: none;
	line-height: normal;
}

.error-limit:before {
	content: "!";
	font-size: 14px;
	font-weight: 700;
	color: #8fb6cb;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	border: 1px solid #8fb6cb;
	width: 20px;
	height: 20px;
	position: absolute;
	left: -30px;
	top: -1px;
}

.product-desc.v2 {
	width: 100%;
	padding-top: 0;
	padding-bottom: 90px;
	margin-top: -30px;
}

@media screen and (max-width:767px) {
	.product-desc.v2 {
		margin-top: 20px;
		margin-bottom: -30px;
	}

}


@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance:none) {

		.product-details .price .value del:after,
		.product-item .price del:before {
			top: -1px;
		}
	}
}

.map-full .tabs {
	justify-content: center;
}

.accordion {
	max-width: 1200px;
	margin: auto;
	border-top: 1px solid #d6d6d7;
	margin-top: 150px;
	margin-bottom: 150px;
}

.home .accordion {
	margin: 0 auto 200px;
}

.accordion-item {
	border-bottom: 1px solid #d6d6d7;
}

.accordion .plus {
	display: block;
}

.accordion .minus {
	display: none;
}

.accordion .active .plus {
	display: none;
}

.accordion .active .minus {
	display: block;
}

.accordion svg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	fill: #111;
	width: 20px;
	height: 20px;
}

.accordion .content {
	overflow: hidden;
	display: none;
}

.head-text {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 40px;
	max-width: 950px;
	margin: auto;
}

.accordion .heading {
	line-height: 30px;
	cursor: pointer;
	padding: 25px 0;
	font-size: 20px;
	position: relative;
	padding-right: 50px;
	font-weight: 500;
	display: block;
}

.home .s-related .row {
	padding-bottom: 0;
}

.home .s-related .row>div:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

@media screen and (max-width: 1023px) {
	.home .accordion {
		margin: -50px auto 120px;
	}

	.head-text {
		padding: 0;
		margin: 10px 0 24px;
	}
}

.more-btn {
	max-width: 420px;
	margin: 155px auto 0;
}

@media screen and (max-width: 767px) {

	.home .accordion {
		margin: 20px 0 80px;
	}

	.more-btn {
		margin-top: 30px;
	}

	.head-text {
		padding: 0;
		/*margin: -20px 0 44px;*/
	}

	.accordion .heading {
		padding: 15px 0;
		line-height: normal;
		padding-right: 40px;
		font-size: 16px;
	}

	.accordion {
		margin: 40px 0;
	}

}

.products-list.main .load-more-holder .btn {
	margin-bottom: 40px;
}

.products-list.main .load-more-holder .btn.loading {
	border: 0;
	padding: 0;
	width: auto;
	height: auto;
	box-shadow: none;
	color: transparent;
	text-indent: -999em;
}

.products-list.main .load-more-holder {
	max-width: 420px;
	margin: 0 auto 0;

}

.tags-list {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	flex-wrap: wrap;
}

.tags-list a:hover {
	background: #28292d;
	border-color: #28292d;
	color: #fff;
}

.tags-list a {
	padding: 5px 14px;
	display: block;
	margin: 10px 3px 0 2px;
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #d6d6d7;
}

.url-link a {
	font-weight: 500;
	border-bottom: 1px solid #111;
	margin-left: 5px;
}

.url-link a:hover {
	text-decoration: none;
	border-color: transparent;
}

.htem {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.cart-item h5 {
	padding-right: 15px;
}


.entry ul {
	margin-bottom: 30px;
	text-align: left;
}

.entry ul li {
	list-style: disc outside;
	margin-left: 40px;
}

.products-list.main .head-text {
	max-width: none;
}


.woocommerce-order-received .cart-trigger {
	display: none;
}

.s-hero-intro .links a:hover {
	opacity: .7;
}

img {
	border: 0;
}

img[src=""] {
	opacity: 0;
}

.paysera-payments img {
	max-height: 28px;
}

.paysera-payments .row>div {
	order: 5;
}

.paysera-payments .row>div#hanza {
	order: 1;
}

.paysera-payments .row>div#vb2 {
	order: 2;
}

.paysera-payments .row>div#lku {
	order: 6;
}

.paysera-payments .row>div#webmoney {
	order: 6;
}

.row-center {
	text-align: center;
	padding-bottom: 20px;
}

.row-center .social li {
	padding: 10px;
}

.row-center .social ul {
	display: flex;
	justify-content: center;
}

.product-details .images .slick-dots {
	flex-wrap: wrap;
	padding-left: 20px;
	padding-right: 20px;
}

#payment .form-radio.unique .check-label:before {
	display: none;
}

#payment .form-radio.unique .check-label strong {
	display: block;
	font-weight: bold;
	font-size: 15px;
	margin: -1px 0 -3px;
	text-transform: uppercase;
}

#payment .form-radio.unique .check-label {
	padding: 8px 12px;
	height: 50px;
	text-align: center;
	font-size: 11px;
}

@media (min-width:768px) {
	/*.payment_method_paysera .row:before {
	content: "";
	width: 50%;
	height: 40px;
}*/

	.woocommerce-checkout-payment>div:first-child {
		min-height: 160px;
	}

	.payment_method_bacs {
		width: 50%;
		padding-right: 4px;
		margin-bottom: -10px;
	}

	#payment .form-radio.unique .check-label strong {
		margin: -3px 0 -5px;
	}
}


.woocommerce-checkout-payment>div:first-child {
	display: flex;
	flex-wrap: wrap;
}


.woocommerce-checkout-payment>div:first-child .payment_method_bacs {
	order: 1;
	width: 100%;
	margin-bottom: -10px;
}

@media (min-width: 768px) {

	.woocommerce-checkout-payment>div:first-child .payment_method_bacs {
		width: 50%;
	}
}

.woocommerce-checkout-payment>div:first-child .payment_method_paysera {
	order: 3;
}

.woocommerce-checkout-payment>div:first-child .payment_method_klix_card,
.woocommerce-checkout-payment>div:first-child .payment_method_spell {
	order: 2;
	margin-top: -10px;
	margin-bottom: 0;
	width: 100%;
}

@media (min-width: 768px) {
.woocommerce-checkout-payment>div:first-child .payment_method_klix_card,
	.woocommerce-checkout-payment>div:first-child .payment_method_spell {
		width: 50%;
		padding-left: 4px;
		margin-top: 0;
		margin-bottom: -10px;
	}
}

.payment_method_klix_card .check-label:after,
.payment_method_spell .check-label:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='110' height='24'><path fill='none' d='M101.5 7.1c-.3.8-.7 2-.7 1.9 0 0-1.7 4.5-2.1 5.7h4.3c-.2-1-1.2-5.9-1.2-5.9l-.3-1.7z'/><path fill='%23FF5F00' d='M23.7 11.9c0-3.8-1.8-7.1-4.5-9.3-2.7 2.2-4.5 5.5-4.5 9.3s1.8 7.2 4.5 9.3c2.8-2.2 4.5-5.6 4.5-9.3z'/><path fill='%23EB001B' d='M14.6 11.9c0-3.8 1.8-7.1 4.5-9.3C17.2 1 14.6 0 11.9 0 5.3 0 0 5.3 0 11.9s5.3 11.9 11.9 11.9c2.8 0 5.3-1 7.3-2.5-2.8-2.3-4.6-5.7-4.6-9.4z'/><path fill='%23F79E1B' d='M26.5 0c-2.8 0-5.3 1-7.3 2.5 2.7 2.2 4.5 5.5 4.5 9.3S22 19 19.2 21.2c2 1.6 4.5 2.5 7.3 2.5 6.6 0 11.9-5.3 11.9-11.9C38.4 5.3 33.1 0 26.5 0z'/><path fill='%2300579F' d='m70.8 1.7-3.2 20.2h5.2l3.3-20.2zM86.6 9.8c-1.8-.9-2.9-1.5-2.9-2.5 0-.9.9-1.7 3-1.7 1.7 0 2.9.4 3.9.8l.4.1.7-4.4c-1-.4-2.7-.9-4.7-.9-5.2 0-8.8 2.8-8.8 6.7 0 2.9 2.6 4.5 4.6 5.5 2 1 2.7 1.6 2.7 2.5 0 1.4-1.6 2-3.1 2-2.1 0-3.2-.3-4.9-1.1l-.7-.3-.7 4.5c1.2.6 3.5 1.1 5.8 1.1 5.5 0 9.1-2.7 9.1-6.9 0-2.2-1.4-4-4.4-5.4zM105.2 1.7h-4c-1.2 0-2.2.4-2.7 1.7l-7.8 18.5h5.5s.9-2.5 1.1-3h6.7c.2.7.6 3 .6 3h4.8l-4.2-20.2zm-6.5 13c.4-1.2 2.1-5.7 2.1-5.7s.4-1.2.7-1.9l.4 1.7s1 4.8 1.2 5.9h-4.4zM63.2 1.7l-5.1 13.8-.6-2.8c-1.2-3.3-3.7-6.3-7.2-8.4L55 21.9h5.5l8.2-20.2h-5.5z'/><path fill='%23FAA61A' d='m57.5 12.6-1.8-9.3c-.3-1.3-1.2-1.7-2.4-1.7h-8.4l-.1.4c2.1.5 3.9 1.3 5.5 2.2 3.6 2.1 6 5.1 7.2 8.4z'/></svg>") no-repeat 50% 50%;
	background-size: auto 24px;
}

.payment_method_klix_card .check-label,
.payment_method_spell .check-label {
	font-size: 0 !important;
	color: transparent;
}

.checkbox-list {
	display: flex;
	font-weight: normal;
	font-weight: 300;
	flex-wrap: wrap;
	margin-bottom: -10px;
	margin-left: -30px;
}

@media screen and (max-width: 1023px) {
	.checkbox-list {
		width: 100%;
		margin-bottom: 10px;
	}
}

.cookie-bar.active-more .toggle:after {
	transform: rotate(0);
}

.cookie-bar .toggle:after {
	position: relative;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='9' height='5'><path d='M.854 4.854a.5.5 0 01-.707-.707l4-4a.5.5 0 01.707 0l4 4a.5.5 0 01-.707.707L4.5 1.207z' fill='%2328292D'/></svg>") no-repeat;
	width: 9px;
	height: 5px;
	content: "";
	transform: rotate(180deg);
	margin-left: 5px;
}

.cookie-bar .toggle {
	font-size: 13px;
	cursor: pointer;
	align-items: center;
	font-weight: normal;
	font-weight: 300;
	display: flex;
}

.checkbox-list .custom-checkbox :checked~.check-label:before {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='7'><path d='M3 6.999v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h2v1h-1v1H9v1H8v1H7v1H6v1H5v1zm-1-1v-1h2v1zm-1-1v-1h2v1zM0 3.994v-1h2v1z' fill='%23fff'/></svg>") no-repeat 50% 50% #28292D;
	border-color: #28292D;
}

.checkbox-list .custom-checkbox .check-label:before {
	width: 20px;
	height: 20px;
	background: #fff;
	content: "";
	border: 1px solid #d6d6d7;
	position: absolute;
	left: 0;
	top: 0;
}

.checkbox-list .custom-checkbox.required {
	pointer-events: none;
}

.checkbox-list .custom-checkbox .check-label {
	position: relative;
	cursor: pointer;
	line-height: 20px;
	padding-left: 30px;
	font-size: 13px;
	display: block;
}

.cookie-bar .container {
	width: 1000px;
}

.cookie-bar p {
	margin-bottom: 15px;
	font-weight: normal;
	font-weight: 300;
	line-height: 18px;
}

.checkbox-list .custom-checkbox input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
}

.checkbox-list .custom-checkbox {
	position: relative;
	margin-left: 30px;
	display: block;
	margin-bottom: 10px;
}

.cookie-bar a:hover {
	text-decoration: none;
}

.cookie-bar a {
	text-decoration: underline;
	font-weight: 500;
}

.cookie-bar .flex {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cookie-bar .btn {
	height: 36px;
	padding: 0;
	width: auto;
	font-size: 13px;
	min-width: 160px;
	line-height: normal;
}

.cookie-bar {
	position: fixed;
	display: none;
	left: 30px;
	padding: 40px 0;
	font-size: 14px;
	bottom: 30px;
	right: 30px;
	max-height: calc(100% - 60px);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 9999;
	background: #fff;
	color: #28292D;
}

.tabs-info {
	max-height: 0;
	overflow: hidden;
	transition: all .2s ease;
	padding: 0;
}

.tabs-info .tabs .active a {
	opacity: 1;
	border-bottom: 1px solid #28292D;
}

.tabs-info .tab-c {
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	max-height: 200px;
}

.tabs-info .tab-c p {
	font-weight: normal;
	font-weight: 300;
	margin: 0;
	padding: 10px;
	line-height: 15px;
}

.tabs-info .tab-c th,
.tabs-info .tab-c td {
	border: 1px solid #D6D6D7;
	padding: 5px 10px;
	font-weight: normal;
	font-weight: 300;
	text-transform: none;
	font-size: 12px;
	line-height: 15px;
	width: 590px;
}

.tabs-info .tab-c td:last-child {
	width: 150px;
}

.tabs-info .tab-c td:first-child {
	width: 190px;
}

.tabs-info .tab-c table {
	border: 1px solid #D6D6D7;
	margin: 0 -1px -1px;
	max-width: calc(100% + 2px);
	word-break: break-word;
	width: calc(100% + 2px);
}

.tabs-info .tab-cc {
	overflow: hidden;
}

.tabs-info .tab-c {
	font-size: 12px;
	border: 1px solid #D6D6D7;
	line-height: 15px;
}

.tabs-info .tabs a:hover {
	opacity: 1;
}

.tabs-info .tabs a {
	padding: 9px 0;
	line-height: 16px;
	position: relative;
	z-index: 2;
	user-select: none;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
	display: block;
	text-decoration: none;
	margin-bottom: -1px;
	margin-right: 30px;
	font-size: 13px;
	opacity: .5;
}

.cookie-bar .tabs {
	display: flex;
	padding: 0 15px;
	flex-wrap: wrap;
}

.active-more .tabs-info {
	margin-bottom: -20px;
	padding-top: 8px;
	max-height: 390px;
}

@media screen and (max-width: 767px) {
	.checkbox-list {
		margin-left: -15px;
	}

	.tabs-info .tab-c th,
	.tabs-info .tab-c td {
		padding: 5px;
		font-size: 11px;
		white-space: normal;
	}

	.checkbox-list .custom-checkbox {
		margin-left: 15px;
	}

	.cookie-bar .tabs {
		padding: 0;
		margin: 0 -3px;
		flex-wrap: nowrap;
	}

	.tabs-info .tabs li {
		flex-grow: 1;
	}

	.tabs-info .tabs a {
		margin: 0 3px -1px;
		font-size: 12px;
		text-align: center;
	}

	.active-more .tabs-info {
		margin-bottom: 0;
	}

	.cookie-bar .btn {
		width: 100%;
	}

	.cookie-bar .container {
		padding: 0 10px;
	}

	.cookie-bar {
		bottom: 15px;
		right: 15px;
		padding: 15px 0;
		max-height: calc(100% - 30px);
		left: 15px;
	}

	.cookie-bar .toggle {
		margin-bottom: 15px;
		margin-top: -5px;
	}

}
/* 
.paysera-payment-method:nth-child(odd) {
	padding-left: 8px;padding-right: 0;
} */

.woocommerce-checkout-payment>div:first-child .payment_method_bacs {
	width: auto;
	flex-grow: 1;
	margin-bottom: 0;
}

@media (min-width: 768px) {
  
.woocommerce-checkout-payment>div:first-child .payment_method_bacs {
	margin-bottom: -10px;
}
}
 
.woocommerce-checkout-payment>div:first-child .payment_method_paysera {
	margin-left: -2px;
	margin-right: -2px;
}

.paysera-payment-method {
    padding-left: 4px;
    padding-right: 4px;
	float: left;
	width: 50%;
}

.payment-group-wrapper {
	display: inline;
	vertical-align: top;
}

.payment_method_paysera br {
	display: none;
}

.payment_method_paysera {
	display: block !important;
}

.payment .form-radio .check-label {
	margin-bottom: 0 !important;
}

.product-details .price .value-text {
	text-transform: none;
}

.payment-group-title,
.payment-country-select {
	display: none;
}





.paysera-payment-method-label {
	display: block;
	width: 100%
}

.paysera-payment-method-label {
	position: relative;
	border: 1px solid #d6d6d7;
	margin-bottom: 25px;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 400;
    margin-bottom: 15px;
	cursor: pointer;
	height: 50px
}

.paysera-payment-method-label input:checked+.paysera-text {
	opacity: 1;
}


.paysera-payment-method-label .paysera-text {font-size: 0;
	color: transparent;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	margin: -1px;
	border: 1px solid #28292d;
	bottom: 0;
}



.paysera-payment-method-label input {
	position: absolute;
	opacity: 0
}