.cfx:after {
  content: "";
  display: table;
  clear: both;
}

.is-hidden {
  display: none;
}

.menu, .menu__item {
  margin: 0;
  padding: 0;
}
.menu__item {
  list-style-type: none;
}
.menu__item--untranslated {
  opacity: 0.5;
}
.menu__link {
  border: none;
  text-decoration: none;
}

.wrapper {
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.wrapper--no-padding {
  padding: 0;
}
.wrapper--superwide {
  width: 1470px;
  padding: 0;
}
@media (max-width: 1470px) {
  .wrapper--superwide {
    width: 100%;
  }
}
.wrapper--extrawide {
  width: 1390px;
}
@media (max-width: 1390px) {
  .wrapper--extrawide {
    width: 100%;
  }
}
.wrapper--wide {
  width: 1260px;
}
@media (max-width: 1260px) {
  .wrapper--wide {
    width: 100%;
  }
}
.wrapper--medium {
  width: 1106px;
}
@media (max-width: 1106px) {
  .wrapper--medium {
    width: 100%;
  }
}
.wrapper--smallermedium {
  width: 1020px;
}
@media (max-width: 1020px) {
  .wrapper--smallermedium {
    width: 100%;
  }
}
.wrapper--narrow {
  width: 800px;
}
@media (max-width: 800px) {
  .wrapper--narrow {
    width: 100%;
  }
}
.wrapper--small {
  width: 680px;
}
@media (max-width: 680px) {
  .wrapper--small {
    width: 100%;
  }
}
.wrapper--extrasmall {
  width: 520px;
}
@media (max-width: 520px) {
  .wrapper--extrasmall {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding: 0;
  }
}

.cols {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cols--with-margin {
  margin: 0 0 30px;
}
.cols__col {
  box-sizing: border-box;
}
.cols__col--third {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 33.33%;
  -moz-flex: 0 1 33.33%;
  -ms-flex: 0 1 33.33%;
  flex: 0 1 33.33%;
}
.cols__col--half {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media (max-width: 767px) {
  .cols__col--third {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .cols__col--half {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.link, .rounded-link, .hero__content a, .sidebar__nav__bottom__link, .body__top__link, .products__shop-btn, .product__buy-link, .product__cart-btn, .form_submit input, .content__block__inner a, .footer__links, .mainmenu__toggler, .mainmenu__item, .submenu__link, .testimonial h3 {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin-right: -0.25em;
}

.rounded-link, .hero__content a, .sidebar__nav__bottom__link, .body__top__link, .products__shop-btn, .product__buy-link, .product__cart-btn, .form_submit input {
  display: inline-block;
  padding: 16px 59px;
  color: white;
  border: 1px solid white;
  border-radius: 54px;
  position: relative;
  -webkit-transition: background 0.2s, color 0.2s, border-color 0.2s;
  -moz-transition: background 0.2s, color 0.2s, border-color 0.2s;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.rounded-link:after, .hero__content a:after, .sidebar__nav__bottom__link:after, .body__top__link:after, .products__shop-btn:after, .product__buy-link:after, .product__cart-btn:after, .form_submit input:after {
  content: "\00a0\203A";
}
.rounded-link:hover, .hero__content a:hover, .sidebar__nav__bottom__link:hover, .body__top__link:hover, .products__shop-btn:hover, .product__buy-link:hover, .product__cart-btn:hover, .form_submit input:hover {
  background: white;
  color: #151515;
  border-color: white;
}

.with-down-arrow, .mainmenu__toggler, .mainmenu__item--with-productmenu .mainmenu__link, .langmenu__active, .sidebar__nav__item--toggler, .filter__title, .retail__menu__item--toggler {
  position: relative;
}
.with-down-arrow:before, .mainmenu__toggler:before, .mainmenu__item--with-productmenu .mainmenu__link:before, .langmenu__active:before, .sidebar__nav__item--toggler:before, .filter__title:before, .retail__menu__item--toggler:before, .with-down-arrow:after, .mainmenu__toggler:after, .mainmenu__item--with-productmenu .mainmenu__link:after, .langmenu__active:after, .sidebar__nav__item--toggler:after, .filter__title:after, .retail__menu__item--toggler:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 6px;
  height: 1px;
  margin-top: 0;
  background: #151515;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  z-index: 1;
}
.with-down-arrow:before, .mainmenu__toggler:before, .mainmenu__item--with-productmenu .mainmenu__link:before, .langmenu__active:before, .sidebar__nav__item--toggler:before, .filter__title:before, .retail__menu__item--toggler:before {
  right: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.with-down-arrow:after, .mainmenu__toggler:after, .mainmenu__item--with-productmenu .mainmenu__link:after, .langmenu__active:after, .sidebar__nav__item--toggler:after, .filter__title:after, .retail__menu__item--toggler:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-medium {
  font-weight: 500;
}

.with-border-top {
  border-top: 1px solid #cfcfcf;
}

.with-border-top-lighter {
  border-top: 1px solid #e5e5e5;
}

.has-error {
  border-color: #d82020 !important;
}

.golden {
  color: #ba9e68;
}

.title-larger {
  font-size: 150px;
  letter-spacing: -0.05em;
  margin-right: 0.05em;
}
@media (max-width: 767px) {
  .title-larger {
    font-size: 40px;
    letter-spacing: 0;
    margin-right: 0;
  }
}

.loader {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -30px;
  display: none;
}
.loader, .loader:before, .loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.loader--product, .loader--product:before, .loader--product:after {
  -webkit-animation: loaderProduct 1.4s infinite ease-in-out;
  -moz-animation: loaderProduct 1.4s infinite ease-in-out;
  animation: loaderProduct 1.4s infinite ease-in-out;
}
.loader--productlist, .loader--productlist:before, .loader--productlist:after {
  width: 10px;
  height: 10px;
  -webkit-animation: loaderProductList 1.4s infinite ease-in-out;
  -moz-animation: loaderProductList 1.4s infinite ease-in-out;
  animation: loaderProductList 1.4s infinite ease-in-out;
}
.loader--shop, .loader--shop:before, .loader--shop:after {
  width: 10px;
  height: 10px;
  -webkit-animation: loaderShop 1.4s infinite ease-in-out;
  -moz-animation: loaderShop 1.4s infinite ease-in-out;
  animation: loaderShop 1.4s infinite ease-in-out;
}
.loader {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader--productlist {
  margin-left: -5px;
  margin-top: -15px;
}
.loader--visible {
  display: block;
}
.loader:before, .loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -35px;
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader--productlist:before {
  left: -25px;
}
.loader:after {
  left: 35px;
}
.loader--productlist:after {
  left: 25px;
}
@-webkit-keyframes loaderProduct {
  0%, 100% {
    box-shadow: 0 20px 0 -8px white;
  }
  50% {
    box-shadow: 0 20px 0 0 white;
  }
}
@-moz-keyframes loaderProduct {
  0%, 100% {
    box-shadow: 0 20px 0 -8px white;
  }
  50% {
    box-shadow: 0 20px 0 0 white;
  }
}
@keyframes loaderProduct {
  0%, 100% {
    box-shadow: 0 20px 0 -8px white;
  }
  50% {
    box-shadow: 0 20px 0 0 white;
  }
}
@-webkit-keyframes loaderShop {
  0%, 100% {
    box-shadow: 0 20px 0 -8px rgba(0, 0, 0, 0.3);
  }
  50% {
    box-shadow: 0 20px 0 0 rgba(0, 0, 0, 0.3);
  }
}
@-moz-keyframes loaderShop {
  0%, 100% {
    box-shadow: 0 20px 0 -8px rgba(0, 0, 0, 0.3);
  }
  50% {
    box-shadow: 0 20px 0 0 rgba(0, 0, 0, 0.3);
  }
}
@keyframes loaderShop {
  0%, 100% {
    box-shadow: 0 20px 0 -8px rgba(0, 0, 0, 0.3);
  }
  50% {
    box-shadow: 0 20px 0 0 rgba(0, 0, 0, 0.3);
  }
}
@-webkit-keyframes loaderProductList {
  0%, 100% {
    box-shadow: 0 10px 0 -8px #f1f1f1;
  }
  50% {
    box-shadow: 0 10px 0 0 #f1f1f1;
  }
}
@-moz-keyframes loaderProductList {
  0%, 100% {
    box-shadow: 0 10px 0 -8px #f1f1f1;
  }
  50% {
    box-shadow: 0 10px 0 0 #f1f1f1;
  }
}
@keyframes loaderProductList {
  0%, 100% {
    box-shadow: 0 10px 0 -8px #f1f1f1;
  }
  50% {
    box-shadow: 0 10px 0 0 #f1f1f1;
  }
}
.photo-holder__item {
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.photo-holder__item--loaded {
  opacity: 1;
}

.bg-holder {
  position: relative;
}
.bg-holder__image {
  background: #383838 center / cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.bg-holder__image--loaded {
  opacity: 1;
}

#bg__image, #hero__bg {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 0;
  background: #383838 center / cover no-repeat;
}
#bg__image.edy-img-drop-area .edy-img-drop-area-placeholder, #hero__bg.edy-img-drop-area .edy-img-drop-area-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}
#bg__image.edy-img-drop-area .edy-img-drop-area-remove-image, #hero__bg.edy-img-drop-area .edy-img-drop-area-remove-image {
  right: auto;
  left: 0;
  top: 0;
}

.is-visible-only-on-mobile {
  display: none;
}
@media (max-width: 767px) {
  .is-visible-only-on-mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .is-hidden-on-mobile {
    display: none;
  }
}

html, body {
  -webkit-overflow-scrolling: touch;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: #151515;
  -webkit-text-size-adjust: none;
}

h1, .content__header__title, h2, h3, h4, .collections__link__title, .sidebar__nav__title, h5 {
  margin: 0 0 15px;
  font-weight: 300;
}

h1, .content__header__title {
  font-size: 50px;
  font-weight: 100;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin-right: -0.25em;
}
.content__block__inner h1, .content__block__inner .content__header__title {
  font-size: 40px;
  line-height: 1.25;
}

h2 {
  font-size: 24px;
  line-height: 1.4;
}
.content__block__inner h2, .body__text h2 {
  font-size: 30px;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.25em;
}
@media (max-width: 767px) {
  .content__block__inner h2, .body__text h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 22px;
  text-transform: uppercase;
}

h4, .collections__link__title, .sidebar__nav__title {
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin-right: -0.25em;
}

p {
  margin: 0 0 15px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #ba9e68;
  outline: none;
}
.content__block--text a, .boxes a, .body__inner--news a, .product__block__inner a, .designers a {
  border-bottom: 1px solid #ba9e68;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.content__block--text a:hover, .boxes a:hover, .body__inner--news a:hover, .product__block__inner a:hover, .designers a:hover {
  border-color: transparent;
}
a.edys-gallery-item {
  border: none;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a.edys-gallery-item:hover {
  opacity: 0.8;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  margin: 0 0 15px;
}
table td, table th {
  text-align: left;
  border-top: 1px solid #e6e6e6;
  padding: 8px 12px;
}
table td:first-child, table th:first-child {
  padding-left: 0;
}

blockquote {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
  margin: 0 0 15px 35px;
}
@media (max-width: 767px) {
  blockquote {
    font-size: 22px;
  }
}

img {
  border: none;
}

input, textarea, button {
  outline: none;
  font-family: "Roboto", sans-serif;
}

b, strong {
  font-weight: 500;
}

.content__block--text ul, .body__text ul, .designers ul, .philosophy ul, .product__description ul, .boxes ul, .product__details ul {
  padding: 0;
  margin: 0 0 15px;
  list-style: none;
}
.content__block--text ul:last-child, .body__text ul:last-child, .designers ul:last-child, .philosophy ul:last-child, .product__description ul:last-child, .boxes ul:last-child, .product__details ul:last-child {
  margin-bottom: 0;
}
.content__block--text ul li, .body__text ul li, .designers ul li, .philosophy ul li, .product__description ul li, .boxes ul li, .product__details ul li {
  padding-left: 45px;
  position: relative;
}
.content__block--text ul li:after, .body__text ul li:after, .designers ul li:after, .philosophy ul li:after, .product__description ul li:after, .boxes ul li:after, .product__details ul li:after {
  content: "";
  position: absolute;
  left: 25px;
  top: 12px;
  width: 4px;
  height: 4px;
  background: #ba9e68;
  border-radius: 50%;
}
.edy-relbuilder ul li:after {
  display: none;
}

.content__block--text ol, .body__text ol, .designers ol, .philosophy ol, .product__description ol, .boxes ol, .product__details ol {
  margin: 0 0 15px;
  padding: 0;
  counter-reset: li;
  list-style-type: none;
}
.content__block--text ol li, .body__text ol li, .designers ol li, .philosophy ol li, .product__description ol li, .boxes ol li, .product__details ol li {
  padding-left: 45px;
  position: relative;
}
.content__block--text ol li:before, .body__text ol li:before, .designers ol li:before, .philosophy ol li:before, .product__description ol li:before, .boxes ol li:before, .product__details ol li:before {
  content: counter(li) ". ";
  counter-increment: li;
  position: absolute;
  left: 25px;
  color: #ba9e68;
}

@media (max-width: 767px) {
  .edys-gallery {
    text-align: center;
  }
  .edys-gallery a.edys-gallery-item, .edys-gallery img.edys-gallery-image {
    float: none !important;
    width: 138px !important;
    height: 138px !important;
  }
}

.form-info {
  font-size: 15px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  h1, .content__header__title {
    font-size: 25px;
  }
  .content__block__inner h1, .content__block__inner .content__header__title {
    font-size: 25px;
  }

  h3 {
    font-size: 19px;
  }
}
.header {
  box-sizing: border-box;
  width: 100%;
  height: 71px;
  background: white;
  box-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
.header--fixed {
  position: fixed;
  z-index: 10;
}
@media (max-width: 1023px) {
  .header {
    height: 50px;
  }
}
.header__options {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.header__inner {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media (max-width: 1023px) {
  .header__inner {
    padding: 0 20px;
  }
}

.content {
  padding-top: 71px;
  min-height: calc(100% - $height-footer);
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.content--row {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}
.content--cart {
  overflow-x: hidden;
}
@media (max-width: 1023px) {
  .content {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .content--row {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.content__block--intro {
  padding: 150px 0;
  position: relative;
}
.content__block--intro:before {
  content: "";
  position: absolute;
  top: -55px;
  left: 50%;
  width: 353px;
  height: 161px;
  margin-left: -176px;
  background: url("../images/bg-bath.png") no-repeat;
  z-index: 1;
}
.content__block--featured-collections {
  padding: 50px 0 75px;
}
.content__block--news {
  background: #f2f1f0;
  padding: 30px 0;
}
.content__block--highlights {
  position: relative;
}
.content__block--with-bg {
  padding-bottom: 250px;
  background: url("../izdeliya/parovye-kabiny.html") center bottom/contain no-repeat;
}
.content__block--collections-top {
  margin: 55px 0 40px;
  font-size: 14px;
}
.content__block--collections {
  margin: 0 0 55px;
}
.content__block--text p {
  margin: 0 0 30px;
}
.content__block--text p:last-child {
  margin: 0;
}
.content__block--text h2 {
  line-height: 1.6;
  margin-bottom: 30px;
}
.content__block--text h3 {
  margin-bottom: 10px;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .content__block--intro {
    padding: 45px 0;
  }
  .content__block--intro:before {
    display: none;
  }
  .content__block--with-bg {
    padding-bottom: 180px;
    background-position: 30% bottom;
    background-size: auto 40%;
  }
  .content__block--featured-collections {
    padding: 35px 0 65px;
  }
  .content__block--collections {
    margin-bottom: 0;
  }
  .content__block--collections-top {
    padding: 0 20px;
    margin: 40px 0;
    font-size: 16px;
  }
  .content__block--news, .content__block--text {
    padding: 30px 20px;
  }
  .content__block--mobile-text-align-center {
    text-align: center;
  }
}
.content__block__inner--text-center {
  text-align: center;
}
.content__block__inner a {
  display: inline-block;
  color: #ba9e68;
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.content__block__inner a:after {
  content: "\00a0\203A";
}
.content__block__inner a:hover {
  border-color: #ba9e68;
}
@media (max-width: 767px) {
  .content__block__inner {
    padding: 0 20px;
  }
}
.content__header {
  box-sizing: border-box;
  position: relative;
  min-height: 140px;
  padding: 70px 0 15px;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.content__header--with-bg {
  height: 440px;
  color: white;
  padding-top: 15px;
  background: #323232;
}
.content__header--low {
  height: 42px;
  min-height: 0;
  padding: 0;
  background: #323232;
}
.content__header__link a {
  font-size: 14px;
  letter-spacing: 0;
  position: relative;
  font-weight: 300;
  padding-right: 22px;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.content__header__link a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  height: 100%;
  background: url("../assets/icon-open.svg") center right no-repeat;
}
.content__header__link a:hover {
  border-color: transparent;
}
@media (max-width: 767px) {
  .content__header {
    padding: 45px 0 0;
  }
  .content__header--with-bg {
    height: 210px;
  }
  .content__header--low {
    height: 42px;
  }
  .content__header--no-submenu {
    padding-top: 10px;
    min-height: 95px;
  }
}
.content__header__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #333 center / cover no-repeat;
}
.content__header__title {
  margin-right: 0;
  position: relative;
}
.content__inner {
  margin: 35px 0 55px;
}
.content__inner--small-margin-top {
  margin-top: 15px;
}
.content__inner--no-margin-bottom {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .content__inner {
    margin: 0;
  }
}
.content__ribbon {
  background: #ba9e68 center/cover no-repeat;
  text-transform: uppercase;
  font-size: 18px;
}
.content__ribbon .emphasized {
  font-size: 75px;
  font-weight: 100;
  letter-spacing: -0.05em;
  margin-right: 0.05em;
  color: white;
  line-height: 1;
}
.content__ribbon__cols {
  height: 315px;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 1023px) {
  .content__ribbon__cols {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .content__ribbon__cols {
    height: auto;
    padding: 50px 0;
  }
}
.content__ribbon__cols__col {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 25%;
  -moz-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}
@media (max-width: 1023px) {
  .content__ribbon__cols__col {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
}
@media (max-width: 767px) {
  .content__ribbon__cols__col {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    margin-bottom: 40px;
  }
  .content__ribbon__cols__col:last-child {
    margin-bottom: 0;
  }
}

.footer {
  box-sizing: border-box;
  width: 100%;
  padding: 65px 0;
  background: white;
  position: relative;
  box-shadow: 0 -1px rgba(0, 0, 0, 0.1);
}
.footer--no-border {
  box-shadow: none;
}
@media (max-width: 767px) {
  .footer {
    padding: 40px 20px;
  }
  .footer--mobile-no-border {
    box-shadow: none;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
}
@media (max-width: 767px) {
  .footer__inner {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
.footer__links {
  margin: 0 0 0 auto;
}
.footer__links__link {
  color: #151515;
  position: relative;
  margin-left: 34px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.footer__links__link:first-child {
  margin-left: 0;
}
.footer__links__link:after {
  content: "\00a0\203A";
}
.footer__links__link:hover {
  color: #ba9e68;
}
@media (max-width: 767px) {
  .footer__links__link, .footer__links__link:first-child {
    display: block;
    margin: 9px 17px 18px;
  }
}
@media (max-width: 1200px) {
  .footer__links {
    margin: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .footer__links {
    margin: 25px auto 0;
    text-align: center;
  }
}

}

.logo {
  display: block;
}
.logo:hover svg {
  fill: #ba9e68;
}
.logo--header {
  width: 137px;
  height: 12px;
}
.logo--footer {
  width: 102px;
  height: 9px;
}
.logo svg {
  fill: #151515;
  max-width: 100%;
  max-height: 100%;
  display: block;
  -webkit-transition: fill 0.2s;
  -moz-transition: fill 0.2s;
  transition: fill 0.2s;
}
@media (max-width: 767px) {
  .logo--header {
    width: 112px;
    height: 10px;
  }
  .logo--footer {
    display: none;
  }
}

.mainmenu {
  margin: 0 20px;
}
.mainmenu--header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: 0;
}
@media (max-width: 1200px) {
  .mainmenu--footer {
    margin: 20px 0 10px;
  }
}
@media (max-width: 1023px) {
  .mainmenu--header {
    opacity: 0;
    background: white;
    overflow: hidden;
    position: absolute;
    left: -20px;
    top: 100%;
    width: 100%;
    max-height: 0;
    padding-top: 10px;
    border-top: 1px solid #cfcfcf;
    z-index: 10;
    box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.2s, max-height 0s 0.2s;
    -moz-transition: opacity 0.2s, max-height 0s 0.2s;
    transition: opacity 0.2s, max-height 0s 0.2s;
  }
  .mainmenu--header ul {
    height: 0;
    overflow: hidden;
  }
  .mainmenu--open {
    opacity: 1;
    max-height: 10000px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .mainmenu--open ul {
    width: 100%;
    height: auto;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .mainmenu--footer {
    margin-top: 0;
    text-align: center;
  }
}
.mainmenu__toggler {
  letter-spacing: 0;
  margin-right: 0;
  padding-right: 18px;
  cursor: pointer;
  height: 100%;
  line-height: 50px;
  display: none;
  margin-left: 20px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.mainmenu__toggler--open {
  color: #ba9e68;
}
.mainmenu__toggler--open:before, .mainmenu__toggler--open:after {
  background: #ba9e68;
}
@media (max-width: 1023px) {
  .mainmenu__toggler {
    display: block;
  }
}
.mainmenu__item {
  display: inline-block;
}
.mainmenu__item--edit-btn {
  margin: 0 10px;
}
.mainmenu__item--footer {
  float: left;
}
.mainmenu__item--langmenu {
  display: none;
}
.mainmenu__item--langmenu--active a {
  color: #ba9e68;
}
.mainmenu__item:hover > a {
  color: #ba9e68;
}
@media (min-width: 1024px) {
  .mainmenu__item--header:hover .mainmenu__link:before, .mainmenu__item--header:hover .mainmenu__link:after {
    background: #ba9e68;
  }
  .mainmenu__item--header:hover .productmenu {
    opacity: 1;
    max-height: 300px;
    transition: opacity 0.2s, max-height 0s;
  }
}
@media (max-width: 1023px) {
  .mainmenu__item--header {
    margin: 0 20px;
    display: block;
    border-bottom: 1px solid #f9f6f1;
  }
  .mainmenu__item--edit-btn {
    padding: 12px 10px;
  }
  .mainmenu__item--langmenu {
    display: inline-block;
    margin: 0 11px;
    border: none;
  }
  .mainmenu__item--langmenu:first-child {
    margin-left: 20px;
  }
  .mainmenu__item--footer {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .mainmenu__item--footer {
    float: none;
    display: block;
  }
  .mainmenu__item--social {
    display: inline-block;
    margin-top: 9px;
  }
  .mainmenu__item--social + .mainmenu__item--social {
    margin-left: 10px;
  }
}
.mainmenu__link {
  color: #323232;
  position: relative;
  display: inline-block;
  padding: 25px 20px 21px;
  box-sizing: border-box;
  -webkit-transition: background 0.2s, color 0.2s, border-color 0.2s;
  -moz-transition: background 0.2s, color 0.2s, border-color 0.2s;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.mainmenu__item--header .mainmenu__link {
  border-bottom: 4px solid transparent;
}
@media (min-width: 1024px) {
  .mainmenu__item--active .mainmenu__link {
    border-color: #ba9e68;
  }
}
@media (max-width: 1023px) {
  .mainmenu__item--active .mainmenu__link {
    color: #ba9e68;
  }
}
.mainmenu__item--footer .mainmenu__link {
  padding: 0;
  margin: 9px 17px;
}
.mainmenu__item--social .mainmenu__link {
  width: 32px;
  height: 32px;
  border: 1px solid #5a7db9;
  border-radius: 50%;
  padding: 0;
  margin: 0 0 0 15px;
  position: relative;
}
.mainmenu__item--social .mainmenu__link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  fill: #5a7db9;
  -webkit-transition: fill 0.2s;
  -moz-transition: fill 0.2s;
  transition: fill 0.2s;
}
.mainmenu__item--social .mainmenu__link--social-fb svg {
  width: 7px;
  height: 14px;
  margin-left: -4px;
  margin-top: -7px;
}
.mainmenu__item--social .mainmenu__link--social-fb svg {
  width: 14px;
  height: 14px;
  margin-left: -7px;
  margin-top: -7px;
}
.mainmenu__item--social .mainmenu__link--social-twitter svg {
  width: 14px;
  height: 11px;
  margin-left: -7px;
  margin-top: -5px;
}
.mainmenu__item--social .mainmenu__link:hover {
  background: #5a7db9;
}
.mainmenu__item--social .mainmenu__link:hover svg {
  fill: white;
}
.mainmenu__item--with-productmenu .mainmenu__link {
  padding-right: 33px;
}
.mainmenu__item--with-productmenu .mainmenu__link:before, .mainmenu__item--with-productmenu .mainmenu__link:after {
  margin-top: 2px;
}
.editmode .mainmenu__item--with-productmenu .mainmenu__link:before, .editmode .mainmenu__item--with-productmenu .mainmenu__link:after {
  margin-top: 0;
}
.mainmenu__item--with-productmenu .mainmenu__link:before {
  right: 24px;
}
.mainmenu__item--with-productmenu .mainmenu__link:after {
  right: 20px;
}
@media (min-width: 1024px) {
  .editmode .mainmenu__item--header .mainmenu__link {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .mainmenu__item--footer .mainmenu__link--fb {
    margin: 0 auto;
  }
  .mainmenu__item--footer:first-child .mainmenu__link {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .mainmenu__item--header .mainmenu__link {
    padding: 12px 0;
    display: block;
  }
  .mainmenu__item--with-productmenu .mainmenu__link:before, .mainmenu__item--with-productmenu .mainmenu__link:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mainmenu__item--footer:first-child .mainmenu__link {
    margin-left: 17px;
  }
  .mainmenu__item--social .mainmenu__link {
    margin: 0;
  }
}

.cart {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.cart__link {
  padding-left: 26px;
  background: url("../assets/icon-cart.html") no-repeat left center;
  color: #323232;
}
.cart__amount {
  font-weight: bold;
  color: #ba9e68;
  display: inline-block;
}

.langmenu {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  margin-left: 5px;
}
@media (max-width: 1023px) {
  .langmenu {
    display: none;
  }
  .langmenu--mobile {
    display: block;
    white-space: nowrap;
  }
}
.langmenu__active {
  padding: 2px 25px 2px 15px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.2s;
  -moz-transition: border-bottom 0.2s;
  transition: border-bottom 0.2s;
}
.langmenu__active:before, .langmenu__active:after {
  margin-right: 5px;
}
.langmenu--open .langmenu__active {
  border-color: #e8e8e8;
}
.langmenu__menu {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  position: absolute;
  top: 100%;
  padding: 7px 0;
  background: white;
  -webkit-transition: opacity 0.1s, visibility 0s 0.1s, max-height 0s 0.1s;
  -moz-transition: opacity 0.1s, visibility 0s 0.1s, max-height 0s 0.1s;
  transition: opacity 0.1s, visibility 0s 0.1s, max-height 0s 0.1s;
}
.langmenu--open .langmenu__menu {
  visibility: visible;
  opacity: 1;
  max-height: 1000px;
  -webkit-transition: opacity 0.1s, visibility 0s, max-height 0s;
  -moz-transition: opacity 0.1s, visibility 0s, max-height 0s;
  transition: opacity 0.1s, visibility 0s, max-height 0s;
}
.langmenu__menu:before {
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  z-index: -1;
}
.langmenu__item {
  padding: 1px 22px 1px 15px;
}
.langmenu__item:first-child {
  margin-left: 0;
}
.langmenu__link {
  color: #323232;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.langmenu__item--active .langmenu__link, .langmenu__link:hover {
  color: #ba9e68;
}

.productmenu {
  letter-spacing: 0.01em;
  font-size: 14px;
  text-transform: uppercase;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.productmenu--absolute {
  position: absolute;
  left: 0;
  right: 0;
}
.productmenu--hero {
  padding: 0;
}
.productmenu--hidden {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  z-index: 10;
  transition: opacity 0.2s 0.4s, max-height 0s 0.6s;
}
.productmenu--with-bg {
  background: #3d3733;
}
.productmenu--visible {
  opacity: 1;
  height: auto;
}
@media (max-width: 900px) {
  .productmenu {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .productmenu--hero {
    background: #3d3733;
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
  }
}
.productmenu__item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: calc(100% / 7);
  max-width: 174px;
  box-sizing: border-box;
  position: relative;
}
.productmenu__item__inner {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .productmenu__item--hero {
    box-shadow: 0 0 0 transparent;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
  }
  .productmenu__item--hero:hover {
    box-shadow: 0 0 114px rgba(0, 0, 0, 0.33);
  }
}
@media (max-width: 767px) {
  .productmenu__item {
    width: 100%;
    max-width: 100%;
  }
  .productmenu__item__inner {
    height: auto;
    padding: 0;
  }
}
.productmenu__link {
  display: block;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 62%;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
@media (min-width: 768px) {
  .productmenu__link:hover, .productmenu__item--active .productmenu__link {
    background-color: #2a2623;
  }
}
@media (max-width: 767px) {
  .productmenu__link {
    position: static;
  }
  .productmenu__item--hero .productmenu__link {
    height: auto;
    padding: 14px 0 14px 75px;
    text-align: left;
  }
  .productmenu__item--hero .productmenu__link:after {
    content: "\00a0\203A";
    color: #ba9e68;
  }
}
.productmenu__icon {
  width: 33%;
  height: 33%;
  position: absolute;
  top: 22%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: center / contain no-repeat;
}
.productmenu__icon--extra {
  margin-left: -10px;
}
.productmenu__icon svg {
  fill: white;
  display: block;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: fill 0.2s;
  -moz-transition: fill 0.2s;
  transition: fill 0.2s;
}
.productmenu__item--header:hover .productmenu__icon svg, .productmenu__item--active .productmenu__icon svg {
  fill: #ba9e68;
}
@media (max-width: 767px) {
  .productmenu__icon {
    width: 30px;
    height: 30px;
    left: 12px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.submenu {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 100%;
  padding: 6px 0;
  overflow: auto;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.submenu__item {
  display: inline-block;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .submenu__item {
    padding: 0 20px;
  }
}
.submenu__link {
  color: #151515;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.submenu--on-bg .submenu__link {
  color: white;
}
.submenu__item--active .submenu__link, .submenu__link:hover {
  color: #ba9e68;
}

.hero {
  height: 720px;
  text-align: center;
  color: white;
  box-sizing: border-box;
  padding: 65px 0;
  position: relative;
}
.hero:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
  background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.62) 90%);
  background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.62) 90%);
}
@media (max-width: 767px) {
  .hero {
    height: auto;
    padding: 0;
  }
  .hero:before {
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.62) 90%);
    background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.62) 90%);
  }
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center / cover no-repeat;
}
@media (max-width: 767px) {
  .hero__bg {
    height: 210px;
  }
}
.hero__inner {
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.hero__content {
  width: 100%;
  margin: auto;
  padding-top: 50px;
}
.hero__content h1, .hero__content .content__header__title {
  font-size: 130px;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  margin-right: -0.4em;
  margin-bottom: 15px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .hero__content {
    margin: 0;
    width: auto;
    height: 210px;
    padding: 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .hero__content h1, .hero__content .content__header__title {
    font-size: 40px;
    letter-spacing: 0.25em;
    margin-right: -0.25em;
  }
  .hero__content a {
    display: none;
  }
}

.collections {
  font-size: 20px;
  text-align: center;
}
.collections--featured {
  padding: 15px 0 30px;
}
.collections__item {
  background: #383838 center / cover no-repeat;
}
.collections__link {
  display: block;
  padding-bottom: 56.25%;
  color: white;
  position: relative;
}
.collections__link:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.collections__link:hover:after {
  background: rgba(75, 75, 75, 0.33);
}
.collections__link__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

.featured-news {
  font-size: 18px;
}
.featured-news__link {
  color: #151515;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.featured-news__link:hover {
  color: #ba9e68;
}
.featured-news__date {
  color: #ba9e68;
}

.highlights {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 405px;
  -moz-flex: 0 1 405px;
  -ms-flex: 0 1 405px;
  flex: 0 1 405px;
}
@media (max-width: 1023px) {
  .highlights {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (max-width: 767px) {
  .highlights {
    display: block;
  }
}
@media (max-width: 1023px) {
  .highlights__holder {
    display: block;
  }
}
.highlights__item {
  font-size: 24px;
  font-weight: 100;
  text-transform: uppercase;
}
.highlights__item:nth-child(odd) .highlights__link {
  background: #ba9e68;
}
.highlights__item:nth-child(odd) .highlights__link:before {
  background: #ba9e68;
}
.highlights__item:nth-child(odd) .highlights__link:hover {
  background: #a1895a;
}
.highlights__item:nth-child(odd) .highlights__link:hover:before {
  background: #a1895a;
}
.highlights__item:nth-child(even) .highlights__link {
  background: #a88e5c;
}
.highlights__item:nth-child(even) .highlights__link:before {
  background: #a88e5c;
}
.highlights__item:nth-child(even) .highlights__link:hover {
  background: #8f794f;
}
.highlights__item:nth-child(even) .highlights__link:hover:before {
  background: #8f794f;
}
@media (max-width: 1023px) {
  .highlights__item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .highlights__item {
    width: 100%;
  }
}
.highlights__link {
  display: block;
  color: white;
  letter-spacing: 0.25em;
  padding: 55px 25px 55px 0;
  text-align: center;
  position: relative;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.highlights__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1000%;
  height: 100%;
  width: 1000%;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.highlights__link:after {
  content: "\00a0\203A";
}
@media (max-width: 1023px) {
  .highlights__link {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .highlights__link:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .highlights__link {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.testimonial {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.testimonial h3 {
  margin: 0;
}
.ru .testimonial h2 {
  font-size: 22px;
}
@media (max-width: 1023px) {
  .testimonial {
    padding-bottom: 50%;
  }
  .ru .testimonial {
    padding-bottom: 56%;
  }
  .testimonial h2, .ru .testimonial h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-bottom: 0;
  }
  .ru .testimonial {
    padding-bottom: 0;
  }
  .testimonial .bg-holder__image {
    display: none;
  }
}
.testimonial__nav {
  position: absolute;
  left: 65px;
  z-index: 1;
  font-size: 0;
}
.testimonial__nav__link {
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 2px;
}
.testimonial__nav__link:first-child {
  margin-left: 0;
}
.testimonial__slide {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: opacity 1s ease-in-out, visibility 0s 1s;
  -moz-transition: opacity 1s ease-in-out, visibility 0s 1s;
  transition: opacity 1s ease-in-out, visibility 0s 1s;
}
.testimonial__slide.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
@media (max-width: 767px) {
  .testimonial__slide {
    background: #e0e3e6;
    position: static;
    display: none;
  }
  .testimonial__slide.is-visible {
    display: block;
  }
}
.testimonial__inner {
  margin: auto 0;
  width: 72%;
  max-width: 620px;
  padding: 50px;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .testimonial__inner {
    padding: 40px 20px;
    width: 100%;
    max-width: 100%;
  }
}

.sidebar {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 230px;
  -moz-flex: 0 1 230px;
  -ms-flex: 0 1 230px;
  flex: 0 1 230px;
  min-height: calc(100vh - 71px - 171px);
  background: #f1f1f1;
  position: relative;
}
.sidebar:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1000%;
  width: 1000%;
  height: 100%;
  background: #f1f1f1;
}
.sidebar--scrollable {
  height: calc(100vh - 71px);
  position: fixed;
  left: 0;
  z-index: 8;
  background: #f1f1f1;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sidebar--scrollable-loaded {
  opacity: 1;
}
@media (max-width: 767px) {
  .sidebar {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    min-height: 0;
  }
  .sidebar--news {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    padding-bottom: 15px;
  }
  .sidebar--scrollable {
    position: static;
    height: auto;
  }
}
.sidebar__nav {
  background: #f1f1f1;
}
.sidebar--scrollable .sidebar__nav {
  width: 230px;
  height: 100%;
  float: right;
  position: relative;
}
@media (max-width: 767px) {
  .sidebar__nav {
    position: absolute;
    width: 100%;
    max-height: 10000px;
    opacity: 1;
    z-index: 5;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .sidebar__nav--mobile-hide {
    opacity: 0;
    max-height: 0;
    -webkit-transition: opacity 0.2s, max-height 0s 0.2s;
    -moz-transition: opacity 0.2s, max-height 0s 0.2s;
    transition: opacity 0.2s, max-height 0s 0.2s;
  }
  .sidebar__nav--mobile-show {
    position: static;
  }
  .sidebar--scrollable .sidebar__nav {
    width: 100%;
    float: none;
  }
}
.sidebar__nav__title {
  display: none;
  margin: 0;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .sidebar__nav__title {
    display: block;
    padding: 20px 20px 15px;
  }
}
.sidebar__nav__bottom {
  display: none;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .sidebar__nav__bottom {
    display: block;
    padding: 10px 20px 20px;
  }
}
.sidebar__nav__bottom__link {
  color: #151515;
  padding: 13px 30px;
  background: #fdfdfd;
}
.sidebar__nav__bottom__link--hide {
  display: none;
}
.sidebar__nav__item--toggler {
  display: none;
}
.sidebar__nav__item--toggler:before {
  right: 24px;
}
.sidebar__nav__item--toggler:after {
  right: 20px;
}
.sidebar__nav__item--edit-btn {
  padding: 10px 0;
}
@media (max-width: 767px) {
  .sidebar__nav__item {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .sidebar__nav__item--toggler {
    display: block;
  }
  .sidebar__nav__item--mobile-hide {
    display: none;
  }
  .sidebar__nav--contentpage > .sidebar__nav__item--active {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    box-ordinal-group: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
    -ms-flex-order: -1;
  }
  .sidebar__nav--contentpage > .sidebar__nav__item--active > .sidebar__nav__link {
    display: none;
  }
}
.sidebar__nav__link, .sidebar__nav a {
  position: relative;
  color: #151515;
  line-height: 1.4;
  cursor: pointer;
}
.sidebar__nav__link--main, .sidebar__nav a--main {
  display: block;
  padding: 15px 35px 15px 0;
  font-size: 14px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.sidebar__nav__link--main:before, .sidebar__nav a--main:before {
  content: "";
  position: absolute;
  left: -1000%;
  top: 0;
  width: 1000%;
  height: 100%;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.sidebar__nav__item--active .sidebar__nav__link--main, .sidebar__nav__item--toggler .sidebar__nav__link--main, .sidebar__nav__item--active .sidebar__nav__link--main:hover, .sidebar__nav__item--toggler .sidebar__nav__link--main:hover, .active .sidebar__nav__link--main, .active .sidebar__nav__link--main:hover, .sidebar__nav__item--active .sidebar__nav a--main, .sidebar__nav__item--toggler .sidebar__nav a--main, .sidebar__nav__item--active .sidebar__nav a--main:hover, .sidebar__nav__item--toggler .sidebar__nav a--main:hover, .active .sidebar__nav a--main, .active .sidebar__nav a--main:hover {
  background-color: #e6e6e6;
}
.sidebar__nav__item--active .sidebar__nav__link--main:before, .sidebar__nav__item--toggler .sidebar__nav__link--main:before, .sidebar__nav__item--active .sidebar__nav__link--main:hover:before, .sidebar__nav__item--toggler .sidebar__nav__link--main:hover:before, .active .sidebar__nav__link--main:before, .active .sidebar__nav__link--main:hover:before, .sidebar__nav__item--active .sidebar__nav a--main:before, .sidebar__nav__item--toggler .sidebar__nav a--main:before, .sidebar__nav__item--active .sidebar__nav a--main:hover:before, .sidebar__nav__item--toggler .sidebar__nav a--main:hover:before, .active .sidebar__nav a--main:before, .active .sidebar__nav a--main:hover:before {
  background: #e6e6e6;
}
.sidebar__nav__link--main:hover, .sidebar__nav a--main:hover {
  background-color: #fafafa;
}
.sidebar__nav__link--main:hover:before, .sidebar__nav a--main:hover:before {
  background: #fafafa;
}
.sidebar__nav__link--products, .sidebar__nav a--products {
  border-bottom: 1px solid #cfcfcf;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.sidebar__nav__link--products:before, .sidebar__nav a--products:before {
  border-bottom: 1px solid #cfcfcf;
}
.sidebar__nav__link--with-icon, .sidebar__nav a--with-icon {
  padding-left: 55px;
  position: relative;
}
.sidebar__nav__item--active > .sidebar__nav__link, .sidebar__nav__item--toggler > .sidebar__nav__link, .sidebar__nav__item--active > .sidebar__nav a, .sidebar__nav__item--toggler > .sidebar__nav a {
  font-weight: 500;
}
.sidebar__nav__item--active > .sidebar__nav__link:after, .sidebar__nav__item--toggler > .sidebar__nav__link:after, .sidebar__nav__item--active > .sidebar__nav a:after, .sidebar__nav__item--toggler > .sidebar__nav a:after {
  content: "\00a0\203A";
}
.sidebar__nav__item--news.sidebar__nav__item--active > .sidebar__nav__link:after, .sidebar__nav__item--news.sidebar__nav__item--active > .sidebar__nav a:after {
  display: none;
}
.sidebar__nav__link__date, .sidebar__nav a__date {
  font-size: 10px;
}
@media (max-width: 767px) {
  .sidebar__nav__link--main, .sidebar__nav a--main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sidebar__nav__link--with-icon, .sidebar__nav a--with-icon {
    padding-left: 70px;
    background-position: 20px center;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .sidebar__nav__item--toggler .sidebar__nav__link:after, .sidebar__nav__item--toggler .sidebar__nav a:after {
    display: none;
  }
}

.sidebar__nav__icon {
  width: 29px;
  height: 29px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sidebar__nav__icon--bath {
  background-image: url("../assets/icon-bath.svg");
}
.sidebar__nav__icon--shower {
  background-image: url("../assets/icon-shower.svg");
}
.sidebar__nav__icon--steam {
  background-image: url("../assets/icon-steam.svg");
}
.sidebar__nav__icon--sink {
  background-image: url("../assets/icon-sink.svg");
}
.sidebar__nav__icon--furniture {
  background-image: url("../assets/icon-furniture.svg");
}
.sidebar__nav__icon--spa {
  background-image: url("../assets/icon-spa.svg");
}
.sidebar__nav__icon--extra {
  background-image: url("../assets/icon-extra.svg");
}
@media (max-width: 767px) {
  .sidebar__nav__icon {
    left: 20px;
  }
}
.sidebar__nav__submenu {
  font-size: 14px;
  padding: 0 15px 0 55px;
}
.sidebar__nav__submenu--with-border {
  border-bottom: 1px solid #cfcfcf;
  position: relative;
}
.sidebar__nav__submenu--with-border:before {
  content: "";
  position: absolute;
  left: -1000%;
  top: 0;
  width: 1000%;
  height: 100%;
  border-bottom: 1px solid #cfcfcf;
}
.sidebar__nav__submenu__item {
  margin: 15px 0;
}
.sidebar__nav__submenu__link {
  color: #151515;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.sidebar__nav__submenu__link:hover {
  color: #ba9e68;
}
.sidebar__nav__item--active > .sidebar__nav__submenu__link:hover {
  color: #151515;
}
@media (max-width: 767px) {
  .sidebar__nav__submenu {
    padding-left: 70px;
  }
}
.sidebar__nav__thirdmenu {
  padding: 0 0 0 15px;
}

.body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.body--with-border {
  border-left: 1px solid #cfcfcf;
}
.body--narrow {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 470px;
  -moz-flex: 0 1 470px;
  -ms-flex: 0 1 470px;
  flex: 0 1 470px;
}
@media (max-width: 767px) {
  .body, .body--narrow {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .body--with-border {
    border: none;
  }
}
.body__inner {
  padding: 40px 0 55px 55px;
}
.body__inner--narrow {
  padding: 40px 20px 40px 45px;
}
.body__inner--news {
  background: white;
  margin-top: -135px;
  max-width: 775px;
  min-height: 140px;
  padding-left: 82px;
  padding-right: 75px;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
@media (max-width: 1023px) {
  .body__inner--news {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .body__inner {
    padding: 0;
  }
  .body__inner--news {
    margin: 0;
  }
}
.body__text {
  max-width: 790px;
}
@media (max-width: 767px) {
  .body__text {
    margin: 20px;
  }
}
.body__top {
  height: 600px;
  color: white;
  padding: 55px;
  font-size: 60px;
  font-weight: 100;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.body__top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.62);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.62) 0%, transparent 50%);
  background-image: linear-gradient(to right,rgba(0, 0, 0, 0.62) 0%, transparent 50%);
  background-color: transparent;
}
.body__top--news {
  height: 480px;
}
@media (max-width: 1023px) {
  .body__top {
    height: 300px;
  }
  .body__top--news {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .body__top {
    height: 180px;
    padding: 20px;
    font-size: 25px;
  }
  .body__top--news {
    height: 140px;
  }
}
.body__top__title {
  width: 100%;
  letter-spacing: 0.25em;
  margin-right: -0.25em;
  z-index: 1;
}
.body__top__gallery {
  width: 100%;
  z-index: 1;
}
.body__top__gallery__title {
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  z-index: 1;
}
.body__top__gallery--hide {
  display: none;
}
@media (max-width: 767px) {
  .body__top__gallery, .body__top__gallery__title {
    display: none;
  }
}
.body__top__link {
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 767px) {
  .body__top__link, .body__top__link:hover {
    padding: 0;
    margin: 10px 0 0;
    background: none;
    border: none;
    color: #fff;
  }
}

.products {
  margin: 25px 0 0;
}
@media (max-width: 1023px) {
  .products {
    margin: 20px 0 0;
  }
}
.products__photo {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  margin-bottom: 25px;
}
.products__photo__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  background: center no-repeat;
}
.products__photo__inner--initial {
  opacity: 1;
}
@media (min-width: 768px) {
  .boxes__link--product:hover .products__photo__inner--initial {
    opacity: 0;
  }
}
.products__photo__inner--secondary {
  opacity: 0;
}
@media (min-width: 768px) {
  .boxes__link--product:hover .products__photo__inner--secondary {
    opacity: 1;
  }
}
.products__photo__img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.products__photo__img--loaded {
  opacity: 1;
}
@media (max-width: 767px) {
  .products__description {
    display: none;
  }
}
.products__options {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px 20px;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  cursor: text;
}
.has-parameters-open .products__options {
  z-index: 100;
}
.products__price {
  color: #ba9e68;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.boxes__item:hover .products__price {
  color: white;
}
.has-parameters-open .products__price {
  display: none;
}
.products__shop-btn {
  padding: 7px 13px 8px 21px;
  border-color: #333;
  border-radius: 15px;
  color: #333;
  background: white;
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  cursor: pointer;
}
.products__shop-btn:hover, .boxes__item:hover .products__shop-btn, .has-parameters-open .products__shop-btn {
  border-color: white;
}
.products__shop-btn--cart {
  display: none;
}
.boxes__item.has-parameters-open .products__shop-btn--cart {
  border-color: #ba9e68;
  background: #ba9e68;
  color: white;
  display: block;
}
.boxes__item.has-parameters-open .products__shop-btn--cart:hover {
  background: #ccaf76;
}
.boxes__item.has-parameters-open .products__shop-btn--buy {
  display: none;
}

.filter {
  font-size: 14px;
  background: #f2f2f2;
  padding: 13px 16px 3px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media (max-width: 1023px) {
  .filter {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
}
@media (max-width: 767px) {
  .filter {
    margin: 20px;
    padding-top: 3px;
    cursor: pointer;
  }
}
.filter__title {
  margin: 0 10px 10px 0;
}
.filter__title:before, .filter__title:after {
  display: none;
}
@media (max-width: 767px) {
  .filter__title {
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }
  .filter__title:before, .filter__title:after {
    display: block;
  }
}
.filter__menu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .filter__menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 15px 13px;
    margin-top: 0;
    background: #f2f2f2;
    z-index: 10;
    opacity: 0.5;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, max-height 0s 0.2s;
    -moz-transition: opacity 0.2s, max-height 0s 0.2s;
    transition: opacity 0.2s, max-height 0s 0.2s;
  }
  .filter--open .filter__menu {
    visibility: visible;
    opacity: 1;
    max-height: 1000px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
.filter__item {
  margin-right: 2px;
  margin-bottom: 2px;
}
.filter__item:last-child {
  margin-right: 0;
}
.filter__link {
  color: #151515;
  background: white;
  display: block;
  padding: 5px 16px 3px;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.filter__item--active .filter__link, .filter__item--active .filter__link:hover {
  background: #ba9e68;
  color: white;
}
.filter__link:hover {
  background: #f6deaf;
}

.parameters {
  background: #414141;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 20px;
  box-sizing: border-box;
  color: white;
}
.parameters__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.parameters__close:before, .parameters__close:after {
  content: "";
  position: absolute;
  left: 5px;
  top: -2px;
  width: 2px;
  height: 16px;
  background: #7c7c7c;
}
.parameters__close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.parameters__close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.parameters__title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  padding-bottom: 14px;
}
.parameters__color {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 8px;
  vertical-align: middle;
  box-sizing: border-box;
}
.parameters__color--radio {
  width: 19px;
  height: 19px;
  border: 1px solid #cfcfcf;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  position: relative;
  vertical-align: text-top;
}
.is-active .parameters__color--radio:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 2px solid #2a2623;
  border-radius: 50%;
}
.parameters__field {
  margin-top: 12px;
}
.parameters__dropdown {
  position: relative;
}
.parameters__dropdown__inner {
  background: #2b2b2b;
  padding: 4px 30px 4px 10px;
  color: white;
  position: relative;
  cursor: pointer;
}
.parameters__dropdown__inner:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  border-left: 6px solid rgba(255, 255, 255, 0);
  border-right: 6px solid rgba(255, 255, 255, 0);
  border-top: 8px solid white;
}
.is-open .parameters__dropdown__inner:after {
  margin-top: -5px;
  border-top: none;
  border-bottom: 8px solid white;
}
.parameters__dropdown--product .parameters__dropdown__inner:after {
  border-top-color: #535353;
}
.parameters__dropdown--product.is-open .parameters__dropdown__inner:after {
  border-bottom-color: #535353;
}
.parameters__dropdown--product .parameters__dropdown__inner {
  background: white;
  border: 1px solid #cecece;
  color: #151515;
}
.parameters__select {
  width: 100%;
  box-sizing: border-box;
  background: #2b2b2b;
  color: white;
  position: relative;
  border-top: 1px solid #414141;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}
.parameters__dropdown.is-open .parameters__select {
  display: block;
  z-index: 10;
}
.parameters__dropdown--product .parameters__select {
  background: white;
  border: 1px solid #cecece;
  border-top: none;
  color: #151515;
}
.parameters__select__option {
  padding: 2px 30px 2px 10px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.parameters__select__option:hover {
  background: #212121;
}
.parameters__dropdown--product .parameters__select__option:hover {
  background: #f2f2f2;
}
.parameters__radio__option {
  margin-bottom: 8px;
  cursor: pointer;
}
.parameters__radio__option:last-child {
  margin-bottom: 0;
}
.parameters__radio__option.is-active {
  font-weight: bold;
}
.parameters__amount {
  font-size: 0;
}
.parameters__amount__btn {
  background: none;
  border: none;
  color: #ba9e68;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  border-radius: 50%;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.parameters__amount__btn--minus:before, .parameters__amount__btn--plus:before, .parameters__amount__btn--plus:after {
  content: "";
  width: 9px;
  height: 2px;
  background: #ba9e68;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -1px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.parameters__amount__btn--plus:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.parameters__amount__btn:hover {
  background: #ba9e68;
}
.parameters__amount__btn:hover:before, .parameters__amount__btn:hover:after {
  background: white;
}
.parameters__amount__input, .parameters__amount__count {
  width: 22px;
  height: 22px;
  background: #2b2b2b;
  border: none;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 300;
  vertical-align: middle;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.5;
}
.parameters__amount--product .parameters__amount__input, .parameters__amount--product .parameters__amount__count {
  background: white;
  color: #151515;
  border: 1px solid #cecece;
}
.parameters__amount--cart .parameters__amount__input, .cart-success .parameters__amount__input, .parameters__amount--cart .parameters__amount__count, .cart-success .parameters__amount__count {
  background: white;
  color: #ba9e68;
  border: 1px solid #ba9e68;
}
.parameters__amount__input {
  margin: 0 2px;
}
.parameters__options {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px 20px;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
}
.parameters__price {
  font-weight: bold;
}

.product {
  font-size: 14px;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
.product h1, .product .content__header__title, .product h2, .product h3 {
  margin: 0;
}
.product h1, .product .content__header__title {
  font-size: 55px;
}
.product h3 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .product h1, .product .content__header__title {
    font-size: 25px;
  }
}
.product__content {
  position: relative;
  height: 100%;
  width: 470px;
}
@media (max-width: 767px) {
  .product__content {
    height: auto;
  }
}
.product__photos {
  height: calc(100vh - 71px);
  position: fixed;
  left: 0;
}
@media (max-width: 767px) {
  .product__photos {
    height: auto;
    position: static;
  }
}
.product__photos__holder {
  background: #f1f1f1;
  min-height: 100%;
}
@media (max-width: 767px) {
  .product__photos__holder {
    min-height: 0;
  }
}
.product__photos__link {
  margin: 10px 20px;
  border-bottom: 1px solid #ba9e68;
  display: none;
}
@media (max-width: 767px) {
  .product__photos__link {
    display: inline-block;
  }
  .product__photos__link--hide {
    /* display: none; */
  }
  .product__photos__link--hide--2 {
    display: none;
  }
}
.product__photos__item {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product__photos__item--mobile-hide {
    display: none;
  }
}
.product__photos__img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.product__photos__img--loaded {
  opacity: 1;
}
@media (max-width: 767px) {
  .product__photos {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
.product__block {
  margin: 0 0 45px;
}
.product__block:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product__block {
    padding: 35px 20px 0;
    margin: 0;
  }
  .product__block:last-child {
    padding-bottom: 35px;
  }
}
.product__block__inner__top {
  border-bottom: 1px solid #e6e6e6;
}
.product__block__inner__top--no-border {
  border: none;
}
.product__block__inner__content {
  padding: 10px 0 0;
}
.product__block__inner__content--links a {
  margin: 0 0 5px 25px;
  position: relative;
}
.product__block__inner__content--links a:last-child {
  margin-bottom: 0;
}
.product__block__inner__content--links a:before {
  content: "";
  position: absolute;
  left: -25px;
  width: 25px;
  height: 100%;
  background: url("../assets/icon-download.svg") no-repeat left bottom;
}
.product__collection {
  margin: 20px 0 0;
}
.product__collection--no-margin {
  margin: 0;
}
.product__collection a {
  text-transform: capitalize;
}
.product__price {
  font-size: 20px;
  margin-bottom: 15px;
}
.product__buy-link {
  border-color: #585858;
  margin: 20px 0 15px;
  padding: 10px 20px 10px 30px;
  color: #151515;
  background: white;
  cursor: pointer;
}
.product__buy-link:hover, .product__buy-link.is-active {
  color: #ba9e68;
  border-color: #ba9e68;
}
.product__description {
  margin: 15px 0 30px;
  line-height: 1.85;
}
.product__colors {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  min-height: 24px;
}
.product__colors--loaded {
  opacity: 1;
}
.product__colors__item {
  float: left;
  margin-left: 18px;
}
.product__colors__item:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .product__colors__item {
    float: none;
    margin: 0 0 10px;
  }
  .product__colors__item:last-child {
    margin-bottom: 0;
  }
}
.product__colors__color {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-sizing: border-box;
  vertical-align: middle;
  margin-right: 8px;
  border: 1px solid #cfcfcf;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.product__dropdown {
  position: relative;
}
.product__dropdown__inner {
  background: white;
  padding: 4px 30px 4px 12px;
  color: #7cc242;
  position: relative;
}
.product__dropdown__inner:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  border-left: 6px solid rgba(255, 255, 255, 0);
  border-right: 6px solid rgba(255, 255, 255, 0);
  border-top: 8px solid #535353;
}
.product__dropdown__select {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
}
.product__details table {
  border-collapse: collapse;
  width: 100%;
}
.product__details td:first-child, .product__details th:first-child {
  padding: 8px 18px;
  width: 150px;
}
.product__details__tbody {
  display: none;
}
.product__details__tbody--visible {
  display: table-row-group;
}
.product__details__th {
  background: #f2f2f2;
  font-weight: 300;
  padding-top: 11px;
  padding-bottom: 11px;
  white-space: nowrap;
  border: none;
}
.product__details__th--with-dropdown {
  padding-left: 0;
}
.product__details__th:first-child {
  padding-left: 18px;
}
.product__parameters {
  background: #f1f1f1;
  padding: 20px;
  margin: 10px 0 30px;
  position: relative;
}
.product__parameters:before {
  content: "";
  position: absolute;
  left: 38px;
  top: -20px;
  border-left: 10px solid rgba(255, 255, 255, 0);
  border-right: 10px solid rgba(255, 255, 255, 0);
  border-bottom: 20px solid #f1f1f1;
}
.product__parameters h4, .product__parameters .collections__link__title, .product__parameters .sidebar__nav__title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  margin-bottom: 10px;
}
.product__parameters__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.product__parameters__close:before, .product__parameters__close:after {
  content: "";
  position: absolute;
  left: 5px;
  top: -2px;
  width: 2px;
  height: 16px;
  background: #7c7c7c;
}
.product__parameters__close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product__parameters__close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product__parameters__field {
  margin-top: 20px;
}
.product__parameters__field:first-child {
  margin-top: 0;
}
.product__parameters__options {
  border-top: 1px solid #e1e1e1;
  margin: 20px -20px 0;
  padding: 20px 20px 0;
  position: relative;
  min-height: 37px;
}
.product__parameters__price {
  font-size: 20px;
}
.product__cart-btn {
  position: absolute;
  right: 20px;
  bottom: 0;
  padding: 9px 20px 10px 28px;
  border-color: #ba9d67;
  color: white;
  background: #ba9d67;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 300;
  cursor: pointer;
}
.product__cart-btn:hover {
  border-color: #ba9d67;
  color: white;
  background: #ccaf76;
}

.boxes {
  padding: 1px 1px 0 0;
  font-size: 14px;
}
.boxes--with-margin {
  margin: 0 0 30px;
}
.boxes--retailers {
  margin-left: -1px;
}
.boxes h4, .boxes .collections__link__title, .boxes .sidebar__nav__title {
  margin-bottom: 5px;
}
.boxes p {
  margin-bottom: 5px;
}
.boxes p:last-child {
  margin: 0;
}
.boxes__item {
  background: white;
  margin: 0 0 1px 1px;
  position: relative;
  box-sizing: border-box;
  padding: 15px 20px;
}
.boxes__item:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #cfcfcf;
  z-index: -1;
}
.boxes__item > .boxes__link {
  border: none;
}
.boxes__item--with-link {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.boxes__item--with-link:after {
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.boxes__item--with-link .boxes__link {
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
@media (min-width: 768px) {
  .boxes__item--with-link:hover:after {
    border-color: #414141;
  }
  .boxes__item--with-link:hover .boxes__link {
    background: #414141;
    color: white;
  }
}
.boxes__item--fourth {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: calc(33.33% - 1px);
}
.boxes__item--half {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: calc(50% - 1px);
}
.boxes__item--hidden {
  display: none;
}
.boxes__item--no-padding {
  padding: 0;
}
.boxes__item--people {
  padding: 30px 20px;
}
.boxes__item--retailers {
  padding: 25px 30px;
}
@media (max-width: 1200px) {
  .boxes__item--fourth {
    width: calc(33.33% - 1px);
  }
}
@media (max-width: 1023px) {
  .boxes__item--fourth {
    width: calc(50% - 1px);
  }
}
@media (max-width: 767px) {
  .boxes__item:nth-child(odd):after {
    border-left: none;
    left: 0;
  }
  .boxes__item:nth-child(even):after {
    border-right: none;
  }
  .boxes__item--people, .boxes__item--contact, .boxes__item--retailers {
    width: 100%;
    padding: 25px 20px;
  }
  .boxes__item--people:after, .boxes__item--contact:after, .boxes__item--retailers:after {
    border-left: none;
    border-right: none;
  }
  .boxes__item--empty {
    display: none;
  }
}
@media (max-width: 460px) {
  .boxes__item--fourth {
    width: 100%;
  }
  .boxes__item--fourth:after {
    border-left: none;
    border-right: none;
  }
}
.boxes__photo {
  width: 127px;
  height: 127px;
  border-radius: 50%;
  background: #f1f1f1 center / cover no-repeat;
  margin: 0 auto 15px;
}
.boxes__link {
  display: block;
  width: 100%;
  color: #151515;
  box-sizing: border-box;
  padding: 20px 20px 15px;
}
.boxes__link--shop {
  padding-bottom: 60px;
}

.news h2 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.news .body {
  margin-left: 230px;
}
@media (max-width: 767px) {
  .news .body {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .news h2 {
    font-size: 24px;
  }
}
.news__date {
  font-size: 14px;
  margin: 0 0 25px;
}

@media (max-width: 767px) {
  .retail {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.retail__country-code {
  width: 50px;
  height: 20px;
  padding: 5px 10px;
  border: 1px solid #cfcfcf;
  margin-left: 10px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.retail__sidebar {
  font-size: 14px;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 264px;
  -moz-flex: 0 1 264px;
  -ms-flex: 0 1 264px;
  flex: 0 1 264px;
  background: #f1f1f1;
  border: 1px solid #cfcfcf;
  position: relative;
  color: white;
}
@media (max-width: 767px) {
  .retail__sidebar {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
  }
}
.retail__menu {
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 767px) {
  .retail__menu {
    position: absolute;
    width: 100%;
    max-height: 10000px;
    opacity: 1;
    z-index: 10;
    background: #f1f1f1;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .retail__menu--mobile-hide {
    opacity: 0;
    max-height: 0;
    -webkit-transition: opacity 0.2s, max-height 0s 0.2s;
    -moz-transition: opacity 0.2s, max-height 0s 0.2s;
    transition: opacity 0.2s, max-height 0s 0.2s;
  }
}
.retail__menu__item {
  text-transform: uppercase;
}
.retail__menu__item--toggler {
  display: none;
}
.retail__menu__item--toggler > .retail__menu__link:after {
  display: none;
}
.retail__menu__item--edit-btn {
  padding: 11px 28px;
}
@media (max-width: 767px) {
  .retail__menu__item--toggler {
    display: block;
  }
  .retail__menu__item--toggler:before {
    right: 24px;
  }
  .retail__menu__item--toggler:after {
    right: 20px;
  }
  .retail__menu > .retail__menu__item--active {
    display: none;
  }
}
.retail__menu__link {
  color: #151515;
  padding: 11px 20px 11px 60px;
  display: block;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.retail__menu__link--icon {
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 24px 16px;
}
.retail__menu__item--active .retail__menu__link, .retail__menu__item--active .retail__menu__link:hover {
  background-color: #e6e6e6;
  font-weight: 500;
  position: relative;
}
.retail__menu__item--active .retail__menu__link:after, .retail__menu__item--active .retail__menu__link:hover:after {
  content: "\00a0\203A";
}
.retail__menu__link:hover {
  background-color: #fafafa;
}
.retail__content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box;
}
.retail__title {
  padding: 24px 30px;
  border: 1px solid #cfcfcf;
  border-left: none;
  margin: -1px 0;
}
.retail__title:first-child {
  margin-top: 0;
}
.retail__title h4, .retail__title .collections__link__title, .retail__title .sidebar__nav__title {
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .retail__title {
    padding: 25px 20px;
    border-right: none;
  }
  .retail__title:first-child {
    border-top: none;
  }
}

.form_field {
  padding: 16px 20px;
  border-bottom: 1px solid #e6e6e6;
  background: #f2f2f2;
  font-size: 14px;
}
.form_field:last-child {
  border-bottom: none;
}
.form_field.small-labels label {
  display: inline-block;
  margin-left: 10px;
}
.form_field.small-labels label:first-of-type {
  margin-left: 0;
}
.form_field--with-select {
  cursor: pointer;
  position: relative;
}
.form_field--with-select__inner {
  position: absolute;
  top: 4px;
}
.form_field--with-select:after {
  content: "";
  border-left: 5px solid rgba(255, 255, 255, 0);
  border-right: 5px solid rgba(255, 255, 255, 0);
  border-top: 7px solid #535353;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
.form_field--with-select .form_field_select {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
}
.form_field b, .form_field strong {
  font-weight: 400;
}
.form_field label {
  display: block;
}
.form_field_label {
  display: block;
  margin-bottom: 8px;
  font-weight: 400;
}
.form_field_textfield, .form_field_textarea, .form_field--with-select {
  width: 42%;
  line-height: 1.75;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  background: white;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  padding: 6px 10px;
  -webkit-appearance: none;
}
.form_field_textfield, .form_field--with-select {
  height: 32px;
}
.form_field_textarea {
  width: 100%;
}
.form_field_radio {
  margin-right: 6px;
}

.form_submit {
  padding: 0 20px 20px;
  background: #f2f2f2;
}
.form_submit input {
  border-color: #585858;
  color: #585858;
  background: #f2f2f2;
  cursor: pointer;
  -webkit-appearance: none;
}
.form_submit input:hover {
  background: #585858;
  color: white;
}

.edy-fe-label {
  font-weight: 400;
}

.checkbox--right {
  text-align: right;
}
.checkbox a {
  text-decoration: underline;
}
.checkbox__icon {
  width: 20px;
  height: 20px;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  -webkit-transition: border-color 0.1s;
  -moz-transition: border-color 0.1s;
  transition: border-color 0.1s;
}
.checkbox--cart .checkbox__icon {
  left: auto;
  right: 0;
}
.is-selected .checkbox__icon {
  border-color: #ba9e68;
  background: url("../balteco.com/stylesheets/%22%22") no-repeat center 5px;
}
.has-error .checkbox__icon {
  border-color: #d82020;
}
@media (max-width: 767px) {
  .checkbox--cart .checkbox__icon {
    left: 0;
    right: auto;
  }
}
.checkbox__label {
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  -webkit-transition: color 0.1s;
  -moz-transition: color 0.1s;
  transition: color 0.1s;
}
.checkbox--cart .checkbox__label {
  padding-left: 0;
  padding-right: 32px;
}
.is-selected .checkbox__label {
  color: #ba9e68;
}
@media (max-width: 767px) {
  .checkbox--cart .checkbox__label {
    padding-left: 32px;
    padding-right: 0;
  }
}

.dropdown {
  position: relative;
  border: 1px solid #cfcfcf;
}
.dropdown__inner {
  background: white;
  padding: 7px 30px 7px 12px;
  position: relative;
  cursor: pointer;
}
.dropdown__inner:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  border-left: 6px solid rgba(255, 255, 255, 0);
  border-right: 6px solid rgba(255, 255, 255, 0);
  border-top: 8px solid #535353;
}
.is-open .dropdown__inner:after {
  margin-top: -5px;
  border-top: none;
  border-bottom: 8px solid #535353;
}
.dropdown__select {
  width: calc(100% + 2px);
  max-height: 260px;
  overflow: auto;
  box-sizing: border-box;
  background: white;
  position: relative;
  border: 1px solid #cfcfcf;
  border-top: none;
  position: absolute;
  top: 100%;
  left: -1px;
  margin-top: 1px;
  display: none;
}
.is-open .dropdown__select {
  display: block;
  z-index: 10;
}
.dropdown__select__option {
  padding: 2px 30px 2px 10px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.dropdown__select__option:hover {
  background: #f2f2f2;
}

.radiobtn__label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
.radiobtn--cart .radiobtn__label {
  padding-left: 0;
  padding-right: 32px;
}
.is-selected .radiobtn__label {
  color: #ba9e68;
}
@media (max-width: 767px) {
  .radiobtn--cart .radiobtn__label {
    padding-left: 32px;
    padding-right: 0;
  }
}
.radiobtn__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  background: white;
}
.radiobtn--cart .radiobtn__icon {
  left: auto;
  right: 0;
}
.is-selected .radiobtn__icon {
  border-color: #ba9e68;
}
.is-selected .radiobtn__icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -5px;
  background: #ba9e68;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.has-error .radiobtn__icon {
  border-color: #d82020;
}
@media (max-width: 767px) {
  .radiobtn--cart .radiobtn__icon {
    left: 0;
    right: auto;
  }
}

.design blockquote {
  margin-left: 0;
}
.design--designers h2 {
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .design h1, .design .content__header__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .design h1, .design .content__header__title {
    font-size: 25px;
  }
}
.design__cols--even {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .design__cols {
    display: block;
  }
}
.design__cols__col {
  min-height: 500px;
}
.design__cols__col--bg {
  background: #f1f1f1 center/cover no-repeat;
  position: relative;
}
.design__cols__col--text {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.design__cols--even .design__cols__col--text {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
.design__cols__col--awards {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 95px 0;
  overflow: hidden;
}
.design__cols__col--awards:before {
  content: "";
  background: #2c2518;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  z-index: 1;
}
@media (max-width: 1023px) {
  .design__cols__col {
    min-height: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .design__cols__col--bg {
    height: 0;
    padding-bottom: 52%;
    display: block;
  }
  .design__cols__col--awards {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-bottom: 95px;
  }
}
.design__cols__col__inner {
  padding: 65px 95px;
  max-width: 705px;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .design__cols__col__inner {
    padding: 40px;
  }
}
@media (max-width: 1023px) {
  .design__cols__col__inner {
    padding: 20px;
    max-width: 100%;
  }
}
.design__awards {
  position: relative;
  width: 240px;
  margin: auto;
  z-index: 2;
}
.design__awards:before {
  content: "";
  background: url("../assets/bg-awards.svg") center/contain no-repeat;
  width: 335px;
  height: 289px;
  position: absolute;
  top: -38px;
  left: 50%;
  margin-left: -167px;
  z-index: 1;
}
.design__awards__inner {
  background: #ba9e68 url("../assets/icon-award.svg") center 37px/67px 67px no-repeat;
  padding: 115px 25px 15px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.design__awards__inner:before, .design__awards__inner:after {
  content: "";
  position: absolute;
  bottom: -32px;
  border-top: 32px solid #ba9e68;
}
.design__awards__inner:before {
  left: 0;
  border-right: 120px solid transparent;
}
.design__awards__inner:after {
  right: 0;
  border-left: 120px solid transparent;
}
.design__awards__inner h3 {
  font-size: 24px;
  color: white;
}
.design__awards__inner p {
  margin-bottom: 25px;
}
.design__awards__inner b, .design__awards__inner strong {
  color: white;
}
@media (max-width: 767px) {
  .design__awards__inner h3 {
    font-size: 19px;
  }
}

.checkout {
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .checkout {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.checkout__col--details {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 440px;
  -moz-flex: 0 1 440px;
  -ms-flex: 0 1 440px;
  flex: 0 1 440px;
  padding: 40px 40px 55px 0;
}
.checkout__col--cart {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #f8f8f8;
  padding: 40px 0 55px 40px;
  position: relative;
}
.checkout__col--cart:after {
  content: "";
  background: #f8f8f8;
  width: 1000000px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1023px) {
  .checkout__col--details {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
  }
}
@media (max-width: 767px) {
  .checkout__col--details, .checkout__col--cart {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 0 20px 20px;
    background: white;
  }
}
.checkout__form {
  font-size: 14px;
}
.checkout__form__title {
  margin-bottom: 20px;
}
.checkout__form__title h4, .checkout__form__title .collections__link__title, .checkout__form__title .sidebar__nav__title {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .checkout__form__title {
    background: #f2f2f2;
    margin: 0 -20px 25px;
    padding: 13px 20px;
  }
  .checkout__form__title h4, .checkout__form__title .collections__link__title, .checkout__form__title .sidebar__nav__title {
    font-weight: 500;
  }
}
.checkout__form__block {
  margin-bottom: 45px;
}
.checkout__form__block:last-child {
  margin-bottom: 0;
}
.checkout__form__block--additional {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .checkout__form__block {
    margin-bottom: 25px;
  }
  .checkout__form__block--additional {
    margin-top: 20px;
  }
}
.checkout__form__field {
  margin-bottom: 12px;
}
.checkout__form__label {
  font-weight: 500;
  margin-bottom: 3px;
  display: block;
}
.checkout__form__text-input {
  width: 100%;
  padding: 7px 10px;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  background: white;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.checkout__form__text-input:focus {
  border-color: #ba9e68;
}
.checkout__block {
  padding: 15px 0;
}
.checkout__block--products {
  padding-top: 25px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .checkout__block {
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .checkout__block--products {
    padding-top: 0;
  }
}
.checkout__table {
  display: table;
  width: 100%;
}
.checkout__table--compatible-products {
  margin-top: 15px;
}
.checkout__table__row {
  display: table-row;
}
.checkout__table__cell {
  display: table-cell;
}
@media (max-width: 767px) {
  .checkout__table__cell--mobile-block {
    display: block;
  }
  .checkout__table__cell--mobile-block + .checkout__table__cell--mobile-block {
    margin-top: 10px;
  }
}
.cart-success .checkout__products {
  margin-top: 35px;
}
.checkout__product {
  position: relative;
}
.checkout__product h4, .checkout__product .collections__link__title, .checkout__product .sidebar__nav__title {
  margin-bottom: 5px;
}
.checkout__product__col {
  min-height: 100px;
  padding: 6px 20px 20px;
  vertical-align: top;
}
.checkout__product__col--photo {
  width: 100px;
  padding: 0 0 20px;
}
.checkout__product__col:last-child {
  padding-right: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .checkout__product__col--photo {
    display: none;
  }
  .checkout__product__col--info {
    padding-left: 0;
  }
}
.checkout__product__photo {
  width: 100px;
  height: 100px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: white center / contain no-repeat;
  position: relative;
  line-height: 78px;
  font-size: 0;
}
.checkout__product__photo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  vertical-align: middle;
}
.checkout__product__price {
  font-weight: 500;
  color: #ba9e68;
  margin-bottom: 5px;
}
.checkout__product__delete {
  position: absolute;
  left: 100%;
  top: 0;
  margin: -11px 0 0 -11px;
  line-height: 1.5;
}
.checkout__product__remove-btn {
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  border: 1px solid #8f8f8f;
  border-radius: 50%;
  background: white;
  position: relative;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.checkout__product__remove-btn:before, .checkout__product__remove-btn:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  width: 1px;
  height: 10px;
  background: #8f8f8f;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.checkout__product__remove-btn:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkout__product__remove-btn:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkout__product__remove-btn:hover {
  background: #8f8f8f;
}
.checkout__product__remove-btn:hover:before, .checkout__product__remove-btn:hover:after {
  background: white;
}
.checkout__order-label {
  font-weight: 500;
  text-transform: uppercase;
}
.checkout__order-total {
  font-size: 20px;
  font-weight: 500;
}
.checkout__payment-field {
  text-align: right;
  margin-top: 10px;
  font-weight: 500;
}
.checkout__payment-field:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .checkout__payment-field {
    text-align: left;
  }
}
.checkout__agree-with-terms {
  margin: 25px 0 20px;
  text-align: right;
}
.checkout__agree-with-terms .checkout__form__label {
  font-weight: 300;
  font-size: 12px;
}
@media (max-width: 767px) {
  .checkout__agree-with-terms {
    text-align: left;
    margin: 15px -20px 15px;
    padding: 15px 20px 0;
    border-top: 1px solid #cfcfcf;
  }
}
@media (max-width: 767px) {
  .checkout__compatible-products {
    display: none;
  }
}
.checkout__extra-btn {
  background: none;
  border: none;
  border-bottom: 1px solid #ba9e68;
  color: #ba9e68;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 7px;
  text-transform: uppercase;
}
.checkout__extra-btn:after {
  content: "\00a0\203A";
}
.checkout__confirm {
  text-align: right;
}
@media (max-width: 767px) {
  .checkout__confirm {
    text-align: left;
  }
}
.checkout__confirm-btn {
  background: #ba9e68;
  padding: 11px 15px 11px 28px;
  cursor: pointer;
}
.checkout__confirm-btn:hover {
  background: #ccaf76;
  color: white;
}
.checkout__errors {
  color: #d82020;
  font-weight: 500;
  margin-bottom: -15px;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .checkout__errors {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}

.cart-success {
  font-size: 14px;
  padding: 45px 0;
}
@media (max-width: 767px) {
  .cart-success {
    padding: 20px;
  }
}
.cart-success__block {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .cart-success__block {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cart-success__title {
    background: #f2f2f2;
    margin: 0 -20px 20px;
    padding: 13px 20px;
  }
  .cart-success__title h4, .cart-success__title .collections__link__title, .cart-success__title .sidebar__nav__title {
    margin-bottom: 0;
    font-weight: 500;
  }
}

del{
  text-decoration:none;
  position: relative;
}
del:before {
    border-bottom: 2px solid red;
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    transform: rotate(-7deg);
}

.instock-layout {
    font-size: 12px;
    font-family: Circe, sans-serif;
    font-weight: 800;
    color: #fff;
    background-color: #ed1c24;
    text-transform: uppercase;
    padding: 6px 15px 2px;
    display: inline-block;
    z-index: 5;
    position: absolute;
    bottom: 0;
    right: -20px;
}


