 
 
.label {
	display:inline-block;
	vertical-align:top;
	line-height:40px;
	font-family:Gotham;
	font-size:14px;
	color:#878787;
	padding-right:20px
}
.qoutation_mark {
	display:block;
	text-align:center;
	color:#fff;
	font-size:40px;
	height:60px;
	position:relative
}
.qoutation_mark:before {
	width:18px;
	height:13px;
	background:url(../icons/quote.svg) 50%/contain no-repeat;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-9px;
	margin-top:-6px;
	content:"";
	transform:rotate(180deg)
}
.qoutation_mark.second:before {
	transform:rotate(0);
	bottom:20px;
	top:auto
}
.button {
	display:inline-block;
	cursor:pointer;
	border:0;
	background:transparent;
	border-radius:0;
	font-family: 'luxiadisplay';
	font-weight:700;
	text-align:center;
	font-size:.66667em;
	line-height:1em;
	letter-spacing:.16667em;
	padding:1.58333em 3.33333em;
	text-transform:uppercase;
	max-width:100%;
	min-width:200px
}
@media screen and (min-width:1025px) {
.button {
transition:opacity .25s
}
.button:hover {
opacity:.75
}
}
.button.empty {
	background-color:transparent!important;
	border:.16667em solid;
	padding:1.41667em 3.16667em
}
.button.white {
	background:#fff;
	color:#000;
	border-color:#fff
}
.button.white.empty {
	color:#fff
}
.button.ghost {
	background:#fff;
	color:#000;
	box-sizing:border-box;
	border:2px solid #000;
	height:50px;
	padding-top:17px;
	padding-bottom:17px
}
.button.ghost.empty {
	color:#fff
}
.button.black {
	background:#000;
	color:#fff;
	border-color:#000
}
.button.black.empty {
	color:#000
}
.button.big {
	min-width:270px;
	height:60px
}
.button-block {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center;
	height:13.88889em;
	background-color:#f6f6f7
}
@media screen and (max-width:1000px) {
.button-block {
height:auto;
padding:50px 0
}
}
.button-block.with-photo {
	padding-bottom:42%;
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative
}
.button-block.with-photo .button {
	position:absolute;
	left:50%;
	bottom:14%;
	transform:translate(-50%, -50%)
}
@media screen and (max-width:1000px) {
.button-block.with-photo .button {
width:calc(100% - 60px)
}
}
.button-block.center_content {
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	height:auto;
	padding:225px 40px
}
@media screen and (max-width:1000px) {
.button-block.center_content {
padding:60px 25px
}
}
.button-block.center_content .center {
	text-align:center;
	margin:0 auto;
	max-width:680px
}
.button-block.center_content .center .text {
	color:#fff;
	font-family: 'luxiadisplay';
	line-height:60px;
	font-size:40px
}
@media screen and (max-width:1000px) {
.button-block.center_content .center .text {
line-height:34px;
font-size:28px
}
}
.button-block.center_content .center .button {
	letter-spacing:6px
}
@media screen and (max-width:1000px) {
.button-block.center_content .center .button {
letter-spacing:5px
}
}
.button-block.center_content .center .separator {
	margin:30px auto 38px;
	background:#fff;
	width:20px;
	height:2px
}
.button-block.with-text {
	padding-bottom:42%;
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative
}
@media screen and (max-width:1000px) {
.button-block.with-text {
padding-bottom:20px
}
}
.button-block.with-text .text {
	text-align:center;
	width:100%;
	max-width:38.88889em;
	padding:0 1.66667em;
	color:#fff;
	position:absolute;
	left:50%;
	bottom:10%;
	transform:translate(-50%)
}
.button-block.with-text .text h5 {
	line-height:1.6em;
	font-family: 'luxiadisplay';
}
.button-block.with-text .text .button {
	margin-top:2.5em
}
@media screen and (max-width:1000px) {
.button-block.with-text .text {
position:static;
transform:none;
padding:180px 25px 0
}
.button-block.with-text .text .button {
width:100%;
margin-top:100px
}
}
::-webkit-input-placeholder {
color:currentColor;
opacity:.5
}
:-moz-placeholder, ::-moz-placeholder {
color:currentColor;
opacity:.5
}
:-ms-input-placeholder, ::-ms-input-placeholder {
color:currentColor;
opacity:.5
}
:placeholder-shown {
color:currentColor;
opacity:.5
}
.input {
	position:relative
}
.input input:not([type=submit]) {
color:currentColor;
width:100%;
height:3.57143em;
font-family: 'luxiadisplay';
letter-spacing:0;
border-bottom:.14286em solid currentColor;
background:transparent;
transition:.3s cubic-bezier(.22, .61, .36, 1)
}
.simple_input, .simple_textarea {
	display:inline-block;
	vertical-align:top;
	width:230px;
	height:40px;
	position:relative
}
.simple_input input, .simple_input textarea, .simple_textarea input, .simple_textarea textarea {
	color:#000;
	font-size:14px;
	border:1px solid #e1e1e1;
	height:40px;
	line-height:38px;
	padding:0 40px 0 20px;
	width:230px;
	opacity:1;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
transition:color .25s, border-color .25s
}
.simple_input input::-webkit-input-placeholder, .simple_input textarea::-webkit-input-placeholder, .simple_textarea input::-webkit-input-placeholder, .simple_textarea textarea::-webkit-input-placeholder {
opacity:1;
color:rgba(0, 0, 0, .5);
transition:color .25s
}
.simple_input input:-moz-placeholder, .simple_input input::-moz-placeholder, .simple_input textarea:-moz-placeholder, .simple_input textarea::-moz-placeholder, .simple_textarea input:-moz-placeholder, .simple_textarea input::-moz-placeholder, .simple_textarea textarea:-moz-placeholder, .simple_textarea textarea::-moz-placeholder {
opacity:1;
color:rgba(0, 0, 0, .5);
transition:color .25s
}
.simple_input input:-ms-input-placeholder, .simple_input textarea:-ms-input-placeholder, .simple_textarea input:-ms-input-placeholder, .simple_textarea textarea:-ms-input-placeholder {
opacity:1;
color:rgba(0, 0, 0, .5);
transition:color .25s
}
.simple_input input.error, .simple_input textarea.error, .simple_textarea input.error, .simple_textarea textarea.error {
	color:red;
	border-color:red
}
.simple_input input.error::-webkit-input-placeholder, .simple_input textarea.error::-webkit-input-placeholder, .simple_textarea input.error::-webkit-input-placeholder, .simple_textarea textarea.error::-webkit-input-placeholder {
color:red
}
.simple_input input.error:-moz-placeholder, .simple_input input.error::-moz-placeholder, .simple_input textarea.error:-moz-placeholder, .simple_input textarea.error::-moz-placeholder, .simple_textarea input.error:-moz-placeholder, .simple_textarea input.error::-moz-placeholder, .simple_textarea textarea.error:-moz-placeholder, .simple_textarea textarea.error::-moz-placeholder {
color:red
}
.simple_input input.error:-ms-input-placeholder, .simple_input textarea.error:-ms-input-placeholder, .simple_textarea input.error:-ms-input-placeholder, .simple_textarea textarea.error:-ms-input-placeholder {
color:red
}
.simple_input input[name=discount_code], .simple_input textarea[name=discount_code], .simple_textarea input[name=discount_code], .simple_textarea textarea[name=discount_code] {
	padding-right:75px
}
.simple_input .apply_button, .simple_textarea .apply_button {
	position:absolute;
	z-index:1;
	width:40px;
	height:40px;
	display:block;
	top:0;
	right:-1px;
	transform-origin:center center!important;
transition:transform .25s;
	cursor:pointer
}
.simple_input .apply_button span, .simple_textarea .apply_button span {
	position:absolute;
	text-transform:uppercase;
	display:block;
	letter-spacing:3px;
	font-size:9px;
	font-weight:700;
	right:23px;
	height:100%;
	top:0;
	padding-top:16px
}
.simple_input .apply_button svg, .simple_textarea .apply_button svg {
	position:absolute;
	width:12px;
	height:8px;
	margin-top:-3px;
	margin-left:-1px;
	left:50%;
transition:transform .25s;
	top:50%;
	transform:translateZ(0) rotate(0deg)
}
.simple_input .apply_button svg path, .simple_textarea .apply_button svg path {
	fill:#000;
	stroke:#000;
	stroke-width:5px
}
@media screen and (min-width:1025px) {
.simple_input .apply_button:hover svg, .simple_textarea .apply_button:hover svg {
transform:translate3d(5px, 0, 0) rotate(0deg)
}
}
.simple_textarea textarea {
	resize:none
}
.simple_dropdown {
	width:230px;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
	position:relative;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.simple_dropdown, .simple_dropdown input {
	height:40px;
	font-family:Gotham;
	font-size:14px;
	color:rgba(0, 0, 0, .5)
}
.simple_dropdown input {
	background:none;
	border:none;
	box-shadow:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	line-height:38px;
	padding:0 38px 0 20px;
	border:1px solid #e1e1e1;
	opacity:1;
	pointer-events:none;
	margin:0;
	width:100%;
transition:border-color .25s
}
.simple_dropdown input.error {
	border-color:red
}
.simple_dropdown span.icon {
	position:absolute;
	z-index:1;
	width:12px;
	height:6px;
	display:block;
	top:17px;
	right:14px;
	transform:translateZ(0) rotate(0deg);
	transform-origin:center center!important;
transition:transform .25s
}
.simple_dropdown span.icon svg {
	position:absolute;
	top:0;
	left:0
}
.simple_dropdown span.icon svg path {
	fill:#727272
}
.simple_dropdown .content {
	background:#fff;
	border:1px solid #e1e1e1;
	border-top:none;
	pointer-events:none;
	opacity:0;
	transform:translate3d(0, 10px, 0);
transition:transform .25s, opacity .25s;
	position:absolute;
	top:40px;
	left:0;
	width:100%
}
.simple_dropdown .content .option {
	padding:12px 20px;
	cursor:pointer;
	font-family:Gotham;
	color:rgba(0, 0, 0, .5);
	font-size:14px;
	border-bottom:1px solid #e1e1e1;
transition:color .25s
}
.simple_dropdown .content .option:last-child {
	border:none
}
.simple_dropdown .content .option.current {
	color:#000;
	pointer-events:none
}
@media screen and (min-width:1025px) {
.simple_dropdown .content .option:hover {
color:#000
}
}
.simple_dropdown.open {
	z-index:2
}
.simple_dropdown.open .content {
	pointer-events:all;
	opacity:1;
	transform:translateZ(0)
}
.simple_dropdown.open span.icon {
	transform:translateZ(0) rotate(180deg)
}
.simple_dropdown.micro_dropdown {
	height:23px;
	width:45px
}
.simple_dropdown.micro_dropdown .icon {
	width:10px;
	height:5px;
	right:0;
	top:9px
}
.simple_dropdown.micro_dropdown input {
	height:23px;
	border:none;
	padding:0;
	padding-right:20px;
	width:70px;
	color:#1b1c1e
}
.simple_dropdown.micro_dropdown .content {
	width:calc(100% + 10px);
	left:-5px;
	top:23px
}
.simple_dropdown.micro_dropdown .content .option {
	padding:5px 0;
	font-size:14px;
	text-align:center
}
.simple_checkbox {
	display:block;
	min-height:30px;
	margin-bottom:20px;
	position:relative;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.simple_checkbox .name {
	font-size:12px;
	line-height:30px;
	color:#1b1c1e;
	padding-left:25px;
	position:relative
}
.simple_checkbox .name:before {
	display:block;
	position:absolute;
	content:"";
	width:15px;
	height:15px;
	border:1px solid #e1e1e1;
	left:0;
	top:0
}
.simple_checkbox .name .icon {
	width:9px;
	position:absolute;
	left:3px;
	top:-8px;
	transform:translateZ(0) scale(0);
transition:transform .25s
}
.simple_checkbox .name .icon svg {
	width:9px
}
.simple_checkbox input {
	visibility:hidden;
	opacity:0;
	position:absolute;
	pointer-events:none
}
.simple_checkbox input:checked+.name .icon {
	transform:translateZ(0) scale(1)
}
body {
	font-family: 'luxiadisplay';
	font-size:18px;
	font-weight:400;
	color:#000;
	letter-spacing:0;
	position:relative;
	max-width:100vw;
	overflow-x:hidden
}
body.fixed {
	height:100%;
	overflow:hidden
}
body.customize-support {
	margin-top:-32px
}
body.customize-support #wpadminbar {
	top:-27px;
	opacity:.2;
	overflow:hidden;
transition:.3s ease-in-out
}
body.customize-support #wpadminbar:hover {
	top:0;
	opacity:1
}
@media screen and (max-width:782px) {
body.customize-support {
margin-top:-46px
}
body.customize-support #wpadminbar {
top:-41px
}
}

 
@media (max-width:991px) {
.container {
padding:0 25px
}
}
.blog .blog-list-item.newsletter .newsletter-inner .form .section .title label, .input .section .title input:not([type=submit]), .section .title .blog .blog-list-item.newsletter .newsletter-inner .form label, .section .title .input input:not([type=submit]), .section .title .top-footer .container .wrap .socForm .form label, .section .title small, .top-footer .container .wrap .socForm .form .section .title label {
padding-left:50px;
position:relative;
letter-spacing:.5em;
text-transform:uppercase
}
.blog .blog-list-item.newsletter .newsletter-inner .form .section .title label:before, .input .section .title input:not([type=submit]):before, .section .title .blog .blog-list-item.newsletter .newsletter-inner .form label:before, .section .title .input input:not([type=submit]):before, .section .title .top-footer .container .wrap .socForm .form label:before, .section .title small:before, .top-footer .container .wrap .socForm .form .section .title label:before {
content:"";
position:absolute;
background-color:currentColor;
left:0;
top:50%;
height:1px;
width:20px
}
@media screen and (min-width:1025px) {
a, button {
transition:opacity .25s
}
a:hover, button:hover {
opacity:.75
}
}
@media screen and (max-width:1000px) {
.desktop_only {
display:none
}
}
.mobile_only {
	display:none
}
@media screen and (max-width:1000px) {
.mobile_only {
display:block
}
}
.header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background-color:#fff;
transition:transform .6s cubic-bezier(.22, .61, .36, 1);
	transform:translateY(-100%);
	z-index:13
}
@media screen and (max-width:1000px) {
.header {
z-index:22
}
}
.header .container {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-align:center;
	align-items:center
}
.header.black {
	color:#fff;
	background-color:#000
}
.blog .blog-list-item.newsletter .newsletter-inner .form .header label, .header .blog .blog-list-item.newsletter .newsletter-inner .form label, .header .input input:not([type=submit]), .header .top-footer .container .wrap .socForm .form label, .header small, .input .header input:not([type=submit]), .top-footer .container .wrap .socForm .form .header label {
font-size:.66667em;
line-height:1em;
text-align:center;
text-transform:uppercase;
letter-spacing:.33333em;
padding:1.16667em 0;
white-space:nowrap
}
@media (max-width:599px) {
.blog .blog-list-item.newsletter .newsletter-inner .form .header label, .header .blog .blog-list-item.newsletter .newsletter-inner .form label, .header .input input:not([type=submit]), .header .top-footer .container .wrap .socForm .form label, .header small, .input .header input:not([type=submit]), .top-footer .container .wrap .socForm .form .header label {
font-size:.44444em;
line-height:1.5em;
letter-spacing:.325em;
padding:1.125em 0
}
}
.header .currency {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	font-size:12px;
	font-weight:300;
	line-height:1;
	color:#fff;
	margin-left:auto
}
@media (max-width:499px) {
.header .currency>span {
display:none
}
}
.header .currency .dropdown {
	position:relative
}
.header .currency .dropdown span {
	cursor:pointer;
	display:inline-block;
	padding-right:15px;
	position:relative
}
.header .currency .dropdown span:after {
	position:absolute;
	width:10px;
	height:5px;
	content:"";
	background:url(../icons/bird-white.svg) 100%/contain no-repeat;
	right:0;
	top:50%;
	margin-top:-2px;
	transform:rotate(0);
transition:all .4s ease-in-out
}
.header .currency .dropdown .options {
	cursor:pointer;
	position:absolute;
	left:0;
	width:100%;
	top:100%;
	opacity:0;
	pointer-events:none;
transition:all .4s ease-in-out
}
.header .currency .dropdown .options .option {
	border-bottom:1px solid #e1e1e1;
	padding:5px;
	background:#fff;
	color:#000;
	width:100%;
	text-align:center
}
.header .currency .dropdown.active .options {
	pointer-events:auto;
	top:150%;
	opacity:1
}
.header .currency .dropdown.active span:after {
	transform:rotate(180deg)
}
.header .woocommerce-currency-selector {
	display:none!important
}
.header.show {
	transform:translateY(0)
}
.header.show+.nav {
	top:2.22222em
}
@media (max-width:599px) {
.header.show+.nav {
top:1.66667em
}
}
.header .container {
	position:relative
}
.header .container .currency_toggler {
	position:absolute;
	right:30px;
	top:0;
	color:#fff
}
@media screen and (max-width:1000px) {
.header .container .currency_toggler {
display:none
}
}
.header .container .currency_toggler .label {
	color:#fff;
	padding-right:10px
}
.header .container .currency_toggler .current {
	color:#fff
}
.header .container .currency_toggler .icon svg path {
	fill:#fff
}
.header .container .currency_toggler .simple_dropdown {
	margin-top:8px
}
.header .container .currency_toggler input {
	color:#fff;
	text-align:center
}
.header .container .currency_toggler .content .current {
	color:rgba(0, 0, 0, .5)
}
/*.nav {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	color:#fff;
	background:hsla(0, 0%, 100%, 0);
	z-index:12;
transition:.6s cubic-bezier(.22, .61, .36, 1)
}*/
@media screen and (max-width:1000px) {
.nav {
z-index:21
}
}
/*.nav:after, .nav:before {
	content:"";
	position:absolute;
	z-index:0;
	pointer-events:none;
	top:0;
	left:0;
	width:100%;
	height:5.55556em;
transition:.6s cubic-bezier(.22, .61, .36, 1)
}
.nav:after {
	background:#fff;
	opacity:0;
	box-shadow:0 0 50px 0 rgba(0, 0, 0, .05)
}
.nav:before {
	background:#000;
	background:linear-gradient(0deg, transparent, #000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
	opacity:.5
}*/
@media (max-width:599px) {
.nav:before {
height:2.77778em
}
}
.nav.white {
	color:#000
}
.nav.white:before {
	background:linear-gradient(0deg, hsla(240, 6%, 97%, 0), #f6f6f7);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f6f7", endColorstr="#f6f6f7", GradientType=1)
}
.nav.white .logo .svg-logo-mobile path, .nav.white .logo .svg-logo path {
	fill:#000
}
.nav.white .padwrap .links:before {
	background-color:rgba(0, 0, 0, .2)
}
.nav.white .padwrap .togglers .toggler .icon .svg-cart path {
	fill:#000
}
.nav.white .padwrap .togglers .toggler .burger .inner:after, .nav.white .padwrap .togglers .toggler .burger .inner:before, .nav.white .padwrap .togglers .toggler .burger:after, .nav.white .padwrap .togglers .toggler .burger:before {
	background-color:#000
}
/*.nav.scrolled {
	height:3.05556em;
	color:#000
}*/
.nav.scrolled:before {
	opacity:0
}
.nav.scrolled:after {
	opacity:1
}
.nav.scrolled:after, .nav.scrolled:before {
	height:3.05556em
}
.nav.scrolled .logo .svg-logo-mobile path, .nav.scrolled .logo .svg-logo path {
	fill:#000
}
.nav.scrolled .padwrap {
	top:1.5em
}
.nav.scrolled .padwrap .links:before {
	background-color:rgba(0, 0, 0, .2)
}
.nav.scrolled .padwrap .togglers .toggler .icon .svg-cart path {
	fill:#000
}
.nav.scrolled .padwrap .togglers .toggler .burger .inner:after, .nav.scrolled .padwrap .togglers .toggler .burger .inner:before, .nav.scrolled .padwrap .togglers .toggler .burger:after, .nav.scrolled .padwrap .togglers .toggler .burger:before {
	background-color:#000
}
.nav .container {
	position:relative;
	z-index:1
}
.nav .logo {
	height:1.66667em;
	width:9.27778em;
	padding:.33333em;
	margin-left:-.33333em
}
.nav .logo .svg-logo {
	display:block
}
.nav .logo .svg-logo-mobile {
	display:none
}
.nav .logo .svg-logo, .nav .logo .svg-logo-mobile {
	height:100%;
	width:100%
}
.nav .logo .svg-logo-mobile path, .nav .logo .svg-logo path {
	fill:#fff;
transition:.6s cubic-bezier(.22, .61, .36, 1)
}
@media (max-width:991px) {
.nav .logo {
width:1.44444em
}
.nav .logo .svg-logo {
display:none
}
.nav .logo .svg-logo-mobile {
display:block
}
}
.nav .padwrap {
	position:relative;
	top:2.61111em;
transition:top .6s cubic-bezier(.22, .61, .36, 1)
}
@media (max-width:991px) {
.nav .padwrap {
top:1.44444em
}
}
.nav .padwrap .logo {
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%)
}
@media (max-width:991px) {
.nav .padwrap .logo {
left:50%;
transform:translate(-50%, -50%)
}
.nav .padwrap .logo .svg-logo {
display:none
}
.nav .padwrap .logo .svg-logo-mobile {
display:block
}
}
.nav .padwrap .links, .nav .padwrap .togglers {
	position:absolute;
	top:50%;
	transform:translateY(-340%);
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center
}
.nav .padwrap .links .link, .nav .padwrap .links .toggler, .nav .padwrap .togglers .link, .nav .padwrap .togglers .toggler {
	cursor:pointer;
	padding:0;
}
.nav .padwrap .links .link:not(:first-child), .nav .padwrap .links .toggler:not(:first-child), .nav .padwrap .togglers .link:not(:first-child), .nav .padwrap .togglers .toggler:not(:first-child) {
margin-left:1.66667em
}
.blog .blog-list-item.newsletter .newsletter-inner .form .nav .padwrap .links .link label, .blog .blog-list-item.newsletter .newsletter-inner .form .nav .padwrap .links .toggler label, .blog .blog-list-item.newsletter .newsletter-inner .form .nav .padwrap .togglers .link label, .blog .blog-list-item.newsletter .newsletter-inner .form .nav .padwrap .togglers .toggler label, .input .nav .padwrap .links .link input:not([type=submit]), .input .nav .padwrap .links .toggler input:not([type=submit]), .input .nav .padwrap .togglers .link input:not([type=submit]), .input .nav .padwrap .togglers .toggler input:not([type=submit]), .nav .padwrap .links .link .blog .blog-list-item.newsletter .newsletter-inner .form label, .nav .padwrap .links .link .input input:not([type=submit]), .nav .padwrap .links .link .top-footer .container .wrap .socForm .form label, .nav .padwrap .links .link small, .nav .padwrap .links .toggler .blog .blog-list-item.newsletter .newsletter-inner .form label, .nav .padwrap .links .toggler .input input:not([type=submit]), .nav .padwrap .links .toggler .top-footer .container .wrap .socForm .form label, .nav .padwrap .links .toggler small, .nav .padwrap .togglers .link .blog .blog-list-item.newsletter .newsletter-inner .form label, .nav .padwrap .togglers .link .input input:not([type=submit]), .nav .padwrap .togglers .link .top-footer .container .wrap .socForm .form label, .nav .padwrap .togglers .link small, .nav .padwrap .togglers .toggler .blog .blog-list-item.newsletter .newsletter-inner .form label, .nav .padwrap .togglers .toggler .input input:not([type=submit]), .nav .padwrap .togglers .toggler .top-footer .container .wrap .socForm .form label, .nav .padwrap .togglers .toggler small, .top-footer .container .wrap .socForm .form .nav .padwrap .links .link label, .top-footer .container .wrap .socForm .form .nav .padwrap .links .toggler label, .top-footer .container .wrap .socForm .form .nav .padwrap .togglers .link label, .top-footer .container .wrap .socForm .form .nav .padwrap .togglers .toggler label {
font-size:.55556em;
line-height:1.8em;
letter-spacing:.62em;
font-weight:700;
text-transform:uppercase
}
@media (max-width:991px) {
.blog .blog-list-item.newsletter .newsletter-inner .form .nav .padwrap .links .link label, .blog .blog-list-item.newsletter .newsletter-inner .form .nav .padwrap .links .toggler label, .blog .blog-list-item.newsletter .newsletter-inner .form .nav .padwrap .togglers .link label, .blog .blog-list-item.newsletter .newsletter-inner .form .nav .padwrap .togglers .toggler label, .input .nav .padwrap .links .link input:not([type=submit]), .input .nav .padwrap .links .toggler input:not([type=submit]), .input .nav .padwrap .togglers .link input:not([type=submit]), .input .nav .padwrap .togglers .toggler input:not([type=submit]), .nav .padwrap .links .link .blog .blog-list-item.newsletter .newsletter-inner .form label, .nav .padwrap .links .link .input input:not([type=submit]), .nav .padwrap .links .link .top-footer .container .wrap .socForm .form label, .nav .padwrap .links .link small, .nav .padwrap .links .toggler .blog .blog-list-item.newsletter .newsletter-inner .form label, .nav .padwrap .links .toggler .input input:not([type=submit]), .nav .padwrap .links .toggler .top-footer .container .wrap .socForm .form label, .nav .padwrap .links .toggler small, .nav .padwrap .togglers .link .blog .blog-list-item.newsletter .newsletter-inner .form label, .nav .padwrap .togglers .link .input input:not([type=submit]), .nav .padwrap .togglers .link .top-footer .container .wrap .socForm .form label, .nav .padwrap .togglers .link small, .nav .padwrap .togglers .toggler .blog .blog-list-item.newsletter .newsletter-inner .form label, .nav .padwrap .togglers .toggler .input input:not([type=submit]), .nav .padwrap .togglers .toggler .top-footer .container .wrap .socForm .form label, .nav .padwrap .togglers .toggler small, .top-footer .container .wrap .socForm .form .nav .padwrap .links .link label, .top-footer .container .wrap .socForm .form .nav .padwrap .links .toggler label, .top-footer .container .wrap .socForm .form .nav .padwrap .togglers .link label, .top-footer .container .wrap .socForm .form .nav .padwrap .togglers .toggler label {
display:none
}
}
.nav .padwrap .links {
	left:13.88889em;
	-ms-flex-pack:start;
	justify-content:flex-start
}
@media (max-width:991px) {
.nav .padwrap .links {
display:none
}
}
@media screen and (min-width:1025px) {
.nav .padwrap .links a {
transition:opacity .25s
}
.nav .padwrap .links a:hover {
opacity:.75
}
}
.nav .padwrap .links:before {
	content:"";
	position:absolute;
	width:1.11111em;
	height:.11111em;
	background-color:hsla(0, 0%, 100%, .2);
	left:-2.66667em;
	top:50%;
	transform:translateY(-50%)
}
.blog .blog-list-item.newsletter .newsletter-inner .form .nav .padwrap .links .back label:before, .input .nav .padwrap .links .back input:not([type=submit]):before, .nav .padwrap .links .back .blog .blog-list-item.newsletter .newsletter-inner .form label:before, .nav .padwrap .links .back .input input:not([type=submit]):before, .nav .padwrap .links .back .top-footer .container .wrap .socForm .form label:before, .nav .padwrap .links .back small:before, .top-footer .container .wrap .socForm .form .nav .padwrap .links .back label:before {
content:"";
display:inline-block;
position:relative;
width:.6em;
height:.6em;
border-left:.2em solid currentColor;
border-bottom:.2em solid currentColor;
transform-origin:center center;
transform:rotate(45deg);
margin-right:1.2em
}
.nav .padwrap .togglers {
	right:0;
	-ms-flex-pack:end;
	justify-content:flex-end;
	margin-right:0
}
@media (max-width:991px) {
.nav .padwrap .togglers {
width:calc(100% + .66667em);
position:relative;
margin:0 -.33333em
}
}
.nav .padwrap .togglers .toggler {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center
}
@media screen and (min-width:1025px) {
.nav .padwrap .togglers .toggler {
transition:opacity .25s
}
.nav .padwrap .togglers .toggler:hover {
opacity:.75
}
}
@media (max-width:991px) {
.nav .padwrap .togglers .toggler {
position:absolute;
top:50%;
transform:translateY(-50%)
}
.nav .padwrap .togglers .toggler.menu-toggler {
left:0
}
.nav .padwrap .togglers .toggler.cart-toggler {
right:0
}
}
.nav .padwrap .togglers .toggler .burger, .nav .padwrap .togglers .toggler .icon {
	height:1em;
	margin-right:.55556em;
	display:inline-block
}
@media (max-width:991px) {
.nav .padwrap .togglers .toggler .burger, .nav .padwrap .togglers .toggler .icon {
margin-right:0
}
}
.nav .padwrap .togglers .toggler.cart-toggler .number {
	display:none;
	font-size:8px;
	font-weight:700;
	color:#fff;
	text-align:center;
	line-height:12px;
	background:#000;
	border-radius:12px;
	background:#1b1c1e;
	padding:0 5px;
	margin-right:.775556em
}
.nav .padwrap .togglers .toggler .icon {
	width:.83333em
}
.nav .padwrap .togglers .toggler .icon .svg-cart {
	width:100%;
	height:100%
}
.nav .padwrap .togglers .toggler .icon .svg-cart path {
	fill:#fff;
transition:.6s cubic-bezier(.22, .61, .36, 1)
}
.nav .padwrap .togglers .toggler .burger {
	position:relative;
	width:1.11111em;
	overflow:hidden
}
@media (max-width:991px) {
.nav .padwrap .togglers .toggler .burger {
margin:0
}
}
.nav .padwrap .togglers .toggler .burger:after, .nav .padwrap .togglers .toggler .burger:before {
	content:"";
	width:100%;
	height:.11111em;
	background-color:#fff;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto 0
}
.nav .padwrap .togglers .toggler .burger:before {
	top:.27778em;
transition:transform .3s cubic-bezier(.22, .61, .36, 1) .7s, background-color .6s cubic-bezier(.22, .61, .36, 1)
}
.nav .padwrap .togglers .toggler .burger:after {
	bottom:.27778em;
transition:transform .3s cubic-bezier(.22, .61, .36, 1) .5s, background-color .6s cubic-bezier(.22, .61, .36, 1)
}
.nav .padwrap .togglers .toggler .burger .inner {
	position:absolute;
	top:0;
	left:0;
	width:1.11111em;
	height:100%
}
.nav .padwrap .togglers .toggler .burger .inner:after, .nav .padwrap .togglers .toggler .burger .inner:before {
	content:"";
	width:100%;
	height:.11111em;
	background-color:#fff;
	position:absolute;
	margin:auto 0;
	top:0;
	bottom:0
}
.nav .padwrap .togglers .toggler .burger .inner:before {
	transform:rotate(-45deg) translateX(120%);
transition:transform .3s cubic-bezier(.22, .61, .36, 1) .2s, background-color .6s cubic-bezier(.22, .61, .36, 1)
}
.nav .padwrap .togglers .toggler .burger .inner:after {
	transform:rotate(45deg) translateX(-120%);
transition:transform .3s cubic-bezier(.22, .61, .36, 1), background-color .6s cubic-bezier(.22, .61, .36, 1)
}
.nav .padwrap .togglers .toggler.active .burger:before {
	transform:translateX(100%);
transition:transform .3s cubic-bezier(.22, .61, .36, 1), background-color .6s cubic-bezier(.22, .61, .36, 1)
}
.nav .padwrap .togglers .toggler.active .burger:after {
	transform:translateX(100%);
transition:transform .3s cubic-bezier(.22, .61, .36, 1) .2s, background-color .6s cubic-bezier(.22, .61, .36, 1)
}
.nav .padwrap .togglers .toggler.active .burger .inner:before {
	transform:rotate(-45deg) translateX(0);
transition:transform .3s cubic-bezier(.22, .61, .36, 1) .7s, background-color .6s cubic-bezier(.22, .61, .36, 1)
}
.nav .padwrap .togglers .toggler.active .burger .inner:after {
	transform:rotate(45deg) translateX(0);
transition:transform .3s cubic-bezier(.22, .61, .36, 1) .5s, background-color .6s cubic-bezier(.22, .61, .36, 1)
}
.nav .padwrap .togglers .toggler.active.cart-toggler .icon {
	display:none
}
.nav .padwrap .togglers .toggler.active.cart-toggler .number {
	display:block
}
body.open {
	overflow:hidden
}
@media screen and (max-width:1000px) {
body.open .nav:after {
opacity:0
}
body.open .nav:before {
opacity:1;
background:#f6f6f7
}
body.open .nav .logo .svg-logo-mobile path, body.open .nav .logo .svg-logo path {
fill:#000
}
body.open .nav .burger .inner:after, body.open .nav .burger .inner:before {
background-color:#000!important
}
body.open .nav .padwrap .togglers .toggler .icon .svg-cart path {
fill:#000
}
}
.top-footer {
	background-color:#111212;
	color:#fff;
	padding:3.33333em 0
}
@media screen and (max-width:1000px) {
.top-footer {
padding:40px 0
}
}
.top-footer .container .top {
	display:-ms-flexbox;
	display:flex;
	margin-bottom:60px;
	padding-bottom:40px;
	border-bottom:1px solid #000
}
@media screen and (max-width:1000px) {
.top-footer .container .top {
-ms-flex-direction:column;
flex-direction:column
}
}
.top-footer .container .top .item {
	width:35%;
	padding-left:45px;
	color:#fff;
	font-family: 'luxiadisplay';
	font-size:18px;
	font-weight:300;
	line-height:22px;
	position:relative
}
@media screen and (max-width:1000px) {
.top-footer .container .top .item {
width:100%;
margin-bottom:30px
}
}
.top-footer .container .top .item .logos {
	display:-ms-flexbox;
	display:flex;
	margin-top:15px;
	-ms-flex-align:center;
	align-items:center
}
.top-footer .container .top .item .logos img:not(:last-of-type) {
margin-right:20px
}
.top-footer .container .top .item:before {
	content:"";
	position:absolute;
	left:0;
	top:0
}
.top-footer .container .top .item:first-of-type:before {
	width:22px;
	height:22px;
	background:url(../img/plane-white.png) 50%/contain no-repeat
}
.top-footer .container .top .item:nth-of-type(2):before {
width:24px;
height:22px;
background:url(../img/returns-white.png) 50%/contain no-repeat
}
.top-footer .container .top .item:nth-of-type(3) {
width:30%
}
@media screen and (max-width:1000px) {
.top-footer .container .top .item:nth-of-type(3) {
width:100%;
margin-bottom:0
}
}
.top-footer .container .top .item:nth-of-type(3):before {
top:-5px;
width:24px;
height:31px;
background:url(../img/cart-white.png) 50%/contain no-repeat
}
.top-footer .container .bottom {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:start;
	align-items:flex-start
}
@media screen and (max-width:1000px) {
.top-footer .container .bottom {
-ms-flex-direction:column;
flex-direction:column
}
}
.top-footer .container .bottom ul {
	width:70%;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-align:start;
	align-items:flex-start
}
@media screen and (max-width:1000px) {
.top-footer .container .bottom ul {
width:100%
}
}
.top-footer .container .bottom ul li {
	margin-bottom:30px
}
.top-footer .container .bottom ul li:nth-of-type(3n+1) {
width:25%
}
@media screen and (max-width:1000px) {
.top-footer .container .bottom ul li:nth-of-type(3n+1) {
width:33%
}
}
@media (max-width:599px) {
.top-footer .container .bottom ul li:nth-of-type(3n+1) {
width:50%
}
}
.top-footer .container .bottom ul li:nth-of-type(3n+2) {
width:25%
}
@media screen and (max-width:1000px) {
.top-footer .container .bottom ul li:nth-of-type(3n+2) {
width:33%
}
}
@media (max-width:599px) {
.top-footer .container .bottom ul li:nth-of-type(3n+2) {
width:50%
}
}
.top-footer .container .bottom ul li:nth-of-type(3n+3) {
width:50%
}
@media screen and (max-width:1000px) {
.top-footer .container .bottom ul li:nth-of-type(3n+3) {
width:33%
}
}
@media (max-width:599px) {
.top-footer .container .bottom ul li:nth-of-type(3n+3) {
width:50%
}
}
.top-footer .container .bottom ul li a {
	color:#fff;
	font-family: 'luxiadisplay';
	font-size:14px;
	font-weight:300
}
.top-footer .container .bottom .socForm {
	width:30%
}
@media screen and (max-width:1000px) {
.top-footer .container .bottom .socForm {
width:100%;
margin-top:40px
}
}
.top-footer .container .bottom .socForm .social {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	color:#fff;
	font-family: 'luxiadisplay';
	font-size:14px;
	font-weight:300
}
.top-footer .container .bottom .socForm .social a {
	display:inline-block;
	height:1.38889em;
	margin-left:10px
}
.top-footer .container .bottom .socForm .social a .svg {
	display:block;
	position:relative;
	width:1.38889em;
	height:1.38889em
}
.top-footer .container .bottom .socForm .social a .svg path {
	fill:#fff
}
.top-footer .container .bottom .socForm .form {
	margin-top:2.33333em;
	-ms-flex-align:end;
	align-items:flex-end;
	position:relative
}
@media screen and (max-width:1000px) {
.top-footer .container .bottom .socForm .form {
display:block
}
}
.top-footer .container .bottom .socForm .form input[type=email].error {
	border-bottom-color:red
}
.top-footer .container .bottom .socForm .form label {
	color:#fff;
	font-family: 'luxiadisplay';
	font-size:12px;
	font-weight:300;
	line-height:30px
}
.top-footer .container .bottom .socForm .form .button {
	position:absolute;
	color:#fff;
	font-family: 'luxiadisplay';
	font-size:10px;
	font-weight:700;
	letter-spacing:3.33px;
	line-height:12px;
	text-align:center;
	background:transparent;
	text-transform:uppercase;
	border:none;
	right:0;
	bottom:0;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	height:50px;
	cursor:pointer;
	min-width:0;
	padding:0
}
.top-footer .container .bottom .socForm .form .success input {
	pointer-events:none;
	border-bottom:0
}
.top-footer .container .bottom .socForm .form .success .button {
	display:none
}
.top-footer .container .wrap {
	margin:0 -1.11111em;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:start;
	align-items:flex-start;
	-ms-flex-pack:justify;
	justify-content:space-between
}
@media screen and (max-width:1000px) {
.top-footer .container .wrap {
-ms-flex-wrap:wrap;
flex-wrap:wrap;
width:100%;
margin:0
}
}
.top-footer .container .wrap .links, .top-footer .container .wrap .socForm {
	margin:0 1.11111em
}
.top-footer .container .wrap .links {
	width:calc(20% - 1.11111em)
}
.top-footer .container .wrap .links a:not(:first-child) {
margin-top:22px
}
@media screen and (max-width:1000px) {
.top-footer .container .wrap .links {
width:50%;
margin-left:0;
margin-right:0;
padding-right:15px;
margin-bottom:22px
}
.top-footer .container .wrap .links:nth-child(2n) {
padding-right:0;
padding-left:15px
}
}
.top-footer .container .wrap .socForm {
	width:calc(40% - 1.11111em)
}
@media screen and (max-width:1000px) {
.top-footer .container .wrap .socForm {
width:100%;
display:block;
margin:0;
padding:0;
margin-top:60px
}
}
.top-footer .container .wrap .socForm .row {
	margin:0 -.55556em;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.top-footer .container .wrap .socForm .row .col {
	width:calc(50% - .55556em);
	margin:0 .55556em
}
@media screen and (max-width:1000px) {
.top-footer .container .wrap .socForm .row .col {
width:auto
}
}
.top-footer .container .wrap .socForm .social {
	-ms-flex-align:start;
	align-items:flex-start
}
.top-footer .container .wrap .socForm .social .icons {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:start;
	justify-content:flex-start
}
.top-footer .container .wrap .socForm .social .icons a {
	display:inline-block;
	height:1em;
	margin-right:.44444em
}
.top-footer .container .wrap .socForm .social .icons a .svg {
	display:block;
	position:relative;
	width:1.33333em;
	height:1.33333em;
	top:-.16667em
}
.top-footer .container .wrap .socForm .social .icons a .svg path {
	fill:#fff
}
.top-footer .container .wrap .socForm .form {
	margin-top:2.33333em;
	-ms-flex-align:end;
	align-items:flex-end
}
@media screen and (max-width:1000px) {
.top-footer .container .wrap .socForm .form {
display:block
}
}
.top-footer .container .wrap .socForm .form label {
	line-height:2.14286em
}
.top-footer .container .wrap .socForm .form .button {
	width:100%
}
.bottom-footer {
	background-color:#000;
	color:#fff;
	padding:1.66667em 0
}
.bottom-footer .container {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-align:center;
	align-items:center
}
@media screen and (max-width:1000px) {
.bottom-footer .container {
display:block
}
}
.blog .blog-list-item.newsletter .newsletter-inner .form .bottom-footer .container label a, .bottom-footer .container .blog .blog-list-item.newsletter .newsletter-inner .form label a, .bottom-footer .container .input input:not([type=submit]) a, .bottom-footer .container small a, .bottom-footer .top-footer .container .wrap .socForm .form label a, .input .bottom-footer .container input:not([type=submit]) a, .top-footer .bottom-footer .container .wrap .socForm .form label a {
display:inline
}
.blog .blog-list-item.newsletter .newsletter-inner .form .bottom-footer .container label.smaller, .bottom-footer .container .blog .blog-list-item.newsletter .newsletter-inner .form label.smaller, .bottom-footer .container .input input.smaller:not([type=submit]), .bottom-footer .container small.smaller, .bottom-footer .top-footer .container .wrap .socForm .form label.smaller, .input .bottom-footer .container input.smaller:not([type=submit]), .top-footer .bottom-footer .container .wrap .socForm .form label.smaller {
font-size:.66667em;
line-height:1.66667em;
color:#e1e1e1
}
@media screen and (max-width:1000px) {
.blog .blog-list-item.newsletter .newsletter-inner .form .bottom-footer .container label.smaller, .bottom-footer .container .blog .blog-list-item.newsletter .newsletter-inner .form label.smaller, .bottom-footer .container .input input.smaller:not([type=submit]), .bottom-footer .container small.smaller, .bottom-footer .top-footer .container .wrap .socForm .form label.smaller, .input .bottom-footer .container input.smaller:not([type=submit]), .top-footer .bottom-footer .container .wrap .socForm .form label.smaller {
margin-top:15px
}
}
.hero {
	background-color:#000
}
.hero .slides {
	width:100%;
	height:100vh;
	overflow:hidden;
	position:relative
}
@media screen and (max-width:1199px) {
.hero .slides {
max-height:500px
}
}
.hero .slide {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	pointer-events:none
}
.hero .slide .bg, .hero .slide .video {
	position:absolute;
	z-index:2;
	top:-2.22222em;
	left:-2.22222em;
	width:calc(100% + 4.44444em);
	height:calc(100% + 4.44444em);
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	transform:translateZ(0);
	opacity:0
}
.hero .slide .video {
	overflow:hidden
}
.hero .slide .video video {
	min-width:100%;
	min-height:100%;
	height:auto;
	position:absolute;
	width:auto;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	display:none
}
.hero .slide .content {
	position:absolute;
	z-index:2;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:end;
	align-items:flex-end;
	color:#fff;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transform:translateZ(0);
	opacity:0;
	pointer-events:none
}
.hero .slide .content .slide-inside {
	padding:4.44444em 0
}
@media screen and (max-width:1000px) {
.hero .slide .content .slide-inside {
padding-bottom:40px
}
}
.hero .slide .content .slide-inside .dots {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:start;
	justify-content:flex-start;
	margin-left:-.55556em
}
@media screen and (max-width:1000px) {
.hero .slide .content .slide-inside .dots {
position:absolute;
bottom:8px;
margin:0 auto;
width:100%;
-ms-flex-pack:center;
justify-content:center;
margin-left:-30px
}
}
.hero .slide .content .slide-inside .dots .dot {
	cursor:pointer;
	padding:.55556em
}
.hero .slide .content .slide-inside .dots .dot:before {
	content:"";
	display:block;
	width:.33333em;
	height:.33333em;
	border:1px solid #fff;
	border-radius:50%;
transition:.3s cubic-bezier(.22, .61, .36, 1)
}
.hero .slide .content .slide-inside .dots .dot.active:before {
	background-color:#fff
}
.hero .slide .content .slide-inside .title {
	margin-top:20px;
	max-width:700px
}
.hero .slide .content .slide-inside .subtitle {
	margin-top:12px;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-align:center;
	align-items:center
}
@media screen and (max-width:1000px) {
.hero .slide .content .slide-inside .subtitle {
display:block
}
.hero .slide .content .slide-inside .subtitle>* {
display:block;
width:100%
}
.hero .slide .content .slide-inside .subtitle a {
margin-top:30px
}
}
.hero .slide:not(.done) .bg, .hero .slide:not(.done) .content, .hero .slide:not(.done) .video {
transform:translate3d(2.22222em, 0, 0)
}
.hero .slide.done .bg, .hero .slide.done .content, .hero .slide.done .video {
	transform:translate3d(-2.22222em, 0, 0)
}
.hero .slide.active {
	pointer-events:auto;
	transform:translateZ(0);
	z-index:2
}
.hero .slide.active .bg, .hero .slide.active .video {
transition:1s cubic-bezier(.22, .61, .36, 1) .5s;
	transform:translateZ(0);
	opacity:1
}
.hero .slide.active .content {
transition:.8s cubic-bezier(.22, .61, .36, 1) 1.2s;
	transform:translateZ(0);
	opacity:1;
	pointer-events:auto
}
.hero .slide.active.moving {
	pointer-events:none;
	z-index:3
}
.hero .slide.active.right .bg, .hero .slide.active.right .content, .hero .slide.active.right .video {
	transform:translate3d(-2.22222em, 0, 0)
}
.hero .slide.active.right .content {
	opacity:0;
transition:.8s cubic-bezier(.22, .61, .36, 1)
}
.hero .slide.active.left .bg, .hero .slide.active.left .content, .hero .slide.active.left .video {
	transform:translate3d(2.22222em, 0, 0)
}
.hero .slide.active.left .content {
	opacity:0;
transition:.8s cubic-bezier(.22, .61, .36, 1)
}
.text-block {
	text-align:center;
	padding:7.77778em 0
}
@media screen and (max-width:1000px) {
.text-block {
padding:3.72222em 0
}
}
.text-block.black {
	background-color:#000;
	color:#fff
}
.text-block.black .svg path {
	fill:#fff
}
.text-block .svg {
	width:2.22222em;
	height:3.05556em;
	display:block;
	margin:0 auto
}
@media screen and (max-width:1000px) {
.text-block .svg {
width:1.5em;
height:2.05556em
}
}
.text-block .text {
	max-width:35.55556em;
	margin:0 auto
}
.text-block .text .svg {
	margin-bottom:2.22222em
}
.blog .blog-list-item.newsletter .newsletter-inner .form .text-block .text label, .input .text-block .text input:not([type=submit]), .text-block .text .blog .blog-list-item.newsletter .newsletter-inner .form label, .text-block .text .input input:not([type=submit]), .text-block .text .top-footer .container .wrap .socForm .form label, .text-block .text h1, .text-block .text h2, .text-block .text h3, .text-block .text h4, .text-block .text h5, .text-block .text h6, .text-block .text p, .text-block .text small, .top-footer .container .wrap .socForm .form .text-block .text label {
margin:.5em 0
}
@media (max-width:599px) {
.text-block .text h5 {
font-size:18px
}
}
.products-grid {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
@media screen and (max-width:1000px) {
.products-grid {
border-top:1px solid #e6e6e6
}
}
.products-grid .heading {
	width:100%;
	padding:2.77778em 0;
	text-align:center
}
@media screen and (min-width:1001px) {
.products-grid-item {
width:calc(50% + 1px);
position:relative;
border:1px solid #e6e6e6;
margin:-1px 0 0 -1px;
z-index:1;
background-position:50%;
background-size:cover;
background-repeat:no-repeat
}
.products-grid-item:after {
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
z-index:2;
opacity:0;
pointer-events:none;
transition:opacity .3s cubic-bezier(.22, .61, .36, 1);
background-color:rgba(0, 0, 0, .05)
}
}
@media screen and (max-width:1000px) {
.products-grid-item {
width:50%;
padding-bottom:32.15%;
display:inline-block;
vertical-align:top;
text-decoration:none;
position:relative;
border:none
}
.products-grid-item:after {
background:transparent;
bottom:0;
border-right:1px solid #e6e6e6;
border-bottom:1px solid #e6e6e6
}
.products-grid-item:after, .products-grid-item:before {
position:absolute;
width:100%;
height:100%;
content:"";
left:0;
pointer-events:none
}
.products-grid-item:before {
top:0;
background-color:rgba(0, 0, 0, .05);
z-index:1;
opacity:0;
transition:opacity .5s ease
}
}
.products-grid-item:hover:after {
	opacity:1
}
.products-grid-item img {
	width:100%;
	height:auto;
	z-index:1
}
.products-grid-item .sale-sticker {
	width:80px;
	height:80px;
	position:absolute;
	top:20px;
	right:20px;
	background:#f6f6f7;
	text-align:center;
	line-height:80px;
	font-size:12px;
	letter-spacing:5.14px;
	font-weight:700;
	color:#1b1c1e;
	border-radius:50%
}
.products-grid-item .sale-sticker span {
	display:inline-block;
	margin-left:5.14px
}
@media screen and (max-width:1000px) {
.products-grid-item .sale-sticker span {
margin-left:3.43px
}
}
@media screen and (max-width:1000px) {
.products-grid-item .sale-sticker {
top:5px;
right:5px;
line-height:50px;
font-size:8px;
width:50px;
height:50px
}
}
.products-grid-item .shop_now {
	display:block;
	margin-top:10px;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
	font-size:12px;
	letter-spacing:2px;
	font-weight:500
}
.products-grid-item .text {
	z-index:3;
	position:absolute;
	width:100%;
	left:0;
	bottom:8.63%;
	text-align:center
}
.blog .blog-list-item.newsletter .newsletter-inner .form .products-grid-item .text label, .input .products-grid-item .text input:not([type=submit]), .products-grid-item .text .blog .blog-list-item.newsletter .newsletter-inner .form label, .products-grid-item .text .input input:not([type=submit]), .products-grid-item .text .top-footer .container .wrap .socForm .form label, .products-grid-item .text small, .top-footer .container .wrap .socForm .form .products-grid-item .text label {
font-size:.77778em;
line-height:2.14286em
}
@media screen and (max-width:1000px) {
.blog .blog-list-item.newsletter .newsletter-inner .form .products-grid-item .text label, .input .products-grid-item .text input:not([type=submit]), .products-grid-item .text .blog .blog-list-item.newsletter .newsletter-inner .form label, .products-grid-item .text .input input:not([type=submit]), .products-grid-item .text .top-footer .container .wrap .socForm .form label, .products-grid-item .text small, .top-footer .container .wrap .socForm .form .products-grid-item .text label {
font-size:12px;
line-height:20px
}
}
.products-grid-item .text .price {
	font-size:.88889em;
	line-height:2.14286em
}
@media screen and (max-width:1000px) {
.products-grid-item .text .price {
font-size:14px;
line-height:30px
}
}
.products-grid-item .text .price span.disc {
	color:#727272;
	text-decoration:line-through;
	display:inline-block;
	margin-left:10px
}
.products-grid .shop_all {
	width:100%;
	text-align:center;
	padding:50px 0
}
@media screen and (max-width:1000px) {
.products-grid .shop_all .button {
width:100%
}
}
.promo-block {
	padding:5.55556em 0;
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
	position:relative
}
@media screen and (max-width:1000px) {
.promo-block {
padding-top:40px;
padding-bottom:20px
}
}
.promo-block .video {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden
}
.promo-block .video video {
	min-width:100%;
	min-height:100%;
	height:auto;
	position:absolute;
	width:auto;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	display:none
}
.promo-block .container {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-align:start;
	align-items:flex-start;
	min-height:22.22222em;
	-ms-flex-direction:column;
	flex-direction:column;
	position:relative
}
.promo-block .container .title {
	margin-bottom:1.11111em
}
@media screen and (max-width:1000px) {
.promo-block .container .title {
font-size:12px;
margin-bottom:200px
}
}
.promo-block .container .content {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-align:end;
	align-items:flex-end;
	width:100%
}
.promo-block .container .content .text {
	max-width:33.33333em
}
.promo-block .container .content .text a {
	display:inline-block
}
.promo-block .container .content .text h4 {
	margin-bottom:.5em
}
.blog .blog-list-item.newsletter .newsletter-inner .form .promo-block .container .content .text label, .input .promo-block .container .content .text input:not([type=submit]), .promo-block .container .content .text .blog .blog-list-item.newsletter .newsletter-inner .form label, .promo-block .container .content .text .input input:not([type=submit]), .promo-block .container .content .text small, .promo-block .top-footer .container .content .text .wrap .socForm .form label, .promo-block .top-footer .container .wrap .socForm .form .content .text label, .top-footer .promo-block .container .content .text .wrap .socForm .form label, .top-footer .promo-block .container .wrap .socForm .form .content .text label {
line-height:2em
}
@media screen and (max-width:1000px) {
.promo-block .container .content {
display:block
}
.promo-block .container .content>* {
display:block;
width:100%;
max-width:100%
}
.promo-block .container .content .button {
margin-top:30px
}
}
@media screen and (max-width:1000px) {
.promo-block .container {
display:block;
min-height:0
}
.promo-block .container>* {
display:block;
width:100%;
max-width:100%
}
}
.looks-slider {
	padding:6.66667em 0;
	background-color:#f6f6f7;
	position:relative;
	overflow:hidden
}
@media screen and (max-width:1000px) {
.looks-slider {
padding:40px 0
}
}
.looks-slider:before {
	content:"";
	position:absolute;
	height:calc(100% - 22.22222em);
	width:100%;
	left:0;
	top:0;
	background-color:#1b1c1e;
	z-index:0
}
.looks-slider .title {
	color:#fff;
	margin-bottom:2.22222em;
	position:relative
}
@media screen and (max-width:1000px) {
.looks-slider .title {
font-size:12px;
margin-bottom:40px
}
}
@media screen and (min-width:1700px) {
.looks-slider .owl-carousel {
position:static
}
}
.looks-slider .owl-carousel .owl-stage-outer {
	overflow:visible
}
.looks-slider .owl-carousel .owl-nav {
	position:absolute;
	bottom:calc(100% + 1.77778em);
	right:0;
	display:-ms-flexbox;
	display:flex
}
@media screen and (min-width:1700px) {
.looks-slider .owl-carousel .owl-nav {
position:static
}
}
.looks-slider .owl-carousel .owl-nav button {
	width:2.22222em;
	height:2.22222em;
	border-radius:50%;
	background-color:#272727;
	display:block;
transition:.3s cubic-bezier(.22, .61, .36, 1);
	position:relative
}
@media screen and (min-width:1700px) {
.looks-slider .owl-carousel .owl-nav button {
width:100px;
height:100px;
margin:0;
position:absolute;
top:calc(50% - 10px);
margin-top:-50px;
left:40px;
opacity:.8
}
}
.looks-slider .owl-carousel .owl-nav button:not(:first-child) {
margin-left:.55556em
}
@media screen and (min-width:1700px) {
.looks-slider .owl-carousel .owl-nav button:not(:first-child) {
left:auto;
margin-left:0;
right:40px
}
}
.looks-slider .owl-carousel .owl-nav button.disabled {
	opacity:0;
	pointer-events:none
}
.looks-slider .owl-carousel .owl-nav button span {
	display:none
}
.looks-slider .owl-carousel .owl-nav button:before {
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:.5em;
	height:.5em;
	transform-origin:center center
}
@media screen and (min-width:1700px) {
.looks-slider .owl-carousel .owl-nav button:before {
width:20px;
height:20px
}
}
.looks-slider .owl-carousel .owl-nav button.owl-next.disabled {
	margin-right:-2.77778em
}
@media screen and (min-width:1700px) {
.looks-slider .owl-carousel .owl-nav button.owl-next.disabled {
margin-right:0
}
}
.looks-slider .owl-carousel .owl-nav button.owl-next:before {
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	transform:translate(-75%, -50%) rotate(45deg)
}
.looks-slider .owl-carousel .owl-nav button.owl-prev:before {
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	transform:translate(-25%, -50%) rotate(45deg)
}
.looks-slider .look .image {
	padding-bottom:166.66667%;
	width:100%;
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative
}
.looks-slider .look .image .video {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden
}
.looks-slider .look .image .video video {
	min-width:100%;
	min-height:100%;
	height:auto;
	position:absolute;
	width:auto;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	display:none
}
.looks-slider .look .image .link-on-point {
	position:absolute;
	z-index:1
}
.looks-slider .look .image .link-on-point .pluswrap {
	width:2.22222em;
	height:2.22222em;
	border-radius:50%;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background-color:#fff;
	display:block
}
.looks-slider .look .image .link-on-point .pluswrap .plus {
	display:block;
	position:absolute;
	width:14px;
	height:14px;
	top:50%;
	left:50%;
	transform:translate3d(-50%, -50%, 0) rotate(0);
transition:.6s cubic-bezier(.22, .61, .36, 1) .3s
}
.looks-slider .look .image .link-on-point .pluswrap .plus:after, .looks-slider .look .image .link-on-point .pluswrap .plus:before {
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	background-color:#000
}
.looks-slider .look .image .link-on-point .pluswrap .plus:before {
	height:1px;
	width:100%
}
.looks-slider .look .image .link-on-point .pluswrap .plus:after {
	width:1px;
	height:100%
}
.looks-slider .look .image .link-on-point .textwrap {
	display:block;
	background-color:rgba(0, 0, 0, .5);
	border-radius:2em;
	overflow:hidden;
	position:relative;
	z-index:1;
	opacity:0;
transition:.6s cubic-bezier(.22, .61, .36, 1) .3s;
	width:0
}
.blog .blog-list-item.newsletter .newsletter-inner .form .looks-slider .look .image .link-on-point .textwrap label, .input .looks-slider .look .image .link-on-point .textwrap input:not([type=submit]), .looks-slider .look .image .link-on-point .textwrap .blog .blog-list-item.newsletter .newsletter-inner .form label, .looks-slider .look .image .link-on-point .textwrap .input input:not([type=submit]), .looks-slider .look .image .link-on-point .textwrap .top-footer .container .wrap .socForm .form label, .looks-slider .look .image .link-on-point .textwrap small, .top-footer .container .wrap .socForm .form .looks-slider .look .image .link-on-point .textwrap label {
font-weight:700;
text-align:center;
font-size:.55556em;
letter-spacing:.34em;
line-height:4em;
padding:0 1.5em 0 4.9em;
color:#fff;
text-transform:uppercase;
white-space:nowrap;
opacity:0;
transition:.3s cubic-bezier(.22, .61, .36, 1)
}
.looks-slider .look .image .link-on-point:hover .pluswrap .plus {
	transform:translate3d(-50%, -50%, 0) rotate(1turn);
transition:.6s cubic-bezier(.22, .61, .36, 1)
}
.looks-slider .look .image .link-on-point:hover .textwrap {
	width:8.33333em;
	opacity:1;
transition:.6s cubic-bezier(.22, .61, .36, 1)
}
.blog .blog-list-item.newsletter .newsletter-inner .form .looks-slider .look .image .link-on-point:hover .textwrap label, .input .looks-slider .look .image .link-on-point:hover .textwrap input:not([type=submit]), .looks-slider .look .image .link-on-point:hover .textwrap .blog .blog-list-item.newsletter .newsletter-inner .form label, .looks-slider .look .image .link-on-point:hover .textwrap .input input:not([type=submit]), .looks-slider .look .image .link-on-point:hover .textwrap .top-footer .container .wrap .socForm .form label, .looks-slider .look .image .link-on-point:hover .textwrap small, .top-footer .container .wrap .socForm .form .looks-slider .look .image .link-on-point:hover .textwrap label {
opacity:1;
transition:.3s cubic-bezier(.22, .61, .36, 1) .6s
}
.looks-slider .look .stuff {
	margin-top:1.11111em;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:start;
	align-items:flex-start;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.blog .blog-list-item.newsletter .newsletter-inner .form .looks-slider .look .stuff .text label, .input .looks-slider .look .stuff .text input:not([type=submit]), .looks-slider .look .stuff .text .blog .blog-list-item.newsletter .newsletter-inner .form label, .looks-slider .look .stuff .text .input input:not([type=submit]), .looks-slider .look .stuff .text .top-footer .container .wrap .socForm .form label, .looks-slider .look .stuff .text small, .top-footer .container .wrap .socForm .form .looks-slider .look .stuff .text label {
color:#878787
}
.looks-slider .look .stuff .link {
	font-weight:700;
	font-size:.66667em;
	letter-spacing:.33333em;
	text-transform:uppercase;
	line-height:1.66667em;
	margin-top:.05556em
}
.guarantees {
	padding:6.66667em 0;
	background-size:cover;
	background-position:50%;
	background-repeat:no-repeat;
	background-color:#f6f6f7;
	position:relative
}
@media screen and (max-width:1000px) {
.guarantees {
padding:40px 0;
background:#1b1b1e!important
}
}
.guarantees .video {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden
}
@media screen and (max-width:1000px) {
.guarantees .video {
display:none
}
}
.guarantees .video video {
	min-width:100%;
	min-height:100%;
	height:auto;
	position:absolute;
	width:auto;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	display:none
}
.guarantees .container {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:start;
	align-items:flex-start;
	-ms-flex-pack:justify;
	justify-content:space-between;
	position:relative
}
.guarantees .container .left, .guarantees .container .right {
	width:calc(50% - 1.66667em)
}
@media screen and (max-width:1000px) {
.guarantees .container {
display:block
}
.guarantees .container .left, .guarantees .container .left .button, .guarantees .container .right, .guarantees .container .right .button {
width:100%
}
.guarantees .container .right {
margin-top:2.88889em
}
}
.guarantees .container .left h4 {
	max-width:11.75em;
	margin-bottom:1em
}
.guarantees .container .right p {
	position:relative
}
.guarantees .container .right p:not(:first-child) {
margin-top:3.88889em
}
@media screen and (max-width:1000px) {
.guarantees .container .right p:not(:first-child) {
margin-top:30px
}
}
.guarantees .container .right p:before {
	content:"";
	position:absolute;
	background-color:currentColor;
	height:1px;
	width:1.11111em;
	left:0;
	top:1.11111em
}
.guarantees.white_texts a {
	display:inline-block
}
.guarantees.white_texts p {
	color:#fff;
	padding-left:0
}
.guarantees.white_texts p:before {
	display:none
}
.guarantees.white_texts p span.name {
	padding-left:2.22222em;
	position:relative;
	display:block;
	font-size:24px;
	font-family: 'luxiadisplay';
	font-weight:300
}
@media screen and (max-width:1000px) {
.guarantees.white_texts p span.name {
font-size:18px
}
}
.guarantees.white_texts p span.name:before {
	content:"";
	position:absolute;
	background-color:currentColor;
	height:1px;
	width:1.11111em;
	left:0;
	top:50%
}
.guarantees.white_texts p span.comment {
	display:block;
	font-size:14px;
	line-height:24px;
	font-weight:300
}
@media screen and (max-width:1000px) {
.guarantees.white_texts p span.comment {
font-size:12px
}
}
@media screen and (max-width:1000px) {
.guarantees.white_texts .container .right {
margin-top:0
}
.guarantees.white_texts .container .right p {
padding-left:0
}
}
section.flag .container {
	padding-top:40px;
	padding-bottom:40px;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	position:relative
}
@media screen and (max-width:1000px) {
section.flag .container {
padding-top:25px;
padding-bottom:25px
}
}
section.flag .container:after {
	display:block;
	content:"";
	width:100%;
	border-bottom:1px solid #e1e1e1;
	position:absolute;
	bottom:0
}
@media screen and (max-width:1000px) {
section.flag .container:after {
left:0
}
}
@media screen and (max-width:1000px) {
section.flag .flag_text {
display:-ms-flexbox;
display:flex
}
}
section.flag .img_holder {
	width:80px;
	display:inline-block;
	vertical-align:middle;
	padding:20px 0
}
section.flag .img_holder img {
	max-width:60px
}
section.flag .text_holder {
	display:inline-block;
	vertical-align:middle;
	line-height:36px;
	font-size:30px;
	padding:20px 0
}
@media screen and (max-width:1000px) {
section.flag .text_holder {
width:calc(100% - 80px);
font-size:22px;
line-height:1.05882em
}
}
.blog-slider {
	padding:6.66667em 0;
	background-color:#272727;
	position:relative;
	overflow:hidden;
	color:#fff;
	margin-top:-1px
}
@media screen and (max-width:1000px) {
.blog-slider {
padding:40px 0 126px
}
}
.blog-slider:before {
	content:"";
	position:absolute;
	height:calc(100% - 22.22222em);
	width:100%;
	left:0;
	top:0;
	background-color:#1b1c1e;
	z-index:0
}
@media screen and (max-width:1000px) {
.blog-slider .button {
position:absolute;
bottom:40px;
width:calc(100% - 50px)
}
}
.blog-slider .title {
	margin-bottom:3.33333em;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between;
	position:relative
}
@media screen and (max-width:1000px) {
.blog-slider .title {
font-size:12px;
display:block
}
.blog-slider .title .blog .blog-list-item.newsletter .newsletter-inner .form label, .blog-slider .title .input input:not([type=submit]), .blog-slider .title .top-footer .container .wrap .socForm .form label, .blog-slider .title small, .blog .blog-list-item.newsletter .newsletter-inner .form .blog-slider .title label, .input .blog-slider .title input:not([type=submit]), .top-footer .container .wrap .socForm .form .blog-slider .title label {
margin-bottom:25px
}
}
.blog-slider .title h4 {
	text-align:right;
	max-width:9.5em
}
@media screen and (max-width:1000px) {
.blog-slider .title h4 {
text-align:left
}
}
.blog-slider .title .button {
	margin-top:4em
}
@media screen and (max-width:1000px) {
.blog-slider .title .button {
position:absolute;
font-size:.66667em;
width:100%;
bottom:0
}
}
@media screen and (min-width:1700px) {
.blog-slider .owl-carousel {
position:static
}
}
.blog-slider .owl-carousel .owl-stage-outer {
	overflow:visible
}
.blog-slider .owl-carousel .owl-nav {
	position:absolute;
	bottom:calc(100% + 1.77778em);
	right:0;
	display:-ms-flexbox;
	display:flex
}
@media screen and (max-width:1699px) {
.blog-slider .owl-carousel .owl-nav {
display:none
}
}
@media screen and (min-width:1700px) {
.blog-slider .owl-carousel .owl-nav {
position:static
}
}
.blog-slider .owl-carousel .owl-nav button {
	width:2.22222em;
	height:2.22222em;
	border-radius:50%;
	background-color:#272727;
	display:block;
transition:.3s cubic-bezier(.22, .61, .36, 1);
	position:relative
}
@media screen and (min-width:1700px) {
.blog-slider .owl-carousel .owl-nav button {
width:100px;
height:100px;
margin:0;
position:absolute;
top:calc(50% + 50px);
margin-top:-50px;
left:40px;
opacity:.8
}
}
.blog-slider .owl-carousel .owl-nav button:not(:first-child) {
margin-left:.55556em
}
@media screen and (min-width:1700px) {
.blog-slider .owl-carousel .owl-nav button:not(:first-child) {
left:auto;
margin-left:0;
right:40px
}
}
.blog-slider .owl-carousel .owl-nav button.disabled {
	opacity:0;
	pointer-events:none
}
.blog-slider .owl-carousel .owl-nav button span {
	display:none
}
.blog-slider .owl-carousel .owl-nav button:before {
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:.5em;
	height:.5em;
	transform-origin:center center
}
@media screen and (min-width:1700px) {
.blog-slider .owl-carousel .owl-nav button:before {
width:20px;
height:20px
}
}
.blog-slider .owl-carousel .owl-nav button.owl-next.disabled {
	margin-right:-2.77778em
}
@media screen and (min-width:1700px) {
.blog-slider .owl-carousel .owl-nav button.owl-next.disabled {
margin-right:0
}
}
.blog-slider .owl-carousel .owl-nav button.owl-next:before {
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	transform:translate(-75%, -50%) rotate(45deg)
}
.blog-slider .owl-carousel .owl-nav button.owl-prev:before {
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	transform:translate(-25%, -50%) rotate(45deg)
}
@media screen and (min-width:1025px) {
.blog-slider .article {
transition:opacity .25s
}
.blog-slider .article:hover {
opacity:.75
}
}
.blog-slider .article .image {
	padding-bottom:111.11111%;
	width:100%;
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative
}
.blog-slider .article .image .text {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:1.66667em;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.blog-slider .article .image .text .arrow {
	width:2.22222em;
	height:2.22222em;
	border-radius:50%;
	background-color:#272727;
	display:block;
	position:relative;
	opacity:.8;
	-ms-flex-negative:0;
	flex-shrink:0
}
.blog-slider .article .image .text .arrow:before {
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:.5em;
	height:.5em;
	transform-origin:center center;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	transform:translate(-75%, -50%) rotate(45deg)
}
.blog-slider .article .stuff {
	margin-top:1.66667em
}
.blog-slider .article .stuff .text .blog .blog-list-item.newsletter .newsletter-inner .form label, .blog-slider .article .stuff .text .input input:not([type=submit]), .blog-slider .article .stuff .text .top-footer .container .wrap .socForm .form label, .blog-slider .article .stuff .text small, .blog .blog-list-item.newsletter .newsletter-inner .form .blog-slider .article .stuff .text label, .input .blog-slider .article .stuff .text input:not([type=submit]), .top-footer .container .wrap .socForm .form .blog-slider .article .stuff .text label {
color:#878787
}
.blog-hero.section {
	background-color:#1b1c1e;
	color:#fff;
	padding:12.77778em 0 2.22222em
}
@media screen and (max-width:1000px) {
.blog-hero.section {
padding-top:0
}
}
.blog-hero.section .text {
	margin-top:1.66667em;
	max-width:38.88889em
}
.blog {
	background:#1b1c1e;
	color:#fff
}
.blog.morepad {
	padding-top:2.77778em
}
.blog .blog-list {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0 -1.66667em
}
@media screen and (max-width:1000px) {
.blog .blog-list {
display:block;
margin:0
}
}
.blog .blog-list-item {
	width:calc(33.33333% - 3.33333em);
	margin:2.77778em 1.66667em;
	padding-bottom:1.61111em;
	border-bottom:1px solid #303133
}
@media screen and (max-width:1000px) {
.blog .blog-list-item {
width:100%!important;
margin:0
}
}
.blog .blog-list-item.noborder {
	padding-bottom:0;
	border-bottom:0
}
.blog .blog-list-item.wide {
	width:calc(66.66667% - 3.33333em)
}
.blog .blog-list-item.newsletter .newsletter-outer {
	padding-bottom:calc(51.28205% - 2px);
	position:relative;
	border:1px solid #303133
}
@media screen and (max-width:1000px) {
.blog .blog-list-item.newsletter .newsletter-outer {
padding:0;
margin-bottom:25px
}
}
.blog .blog-list-item.newsletter .newsletter-inner {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:start;
	align-items:flex-start;
	-ms-flex-direction:column;
	flex-direction:column;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:1.66667em 2.77778em 2.77778em
}
@media screen and (max-width:1000px) {
.blog .blog-list-item.newsletter .newsletter-inner {
position:static;
padding:25px
}
}
.blog .blog-list-item.newsletter .newsletter-inner .top .title {
	margin-bottom:.33333em
}
@media screen and (max-width:1000px) {
.blog .blog-list-item.newsletter .newsletter-inner .top .title {
font-size:12px;
margin-bottom:25px
}
}
.blog .blog-list-item.newsletter .newsletter-inner .form {
	margin-top:2.33333em;
	-ms-flex-align:end;
	align-items:flex-end;
	margin:0 -.55556em;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between;
	width:calc(100% + 1.11111em)
}
@media screen and (max-width:1000px) {
.blog .blog-list-item.newsletter .newsletter-inner .form {
margin:0;
margin-top:25px;
display:block;
width:100%
}
}
.blog .blog-list-item.newsletter .newsletter-inner .form .col {
	margin:0 .55556em;
	width:calc(100% - 12.22222em)
}
.blog .blog-list-item.newsletter .newsletter-inner .form .col.buttonWrap {
	width:11.11111em
}
@media screen and (max-width:1000px) {
.blog .blog-list-item.newsletter .newsletter-inner .form .col.buttonWrap {
width:100%;
margin-top:20px
}
}
@media screen and (max-width:1000px) {
.blog .blog-list-item.newsletter .newsletter-inner .form .col {
margin:0;
width:100%;
display:block
}
}
.blog .blog-list-item.newsletter .newsletter-inner .form label {
	line-height:2.14286em
}
.blog .blog-list-item.newsletter .newsletter-inner .form .button {
	width:100%
}
.blog .blog-list-item.social h4 {
	line-height:1.2em
}
.blog .blog-list-item.social .icons {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:.55556em -1em 1.11111em
}
.blog .blog-list-item.social .icons, .blog .blog-list-item.social .icons a {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:start;
	justify-content:flex-start
}
.blog .blog-list-item.social .icons a {
	padding:1em
}
.blog .blog-list-item.social .icons a .svg {
	display:block;
	position:relative;
	width:1.33333em;
	height:1.33333em;
	margin-right:.55556em
}
.blog .blog-list-item.social .icons a .svg path {
	fill:#fff
}
.blog .blog-list-item.newsletter .newsletter-inner .form .blog-list-item.social label, .blog .blog-list-item.social .blog-list-item.newsletter .newsletter-inner .form label, .blog .blog-list-item.social .input input:not([type=submit]), .blog .blog-list-item.social .top-footer .container .wrap .socForm .form label, .blog .blog-list-item.social small, .input .blog .blog-list-item.social input:not([type=submit]), .top-footer .container .wrap .socForm .form .blog .blog-list-item.social label {
line-height:2em
}
.blog .blog-list-item.article .image {
	padding-bottom:111.11111%;
	width:100%;
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover
}
.blog .blog-list-item.article .stuff {
	margin-top:1.66667em
}
.blog .blog-list-item.article .stuff .text .blog-list-item.newsletter .newsletter-inner .form label, .blog .blog-list-item.article .stuff .text .input input:not([type=submit]), .blog .blog-list-item.article .stuff .text .top-footer .container .wrap .socForm .form label, .blog .blog-list-item.article .stuff .text small, .blog .blog-list-item.newsletter .newsletter-inner .form .blog-list-item.article .stuff .text label, .input .blog .blog-list-item.article .stuff .text input:not([type=submit]), .top-footer .container .wrap .socForm .form .blog .blog-list-item.article .stuff .text label {
color:#878787
}
.blog .blog-list-item.article.wide .image {
	padding-bottom:51.28205%
}
.blog .blog-list-item.article.wide .stuff {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:space-between
}
@media screen and (max-width:1000px) {
.blog .blog-list-item.article.wide .stuff {
display:block
}
.blog .blog-list-item.article.wide .stuff .text {
margin-bottom:20px
}
.blog .blog-list-item.article.wide .stuff .button {
width:100%
}
}
.blog+.blog-slider {
	padding-top:2.77778em
}
@media screen and (min-width:1001px) {
body.single-product {
padding-bottom:50px
}
}
.product-head {
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
	padding:18.88889em 0 2.22222em;
	position:relative
}
@media screen and (max-width:1000px) {
.product-head {
position:relative;
background:#fff!important;
padding:6.66667em 0 2.22222em
}
.product-head>* {
position:relative;
z-index:2
}
.product-head .container .text p {
color:#1b1c1e;
font-family: 'luxiadisplay';
font-size:14px;
font-weight:300;
line-height:17px;
text-align:center;
margin-bottom:15px
}
.product-head .container .text h4 {
color:#1b1c1e;
font-family: 'luxiadisplay';
font-size:32px;
font-weight:300;
line-height:38px;
text-align:center
}
}
.product-head .reviews-head {
	display:-ms-flexbox;
	display:flex;
	margin-bottom:.7em;
	-ms-flex-align:center;
	align-items:center
}
@media screen and (max-width:1000px) {
.product-head .reviews-head {
margin-top:20px;
margin-bottom:0;
-ms-flex-pack:center;
justify-content:center
}
}
.product-head .reviews-head .read-reviews {
	color:#fff;
	font-family: 'luxiadisplay';
	font-size:10px;
	font-weight:700;
	letter-spacing:3.33px;
	line-height:12px;
	text-transform:uppercase;
	cursor:pointer
}
@media screen and (max-width:1000px) {
.product-head .reviews-head .read-reviews {
color:#1b1c1e
}
}
.product-head .reviews-head .final-review {
	margin-left:15px
}
.product-head .video {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden
}
.product-head .video video {
	min-width:100%;
	min-height:100%;
	height:auto;
	position:absolute;
	width:auto;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	display:none
}
.product-head .container {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:end;
	align-items:flex-end;
	-ms-flex-pack:justify;
	justify-content:space-between;
	position:relative
}
@media screen and (max-width:1000px) {
.product-head .container {
display:block;
text-align:center
}
}
.product-head .container .wishlist {
	cursor:pointer;
	padding:.88889em 0
}
@media screen and (max-width:1000px) {
.product-head .container .wishlist {
display:inline-block
}
}
.blog .blog-list-item.newsletter .newsletter-inner .form .product-head .container .wishlist label, .input .product-head .container .wishlist input:not([type=submit]), .product-head .container .wishlist .blog .blog-list-item.newsletter .newsletter-inner .form label, .product-head .container .wishlist .input input:not([type=submit]), .product-head .container .wishlist small, .product-head .top-footer .container .wishlist .wrap .socForm .form label, .product-head .top-footer .container .wrap .socForm .form .wishlist label, .top-footer .product-head .container .wishlist .wrap .socForm .form label, .top-footer .product-head .container .wrap .socForm .form .wishlist label {
font-size:.55556em;
line-height:1.5em;
padding-right:2.7em;
position:relative;
text-transform:uppercase;
font-weight:700;
letter-spacing:.34em
}
.blog .blog-list-item.newsletter .newsletter-inner .form .product-head .container .wishlist label span, .input .product-head .container .wishlist input:not([type=submit]) span, .product-head .container .wishlist .blog .blog-list-item.newsletter .newsletter-inner .form label span, .product-head .container .wishlist .input input:not([type=submit]) span, .product-head .container .wishlist small span, .product-head .top-footer .container .wishlist .wrap .socForm .form label span, .product-head .top-footer .container .wrap .socForm .form .wishlist label span, .top-footer .product-head .container .wishlist .wrap .socForm .form label span, .top-footer .product-head .container .wrap .socForm .form .wishlist label span {
display:none
}
.blog .blog-list-item.newsletter .newsletter-inner .form .product-head .container .wishlist label .svg, .input .product-head .container .wishlist input:not([type=submit]) .svg, .product-head .container .wishlist .blog .blog-list-item.newsletter .newsletter-inner .form label .svg, .product-head .container .wishlist .input input:not([type=submit]) .svg, .product-head .container .wishlist small .svg, .product-head .top-footer .container .wishlist .wrap .socForm .form label .svg, .product-head .top-footer .container .wrap .socForm .form .wishlist label .svg, .top-footer .product-head .container .wishlist .wrap .socForm .form label .svg, .top-footer .product-head .container .wrap .socForm .form .wishlist label .svg {
position:absolute;
right:0;
top:0;
width:1.7em;
height:1.5em
}
.blog .blog-list-item.newsletter .newsletter-inner .form .product-head .container .wishlist label .svg path, .blog .blog-list-item.newsletter .newsletter-inner .form .product-head .container .wishlist label .svg polygon, .blog .blog-list-item.newsletter .newsletter-inner .form .product-head .container .wishlist label .svg rect, .input .product-head .container .wishlist input:not([type=submit]) .svg path, .input .product-head .container .wishlist input:not([type=submit]) .svg polygon, .input .product-head .container .wishlist input:not([type=submit]) .svg rect, .product-head .container .wishlist .blog .blog-list-item.newsletter .newsletter-inner .form label .svg path, .product-head .container .wishlist .blog .blog-list-item.newsletter .newsletter-inner .form label .svg polygon, .product-head .container .wishlist .blog .blog-list-item.newsletter .newsletter-inner .form label .svg rect, .product-head .container .wishlist .input input:not([type=submit]) .svg path, .product-head .container .wishlist .input input:not([type=submit]) .svg polygon, .product-head .container .wishlist .input input:not([type=submit]) .svg rect, .product-head .container .wishlist small .svg path, .product-head .container .wishlist small .svg polygon, .product-head .container .wishlist small .svg rect, .product-head .top-footer .container .wishlist .wrap .socForm .form label .svg path, .product-head .top-footer .container .wishlist .wrap .socForm .form label .svg polygon, .product-head .top-footer .container .wishlist .wrap .socForm .form label .svg rect, .product-head .top-footer .container .wrap .socForm .form .wishlist label .svg path, .product-head .top-footer .container .wrap .socForm .form .wishlist label .svg polygon, .product-head .top-footer .container .wrap .socForm .form .wishlist label .svg rect, .top-footer .product-head .container .wishlist .wrap .socForm .form label .svg path, .top-footer .product-head .container .wishlist .wrap .socForm .form label .svg polygon, .top-footer .product-head .container .wishlist .wrap .socForm .form label .svg rect, .top-footer .product-head .container .wrap .socForm .form .wishlist label .svg path, .top-footer .product-head .container .wrap .socForm .form .wishlist label .svg polygon, .top-footer .product-head .container .wrap .socForm .form .wishlist label .svg rect {
stroke:#fff;
stroke-width:.1em;
fill:transparent;
transition:.3s cubic-bezier(.22, .61, .36, 1)
}
.blog .blog-list-item.newsletter .newsletter-inner .form .product-head .container .wishlist.wished label span, .input .product-head .container .wishlist.wished input:not([type=submit]) span, .product-head .container .wishlist.wished .blog .blog-list-item.newsletter .newsletter-inner .form label span, .product-head .container .wishlist.wished .input input:not([type=submit]) span, .product-head .container .wishlist.wished small span, .product-head .top-footer .container .wishlist.wished .wrap .socForm .form label span, .product-head .top-footer .container .wrap .socForm .form .wishlist.wished label span, .top-footer .product-head .container .wishlist.wished .wrap .socForm .form label span, .top-footer .product-head .container .wrap .socForm .form .wishlist.wished label span {
display:inline
}
.blog .blog-list-item.newsletter .newsletter-inner .form .product-head .container .wishlist.wished label .svg path, .blog .blog-list-item.newsletter .newsletter-inner .form .product-head .container .wishlist.wished label .svg polygon, .blog .blog-list-item.newsletter .newsletter-inner .form .product-head .container .wishlist.wished label .svg rect, .input .product-head .container .wishlist.wished input:not([type=submit]) .svg path, .input .product-head .container .wishlist.wished input:not([type=submit]) .svg polygon, .input .product-head .container .wishlist.wished input:not([type=submit]) .svg rect, .product-head .container .wishlist.wished .blog .blog-list-item.newsletter .newsletter-inner .form label .svg path, .product-head .container .wishlist.wished .blog .blog-list-item.newsletter .newsletter-inner .form label .svg polygon, .product-head .container .wishlist.wished .blog .blog-list-item.newsletter .newsletter-inner .form label .svg rect, .product-head .container .wishlist.wished .input input:not([type=submit]) .svg path, .product-head .container .wishlist.wished .input input:not([type=submit]) .svg polygon, .product-head .container .wishlist.wished .input input:not([type=submit]) .svg rect, .product-head .container .wishlist.wished small .svg path, .product-head .container .wishlist.wished small .svg polygon, .product-head .container .wishlist.wished small .svg rect, .product-head .top-footer .container .wishlist.wished .wrap .socForm .form label .svg path, .product-head .top-footer .container .wishlist.wished .wrap .socForm .form label .svg polygon, .product-head .top-footer .container .wishlist.wished .wrap .socForm .form label .svg rect, .product-head .top-footer .container .wrap .socForm .form .wishlist.wished label .svg path, .product-head .top-footer .container .wrap .socForm .form .wishlist.wished label .svg polygon, .product-head .top-footer .container .wrap .socForm .form .wishlist.wished label .svg rect, .top-footer .product-head .container .wishlist.wished .wrap .socForm .form label .svg path, .top-footer .product-head .container .wishlist.wished .wrap .socForm .form label .svg polygon, .top-footer .product-head .container .wishlist.wished .wrap .socForm .form label .svg rect, .top-footer .product-head .container .wrap .socForm .form .wishlist.wished label .svg path, .top-footer .product-head .container .wrap .socForm .form .wishlist.wished label .svg polygon, .top-footer .product-head .container .wrap .socForm .form .wishlist.wished label .svg rect {
fill:#fff
}
.product-info {
	padding:2.77778em 0 5em;
	position:relative
}
@media screen and (min-width:1001px) {
.product-info {
min-height:680px
}
}
@media screen and (max-width:1000px) {
.product-info {
padding-top:0
}
}
.product-info .product_container {
	position:absolute;
	width:50%;
	height:100%;
	top:0
}
@media screen and (max-width:1000px) {
.product-info .product_container {
width:calc(100% - 50px);
margin:0 25px;
position:relative;
border-top:1px solid #e1e1e1
}
}
.product-info .product_container .zoom {
	position:absolute;
	z-index:2;
	cursor:pointer;
	width:40px;
	height:40px;
	padding:11px;
transition:opacity .25s;
	right:0;
	top:20px;
	border-radius:50%;
	border:1px solid #e6e6e6
}
@media screen and (min-width:1025px) {
.product-info .product_container .zoom {
transition:opacity .25s
}
.product-info .product_container .zoom:hover {
opacity:.75
}
}
@media screen and (min-width:1001px) {
.product-info .product_container .zoom {
display:none
}
}
.product-info .product_container .zoom svg {
	height:18px;
	width:18px;
	position:relative;
	top:-1px;
	left:-1px
}
.product-info .product_container .zoom svg path, .product-info .product_container .zoom svg polygon {
	fill:#000
}
.product-info .product_container .product-slider {
	width:100%;
	height:100%
}
.product-info .product_container .product-slider .owl-stage-outer, .product-info .product_container .product-slider .owl-stage-outer .owl-stage, .product-info .product_container .product-slider .owl-stage-outer .owl-stage .owl-item {
	height:100%
}
@media screen and (min-width:1001px) {
.product-info .product_container .product-slider .owl-stage-outer .owl-stage .owl-item .image-wrap {
height:calc(100% - 5.55556em);
display:-ms-flexbox;
display:flex;
-ms-flex-pack:center;
justify-content:center;
-ms-flex-align:center;
align-items:center
}
}
.product-info .product_container .product-slider .owl-stage-outer .owl-stage .owl-item .image-wrap img {
	width:100%;
	height:auto
}
@media screen and (min-width:1001px) {
.product-info .product_container .product-slider .owl-stage-outer .owl-stage .owl-item .image-wrap img {
cursor:url(../img/zoom.png), auto;
width:auto;
height:auto;
max-height:100%;
max-width:100%
}
}
.product-info .product_container .product-slider .owl-stage-outer .owl-stage .owl-item .image-wrap.top {
	-ms-flex-align:start;
	align-items:flex-start
}
.product-info .product_container .product-slider .owl-stage-outer .owl-stage .owl-item .image-wrap.middle {
	-ms-flex-align:center;
	align-items:center
}
.product-info .product_container .product-slider .owl-dots {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center;
	margin-top:.55556em
}
@media screen and (min-width:1001px) {
.product-info .product_container .product-slider .owl-dots {
margin-top:-5.55556em;
position:relative
}
}
.product-info .product_container .product-slider .owl-dots.disabled {
	display:none
}
.product-info .product_container .product-slider .owl-dots .owl-dot {
	padding:.27778em!important;
	display:block
}
.product-info .product_container .product-slider .owl-dots .owl-dot span {
	display:block;
	width:3.33333em;
	height:3.33333em;
	border-radius:50%;
	border:1px solid #e1e1e1;
transition:.3s cubic-bezier(.22, .61, .36, 1);
	background-position:50%;
	background-size:cover;
	background-repeat:no-repeat
}
@media screen and (max-width:1000px) {
.product-info .product_container .product-slider .owl-dots .owl-dot span {
width:2.22222em;
height:2.22222em
}
}
.product-info .product_container .product-slider .owl-dots .owl-dot.active span {
	border:1px solid #878787
}
.product-info .owl-nav {
	display:none!important
}
.product-info .container {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:end;
	justify-content:flex-end
}
@media screen and (max-width:1000px) {
.product-info .container {
display:block
}
}
.product-info .container .product-texts {
	width:calc(50% - 2.77778em)
}
@media screen and (max-width:1000px) {
.product-info .container .product-texts {
width:100%
}
}
.product-info .container .product-texts img {
	width:100%;
	height:auto
}
.product-info .container .product-texts .about_product {
	font-size:14px;
	line-height:30px;
	color:#878787;
	padding:0 0 12px
}
@media screen and (max-width:1000px) {
.product-info .container .product-texts .about_product {
padding:12px;
text-align:center
}
}
@media (max-width:599px) {
.product-info .container .product-texts .about_product {
font-size:12px;
font-family: 'luxiadisplay';
font-weight:300;
line-height:20px
}
}
.product-info .container .product-texts .about_product a {
	display:inline-block
}
@media screen and (max-width:1000px) {
.product-info .container .product-texts .about_product {
border-bottom:1px solid #e1e1e1
}
}
.product-info .container .product-texts .top {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	padding:1em 0 1.66667em
}
@media screen and (max-width:1000px) {
.product-info .container .product-texts .top {
border-top:none
}
}
.blog .blog-list-item.newsletter .newsletter-inner .form .product-info .container .product-texts .top label, .input .product-info .container .product-texts .top input:not([type=submit]), .product-info .container .product-texts .top .blog .blog-list-item.newsletter .newsletter-inner .form label, .product-info .container .product-texts .top .input input:not([type=submit]), .product-info .container .product-texts .top small, .product-info .top-footer .container .product-texts .top .wrap .socForm .form label, .product-info .top-footer .container .wrap .socForm .form .product-texts .top label, .top-footer .product-info .container .product-texts .top .wrap .socForm .form label, .top-footer .product-info .container .wrap .socForm .form .product-texts .top label {
color:#878787
}
@media (max-width:599px) {
.blog .blog-list-item.newsletter .newsletter-inner .form .product-info .container .product-texts .top label, .input .product-info .container .product-texts .top input:not([type=submit]), .product-info .container .product-texts .top .blog .blog-list-item.newsletter .newsletter-inner .form label, .product-info .container .product-texts .top .input input:not([type=submit]), .product-info .container .product-texts .top small, .product-info .top-footer .container .product-texts .top .wrap .socForm .form label, .product-info .top-footer .container .wrap .socForm .form .product-texts .top label, .top-footer .product-info .container .product-texts .top .wrap .socForm .form label, .top-footer .product-info .container .wrap .socForm .form .product-texts .top label {
font-size:12px
}
}
.product-info .container .product-texts .top .link {
	font-size:.55556em;
	line-height:2em;
	font-weight:700;
	letter-spacing:.34em;
	text-transform:uppercase
}
.product-info .container .product-texts .top .size-wrap {
	width:100%;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between
}
@media screen and (max-width:1000px) {
.product-info .container .product-texts .top .size-wrap {
-ms-flex-align:center;
align-items:center
}
}
.product-info .container .product-texts .top .size_guide {
	cursor:pointer
}
@media screen and (min-width:1025px) {
.product-info .container .product-texts .top .size_guide {
transition:opacity .25s
}
.product-info .container .product-texts .top .size_guide:hover {
opacity:.75
}
}
@media screen and (max-width:1000px) {
.product-info .container .product-texts .top .size_guide {
height:50px;
border:2px solid #000;
color:#000;
font-family: 'luxiadisplay';
font-size:9px;
font-weight:700;
letter-spacing:3px;
padding:0 50px;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:center;
justify-content:center;
-ms-flex-align:center;
align-items:center;
text-transform:uppercase;
margin-left:15px;
white-space:nowrap
}
}
@media (max-width:379px) {
.product-info .container .product-texts .top .size_guide {
padding:0 20px
}
}
.product-info .container .product-texts .top .sizes {
	width:100%;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:stretch;
	align-items:stretch;
	margin-top:1em;
	margin-bottom:1em
}
.product-info .container .product-texts .top .sizes .size {
	font-size:.66667em;
	text-align:center;
	border:1px solid #e1e1e1;
	position:relative;
	-ms-flex:1;
	flex:1;
	z-index:1;
	cursor:pointer;
	line-height:1.33333em;
	padding:1.41667em .41667em
}
.product-info .container .product-texts .top .sizes .size.active {
	border-color:#000;
	z-index:2
}
.product-info .container .product-texts .priceWrap {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:start;
	align-items:flex-start;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-top:1em
}
.blog .blog-list-item.newsletter .newsletter-inner .form .product-info .container .product-texts .priceWrap label, .input .product-info .container .product-texts .priceWrap input:not([type=submit]), .product-info .container .product-texts .priceWrap .blog .blog-list-item.newsletter .newsletter-inner .form label, .product-info .container .product-texts .priceWrap .input input:not([type=submit]), .product-info .container .product-texts .priceWrap small, .product-info .top-footer .container .product-texts .priceWrap .wrap .socForm .form label, .product-info .top-footer .container .wrap .socForm .form .product-texts .priceWrap label, .top-footer .product-info .container .product-texts .priceWrap .wrap .socForm .form label, .top-footer .product-info .container .wrap .socForm .form .product-texts .priceWrap label {
color:#878787;
font-size:.66667em;
line-height:1.66667em
}
.blog .blog-list-item.newsletter .newsletter-inner .form .product-info .container .product-texts .priceWrap label.old, .input .product-info .container .product-texts .priceWrap input.old:not([type=submit]), .product-info .container .product-texts .priceWrap .blog .blog-list-item.newsletter .newsletter-inner .form label.old, .product-info .container .product-texts .priceWrap .input input.old:not([type=submit]), .product-info .container .product-texts .priceWrap small.old, .product-info .top-footer .container .product-texts .priceWrap .wrap .socForm .form label.old, .product-info .top-footer .container .wrap .socForm .form .product-texts .priceWrap label.old, .top-footer .product-info .container .product-texts .priceWrap .wrap .socForm .form label.old, .top-footer .product-info .container .wrap .socForm .form .product-texts .priceWrap label.old {
text-decoration:line-through;
margin-left:.83333em
}
.product-info .container .product-texts .priceWrap .price {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:end;
	justify-content:flex-end
}
.product-info .container .product-texts .priceWrap .prices {
	font-size:20px
}
.product-info .container .product-texts .priceWrap .prices p {
	line-height:1;
	font-size:20px;
	font-family: 'luxiaregular';
	font-weight:300
}
.blog .blog-list-item.newsletter .newsletter-inner .form .product-info .container .product-texts .priceWrap .prices label, .input .product-info .container .product-texts .priceWrap .prices input:not([type=submit]), .product-info .container .product-texts .priceWrap .prices .blog .blog-list-item.newsletter .newsletter-inner .form label, .product-info .container .product-texts .priceWrap .prices .input input:not([type=submit]), .product-info .container .product-texts .priceWrap .prices small, .product-info .top-footer .container .product-texts .priceWrap .prices .wrap .socForm .form label, .product-info .top-footer .container .wrap .socForm .form .product-texts .priceWrap .prices label, .top-footer .product-info .container .product-texts .priceWrap .prices .wrap .socForm .form label, .top-footer .product-info .container .wrap .socForm .form .product-texts .priceWrap .prices label {
color:#878787;
font-size:20px;
line-height:1;
font-family: 'luxiaregular';
font-weight:300
}
.blog .blog-list-item.newsletter .newsletter-inner .form .product-info .container .product-texts .priceWrap .prices label.old, .input .product-info .container .product-texts .priceWrap .prices input.old:not([type=submit]), .product-info .container .product-texts .priceWrap .prices .blog .blog-list-item.newsletter .newsletter-inner .form label.old, .product-info .container .product-texts .priceWrap .prices .input input.old:not([type=submit]), .product-info .container .product-texts .priceWrap .prices small.old, .product-info .top-footer .container .product-texts .priceWrap .prices .wrap .socForm .form label.old, .product-info .top-footer .container .wrap .socForm .form .product-texts .priceWrap .prices label.old, .top-footer .product-info .container .product-texts .priceWrap .prices .wrap .socForm .form label.old, .top-footer .product-info .container .wrap .socForm .form .product-texts .priceWrap .prices label.old {
text-decoration:line-through;
margin-left:.83333em
}
.product-info .container .product-texts .priceWrap:not(.sold-out-style) {
-ms-flex-direction:column-reverse;
flex-direction:column-reverse
}
.product-info .container .product-texts .adder {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:start;
	justify-content:flex-start;
	margin-top:1.11111em
}
.blog .blog-list-item.newsletter .newsletter-inner .form .product-info .container .product-texts .adder label, .input .product-info .container .product-texts .adder input:not([type=submit]), .product-info .container .product-texts .adder .blog .blog-list-item.newsletter .newsletter-inner .form label, .product-info .container .product-texts .adder .input input:not([type=submit]), .product-info .container .product-texts .adder small, .product-info .top-footer .container .product-texts .adder .wrap .socForm .form label, .product-info .top-footer .container .wrap .socForm .form .product-texts .adder label, .top-footer .product-info .container .product-texts .adder .wrap .socForm .form label, .top-footer .product-info .container .wrap .socForm .form .product-texts .adder label {
margin-left:1.42857em
}
.product-info .container .product-texts .price_holder {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	margin-top:30px
}
.product-info .container .product-texts .price_holder .price {
	margin-right:10px
}
.product-info .container .product-texts .price_holder .old_price {
	color:#878787;
	text-decoration:line-through
}
.product-info .container .product-texts .emailer {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	margin-top:1.11111em
}
@media screen and (max-width:1000px) {
.product-info .container .product-texts .emailer {
display:block
}
.product-info .container .product-texts .emailer>* {
display:block;
width:100%!important
}
}
.product-info .container .product-texts .emailer .input {
	width:calc(100% - 11.11111em)
}
.product-info .container .product-texts .emailer .input input {
	border:1px solid #000;
	padding:0 .64286em;
	width:100%
}
.product-info .container .product-texts .deliver {
	margin-top:1.38889em
}
.blog .blog-list-item.newsletter .newsletter-inner .form .product-info .container .product-texts .deliver label, .input .product-info .container .product-texts .deliver input:not([type=submit]), .product-info .container .product-texts .deliver .blog .blog-list-item.newsletter .newsletter-inner .form label, .product-info .container .product-texts .deliver .input input:not([type=submit]), .product-info .container .product-texts .deliver small, .product-info .top-footer .container .product-texts .deliver .wrap .socForm .form label, .product-info .top-footer .container .wrap .socForm .form .product-texts .deliver label, .top-footer .product-info .container .product-texts .deliver .wrap .socForm .form label, .top-footer .product-info .container .wrap .socForm .form .product-texts .deliver label {
color:#878787;
font-size:.66667em;
line-height:1.66667em
}
.product-info .container .product-texts .infoList {
	margin-top:1.38889em
}
.product-info .container .product-texts .infoList li {
	font-size:.66667em;
	line-height:1.66667em;
	position:relative;
	padding-left:1.58333em
}
.product-info .container .product-texts .infoList li:not(:first-child) {
margin-top:1.11111em
}
.product-info .container .product-texts .infoList li:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:.75em;
	height:1em;
	top:.33333em;
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(../icons/logo-mobile.svg)
}
.product-info .sold_out_block {
	padding-bottom:17px;
	border-bottom:1px solid #e1e1e1
}
.product-info .sold_out_block .first {
	font-size:18px;
	color:#000;
	display:inline-block
}
.product-info .sold_out_block .price {
	float:right;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-ms-flex-align:center;
	align-items:center
}
@media screen and (max-width:1000px) {
.product-info .sold_out_block .price {
display:-ms-flexbox;
display:flex;
float:none;
width:100%;
margin-top:14px
}
}
.product-info .sold_out_block .price .current {
	font-size:18px;
	color:#000
}
.product-info .sold_out_block .price .old {
	color:#878787;
	font-size:14px;
	text-decoration:line-through;
	margin-left:10px
}
.product-info .sold_out_block .mail {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	font-size:12px;
	color:#878787;
	margin-top:16px;
	margin-bottom:16px
}
.product-info .sold_out_block .mail svg {
	width:9px;
	height:6px;
	margin-right:6px
}
.product-info .sold_out_block .mail svg path {
	fill:#878787
}
.product-info .sold_out_block .last {
	font-size:14px
}
.big-slider {
	background-color:#000
}
@media screen and (max-width:1000px) {
.big-slider, .big-slider .owl-stage-outer, .big-slider .owl-stage-outer .owl-stage {
height:320px
}
.big-slider .owl-stage-outer .owl-stage .owl-item {
height:320px;
position:relative
}
.big-slider .owl-stage-outer .owl-stage .owl-item .image {
padding-bottom:0;
padding-top:0;
height:100%
}
}
.big-slider .image, .big-slider .video {
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:83.33333%
}
.big-slider .video {
	position:relative;
	overflow:hidden
}
.big-slider .video video {
	min-width:100%;
	min-height:100%;
	height:auto;
	position:absolute;
	width:auto;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	display:none
}
.big-slider .owl-item {
	opacity:.5;
transition:.3s cubic-bezier(.22, .61, .36, 1);
	pointer-events:none
}
.big-slider .owl-item.active.center {
	opacity:1;
	pointer-events:auto
}
.big-slider .owl-nav button {
	position:absolute;
	top:50%;
	width:5.55556em;
	height:5.55556em;
	border-radius:50%;
	opacity:.8;
	background-color:#272727!important;
transition:.15s cubic-bezier(.22, .61, .36, 1)
}
@media screen and (max-width:1000px) {
.big-slider .owl-nav button {
width:2.77778em;
height:2.77778em
}
}
.big-slider .owl-nav button:hover {
	opacity:.9
}
.big-slider .owl-nav button span {
	display:none
}
.big-slider .owl-nav button:before {
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:1.11111em;
	height:1.11111em;
	transform-origin:center center
}
@media screen and (max-width:1000px) {
.big-slider .owl-nav button:before {
width:.55556em;
height:.55556em
}
}
.big-slider .owl-nav button.owl-next {
	right:12.5%;
	transform:translate(50%, -50%)
}
@media screen and (max-width:1000px) {
.big-slider .owl-nav button.owl-next {
right:8.5%
}
}
.big-slider .owl-nav button.owl-next:before {
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	transform:translate(-75%, -50%) rotate(45deg)
}
.big-slider .owl-nav button.owl-prev {
	left:12.5%;
	transform:translate(-50%, -50%)
}
@media screen and (max-width:1000px) {
.big-slider .owl-nav button.owl-prev {
left:8.5%
}
}
.big-slider .owl-nav button.owl-prev:before {
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	transform:translate(-25%, -50%) rotate(45deg)
}
.big-slider.hero-slider {
	margin-top:140px
}
@media screen and (max-width:1000px) {
.big-slider.hero-slider {
margin-top:100px
}
}
.big-slider.hero-slider:before {
	position:absolute;
	top:-140px;
	height:140px;
	width:100%;
	background-color:#000;
	content:"";
	display:block
}
@media screen and (max-width:1000px) {
.big-slider.hero-slider:before {
top:-100px;
height:100px
}
}
section.after-products-grid {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	padding:5.55556em 0;
	background:#f8f8f8
}
.bottom_cart_mobile {
	position:fixed;
	bottom:0;
	left:0;
	width:100vw;
	height:50px;
	background:#fff;
	z-index:5;
	display:none;
	box-shadow:0 2px 30px 0 rgba(0, 0, 0, .05)
}
@media screen and (min-width:1001px) {
.bottom_cart_mobile {
display:none!important
}
}
.bottom_cart_mobile .bottom-sizes-selection {
	position:absolute;
	left:0;
	bottom:0;
	transform:translateY(100%);
	border-top:1px solid #e1e1e1;
	padding:30px 30px 80px;
	background:#fff;
	width:100%;
transition:all .4s ease-in-out;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.blog .blog-list-item.newsletter .newsletter-inner .form .bottom_cart_mobile .bottom-sizes-selection label, .bottom_cart_mobile .bottom-sizes-selection .blog .blog-list-item.newsletter .newsletter-inner .form label, .bottom_cart_mobile .bottom-sizes-selection .input input:not([type=submit]), .bottom_cart_mobile .bottom-sizes-selection .top-footer .container .wrap .socForm .form label, .bottom_cart_mobile .bottom-sizes-selection small, .input .bottom_cart_mobile .bottom-sizes-selection input:not([type=submit]), .top-footer .container .wrap .socForm .form .bottom_cart_mobile .bottom-sizes-selection label {
color:#878787
}
@media (max-width:599px) {
.blog .blog-list-item.newsletter .newsletter-inner .form .bottom_cart_mobile .bottom-sizes-selection label, .bottom_cart_mobile .bottom-sizes-selection .blog .blog-list-item.newsletter .newsletter-inner .form label, .bottom_cart_mobile .bottom-sizes-selection .input input:not([type=submit]), .bottom_cart_mobile .bottom-sizes-selection .top-footer .container .wrap .socForm .form label, .bottom_cart_mobile .bottom-sizes-selection small, .input .bottom_cart_mobile .bottom-sizes-selection input:not([type=submit]), .top-footer .container .wrap .socForm .form .bottom_cart_mobile .bottom-sizes-selection label {
font-size:12px
}
}
.bottom_cart_mobile .bottom-sizes-selection .link {
	font-size:.55556em;
	line-height:2em;
	font-weight:700;
	letter-spacing:.34em;
	text-transform:uppercase
}
.bottom_cart_mobile .bottom-sizes-selection .size-wrap {
	width:100%;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between
}
@media screen and (max-width:1000px) {
.bottom_cart_mobile .bottom-sizes-selection .size-wrap {
-ms-flex-align:center;
align-items:center
}
}
.bottom_cart_mobile .bottom-sizes-selection .size_guide {
	cursor:pointer
}
@media screen and (min-width:1025px) {
.bottom_cart_mobile .bottom-sizes-selection .size_guide {
transition:opacity .25s
}
.bottom_cart_mobile .bottom-sizes-selection .size_guide:hover {
opacity:.75
}
}
@media screen and (max-width:1000px) {
.bottom_cart_mobile .bottom-sizes-selection .size_guide {
height:50px;
border:2px solid #000;
color:#000;
font-family: 'luxiaregular';
font-size:9px;
font-weight:700;
letter-spacing:3px;
padding:0 50px;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:center;
justify-content:center;
-ms-flex-align:center;
align-items:center;
text-transform:uppercase;
margin-left:15px;
white-space:nowrap
}
}
@media (max-width:379px) {
.bottom_cart_mobile .bottom-sizes-selection .size_guide {
padding:0 20px
}
}
.bottom_cart_mobile .bottom-sizes-selection .radios {
	width:100%;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:stretch;
	align-items:stretch;
	margin-top:1em;
	margin-bottom:1em
}
.bottom_cart_mobile .bottom-sizes-selection .radios .size_radio {
	font-size:.66667em;
	text-align:center;
	border:1px solid #e1e1e1;
	position:relative;
	-ms-flex:1;
	flex:1;
	z-index:1;
	cursor:pointer;
	line-height:1.33333em;
	padding:1.41667em .41667em
}
.bottom_cart_mobile .bottom-sizes-selection .radios .size_radio.size-soldout {
	opacity:.5;
	pointer-events:none
}
.bottom_cart_mobile .bottom-sizes-selection .radios .size_radio.active {
	border-color:#000;
	z-index:2
}
.bottom_cart_mobile .bottom-sizes-selection.show {
	transform:translateY(0)
}
.bottom_cart_mobile .wrap {
	display:-ms-flexbox;
	display:flex;
	height:100%;
	position:relative
}
.bottom_cart_mobile .wrap .price {
	width:40%;
	display:-ms-flexbox;
	display:flex;
	color:#000;
	font-family: 'luxiaregular';
	font-size:18px;
	line-height:30px;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center;
	border-top:1px solid #e1e1e1;
	background:#fff
}
.bottom_cart_mobile .wrap .sizes-button {
	width:60%;
	height:100%
}
.bottom_cart_mobile .wrap .sizes-button.active {
	border-left:1px solid #fff;
	min-width:0;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	width:auto
}
.bottom_cart_mobile .wrap .var-cart-add {
	display:none
}
.bottom_cart_mobile .wrap button {
	width:60%;
	height:100%
}
section.bottom_cart {
	position:fixed;
	bottom:0;
	left:0;
	width:100vw;
	background:#fff;
	z-index:5;
	display:none
}
section.bottom_cart .bottom_cart_input {
	border:1px solid #e1e1e1;
	height:50px;
	width:420px;
	font-size:14px;
	padding:18px 27px 18px 18px
}
section.bottom_cart .bottom_cart_input-wrap {
	display:none
}
section.bottom_cart .bottom_cart_input-wrap--show {
	display:-ms-inline-flexbox;
	display:inline-flex
}
section.bottom_cart:before {
	display:block;
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:#e1e1e1
}
@media screen and (max-width:1000px) {
section.bottom_cart {
display:none!important
}
}
section.bottom_cart .container {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-align:center;
	align-items:center
}
section.bottom_cart .name {
	font-size:18px
}
section.bottom_cart button {
	z-index:2
}
section.bottom_cart .fr, section.bottom_cart .size_selector {
	display:-ms-inline-flexbox;
	display:inline-flex;
	-ms-flex-align:center;
	align-items:center
}
section.bottom_cart .size_selector {
	margin-right:60px
}
section.bottom_cart .size_selector--m0 {
	margin-right:0
}
section.bottom_cart .radios {
	display:-ms-inline-flexbox;
	display:inline-flex;
	-ms-flex-align:center;
	align-items:center
}
section.bottom_cart .radios .size_radio {
	display:inline-block;
	width:60px;
	height:30px;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	margin-left:-1px
}
section.bottom_cart .radios .size_radio .value {
	width:100%;
	height:100%;
	font-size:12px;
	text-align:center;
	display:block;
	padding-top:9px;
	border:1px solid #e1e1e1;
	position:relative;
transition:border-color .25s
}
section.bottom_cart .radios .size_radio input {
	position:absolute;
	visibility:hidden;
	pointer-events:none;
	opacity:0
}
section.bottom_cart .radios .size_radio input:checked+.value {
	border-color:#000;
	z-index:2
}
section.bottom_cart .price {
	display:inline-block;
	margin-right:20px;
	font-family: 'luxiaregular';
	font-weight:300;
	font-size:18px
}
section.product_gallery {
	position:fixed;
	z-index:22;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#fff;
	transform:translate3d(100%, 0, 0);
	transition:transform 1s cubic-bezier(.77, 0, .175, 1);
	overflow-x:hidden;
	overflow-y:scroll
}
section.product_gallery.active {
	transform:translateZ(0)
}
section.product_gallery .x {
	position:absolute;
	width:40px;
	height:40px;
	right:12.5%;
	transform:translate(50%, -50%);
	cursor:pointer;
	top:12.5%;
	z-index:5
}
@media screen and (min-width:1025px) {
section.product_gallery .x {
transition:opacity .25s
}
section.product_gallery .x:hover {
opacity:.75
}
}
section.product_gallery .x svg {
	width:40px;
	height:40px
}
@media screen and (max-width:1000px) {
section.product_gallery .x, section.product_gallery .x svg {
width:20px;
height:20px
}
}
section.product_gallery .product_container, section.product_gallery .product_container .product-slider {
	width:100%;
	height:100%
}
section.product_gallery .product_container .product-slider img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	margin:auto;
	cursor:url(../img/zoom.png), auto
}
section.product_gallery .product_container .product-slider img.zoomImg {
	opacity:0!important
}
section.product_gallery .product_container .product-slider .owl-item>span {
	display:-ms-flexbox;
	display:flex
}
@media screen and (max-width:1000px) {
section.product_gallery .product_container .product-slider .owl-item>span {
height:100%;
display:-ms-flexbox!important;
display:flex!important;
-ms-flex-pack:center;
justify-content:center;
-ms-flex-align:center;
align-items:center
}
}
section.product_gallery .product_container .product-slider .owl-item .active img {
	cursor:url(../img/zoomout.png), auto
}
section.product_gallery .product_container .product-slider .owl-item .active .zoomImg {
	opacity:1!important
}
section.product_gallery .product_container .product-slider .owl-stage-outer {
	height:100%
}
section.product_gallery .product_container .product-slider .owl-item {
	height:100vh;
	display:-ms-inline-flexbox;
	display:inline-flex
}
section.product_gallery .owl-dots {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center;
	margin-top:.55556em;
	position:absolute;
	bottom:10%;
	width:100%
}
section.product_gallery .owl-dots .owl-dot {
	padding:.55556em!important;
	display:block
}
section.product_gallery .owl-dots .owl-dot span {
	display:block;
	width:.55556em;
	height:.55556em;
	border-radius:50%;
	border:1px solid currentColor;
transition:.3s cubic-bezier(.22, .61, .36, 1)
}
section.product_gallery .owl-dots .owl-dot.active span {
	background-color:currentColor
}
section.product_gallery .owl-nav button {
	position:absolute;
	top:50%;
	width:5.55556em;
	height:5.55556em;
	border-radius:50%;
	opacity:.8;
	background-color:#272727!important;
transition:.15s cubic-bezier(.22, .61, .36, 1)
}
@media screen and (max-width:1000px) {
section.product_gallery .owl-nav button {
width:1.66667em;
height:1.66667em
}
}
section.product_gallery .owl-nav button:hover {
	opacity:.9
}
section.product_gallery .owl-nav button span {
	display:none
}
section.product_gallery .owl-nav button:before {
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:1.11111em;
	height:1.11111em;
	transform-origin:center center
}
@media screen and (max-width:1000px) {
section.product_gallery .owl-nav button:before {
width:.55556em;
height:.55556em
}
}
section.product_gallery .owl-nav button.owl-next {
	right:12.5%;
	transform:translate(50%, -50%)
}
section.product_gallery .owl-nav button.owl-next:before {
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	transform:translate(-75%, -50%) rotate(45deg)
}
section.product_gallery .owl-nav button.owl-prev {
	left:12.5%;
	transform:translate(-50%, -50%)
}
section.product_gallery .owl-nav button.owl-prev:before {
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	transform:translate(-25%, -50%) rotate(45deg)
}
section.size_guide_pop {
	position:fixed;
	z-index:22;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#fff;
	transform:translate3d(100%, 0, 0);
	transition:transform 1s cubic-bezier(.77, 0, .175, 1);
	overflow-x:hidden;
	overflow-y:scroll
}
@media screen and (max-width:1000px) {
section.size_guide_pop {
max-height:100vh;
transition:transform .5s cubic-bezier(.77, 0, .175, 1)
}
}
section.size_guide_pop.active {
	transform:translateZ(0)
}
section.size_guide_pop .x {
	position:absolute;
	width:40px;
	height:40px;
	right:12.5%;
	transform:translate(50%, -50%);
	cursor:pointer;
	top:12.5%;
	z-index:5
}
@media screen and (min-width:1025px) {
section.size_guide_pop .x {
transition:opacity .25s
}
section.size_guide_pop .x:hover {
opacity:.75
}
}
section.size_guide_pop .x svg {
	width:40px;
	height:40px
}
@media screen and (max-width:1000px) {
section.size_guide_pop .x {
width:16px;
height:16px;
right:30px;
top:30px;
transform:none
}
section.size_guide_pop .x svg {
width:16px;
height:16px
}
}
section.size_guide_pop .popup-inner-content.pop-sizechart {
	text-align:left;
	height:100%;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	-ms-flex-align:start;
	align-items:flex-start;
	-ms-flex-pack:center;
	justify-content:center;
	position:relative
}
@media screen and (max-width:1000px) {
section.size_guide_pop .popup-inner-content.pop-sizechart {
-ms-flex-align:center;
align-items:center;
-ms-flex-pack:normal;
justify-content:normal
}
}
section.size_guide_pop .popup-inner-content {
	max-width:90%;
	width:56.25em;
	margin-left:auto;
	margin-right:auto
}
@media screen and (max-width:1000px) {
section.size_guide_pop .popup-inner-content {
max-width:none;
width:100%;
padding:0 30px
}
}
section.size_guide_pop .popup-inner-content.pop-sizechart .mainimage {
	position:absolute;
	height:80vh;
	right:0;
	top:50%;
	margin-top:-40vh
}
@media screen and (max-width:1000px) {
section.size_guide_pop .popup-inner-content.pop-sizechart .mainimage {
display:none
}
}
section.size_guide_pop .mobileimage {
	display:none
}
@media screen and (max-width:1000px) {
section.size_guide_pop .mobileimage {
display:block;
-ms-flex-positive:1;
flex-grow:1;
margin-bottom:25px;
background-position:top;
background-size:contain;
background-repeat:no-repeat;
width:100%;
min-height:250px
}
}
section.size_guide_pop img {
	max-width:100%;
	height:auto;
	display:inline-block;
	vertical-align:middle
}
section.size_guide_pop .popup-inner-content.pop-sizechart .title {
	font-size:12px;
	letter-spacing:7.5px;
	font-weight:700;
	margin-bottom:5em;
	text-transform:uppercase;
	position:relative
}
section.size_guide_pop .popup-inner-content.pop-sizechart .title br {
	display:none
}
@media screen and (max-width:1000px) {
section.size_guide_pop .popup-inner-content.pop-sizechart .title br {
display:block
}
}
@media screen and (max-width:1000px) {
section.size_guide_pop .popup-inner-content.pop-sizechart .title {
position:absolute;
top:20px;
left:30px;
letter-spacing:5px;
margin-bottom:0;
line-height:24px;
font-size:10px
}
}
section.size_guide_pop .popup-inner-content.pop-sizechart .maintitle {
	font-size:20px;
	line-height:2;
	margin-bottom:10px;
	position:relative;
	max-width:350px
}
@media screen and (max-width:1000px) {
section.size_guide_pop .popup-inner-content.pop-sizechart .maintitle {
font-size:16px;
font-family: 'luxiaregular';
font-weight:300;
line-height:28px;
text-align:center;
margin-bottom:20px
}
}
section.size_guide_pop .popup-inner-content .item {
	position:relative;
	margin-bottom:0;
	padding:0!important
}
@media screen and (max-width:1000px) {
section.size_guide_pop .popup-inner-content .item {
text-align:center;
margin-bottom:40px
}
}
section.size_guide_pop .popup-inner-content .item h3 {
	font-size:1.875em;
	color:#000;
	letter-spacing:.375em;
	text-indent:.375em;
	line-height:2em;
	text-transform:uppercase;
	margin-bottom:.66667em;
	font-weight:400;
	margin:0;
	margin-left:-.375em;
	max-width:350px
}
@media screen and (max-width:1000px) {
section.size_guide_pop .popup-inner-content .item h3 {
margin:0;
font-family: 'luxiaregular';
font-weight:300;
font-size:28px;
line-height:34px;
letter-spacing:0
}
}
section.size_guide_pop .popup-inner-content .item h4 {
	font-weight:400;
	font-size:.875em;
	line-height:1em;
	color:#000;
	letter-spacing:0;
	margin:0;
	margin-bottom:.76923em;
	max-width:350px
}
@media screen and (max-width:1000px) {
section.size_guide_pop .popup-inner-content .item h4 {
margin:0;
font-family: 'luxiaregular';
font-size:14px;
font-weight:300;
line-height:1
}
}
section.size_guide_pop .popup-inner-content.pop-sizechart .dtitle {
	font-size:20px;
	line-height:2;
	margin-bottom:20px;
	margin-top:3em;
	position:relative;
	max-width:350px
}
@media screen and (max-width:1000px) {
section.size_guide_pop .popup-inner-content.pop-sizechart .dtitle {
display:none
}
}
section.size_guide_pop .popup-inner-content.pop-sizechart .dlink {
	display:block;
	padding-left:28px;
	text-transform:uppercase;
	font-size:12px;
	color:#000;
	font-weight:700;
	text-decoration:none;
	letter-spacing:4px;
	background:url(../img/arr.JPG) 0/contain no-repeat;
	line-height:14px;
	position:relative
}
@media screen and (max-width:1000px) {
section.size_guide_pop .popup-inner-content.pop-sizechart .dlink {
display:none
}
}
section.reviews {
	padding:140px 0
}
@media (max-width:1199px) {
section.reviews {
padding:70px 0
}
}
@media (max-width:599px) {
section.reviews {
padding:60px 0
}
}
section.reviews .container .top-info {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding-bottom:30px;
	margin-bottom:40px;
	border-bottom:1px solid #e1e1e1
}
section.reviews .container .top-info h2 {
	color:#1b1c1e;
	font-family: 'luxiaregular';
	font-size:24px;
	line-height:38px;
	letter-spacing:0;
	text-transform:none
}
@media (max-width:599px) {
section.reviews .container .top-info h2 {
display:none
}
}
section.reviews .container .top-info .rev-count, section.reviews .container .top-info .rev-count-mob {
	color:#1b1c1e;
	font-family: 'luxiaregular';
	font-size:14px;
	font-weight:500;
	line-height:17px;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center
}
@media (max-width:599px) {
section.reviews .container .top-info .rev-count, section.reviews .container .top-info .rev-count-mob {
display:none
}
}
section.reviews .container .top-info .rev-count-mob span, section.reviews .container .top-info .rev-count span {
	height:24px;
	width:30px;
	border-radius:12px;
	background-color:#f6f6f7;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center;
	margin-right:5px
}
section.reviews .container .top-info .rev-count-mob {
	width:100%;
	-ms-flex-pack:center;
	justify-content:center
}
section.reviews .container .top-info .rev-count-mob span {
	margin-left:5px;
	margin-right:0
}
@media (max-width:599px) {
section.reviews .container .top-info .rev-count-mob {
display:-ms-flexbox;
display:flex
}
}
@media (min-width:600px) {
section.reviews .container .top-info .rev-count-mob {
display:none
}
}
section.reviews .container .featured-reviews .featured-review {
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px solid #e1e1e1;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between
}
@media (max-width:599px) {
section.reviews .container .featured-reviews .featured-review {
margin-bottom:30px;
padding-bottom:30px;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
}
section.reviews .container .featured-reviews .featured-review.hidden {
	display:none
}
section.reviews .container .featured-reviews .featured-review .content, section.reviews .container .featured-reviews .featured-review .gallery {
	width:calc(50% - 30px)
}
@media (max-width:599px) {
section.reviews .container .featured-reviews .featured-review .content, section.reviews .container .featured-reviews .featured-review .gallery {
width:100%
}
}
@media (max-width:599px) {
section.reviews .container .featured-reviews .featured-review .gallery {
height:68vw;
margin-top:30px;
width:calc(100% + 50px);
margin-left:-25px;
margin-right:-25px
}
}
@media (min-width:600px) {
section.reviews .container .featured-reviews .featured-review:nth-of-type(2n) .content {
-ms-flex-order:2;
order:2
}
}
section.reviews .container .featured-reviews .featured-review .content .worn-by {
	color:#878787;
	font-family: 'luxiaregular';
	font-size:14px;
	font-weight:300;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center
}
@media (max-width:599px) {
section.reviews .container .featured-reviews .featured-review .content .worn-by {
font-size:12px
}
}
section.reviews .container .featured-reviews .featured-review .content .worn-by a {
	color:#1b1c1e;
	font-size:14px;
	line-height:17px;
	display:-ms-flexbox;
	display:flex;
	margin-left:10px;
	-ms-flex-align:center;
	align-items:center
}
@media (max-width:599px) {
section.reviews .container .featured-reviews .featured-review .content .worn-by a {
font-size:12px
}
}
section.reviews .container .featured-reviews .featured-review .content .worn-by a:before {
	width:20px;
	height:20px;
	content:"";
	background:url(../icons/instagram-gray.svg) 50%/contain no-repeat;
	margin-right:5px
}
section.reviews .container .featured-reviews .featured-review .content .review-text {
	color:#1b1c1e;
	font-family: 'luxiaregular';
	font-size:40px;
	line-height:60px;
	margin:30px 0 50px
}
@media (max-width:1149px) {
section.reviews .container .featured-reviews .featured-review .content .review-text {
font-size:30px;
line-height:50px
}
}
@media (max-width:991px) {
section.reviews .container .featured-reviews .featured-review .content .review-text {
font-size:20px;
line-height:30px
}
}
@media (max-width:599px) {
section.reviews .container .featured-reviews .featured-review .content .review-text {
font-size:28px;
line-height:40px;
margin:20px 0 30px
}
}
section.reviews .container .featured-reviews .featured-review .content .rating-date {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center
}
section.reviews .container .featured-reviews .featured-review .content .rating-date .rating {
	padding:0;
	margin-right:20px
}
section.reviews .container .featured-reviews .featured-review .content .rating-date .rating .jq-ry-normal-group {
	z-index:3
}
section.reviews .container .featured-reviews .featured-review .content .rating-date .rating .jq-ry-rated-group {
	z-index:4
}
section.reviews .container .featured-reviews .featured-review .content .rating-date .date {
	color:#878787;
	font-family: 'luxiaregular';
	font-size:12px;
	font-weight:300
}
section.reviews .container .featured-reviews .featured-review .gallery .owl-stage-outer, section.reviews .container .featured-reviews .featured-review .gallery .owl-stage-outer .owl-stage, section.reviews .container .featured-reviews .featured-review .gallery .owl-stage-outer .owl-stage .owl-item {
	height:100%
}
section.reviews .container .featured-reviews .featured-review .gallery .owl-stage-outer .owl-stage .owl-item .gallery-item {
	height:100%;
	background-position:50%;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden
}
section.reviews .container .featured-reviews .featured-review .gallery .owl-stage-outer .owl-stage .owl-item .gallery-item .video {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transform:translateZ(0);
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:1;
	overflow:hidden
}
section.reviews .container .featured-reviews .featured-review .gallery .owl-stage-outer .owl-stage .owl-item .gallery-item .video .video-fullscreen {
	width:28px;
	height:28px;
	right:20px;
	top:20px;
	background:url(../icons/fullscreen.png) 50%/contain no-repeat;
	position:absolute;
	cursor:pointer
}
section.reviews .container .featured-reviews .featured-review .gallery .owl-stage-outer .owl-stage .owl-item .gallery-item .video .video-sound {
	width:28px;
	height:28px;
	right:53px;
	top:20px;
	position:absolute;
	cursor:pointer;
	background:url(../icons/sound-off.svg) 50%/11px 10px no-repeat;
	border-radius:50%;
	background-color:rgba(39, 39, 39, .8)
}
section.reviews .container .featured-reviews .featured-review .gallery .owl-stage-outer .owl-stage .owl-item .gallery-item .video .video-sound.on {
	background:url(../icons/sound-on.svg) 50%/11px 10px no-repeat;
	background-color:rgba(39, 39, 39, .8)
}
section.reviews .container .featured-reviews .featured-review .gallery .owl-stage-outer .owl-stage .owl-item .gallery-item .video video {
	min-width:100%;
	min-height:100%;
	height:auto;
	position:absolute;
	width:auto;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	display:none
}
section.reviews .container .featured-reviews .featured-review .gallery .owl-dots {
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center
}
section.reviews .container .featured-reviews .featured-review .gallery .owl-dots.disabled {
	display:none
}
section.reviews .container .featured-reviews .featured-review .gallery .owl-dots .owl-dot {
	width:7px;
	height:7px;
	border-radius:50%;
	cursor:pointer;
	border:1px solid #fff;
	margin:0 5px;
	background:transparent
}
section.reviews .container .featured-reviews .featured-review .gallery .owl-dots .owl-dot.active {
	background:#fff
}
section.reviews .container .featured-reviews .featured-review .gallery .owl-nav button {
	position:absolute;
	background-color:rgba(39, 39, 39, .8);
	width:28px;
	height:28px;
	top:50%;
	left:20px;
	border-radius:50%;
	margin-top:-14px;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center
}
section.reviews .container .featured-reviews .featured-review .gallery .owl-nav button span {
	display:inline-block;
	font-size:0;
	width:10px;
	height:6px;
	transform:rotate(90deg);
	background:url(../icons/bird-white.svg) 50%/contain no-repeat
}
section.reviews .container .featured-reviews .featured-review .gallery .owl-nav button.owl-next {
	left:auto;
	right:20px
}
section.reviews .container .featured-reviews .featured-review .gallery .owl-nav button.owl-next span {
	transform:rotate(-90deg)
}
section.reviews .container .simple-reviews {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom:20px
}
section.reviews .container .simple-reviews .simple-review {
	width:calc((100% - 40px) / 3);
	padding:30px;
	border:1px solid #e1e1e1;
	margin-bottom:20px
}
@media (max-width:991px) {
section.reviews .container .simple-reviews .simple-review {
width:calc((100% - 20px) / 2)
}
}
@media (max-width:599px) {
section.reviews .container .simple-reviews .simple-review {
padding:10px;
width:calc((100% - 10px) / 2);
margin-bottom:10px
}
}
section.reviews .container .simple-reviews .simple-review.hidden {
	display:none
}
@media (min-width:992px) {
section.reviews .container .simple-reviews .simple-review:nth-of-type(3n+2) {
margin-left:20px;
margin-right:20px
}
}
@media (max-width:991px) {
section.reviews .container .simple-reviews .simple-review:nth-of-type(2n) {
margin-left:20px
}
}
@media (max-width:991px) and (max-width:599px) {
section.reviews .container .simple-reviews .simple-review:nth-of-type(2n) {
margin-left:10px
}
}
section.reviews .container .simple-reviews .simple-review .buyer {
	color:#1b1c1e;
	font-family: 'luxiaregular';
	font-size:12px;
	font-weight:500;
	line-height:14px
}
@media (max-width:599px) {
section.reviews .container .simple-reviews .simple-review .buyer {
display:-ms-flexbox;
display:flex;
font-size:8px;
line-height:10px
}
section.reviews .container .simple-reviews .simple-review .buyer span {
margin-left:auto
}
}
section.reviews .container .simple-reviews .simple-review .buyer span {
	color:#878787;
	font-weight:300
}
section.reviews .container .simple-reviews .simple-review .review-text {
	color:#1b1c1e;
	font-family: 'luxiaregular';
	font-size:12px;
	font-weight:500;
	line-height:20px;
	margin:15px 0;
	min-height:120px
}
@media (max-width:599px) {
section.reviews .container .simple-reviews .simple-review .review-text {
font-size:10px;
line-height:18px;
min-height:80px;
margin:10px 0
}
}
section.reviews .container .simple-reviews .simple-review .rating-date {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-align:center;
	align-items:center
}
@media (max-width:599px) {
section.reviews .container .simple-reviews .simple-review .rating-date {
-ms-flex-direction:column;
flex-direction:column;
-ms-flex-align:start;
align-items:flex-start
}
}
section.reviews .container .simple-reviews .simple-review .rating-date .rating {
	padding:0
}
@media (max-width:599px) {
section.reviews .container .simple-reviews .simple-review .rating-date .rating {
margin-bottom:5px
}
}
section.reviews .container .simple-reviews .simple-review .rating-date .rating .jq-ry-normal-group {
	z-index:3
}
section.reviews .container .simple-reviews .simple-review .rating-date .rating .jq-ry-rated-group {
	z-index:4
}
section.reviews .container .simple-reviews .simple-review .rating-date .date {
	color:#878787;
	font-family: 'luxiaregular';
	font-size:12px;
	font-weight:300
}
@media (max-width:599px) {
section.reviews .container .simple-reviews .simple-review .rating-date .date {
font-size:8px
}
}
section.reviews .container .mid-info {
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px solid #e1e1e1
}
@media (max-width:599px) {
section.reviews .container .mid-info {
margin-bottom:30px;
padding-bottom:30px
}
}
section.reviews .container .bottom-info, section.reviews .container .mid-info {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center
}
section.reviews .container .bottom-info .load-more, section.reviews .container .mid-info .load-more {
	color:#000;
	font-family: 'luxiaregular';
	font-size:9px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:3px;
	line-height:11px;
	padding:0 50px;
	border:2px solid #000;
	height:40px;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center;
	cursor:pointer
}
@media (max-width:599px) {
section.reviews .container .bottom-info .load-more, section.reviews .container .mid-info .load-more {
padding:0 20px
}
}
section.reviews .container .bottom-info a, section.reviews .container .mid-info a {
	margin-left:auto;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	color:#1b1c1e;
	font-family: 'luxiaregular';
	font-size:10px;
	font-weight:700;
	letter-spacing:6.25px;
	line-height:12px;
	text-transform:uppercase;
	padding-right:15px;
	background:url(../icons/bold_arrow.svg) 100%/5px 10px no-repeat
}
@media (max-width:599px) {
section.reviews .container .bottom-info a, section.reviews .container .mid-info a {
font-size:8px;
letter-spacing:3px
}
}
.article-hero {
	padding:7.77778em 0 1.66667em;
	position:relative
}
@media screen and (max-width:1000px) {
.article-hero {
padding:5.77778em 0 .66667em
}
}
.article-hero:before {
	content:"";
	left:0;
	top:0;
	z-index:0;
	pointer-events:none;
	position:absolute;
	background-color:#1b1c1e;
	width:100%;
	height:14.44444em
}
@media screen and (max-width:1000px) {
.article-hero:before {
display:none
}
}
.article-hero .image {
	position:relative;
	z-index:1;
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:43.33333%
}
.article-hero .container, .article-hero.with_video .container {
	position:relative
}
.article-hero.with_video .container .play {
	z-index:2;
	position:absolute;
	width:100px;
	height:100px;
	border-radius:50%;
	margin-left:-50px;
	margin-top:-50px;
	top:50%;
	left:50%;
	background-color:#fff;
	pointer-events:none;
transition:background-color .25s
}
@media screen and (max-width:1000px) {
.article-hero.with_video .container .play {
width:60px;
height:60px;
margin-left:-30px;
margin-top:-30px
}
}
.article-hero.with_video .container .play:before {
	display:block;
	content:"";
	width:0;
	height:0;
	border-style:solid;
	border-width:14.5px 0 14.5px 21px;
	border-color:transparent transparent transparent #e1e1e1;
	position:absolute;
	margin-left:-8px;
	margin-top:-14px;
	left:50%;
	top:50%;
transition:border-color .25s
}
.article-hero.with_video .container .image {
	cursor:pointer;
	padding-bottom:56.25%
}
@media screen and (min-width:1025px) {
.article-hero.with_video .container .image:hover+.play {
background-color:#e1e1e1
}
.article-hero.with_video .container .image:hover+.play:before {
border-color:transparent transparent transparent #fff
}
}
.blog-hero-slider-wrap {
	margin-top:140px;
	position:relative
}
@media screen and (max-width:1000px) {
.blog-hero-slider-wrap {
margin-top:100px
}
}
.blog-hero-slider-wrap:before {
	content:"";
	left:0;
	top:-140px;
	z-index:0;
	pointer-events:none;
	position:absolute;
	background-color:#1b1c1e;
	width:100%;
	height:280px
}
@media screen and (max-width:1000px) {
.blog-hero-slider-wrap:before {
display:none
}
}
.blog-hero-slider-wrap .blog-hero-slider .owl-stage-outer {
	overflow:visible
}
@media screen and (max-width:1000px) {
.blog-hero-slider-wrap .blog-hero-slider .owl-stage-outer {
overflow:hidden
}
}
.blog-hero-slider-wrap .blog-hero-slider .image-wrap {
	position:relative
}
.blog-hero-slider-wrap .blog-hero-slider .image-wrap .image {
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:56.25%
}
.blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point {
	position:absolute;
	z-index:1
}
.blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point .pluswrap {
	width:2.22222em;
	height:2.22222em;
	border-radius:50%;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background-color:#fff;
	display:block
}
.blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point .pluswrap .plus {
	display:block;
	position:absolute;
	width:14px;
	height:14px;
	top:50%;
	left:50%;
	transform:translate3d(-50%, -50%, 0) rotate(0);
transition:.6s cubic-bezier(.22, .61, .36, 1) .3s
}
.blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point .pluswrap .plus:after, .blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point .pluswrap .plus:before {
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	background-color:#000
}
.blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point .pluswrap .plus:before {
	height:1px;
	width:100%
}
.blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point .pluswrap .plus:after {
	width:1px;
	height:100%
}
.blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point .textwrap {
	display:block;
	background-color:rgba(0, 0, 0, .5);
	border-radius:2em;
	overflow:hidden;
	position:relative;
	z-index:1;
	opacity:0;
transition:.6s cubic-bezier(.22, .61, .36, 1) .3s;
	width:auto;
	max-width:0
}
.blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point .textwrap .blog .blog-list-item.newsletter .newsletter-inner .form label, .blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point .textwrap .input input:not([type=submit]), .blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point .textwrap .top-footer .container .wrap .socForm .form label, .blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point .textwrap small, .blog .blog-list-item.newsletter .newsletter-inner .form .blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point .textwrap label, .input .blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point .textwrap input:not([type=submit]), .top-footer .container .wrap .socForm .form .blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point .textwrap label {
font-weight:700;
text-align:center;
font-size:.55556em;
letter-spacing:.34em;
line-height:4em;
padding:0 1.5em 0 4.9em;
color:#fff;
text-transform:uppercase;
white-space:nowrap;
opacity:0;
transition:.3s cubic-bezier(.22, .61, .36, 1)
}
.blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point:hover .pluswrap .plus {
	transform:translate3d(-50%, -50%, 0) rotate(1turn);
transition:.6s cubic-bezier(.22, .61, .36, 1)
}
.blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point:hover .textwrap {
	max-width:200px;
	opacity:1;
transition:.6s cubic-bezier(.22, .61, .36, 1)
}
.blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point:hover .textwrap .blog .blog-list-item.newsletter .newsletter-inner .form label, .blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point:hover .textwrap .input input:not([type=submit]), .blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point:hover .textwrap .top-footer .container .wrap .socForm .form label, .blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point:hover .textwrap small, .blog .blog-list-item.newsletter .newsletter-inner .form .blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point:hover .textwrap label, .input .blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point:hover .textwrap input:not([type=submit]), .top-footer .container .wrap .socForm .form .blog-hero-slider-wrap .blog-hero-slider .image-wrap .link-on-point:hover .textwrap label {
opacity:1;
transition:.3s cubic-bezier(.22, .61, .36, 1) .6s
}
.blog-hero-slider-wrap .blog-hero-slider .owl-nav button {
	position:absolute;
	top:50%;
	width:5.55556em;
	height:5.55556em;
	border-radius:50%;
	opacity:.8;
	background-color:#272727!important;
transition:.15s cubic-bezier(.22, .61, .36, 1)
}
@media screen and (max-width:1000px) {
.blog-hero-slider-wrap .blog-hero-slider .owl-nav button {
width:2.77778em;
height:2.77778em
}
}
.blog-hero-slider-wrap .blog-hero-slider .owl-nav button:hover {
	opacity:.9
}
.blog-hero-slider-wrap .blog-hero-slider .owl-nav button span {
	display:none
}
.blog-hero-slider-wrap .blog-hero-slider .owl-nav button:before {
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:1.11111em;
	height:1.11111em;
	transform-origin:center center
}
.blog-hero-slider-wrap .blog-hero-slider .owl-nav button.owl-next {
	right:40px;
	transform:translateY(-50%)
}
.blog-hero-slider-wrap .blog-hero-slider .owl-nav button.owl-next:before {
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	transform:translate(-75%, -50%) rotate(45deg)
}
.blog-hero-slider-wrap .blog-hero-slider .owl-nav button.owl-prev {
	left:40px;
	transform:translateY(-50%)
}
.blog-hero-slider-wrap .blog-hero-slider .owl-nav button.owl-prev:before {
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	transform:translate(-25%, -50%) rotate(45deg)
}
.article-text {
	padding:3.33333em 0 5.55556em
}
.article-text .wrap .title {
	margin:0 auto
}
.article-text .wrap h2 {
	text-transform:none;
	line-height:1.05882em;
	letter-spacing:0;
	margin:.88235em auto
}
.article-text .wrap h5 {
	line-height:1.6em;
	margin:2em auto
}
.article-text .wrap p {
	font-size:1.11111em;
	line-height:1.5em;
	margin:3em auto;
	font-family:Futura New, sans-serif
}
.article-text .wrap a {
	display:inline-block
}
.article-text .wrap .image-with-link {
	position:relative;
	margin:5.55556em auto
}
@media screen and (max-width:1000px) {
.article-text .wrap .image-with-link {
margin:1.94444em auto
}
}
.article-text .wrap .image-with-link img {
	width:100%;
	height:auto
}
.article-text .wrap .image-with-link .link-on-point {
	position:absolute;
	z-index:1
}
.article-text .wrap .image-with-link .link-on-point .pluswrap {
	width:2.22222em;
	height:2.22222em;
	border-radius:50%;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background-color:#fff;
	display:block
}
.article-text .wrap .image-with-link .link-on-point .pluswrap .plus {
	display:block;
	position:absolute;
	width:14px;
	height:14px;
	top:50%;
	left:50%;
	transform:translate3d(-50%, -50%, 0) rotate(0);
transition:.6s cubic-bezier(.22, .61, .36, 1) .3s
}
.article-text .wrap .image-with-link .link-on-point .pluswrap .plus:after, .article-text .wrap .image-with-link .link-on-point .pluswrap .plus:before {
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	background-color:#000
}
.article-text .wrap .image-with-link .link-on-point .pluswrap .plus:before {
	height:1px;
	width:100%
}
.article-text .wrap .image-with-link .link-on-point .pluswrap .plus:after {
	width:1px;
	height:100%
}
.article-text .wrap .image-with-link .link-on-point .textwrap {
	display:block;
	background-color:rgba(0, 0, 0, .5);
	border-radius:2em;
	overflow:hidden;
	position:relative;
	z-index:1;
	opacity:0;
transition:.6s cubic-bezier(.22, .61, .36, 1) .3s;
	width:0
}
.article-text .top-footer .container .wrap .image-with-link .link-on-point .textwrap .socForm .form label, .article-text .top-footer .container .wrap .socForm .form .image-with-link .link-on-point .textwrap label, .article-text .wrap .image-with-link .link-on-point .textwrap .blog .blog-list-item.newsletter .newsletter-inner .form label, .article-text .wrap .image-with-link .link-on-point .textwrap .input input:not([type=submit]), .article-text .wrap .image-with-link .link-on-point .textwrap small, .blog .blog-list-item.newsletter .newsletter-inner .form .article-text .wrap .image-with-link .link-on-point .textwrap label, .input .article-text .wrap .image-with-link .link-on-point .textwrap input:not([type=submit]), .top-footer .container .article-text .wrap .image-with-link .link-on-point .textwrap .socForm .form label, .top-footer .container .article-text .wrap .socForm .form .image-with-link .link-on-point .textwrap label {
font-weight:700;
text-align:center;
font-size:.55556em;
letter-spacing:.34em;
line-height:4em;
padding:0 1.5em 0 4.9em;
color:#fff;
text-transform:uppercase;
white-space:nowrap;
opacity:0;
transition:.3s cubic-bezier(.22, .61, .36, 1)
}
.article-text .wrap .image-with-link .link-on-point:hover .pluswrap .plus {
	transform:translate3d(-50%, -50%, 0) rotate(1turn);
transition:.6s cubic-bezier(.22, .61, .36, 1)
}
.article-text .wrap .image-with-link .link-on-point:hover .textwrap {
	width:8.33333em;
	opacity:1;
transition:.6s cubic-bezier(.22, .61, .36, 1)
}
.article-text .top-footer .container .wrap .image-with-link .link-on-point:hover .textwrap .socForm .form label, .article-text .top-footer .container .wrap .socForm .form .image-with-link .link-on-point:hover .textwrap label, .article-text .wrap .image-with-link .link-on-point:hover .textwrap .blog .blog-list-item.newsletter .newsletter-inner .form label, .article-text .wrap .image-with-link .link-on-point:hover .textwrap .input input:not([type=submit]), .article-text .wrap .image-with-link .link-on-point:hover .textwrap small, .blog .blog-list-item.newsletter .newsletter-inner .form .article-text .wrap .image-with-link .link-on-point:hover .textwrap label, .input .article-text .wrap .image-with-link .link-on-point:hover .textwrap input:not([type=submit]), .top-footer .container .article-text .wrap .image-with-link .link-on-point:hover .textwrap .socForm .form label, .top-footer .container .article-text .wrap .socForm .form .image-with-link .link-on-point:hover .textwrap label {
opacity:1;
transition:.3s cubic-bezier(.22, .61, .36, 1) .6s
}
.article-text .wrap>:last-child {
	margin-bottom:0
}
.article-text .wrap>:not(.image-with-link) {
width:100%;
max-width:720px
}
.about {
	background-color:#f6f6f7;
	padding:11.11111em 0 0;
	position:relative;
	overflow:hidden
}
@media screen and (max-width:1000px) {
.about {
padding-top:138px
}
}
.about .image {
	position:relative;
	left:calc(50% - 50vw);
	width:100vw;
	margin-top:-3.77778em
}
.about .image img {
	width:100%
}
@media (max-width:599px) {
.about .image img {
min-height:700px
}
}
.about .image:after {
	content:"";
	position:absolute;
	z-index:0;
	left:0;
	width:100%;
	height:50%;
	bottom:-5px;
	background:transparent;
	background:linear-gradient(0deg, #000, transparent);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1)
}
.about .image .text {
	display:block;
	position:absolute;
	color:#fff;
	left:0;
	bottom:0;
	width:100%;
	padding:2.77778em 1.66667em 11.11111em;
	z-index:2
}
@media screen and (max-width:1000px) {
.about .image .text {
bottom:-80px;
padding:10em 1.66667em 0
}
}
@media (max-width:599px) {
.about .image .text {
padding:10em 20px 0
}
}
.about .container {
	position:relative;
	z-index:2;
	text-align:center
}
.about .container h5, .about .container p {
	max-width:640px
}
.about .container h2 {
	text-transform:none;
	line-height:1.05882em;
	letter-spacing:0;
	margin:.88235em auto;
	max-width:840px
}
@media screen and (max-width:1000px) {
.about .container h2 {
margin-top:0;
z-index:1;
position:relative
}
}
.about .container h5 {
	line-height:1.6em;
	margin:2em auto
}
@media (max-width:599px) {
.about .container h5 {
font-size:18px
}
}
.about .container p {
	margin:3.33333em auto
}
@media screen and (max-width:1000px) {
.about .container p {
font-size:14px;
line-height:30px;
z-index:1;
position:relative
}
}
.about .container .spacer {
	padding-bottom:68.33333em
}
.about .container .spacer~* {
color:#fff
}
.about .with_button {
	position:relative;
	padding:3.33333em 0 4.33333em;
	margin-top:0;
	margin-bottom:0
}
.about .with_button .scroll_down {
	position:absolute;
	bottom:9px;
	width:40px;
	height:40px;
	border-radius:50%;
	border:1px solid #000;
	margin-left:-20px;
	left:50%;
	cursor:pointer;
transition:opacity .25s
}
@media screen and (min-width:1025px) {
.about .with_button .scroll_down {
transition:opacity .25s
}
.about .with_button .scroll_down:hover {
opacity:.75
}
}
.about .with_button .scroll_down svg {
	width:20px
}
@media screen and (max-width:1000px) {
.about .with_button .scroll_down svg {
margin-top:15px
}
}
.team {
	padding:5.55556em 0 0
}
.team .text {
	max-width:35.55556em;
	margin:0 auto;
	text-align:center
}
.team .text h5 {
	margin-bottom:1em
}
@media screen and (max-width:1000px) {
.team .text h5 {
font-size:28px;
line-height:40px
}
}
.team-list {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:1.66667em -1.66667em 5em
}
@media screen and (max-width:1000px) {
.team-list {
margin:4.44444em -.27778em 5em
}
}
.team-list-item {
	width:calc(33.33333% - 3.33333em);
	margin:1.66667em
}
@media screen and (max-width:1000px) {
.team-list-item {
width:calc(50% - .55556em);
margin:.27778em;
text-align:center;
margin-bottom:40px
}
}
.team-list-item .image {
	padding-bottom:100%;
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover
}
.faq {
	padding:6.66667em 0;
	background:#f6f6f7;
	color:#1b1c1e;
	overflow:hidden;
	position:relative
}
@media screen and (max-width:1000px) {
.faq {
padding:40px 0;
display:none
}
}
.faq:before {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	height:6.66667em;
	width:100%;
	pointer-events:none;
	z-index:5;
	background:linear-gradient(0deg, #f6f6f7, hsla(240, 6%, 97%, 0));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f6f7", endColorstr="#f6f6f7", GradientType=1)
}
.faq .container {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:start;
	align-items:flex-start;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.faq .container .left, .faq .container .right {
	width:calc(50% - 1.66667em)
}
@media screen and (max-width:1000px) {
.faq .container {
display:block
}
.faq .container .left, .faq .container .right {
width:100%
}
}
.faq .container .left h4 {
	line-height:1.2em;
	padding-left:1em;
	position:relative
}
.faq .container .left h4:before {
	content:"";
	position:absolute;
	width:.5em;
	height:.05em;
	background-color:#000;
	left:0;
	top:.575em
}
.faq .container .left ul {
	font-size:.55556em;
	padding-left:3.9em;
	position:relative;
	margin-top:3em
}
.faq .container .left ul:before {
	content:"";
	position:absolute;
	left:0;
	top:1em;
	height:14em;
	width:1px;
	background-color:#e1e1e1
}
.faq .container .left ul li {
	line-height:4em;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.43em;
	cursor:pointer;
transition:.6s cubic-bezier(.22, .61, .36, 1)
}
.faq .container .left ul li:not(.active) {
color:#878787
}
.faq .container .right .questions {
	position:relative;
	height:0;
transition:.6s cubic-bezier(.22, .61, .36, 1)
}
.faq .container .right .questions .topic {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	transform:translate3d(0, -2.22222em, 0);
	opacity:0;
	pointer-events:none;
transition:.6s cubic-bezier(.22, .61, .36, 1)
}
.faq .container .right .questions .topic.active {
	opacity:1;
	pointer-events:auto;
	transform:translateZ(0);
transition:.6s cubic-bezier(.22, .61, .36, 1) .6s
}
.faq .container .right .questions .topic.active .question .answer {
transition:.6s cubic-bezier(.22, .61, .36, 1)
}
.faq .container .right .questions .topic .question p {
	font-size:.77778em;
	line-height:1.71429em;
	letter-spacing:0;
	padding:.92857em 0
}
.faq .container .right .questions .topic .question.open p {
	font-weight:700
}
.faq .container .right .questions .topic .question .toggler {
	cursor:pointer
}
.faq .container .right .questions .topic .question .answer {
	overflow:hidden
}
.faq .container .right .questions .topic .question .answer .text p {
	padding-left:1.42857em
}
.faq .container .right .questions .topic .question .answer .text a {
	display:inline-block
}
.faq .container .right .questions .topic .question:not(.open) .answer {
height:0!important;
opacity:0
}
.faq_mobile {
	display:none;
	background:#f6f6f7;
	padding:45px 0 50px
}
@media screen and (max-width:1000px) {
.faq_mobile {
display:block
}
}
.faq_mobile h4 {
	margin-bottom:7px
}
.faq_mobile .tab_head {
	font-size:10px;
	letter-spacing:4.3px;
	color:#292929;
	text-transform:uppercase;
	font-weight:700;
	padding:25px 25px 25px 0;
	position:relative;
	border-top:1px solid #e1e1e1;
	cursor:pointer
}
.faq_mobile .tab_head:nth-child(2) {
border-top:none
}
.faq_mobile .tab_head .bird {
	position:absolute;
	width:12px;
	height:6px;
	right:0;
transition:transform .3s;
	transform:translateZ(0) rotate(0deg);
	top:50%;
	margin-top:-3px
}
.faq_mobile .tab_head .bird svg {
	position:absolute;
	width:12px;
	height:6px;
	top:0;
	left:0
}
.faq_mobile .tab_head.active .bird {
	transform:translateZ(0) rotate(180deg)
}
.faq_mobile .tab_body {
	padding-bottom:12px;
	color:#000;
	display:none
}
.faq_mobile .sub_tab_head {
	padding:12px 0;
	font-size:14px;
	line-height:18px;
	cursor:pointer
}
.faq_mobile .sub_tab_head.active {
	font-weight:700
}
.faq_mobile .sub_tab_body {
	font-size:14px;
	line-height:18px;
	padding:12px 0 12px 30px;
	display:none
}
.map-wrap {
	position:relative
}
.map-wrap .map-address {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%);
	background:#fff;
	padding:10px 30px;
	color:#000;
	font-size:14px;
	font-weight:300;
	line-height:1.2;
	text-align:center;
	border-radius:20px;
	display:none
}
.map-wrap .gm-style-cc, .map-wrap .gm-style div a div img, .map-wrap .gmnoscreen {
	display:none!important
}
.textpage-hero {
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
	padding:12.22222em 0 4.16667em
}
.textpage-hero#map {
	pointer-events:none
}
.textpage-hero.grey_hero {
	background:#f6f6f7
}
.textpage-hero.taller {
	padding:16.66667em 0 4.16667em;
	background-position:bottom
}
@media screen and (max-width:1000px) {
.textpage-hero.taller {
padding:11.11111em 0 4.16667em
}
}
.textpage-hero .container .title {
	max-width:38.88889em
}
.textpage-hero .container .title h3 {
	margin-top:.23529em
}
.textpage-hero .container .title.black {
	color:#1b1c1e
}
.textpage-hero.empty {
	min-height:470px
}
.textpage-content {
	padding:5.55556em 0 8.88889em
}
@media screen and (max-width:1000px) {
.textpage-content {
padding:40px 0
}
}
.textpage-content .wrap {
	max-width:35.55556em;
	margin:0 auto
}
.textpage-content .wrap.dual {
	display:-ms-flexbox;
	display:flex;
	max-width:100%
}
@media screen and (max-width:1000px) {
.textpage-content .wrap.dual {
display:block
}
}
.textpage-content .wrap.dual .left, .textpage-content .wrap.dual .right {
	display:inline-block;
	width:50%;
	padding-right:100px
}
@media screen and (max-width:1000px) {
.textpage-content .wrap.dual .left, .textpage-content .wrap.dual .right {
padding-right:0;
width:100%;
display:block
}
}
@media screen and (max-width:1000px) {
.textpage-content .wrap.dual .right {
margin-top:30px
}
}
.textpage-content .wrap p {
	font-size:.77778em;
	line-height:1.55556em;
	letter-spacing:0;
	margin:1em 0
}
.textpage-content .wrap .subtitle {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin:4em 0 1em
}
.textpage-content .wrap .subtitle .signature {
	width:40%;
	padding-left:5%;
	height:auto;
	-ms-flex-negative:0;
	flex-shrink:0
}
.textpage-content .wrap h4 {
	margin:2em 0 1em
}
.textpage-content .wrap .subtitle:first-child, .textpage-content .wrap h4+.subtitle, .textpage-content .wrap h4:first-child, .textpage-content .wrap p:first-child {
	margin-top:0
}
.textpage-content .wrap .subtitle:last-child, .textpage-content .wrap h4:last-child, .textpage-content .wrap p:last-child {
	margin-bottom:0
}
.woocommerce-message {
	display:none!important
}
section.cart_top {
	padding-top:169px
}
@media screen and (max-width:1000px) {
section.cart_top {
padding-top:80px
}
}
section.cart_top .container {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:space-between
}
section.cart_top h4.left {
	display:inline-block;
	vertical-align:top
}
section.cart_top .right {
	float:right
}
section.cart_top .right .timer {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center
}
section.cart_top .right .timer p {
	color:#1b1c1e;
	font-family: 'luxiaregular';
	font-size:12px;
	font-weight:300;
	line-height:24px;
	margin-right:5px
}
section.cart_top .right .timer .time {
	width:50px;
	height:24px;
	border-radius:12px;
	background-color:#f6f6f7;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center;
	color:#1b1c1e;
	font-family: 'luxiaregular';
	font-size:12px;
	font-weight:500
}
section.cart_blocks {
	margin-top:45px;
	padding-bottom:120px
}
@media screen and (max-width:1000px) {
section.cart_blocks {
margin-top:20px;
margin-bottom:0;
padding-bottom:50px
}
}
section.cart_blocks .container {
	font-size:0
}
@media screen and (max-width:1000px) {
section.cart_blocks .container {
padding:0
}
}
section.cart_blocks .container .left, section.cart_blocks .container .right {
	display:inline-block;
	vertical-align:top;
	width:50%
}
@media screen and (max-width:1000px) {
section.cart_blocks .container .left, section.cart_blocks .container .right {
width:100%;
display:block
}
}
section.cart_blocks .container .right {
	position:relative;
	z-index:1
}
@media screen and (max-width:1000px) {
section.cart_blocks .container .right {
padding-bottom:160px
}
}
section.cart_blocks .empty_holder {
	display:block;
	margin:200px auto;
	text-align:center
}
section.cart_blocks .empty_holder .text {
	font-size:18px;
	line-height:30px;
	margin-bottom:40px
}
section.cart_blocks .empty_holder .button {
	height:60px;
	font-size:12px;
	padding:24px 20px
}
.discount-rule-text {
	font-size:16px;
	text-align:center;
	margin:100px 0 20px;
	line-height:20px
}
.cart_block, .discount-rule-product {
	padding:9px 0;
	border:1px solid #e6e6e6;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	position:relative;
	margin-top:-1px;
	min-height:140px
}
.cart_block .img_holder, .discount-rule-product .img_holder {
	display:-ms-inline-flexbox;
	display:inline-flex;
	vertical-align:middle;
	width:185px;
	height:120px
}
@media (max-width:399px) {
.cart_block .img_holder, .discount-rule-product .img_holder {
width:125px
}
}
.cart_block .img_holder img, .discount-rule-product .img_holder img {
	width:auto;
	height:auto;
	max-width:80%;
	max-height:80%;
	margin:auto
}
.cart_block .text_holder, .discount-rule-product .text_holder {
	display:-ms-inline-flexbox;
	display:inline-flex;
	vertical-align:middle;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-direction:column;
	flex-direction:column;
	padding:0 55px 0 8px;
	font-family:Gotham;
	font-size:12px;
	line-height:1.67;
	color:#1b1c1e;
	text-align:left
}
.cart_block .text_holder .name, .discount-rule-product .text_holder .name {
	margin-bottom:4px
}
.cart_block .text_holder .size .label, .discount-rule-product .text_holder .size .label {
	font-weight:500;
	color:#1b1c1e;
	line-height:1.67;
	padding-right:8px
}
.cart_block .text_holder .price, .discount-rule-product .text_holder .price {
	font-family:Gotham;
	font-size:14px;
	line-height:2.14
}
.cart_block .remove, .discount-rule-product .remove {
	position:absolute;
	width:30px;
	height:30px;
	cursor:pointer;
	top:26px;
	right:26px
}
.cart_block .remove svg, .discount-rule-product .remove svg {
	width:12px;
	height:12px;
	position:absolute;
	margin-top:-6px;
	margin-left:-6px;
	left:50%;
	top:50%
}
.cart_subscribe_block, .menu_subscribe_block {
transition:height .2s;
	margin-top:-1px;
	margin-left:-1px;
	background:#bfd0c8;
	padding:36px 60px
}
.cart_subscribe_block .name, .menu_subscribe_block .name {
	font-size: 14px;
	color: #004250;
	margin-bottom: 14px;
}
@media screen and (max-width:1000px) {
.cart_subscribe_block .name, .menu_subscribe_block .name {
line-height:23px
}
}
.cart_subscribe_block .cart_subscribe_success, .menu_subscribe_block .cart_subscribe_success {
	background:#1b1c1e;
	color:#fff;
	font-size:14px;
	display:none
}
.cart_subscribe_block .dark_input, .menu_subscribe_block .dark_input {
	height:40px;
	font-size:0
}
.cart_subscribe_block .dark_input input, .menu_subscribe_block .dark_input input {
	height:40px;
	line-height:38px;
	padding:0 20px;
	font-size:12px;
	color:#fff;
	background:none;
	border:1px solid #004250;
	border-right:none;
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 230px);
transition:color .25s, border-color .25s;
	opacity:1
}
.cart_subscribe_block .dark_input input::-webkit-input-placeholder, .menu_subscribe_block .dark_input input::-webkit-input-placeholder {
opacity:1;
color:#e1e1e1;
transition:color .25s
}
.cart_subscribe_block .dark_input input:-moz-placeholder, .cart_subscribe_block .dark_input input::-moz-placeholder, .menu_subscribe_block .dark_input input:-moz-placeholder, .menu_subscribe_block .dark_input input::-moz-placeholder {
opacity:1;
color:#e1e1e1;
transition:color .25s
}
.cart_subscribe_block .dark_input input:-ms-input-placeholder, .menu_subscribe_block .dark_input input:-ms-input-placeholder {
opacity:1;
color:#e1e1e1;
transition:color .25s
}
.cart_subscribe_block .dark_input input.error, .menu_subscribe_block .dark_input input.error {
	color:red;
	border-color:red
}
.cart_subscribe_block .dark_input input.error::-webkit-input-placeholder, .menu_subscribe_block .dark_input input.error::-webkit-input-placeholder {
color:red
}
.cart_subscribe_block .dark_input input.error:-moz-placeholder, .cart_subscribe_block .dark_input input.error::-moz-placeholder, .menu_subscribe_block .dark_input input.error:-moz-placeholder, .menu_subscribe_block .dark_input input.error::-moz-placeholder {
color:red
}
.cart_subscribe_block .dark_input input.error:-ms-input-placeholder, .menu_subscribe_block .dark_input input.error:-ms-input-placeholder {
color:red
}
.cart_subscribe_block .dark_input button, .menu_subscribe_block .dark_input button {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 15px;
	cursor: pointer;
	background: #004250;
	color: #fff;
	letter-spacing: 3px;
	font-size: 10px;
	text-transform: uppercase;
	border: none;
	box-shadow: none;
	width: 230px;
}
.menu_subscribe_block .dark_input input::placeholder {
	color: #004250;
	opacity: 1;
}

.menu_subscribe_block .dark_input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.menu_subscribe_block .dark_input input::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}




@media screen and (max-width:1000px) {
.cart_subscribe_block {
padding-left:25px;
padding-right:25px
}
.cart_subscribe_block .dark_input {
height:auto
}
.cart_subscribe_block .dark_input>* {
display:block!important;
width:100%!important
}
.cart_subscribe_block .dark_input input {
border-bottom:none;
border-right:1px solid #3c3c3c
}
}
.cart_checkout_block {
	padding:41px 60px 9px;
	border:1px solid #e6e6e6;
	margin-left:-1px;
	margin-top:-1px;
	position:relative
}
.cart_checkout_block:before {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:"";
	background:hsla(0, 0%, 100%, .7);
	z-index:12;
	display:none
}
.cart_checkout_block:after {
	z-index:13;
	width:60px;
	height:60px;
	position:absolute;
	content:"";
	left:50%;
	top:50%;
	margin-top:-30px;
	margin-left:-30px;
	border-radius:50%;
	border-top:3px solid rgba(0, 0, 0, .3);
	border-right:3px solid rgba(0, 0, 0, .3);
	border-bottom:3px solid rgba(0, 0, 0, .3);
	border-left:3px solid #000;
	animation:a 1s cubic-bezier(.41, .25, .32, .83) infinite;
	display:none
}
.cart_checkout_block.loader:after, .cart_checkout_block.loader:before {
	display:block
}
@keyframes a {
0% {
transform:rotate(0)
}
to {
	transform:rotate(1turn)
}
}
@media screen and (max-width:1000px) {
.cart_checkout_block {
padding:30px 25px 0;
margin-left:0;
margin-top:0;
border:none
}
}
.cart_checkout_block .row {
	margin-bottom:30px;
	display:-ms-flexbox;
	display:flex
}
.cart_checkout_block .row .col {
	min-height:40px;
	display:-ms-inline-flexbox;
	display:inline-flex;
	vertical-align:middle;
	-ms-flex-direction:column;
	flex-direction:column;
	-ms-flex-pack:center;
	justify-content:center
}
.cart_checkout_block .row .col:first-child {
	width:calc(100% - 230px);
	padding-right:20px
}
@media screen and (max-width:1000px) {
.cart_checkout_block .row .col:first-child {
width:calc(100% - 180px)
}
}
.cart_checkout_block .row .col:nth-child(2) {
width:230px
}
@media screen and (max-width:1000px) {
.cart_checkout_block .row .col:nth-child(2) {
width:180px
}
}
@media screen and (max-width:1000px) {
.cart_checkout_block .row .col .simple_dropdown, .cart_checkout_block .row .col .simple_input, .cart_checkout_block .row .col .simple_textarea, .cart_checkout_block .row .col input {
width:100%
}
}
@media screen and (max-width:1000px) {
.cart_checkout_block .row.mobile-bottom {
bottom:0;
left:0;
width:100%;
display:-ms-flexbox;
display:flex;
-ms-flex-direction:column;
flex-direction:column;
-ms-flex-align:center;
align-items:center;
text-align:center
}
.cart_checkout_block .row.mobile-bottom .col {
width:auto;
padding-right:0
}
.cart_checkout_block .row.mobile-bottom .col .label {
padding-right:0
}
.cart_checkout_block .row.mobile-bottom .col .value {
margin-bottom:20px
}
}
.cart_checkout_block .value {
	font-family:Futura New;
	font-size:18px;
	color:#000;
	margin-top:5px
}
.cart_checkout_block .label {
	line-height:14px
}
.cart_checkout_block .button.black {
	height:60px;
	line-height:60px;
	color:#fff;
	font-size:12px;
	padding-top:0;
	padding-bottom:0
}
.cart_checkout_block .discount_value {
	font-family:Futura New;
	font-size:14px;
	color:#000
}
.cart_checkout_block .discount_code_success, .cart_checkout_block .email_discount {
	display:none
}
@media screen and (max-width:1000px) {
.cart_checkout_block .fixed_row {
margin-bottom:0;
position:fixed;
z-index:3;
width:100vw;
left:0;
bottom:0;
background:#fff;
border-top:1px solid #e6e6e6
}
.cart_checkout_block .fixed_row .col {
width:50%!important
}
.cart_checkout_block .fixed_row .col:first-child {
padding-left:20px
}
.cart_checkout_block .fixed_row .col:nth-child(2) {
width:50%
}
.cart_checkout_block .fixed_row .col:nth-child(2) .button {
width:100%;
min-width:100%
}
}
.cart-shipping-block {
	padding:40px 60px;
	border:1px solid #e6e6e6;
	margin-left:-1px;
	margin-top:-1px
}
@media screen and (max-width:1000px) {
.cart-shipping-block {
padding:20px
}
}
.cart-shipping-block .top {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	margin-bottom:25px
}
@media screen and (max-width:1000px) {
.cart-shipping-block .top {
-ms-flex-direction:column;
flex-direction:column
}
}
.cart-shipping-block .top p {
	color:#1b1c1e;
	font-family: 'luxiaregular';
	font-size:12px;
	font-weight:500;
	line-height:20px
}
@media screen and (max-width:1000px) {
.cart-shipping-block .top p {
margin-bottom:25px;
text-align:center
}
}
.cart-shipping-block .top .accept {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	padding-left:40px
}
@media screen and (max-width:1000px) {
.cart-shipping-block .top .accept {
padding-left:0
}
}
.cart-shipping-block .top .accept span {
	display:inline-block;
	color:#878787;
	font-family: 'luxiaregular';
	font-size:12px;
	font-weight:300;
	line-height:14px;
	white-space:nowrap
}
.cart-shipping-block .top .accept .master {
	width:32px;
	height:20px;
	background:url(../img/mc.png) 50%/contain no-repeat;
	margin-left:15px
}
.cart-shipping-block .top .accept .visa {
	width:39px;
	height:12px;
	background:url(../img/visa.png) 50%/contain no-repeat;
	margin-left:10px
}
.cart-shipping-block .top .accept .amex {
	width:26px;
	height:26px;
	background:url(../img/amex.png) 50%/contain no-repeat;
	margin-left:10px
}
.cart-shipping-block .bottom {
	display:-ms-flexbox;
	display:flex
}
@media screen and (max-width:1000px) {
.cart-shipping-block .bottom {
-ms-flex-pack:center;
justify-content:center
}
}
.cart-shipping-block .bottom .bitem {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center
}
@media screen and (max-width:1000px) {
.cart-shipping-block .bottom .bitem {
margin:0 5px;
text-align:center;
-ms-flex-direction:column;
flex-direction:column
}
}
.cart-shipping-block .bottom .bitem .icon {
	margin-right:15px
}
@media screen and (max-width:1000px) {
.cart-shipping-block .bottom .bitem .icon {
margin-bottom:10px;
margin-right:0
}
}
.cart-shipping-block .bottom .bitem .text {
	color:#1b1c1e;
	font-family: 'luxiaregular';
	font-size:12px;
	font-weight:300;
	line-height:18px
}
.cart-shipping-block .bottom .bitem.shipping .icon {
	width:22px;
	height:22px;
	background:url(../img/plane.png) 50%/contain no-repeat
}
@media screen and (max-width:1000px) {
.cart-shipping-block .bottom .bitem.shipping .icon {
height:24px
}
}
.cart-shipping-block .bottom .bitem.returns .icon {
	width:24px;
	height:22px;
	background:url(../img/returns.png) 50%/contain no-repeat
}
@media screen and (max-width:1000px) {
.cart-shipping-block .bottom .bitem.returns .icon {
height:24px
}
}
.cart-shipping-block .bottom .bitem.safe .icon {
	width:31px;
	height:24px;
	background:url(../img/cart.png) 50%/contain no-repeat
}
.cart-shipping-block.in-checkout {
	max-width:402px;
	margin:0 auto;
	padding:25px
}
@media screen and (max-width:1000px) {
.cart-shipping-block.in-checkout {
display:none
}
}
.cart-shipping-block.in-checkout .bottom .bitem {
	-ms-flex-direction:column;
	flex-direction:column;
	-ms-flex-align:start;
	align-items:flex-start
}
.cart-shipping-block.in-checkout .bottom .bitem .icon {
	margin-bottom:8px
}
.side_cart_overlay {
	position:fixed;
	z-index:12;
	width:100%;
	height:calc(100vh - 40px);
	background:transparent;
	top:40px;
	transition:background 1s;
	pointer-events:none;
	display:none;
	overflow-x:hidden;
	overflow-y:scroll
}
@media screen and (max-width:1000px) {
.side_cart_overlay {
display:none!important
}
}
.side_cart_overlay .side_cart {
	width:50%;
	margin-left:50%;
	background:#fff;
	transform:translate3d(100%, 0, 0);
	transition:transform 1s cubic-bezier(.77, 0, .175, 1);
	min-height:100%
}
.side_cart_overlay .side_cart h4 {
	padding-top:60px;
	margin-bottom:40px
}
.side_cart_overlay .side_cart .container {
	padding:0 80px
}
.side_cart_overlay .side_cart .cart_blocks .container .left, .side_cart_overlay .side_cart .cart_blocks .container .right {
	display:block;
	width:100%
}
.side_cart_overlay .side_cart .cart_blocks .container .cart_subscribe_block {
	padding-left:30px;
	padding-right:30px;
	margin-left:0
}
.side_cart_overlay .side_cart .cart_blocks .container .cart_checkout_block {
	margin-left:0;
	border:none;
	padding-left:0;
	padding-right:0;
	max-width:350px;
	float:right
}
.side_cart_overlay.open {
	pointer-events:all;
	background:rgba(0, 0, 0, .5)
}
.side_cart_overlay.open .side_cart {
	transform:translateZ(0)
}
section.checkout_header {
	height:135px;
	background:#f6f6f7
}
@media screen and (max-width:1000px) {
section.checkout_header {
height:135px
}
}
section.checkout_header .nav {
	padding-top:20px;
	position:static
}
section.checkout_header .nav.scrolled {
	height:auto
}
section.checkout_header .nav.scrolled .padwrap {
	top:2.61111em
}
section.checkout_header .nav:after, section.checkout_header .nav:before {
	display:none
}
@media screen and (max-width:1000px) {
section.checkout_header .nav {
padding-top:12px
}
section.checkout_header .nav .logo {
margin-left:2px
}
}
section.checkout_header .nav .padwrap .links {
	left:11em
}
section.checkout_header .nav .padwrap .links:before {
	display:none
}
@media screen and (max-width:1000px) {
section.checkout_header .nav .padwrap .links {
display:block
}
section.checkout_header .nav .padwrap .links .link.back {
position:absolute;
left:20px;
top:20px
}
}
section.checkout_header h3 {
	text-align:center;
	font-size:48px;
	padding-top:18px
}
@media screen and (max-width:1000px) {
section.checkout_header h3 {
font-size:32px;
line-height:38px;
padding-top:60px
}
}
section.checkout_header .right {
	position:absolute;
	right:30px;
	top:50%
}
@media screen and (max-width:1000px) {
section.checkout_header .right {
position:static
}
}
section.checkout_header .right .timer {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center
}
@media screen and (max-width:1000px) {
section.checkout_header .right .timer {
-ms-flex-pack:center;
justify-content:center
}
}
section.checkout_header .right .timer p {
	color:#1b1c1e;
	font-family: 'luxiaregular';
	font-size:12px;
	font-weight:300;
	line-height:24px;
	margin-right:5px
}
section.checkout_header .right .timer .time {
	width:50px;
	height:24px;
	border-radius:12px;
	background-color:#f6f6f7;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center;
	color:#1b1c1e;
	font-family: 'luxiaregular';
	font-size:12px;
	font-weight:500
}
section.checkout_header .mobile_only {
	display:none
}
@media screen and (max-width:1000px) {
section.checkout_header .mobile_only {
display:block;
position:absolute;
cursor:pointer;
top:24px;
left:20px;
z-index:3
}
.blog .blog-list-item.newsletter .newsletter-inner .form section.checkout_header .mobile_only label, .input section.checkout_header .mobile_only input:not([type=submit]), .top-footer .container .wrap .socForm .form section.checkout_header .mobile_only label, section.checkout_header .mobile_only .blog .blog-list-item.newsletter .newsletter-inner .form label, section.checkout_header .mobile_only .input input:not([type=submit]), section.checkout_header .mobile_only .top-footer .container .wrap .socForm .form label, section.checkout_header .mobile_only small {
text-transform:uppercase;
letter-spacing:6.3px;
color:#1b1c1e;
font-size:10px;
font-weight:700
}
.blog .blog-list-item.newsletter .newsletter-inner .form section.checkout_header .mobile_only label:before, .input section.checkout_header .mobile_only input:not([type=submit]):before, .top-footer .container .wrap .socForm .form section.checkout_header .mobile_only label:before, section.checkout_header .mobile_only .blog .blog-list-item.newsletter .newsletter-inner .form label:before, section.checkout_header .mobile_only .input input:not([type=submit]):before, section.checkout_header .mobile_only .top-footer .container .wrap .socForm .form label:before, section.checkout_header .mobile_only small:before {
content:"";
display:inline-block;
position:relative;
width:.6em;
height:.6em;
border-left:.2em solid currentColor;
border-bottom:.2em solid currentColor;
transform-origin:center center;
transform:rotate(45deg);
margin-right:1.2em;
top:-1px
}
}
section.checkout_main input[type=number]::-webkit-inner-spin-button, section.checkout_main input[type=number]::-webkit-outer-spin-button {
-webkit-appearance:none;
margin:0
}
section.checkout_main input[type=number] {
	-moz-appearance:textfield
}
section.checkout_main .main_toggler {
	padding:23px 0;
	width:100%;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:space-between;
	cursor:pointer;
	display:none
}
@media screen and (max-width:1000px) {
section.checkout_main .main_toggler {
display:-ms-flexbox;
display:flex
}
}
section.checkout_main .main_toggler .naming {
	font-size:9px;
	font-weight:700;
	letter-spacing:3px;
	color:#000;
	text-transform:uppercase
}
section.checkout_main .main_toggler .naming.open {
	display:none
}
section.checkout_main .main_toggler .arrow {
	width:5px;
	height:8px;
	position:relative
}
section.checkout_main .main_toggler .arrow svg {
	width:5px;
	height:8px;
	position:absolute;
	top:0;
	left:0;
	transform:rotate(90deg);
transition:transform .3s
}
section.checkout_main .main_toggler.active .naming.open {
	display:block
}
section.checkout_main .main_toggler.active .naming.closed {
	display:none
}
section.checkout_main .main_toggler.active .arrow svg {
	transform:rotate(-90deg)
}
section.checkout_main .container {
	display:-ms-flexbox;
	display:flex;
	min-height:calc(100vh - 208px)
}
@media screen and (max-width:1000px) {
section.checkout_main .container {
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
}
section.checkout_main .container .left, section.checkout_main .container .right {
	display:inline-block;
	vertical-align:top;
	width:50%;
	font-size:18px;
	padding:80px 0 80px 40px
}
@media screen and (max-width:1000px) {
section.checkout_main .container .left, section.checkout_main .container .right {
width:100%;
padding:30px 0!important;
border:none!important
}
}
section.checkout_main .container .left {
	border-right:1px solid #e1e1e1;
	padding:80px 40px 80px 0
}
@media screen and (max-width:1000px) {
section.checkout_main .container .left {
-ms-flex-order:2;
order:2
}
}
@media screen and (max-width:1000px) {
section.checkout_main .container .right {
-ms-flex-order:1;
order:1;
padding-bottom:0!important;
position:relative;
padding-top:0!important;
display:none
}
section.checkout_main .container .right:after {
display:block;
content:"";
position:absolute;
bottom:0;
left:-20px;
height:1px;
width:100vw;
background:#e1e1e1
}
}
section.checkout_main .row {
	display:-ms-flexbox;
	display:flex
}
@media screen and (max-width:1000px) {
section.checkout_main .row.row-break {
display:block
}
section.checkout_main .row.row-break .col {
width:100%
}
}
section.checkout_main .row .col {
	min-height:40px;
	display:-ms-inline-flexbox;
	display:inline-flex;
	vertical-align:middle;
	-ms-flex-direction:column;
	flex-direction:column;
	-ms-flex-pack:center;
	justify-content:center;
	width:calc(50% - 10px);
	position:relative
}
section.checkout_main .row .col .error-invalid, section.checkout_main .row .col .error-required {
	position:absolute;
	top:44px;
	left:0;
	color:#dd5353;
	line-height:1;
	font-size:10px;
	font-weight:300;
	display:none
}
section.checkout_main .row .col.error .error-required, section.checkout_main .row .col.invalid .error-invalid {
	display:block
}
section.checkout_main .row .col:first-child {
	margin-right:20px
}
section.checkout_main .simple_dropdown, section.checkout_main .simple_input, section.checkout_main .simple_textarea {
	width:100%;
	margin-bottom:20px
}
section.checkout_main .simple_dropdown input, section.checkout_main .simple_input input, section.checkout_main .simple_textarea input {
	width:100%
}
section.checkout_main .simple_dropdown input::-webkit-input-placeholder, section.checkout_main .simple_input input::-webkit-input-placeholder, section.checkout_main .simple_textarea input::-webkit-input-placeholder {
opacity:1;
color:rgba(0, 0, 0, .5)
}
section.checkout_main .simple_dropdown input:-moz-placeholder, section.checkout_main .simple_dropdown input::-moz-placeholder, section.checkout_main .simple_input input:-moz-placeholder, section.checkout_main .simple_input input::-moz-placeholder, section.checkout_main .simple_textarea input:-moz-placeholder, section.checkout_main .simple_textarea input::-moz-placeholder {
opacity:1;
color:rgba(0, 0, 0, .5)
}
section.checkout_main .simple_dropdown input:-ms-input-placeholder, section.checkout_main .simple_input input:-ms-input-placeholder, section.checkout_main .simple_textarea input:-ms-input-placeholder {
opacity:1;
color:rgba(0, 0, 0, .5)
}
section.checkout_main .label {
	font-size:18px;
	line-height:30px;
	color:#1b1c1e;
	margin-bottom:20px
}
section.checkout_main .wc-stripe-elements-field {
	padding-right:20px!important
}
section.checkout_main p {
	color:#878787;
	font-family: 'luxiaregular';
	font-size:12px;
	font-weight:300;
	margin-bottom:20px;
	line-height:20px;
	margin-top:-10px
}
section.checkout_main .big_margin {
	margin-bottom:50px
}
@media screen and (max-width:1000px) {
section.checkout_main .big_margin {
margin-bottom:30px
}
}
section.checkout_main .optional {
	position:relative
}
section.checkout_main .optional input {
	padding-right:100px
}
section.checkout_main .optional .optional_label {
	position:absolute;
	line-height:40px;
	top:0;
	right:13px;
	color:#878787;
	font-size:14px
}
@media screen and (max-width:1000px) {
section.checkout_main .form-row.place-order {
text-align:center
}
}
section.checkout_main #place_order {
	background:#000;
	color:#fff;
	border-color:#000;
	min-width:270px;
	height:60px;
	float:right;
	margin-top:40px
}
@media screen and (max-width:1000px) {
section.checkout_main #place_order {
float:none
}
}
@media screen and (max-width:1000px) {
section.checkout_main .vertical_radios {
display:-ms-flexbox;
display:flex;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
section.checkout_main .vertical_radios .woocommerce-checkout-payment {
width:100%
}
}
section.checkout_main .vertical_radios p {
	display:none
}
section.checkout_main .vertical_radios label {
	cursor:pointer;
	display:block;
	height:40px;
	position:relative;
	margin-bottom:0
}
section.checkout_main .vertical_radios label .name {
	position:relative;
	height:auto!important;
	min-height:40px;
	padding-left:20px;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center
}
section.checkout_main .vertical_radios label .name .title {
	color:#000;
	font-family: 'luxiaregular';
	font-size:14px;
	font-weight:500;
	line-height:17px;
	margin-right:10px
}
section.checkout_main .vertical_radios label .name .accept {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	margin-left:auto
}
@media screen and (max-width:1000px) {
section.checkout_main .vertical_radios label .name .accept {
padding-left:0
}
}
@media (max-width:399px) {
section.checkout_main .vertical_radios label .name .accept {
display:none
}
}
section.checkout_main .vertical_radios label .name .accept span:first-of-type {
	display:inline-block;
	color:#878787;
	font-family: 'luxiaregular';
	font-size:12px;
	font-weight:300;
	line-height:14px;
	white-space:nowrap
}
@media (max-width:499px) {
section.checkout_main .vertical_radios label .name .accept span:first-of-type {
display:none
}
}
section.checkout_main .vertical_radios label .name .accept .master {
	width:32px;
	height:20px;
	background:url(../img/mc.png) 50%/contain no-repeat;
	margin-left:15px
}
section.checkout_main .vertical_radios label .name .accept .visa {
	width:39px;
	height:12px;
	background:url(../img/visa.png) 50%/contain no-repeat;
	margin-left:10px
}
section.checkout_main .vertical_radios label .name .accept .amex {
	width:26px;
	height:26px;
	background:url(../img/amex.png) 50%/contain no-repeat;
	margin-left:10px
}
section.checkout_main .vertical_radios label .name:before {
	display:block;
	position:absolute;
	content:"";
	border:1px solid #000;
	width:10px;
	height:10px;
	border-radius:50%;
	left:0;
	top:15px;
transition:background .25s;
	background:transparent
}
section.checkout_main .vertical_radios label .name .icon {
	height:35px;
	display:block
}
section.checkout_main .vertical_radios label .name .icon svg {
	height:30px
}
section.checkout_main .vertical_radios label input {
	visibility:hidden;
	opacity:0;
	pointer-events:none
}
section.checkout_main .vertical_radios label input:checked+.name:before {
	background:#000
}
section.checkout_main .vertical_radios .card_info {
	font-size:0
}
@media screen and (max-width:1000px) {
section.checkout_main .vertical_radios .card_info {
-ms-flex-order:3;
order:3
}
}
section.checkout_main .vertical_radios .card_info .date_field, section.checkout_main .vertical_radios .card_info .number_field {
	display:inline-block;
	vertical-align:top;
	font-size:18px
}
section.checkout_main .vertical_radios .card_info .date_field input, section.checkout_main .vertical_radios .card_info .number_field input {
	width:100%
}
section.checkout_main .vertical_radios .card_info .number_field {
	width:calc(50% - 10px)
}
@media screen and (max-width:1000px) {
section.checkout_main .vertical_radios .card_info .number_field {
width:100%
}
}
section.checkout_main .vertical_radios .card_info .date_field {
	margin-left:20px;
	width:calc(25% - 15px)
}
@media screen and (max-width:1000px) {
section.checkout_main .vertical_radios .card_info .date_field {
width:calc(50% - 10px)
}
section.checkout_main .vertical_radios .card_info .date_field:nth-child(2) {
margin-left:0
}
}
section.checkout_main .vertical_radios .card_info label {
	display:block;
	width:100%;
	margin-bottom:10px;
	font-size:12px;
	color:#878787;
	min-height:0;
	height:auto;
	line-height:12px
}
section.checkout_main .vertical_radios .wc_payment_methods {
	border:1px solid #e1e1e1
}
section.checkout_main .vertical_radios .wc_payment_methods .simple_radio {
	padding:20px
}
section.checkout_main .vertical_radios .wc_payment_methods .simple_radio:not(:last-of-type) {
border-bottom:1px solid #e1e1e1
}
section.checkout_main .line {
	width:100%;
	height:1px;
	background:#e1e1e1;
	margin-bottom:40px;
	margin-top:40px
}
section.checkout_main .button.submit {
	float:right
}
@media screen and (max-width:1000px) {
section.checkout_main .button.submit {
float:none;
width:100%;
display:block
}
}
section.checkout_main .cart_block, section.checkout_main .discount-rule-product {
	border:none;
	border-bottom:1px solid #e1e1e1;
	max-width:402px;
	width:100%;
	margin:0 auto 20px
}
section.checkout_main .cart_block .size span, section.checkout_main .discount-rule-product .size span {
	line-height:20px;
	font-size:12px;
	margin-bottom:4px
}
section.checkout_main .cart_block .text_holder, section.checkout_main .discount-rule-product .text_holder {
	padding-right:0
}
section.checkout_main .cart_checkout_block {
	border:none;
	padding:0;
	max-width:402px;
	width:100%;
	margin:0 auto
}
@media screen and (max-width:1000px) {
section.checkout_main .cart_checkout_block {
max-width:100%
}
}
section.checkout_main .cart_checkout_block .label {
	display:inline-block;
	vertical-align:top;
	line-height:40px;
	font-family:Gotham;
	font-size:14px;
	color:#878787;
	padding-right:20px;
	margin-bottom:0
}
section.checkout_main .cart_checkout_block .simple_input, section.checkout_main .cart_checkout_block .simple_textarea {
	margin-bottom:0
}
section.checkout_main .cart_checkout_block .row {
	border-bottom:1px solid #e1e1e1;
	padding-bottom:20px;
	margin-bottom:20px
}
@media screen and (max-width:1000px) {
section.checkout_main .cart_checkout_block .row {
display:-ms-flexbox;
display:flex
}
}
section.checkout_main .cart_checkout_block .row:last-child {
	border-bottom:none
}
@media screen and (max-width:1000px) {
section.checkout_main .cart_checkout_block .row:last-child {
padding-bottom:0
}
}
section.checkout_main .cart_checkout_block .row .col:first-child {
	margin-right:0
}
@media screen and (max-width:1000px) {
section.checkout_main .cart_checkout_block .row .col:first-child {
display:-ms-inline-flexbox;
display:inline-flex;
width:calc(100% - 150px)
}
}
section.checkout_main .cart_checkout_block .row .col:nth-child(2) {
text-align:right
}
@media screen and (max-width:1000px) {
section.checkout_main .cart_checkout_block .row .col:nth-child(2) {
display:inline-block;
width:150px
}
}
section.checkout_main .cart_checkout_block .row .col.col-styles {
	font-family: 'luxiaregular';
	font-weight:300;
	font-size:18px;
	line-height:22px
}
section.checkout_main .cart_checkout_block .row.double .label {
	min-height:none
}
section.checkout_main .cart_checkout_block .row.double .col {
	vertical-align:bottom
}
section.checkout_main .cart_checkout_block .row.double .col>div {
	margin-bottom:8px;
	line-height:22px
}
section.checkout_main .cart_checkout_block .sum {
	font-size:24px;
	font-family: 'luxiaregular';
	font-weight:300
}
@media screen and (max-width:1000px) {
section.checkout_main .cart_checkout_block .sum {
line-height:40px
}
}
section.checkout_main .total {
	padding-top:30px;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center;
	min-height:0;
	display:none
}
@media screen and (max-width:1000px) {
section.checkout_main .total {
display:-ms-flexbox;
display:flex
}
}
section.checkout_main .total * {
	min-height:0!important
}
section.checkout_main .total .label {
	display:inline-block;
	vertical-align:top;
	line-height:40px;
	font-family:Gotham;
	font-size:14px;
	color:#878787;
	padding-right:20px;
	margin-bottom:0
}
section.checkout_main .total.row {
	border-bottom:1px solid #e1e1e1;
	padding-bottom:20px
}
@media screen and (max-width:1000px) {
section.checkout_main .total.row {
display:-ms-flexbox;
display:flex
}
}
section.checkout_main .total.row:last-child {
	border-bottom:none
}
@media screen and (max-width:1000px) {
section.checkout_main .total.row:last-child {
padding-bottom:0
}
}
section.checkout_main .total.row .col:first-child {
	margin-right:0
}
@media screen and (max-width:1000px) {
section.checkout_main .total.row .col:first-child {
display:-ms-inline-flexbox;
display:inline-flex;
width:auto
}
}
section.checkout_main .total.row .col:nth-child(2) {
text-align:right
}
@media screen and (max-width:1000px) {
section.checkout_main .total.row .col:nth-child(2) {
display:inline-block;
width:auto
}
}
section.checkout_footer {
	border-top:1px solid #e1e1e1;
	padding:27px 0;
	height:73px
}
@media screen and (max-width:1000px) {
section.checkout_footer {
font-size:0;
height:auto
}
section.checkout_footer .container {
display:-ms-flexbox;
display:flex;
-ms-flex-align:center;
align-items:center;
-ms-flex-pack:justify;
justify-content:space-between
}
}
section.checkout_footer a {
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	margin-right:35px
}
@media screen and (max-width:1000px) {
section.checkout_footer a {
width:auto;
padding-right:0;
margin-bottom:15px;
margin-right:0
}
}
section.success .container {
	padding-top:205px;
	position:relative;
	padding-bottom:100px
}
@media screen and (max-width:1000px) {
section.success .container {
padding-bottom:40px
}
}
section.success .container .box_holder {
	position:absolute;
	margin-left:-122px;
	margin-top:auto;
	width:245px;
	height:322px;
	top:-80px;
	left:50%
}
section.success .container .box_holder .box {
	width:245px;
	background:#000;
	height:245px;
	box-shadow:0 15px 20px 0 rgba(0, 0, 0, .4)
}
section.success .container .box_holder img {
	max-width:100%;
	max-height:100%
}
section.success .wrap {
	margin:0 auto;
	text-align:center;
	max-width:636px
}
section.success .wrap .order {
	font-size:14px;
	line-height:32px;
	margin-bottom:10px
}
section.success .wrap h4 {
	font-size:48px;
	line-height:60px;
	margin-bottom:27px
}
section.success .wrap .text {
	line-height:28px;
	font-size:14px;
	margin-bottom:40px
}
section.success .status_holder {
	display:-ms-flexbox;
	display:flex;
	max-width:480px;
	margin:0 auto;
	-ms-flex-pack:justify;
	justify-content:space-between;
	position:relative;
	margin-bottom:75px
}
section.success .status_holder:before {
	width:calc(100% - 74px);
	position:absolute;
	left:36px;
	content:"";
	z-index:-1;
	top:12px;
	height:1px;
	background:#e1e1e1
}
section.success .status_holder .icon {
	position:absolute;
	width:26px;
	height:26px;
	background:#1b1c1e;
	border-radius:50%;
	z-index:1;
	padding-top:1px;
	margin-left:-13px;
	left:50%;
	display:none
}
section.success .status_holder .icon svg {
	width:9px
}
section.success .status_holder .icon svg path {
	fill:#fff
}
section.success .status_holder .step {
	width:100px;
	display:inline-block;
	position:relative
}
section.success .status_holder .step .bubble {
	width:26px;
	height:26px;
	line-height:26px;
	text-align:center;
	font-size:12px;
	color:#878787;
	margin-left:-13px;
	position:relative;
	left:50%;
	background:#e1e1e1;
	border-radius:50%
}
section.success .status_holder .step .bubble:before {
	display:block;
	position:absolute;
	width:12px;
	height:12px;
	left:-12px;
	background:#fff;
	content:"";
	top:5px
}
section.success .status_holder .step .bubble:after {
	display:block;
	position:absolute;
	width:12px;
	height:12px;
	right:-12px;
	background:#fff;
	content:"";
	top:5px
}
section.success .status_holder .step .name {
	text-align:center;
	color:#878787;
	font-size:12px;
	line-height:24px;
	font-weight:500;
	position:absolute;
	transform:translate3d(-50%, 0, 0);
	left:50%;
	white-space:nowrap;
	top:36px
}
@media screen and (max-width:1000px) {
section.success .status_holder .step .name {
white-space:normal;
text-align:center;
line-height:16px
}
}
section.success .status_holder .step.active .icon {
	display:block
}
section.success .status_holder .step.active .name {
	color:#1b1c1e
}
section.success .address_holder {
	display:-ms-flexbox;
	display:flex;
	padding:30px 40px;
	text-align:left;
	border:1px solid #e1e1e1;
	font-size:12px;
	line-height:24px;
	max-width:480px;
	margin:0 auto
}
@media screen and (max-width:1000px) {
section.success .address_holder {
padding:30px 25px
}
}
section.success .address_holder .address {
	width:50%;
	padding-right:20px;
	color:#878787
}
@media screen and (max-width:1000px) {
section.success .address_holder .address {
padding-right:10px
}
}
section.success .address_holder .address strong {
	margin-bottom:6px;
	font-weight:500;
	color:#1b1c1e
}
section.success .buttons_holder {
	width:100%;
	max-width:480px;
	margin:0 auto;
	display:-ms-flexbox;
	display:flex;
	margin-top:40px
}
@media screen and (max-width:1000px) {
section.success .buttons_holder {
display:block
}
}
section.success .buttons_holder .button {
	width:calc(50% - 10px)
}
section.success .buttons_holder .button:nth-child(2) {
margin-left:20px
}
@media screen and (max-width:1000px) {
section.success .buttons_holder .button {
width:100%;
margin-left:0;
margin-bottom:20px
}
section.success .buttons_holder .button:nth-child(2) {
margin-left:0
}
}
.menu_overlay {
	position:absolute;
	z-index:20;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:-ms-flexbox;
	display:flex;
	pointer-events:none;
	opacity:0;
	transition:opacity 1s cubic-bezier(.77, 0, .175, 1)
}
@media screen and (max-width:1000px) {
.menu_overlay {
display:block;
position:fixed;
height:100vh;
overflow-x:hidden;
overflow-y:scroll;
-webkit-overflow-scrolling:touch;
background:#1b1c1e
}
}
.menu_overlay .menu_left {
	display: inline-block;
	vertical-align: top;
	background: #004250;
	height: 100%;
	width: 60%;
	padding: 60px 60px 60px 30px;
	transform: translate3d(-100%, 0, 0);
	transition: transform 1s cubic-bezier(.77, 0, .175, 1);
}
@media screen and (min-width:1260px) {
.menu_overlay .menu_left {
padding-left:calc((100vw - 1200px) / 2)
}
}
@media screen and (max-width:1000px) {
.menu_overlay .menu_left {
display:block;
width:100%;
height:auto;
padding-right:30px;
padding-top:80px;
padding-bottom:46px
}
}
.menu_overlay .menu_right {
	display: inline-block;
	vertical-align: top;
	background: #bfd0c8;
	height: 100%;
	width: 40%;
	padding: 110px 25px 110px 25px;
	overflow: hidden;
	transform: translate3d(100%, 0, 0);
	transition: transform 1s cubic-bezier(.77, 0, .175, 1);
}
.nav .padwrap .togglers .toggler small {
	color: #fff;
	font-size: 15px;
}

@media screen and (min-width:1260px) {
.menu_overlay .menu_right {
padding-right:calc((94vw - 1200px) / 2)
}
}
@media screen and (max-width:1000px) {
.menu_overlay .menu_right {
display:block;
width:100%;
height:auto;
padding-left:30px;
padding-top:50px;
padding-bottom:60px
}
}
.menu_overlay.open {
	pointer-events:all;
	opacity:1
}
.menu_overlay.open .menu_left, .menu_overlay.open .menu_right {
	transform:translateZ(0)
}
.menu_overlay .logo {
	height: 18px;
	margin-bottom: 110px;
	display: inline-block;
	width: 50%;
}
.menu_overlay .logo svg {
	height:18px
}
@media screen and (max-width:1000px) {
.menu_overlay .logo {
display:none
}
}
.menu_overlay .main_menu {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
@media screen and (max-width:1000px) {
.menu_overlay .main_menu {
display:block
}
}
.menu_overlay .main_menu .name {
	width:100%;
	color:#fff;
	font-size:14px;
	line-height:30px;
	letter-spacing:7px;
	position:relative;
	text-transform:uppercase;
	padding-left:40px;font-family: 'luxiaregular';
	margin-bottom:38px
}
.menu_overlay .main_menu .name:before {
	display:block;
	content:"";
	position:absolute;
	background:#fff;
	width:20px;
	height:1px;
	top:50%;
	left:0
}
.mobile_close{ display:none;}
@media screen and (max-width:1000px) {
/*.menu_overlay .main_menu .name {
display:none
}*/
}
.menu_overlay .main_menu .left {
	display: inline-block;
	vertical-align: top;
	width: 70%;
	font-size: 22px;
	line-height: 44px;
}
.menu_overlay .main_menu .left a:hover{
color: #cbb58d;
}
.menu_overlay .main_menu .left a {
	color:#bfd0c8;
	text-decoration: none;
	width: 100%;
	float: left;
	font-family: 'luxiaregular';
	letter-spacing: 1px;
}

.menu_overlay .main_menu .right a:hover{
color: #cbb58d;
}
.menu_overlay .main_menu .right a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	float: left;font-family: 'luxiaregular';
	letter-spacing: 1px;
}




@media screen and (max-width:1000px) {
.menu_overlay .main_menu .left {
display:block;
width:100%;
font-size:24px;
line-height:32px;
margin-bottom:20px
}
.menu_overlay .main_menu .left a {
padding:14px 0
}
}
.menu_overlay .main_menu .right {
	padding-top:15px;
	display:inline-block;
	vertical-align:top;
	width:50%;
	font-size:25px;
	line-height:57px;
	padding-left:40px
}
@media screen and (max-width:1000px) {
.menu_overlay .main_menu .right {
display:block;
width:100%;
font-size:0;
line-height:16px;
padding-right:0;
padding-left:0
}
.menu_overlay .main_menu .right a {
padding:8px 15px 8px 0;
display:inline-block;
width:50%;
font-size:14px;
vertical-align:top
}
}
.menu_overlay .close {
	text-align:right;
	padding-right:55px;
	font-size:10px;
	letter-spacing:3.3px;
	position:relative;
	line-height:40px;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
	margin-bottom:187px
}
@media screen and (max-width:1000px) {
.menu_overlay .close {
display:none
}
}
.menu_overlay .close .name {
	position:relative;
	z-index:1 ; color:#000;
}
.menu_overlay .close .x {
	width:40px;
	height:40px;
	position:absolute;
	right:0
}
.menu_overlay .close .x svg {
	width:14px;
	height:14px;
	position:absolute;
	margin-left:-7px;
	margin-top:-7px;
	top:50%;
	left:50%;
	z-index:1
}
.menu_overlay .close .x svg path {
	fill:#fff
}
.menu_overlay .close .x:before {
	display:block;
	border-radius:50%;
	content:"";
	position:absolute;
	width:1000%;
	height:1000%;
	background:#272727;
transition:transform .8s;
	left:50%;
	top:50%;
	transform:translate3d(-50%, -50%, 0) scale(.1);
	pointer-events:none
}
@media screen and (min-width:1025px) {
.menu_overlay .close:hover .x:before {
transform:translate3d(-50%, -50%, 0) scale(1)
}
}
.menu_overlay .social {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}
.menu_overlay .social .col {
	display: inline-block;
	vertical-align: top;
	color: #004250;
	line-height: 24px;
	min-height: 24px;
}
.menu_overlay .social .icons {
	display:-ms-inline-flexbox;
	display:inline-flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:start;
	justify-content:flex-start;
	margin-left:36px
}
@media screen and (max-width:1000px) {
.menu_overlay .social .icons {
margin-left:9px
}
}
.menu_overlay .social .icons a {
	display:inline-block;
	height:1em;
	margin-right:.44444em
}
.menu_overlay .social .icons a img{ width:25px; float:left;}

.menu_overlay .social .icons a .svg {
	display:block;
	position:relative;
	width:1.33333em;
	height:1.33333em;
	top:-.16667em
}
.menu_overlay .social .icons a .svg path {
	fill:#000
}
.menu_overlay .menu_subscribe_block {
	padding-left:0;
	padding-right:0;
	margin-top:80px
}
.menu_overlay .menu_subscribe_block .dark_input button {
	width:185px
}
.menu_overlay .menu_subscribe_block input {
	width:calc(100% - 185px)
}
@media screen and (max-width:1000px) {
.menu_overlay .menu_subscribe_block {
margin-top:50px
}
.menu_overlay .menu_subscribe_block button, .menu_overlay .menu_subscribe_block input {
	width: 49% !important;
	display: inline-block;
	max-width: 49%;
	border-bottom: 1px solid #004250 !important;
}
.menu_overlay .menu_subscribe_block input {
border-right:1px solid #004250;
border-bottom:none
}
}
section.contacts .top_block {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	padding:40px 0;
	font-size:18px;
	color:#000;
	line-height:1.78;
	src:url(../fonts/Gotham-Book.eot);
	src:url(../fonts/Gotham-Book.eot?#iefix) format("embedded-opentype"), url(../fonts/Gotham-Book.woff2) format("woff2"), url(../fonts/Gotham-Book.woff) format("woff"), url(../fonts/Gotham-Book.ttf) format("truetype"), url(../fonts/Gotham-Book.svg#Gotham-Book) format("svg");
	border-bottom:1px solid #e1e1e1
}
@media screen and (max-width:1000px) {
section.contacts .top_block {
display:block;
font-size:14px;
line-height:1.71;
padding-bottom:40px
}
}
section.contacts .form_block {
	padding:39px 0 100px;
	display:-ms-flexbox;
	display:flex
}
@media screen and (max-width:1000px) {
section.contacts .form_block {
display:block;
padding-bottom:40px
}
}
section.contacts .form_block .naming {
	font-size:14px;
	src:url(../fonts/Gotham-Book.eot);
	src:url(../fonts/Gotham-Book.eot?#iefix) format("embedded-opentype"), url(../fonts/Gotham-Book.woff2) format("woff2"), url(../fonts/Gotham-Book.woff) format("woff"), url(../fonts/Gotham-Book.ttf) format("truetype"), url(../fonts/Gotham-Book.svg#Gotham-Book) format("svg");
	color:#1b1c1e;
	line-height:38px;
	margin-bottom:20px
}
section.contacts .form_block .left, section.contacts .form_block .right {
	width:50%;
	padding-right:118px;
	display:inline-block;
	vertical-align:top;
	position:relative
}
@media screen and (max-width:1000px) {
section.contacts .form_block .left, section.contacts .form_block .right {
display:block;
width:100%;
padding-right:0;
margin-bottom:40px
}
}
section.contacts .form_block .left .simple_input, section.contacts .form_block .left .simple_textarea, section.contacts .form_block .right .simple_input, section.contacts .form_block .right .simple_textarea {
	width:100%;
	margin-bottom:20px
}
section.contacts .form_block .left .simple_input input, section.contacts .form_block .left .simple_input textarea, section.contacts .form_block .left .simple_textarea input, section.contacts .form_block .left .simple_textarea textarea, section.contacts .form_block .right .simple_input input, section.contacts .form_block .right .simple_input textarea, section.contacts .form_block .right .simple_textarea input, section.contacts .form_block .right .simple_textarea textarea {
	width:100%
}
section.contacts .form_block .left .simple_input input::-webkit-input-placeholder, section.contacts .form_block .left .simple_input textarea::-webkit-input-placeholder, section.contacts .form_block .left .simple_textarea input::-webkit-input-placeholder, section.contacts .form_block .left .simple_textarea textarea::-webkit-input-placeholder, section.contacts .form_block .right .simple_input input::-webkit-input-placeholder, section.contacts .form_block .right .simple_input textarea::-webkit-input-placeholder, section.contacts .form_block .right .simple_textarea input::-webkit-input-placeholder, section.contacts .form_block .right .simple_textarea textarea::-webkit-input-placeholder {
opacity:1;
color:rgba(0, 0, 0, .5)
}
section.contacts .form_block .left .simple_input input:-moz-placeholder, section.contacts .form_block .left .simple_input input::-moz-placeholder, section.contacts .form_block .left .simple_input textarea:-moz-placeholder, section.contacts .form_block .left .simple_input textarea::-moz-placeholder, section.contacts .form_block .left .simple_textarea input:-moz-placeholder, section.contacts .form_block .left .simple_textarea input::-moz-placeholder, section.contacts .form_block .left .simple_textarea textarea:-moz-placeholder, section.contacts .form_block .left .simple_textarea textarea::-moz-placeholder, section.contacts .form_block .right .simple_input input:-moz-placeholder, section.contacts .form_block .right .simple_input input::-moz-placeholder, section.contacts .form_block .right .simple_input textarea:-moz-placeholder, section.contacts .form_block .right .simple_input textarea::-moz-placeholder, section.contacts .form_block .right .simple_textarea input:-moz-placeholder, section.contacts .form_block .right .simple_textarea input::-moz-placeholder, section.contacts .form_block .right .simple_textarea textarea:-moz-placeholder, section.contacts .form_block .right .simple_textarea textarea::-moz-placeholder {
opacity:1;
color:rgba(0, 0, 0, .5)
}
section.contacts .form_block .left .simple_input input:-ms-input-placeholder, section.contacts .form_block .left .simple_input textarea:-ms-input-placeholder, section.contacts .form_block .left .simple_textarea input:-ms-input-placeholder, section.contacts .form_block .left .simple_textarea textarea:-ms-input-placeholder, section.contacts .form_block .right .simple_input input:-ms-input-placeholder, section.contacts .form_block .right .simple_input textarea:-ms-input-placeholder, section.contacts .form_block .right .simple_textarea input:-ms-input-placeholder, section.contacts .form_block .right .simple_textarea textarea:-ms-input-placeholder {
opacity:1;
color:rgba(0, 0, 0, .5)
}
section.contacts .form_block .left .simple_textarea, section.contacts .form_block .right .simple_textarea {
	margin-bottom:0;
	position:relative;
	height:108px
}
section.contacts .form_block .left .simple_textarea textarea, section.contacts .form_block .right .simple_textarea textarea {
	border-bottom:0;
	line-height:140%;
	padding-top:9px;
	padding-bottom:9px
}
section.contacts .form_block .left .simple_textarea:after, section.contacts .form_block .right .simple_textarea:after {
	display:block;
	width:100%;
	height:68px;
	content:"";
	border:1px solid #e1e1e1;
	border-top:none;
	top:40px;
	left:0
}
section.contacts .form_block .left .button.ghost, section.contacts .form_block .right .button.ghost {
	width:174px;
	height:38px;
	padding-top:12px;
	position:absolute;
	right:133px;
	bottom:15px;
	z-index:2
}
@media screen and (max-width:1000px) {
section.contacts .form_block .left .button.ghost, section.contacts .form_block .right .button.ghost {
right:15px
}
}
section.contacts .img_holder {
	width:220px;
	height:120px;
	position:relative;
	margin-right:34px
}
section.contacts .img_holder img {
	position:absolute;
	top:-17px;
	left:-28px;
	width:275px
}
@media screen and (max-width:1000px) {
section.contacts .img_holder {
width:110px;
height:60px;
margin-bottom:20px
}
section.contacts .img_holder img {
top:-9px;
left:-14px;
width:138px
}
}
section.contacts .social_block {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-align:center;
	align-items:center;
	padding-top:7px
}
section.contacts .social_block a {
	display:-ms-inline-flexbox;
	display:inline-flex;
	-ms-flex-align:center;
	align-items:center;
	vertical-align:top;
	width:50%;
	font-size:18px;
	margin-bottom:38px
}
@media screen and (max-width:1000px) {
section.contacts .social_block a {
font-size:14px
}
}
section.contacts .social_block a svg {
	width:24px;
	height:24px;
	margin-right:10px
}
section.contacts .address_block {
	line-height:2.29;
	font-size:14px;
	color:#000
}
section.error {
	padding:250px 0;
	text-align:center
}
@media screen and (max-width:1000px) {
section.error {
padding:150px 0
}
}
section.error .text {
	margin-top:30px;
	margin-bottom:30px
}
section.error .button {
	margin:10px
}
.community-intro {
	position:relative;
	overflow:hidden;
	background:#1b1c1e
}
.community-intro .main-image {
	position:absolute;
	width:100%;
	height:auto;
	left:0;
	top:0
}
@media (max-width:999px) {
.community-intro .main-image {
width:140%;
left:-20%
}
}
@media (max-width:599px) {
.community-intro .main-image {
width:180%;
left:-40%
}
}
.community-intro .container {
	position:relative
}
.community-intro .container .intro-section {
	padding:430px 0 130px;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	-ms-flex-align:center;
	align-items:center
}
@media (max-width:599px) {
.community-intro .container .intro-section {
padding:130px 0 60px
}.menu_overlay .main_menu .left a {
padding:7px 0
}
}
.community-intro .container .intro-section .subtitle {
	color:#fff;
	font-family: 'luxiaregular';
	font-size:14px;
	font-weight:300;
	letter-spacing:7px;
	line-height:30px;
	text-align:center;
	padding-bottom:30px;
	text-transform:uppercase;
	position:relative
}
.community-intro .container .intro-section .subtitle:after {
	width:20px;
	height:2px;
	background:hsla(0, 0%, 100%, .5);
	content:"";
	position:absolute;
	left:50%;
	top:100%;
	margin-left:-10px
}
.community-intro .container .intro-section .title {
	color:#fff;
	font-family: 'luxiaregular';
	font-weight:300;
	text-align:center;
	max-width:800px;
	margin:20px 0 40px;
	letter-spacing:0;
	text-transform:none
}
@media (min-width:1000px) {
.community-intro .container .intro-section .title {
line-height:72px;
font-size:68px
}
}
@media (max-width:599px) {
.community-intro .container .intro-section .title {
font-size:24px;
line-height:32px
}
}
.community-intro .container .intro-section .text {
	color:#fff;
	font-family: 'luxiaregular';
	font-size:14px;
	font-weight:300;
	line-height:28px;
	text-align:center;
	max-width:480px
}
.community-intro .container .items-section .items-grid {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	position:relative
}
.community-intro .container .items-section .items-grid .item {
	width:calc((100% - 120px) / 3);
	padding-bottom:50px;
	margin-bottom:50px;
	position:relative
}
@media (min-width:1000px) {
.community-intro .container .items-section .items-grid .item:nth-of-type(3n):not(:last-of-type):after {
position:absolute;
right:0;
bottom:0;
background:#878787;
content:"";
width:calc(300% + 120px);
height:1px
}
.community-intro .container .items-section .items-grid .item:nth-of-type(3n+2) {
margin:0 60px
}
}
@media (min-width:700px) and (max-width:999px) {
.community-intro .container .items-section .items-grid .item {
width:calc((100% - 60px) / 2)
}
.community-intro .container .items-section .items-grid .item:nth-of-type(2n):not(:last-of-type):after {
position:absolute;
right:0;
bottom:0;
background:#878787;
content:"";
width:calc(200% + 60px);
height:1px
}
.community-intro .container .items-section .items-grid .item:nth-of-type(2n) {
margin-left:60px
}
}
@media (max-width:799px) {
.community-intro .container .items-section .items-grid .item {
width:100%;
margin:0
}
}
.community-intro .container .items-section .items-grid .item .image {
	padding-bottom:100%;
	width:100%;
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative
}
.community-intro .container .items-section .items-grid .item .image .video {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden
}
.community-intro .container .items-section .items-grid .item .image .video video {
	min-width:100%;
	min-height:100%;
	height:auto;
	position:absolute;
	width:auto;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	display:none
}
.community-intro .container .items-section .items-grid .item .image .link-on-point {
	position:absolute;
	z-index:1
}
.community-intro .container .items-section .items-grid .item .image .link-on-point .pluswrap {
	width:2.22222em;
	height:2.22222em;
	border-radius:50%;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background-color:#fff;
	display:block
}
.community-intro .container .items-section .items-grid .item .image .link-on-point .pluswrap .plus {
	display:block;
	position:absolute;
	width:14px;
	height:14px;
	top:50%;
	left:50%;
	transform:translate3d(-50%, -50%, 0) rotate(0);
transition:.6s cubic-bezier(.22, .61, .36, 1) .3s
}
.community-intro .container .items-section .items-grid .item .image .link-on-point .pluswrap .plus:after, .community-intro .container .items-section .items-grid .item .image .link-on-point .pluswrap .plus:before {
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	background-color:#000
}
.community-intro .container .items-section .items-grid .item .image .link-on-point .pluswrap .plus:before {
	height:1px;
	width:100%
}
.community-intro .container .items-section .items-grid .item .image .link-on-point .pluswrap .plus:after {
	width:1px;
	height:100%
}
.community-intro .container .items-section .items-grid .item .image .link-on-point .textwrap {
	display:block;
	background-color:rgba(0, 0, 0, .5);
	border-radius:2em;
	overflow:hidden;
	position:relative;
	z-index:1;
	opacity:0;
transition:.6s cubic-bezier(.22, .61, .36, 1) .3s;
	width:0
}
.blog .blog-list-item.newsletter .newsletter-inner .form .community-intro .container .items-section .items-grid .item .image .link-on-point .textwrap label, .community-intro .container .items-section .items-grid .item .image .link-on-point .textwrap .blog .blog-list-item.newsletter .newsletter-inner .form label, .community-intro .container .items-section .items-grid .item .image .link-on-point .textwrap .input input:not([type=submit]), .community-intro .container .items-section .items-grid .item .image .link-on-point .textwrap small, .community-intro .top-footer .container .items-section .items-grid .item .image .link-on-point .textwrap .wrap .socForm .form label, .community-intro .top-footer .container .wrap .socForm .form .items-section .items-grid .item .image .link-on-point .textwrap label, .input .community-intro .container .items-section .items-grid .item .image .link-on-point .textwrap input:not([type=submit]), .top-footer .community-intro .container .items-section .items-grid .item .image .link-on-point .textwrap .wrap .socForm .form label, .top-footer .community-intro .container .wrap .socForm .form .items-section .items-grid .item .image .link-on-point .textwrap label {
font-weight:700;
text-align:center;
font-size:.55556em;
letter-spacing:.34em;
line-height:4em;
padding:0 1.5em 0 4.9em;
color:#fff;
text-transform:uppercase;
white-space:nowrap;
opacity:0;
transition:.3s cubic-bezier(.22, .61, .36, 1)
}
.community-intro .container .items-section .items-grid .item .image .link-on-point:hover .pluswrap .plus {
	transform:translate3d(-50%, -50%, 0) rotate(1turn);
transition:.6s cubic-bezier(.22, .61, .36, 1)
}
.community-intro .container .items-section .items-grid .item .image .link-on-point:hover .textwrap {
	width:8.33333em;
	opacity:1;
transition:.6s cubic-bezier(.22, .61, .36, 1)
}
.blog .blog-list-item.newsletter .newsletter-inner .form .community-intro .container .items-section .items-grid .item .image .link-on-point:hover .textwrap label, .community-intro .container .items-section .items-grid .item .image .link-on-point:hover .textwrap .blog .blog-list-item.newsletter .newsletter-inner .form label, .community-intro .container .items-section .items-grid .item .image .link-on-point:hover .textwrap .input input:not([type=submit]), .community-intro .container .items-section .items-grid .item .image .link-on-point:hover .textwrap small, .community-intro .top-footer .container .items-section .items-grid .item .image .link-on-point:hover .textwrap .wrap .socForm .form label, .community-intro .top-footer .container .wrap .socForm .form .items-section .items-grid .item .image .link-on-point:hover .textwrap label, .input .community-intro .container .items-section .items-grid .item .image .link-on-point:hover .textwrap input:not([type=submit]), .top-footer .community-intro .container .items-section .items-grid .item .image .link-on-point:hover .textwrap .wrap .socForm .form label, .top-footer .community-intro .container .wrap .socForm .form .items-section .items-grid .item .image .link-on-point:hover .textwrap label {
opacity:1;
transition:.3s cubic-bezier(.22, .61, .36, 1) .6s
}
.community-intro .container .items-section .items-grid .item .stuff {
	margin-top:1.11111em;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:start;
	align-items:flex-start;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.blog .blog-list-item.newsletter .newsletter-inner .form .community-intro .container .items-section .items-grid .item .stuff .text label, .community-intro .container .items-section .items-grid .item .stuff .text .blog .blog-list-item.newsletter .newsletter-inner .form label, .community-intro .container .items-section .items-grid .item .stuff .text .input input:not([type=submit]), .community-intro .container .items-section .items-grid .item .stuff .text small, .community-intro .top-footer .container .items-section .items-grid .item .stuff .text .wrap .socForm .form label, .community-intro .top-footer .container .wrap .socForm .form .items-section .items-grid .item .stuff .text label, .input .community-intro .container .items-section .items-grid .item .stuff .text input:not([type=submit]), .top-footer .community-intro .container .items-section .items-grid .item .stuff .text .wrap .socForm .form label, .top-footer .community-intro .container .wrap .socForm .form .items-section .items-grid .item .stuff .text label {
color:#878787
}
.community-intro .container .items-section .items-grid .item .stuff .text a {
	color:#fff;
	font-family: 'luxiaregular';
	font-size:18px;
	font-weight:300;
	line-height:38px;
	position:relative;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center
}
.community-intro .container .items-section .items-grid .item .stuff .text a:before {
	width:20px;
	height:20px;
	content:"";
	margin-right:10px;
	background:url(../icons/instagram-gray.svg) 50%/contain no-repeat
}
.community-intro .container .items-section .items-grid .item .stuff .link {
	font-weight:700;
	font-size:.66667em;
	letter-spacing:.33333em;
	text-transform:uppercase;
	line-height:1.66667em;
	margin-top:.05556em;
	color:#878787
}
.anticare-slider {
	padding-bottom:120px
}
@media screen and (max-width:1000px) {
.anticare-slider {
padding-bottom:40px
}
}
.anticare-slider .container .slider {
	padding-bottom:25px;
	overflow:hidden
}
.anticare-slider .container .slider .owl-stage-outer {
	overflow:visible
}
.anticare-slider .container .slider .slide {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center
}
.anticare-slider .container .slider .slide img {
	height:490px;
	width:auto
}
@media screen and (max-width:1000px) {
.anticare-slider .container .slider .slide img {
height:230px
}
}
.anticare-slider .container .slider .slide .twentytwenty-container {
	overflow:visible
}
.anticare-slider .container .slider .slide .twentytwenty-handle {
	top:100%;
	width:40px;
	height:40px;
	border:none;
	margin-left:-20px;
	margin-top:0;
	box-shadow:none;
	border-radius:0;
	background:url(../img/slider.svg)
}
.anticare-slider .container .slider .slide .twentytwenty-handle:after, .anticare-slider .container .slider .slide .twentytwenty-handle:before, .anticare-slider .container .slider .slide .twentytwenty-handle span {
	display:none
}
.anticare-slider .container .slider .slide .twentytwenty-handle:before {
	width:2px;
	display:block;
	border:1px solid #bcbcbc;
	opacity:.5;
	box-shadow:none;
	margin-left:-1px;
	margin-bottom:19px
}
.anticare-slider .container .slider .owl-dots {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center;
	margin-top:80px
}
@media screen and (min-width:1001px) {
.anticare-slider .container .slider .owl-dots {
position:relative
}
}
.anticare-slider .container .slider .owl-dots.disabled {
	display:none
}
.anticare-slider .container .slider .owl-dots .owl-dot {
	padding:.27778em!important;
	display:block
}
.anticare-slider .container .slider .owl-dots .owl-dot span {
	display:block;
	width:.61111em;
	height:.61111em;
	border-radius:50%;
	border:1px solid #000;
transition:.3s cubic-bezier(.22, .61, .36, 1)
}
.anticare-slider .container .slider .owl-dots .owl-dot.active span {
	background-color:#000
}
.anticare-slider .container .title {
	color:#000;
	font-family: 'luxiaregular';
	font-size:30px;
	font-weight:300;
	line-height:38px;
	text-align:center;
	margin-bottom:30px
}
@media screen and (max-width:1000px) {
.anticare-slider .container .title {
font-size:24px;
line-height:32px
}
}
.anticare-slider .container .text {
	color:#000;
	font-family: 'luxiaregular';
	font-size:16px;
	font-weight:300;
	line-height:30px;
	text-align:center
}
@media screen and (max-width:1000px) {
.anticare-slider .container .text {
font-size:14px;
line-height:24px
}
}
.instructions {
	padding:6.66667em 0;
	background:#f6f6f7;
	overflow:hidden;
	position:relative
}
@media screen and (max-width:1000px) {
.instructions {
padding:40px 0
}
}
.instructions .container .lr-wrap {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:start;
	align-items:flex-start;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:0 120px
}
@media screen and (max-width:1000px) {
.instructions .container .lr-wrap {
padding:0;
display:block
}
}
.instructions .container .lr-wrap .left, .instructions .container .lr-wrap .right {
	width:calc(50% - 3.33333em)
}
@media screen and (max-width:1000px) {
.instructions .container .lr-wrap .left, .instructions .container .lr-wrap .right {
width:100%
}
}
.instructions .container .lr-wrap .left h4, .instructions .container .lr-wrap .right h4 {
	color:#000;
	font-family: 'luxiaregular';
	font-size:30px;
	line-height:38px;
	padding-left:42px;
	position:relative
}
@media screen and (max-width:1000px) {
.instructions .container .lr-wrap .left h4, .instructions .container .lr-wrap .right h4 {
font-size:24px;
line-height:32px
}
}
.instructions .container .lr-wrap .left h4:before, .instructions .container .lr-wrap .right h4:before {
	height:2px;
	width:20px;
	content:"";
	left:0;
	top:50%;
	position:absolute;
	background:#000;
	margin-top:-1px
}
.instructions .container .lr-wrap .left p, .instructions .container .lr-wrap .right p {
	color:#000;
	font-family: 'luxiaregular';
	font-size:14px;
	font-weight:300;
	line-height:24px;
	margin:30px 0
}
.instructions .container .lr-wrap .left ul li, .instructions .container .lr-wrap .right ul li {
	padding-left:20px;
	color:#3c3c3c;
	font-family: 'luxiaregular';
	font-size:12px;
	font-weight:300;
	line-height:20px;
	position:relative
}
.instructions .container .lr-wrap .left ul li:not(:last-of-type), .instructions .container .lr-wrap .right ul li:not(:last-of-type) {
margin-bottom:20px
}
.instructions .container .lr-wrap .left ul li:before, .instructions .container .lr-wrap .right ul li:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:9px;
	height:12px;
	margin-top:4px;
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(../icons/logo-mobile.svg)
}
@media screen and (max-width:1000px) {
.instructions .container .lr-wrap .left {
margin-bottom:40px
}
}
.wholesale-password {
	padding:260px 0 160px
}
@media (max-width:599px) {
.wholesale-password {
padding:120px 0 60px
}
}
.wholesale-password .container {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-align:center;
	align-items:center
}
.wholesale-password .container h1 {
	color:#1b1c1e;
	font-family: 'luxiaregular';
	font-size:68px;
	letter-spacing:0;
	text-transform:none;
	line-height:72px;
	text-align:center
}
@media screen and (max-width:1000px) {
.wholesale-password .container h1 {
font-size:28px;
line-height:42px
}
}
.wholesale-password .container p {
	color:#000;
	font-family: 'luxiaregular';
	font-size:18px;
	font-weight:300;
	line-height:38px;
	text-align:center;
	max-width:640px;
	margin:60px 0
}
@media screen and (max-width:1000px) {
.wholesale-password .container p {
margin:30px 0
}
}
.wholesale-password .container form {
	width:100%;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	-ms-flex-align:center;
	align-items:center
}
.wholesale-password .container input {
	height:50px;
	border:1px solid #e1e1e1;
	width:100%;
	max-width:300px;
	padding:0 20px;
	color:#000;
	font-family: 'luxiaregular';
	font-size:14px;
	font-weight:300;
	line-height:17px;
	opacity:1
}
.wholesale-password .container input::-webkit-input-placeholder {
color:#000;
font-family: 'luxiaregular';
}
.wholesale-password .container input::-moz-placeholder {
color:#000;
font-family: 'luxiaregular';
}
.wholesale-password .container input:-ms-input-placeholder {
color:#000;
font-family: 'luxiaregular';
}
.wholesale-password .container input:-moz-placeholder {
color:#000;
font-family: 'luxiaregular';
}
.wholesale-password .container input[type=submit] {
	margin-top:20px;
	background-color:#1b1c1e;
	height:50px;
	width:100%;
	max-width:300px;
	color:#fff;
	font-family: 'luxiaregular';
	font-size:12px;
	font-weight:700;
	letter-spacing:4px;
	line-height:50px;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer
}
.wholesale-text {
	padding:100px 0
}
 @media (min-width: 768px) and (max-width: 991px) {
.nav .padwrap .togglers .toggler {
	position: absolute;
	top: 50%;
	transform: translateY(-270%);
	right: 0 !important;
	left: auto !important;
}.mobile_close {
	display: inline-block !important;
	margin: 0;
	position: absolute !important;
	right: 20px;
	top: 20px;
}
.menu_overlay .close .name {
 	color: #fff;
}
.nav .padwrap .togglers .toggler {
	position: absolute;
	top: 0;
	transform: translateY(-270%);
	right: 0 !important;
	left: auto !important;
}
.menu_overlay .main_menu .right a {
	padding: 8px 15px 21px 0; 
	font-size: 24px;
	vertical-align: top;
}
.menu_overlay .menu_right { 
	padding-left: 10px; 
}
.menu_overlay .main_menu .right a {
	padding: 8px 15px 20px 0; 
	width: 100%; 
}.menu_overlay {
 
	background: #004250;
}
.menu_overlay .menu_subscribe_block button, .menu_overlay .menu_subscribe_block input {
	width: 49% !important;
 	max-width: 49%;
	float: left;
}
.menu_overlay .menu_subscribe_block input {
	border-right: 1px solid #004250;
	border-bottom: 1px solid #004250;
}


 }


@media (max-width:767px) {
.wholesale-text {
padding:40px 0
}
.mobile_close {
	display: inline-block !important;
	margin: 0;
	position: absolute !important;
	right: 20px;
	top: 20px;
}
.menu_overlay .close .name {
 	color: #fff;
}
.craftsmanship_img {
	padding: 20px 0 0;
}

}
.wholesale-text .container {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between
}
@media (max-width:767px) {
.wholesale-text .container {
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
}
.wholesale-text .container .left, .wholesale-text .container .right {
	width:calc((100% - 20px) / 2)
}
@media (max-width:767px) {
.wholesale-text .container .left, .wholesale-text .container .right {
width:100%
}
}
@media (max-width:767px) {
.wholesale-text .container .left {
margin-bottom:40px
}
}
.wholesale-text .container .left h3 {
	color:#000;
	font-family: 'luxiaregular';
	font-size:18px;
	line-height:38px;
	padding-left:50px;
	position:relative
}
.wholesale-text .container .left h3:before {
	content:"";
	position:absolute;
	background-color:#000;
	left:0;
	top:50%;
	height:1px;
	width:20px
}
.wholesale-text .container .left p {
	color:#000;
	font-family: 'luxiaregular';
	font-size:14px;
	line-height:28px;
	max-width:480px;
	margin-top:30px
}
.wholesale-text .container .right .list .item {
	color:#000;
	font-family: 'luxiaregular';
	font-size:24px;
	line-height:38px;
	position:relative;
	padding-left:25px;
	margin-bottom:15px
}
@media (max-width:767px) {
.wholesale-text .container .right .list .item {
font-size:18px;
line-height:28px
}
}
.wholesale-text .container .right .list .item:before {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	margin-top:-6px;
	width:9px;
	height:12px;
	background-position:50%;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(../icons/logo-mobile.svg)
}
section.wholesale .container .shop-filter {
	background:#fff;
	padding-top:0;
	padding-bottom:0
}
section.wholesale .container .shop-products__wrapper {
	font-size:16px;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:50px -10px 0
}
@media (max-width:991px) {
section.wholesale .container .shop-products__wrapper {
margin:50px 0 0
}
}
section.wholesale .container .shop-products__wrapper .witem {
	width:calc(50% - 20px);
	border:1px solid #e6e6e6;
	padding:40px;
	margin:0 10px 20px
}
@media (max-width:991px) {
section.wholesale .container .shop-products__wrapper .witem {
width:100%;
margin:0 0 20px
}
}
@media (max-width:599px) {
section.wholesale .container .shop-products__wrapper .witem {
padding:20px
}
}
section.wholesale .container .shop-products__wrapper .witem .item-info {
	display:-ms-flexbox;
	display:flex;
	border-bottom:1px solid #e1e1e1
}
@media (max-width:599px) {
section.wholesale .container .shop-products__wrapper .witem .item-info {
-ms-flex-wrap:wrap;
flex-wrap:wrap;
text-align:center
}
}
section.wholesale .container .shop-products__wrapper .witem .item-info .info-left {
	width:230px
}
@media (max-width:599px) {
section.wholesale .container .shop-products__wrapper .witem .item-info .info-left {
width:100%;
-ms-flex-order:2;
order:2
}
}
section.wholesale .container .shop-products__wrapper .witem .item-info .info-left .title {
	color:#000;
	font-family: 'luxiaregular';
	font-size:24px;
	line-height:38px;
	margin-bottom:12px
}
section.wholesale .container .shop-products__wrapper .witem .item-info .info-left .desc {
	color:#000;
	font-family: 'luxiaregular';
	font-size:14px;
	line-height:22px;
	margin-bottom:24px
}
section.wholesale .container .shop-products__wrapper .witem .item-info .info-left a {
	display:inline-block;
	color:#1b1c1e;
	font-family: 'luxiadisplay';
	font-size:10px;
	font-weight:700;
	letter-spacing:6.25px;
	line-height:12px;
	text-transform:uppercase;
	margin-bottom:30px
}
section.wholesale .container .shop-products__wrapper .witem .item-info .info-left a:after {
	content:"";
	width:8px;
	height:8px;
	background:url(../icons/bold_arrow.svg) 100%/contain no-repeat;
	margin-left:5px;
	display:inline-block
}
section.wholesale .container .shop-products__wrapper .witem .item-info .item-image {
	min-height:160px;
	width:calc(100% - 230px);
	background-position:100%;
	background-size:contain;
	background-repeat:no-repeat
}
@media (max-width:599px) {
section.wholesale .container .shop-products__wrapper .witem .item-info .item-image {
width:100%;
background-position:50%
}
}
section.wholesale .container .shop-products__wrapper .witem .price-quantity {
	padding:30px 0;
	border-bottom:1px solid #e1e1e1;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between
}
@media (max-width:599px) {
section.wholesale .container .shop-products__wrapper .witem .price-quantity {
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
}
section.wholesale .container .shop-products__wrapper .witem .price-quantity .side {
	width:200px
}
@media (min-width:600px) {
section.wholesale .container .shop-products__wrapper .witem .price-quantity .side:nth-of-type(2) {
padding-left:10px
}
}
@media (max-width:599px) {
section.wholesale .container .shop-products__wrapper .witem .price-quantity .side:nth-of-type(2) {
margin-top:20px
}
}
@media (max-width:599px) {
section.wholesale .container .shop-products__wrapper .witem .price-quantity .side {
width:100%
}
}
section.wholesale .container .shop-products__wrapper .witem .price-quantity .side .sidelabel {
	color:#000;
	font-family: 'luxiadisplay';
	font-size:14px;
	line-height:28px;
	margin-bottom:20px
}
section.wholesale .container .shop-products__wrapper .witem .price-quantity .side .line {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	height:40px;
	width:100%;
	border-top:1px solid #e1e1e1
}
section.wholesale .container .shop-products__wrapper .witem .price-quantity .side .line .price, section.wholesale .container .shop-products__wrapper .witem .price-quantity .side .line .text {
	color:#000;
	font-family: 'luxiadisplay';
	font-size:12px;
	line-height:40px
}
section.wholesale .container .shop-products__wrapper .witem .price-quantity .side .line .text {
	width:60px
}
section.wholesale .container .shop-products__wrapper .witem .price-quantity .side .line .qblock {
	display:-ms-flexbox;
	display:flex;
	margin-left:auto
}
section.wholesale .container .shop-products__wrapper .witem .price-quantity .side .line .qblock.noleft {
	margin-left:0
}
section.wholesale .container .shop-products__wrapper .witem .price-quantity .side .line .qblock input {
	width:32px;
	text-align:center;
	border:none;
	padding:0;
	pointer-events:none;
	height:24px;
	color:#000;
	font-family: 'luxiadisplay';
	font-size:12px
}
section.wholesale .container .shop-products__wrapper .witem .price-quantity .side .line .qblock .minus, section.wholesale .container .shop-products__wrapper .witem .price-quantity .side .line .qblock .plus {
	display:inline-block;
	width:24px;
	height:24px;
	border-radius:50%;
	border:1px solid #e5e5e5;
	background:#f4f4f4 url(../icons/minus.svg) 50%/9px no-repeat;
	cursor:pointer
}
section.wholesale .container .shop-products__wrapper .witem .price-quantity .side .line .qblock .plus {
	background:#f4f4f4 url(../icons/plus.svg) 50%/9px no-repeat
}
section.wholesale .container .shop-products__wrapper .witem .total {
	margin-top:30px;
	color:#000;
	font-family: 'luxiadisplay';
	font-size:16px;
	line-height:28px
}
section.wholesale .container .wholesale-form {
	margin-top:60px;
	padding-top:70px;
	border-top:1px solid #e1e1e1;
	padding-bottom:140px
}
section.wholesale .container .wholesale-form .form-wrap {
	width:100%;
	max-width:590px;
	margin:0 auto
}
section.wholesale .container .wholesale-form .form-wrap .total {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-align:center;
	align-items:center;
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px solid #e1e1e1
}
section.wholesale .container .wholesale-form .form-wrap .total .sidelabel {
	color:#000;
	font-family: 'luxiadisplay';
	font-size:16px;
	line-height:22px
}
section.wholesale .container .wholesale-form .form-wrap .total .price {
	color:#000;
	font-family: 'luxiadisplay';
	font-size:24px;
	line-height:30px
}
section.wholesale .container .wholesale-form .form-wrap .form {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	justify-content:space-between;
	position:relative
}
section.wholesale .container .wholesale-form .form-wrap .form .form-success {
	position:absolute;
	width:100%;
	height:100%;
	background:#fff;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding:0 20px;
	color:#000;
	font-family: 'luxiadisplay';
	font-size:24px;
	text-align:center;
	line-height:30px;
	opacity:0;
	pointer-events:none
}
section.wholesale .container .wholesale-form .form-wrap .form .form-success.active {
	opacity:1;
	pointer-events:auto
}
section.wholesale .container .wholesale-form .form-wrap .form p {
	color:#000;
	font-family: 'luxiadisplay';
	font-size:18px;
	font-weight:300;
	line-height:38px;
	margin-bottom:27px;
	width:100%
}
section.wholesale .container .wholesale-form .form-wrap .form input {
	width:100%;
	border:1px solid #e1e1e1;
	height:40px;
	padding:20px;
	color:#000;
	font-family: 'luxiadisplay';
	font-size:14px;
	line-height:17px;
	margin-bottom:20px;
	opacity:1
}
section.wholesale .container .wholesale-form .form-wrap .form input.error {
	border:1px solid #dd5353
}
section.wholesale .container .wholesale-form .form-wrap .form input::-webkit-input-placeholder {
color:rgba(0, 0, 0, .5);
font-family: 'luxiadisplay';
}
section.wholesale .container .wholesale-form .form-wrap .form input::-moz-placeholder {
color:rgba(0, 0, 0, .5);
font-family: 'luxiadisplay';
}
section.wholesale .container .wholesale-form .form-wrap .form input:-ms-input-placeholder {
color:rgba(0, 0, 0, .5);
font-family: 'luxiadisplay';
}
section.wholesale .container .wholesale-form .form-wrap .form input:-moz-placeholder {
color:rgba(0, 0, 0, .5);
font-family: 'luxiadisplay';
}
section.wholesale .container .wholesale-form .form-wrap .form input.email, section.wholesale .container .wholesale-form .form-wrap .form input.number {
	width:calc(50% - 10px)
}
@media (max-width:599px) {
section.wholesale .container .wholesale-form .form-wrap .form input.email, section.wholesale .container .wholesale-form .form-wrap .form input.number {
width:100%
}
}
section.wholesale .container .wholesale-form .form-wrap .form .notice {
	width:calc(50% - 30px);
	color:#000;
	font-family: 'luxiadisplay';
	font-size:14px;
	line-height:24px;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	height:60px
}
@media (max-width:599px) {
section.wholesale .container .wholesale-form .form-wrap .form .notice {
width:100%
}
}
section.wholesale .container .wholesale-form .form-wrap .form .submit {
	background-color:#1b1c1e;
	width:calc(50% - 10px);
	height:60px;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center;
	color:#fff;
	font-family: 'luxiadisplay';
	font-size:12px;
	font-weight:700;
	letter-spacing:4px;
	line-height:14px;
	text-transform:uppercase;
	cursor:pointer
}
@media (max-width:599px) {
section.wholesale .container .wholesale-form .form-wrap .form .submit {
width:100%;
margin-top:20px
}
}
section.wholesale .container .wholesale-form .form-wrap .form .minimum-error {
	width:100%;
	padding-top:30px;
	margin-top:30px;
	border-top:1px solid #e1e1e1;
	text-align:center
}
section.wholesale .container .wholesale-form .form-wrap .form .minimum-error span {
	color:#dd5353;
	font-family: 'luxiadisplay';
	font-size:14px;
	line-height:24px;
	display:inline-block;
	opacity:0
}
section.wholesale .container .wholesale-form .form-wrap .form .minimum-error.invalid span {
	opacity:1
}
.select2-container {
	box-sizing:border-box;
	display:inline-block;
	margin:0;
	position:relative;
	vertical-align:middle
}
.select2-container .select2-selection--single {
	box-sizing:border-box;
	cursor:pointer;
	display:block;
	height:28px;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-user-select:none
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display:block;
	padding-left:8px;
	padding-right:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
	position:relative
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right:8px;
	padding-left:20px
}
.select2-container .select2-selection--multiple {
	box-sizing:border-box;
	cursor:pointer;
	display:block;
	min-height:32px;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-user-select:none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display:inline-block;
	overflow:hidden;
	padding-left:8px;
	text-overflow:ellipsis;
	white-space:nowrap
}
.select2-container .select2-search--inline {
	float:left
}
.select2-container .select2-search--inline .select2-search__field {
	box-sizing:border-box;
	border:none;
	font-size:100%;
	margin-top:5px;
	padding:0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance:none
}
.select2-dropdown {
	background-color:#fff;
	border:1px solid #aaa;
	border-radius:4px;
	box-sizing:border-box;
	display:block;
	position:absolute;
	left:-100000px;
	width:100%;
	z-index:1051
}
.select2-results {
	display:block
}
.select2-results__options {
	list-style:none;
	margin:0;
	padding:0
}
.select2-results__option {
	padding:6px;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-user-select:none
}
.select2-results__option[aria-selected] {
	cursor:pointer
}
.select2-container--open .select2-dropdown {
	left:0
}
.select2-container--open .select2-dropdown--above {
	border-bottom:none;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0
}
.select2-container--open .select2-dropdown--below {
	border-top:none;
	border-top-left-radius:0;
	border-top-right-radius:0
}
.select2-search--dropdown {
	display:block;
	padding:4px
}
.select2-search--dropdown .select2-search__field {
	padding:4px;
	width:100%;
	box-sizing:border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance:none
}
.select2-search--dropdown.select2-search--hide {
	display:none
}
.select2-close-mask {
	border:0;
	margin:0;
	padding:0;
	display:block;
	position:fixed;
	left:0;
	top:0;
	min-height:100%;
	min-width:100%;
	height:auto;
	width:auto;
	opacity:0;
	z-index:99;
	background-color:#fff;
	filter:alpha(opacity=0)
}
.select2-hidden-accessible {
	border:0!important;
	clip:rect(0 0 0 0)!important;
	-webkit-clip-path:inset(50%)!important;
	clip-path:inset(50%)!important;
	height:1px!important;
	overflow:hidden!important;
	padding:0!important;
	position:absolute!important;
	width:1px!important;
	white-space:nowrap!important
}
.select2-container--default .select2-selection--single {
	background-color:#fff;
	border:1px solid #aaa;
	border-radius:4px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color:#444;
	line-height:28px
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor:pointer;
	float:right;
	font-weight:700
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color:#999
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height:26px;
	position:absolute;
	top:1px;
	right:1px;
	width:20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color:#888 transparent transparent;
	border-style:solid;
	border-width:5px 4px 0;
	height:0;
	left:50%;
	margin-left:-4px;
	margin-top:-2px;
	position:absolute;
	top:50%;
	width:0
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float:left
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left:1px;
	right:auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color:#eee;
	cursor:default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display:none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color:transparent transparent #888;
	border-width:0 4px 5px
}
.select2-container--default .select2-selection--multiple {
	background-color:#fff;
	border:1px solid #aaa;
	border-radius:4px;
	cursor:text
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing:border-box;
	list-style:none;
	margin:0;
	padding:0 5px;
	width:100%
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style:none
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color:#999;
	margin-top:5px;
	float:left
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor:pointer;
	float:right;
	font-weight:700;
	margin-top:5px;
	margin-right:10px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color:#e4e4e4;
	border:1px solid #aaa;
	border-radius:4px;
	cursor:default;
	float:left;
	margin-right:5px;
	margin-top:5px;
	padding:0 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color:#999;
	cursor:pointer;
	display:inline-block;
	font-weight:700;
	margin-right:2px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color:#333
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float:right
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left:5px;
	margin-right:auto
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left:2px;
	margin-right:auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border:1px solid #000;
	outline:0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color:#eee;
	cursor:default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display:none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius:0;
	border-top-right-radius:0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius:0;
	border-bottom-right-radius:0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border:1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
	background:transparent;
	border:none;
	outline:0;
	box-shadow:none;
	-webkit-appearance:textfield
}
.select2-container--default .select2-results>.select2-results__options {
	max-height:200px;
	overflow-y:auto
}
.select2-container--default .select2-results__option[role=group] {
	padding:0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
	color:#999
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color:#ddd
}
.select2-container--default .select2-results__option .select2-results__option {
	padding-left:1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left:0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left:-1em;
	padding-left:2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left:-2em;
	padding-left:3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left:-3em;
	padding-left:4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left:-4em;
	padding-left:5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left:-5em;
	padding-left:6em
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color:#5897fb;
	color:#fff
}
.select2-container--default .select2-results__group {
	cursor:default;
	display:block;
	padding:6px
}
.select2-container--classic .select2-selection--single {
	background-color:#f7f7f7;
	border:1px solid #aaa;
	border-radius:4px;
	outline:0;
	background-image:linear-gradient(180deg, #fff 50%, #eee);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}
.select2-container--classic .select2-selection--single:focus {
	border:1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color:#444;
	line-height:28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor:pointer;
	float:right;
	font-weight:700;
	margin-right:10px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color:#999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color:#ddd;
	border:none;
	border-left:1px solid #aaa;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	height:26px;
	position:absolute;
	top:1px;
	right:1px;
	width:20px;
	background-image:linear-gradient(180deg, #eee 50%, #ccc);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color:#888 transparent transparent;
	border-style:solid;
	border-width:5px 4px 0;
	height:0;
	left:50%;
	margin-left:-4px;
	margin-top:-2px;
	position:absolute;
	top:50%;
	width:0
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float:left
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border:none;
	border-right:1px solid #aaa;
	border-radius:0;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	left:1px;
	right:auto
}
.select2-container--classic.select2-container--open .select2-selection--single {
	border:1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background:transparent;
	border:none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color:transparent transparent #888;
	border-width:0 4px 5px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top:none;
	border-top-left-radius:0;
	border-top-right-radius:0;
	background-image:linear-gradient(180deg, #fff 0, #eee 50%);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom:none;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	background-image:linear-gradient(180deg, #eee 50%, #fff);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}
.select2-container--classic .select2-selection--multiple {
	background-color:#fff;
	border:1px solid #aaa;
	border-radius:4px;
	cursor:text;
	outline:0
}
.select2-container--classic .select2-selection--multiple:focus {
	border:1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style:none;
	margin:0;
	padding:0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display:none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color:#e4e4e4;
	border:1px solid #aaa;
	border-radius:4px;
	cursor:default;
	float:left;
	margin-right:5px;
	margin-top:5px;
	padding:0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color:#888;
	cursor:pointer;
	display:inline-block;
	font-weight:700;
	margin-right:2px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color:#555
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float:right;
	margin-left:5px;
	margin-right:auto
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left:2px;
	margin-right:auto
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
	border:1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top:none;
	border-top-left-radius:0;
	border-top-right-radius:0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom:none;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
	border:1px solid #aaa;
	outline:0
}
.select2-container--classic .select2-search--inline .select2-search__field {
	outline:0;
	box-shadow:none
}
.select2-container--classic .select2-dropdown {
	background-color:#fff;
	border:1px solid transparent
}
.select2-container--classic .select2-dropdown--above {
	border-bottom:none
}
.select2-container--classic .select2-dropdown--below {
	border-top:none
}
.select2-container--classic .select2-results>.select2-results__options {
	max-height:200px;
	overflow-y:auto
}
.select2-container--classic .select2-results__option[role=group] {
	padding:0
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
	color:grey
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color:#3875d7;
	color:#fff
}
.select2-container--classic .select2-results__group {
	cursor:default;
	display:block;
	padding:6px
}
.select2-container--classic.select2-container--open .select2-dropdown {
	border-color:#5897fb
}
section.leave-review {
	background-color:#fff;
	padding:11.11111em 0 8.33333em;
	position:relative
}
@media screen and (max-width:991px) {
section.leave-review {
padding:6.66667em 0
}
}
section.leave-review .container {
	display:block;
	min-height:0
}
section.leave-review .container>h2 {
	color:#1b1c1e;
	font-family: 'luxiadisplay';
	font-size:48px;
	line-height:60px;
	text-align:center;
	margin-bottom:30px;
	text-transform:none;
	letter-spacing:normal
}
@media screen and (max-width:991px) {
section.leave-review .container>h2 {
font-size:32px;
line-height:48px
}
}
section.leave-review .container>p {
	width:100%;
	max-width:680px;
	margin:0 auto;
	color:#000;
	font-family: 'luxiadisplay';
	font-size:14px;
	line-height:28px;
	text-align:center;
	font-weight:400
}
section.leave-review .container .form {
	max-width:480px;
	margin:30px auto 0;
	position:relative
}
section.leave-review .container .form .select-wrap select {
	width:0;
	height:0;
	opacity:0
}
section.leave-review .container .form .select-wrap label {
	width:100%;
	position:relative
}
section.leave-review .container .form .select-wrap .select2-container {
	margin-bottom:20px;
	display:block;
	width:100%!important
}
section.leave-review .container .form .select-wrap .form-row-wide .icon {
	position:absolute;
	z-index:1;
	width:12px;
	height:6px;
	display:block;
	top:17px;
	right:14px;
	transform:translateZ(0) rotate(0deg);
	transform-origin:center center!important;
transition:transform .25s
}
section.leave-review .container .form .select-wrap .form-row-wide .icon svg {
	position:absolute;
	top:0;
	left:0
}
section.leave-review .container .form .select-wrap .select2-container--default .select2-selection--single {
	border:1px solid #e1e1e1;
	border-radius:0;
	margin:0;
	padding:0;
	height:40px;
	display:block
}
section.leave-review .container .form .select-wrap .select2-container--default .select2-selection--single.review-error {
	border:1px solid red
}
section.leave-review .container .form .select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size:12px;
	line-height:40px;
	color:#000;
	padding:0 40px 0 20px
}
section.leave-review .container .form .select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
	color:rgba(0, 0, 0, .5)
}
section.leave-review .container .form .select-wrap .select2-selection__arrow {
	display:none
}
section.leave-review .container .form h5 {
	color:#1b1c1e;
	font-family: 'luxiadisplay';
	font-size:18px;
	line-height:30px;
	margin-bottom:20px
}
section.leave-review .container .form .simple_input input, section.leave-review .container .form .simple_textarea input {
	color:#000;
	font-family: 'luxiadisplay';
	font-size:12px;
	transition:none
}
section.leave-review .container .form .simple_input input.review-error, section.leave-review .container .form .simple_textarea input.review-error {
	border:1px solid red
}
section.leave-review .container .form .simple_input input:-moz-placeholder, section.leave-review .container .form .simple_input input:-ms-input-placeholder, section.leave-review .container .form .simple_input input::-moz-placeholder, section.leave-review .container .form .simple_input input::-webkit-input-placeholder, section.leave-review .container .form .simple_textarea input:-moz-placeholder, section.leave-review .container .form .simple_textarea input:-ms-input-placeholder, section.leave-review .container .form .simple_textarea input::-moz-placeholder, section.leave-review .container .form .simple_textarea input::-webkit-input-placeholder {
color:rgba(0, 0, 0, .5);
font-family: 'luxiadisplay';
font-size:12px
}
section.leave-review .container .form textarea {
	padding:15px 20px;
	height:130px;
	width:100%;
	border:1px solid #e1e1e1;
	resize:none;
	opacity:1;
	margin-bottom:30px;
	-webkit-appearance:none;
	color:#000;
	font-family: 'luxiadisplay';
	font-size:12px
}
section.leave-review .container .form textarea.review-error {
	border:1px solid red
}
section.leave-review .container .form textarea:-moz-placeholder, section.leave-review .container .form textarea:-ms-input-placeholder, section.leave-review .container .form textarea::-moz-placeholder, section.leave-review .container .form textarea::-webkit-input-placeholder {
color:rgba(0, 0, 0, .5);
font-family: 'luxiadisplay';
font-size:12px
}
section.leave-review .container .form .rating-wrap {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	margin-bottom:60px
}
section.leave-review .container .form .rating-wrap p {
	opacity:.5;
	color:#000;
	font-family: 'luxiadisplay';
	font-size:12px;
	line-height:14px;
	margin-top:0;
	margin-bottom:0;
	font-weight:400;
	margin-right:20px
}
section.leave-review .container .form .rating-wrap.review-error p {
	opacity:1;
	color:red
}
section.leave-review .container .form .submit-review {
	background-color:#1b1c1e;
	height:50px;
	color:#fff;
	font-family: 'luxiadisplay';
	font-size:10px;
	font-weight:700;
	letter-spacing:3.33px;
	text-transform:uppercase;
	-webkit-appearance:none;
	padding:0;
	border:0;
	cursor:pointer
}
section.leave-review .container .form .submit-review, section.leave-review .review-success {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-align:center;
	align-items:center;
	width:100%
}
section.leave-review .review-success {
	position:absolute;
	height:100%;
	background:#fff;
	left:0;
	top:0;
	-ms-flex-direction:column;
	flex-direction:column;
	z-index:11;
	opacity:0;
	pointer-events:none
}
@media screen and (max-width:991px) {
section.leave-review .review-success {
padding:0 20px
}
}
section.leave-review .review-success.active {
	opacity:1;
	pointer-events:auto
}
section.leave-review .review-success h2 {
	color:#1b1c1e;
	font-family: 'luxiadisplay';
	font-size:48px;
	line-height:60px;
	text-align:center;
	margin-bottom:30px;
	text-transform:none;
	letter-spacing:normal
}
@media screen and (max-width:991px) {
section.leave-review .review-success h2 {
font-size:32px;
line-height:48px
}
}
section.leave-review .review-success p {
	width:100%;
	margin:0 auto 30px;
	color:#000;
	font-family: 'luxiadisplay';
	font-size:14px;
	line-height:28px;
	text-align:center;
	font-weight:400
}
section.leave-review .review-success .leave-another, section.leave-review .review-success .to-home {
	background-color:#1b1c1e;
	height:50px;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-align:center;
	align-items:center;
	color:#fff;
	font-family: 'luxiadisplay';
	font-size:10px;
	font-weight:700;
	letter-spacing:3.33px;
	text-transform:uppercase;
	-webkit-appearance:none;
	border:0;
	padding:0 100px;
	margin-top:20px;
	cursor:pointer
}
@media screen and (max-width:991px) {
section.leave-review .review-success .leave-another, section.leave-review .review-success .to-home {
padding:0 30px
}
}
body.page-template-template-review .select2-results__option {
	padding:12px 20px;
	cursor:pointer;
	font-family:Gotham;
	color:rgba(0, 0, 0, .5);
	font-size:12px;
	border-bottom:1px solid #e1e1e1;
transition:color .25s
}
body.page-template-template-review .select2-container--default .select2-results__option--highlighted[aria-selected], body.page-template-template-review .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color:#fff;
	color:rgba(0, 0, 0, .5)
}
body.page-template-template-review .select2-search--dropdown {
	display:none
}
body.page-template-template-review .select2-container--default .select2-results__option[aria-selected=true] {
	background-color:transparent
}
body.page-template-template-review .select2-dropdown {
	border:none;
	border-radius:0;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1
}
body.page-template-template-review .select2-container--default .select2-results>.select2-results__options {
	max-height:155px
}
.read-more-block {
	padding:3.33333em 0 16.66667em;
	background-position:50%;
	background-repeat:no-repeat;
	background-color:#f6f6f7;
	background-size:cover;
	position:relative
}
@media screen and (max-width:1000px) {
.read-more-block {
padding:3.33333em 0 8.33333em
}
}
.read-more-block .video {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	overflow:hidden
}
.read-more-block .video video {
	min-width:100%;
	min-height:100%;
	height:auto;
	position:absolute;
	width:auto;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	display:none
}
.read-more-block .container {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	-ms-flex-align:center;
	align-items:center;
	position:relative
}
.read-more-block .container h4 {
	color:#000;
	font-family: 'luxiadisplay';
	font-size:2.22222em;
	font-weight:300;
	line-height:1.5;
	text-align:center;
	text-transform:none;
	max-width:640px;
	letter-spacing:0
}
.read-more-block .container p {
	color:#000;
	font-size:1em;
	font-weight:300;
	line-height:2;
	text-align:center;
	max-width:640px;
	margin:1.66667em 0 2.22222em
}
@media screen and (max-width:1000px) {
.read-more-block .container p {
font-size:.77778em
}
}
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	list-style:none;
	padding:0;
	z-index:1
}
.swiper-container-no-flexbox .swiper-slide {
	float:left
}
.swiper-container-vertical>.swiper-wrapper {
	-ms-flex-direction:column;
	flex-direction:column
}
.swiper-wrapper {
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	display:-ms-flexbox;
	display:flex;
	transition-property:transform;
	box-sizing:content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform:translateZ(0)
}
.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function:ease-out;
	margin:0 auto
}
.swiper-slide {
	-ms-flex-negative:0;
	flex-shrink:0;
	width:100%;
	height:100%;
	position:relative;
	transition-property:transform
}
.swiper-invisible-blank-slide {
	visibility:hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height:auto
}
.swiper-container-autoheight .swiper-wrapper {
	-ms-flex-align:start;
	align-items:flex-start;
	transition-property:transform, height
}
.swiper-container-3d {
	perspective:1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	transform-style:preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	pointer-events:none;
	z-index:10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image:linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image:linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image:linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image:linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action:pan-y;
	touch-action:pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action:pan-x;
	touch-action:pan-x
}
.swiper-button-next, .swiper-button-prev {
	position:absolute;
	top:50%;
	width:27px;
	height:44px;
	margin-top:-22px;
	z-index:10;
	cursor:pointer;
	background-size:27px 44px;
	background-position:50%;
	background-repeat:no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity:.35;
	cursor:auto;
	pointer-events:none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left:10px;
	right:auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right:10px;
	left:auto
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}
.swiper-button-lock {
	display:none
}
.swiper-pagination {
	position:absolute;
	text-align:center;
transition:opacity .3s;
	transform:translateZ(0);
	z-index:10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity:0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom:10px;
	left:0;
	width:100%
}
.swiper-pagination-bullets-dynamic {
	overflow:hidden;
	font-size:0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform:scale(.33);
	position:relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform:scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform:scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform:scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform:scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform:scale(.33)
}
.swiper-pagination-bullet {
	width:8px;
	height:8px;
	display:inline-block;
	border-radius:100%;
	background:#000;
	opacity:.2
}
button.swiper-pagination-bullet {
	border:none;
	margin:0;
	padding:0;
	box-shadow:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor:pointer
}
.swiper-pagination-bullet-active {
	opacity:1;
	background:#007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right:10px;
	top:50%;
	transform:translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin:6px 0;
	display:block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top:50%;
	transform:translateY(-50%);
	width:8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display:inline-block;
transition:transform .2s, top .2s
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin:0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left:50%;
	transform:translateX(-50%);
	white-space:nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition:transform .2s, left .2s
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition:transform .2s, right .2s
}
.swiper-pagination-progressbar {
	background:rgba(0, 0, 0, .25);
	position:absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background:#007aff;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transform:scale(0);
	transform-origin:left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin:right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width:100%;
	height:4px;
	left:0;
	top:0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	width:4px;
	height:100%;
	left:0;
	top:0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background:#fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background:hsla(0, 0%, 100%, .25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background:#fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background:#000
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background:rgba(0, 0, 0, .25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background:#000
}
.swiper-pagination-lock {
	display:none
}
.swiper-scrollbar {
	border-radius:10px;
	position:relative;
	-ms-touch-action:none;
	background:rgba(0, 0, 0, .1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position:absolute;
	left:1%;
	bottom:3px;
	z-index:50;
	height:5px;
	width:98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position:absolute;
	right:3px;
	top:1%;
	z-index:50;
	width:5px;
	height:98%
}
.swiper-scrollbar-drag {
	height:100%;
	width:100%;
	position:relative;
	background:rgba(0, 0, 0, .5);
	border-radius:10px;
	left:0;
	top:0
}
.swiper-scrollbar-cursor-drag {
	cursor:move
}
.swiper-scrollbar-lock {
	display:none
}
.swiper-zoom-container {
	width:100%;
	height:100%;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-align:center;
	align-items:center;
	text-align:center
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width:100%;
	max-height:100%;
	-o-object-fit:contain;
	object-fit:contain
}
.swiper-slide-zoomed {
	cursor:move
}
.swiper-lazy-preloader {
	width:42px;
	height:42px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-21px;
	margin-top:-21px;
	z-index:10;
	transform-origin:50%;
	animation:b 1s steps(12) infinite
}
.swiper-lazy-preloader:after {
	display:block;
	content:"";
	width:100%;
	height:100%;
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position:50%;
	background-size:100%;
	background-repeat:no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}
@keyframes b {
to {
transform:rotate(1turn)
}
}
.swiper-container .swiper-notification {
	position:absolute;
	left:0;
	top:0;
	pointer-events:none;
	opacity:0;
	z-index:-1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function:ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events:none;
	transition-property:opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events:none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events:auto
}
.swiper-container-cube {
	overflow:visible
}
.swiper-container-cube .swiper-slide {
	pointer-events:none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:1;
	visibility:hidden;
	transform-origin:0 0;
	width:100%;
	height:100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events:none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin:100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events:auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events:auto;
	visibility:visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index:0;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.swiper-container-cube .swiper-cube-shadow {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:.6;
	filter:blur(50px);
	z-index:0
}
.swiper-container-flip {
	overflow:visible
}
.swiper-container-flip .swiper-slide {
	pointer-events:none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:1
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events:none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events:auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index:0;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective:1200px
}
.shop-slider {
	position:relative;
	overflow:hidden;
	padding-bottom:41.66%;
	background-color:#000
}
@media screen and (max-width:1200px) {
.shop-slider {
padding-bottom:500px;
padding-bottom:106.66%
}
}
.shop-slider__bottom {
	position:absolute;
	left:60px;
	right:60px;
	bottom:50px
}
@media screen and (max-width:1000px) {
.shop-slider__bottom {
left:0;
right:0;
bottom:20px;
width:87.5%;
margin:0 auto
}
}
.shop-slider__bottom-title {
	font-family: 'luxiadisplay';
	font-weight:400;
	font-size:40px;
	line-height:72px;
	color:#fff;
	display:block;
	transform:translateY(50px);
	opacity:0;
transition:transform .5s cubic-bezier(.22, .61, .36, 1), opacity .5s cubic-bezier(.22, .61, .36, 1)
}
@media screen and (max-width:1000px) {
.shop-slider__bottom-title {
font-size:28px;
line-height:72px
}
}
.shop-slider__price {
	font-size:0
}
.shop-slider__price-text {
	font-family: 'luxiadisplay';
	font-weight:400;
	font-size:18px;
	line-height:22px;
	color:#fff;
	display:inline-block;
	vertical-align:top;
	transform:translateY(20px);
	opacity:0;
transition:transform .5s cubic-bezier(.22, .61, .36, 1), opacity .5s cubic-bezier(.22, .61, .36, 1);
transition-delay:.25s
}
@media screen and (max-width:1000px) {
.shop-slider__price-text {
font-size:16px;
line-height:19px
}
}
.shop-slider__price-discount-text {
	font-family: 'luxiadisplay';
	font-weight:400;
	font-size:18px;
	line-height:22px;
	color:#fff;
	text-decoration:line-through;
	display:inline-block;
	vertical-align:top;
	margin-left:20px;
	transform:translateY(20px);
	opacity:0;
transition:transform .5s cubic-bezier(.22, .61, .36, 1), opacity .5s cubic-bezier(.22, .61, .36, 1);
transition-delay:.5s
}
@media screen and (max-width:1000px) {
.shop-slider__price-discount-text {
font-size:12px;
line-height:19px
}
}
.shop-slider__arrow {
	width:100px;
	height:100px;
	position:absolute;
	top:0;
	bottom:0;
	z-index:1;
	background-color:rgba(39, 39, 39, .8);
	border-radius:50%;
	margin:auto 0
}
@media screen and (max-width:1000px) {
.shop-slider__arrow {
top:auto;
bottom:20px;
margin:0;
width:50px;
height:50px
}
}
.shop-slider__arrow:hover {
	cursor:pointer
}
.shop-slider__arrow--prev {
	left:130px
}
@media screen and (max-width:1000px) {
.shop-slider__arrow--prev {
display:none
}
}
.shop-slider__arrow--prev:hover svg {
	transform:translateX(-5px)
}
.shop-slider__arrow--next {
	right:130px
}
@media screen and (max-width:1000px) {
.shop-slider__arrow--next {
right:15px
}
}
.shop-slider__arrow--next:hover svg {
	transform:translateX(5px)
}
.shop-slider__arrow svg {
	fill:none;
	stroke:#fff;
	width:15px;
	height:30px;
	pointer-events:none;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	transition:transform 1s cubic-bezier(.22, .61, .36, 1)
}
@media screen and (max-width:1000px) {
.shop-slider__arrow svg {
width:7.82px;
height:15.35px
}
}
.shop-slider .swiper-container {
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	overflow:initial
}
@media screen and (max-width:1000px) {
.shop-slider .swiper-container {
width:78.66%;
margin:0
}
}
.shop-slider .swiper-slide {
	background-size:cover;
	background-position:50%;
	background-repeat:no-repeat;
	position:relative
}
.shop-slider .swiper-slide:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, .5);
	pointer-events:none;
	transition:opacity 1s cubic-bezier(.22, .61, .36, 1);
	opacity:1
}
.shop-slider .swiper-slide .video {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden
}
.shop-slider .swiper-slide .video video {
	min-width:100%;
	min-height:100%;
	height:auto;
	position:absolute;
	width:auto;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	display:none
}
.shop-slider .swiper-slide-active:after {
	opacity:0
}
.shop-slider .swiper-slide-active .btn--shop-slider, .shop-slider .swiper-slide-active .shop-slider__bottom-title, .shop-slider .swiper-slide-active .shop-slider__price-discount-text, .shop-slider .swiper-slide-active .shop-slider__price-text {
	transform:translateY(0);
	opacity:1
}
.shop-filter {
	background-color:#f6f6f7;
	font-size:0;
	padding:127px 0 113px
}
@media screen and (max-width:1000px) {
.shop-filter {
padding:22px 0 30px
}
}
.shop-filter--header {
	display:none
}
.shop-filter--second {
	margin-top:93px
}
@media screen and (max-width:1000px) {
.shop-filter--second {
margin-top:57.5px
}
}
.shop-filter__left, .shop-filter__right {
	width:50%;
	display:inline-block;
	vertical-align:top
}
@media screen and (max-width:1000px) {
.shop-filter__left, .shop-filter__right {
width:100%;
display:block
}
}
@media screen and (max-width:1000px) {
.shop-filter__left {
border-bottom:1px solid #e1e1e1;
padding-bottom:20px;
display:block
}
}
@media screen and (max-width:1000px) {
.shop-filter__right .shop-filter__title-label {
display:none
}
}
.shop-filter__left-left, .shop-filter__right-left {
	display:inline-block;
	vertical-align:top;
	padding-right:60px;
	position:relative
}
@media screen and (max-width:1200px) {
.shop-filter__left-left, .shop-filter__right-left {
padding-right:20px
}
}
@media screen and (max-width:1000px) {
.shop-filter__left-left, .shop-filter__right-left {
padding-right:0;
display:block
}
}
.shop-filter__left-left svg, .shop-filter__right-left svg {
	width:15px;
	fill:none;
	stroke:#1b1c1e;
	display:none;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto 0;
transition:transform .3s ease
}
@media screen and (max-width:1000px) {
.shop-filter__left-left svg, .shop-filter__right-left svg {
display:block
}
}
.shop-filter__left-left:before, .shop-filter__right-left:before {
	content:"";
	width:1px;
	height:255px;
	background-color:#e1e1e1;
	position:absolute;
	top:7px;
	right:0
}
@media screen and (max-width:1000px) {
.shop-filter__left-left:before, .shop-filter__right-left:before {
display:none
}
}
.shop-filter__title-label {
	font-size:18px;
	line-height:1;
	color:#878787;
	display:block
}
@media screen and (max-width:1000px) {
.shop-filter__title-label {
font-size:14px
}
}
.shop-filter__title {
	font-size:40px;
	line-height:41px;
	font-family: 'luxiadisplay';
	font-weight:400;
	color:#1b1c1e;
	margin-top:10px;
	display:block
}
.shop-filter__title--active svg {
	transform:rotate(-180deg)
}
@media screen and (max-width:1000px) {
.shop-filter__title {
font-size:28px;
margin-top:20px;
position:relative
}
}
.shop-filter__left-right, .shop-filter__right-right {
	display:inline-block;
	vertical-align:top;
	padding-left:49px
}
@media screen and (max-width:1120px) {
.shop-filter__left-right, .shop-filter__right-right {
padding-left:10px
}
}
@media screen and (max-width:1000px) {
.shop-filter__left-right, .shop-filter__right-right {
padding-left:0;
overflow-x:auto;
overflow-y:hidden;
display:block;
-webkit-overflow-scrolling:touch
}
}
.shop-filter__list {
	list-style-type:none
}
@media screen and (max-width:1000px) {
.shop-filter__list {
white-space:nowrap;
display:none
}
}
@media screen and (max-width:1000px) {
.shop-filter__list--second {
display:block
}
}
.shop-filter__list--active .shop-filter__list-item {
	opacity:.3
}
.shop-filter__list--active .shop-filter__list-item--active {
	opacity:1
}
.shop-filter__list--active .shop-filter__list-item--active .shop-filter__list-item-close {
	display:inline-block
}
.shop-filter__list--active .shop-filter__list-item--active .shop-filter__list-item-close:hover {
	transform:rotate(90deg)
}
.shop-filter__list-item {
	font-family: 'luxiadisplay';
	font-weight:700;
	font-size:10px;
	line-height:40px;
	letter-spacing:.429em;
	text-transform:uppercase;
	margin-bottom:20px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
@media screen and (max-width:1000px) {
.shop-filter__list-item {
display:inline-block;
margin-right:40px;
margin-top:16px;
margin-bottom:0
}
}
.shop-filter__list-item:hover {
	cursor:pointer
}
.shop-filter__list-item--with-icons {
	margin-bottom:40px;
	padding-left:105px;
	position:relative
}
@media screen and (max-width:1000px) {
.shop-filter__list-item--with-icons {
margin-bottom:40px;
padding-left:0;
margin-top:10px;
margin-bottom:0
}
}
.shop-filter__list-item:last-child {
	margin-bottom:0
}
@media screen and (max-width:1000px) {
.shop-filter__list-item:last-child {
margin-right:0
}
}
.shop-filter__list-item-close {
	width:12px;
	height:12px;
	vertical-align:top;
	margin-top:14px;
	margin-left:16px;
	position:relative;
	z-index:1;
transition:transform .2s ease;
	display:none
}
@media screen and (max-width:1000px) {
.shop-filter__list-item-close {
margin-left:0
}
}
.shop-filter__list-item-close:after, .shop-filter__list-item-close:before {
	content:"";
	width:100%;
	height:1px;
	background-color:#000;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto
}
.shop-filter__list-item-close:before {
	transform:rotate(45deg)
}
.shop-filter__list-item-close:after {
	transform:rotate(-45deg)
}
.shop-filter__list-item-svg {
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto 0
}
@media screen and (max-width:1000px) {
.shop-filter__list-item-svg {
position:relative;
left:auto;
top:auto;
bottom:auto;
margin:0 auto
}
}
.shop-filter__list-item-svg svg {
	fill:none;
	stroke:#6b6b6b
}
@media screen and (max-width:1000px) {
.shop-filter__list-item-svg svg {
display:block
}
}
.shop-filter__list-item-svg--bracelets {
	width:68px;
	height:37px
}
.shop-filter__list-item-svg--necklaces {
	width:68px;
	height:69px
}
.shop-filter__list-item-svg--cufflinks {
	width:58px;
	height:38px;
	margin-left:4px
}
@media screen and (max-width:1000px) {
.shop-filter__list-item-svg--cufflinks {
margin:0 auto
}
}
.shop-filter__list-item-svg--rings {
	width:29px;
	height:28px;
	margin-left:24px
}
@media screen and (max-width:1000px) {
.shop-filter__list-item-svg--rings {
margin:0 auto
}
}
#shop-page {
	padding-top:140px
}
@media screen and (max-width:1000px) {
#shop-page {
padding-top:90px
}
}
@media (max-width:599px) {
#shop-page {
padding-top:80px
}
}
#shop-page .wrapper {
	max-width:1200px;
	width:83.33%;
	margin:0 auto
}
.shop-products__wrapper {
	font-size:0
}
.shop-products__product {
	width:50%;
	padding-bottom:32.15%;
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	position:relative;
	border-bottom:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6
}
@media screen and (max-width:1000px) {
.shop-products__product {
border:none
}
.shop-products__product:after {
position:absolute;
width:100%;
height:100%;
background:transparent;
content:"";
bottom:0;
left:0;
border-right:1px solid #e6e6e6;
border-bottom:1px solid #e6e6e6;
pointer-events:none
}
}
.shop-products__product:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, .05);
	z-index:1;
	pointer-events:none;
	opacity:0;
transition:opacity .5s ease
}
.shop-products__product:hover .shop-products__btn {
	opacity:1
}
.shop-products__product:hover .shop-products__bottom {
	transform:translateY(0)
}
.shop-products__product:hover:before {
	opacity:1
}
@media screen and (max-width:1000px) {
.shop-products__product {
padding-bottom:61.33%
}
}
.shop-products__product--image {
	opacity:1!important;
	border:none;
	overflow:hidden
}
.shop-products__product--image:before {
	display:none
}
.shop-products__product--image:hover:before {
	opacity:0
}
.shop-products__product .sale-sticker {
	width:80px;
	height:80px;
	position:absolute;
	top:20px;
	right:20px;
	background:#f6f6f7;
	text-align:center;
	line-height:80px;
	font-size:12px;
	letter-spacing:5.14px;
	font-weight:700;
	color:#1b1c1e;
	border-radius:50%
}
.shop-products__product .sale-sticker span {
	display:inline-block;
	margin-left:5.14px
}
@media screen and (max-width:1000px) {
.shop-products__product .sale-sticker span {
margin-left:3.43px
}
}
@media screen and (max-width:1000px) {
.shop-products__product .sale-sticker {
top:5px;
right:5px;
line-height:50px;
font-size:8px;
width:50px;
height:50px;
letter-spacing:3.43px
}
}
.shop-products__visual-img {
	position:absolute;
	top:-15%;
	left:0;
	z-index:1;
	width:100%;
	height:130%;
	background-size:cover;
	background-position:50%;
	background-repeat:no-repeat
}
.shop-products__image {
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0
}
.shop-products__title {
	font-size:14px;
	line-height:30px;
	color:#1b1c1e;
	display:block
}
@media screen and (max-width:1000px) {
.shop-products__title {
font-size:12px;
line-height:20px
}
}
.shop-products__price {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center;
	font-size:16px;
	line-height:30px;
	color:#1b1c1e
}
@media screen and (max-width:1000px) {
.shop-products__price {
font-size:14px
}
}
.shop-products__price span.disc {
	color:#727272;
	text-decoration:line-through;
	display:inline-block;
	margin-left:10px
}
.shop-products__btn {
	display:block;
	margin-top:10px;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
	font-size:12px;
	letter-spacing:2px;
	font-weight:500;
	opacity:0;
transition:opacity .3s ease
}
.shop-products__bottom {
	width:100%;
	text-align:center;
	position:absolute;
	bottom:8.63%;
	right:0;
	transform:translateY(22px);
transition:transform .3s ease
}
@media screen and (max-width:1000px) {
.shop-products__bottom {
padding:0 15px 20px;
bottom:0
}
}
.shop-products__load-more {
	background-color:#f8f8f8;
	padding:97px 0 93px;
	text-align:center
}
.shop-products__load-more--last {
	padding:0;
	height:150px
}
@media screen and (max-width:1000px) {
.shop-products__load-more {
padding:60px 0
}
}
.shop-products__filters {
	padding:80px 0 88px;
	border-bottom:1px solid #e6e6e6;
	display:none
}
@media screen and (max-width:1000px) {
.shop-products__filters {
padding:40px 0
}
}
.shop-products__filters-single {
	max-width:620px;
	width:87.5%;
	margin:0 auto;
	text-align:center;
	display:none
}
.shop-products__filters-single--active {
	display:block
}
.shop-products__filters-title {
	font-family: 'luxiadisplay';
	font-weight:400;
	font-size:68px;
	line-height:72px;
	text-transform:uppercase
}
@media screen and (max-width:1000px) {
.shop-products__filters-title {
font-size:28px;
line-height:33px
}
}
.shop-products__filters-text {
	font-size:18px;
	line-height:42px;
	margin-top:40px
}
@media screen and (max-width:1000px) {
.shop-products__filters-text {
font-size:14px;
line-height:24px;
margin-top:20px
}
}
.shop-products-banner {
	background-size:cover;
	background-position:50%;
	background-repeat:no-repeat;
	height:720px;
	position:relative
}
@media screen and (max-width:1000px) {
.shop-products-banner {
height:600px
}
}
.shop-products-banner .video {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden
}
.shop-products-banner .video video {
	min-width:100%;
	min-height:100%;
	height:auto;
	position:absolute;
	width:auto;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	display:none
}
.shop-products-banner .wrapper {
	position:relative;
	height:100%
}
.shop-products-banner__single {
	width:400px;
	margin-bottom:50px
}
@media screen and (max-width:1000px) {
.shop-products-banner__single {
width:100%;
margin-bottom:28px
}
}
.shop-products-banner__single:last-child {
	margin-bottom:0
}
.shop-products-banner__title {
	font-family: 'luxiadisplay';
	font-weight:400;
	font-size:40px;
	line-height:1;
	color:#fff;
	position:relative;
	padding-left:40px;
	margin-bottom:20px;
	display:block
}
@media screen and (max-width:1000px) {
.shop-products-banner__title {
font-size:25px;
line-height:38px;
padding-left:30px;
margin-bottom:0
}
}
.shop-products-banner__title--small {
	font-family: 'luxiadisplay';
	font-weight:400;
	font-size:18px;
	margin-bottom:23px
}
@media screen and (max-width:1000px) {
.shop-products-banner__title--small {
font-size:16px;
line-height:24px;
margin-bottom:10px
}
}
.shop-products-banner__title:before {
	content:"";
	width:20px;
	height:1px;
	background-color:#fff;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto 0
}
@media screen and (max-width:1000px) {
.shop-products-banner__title:before {
width:15px
}
}
.shop-products-banner__text {
	font-size:14px;
	line-height:24px;
	color:#fff
}
.shop-products-banner__link {
	font-family: 'luxiadisplay';
	font-weight:700;
	font-size:12px;
	line-height:1;
	letter-spacing:.4em;
	display:inline-block;
	color:#fff;
	text-decoration:none
}
@media screen and (max-width:1000px) {
.shop-products-banner__link {
margin-right:30px
}
}
.shop-products-banner__wrap {
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%)
}
@media screen and (max-width:1000px) {
.shop-products-banner__wrap {
transform:translateY(0);
top:auto;
bottom:43px
}
}
.btn {
	font-family: 'luxiadisplay';
	font-weight:700;
	font-size:12px;
	line-height:50px;
	background-color:#fff;
	color:#000;
	display:inline-block;
	padding:0 60px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:.4em
}
.btn:hover {
	cursor:pointer
}
.btn--shop-slider {
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
	padding:0;
	width:100%;
	max-width:200px;
	text-align:center;
	transform:translateY(20px);
	opacity:0;
	transition:transform 1s cubic-bezier(.22, .61, .36, 1), opacity 1s cubic-bezier(.22, .61, .36, 1);
transition-delay:.75s
}
@media screen and (max-width:1200px) {
.btn--shop-slider {
position:relative;
bottom:auto;
right:auto;
margin-top:2.1rem;
display:block
}
}
.btn--load-more {
	background-color:#1b1c1e;
	color:#fff;
	padding:0;
	width:100%;
	max-width:220px
}
.filter-header {
	position:fixed;
	left:0;
	width:100%;
	z-index:2;
	top:55px
}
.filter-header--with-header {
	top:95px
}
.filter-header--hide {
	pointer-events:none
}
@media screen and (max-width:1000px) {
.filter-header {
display:none
}
}
.filter-header .wrapper {
	max-width:1200px;
	width:83.33%;
	margin:0 auto
}
.filter-header__btn {
	font-family: 'luxiadisplay';
	font-weight:700;
	background-color:#000;
	color:#fff;
	font-size:10px;
	line-height:1;
	padding:16px 0 14px;
	letter-spacing:.625em;
	text-transform:uppercase;
	text-align:center;
	opacity:0;
	pointer-events:none;
	transform:translateY(-40px);
transition:transform .3s ease, opacity .3s ease
}
.filter-header__btn:hover {
	cursor:pointer
}
.filter-header__btn--show {
	opacity:1;
	pointer-events:all;
	transform:translateY(0)
}
.filter-header__btn--active svg {
	transform:rotate(180deg)
}
.filter-header__btn svg {
	fill:none;
	stroke:#fff;
	width:8px;
	height:5px;
	display:inline-block;
	vertical-align:top;
transition:transform .3s ease;
	margin-top:2px
}
.shop-feedback {
	padding:8.88889em 0
}
@media screen and (max-width:1000px) {
.shop-feedback {
padding:2.22222em 0
}
}
.shop-feedback .container {
	max-width:800px
}
.shop-feedback .container .feedback-title {
	color:#1b1c1e;
	font-family: 'luxiadisplay';
	font-size:2.22222em;
	font-weight:300;
	line-height:1.5;
	text-align:center;
	letter-spacing:0;
	text-transform:none
}
@media screen and (max-width:767px) {
.shop-feedback .container .feedback-title {
font-size:1.66667em
}
 
.menu_overlay .main_menu .right a {
	padding: 8px 15px 21px 0; 
	font-size: 24px;
	vertical-align: top;
}
.menu_overlay .menu_right { 
	padding-left: 10px; 
}
.menu_overlay .main_menu .right a {
	padding: 8px 15px 26px 0; 
	width: 100%; 
}.menu_overlay {
 
	background: #004250;
}

}
.shop-feedback .container .feedback-slider {
	margin-top:3.33333em
}
@media screen and (max-width:1000px) {
.shop-feedback .container .feedback-slider {
margin-top:2.22222em
}
}
.shop-feedback .container .feedback-slider .feedback-slide {
	padding:0 3.88889em
}
@media screen and (max-width:767px) {
.shop-feedback .container .feedback-slider .feedback-slide {
padding:0
}
}
.shop-feedback .container .feedback-slider .feedback-slide .text {
	padding:2.11111em 0;
	position:relative;
	color:#1b1c1e;
	font-size:1em;
	font-weight:300;
	line-height:2;
	text-align:center
}
.shop-feedback .container .feedback-slider .feedback-slide .text:after, .shop-feedback .container .feedback-slider .feedback-slide .text:before {
	width:18px;
	height:13px;
	background:url(../icons/quote.svg) 50%/contain no-repeat;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-9px;
	content:"";
	transform:rotate(180deg)
}
.shop-feedback .container .feedback-slider .feedback-slide .text:after {
	top:auto;
	bottom:0;
	transform:rotate(0)
}
.shop-feedback .container .feedback-slider .feedback-slide .author {
	margin-top:3.33333em;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center
}
@media screen and (max-width:1000px) {
.shop-feedback .container .feedback-slider .feedback-slide .author {
margin-top:2.22222em
}
}
.shop-feedback .container .feedback-slider .feedback-slide .author .author-image {
	width:4.44444em;
	height:4.44444em;
	border-radius:50%;
	background-position:50%;
	background-size:cover;
	background-repeat:no-repeat;
	margin-right:1.11111em
}
.shop-feedback .container .feedback-slider .feedback-slide .author .author-info .author-instagram {
	font-size:1em;
	font-weight:300;
	line-height:2;
	padding-left:1.88889em;
	position:relative
}
.shop-feedback .container .feedback-slider .feedback-slide .author .author-info .author-instagram:before {
	width:1.33333em;
	height:1.33333em;
	background:url(../icons/instagram.svg) 50%/contain no-repeat;
	content:"";
	position:absolute;
	left:0;
	top:50%;
	margin-top:-.66667em
}
.shop-feedback .container .feedback-slider .feedback-slide .author .author-info .author-name {
	font-size:1em;
	font-weight:300;
	line-height:2
}
.shop-feedback .container .feedback-slider .feedback-slide .author .author-info .dots {
	margin-top:.83333em;
	display:-ms-flexbox;
	display:flex
}
.shop-feedback .container .feedback-slider .feedback-slide .author .author-info .dots .dot {
	width:.44444em;
	height:.44444em;
	border-radius:50%;
	border:1px solid #1b1c1e;
	cursor:pointer
}
.shop-feedback .container .feedback-slider .feedback-slide .author .author-info .dots .dot:not(:last-of-type) {
margin-right:.66667em
}
.shop-feedback .container .feedback-slider .feedback-slide .author .author-info .dots .dot.active {
	background:#1b1c1e
}



 