html, body {
  font-size: 16px;
  font-family:"Microsoft YaHei UI",sans-serif; }
  html.popup-active, body.popup-active {
    overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Novum'; }

[class^="icon-"], [class*=" icon-"] {
  line-height: 1em; }
  [class^="icon-"]:before, [class*=" icon-"]:before {
    line-height: 1em;
    display: inline-block;
    vertical-align: top; }

.inner-page-header {
  padding-top: 6.25em;
  padding-bottom: 5em;
  background: #F6F6F7; }
  .inner-page-header h1 {
    font-size: 2.5em;
    font-weight: 300;
    margin: 0;
    text-align: center;
    font-family: 'Futura', sans-serif;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    text-transform: uppercase; }

.desktop {
  display: block; }

.mobile {
  display: none; }

.page-id-12, .page-id-44 {
  overflow: hidden; }

.page-id-127 nav {
  background: rgba(0, 0, 0, 0.8); }

.select2-search--dropdown {
  display: none; }

.country-select + noscript + .input_helper {
  display: none; }

@font-face {
  font-family: 'Novum';
  src: url("../fonts/Novum-bold.woff") format("woff"), url("../fonts/Novum-bold.ttf") format("truetype");
  font-weight: 700; }
@font-face {
  font-family: 'Novum';
  src: url("../fonts/Novum-light.woff") format("woff"), url("../fonts/Novum-light.ttf") format("truetype");
  font-weight: 300; }
@font-face {
  font-family: 'Novum';
  src: url("../fonts/Novum-book.woff") format("woff"), url("../fonts/Novum-book.ttf") format("truetype");
  font-weight: 400; }
@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaNewBook.woff") format("woff"), url("../fonts/FuturaNewBook.ttf") format("truetype");
  font-weight: 400; }
@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaNewMedium.woff") format("woff"), url("../fonts/FuturaNewMedium.ttf") format("truetype");
  font-weight: 500; }
.button {
  display: inline-block;
  font-size: 0.875em;
  color: #000;
  letter-spacing: 0px;
  position: relative;
  padding: 1.64286em 4.07143em;
  text-decoration: none;
  line-height: 1em;
  font-family: 'Novum';
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .button:before, .button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .button:before {
    left: -4px;
    top: -4px; }
  .button:after {
    left: 4px;
    top: 4px; }
  .button:hover {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: #000;
    color: #fff; }
    .button:hover:before, .button:hover:after {
      left: 0;
      top: 0; }

.button.white {
  color: #fff; }
  .button.white:before, .button.white:after {
    border: 1px solid #fff; }
  .button.white:hover {
    background: #fff;
    color: #000; }

.underlined-header {
  margin: 0;
  font-size: 0.875em;
  color: #000;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  position: relative;
  line-height: 2.14286em;
  padding-bottom: 2.14286em;
  text-align: center;
  text-transform: uppercase; }
  .underlined-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2.42857em;
    margin-left: -1.21429em;
    height: 1px;
    background: #000; }
  .underlined-header.white {
    color: #fff; }
    .underlined-header.white:after {
      background: #fff; }

.color-white {
  color: #fff; }

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  color: #fff;
  padding: 20px 0 10px;
  text-align: center;
  background: #000;
  background: transparent;
  line-height: 1em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  nav.has-background {
    background: rgba(0, 0, 0, 0); }
  nav .checkout_return-link {
    display: none; }

.single-product .nav_menu-trigger {
  display: none; }
.single-product nav .checkout_return-link {
  display: block;
  position: absolute;
  left: 1.875em;
  top: 50%;
  transform: translateY(-50%); }

.nav-light .checkout_return-link {
  color: #fff; }

.nav-dark .nav_menu-trigger {
  color: #000; }
  .nav-dark .nav_menu-trigger .icon:before, .nav-dark .nav_menu-trigger .icon:after {
    background: #000; }
.nav-dark .nav_logo svg {
  fill: #000; }
.nav-dark.has-background {
  background: white; }

.nav-dark_shopping-cart-link.nav_shopping-cart-link {
  color: #000; }
  .nav-dark_shopping-cart-link.nav_shopping-cart-link .icon-cart {
    color: #000; }
  .nav-dark_shopping-cart-link.nav_shopping-cart-link:hover .icon-cart {
    color: #000; }

.nav_menu-trigger {
  position: absolute;
  top: 2.66667em;
  left: 2.5em;
  font-weight:700;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.625em;
  text-indent: 0.625em;
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 2.5em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .nav_menu-trigger .icon {
    position: absolute;
    width: 1.66667em;
    height: 0.66667em;
    top: 50%;
    margin-top: -0.33333em;
    left: 0; }
    .nav_menu-trigger .icon:before, .nav_menu-trigger .icon:after {
      content: "";
      position: absolute;
      background: #fff;
      left: 0;
      width: 100%;
      height: 2px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .nav_menu-trigger .icon:before {
      top: 0; }
    .nav_menu-trigger .icon:after {
      top: 100%;
      margin-top: -1px; }
  .nav_menu-trigger:hover {
    color: #777777; }
    .nav_menu-trigger:hover .icon:before, .nav_menu-trigger:hover .icon:after {
      top: 50%; }
  .nav_menu-trigger.active .icon:before, .nav_menu-trigger.active .icon:after {
    top: 50%; }
  .nav_menu-trigger.active .icon:before {
    transform: rotate(45deg); }
  .nav_menu-trigger.active .icon:after {
    transform: rotate(-45deg);
    margin-top: 0; }

.nav_shopping-cart-link {
  position: fixed;
  top: 2.66667em;
  right: 4em;
  font-weight: 500;
  font-size: 16px;
  color: #121212;
  display: inline-block;
  text-indent: 0.625em;
  letter-spacing: 0.625em;
  text-indent: 0.625em;
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 2.66667em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 10em;
  z-index: 150;
  text-align: center;
  -webkit-transition: 0.75s;
  -moz-transition: 0.75s;
  -ms-transition: 0.75s;
  -o-transition: 0.75s;
  transition: 0.75s; }
  .nav_shopping-cart-link .icon-cart, .nav_shopping-cart-link .icon-close {
    font-size: 1.41667em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff; }
  .nav_shopping-cart-link .icon-close {
    display: none; }
  .nav_shopping-cart-link:hover {
    color: #777777; }
    .nav_shopping-cart-link:hover .icon-cart {
      color: #fff; }
  .nav_shopping-cart-link.active {
    width: 50%;
    width: 54.16667em;
    padding-right: 0;
    right: 0;
    color: #000; }
    .nav_shopping-cart-link.active .icon-cart {
      display: none; }
    .nav_shopping-cart-link.active .icon-close {
      display: block;
      color: #000;
      right: 1.5em; }

.menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  -webkit-transition: 0s 0.8s;
  -moz-transition: 0s 0.8s;
  -ms-transition: 0s 0.8s;
  -o-transition: 0s 0.8s;
  transition: 0s 0.8s;
  overflow-y: scroll;
  }
  
  
  
  
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /* display: table-cell; */
    vertical-align: middle;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top:100px;
    background: rgba(0,0,0,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
    padding-bottom: 200px;
	height:100%;
    }
    .menu ul li {
      text-align: center; }
      .menu ul li:last-of-type {
        margin-bottom: 0; }
  .menu a {
    font-family: 'Novum';
    font-size: 1.25em;
    color: #FFF;
    letter-spacing: 0.35em;
    text-indent: 0.35em;
    padding: 1em 0;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s; }
    .menu a.active {
      color: #fff; }
    .menu a.inactive {
      color: #727272; }
  .menu.active {
    top: 0;
    transition: 0s 0s;
    -webkit-transition: 0s 0s;
    -moz-transition: 0s 0s;
    -ms-transition: 0s 0s;
    -o-transition: 0s 0s;
    transition: 0s 0s; }
    .menu.active ul {
      -webkit-transition: 0.75s 0.3s;
      -moz-transition: 0.75s 0.3s;
      -ms-transition: 0.75s 0.3s;
      -o-transition: 0.75s 0.3s;
      transition: 0.75s 0.3s;
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
    .menu.active .menu_overlay {
      opacity: 0.9; }
  .menu.fout-bottom ul {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }

.menu_inner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 2; }

.menu_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #000; */
  opacity: 0;
  -webkit-transition: 0.5s 0.3s;
  -moz-transition: 0.5s 0.3s;
  -ms-transition: 0.5s 0.3s;
  -o-transition: 0.5s 0.3s;
  transition: 0.5s 0.3s;
  }

.nav_logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em; }
  .nav_logo svg {
    fill: #fff; }

.cart {
  position: fixed;
  right: -40.625em;
  width: 40.625em;
  background: #fff;
  z-index: 130;
  height: 100%;
  padding-top: 4.625em;
  -webkit-transition: 0.75s;
  -moz-transition: 0.75s;
  -ms-transition: 0.75s;
  -o-transition: 0.75s;
  transition: 0.75s; }
  .cart.active {
    right: 0; }
  .cart:before {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    top: -50%;
    left: 0;
    left: 0;
    height: 200%;
    width: 100%;
    z-index: -1; }

.cart-overlay {
  position: fixed;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transition: all 0s 0.5s, opacity 0.5s;
  -moz-transition: all 0s 0.5s, opacity 0.5s;
  -o-transition: all 0s 0.5s, opacity 0.5s;
  transition: all 0s 0.5s, opacity 0.5s; }
  .cart-overlay.active {
    -webkit-transition: all 0s, opacity 0.5s;
    -moz-transition: all 0s, opacity 0.5s;
    -o-transition: all 0s, opacity 0.5s;
    transition: all 0s, opacity 0.5s;
    left: 0;
    opacity: 0.1; }

.cart_total {
  padding: 3.125em; }
  .cart_total p {
    display: inline-block;
    margin: 0;
    vertical-align: bottom;
    line-height: 1.875em; }
  .cart_total .price {
    font-family: 'Novum', sans-serif;
    font-weight: 300;
    color: #000000;
    letter-spacing: 0px;
    font-size: 1.875em; }
  .cart_total .button {
    float: right;
    margin-top: -0.5em; }

.cart_item {
  display: table;
  width: 100%;
  border-top: 1px solid #E6E6E6;
  text-decoration: none;
  color: #000;
  position: relative; }
  .cart_item .cart_item-img {
    width: 8.4375em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: table-cell;
    vertical-align: middle; }
    .cart_item .cart_item-img:after {
      content: "";
      display: block;
      padding-top: 100%; }
  .cart_item .cart_item-content {
    display: table-cell;
    vertical-align: middle; }
  .cart_item:last-of-type {
    border-bottom: 1px solid #E6E6E6; }
  .cart_item .cart_remove {
    position: absolute;
    right: 0;
    top: 0;
    width: 5em;
    height: 100%;
    z-index: 2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer; }
    .cart_item .cart_remove:after, .cart_item .cart_remove:before {
      content: "";
      width: 1.875em;
      margin-left: -0.9375em;
      margin-top: -1px;
      height: 2px;
      position: absolute;
      top: 50%;
      left: 50%;
      background: #FF6F6F;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .cart_item .cart_remove:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .cart_item .cart_remove:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .cart_item .cart_remove:hover {
      background: #FF6F6F; }
      .cart_item .cart_remove:hover:before, .cart_item .cart_remove:hover:after {
        background: #000; }
  .cart_item a {
    display: block;
    text-decoration: none;
    color: #000; }

.cart_item-title, .cart_item-price {
  letter-spacing: 0px;
  line-height: 1.875em;
  font-family: 'Futura', sans-serif;
  display: block;
  font-weight: 400;
  margin: 0; }

.cart_item-price {
  letter-spacing: 0.5em; }

.cart.empty {
  text-align: center;
  display: table;
  padding-top: 0; }
  .cart.empty > div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 2.5em;
    padding-right: 2.5em; }
  .cart.empty h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2.0em;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    margin: 0;
    margin-bottom: 0.75em;
    font-family: 'Futura', sans-serif; }
  .cart.empty p {
    font-family: 'Novum';
    font-size: 1.0em;
    color: #666;
    letter-spacing: 0px;
    margin: 0;
    line-height: 1.26667em;
    margin-bottom: 1.26667em; }

.cart_item .product-quantity {
  font-weight: 400; }
.cart_item .cart_item-content {
  padding-left: 1.25em; }
  .cart_item .cart_item-content .variation, .cart_item .cart_item-content .variation-Size, .cart_item .cart_item-content .variation p {
    display: inline;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none; }

.image-zoom {
  animation: zoom infinite linear 10s; }

.image-zoom-reverse {
  animation: reverseZoom infinite linear 20s; }

@keyframes zoom {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
@keyframes reverseZoom {
  0% {
    transform: scale(1.1); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }
.hero_img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .hero_img-wrapper .owl-wrapper .hero_img-wrapper {
    animation: zoom infinite linear 10s; }

.hero_img-carousel.owl-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000; }
  .hero_img-carousel.owl-carousel .owl-wrapper-outer, .hero_img-carousel.owl-carousel .owl-wrapper, .hero_img-carousel.owl-carousel .owl-item, .hero_img-carousel.owl-carousel .owl-item > div {
    height: 100%;
    overflow: hidden; }

/*************************************/
.offs2 {
    margin-top: 88px;
}
.hcl{
	width:33%;
}
.marked-list {
    display: block;
}
.marked-list li {
    position: relative;
    padding-left: 42px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
}
.marked-list li::before {
    position: absolute;
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 24px;
    left: 0;
    top: 6px;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.marked-list a {
    cursor: pointer;
}

/*************************************/



.hero_content-wrapper {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 2;
  color: #fff; }

.full-height {
  height: 100vh;
  position: relative; }

.hero_content-wrapper {
  height: 100%;
  display: table;
  width: 100%; }
  .hero_content-wrapper .hero_content-inner-wrapper {
    display: table-cell;
    vertical-align: middle; }
    .hero_content-wrapper .hero_content-inner-wrapper img {
      -webkit-transform: translateY(-30px);
      -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -o-transform: translateY(-30px);
      transform: translateY(-30px);
      opacity: 0;
      vertical-align: top;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .hero_content-wrapper h1 {
    margin: 0;
    font-size: 1.625em;
    margin-top: 2.30769em;
    margin-bottom: 4.23077em;
    font-family: 'Novum';
    font-weight: 300;
    letter-spacing: 0.20808em;
    text-indent: 0.20808em;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .hero_content-wrapper .hero_content-button-wrapper {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.hero_content-wrapper.active .hero_content-inner-wrapper img {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: 0.75s 1s;
  -moz-transition: 0.75s 1s;
  -ms-transition: 0.75s 1s;
  -o-transition: 0.75s 1s;
  transition: 0.75s 1s; }
.hero_content-wrapper.active h1, .hero_content-wrapper.active .hero_content-button-wrapper {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1; }
.hero_content-wrapper.active h1 {
  -webkit-transition: 0.75s 1.2s;
  -moz-transition: 0.75s 1.2s;
  -ms-transition: 0.75s 1.2s;
  -o-transition: 0.75s 1.2s;
  transition: 0.75s 1.2s; }
.hero_content-wrapper.active .hero_content-button-wrapper {
  -webkit-transition: 0.75s 1.4s;
  -moz-transition: 0.75s 1.4s;
  -ms-transition: 0.75s 1.4s;
  -o-transition: 0.75s 1.4s;
  transition: 0.75s 1.4s; }
.hero_content-wrapper.active .novum-symbol-wrapper {
  stroke-dashoffset: 0;
  -webkit-transition: 1.5s 1s;
  -moz-transition: 1.5s 1s;
  -ms-transition: 1.5s 1s;
  -o-transition: 1.5s 1s;
  transition: 1.5s 1s; }
.hero_content-wrapper.active .novum-logo_text-wrapper .letter-l,
.hero_content-wrapper.active .novum-logo_text-wrapper .letter-dot,
.hero_content-wrapper.active .novum-logo_text-wrapper .letter-n,
.hero_content-wrapper.active .novum-logo_text-wrapper .letter-o,
.hero_content-wrapper.active .novum-logo_text-wrapper .letter-v,
.hero_content-wrapper.active .novum-logo_text-wrapper .letter-u,
.hero_content-wrapper.active .novum-logo_text-wrapper .letter-m {
  stroke-dashoffset: 0;
  -webkit-transition: 1.5s 1.2s;
  -moz-transition: 1.5s 1.2s;
  -ms-transition: 1.5s 1.2s;
  -o-transition: 1.5s 1.2s;
  transition: 1.5s 1.2s; }

.container {
  position: relative;
  height: 100vh;
  overflow: hidden; }

.index-hero {
  overflow: hidden; }

.index-slide-2 {
  overflow: hidden; }

.image-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

/* index slide functionality */
.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  transition: 1.4s cubic-bezier(0.8, 0.28, 0.3, 1);
  z-index: 2;
  background: #000; }
  .hero-slide.active {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }
    .hero-slide.active:after {
      opacity: 0;
      transition: 2s; }
  .hero-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000;
    transition: 3s;
    pointer-events: none; }
  .hero-slide.animateout-top {
    margin-top: 250px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  .hero-slide.animateout-bottom {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }

.index-slide-2 svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke-dasharray: 2800px;
  stroke-dashoffset: 2800px;
  transition: 0.5s 0.5s; }
  .index-slide-2 svg.svg-first {
    top: -4px;
    left: -4px; }
  .index-slide-2 svg.svg-second {
    left: 4px;
    top: 4px; }
.index-slide-2.animated svg {
  stroke-dashoffset: 0px; }
  .index-slide-2.animated svg.svg-first {
    transition: 0.8s 1s cubic-bezier(0.76, 0.01, 0.32, 0.98); }
  .index-slide-2.animated svg.svg-second {
    transition: 1.2s 1s cubic-bezier(0.72, 0.01, 0.29, 0.97); }
.index-slide-2.animated h2 {
  transform: translateY(0);
  opacity: 1;
  transition: 0.8s 1.5s; }
.index-slide-2.animated p {
  transform: translateY(0);
  opacity: 1;
  transition: 0.8s 1.75s; }
.index-slide-2 .text-content {
  z-index: 4;
  color: #fff;
  height: 70vh;
  width: 70vh;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35vh;
  margin-left: -35vh;
  text-align: center;
  padding: 5em;
  font-size: 1.67vh;
  display: table; }
  .index-slide-2 .text-content .inner-wrapper {
    display: table-cell;
    vertical-align: middle; }
.index-slide-2 h2 {
  font-family: 'Futura', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.5em;
  color: #FFF;
  letter-spacing: 0.33325em;
  text-indent: 0.33325em;
  line-height: 1.5em;
  margin: 0;
  margin-bottom: 1em;
  opacity: 0;
  transform: translateY(-30px);
  transition: 0.3s 0.5s; }
.index-slide-2 p {
  font-family: 'Novum';
  font-size: 0.875em;
  font-size: 1em;
  color: #FFF;
  letter-spacing: 0px;
  line-height: 2.28571em;
  margin: 0;
  opacity: 0;
  transform: translateY(-30px);
  transition: 0.3s 0.5s; 
  font-family:"微软雅黑";
}

.index-slide-3 {
  background: #000; }
  .index-slide-3 .row {
    max-width: 100%; }
  .index-slide-3 .index-slide-3_left {
    height: 100%;
    background: #fff;
    position: relative;
    padding-left: 6.25em;
    padding-right: 6.25em;
    overflow: hidden; }
  .index-slide-3 .index-slide-3_right {
    height: 100%;
    overflow: hidden;
    position: relative; }
  .index-slide-3 .index-slide-3_left {
    display: table;
    table-layout: fixed; }
    .index-slide-3 .index-slide-3_left .text-content {
      text-align: center;
      display: table-cell;
      vertical-align: middle; }
      .index-slide-3 .index-slide-3_left .text-content h3 {
        font-family: '微软雅黑';
        font-weight: 300;
        font-size: 2.0em;
        color: #000;
        letter-spacing: 0.33325em;
        text-indent: 0.33325em;
        line-height: 1.5em;
        margin: 1.75em 0; }
      .index-slide-3 .index-slide-3_left .text-content p {
        font-size: 1.0em;
        color: #666;
        letter-spacing: 0px;
        line-height: 2em;
        margin: 0;
        margin-bottom: 3.5em;
        font-family: '微软雅黑';
        }

.index-slide-3_video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover; }

.index-slide-5 .row {
  max-width: 100%; }
.index-slide-5 .index-slide-5_left {
  height: 100%;
  position: relative;
  overflow: hidden; }
  .index-slide-5 .index-slide-5_left.mobile {
    display: none; }
.index-slide-5 .index-slide-5_right {
  height: 100%;
  background: #fff;
  overflow: hidden;
  position: relative; }
.index-slide-5 .index-slide-5_right {
  display: table;
  table-layout: fixed; }
  .index-slide-5 .index-slide-5_right .text-content {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    display: table-cell;
    vertical-align: middle; }
    .index-slide-5 .index-slide-5_right .text-content h3 {
      font-family: '微软雅黑';
      font-weight: 300;
      font-size: 2.0em;
      color: #000;
      letter-spacing: 0.33325em;
      text-indent: 0.33325em;
      line-height: 1.5em;
      margin: 1.75em 0; }
    .index-slide-5 .index-slide-5_right .text-content p {
      font-size: 1.25em;
      color: #000000;
      letter-spacing: 0px;
      line-height: 2em;
      margin: 0; }

.index-slide-5_community-img-wrapper {
  width: 50%;
  height: 50%;
  float: left;
  position: relative;
  overflow: hidden; }
  .index-slide-5_community-img-wrapper .img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

.index-slide-6 footer {
  height: 100%; }
.index-slide-6 .row {
  height: 100%;
  max-width: 100%;
  width: 100%; }
.index-slide-6 .footer_right .img-wrapper {
  height: 120%;
  -webkit-transform: translateY(-14%);
  -moz-transform: translateY(-14%);
  -ms-transform: translateY(-14%);
  -o-transform: translateY(-14%);
  transform: translateY(-14%);
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }
.index-slide-6.active .footer_right .img-wrapper {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

/* rotating circle */
.rotating_circle {
  width: 26em;
  height: 26em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .rotating_circle .rotating_circle-text-content {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 3.75em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    text-transform: uppercase; }
  .rotating_circle svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    stroke-dasharray: 1300px;
    stroke-dashoffset: 1300px;
    -webkit-transition: 1s cubic-bezier(0.92, 0.15, 0.28, 1);
    -moz-transition: 1s cubic-bezier(0.92, 0.15, 0.28, 1);
    -ms-transition: 1s cubic-bezier(0.92, 0.15, 0.28, 1);
    -o-transition: 1s cubic-bezier(0.92, 0.15, 0.28, 1);
    transition: 1s cubic-bezier(0.92, 0.15, 0.28, 1); }
  .rotating_circle .inner-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 96%;
    width: calc(100% - 1em);
    height: calc(100% - 1em);
    stroke-dashoffset: 0px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .rotating_circle .inner-circle path {
      stroke: #fff; }
  .rotating_circle .rotating_circle-text_hours {
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 0.15617em;
    line-height: 1.33333em; }
  .rotating_circle .rotating_circle-single-step {
    display: none;
    font-size: 0.5em;
    color: #FFF;
    letter-spacing: 0.156em;
    line-height: 1.33333em;
    text-transform: uppercase;
    padding-left: 0.66667em;
    padding-right: 0.66667em; }

.homepage-container {
  overflow: hidden; }

#parallax-scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  #parallax-scene .layer {
    position: absolute;
    top: -10% !important;
    left: -10% !important;
    width: 120%;
    height: 120%; }

.index-slide-5_community-img-wrapper .media-block-images {
  opacity: 0; }
.index-slide-5_community-img-wrapper:nth-of-type(2) .media_slider-outter-wrapper {
  transition-delay: 0.4s; }
.index-slide-5_community-img-wrapper:nth-of-type(3) .media_slider-outter-wrapper {
  transition-delay: 0.8s; }
.index-slide-5_community-img-wrapper:nth-of-type(4) .media_slider-outter-wrapper {
  transition-delay: 1.2s; }

.media_slider-outter-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  -webkit-transition: 1.5s cubic-bezier(0.71, 0.22, 0.03, 1);
  -moz-transition: 1.5s cubic-bezier(0.71, 0.22, 0.03, 1);
  -ms-transition: 1.5s cubic-bezier(0.71, 0.22, 0.03, 1);
  -o-transition: 1.5s cubic-bezier(0.71, 0.22, 0.03, 1);
  transition: 1.5s cubic-bezier(0.71, 0.22, 0.03, 1); }
  .media_slider-outter-wrapper .media_slider-item {
    height: 100%;
    width: 33.33%;
    float: left;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.novum-symbol-wrapper {
  width: 3.625em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  stroke-dasharray: 280px;
  stroke-dashoffset: 280px;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear; }

.novum-logo_text-wrapper {
  width: 29.375em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 3.125em; }
  .novum-logo_text-wrapper .letter-l {
    stroke-dasharray: 90px;
    stroke-dashoffset: 90px;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear; }
  .novum-logo_text-wrapper .letter-dot {
    stroke-dasharray: 12px;
    stroke-dashoffset: 12px;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear; }
  .novum-logo_text-wrapper .letter-n {
    stroke-dasharray: 180px;
    stroke-dashoffset: 180px;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear; }
  .novum-logo_text-wrapper .letter-o {
    stroke-dasharray: 200px;
    stroke-dashoffset: 200px;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear; }
  .novum-logo_text-wrapper .letter-v {
    stroke-dasharray: 140px;
    stroke-dashoffset: 140px;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear; }
  .novum-logo_text-wrapper .letter-u {
    stroke-dasharray: 132px;
    stroke-dashoffset: 132px;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear; }
  .novum-logo_text-wrapper .letter-m {
    stroke-dasharray: 190px;
    stroke-dashoffset: 190px;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear; }
  .novum-logo_text-wrapper.active .letter-l,
  .novum-logo_text-wrapper.active .letter-dot,
  .novum-logo_text-wrapper.active .letter-n,
  .novum-logo_text-wrapper.active .letter-o,
  .novum-logo_text-wrapper.active .letter-v,
  .novum-logo_text-wrapper.active .letter-u,
  .novum-logo_text-wrapper.active .letter-m {
    stroke-dashoffset: 0; }

/*
stroke-dasharray: 277px;
stroke-dashoffset: 277px;
transition: 1s;
*/
.collection-block {
  max-width: 100%; }
  .collection-block .collection-block_inner {
    width: 50%;
    height: 100%;
    background: #fff;
    position: relative;
    display: table;
    text-decoration: none;
    float: left;
    color: #000; }
    .collection-block .collection-block_inner.color-dark {
      color: #000; }
      .collection-block .collection-block_inner.color-dark .text-wrapper h2 {
        color: #000; }
      .collection-block .collection-block_inner.color-dark:after {
        background: #fff; }
    .collection-block .collection-block_inner.color-light {
      color: #fff; }
      .collection-block .collection-block_inner.color-light .text-wrapper .button {
        color: #fff; }
        .collection-block .collection-block_inner.color-light .text-wrapper .button:hover {
          background: #fff;
          color: #000; }
        .collection-block .collection-block_inner.color-light .text-wrapper .button:after, .collection-block .collection-block_inner.color-light .text-wrapper .button:before {
          border: 1px solid #fff; }
      .collection-block .collection-block_inner.color-light:after {
        background: #000; }
    .collection-block .collection-block_inner:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: 0.75s;
      -moz-transition: 0.75s;
      -ms-transition: 0.75s;
      -o-transition: 0.75s;
      transition: 0.75s;
      opacity: 0; }
    .collection-block .collection-block_inner:hover:after {
      opacity: 0.5; }
    .collection-block .collection-block_inner .text-wrapper {
      display: table-cell;
      vertical-align: middle;
      position: relative;
      z-index: 2;
      text-align: center; }
      .collection-block .collection-block_inner .text-wrapper h2 {
        font-size: 1em;
        line-height: 1.875em;
        font-weight: 300;
        text-transform: uppercase;
         }
        .collection-block .collection-block_inner .text-wrapper h2 span {
          font-size: 2em;
          letter-spacing: 0.5em;
          text-indent: 0.5em;
          line-height: 2em;
          display: block;
          
          font-weight: 400; }
    .collection-block .collection-block_inner .img-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
  .collection-block.items-2 .collection-block_inner {
    width: 50%; }
  .collection-block.items-3 .collection-block_inner {
    width: 33.33%; }

.collection-page nav .nav_logo {
  opacity: 0; }
.collection-page .underlined-header {
  color: #fff;
  padding-top: 0;
  font-weight: 400;
  padding-bottom: 0.35714em;
  padding-top: 0.85714em;
  position: fixed;
  left: 50%;
  z-index: 110;
  width: auto;
  transform: translateX(-50%); }
  .collection-page .underlined-header:after {
    background: #fff; }
.collection-page .menu.active + .cart-overlay + .cart + .underlined-header {
  z-index: 80; }

.collection-header {
  padding: 5.625em 0 4.1875em 0; }
  .collection-header h1 {
    margin: 0;
    text-align: center;
    font-family: 'Novum';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 3.75em;
    color: #000000;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    line-height: 1.33333em; }

/*
.collection-inner-page{
  nav, nav.has-background{
    background: none;
  }
  .nav_logo{
    display: none;
  }
  .underlined-header{
    padding-top: em(44px, 14px);
    font-weight: 400;
    padding-bottom: em(20px, 14px);
    position: fixed;
    z-index: 4;
    width: 100%;
    &:after{
      background: #fff;
    }
  }
  &.page-black{
    .underlined-header{
      color: #fff;
      &:after{
        background: #fff;
      }
    }
  }
  &.page-white{
    .underlined-header{
      color: #000;
      &:after{
        background: #000;
      }
    }
  }
}
*/
.product-box {
  float: left;
  width: 50%;
  position: relative;
  background: #fff; }
  .product-box:after {
    content: "";
    display: block;
    padding-top: 64%; }
  .product-box .content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .product-box .content-wrapper:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      box-shadow: inset 1px 1px 0px 0px #E6E6E6; }
  .product-box .quick-add-button {
    position: absolute;
    right: 1.66667em;
    top: 1.25em;
    text-decoration: none;
    font-size: 0.75em;
    color: #000000;
    letter-spacing: 0.625em;
    text-indent: 0.625em;
    line-height: 1.66667em;
    text-transform: uppercase;
    text-align: right;
    font-weight: 500;
    padding-bottom: 2.33333em;
    -webkit-transform: translate(1em, -1em);
    -moz-transform: translate(1em, -1em);
    -ms-transform: translate(1em, -1em);
    -o-transform: translate(1em, -1em);
    transform: translate(1em, -1em);
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .product-box .quick-add-button i {
      position: absolute;
      bottom: 0;
      right: 0;
      font-size: 1.66667em; }
  .product-box .content-wrapper_bottom {
    color: #000;
    letter-spacing: 0px;
    line-height: 1.875em;
    text-align: center;
    position: absolute;
    bottom: 2.5em;
    left: 0;
    width: 100%;
    z-index: 4; }
    .product-box .content-wrapper_bottom .title {
      display: block; }
    .product-box .content-wrapper_bottom .price {
      letter-spacing: 0.5em;
      text-indent: 0.5em; }
  .product-box .product-box_link-wrapper {
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-family: 'Novum';
    text-transform: uppercase;
    font-size: 0.75em;
    height: 0px;
    opacity: 0;
    letter-spacing: 0.625em;
    text-indent: 0.625em;
    line-height: 2.5em;
    font-weight: 700; }
    .product-box .product-box_link-wrapper a {
      color: #000;
      text-decoration: none; }
    .product-box .product-box_link-wrapper .notification-text {
      display: none; }
  .product-box .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table; }
    .product-box .image-wrapper:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #000;
      opacity: 0;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .product-box .image-wrapper > div {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
    .product-box .image-wrapper img {
      width: 100%; }
  .product-box:hover .product-box_link-wrapper {
    height: 2.5em;
    opacity: 1; }
  .product-box:hover .quick-add-button {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1; }
  .product-box:hover .image-wrapper:after {
    opacity: 0.05; }

.item-dark .product-box .product-box,
.product-box.item-dark .product-box {
  background: #000; }
.item-dark .product-box .content-wrapper_bottom,
.product-box.item-dark .content-wrapper_bottom {
  color: #fff; }

.product-box.image-overlay .content-wrapper {
  overflow: hidden; }
  .product-box.image-overlay .content-wrapper:before {
    display: none;
    opacity: 0; }
.product-box.image-overlay .image-wrapper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 130%;
  top: -30%; }
.product-box.image-overlay .content-wrapper_bottom {
  font-size: 1.125em;
  color: #FFF;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  text-transform: uppercase;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.product-box.double-height:after {
  content: "";
  display: block;
  padding-top: 128%; }

.product-box.full-width {
  width: 100%;
  float: none; }
  .product-box.full-width:after {
    padding-top: 32%; }

.double-height-box-wrapper.box-right .product-box.double-height {
  float: right; }

.page-white .collection-block_inner {
  width: 100%;
  overflow: hidden; }
  .page-white .collection-block_inner .img-wrapper {
    height: 130%;
    top: -30%; }

.page-black .product-box {
  background: none; }
  .page-black .product-box .content-wrapper:before {
    display: none; }
.page-black .collection-block_inner {
  width: 100%;
  overflow: hidden; }
  .page-black .collection-block_inner .img-wrapper {
    height: 130%;
    top: -30%; }
.page-black .collection-header {
  background: #000; }
  .page-black .collection-header h1 {
    color: #fff; }
.page-black .product-box .quick-add-button {
  color: #fff; }
.page-black .product-box .content-wrapper_bottom {
  color: #fff; }
.page-black .product-box .product-box_link-wrapper a {
  color: #fff; }

.product-page_cta-area .add-to-cart {
  display: inline-block;
  padding-top: 0.9375em; }

.visual-right_items-2 {
  display: flex; }
  .visual-right_items-2 > div:nth-of-type(1) {
    order: 2; }
  .visual-right_items-2 > div:nth-of-type(2) {
    order: 1; }

.visual-left_items-3 > div:nth-of-type(1):after {
  padding-top: 128%; }

.visual-right_items-3 {
  overflow: hidden; }
  .visual-right_items-3 > div:nth-of-type(1) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
    .visual-right_items-3 > div:nth-of-type(1):after {
      padding-top: 128%; }
  .visual-right_items-3 > div:nth-of-type(2) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  .visual-right_items-3 > div:nth-of-type(3) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }

.visual-right_items-4 {
  overflow: hidden; }
  .visual-right_items-4 > div:nth-of-type(1) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .visual-right_items-4 > div:nth-of-type(2) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }

.product-page_top {
  display: table;
  table-layout: fixed;
  width: 100%;
  min-height: 90vh; }
  .product-page_top .product-page_top-column-left,
  .product-page_top .product-page_top-column-right {
    width: 50%;
    display: table-cell; }
  .product-page_top .product-page_top-column-right {
    vertical-align: middle;
    vertical-align: top;
    padding-top: 9.375em; }
  .product-page_top .product-page_top-column-left {
    vertical-align: middle;
    position: relative; }

.product-page_description {
  padding-left: 3.75em;
  max-width: 90%;
  color: #000; }
  .product-page_description h1 {
    font-size: 2.5em;
    letter-spacing: 0.5em;
    line-height: 1.5em;
    margin: 0;
    margin-bottom: 0.5em;
    font-weight: 300;
    font-family: 'Futura', sans-serif;
    text-transform: uppercase; }
  .product-page_description h2 {
    font-size: 0.875em;
    color: #878787;
    letter-spacing: 0.5em;
    line-height: 2.14286em;
    margin: 0;
    margin-bottom: 2.14286em;
    font-weight: 400;
    text-transform: uppercase; }

.product-page_info {
  margin-top: 3.125em;
  padding-top: 2.5em;
  border-top: 1px solid #E5E5E5;
  overflow: hidden;
  max-width: 500px; }
  .product-page_info .product-page_info-toggler {
    font-family: 'Novum';
    font-size: 0.875em;
    color: #878787;
    letter-spacing: 0.5em;
    line-height: 2.14286em;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin-right: 3.57143em;
    cursor: pointer; }
    .product-page_info .product-page_info-toggler.active {
      color: #000;
      border-bottom: 1px solid #000; }
    .product-page_info .product-page_info-toggler:last-of-type {
      margin-right: 0; }

.product-page_cta-area {
  margin-top: 1.875em; }

.product-page_price-area {
  margin-right: 3.125em;
  display: inline-block;
  vertical-align: top;
  padding-top: 1.125em; }
  .product-page_price-area .price-wrapper {
    display: block;
    text-align: center;
    font-family: 'Novum';
    font-weight: 300;
    display: block;
    display: block;
    font-size: 1.875em;
    line-height: 1em;
    margin-bottom: 0.33333em; }
  .product-page_price-area .amount {
    display: block;
    text-align: center;
    text-align: left;
    font-family: 'Novum';
    font-weight: 400;
    font-size: 0.875em;
    line-height: 2.14286em;
    line-height: 1em; }

.product_page-visual-full {
  position: relative;
  overflow: hidden; }
  .product_page-visual-full:after {
    content: "";
    padding-top: 32%;
    display: block; }
  .product_page-visual-full h2 {
    font-size: 1.875em;
    color: #FFF;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    line-height: 2em;
    margin: 0;
    text-align: center;
    margin-bottom: 0.66667em;
    text-transform: uppercase;
    font-weight: 400; }
  .product_page-visual-full p {
    font-weight: 400;
    font-size: 1.25em;
    color: #FFF;
    line-height: 2em;
    margin: auto;
    width: 20em;
    max-width: 90%;
    color: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 1em; }
    .product_page-visual-full p:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -0.85em;
      width: 1.7em;
      height: 1px;
      background: #fff; }
  .product_page-visual-full .image-wrapper {
    position: absolute;
    top: -30%;
    left: 0;
    width: 100%;
    height: 130%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .product_page-visual-full .content-wrapper {
    width: 100%;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3; }

.cart-sizing-popup-link {
  color: #fff;
  font-weight: 300;
  margin-left: 1.25em;
  font-weight: 500;
  text-decoration: underline; }

.page-black .cart-sizing-popup-link {
  color: #fff; }

.page-white .cart-sizing-popup-link {
  color: #000; }

.product-page_info-content-wrapper {
  padding-bottom: 1.875em;
  width: 200%;
  transition: 0.5s cubic-bezier(0.82, 0.09, 0.26, 0.93); }
  .product-page_info-content-wrapper.active {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .product-page_info-content-wrapper .content {
    width: 50%;
    padding-top: 1.875em;
    color: #000;
    display: block;
    float: left; }
    .product-page_info-content-wrapper .content p {
      margin: 0; }
    .product-page_info-content-wrapper .content a {
      text-decoration: none;
      color: inherit;
      font-weight: 700; }
    .product-page_info-content-wrapper .content ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .product-page_info-content-wrapper .content ul li {
        font-size: 0.75em;
        font-family: 'Novum';
        font-weight: 400;
        line-height: 1.66667em;
        margin-bottom: 1.66667em;
        padding-left: 2.5em;
        position: relative; }
        .product-page_info-content-wrapper .content ul li:before {
          position: absolute;
          left: 0;
          top: 0;
          color: inherit;
          content: "\67";
          font-family: "novum-icons" !important;
          font-style: normal !important;
          font-weight: normal !important;
          font-variant: normal !important;
          text-transform: none !important;
          speak: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          line-height: 1.66667em; }
        .product-page_info-content-wrapper .content ul li:empty {
          display: none; }

.product_page-features-wrapper {
  padding-left: 1.875em; }
  .product_page-features-wrapper .image-wrapper {
    float: right;
    position: relative; }
  .product_page-features-wrapper .features-plus {
    width: 2em;
    height: 2em;
    position: absolute;
    background: #000;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer; }
    .product_page-features-wrapper .features-plus:before, .product_page-features-wrapper .features-plus:after {
      content: "";
      position: absolute;
      width: 1.125em;
      height: 1px;
      background: #fff;
      top: 50%;
      left: 50%;
      margin-left: -0.5625em; }
    .product_page-features-wrapper .features-plus .line {
      position: absolute;
      width: 1.125em;
      height: 1px;
      background: #fff;
      top: 50%;
      right: 50%;
      margin-right: -0.5625em;
      background: #fff;
      transition: 0.75s; }
    .product_page-features-wrapper .features-plus:after {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .product_page-features-wrapper .features-plus.active {
      background: #fff; }
      .product_page-features-wrapper .features-plus.active:before, .product_page-features-wrapper .features-plus.active:after {
        background: #000; }
      .product_page-features-wrapper .features-plus.active .line {
        width: 100vw;
        background: #000; }
  .product_page-features-wrapper > .row {
    overflow: hidden;
    position: relative; }
  .product_page-features-wrapper .product_features-text-content {
    position: absolute;
    left: 0;
    width: 50%;
    color: #000;
    z-index: 2; }
    .product_page-features-wrapper .product_features-text-content h3 {
      font-size: 1.875em;
      letter-spacing: 0.5em;
      line-height: 2em;
      margin: 0;
      font-weight: 400;
      opacity: 0;
      text-transform: uppercase;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .product_page-features-wrapper .product_features-text-content p {
      letter-spacing: 0px;
      line-height: 2em;
      margin: 0;
      max-width: 18.75em;
      opacity: 0;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
      -webkit-transition: 0.3s 0s;
      -moz-transition: 0.3s 0s;
      -ms-transition: 0.3s 0s;
      -o-transition: 0.3s 0s;
      transition: 0.3s 0s; }
    .product_page-features-wrapper .product_features-text-content.active h3, .product_page-features-wrapper .product_features-text-content.active p {
      opacity: 1;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px); }
    .product_page-features-wrapper .product_features-text-content.active p {
      -webkit-transition-delay: 0.1s;
      -moz-transition-delay: 0.1s;
      -ms-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }

.owl-carousel.product-page_carousel-top {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 90vh; }
  .owl-carousel.product-page_carousel-top .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%; }
    .owl-carousel.product-page_carousel-top .owl-wrapper-outer .owl-wrapper {
      height: 100%; }
  .owl-carousel.product-page_carousel-top .owl-item {
    height: auto;
    display: table;
    height: 100%; }
    .owl-carousel.product-page_carousel-top .owl-item > div {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .owl-carousel.product-page_carousel-top .owl-item > div img {
        max-height: 90vh; }
  .owl-carousel.product-page_carousel-top.align-top .owl-item > div {
    vertical-align: top; }
    .owl-carousel.product-page_carousel-top.align-top .owl-item > div img {
      max-height: 90vh; }
  .owl-carousel.product-page_carousel-top .owl-pagination {
    position: absolute;
    bottom: 1.25em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .owl-carousel.product-page_carousel-top .owl-pagination .owl-page {
      cursor: pointer;
      display: inline-block;
      width: 0.625em;
      height: 0.625em;
      border: 1px solid #000;
      border-radius: 50%;
      margin-right: 1.25em;
      position: relative; }
      .owl-carousel.product-page_carousel-top .owl-pagination .owl-page:after {
        content: "";
        position: absolute;
        top: -100%;
        left: -100%;
        width: 300%;
        height: 300%; }
      .owl-carousel.product-page_carousel-top .owl-pagination .owl-page.active {
        background: #000; }
      .owl-carousel.product-page_carousel-top .owl-pagination .owl-page:last-of-type {
        margin-right: 0; }

.product-page_top-select-wrapper select {
  width: auto;
  min-width: 13.125em; }

.product_page-similar-items {
  background: #000; }
  .product_page-similar-items .label {
    width: 25%;
    float: left;
    position: relative; }
    .product_page-similar-items .label:after {
      content: "";
      padding-top: 90%;
      display: block; }
    .product_page-similar-items .label span {
      text-align: center;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      font-family: 'Novum';
      font-size: 1.125em;
      color: #FFF;
      letter-spacing: 0.5em;
      text-indent: 0.5em;
      line-height: 1.66667em;
      text-transform: uppercase; }
  .product_page-similar-items .product_page-similar-items-carousel {
    width: 75%;
    float: left; }
  .product_page-similar-items .product-box {
    float: none;
    width: 100%; }
    .product_page-similar-items .product-box .image-wrapper > div {
      vertical-align: top;
      vertical-align: top; }
    .product_page-similar-items .product-box:after {
      padding-top: 90%; }

.product_page-visuals-group {
  position: relative;
  background: #fff; }
  .product_page-visuals-group .pattern {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/pattern.png) #fff;
    opacity: 0.045; }
  .product_page-visuals-group .visual-box {
    width: 50%;
    float: left;
    position: relative;
    z-index: 2;
    overflow: hidden; }
    .product_page-visuals-group .visual-box:after {
      content: "";
      display: block;
      padding-top: 56%; }
    .product_page-visuals-group .visual-box .image-wrapper {
      position: absolute;
      top: 0%;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
  .product_page-visuals-group:last-of-type {
    padding-bottom: 11.625em; }

.page-black .product_page-visuals-group .button, .page-black .product-page_cta-area .button {
  color: #fff; }
  .page-black .product_page-visuals-group .button:before, .page-black .product_page-visuals-group .button:after, .page-black .product-page_cta-area .button:before, .page-black .product-page_cta-area .button:after {
    border: 1px solid #fff; }
  .page-black .product_page-visuals-group .button:hover, .page-black .product-page_cta-area .button:hover {
    background: #fff;
    color: #000; }

.order-box_content-wrapper {
  display: inline-block;
  background: none;
  padding: 3.125em 1.25em;
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .order-box_content-wrapper h4 {
    font-family: 'Novum';
    font-size: 0.875em;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    line-height: 2.14286em;
    margin: 0;
    margin-bottom: 1.78571em; }

/* page black */
.page-black {
  background: #000; }
  .page-black .product-page_description {
    color: #fff; }
  .page-black .product-page_price-area .price-wrapper {
    color: #fff; }
  .page-black .product-page_price-area .amount {
    color: #fff; }
  .page-black .product-page_info {
    border-top: 1px solid #3C3C3C; }
    .page-black .product-page_info .product-page_info-toggler.active {
      color: #fff;
      border-bottom: 1px solid #3C3C3C; }
  .page-black .product-page_info-content-wrapper .content {
    color: #fff; }
  .page-black .product_page-features-wrapper .product_features-text-content {
    color: #fff; }
  .page-black .product_page-features-wrapper .features-plus {
    background: #fff; }
    .page-black .product_page-features-wrapper .features-plus:before, .page-black .product_page-features-wrapper .features-plus:after {
      background: #000; }
    .page-black .product_page-features-wrapper .features-plus .line {
      background: #000; }
    .page-black .product_page-features-wrapper .features-plus.active {
      background: #000; }
      .page-black .product_page-features-wrapper .features-plus.active:before, .page-black .product_page-features-wrapper .features-plus.active:after {
        background: #fff; }
      .page-black .product_page-features-wrapper .features-plus.active .line {
        background: #fff; }
  .page-black .product-page_carousel-top .owl-pagination .owl-page {
    border: 1px solid #fff; }
    .page-black .product-page_carousel-top .owl-pagination .owl-page.active {
      background: #fff; }
  .page-black .product_page-similar-items .product-box .quick-add-button,
  .page-black .product_page-similar-items .product-box .content-wrapper_bottom,
  .page-black .product_page-similar-items .product-box .product-box_link-wrapper a {
    color: #fff; }
  .page-black .product_page-visuals-group {
    background: #000; }
  .page-black .pattern {
    background: url(../img/pattern.png) #000;
    opacity: 1; }
  .page-black .order-box_content-wrapper {
    background: none; }
    .page-black .order-box_content-wrapper h4 {
      color: #fff; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0.75em 0.625em;
  line-height: 1em; }

.select2-container--default {
  text-align: center; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%; }

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #E6E6E6;
  text-align: left;
  border-radius: 0px;
  height: auto; }

.select2-container--open .select2-dropdown--below {
  border-radius: 0px;
  border: 1px solid #E6E6E6;
  border-top: 0; }

.select2-results__option {
  line-height: 1em;
  text-align: left;
  padding: 0.75em 0.625em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #F6F6F7;
  color: #878787; }

.select2-container * {
  outline: none; }

.page-black .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff; }
.page-black .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent; }
.page-black .select2-results__option {
  background: #000;
  color: #fff; }

.product-page_cta-area .woocommerce-variation {
  display: inline-block; }
.product-page_cta-area .quantity, .product-page_cta-area .added_to_cart {
  display: none; }
.product-page_cta-area .woocommerce-variation-add-to-cart {
  display: inline-block;
  vertical-align: top;
  padding-top: 0.83333em; }
.product-page_cta-area .amount p {
  display: block;
  margin: 0; }

.product_page-visuals-group .index-slide-3_video {
  width: 100%; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0);
  z-index: 150;
  left: -100%;
  transition: 0s 0.3s, background 0.3s 0s; }
  .popup .inner-wrapper {
    padding-top: 10em;
    height: 100%;
    overflow: auto;
    text-align: center;
    padding-bottom: 4.375em; }
  .popup .popup-heading {
    font-family: 'Novum';
    font-size: 0.75em;
    color: #000;
    letter-spacing: 0.625em;
    text-indent: 6.25em;
    margin: 0;
    margin-bottom: 10.58333em;
    opacity: 0;
    transform: translateY(-20px);
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 700; }
  .popup .popup-inner-content {
    max-width: 90%;
    width: 56.25em;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transform: translateY(-20px);
    transition: 0.3s; }
    .popup .popup-inner-content .item {
      margin-bottom: 5.625em;
      width: 50%;
      float: left; }
      .popup .popup-inner-content .item h3 {
        font-size: 1.875em;
        color: #000;
        letter-spacing: 0.375em;
        text-indent: 0.375em;
        line-height: 2em;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 0.66667em;
        font-family: 'Futura', sans-serif;
        font-weight: 400;
        margin: 0; }
      .popup .popup-inner-content .item h4 {
        font-family: 'Novum';
        font-weight: 400;
        font-size: 0.875em;
        line-height: 1em;
        color: #000000;
        letter-spacing: 0;
        margin: 0;
        margin-bottom: 2.30769em; }
      .popup .popup-inner-content .item .img-wrapper {
        width: 15.625em;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto; }
  .popup .popup-close-icon {
    width: 3.5em;
    height: 3.5em;
    position: absolute;
    z-index: 3;
    right: 8.125em;
    top: 8.125em;
    transform: rotate(45deg);
    opacity: 0;
    transition: 0.3s;
    cursor: pointer; }
    .popup .popup-close-icon:before, .popup .popup-close-icon:after {
      content: "";
      position: absolute;
      background: #000;
      transition: 0.3s; }
    .popup .popup-close-icon:before {
      width: 100%;
      height: 2px;
      top: 50%;
      left: 0;
      margin-top: -1px; }
    .popup .popup-close-icon:after {
      width: 2px;
      height: 100%;
      top: 0;
      left: 50%;
      margin-left: -1px; }
    .popup .popup-close-icon:hover:before, .popup .popup-close-icon:hover:after {
      background: #fa656a; }
  .popup.active {
    left: 0;
    background: white;
    transition: 0s 0s, background 0.3s 0s; }
    .popup.active .popup-heading {
      opacity: 1;
      transform: translateY(0px);
      transition: 0.5s 0.5s; }
    .popup.active .popup-inner-content {
      opacity: 1;
      transform: translateY(0px);
      transition: 0.5s 0.75s; }
    .popup.active .popup-close-icon {
      transition: 0.5s 1s;
      transform: rotate(-45deg);
      opacity: 1; }

footer {
  background: #000; }
  footer > .row {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 100%;
    height: 100vh; }

.footer_left {
  height: 100%;
  display: table-cell;
  vertical-align: top;
  width: 50%; }
  .footer_left .footer_left-top {
    background: #1B1C1E;
    padding: 3.125em;
    text-align: center;
    display: table;
    width: 100%;
    height: 50%; }
    .footer_left .footer_left-top .footer_left-top-inner-wrapper {
      display: table-cell;
      vertical-align: middle; }
    .footer_left .footer_left-top h3 {
      font-family: '微软雅黑';
      font-weight: 400;
      font-size: 0.875em;
      color: #FFF;
      letter-spacing: 0.35714em;
      text-indent: 0.35714em;
      line-height: 2.14286em;
      width: 21.42857em;
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 2.14286em; }
  .footer_left .footer_left-bottom {
    display: table;
    background: #000;
    position: relative;
    z-index: 2;
    padding: 2.5em;
    width: 100%;
    width: calc(100% + 2.5em);
    height: 50%; }
    .footer_left .footer_left-bottom .footer_left-bottom-inner-wrapper {
      display: table-cell;
      vertical-align: middle;
      position: relative; }
    .footer_left .footer_left-bottom ul {
      list-style: none;
      padding: 0;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      /*&:hover{
        li{
          a{
            color: #727272;
            &:hover{
              color: #fff;
            }
          }
        }
      }*/ }
      .footer_left .footer_left-bottom ul li {
        width: 33.33%;
        float: left; }
        .footer_left .footer_left-bottom ul li a {
          display: inline-block;
          vertical-align: top;
          font-size: 0.875em;
          color: #FFFFFF;
          letter-spacing: 0.35714em;
          text-indent: 0.35714em;
          line-height: 2.14286em;
          text-decoration: none;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .footer_left .footer_left-bottom ul li a.inactive {
            color: #727272; }
          .footer_left .footer_left-bottom ul li a.active {
            color: #fff; }
    .footer_left .footer_left-bottom .credits {
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 0.875em;
      color: #FFFFFF;
      letter-spacing: 0.35714em;
      line-height: 2.14286em;
      left: 2.85714em;
      bottom: 2.85714em;
      margin: 0; }
      .footer_left .footer_left-bottom .credits a {
        color: #fff;
        text-decoration: none; }
        .footer_left .footer_left-bottom .credits a:hover {
          text-decoration: underline; }

.footer_right {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  width: 50%; }
  .footer_right .img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3; }
    .footer_right .img-wrapper img {
      width: 33.33%;
      float: left; }
  .footer_right .instagram-photos-wrapper {
    width: 100vh;
    transform: translateX(-50%);
    left: 50%;
    position: absolute; }
  .footer_right .content-wrapper {
    color: #fff;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 2; 
  
  }
    .footer_right .content-wrapper p {
      font-size: 0.7em;
      color: #333;
      letter-spacing: 0.5em;
      text-indent: 0.5em;
      line-height: 2.14286em;
      margin: 0;
      margin-bottom: 1.07143em; }
    .footer_right .content-wrapper h3 {
      font-weight: 400;
      font-family: 'Futura';
      font-size: 2.0em;
      color: #121212;
      letter-spacing: 0.5em;
      text-indent: 0.5em;
      line-height: 1.5em;
      margin: 0;
      margin-bottom: 0.75em; }
    .footer_right .content-wrapper .button {
      padding: 0;
      width: 8.42857em;
      height: 8.42857em;
      margin: 0 1.07143em; }
      .footer_right .content-wrapper .button i {
        font-size: 3.28571em;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .footer_right.mobile {
    display: none; }

.footer_form {
  position: relative;
  width: 66.66%;
  border-bottom: 1px solid #121212;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.75em;
  max-width: 90%; }
  .footer_form:hover {
    border-bottom: 1px solid #727272; }
  .footer_form .email-input {
    background: none;
    width: 100%;
    border: 0px;
    color: #333;
    font-size: 0.875em;
    color: #FFF;
    letter-spacing: 0.14286em;
    text-indent: 0.14286em;
    padding: 0.85714em 0;
}
    .footer_form .email-input:focus {
      outline: none; }
  .footer_form .footer_form-submit {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    color: #999;
    font-size: 1.125em;
    padding-right: 1.5em;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
    .footer_form .footer_form-submit i {
      position: absolute;
      right: 0;
      right: -0.11111em;
      top: 50%;
      font-size: 1.11111em;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .footer_form .footer_form-submit:hover, .footer_form .footer_form-submit:focus {
      outline: none; }
    .footer_form .footer_form-submit:hover {
      color: #727272; }
      .footer_form .footer_form-submit:hover i {
        color: #fff; }
  .footer_form .footer-form-success {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    /* display: none; */
    background: none;
    width: 100%;
    border: 0px;
    color: #fff;
    font-size: 0.875em;
    color: #FFF;
    letter-spacing: 0.14286em;
    text-indent: 0.14286em;
    padding: 0.85714em 0;
    font-family: 'Novum'; }
  .footer_form.success .email-input {
    opacity: 0; }
  .footer_form.success .footer-form-success {
    display: block; }
  .footer_form label.error {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font-size: 13px;
    padding-top: 5px;
    text-align: left; }

.contacts_form-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .contacts_form-wrapper .contacts_form-column {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 5.625em 1.25em; }

.contacts_form-column form {
  width: 27.5em;
  margin: 0 auto; }
  .contacts_form-column form p {
    font-family: 'Novum';
    font-size: 1.875em;
    margin: 0;
    line-height: 1em;
    font-weight: 300; }
  .contacts_form-column form input, .contacts_form-column form textarea {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
    box-shadow: none;
    border-bottom: 1px solid #878787;
    resize: none;
    font-size: 1.875em;
    font-family: 'Novum';
    font-weight: 300;
    line-height: 1.66667em;
    border-radius: 0px;
    background: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .contacts_form-column form input.error, .contacts_form-column form textarea.error {
      border-bottom: 1px solid #f05e5e; }
    .contacts_form-column form input::-webkit-input-placeholder, .contacts_form-column form textarea::-webkit-input-placeholder {
      color: #878787; }
    .contacts_form-column form input:-moz-placeholder, .contacts_form-column form textarea:-moz-placeholder {
      color: #878787; }
    .contacts_form-column form input::-moz-placeholder, .contacts_form-column form textarea::-moz-placeholder {
      color: #878787; }
    .contacts_form-column form input:-ms-input-placeholder, .contacts_form-column form textarea:-ms-input-placeholder {
      color: #878787; }
    .contacts_form-column form input:focus, .contacts_form-column form textarea:focus {
      outline: none; }
    .contacts_form-column form input:hover, .contacts_form-column form textarea:hover {
      color: #000;
      border-bottom: 1px solid #000; }
      .contacts_form-column form input:hover::-webkit-input-placeholder, .contacts_form-column form textarea:hover::-webkit-input-placeholder {
        color: #000; }
      .contacts_form-column form input:hover:-moz-placeholder, .contacts_form-column form textarea:hover:-moz-placeholder {
        color: #000; }
      .contacts_form-column form input:hover::-moz-placeholder, .contacts_form-column form textarea:hover::-moz-placeholder {
        color: #000; }
      .contacts_form-column form input:hover:-ms-input-placeholder, .contacts_form-column form textarea:hover:-ms-input-placeholder {
        color: #000; }
  .contacts_form-column form textarea {
    width: 100%;
    height: 1.66667em;
    overflow: hidden; }
    .contacts_form-column form textarea:focus, .contacts_form-column form textarea.dirty {
      font-size: 16px;
      padding-top: 0.625em;
      line-height: 1.5em;
      height: 4.5em; }
.contacts_form-column .contact-form_button-field {
  margin-top: 2.14286em;
  position: relative; }
  .contacts_form-column .contact-form_button-field .form-success-message {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
.contacts_form-column .input-wrapper {
  position: relative; }
  .contacts_form-column .input-wrapper label {
    color: #f05e5e; }

.contacts-form.success .contact-form_button-field .button {
  opacity: 0; }
.contacts-form.success .contact-form_button-field .form-success-message {
  display: block;
  padding-left: 1.625em; }
  .contacts-form.success .contact-form_button-field .form-success-message i {
    position: absolute;
    left: 0;
    font-size: 1.125em;
    margin-top: 0.11111em; }

.contacts_form-column.map-column {
  position: relative;
  padding: 0; }
  .contacts_form-column.map-column .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    background: #000;
    padding: 2.5em 0;
    z-index: 2; }
    .contacts_form-column.map-column .header p {
      margin: 0;
      text-align: center;
      font-size: 0.875em;
      color: #fff;
      font-family: 'Novum'; }
      .contacts_form-column.map-column .header p strong {
        color: #9D9B9B;
        font-weight: 400; }
      .contacts_form-column.map-column .header p a {
        text-decoration: none;
        color: inherit; }
  .contacts_form-column.map-column:after {
    content: "";
    display: block;
    padding-top: 65%; }
  .contacts_form-column.map-column #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.media-page {
  background: #f6f6f7; }

.media-block_image-wrapper.desktop,
.media-block_content-wrapper.desktop {
  display: table-cell; }

.media-block_image-wrapper.mobile,
.media-block_content-wrapper.mobile {
  display: none; }

.media-block {
  margin-bottom: 6.25em;
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  transition: 0.75s; }
  .media-block.skrollable-between, .media-block.skrollable-after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .media-block:after {
    content: ""; }
  .media-block h3 {
    font-family: 'Futura', sans-serif;
    font-size: 1.25em;
    color: #000;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    line-height: 2em;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    margin-bottom: 1.5em; }
  .media-block p {
    line-height: 1.875em;
    margin-bottom: 1.875em;
    margin-top: 1.875em; }
  .media-block a:not(.button) {
    font-family: 'Novum';
    font-size: 0.75em;
    color: #000;
    letter-spacing: 0.625em;
    text-indent: 0.625em;
    font-weight: 700;
    display: block;
    margin: 2.5em 0;
    text-decoration: none; }
  .media-block .column {
    float: none !important; }

.media-block_content-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 1.25em 3.75em; }
  .media-block_content-wrapper.large-7 {
    padding-left: 10.625em;
    padding-right: 10.625em; }

.media-block_image-wrapper {
  display: table-cell;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .media-block_image-wrapper:after {
    content: "";
    display: block; }
  .media-block_image-wrapper.medium-7:after, .media-block_image-wrapper.large-7:after {
    padding-top: 71.5%; }
  .media-block_image-wrapper.medium-5:after, .media-block_image-wrapper.large-5:after {
    padding-top: 100%; }
  .media-block_image-wrapper.medium-2:after, .media-block_image-wrapper.large-2:after {
    padding-top: 250%; }
  .media-block_image-wrapper.small-4:after {
    padding-top: 200%; }

.story-page .inner-page-header {
  padding: 10.625em 2.5em;
  position: relative;
  overflow: hidden;
  background: #000; }
  .story-page .inner-page-header h1 {
    color: #fff;
    position: relative;
    z-index: 2; }
  .story-page .inner-page-header .image-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180%;
    top: -35%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.6; }
.story-page .content {
  width: 40em;
  max-width: 100%;
  margin: 0 auto;
  padding: 6.25em 1.25em;
  font-family: 'Novum'; }
  .story-page .content h1, .story-page .content h2, .story-page .content h3, .story-page .content h4, .story-page .content h5, .story-page .content h6 {
    font-family: 'Novum';
    font-weight: 300;
    font-size: 1.875em;
    line-height: 1.33333em;
    margin-bottom: 1em; }
  .story-page .content p {
    margin-bottom: 1.875em; }

.checkout-page .inner-page-header .checkout_return-link {
  position: absolute;
  left: 2.5em;
  top: 1.66667em; }

.checkout {
  background: #fff;
  padding-top: 3.75em;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .checkout label {
    position: relative;
    display: block;
    margin-bottom: 1.875em;
    /*
    input:focus + .input_helper,
    input:valid + .input_helper{
      top: 0;
      font-size: 10px;
    }*/ }
    .checkout label input {
      width: 100%;
      font-family: 'Novum';
      font-weight: 400;
      font-size: 0.875em;
      color: #000;
      line-height: 2.14286em;
      padding-top: 0.71429em;
      padding-bottom: 0.71429em;
      border: 0;
      box-shadow: none;
      border-bottom: 1px solid #878787;
      border-radius: 0px;
      -moz-appearance: none;
      -webkit-appearance: none;
      background: none; }
      .checkout label input::-webkit-input-placeholder {
        color: transparent; }
      .checkout label input:-moz-placeholder {
        color: transparent; }
      .checkout label input::-moz-placeholder {
        color: transparent; }
      .checkout label input:-ms-input-placeholder {
        color: transparent; }
      .checkout label input:focus {
        outline: none;
        box-shadow: none;
        border-bottom: 1px solid #000; }
      .checkout label input.error {
        border-bottom: 1px solid #f05e5e; }
    .checkout label .input_helper {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      font-family: 'Novum';
      font-weight: 400;
      font-size: 0.875em;
      letter-spacing: 0.5em;
      color: #878787;
      text-transform: uppercase;
      transition: 0.5s; }
    .checkout label input:focus + .input_helper {
      top: 0;
      font-size: 10px; }
    .checkout label input.dirty + .input_helper {
      top: 0;
      font-size: 10px; }
  .checkout .discount-check-link {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 1.125em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 1.66667em;
    text-decoration: none;
    color: #000; }
    .checkout .discount-check-link i {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .checkout .inner-wrapper {
    width: 37.5em;
    max-width: 90%;
    float: right;
    padding-right: 6.25em;
    padding-bottom: 9.375em; }

.checkout_heading {
  font-size: 0.875em;
  color: #000;
  text-align: center;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  line-height: 2.14286em;
  margin-bottom: 2.14286em;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0; }

.checkout_left {
  width: 50%;
  display: table-cell;
  vertical-align: top; }
  .checkout_left .checkout_return-link {
    display: inline-block;
    vertical-align: top;
    margin-top: 3.33333em; }

.checkout_right {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  border-left: 1px solid #E6E6E6; }

.checkout_totals {
  width: 27.5em;
  max-width: 90%;
  padding-left: 3.75em;
  padding-top: 2.5em; }
  .checkout_totals label {
    margin-bottom: 2.5em; }

.checkout_totals-row {
  display: block;
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  padding-top: 1.875em;
  padding-bottom: 1.25em; }
  .checkout_totals-row > span {
    vertical-align: top;
    line-height: 1.875em; }
    .checkout_totals-row > span:last-of-type {
      text-align: right;
      float: right; }
  .checkout_totals-row:last-of-type > span:last-of-type {
    font-size: 1.875em;
    line-height: 0.76667em;
    margin-top: -0.33333em; }
    .checkout_totals-row:last-of-type > span:last-of-type .includes_tax {
      font-size: 0.46667em;
      color: #878787;
      display: block;
      margin-top: 0px; }
  .checkout_totals-row strong {
    font-weight: 400; }

.checkout_left-bottom {
  padding-top: 1.25em;
  text-align: center; }
  .checkout_left-bottom p {
    margin: 0;
    font-size: 0.75em;
    color: #878787;
    letter-spacing: 0px;
    line-height: 1.66667em;
    margin-bottom: 2.5em; }
  .checkout_left-bottom .button img {
    display: inline-block;
    margin-left: 0.71429em; }

.checkout_return-link {
  font-family: 'Novum';
  font-size: 0.75em;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.625em;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding-left: 1.66667em; }
  .checkout_return-link i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.checkout_right.mobile {
  display: none; }

.checkout_right.desktop {
  display: table-cell; }

#billing_state_field select + .select2 + noscript + .input_helper,
#billing_state_field select + .select2 + .input_helper,
#shippin_state_field select + .select2 + noscript + .input_helper,
#shipping_state_field select + .select2 + .input_helper {
  display: none; }

#billing_country_field .input_helper,
#shipping_country_field .input_helper {
  display: none; }

#billing_country_field,
#billing_state_field,
#shipping_country_field,
#shipping_state_field {
  font-family: Novum;
  font-size: 0.875em; }
  #billing_country_field .select2-container--default,
  #billing_state_field .select2-container--default,
  #shipping_country_field .select2-container--default,
  #shipping_state_field .select2-container--default {
    width: 100% !important; }
  #billing_country_field .select2-container--default .select2-selection--single,
  #billing_state_field .select2-container--default .select2-selection--single,
  #shipping_country_field .select2-container--default .select2-selection--single,
  #shipping_state_field .select2-container--default .select2-selection--single {
    border: 1px solid transparent;
    border-bottom: 1px solid #878787;
    transition: 0.3s;
    min-height: 50px; }
    #billing_country_field .select2-container--default .select2-selection--single:hover,
    #billing_state_field .select2-container--default .select2-selection--single:hover,
    #shipping_country_field .select2-container--default .select2-selection--single:hover,
    #shipping_state_field .select2-container--default .select2-selection--single:hover {
      border-bottom: 1px solid #000;
      color: #000; }
      #billing_country_field .select2-container--default .select2-selection--single:hover .select2-selection__rendered,
      #billing_state_field .select2-container--default .select2-selection--single:hover .select2-selection__rendered,
      #shipping_country_field .select2-container--default .select2-selection--single:hover .select2-selection__rendered,
      #shipping_state_field .select2-container--default .select2-selection--single:hover .select2-selection__rendered {
        color: #000; }
  #billing_country_field .select2-container--default .select2-selection--single .select2-selection__rendered,
  #billing_state_field .select2-container--default .select2-selection--single .select2-selection__rendered,
  #shipping_country_field .select2-container--default .select2-selection--single .select2-selection__rendered,
  #shipping_state_field .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-transform: uppercase;
    color: #878787;
    letter-spacing: 0.5em;
    padding-left: 0;
    transition: 0.3s;
    line-height: 2.14286em;
    padding-top: 0.71429em;
    padding-bottom: 0.71429em; }
  #billing_country_field .select2-container--open .select2-selection--single,
  #billing_state_field .select2-container--open .select2-selection--single,
  #shipping_country_field .select2-container--open .select2-selection--single,
  #shipping_state_field .select2-container--open .select2-selection--single {
    border: 1px solid #E6E6E6;
    border-bottom: 1px solid #fff; }
    #billing_country_field .select2-container--open .select2-selection--single .select2-selection__rendered,
    #billing_state_field .select2-container--open .select2-selection--single .select2-selection__rendered,
    #shipping_country_field .select2-container--open .select2-selection--single .select2-selection__rendered,
    #shipping_state_field .select2-container--open .select2-selection--single .select2-selection__rendered {
      color: #000; }
    #billing_country_field .select2-container--open .select2-selection--single:hover,
    #billing_state_field .select2-container--open .select2-selection--single:hover,
    #shipping_country_field .select2-container--open .select2-selection--single:hover,
    #shipping_state_field .select2-container--open .select2-selection--single:hover {
      border-bottom: 1px solid #fff; }
  #billing_country_field .select2-container--open .select2-selection--single .select2-selection__rendered,
  #billing_state_field .select2-container--open .select2-selection--single .select2-selection__rendered,
  #shipping_country_field .select2-container--open .select2-selection--single .select2-selection__rendered,
  #shipping_state_field .select2-container--open .select2-selection--single .select2-selection__rendered {
    padding-left: 1.07143em; }

.checkout-page .select2-results__option, .woocommerce-checkout .select2-results__option {
  font-family: novum;
  color: #878787; }
.checkout-page .select2-results__option--highlighted[aria-selected], .woocommerce-checkout .select2-results__option--highlighted[aria-selected] {
  background: #F6F6F7; }

.checkout_page-message {
  position: relative; }
  .checkout_page-message.error .inner-page-header {
    background: #FF6F6F; }
  .checkout_page-message .content {
    text-align: center;
    padding: 6.25em 0; }
    .checkout_page-message .content h3 {
      font-family: 'Novum';
      font-weight: 300;
      font-size: 1.875em;
      color: #000;
      letter-spacing: 0px;
      line-height: 1em;
      margin-top: 0;
      margin-bottom: 1.33333em; }
    .checkout_page-message .content p {
      /* Lorem ipsum dolor si: */
      font-family: 'Novum';
      font-size: 1.125em;
      color: #000;
      letter-spacing: 0px;
      line-height: 1.66667em;
      margin: 0;
      margin-bottom: 2.22222em; }
    .checkout_page-message .content .link {
      font-family: 'Novum';
      font-weight: 700;
      margin-bottom: 3.33333em;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top;
      font-size: 0.75em;
      color: #000;
      letter-spacing: 0.625em;
      text-decoration: none;
      padding-right: 1.66667em;
      position: relative; }
      .checkout_page-message .content .link i {
        position: absolute;
        right: 0;
        top: 50%;
        margin-right: -0.83333em;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }

#ship-to-different-address label {
  font-family: "Novum", sans-serif;
  display: inline-block;
  font-size: 0.75em; }

.checkout .error-container, .input-block .error-container {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 0.8125em;
  color: #f05e5e; }
  .checkout .error-container label, .input-block .error-container label {
    margin: 0; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s; }

.woocommerce-checkout-payment {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 30px;
  padding-bottom: 100px;
  max-width: 440px;
  font-family: 'Novum'; }
  .woocommerce-checkout-payment .wc_payment_methods {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 0.6875em;
    padding-bottom: 0; }
  .woocommerce-checkout-payment .input-radio {
    display: none; }
  .woocommerce-checkout-payment .wc_payment_method {
    font-size: 0px;
    margin-top: 30px; }
    .woocommerce-checkout-payment .wc_payment_method > label {
      height: 40px;
      overflow: hidden;
      position: relative;
      background: #fff; }
      .woocommerce-checkout-payment .wc_payment_method > label > img {
        display: none; }
      .woocommerce-checkout-payment .wc_payment_method > label:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 70%;
        top: 15%;
        z-index: 3;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 20px center;
        background-color: #fff; }
    .woocommerce-checkout-payment .wc_payment_method.payment_method_paypal > label:after {
      background-image: url(../img/paypal-logo.png); }
    .woocommerce-checkout-payment .wc_payment_method.payment_method_stripe > label:after {
      background-image: url(../img/stripe-logo.png); }
  .woocommerce-checkout-payment .payment_box {
    font-size: 16px; }
  .woocommerce-checkout-payment input[type="radio"] + label:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #878787;
    top: 20px;
    margin-top: -5px;
    position: absolute;
    border-radius: 50%;
    z-index: 5; }
  .woocommerce-checkout-payment input[type="radio"]:checked + label:before {
    background: #000; }
  .woocommerce-checkout-payment .place-order p {
    font-size: 12px;
    line-height: 24px;
    color: #878787;
    max-width: 260px;
    margin-top: 30px;
    margin-bottom: 30px; }
  .woocommerce-checkout-payment input[type="submit"] {
    background: none;
    box-shadow: 0;
    border: 0;
    width: 100%;
    display: block;
    font-family: 'Novum';
    font-size: 1.125em;
    color: #000000;
    letter-spacing: 0px;
    padding: 1.11111em;
    border: 1px solid #000;
    box-shadow: 0px 0px 0px 0px #fff, 0px 0px 0px 0px #000; }
    .woocommerce-checkout-payment input[type="submit"]:focus {
      outline: none; }
    .woocommerce-checkout-payment input[type="submit"]:hover {
      box-shadow: 3px 3px 0px 0px #fff, 4px 4px 0px 0px #000; }

.payment_box > p {
  display: none; }

#stripe-payment-data > p {
  display: none; }

.wc-credit-card-form {
  border: 0;
  margin: 0;
  padding: 0; }
  .wc-credit-card-form input {
    width: 100%;
    border: 1px solid #BABABA;
    padding: 5px;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .wc-credit-card-form input:focus {
      outline: none; }
  .wc-credit-card-form .form-row {
    width: 50%;
    float: left;
    margin: 0; }
    .wc-credit-card-form .form-row label {
      text-transform: uppercase;
      font-size: 0.875em;
      line-height: 2.14286em;
      margin-top: 0.71429em;
      margin-bottom: 0.35714em; }
    .wc-credit-card-form .form-row.form-row-first {
      padding-right: 1.25em; }
    .wc-credit-card-form .form-row.form-row-last {
      padding-left: 1.25em; }
  .wc-credit-card-form .form-row-wide {
    width: 100%;
    float: none; }
    .wc-credit-card-form .form-row-wide label {
      margin-top: 0.71429em; }

.checkout-page .woocommerce-error {
  margin: 0;
  margin: 0;
  background: #e6e6e6;
  padding: 30px;
  list-style: none; }

.wc_payment_method .woocommerce-error {
  display: block;
  list-style: none;
  padding-left: 0;
  color: #f05e5e; }
  .wc_payment_method .woocommerce-error li {
    font-size: 12px; }

#shipping_method {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
  margin-top: 10px; }
  #shipping_method label {
    margin-bottom: 0; }
  #shipping_method input {
    position: fixed;
    top: -9999px;
    left: -9999px; }
  #shipping_method li {
    padding-left: 20px;
    position: relative;
    line-height: 1.2em;
    margin-bottom: 18px;
    color: #878787;
    font-size: 14px; }
    #shipping_method li label {
      position: relative;
      font-size: 16px;
      color: #000;
      line-height: 1.5em; }
      #shipping_method li label:before {
        content: "";
        width: 10px;
        height: 10px;
        border: 1px solid #878787;
        top: 50%;
        margin-top: -5px;
        position: absolute;
        border-radius: 50%;
        z-index: 5;
        left: -20px; }
    #shipping_method li input:checked + label:before {
      background: #000; }

span[data-title="Shipping"] {
  float: none !important;
  display: block; }

.proccess-page {
  overflow: hidden;
  background: #000; }
  .proccess-page .time-required {
    display: none; }
  .proccess-page .mobile-img-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: none; }
  .proccess-page nav {
    background: none; }
    .proccess-page nav .nav_logo {
      display: none; }
  .proccess-page .underlined-header {
    color: #fff;
    padding-top: 3.14286em;
    font-weight: 400;
    padding-bottom: 1.42857em;
    position: fixed;
    z-index: 4;
    width: 100%; }
    .proccess-page .underlined-header:after {
      background: #fff; }
  .proccess-page .hero-slide {
    background: #000;
    display: table;
    width: 100%;
    table-layout: fixed; }
    .proccess-page .hero-slide .section {
      display: table-cell;
      vertical-align: middle;
      width: 50%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      color: #fff;
      position: relative;
      z-index: 1; }
    .proccess-page .hero-slide.content-left .section:first-of-type {
      z-index: 2; }
    .proccess-page .hero-slide.content-left .section:last-of-type {
      overflow: hidden; }
    .proccess-page .hero-slide.content-right .section:last-of-type {
      z-index: 2; }
    .proccess-page .hero-slide.content-right .section:first-of-type {
      overflow: hidden; }
  .proccess-page .rotating_circle {
    z-index: 4;
    width: 13.75em;
    height: 13.75em; }
  .proccess-page .craftsmanship_text-content {
    width: 25em;
    margin: 0 auto;
    max-width: 100%;
    text-align: center; }
    .proccess-page .craftsmanship_text-content h2 {
      font-family: 'Futura', sans-serif;
      font-size: 2.5em;
      color: #FFF;
      letter-spacing: 0.15625em;
      line-height: 1.5em;
      margin: 0;
      text-transform: uppercase;
      font-weight: 400;
      margin-bottom: 0.5em; }
    .proccess-page .craftsmanship_text-content p {
      font-family: 'Novum', sans-serif;
      color: #FFF;
      letter-spacing: 0px;
      line-height: 2.5em;
      margin: 0;
      font-weight: 300;
      margin-bottom: 1.875em; }
  .proccess-page .navigation_arrows {
    position: fixed;
    bottom: 1.875em;
    left: 50%;
    z-index: 4;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .proccess-page .navigation_arrows .nav-arrow {
      width: 3.125em;
      height: 3.125em;
      background: #000;
      float: left;
      margin: 0 1.875em;
      position: relative;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      cursor: pointer; }
      .proccess-page .navigation_arrows .nav-arrow:hover {
        background: #fff; }
        .proccess-page .navigation_arrows .nav-arrow:hover i {
          color: #000; }
    .proccess-page .navigation_arrows i {
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .proccess-page .navigation_arrows .nav-arrow.hidden[data-goto="bottom"] {
      -webkit-transform: translateY(20px);
      -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
      -o-transform: translateY(20px);
      transform: translateY(20px);
      opacity: 0; }
    .proccess-page .navigation_arrows .nav-arrow.hidden[data-goto="top"] {
      -webkit-transform: translateY(-20px);
      -moz-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      transform: translateY(-20px);
      opacity: 0; }

.pagination {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  list-style: none;
  width: 0.625em;
  z-index: 10; }
  .pagination li {
    width: 0.625em;
    height: 1px;
    background: #fff;
    margin-bottom: 1.25em;
    float: right;
    transition: 0.75s;
    -webkit-transition: 0.75s;
    -moz-transition: 0.75s;
    -ms-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
    position: relative;
    cursor: pointer; }
    .pagination li:last-of-type {
      margin-bottom: 0; }
    .pagination li.active {
      width: 2em; }
    .pagination li:after {
      content: "";
      top: 0;
      right: 0;
      position: absolute;
      height: 1.25em;
      width: 2em;
      margin-top: -0.625em; }

.lookbook_index .inner-page-header, .lookbook_inner-page .inner-page-header {
  background: #000; }
  .lookbook_index .inner-page-header h1, .lookbook_inner-page .inner-page-header h1 {
    color: #fff; }
  .lookbook_index .inner-page-header .checkout_return-link, .lookbook_inner-page .inner-page-header .checkout_return-link {
    position: fixed;
    left: 2.5em;
    top: 1.66667em;
    color: #fff;
    z-index: 2; }

.lookbook_index_block {
  position: relative;
  margin-bottom: 6.25em; }
  .lookbook_index_block:nth-of-type(2n-1) .content {
    margin-right: auto;
    margin-left: 16.8%; }
  .lookbook_index_block .content {
    width: 42%;
    margin-left: auto;
    margin-right: 16.8%;
    position: relative;
    z-index: 2;
    background: #1B1C1E; }
    .lookbook_index_block .content:after {
      content: "";
      display: block;
      padding-top: 100%; }
    .lookbook_index_block .content .content-inner-wrapper {
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      color: #fff;
      height: auto;
      top: 50%;
      transform: translateY(-50%);
      margin-top: -1.25em; }
      .lookbook_index_block .content .content-inner-wrapper h2 {
        font-family: 'Futura', sans-serif;
        font-size: 1.25em;
        color: #FFF;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 0.5em;
        line-height: 2em;
        margin: 0;
        margin-bottom: 1.5em; }
    .lookbook_index_block .content a:not(.button) {
      font-family: 'Novum';
      font-weight: bold;
      font-size: 0.75em;
      color: #FFF;
      letter-spacing: 0.625em;
      display: block;
      margin-top: 3.33333em;
      text-decoration: none;
      text-transform: uppercase; }
  .lookbook_index_block .images_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .lookbook_index_block .images_wrapper .inner-wrapper {
      display: block;
      height: 100%;
      overflow: hidden; }
    .lookbook_index_block .images_wrapper img {
      float: left;
      height: 100%;
      max-width: none;
      width: auto; }
  .lookbook_index_block.loaded .images_wrapper .inner-wrapper {
    animation: lookbookSpin 80s linear infinite; }

@keyframes lookbookSpin {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
.lookbook_cta-section {
  padding-top: 9.375em;
  padding-bottom: 9.375em;
  text-align: center;
  background: url(../img/pattern.png); }

.lookbook_inner-page-block {
  margin-bottom: 6.25em;
  position: relative;
  display: flex; }
  .lookbook_inner-page-block.smaller-img-right .img-wrapper:first-of-type {
    width: 72%;
    flex-shrink: 0; }
    .lookbook_inner-page-block.smaller-img-right .img-wrapper:first-of-type:after {
      content: "";
      display: block;
      padding-top: 100%; }
  .lookbook_inner-page-block.smaller-img-right .img-wrapper:last-of-type {
    width: 41%;
    align-self: center;
    margin-left: -13%; }
    .lookbook_inner-page-block.smaller-img-right .img-wrapper:last-of-type:after {
      content: "";
      display: block;
      padding-top: 148%; }
  .lookbook_inner-page-block.full-img {
    overflow: hidden; }
    .lookbook_inner-page-block.full-img:after {
      content: "";
      display: block;
      padding-top: 61%; }
    .lookbook_inner-page-block.full-img .img-wrapper {
      position: absolute;
      top: -30%;
      left: 0;
      width: 100%;
      height: 140%; }
  .lookbook_inner-page-block.smaller-img-left .img-wrapper:last-of-type {
    width: 72%;
    flex-shrink: 0; }
    .lookbook_inner-page-block.smaller-img-left .img-wrapper:last-of-type:after {
      content: "";
      display: block;
      padding-top: 100%; }
  .lookbook_inner-page-block.smaller-img-left .img-wrapper:first-of-type {
    width: 41%;
    align-self: center;
    margin-right: -13%;
    position: relative;
    z-index: 2; }
    .lookbook_inner-page-block.smaller-img-left .img-wrapper:first-of-type:after {
      content: "";
      display: block;
      padding-top: 148%; }
  .lookbook_inner-page-block.small-img-middle {
    display: block;
    overflow: hidden; }
    .lookbook_inner-page-block.small-img-middle:after {
      content: "";
      display: block;
      padding-top: 61%; }
    .lookbook_inner-page-block.small-img-middle .img-wrapper {
      position: absolute;
      top: -20%;
      width: 40%;
      height: 130%;
      left: 50%;
      margin-left: -20%; }
  .lookbook_inner-page-block .img-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

.login-page {
  height: 100vh;
  display: table;
  width: 100%;
  text-align: center; }
  .login-page .content {
    display: table-cell;
    vertical-align: middle; }
    .login-page .content h1 {
      font-size: 1.25em;
      color: #FFF;
      letter-spacing: 0.5em;
      text-indent: 0.5em;
      line-height: 2em;
      font-weight: 300;
      margin: 0;
      margin-bottom: 1.5em; }
    .login-page .content .input-block {
      margin-bottom: 2.5em; }
  .login-page .login-form-wrapper {
    width: 27.5em;
    max-width: 100%;
    padding-left: 1.25em;
    padding-right: 1.25em;
    margin: 0 auto; }
    .login-page .login-form-wrapper .button {
      width: 100%;
      font-size: 1.125em;
      padding-top: 1.11111em;
      padding-bottom: 1.11111em; }

label.input-block {
  position: relative;
  display: block;
  /*
  input:focus + .input_helper,
  input:valid + .input_helper{
    top: 0;
    font-size: 10px;
  }*/ }
  label.input-block input {
    width: 100%;
    font-family: 'Novum';
    font-weight: 400;
    font-size: 0.875em;
    color: #000;
    line-height: 2.14286em;
    padding-top: 0.71429em;
    padding-bottom: 0.71429em;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #878787;
    border-radius: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none; }
    label.input-block input:focus {
      outline: none;
      box-shadow: none;
      border-bottom: 1px solid #000; }
    label.input-block input.error {
      border-bottom: 1px solid #f05e5e; }
  label.input-block .input_helper {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Novum';
    font-weight: 400;
    font-size: 0.875em;
    letter-spacing: 0.5em;
    color: #878787;
    text-transform: uppercase;
    transition: 0.5s; }
  label.input-block input:focus + .input_helper {
    top: 0;
    font-size: 10px; }
  label.input-block input.dirty + .input_helper {
    top: 0;
    font-size: 10px; }

.page-black .input-block input {
  color: #fff;
  border-bottom: 1px solid #fff; }
.page-black .input-block .input_helper {
  color: #fff; }

@media only screen and (min-width: 1px) and (max-width: 480px) {
  .login-page .login-form-wrapper {
    width: 100%; } }
.brand-assets_wrapper {
  padding: 6.25em 1.25em;
  width: 52.5em;
  margin: 0 auto;
  max-width: 100%; }

.brand-assets_row {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  border-bottom: 1px solid #E5E5E5; }
  .brand-assets_row .asset-description {
    display: table-cell;
    vertical-align: middle; }
    .brand-assets_row .asset-description h3 {
      margin: 0;
      font-size: 1.25em;
      color: #000;
      letter-spacing: 0.3em;
      line-height: 2em;
      font-weight: 400;
      font-family: 'Futura', sans-serif;
      text-transform: uppercase; }
    .brand-assets_row .asset-description a {
      font-family: 'Novum';
      font-size: 0.75em;
      font-weight: 700;
      text-transform: uppercase;
      text-decoration: none;
      display: inline-block;
      vertical-align: top;
      margin-top: 0.83333em;
      color: #000;
      letter-spacing: 0.625em; }
  .brand-assets_row .asset-img {
    width: 11.25em;
    height: 11.25em;
    display: table-cell;
    vertical-align: middle;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }

.wholesale-page .header {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .wholesale-page .header .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 37.5em;
    max-width: 100%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center; }
    .wholesale-page .header .content h1 {
      font-family: 'Futura';
      font-size: 3.375em;
      font-weight: 400;
      color: #FFF;
      letter-spacing: 0.5em;
      line-height: 1.11111em;
      margin: 0;
      text-transform: uppercase; }
    .wholesale-page .header .content .date {
      display: inline-block;
      vertical-align: top;
      margin-top: 0.65385em;
      font-weight: 300;
      font-family: 'Novum';
      font-size: 1.625em;
      letter-spacing: 0.5em;
      line-height: 2.30769em; }
.wholesale-page .brand-assets_outter-wrapper {
  background: #F6F6F7; }
.wholesale-page .checkout_page-message {
  display: none;
  background: #fff; }

.wholesale-item_wrapper {
  background: #fff;
  border-bottom: 1px solid #E5E5E5; }
  .wholesale-item_wrapper .wholesale-item {
    width: 62.5em;
    width: 100%;
    margin: 0 auto;
    display: table;
    table-layout: fixed; }
    .wholesale-item_wrapper .wholesale-item .image {
      width: 50%;
      display: table-cell;
      vertical-align: top;
      text-align: center;
      padding: 0 1.25em; }
    .wholesale-item_wrapper .wholesale-item .content {
      padding: 5em 0;
      width: 50%;
      display: table-cell;
      vertical-align: middle;
      font-family: 'Novum'; }
      .wholesale-item_wrapper .wholesale-item .content .content-inner-wrapper {
        width: 31.25em;
        max-width: 100%; }
    .wholesale-item_wrapper .wholesale-item .item-title {
      font-family: 'Futura';
      font-size: 1.25em;
      letter-spacing: 0.5em;
      line-height: 2em;
      margin: 0;
      margin-bottom: 1em;
      font-weight: 400;
      text-transform: uppercase; }
    .wholesale-item_wrapper .wholesale-item .item-description {
      color: #878787;
      font-size: 0.75em;
      letter-spacing: 0.16667em;
      line-height: 2.5em;
      margin-bottom: 3.33333em; }
    .wholesale-item_wrapper .wholesale-item .item-info-table_row {
      display: table;
      width: 100%;
      table-layout: fixed;
      border-top: 1px solid #E5E5E5; }
      .wholesale-item_wrapper .wholesale-item .item-info-table_row input {
        background: none;
        box-shadow: none;
        border: 0;
        display: block;
        width: 100%; }
        .wholesale-item_wrapper .wholesale-item .item-info-table_row input:focus {
          outline: none; }
      .wholesale-item_wrapper .wholesale-item .item-info-table_row .item-info-table_col {
        display: table-cell;
        vertical-align: middle;
        width: 25%;
        font-size: 0.75em;
        line-height: 1.66667em;
        padding: 1.25em 0; }
      .wholesale-item_wrapper .wholesale-item .item-info-table_row .number-input-col {
        position: relative;
        overflow: hidden; }
        .wholesale-item_wrapper .wholesale-item .item-info-table_row .number-input-col .inner-wrapper {
          width: 6.66667em;
          max-width: 100%;
          position: relative;
          text-align: center;
          line-height: 1em; }
        .wholesale-item_wrapper .wholesale-item .item-info-table_row .number-input-col input {
          width: 2.5em;
          display: inline-block;
          vertical-align: top;
          text-align: center; }
        .wholesale-item_wrapper .wholesale-item .item-info-table_row .number-input-col .controls {
          margin: 0;
          padding: 0;
          list-style: none; }
          .wholesale-item_wrapper .wholesale-item .item-info-table_row .number-input-col .controls li {
            width: 1.5em;
            height: 1.5em;
            background: rgba(255, 255, 255, 0.5);
            background: #F4F4F4;
            border: 1px solid #E5E5E5;
            line-height: 1.5em;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            cursor: pointer;
            color: #878787;
            font-size: 1.33333em;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none; }
            .wholesale-item_wrapper .wholesale-item .item-info-table_row .number-input-col .controls li:after {
              content: ""; }
            .wholesale-item_wrapper .wholesale-item .item-info-table_row .number-input-col .controls li[data-control="minus"] {
              left: 0;
              margin-top: -0.75em; }
            .wholesale-item_wrapper .wholesale-item .item-info-table_row .number-input-col .controls li[data-control="plus"] {
              right: 0;
              margin-top: -0.75em; }
  .wholesale-item_wrapper.black {
    background: #000;
    color: #fff;
    border-bottom: 1px solid #3C3C3C; }
    .wholesale-item_wrapper.black .item-description {
      color: #fff; }
    .wholesale-item_wrapper.black .item-info-table_row {
      border-top: 1px solid #3C3C3C; }
    .wholesale-item_wrapper.black .wholesale-item .item-info-table_row .number-input-col .controls li {
      background: #272727;
      border: 1px solid #3c3c3c;
      color: #fff; }
      .wholesale-item_wrapper.black .wholesale-item .item-info-table_row .number-input-col .controls li:after {
        content: ""; }
      .wholesale-item_wrapper.black .wholesale-item .item-info-table_row .number-input-col .controls li[data-control="minus"] {
        left: 0;
        margin-top: -0.75em; }
      .wholesale-item_wrapper.black .wholesale-item .item-info-table_row .number-input-col .controls li[data-control="plus"] {
        right: 0;
        margin-top: -0.75em; }

.wholesale_form {
  background: #fff;
  padding: 3.75em 0 5em 0;
  font-family: 'Novum';
  text-align: center; }
  .wholesale_form .total-price {
    width: 27.5em;
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding: 2.5em 0;
    border-bottom: 1px solid #E5E5E5; }
    .wholesale_form .total-price > span {
      display: table-cell;
      vertical-align: middle;
      line-height: 1em; }
      .wholesale_form .total-price > span.col-left {
        text-align: left;
        font-size: 0.875em; }
      .wholesale_form .total-price > span.col-right {
        text-align: right;
        font-size: 1.875em;
        font-weight: 300; }
  .wholesale_form form {
    width: 40.625em;
    margin: 0 auto;
    text-align: center; }
  .wholesale_form h3 {
    font-size: 1.875em;
    letter-spacing: 0.375em;
    line-height: 2em;
    margin: 0;
    font-weight: 400;
    margin-top: 2em;
    margin-bottom: 2em;
    text-transform: uppercase;
    font-family: 'Futura'; }
  .wholesale_form .input-block {
    width: 27.5em;
    margin-bottom: 1.875em;
    margin-left: auto;
    margin-right: auto; }
    .wholesale_form .input-block input {
      color: #000;
      border-bottom: 1px solid #878787; }
    .wholesale_form .input-block .input_helper {
      color: #878787; }
  .wholesale_form button[type="submit"] {
    margin-top: 3.125em; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wholesale-item_wrapper .wholesale-item {
    display: block;
    width: 100%; }
    .wholesale-item_wrapper .wholesale-item .image {
      width: 100%;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .wholesale-item_wrapper .wholesale-item .content {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 70%; }
      .wholesale-item_wrapper .wholesale-item .content .content-inner-wrapper {
        width: 100%; } }
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .wholesale-item_wrapper .wholesale-item {
    display: block;
    width: 100%; }
    .wholesale-item_wrapper .wholesale-item .image {
      width: 100%;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .wholesale-item_wrapper .wholesale-item .content {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 70%; }
      .wholesale-item_wrapper .wholesale-item .content .content-inner-wrapper {
        width: 100%; }

  .wholesale_form {
    font-size: 13px; }
    .wholesale_form form {
      width: 100%;
      padding-left: 1.25em;
      padding-right: 1.25em; } }
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .wholesale-item_wrapper .wholesale-item {
    display: block;
    width: 100%; }
    .wholesale-item_wrapper .wholesale-item .image {
      width: 100%;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .wholesale-item_wrapper .wholesale-item .content {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 70%; }
      .wholesale-item_wrapper .wholesale-item .content .content-inner-wrapper {
        width: 100%; }

  .wholesale_form {
    font-size: 13px; }
    .wholesale_form form {
      width: 100%;
      padding-left: 1.25em;
      padding-right: 1.25em; } }
@media only screen and (min-width: 1px) and (max-width: 480px) {
  .wholesale-page .header .content h1 {
    font-size: 2em; }

  .wholesale-page .header .content .date {
    font-size: 1.125em; }

  .wholesale-item_wrapper .wholesale-item {
    display: block;
    width: 100%; }
    .wholesale-item_wrapper .wholesale-item .image {
      width: 100%;
      padding: 0 1.25em;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .wholesale-item_wrapper .wholesale-item .item-title {
      text-align: center;
      font-size: 1em; }
    .wholesale-item_wrapper .wholesale-item .item-description {
      text-align: center;
      font-size: 0.75em;
      line-height: 2em; }
    .wholesale-item_wrapper .wholesale-item .item-info-table_row .item-info-table_col {
      font-size: 10px;
      padding: 1.25em 1em;
      padding-left: 2px;
      padding-right: 2px; }
    .wholesale-item_wrapper .wholesale-item .content {
      display: block;
      margin-left: auto;
      margin-right: auto;
      padding-top: 1.25em;
      width: 100%;
      padding-left: 0.625em;
      padding-right: 0.625em; }

  .wholesale_form {
    font-size: 13px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    .wholesale_form h3 {
      font-size: 20px; }
    .wholesale_form .input-block, .wholesale_form .total-price {
      width: 100%; }
    .wholesale_form form {
      width: 100%;
      padding-left: 1.25em;
      padding-right: 1.25em; }

  .brand-assets_row .asset-description {
    font-size: 12px;
    padding-bottom: 1.66667em;
    padding-top: 1.66667em; }
  .brand-assets_row .asset-img {
    width: 60px;
    height: 60px; } }
.error404 .inner-page {
  height: 100vh;
  display: table;
  width: 100%;
  text-align: center; }
  .error404 .inner-page .content {
    display: table-cell;
    vertical-align: middle;
    padding: 3.75em 1.25em; }
    .error404 .inner-page .content .icon {
      width: 1.375em;
      display: inline-block;
      vertical-align: top; }
    .error404 .inner-page .content h1 {
      font-family: 'Futura', sans-serif;
      font-size: 2.5em;
      color: #000000;
      font-weight: 300;
      letter-spacing: 6.25px;
      line-height: 1.5em;
      margin-top: 1.25em;
      margin-bottom: 0.75em; }
    .error404 .inner-page .content p {
      font-size: 1.25em;
      color: #000000;
      letter-spacing: 0;
      line-height: 2em;
      margin-bottom: 1.5em;
      margin-top: 0; }

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .product-box:after {
    padding-top: 70%; }

  .product-box .image-wrapper > div {
    vertical-align: top; }

  .visual-left_items-3 > div:nth-of-type(1):after {
    padding-top: 140%; }

  .visual-right_items-3 > div:nth-of-type(1):after {
    padding-top: 140%; } }
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .product_page-similar-items .label:after {
    padding-top: 105%; }
  .product_page-similar-items .product-box:after {
    padding-top: 105%; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .product-box:after {
    padding-top: 80%; }

  .product-box .image-wrapper > div {
    vertical-align: top; }

  .visual-left_items-3 > div:nth-of-type(1):after {
    padding-top: 160%; }

  .visual-right_items-3 > div:nth-of-type(1):after {
    padding-top: 160%; }

  .index-slide-3 .index-slide-3_left {
    padding-left: 3.125em;
    padding-right: 3.125em; }

  .collection-block .collection-block_inner .text-wrapper {
    font-size: 14px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-page_top {
    display: block;
    padding-bottom: 5em;
    min-height: none; }
    .product-page_top .product-page_top-column-left, .product-page_top .product-page_top-column-right {
      display: block;
      width: 100%;
      float: none; }

  .owl-carousel.product-page_carousel-top {
    position: relative;
    height: auto;
    max-height: none; }
    .owl-carousel.product-page_carousel-top .owl-item {
      height: 70vh; }

  .product_page-visual-full .content-wrapper {
    position: relative;
    top: 0;
    transform: none;
    padding: 8.125em 0; }
  .product_page-visual-full:after {
    display: none; }

  .product_page-features-wrapper {
    display: none; }

  .product_page-visuals-group {
    padding-bottom: 0; }
    .product_page-visuals-group .visual-box:after {
      padding-top: 68%; }

  .product_page-visuals-group:last-of-type {
    padding-bottom: 6em; }

  .footer_left .footer_left-top {
    padding-left: 0.625em;
    padding-right: 0.625em; }
  .footer_left .footer_left-bottom {
    width: 100%; }
    .footer_left .footer_left-bottom ul li {
      width: 100%;
      float: left;
      text-align: center; }

  .footer_right .content-wrapper h3 {
    font-size: 2em; }
  .footer_right .content-wrapper p {
    font-size: 0.875em; }

  .footer_form {
    width: 100%; }

  .nav_shopping-cart-link.active {
    width: 60%; }

  .cart {
    width: 60%;
    right: -60%;
    padding-top: 4.6875em; }

  .cart_item .cart_item-img {
    width: 6.25em; }
  .cart_item .cart_item-title, .cart_item .cart_item-price {
    font-size: 0.875em; }
  .cart_item .cart_remove {
    width: 3.75em; }
    .cart_item .cart_remove:before, .cart_item .cart_remove:after {
      width: 1em;
      margin-left: -0.5em; }

  .cart_total {
    padding: 2.5em 1.25em;
    text-align: center; }
    .cart_total p {
      display: block;
      margin-bottom: 2.5em; }
    .cart_total .button {
      float: none;
      margin-top: 0; }

  .media-block {
    font-size: 13px; }

  .media-block {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

  .slides-pagination {
    display: none; }

  .container, .homepage-container {
    overflow: auto;
    height: auto; }

  .hero-slide {
    position: relative;
    height: auto;
    min-height: 100vh;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
    .hero-slide.active {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    .hero-slide.animateout-top, .hero-slide.animateout-bottom {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      margin: 0; }
    .hero-slide:after {
      display: none; }

  .hero_content-wrapper .hero_content-inner-wrapper img, .hero_content-wrapper h1, .hero_content-wrapper .hero_content-button-wrapper {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .hero_content-wrapper .novum-logo_text-wrapper .novum-text-letter {
    stroke-dashoffset: 0; }
  .hero_content-wrapper .novum-symbol-wrapper {
    stroke-dashoffset: 0; }

  .hero-slide {
    height: auto;
    min-height: 0; }

  .hero {
    height: 100vh; }

  .hero_content-wrapper .hero_content-inner-wrapper img {
    width: 16.25em;
    max-width: 90%; }
  .hero_content-wrapper h1 {
    font-size: 1.0625em;
    color: #FFF;
    letter-spacing: 0.35294em;
    text-indent: 0.35294em;
    line-height: 1.76471em;
    margin-top: 2.05882em;
    margin-bottom: 3.52941em;
    width: 12.35294em;
    margin-left: auto;
    margin-right: auto; }

  .index-slide-2 {
    height: 100vh; }
    .index-slide-2 svg {
      display: none; }
    .index-slide-2 h2, .index-slide-2 p {
      transform: translateY(0);
      opacity: 1; }
    .index-slide-2 .text-content:before, .index-slide-2 .text-content:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      border: 1px solid #fff;
      left: 0;
      top: 0; }
    .index-slide-2 .text-content:before {
      left: -4px;
      top: -4px; }
    .index-slide-2 .text-content:after {
      left: 4px;
      top: 4px; }

  .index-slide-3_video {
    display: none; }

  .index-slide-3 .index-slide-3_left {
    padding-left: 1.875em;
    padding-right: 1.875em; }
    .index-slide-3 .index-slide-3_left .text-content h3 {
      font-size: 1.75em; }
    .index-slide-3 .index-slide-3_left .text-content p {
      font-size: 1em; }
  .index-slide-3 .index-slide-3_right {
    background: url(../img/process.gif) center no-repeat;
    background-size: cover; }

  .rotating_circle {
    width: 18.75em;
    height: 18.75em; }
    .rotating_circle .rotating_circle-text-content {
      font-size: 2.1875em; }
    .rotating_circle .rotating_circle-single-step {
      line-height: 1.5em;
      letter-spacing: 0.15em;
      text-indent: 0.15em;
      text-transform: uppercase; }

  .index-slide-5 .row {
    height: 100vh; }
  .index-slide-5 .index-slide-5_right .text-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5em;
    padding-top: 3.125em; }
    .index-slide-5 .index-slide-5_right .text-content h3 {
      font-size: 1.75em;
      line-height: 2.14286em;
      margin-top: 1.42857em;
      margin-bottom: 1.42857em; }
  .index-slide-5 .index-slide-5_left {
    display: block; }

  .index-slide-5_community-img-wrapper {
    height: 50%; }
    .index-slide-5_community-img-wrapper .media-block-images {
      display: none; }
    .index-slide-5_community-img-wrapper:after {
      content: "";
      padding-top: 100%;
      display: block; }

  .underlined-header {
    padding-bottom: 1.42857em;
    font-weight: 400; }

  .proccess-page {
    overflow: auto; }
    .proccess-page .mobile-img-fallback {
      display: block; }
    .proccess-page .static_content-container {
      position: relative;
      background: #000;
      padding-top: 5.8125em;
      padding-bottom: 1.875em; }
    .proccess-page .underlined-header {
      padding-top: 0;
      position: relative; }
    .proccess-page .rotating_circle, .proccess-page .pagination {
      display: none; }
    .proccess-page .craftsmanship_text-content .time-required {
      display: block;
      font-size: 2.5em;
      line-height: 1em;
      text-transform: uppercase; }
    .proccess-page .craftsmanship_text-content h2 {
      font-size: 1.875em;
      letter-spacing: 0.125em;
      text-indent: 0.125em;
      line-height: 1.33333em;
      margin-bottom: 0.66667em;
      margin-top: 0.66667em; }
      .proccess-page .craftsmanship_text-content h2 br {
        display: none; }
    .proccess-page .craftsmanship_text-content p {
      font-size: 1.125em;
      color: #FFF;
      letter-spacing: 0px;
      line-height: 1.71429em;
      font-weight: 400; }
    .proccess-page .content-left .craftsmanship_text-content {
      padding-left: 1.25em; }
    .proccess-page .content-right .craftsmanship_text-content {
      position: relative; }
    .proccess-page .hero-slide {
      height: auto;
      min-height: 0;
      display: flex;
      flex-wrap: wrap; }
      .proccess-page .hero-slide .section {
        display: block;
        width: 100%; }
      .proccess-page .hero-slide.content-right .section:first-of-type:after {
        content: "";
        display: block;
        padding-top: 70%; }
      .proccess-page .hero-slide.content-right .section:first-of-type:before {
        content: "";
        display: block;
        height: 9.375em;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: linear-gradient(transparent, black);
        z-index: 2; }
      .proccess-page .hero-slide.content-right .section:last-of-type {
        margin-top: -7.5em;
        padding-bottom: 6.25em; }
      .proccess-page .hero-slide.content-left .section:first-of-type {
        order: 2;
        margin-top: -7.5em;
        padding-bottom: 6.25em; }
      .proccess-page .hero-slide.content-left .section:last-of-type {
        order: 1; }
        .proccess-page .hero-slide.content-left .section:last-of-type:after {
          content: "";
          display: block;
          padding-top: 70%; }
        .proccess-page .hero-slide.content-left .section:last-of-type:before {
          content: "";
          display: block;
          height: 9.375em;
          position: absolute;
          bottom: 0;
          width: 100%;
          background: linear-gradient(transparent, black);
          z-index: 2; }
    .proccess-page .navigation_arrows {
      display: none; }

  .contacts_form-column form {
    width: 100%; }
    .contacts_form-column form input, .contacts_form-column form textarea, .contacts_form-column form p {
      font-size: 1.4em; }

  .product-box .product-box_link-wrapper {
    font-size: 0.875em; }

  .product-box:after {
    padding-top: 80%; }

  .product-box .image-wrapper > div {
    vertical-align: top; }

  .visual-left_items-3 > div:nth-of-type(1):after {
    padding-top: 160%; }

  .visual-right_items-3 > div:nth-of-type(1):after {
    padding-top: 160%; }

  .nav_menu-trigger:not(.active):hover {
    color: #777777; }
    .nav_menu-trigger:not(.active):hover .icon:before {
      top: 0; }
    .nav_menu-trigger:not(.active):hover .icon:after {
      top: 100%;
      margin-top: -1px; }

  .product_page-visuals-group .index-slide-3_video {
    display: block; }

  .collection-block.items-2 .collection-block_inner, .collection-block.items-3 .collection-block_inner {
    width: 100%; }
  .collection-block .collection-block_inner:after {
    opacity: 0.5; }

  .product_page-visuals-group .index-slide-3_video {
    display: block;
    z-index: 1; }

  .index-slide-3 .index-slide-3_left, .index-slide-3 .index-slide-3_right {
    width: 50%; }

  .page-id-12, .page-id-44 {
    overflow: auto; }

  .lookbook_index_block .content {
    width: 50%; }

  .product_page-similar-items .label:after {
    padding-top: 115%; }
  .product_page-similar-items .product-box:after {
    padding-top: 115%; }

  .footer_left .footer_left-bottom .credits {
    position: relative;
    text-align: center;
    bottom: 0;
    left: 0;
    margin-top: 3.57143em; }

  .footer_left .footer_left-bottom .footer_left-bottom-inner-wrapper {
    display: block; }

  .popup .popup-close-icon {
    right: 60px;
    top: 60px; } }
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .product-page_top {
    display: block;
    padding-bottom: 5em;
    min-height: none; }
    .product-page_top .product-page_top-column-left, .product-page_top .product-page_top-column-right {
      display: block;
      width: 100%;
      float: none; }

  .owl-carousel.product-page_carousel-top {
    position: relative;
    height: auto;
    max-height: none; }
    .owl-carousel.product-page_carousel-top .owl-item {
      height: 70vh; }

  .product_page-visual-full .content-wrapper {
    position: relative;
    top: 0;
    transform: none;
    padding: 8.125em 0; }
  .product_page-visual-full:after {
    display: none; }

  .product_page-features-wrapper {
    display: none; }

  .product_page-visuals-group {
    padding-bottom: 0; }
    .product_page-visuals-group .visual-box:after {
      padding-top: 68%; }

  .product_page-visuals-group:last-of-type {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 6em; }
    .product_page-visuals-group:last-of-type .visual-box:first-of-type {
      order: 2; }
    .product_page-visuals-group:last-of-type .visual-box:last-of-type {
      order: 1; }

  footer > .row {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    height: auto; }

  .footer_left {
    width: 100%;
    display: block;
    order: 2; }
    .footer_left .footer_left-top {
      padding-left: 0.625em;
      padding-right: 0.625em; }
    .footer_left .footer_left-bottom {
      width: 100%; }
      .footer_left .footer_left-bottom ul li {
        width: 100%;
        float: left;
        text-align: center; }

  .footer_right {
    order: 1;
    width: 100%;
    padding-top: 3.75em;
    padding-bottom: 5em;
    padding-left: 1.25em;
    padding-right: 1.25em; }

  .footer_form {
    width: 60%; }

  .nav_shopping-cart-link.active {
    width: 60%; }

  .cart {
    width: 60%;
    right: -60%;
    padding-top: 4.6875em; }

  .cart_item .cart_item-img {
    width: 6.25em; }
  .cart_item .cart_item-title, .cart_item .cart_item-price {
    font-size: 0.875em; }
  .cart_item .cart_remove {
    width: 3.75em; }
    .cart_item .cart_remove:before, .cart_item .cart_remove:after {
      width: 1em;
      margin-left: -0.5em; }

  .cart_total {
    padding: 2.5em 1.25em;
    text-align: center; }
    .cart_total p {
      display: block;
      margin-bottom: 2.5em; }
    .cart_total .button {
      float: none;
      margin-top: 0; }

  .media-block_image-wrapper.desktop,
  .media-block_content-wrapper.desktop {
    display: none; }

  .media-block_image-wrapper.mobile,
  .media-block_content-wrapper.mobile {
    display: block; }

  .media-block {
    display: block; }

  .media-block_image-wrapper,
  .media-block_content-wrapper {
    display: block; }

  .media-block:after, .media-block:before {
    content: ' ';
    display: table; }
  .media-block:after {
    clear: both; }
  .media-block .column {
    float: left !important; }

  .media-block_image-wrapper.small-4:after {
    padding-top: 160%; }

  .media-block_image-wrapper.small-8:after {
    padding-top: 80%; }

  .media-block_image-wrapper.small-12:after {
    padding-top: 53%; }

  .media-block_content-wrapper, .media-block_content-wrapper.large-7 {
    padding: 3.75em 1.25em; }

  .media-block {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

  .checkout {
    padding-top: 1.25em;
    display: block;
    width: 100%; }
    .checkout .checkout_left,
    .checkout .checkout_right {
      display: block;
      width: 100%; }
    .checkout .inner-wrapper {
      padding: 0;
      padding-left: 1.25em;
      padding-right: 1.25em;
      width: 100%;
      float: none;
      margin-left: auto;
      margin-right: auto; }
    .checkout .checkout_right {
      display: block;
      width: 27.5em;
      float: none;
      margin-left: auto;
      margin-right: auto;
      border-left: 0; }

  .checkout_totals {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 1.25em;
    padding-right: 1.25em;
    padding-top: 2.5em;
    padding-bottom: 4.375em; }

  .checkout_left-bottom {
    margin-bottom: 6.25em; }

  .slides-pagination {
    display: none; }

  .container, .homepage-container {
    overflow: auto;
    height: auto; }

  .hero-slide {
    position: relative;
    height: auto;
    min-height: 100vh;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
    .hero-slide.active {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    .hero-slide.animateout-top, .hero-slide.animateout-bottom {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      margin: 0; }
    .hero-slide:after {
      display: none; }

  .hero_content-wrapper .hero_content-inner-wrapper img, .hero_content-wrapper h1, .hero_content-wrapper .hero_content-button-wrapper {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .hero_content-wrapper .novum-logo_text-wrapper .novum-text-letter {
    stroke-dashoffset: 0; }
  .hero_content-wrapper .novum-symbol-wrapper {
    stroke-dashoffset: 0; }

  .hero {
    height: 100vh; }

  .hero_content-wrapper .hero_content-inner-wrapper img {
    width: 16.25em;
    max-width: 90%; }
  .hero_content-wrapper h1 {
    font-size: 1.0625em;
    color: #FFF;
    letter-spacing: 0.35294em;
    text-indent: 0.35294em;
    line-height: 1.76471em;
    margin-top: 2.05882em;
    margin-bottom: 3.52941em;
    width: 12.35294em;
    margin-left: auto;
    margin-right: auto; }

  .index-slide-2 {
    height: auto;
    min-height: 0;
    padding-top: 6.25em;
    padding-bottom: 6.25em; }
    .index-slide-2 svg {
      display: none; }
    .index-slide-2 h2, .index-slide-2 p {
      transform: translateY(0);
      opacity: 1; }
    .index-slide-2 .text-content {
      position: relative;
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      height: auto;
      transform: none;
      margin-top: 0;
      margin-bottom: 0;
      font-size: 1em;
      top: 0;
      left: 0;
      padding: 4em; }
      .index-slide-2 .text-content:before, .index-slide-2 .text-content:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid #fff;
        left: 0;
        top: 0; }
      .index-slide-2 .text-content:before {
        left: -4px;
        top: -4px; }
      .index-slide-2 .text-content:after {
        left: 4px;
        top: 4px; }

  .index-slide-3_video {
    display: none; }

  .index-slide-3 .row {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .index-slide-3 .index-slide-3_left {
    display: block;
    padding: 0;
    height: auto;
    padding-top: 3.125em;
    padding-bottom: 3.125em;
    padding-right: 1.875em;
    padding-left: 1.875em;
    order: 2; }
    .index-slide-3 .index-slide-3_left .text-content {
      padding: 0;
      display: block; }
      .index-slide-3 .index-slide-3_left .text-content h3 {
        font-size: 1.75em;
        line-height: 1.78571em;
        margin-top: 1.07143em;
        margin-bottom: 1.07143em; }
      .index-slide-3 .index-slide-3_left .text-content p {
        font-size: 1.125em;
        line-height: 1.77778em; }
  .index-slide-3 .index-slide-3_right {
    background: url(../img/process.gif) center no-repeat;
    background-size: cover;
    order: 1; }

  .index-slide-4 {
    min-height: 0; }

  .rotating_circle {
    position: relative;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 0;
    width: 80%;
    margin-left: 10%;
    margin-top: 4.375em;
    margin-bottom: 4.375em; }
    .rotating_circle .rotating_circle-text-content {
      font-size: 3.125em; }
    .rotating_circle .rotating_circle-single-step {
      line-height: 1.5em;
      letter-spacing: 0.15em;
      text-indent: 0.15em;
      text-transform: uppercase; }

  .collection-block {
    height: auto; }
    .collection-block.items-2 .collection-block_inner, .collection-block.items-3 .collection-block_inner {
      width: 100%; }
    .collection-block .collection-block_inner {
      padding-top: 4.375em;
      padding-bottom: 4.375em;
      width: 100%;
      height: auto; }
      .collection-block .collection-block_inner .text-wrapper h2 {
        margin-top: 0;
        font-size: 1.5em;
        line-height: 1.04167em;
        margin-bottom: 1.25em; }
        .collection-block .collection-block_inner .text-wrapper h2 span {
          font-size: 1.16667em; }
      .collection-block .collection-block_inner:after {
        opacity: 0.5; }

  .index-slide-5 .row {
    height: 100vh; }
  .index-slide-5 .index-slide-5_right .text-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5em;
    padding-top: 3.125em; }
    .index-slide-5 .index-slide-5_right .text-content h3 {
      font-size: 1.75em;
      line-height: 2.14286em;
      margin-top: 1.42857em;
      margin-bottom: 1.42857em; }

  .index-slide-5_community-img-wrapper {
    height: 50%; }
    .index-slide-5_community-img-wrapper .media-block-images {
      display: none; }
    .index-slide-5_community-img-wrapper:after {
      content: "";
      padding-top: 100%;
      display: block; }

  .underlined-header {
    padding-bottom: 1.42857em;
    font-weight: 400; }

  .proccess-page {
    overflow: auto; }
    .proccess-page .mobile-img-fallback {
      display: block; }
    .proccess-page .static_content-container {
      position: relative;
      background: #000;
      padding-top: 5.8125em;
      padding-bottom: 1.875em; }
    .proccess-page .underlined-header {
      padding-top: 0;
      position: relative; }
    .proccess-page .rotating_circle, .proccess-page .pagination {
      display: none; }
    .proccess-page .craftsmanship_text-content .time-required {
      display: block;
      font-size: 2.5em;
      line-height: 1em;
      text-transform: uppercase; }
    .proccess-page .craftsmanship_text-content h2 {
      font-size: 1.875em;
      letter-spacing: 0.125em;
      text-indent: 0.125em;
      line-height: 1.33333em;
      margin-bottom: 0.66667em;
      margin-top: 0.66667em; }
      .proccess-page .craftsmanship_text-content h2 br {
        display: none; }
    .proccess-page .craftsmanship_text-content p {
      font-size: 1.125em;
      color: #FFF;
      letter-spacing: 0px;
      line-height: 1.71429em;
      font-weight: 400; }
    .proccess-page .content-left .craftsmanship_text-content {
      padding-left: 1.25em; }
    .proccess-page .content-right .craftsmanship_text-content {
      position: relative; }
    .proccess-page .hero-slide {
      height: auto;
      min-height: 0;
      display: flex;
      flex-wrap: wrap; }
      .proccess-page .hero-slide .section {
        display: block;
        width: 100%; }
      .proccess-page .hero-slide.content-right .section:first-of-type:after {
        content: "";
        display: block;
        padding-top: 100%; }
      .proccess-page .hero-slide.content-right .section:first-of-type:before {
        content: "";
        display: block;
        height: 9.375em;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: linear-gradient(transparent, black);
        z-index: 2; }
      .proccess-page .hero-slide.content-right .section:last-of-type {
        margin-top: -7.5em;
        padding-bottom: 6.25em; }
      .proccess-page .hero-slide.content-left .section:first-of-type {
        order: 2;
        margin-top: -7.5em;
        padding-bottom: 6.25em; }
      .proccess-page .hero-slide.content-left .section:last-of-type {
        order: 1; }
        .proccess-page .hero-slide.content-left .section:last-of-type:after {
          content: "";
          display: block;
          padding-top: 100%; }
        .proccess-page .hero-slide.content-left .section:last-of-type:before {
          content: "";
          display: block;
          height: 9.375em;
          position: absolute;
          bottom: 0;
          width: 100%;
          background: linear-gradient(transparent, black);
          z-index: 2; }
    .proccess-page .navigation_arrows {
      display: none; }

  .contacts_form-wrapper {
    display: block; }
    .contacts_form-wrapper .contacts_form-column {
      display: block;
      width: 100%;
      padding: 5em 1.25em; }
      .contacts_form-wrapper .contacts_form-column form {
        max-width: 100%; }
        .contacts_form-wrapper .contacts_form-column form p {
          font-size: 1.5em; }
        .contacts_form-wrapper .contacts_form-column form input, .contacts_form-wrapper .contacts_form-column form textarea {
          font-size: 1.125em;
          min-height: 0; }

  .contacts_form-column.map-column {
    padding: 0; }
    .contacts_form-column.map-column .header {
      position: relative; }
    .contacts_form-column.map-column:after {
      content: "";
      display: block;
      padding-top: 60%; }

  .product-box:after {
    padding-top: 90%; }

  .product-box .image-wrapper > div {
    vertical-align: top; }

  .visual-left_items-3 > div:nth-of-type(1):after {
    padding-top: 180%; }

  .visual-right_items-3 > div:nth-of-type(1):after {
    padding-top: 180%; }

  .nav_menu-trigger:not(.active):hover {
    color: #777777; }
    .nav_menu-trigger:not(.active):hover .icon:before {
      top: 0; }
    .nav_menu-trigger:not(.active):hover .icon:after {
      top: 100%;
      margin-top: -1px; }

  .product_page-visuals-group .index-slide-3_video {
    display: block;
    z-index: 1; }

  .page-id-12, .page-id-44 {
    overflow: auto; }

  .checkout_totals {
    padding-bottom: 0; }

  .woocommerce-checkout-payment {
    padding-top: 0;
    max-width: 100%; }

  .lookbook_index_block .content {
    width: 60%; }

  .product_page-similar-items .label:after {
    padding-top: 110%; }
  .product_page-similar-items .product-box:after {
    padding-top: 110%; }

  .footer_left .footer_left-bottom .credits {
    position: relative;
    text-align: center;
    bottom: 0;
    left: 0;
    margin-top: 3.57143em; }

  .footer_left .footer_left-bottom .footer_left-bottom-inner-wrapper {
    display: block; }

  .popup .popup-close-icon {
    width: 40px;
    height: 40px;
    right: 40px;
    top: 40px; }
  .popup .inner-wrapper {
    padding-top: 120px; }
  .popup .popup-heading {
    margin-bottom: 70px; } }
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .product-page_top {
    display: block;
    padding-bottom: 5em;
    min-height: none; }
    .product-page_top .product-page_top-column-left, .product-page_top .product-page_top-column-right {
      display: block;
      width: 100%;
      float: none; }

  .menu a {
    font-size: 1em; }

  .owl-carousel.product-page_carousel-top {
    position: relative;
    height: auto;
    max-height: none; }
    .owl-carousel.product-page_carousel-top .owl-item {
      height: 70vh; }

  .product-page_description {
    padding-left: 0;
    max-width: 100%;
    padding: 0 5%; }
    .product-page_description h1 {
      font-size: 1.75em;
      text-align: center; }
    .product-page_description h2 {
      font-size: 0.75em;
      text-align: center;
      padding: 0 1.66667em; }

  .product-page_top-select-wrapper {
    text-align: center; }

  .product-page_cta-area {
    text-align: center; }

  .product_page-visual-full .content-wrapper {
    position: relative;
    top: 0;
    transform: none;
    padding: 8.125em 0; }
  .product_page-visual-full:after {
    display: none; }

  .product-page_info .product-page_info-toggler {
    font-size: 0.75em; }

  .product_page-features-wrapper {
    display: none; }

  .product_page-visuals-group .visual-box:after {
    padding-top: 68%; }

  .product_page-similar-items .label {
    display: block;
    float: none;
    width: 100%;
    padding: 0.9375em 0; }
    .product_page-similar-items .label span {
      position: relative;
      width: 100%;
      text-align: center;
      display: block;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    .product_page-similar-items .label:after {
      display: none; }
  .product_page-similar-items .product_page-similar-items-carousel {
    width: 100%;
    float: none; }

  footer > .row {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    height: auto; }

  .footer_left {
    width: 100%;
    display: block;
    order: 2; }
    .footer_left .footer_left-top {
      padding-left: 0.625em;
      padding-right: 0.625em; }
    .footer_left .footer_left-bottom {
      width: 100%; }
      .footer_left .footer_left-bottom ul li {
        width: 100%;
        float: left;
        text-align: center; }

  .footer_right {
    order: 1; }

  .footer_form {
    width: 70%; }

  .product_page-visuals-group .visual-box {
    width: 100%;
    float: none; }
    .product_page-visuals-group .visual-box:nth-of-type(3) {
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%); }
    .product_page-visuals-group .visual-box:nth-of-type(4) {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%); }

  .product_page-visuals-group:last-of-type {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 6em; }
    .product_page-visuals-group:last-of-type .visual-box:first-of-type {
      order: 2; }
    .product_page-visuals-group:last-of-type .visual-box:last-of-type {
      order: 1; }

  .product_page-similar-items .label {
    display: block;
    float: none;
    width: 100%;
    padding: 0.9375em 0; }
    .product_page-similar-items .label span {
      position: relative;
      width: 100%;
      text-align: center;
      display: block;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    .product_page-similar-items .label:after {
      display: none; }
  .product_page-similar-items .product_page-similar-items-carousel {
    width: 100%;
    float: none; }

  .footer_left {
    width: 100%;
    display: block; }
    .footer_left .footer_left-top {
      padding-left: 0.625em;
      padding-right: 0.625em; }
    .footer_left .footer_left-bottom {
      width: 100%; }
      .footer_left .footer_left-bottom ul li {
        width: 100%;
        float: left;
        text-align: center; }

  .footer_right {
    width: 100%;
    padding-top: 3.75em;
    padding-bottom: 5em;
    padding-left: 1.25em;
    padding-right: 1.25em; }
    .footer_right .content-wrapper h3 {
      font-size: 1.75em;
      line-height: 2.14286em;
      margin-bottom: 1.07143em; }
    .footer_right .content-wrapper .button {
      width: 5.625em;
      height: 5.625em; }
      .footer_right .content-wrapper .button i {
        font-size: 2.5em; }

  .footer_form {
    width: 100%; }

  .footer_right.mobile {
    display: block; }

  .product_page-visuals-group .visual-box {
    width: 100%;
    float: none; }
    .product_page-visuals-group .visual-box:nth-of-type(3) {
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%); }
    .product_page-visuals-group .visual-box:nth-of-type(4) {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%); }

  .slides-pagination {
    display: none; }

  .container, .homepage-container {
    overflow: auto;
    height: auto; }

  .hero-slide {
    position: relative;
    height: auto;
    min-height: 100vh;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
    .hero-slide.active {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    .hero-slide.animateout-top, .hero-slide.animateout-bottom {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      margin: 0; }
    .hero-slide:after {
      display: none; }

  .hero_content-wrapper .hero_content-inner-wrapper img, .hero_content-wrapper h1, .hero_content-wrapper .hero_content-button-wrapper {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .hero_content-wrapper .novum-logo_text-wrapper .novum-text-letter {
    stroke-dashoffset: 0; }
  .hero_content-wrapper .novum-symbol-wrapper {
    stroke-dashoffset: 0; }

  .hero {
    height: 100vh; }

  .hero_content-wrapper .hero_content-inner-wrapper img {
    width: 16.25em;
    max-width: 90%; }
  .hero_content-wrapper h1 {
    font-size: 1.0625em;
    color: #FFF;
    letter-spacing: 0.35294em;
    text-indent: 0.35294em;
    line-height: 1.76471em;
    margin-top: 2.05882em;
    margin-bottom: 3.52941em;
    width: 12.35294em;
    margin-left: auto;
    margin-right: auto; }

  .index-slide-2 {
    height: auto;
    min-height: 100vh;
    padding-top: 6.25em;
    padding-bottom: 6.25em;
    display: flex; }
    .index-slide-2 svg {
      display: none; }
    .index-slide-2 h2, .index-slide-2 p {
      transform: translateY(0);
      opacity: 1; }
    .index-slide-2 .text-content {
      position: relative;
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      height: auto;
      transform: none;
      margin-top: 0;
      margin-bottom: 0;
      font-size: 1em;
      top: 0;
      left: 0;
      padding: 2em;
      display: block;
      align-self: center; }
      .index-slide-2 .text-content h2 {
        font-size: 1.875em; }
      .index-slide-2 .text-content:before, .index-slide-2 .text-content:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid #fff;
        left: 0;
        top: 0; }
      .index-slide-2 .text-content:before {
        left: -4px;
        top: -4px; }
      .index-slide-2 .text-content:after {
        left: 4px;
        top: 4px; }

  .index-slide-3_video {
    display: none; }

  .index-slide-3 .row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto; }
  .index-slide-3 .index-slide-3_left {
    display: block;
    padding: 0;
    height: auto;
    padding-top: 3.125em;
    padding-bottom: 3.125em;
    padding-right: 1.875em;
    padding-left: 1.875em;
    order: 2; }
    .index-slide-3 .index-slide-3_left .text-content {
      padding: 0; }
      .index-slide-3 .index-slide-3_left .text-content h3 {
        font-size: 1.75em;
        line-height: 1.78571em;
        margin-top: 1.07143em;
        margin-bottom: 1.07143em; }
      .index-slide-3 .index-slide-3_left .text-content p {
        font-size: 1.125em;
        line-height: 1.77778em; }
  .index-slide-3 .index-slide-3_right {
    order: 1;
    background: url(../img/process.gif) center no-repeat;
    background-size: cover; }

  .index-slide-4 {
    min-height: 0; }

  .rotating_circle {
    position: relative;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 0;
    width: 80%;
    margin-left: 10%;
    margin-top: 4.375em;
    margin-bottom: 4.375em; }
    .rotating_circle .rotating_circle-text-content {
      font-size: 2.5em; }
    .rotating_circle .rotating_circle-single-step {
      line-height: 0.75em;
      letter-spacing: 0.075em;
      text-indent: 0.075em;
      text-transform: uppercase; }

  .collection-block {
    height: auto; }
    .collection-block.items-2 .collection-block_inner, .collection-block.items-3 .collection-block_inner {
      width: 100%; }
    .collection-block .collection-block_inner {
      padding-top: 4.375em;
      padding-bottom: 4.375em;
      width: 100%;
      height: auto; }
      .collection-block .collection-block_inner .text-wrapper h2 {
        margin-top: 0;
        font-size: 1.5em;
        line-height: 1.04167em;
        margin-bottom: 1.25em; }
        .collection-block .collection-block_inner .text-wrapper h2 span {
          font-size: 1.16667em; }
      .collection-block .collection-block_inner:after {
        opacity: 0.5; }

  .index-slide-5 .row {
    height: auto;
    display: flex;
    flex-wrap: wrap; }
  .index-slide-5 .index-slide-5_right {
    order: 1;
    height: auto;
    border-top: 1px solid #000; }
    .index-slide-5 .index-slide-5_right .text-content {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 5em;
      padding-top: 3.125em; }
      .index-slide-5 .index-slide-5_right .text-content h3 {
        font-size: 1.75em;
        line-height: 2.14286em;
        margin-top: 1.42857em;
        margin-bottom: 1.42857em; }
  .index-slide-5 .index-slide-5_left {
    order: 2;
    height: auto; }

  .index-slide-5_community-img-wrapper {
    height: auto; }
    .index-slide-5_community-img-wrapper:after {
      content: "";
      padding-top: 100%;
      display: block; }
    .index-slide-5_community-img-wrapper .media-block-images {
      display: none; }

  .underlined-header {
    padding-bottom: 1.42857em;
    font-weight: 400; }

  .collection-header {
    padding-top: 5.3125em;
    padding-bottom: 3.125em; }
    .collection-header h1 {
      font-size: 1.75em;
      letter-spacing: 0.5em;
      text-indent: 0.5em;
      line-height: 1.42857em; }

  .product-box:after {
    padding-top: 90%; }
  .product-box.double-height:after {
    padding-top: 180%; }
  .product-box.image-overlay .image-wrapper {
    transform: none !important; }
  .product-box.image-overlay .image-wrapper {
    height: 100%;
    top: 0; }
  .product-box.image-overlay .content-wrapper_bottom .title {
    font-size: 0.875em;
    line-height: 2.14286em; }
  .product-box .content-wrapper_bottom {
    bottom: 1.25em; }
    .product-box .content-wrapper_bottom .title {
      font-size: 0.6875em;
      line-height: 1.45455em; }
    .product-box .content-wrapper_bottom .price {
      font-size: 0.875em;
      line-height: 2.14286em; }
  .product-box .product-box_link-wrapper {
    font-size: 0.875em; }

  .nav_shopping-cart-link.active {
    width: 90%; }

  .cart {
    width: 90%;
    width: calc(100% - 1.5em);
    right: -90%;
    right: calc(-100% - 1.5em);
    padding-top: 4.6875em; }

  .cart_item .cart_item-img {
    width: 6.25em; }
  .cart_item .cart_item-title, .cart_item .cart_item-price {
    font-size: 0.875em; }
  .cart_item .cart_remove {
    width: 3.75em; }
    .cart_item .cart_remove:before, .cart_item .cart_remove:after {
      width: 1em;
      margin-left: -0.5em; }

  .cart_total {
    padding: 2.5em 1.25em;
    text-align: center; }
    .cart_total p {
      display: block;
      margin-bottom: 2.5em; }
    .cart_total .button {
      float: none;
      margin-top: 0; }

  .media-block_image-wrapper.desktop,
  .media-block_content-wrapper.desktop {
    display: none; }

  .media-block_image-wrapper.mobile,
  .media-block_content-wrapper.mobile {
    display: block; }

  .media-block {
    display: block; }

  .media-block_image-wrapper,
  .media-block_content-wrapper {
    display: block; }

  .media-block:after, .media-block:before {
    content: ' ';
    display: table; }
  .media-block:after {
    clear: both; }
  .media-block .column {
    float: left !important; }

  .media-block_image-wrapper.small-4:after {
    padding-top: 160%; }

  .media-block_image-wrapper.small-8:after {
    padding-top: 80%; }

  .media-block_image-wrapper.small-12:after {
    padding-top: 53%; }

  .media-block_content-wrapper, .media-block_content-wrapper.large-7 {
    padding: 3.75em 1.25em; }

  .media-block {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

  .story-page .inner-page-header {
    padding-top: 5.625em;
    padding-bottom: 5.625em; }
  .story-page .content {
    padding-top: 3.75em;
    padding-bottom: 3.75em; }

  .checkout {
    padding-top: 1.25em;
    display: block;
    width: 100%; }
    .checkout .checkout_left,
    .checkout .checkout_right {
      display: block;
      width: 100%; }
    .checkout .inner-wrapper {
      padding: 0;
      float: none;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      padding-left: 1.25em;
      padding-right: 1.25em; }
    .checkout .checkout_right {
      display: block;
      width: 100%;
      float: none;
      margin-left: auto;
      margin-right: auto;
      border-left: 0; }

  .checkout_totals {
    width: 100%;
    max-width: 100%;
    padding-left: 1.25em;
    padding-right: 1.25em;
    padding-top: 2.5em;
    padding-bottom: 4.375em; }

  .checkout_left-bottom {
    margin-bottom: 6.25em; }

  .checkout_page-message .content {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
    padding-left: 1.25em;
    padding-right: 1.25em; }

  .proccess-page {
    overflow: auto; }
    .proccess-page .mobile-img-fallback {
      display: block; }
    .proccess-page .static_content-container {
      position: relative;
      background: #000;
      padding-top: 5.8125em;
      padding-bottom: 1.875em; }
    .proccess-page .underlined-header {
      padding-top: 0;
      position: relative; }
    .proccess-page .rotating_circle, .proccess-page .pagination {
      display: none; }
    .proccess-page .craftsmanship_text-content {
      padding-left: 1.25em;
      padding-right: 1.25em; }
      .proccess-page .craftsmanship_text-content .time-required {
        display: block;
        font-size: 2.5em;
        line-height: 1em;
        text-transform: uppercase; }
      .proccess-page .craftsmanship_text-content h2 {
        font-size: 1.25em;
        letter-spacing: 0.1875em;
        text-indent: 0.1875em;
        line-height: 1.5em;
        margin-bottom: 1em;
        margin-top: 1em; }
        .proccess-page .craftsmanship_text-content h2 br {
          display: none; }
      .proccess-page .craftsmanship_text-content p {
        font-size: 0.875em;
        color: #FFF;
        letter-spacing: 0px;
        line-height: 1.71429em;
        font-weight: 400; }
    .proccess-page .content-left .craftsmanship_text-content {
      padding-left: 1.25em; }
    .proccess-page .content-right .craftsmanship_text-content {
      position: relative; }
    .proccess-page .hero-slide {
      height: auto;
      min-height: 0;
      display: flex;
      flex-wrap: wrap; }
      .proccess-page .hero-slide .section {
        display: block;
        width: 100%; }
      .proccess-page .hero-slide.content-right .section:first-of-type:after {
        content: "";
        display: block;
        padding-top: 100%; }
      .proccess-page .hero-slide.content-right .section:first-of-type:before {
        content: "";
        display: block;
        height: 9.375em;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: linear-gradient(transparent, black);
        z-index: 2; }
      .proccess-page .hero-slide.content-right .section:last-of-type {
        margin-top: -7.5em;
        padding-bottom: 6.25em; }
      .proccess-page .hero-slide.content-left .section:first-of-type {
        order: 2;
        margin-top: -7.5em;
        padding-bottom: 6.25em; }
      .proccess-page .hero-slide.content-left .section:last-of-type {
        order: 1; }
        .proccess-page .hero-slide.content-left .section:last-of-type:after {
          content: "";
          display: block;
          padding-top: 100%; }
        .proccess-page .hero-slide.content-left .section:last-of-type:before {
          content: "";
          display: block;
          height: 9.375em;
          position: absolute;
          bottom: 0;
          width: 100%;
          background: linear-gradient(transparent, black);
          z-index: 2; }
    .proccess-page .navigation_arrows {
      display: none; }

  .contacts_form-wrapper {
    display: block; }
    .contacts_form-wrapper .contacts_form-column {
      display: block;
      width: 100%;
      padding: 5em 1.25em; }
      .contacts_form-wrapper .contacts_form-column form {
        max-width: 100%; }
        .contacts_form-wrapper .contacts_form-column form p {
          font-size: 1.5em; }
        .contacts_form-wrapper .contacts_form-column form input, .contacts_form-wrapper .contacts_form-column form textarea {
          font-size: 1.125em;
          min-height: 0; }

  .contacts_form-column.map-column {
    padding: 0; }
    .contacts_form-column.map-column .header {
      position: relative; }
    .contacts_form-column.map-column:after {
      content: "";
      display: block;
      padding-top: 60%; }

  .product-box .image-wrapper > div {
    vertical-align: top; }

  .visual-left_items-3 > div:nth-of-type(1):after {
    padding-top: 180%; }

  .visual-right_items-3 > div:nth-of-type(1):after {
    padding-top: 180%; }

  .nav_menu-trigger:not(.active):hover {
    color: #777777; }
    .nav_menu-trigger:not(.active):hover .icon:before {
      top: 0; }
    .nav_menu-trigger:not(.active):hover .icon:after {
      top: 100%;
      margin-top: -1px; }

  .product_page-visuals-group .index-slide-3_video {
    display: block;
    z-index: 1; }

  .page-id-12, .page-id-44 {
    overflow: auto; }

  .checkout_totals {
    padding-bottom: 0; }

  .woocommerce-checkout-payment {
    padding-top: 0;
    max-width: 100%; }

  .lookbook_index_block .content {
    font-size: 13px;
    width: 60%;
    margin-left: auto;
    margin-right: auto; }
  .lookbook_index_block:nth-of-type(2n-1) .content {
    margin-left: auto;
    margin-right: auto; }

  .lookbook_inner-page-block {
    margin-bottom: 2.5em; }
    .lookbook_inner-page-block.small-img-middle .img-wrapper {
      width: 100%;
      left: 0;
      margin-left: 0; }

  .product_page-similar-items .label:after {
    padding-top: 95%; }
  .product_page-similar-items .product-box:after {
    padding-top: 95%; }

  .footer_left .footer_left-bottom .credits {
    position: relative;
    text-align: center;
    bottom: 0;
    left: 0;
    margin-top: 3.57143em; }

  .footer_left .footer_left-bottom .footer_left-bottom-inner-wrapper {
    display: block; }

  .popup .popup-close-icon {
    width: 40px;
    height: 40px;
    right: 40px;
    top: 40px; }
  .popup .inner-wrapper {
    padding-top: 120px; }
  .popup .popup-heading {
    margin-bottom: 50px; }
  .popup .popup-inner-content .item {
    padding-left: 20px;
    padding-right: 20px; }
    .popup .popup-inner-content .item h3 {
      font-size: 20px; }

  .single-product nav .checkout_return-link {
    width: 40px;
    height: 40px; }
    .single-product nav .checkout_return-link span {
      display: none; } }
@media only screen and (min-width: 1px) and (max-width: 480px) {
  .menu a {
    font-size: 1em;
    padding: 0.7em 0; }

  .nav_menu-trigger {
    color: transparent !important;
    left: 1em; }

  .nav_shopping-cart-link {
    color: transparent !important;
    right: 1em; }

  .nav_shopping-cart-link.active {
    color: #000 !important; }

  .nav_logo {
    position: relative;
    z-index: 3; }

  .product-page_top {
    display: block;
    padding-bottom: 0;
    min-height: none; }
    .product-page_top .product-page_top-column-left, .product-page_top .product-page_top-column-right {
      display: block;
      width: 100%;
      float: none; }

  .owl-carousel.product-page_carousel-top {
    position: relative;
    height: auto;
    max-height: none; }
    .owl-carousel.product-page_carousel-top .owl-item {
      height: 70vh; }

  .product-page_description {
    padding-left: 0;
    max-width: 100%;
    padding: 0 5%; }
    .product-page_description h1 {
      font-size: 1.75em;
      text-align: center; }
    .product-page_description h2 {
      font-size: 0.75em;
      text-align: center;
      padding: 0 1.66667em; }

  .product-page_top-select-wrapper {
    text-align: center; }

  .product-page_cta-area {
    text-align: center; }

  .product_page-visual-full .content-wrapper {
    position: relative;
    top: 0;
    transform: none;
    padding: 3.75em 0; }
  .product_page-visual-full h2 {
    font-size: 1.75em;
    line-height: 1.42857em;
    letter-spacing: 0.14286em;
    text-indent: 0.14286em; }
  .product_page-visual-full p {
    font-size: 1.125em;
    line-height: 1.77778em; }
  .product_page-visual-full:after {
    display: none; }
  .product_page-visual-full .image-wrapper {
    top: 0;
    height: 100%; }

  .product-page_info .product-page_info-toggler {
    font-size: 0.75em;
    letter-spacing: 0.35em;
    margin-right: 0; }
    .product-page_info .product-page_info-toggler:last-of-type {
      float: right; }

  .product_page-features-wrapper {
    display: none; }

  .product_page-visuals-group .visual-box:after {
    padding-top: 68%; }

  .product_page-similar-items .label {
    display: block;
    float: none;
    width: 100%;
    padding: 0.9375em 0; }
    .product_page-similar-items .label span {
      position: relative;
      width: 100%;
      text-align: center;
      display: block;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    .product_page-similar-items .label:after {
      display: none; }
  .product_page-similar-items .product_page-similar-items-carousel {
    width: 100%;
    float: none; }

  footer > .row {
    height: auto;
    display: block;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }

  .footer_left {
    width: 100%;
    display: block;
    order: 2; }
    .footer_left .footer_left-top {
      padding-left: 0.625em;
      padding-right: 0.625em; }
    .footer_left .footer_left-bottom {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; }
      .footer_left .footer_left-bottom ul li {
        width: 100%;
        float: left;
        text-align: center; }

  .footer_right {
    order: 1;
    width: 100%;
    padding-top: 3.75em;
    padding-bottom: 5em;
    padding-left: 1.25em;
    padding-right: 1.25em; }
    .footer_right .content-wrapper h3 {
      font-size: 1.75em;
      line-height: 2.14286em;
      margin-bottom: 1.07143em; }
    .footer_right .content-wrapper .button {
      width: 5.625em;
      height: 5.625em; }
      .footer_right .content-wrapper .button i {
        font-size: 2.5em; }

  .footer_form {
    width: 100%;
    max-width: 100%; }

  .product_page-visuals-group .visual-box {
    width: 100%;
    float: none; }
    .product_page-visuals-group .visual-box:nth-of-type(3) {
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%); }
    .product_page-visuals-group .visual-box:nth-of-type(4) {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%); }

  .product_page-visuals-group:last-of-type {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 6em; }
    .product_page-visuals-group:last-of-type .visual-box:first-of-type {
      order: 2; }
    .product_page-visuals-group:last-of-type .visual-box:last-of-type {
      order: 1; }

  .slides-pagination {
    display: none; }

  .container, .homepage-container {
    overflow: auto;
    height: auto; }

  .hero-slide {
    position: relative;
    height: auto;
    min-height: 100vh;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
    .hero-slide.active {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    .hero-slide.animateout-top, .hero-slide.animateout-bottom {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      margin: 0; }
    .hero-slide:after {
      display: none; }

  .hero_content-wrapper .hero_content-inner-wrapper img, .hero_content-wrapper h1, .hero_content-wrapper .hero_content-button-wrapper {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .hero_content-wrapper .novum-logo_text-wrapper .novum-text-letter {
    stroke-dashoffset: 0; }
  .hero_content-wrapper .novum-symbol-wrapper {
    stroke-dashoffset: 0; }

  .hero {
    height: 100vh; }

  .hero_content-wrapper .hero_content-inner-wrapper img {
    width: 16.25em;
    max-width: 90%; }
  .hero_content-wrapper h1 {
    font-size: 1.0625em;
    color: #FFF;
    letter-spacing: 0.35294em;
    text-indent: 0.35294em;
    line-height: 1.76471em;
    margin-top: 2.05882em;
    margin-bottom: 3.52941em;
    width: 12.35294em;
    margin-left: auto;
    margin-right: auto; }

  .index-slide-2 {
    height: auto;
    min-height: 100vh;
    padding-top: 4.375em;
    padding-bottom: 4.375em;
    background: #000;
    display: flex; }
    .index-slide-2 h2, .index-slide-2 p {
      transform: translateY(0);
      opacity: 1; }
    .index-slide-2 svg {
      display: none; }
    .index-slide-2 .text-content {
      position: relative;
      width: 85%;
      margin-left: auto;
      margin-right: auto;
      height: auto;
      transform: none;
      margin-top: 0;
      margin-bottom: 0;
      font-size: 1em;
      top: 0;
      left: 0;
      padding: 2em 1em;
      display: block;
      align-self: center; }
      .index-slide-2 .text-content h2 {
        font-size: 1.25em; }
      .index-slide-2 .text-content p {
        font-size: 0.8125em; }
      .index-slide-2 .text-content:before, .index-slide-2 .text-content:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid #fff;
        left: 0;
        top: 0; }
      .index-slide-2 .text-content:before {
        left: -4px;
        top: -4px; }
      .index-slide-2 .text-content:after {
        left: 4px;
        top: 4px; }

  .index-slide-3_video {
    display: none; }

  .index-slide-3 .row {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .index-slide-3 .index-slide-3_left {
    display: block;
    padding: 0;
    height: auto;
    padding-top: 3.125em;
    padding-bottom: 3.125em;
    padding-right: 1.25em;
    padding-left: 1.25em;
    overflow: hidden;
    font-size: 14px;
    order: 2; }
    .index-slide-3 .index-slide-3_left .text-content {
      padding: 0;
      display: block; }
      .index-slide-3 .index-slide-3_left .text-content h3 {
        font-size: 1.75em;
        line-height: 1.78571em;
        margin-top: 1.07143em;
        margin-bottom: 1.07143em; }
      .index-slide-3 .index-slide-3_left .text-content p {
        font-size: 1.125em;
        line-height: 1.77778em;
        margin-bottom: 1.44444em; }
  .index-slide-3 .index-slide-3_right {
    background: url(../img/process.gif) center no-repeat;
    background-size: cover;
    order: 1; }

  .index-slide-4 {
    min-height: 0; }

  .rotating_circle {
    position: relative;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 0;
    width: 80%;
    margin-left: 10%;
    margin-top: 4.375em;
    margin-bottom: 4.375em; }
    .rotating_circle .rotating_circle-text-content {
      font-size: 1.875em; }
    .rotating_circle .rotating_circle-single-step {
      line-height: 1.5em;
      letter-spacing: 0.1em;
      text-indent: 0.1em;
      text-transform: uppercase; }

  .collection-block {
    height: auto; }
    .collection-block.items-2 .collection-block_inner, .collection-block.items-3 .collection-block_inner {
      width: 100%; }
    .collection-block .collection-block_inner {
      padding-top: 1.875em;
      padding-bottom: 1.875em;
      width: 100%;
      height: auto; }
      .collection-block .collection-block_inner .text-wrapper h2 {
        margin-top: 0;
        font-size: 1.125em;
        line-height: 1.2em;
        margin-bottom: 0.83333em; }
        .collection-block .collection-block_inner .text-wrapper h2 span {
          font-size: 1.16667em; }
      .collection-block .collection-block_inner .text-wrapper .button {
        padding-top: 1.15385em;
        padding-bottom: 1.15385em;
        font-size: 0.8125em; }
      .collection-block .collection-block_inner:after {
        opacity: 0.5; }
      .collection-block .collection-block_inner:first-of-type {
        padding-top: 5em; }

  .index-slide-4 .collection-block .collection-block_inner:first-of-type {
    padding-top: 1.875em; }

  .index-slide-5 .row {
    height: auto;
    display: flex;
    flex-wrap: wrap; }
  .index-slide-5 .index-slide-5_right {
    order: 1;
    height: auto;
    border-top: 1px solid #000; }
    .index-slide-5 .index-slide-5_right .text-content {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 5em;
      padding-top: 3.125em; }
      .index-slide-5 .index-slide-5_right .text-content h3 {
        font-size: 1.75em;
        line-height: 2.14286em;
        margin-top: 1.42857em;
        margin-bottom: 1.42857em; }
  .index-slide-5 .index-slide-5_left {
    order: 2;
    height: auto; }

  .index-slide-5_community-img-wrapper {
    height: auto; }
    .index-slide-5_community-img-wrapper:after {
      content: "";
      padding-top: 100%;
      display: block; }
    .index-slide-5_community-img-wrapper .media-block-images {
      display: none; }

  .underlined-header {
    padding-bottom: 1.42857em;
    font-weight: 400; }

  .collection-header {
    padding-top: 5.3125em;
    padding-bottom: 3.125em; }
    .collection-header h1 {
      font-size: 1.75em;
      letter-spacing: 0.5em;
      text-indent: 0.5em;
      line-height: 1.42857em; }

  .product-box:after {
    padding-top: 100%; }
  .product-box.double-height:after {
    padding-top: 2000%; }
  .product-box.image-overlay .image-wrapper {
    height: 100%;
    top: 0;
    transform: none !important; }
  .product-box.image-overlay .content-wrapper_bottom .title {
    font-size: 0.875em;
    line-height: 2.14286em; }
  .product-box .content-wrapper_bottom {
    bottom: 1.25em; }
    .product-box .content-wrapper_bottom .title {
      font-size: 0.6875em;
      line-height: 1.45455em; }
    .product-box .content-wrapper_bottom .price {
      font-size: 0.875em;
      line-height: 2.14286em; }
  .product-box .product-box_link-wrapper {
    font-size: 0.875em; }
  .product-box:hover .product-box_link-wrapper {
    height: 0;
    opacity: 0; }

  /*
  .page-black{
    .product-box{
      width: 100%;
      &:after{
        padding-top: 62%;
      }
      &.image-overlay{
        &:after{
          padding-top: 33%;
        }
      }
    }
  }
*/
  .inner-page-header {
    padding-top: 6.4375em;
    padding-bottom: 4.8125em; }
    .inner-page-header h1 {
      font-size: 1.5em;
      color: #000;
      letter-spacing: 0.5em;
      text-indent: 0.5em;
      line-height: 2.5em; }

  .contacts_form-wrapper {
    display: block; }
    .contacts_form-wrapper .contacts_form-column {
      display: block;
      width: 100%;
      padding: 5em 1.25em; }
      .contacts_form-wrapper .contacts_form-column form {
        max-width: 100%;
        text-align: center; }
        .contacts_form-wrapper .contacts_form-column form p {
          font-size: 1.125em; }
        .contacts_form-wrapper .contacts_form-column form input, .contacts_form-wrapper .contacts_form-column form textarea {
          font-size: 1.125em;
          margin-left: auto;
          margin-right: auto;
          text-align: center;
          min-height: 0; }

  .contacts_form-column.map-column {
    padding: 0; }
    .contacts_form-column.map-column .header {
      position: relative; }
    .contacts_form-column.map-column:after {
      content: "";
      display: block;
      padding-top: 100%; }

  .nav_shopping-cart-link.active {
    width: 90%; }

  .cart {
    width: 90%;
    width: calc(100% - 1.5em);
    right: -90%;
    right: calc(-100% - 1.5em);
    padding-top: 4.6875em; }

  .cart_item .cart_item-img {
    width: 6.25em; }
  .cart_item .cart_item-title, .cart_item .cart_item-price {
    font-size: 0.875em; }
  .cart_item .cart_remove {
    width: 3.75em; }
    .cart_item .cart_remove:before, .cart_item .cart_remove:after {
      width: 1em;
      margin-left: -0.5em; }

  .cart_total {
    padding: 2.5em 1.25em;
    text-align: center; }
    .cart_total p {
      display: block;
      margin-bottom: 2.5em; }
    .cart_total .button {
      float: none;
      margin-top: 0; }

  .cart.empty > div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 1.25em;
    padding-right: 1.25em; }
  .cart.empty h3 {
    font-family: 'Futura', sans-serif;
    font-size: 1.75em;
    line-height: 1.42857em;
    margin-bottom: 1.07143em; }

  .media-block_image-wrapper.desktop,
  .media-block_content-wrapper.desktop {
    display: none; }

  .media-block_image-wrapper.mobile,
  .media-block_content-wrapper.mobile {
    display: block; }

  .media-block {
    display: block; }

  .media-block_image-wrapper,
  .media-block_content-wrapper {
    display: block; }

  .media-block:after, .media-block:before {
    content: ' ';
    display: table; }
  .media-block:after {
    clear: both; }
  .media-block .column {
    float: left !important; }

  .media-block_image-wrapper.small-4:after {
    padding-top: 160%; }

  .media-block_image-wrapper.small-8:after {
    padding-top: 80%; }

  .media-block_image-wrapper.small-12:after {
    padding-top: 53%; }

  .media-block_content-wrapper, .media-block_content-wrapper.large-7 {
    padding: 3.75em 1.25em; }

  .media-block {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

  .story-page .inner-page-header {
    padding-top: 5.625em;
    padding-bottom: 5.625em; }
  .story-page .content {
    padding-top: 3.75em;
    padding-bottom: 3.75em; }

  .checkout {
    padding-top: 1.25em;
    display: block;
    width: 100%; }
    .checkout .checkout_left,
    .checkout .checkout_right {
      display: block;
      width: 100%; }
    .checkout .inner-wrapper {
      padding: 0;
      float: none;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      padding-left: 1.25em;
      padding-right: 1.25em; }
    .checkout .checkout_right {
      display: block;
      width: 100%;
      float: none;
      margin-left: auto;
      margin-right: auto;
      border-left: 0; }

  .checkout_totals {
    max-width: 100%;
    padding-left: 1.25em;
    padding-right: 1.25em;
    padding-top: 2.5em;
    padding-bottom: 4.375em; }

  .checkout_left-bottom {
    margin-bottom: 6.25em; }
    .checkout_left-bottom .button {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }

  .checkout_page-message .content {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
    padding-left: 1.25em;
    padding-right: 1.25em; }

  .proccess-page {
    overflow: auto; }
    .proccess-page .mobile-img-fallback {
      display: block; }
    .proccess-page .static_content-container {
      position: relative;
      background: #000;
      padding-top: 5.8125em;
      padding-bottom: 1.875em; }
    .proccess-page .underlined-header {
      padding-top: 0;
      position: relative; }
    .proccess-page .rotating_circle, .proccess-page .pagination {
      display: none; }
    .proccess-page .craftsmanship_text-content {
      padding-left: 1.25em;
      padding-right: 1.25em; }
      .proccess-page .craftsmanship_text-content .time-required {
        display: block;
        font-size: 2.5em;
        line-height: 1em;
        text-transform: uppercase; }
      .proccess-page .craftsmanship_text-content h2 {
        font-size: 1.25em;
        letter-spacing: 0.1875em;
        text-indent: 0.1875em;
        line-height: 1.5em;
        margin-bottom: 1em;
        margin-top: 1em; }
        .proccess-page .craftsmanship_text-content h2 br {
          display: none; }
      .proccess-page .craftsmanship_text-content p {
        font-size: 0.875em;
        color: #FFF;
        letter-spacing: 0px;
        line-height: 1.71429em;
        font-weight: 400; }
    .proccess-page .content-left .craftsmanship_text-content {
      padding-left: 1.25em; }
    .proccess-page .content-right .craftsmanship_text-content {
      position: relative; }
    .proccess-page .hero-slide {
      height: auto;
      min-height: 0;
      display: flex;
      flex-wrap: wrap; }
      .proccess-page .hero-slide .section {
        display: block;
        width: 100%; }
      .proccess-page .hero-slide.content-right .section:first-of-type:after {
        content: "";
        display: block;
        padding-top: 100%; }
      .proccess-page .hero-slide.content-right .section:first-of-type:before {
        content: "";
        display: block;
        height: 9.375em;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: linear-gradient(transparent, black);
        z-index: 2; }
      .proccess-page .hero-slide.content-right .section:last-of-type {
        margin-top: -7.5em;
        padding-bottom: 6.25em; }
      .proccess-page .hero-slide.content-left .section:first-of-type {
        order: 2;
        margin-top: -7.5em;
        padding-bottom: 6.25em; }
      .proccess-page .hero-slide.content-left .section:last-of-type {
        order: 1; }
        .proccess-page .hero-slide.content-left .section:last-of-type:after {
          content: "";
          display: block;
          padding-top: 100%; }
        .proccess-page .hero-slide.content-left .section:last-of-type:before {
          content: "";
          display: block;
          height: 9.375em;
          position: absolute;
          bottom: 0;
          width: 100%;
          background: linear-gradient(transparent, black);
          z-index: 2; }
    .proccess-page .navigation_arrows {
      display: none; }

  .product-box .image-wrapper > div {
    vertical-align: top; }

  .visual-left_items-3 > div:nth-of-type(1):after {
    padding-top: 200%; }

  .visual-right_items-3 > div:nth-of-type(1):after {
    padding-top: 200%; }

  .nav_menu-trigger:not(.active):hover {
    color: #777777; }
    .nav_menu-trigger:not(.active):hover .icon:before {
      top: 0; }
    .nav_menu-trigger:not(.active):hover .icon:after {
      top: 100%;
      margin-top: -1px; }

  .product-page_price-area {
    margin-right: 0; }

  .product-page_cta-area .woocommerce-variation-add-to-cart {
    display: block; }

  .product-page_cta-area .add-to-cart {
    display: block;
    padding-top: 1.875em; }

  .product-page_top .product-page_top-column-right {
    padding-top: 0; }

  .product_page-visuals-group .index-slide-3_video {
    display: block;
    z-index: 1; }

  .page-id-12, .page-id-44 {
    overflow: auto; }

  .checkout_totals {
    padding-bottom: 0; }

  .woocommerce-checkout-payment {
    padding-top: 0;
    max-width: 100%; }

  .wc-credit-card-form .form-row label {
    font-size: 13px; }

  .woocommerce-checkout-payment {
    padding-left: 30px;
    padding-right: 30px; }

  .wc-credit-card-form .form-row.form-row-first {
    padding-right: 5px; }

  .wc-credit-card-form .form-row.form-row-last {
    padding-left: 5px; }

  .lookbook_index_block {
    margin-bottom: 3.125em; }
    .lookbook_index_block .content {
      font-size: 12px;
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
      .lookbook_index_block .content:after {
        padding-top: 120%; }
    .lookbook_index_block:nth-of-type(2n-1) .content {
      margin-left: auto;
      margin-right: auto; }

  .lookbook_inner-page-block {
    margin-bottom: 2.5em; }
    .lookbook_inner-page-block.full-img .img-wrapper, .lookbook_inner-page-block.small-img-middle .img-wrapper {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      margin-left: 0; }

  .lookbook_cta-section {
    padding-top: 6.25em;
    padding-bottom: 6.25em; }

  .novum-logo_text-wrapper,
  .novum-symbol-wrapper {
    font-size: 11px; }

  .product_page-similar-items .label:after {
    padding-top: 100%; }
  .product_page-similar-items .product-box:after {
    padding-top: 100%; }

  .footer_left .footer_left-bottom .credits {
    position: relative;
    text-align: center;
    bottom: 0;
    left: 0;
    margin-top: 3.57143em; }

  .footer_left .footer_left-bottom .footer_left-bottom-inner-wrapper {
    display: block; }

  .product_page-visuals-group .visual-box.video-visual-box:after {
    display: none; }
  .product_page-visuals-group .index-slide-3_video {
    position: relative;
    top: 0;
    left: 0;
    transform: none; }

  .popup .popup-close-icon {
    width: 30px;
    height: 30px;
    right: 30px;
    top: 30px; }
  .popup .inner-wrapper {
    padding-top: 120px; }
  .popup .popup-heading {
    margin-bottom: 40px; }
  .popup .popup-inner-content .item {
    padding-left: 10px;
    padding-right: 10px; }
    .popup .popup-inner-content .item h3 {
      font-size: 15px; }

  .single-product nav .checkout_return-link {
    width: 40px;
    height: 40px; }
    .single-product nav .checkout_return-link span {
      display: none; }

  .cart-sizing-popup-link {
    display: block;
    margin-left: 0;
    margin-top: 1.875em; }

  .error404 .inner-page .content h1 {
    margin-top: 0.3125em;
    font-size: 2em;
    margin-bottom: 0.3125em; }

  .novum-logo_text-wrapper {
    width: 280px; } }





.menu_banner{
  position: absolute;
  z-index:999;
  top:15%;
  right:0px;
  }
.menu_banner ul{
  margin:0;
  padding:0;
  padding:0 15px;
  -webkit-transition:all .6s cubic-bezier(.15,.9,.34,.95);
    -moz-transition: all .6s cubic-bezier(.15,.9,.34,.95);
    -o-transition: all .6s cubic-bezier(.15,.9,.34,.95);
    transition: all .6s cubic-bezier(.15,.9,.34,.95);
  }
.menu_banner ul li{
  width:100%;
  height: 88px;
  line-height:120px;
  list-style-type:none;
  color:#fff;
  font-size:90px;
  font-weight:600;
  cursor:pointer;
  -webkit-transition:all .6s cubic-bezier(.15,.9,.34,.95);
    -moz-transition: all .6s cubic-bezier(.15,.9,.34,.95);
    -o-transition: all .6s cubic-bezier(.15,.9,.34,.95);
    transition: all .6s cubic-bezier(.15,.9,.34,.95); 
}
.menu_banner ul.on li{
  -webkit-transform: skewY(-3deg) translateZ(0px);
  -moz-transform: skewY(-3deg) translateZ(0px);
  -o-transform: skewY(-3deg) translateZ(0px);
  transform: skewY(-3deg) translateZ(0px);
  }

.hover_show{
  width:100%;
  height:100%;
  position:absolute; top:0; left:0;
  z-index:99;
  display:none;
  }
.showBg{
  width:100%;
  height:100%;
  position:absolute; top:0; left:0;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  -webkit-transition: all .6s cubic-bezier(.15,.9,.34,.95);
    -moz-transition: all .6s cubic-bezier(.15,.9,.34,.95);
    -o-transition: all .6s cubic-bezier(.15,.9,.34,.95);
    transition: all .6s cubic-bezier(.15,.9,.34,.95); 
  }


.hover_show_s{
    position: absolute;
  width:100%;
  height:100%;
  background-image:url(../img/hover_s1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  top:0; left:0;
    /*-moz-transform: skewY(-7deg) scaleX(.9) translateZ(0);
    -ms-transform: skewY(-7deg) scaleX(.9) translateZ(0);
    -webkit-transform: skewY(-7deg) scaleX(.9) translateZ(0);
    transform: skewY(-7deg) scaleX(.9) translateZ(0);*/
    z-index: 2;
  opacity:0.3;
    -moz-opacity:0.3; 
    -khtml-opacity:0.3;
    -webkit-opacity:0.3;
    filter:alpha(opacity=30);
    /*box-shadow: -50px 50px 80px 0 rgba(0,0,0,.75);*/  
  -webkit-transition: all .6s cubic-bezier(.15,.9,.34,.95);
    -moz-transition: all .6s cubic-bezier(.15,.9,.34,.95);
    -o-transition: all .6s cubic-bezier(.15,.9,.34,.95);
    transition: all .6s cubic-bezier(.15,.9,.34,.95); 
    }



/*# sourceMappingURL=site.css.map */
