@font-face {
  font-family: "Special Elite Heavy";
  src: url("../fonts/TrixieWebPro-Heavy.ttf"); }

@font-face {
  font-family: "FuturaPT-Book";
  src: url("../fonts/FuturaPT-Book.woff"); }

@font-face {
  font-family: "trixie pro heavy";
  src: url("../fonts/9209.otf"); }

@font-face {
  font-family: "FuturaPTCond-Bold";
  src: url("../fonts/FuturaPTCond-Bold.woff"); }

@font-face {
  font-family: "FuturaPT-Light";
  src: url("../fonts/FuturaPT-Light.woff"); }

.container {
  width: 90vw;
  margin: 0 auto;
  position: relative; }

@media only screen and (min-width: 1200px) {
  .container {
    width: 1060px; } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body {
  width: 100%;
  margin: 0;
  padding: 0; }

.elite {
  font-family: 'FuturaPT-Book'; }

.body {
  position: relative;
  font-family: 'FuturaPT-Light';
  background: #F8F5F0;
  font-size: 18px;
  line-height: 1.45; 
}
@media only screen and (max-width: 768px) {
  .body {
    font-size:24px;
  } 
  .nice-select {
    font-size: 24px;
  }
}

.body.modal {
  overflow: hidden; 
}

.first-section {
  width: 100%;
  height: 56px; }
  @media only screen and (min-width: 768px) {
    .first-section {
      height: 65px; } }
  @media only screen and (min-width: 992px) {
    .first-section {
      height: 152px; } }

a {
  text-decoration: none; }

::-ms-clear {
  display: none; }


#svg-logo-1 {
  width: 320px;
}  
#svg-logo-1:hover .st0 {
  fill: #f3e2e7;
}
@media (max-width: 768px) {
  #svg-logo-1 {
    width: 140px !important;
    margin-top: 10px;
  } 
}

.discover-more {
  width: 200px;
  height: 180px;
  padding: 10px;
  background: rgba(210, 161, 182, 0.58); }
  .discover-more_compaign {
    background: #294425; }
  @media only screen and (min-width: 992px) {
    .discover-more {
      width: 350px;
      height: 328px;
      padding: 20px; } }

.discover-more__inner {
  width: 100%;
  height: 100%;
  background: #D2A1B6;
  padding: 15px;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .discover-more__inner {
      padding: 30px; } }

.discover-more__ttl {
  /*font-family: 'trixie pro heavy';*/
  font-size: 26px;
  font-weight: 700;
  color: #494949;
  word-wrap: break-word; }
  @media only screen and (min-width: 992px) {
    .discover-more__ttl {
      font-size: 35px; } }

a:hover .discover-more__link::after {
  width: 0; }

.discover-more__link {
  display: inline-block;
  font-family: 'FuturaPT-Book';
  font-size: 20px;
  font-weight: 400;
  color: #494949; }
  .discover-more__link::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #494949;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .discover-more__link:hover::after {
    width: 0; }
  @media only screen and (min-width: 992px) {
    .discover-more__link {
      font-size: 20px; } }

.discover-more__image {
  display: block;
  position: absolute; }

.section-ttl {
  width: 90%;
  /*font-family: 'trixie pro heavy';*/
  font-size: 30px;
  font-weight: 700;
  color: #494949;
  text-align: center;
  margin: 0 auto; 
}
  @media only screen and (min-width: 768px) {
    .section-ttl {
      font-size: 30px; } }
  @media only screen and (min-width: 992px) {
    .section-ttl {
      font-size: 40px; } }

.btn {
  display: inline-block;
  font-family: 'FuturaPT-Book';
  font-size: 16px;
  font-weight: 400;
  color: #494949;
  background: #D2A1B6;
  text-align: center;
  padding: 10px 25px;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .btn:hover {
    background: #c17f9b; }
  @media only screen and (min-width: 992px) {
    .btn {
      font-size: 20px;
      padding: 15px 30px; } }

.first-section {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 992px) {
    .first-section {
      padding-top: 0;
      padding-bottom: 50px; } }

.serotoninn-breadcrumbs {
  width: 90%;
  max-width: 1072px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 992px) {
    .serotoninn-breadcrumbs {
      margin-bottom: 40px; } }

.serotoninn-breadcrumbs__separator {
  width: 4px;
  height: 1px;
  background: #494949; }

.serotoninn-breadcrumbs__item {
  font-size: 16px;
  font-weight: 300;
  color: #494949;
  margin: 0 8px; 
}
@media only screen and (max-width: 768px) {
  .serotoninn-breadcrumbs__item {
    font-size: 20px;
  } 
}

a.serotoninn-breadcrumbs__item::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #D2A1B6;
  -webkit-transition: all, .3s;
  transition: all, .3s; }

a.serotoninn-breadcrumbs__item:hover::after {
  width: 75%; }

span.serotoninn-breadcrumbs__item {
  margin-bottom: 1px; }

.page-ttl {
  width: 90%;
  max-width: 1010px;
  margin: 0 auto;
  /* font-family: 'trixie pro heavy'; */
  font-family: "FuturaPT-Light";
  font-size: 24px;
  font-weight: 400;
  color: #494949; }
  @media only screen and (min-width: 768px) {
    .page-ttl {
      font-size: 30px; } }
  @media only screen and (min-width: 992px) {
    .page-ttl {
      font-size: 40px; } }

.tabs.primary, .cart-empty-page, .wishlist-empty-page {
  width: 90%;
  max-width: 1010px;
  margin: 0 auto; }

.cart-empty-page, .wishlist-empty-page {
  margin: 30px auto; }

.path-profile .profile-customer-edit-form {
  max-width: 600px;
  margin: 0 auto; }
  .path-profile .profile-customer-edit-form .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
  .path-profile .profile-customer-edit-form #edit-address-0-address-country-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.hamburger {
  padding: 1px 1px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: opacity 0.25s, -webkit-transform .5s;
  transition: opacity 0.25s, -webkit-transform .5s;
  transition: opacity 0.25s, transform .5s;
  transition: opacity 0.25s, transform .5s, -webkit-transform .5s;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  outline: none !important;
  overflow: visible; }
  .hamburger:hover {
    opacity: .7; }

.hamburger-box {
  width: 27px;
  height: 21px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
    width: 27px;
    height: 3px;
    background-color: #494949;
    border-radius: 4px;
    position: absolute;
    -webkit-transition: .15s ease, -webkit-transform;
    transition: .15s ease, -webkit-transform;
    transition: transform, .15s ease;
    transition: transform, .15s ease, -webkit-transform; }
  .hamburger-inner::before {
    top: -9px; }
  .hamburger-inner::after {
    bottom: -9px; }

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -18px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 100;
  -webkit-transition: all, .5s;
  transition: all, .5s; }
  .header.scroll {
    background: transparent; }
    .header.scroll .hamburger {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .header.scroll .hamburger--invert {
      display: block; }
    .header.scroll .header-search,
    /*.header.scroll .block-commerce-currency-resolver,*/
    .header.scroll .a_contacts,
    .header.scroll .block-language {
      /*opacity: 0;*/
      display: none;
      pointer-events: none; }
      .header.scroll .block-commerce-currency-resolver {
        /*display: block;*/
      }
    .header.scroll .header-categories_top {
      opacity: 0;
      pointer-events: none; }

.toolbar-horizontal .header {
  width: 100%;
  position: fixed;
  top: 79px;
  left: 0; }

@media only screen and (min-width: 992px) {
  .hamburger {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px); } }

.hamburger--invert {
  display: none; }

.header-logo {
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media only screen and (min-width: 768px) {
    .header-logo {
      left: 50%; } }

.header-logo__image {
  display: block;
  width: 150px;
  height: auto; }
  .header-logo__image path {
    fill: #494949;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .header-logo__image:hover path {
    fill: #D2A1B6; }
  @media only screen and (min-width: 768px) {
    .header-logo__image {
      width: 150px; } }
  @media only screen and (min-width: 992px) {
    .header-logo__image {
      width: 267.41px; } }

.block-commerce-currency-resolver {
  -webkit-transition: all, .3s linear;
  transition: all, .3s linear; }

.header-shop_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px; }
  @media only screen and (max-width: 767px) {
    .header-shop_top {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  .header-shop_top .header-search {
    display: none;
    -webkit-transition: all, .3s linear;
    transition: all, .3s linear;
    pointer-events: auto; }
  .header-shop_top .header-shop__item {
    margin-top: 0; }
  .header-shop_top .header-shop__item-wishlist {
    display: none; }
  @media only screen and (min-width: 768px) {
    .header-shop_top .header-shop__item-wishlist {
      display: block;
      margin-right: 10px; } }
  @media only screen and (min-width: 1200px) {
    .header-shop_top .header-search {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .header-shop_top .block-commerce-currency-resolver,
    .header-shop_top #block-wishlist,
    .header-shop_top .a_contacts{
      display: none; 
    }
    .header-shop_top .block-language .links {
      margin: 0 0 0 5px; } }

.header-categories_top {
  display: none;
  -webkit-transition: all, .3s linear;
  transition: all, .3s linear;
  pointer-events: auto; }
  .header-categories_top .header-categories__list {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-categories_top .header-categories__item {
    margin: 0 13px; }
  .header-categories_top .menu-item--active-trail {
    font-weight: 700; }
  @media only screen and (min-width: 992px) {
    .header-categories_top {
      display: block;
      margin-top: 0;/*15px;*/
    }
      .header-categories_top .header-collections__list {
        background: rgba(210, 161, 182, 0.5);
        position: absolute;
        top: 27px;
        left: 17px;
        width: 117px;
        margin: 0;
        display: block;
        opacity: 0; }
        .header-categories_top .header-collections__list.active {
          opacity: 1; }
      .header-categories_top .header-collections__item {
        margin: 0; }
      .header-categories_top .header-collections__item-txt {
        padding: 10px;
        padding-bottom: 13px;
        border: 0.5px solid #E0E0E0;
        margin-bottom: 0; }
      .header-categories_top .header-collections__sub-list {
        padding: 0;
        margin: 0; }
      .header-categories_top .header-collections__sub-item {
        padding: 10px;
        padding-left: 20px;
        padding-bottom: 13px; } }

.header-categories_hidden {
  display: block; }
  .header-categories_hidden .header-categories__list {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none; }
  .header-categories_hidden .header-categories__item {
    margin-bottom: 7px; }

.header-categories {
  width: 100%; }

.header-categories__item {
  font-family: 'FuturaPT-Book';
  font-size: 16px;
  font-weight: 400;
  color: #494949;
  position: relative; }

@media only screen and (max-width: 768px) {
  .header-collections__ttl-arrow.menu-collections-btn, .header-categories__item {
    font-size: 21px; } }

@media only screen and (max-width: 768px) {
  h1.page-ttl {
    font-size: 36px; } }

.header-categories__item-link {
  display: inline-block;
  color: #494949; }
  .header-categories__item-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #D2A1B6;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .header-categories__item-link:hover::after, .header-categories__item-link.active::after {
    width: 75%; }

.header-collections__ttl-arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header-collections__ttl-arrow::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(../assets/images/icons/ic-header-bottom-arrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 6px; }

.header-collections__list-ttl {
  cursor: pointer; }

.header-collections__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 17px;
  margin-top: 7px;
  font-size: 12px;
  z-index: 10;
  display: none;
  -webkit-transition: all, .5s;
  transition: all, .5s; 
}
@media only screen and (max-width: 768px) {
  .header-collections__list {
    font-size: 20px;
  }
}
  .header-collections__list.active {
    display: block; }

.header-collections__item {
  margin-bottom: 7px; }

.header-collections__sub-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 4px;
  margin-bottom: -3px;
  padding-left: 10px;
  display: none; }
  .header-collections__sub-list.active {
    display: block; }

.header-collections__sub-item {
  padding: 3px 0; }

.header-collections__item-link {
  display: inline-block;
  color: #494949; }
  @media only screen and (max-width: 765px) {
    .header-collections__item-link {
      font-size: 21px; } }
  .header-collections__item-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #D2A1B6;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .header-collections__item-link:hover::after, .header-collections__item-link.active::after {
    width: 75%; }

.header-shop_hidden {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media only screen and (max-width: 765px) {
    .header-shop_hidden {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 20px; }
      .header-shop_hidden .wishlist-block__summary__count,
      .header-shop_hidden .header-shop__item {
        margin-top: 0 !important; }
      .header-shop_hidden .wishlist-block__summary .header-shop__item-ttl img {
        position: relative;
        top: 4px; } }

.header-search {
  position: relative; }
  @media only screen and (min-width: 992px) {
    .header-search {
      margin-right: 5px; } }

.header-search__input, .form-item-search input {
  width: 140px;
  height: 31px;
  background: rgba(210, 161, 182, 0.58);
  border: none;
  padding: 7px;
  outline-color: #D2A1B6;
  font-size: 14px;
  font-weight: 400;
  color: white; }
  .header-search__input::-webkit-input-placeholder, .form-item-search input::-webkit-input-placeholder {
    outline-color: #D2A1B6;
    font-size: 14px;
    font-weight: 400; }
  .header-search__input::-moz-placeholder, .form-item-search input::-moz-placeholder {
    outline-color: #D2A1B6;
    font-size: 14px;
    font-weight: 400; }
  .header-search__input::-ms-input-placeholder, .form-item-search input::-ms-input-placeholder {
    outline-color: #D2A1B6;
    font-size: 14px;
    font-weight: 400; }
  .header-search__input::placeholder, .form-item-search input::placeholder {
    outline-color: #D2A1B6;
    font-size: 14px;
    font-weight: 400; }

.header-search__btn, #block-catalogsearch .form-submit {
  width: 16px;
  height: 16px;
  border: none;
  outline: none;
  background: url(../assets/images/icons/ic-search.svg);
  text-indent: -99999px;
  cursor: pointer; }

#block-catalogsearch .form-actions {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 16px;
  height: 16px; }

.block-commerce-wishlist {
  margin-right: -8px; }

.header-shop__item, .header-shop__item-ttl, .wishlist-block__summary__count {
  font-family: 'FuturaPT-Book';
  font-size: 14px;
  font-weight: 400;
  color: #494949; }
  .header-shop__item a, .header-shop__item-ttl a, .wishlist-block__summary__count a {
    color: #494949;
    padding-top: 4px; }
  @media only screen and (min-width: 992px) {
    .header-shop__item, .header-shop__item-ttl, .wishlist-block__summary__count {
      margin: 0; } }

@media only screen and (min-width: 992px) {
  .header-shop__item_bag {
    margin-left: 17px; } }

.header-modal-menu {
  background: #fff;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  padding: 15px 5vw;
  position: fixed;
  top: 53px;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all, .5s;
  transition: all, .5s;
  z-index: 500; }
  .header-modal-menu.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  .header-modal-menu .header-shop__item, .header-modal-menu .header-shop__item-ttl {
    margin-top: 15px; 
  }
  .header-modal-menu .wishlist-block__summary__count {
    margin-top: 0; 
  }
    .header-modal-menu .header-shop__item a, .header-modal-menu .header-shop__item-ttl a, .header-modal-menu .wishlist-block__summary__count a {
      padding-top: 4px; }
  .header-modal-menu .header-shop__item_bag {
    margin-left: 0px; }
  @media only screen and (min-width: 768px) {
    .header-modal-menu {
      top: 65px; } }
  @media only screen and (min-width: 992px) {
    .header-modal-menu {
      padding: 25px 5vw;
      top: 95px; } }
  @media only screen and (min-width: 1200px) {
    .header-modal-menu {
      padding-left: calc((100vw - 1170px) / 2);
      padding-right: calc((100vw - 1170px) / 2); } }

:root {
  --replace-offset: 50%;
  --replace-offset-2: calc((100% - var(--replace-offset)) * -1)
; }

.js-replace {
  display: grid; }

.js-replace__item {
  grid-row: -1 / 1;
  grid-column: -1 / 1;
  overflow: hidden;
  will-change: transform;
  -webkit-transform: translateY(calc(var(--replace-offset) * 1));
          transform: translateY(calc(var(--replace-offset) * 1));
  z-index: 1; }

.js-replace__item--active {
  -webkit-transform: translateY(calc(var(--replace-offset-2) * 1));
          transform: translateY(calc(var(--replace-offset-2) * 1));
  z-index: 2; }
  .js-replace__item--active .js-replace__content {
    -webkit-transform: translateY(calc(var(--replace-offset-2) * -1));
            transform: translateY(calc(var(--replace-offset-2) * -1)); }

.js-replace__content {
  width: 100vw;
  height: 54px;
  padding: 0 5vw;
  will-change: transform;
  -webkit-transform: translateY(calc((var(--replace-offset) * -1)));
          transform: translateY(calc((var(--replace-offset) * -1)));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .js-replace__content {
      height: 65px; } }

@media only screen and (min-width: 992px) {
  .js-replace__content {
    height: 120px; /*90px*/
  } 
}

  @media only screen and (min-width: 1200px) {
    .js-replace__content {
      width: 1170px;
      margin: 0 auto;
      padding: 0; } }

.hamburger--invert .hamburger-inner, .hamburger--invert .hamburger-inner::before, .hamburger--invert .hamburger-inner::after {
  background-color: #fff !important; }

.header-logo__image--invert path {
  fill: #fff; }

.header-shop__item--invert .header-shop__item-ttl,
.header-shop__item--invert .header-shop__item-qty, .invert .header-shop__item-ttl,
.invert .header-shop__item-qty {
  color: #fff; }

.header-replace__item_invert .hamburger-inner, .header-replace__item_invert .hamburger-inner::before, .header-replace__item_invert .hamburger-inner::after {
  background-color: #fff !important; }

.header-replace__item_invert .header-shop__item, .header-replace__item_invert .header-shop__item-ttl, .header-replace__item_invert .wishlist-block__summary__count {
  color: #fff; }
  .header-replace__item_invert .header-shop__item a, .header-replace__item_invert .header-shop__item-ttl a, .header-replace__item_invert .wishlist-block__summary__count a {
    color: #fff; }

.js-replace--reverse .js-replace__item {
  -webkit-transform: translateY(calc(var(--replace-offset-2) * 1));
          transform: translateY(calc(var(--replace-offset-2) * 1)); }

.js-replace--reverse .js-replace__content {
  -webkit-transform: translateY(calc(var(--replace-offset-2) * -1));
          transform: translateY(calc(var(--replace-offset-2) * -1)); }

.js-replace--reverse .js-replace__item--active {
  -webkit-transform: translateY(calc(var(--replace-offset) * 1));
          transform: translateY(calc(var(--replace-offset) * 1)); }
  .js-replace--reverse .js-replace__item--active .js-replace__content {
    -webkit-transform: translateY(calc(var(--replace-offset) * -1));
            transform: translateY(calc(var(--replace-offset) * -1)); }

.cart_popup {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: -24px;
  z-index: 99;
  display: none; }
  .cart_popup.test {
    display: block; }
  .cart_popup .cart_popup_content {
    background: #D2A1B6;
    width: 400px;
    right: 0;
    position: absolute; }
    @media only screen and (max-width: 767px) {
      .cart_popup .cart_popup_content {
        max-width: 100%;
        top: 20px; } }
    .cart_popup .cart_popup_content .close_btn {
      position: absolute;
      right: 15px;
      top: 15px;
      cursor: pointer; }
    .cart_popup .cart_popup_content .order-total-line {
      padding: 0 20px; }
    .cart_popup .cart_popup_content h2 {
      margin: 15px 20px; }
    .cart_popup .cart_popup_content .item-list::-webkit-scrollbar {
      width: 6px; }
    .cart_popup .cart_popup_content .item-list::-webkit-scrollbar-thumb {
      border-radius: 6px;
      background-color: #000000; }
    .cart_popup .cart_popup_content .item-list {
      overflow-y: scroll;
      max-height: 360px;
      margin: 15px 20px 0px 20px;
      padding-right: 20px; }
      .cart_popup .cart_popup_content .item-list ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .cart_popup .cart_popup_content .item-list ul li {
          padding: 15px 0;
          border-top: 1px solid #5C5C5C;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: relative; }
          .cart_popup .cart_popup_content .item-list ul li .views-field-field-images,
          .cart_popup .cart_popup_content .item-list ul li .views-field-product-id {
            margin-right: 20px; }
          .cart_popup .cart_popup_content .item-list ul li .views-field-order-item-id .field-content,
          .cart_popup .cart_popup_content .item-list ul li .views-field-order-id .field-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            height: 130px;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            .cart_popup .cart_popup_content .item-list ul li .views-field-order-item-id .field-content .title,
            .cart_popup .cart_popup_content .item-list ul li .views-field-order-id .field-content .title {
              font-weight: bold; }
              .cart_popup .cart_popup_content .item-list ul li .views-field-order-item-id .field-content .title a,
              .cart_popup .cart_popup_content .item-list ul li .views-field-order-id .field-content .title a {
                color: #494949; }
            .cart_popup .cart_popup_content .item-list ul li .views-field-order-item-id .field-content .total_price,
            .cart_popup .cart_popup_content .item-list ul li .views-field-order-id .field-content .total_price {
              position: absolute;
              bottom: 35px;
              right: 0; }
            .cart_popup .cart_popup_content .item-list ul li .views-field-order-item-id .field-content div > span,
            .cart_popup .cart_popup_content .item-list ul li .views-field-order-id .field-content div > span {
              font-weight: bold; }
    .cart_popup .cart_popup_content .order-total-line__total {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 40px 15px 20px;
      padding: 15px 0;
      border-top: 1px solid #5C5C5C; }
  .cart_popup .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10px 20px; }
    .cart_popup .button a.checkout {
      overflow: hidden;
      line-height: 24px;
      display: block;
      border: 0;
      background: #494949;
      color: white;
      text-transform: uppercase;
      padding: 6px 16px;
      margin-top: 10px;
      margin-bottom: 30px;
      cursor: pointer;
      font-family: 'FuturaPT-Book';
      max-width: 150px;
      height: 34px; }
  .cart_popup .form-submit {
    display: none; }
  .cart_popup .views-field-remove-button .delete-order-item.button {
    display: block;
    position: absolute;
    top: -5px;
    right: -20px;
    text-indent: -9999px;
    border: 0;
    height: 16px;
    background: url(/themes/cerotanin-new/dist/assets/images/icons/close.png);
    width: 16px;
    background-position: center;
    cursor: pointer; }

.mobile .cart_popup .cart_popup_content .item-list {
  max-height: 180px; }

.a_contacts {
  margin-left: 15px; }

.block-language .links {
  margin: 0 10px 0 15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  text-transform: uppercase; }
  .block-language .links li {
    margin-left: 8px; }
    .block-language .links li a {
      font-family: inherit;
      font-size: 14px;
      font-weight: 400;
      color: #494949;
      line-height: 20px; }
      .block-language .links li a.is-active {
        font-weight: 600; }

#block-cartpopup {
  position: absolute; }

.commerce-currency-resolver-select-form .form-item {
  margin: 0; }

.commerce-currency-resolver-select-form .nice-select {
  background: transparent;
  border: 0;
  height: 20px;
  line-height: 20px; }
  .commerce-currency-resolver-select-form .nice-select .option {
    line-height: 20px;
    min-height: 20px;
    background: transparent; }
  .commerce-currency-resolver-select-form .nice-select .list {
    overflow-y: hidden;
    background: transparent;
    border: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    margin-top: 6px; }

.commerce-currency-resolver-select-form .button {
  display: none; }

.cart-block--summary__count,
.wishlist-block__summary__count {
  font-size: 11px;
  position: absolute;
  top: 5px;
  left: 15px;
  background: #735368;
  color: white !important;
  border-radius: 50%;
  padding: 3px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 15px; 
}

.wishlist-block, .block-commerce-cart {
  position: relative;
  margin: 0 10px; 
}
@media only screen and (max-width: 768px) {
  .a_contacts, 
  .wishlist-block, 
  .block-commerce-cart {
    margin: 0 15px;
  }
  /*.block-language .links {
    margin:0;
  }*/
  .block-language .links li a {
    font-size: 20px;
  }
}

.header-shop.header-shop_top.invert {
  margin-right: 0; }

.menu-collections-btn {
  cursor: pointer; }

.sipping-country-ua #edit-commerce-checkout-pane-payment-billing-information-copy-fields,
.sipping-country-ua #edit-payment-information-billing-information-copy-fields,
.sipping-country-ua div[data-drupal-selector=edit-payment-information-billing-information-copy-fields],
.sipping-country-ua div[data-drupal-selector=edit-review-payment-information-summary-profile] {
  display: none !important; }

.nice-select.required.error {
  border: 1px solid red; }

select#edit-field-test-size-order-item- {
  display: none; }

.footer {
  width: 100%;
  background: #FBE7ED;
  padding-top: 40px;
  padding-bottom: 22px; 
}
@media only screen and (min-width: 768px) {
    .footer {
      padding-top: 70px; 
    } 
}
@media only screen and (max-width: 768px) {
  .footer .menu-item--active-trail {
    font-size: 20px;
  }
} 

  @media only screen and (min-width: 992px) {
    .footer {
      padding-top: 95px; } }
  @media only screen and (min-width: 1200px) {
    .footer {
      padding-top: 144px; } }
  .footer .menu-item--active-trail {
    font-weight: bold;
    font-size: 15px; }

.footer-block {
  width: 90vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 992px) {
    .footer-block {
      width: 945px; } }

.footer-menu {
  width: 100%; }

.footer-menu__list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px; }
  @media only screen and (min-width: 992px) {
    .footer-menu__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 41px; } }

.footer-menu__item {
  margin-bottom: 7px; }
  @media only screen and (min-width: 992px) {
    .footer-menu__item {
      margin: 0; } }

.footer-menu__item-link {
  display: inline-block;
  font-family: 'FuturaPT-Book';
  font-size: 16px;
  font-weight: 500;
  color: #494949; 
}
@media only screen and (max-width: 768px) {
  .footer-menu__item-link {
    font-size: 24px; 
  } 
}

  .footer-menu__item-link::after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: #D2A1B6;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .footer-menu__item-link:hover::after {
    width: 40%; }
  @media only screen and (min-width: 768px) {
    .footer-menu__item-link {
      font-size: 15px; } }

.footer-sibscribe-socials {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 992px) {
    .footer-sibscribe-socials {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.footer-sibscribe {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 992px) {
    .footer-sibscribe {
      width: auto; } }

.footer-sibscribe__ttl {
  width: 100%;
  text-align: center;
  font-family: 'FuturaPT-Book';
  font-size: 16px;
  font-weight: 400;
  color: #494949;
  line-height: 1.4;
  margin-bottom: 15px; }
  .footer-sibscribe__ttl span {
    color: #D2A1B6; }
  @media only screen and (min-width: 768px) {
    .footer-sibscribe__ttl {
      font-size: 20px; } }
  @media only screen and (min-width: 992px) {
    .footer-sibscribe__ttl {
      text-align: left;
      line-height: 1.8;
      width: auto; } }

.footer-sibscribe__inputs-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .footer-sibscribe__inputs-block {
      width: calc(100% - 142px);
      margin-bottom: 10px; } }
  @media only screen and (min-width: 992px) {
    .footer-sibscribe__inputs-block {
      width: 355px;
      margin-left: 23px;
      margin-bottom: 15px; } }

.footer-sibscribe__input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #494949;
  margin-bottom: 10px;
  padding-top: 5px;
  font-family: 'FuturaPT-Book';
  font-size: 14px;
  font-weight: 400;
  color: #494949; }
  .footer-sibscribe__input::-webkit-input-placeholder {
    font-family: 'FuturaPT-Book';
    font-size: 14px;
    font-weight: 400;
    color: rgba(73, 73, 73, 0.5); }
  .footer-sibscribe__input::-moz-placeholder {
    font-family: 'FuturaPT-Book';
    font-size: 14px;
    font-weight: 400;
    color: rgba(73, 73, 73, 0.5); }
  .footer-sibscribe__input::-ms-input-placeholder {
    font-family: 'FuturaPT-Book';
    font-size: 14px;
    font-weight: 400;
    color: rgba(73, 73, 73, 0.5); }
  .footer-sibscribe__input::placeholder {
    font-family: 'FuturaPT-Book';
    font-size: 14px;
    font-weight: 400;
    color: rgba(73, 73, 73, 0.5); }
  @media only screen and (min-width: 768px) {
    .footer-sibscribe__input {
      padding-top: 7px; } }
  @media only screen and (min-width: 992px) {
    .footer-sibscribe__input {
      padding-top: 9px; } }

.footer-sibscribe__btn {
  margin: 0 auto;
  margin-top: 7px; }
  @media only screen and (min-width: 768px) {
    .footer-sibscribe__btn {
      margin: 0;
      margin-left: 21px; } }
  @media only screen and (min-width: 992px) {
    .footer-sibscribe__btn {
      width: 270px;
      height: 55px; } }

.footer-socials {
  margin-top: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (min-width: 992px) {
    .footer-socials {
      width: auto; } }

.footer-socials__item {
  width: 23px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 0 5px; }
  .footer-socials__item svg {
    max-width: 100%;
    max-height: 100%; }
    .footer-socials__item svg path {
      fill: #494949;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .footer-socials__item:hover svg path {
    fill: #D2A1B6; }
  @media only screen and (min-width: 992px) {
    .footer-socials__item {
      margin: 5px 0; }
      .footer-socials__item:last-child {
        margin-bottom: 0; } }

.footer-copyright {
  margin-top: 40px;
  font-family: 'FuturaPT-Book';
  font-size: 14px;
  font-weight: 400;
  color: #494949; }
  @media only screen and (min-width: 768px) {
    .footer-copyright {
      font-size: 15px; } }
  @media only screen and (min-width: 992px) {
    .footer-copyright {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 25px; } }

.footer-copyright__intellsectus {
  margin-bottom: 15px; }
  @media only screen and (min-width: 992px) {
    .footer-copyright__intellsectus {
      margin-bottom: 0; } }

.footer-copyright__illustrator-instagram {
  display: inline-block;
  width: 23px;
  height: 23px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px); }
  .footer-copyright__illustrator-instagram svg {
    max-width: 100%;
    max-height: 100%; }
    .footer-copyright__illustrator-instagram svg path {
      fill: #494949;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .footer-copyright__illustrator-instagram:hover svg path {
    fill: #D2A1B6; }

.serotoninn-modal,
.serotoninn-modal-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: all, .5s;
  transition: all, .5s;
  display: none; }
  .serotoninn-modal.active,
  .serotoninn-modal-form.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw); }
    .serotoninn-modal.active .bg,
    .serotoninn-modal-form.active .bg {
      background: rgba(0, 0, 0, 0.7);
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh; }

.serotoninn-modal__sizes {
  width: 90%;
  max-width: 470px;
  background: #fff;
  position: relative;
  padding: 20px; }
  @media only screen and (min-width: 768px) {
    .serotoninn-modal__sizes {
      padding: 32px 52px 69px 52px; } }

.serotoninn-modal__sizes-close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .serotoninn-modal__sizes-close:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  @media only screen and (min-width: 768px) {
    .serotoninn-modal__sizes-close {
      top: 30px;
      right: 28px; } }

.sizes-table-modal {
  width: 100%; }

.webform-submission-email-when-available-form label {
  width: 100%;
  font-family: 'FuturaPT-Book';
  font-size: 30px;
  font-weight: 400;
  color: #494949;
  margin: 0; }

.webform-submission-email-when-available-form input.form-email {
  border: 1px solid #C4C4C4;
  font-size: 16px;
  font-weight: 400;
  color: #494949;
  padding: 10px 15px;
  max-width: 100%; }

.webform-submission-email-when-available-form #edit-actions-submit {
  width: 240px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #494949;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all, .3s;
  transition: all, .3s;
  border: 0;
  text-transform: uppercase;
  margin: 20px 0 0 0; }
  .webform-submission-email-when-available-form #edit-actions-submit:hover {
    background: #D2A1B6;
    color: #494949; }

b, strong {
  font-weight: bold; }

.section-banner {
  position: relative;
  width: 100%;
  height: calc(100vw * 0.56); }
  .section-banner::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
@media only screen and (max-width: 768px) {
  .section-banner {
    width: 155%;
    height: calc(100vw * 0.87); 
    margin-left:-30%;
  }
}
.mobile-banner-wrapper{
  overflow: hidden;
}

.section-banner__video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }
  .section-banner__video.active {
    z-index: 5; }

.section-banner__video-placeholder {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .section-banner__video-placeholder.hide {
    opacity: 0; }

.section-banner__play {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  cursor: pointer;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .section-banner__play.hide {
    opacity: 0; }
  @media only screen and (min-width: 992px) {
    .section-banner__play {
      width: 100px;
      height: 100px; } }
  .section-banner__play svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
    .section-banner__play svg path {
      fill: #fff;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .section-banner__play:hover svg path {
    fill: #D2A1B6; }

.home-simple-text {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .home-simple-text {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (min-width: 992px) {
    .home-simple-text {
      padding-top: 75px;
      padding-bottom: 75px; } }
  @media only screen and (min-width: 1200px) {
    .home-simple-text {
      padding-top: 118px;
      padding-bottom: 84px; } }

.home-simple-text__info {
  width: 90%;
  font-size: 30px !important;
  font-weight: 300;
  color: #494949;
  line-height: 1.5;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .home-simple-text__info {
      width: calc(90% - 183px); } }
  @media only screen and (min-width: 992px) {
    .home-simple-text__info {
      width: 576px;
      font-size: 16px;
      line-height: 25px; } }

.home-simple-text__image {
  display: none !important; 
}
@media only screen and (min-width: 768px) {
    .home-simple-text__image {
      display: block;
      width: 153px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 30px; } }
  @media only screen and (min-width: 1200px) {
    .home-simple-text__image {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-551px, -65px);
              transform: translate(-551px, -65px); 
    } 
}

.new-arrivals {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .new-arrivals .discover-more {
    position: absolute;
    top: 100%;
    background: none !important;
    left: 50%;
    -webkit-transform: translate(-50%, -75%);
            transform: translate(-50%, -75%); }
    .new-arrivals .discover-more__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .new-arrivals .discover-more__link {
      margin-top: 10px; }
    .new-arrivals .discover-more__image {
      width: 58px;
      top: 5px;
      right: 15px; 
      display: none;
    }
  @media only screen and (min-width: 768px) {
    .new-arrivals {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .new-arrivals .discover-more {
        top: 50%;
        left: 100%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
  @media only screen and (min-width: 992px) {
    .new-arrivals .discover-more__inner {
      padding-left: 39px;
      padding-bottom: 47px; }
    .new-arrivals .discover-more__link {
      margin-top: 21px; }
    .new-arrivals .discover-more__image {
      width: 100px;
      top: 12px;
      right: 37px; } }

.new-arrivals__item-wrap {
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .new-arrivals__item-wrap {
      width: 50%; }
      .new-arrivals__item-wrap .new-arrivals__item {
        width: 100%; } }

.new-arrivals__item {
  display: block;
  width: 100%;
  height: auto;
  max-height: 850px;
  -o-object-fit: cover;
     object-fit: cover; }
  @media only screen and (min-width: 768px) {
    .new-arrivals__item {
      width: 50%; } }

.shop-ourspring-compaign {
  position: relative;
  width: 100%; 
  z-index: 3;
}
  .shop-ourspring-compaign .discover-more {
    position: absolute;
    background: none !important;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -25%);
            transform: translate(-50%, -25%); }
    .shop-ourspring-compaign .discover-more__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .shop-ourspring-compaign .discover-more__ttl {
      margin-top: 30px; 
    }
    @media only screen and (max-width: 768px) {
      .shop-ourspring-compaign .discover-more__ttl {
        margin-top: 20px; 
      }
    }
    .shop-ourspring-compaign .discover-more__link {
      margin-top: 15px; }
    .shop-ourspring-compaign .discover-more__image {
      width: 70px;
      top: 7px;
      right: 10px; 
      display: none !important;
    }
  @media only screen and (min-width: 768px) {
    .shop-ourspring-compaign .discover-more {
      position: absolute;
      top: 50%;
      left: 20%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  @media only screen and (min-width: 992px) {
    .shop-ourspring-compaign .discover-more {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-492px, -50%);
              transform: translate(-492px, -50%); }
      .shop-ourspring-compaign .discover-more__inner {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-left: 31px;
        padding-bottom: 24px; }
      .shop-ourspring-compaign .discover-more__ttl {
        margin-top: 0px; }
      .shop-ourspring-compaign .discover-more__link {
        margin-top: 34px; }
      .shop-ourspring-compaign .discover-more__image {
        width: 88px;
        top: 22px;
        right: 22px; } }

.shop-ourspring-compaign__image {
  width: 100%;
  height: auto;
  max-height: 908px;
  -o-object-fit: cover;
     object-fit: cover; }

.section-we-provide {
  padding-top: 175px;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .section-we-provide {
      padding-top: 75px; } }
  @media only screen and (min-width: 992px) {
    .section-we-provide {
      padding-top: 100px; } }
  @media only screen and (min-width: 1200px) {
    .section-we-provide {
      padding-top: 130px; } }

.services-we-provide__slider-wrap {
  position: relative;
  width: 100%;
  margin-top: 25px; }
  @media only screen and (min-width: 768px) {
    .services-we-provide__slider-wrap {
      margin-top: 35px; } }
  @media only screen and (min-width: 992px) {
    .services-we-provide__slider-wrap {
      margin-top: 60px; } }

.services-we-provide__slider {
  width: 100%;
  outline: none; }
  @media only screen and (min-width: 620px) {
    .services-we-provide__slider {
      width: calc(100% + 23px);
      margin: 0 -11.5px; } }

.services-we-provide__slide {
  margin: 0; }

.services-we-provide__slide-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none; }
  .services-we-provide__slide-inner::after {
    content: '';
    display: block;
    width: 120px;
    height: 1px;
    background: #494949;
    -webkit-transition: all, .5s;
    transition: all, .5s; }
  .services-we-provide__slide-inner:hover .services-we-provide__slide-image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .services-we-provide__slide-inner:hover::after {
    width: 100%; }
  @media only screen and (min-width: 620px) {
    .services-we-provide__slide-inner {
      padding: 0 11.5px; } }

.services-we-provide__slide-image {
  width: 100%;
  height: 475px;
  overflow: hidden;
  position: relative; }
  .services-we-provide__slide-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all, .5s;
    transition: all, .5s; }
  @media only screen and (min-width: 768px) {
    .services-we-provide__slide-image {
      height: 520px; } }
  @media only screen and (min-width: 1200px) {
    .services-we-provide__slide-image {
      height: 660px; } }

.services-we-provide__slide-ttl {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #494949;
  -webkit-transition: all, .5s;
  transition: all, .5s; }
  @media only screen and (min-width: 768px) {
    .services-we-provide__slide-ttl {
      font-size: 15px; } }

.services-we-provide__slider-nav {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(255, 251, 218, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 250px;
  cursor: pointer;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .services-we-provide__slider-nav svg {
    width: 15px; }
    .services-we-provide__slider-nav svg path {
      fill: #000;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .services-we-provide__slider-nav:hover {
    background: rgba(255, 251, 218, 0.95); }
    .services-we-provide__slider-nav:hover svg path {
      fill: #D2A1B6; }

.services-we-provide__slider-nav_prev {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: -32px; }
  .services-we-provide__slider-nav_prev svg {
    margin-right: 16px; }

.services-we-provide__slider-nav_next {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  right: -32px; }
  .services-we-provide__slider-nav_next svg {
    margin-left: 16px; }

.section-we-provide__image {
  display: none !important; 
}
  @media only screen and (min-width: 768px) {
    .section-we-provide__image {
      display: block;
      position: absolute;
      top: 20px;
      left: 50%;
      -webkit-transform: translateX(214px);
              transform: translateX(214px);
      width: 140px; } }
  @media only screen and (min-width: 992px) {
    .section-we-provide__image {
      top: 44px;
      width: 183px;
      -webkit-transform: translateX(264px);
              transform: translateX(264px); } }
  @media only screen and (min-width: 1200px) {
    .section-we-provide__image {
      -webkit-transform: translateX(364px);
              transform: translateX(364px);
      top: 64px; } }

.serotoninn-world {
  width: 100%;
  position: relative;
  padding-top: 50px;
  padding-bottom: 155px; }
  .serotoninn-world .discover-more {
    position: absolute;
    background: none !important;
    left: 50%;
    top: 100vw;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%); }
    .serotoninn-world .discover-more__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .serotoninn-world .discover-more__ttl {
      width: 100px; }
    .serotoninn-world .discover-more__link {
      margin-top: 10px; }
    .serotoninn-world .discover-more__image {
      width: 50px;
      top: 7px;
      right: 10px;
      display: none !important;
    }
  @media only screen and (min-width: 530px) {
    .serotoninn-world .discover-more {
      top: 50vw; } }
  @media only screen and (min-width: 768px) {
    .serotoninn-world {
      padding-top: 80px;
      padding-bottom: 100px; } }
  @media only screen and (min-width: 992px) {
    .serotoninn-world {
      padding-top: 120px;
      padding-bottom: 285px; }
      .serotoninn-world .discover-more {
        top: 550px;
        -webkit-transform: translate(-230px, 0%);
                transform: translate(-230px, 0%); }
        .serotoninn-world .discover-more__inner {
          padding-left: 44px;
          padding-bottom: 44px; }
        .serotoninn-world .discover-more__link {
          margin-top: 30px; }
        .serotoninn-world .discover-more__image {
          width: 77px;
          top: 22px;
          right: 33px; } }
  @media only screen and (min-width: 1200px) {
    .serotoninn-world {
      padding-top: 160px;
      padding-bottom: 61px; }
      .serotoninn-world .discover-more {
        left: 40%;
        top: 320px;
        -webkit-transform: translate(182px, 0%);
                transform: translate(182px, 0%); } }

.serotoninn-world__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; }
  .serotoninn-world__image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover; }
    .serotoninn-world__image img:last-child {
      display: none; }
  @media only screen and (min-width: 530px) {
    .serotoninn-world__image img {
      width: 50%; }
      .serotoninn-world__image img:last-child {
        display: block; } }
  @media only screen and (min-width: 768px) {
    .serotoninn-world__image {
      margin-top: 40px; } }
  @media only screen and (min-width: 992px) {
    .serotoninn-world__image {
      margin-top: 60px;
      width: auto; }
      .serotoninn-world__image img {
        width: 436px;
        height: 428px; }
        .serotoninn-world__image img:last-child {
          display: block; } }

.serotoninn-world__heart {
  display: none; }
  @media only screen and (min-width: 992px) {
    .serotoninn-world__heart {
      display: block;
      position: absolute;
      top: 40px;
      left: 30px; } }
  @media only screen and (min-width: 1200px) {
    .serotoninn-world__heart {
      top: 67px;
      left: 50%;
      -webkit-transform: translate(-483px, 0%);
              transform: translate(-483px, 0%); } }

.serotoninn-world__lamp {
  display: none; }
  @media only screen and (min-width: 992px) {
    .serotoninn-world__lamp {
      display: block;
      width: 90px;
      position: absolute;
      top: 345px;
      -webkit-transform: translate(410px, 0%);
              transform: translate(410px, 0%); } }
  @media only screen and (min-width: 1100px) {
    .serotoninn-world__lamp {
      left: 40%; } }
  @media only screen and (min-width: 1200px) {
    .serotoninn-world__lamp {
      -webkit-transform: translate(590px, 0%);
              transform: translate(590px, 0%); } }

body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%; }

.wrappop {
  position: fixed;
  overflow: hidden;
  width: 300px;
  top: 300px;
  z-index: 9999;
  left: 50%;
  margin-left: -150px;
  visibility: hidden;
  background: #D2A1B6;
  padding: 20px; }

.wrappop .content {
  position: relative;
  opacity: 0;
  background: #f8d1dd;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  color: #494949;
  font-family: 'FuturaPT-Book';
  font-size: 26px; }
  .wrappop .content a {
    color: #494949;
    font-family: 'FuturaPT-Book';
    text-decoration: underline;
    padding: 10px;
    font-size: 23px; }
  .wrappop .content .close {
    position: absolute;
    top: -12px;
    right: -7px; }
    .wrappop .content .close button {
      border: 0;
      width: 16px;
      height: 16px;
      cursor: pointer;
      background: transparent url(../assets/images/icons/del.png) no-repeat; }

.wrappop.active {
  display: block;
  visibility: visible;
  -webkit-box-shadow: 2px 3px 16px silver;
          box-shadow: 2px 3px 16px silver;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.wrappop.active .content {
  position: relative;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }

#block-countryblock {
  position: unset; }

.field_sticker {
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 10px;
  left: auto; }
  .field_sticker > div {
    padding: 2px;
    font-weight: bold;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .field_sticker > div .name {
      line-height: 1;
      text-align: center; }

.who-we-section__ttl {
  font-family: 'FuturaPT-Book';
  font-size: 20px;
  font-weight: 400;
  color: #494949;
  margin: 0; 
}
@media only screen and (max-width: 768px) {
  .who-we-section__ttl {
    font-size: 24px; 
  } 
}

  .who-we-section__ttl span {
    color: #cfabbb; }
  @media only screen and (min-width: 768px) {
    .who-we-section__ttl {
      font-size: 24px; } }
  @media only screen and (min-width: 992px) {
    .who-we-section__ttl {
      font-size: 35px; } }

.who-we-section__txt {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-align: justify;
  margin: 0; 
}

@media only screen and (min-width: 992px) {
  .who-we-section__txt {
    font-size: 17px; 
  } 
}
@media only screen and (max-width: 768px) {
  .who-we-section__txt {
    font-size: 26px; 
  } 
}

.who-we-section-1 {
  width: 100%;
  position: relative; }

.who-we-section-1__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1; }
  @media only screen and (max-width: 690px) {
    .who-we-section-1__image {
      height: 670px;
      position: relative; } }

.who-we-section-1__info {
  width: 100%;
  padding: 40px 8vw;
  position: relative;
  z-index: 2;
  background: rgba(115, 83, 104, 0.58); }
  @media only screen and (min-width: 530px) {
    .who-we-section-1__info {
      width: 75%;
      margin-left: auto;
      padding: 60px 10vw; } }
  @media only screen and (min-width: 768px) {
    .who-we-section-1__info {
      width: 50%;
      padding: 100px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 992px) {
    .who-we-section-1__info {
      padding: 0;
      height: 700px; } }
  @media only screen and (min-width: 1200px) {
    .who-we-section-1__info {
      height: 907px; } }
  @media only screen and (max-width: 690px) {
    .who-we-section-1__info {
      position: absolute;
      height: 100%;
      top: 0; } }

.who-we-section-1__info-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .who-we-section-1__info-inner .who-we-section__txt {
    margin-bottom: 20px;
    color: #fff; }
  @media only screen and (min-width: 768px) {
    .who-we-section-1__info-inner {
      width: 258px; } }
  @media only screen and (min-width: 992px) {
    .who-we-section-1__info-inner .who-we-section__txt {
      margin-bottom: 48px; } }
  @media only screen and (min-width: 1200px) {
    .who-we-section-1__info-inner {
      margin-bottom: 76px; } }

.who-we-section-1__info-link {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px; }
  .who-we-section-1__info-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .who-we-section-1__info-link:hover::after {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }

.who-we-section-2 {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.who-we-section-2__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover; }
  @media only screen and (min-width: 768px) {
    .who-we-section-2__image {
      width: 50%; } }
  @media only screen and (min-width: 992px) {
    .who-we-section-2__image {
      height: 680px; } }

.who-we-section-2__info {
  width: 100%;
  padding: 40px 5vw; }
  @media only screen and (min-width: 768px) {
    .who-we-section-2__info {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 30px 0; } }
  @media only screen and (min-width: 992px) {
    .who-we-section-2__info {
      height: 680px; } }

.who-we-section-2__info-inner .who-we-section__txt {
  margin-top: 30px; }

@media only screen and (min-width: 768px) {
  .who-we-section-2__info-inner {
    width: 90%;
    max-width: 412px;
    margin: 0 auto; }
    .who-we-section-2__info-inner .who-we-section__txt {
      margin-top: 50px; } }

@media only screen and (min-width: 992px) {
  .who-we-section-2__info-inner .who-we-section__txt {
    margin-top: 73px;
    margin-bottom: 25px; } }

.who-we-section-2__info-img {
  display: none; }
  @media only screen and (min-width: 768px) {
    .who-we-section-2__info-img {
      display: block;
      position: absolute;
      top: 15px;
      right: 15px; } }
  @media only screen and (min-width: 992px) {
    .who-we-section-2__info-img {
      top: 60px;
      right: 64px; } }

.who-we-section-3 {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .who-we-section-3 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.who-we-section-3__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover; }
  @media only screen and (min-width: 768px) {
    .who-we-section-3__image {
      width: 50%; } }
  @media only screen and (min-width: 992px) {
    .who-we-section-3__image {
      height: 680px; } }

.who-we-section-3__info {
  width: 100%;
  padding: 100px 5vw;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .who-we-section-3__info {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px;
      padding-top: 100px; } }
  @media only screen and (min-width: 992px) {
    .who-we-section-3__info {
      height: 680px;
      padding-top: 201px;
      padding-left: 40px; } }
  @media only screen and (min-width: 1200px) {
    .who-we-section-3__info {
      padding-left: 97px; } }

.who-we-section-3__info-img {
  width: 95px;
  position: absolute;
  top: 15px;
  right: 45px; }
  @media only screen and (min-width: 768px) {
    .who-we-section-3__info-img {
      width: 170px;
      top: 15px;
      right: 15px; } }
  @media only screen and (min-width: 992px) {
    .who-we-section-3__info-img {
      width: 245px;
      top: 80px;
      right: 20px; } }
  @media only screen and (min-width: 1200px) {
    .who-we-section-3__info-img {
      top: 95px;
      right: 72px; } }

.who-we-section-4 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .who-we-section-4 {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }

.who-we-section-4__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover; }
  @media only screen and (min-width: 768px) {
    .who-we-section-4__image {
      width: 50%; } }
  @media only screen and (min-width: 992px) {
    .who-we-section-4__image {
      height: 680px; } }

.who-we-section-4__info {
  width: 100%;
  padding: 30px 5vw; }
  @media only screen and (min-width: 768px) {
    .who-we-section-4__info {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 30px 0; } }
  @media only screen and (min-width: 992px) {
    .who-we-section-4__info {
      height: 680px; } }

.who-we-section-4__info-inner .who-we-section__ttl {
  margin-bottom: 20px; }

@media only screen and (min-width: 768px) {
  .who-we-section-4__info-inner {
    width: 90%;
    max-width: 414px;
    margin: 0 auto; }
    .who-we-section-4__info-inner .who-we-section__ttl {
      margin-bottom: 28px; } }

.who-we-section-4__info-img {
  display: block;
  width: 88px;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 28px; }
  @media only screen and (min-width: 992px) {
    .who-we-section-4__info-img {
      width: 108px;
      margin-top: 18px;
      margin-bottom: 38px; } }

.who-we-section-5 {
  width: 100%;
  padding-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .who-we-section-5 {
      padding-bottom: 50px; } }
  @media only screen and (min-width: 992px) {
    .who-we-section-5 {
      padding-bottom: 100px; } }
  @media only screen and (min-width: 1200px) {
    .who-we-section-5 {
      padding-bottom: 141px; } }

.who-we-section-5__image {
  width: 100%;
  height: auto;
  max-height: 908px;
  -o-object-fit: cover;
     object-fit: cover; }

.compaign-banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .compaign-banner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }

.compaign-banner__image-wrap {
  width: 100%;
  position: relative; }
  .compaign-banner__image-wrap .discover-more {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%); 
  }
  @media only screen and (max-width: 768px) {
    .compaign-banner__image-wrap .discover-more {
      background: none !important;
    } 
    body.body .discover-more {
      background: none !important;
    }
  }

    .compaign-banner__image-wrap .discover-more__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .compaign-banner__image-wrap .discover-more__link {
      margin-top: 15px; }
    .compaign-banner__image-wrap .discover-more__image {
      width: 50px;
      bottom: 10px;
      right: 10px; }
  @media only screen and (min-width: 768px) {
    .compaign-banner__image-wrap {
      width: 44%;
      position: static; }
      .compaign-banner__image-wrap .compaign-banner__image {
        width: 100%; }
      .compaign-banner__image-wrap .discover-more {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
  @media only screen and (min-width: 992px) {
    .compaign-banner__image-wrap .discover-more__inner {
      padding-left: 35px;
      padding-top: 48px; }
    .compaign-banner__image-wrap .discover-more__link {
      margin-top: 37px; }
    .compaign-banner__image-wrap .discover-more__image {
      width: 66px;
      bottom: 26px;
      right: 32px; } }

.compaign-banner__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 831px;
  -o-object-fit: cover;
     object-fit: cover; }
  @media only screen and (min-width: 768px) {
    .compaign-banner__image {
      width: 56%; } }

.compaign-content {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .compaign-content {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (min-width: 992px) {
    .compaign-content {
      padding-top: 78px;
      padding-bottom: 82px; } }

.compaign-content__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.compaign-content__info-inner {
  width: 100%;
  max-width: 384px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.compaign-content__block-2-info-1 .compaign-content__info-inner {
  max-height: 87px;
  overflow: hidden; }

.compaign-content__block-1-info .compaign-content__info-inner {
  margin-bottom: 100px; }

.compaign-content__block-1-info .compaign-content__info-txt {
  max-height: 165px;
  overflow: hidden; }

.compaign-content__info-txt {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #494949;
  text-align: justify;
  line-height: 19px;
  margin-bottom: 15px; 
}
@media only screen and (max-width: 786px) {
  .compaign-content__info-txt {
    font-size: 26px;
    line-height: 30px;
  }
}
  @media only screen and (min-width: 992px) {
    .compaign-content__info-txt {
      font-size: 17px;
      line-height: 1.3; } }

.compaign-content__info-link {
  display: inline-block;
  margin-left: auto;
  font-size: 16px;
  font-weight: 400;
  color: #494949;
  line-height: 1.4; 
}
@media only screen and (max-width: 786px) {
  .compaign-content__info-link {
    margin-right: 10px;
    font-size: 26px;
  }
}
  .compaign-content__info-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #494949;
    margin: 0 auto;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .compaign-content__info-link:hover::after {
    width: 0; }
  @media only screen and (min-width: 992px) {
    .compaign-content__info-link {
      font-size: 17px; } }

.compaign-content__block-1-info {
  width: 100%;
  padding: 0 5vw;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .compaign-content__block-1-info .discover-more__link {
    margin-top: 10px; }
  .compaign-content__block-1-info .discover-more__image {
    width: 60px;
    right: 5px;
    bottom: 5px; }
  @media only screen and (min-width: 768px) {
    .compaign-content__block-1-info {
      width: 39%;
      padding: 0;
      padding-left: 5vw;
      margin: 0; } }
  @media only screen and (min-width: 992px) {
    .compaign-content__block-1-info .discover-more__inner {
      padding-left: 43px;
      padding-top: 49px; }
    .compaign-content__block-1-info .discover-more__link {
      margin-top: 38px; }
    .compaign-content__block-1-info .discover-more__image {
      width: 78px;
      right: 21px;
      bottom: 9px; } }
  @media only screen and (min-width: 1200px) {
    .compaign-content__block-1-info {
      padding-left: 0; } }

.compaign-content__block-1-icon {
  width: 172px;
  display: block;
  margin-top: 10px;
  margin-bottom: 7px;
  margin-left: auto; }
  @media only screen and (min-width: 1200px) {
    .compaign-content__block-1-icon {
      margin-top: 12px;
      margin-bottom: 45px;
      -webkit-transform: translateX(100px);
              transform: translateX(100px); } }

.compaign-content__block-1-image-wrap {
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .compaign-content__block-1-image-wrap {
      width: 47%; } }

.compaign-content__block-1-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 832px;
  -o-object-fit: cover;
     object-fit: cover; }
  @media only screen and (min-width: 1200px) {
    .compaign-content__block-1-image {
      height: 832px; } }

.compaign-content__block-1-image-txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: rgba(73, 73, 73, 0.3);
  font-family: 'FuturaPT-Book';
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  padding: 10px 25px; }
  @media only screen and (min-width: 768px) {
    .compaign-content__block-1-image-txt {
      font-size: 24px; } }
  @media only screen and (min-width: 992px) {
    .compaign-content__block-1-image-txt {
      font-size: 35px;
      padding: 34px 87px 21px 29px; } }

.compaign-content__block-2 {
  position: relative; }

.compaign-content__block-2-info-1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .compaign-content__block-2-info-1 .compaign-content__info-inner {
    padding: 0 5vw; }
  @media only screen and (min-width: 768px) {
    .compaign-content__block-2-info-1 {
      width: 39%; }
      .compaign-content__block-2-info-1 .compaign-content__info-inner {
        padding: 0;
        padding-left: 5vw; } }
  @media only screen and (min-width: 1200px) {
    .compaign-content__block-2-info-1 {
      margin-top: -75px; }
      .compaign-content__block-2-info-1 .compaign-content__info-inner {
        padding: 0; } }

.compaign-content__block-2-info-1-image {
  width: 100%;
  height: auto;
  max-height: 790px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
  margin-top: 25px; }
  @media only screen and (min-width: 768px) {
    .compaign-content__block-2-info-1-image {
      margin-top: 35px;
      margin-bottom: 35px; } }
  @media only screen and (min-width: 992px) {
    .compaign-content__block-2-info-1-image {
      margin-bottom: 149px;
      margin-top: 0; } }

.compaign-content__block-2-info-2 {
  width: 100%;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .compaign-content__block-2-info-2 .compaign-content__info-txt {
    padding: 0 5vw; }
  @media only screen and (min-width: 768px) {
    .compaign-content__block-2-info-2 {
      width: 46%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .compaign-content__block-2-info-2 .compaign-content__info-txt {
        padding: 0;
        padding-right: 5vw; } }
  @media only screen and (min-width: 992px) {
    .compaign-content__block-2-info-2 {
      margin-top: 35px; }
      .compaign-content__block-2-info-2 .compaign-content__info-txt {
        padding: 0; } }
  @media only screen and (min-width: 1200px) {
    .compaign-content__block-2-info-2 {
      padding-top: 182px; } }

.compaign-content__block-2-info-2-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 569px;
  margin-top: 20px; }
  @media only screen and (min-width: 1200px) {
    .compaign-content__block-2-info-2-image {
      margin-top: 56px; } }

.compaign-content__block-2-icon {
  display: none; }
  @media only screen and (min-width: 992px) {
    .compaign-content__block-2-icon {
      display: block;
      width: 128px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-60%, -50%);
              transform: translate(-60%, -50%); } }
  @media only screen and (min-width: 1200px) {
    .compaign-content__block-2-icon {
      width: 178px;
      position: absolute;
      top: 0;
      left: 39%;
      -webkit-transform: translate(77px, 358px);
              transform: translate(77px, 358px); } }

.compaign-video-section {
  width: 100%;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .compaign-video-section {
      padding-bottom: 65px; } }
  @media only screen and (min-width: 992px) {
    .compaign-video-section {
      padding-bottom: 117px; } }

.compaign-video-section__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 683px;
  -o-object-fit: cover;
     object-fit: cover; }
  @media only screen and (min-width: 768px) {
    .compaign-video-section__image {
      width: 33%;
      height: calc(67vw * 0.56); } }

@media only screen and (min-width: 1200px) {
  .compaign-video-section {
    height: 683px;
    overflow: hidden; } }

.compaign-video-block {
  position: relative;
  width: 100%;
  height: calc(100vw * 0.56); }
  @media only screen and (min-width: 768px) {
    .compaign-video-block {
      width: 67%;
      height: calc(67vw * 0.56); } }

.compaign-video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }
  .compaign-video.active {
    z-index: 5; }

.compaign-video__placeholder {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .compaign-video__placeholder.hide {
    opacity: 0; }

.compaign-video__play {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40%;
  left: 20%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  cursor: pointer;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .compaign-video__play.hide {
    opacity: 0; }
  @media only screen and (min-width: 992px) {
    .compaign-video__play {
      width: 100px;
      height: 100px; } }
  @media only screen and (min-width: 1200px) {
    .compaign-video__play {
      width: 140px;
      height: 140px;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      top: 315px;
      left: 161px; } }
  .compaign-video__play svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
    .compaign-video__play svg path {
      fill: #fff;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
    .compaign-video__play svg circle {
      stroke: #fff;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .compaign-video__play:hover svg path {
    fill: #D2A1B6; }
  .compaign-video__play:hover svg circle {
    stroke: #fff; }

.section-collection {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 768px) {
    .section-collection {
      padding-bottom: 75px; } }
  @media only screen and (min-width: 992px) {
    .section-collection {
      padding-bottom: 100px; } }
  @media only screen and (min-width: 1200px) {
    .section-collection {
      padding-bottom: 141px;
      padding-top: 20px; } }

.collection-content, .views-infinite-scroll-content-wrapper {
  width: 100%;
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3px; }
  @media only screen and (min-width: 1200px) {
    .collection-content, .views-infinite-scroll-content-wrapper {
      width: 1053px;
      padding: 0; } }

.collection-content__item {
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 3px; }
  @media only screen and (min-width: 992px) {
    .collection-content__item {
      width: 295px; } }
  @media only screen and (min-width: 1200px) {
    .collection-content__item {
      width: 345px;
      height: 484px; } }

.pager {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0 auto;
  text-align: center; }

.collection-btn {
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .collection-btn {
      margin-top: 50px; } }
  @media only screen and (min-width: 992px) {
    .collection-btn {
      margin-top: 76px;
      width: 270px;
      height: 55px; } }

.section-category {
  width: 100%; }

.category-filter {
  width: 100%;
  max-width: 1072px;
  margin: 0 auto;
  padding: 0 5vw;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 50; }
  .category-filter > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media only screen and (min-width: 992px) {
    .category-filter {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 1200px) {
    .category-filter {
      padding: 0;
      padding-left: 9px; } }

.category-filter-txt {
  font-size: 18px;
  font-weight: 400;
  color: #494949;
  line-height: 1.3; }

.category-filter__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 15px; }
  @media only screen and (min-width: 992px) {
    .category-filter__btn {
      margin-bottom: 0;
      margin-right: 37px; } }

.category-filter__btn-txt {
  margin-left: 9px; }

.category-filter__content {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .category-filter__content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media only screen and (min-width: 992px) {
    .category-filter__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      opacity: 0;
      -webkit-transition: all, .5s;
      transition: all, .5s; }
      .category-filter__content.active {
        opacity: 1; } }

.category-filter__data {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .category-filter__data {
      width: 48.5%; } }
  @media only screen and (min-width: 992px) {
    .category-filter__data {
      width: auto;
      margin-bottom: 0;
      margin-right: 21px; } }

.category-filter__data-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 15px;
  border: 1px solid #C4C4C4;
  cursor: pointer;
  -webkit-transition: all, .25s;
  transition: all, .25s; }
  .category-filter__data-head:hover {
    background: #f1f1f1; }

.category-filter__data-inner {
  display: none; }
  .category-filter__data-inner.active {
    display: block; }
  @media only screen and (min-width: 992px) {
    .category-filter__data-inner {
      display: block;
      position: absolute;
      top: 35.2px;
      left: 0;
      width: 100%;
      opacity: 0;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
      .category-filter__data-inner.active {
        opacity: 1; } }

.category-filter__data-head-txt {
  margin-right: 43px; }

.category-filter__data-item {
  padding: 7px 15px;
  border: 1px solid #C4C4C4;
  border-top: none;
  position: relative;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all, .25s;
  transition: all, .25s;
  display: block; }
  .category-filter__data-item:hover {
    background: #f1f1f1; }
  .category-filter__data-item .category-filter__data-item-input:checked ~ .category-filter__data-item-checkmark {
    background: #D2A1B6; }
  .category-filter__data-item a {
    display: block;
    color: #494949; }
    .category-filter__data-item a .facet-item__value {
      display: block; }
      .category-filter__data-item a .facet-item__value .facet-item__status {
        float: right;
        width: 16px;
        font-size: 10px;
        border-radius: 50%;
        border: 1px solid #494949;
        line-height: 14px;
        text-align: center; }
    .category-filter__data-item a .colorrrrr {
      position: relative;
      padding-left: 18px; }
      .category-filter__data-item a .colorrrrr .facet-item__status {
        float: right;
        width: 16px;
        font-size: 10px;
        border-radius: 50%;
        border: 1px solid #494949;
        line-height: 14px;
        text-align: center; }
      .category-filter__data-item a .colorrrrr img {
        position: absolute;
        width: 12px;
        margin: 0px;
        top: 4px;
        left: 0; }

.category-filter__data-item-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer; }

.category-filter-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .category-filter-color::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    margin-right: 7px; }
  .category-filter-color_red::before {
    background: #F30808; }
  .category-filter-color_yellow::before {
    background: #FFDE01; }
  .category-filter-color_blue::before {
    background: #98C5B7; }

.category-filter__data-item-checkmark {
  width: 13px;
  height: 13px;
  border: 1px solid #494949;
  margin-right: 2.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }

.posts-list {
  width: calc(100% + 20px);
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* margin: 0 -10px; */
  margin-top: -10px;
  max-width: 100%; }
  @media only screen and (min-width: 1200px) {
    .posts-list {
      padding: 0;
      margin: 0;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.post-item {
  width: 275px;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  position: relative; }
  .post-item:hover .post-item__image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .post-item:hover .post-item__ttl::after {
    width: 100%; }
  @media only screen and (min-width: 1200px) {
    .post-item {
      margin: 0;
      margin-bottom: 38px;
      width: 32.5%; } }
  @media only screen and (max-width: 656px) {
   /* and (min-width: 500px) { */
    /* .post-item {
      width: calc(50% - 20px);
    } */

    .section-category__content.posts-list {
      width: 100%;
      padding: 0;
    }
    .post-item {
      width: 100%;
      padding: 0;
      margin: 0;
      align-items: center;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .post-item:not(:last-of-type) {
      margin-bottom: 30px;
    }
    .post-item__image {
      height: initial !important;
      margin-bottom: 8px !important;
    }
    .post-item__image img {
      height: auto !important;
      display: block;
    }
    .post-item__ttl {
      font-size: 16px !important;
      text-align: left !important;
      padding-left: 5px;
      max-width: 70%;
      margin-top: 0px !important;
      margin-bottom: 0 !important;
    }
    .post-item__price {
      font-size: 16px !important;
      padding-right: 5px;
      margin-top: 0px !important;
    }
    .post-item__price .field_status {
      display: none;
    }
    .field_sticker {
      font-size: 15px;
    }
    .field_sticker > div {
      width: 48px;
      height: 48px;
      color: #ffffff !important;
    }
  }

.post-item__image {
  width: 100%;
  height: 370px;
  overflow: hidden; }
  .post-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all, .5s;
    transition: all, .5s; }
  @media only screen and (min-width: 1200px) {
    .post-item__image {
      height: 660px; } }

.post-item__ttl {
  font-size: 22px;
  font-weight: 600;
  color: #494949;
  margin-top: 15px;
  margin-bottom: 8px; 
}
@media only screen and (max-width: 768px) {
  .post-item__ttl {
    font-size: 26px;
  } 
}
  @media only screen and (max-width: 768px) {
    .post-item__ttl {
      text-align: center; } }
  .post-item__ttl::after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background: #494949;
    margin: 0 auto;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  @media only screen and (min-width: 1200px) {
    .post-item__ttl {
      margin-top: 32px; } }

.post-item__price {
  font-size: 18px;
  font-weight: 500;
  color: #494949;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .post-item__price .field_status {
    margin-right: 12px; }

.facets-widget-checkbox {
  position: relative;
  z-index: 99; }

.price-with-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .price-with-discount .old-price {
    text-decoration: line-through;
    margin-right: 10px;
    color: red; }
  .price-with-discount .percentage-off {
    display: none; }

#edit-sidebar-coupon-redemption-form {
  max-width: 90%;
  margin: 0 auto; }

.form-item-sidebar-coupon-redemption-form-code input {
  max-width: 100%;
  border: 1px solid #C4C4C4;
  font-size: 16px;
  font-weight: 400;
  color: #494949;
  padding: 10px 15px; }

.form-item-sort-bef-combine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit; }
  .form-item-sort-bef-combine select {
    display: none; }
  .form-item-sort-bef-combine label {
    margin-right: 12px; }

.section-product {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 5vw;
  padding-bottom: 75px; }
  @media only screen and (min-width: 992px) {
    .section-product {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-left: 4.5vw;
      padding-right: 11.2vw;
      padding-bottom: 100px; } }
  @media only screen and (min-width: 1200px) {
    .section-product {
      padding-bottom: 140px; } }

.mobile_slider img {
  padding: 0 5px; }

.section-product-images {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .section-product-images {
      width: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-right: 30px; } }
  @media only screen and (min-width: 1200px) {
    .section-product-images {
      margin-right: 40px; } }

.section-product-images__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .section-product-images__nav::-webkit-scrollbar {
    display: none; }
  @media only screen and (max-width: 768px) {
    .section-product-images__nav {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (min-width: 992px) {
    .section-product-images__nav {
      width: 75px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      overflow-x: hidden;
      overflow-y: auto;
      height: 400px; } }
  @media only screen and (min-width: 1200px) {
    .section-product-images__nav {
      width: 140px;
      height: 760px; } }

.section-product-images__nav-item {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 75px;
  height: 100px;
  overflow: hidden;
  position: relative;
  cursor: pointer; }
  .section-product-images__nav-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: 1;
    -webkit-transition: all, .5s;
    transition: all, .5s; }
  .section-product-images__nav-item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .section-product-images__nav-item::before, .section-product-images__nav-item::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all, .3s;
    transition: all, .3s;
    z-index: 3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .section-product-images__nav-item::before {
    border: 3px solid transparent; }
  .section-product-images__nav-item::after {
    background: rgba(255, 255, 255, 0); }
  .section-product-images__nav-item.active img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .section-product-images__nav-item.active::before {
    border: 3px solid #fff; }
  .section-product-images__nav-item.active::after {
    background: rgba(255, 255, 255, 0.3); }
  @media only screen and (min-width: 1200px) {
    .section-product-images__nav-item {
      width: 140px;
      height: 190px; } }

.form-item-field-test-size-order-item- label {
  display: none; }

.field--name-field-test-size-order-item- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.section-product-images__content {
  width: 271px;
  height: 400px;
  position: relative;
  margin-bottom: 5px;
  overflow: hidden; }
  @media only screen and (min-width: 992px) {
    .section-product-images__content {
      margin-bottom: 0;
      margin-left: 1px; } }
  @media only screen and (min-width: 1200px) {
    .section-product-images__content {
      width: 507px;
      height: 760px; } }

.field_video {
  position: relative;
  z-index: 3; }
  .field_video.active {
    z-index: 5; }

.section-product__image,
.image-zoom-container > span {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }
  .section-product__image.active, .section-product__image:first-child,
  .image-zoom-container > span.active,
  .image-zoom-container > span:first-child {
    z-index: 3; }
  .section-product__image img,
  .image-zoom-container > span img {
    height: 100%;
    min-width: 100%;
    width: 100%; }
  @media only screen and (max-width: 768px) {
    .section-product__image img,
    .image-zoom-container > span img {
      height: 100%;
      width: auto;
      min-width: auto; } }

.edit-field-test-size-order-item- {
  display: none !important; }

.section-product-info {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .section-product-info {
      margin-top: 30px; } }
  @media only screen and (min-width: 992px) {
    .section-product-info {
      margin-top: 0; } }

.section-product-info__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.section-product-info__ttl {
  width: 100%;
  font-family: 'FuturaPT-Book';
  font-size: 20px;
  font-weight: 400;
  color: #494949;
  margin: 0;
  line-height: 1; 
}
@media only screen and (max-width: 768px) {
  .section-product-info__ttl {
    font-size: 30px;
  }
}

  @media only screen and (min-width: 768px) {
    .section-product-info__ttl {
      font-size: 30px; } }
  @media only screen and (min-width: 992px) {
    .section-product-info__ttl {
      font-size: 30px; } }

.section-product-info__heading-image {
  display: none; }
  @media only screen and (min-width: 768px) {
    .section-product-info__heading-image {
      display: block;
      width: 120px;
      margin-left: 15px;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }

.section-product-info__price {
  margin-top: 13px;
  font-size: 20px;
  font-weight: 500;
  color: #494949;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .section-product-info__price {
      font-size: 18px;
      margin-top: 17px; } }

.section-product-info__articl {
  margin-top: 13px;
  font-size: 18px;
  font-weight: 500;
  color: #494949; }
  @media only screen and (min-width: 768px) {
    .section-product-info__articl {
      margin-top: 17px; } }

.section-product-info__price-text {
  max-width: 270px;
  margin-top: 13px;
  font-size: 18px;
  font-weight: 300;
  color: #494949; }
  @media only screen and (min-width: 768px) {
    .section-product-info__price-text {
      font-size: 18px;
      margin-top: 17px; } }

.section-product-info__sizes-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .section-product-info__sizes-wrap {
      margin-top: 51px; } }

.section-product-info__siezes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -15px; }

.product--rendered-attribute__selected + label .section-product-info__size {
  background: #494949;
  color: #fff; }

.section-product-info__size {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #494949;
  cursor: pointer;
  margin-right: 10px;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .section-product-info__size:hover {
    background: #f1f1f1; }
  .section-product-info__size.active {
    background: #494949;
    color: #fff; }
  @media only screen and (min-width: 768px) {
    .section-product-info__size {
      font-size: 18px;
      margin-right: 18px;
      width: 52px;
      height: 52px; } }

.section-product-info__size-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media only screen and (min-width: 768px) {
    .section-product-info__size-guide::before {
      content: '';
      display: block;
      width: 56px;
      height: 1px;
      background: #000;
      margin-right: 18px; } }
  @media only screen and (max-width: 768px) {
    .section-product-info__size-guide {
      position: relative;
      top: -16px;
      right: 20px; 
    } 
  }

.section-product-info__size-guide-btn {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  cursor: pointer;
  -webkit-transition: all, .3s;
  transition: all, .3s; 
}
@media only screen and (max-width: 768px) {
  .section-product-info__size-guide-btn {
    font-size: 20px;
  }
  .slick-dots {
    margin-top: 10px;
  }
  .slick-dots li {
    margin: 0 5px;
  }
  .slick-dots li button:before {
    font-size: 12px;
  }
  .section-product-info__ttl,
  .section-product-info__price,
  .section-product-info__articl,
  .section-product-info__status,
  .path-product .commerce-order-item-add-to-cart-form {
    text-align: center;
  }
  .section-product-info__share {
    display: none !important;
  }
  .section-product-info__buy-share {
    display: block !important;
  }
  .field--name-field-test-size-order-item-,
  .commerce-order-item-add-to-cart-form .form-actions {
    justify-content: center;
  }
  .commerce-order-item-add-to-cart-form .button--add-to-cart {
    width: 100% !important;
  }
  .commerce-order-item-add-to-cart-form .form-actions .btn-link {
    min-width: 48px;
  }
  .section-product-info__size-guide {
    position: initial;
    justify-content: center;
  }
}

  .section-product-info__size-guide-btn::after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: #000;
    margin: 0 auto;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .section-product-info__size-guide-btn::after {
    width: 100%; }
  .section-product-info__size-guide-btn:hover {
    color: #D2A1B6; }
    .section-product-info__size-guide-btn:hover::after {
      background: #D2A1B6; }

.section-product-info__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-left: -3px; }
  @media only screen and (min-width: 768px) {
    .section-product-info__colors {
      margin-top: 40px; } }

.section-product-info__color {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 25px;
  cursor: pointer;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .section-product-info__color_yellow {
    background: #F4E473; }
  .section-product-info__color_blue {
    background: #98C5B7; }
  .section-product-info__color_green {
    background: #97CA49; }
  .section-product-info__color:hover {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  .section-product-info__color.active {
    -webkit-transform: scale(1.6);
            transform: scale(1.6); }
  @media only screen and (min-width: 768px) {
    .section-product-info__color {
      width: 30px;
      height: 30px; } }

.section-product-info__details {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .section-product-info__details {
      margin-top: 53px; } }

.section-product-info__details-ttl {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #494949;
  margin-bottom: 4px; 
}
@media only screen and (max-width: 768px) {
  .section-product-info__details-ttl {
    font-size: 24px;
  }
  .section-product-info__details-txt {
    font-size: 20px;
  }
}

.section-product-info__details-txt {
  display: block;
  font-size: 13px;
  font-weight: 300;
  color: #494949;
  margin: 0;
  margin-top: 10px; }

.section-product-info__buy-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }

.section-product-info__buy-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.section-product-info__buy,
.commerce-order-item-add-to-cart-form .button--add-to-cart {
  width: 175px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #494949;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all, .3s;
  transition: all, .3s;
  border: 0;
  text-transform: uppercase; }
  .section-product-info__buy:hover,
  .commerce-order-item-add-to-cart-form .button--add-to-cart:hover {
    background: #D2A1B6;
    color: #494949; }
  @media only screen and (max-width: 768px) {
    .section-product-info__buy,
    .commerce-order-item-add-to-cart-form .button--add-to-cart {
      width: 214px;
      height: 48px;
      font-size: 18px; } }
  @media only screen and (min-width: 768px) {
    .section-product-info__buy,
    .commerce-order-item-add-to-cart-form .button--add-to-cart {
      width: 214px;
      height: 48px;
      font-size: 18px; } }

.commerce-order-item-add-to-cart-form .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .commerce-order-item-add-to-cart-form .form-actions .btn-link {
    background: transparent;
    font-size: 0;
    width: 50px;
    height: 48px;
    border: 1px solid #494949;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all, .3s;
    transition: all, .3s;
    position: relative;
    background: url("/themes/cerotanin-new/dist/assets/images/icons/heart.svg") no-repeat center; }
    .commerce-order-item-add-to-cart-form .form-actions .btn-link:hover, .commerce-order-item-add-to-cart-form .form-actions .btn-link.inwishlist {
      border: 1px solid #D2A1B6;
      background: #D2A1B6 url("/themes/cerotanin-new/dist/assets/images/icons/heartw.svg") no-repeat center;
      z-index: 6; }

.section-product-info__like {
  width: 50px;
  height: 40px;
  border: 1px solid #494949;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .section-product-info__like:hover {
    border: 1px solid #D2A1B6;
    background: #D2A1B6; }
  @media only screen and (min-width: 768px) {
    .section-product-info__like {
      width: 58px;
      height: 48px; } }

.section-product-info__share {
  position: absolute;
  right: 0;
  bottom: 16px; }

.section-product-info__share-btn {
  width: 50px;
  height: 40px;
  cursor: pointer; }
  .section-product-info__share-btn:hover .section-product-info__share-btn-icon path {
    fill: #D2A1B6; }

.section-product-info__share-btn-icon {
  display: block; }
  .section-product-info__share-btn-icon path {
    fill: #494949;
    -webkit-transition: all, .3s;
    transition: all, .3s; }

.section-product-info__share-socials {
  position: absolute;
  top: 45px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all, .5s;
  transition: all, .5s; }
  .section-product-info__share-socials.active {
    opacity: 1; }
  .section-product-info__share-socials .addtoany_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .section-product-info__share-socials .addtoany_list .a2a_svg {
      display: none !important; }
  @media only screen and (min-width: 992px) {
    .section-product-info__share-socials {
      right: unset;
      left: 50%;
      top: 50px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }

.section-product-info__share-socials-item {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px; }
  .section-product-info__share-socials-item svg {
    max-width: 28px;
    max-height: 26px; }
    .section-product-info__share-socials-item svg path {
      fill: #494949;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .section-product-info__share-socials-item:hover svg path {
    fill: #D2A1B6; }

.section-product-info__share-thanks {
  position: absolute;
  top: 80px;
  right: 0;
  font-size: 16px;
  font-weight: 300;
  color: #494949;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all, .5s;
  transition: all, .5s; }
  .section-product-info__share-thanks.active {
    opacity: 1; }
  @media only screen and (min-width: 992px) {
    .section-product-info__share-thanks {
      right: unset;
      left: 50%;
      top: 85px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }

.section-similar-products {
  width: 100%;
  position: relative;
  padding-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .section-similar-products {
      padding-bottom: 61px; } }

.section-similar-products__image {
  display: none; }
  @media only screen and (min-width: 992px) {
    .section-similar-products__image {
      display: block;
      width: 100px;
      position: absolute;
      top: -65px;
      left: 10vw; } }
  @media only screen and (min-width: 1200px) {
    .section-similar-products__image {
      width: 241px;
      left: 60%;
      top: -180px;
      -webkit-transform: translateX(255px);
              transform: translateX(255px); } }

.similar-products {
  margin-top: 15px; 
}
@media only screen and (max-width: 768px) {
  .similar-products .views-field {
    margin-bottom: 40px;
  } 
}
@media only screen and (min-width: 992px) {
  .similar-products {
    margin-top: 50px; }
    .similar-products .views-field-rendered-entity {
      max-width: 33%; } 
}

.product--rendered-attribute legend {
  display: none; }

.product--rendered-attribute__selected ~ label.option {
  border: 0; }

.views-field .views-label {
  display: none; }

.wishlist-form {
  min-height: 420px; }

video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%; }

.image-zoom.active:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.color_ref > div {
  margin-left: 32px;
}
.color_ref,
.field--widget-commerce-product-variation-attributes {
  display: inline-block;
  height: 30px; }
  .color_ref *,
  .field--widget-commerce-product-variation-attributes * {
    margin: 0;
    padding: 0;
    line-height: 1; }

.field--widget-commerce-product-variation-attributes .section-product-info__color {
  -webkit-transform: scale(1.6);
          transform: scale(1.6); }

.product--rendered-attribute .form-item {
  display: block;
  vertical-align: middle;
  margin: 0; }

.color_ref > div {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.color_ref ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.path-product .commerce-order-item-add-to-cart-form {
  margin-top: 18px; }

.section-product-info__color.color_field__swatch.color_field__swatch--square {
  /* margin-right: 22px; */
 }

.shiping-payment-section {
  width: 100%;
  position: relative;
  padding-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .shiping-payment-section {
      padding-bottom: 75px; } }

.shiping-payment-section__content {
  width: 90vw;
  margin: 0 auto;
  max-width: 547px;
  min-height: 260px; }

.shiping-payment-section__content-block {
  margin-bottom: 50px; }
  .shiping-payment-section__content-block:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .shiping-payment-section__content-block {
      margin-bottom: 75px; } }
  @media only screen and (min-width: 992px) {
    .shiping-payment-section__content-block {
      margin-bottom: 100px; } }

.shiping-payment-section__ttl {
  font-family: 'FuturaPT-Book';
  font-size: 20px;
  font-weight: 400;
  color: #494949;
  text-align: center;
  margin: 0;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .shiping-payment-section__ttl {
      font-size: 24px;
      margin-bottom: 27px; } }
  @media only screen and (min-width: 992px) {
    .shiping-payment-section__ttl {
      font-size: 35px; } }

.shiping-payment-section__txt {
  font-size: 13px;
  font-weight: 300;
  color: #494949;
  text-align: justify;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .shiping-payment-section__txt {
      margin-bottom: 15px; } }

.shiping-payment-section__image-1 {
  display: none; }
  @media only screen and (min-width: 768px) {
    .shiping-payment-section__image-1 {
      display: block;
      position: absolute;
      top: 15px;
      left: 50%;
      -webkit-transform: translateX(-385px);
              transform: translateX(-385px);
      width: 100px; } }
  @media only screen and (min-width: 992px) {
    .shiping-payment-section__image-1 {
      width: 141px;
      top: 62px;
      -webkit-transform: translateX(-530px);
              transform: translateX(-530px); } }

.shiping-payment-section__image-2 {
  display: none; }
  @media only screen and (min-width: 768px) {
    .shiping-payment-section__image-2 {
      display: block;
      position: absolute;
      bottom: 70px;
      left: 50%;
      -webkit-transform: translateX(295px);
              transform: translateX(295px);
      width: 80px; } }
  @media only screen and (min-width: 992px) {
    .shiping-payment-section__image-2 {
      width: 126px;
      bottom: 80px;
      -webkit-transform: translateX(423px);
              transform: translateX(423px); } }

.section-404 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.section-404__content {
  width: 90%;
  max-width: 618px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #D2A1B6;
  margin-bottom: 20px;
  padding: 15px;
  color: #fff; }
  @media only screen and (min-width: 768px) {
    .section-404__content {
      padding: 29px 60px 25px 60px; } }

.section-404__content-ttl {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .section-404__content-ttl {
      font-size: 24px;
      margin-bottom: 22px; } }

.section-404__content-txt {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .section-404__content-txt {
      font-size: 20px;
      margin-bottom: 32px; } }

.section-404__content-link {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .section-404__content-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .section-404__content-link:hover {
    color: #494949; }
    .section-404__content-link:hover::after {
      background: #494949; }
  @media only screen and (min-width: 768px) {
    .section-404__content-link {
      font-size: 16px; } }

.section-404__image {
  display: block;
  width: 100px; }
  @media only screen and (min-width: 768px) {
    .section-404__image {
      width: 186px; } }

.section-we-provide__404 {
  padding-bottom: 30px; }
  .section-we-provide__404 .services-we-provide__slider-nav {
    background: rgba(210, 161, 182, 0.58); }
    .section-we-provide__404 .services-we-provide__slider-nav:hover {
      background: rgba(210, 161, 182, 0.95); }
      .section-we-provide__404 .services-we-provide__slider-nav:hover svg path {
        fill: #494949; }
  @media only screen and (min-width: 1200px) {
    .section-we-provide__404 {
      padding-top: 100px; } }

@media only screen and (min-width: 992px) {
  .services-we-provide__slider-404 .services-we-provide__slide-inner {
    padding: 0; }
  .services-we-provide__slider-404 .services-we-provide__slide-image {
    height: 511.5px; } }

.thank-you-page-section {
  width: 100%;
  position: relative;
  padding-bottom: 0px; }
  @media only screen and (min-width: 768px) {
    .thank-you-page-section {
      padding-bottom: 0px; } }
  @media only screen and (min-width: 992px) {
    .thank-you-page-section {
      padding-bottom: 0px; } }

.thank-you-page-section__content {
  width: 90%;
  margin: 0 auto;
  max-width: 588px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .thank-you-page-section__content .section-ttl {
      font-size: 48px; } }

.thank-you-page-section__content-txt {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #494949;
  font-family: 'FuturaPT-Book'; }
  .thank-you-page-section__content-txt .body {
    font-family: 'FuturaPT-Book'; }
  @media only screen and (min-width: 768px) {
    .thank-you-page-section__content-txt {
      font-size: 20px;
      margin-top: 40px; } }
  @media only screen and (min-width: 992px) {
    .thank-you-page-section__content-txt {
      font-size: 24px;
      margin-top: 50px; } }

.thank-you-page-section__content-link {
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #494949;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .thank-you-page-section__content-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #494949;
    margin-top: 2px;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .thank-you-page-section__content-link:hover {
    color: #D2A1B6; }
    .thank-you-page-section__content-link:hover::after {
      background: #D2A1B6; }
  @media only screen and (min-width: 768px) {
    .thank-you-page-section__content-link {
      margin-top: 20px; } }
  @media only screen and (min-width: 992px) {
    .thank-you-page-section__content-link {
      margin-top: 40px; } }

.thank-you-page-section__image {
  width: 100px;
  height: auto;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  bottom: 30px;
  left: 5vw; }
  @media only screen and (min-width: 768px) {
    .thank-you-page-section__image {
      width: 150px; } }
  @media only screen and (min-width: 992px) {
    .thank-you-page-section__image {
      width: 184px;
      left: 17.5vw;
      bottom: 80px; } }

.form-item-terms-of-service .form-required:after {
  background: none;
  margin: 0; }

.form-item-terms-of-service a {
  color: #494949;
  position: relative; }
  .form-item-terms-of-service a:after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: #D2A1B6;
    -webkit-transition: all, .3s;
    transition: all, .3s;
    position: absolute;
    left: 0; }
  .form-item-terms-of-service a:hover::after {
    width: 40%; }

.section-contacts {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  min-height: 450px; }
  .section-contacts .form-item {
    margin: 0; }
  @media only screen and (min-width: 768px) {
    .section-contacts {
      padding-bottom: 62px; } }

.section-contacts__content {
  width: 90%;
  margin: 0 auto;
  max-width: 557px; }

.section-contacts__txt {
  font-size: 13px;
  font-weight: 300;
  color: #494949;
  text-align: justify;
  margin: 0; }

.section-contacts__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px; }

.contacts-form__input {
  width: 100%;
  background: transparent;
  border: 1px solid #C4C4C4;
  padding: 12px 11px 5px 11px;
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 400;
  color: #494949;
  outline-color: #494949; }
  .contacts-form__input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #C4C4C4; }
  .contacts-form__input::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #C4C4C4; }
  .contacts-form__input::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #C4C4C4; }
  .contacts-form__input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #C4C4C4; }
  .contacts-form__input input {
    max-width: 100%;
    border: 0;
    background: transparent; }
  @media only screen and (min-width: 768px) {
    .contacts-form__input {
      width: 270px;
      font-size: 16px;
      font-weight: 400; }
      .contacts-form__input::-webkit-input-placeholder {
        font-size: 16px;
        font-weight: 400;
        color: #C4C4C4; }
      .contacts-form__input::-moz-placeholder {
        font-size: 16px;
        font-weight: 400;
        color: #C4C4C4; }
      .contacts-form__input::-ms-input-placeholder {
        font-size: 16px;
        font-weight: 400;
        color: #C4C4C4; }
      .contacts-form__input::placeholder {
        font-size: 16px;
        font-weight: 400;
        color: #C4C4C4; } }

.contacts-form__select {
  width: 100%;
  float: none;
  margin-bottom: 19px;
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #C4C4C4;
  padding: 12px 11px 5px 11px;
  font-size: 16px;
  font-weight: 400;
  color: #C4C4C4;
  line-height: 1.3; }
  .contacts-form__select.open, .contacts-form__select:active, .contacts-form__select:focus {
    border-color: #494949; }
  .contacts-form__select .list {
    width: 100%;
    background: #F8F5F0;
    border-radius: 0px;
    border: 1px solid #C4C4C4; }
    .contacts-form__select .list .option {
      padding-left: 11px; }
      .contacts-form__select .list .option:hover, .contacts-form__select .list .option:focus, .contacts-form__select .list .option.selected {
        background-color: #E5E5E5; }
  @media only screen and (min-width: 768px) {
    .contacts-form__select {
      font-size: 16px;
      font-weight: 400;
      color: #C4C4C4; } }

.webform-submission-contact-form .form-item-message {
  width: 100%; }

.contacts-form__textarea {
  width: 100%;
  height: 143px;
  background: transparent;
  border: 1px solid #C4C4C4;
  padding: 12px 11px 5px 11px;
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 400;
  color: #494949;
  outline-color: #494949;
  resize: none; }
  .contacts-form__textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #C4C4C4; }
  .contacts-form__textarea::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #C4C4C4; }
  .contacts-form__textarea::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #C4C4C4; }
  .contacts-form__textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #C4C4C4; }
  @media only screen and (min-width: 768px) {
    .contacts-form__textarea {
      font-size: 16px;
      font-weight: 400; }
      .contacts-form__textarea::-webkit-input-placeholder {
        font-size: 16px;
        font-weight: 400; }
      .contacts-form__textarea::-moz-placeholder {
        font-size: 16px;
        font-weight: 400; }
      .contacts-form__textarea::-ms-input-placeholder {
        font-size: 16px;
        font-weight: 400; }
      .contacts-form__textarea::placeholder {
        font-size: 16px;
        font-weight: 400; } }

.contacts-form__buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .contacts-form__buttons #edit-actions-submit {
    background: #735368;
    color: #fff;
    border: 0;
    height: 40px;
    font-size: 18px;
    font-weight: 300;
    padding: 0 20px;
    text-transform: uppercase;
    cursor: pointer; }
    .contacts-form__buttons #edit-actions-submit:hover {
      background: #494949; }
    @media only screen and (min-width: 768px) {
      .contacts-form__buttons #edit-actions-submit {
        width: 270px;
        height: 55px;
        font-size: 20px; } }

.form-item-sort-bef-combine .nice-select {
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .form-item-sort-bef-combine .nice-select {
      font-size: 14px; } }

.contacts-form__btn-submit {
  background: #494949;
  color: #fff; }
  .contacts-form__btn-submit:hover {
    background: #D2A1B6; }
  @media only screen and (min-width: 768px) {
    .contacts-form__btn-submit {
      width: 270px;
      height: 55px;
      font-size: 20px; } }

.contacts-form__back-link {
  font-size: 14px;
  font-weight: 400;
  color: #494949;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  .contacts-form__back-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #494949;
    margin-top: 4px;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .contacts-form__back-link:hover {
    color: #D2A1B6; }
    .contacts-form__back-link:hover::after {
      background: #D2A1B6; }

.section-contacts__mail-phone {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px; }
  @media only screen and (min-width: 768px) {
    .section-contacts__mail-phone {
      margin-top: 75px; } }

.section-contacts__mail-phone-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 18px; }
  .section-contacts__mail-phone-item svg {
    display: block;
    max-width: 30px;
    max-height: 26px; }
    .section-contacts__mail-phone-item svg path {
      fill: #000;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .section-contacts__mail-phone-item span {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-left: 10px;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
    .section-contacts__mail-phone-item span::after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #000;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .section-contacts__mail-phone-item:hover span {
    color: #D2A1B6; }
    .section-contacts__mail-phone-item:hover span::after {
      background: #D2A1B6; }
  .section-contacts__mail-phone-item:hover svg path {
    fill: #D2A1B6; }

.section-contacts__image {
  display: none; }
  @media only screen and (min-width: 768px) {
    .section-contacts__image {
      display: block;
      position: absolute;
      top: 93px;
      left: 50%;
      -webkit-transform: translateX(-385px);
              transform: translateX(-385px);
      width: 100px; } }
  @media only screen and (min-width: 992px) {
    .section-contacts__image {
      width: 157px;
      -webkit-transform: translateX(-532px);
              transform: translateX(-532px); } }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

.section-sizes {
  width: 100%;
  position: relative;
  padding-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .section-sizes {
      padding-bottom: 75px; } }
  @media only screen and (min-width: 992px) {
    .section-sizes {
      padding-bottom: 100px; } }
  @media only screen and (min-width: 1200px) {
    .section-sizes {
      padding-bottom: 130px; } }

.sizes-table {
  width: 95%;
  margin: 0 auto;
  max-width: 513px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 768px) {
    .sizes-table {
      -webkit-transform: translateX(19px);
              transform: translateX(19px); } }

.sizes-table__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #494949;
  border-bottom: 1px solid rgba(73, 73, 73, 0.3); }

.sizes-table__row-head {
  font-size: 18px;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .sizes-table__row-head {
      font-size: 18px; } }

.sizes-table__col {
  width: 25%;
  height: 68px;
  padding: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2; }
  @media only screen and (min-width: 768px) {
    .sizes-table__col {
      height: 68px; } }

.section-sizes__image {
  display: none; }
  @media only screen and (min-width: 992px) {
    .section-sizes__image {
      display: block;
      width: 112px;
      position: absolute;
      top: 26px;
      left: 50%;
      -webkit-transform: translateX(-492px);
              transform: translateX(-492px); } }

.wishlist-form {
  width: 90%;
  max-width: 1010px;
  margin: 0 auto; }
  .wishlist-form form {
    padding-left: 200px;
    position: relative;
    min-height: 300px; }
    .wishlist-form form:before {
      content: url("../assets/images/cart-bg.png");
      position: absolute;
      left: -40px; }
    .wishlist-form form .line-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid rgba(73, 73, 73, 0.5);
      position: relative;
      padding-left: 200px;
      min-height: 140px;
      margin: 100px 0; }
      .wishlist-form form .line-item .views-field-field-images {
        position: absolute;
        left: 0; }
      .wishlist-form form .line-item .views-field-purchasable-entity {
        width: 200px;
        font-size: 14px;
        font-weight: 200; }
        .wishlist-form form .line-item .views-field-purchasable-entity a {
          color: #494949;
          font-size: 16px;
          font-weight: 500; }
      .wishlist-form form .line-item .views-field-attribute-size,
      .wishlist-form form .line-item .views-field-price__number .field-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-transform: uppercase; }
        .wishlist-form form .line-item .views-field-attribute-size .views-label,
        .wishlist-form form .line-item .views-field-price__number .field-content .views-label {
          font-weight: 200; }
      .wishlist-form form .line-item .delete-wishlist-item {
        border: 0;
        background: transparent url("../assets/images/icons/del.png") no-repeat;
        text-indent: -9999px;
        height: 16px;
        width: 16px;
        cursor: pointer; }
      .wishlist-form form .line-item .views-field-move-to-cart .move-wishlist-item {
        cursor: pointer;
        border: 0;
        background: #494949;
        color: white;
        text-transform: uppercase;
        padding: 6px; }
      .wishlist-form form .line-item .js-form-type-number input {
        text-align: center;
        border: 0; }
      .wishlist-form form .line-item .js-form-type-number input[type=number]::-webkit-inner-spin-button,
      .wishlist-form form .line-item .js-form-type-number input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .wishlist-form form .line-item .js-form-type-number .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .wishlist-form form .line-item .js-form-type-number .nav .button {
          font-size: 20px;
          margin: 0 8px;
          line-height: 15px;
          cursor: pointer;
          color: gray; }
    .wishlist-form form .form-actions input {
      border: 0;
      background: #494949;
      color: white;
      text-transform: uppercase;
      padding: 10px 16px;
      cursor: pointer; }
      .wishlist-form form .form-actions input:hover {
        background: #5C5C5C; }

.cart-form {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 50px; }
  .cart-form .mobile {
    display: none; }
  @media only screen and (min-width: 768px) {
    .cart-form {
      margin-bottom: 75px; } }
  @media only screen and (min-width: 992px) {
    .cart-form {
      margin-bottom: 96px; } }
  @media only screen and (max-width: 767px) {
    .cart-form .mobile {
      display: block; }
    .cart-form .views-field-purchased-entity,
    .cart-form .views-field-field-test-size-order-item-,
    .cart-form .views-field-quantity,
    .cart-form .views-field-total-price__number,
    .cart-form .line-item.views-row .views-field-remove-button > .form-item {
      display: none; }
    .cart-form .line-item.views-row {
      display: grid !important;
      grid-template-columns: 120px 1fr; }
      .cart-form .line-item.views-row .views-field-remove-button > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 80px; }
      .cart-form .line-item.views-row a {
        color: #494949;
        display: block;
        margin-right: 26px;
        line-height: 1; }
      .cart-form .line-item.views-row .views-field-field-images img {
        width: 100px;
        height: auto; }
      .cart-form .line-item.views-row .revers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .cart-form form,
  .cart-form .wishlist-items {
    min-height: 240px;
    position: relative; }
    @media only screen and (min-width: 992px) {
      .cart-form form,
      .cart-form .wishlist-items {
        /* padding-left: 229px;  */
      }
        .cart-form form:before,
        .cart-form .wishlist-items:before {
          content: '';
          /* background-image: url("../assets/images/cart-bg.png"); */
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat;
          width: 185px;
          height: 387px;
          position: absolute;
          left: 0;
          bottom: 0; } }
    .cart-form form .line-item,
    .cart-form .wishlist-items .line-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      border-bottom: 1px solid rgba(73, 73, 73, 0.5);
      position: relative;
      margin-bottom: 30px; }
      @media only screen and (min-width: 768px) {
        .cart-form form .line-item,
        .cart-form .wishlist-items .line-item {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-left: 150px;
          padding-bottom: 20px;
          margin-top: 175px;
          margin-bottom: 75px; }
          .cart-form form .line-item:last-child,
          .cart-form .wishlist-items .line-item:last-child {
            margin-bottom: 50px; } }
      @media only screen and (min-width: 992px) {
        .cart-form form .line-item,
        .cart-form .wishlist-items .line-item {
          padding-bottom: 30px;
          padding-left: 180px; } }
      @media only screen and (min-width: 768px) {
        .cart-form form .line-item .views-field-field-images,
        .cart-form .wishlist-items .line-item .views-field-field-images {
          position: absolute;
          bottom: -40px;
          left: 0px; } }
      .cart-form form .line-item .views-field-purchased-entity,
      .cart-form .wishlist-items .line-item .views-field-purchased-entity {
        width: 200px;
        font-size: 14px;
        font-weight: 200;
        margin-top: 10px; }
        .cart-form form .line-item .views-field-purchased-entity .views-label,
        .cart-form .wishlist-items .line-item .views-field-purchased-entity .views-label {
          display: none; }
        .cart-form form .line-item .views-field-purchased-entity a,
        .cart-form .wishlist-items .line-item .views-field-purchased-entity a {
          display: block;
          color: #494949;
          font-size: 16px;
          font-weight: 500;
          margin-bottom: 10px; }
        @media only screen and (min-width: 768px) {
          .cart-form form .line-item .views-field-purchased-entity,
          .cart-form .wishlist-items .line-item .views-field-purchased-entity {
            margin-top: 0; } }
      .cart-form form .line-item .views-field-attribute-color,
      .cart-form .wishlist-items .line-item .views-field-attribute-color {
        width: 72px;
        display: none; }
        @media only screen and (min-width: 768px) {
          .cart-form form .line-item .views-field-attribute-color,
          .cart-form .wishlist-items .line-item .views-field-attribute-color {
            display: block; } }
      .cart-form form .line-item .views-field-edit-quantity,
      .cart-form .wishlist-items .line-item .views-field-edit-quantity {
        display: none; }
        @media only screen and (min-width: 768px) {
          .cart-form form .line-item .views-field-edit-quantity,
          .cart-form .wishlist-items .line-item .views-field-edit-quantity {
            display: block; } }
      .cart-form form .line-item .views-field-attribute-size,
      .cart-form form .line-item .views-field-total-price__number .field-content,
      .cart-form .wishlist-items .line-item .views-field-attribute-size,
      .cart-form .wishlist-items .line-item .views-field-total-price__number .field-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-transform: uppercase;
        margin-bottom: 5px; }
        .cart-form form .line-item .views-field-attribute-size .views-label,
        .cart-form form .line-item .views-field-total-price__number .field-content .views-label,
        .cart-form .wishlist-items .line-item .views-field-attribute-size .views-label,
        .cart-form .wishlist-items .line-item .views-field-total-price__number .field-content .views-label {
          font-weight: 200;
          margin-right: 5px;
          margin-top: 10px; }
        @media only screen and (min-width: 768px) {
          .cart-form form .line-item .views-field-attribute-size,
          .cart-form form .line-item .views-field-total-price__number .field-content,
          .cart-form .wishlist-items .line-item .views-field-attribute-size,
          .cart-form .wishlist-items .line-item .views-field-total-price__number .field-content {
            margin-bottom: 0;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse; } }
      .cart-form form .line-item .views-field-remove-button,
      .cart-form .wishlist-items .line-item .views-field-remove-button {
        position: absolute;
        top: 0px;
        right: 0px; }
        .cart-form form .line-item .views-field-remove-button .views-label,
        .cart-form .wishlist-items .line-item .views-field-remove-button .views-label {
          display: none; }
        @media only screen and (min-width: 768px) {
          .cart-form form .line-item .views-field-remove-button,
          .cart-form .wishlist-items .line-item .views-field-remove-button {
            position: relative;
            top: unset;
            right: unset; } }
      .cart-form form .line-item .delete-order-item,
      .cart-form .wishlist-items .line-item .delete-order-item {
        border: 0;
        background: transparent url("../assets/images/icons/del.png") no-repeat;
        text-indent: -9999px;
        height: 16px;
        width: 16px;
        cursor: pointer; }
      .cart-form form .line-item .js-form-type-number input,
      .cart-form .wishlist-items .line-item .js-form-type-number input {
        text-align: center;
        border: 0;
        background: transparent; }
      .cart-form form .line-item .js-form-type-number input[type=number]::-webkit-inner-spin-button,
      .cart-form form .line-item .js-form-type-number input[type=number]::-webkit-outer-spin-button,
      .cart-form .wishlist-items .line-item .js-form-type-number input[type=number]::-webkit-inner-spin-button,
      .cart-form .wishlist-items .line-item .js-form-type-number input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .cart-form form .line-item .js-form-type-number .nav,
      .cart-form .wishlist-items .line-item .js-form-type-number .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 10px; }
        .cart-form form .line-item .js-form-type-number .nav .button,
        .cart-form .wishlist-items .line-item .js-form-type-number .nav .button {
          font-size: 20px;
          margin: 0 8px;
          line-height: 15px;
          cursor: pointer;
          color: gray; }
    .cart-form form .form-actions,
    .cart-form .wishlist-items .form-actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .cart-form form .form-actions input,
      .cart-form .wishlist-items .form-actions input {
        border: 0;
        background: #494949;
        color: white;
        text-transform: uppercase;
        padding: 10px 16px;
        margin-bottom: 10px;
        cursor: pointer; }
        .cart-form form .form-actions input:hover,
        .cart-form .wishlist-items .form-actions input:hover {
          background: #5C5C5C; }
  .cart-form .total_price {
    font-weight: 300; }
    .cart-form .total_price .order-total-line-label {
      margin-right: 10px;
      font-weight: 300; }
  .cart-form .form-actions {
    text-align: right; }

.addtocartmodal {
  background: #D2A1B6; }
  .addtocartmodal .ui-widget-header {
    background: transparent;
    border: 0; }
  .addtocartmodal button {
    background: transparent;
    border: 0; }
  .addtocartmodal .drupal-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.path-cart h2 {
  width: 90%;
  max-width: 1010px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'FuturaPT-Book';
  font-size: 20px;
  font-weight: 400;
  color: #494949;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .path-cart h2 {
      margin-bottom: -30px; } }
  @media only screen and (min-width: 992px) {
    .path-cart h2 {
      font-size: 24px;
      margin-bottom: -10px;
      margin-left: 229px; } }

#commerce-checkout-flow-multistep-default,
#commerce-checkout-flow-new-checkout-flow {
  width: 90vw;
  max-width: 1060px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    #commerce-checkout-flow-multistep-default,
    #commerce-checkout-flow-new-checkout-flow {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 992px) {
    #commerce-checkout-flow-multistep-default,
    #commerce-checkout-flow-new-checkout-flow {
      margin-bottom: 50px; } }
  #commerce-checkout-flow-multistep-default .layout-checkout-form,
  #commerce-checkout-flow-new-checkout-flow .layout-checkout-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  #commerce-checkout-flow-multistep-default .layout-region-checkout-secondary,
  #commerce-checkout-flow-new-checkout-flow .layout-region-checkout-secondary {
    margin-top: 30px;
    border: 1px solid #C4C4C4;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 300;
    float: none !important;
    width: 100%; }
    @media only screen and (min-width: 992px) {
      #commerce-checkout-flow-multistep-default .layout-region-checkout-secondary,
      #commerce-checkout-flow-new-checkout-flow .layout-region-checkout-secondary {
        width: 30%; } }
    #commerce-checkout-flow-multistep-default .layout-region-checkout-secondary h3,
    #commerce-checkout-flow-new-checkout-flow .layout-region-checkout-secondary h3 {
      width: 90%;
      max-width: 1010px;
      margin: 0 auto;
      font-family: 'FuturaPT-Book';
      font-size: 24px;
      font-weight: 400;
      color: #494949;
      text-align: center; }
    #commerce-checkout-flow-multistep-default .layout-region-checkout-secondary .views-field-product-id,
    #commerce-checkout-flow-new-checkout-flow .layout-region-checkout-secondary .views-field-product-id {
      position: relative; }
      #commerce-checkout-flow-multistep-default .layout-region-checkout-secondary .views-field-product-id img,
      #commerce-checkout-flow-new-checkout-flow .layout-region-checkout-secondary .views-field-product-id img {
        max-width: 66px;
        height: auto; }
      #commerce-checkout-flow-multistep-default .layout-region-checkout-secondary .views-field-product-id .quantity,
      #commerce-checkout-flow-multistep-default .layout-region-checkout-secondary .views-field-product-id .views-field-quantity,
      #commerce-checkout-flow-new-checkout-flow .layout-region-checkout-secondary .views-field-product-id .quantity,
      #commerce-checkout-flow-new-checkout-flow .layout-region-checkout-secondary .views-field-product-id .views-field-quantity {
        background: #fff;
        border-radius: 50%;
        padding: 6px;
        position: absolute;
        bottom: 11px;
        right: -3px;
        width: 30px;
        height: 30px;
        text-align: center;
        color: #494949; }
    #commerce-checkout-flow-multistep-default .layout-region-checkout-secondary a,
    #commerce-checkout-flow-new-checkout-flow .layout-region-checkout-secondary a {
      color: #494949; }
    #commerce-checkout-flow-multistep-default .layout-region-checkout-secondary .total_price,
    #commerce-checkout-flow-multistep-default .layout-region-checkout-secondary .views-field-total-price__number,
    #commerce-checkout-flow-new-checkout-flow .layout-region-checkout-secondary .total_price,
    #commerce-checkout-flow-new-checkout-flow .layout-region-checkout-secondary .views-field-total-price__number {
      font-weight: 300; }
      #commerce-checkout-flow-multistep-default .layout-region-checkout-secondary .total_price .order-total-line-value,
      #commerce-checkout-flow-multistep-default .layout-region-checkout-secondary .views-field-total-price__number .order-total-line-value,
      #commerce-checkout-flow-new-checkout-flow .layout-region-checkout-secondary .total_price .order-total-line-value,
      #commerce-checkout-flow-new-checkout-flow .layout-region-checkout-secondary .views-field-total-price__number .order-total-line-value {
        width: auto; }
      #commerce-checkout-flow-multistep-default .layout-region-checkout-secondary .total_price .order-total-line,
      #commerce-checkout-flow-multistep-default .layout-region-checkout-secondary .views-field-total-price__number .order-total-line,
      #commerce-checkout-flow-new-checkout-flow .layout-region-checkout-secondary .total_price .order-total-line,
      #commerce-checkout-flow-new-checkout-flow .layout-region-checkout-secondary .views-field-total-price__number .order-total-line {
        padding: 2px 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        #commerce-checkout-flow-multistep-default .layout-region-checkout-secondary .total_price .order-total-line .order-total-line-label,
        #commerce-checkout-flow-multistep-default .layout-region-checkout-secondary .views-field-total-price__number .order-total-line .order-total-line-label,
        #commerce-checkout-flow-new-checkout-flow .layout-region-checkout-secondary .total_price .order-total-line .order-total-line-label,
        #commerce-checkout-flow-new-checkout-flow .layout-region-checkout-secondary .views-field-total-price__number .order-total-line .order-total-line-label {
          margin-right: 10px;
          font-weight: 300; }
  #commerce-checkout-flow-multistep-default fieldset#edit-commerce-checkout-pane-payment-payment-method--wrapper legend,
  #commerce-checkout-flow-new-checkout-flow fieldset#edit-commerce-checkout-pane-payment-payment-method--wrapper legend {
    font-family: 'FuturaPT-Book';
    font-size: 20px;
    font-weight: 400;
    color: #494949;
    margin-bottom: 10px; }
    @media only screen and (min-width: 992px) {
      #commerce-checkout-flow-multistep-default fieldset#edit-commerce-checkout-pane-payment-payment-method--wrapper legend,
      #commerce-checkout-flow-new-checkout-flow fieldset#edit-commerce-checkout-pane-payment-payment-method--wrapper legend {
        font-size: 24px; } }
  #commerce-checkout-flow-multistep-default fieldset.checkout-pane,
  #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane {
    margin: 0;
    padding: 0;
    border: 0;
    margin-top: 20px;
    width: 100%; }
    @media only screen and (min-width: 992px) {
      #commerce-checkout-flow-multistep-default fieldset.checkout-pane,
      #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane {
        width: 54vw; } }
    @media only screen and (min-width: 1200px) {
      #commerce-checkout-flow-multistep-default fieldset.checkout-pane,
      #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane {
        width: 480px; } }
    #commerce-checkout-flow-multistep-default fieldset.checkout-pane legend,
    #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane legend {
      font-family: 'FuturaPT-Book';
      font-size: 20px;
      font-weight: 400;
      color: #494949;
      margin-bottom: 10px; }
      @media only screen and (min-width: 992px) {
        #commerce-checkout-flow-multistep-default fieldset.checkout-pane legend,
        #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane legend {
          font-size: 24px; } }
    #commerce-checkout-flow-multistep-default fieldset.checkout-pane .form-wrapper,
    #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane .form-wrapper {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0;
      border: 0; }
    #commerce-checkout-flow-multistep-default fieldset.checkout-pane .fieldset-wrapper,
    #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane .fieldset-wrapper {
      width: 100%; }
    #commerce-checkout-flow-multistep-default fieldset.checkout-pane .form-item,
    #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane .form-item {
      display: block;
      margin: 0;
      margin-bottom: 10px; }
      #commerce-checkout-flow-multistep-default fieldset.checkout-pane .form-item input,
      #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane .form-item input {
        width: 90vw;
        border: 1px solid #C4C4C4;
        font-size: 16px;
        font-weight: 400;
        color: #494949;
        padding: 10px 15px; }
        #commerce-checkout-flow-multistep-default fieldset.checkout-pane .form-item input::-webkit-input-placeholder,
        #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane .form-item input::-webkit-input-placeholder {
          font-size: 16px;
          font-weight: 400;
          color: #C4C4C4; }
        #commerce-checkout-flow-multistep-default fieldset.checkout-pane .form-item input::-moz-placeholder,
        #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane .form-item input::-moz-placeholder {
          font-size: 16px;
          font-weight: 400;
          color: #C4C4C4; }
        #commerce-checkout-flow-multistep-default fieldset.checkout-pane .form-item input::-ms-input-placeholder,
        #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane .form-item input::-ms-input-placeholder {
          font-size: 16px;
          font-weight: 400;
          color: #C4C4C4; }
        #commerce-checkout-flow-multistep-default fieldset.checkout-pane .form-item input::placeholder,
        #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane .form-item input::placeholder {
          font-size: 16px;
          font-weight: 400;
          color: #C4C4C4; }
        @media only screen and (min-width: 768px) {
          #commerce-checkout-flow-multistep-default fieldset.checkout-pane .form-item input[size="50"],
          #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane .form-item input[size="50"] {
            width: calc(45vw - 8px); }
          #commerce-checkout-flow-multistep-default fieldset.checkout-pane .form-item input[size="33"],
          #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane .form-item input[size="33"] {
            width: calc(30vw - 12px); } }
        @media only screen and (min-width: 992px) {
          #commerce-checkout-flow-multistep-default fieldset.checkout-pane .form-item input,
          #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane .form-item input {
            width: 54vw; }
            #commerce-checkout-flow-multistep-default fieldset.checkout-pane .form-item input[size="50"],
            #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane .form-item input[size="50"] {
              width: calc(27vw - 8px); }
            #commerce-checkout-flow-multistep-default fieldset.checkout-pane .form-item input[size="33"],
            #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane .form-item input[size="33"] {
              width: calc(27vw - 8px); } }
        @media only screen and (min-width: 1200px) {
          #commerce-checkout-flow-multistep-default fieldset.checkout-pane .form-item input,
          #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane .form-item input {
            width: 650px; }
            #commerce-checkout-flow-multistep-default fieldset.checkout-pane .form-item input[size="50"],
            #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane .form-item input[size="50"] {
              width: 317px; }
            #commerce-checkout-flow-multistep-default fieldset.checkout-pane .form-item input[size="33"],
            #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane .form-item input[size="33"] {
              width: 206px; } }
    #commerce-checkout-flow-multistep-default fieldset.checkout-pane #edit-shipping-information-shipping-profile-address-0-address-country-code,
    #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane #edit-shipping-information-shipping-profile-address-0-address-country-code {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        #commerce-checkout-flow-multistep-default fieldset.checkout-pane #edit-shipping-information-shipping-profile-address-0-address-country-code,
        #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane #edit-shipping-information-shipping-profile-address-0-address-country-code {
          width: calc(30vw - 8px); } }
      @media only screen and (min-width: 992px) {
        #commerce-checkout-flow-multistep-default fieldset.checkout-pane #edit-shipping-information-shipping-profile-address-0-address-country-code,
        #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane #edit-shipping-information-shipping-profile-address-0-address-country-code {
          width: 100%; } }
      @media only screen and (min-width: 1200px) {
        #commerce-checkout-flow-multistep-default fieldset.checkout-pane #edit-shipping-information-shipping-profile-address-0-address-country-code,
        #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane #edit-shipping-information-shipping-profile-address-0-address-country-code {
          width: 206px; } }
    #commerce-checkout-flow-multistep-default fieldset.checkout-pane .js-form-type-select,
    #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane .js-form-type-select {
      width: 480px;
      min-width: 480px; }
      @media only screen and (max-width: 767px) {
        #commerce-checkout-flow-multistep-default fieldset.checkout-pane .js-form-type-select,
        #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane .js-form-type-select {
          min-width: auto;
          max-width: 100%;
          width: 100%; } }
    #commerce-checkout-flow-multistep-default fieldset.checkout-pane .nice-select,
    #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane .nice-select {
      width: 100%;
      padding-left: 15px; }
      #commerce-checkout-flow-multistep-default fieldset.checkout-pane .nice-select::after,
      #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane .nice-select::after {
        border-bottom: 2px solid #C4C4C4;
        border-right: 2px solid #C4C4C4; }
      #commerce-checkout-flow-multistep-default fieldset.checkout-pane .nice-select span,
      #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane .nice-select span {
        font-size: 16px;
        font-weight: 400;
        color: #494949; }
      #commerce-checkout-flow-multistep-default fieldset.checkout-pane .nice-select .list,
      #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane .nice-select .list {
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        color: #494949; }
    @media only screen and (min-width: 768px) {
      #commerce-checkout-flow-multistep-default fieldset.checkout-pane #edit-shipping-information-shipping-profile-address-0-address-container2,
      #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane #edit-shipping-information-shipping-profile-address-0-address-container2 {
        width: calc(60vw - 8px); } }
    @media only screen and (min-width: 992px) {
      #commerce-checkout-flow-multistep-default fieldset.checkout-pane #edit-shipping-information-shipping-profile-address-0-address-container2,
      #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane #edit-shipping-information-shipping-profile-address-0-address-container2 {
        width: 54vw; } }
    @media only screen and (min-width: 1200px) {
      #commerce-checkout-flow-multistep-default fieldset.checkout-pane #edit-shipping-information-shipping-profile-address-0-address-container2,
      #commerce-checkout-flow-new-checkout-flow fieldset.checkout-pane #edit-shipping-information-shipping-profile-address-0-address-container2 {
        width: 428px; } }
  #commerce-checkout-flow-multistep-default div[data-drupal-selector=edit-shipping-information-shipping-profile-address-0-address] > div,
  #commerce-checkout-flow-multistep-default div[data-drupal-selector=edit-payment-information-billing-information-address-0] > div,
  #commerce-checkout-flow-new-checkout-flow div[data-drupal-selector=edit-shipping-information-shipping-profile-address-0-address] > div,
  #commerce-checkout-flow-new-checkout-flow div[data-drupal-selector=edit-payment-information-billing-information-address-0] > div {
    display: inline-block;
    vertical-align: top; }
  #commerce-checkout-flow-multistep-default div[data-drupal-selector=edit-shipping-information-shipping-profile-address-0-address-country-code],
  #commerce-checkout-flow-multistep-default div[data-drupal-selector=edit-payment-information-billing-information-address-0-address-country-code],
  #commerce-checkout-flow-new-checkout-flow div[data-drupal-selector=edit-shipping-information-shipping-profile-address-0-address-country-code],
  #commerce-checkout-flow-new-checkout-flow div[data-drupal-selector=edit-payment-information-billing-information-address-0-address-country-code] {
    float: left; }
  #commerce-checkout-flow-multistep-default .checkout-pane.checkout-pane-payment-information > legend,
  #commerce-checkout-flow-new-checkout-flow .checkout-pane.checkout-pane-payment-information > legend {
    display: none; }
  #commerce-checkout-flow-multistep-default #edit-payment-information-billing-information-address-0-address label,
  #commerce-checkout-flow-multistep-default #edit-shipping-information-shipping-profile-address-0 label,
  #commerce-checkout-flow-multistep-default div[data-drupal-selector=edit-payment-information-billing-information-address-0-address] label,
  #commerce-checkout-flow-multistep-default div[data-drupal-selector=edit-shipping-information-shipping-profile-address-0] label,
  #commerce-checkout-flow-multistep-default .form-item-contact-information-email label,
  #commerce-checkout-flow-multistep-default .form-item-shipping-information-shipping-profile-field-phone-0-value label,
  #commerce-checkout-flow-multistep-default .form-item-payment-information-billing-information-field-phone-0-value label,
  #commerce-checkout-flow-new-checkout-flow #edit-payment-information-billing-information-address-0-address label,
  #commerce-checkout-flow-new-checkout-flow #edit-shipping-information-shipping-profile-address-0 label,
  #commerce-checkout-flow-new-checkout-flow div[data-drupal-selector=edit-payment-information-billing-information-address-0-address] label,
  #commerce-checkout-flow-new-checkout-flow div[data-drupal-selector=edit-shipping-information-shipping-profile-address-0] label,
  #commerce-checkout-flow-new-checkout-flow .form-item-contact-information-email label,
  #commerce-checkout-flow-new-checkout-flow .form-item-shipping-information-shipping-profile-field-phone-0-value label,
  #commerce-checkout-flow-new-checkout-flow .form-item-payment-information-billing-information-field-phone-0-value label {
    display: none; }
  #commerce-checkout-flow-multistep-default #edit-payment-information-billing-information-address-0-address input,
  #commerce-checkout-flow-multistep-default #edit-shipping-information-shipping-profile-address-0 input,
  #commerce-checkout-flow-multistep-default div[data-drupal-selector=edit-payment-information-billing-information-address-0-address] input,
  #commerce-checkout-flow-multistep-default div[data-drupal-selector=edit-shipping-information-shipping-profile-address-0] input,
  #commerce-checkout-flow-multistep-default .form-item-contact-information-email input,
  #commerce-checkout-flow-multistep-default .form-item-shipping-information-shipping-profile-field-phone-0-value input,
  #commerce-checkout-flow-multistep-default .form-item-payment-information-billing-information-field-phone-0-value input,
  #commerce-checkout-flow-new-checkout-flow #edit-payment-information-billing-information-address-0-address input,
  #commerce-checkout-flow-new-checkout-flow #edit-shipping-information-shipping-profile-address-0 input,
  #commerce-checkout-flow-new-checkout-flow div[data-drupal-selector=edit-payment-information-billing-information-address-0-address] input,
  #commerce-checkout-flow-new-checkout-flow div[data-drupal-selector=edit-shipping-information-shipping-profile-address-0] input,
  #commerce-checkout-flow-new-checkout-flow .form-item-contact-information-email input,
  #commerce-checkout-flow-new-checkout-flow .form-item-shipping-information-shipping-profile-field-phone-0-value input,
  #commerce-checkout-flow-new-checkout-flow .form-item-payment-information-billing-information-field-phone-0-value input {
    height: 40px;
    border: 1px solid #b7b7b7; }
  #commerce-checkout-flow-multistep-default fieldset[data-drupal-selector=edit-payment-information-payment-method] .fieldset-wrapper > div,
  #commerce-checkout-flow-new-checkout-flow fieldset[data-drupal-selector=edit-payment-information-payment-method] .fieldset-wrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #commerce-checkout-flow-multistep-default fieldset[data-drupal-selector=edit-payment-information-payment-method] .fieldset-wrapper > div .form-item,
    #commerce-checkout-flow-new-checkout-flow fieldset[data-drupal-selector=edit-payment-information-payment-method] .fieldset-wrapper > div .form-item {
      margin: 10px; }
  #commerce-checkout-flow-multistep-default .form-actions,
  #commerce-checkout-flow-new-checkout-flow .form-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #commerce-checkout-flow-multistep-default .form-actions a,
    #commerce-checkout-flow-new-checkout-flow .form-actions a {
      color: #494949;
      padding-right: 20px;
      white-space: nowrap; }
      @media only screen and (max-width: 767px) {
        #commerce-checkout-flow-multistep-default .form-actions a,
        #commerce-checkout-flow-new-checkout-flow .form-actions a {
          font-size: 14px; } }
      #commerce-checkout-flow-multistep-default .form-actions a:before,
      #commerce-checkout-flow-new-checkout-flow .form-actions a:before {
        content: '<';
        font-size: 30px;
        position: relative;
        top: 3px;
        width: 26px;
        display: inline-block; }
        @media only screen and (max-width: 767px) {
          #commerce-checkout-flow-multistep-default .form-actions a:before,
          #commerce-checkout-flow-new-checkout-flow .form-actions a:before {
            font-size: 23px; } }
  #commerce-checkout-flow-multistep-default input.button,
  #commerce-checkout-flow-new-checkout-flow input.button {
    display: block;
    border: 0;
    background: #494949;
    color: white;
    text-transform: uppercase;
    padding: 10px 16px;
    margin-top: 10px;
    margin-bottom: 0px;
    cursor: pointer;
    font-family: 'FuturaPT-Book'; }
    @media only screen and (max-width: 767px) {
      #commerce-checkout-flow-multistep-default input.button,
      #commerce-checkout-flow-new-checkout-flow input.button {
        font-size: 14px; } }
    #commerce-checkout-flow-multistep-default input.button:hover,
    #commerce-checkout-flow-new-checkout-flow input.button:hover {
      background: #5C5C5C; }
  #commerce-checkout-flow-multistep-default p.address,
  #commerce-checkout-flow-new-checkout-flow p.address {
    font-weight: 300; }

.nice-select .list {
  max-height: 300px;
  overflow-y: scroll; }

.nice-select.country {
  margin-right: 1em;
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid #b7b7b7;
  border-radius: 0;
  height: 40px;
  position: relative;
  width: 160px; }

.checkout-complete {
  margin: 20px;
  text-align: center; }

.address-container-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

input.error {
  border-color: red !important; }

.phone_field, div.address {
  font-weight: 300; }

@media only screen and (max-width: 768px) {
  .path-checkout h1.page-ttl {
    font-size: 32px; } }

.path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main,
.path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main {
  position: relative;
  margin-top: 35px;
  float: none !important;
  padding-right: 0px !important;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main,
    .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main {
      /* padding-top: 75px; */
      width: 65%; }
      .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main:before,
      .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main:before {
        /* content: url("../assets/images/checout.png"); */
        position: absolute;
        right: 20px;
        top: -60px; } }
  .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-review fieldset,
  .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-review fieldset {
    border: 0;
    margin: 0;
    padding: 0; }
    .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-review fieldset .fieldset-wrapper,
    .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-review fieldset .fieldset-wrapper {
      padding: 16px; }
    .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-review fieldset legend,
    .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-review fieldset legend {
      display: block;
      width: 100%; }
      .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-review fieldset legend .fieldset-legend,
      .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-review fieldset legend .fieldset-legend {
        display: block;
        padding: 16px; }
        .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-review fieldset legend .fieldset-legend a,
        .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-review fieldset legend .fieldset-legend a {
          color: #494949; }
  .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main fieldset[data-drupal-selector=edit-commerce-checkout-pane-payment-payment-method],
  .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main fieldset[data-drupal-selector=edit-commerce-checkout-pane-payment-payment-method] {
    width: 100%; }
    .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main fieldset[data-drupal-selector=edit-commerce-checkout-pane-payment-payment-method] .fieldset-wrapper > div,
    .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main fieldset[data-drupal-selector=edit-commerce-checkout-pane-payment-payment-method] .fieldset-wrapper > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 0; }
      .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main fieldset[data-drupal-selector=edit-commerce-checkout-pane-payment-payment-method] .fieldset-wrapper > div .form-item,
      .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main fieldset[data-drupal-selector=edit-commerce-checkout-pane-payment-payment-method] .fieldset-wrapper > div .form-item {
        margin: 0 !important;
        padding: 1em; }
        .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main fieldset[data-drupal-selector=edit-commerce-checkout-pane-payment-payment-method] .fieldset-wrapper > div .form-item .form-radio,
        .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main fieldset[data-drupal-selector=edit-commerce-checkout-pane-payment-payment-method] .fieldset-wrapper > div .form-item .form-radio {
          position: absolute;
          z-index: -1;
          opacity: 0;
          margin: 10px 0 0 7px; }
        .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main fieldset[data-drupal-selector=edit-commerce-checkout-pane-payment-payment-method] .fieldset-wrapper > div .form-item .form-radio + label,
        .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main fieldset[data-drupal-selector=edit-commerce-checkout-pane-payment-payment-method] .fieldset-wrapper > div .form-item .form-radio + label {
          position: relative;
          padding: 0 0 0 35px;
          cursor: pointer;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
        .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main fieldset[data-drupal-selector=edit-commerce-checkout-pane-payment-payment-method] .fieldset-wrapper > div .form-item .form-radio + label:before,
        .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main fieldset[data-drupal-selector=edit-commerce-checkout-pane-payment-payment-method] .fieldset-wrapper > div .form-item .form-radio + label:before {
          content: '';
          position: absolute;
          top: -3px;
          left: 0;
          width: 22px;
          height: 22px;
          border: 1px solid #CDD1DA;
          border-radius: 50%;
          background: #FFF; }
        .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main fieldset[data-drupal-selector=edit-commerce-checkout-pane-payment-payment-method] .fieldset-wrapper > div .form-item .form-radio + label:after,
        .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main fieldset[data-drupal-selector=edit-commerce-checkout-pane-payment-payment-method] .fieldset-wrapper > div .form-item .form-radio + label:after {
          content: '';
          position: absolute;
          top: 1px;
          left: 4px;
          width: 16px;
          height: 16px;
          border-radius: 50%;
          background: #494949;
          opacity: 0;
          -webkit-transition: .2s;
          transition: .2s; }
        .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main fieldset[data-drupal-selector=edit-commerce-checkout-pane-payment-payment-method] .fieldset-wrapper > div .form-item .form-radio:checked + label:after,
        .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main fieldset[data-drupal-selector=edit-commerce-checkout-pane-payment-payment-method] .fieldset-wrapper > div .form-item .form-radio:checked + label:after {
          opacity: 1; }
        .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main fieldset[data-drupal-selector=edit-commerce-checkout-pane-payment-payment-method] .fieldset-wrapper > div .form-item .form-radio:focus + label:before,
        .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main fieldset[data-drupal-selector=edit-commerce-checkout-pane-payment-payment-method] .fieldset-wrapper > div .form-item .form-radio:focus + label:before {
          -webkit-box-shadow: 0 0 0 3px rgba(231, 231, 231, 0.7);
                  box-shadow: 0 0 0 3px rgba(231, 231, 231, 0.7); }
        .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main fieldset[data-drupal-selector=edit-commerce-checkout-pane-payment-payment-method] .fieldset-wrapper > div .form-item .form-radio + label + .description,
        .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main fieldset[data-drupal-selector=edit-commerce-checkout-pane-payment-payment-method] .fieldset-wrapper > div .form-item .form-radio + label + .description {
          position: relative;
          top: 8px;
          left: 34px;
          display: inline-block; }
  .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main fieldset.checkout-pane-shipping-information > legend,
  .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main fieldset.checkout-pane-shipping-information > legend {
    display: none; }
  .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-payment-information fieldset,
  .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-shipping-information div[data-drupal-selector=edit-shipping-information-shipments] fieldset,
  .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-payment-information fieldset,
  .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-shipping-information div[data-drupal-selector=edit-shipping-information-shipments] fieldset {
    width: 100%; }
    .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-payment-information fieldset .fieldset-wrapper > div,
    .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-shipping-information div[data-drupal-selector=edit-shipping-information-shipments] fieldset .fieldset-wrapper > div,
    .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-payment-information fieldset .fieldset-wrapper > div,
    .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-shipping-information div[data-drupal-selector=edit-shipping-information-shipments] fieldset .fieldset-wrapper > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 0; }
      .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-payment-information fieldset .fieldset-wrapper > div .form-item,
      .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-shipping-information div[data-drupal-selector=edit-shipping-information-shipments] fieldset .fieldset-wrapper > div .form-item,
      .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-payment-information fieldset .fieldset-wrapper > div .form-item,
      .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-shipping-information div[data-drupal-selector=edit-shipping-information-shipments] fieldset .fieldset-wrapper > div .form-item {
        margin: 0 !important;
        padding: 1em; }
        .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-payment-information fieldset .fieldset-wrapper > div .form-item .form-radio,
        .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-shipping-information div[data-drupal-selector=edit-shipping-information-shipments] fieldset .fieldset-wrapper > div .form-item .form-radio,
        .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-payment-information fieldset .fieldset-wrapper > div .form-item .form-radio,
        .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-shipping-information div[data-drupal-selector=edit-shipping-information-shipments] fieldset .fieldset-wrapper > div .form-item .form-radio {
          position: absolute;
          z-index: -1;
          opacity: 0;
          margin: 10px 0 0 7px; }
        .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-payment-information fieldset .fieldset-wrapper > div .form-item .form-radio + label,
        .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-shipping-information div[data-drupal-selector=edit-shipping-information-shipments] fieldset .fieldset-wrapper > div .form-item .form-radio + label,
        .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-payment-information fieldset .fieldset-wrapper > div .form-item .form-radio + label,
        .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-shipping-information div[data-drupal-selector=edit-shipping-information-shipments] fieldset .fieldset-wrapper > div .form-item .form-radio + label {
          position: relative;
          padding: 0 0 0 35px;
          cursor: pointer;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
        .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-payment-information fieldset .fieldset-wrapper > div .form-item .form-radio + label:before,
        .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-shipping-information div[data-drupal-selector=edit-shipping-information-shipments] fieldset .fieldset-wrapper > div .form-item .form-radio + label:before,
        .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-payment-information fieldset .fieldset-wrapper > div .form-item .form-radio + label:before,
        .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-shipping-information div[data-drupal-selector=edit-shipping-information-shipments] fieldset .fieldset-wrapper > div .form-item .form-radio + label:before {
          content: '';
          position: absolute;
          top: -3px;
          left: 0;
          width: 22px;
          height: 22px;
          border: 1px solid #CDD1DA;
          border-radius: 50%;
          background: #FFF; }
        .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-payment-information fieldset .fieldset-wrapper > div .form-item .form-radio + label:after,
        .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-shipping-information div[data-drupal-selector=edit-shipping-information-shipments] fieldset .fieldset-wrapper > div .form-item .form-radio + label:after,
        .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-payment-information fieldset .fieldset-wrapper > div .form-item .form-radio + label:after,
        .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-shipping-information div[data-drupal-selector=edit-shipping-information-shipments] fieldset .fieldset-wrapper > div .form-item .form-radio + label:after {
          content: '';
          position: absolute;
          top: 1px;
          left: 4px;
          width: 16px;
          height: 16px;
          border-radius: 50%;
          background: #494949;
          opacity: 0;
          -webkit-transition: .2s;
          transition: .2s; }
        .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-payment-information fieldset .fieldset-wrapper > div .form-item .form-radio:checked + label:after,
        .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-shipping-information div[data-drupal-selector=edit-shipping-information-shipments] fieldset .fieldset-wrapper > div .form-item .form-radio:checked + label:after,
        .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-payment-information fieldset .fieldset-wrapper > div .form-item .form-radio:checked + label:after,
        .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-shipping-information div[data-drupal-selector=edit-shipping-information-shipments] fieldset .fieldset-wrapper > div .form-item .form-radio:checked + label:after {
          opacity: 1; }
        .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-payment-information fieldset .fieldset-wrapper > div .form-item .form-radio:focus + label:before,
        .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-shipping-information div[data-drupal-selector=edit-shipping-information-shipments] fieldset .fieldset-wrapper > div .form-item .form-radio:focus + label:before,
        .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-payment-information fieldset .fieldset-wrapper > div .form-item .form-radio:focus + label:before,
        .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-shipping-information div[data-drupal-selector=edit-shipping-information-shipments] fieldset .fieldset-wrapper > div .form-item .form-radio:focus + label:before {
          -webkit-box-shadow: 0 0 0 3px rgba(231, 231, 231, 0.7);
                  box-shadow: 0 0 0 3px rgba(231, 231, 231, 0.7); }
        .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-payment-information fieldset .fieldset-wrapper > div .form-item .form-radio + label + .description,
        .path-checkout form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-shipping-information div[data-drupal-selector=edit-shipping-information-shipments] fieldset .fieldset-wrapper > div .form-item .form-radio + label + .description,
        .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-payment-information fieldset .fieldset-wrapper > div .form-item .form-radio + label + .description,
        .path-checkout form.commerce-checkout-flow-new-checkout-flow .layout-region-checkout-main .checkout-pane-shipping-information div[data-drupal-selector=edit-shipping-information-shipments] fieldset .fieldset-wrapper > div .form-item .form-radio + label + .description {
          position: relative;
          top: 8px;
          left: 34px;
          display: inline-block; }

#edit-shipping-information-shipping-profile + .form-submit {
  margin-bottom: 40px !important; }

.credit-card-form {
  padding: 16px; }
  .credit-card-form .credit-card-form__expiration {
    -ms-flex-wrap: unset !important;
        flex-wrap: unset !important; }

.checkout-complete .layout-checkout-form {
  display: block !important; }

.wishlist-items .views-field-remove-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .wishlist-items .views-field-remove-button label {
    display: none; }
  .wishlist-items .views-field-remove-button input {
    border: 0;
    background: transparent url(../assets/images/icons/bag.svg) no-repeat center;
    text-indent: -9999px;
    height: 26px;
    width: 26px;
    cursor: pointer;
    margin-left: 30px; }
  .wishlist-items .views-field-remove-button input + input {
    background: transparent url(../assets/images/icons/del.png) no-repeat center; }

div[data-drupal-selector=edit-payment-information-billing-information-copy-fields] .form-required:after,
div[data-drupal-selector=edit-payment-information-add-payment-method-billing-information-copy-fields] .form-required:after,
div[data-drupal-selector=edit-agree-pane] .form-required:after,
.form-item-contact-information-spam .form-required:after {
  background: none;
  margin: 0; }

div[data-drupal-selector=edit-payment-information-billing-information-copy-fields] input[type="checkbox"]:checked,
div[data-drupal-selector=edit-payment-information-billing-information-copy-fields] input[type="checkbox"]:not(:checked),
div[data-drupal-selector=edit-payment-information-add-payment-method-billing-information-copy-fields] input[type="checkbox"]:checked,
div[data-drupal-selector=edit-payment-information-add-payment-method-billing-information-copy-fields] input[type="checkbox"]:not(:checked),
div[data-drupal-selector=edit-agree-pane] input[type="checkbox"]:checked,
div[data-drupal-selector=edit-agree-pane] input[type="checkbox"]:not(:checked),
.form-item-contact-information-spam input[type="checkbox"]:checked,
.form-item-contact-information-spam input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }

div[data-drupal-selector=edit-payment-information-billing-information-copy-fields] input[type="checkbox"]:checked + label,
div[data-drupal-selector=edit-payment-information-billing-information-copy-fields] input[type="checkbox"]:not(:checked) + label,
div[data-drupal-selector=edit-payment-information-add-payment-method-billing-information-copy-fields] input[type="checkbox"]:checked + label,
div[data-drupal-selector=edit-payment-information-add-payment-method-billing-information-copy-fields] input[type="checkbox"]:not(:checked) + label,
div[data-drupal-selector=edit-agree-pane] input[type="checkbox"]:checked + label,
div[data-drupal-selector=edit-agree-pane] input[type="checkbox"]:not(:checked) + label,
.form-item-contact-information-spam input[type="checkbox"]:checked + label,
.form-item-contact-information-spam input[type="checkbox"]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  cursor: pointer; }

div[data-drupal-selector=edit-payment-information-billing-information-copy-fields] input[type="checkbox"]:checked + label:before,
div[data-drupal-selector=edit-payment-information-billing-information-copy-fields] input[type="checkbox"]:not(:checked) + label:before,
div[data-drupal-selector=edit-payment-information-add-payment-method-billing-information-copy-fields] input[type="checkbox"]:checked + label:before,
div[data-drupal-selector=edit-payment-information-add-payment-method-billing-information-copy-fields] input[type="checkbox"]:not(:checked) + label:before,
div[data-drupal-selector=edit-agree-pane] input[type="checkbox"]:checked + label:before,
div[data-drupal-selector=edit-agree-pane] input[type="checkbox"]:not(:checked) + label:before,
.form-item-contact-information-spam input[type="checkbox"]:checked + label:before,
.form-item-contact-information-spam input[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  background-color: #ffffff; }

div[data-drupal-selector=edit-payment-information-billing-information-copy-fields] input[type="checkbox"]:checked + label:before,
div[data-drupal-selector=edit-payment-information-billing-information-copy-fields] input[type="checkbox"]:not(:checked) + label:before,
div[data-drupal-selector=edit-payment-information-add-payment-method-billing-information-copy-fields] input[type="checkbox"]:checked + label:before,
div[data-drupal-selector=edit-payment-information-add-payment-method-billing-information-copy-fields] input[type="checkbox"]:not(:checked) + label:before,
div[data-drupal-selector=edit-agree-pane] input[type="checkbox"]:checked + label:before,
div[data-drupal-selector=edit-agree-pane] input[type="checkbox"]:not(:checked) + label:before,
.form-item-contact-information-spam input[type="checkbox"]:checked + label:before,
.form-item-contact-information-spam input[type="checkbox"]:not(:checked) + label:before {
  border-radius: 2px; }

div[data-drupal-selector=edit-payment-information-billing-information-copy-fields] input[type="checkbox"]:checked + label:after,
div[data-drupal-selector=edit-payment-information-billing-information-copy-fields] input[type="checkbox"]:not(:checked) + label:after,
div[data-drupal-selector=edit-payment-information-add-payment-method-billing-information-copy-fields] input[type="checkbox"]:checked + label:after,
div[data-drupal-selector=edit-payment-information-add-payment-method-billing-information-copy-fields] input[type="checkbox"]:not(:checked) + label:after,
div[data-drupal-selector=edit-agree-pane] input[type="checkbox"]:checked + label:after,
div[data-drupal-selector=edit-agree-pane] input[type="checkbox"]:not(:checked) + label:after,
.form-item-contact-information-spam input[type="checkbox"]:checked + label:after,
.form-item-contact-information-spam input[type="checkbox"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

div[data-drupal-selector=edit-payment-information-billing-information-copy-fields] input[type="checkbox"]:checked + label:after,
div[data-drupal-selector=edit-payment-information-billing-information-copy-fields] input[type="checkbox"]:not(:checked) + label:after,
div[data-drupal-selector=edit-payment-information-add-payment-method-billing-information-copy-fields] input[type="checkbox"]:checked + label:after,
div[data-drupal-selector=edit-payment-information-add-payment-method-billing-information-copy-fields] input[type="checkbox"]:not(:checked) + label:after,
div[data-drupal-selector=edit-agree-pane] input[type="checkbox"]:checked + label:after,
div[data-drupal-selector=edit-agree-pane] input[type="checkbox"]:not(:checked) + label:after,
.form-item-contact-information-spam input[type="checkbox"]:checked + label:after,
.form-item-contact-information-spam input[type="checkbox"]:not(:checked) + label:after {
  left: 3px;
  top: 4px;
  width: 10px;
  height: 5px;
  border-radius: 1px;
  border-left: 4px solid #494949;
  border-bottom: 4px solid #494949;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

div[data-drupal-selector=edit-payment-information-billing-information-copy-fields] input[type="radio"]:checked + label:after,
div[data-drupal-selector=edit-payment-information-add-payment-method-billing-information-copy-fields] input[type="radio"]:checked + label:after,
div[data-drupal-selector=edit-agree-pane] input[type="radio"]:checked + label:after,
.form-item-contact-information-spam input[type="radio"]:checked + label:after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #494949; }

div[data-drupal-selector=edit-payment-information-billing-information-copy-fields] input[type="checkbox"]:not(:checked) + label:after,
div[data-drupal-selector=edit-payment-information-add-payment-method-billing-information-copy-fields] input[type="checkbox"]:not(:checked) + label:after,
div[data-drupal-selector=edit-agree-pane] input[type="checkbox"]:not(:checked) + label:after,
.form-item-contact-information-spam input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0; }

div[data-drupal-selector=edit-payment-information-billing-information-copy-fields] input[type="checkbox"]:checked + label:after,
div[data-drupal-selector=edit-payment-information-add-payment-method-billing-information-copy-fields] input[type="checkbox"]:checked + label:after,
div[data-drupal-selector=edit-agree-pane] input[type="checkbox"]:checked + label:after,
.form-item-contact-information-spam input[type="checkbox"]:checked + label:after {
  opacity: 1; }

.views-field-quantity,
.views-field-field-test-size-order-item- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase; }
  .views-field-quantity .views-label,
  .views-field-field-test-size-order-item- .views-label {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 200;
    margin-top: 10px; }
  .views-field-quantity a,
  .views-field-field-test-size-order-item- a {
    color: #494949; }

.views-field-total-price__number .field-content .views-label {
  display: block; }

.views-field-attribute-size .views-label.views-label-attribute-size {
  display: block; }

.block-commerce-checkout-progress {
  text-align: center; }
  .block-commerce-checkout-progress .checkout-progress--step {
    font-size: 14px;
    font-weight: 300;
    color: #494949;
    margin: 0 8px;
    font-family: 'FuturaPT-Book';
    display: inline-block; }
    .block-commerce-checkout-progress .checkout-progress--step a {
      font-weight: normal;
      text-decoration: none;
      color: #494949; }
  .block-commerce-checkout-progress .checkout-progress--step__current {
    font-weight: bold;
    text-decoration: underline; }

#shipping_address select {
  display: none; }

#shipping_address fieldset .fieldset-wrapper .nice-select {
  margin-right: 20px; }

div[data-drupal-selector=edit-shipping-information-shipping-address-basic-information-fields] div[data-drupal-selector=edit-shipping-information-shipping-address-basic-information-fields-country-code],
div[data-drupal-selector=edit-shipping-information-shipping-address-basic-information-fields] .form-item-shipping-information-shipping-address-basic-information-fields-locality,
div[data-drupal-selector=edit-shipping-information-shipping-address-basic-information-fields] .form-item-shipping-information-shipping-address-basic-information-fields-administrative-area,
div[data-drupal-selector=edit-shipping-information-shipping-address-basic-information-fields] .form-item-shipping-information-shipping-address-basic-information-fields-postal-code {
  max-width: 49%; }
  div[data-drupal-selector=edit-shipping-information-shipping-address-basic-information-fields] div[data-drupal-selector=edit-shipping-information-shipping-address-basic-information-fields-country-code] input,
  div[data-drupal-selector=edit-shipping-information-shipping-address-basic-information-fields] .form-item-shipping-information-shipping-address-basic-information-fields-locality input,
  div[data-drupal-selector=edit-shipping-information-shipping-address-basic-information-fields] .form-item-shipping-information-shipping-address-basic-information-fields-administrative-area input,
  div[data-drupal-selector=edit-shipping-information-shipping-address-basic-information-fields] .form-item-shipping-information-shipping-address-basic-information-fields-postal-code input {
    max-width: 100%;
    margin-right: 1%; }
  div[data-drupal-selector=edit-shipping-information-shipping-address-basic-information-fields] div[data-drupal-selector=edit-shipping-information-shipping-address-basic-information-fields-country-code] label,
  div[data-drupal-selector=edit-shipping-information-shipping-address-basic-information-fields] .form-item-shipping-information-shipping-address-basic-information-fields-locality label,
  div[data-drupal-selector=edit-shipping-information-shipping-address-basic-information-fields] .form-item-shipping-information-shipping-address-basic-information-fields-administrative-area label,
  div[data-drupal-selector=edit-shipping-information-shipping-address-basic-information-fields] .form-item-shipping-information-shipping-address-basic-information-fields-postal-code label {
    display: block; }
  div[data-drupal-selector=edit-shipping-information-shipping-address-basic-information-fields] div[data-drupal-selector=edit-shipping-information-shipping-address-basic-information-fields-country-code] .nice-select,
  div[data-drupal-selector=edit-shipping-information-shipping-address-basic-information-fields] .form-item-shipping-information-shipping-address-basic-information-fields-locality .nice-select,
  div[data-drupal-selector=edit-shipping-information-shipping-address-basic-information-fields] .form-item-shipping-information-shipping-address-basic-information-fields-administrative-area .nice-select,
  div[data-drupal-selector=edit-shipping-information-shipping-address-basic-information-fields] .form-item-shipping-information-shipping-address-basic-information-fields-postal-code .nice-select {
    border: 1px solid #C4C4C4;
    border-radius: 0; }

#constact_info_1 .fieldset-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #constact_info_1 .fieldset-wrapper .form-item-shipping-information-constact-info-email,
  #constact_info_1 .fieldset-wrapper .form-item-shipping-information-constact-info-phone {
    max-width: 49%; }
    #constact_info_1 .fieldset-wrapper .form-item-shipping-information-constact-info-email input,
    #constact_info_1 .fieldset-wrapper .form-item-shipping-information-constact-info-phone input {
      max-width: 100%; }
  #constact_info_1 .fieldset-wrapper .form-item-shipping-information-constact-info-comments {
    width: 100%; }
    #constact_info_1 .fieldset-wrapper .form-item-shipping-information-constact-info-comments textarea {
      border: 1px solid #C4C4C4;
      font-size: 16px;
      font-weight: 400;
      color: #494949;
      padding: 10px 15px;
      width: 100%; }
      #constact_info_1 .fieldset-wrapper .form-item-shipping-information-constact-info-comments textarea::-webkit-input-placeholder {
        color: #C4C4C4; }
      #constact_info_1 .fieldset-wrapper .form-item-shipping-information-constact-info-comments textarea::-moz-placeholder {
        color: #C4C4C4; }
      #constact_info_1 .fieldset-wrapper .form-item-shipping-information-constact-info-comments textarea::-ms-input-placeholder {
        color: #C4C4C4; }
      #constact_info_1 .fieldset-wrapper .form-item-shipping-information-constact-info-comments textarea::placeholder {
        color: #C4C4C4; }

#edit-review-payment-information .fieldset-wrapper {
  font-weight: 300; }

#constact_info_address .fieldset-wrapper,
#shipping_address .fieldset-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#constact_info_address .form-item-contact-information-constact-info-fields-first-name,
#constact_info_address .form-item-contact-information-constact-info-fields-last-name,
#constact_info_address .form-item-contact-information-constact-info-fields-city,
#constact_info_address .form-item-contact-information-constact-info-fields-postal-code,
#constact_info_address .form-item-contact-information-constact-info-fields-name,
#constact_info_address .form-item-contact-information-constact-info-fields-name + .form-item-contact-information-constact-info-fields-phone,
#constact_info_address .form-item-shipping-information-shipping-address-basic-information-fields-city,
#constact_info_address .form-item-shipping-information-shipping-address-basic-information-fields-street,
#constact_info_address .form-item-shipping-information-shipping-address-basic-information-fields-house,
#constact_info_address .form-item-shipping-information-shipping-address-basic-information-fields-flat,
#shipping_address .form-item-contact-information-constact-info-fields-first-name,
#shipping_address .form-item-contact-information-constact-info-fields-last-name,
#shipping_address .form-item-contact-information-constact-info-fields-city,
#shipping_address .form-item-contact-information-constact-info-fields-postal-code,
#shipping_address .form-item-contact-information-constact-info-fields-name,
#shipping_address .form-item-contact-information-constact-info-fields-name + .form-item-contact-information-constact-info-fields-phone,
#shipping_address .form-item-shipping-information-shipping-address-basic-information-fields-city,
#shipping_address .form-item-shipping-information-shipping-address-basic-information-fields-street,
#shipping_address .form-item-shipping-information-shipping-address-basic-information-fields-house,
#shipping_address .form-item-shipping-information-shipping-address-basic-information-fields-flat {
  max-width: 49%; }
  #constact_info_address .form-item-contact-information-constact-info-fields-first-name input,
  #constact_info_address .form-item-contact-information-constact-info-fields-last-name input,
  #constact_info_address .form-item-contact-information-constact-info-fields-city input,
  #constact_info_address .form-item-contact-information-constact-info-fields-postal-code input,
  #constact_info_address .form-item-contact-information-constact-info-fields-name input,
  #constact_info_address .form-item-contact-information-constact-info-fields-name + .form-item-contact-information-constact-info-fields-phone input,
  #constact_info_address .form-item-shipping-information-shipping-address-basic-information-fields-city input,
  #constact_info_address .form-item-shipping-information-shipping-address-basic-information-fields-street input,
  #constact_info_address .form-item-shipping-information-shipping-address-basic-information-fields-house input,
  #constact_info_address .form-item-shipping-information-shipping-address-basic-information-fields-flat input,
  #shipping_address .form-item-contact-information-constact-info-fields-first-name input,
  #shipping_address .form-item-contact-information-constact-info-fields-last-name input,
  #shipping_address .form-item-contact-information-constact-info-fields-city input,
  #shipping_address .form-item-contact-information-constact-info-fields-postal-code input,
  #shipping_address .form-item-contact-information-constact-info-fields-name input,
  #shipping_address .form-item-contact-information-constact-info-fields-name + .form-item-contact-information-constact-info-fields-phone input,
  #shipping_address .form-item-shipping-information-shipping-address-basic-information-fields-city input,
  #shipping_address .form-item-shipping-information-shipping-address-basic-information-fields-street input,
  #shipping_address .form-item-shipping-information-shipping-address-basic-information-fields-house input,
  #shipping_address .form-item-shipping-information-shipping-address-basic-information-fields-flat input {
    max-width: 100%; }

#constact_info_address .form-item-contact-information-constact-info-fields-comment,
#constact_info_address .form-item-shipping-information-shipping-address-basic-information-fields-addressline,
#shipping_address .form-item-contact-information-constact-info-fields-comment,
#shipping_address .form-item-shipping-information-shipping-address-basic-information-fields-addressline {
  width: 100%; }
  #constact_info_address .form-item-contact-information-constact-info-fields-comment textarea,
  #constact_info_address .form-item-shipping-information-shipping-address-basic-information-fields-addressline textarea,
  #shipping_address .form-item-contact-information-constact-info-fields-comment textarea,
  #shipping_address .form-item-shipping-information-shipping-address-basic-information-fields-addressline textarea {
    width: 100%;
    border: 1px solid #C4C4C4;
    font-size: 16px;
    font-weight: 400;
    color: #494949;
    padding: 10px 15px; }
    #constact_info_address .form-item-contact-information-constact-info-fields-comment textarea::-webkit-input-placeholder,
    #constact_info_address .form-item-shipping-information-shipping-address-basic-information-fields-addressline textarea::-webkit-input-placeholder,
    #shipping_address .form-item-contact-information-constact-info-fields-comment textarea::-webkit-input-placeholder,
    #shipping_address .form-item-shipping-information-shipping-address-basic-information-fields-addressline textarea::-webkit-input-placeholder {
      color: #C4C4C4; }
    #constact_info_address .form-item-contact-information-constact-info-fields-comment textarea::-moz-placeholder,
    #constact_info_address .form-item-shipping-information-shipping-address-basic-information-fields-addressline textarea::-moz-placeholder,
    #shipping_address .form-item-contact-information-constact-info-fields-comment textarea::-moz-placeholder,
    #shipping_address .form-item-shipping-information-shipping-address-basic-information-fields-addressline textarea::-moz-placeholder {
      color: #C4C4C4; }
    #constact_info_address .form-item-contact-information-constact-info-fields-comment textarea::-ms-input-placeholder,
    #constact_info_address .form-item-shipping-information-shipping-address-basic-information-fields-addressline textarea::-ms-input-placeholder,
    #shipping_address .form-item-contact-information-constact-info-fields-comment textarea::-ms-input-placeholder,
    #shipping_address .form-item-shipping-information-shipping-address-basic-information-fields-addressline textarea::-ms-input-placeholder {
      color: #C4C4C4; }
    #constact_info_address .form-item-contact-information-constact-info-fields-comment textarea::placeholder,
    #constact_info_address .form-item-shipping-information-shipping-address-basic-information-fields-addressline textarea::placeholder,
    #shipping_address .form-item-contact-information-constact-info-fields-comment textarea::placeholder,
    #shipping_address .form-item-shipping-information-shipping-address-basic-information-fields-addressline textarea::placeholder {
      color: #C4C4C4; }

.mail_available {
  width: 240px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #494949;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all, .3s;
  transition: all, .3s;
  border: 0;
  text-transform: uppercase;
  margin: 20px 0 0 0; }
  .mail_available:hover {
    background: #D2A1B6;
    color: #494949; }

.simplenews-subscriber-form {
  width: 620px;
  max-width: 100%; }
  .simplenews-subscriber-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .simplenews-subscriber-form form .field--name-subscriptions {
      display: none; }
    .simplenews-subscriber-form form .description {
      display: none; }
    .simplenews-subscriber-form form label {
      display: none; }
    @media only screen and (max-width: 768px) {
      .simplenews-subscriber-form form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .simplenews-subscriber-form .field--name-mail {
    max-width: 170px;
    margin: 0 10px; }
    .simplenews-subscriber-form .field--name-mail input {
      max-width: 100%;
      border: 0;
      background: transparent;
      border-bottom: 1px solid #494949;
      padding: 10px; }
  .simplenews-subscriber-form .form-item-message {
    /* font-family: 'trixie pro heavy'; */
    font-family: "FuturaPT-Light";
    font-size: 20px;
    /* font-weight: 400; */
    min-width: 180px; }
    .simplenews-subscriber-form .form-item-message span {
      color: #735368; }
  .simplenews-subscriber-form .form-submit {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: all, .3s;
    transition: all, .3s;
    border: 0;
    text-transform: uppercase;
    background: #735368;
    color: #494949;
    padding: 0 20px; }
    .simplenews-subscriber-form .form-submit:hover {
      background: #494949;
      color: #fff; }

.ze-cart--back a.link--previous {
  color: #494949;
  padding-right: 20px; }
  .ze-cart--back a.link--previous:before {
    content: '<';
    font-size: 30px;
    position: relative;
    top: 3px;
    width: 26px;
    display: inline-block; }

.layout-region-checkout-footer {
  float: left;
  width: 100%;
  padding-right: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .layout-region-checkout-footer {
      padding-right: 0; } }
  .layout-region-checkout-footer .link--previous {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }

::-webkit-validation-bubble-message {
  display: none; }

.form-select.error {
  border: 2px solid red; }

#edit-contact-information-email {
  border: 1px solid #b7b7b7 !important; }

.paypal-buttons-container + .link--previous {
  display: none; }

.mobile .cart_popup_content {
  display: none !important; }

.popap-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none; }

.popap-wrap {
  width: 831px;
  height: 700px;
  background: #fff;
  position: fixed;
  top: 50%;
  margin-top: -260px;
  left: 50%;
  margin-left: -207px;
  z-index: 101;
  display: none;
  padding: 30px 30px;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .popap-wrap .close {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 24px;
    right: 22px;
    cursor: pointer;
    text-align: center; }
    .popap-wrap .close:before {
      font-size: 35px;
      color: #fff;
      line-height: 40px; }
    .popap-wrap .close:hover:before {
      color: #FB9265; }
  @media only screen and (max-width: 768px) {
    .popap-wrap {
      margin-left: 3% !important;
      margin-right: 0 !important;
      left: 0 !important;
      right: 0 !important;
      overflow: hidden;
      width: 94% !important; 
      padding: 0 10px;
    } 
  }

#popap-action_1-1 {
  width: 400px;
  height: 260px;
  max-height: calc(100vh - 100px);
  top: 50%;
  margin-top: -200px;
  left: 50%;
  margin-left: -200px;
  /*background: transparent; */
}
  #popap-action_1-1 .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
  #popap-action_1-1 .wrap {
    background: rgba(255, 255, 255, 0.7);
    width: 380px;
    height: 251px;
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 1; }
    #popap-action_1-1 .wrap:before {
      content: '';
      width: calc(100% + 12px + 12px);
      height: calc(100% + 7px + 7px);
      position: absolute;
      top: -7px;
      left: -12px;
      z-index: -1;
      background: rgba(255, 255, 255, 0.7); }
    #popap-action_1-1 .wrap:after {
      content: '';
      width: calc(100% + 26px + 26px);
      height: calc(100% + 15px + 15px);
      position: absolute;
      top: -15px;
      left: -26px;
      z-index: -1;
      background: rgba(255, 255, 255, 0.7); }
    #popap-action_1-1 .wrap #promo-messages {
      width: 340px; }
  #popap-action_1-1 .tit {
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    color: #494949;
    margin-bottom: 50px; }
  #popap-action_1-1 .title {
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    color: #494949;
    margin-bottom: 16px; }
    #popap-action_1-1 .title span {
      color: #C1252C;
      font-weight: 700; }
  #popap-action_1-1 p {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #494949; }
  #popap-action_1-1 input {
    max-width: 100%; }
  #popap-action_1-1 .close {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    text-align: center;
    background: url("/themes/cerotanin-new/dist/assets/images/icons/close.png");
    z-index: 9; }
  #popap-action_1-1 .form-submit {
    margin-top: -10px;
    width: 175px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #494949;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all, .3s;
    transition: all, .3s;
    border: 0;
    text-transform: uppercase;
    margin: 0 auto; }
    #popap-action_1-1 .form-submit:hover {
      background: #D2A1B6;
      color: #494949; }

#edit-search,
#edit-subscribe,
#edit-update {
  color: white; }
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 123;
}

#circularG{
	position:relative;
	width:58px;
	height:58px;
	margin: auto;
}

.circularG{
	position:absolute;
	background-color:rgb(0,0,0);
	width:14px;
	height:14px;
	border-radius:9px;
		-o-border-radius:9px;
		-ms-border-radius:9px;
		-webkit-border-radius:9px;
		-moz-border-radius:9px;
	animation-name:bounce_circularG;
		-o-animation-name:bounce_circularG;
		-ms-animation-name:bounce_circularG;
		-webkit-animation-name:bounce_circularG;
		-moz-animation-name:bounce_circularG;
	animation-duration:1.1s;
		-o-animation-duration:1.1s;
		-ms-animation-duration:1.1s;
		-webkit-animation-duration:1.1s;
		-moz-animation-duration:1.1s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#circularG_1{
	left:0;
	top:23px;
	animation-delay:0.41s;
		-o-animation-delay:0.41s;
		-ms-animation-delay:0.41s;
		-webkit-animation-delay:0.41s;
		-moz-animation-delay:0.41s;
}

#circularG_2{
	left:6px;
	top:6px;
	animation-delay:0.55s;
		-o-animation-delay:0.55s;
		-ms-animation-delay:0.55s;
		-webkit-animation-delay:0.55s;
		-moz-animation-delay:0.55s;
}

#circularG_3{
	top:0;
	left:23px;
	animation-delay:0.69s;
		-o-animation-delay:0.69s;
		-ms-animation-delay:0.69s;
		-webkit-animation-delay:0.69s;
		-moz-animation-delay:0.69s;
}

#circularG_4{
	right:6px;
	top:6px;
	animation-delay:0.83s;
		-o-animation-delay:0.83s;
		-ms-animation-delay:0.83s;
		-webkit-animation-delay:0.83s;
		-moz-animation-delay:0.83s;
}

#circularG_5{
	right:0;
	top:23px;
	animation-delay:0.97s;
		-o-animation-delay:0.97s;
		-ms-animation-delay:0.97s;
		-webkit-animation-delay:0.97s;
		-moz-animation-delay:0.97s;
}

#circularG_6{
	right:6px;
	bottom:6px;
	animation-delay:1.1s;
		-o-animation-delay:1.1s;
		-ms-animation-delay:1.1s;
		-webkit-animation-delay:1.1s;
		-moz-animation-delay:1.1s;
}

#circularG_7{
	left:23px;
	bottom:0;
	animation-delay:1.24s;
		-o-animation-delay:1.24s;
		-ms-animation-delay:1.24s;
		-webkit-animation-delay:1.24s;
		-moz-animation-delay:1.24s;
}

#circularG_8{
	left:6px;
	bottom:6px;
	animation-delay:1.38s;
		-o-animation-delay:1.38s;
		-ms-animation-delay:1.38s;
		-webkit-animation-delay:1.38s;
		-moz-animation-delay:1.38s;
}



@keyframes bounce_circularG{
	0%{
		transform:scale(1);
	}

	100%{
		transform:scale(.3);
	}
}

@-o-keyframes bounce_circularG{
	0%{
		-o-transform:scale(1);
	}

	100%{
		-o-transform:scale(.3);
	}
}

@-ms-keyframes bounce_circularG{
	0%{
		-ms-transform:scale(1);
	}

	100%{
		-ms-transform:scale(.3);
	}
}

@-webkit-keyframes bounce_circularG{
	0%{
		-webkit-transform:scale(1);
	}

	100%{
		-webkit-transform:scale(.3);
	}
}

@-moz-keyframes bounce_circularG{
	0%{
		-moz-transform:scale(1);
	}

	100%{
		-moz-transform:scale(.3);
	}
}