/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@font-face {
  font-family: 'rakkasregular';
  src: url('../fonts/rakkas-regular-webfont.woff2') format('woff2'), url('../fonts/rakkas-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'josefin_sansbold';
  src: url('../fonts/josefinsans-bold-webfont.woff2') format('woff2'), url('../fonts/josefinsans-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'josefin_sansbold_italic';
  src: url('../fonts/josefinsans-bolditalic-webfont.woff2') format('woff2'), url('../fonts/josefinsans-bolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'josefin_sansitalic';
  src: url('../fonts/josefinsans-italic-webfont.woff2') format('woff2'), url('../fonts/josefinsans-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'josefin_sanslight';
  src: url('../fonts/josefinsans-light-webfont.woff2') format('woff2'), url('../fonts/josefinsans-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'josefin_sanslight_italic';
  src: url('../fonts/josefinsans-lightitalic-webfont.woff2') format('woff2'), url('../fonts/josefinsans-lightitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'josefin_sansregular';
  src: url('../fonts/josefinsans-regular-webfont.woff2') format('woff2'), url('../fonts/josefinsans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'josefin_sanssemibold';
  src: url('../fonts/josefinsans-semibold-webfont.woff2') format('woff2'), url('../fonts/josefinsans-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'josefin_sanssemibold_italic';
  src: url('../fonts/josefinsans-semibolditalic-webfont.woff2') format('woff2'), url('../fonts/josefinsans-semibolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'josefin_sansthin';
  src: url('../fonts/josefinsans-thin-webfont.woff2') format('woff2'), url('../fonts/josefinsans-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'josefin_sansthin_italic';
  src: url('../fonts/josefinsans-thinitalic-webfont.woff2') format('woff2'), url('../fonts/josefinsans-thinitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hellostockholm';
  src: url('../fonts/hellostockholm-regular-webfont.woff2') format('woff2'), url('../fonts/hellostockholm-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  font-family: 'josefin_sansregular';
  -webkit-font-smoothing: antialiased;
  color: black;
}
.header.content {
  padding: 0;
}
img {
  vertical-align: middle;
}
.page-main {
  max-width: none;
  max-width: 1280px;
}
.page-main .content {
  width: 100%;
  margin: 0 auto;
  float: none;
}
.column.main {
  float: left;
}
.block_name {
  font-family: 'rakkasregular';
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.block_title {
  font-family: 'rakkasregular';
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 54px;
}
.block_text {
  font-family: 'josefin_sanslight';
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.link {
  float: left;
  width: 200px;
  margin-right: 20px;
  border: 2px solid black;
  background: white;
  text-align: center;
  padding: 12px;
  position: relative;
  cursor: pointer;
}
.link a,
.link span {
  text-transform: uppercase;
  font-family: 'rakkasregular';
  color: black;
  font-size: 16px;
  -webkit-transition: color 0.3s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
  -moz-transition: color 0.3s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
  -o-transition: color 0.3s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
  transition: color 0.3s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
  position: relative;
  cursor: pointer;
}
.link a:hover,
.link span:hover {
  text-decoration: none;
}
.link:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0px;
  background: black;
  left: 0;
  top: 0;
  -webkit-transition: width 0.3s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
  -moz-transition: width 0.3s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
  -o-transition: width 0.3s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
  transition: width 0.3s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
}
.link:hover a,
.link:hover span {
  color: white;
}
.link:hover:before {
  width: 100%;
}
.link.white {
  border-color: white;
  background: none;
}
.link.white a,
.link.white span {
  color: white;
}
.link.white:before {
  background: white;
}
.link.white:hover a,
.link.white:hover span {
  color: black;
}
.wrap {
  width: 100%;
  max-width: 1280px;
  display: block;
  float: none;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
  clear: both;
}
.copyright {
  float: left;
  background: white !important;
  color: black !important;
  font-family: 'josefin_sansregular';
}
.copyright b {
  font-family: 'josefin_sansbold';
}
.copyright a {
  color: inherit;
  font-family: inherit;
}
#layered-filter-block .filter-options-title {
  cursor: default;
}
.other-categories-container {
  margin: 40px auto;
  max-width: 1280px;
  width: 100%;
}
.other-categories-container .block-content.catalog-category {
  width: 100%;
  float: left;
}
.other-categories-container .block-content.catalog-category .category {
  float: left;
  text-align: center;
  padding: 0 73px;
}
.other-categories-container .block-content.catalog-category .category a:hover {
  text-decoration: none;
}
.other-categories-container .block-content.catalog-category .category a .cat-title {
  font-size: 48px;
  font-family: 'rakkasregular';
}
.other-categories-container .block-content.catalog-category .category:nth-child(1) .cat-title {
  color: #e39682;
}
.other-categories-container .block-content.catalog-category .category:nth-child(2) .cat-title {
  color: #d0bfb7;
}
.other-categories-container .block-content.catalog-category .category:nth-child(3) .cat-title {
  color: #7d1429;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1 !important;
}
.page-layout-rb-legal p a {
  color: black;
  text-decoration: underline;
}
.page-layout-rb-legal p a:hover {
  text-decoration: none;
}
.slick-arrow,
.slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:focus {
  box-shadow: none !important;
  width: 60px;
  height: 60px;
  border-radius: 0;
  border: 2px solid black!important;
  position: relative;
  overflow: hidden;
  position: absolute !important;
}
.slick-arrow.slick-prev,
.slick-arrow:hover.slick-prev,
.slick-arrow:active.slick-prev,
.slick-arrow:focus.slick-prev {
  left: -60px;
}
.slick-arrow.slick-prev:before,
.slick-arrow:hover.slick-prev:before,
.slick-arrow:active.slick-prev:before,
.slick-arrow:focus.slick-prev:before {
  opacity: 1;
  content: '' !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/arrow-left.png) no-repeat left center;
  z-index: 1;
}
.slick-arrow.slick-next,
.slick-arrow:hover.slick-next,
.slick-arrow:active.slick-next,
.slick-arrow:focus.slick-next {
  right: -60px;
}
.slick-arrow.slick-next:before,
.slick-arrow:hover.slick-next:before,
.slick-arrow:active.slick-next:before,
.slick-arrow:focus.slick-next:before {
  opacity: 1;
  content: '' !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/arrow-right.png) no-repeat right center;
  z-index: 1;
}
.slick-arrow:after,
.slick-arrow:hover:after,
.slick-arrow:active:after,
.slick-arrow:focus:after {
  content: '';
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.4s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: width 0.4s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: width 0.4s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: width 0.4s cubic-bezier(0.375, 0, 0.15, 0.92);
  z-index: 0;
}
.slick-arrow:hover.slick-next:before,
.slick-arrow:hover:hover.slick-next:before,
.slick-arrow:active:hover.slick-next:before,
.slick-arrow:focus:hover.slick-next:before {
  background-position: left center;
}
.slick-arrow:hover.slick-prev:before,
.slick-arrow:hover:hover.slick-prev:before,
.slick-arrow:active:hover.slick-prev:before,
.slick-arrow:focus:hover.slick-prev:before {
  background-position: right center;
}
.slick-arrow:hover:after,
.slick-arrow:hover:hover:after,
.slick-arrow:active:hover:after,
.slick-arrow:focus:hover:after {
  width: 100%;
}
.product.info.detailed .store-link {
  position: relative;
}
.product.info.detailed .store-link:before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  background: black;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: width 0.4s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: width 0.4s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: width 0.4s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: width 0.4s cubic-bezier(0.375, 0, 0.15, 0.92);
}
.product.info.detailed .store-link a.store-button {
  z-index: 1;
  position: relative;
  box-sizing: border-box;
  color: black;
}
.product.info.detailed .store-link:hover:before {
  width: 100%;
}
.product.info.detailed .store-link:hover a.store-button {
  color: white;
}
.block-content.catalog-category {
  margin-bottom: 50px;
}
.product-item.slick-slide,
.category.slick-slide,
.item.product.product-item .product-image-container,
#sticky-header .submenu li,
#top-header .submenu li {
  -webkit-transition: opacity 0.4s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: opacity 0.4s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: opacity 0.4s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: opacity 0.4s cubic-bezier(0.375, 0, 0.15, 0.92);
}
.product-item.slick-slide:hover,
.category.slick-slide:hover,
.item.product.product-item .product-image-container:hover,
#sticky-header .submenu li:hover,
#top-header .submenu li:hover {
  opacity: .7;
}
.products-grid .product-item-info:hover {
  background: none;
}
.hero-home-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
}
.hero-home-container .slide img {
  margin: 0 auto;
}
.hero-home-container .slide .text-container {
  position: absolute;
  left: 50%;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px;
  max-width: 700px;
  top: 260px;
  font-size: 30px;
  line-height: 34px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero-home-container .slick-dots li {
  height: 10px;
  width: 10px;
  margin: 0 10px;
  padding: 0;
}
.hero-home-container .slick-dots li button {
  box-shadow: none;
  padding: 0;
  border-radius: 50%;
  border: 2px solid black;
  width: 10px;
  height: 10px;
}
.hero-home-container .slick-dots li button:before {
  content: '';
}
.hero-home-container .slick-dots li.slick-active button {
  background: black;
}
@media screen and (max-width: 768px) {
  .hero-home-container .slide .text-container {
    font-size: 18px;
    line-height: 22px;
    top: 175px;
  }
}
.active > .filter-options-title:after,
div > .filter-options-title:after,
.filter-options-title:after {
  content: '';
}
.logo.black {
  background: url(../img/rouge-baiser-paris.svg) no-repeat center;
}
.logo.white {
  background: url(../img/rouge-baiser-paris-white.svg) no-repeat center;
}
#mobile-header {
  float: left;
  height: 55px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 100;
}
#mobile-header .logo-container {
  width: 163px;
  height: 23px;
  float: none;
  margin: 15px auto;
}
#mobile-header .logo-container .logo {
  max-width: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
#sticky-header {
  background: white;
  width: 100%;
  top: -115px;
  left: 0;
  z-index: 2;
  padding: 10px 0;
  position: fixed;
  max-width: none;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: top 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: top 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: top 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
}
#sticky-header .wrap {
  display: block;
}
#sticky-header.active {
  opacity: 1;
  top: 0;
}
#sticky-header .wrap {
  position: static;
}
#sticky-header .wrap nav.navigation {
  position: inherit;
}
#sticky-header .logo-container {
  width: 242px;
  margin-top: 8px;
  height: 45px;
  float: left;
}
#sticky-header .logo-container .logo {
  max-width: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
#sticky-header .right {
  float: right;
  margin-top: 20px;
}
#sticky-header nav.navigation {
  width: auto;
  display: inline-block;
  padding-top: 8px;
}
#sticky-header nav.navigation ul.menu {
  margin-left: 30px;
}
#sticky-header nav.navigation ul.menu li.level0 {
  margin: 0 15px;
}
.tingle-modal .tingle-modal-box {
  width: auto;
  max-width: 100%;
  border-radius: 0;
}
.tingle-modal .tingle-modal-box img {
  max-height: calc(100vh - 100px);
  width: auto;
}
.tingle-modal .tingle-modal-box .tingle-modal-box__content {
  padding: 0;
}
.tingle-modal .tingle-modal-box .tingle-modal-box__content .content {
  width: 100%;
  float: left;
}
.tingle-modal .tingle-modal-box .tingle-modal-box__content .modal-close {
  width: 30px;
  height: 30px;
  position: absolute;
  background: url(../img/close-modal.svg) no-repeat center;
  background-size: 15px;
  right: 10px;
  top: -40px;
  cursor: pointer;
  border: 1px solid white;
}
.tingle-modal.newslette-confirm .tingle-modal-box {
  width: 900px;
  padding: 50px;
  max-width: 100%;
}
.tingle-modal.newslette-confirm .tingle-modal-box .content {
  border: 10px solid black;
  padding: 50px;
  background: url(../img/femme-newsletter.png) no-repeat;
  background-position-x: calc(100% - 50px);
  background-position-y: center;
}
.tingle-modal.newslette-confirm .tingle-modal-box .content .left {
  padding-right: 140px;
  float: left;
  width: 80%;
  background: url(../img/parfait.png) no-repeat;
  background-position-x: 0px;
  background-position-y: 80px;
}
.tingle-modal.newslette-confirm .tingle-modal-box .content .left p {
  padding-top: 215px;
  font-size: 24px;
  font-family: 'josefin_sansregular';
}
.tingle-modal.article-modal .tingle-modal-box {
  width: 1024px;
  max-width: 100%;
}
.tingle-modal.article-modal .tingle-modal-box img {
  height: auto;
  max-height: none;
}
.tingle-modal.article-modal .tingle-modal-box .image-header {
  width: 100%;
  margin-bottom: 90px;
}
.tingle-modal.article-modal .tingle-modal-box .image-header img {
  min-width: 100%;
  height: auto;
}
.tingle-modal.article-modal .tingle-modal-box .title {
  text-align: center;
  padding: 0 50px;
}
.tingle-modal.article-modal .tingle-modal-box .title h2 {
  font-family: 'rakkasregular';
  font-size: 48px;
}
.tingle-modal.article-modal .tingle-modal-box .subtitle {
  text-align: center;
  padding: 0 50px;
  margin: 25px 0;
}
.tingle-modal.article-modal .tingle-modal-box .subtitle h3 {
  font-family: 'josefin_sanslight';
  font-size: 24px;
}
.tingle-modal.article-modal .tingle-modal-box .text {
  padding: 0 50px;
  margin-bottom: 50px;
}
.tingle-modal.article-modal .tingle-modal-box .text p {
  font-family: 'josefin_sanslight';
  font-size: 24px;
}
.tingle-modal.article-modal .tingle-modal-box .bottom {
  position: relative;
}
.tingle-modal.article-modal .tingle-modal-box .bottom .left,
.tingle-modal.article-modal .tingle-modal-box .bottom .right {
  width: 50%;
  float: left;
  min-height: 500px;
}
.tingle-modal.article-modal .tingle-modal-box .bottom .right {
  float: left;
  width: 50%;
  box-sizing: border-box;
  height: 600px;
}
.tingle-modal.article-modal .tingle-modal-box .bottom .left {
  background: url(../img/magazine-text-left.png);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
}
.tingle-modal.article-modal .tingle-modal-box .bottom .left .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 370px;
  width: 100%;
}
.tingle-modal.article-modal .tingle-modal-box .bottom .left .container .block_text {
  text-transform: none;
  font-size: 22px;
  line-height: 32px;
}
.tingle-modal.share .tingle-modal-box {
  width: 900px;
  padding: 50px;
  max-width: 100%;
}
.tingle-modal.share .tingle-modal-box .content {
  border: 10px solid black;
  padding: 50px;
}
.tingle-modal.share .tingle-modal-box .content .left,
.tingle-modal.share .tingle-modal-box .content .right {
  float: left;
  width: 50%;
  height: 210px;
}
.tingle-modal.share .tingle-modal-box .content .left {
  background: url(../img/super_cool.png) no-repeat center center;
}
.tingle-modal.share .tingle-modal-box .content .right {
  background: url(../img/super_cool_femme.png) no-repeat center center;
}
.tingle-modal.share .tingle-modal-box .content .mail-share {
  float: left;
  padding: 50px 0;
  width: 100%;
  text-align: center;
}
.tingle-modal.share .tingle-modal-box .content .mail-share input[type="text"] {
  border-radius: 0;
  border: 2px solid black;
  padding: 25px 20px;
  width: 100%;
  max-width: 470px;
}
.tingle-modal.share .tingle-modal-box .content .social-shares {
  float: left;
  width: 100%;
  padding-top: 50px;
  text-align: center;
}
.tingle-modal.share .tingle-modal-box .content .social-shares ul {
  display: inline-block;
  width: auto;
  float: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tingle-modal.share .tingle-modal-box .content .social-shares ul li {
  margin: 0 20px;
  float: left;
}
.tingle-modal.share .tingle-modal-box .content .social-shares ul li .fb-share {
  width: 57px;
  height: 56px;
  display: block;
  background: url(../img/fb-share.png) no-repeat;
}
.tingle-modal.share .tingle-modal-box .content .social-shares ul li .tt-share {
  width: 57px;
  height: 56px;
  display: block;
  background: url(../img/tt-share.png) no-repeat;
}
.tingle-modal.share .tingle-modal-box .content .social-shares ul li .pt-share {
  width: 57px;
  height: 56px;
  display: block;
  background: url(../img/pt-share.png) no-repeat;
}
.tingle-modal.video .tingle-modal-box {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
.tingle-modal.video .tingle-modal-box .content {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.tingle-modal.video .tingle-modal-box .content iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 768px) {
  .tingle-modal.newslette-confirm .tingle-modal-box {
    padding: 25px;
  }
  .tingle-modal.newslette-confirm .tingle-modal-box .content {
    padding: 25px;
  }
  .tingle-modal.newslette-confirm .tingle-modal-box .content {
    background-position: center 140px;
    background-size: 25%;
  }
  .tingle-modal.newslette-confirm .tingle-modal-box .content .left,
  .tingle-modal.newslette-confirm .tingle-modal-box .content .right {
    width: 100%;
    float: left;
  }
  .tingle-modal.newslette-confirm .tingle-modal-box .content .left {
    padding: 0;
    background-position: top;
    background-size: 100%;
  }
  .tingle-modal.newslette-confirm .tingle-modal-box .content .left p {
    padding-top: 300px;
    font-size: 18px;
  }
}
#envelop {
  background: url(../img/envelop.png) no-repeat;
  width: 24px;
  height: 17px;
  cursor: pointer;
}
.page-header {
  z-index: 2;
}
.page.messages {
  display: none !important;
}
.consent-error {
  padding-left: 35px;
  text-align: left;
  margin-top: 7px;
  color: #e02b27;
  font-size: 1.2rem;
  display: none;
}
.open-search {
  width: 20px;
  height: 20px;
  background: url(../img/search.svg) no-repeat;
  background-position: 0px 0px;
  background-size: cover;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-position 0.2s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
  -moz-transition: background-position 0.2s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
  -o-transition: background-position 0.2s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
  transition: background-position 0.2s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
}
.open-search:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/close.svg) no-repeat;
  background-position: -20px 0px;
  width: 20px;
  height: 20px;
  background-size: cover;
  -webkit-transition: background-position 0.2s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
  -moz-transition: background-position 0.2s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
  -o-transition: background-position 0.2s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
  transition: background-position 0.2s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
}
.search-open .open-search {
  background-position: 20px 0px;
}
.search-open .open-search:after {
  background-position: 0px 0px;
}
#search-desktop {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #f5f5f5;
  z-index: 1;
  opacity: 1;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: max-height 0.55s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
  -moz-transition: max-height 0.55s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
  -o-transition: max-height 0.55s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
  transition: max-height 0.55s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
}
#search-desktop .content {
  position: relative;
  padding-top: 280px;
  bottom: 115px;
  text-align: left;
  width: 100%;
  max-width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#search-desktop .content .title {
  text-align: center;
  font-size: 43px;
}
#search-desktop .content .block.block-search {
  padding: 0;
  width: 100%;
  float: none;
  margin: 40px 0;
}
#search-desktop .content .searches ul,
#search-desktop .content .searches li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#search-desktop .content .searches ul a,
#search-desktop .content .searches li a {
  color: black;
  text-decoration: underline;
}
#search-desktop .content .searches ul a:hover,
#search-desktop .content .searches li a:hover {
  text-decoration: none;
}
.search-open #search-desktop {
  max-height: 2000px;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.4);
}
#top-header {
  box-sizing: border-box;
  padding: 30px 0 0;
  z-index: 1;
  float: left;
}
#top-header .content {
  width: 100%;
  float: left;
  position: relative;
}
#top-header #top-header-top {
  height: 50px;
  z-index: 1;
}
#top-header #top-header-menu {
  padding: 60px 0;
  position: inherit;
  z-index: 0;
}
#top-header.wrap {
  position: inherit;
}
#top-header.wrap nav.navigation {
  position: inherit;
}
#top-header.wrap nav.navigation a {
  font-family: 'josefin_sansbold';
  font-size: 16px;
  font-weight: normal;
  min-width: 80px;
}
#top-header .left {
  display: inline-block;
  float: left;
}
#top-header .right {
  display: inline-block;
  float: right;
}
#top-header .center {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#top-header .center #logo-top {
  margin: 0;
  display: inline-block;
}
#top-header .center #logo-top .logo {
  max-width: none;
  width: 355px;
  height: 49px;
  display: block;
  overflow: hidden;
  text-indent: -2000px;
  background-size: contain;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #top-header {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.slide .modal-open {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
.slick-slider .slick-list {
  margin: 0 auto;
  max-width: 1670px;
}
.videoslider-container {
  position: relative;
  margin: 60px 0;
  clear: both;
  border-top: 1px solid #e6e6e6;
  display: none;
}
.videoslider-container h3 {
  text-align: center;
  font-family: 'rakkasregular';
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: normal;
}
.videoslider-container .video-slide-container {
  padding: 0 180px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.videoslider-container .video-slide-container .slide {
  width: 289px;
}
.videoslider-container .video-slide-container .slide .title {
  font-size: 17px;
  line-height: 20px;
  margin-top: 15px;
}
.videoslider-container .video-slide-container .slide .content {
  width: 289px;
  position: relative;
  margin: 0;
}
.videoslider-container .video-slide-container .slide .content .play {
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: url(../img/play-vid.png) no-repeat center;
}
.videoslider-container .slick-arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  outline: none;
  border: none;
  box-shadow: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.videoslider-container .slick-arrow.slick-prev {
  left: 0;
}
.videoslider-container .slick-arrow.slick-next {
  right: 0;
}
.videoslider-container .slick-arrow:hover,
.videoslider-container .slick-arrow:focus,
.videoslider-container .slick-arrow:active {
  border: none;
  outline: none;
  box-shadow: none;
}
.videoslider-container .slick-arrow:before {
  content: '';
}
.page-title-wrapper {
  text-align: center;
}
.page-title-wrapper h1 {
  font-family: 'rakkasregular';
}
.column.main {
  min-height: 0;
}
.tingle-modal,
.tingle-modal--overflow,
.tingle-modal--visible {
  padding: 50px 0!important;
}
.product-slider-container,
.brand-slider-container,
.innovation-slider-container,
.innovation-slider-container-second {
  float: left;
  width: 100%;
  height: 600px;
  margin-top: 120px;
}
.product-slider-container .modal,
.brand-slider-container .modal,
.innovation-slider-container .modal,
.innovation-slider-container-second .modal {
  display: none;
}
.product-slider-container .slider-container .slide,
.brand-slider-container .slider-container .slide,
.innovation-slider-container .slider-container .slide,
.innovation-slider-container-second .slider-container .slide {
  position: relative;
}
.product-slider-container .slider-container .slide .modal-open,
.brand-slider-container .slider-container .slide .modal-open,
.innovation-slider-container .slider-container .slide .modal-open,
.innovation-slider-container-second .slider-container .slide .modal-open {
  cursor: pointer;
  color: white;
  text-transform: uppercase;
  font-family: 'josefin_sanssemibold';
  font-size: 24px;
}
.product-slider-container .slider-container .slide .modal-open span,
.brand-slider-container .slider-container .slide .modal-open span,
.innovation-slider-container .slider-container .slide .modal-open span,
.innovation-slider-container-second .slider-container .slide .modal-open span {
  position: relative;
  display: block;
}
.product-slider-container .slider-container .slide .modal-open span:after,
.brand-slider-container .slider-container .slide .modal-open span:after,
.innovation-slider-container .slider-container .slide .modal-open span:after,
.innovation-slider-container-second .slider-container .slide .modal-open span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background: white;
  -webkit-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
}
.product-slider-container .slider-container .slide .modal-open span:hover:after,
.brand-slider-container .slider-container .slide .modal-open span:hover:after,
.innovation-slider-container .slider-container .slide .modal-open span:hover:after,
.innovation-slider-container-second .slider-container .slide .modal-open span:hover:after {
  width: 0;
}
.product-slider-container .slider-container .slick-dots,
.brand-slider-container .slider-container .slick-dots,
.innovation-slider-container .slider-container .slick-dots,
.innovation-slider-container-second .slider-container .slick-dots {
  bottom: 25px;
  display: inline-block;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-slider-container .slider-container .slick-dots li,
.brand-slider-container .slider-container .slick-dots li,
.innovation-slider-container .slider-container .slick-dots li,
.innovation-slider-container-second .slider-container .slick-dots li {
  height: 16px;
  width: 16px;
  margin: 0 10px;
  padding: 0;
}
.product-slider-container .slider-container .slick-dots li button,
.brand-slider-container .slider-container .slick-dots li button,
.innovation-slider-container .slider-container .slick-dots li button,
.innovation-slider-container-second .slider-container .slick-dots li button {
  box-shadow: none;
  padding: 0;
  border-radius: 50%;
  border: 2px solid white;
  width: 16px;
  height: 16px;
}
.product-slider-container .slider-container .slick-dots li button:before,
.brand-slider-container .slider-container .slick-dots li button:before,
.innovation-slider-container .slider-container .slick-dots li button:before,
.innovation-slider-container-second .slider-container .slick-dots li button:before {
  content: '';
}
.product-slider-container .slider-container .slick-dots li.slick-active button,
.brand-slider-container .slider-container .slick-dots li.slick-active button,
.innovation-slider-container .slider-container .slick-dots li.slick-active button,
.innovation-slider-container-second .slider-container .slick-dots li.slick-active button {
  background: white;
}
.product-slider-container {
  margin-top: 0;
}
.innovation-slider-container,
.innovation-slider-container-second {
  margin-top: 50px;
}
.block.widget .block-title {
  text-align: center;
  font-family: 'rakkasregular';
  text-transform: uppercase;
  font-size: 20px;
}
.block.widget .block-subtitle {
  text-align: center;
  font-size: 48px;
  font-family: 'rakkasregular';
  margin-bottom: 0px;
}
.block.widget .block-text {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 200;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 180px;
  line-height: 34px;
  font-family: 'josefin_sanslight';
}
.block.widget .block-text p {
  text-align: center;
}
.block.widget .products-grid {
  text-align: center;
}
.block.widget .products-grid .widget-product-grid {
  z-index: 1;
  position: relative;
  display: block;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.block.widget .products-grid .widget-product-grid .product-item {
  text-align: center;
  width: auto;
  margin: 0;
  padding: 0;
}
.block.widget .products-grid .widget-product-grid .product-item .product-item-info:hover,
.block.widget .products-grid .widget-product-grid .product-item .product-item-info.active {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
.innovation-container {
  padding-bottom: 100px;
}
.innovation-container,
.article-container,
.mix-container {
  float: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row column;
  flex-flow: row column;
  width: 100%;
}
.innovation-container .left,
.article-container .left,
.mix-container .left,
.innovation-container .right,
.article-container .right,
.mix-container .right {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.innovation-container .left:first-child,
.article-container .left:first-child,
.mix-container .left:first-child,
.innovation-container .right:first-child,
.article-container .right:first-child,
.mix-container .right:first-child {
  padding-right: 10px;
}
.innovation-container .left:last-child,
.article-container .left:last-child,
.mix-container .left:last-child,
.innovation-container .right:last-child,
.article-container .right:last-child,
.mix-container .right:last-child {
  -webkit-flex: 1;
  flex: 1;
  position: relative;
  padding-left: 10px;
}
.innovation-container .left:last-child .content,
.article-container .left:last-child .content,
.mix-container .left:last-child .content,
.innovation-container .right:last-child .content,
.article-container .right:last-child .content,
.mix-container .right:last-child .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.article-container,
.mix-container {
  max-width: 1280px;
  margin: 0 auto;
  float: none;
  margin-bottom: 50px;
}
.article-container .links,
.mix-container .links {
  float: left;
}
.article-container .links ul,
.mix-container .links ul,
.article-container .links li,
.mix-container .links li {
  list-style: none;
  margin: 0;
}
.article-container .links ul,
.mix-container .links ul {
  padding: 0;
  display: inline-block;
}
.article-container .links li,
.mix-container .links li {
  margin-right: 20px;
}
.article-container {
  padding-bottom: 100px;
  padding-top: 100px;
}
.article-container .content {
  box-sizing: border-box;
  padding: 0 10px;
}
.article-container .content .link {
  margin: 25px 0;
}
.insta-wall-container {
  float: left;
  width: 100%;
  background-color: #C9003A;
  position: relative;
}
.insta-wall-container .insta-wall {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  float: none;
  margin: 0 auto;
  padding: 90px 28px 60px;
  box-sizing: border-box;
  background-color: transparent;
}
.insta-wall-container .insta-wall h2.title-container {
  margin: 0;
  font-family: 'rakkasregular';
  font-weight: normal;
  font-size: 48px;
  margin-bottom: 20px;
}
.insta-wall-container .insta-wall .subtitle {
  font-family: 'josefin_sansbold';
  font-size: 24px;
}
.insta-wall-container .insta-wall .bottom-container {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
}
.insta-wall-container .insta-wall .bottom-container a {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: black;
  border: 2px solid black;
  text-align: center;
  font-family: 'rakkasregular';
  text-transform: uppercase;
  position: relative;
  z-index: 0;
}
.insta-wall-container .insta-wall .bottom-container a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  background: black;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
}
.insta-wall-container .insta-wall .bottom-container a:hover {
  text-decoration: none;
  color: white;
}
.insta-wall-container .insta-wall .bottom-container a:hover:before {
  width: 100%;
}
.insta-wall-container .insta-wall .images-grid {
  float: left;
  width: 100%;
  margin: 50px 0;
}
.insta-wall-container .insta-wall .images-grid .image-container {
  float: left;
  width: 286px;
  height: 286px;
  overflow: hidden;
  position: relative;
  margin: 10px;
}
.insta-wall-container .insta-wall .images-grid .image-container.video .image:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 40px;
  background: url(../img/insta_video.png) no-repeat center center;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.insta-wall-container .insta-wall .images-grid .image-container .image {
  width: 100%;
  height: auto;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.insta-wall-container .insta-wall .images-grid .image-container .image.landscape {
  height: 100%;
  width: auto;
}
.insta-wall-container .insta-wall .images-grid .image-container .image img {
  min-width: 100%;
  min-height: 100%;
  height: inherit;
  width: inherit;
  max-height: none;
  max-width: none;
  position: relative;
  display: block;
}
.store-container {
  width: 100%;
  height: 664px;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.store-container .container {
  padding-top: 95px;
  position: relative;
  z-index: 1;
  display: block;
}
.store-container .container .left,
.store-container .container .right {
  box-sizing: border-box;
  width: 50%;
  float: left;
}
.store-container .container .left .content {
  padding-right: 50px;
}
.store-container .container form.store-locator {
  display: block;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 120px 100px;
  height: 664px;
  background: url(../img/store-form-bg.png) no-repeat center top;
}
.store-container .container form.store-locator .input-text {
  max-width: 385px;
  position: relative;
  width: inherit;
  box-sizing: border-box;
  background: #fbd3d7;
  padding: 20px;
  float: left;
}
.store-container .container form.store-locator .input-text input#place {
  width: inherit;
  height: 60px;
  border: 2px solid black;
  padding-right: 70px;
  background: none;
  color: black;
}
.store-container .container form.store-locator .input-text button[type="submit"] {
  position: absolute;
  right: 0;
  box-shadow: none;
  border-radius: 0;
  background: url(../img/searchsubmit.svg) no-repeat center center;
  background-size: 18px;
  border: 2px solid black;
  top: 0;
  margin-right: 20px;
  height: 60px;
  width: 60px;
  margin-top: 20px;
}
.store-container .container form.store-locator .input-text button[type="submit"]:before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  background: black;
  left: 0;
  top: 0;
  -webkit-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
}
.store-container .container form.store-locator .input-text button[type="submit"]:after {
  content: '';
  background: url(../img/searchsubmit-white.svg) no-repeat center center;
  background-size: 18px;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: opacity 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: opacity 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: opacity 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
}
.store-container .container form.store-locator .input-text button[type="submit"]:hover:after {
  opacity: 1;
}
.store-container .container form.store-locator .input-text button[type="submit"]:hover:before {
  width: 100%;
}
.brand-block .subtitle {
  position: relative;
}
.brand-block .subtitle span {
  position: inherit;
}
.brand-block .brand-petal {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.brand-block:nth-child(1) .brand-petal.one {
  right: 42%;
  top: 50px;
  background-image: url(../img/brand-petal-01.png);
}
.brand-block:nth-child(1) .brand-petal.two {
  left: 45%;
  bottom: 50px;
  background-image: url(../img/brand-petal-02.png);
}
.brand-block:nth-child(2) .brand-petal.one {
  left: 35%;
  top: 50px;
  background-image: url(../img/brand-petal-03.png);
}
.brand-block:nth-child(2) .brand-petal.two {
  right: 35%;
  bottom: 50px;
  background-image: url(../img/brand-petal-04.png);
}
.brand-block:nth-child(3) .brand-petal.one {
  left: 35%;
  top: 50px;
  background-image: url(../img/brand-petal-05.png);
}
.brand-block:nth-child(3) .brand-petal.two {
  right: 35%;
  bottom: 50px;
  background-image: url(../img/brand-petal-06.png);
}
.brand-block:nth-child(4) .brand-petal.one {
  left: 35%;
  top: 50px;
  background-image: url(../img/brand-petal-07.png);
}
.brand-block:nth-child(4) .brand-petal.two {
  right: 35%;
  bottom: 50px;
  background-image: url(../img/brand-petal-08.png);
}
.brand-blocks-container {
  display: block;
}
.brand-blocks-container .brand-block {
  float: left;
  width: 100%;
  margin: 75px 0;
}
.brand-blocks-container .brand-block .poster-container {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  margin-top: 100px;
}
.brand-blocks-container .brand-block .poster-container .left,
.brand-blocks-container .brand-block .poster-container .right {
  width: 50%;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}
.brand-blocks-container .brand-block .poster-container .poster {
  float: left;
  margin: 0;
  border: 2px solid black;
  width: calc(50% - 20px);
  box-sizing: border-box;
  text-align: center;
  margin: 10px;
}
.brand-blocks-container .brand-block .subtitle {
  text-align: center;
  font-size: 150px;
  font-family: 'hellostockholm';
  color: black;
  text-transform: lowercase;
  position: relative;
}
.brand-blocks-container .brand-block .block_text {
  text-transform: none;
}
.brand-blocks-container .left,
.brand-blocks-container .right {
  float: left;
  width: 50%;
  height: 450px;
  position: relative;
  box-sizing: border-box;
}
.brand-blocks-container .left .content,
.brand-blocks-container .right .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.brand-blocks-container .left {
  padding-right: 10px;
}
.brand-blocks-container .right {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .brand-blocks-container .poster-container {
    margin-top: 50px;
  }
  .brand-blocks-container .poster-container .left,
  .brand-blocks-container .poster-container .right {
    position: relative;
    height: auto !important;
    width: 100% !important;
  }
}
.content strong {
  font-family: 'josefin_sansbold';
  font-weight: normal;
}
.page-layout-rb-innovation .page-title-wrapper h1 {
  font-size: 48px;
  position: relative;
  margin-bottom: 40px;
}
.page-layout-rb-innovation .innovation-content {
  max-width: 780px;
  text-align: center;
  font-size: 24px;
  font-family: 'josefin_sanslight';
}
.page-layout-rb-innovation .innovation-content .block_text {
  margin: 0;
  text-transform: none;
}
.page-layout-rb-innovation #maincontent {
  max-width: 780px;
  text-align: center;
}
.page-layout-rb-innovation #maincontent p {
  font-size: 24px;
  font-family: 'josefin_sanslight';
  margin: 0;
}
.page-layout-rb-innovation .innovation-blocks {
  display: block;
}
.page-layout-rb-innovation .innovation-blocks .innovation-block {
  height: 600px;
  float: left;
  width: 100%;
  margin: 50px 0;
}
.page-layout-rb-innovation .innovation-blocks .innovation-block .left,
.page-layout-rb-innovation .innovation-blocks .innovation-block .right {
  float: left;
  width: 50%;
  box-sizing: border-box;
  height: 600px;
}
.page-layout-rb-innovation .innovation-blocks .innovation-block .left.petal,
.page-layout-rb-innovation .innovation-blocks .innovation-block .right.petal {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
.page-layout-rb-innovation .innovation-blocks .innovation-block .left.petal .content,
.page-layout-rb-innovation .innovation-blocks .innovation-block .right.petal .content {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 370px;
  width: 100%;
  text-align: center;
}
.page-layout-rb-innovation .innovation-blocks .innovation-block .left.petal .content .block_text,
.page-layout-rb-innovation .innovation-blocks .innovation-block .right.petal .content .block_text {
  text-transform: none;
}
.page-layout-rb-innovation .innovation-blocks .innovation-block .left.petal .content .block_title,
.page-layout-rb-innovation .innovation-blocks .innovation-block .right.petal .content .block_title {
  margin-bottom: 0;
}
.page-layout-rb-innovation .innovation-blocks .innovation-block .left.petal .content.black,
.page-layout-rb-innovation .innovation-blocks .innovation-block .right.petal .content.black {
  text-align: left;
  color: black;
}
.page-layout-rb-innovation .innovation-blocks .innovation-block .left.petal .content.black .block_text,
.page-layout-rb-innovation .innovation-blocks .innovation-block .right.petal .content.black .block_text {
  font-size: 22px;
  line-height: 32px;
}
.page-layout-rb-innovation .innovation-blocks .innovation-block .left {
  padding-right: 10px;
}
.page-layout-rb-innovation .innovation-blocks .innovation-block .right {
  padding-left: 10px;
}
.page-layout-rb-innovation .innovation-blocks .innovation-block:nth-child(1) .petal {
  background-image: url(../img/brand-block-01.png);
}
.page-layout-rb-innovation .innovation-blocks .innovation-block:nth-child(2) .petal {
  background-image: url(../img/brand-block-02.png);
}
.page-layout-rb-innovation .innovation-blocks.two .innovation-block:nth-child(1) .petal {
  background-image: url(../img/brand-block-03.png);
}
.page-layout-rb-innovation .innovation-blocks.two .innovation-block:nth-child(2) .petal {
  background-image: url(../img/brand-block-04-.png);
}
.page-layout-rb-innovation .innovation-blocks.two .innovation-block:nth-child(3) .petal {
  background-image: url(../img/brand-block-05-.png);
}
@media screen and (min-width: 1280px) {
  .innovation-slider-container {
    margin-bottom: 0px;
  }
  .innovation-block {
    padding-top: 50px;
  }
}
.page-layout-rb-brand .page-title-wrapper h1 {
  font-size: 48px;
  position: relative;
  margin-bottom: 120px;
}
.page-layout-rb-brand .page-title-wrapper h1:after {
  content: '';
  display: block;
  position: absolute;
  width: 334px;
  height: 74px;
  background: url(../img/brand-logo.png) no-repeat;
  background-size: cover;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-layout-rb-brand #maincontent {
  max-width: 780px;
  text-align: center;
}
.page-layout-rb-brand #maincontent p {
  font-size: 24px;
  font-family: 'josefin_sanslight';
  margin: 0;
}
.page-layout-rb-brand .brand-content-container {
  display: block;
  overflow: inherit;
  margin: 100px 0;
}
.page-layout-rb-brand .brand-content-container .left,
.page-layout-rb-brand .brand-content-container .right {
  overflow: inherit;
  float: left;
  width: 50%;
  position: relative;
  height: 450px;
}
.page-layout-rb-brand .brand-content-container .left .content,
.page-layout-rb-brand .brand-content-container .right .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-layout-rb-brand .brand-content-container .left .content .block_title,
.page-layout-rb-brand .brand-content-container .right .content .block_title {
  color: #c9003a;
  margin-bottom: 40px;
}
.page-layout-rb-brand .brand-content-container .left .content .block_text,
.page-layout-rb-brand .brand-content-container .right .content .block_text {
  text-transform: none;
}
.page-layout-rb-brand .brand-content-container .left .content .block_text p,
.page-layout-rb-brand .brand-content-container .right .content .block_text p {
  font-size: 24px;
  font-family: 'josefin_sanslight';
  margin: 0;
}
.page-layout-rb-brand .brand-content-container .right .content {
  content: '';
  overflow: visible;
  width: 100%;
  height: 730px;
  background: url(../img/content-brand.png) no-repeat right center;
}
.baralevres-container {
  position: relative;
}
.baralevres-container .content {
  box-sizing: border-box;
  padding: 0 10px;
  position: absolute;
  color: white;
  bottom: 40px;
  width: 100%;
  max-width: 1280px;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.baralevres-container .image-container {
  z-index: 0;
  height: 600px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.baralevres-container .image-container .image {
  position: absolute;
  width: auto;
  height: 100%;
  right: 0;
}
.baralevres-container .image-container .image img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  max-height: none;
  max-width: none;
}
.store-wave {
  position: absolute;
  top: 0;
  z-index: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
  float: left;
}
.store-wave .wave-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  top: 0;
  left: 0;
}
.store-wave .wave-container .wave {
  position: absolute;
  width: 3050px;
  height: 1080px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  top: 0;
}
.insta-wave {
  position: absolute;
  top: 0;
  z-index: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
  float: left;
}
.insta-wave .wave-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  top: 0;
  left: 0;
}
.insta-wave .wave-container .wave {
  position: absolute;
  width: 3050px;
  height: 1080px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  top: 0;
}
.bar-a-levres-wave {
  position: relative;
  height: 400px;
  overflow: hidden;
  width: 100%;
  float: left;
}
.bar-a-levres-wave .wave-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  top: 0;
  left: 0;
}
.bar-a-levres-wave .wave-container .wave {
  position: absolute;
  top: 0;
  width: 3050px;
  height: 1080px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  top: -620px;
}
.waves-container {
  position: relative;
  height: 765px;
  overflow: hidden;
  width: 100%;
  float: left;
  margin-top: -330px;
}
.waves-container #waves {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  top: 0;
  left: 0;
}
.waves-container #waves .wave {
  position: absolute;
  top: 0;
  width: 3050px;
  height: 1080px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.waves-container #waves .wave#wave-1 {
  z-index: 1;
  top: -35px;
}
.waves-container #waves .wave#wave-1 path {
  fill: #f6bcc2;
  -webkit-transition: fill 0.4s cubic-bezier(0.375, 0, 0.15, 0.92) 0.1s;
  -moz-transition: fill 0.4s cubic-bezier(0.375, 0, 0.15, 0.92) 0.1s;
  -o-transition: fill 0.4s cubic-bezier(0.375, 0, 0.15, 0.92) 0.1s;
  transition: fill 0.4s cubic-bezier(0.375, 0, 0.15, 0.92) 0.1s;
}
.waves-container #waves .wave#wave-2 {
  z-index: 0;
  top: 50px;
}
.waves-container #waves .wave#wave-2 path {
  fill: #c9003a;
  -webkit-transition: fill 0.3s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
  -moz-transition: fill 0.3s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
  -o-transition: fill 0.3s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
  transition: fill 0.3s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
}
.sticky-product-container {
  position: relative;
  height: 765px;
  overflow: hidden;
}
.sticky-product-container .block-product-link {
  position: relative;
  z-index: 1;
  height: inherit;
}
.sticky-product-container #waves {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  top: 0;
  left: 0;
}
.sticky-product-container #waves .wave {
  position: absolute;
  top: 0;
  width: 3050px;
  height: 1080px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sticky-product-container #waves .wave#wave-1 {
  z-index: 1;
  top: -275px;
}
.sticky-product-container #waves .wave#wave-1 path {
  fill: #f6bcc2;
  -webkit-transition: fill 0.4s cubic-bezier(0.375, 0, 0.15, 0.92) 0.1s;
  -moz-transition: fill 0.4s cubic-bezier(0.375, 0, 0.15, 0.92) 0.1s;
  -o-transition: fill 0.4s cubic-bezier(0.375, 0, 0.15, 0.92) 0.1s;
  transition: fill 0.4s cubic-bezier(0.375, 0, 0.15, 0.92) 0.1s;
}
.sticky-product-container #waves .wave#wave-2 {
  z-index: 0;
  top: -310px;
}
.sticky-product-container #waves .wave#wave-2 path {
  fill: #c9003a;
  -webkit-transition: fill 0.3s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
  -moz-transition: fill 0.3s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
  -o-transition: fill 0.3s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
  transition: fill 0.3s cubic-bezier(0.375, 0, 0.15, 0.92) 0s;
}
.sticky-product-container .carousel {
  max-width: 480px;
  float: right;
}
.sticky-product-container .carousel .image {
  max-width: 480px;
  padding-top: 115px;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92) 0.2s;
  -moz-transition: opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92) 0.2s;
  -o-transition: opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92) 0.2s;
  transition: opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92) 0.2s;
}
.sticky-product-container .carousel .image img {
  max-width: 480px;
}
.sticky-product-container .carousel .image.slick-current {
  opacity: 1;
}
.sticky-product-container .carousel .image .product-image-container {
  float: right;
  padding-right: 40px;
}
.sticky-product-container .content {
  color: black;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.sticky-product-container .content.mobile {
  display: none;
}
.sticky-product-container .content h3.subtitle {
  font-family: 'rakkasregular';
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sticky-product-container .content h2.title {
  font-family: 'rakkasregular';
  font-size: 44px;
  margin-bottom: 40px;
}
.sticky-product-container .content p {
  font-family: 'josefin_sanssemibold';
  font-size: 18px;
  margin-bottom: 40px;
}
.sticky-product-container .content .left,
.sticky-product-container .content .right {
  width: 50%;
  float: left;
  padding: 0 40px;
  box-sizing: border-box;
  position: absolute;
}
.sticky-product-container .content .left {
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sticky-product-container .content .right {
  right: 0;
  float: right;
  top: 600px;
}
.sticky-product-container .content .right .swatches {
  float: left;
  margin-left: 168px;
}
.sticky-product-container .content .right .swatches .swatch {
  float: left;
  margin: 4px;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
.sticky-product-container .content .right .swatches .swatch span {
  display: block;
  border-radius: 50%;
}
.sticky-product-container .content .right .swatches .swatch span.color {
  width: 25px;
  height: 25px;
  position: relative;
  margin: 7px;
  z-index: 1;
}
.sticky-product-container .content .right .swatches .swatch span.base {
  width: 100%;
  height: 100%;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 0;
  -webkit-transition: transform 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: transform 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: transform 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: transform 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
}
.sticky-product-container .content .right .swatches .swatch:hover .base,
.sticky-product-container .content .right .swatches .swatch.active .base {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#mobile-header .mobile-menu-container nav.navigation ul.menu li.level0 ul.level0.submenu {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sticky-product-container {
    height: 580px;
  }
  .sticky-product-container .block-product-link {
    padding: 0;
  }
  .sticky-product-container #waves .wave#wave-1 {
    top: -260px;
  }
  .sticky-product-container #waves .wave#wave-2 {
    top: -450px;
  }
  .sticky-product-container .desktop {
    display: none;
  }
  .sticky-product-container .carousel {
    float: right;
    width: 50%;
    height: auto;
    margin-top: -45px;
  }
  .sticky-product-container .carousel .image {
    padding-top: 0;
  }
  .sticky-product-container .carousel .image img {
    max-width: 250px;
  }
  .sticky-product-container .carousel .image .product-image-container {
    padding-right: 0;
  }
  .sticky-product-container .mobile {
    display: block;
  }
  .sticky-product-container .links {
    float: left;
    box-sizing: border-box;
    width: 50%;
    margin-top: 10px;
  }
  .sticky-product-container .links .link {
    float: left;
    width: 170px;
    margin-right: 0;
    border: 2px solid black;
    background: white;
    text-align: center;
    padding: 8px;
    position: relative;
    cursor: pointer;
    margin: 5px 20px;
  }
  .sticky-product-container .links .link a {
    font-size: 14px;
  }
  .sticky-product-container .swatches {
    float: left;
    margin-left: 10px;
  }
  .sticky-product-container .swatches .swatch {
    float: left;
    margin: 4px;
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
  }
  .sticky-product-container .swatches .swatch span {
    display: block;
    border-radius: 50%;
  }
  .sticky-product-container .swatches .swatch span.color {
    width: 25px;
    height: 25px;
    position: relative;
    margin: 7px;
    z-index: 1;
  }
  .sticky-product-container .swatches .swatch span.base {
    width: 100%;
    height: 100%;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    z-index: 0;
    -webkit-transition: transform 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
    -moz-transition: transform 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
    -o-transition: transform 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
    transition: transform 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  }
  .sticky-product-container .swatches .swatch:hover .base,
  .sticky-product-container .swatches .swatch.active .base {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .sticky-product-container .content {
    height: auto;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0;
    float: left;
    position: relative;
  }
  .sticky-product-container .content.mobile {
    display: block;
  }
  .sticky-product-container .content h3.subtitle {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .sticky-product-container .content h2.title {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .sticky-product-container .content p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
  }
  .product-options-wrapper .swatch-attribute.open .swatch-attribute-options {
    padding: 0 !important;
  }
  .swatch-option.image:not(.disabled):hover,
  .swatch-option.color:not(.disabled):hover {
    outline: none !important;
  }
  .product-options-wrapper .swatch-attribute .swatch-option.color {
    width: 30px;
    height: 30px;
  }
  .product-options-wrapper .swatch-attribute .swatch-option.color span.color {
    width: 20px;
    height: 20px;
  }
  .product-options-wrapper .swatch-attribute .swatch-option.color span.base {
    -webkit-transform: scale(0.6) !important;
    -ms-transform: scale(0.6) !important;
    transform: scale(0.6) !important;
  }
  .product-options-wrapper .swatch-attribute .swatch-option.color.selected span.base {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}
nav.navigation ul.menu {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  position: inherit;
}
nav.navigation ul.menu li.level0 {
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  float: left;
  margin: 0;
  position: static;
}
nav.navigation ul.menu li.level0 > a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: opacity 0.5s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: opacity 0.5s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: opacity 0.5s cubic-bezier(0.375, 0, 0.15, 0.92);
}
nav.navigation ul.menu li.level0 > a:hover:before {
  opacity: 1;
}
nav.navigation ul.menu li.level0.nav-1 > a:before {
  background: url(../img/menu-voice-1.png) no-repeat center;
}
nav.navigation ul.menu li.level0.nav-2 > a:before {
  background: url(../img/menu-voice-2.png) no-repeat center;
}
nav.navigation ul.menu li.level0.nav-3 > a:before {
  background: url(../img/menu-voice-3.png) no-repeat center;
}
nav.navigation ul.menu li.level0.nav-4 > a:before {
  background: url(../img/menu-voice-4.png) no-repeat center;
}
nav.navigation ul.menu li.level0.nav-stores > a:before {
  background: url(../img/menu-voice-5.png) no-repeat center;
}
nav.navigation ul.menu li.level0 span {
  color: black;
  position: relative;
}
nav.navigation ul.menu li.level0 a {
  min-width: 80px;
  display: inline-block;
}
nav.navigation ul.menu li.level0 a:hover {
  text-decoration: none;
}
nav.navigation ul.menu ul.level0.submenu {
  display: none;
  width: 100%;
  left: 0;
  background-color: #f5f5f5;
  padding-top: 70px;
  padding-bottom: 35px;
  border: none;
  box-shadow: none;
  border-top: 10px solid white;
  z-index: 2;
}
nav.navigation ul.menu ul.level0.submenu li {
  display: block;
  float: left;
  width: 33.33%;
}
nav.navigation ul.menu ul.level0.submenu li.active a {
  border: none;
}
nav.navigation ul.menu ul.level0.submenu li a {
  padding: 0;
}
nav.navigation ul.menu ul.level0.submenu li a:hover {
  background: none;
}
nav.navigation ul.menu ul.level0.submenu li a span {
  font-family: 'rakkasregular';
  font-size: 48px;
  text-transform: none;
  display: block;
  width: 100%;
  float: left;
}
nav.navigation ul.menu ul.level0.submenu li:nth-child(1) a,
nav.navigation ul.menu ul.level0.submenu li:nth-child(1) a:hover {
  color: #e39682;
}
nav.navigation ul.menu ul.level0.submenu li:nth-child(2) a,
nav.navigation ul.menu ul.level0.submenu li:nth-child(2) a:hover {
  color: #d0bfb7;
}
nav.navigation ul.menu ul.level0.submenu li:nth-child(3) a,
nav.navigation ul.menu ul.level0.submenu li:nth-child(3) a:hover {
  color: #7d1429;
}
nav.navigation ul.menu ul.level0.submenu.active {
  display: block;
  -webkit-animation: fadeInFromNone 0.5s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-animation: fadeInFromNone 0.5s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-animation: fadeInFromNone 0.5s cubic-bezier(0.375, 0, 0.15, 0.92);
  animation: fadeInFromNone 0.5s cubic-bezier(0.375, 0, 0.15, 0.92);
}
nav.navigation ul.menu a {
  color: black;
  text-transform: uppercase;
}
.sticky-category-container .slick-dots {
  bottom: -50px;
}
#mobile-header .navigation .level0.active > a:not(.ui-state-active),
#mobile-header .navigation .level0.has-active > a:not(.ui-state-active) {
  border: none !important;
  display: inline-block !important;
  color: black;
}
#mobile-header .navigation .level0.active > a:not(.ui-state-active) span,
#mobile-header .navigation .level0.has-active > a:not(.ui-state-active) span {
  margin: 0 !important;
}
#mobile-header .c-hamburger {
  z-index: 100;
}
#mobile-header .logo-container {
  z-index: 0;
  position: relative;
}
#mobile-header .mobile-menu-container {
  position: fixed;
  z-index: 1;
  background: white;
  width: 100%;
  top: 0;
  left: -100%;
  -webkit-transition: left 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: left 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: left 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: left 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
}
#mobile-header .mobile-menu-container.active {
  left: 0;
}
#mobile-header .mobile-menu-container .mobile-menu-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  height: 50px;
  z-index: 1;
  border-bottom: 1px solid #e6e6e6;
}
#mobile-header .mobile-menu-container .menu-newsletter {
  position: relative;
  float: left;
}
#mobile-header .mobile-menu-container .menu-newsletter a {
  display: inline;
  margin: 0;
  padding: 0;
}
#mobile-header .mobile-menu-container .menu-newsletter h3 {
  text-transform: uppercase;
  font-family: 'josefin_sanslight';
  font-size: 18px;
  padding-left: 15px;
}
#mobile-header .mobile-menu-container .menu-newsletter .form.subscribe .check {
  margin: 10px;
}
#mobile-header .mobile-menu-container .menu-newsletter .form.subscribe .check input[type="checkbox"] {
  display: none;
}
#mobile-header .mobile-menu-container .menu-newsletter .form.subscribe .check input[type="checkbox"] + label {
  display: block;
  font-size: 17px;
  margin-left: 35px;
  padding-top: 3px;
  cursor: pointer;
  text-align: left;
  position: relative;
}
#mobile-header .mobile-menu-container .menu-newsletter .form.subscribe .check input[type="checkbox"] + label a {
  color: black;
  text-decoration: underline;
}
#mobile-header .mobile-menu-container .menu-newsletter .form.subscribe .check input[type="checkbox"] + label:before {
  content: '';
  width: 25px;
  height: 25px;
  border: 2px solid black;
  display: block;
  box-sizing: border-box;
  padding-left: 5px;
  left: -36px;
  position: absolute;
  text-indent: 0;
  top: 0;
}
#mobile-header .mobile-menu-container .menu-newsletter .form.subscribe .check input[type="checkbox"]:checked + label:before {
  content: url(../img/flag-menu.png);
}
#mobile-header .mobile-menu-container .menu-newsletter .form.subscribe .field.newsletter {
  margin: 0 10px;
  position: relative;
}
#mobile-header .mobile-menu-container .menu-newsletter .form.subscribe .field.newsletter input[type="email"] {
  height: 50px;
  border: 2px solid black;
  border-radius: 0;
  background: white;
  color: black;
}
#mobile-header .mobile-menu-container .menu-newsletter .form.subscribe .field.newsletter button {
  border: 2px solid black;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background: url(../img/subscribe-arrow-menu.png) no-repeat #000000;
  background-position: center;
  background-color: transparent;
}
#mobile-header .mobile-menu-container .menu-bottom {
  height: 100px;
  background: white;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  border-top: 1px solid #e6e6e6;
}
#mobile-header .mobile-menu-container .menu-bottom .menu-socials {
  background-color: black;
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
#mobile-header .mobile-menu-container .menu-bottom .menu-socials .social-container a {
  float: left;
  width: 33.33%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
}
#mobile-header .mobile-menu-container .menu-bottom .menu-socials .social-container a.fb {
  background-image: url(../img/fb-white.png);
}
#mobile-header .mobile-menu-container .menu-bottom .menu-socials .social-container a.ig {
  background-image: url(../img/ig-white.png);
}
#mobile-header .mobile-menu-container .menu-bottom .menu-socials .social-container a.yt {
  background-image: url(../img/yt-white.png);
}
#mobile-header .mobile-menu-container nav.navigation {
  float: left;
  overflow: auto;
  height: calc(100% - 100px);
  width: 100%;
  z-index: 0;
  position: relative;
}
#mobile-header .mobile-menu-container nav.navigation ul.menu {
  display: block;
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
  margin-top: 50px;
  float: left;
  padding-top: 20px;
}
#mobile-header .mobile-menu-container nav.navigation ul.menu li.level0 {
  border: none;
  width: 100%;
  padding: 5px 0;
  text-align: left;
  position: relative;
}
#mobile-header .mobile-menu-container nav.navigation ul.menu li.level0 a {
  font-size: 18px;
}
#mobile-header .mobile-menu-container nav.navigation ul.menu li.level0 a:before {
  background: none !important;
  display: none;
}
#mobile-header .mobile-menu-container nav.navigation ul.menu li.level0 a.level-top:after {
  display: none;
}
#mobile-header .mobile-menu-container nav.navigation ul.menu li.level0 ul.level0.submenu {
  overflow: hidden;
  background: none;
  display: block;
  padding: 0;
  padding-top: 0;
  border: none;
  border-top: 0;
  padding-top: 0px;
  margin-top: 0px;
}
#mobile-header .mobile-menu-container nav.navigation ul.menu li.level0 ul.level0.submenu li {
  float: left;
  width: 100%;
}
#mobile-header .mobile-menu-container nav.navigation ul.menu li.level0 ul.level0.submenu li a {
  padding: 8px 40px 8px 25px;
}
#mobile-header .mobile-menu-container nav.navigation ul.menu li.level0 ul.level0.submenu li a span {
  font-size: 18px;
  font-family: 'josefin_sansregular';
}
#mobile-header .mobile-menu-container nav.navigation ul.menu li.level0 ul.level0.submenu img {
  display: none;
}
.page-layout-1column .product-info-main,
.page-layout-1column .product.media {
  width: 50% !important;
  box-sizing: border-box !important;
}
.open-swatches-container {
  padding: 5px;
  border-right: 1px solid #white;
  padding: 15px;
  padding-right: 25px;
  padding-left: 90px;
  float: right;
  position: relative;
}
.open-swatches-container:before {
  content: '';
  width: 8px;
  height: 8px;
  background: url(../img/plus.gif) no-repeat;
  position: absolute;
  right: 12px;
  top: 35px;
}
.open-swatches-container:after {
  content: '';
  background: white;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  bottom: -2px;
}
.open-swatches-container .open-swatches {
  color: black;
  font-size: 22px;
  font-family: 'josefin_sansbold';
  padding-top: 10px;
  position: relative;
  cursor: pointer;
}
.open-swatches-container .open-swatches:before {
  content: '';
  position: absolute;
  left: -60px;
  top: 0;
  background-image: url(../img/open-swatches.png);
  width: 52px;
  height: 40px;
}
.page-layout-1column .product-info-main {
  padding-left: 20px;
}
.page-layout-1column .product.media {
  padding-right: 20px;
}
.page-title-wrapper.product {
  text-align: left;
}
.page-title-wrapper.product .page-title {
  margin: 10px 0;
  font-size: 48px;
}
.product-info-main .product.attribute.overview {
  font-size: 24px;
  font-family: 'josefin_sanslight';
  margin: 0;
}
.product-info-stock-sku {
  margin: 0;
  font-family: 'josefin_sanslight';
  font-size: 16px;
}
.product-info-price {
  margin: 0;
}
.product-info-price .price-box {
  padding: 0;
  color: black;
  font-family: 'josefin_sansbold';
  font-size: 30px;
}
.product-info-main .product-info-price .price-box .price-container > span {
  margin-bottom: 0;
}
.product-info-main .product-add-form {
  padding: 0;
}
.product-info-main .product-info-price {
  border-bottom: none;
  margin: 0;
  color: black;
}
.swatch-attribute {
  float: left;
  width: 100%;
}
.product.media position:relative:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}
.swatch-attribute-selected-option {
  color: black;
  padding-top: 10px;
  padding-left: 15px;
}
.fotorama__nav-wrap,
.fotorama__wrap.fotorama__grab {
  display: none !important;
}
.fotorama__arr {
  display: none !important;
}
.fotorama-item {
  cursor: default !important;
}
.product.data.items .tab .title {
  padding: 16px 0 10px;
  cursor: pointer;
  position: relative;
}
.product.data.items .tab .title:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  right: 0;
  top: 50%;
  background: url(../img/plus.gif) no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product.data.items .tab .title h3 {
  font-family: 'josefin_sanslight';
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}
.product.data.items .tab .content {
  overflow: hidden;
  max-height: 0;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: max-height 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: max-height 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: max-height 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: max-height 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
}
.product.data.items .tab .content p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: 'josefin_sanslight';
}
.product.data.items .tab .composition {
  display: none;
}
.product.data.items .tab .composition.current {
  display: block;
}
.product.data.items .tab.open .title:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  right: 0;
  top: 50%;
  background: url(../img/minus.gif) no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-item-info {
  width: auto;
}
.products-grid .product-item-name {
  font-family: 'rakkasregular';
  font-size: 22px;
}
.products-grid .product-item-description {
  display: block;
  margin: 10px 0;
  padding: 0 50px;
  font-family: 'josefin_sanslight';
  font-size: 16px;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
.block.related {
  text-align: center;
  float: left;
  width: 100%;
}
.block.related #block-related-heading {
  font-family: 'rakkasregular';
  font-size: 48px;
  font-weight: normal;
}
.block.related .products.list {
  z-index: 1;
  position: relative;
  display: block;
  width: 800px;
  margin: 0 auto;
}
.block.related .products.list .product-item {
  padding: 0 10px;
}
.block.related .products.list .product-item .product-item-info {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.block.related .products.list .product-item .product-item-info .product-item-name {
  font-family: 'rakkasregular';
  font-size: 24px;
  color: black;
}
.product.details.product-item-details .see-colors strong {
  font-family: 'josefin_sansregular';
  font-weight: 400;
}
.product.details.product-item-details .price-box .price {
  font-weight: 400;
  font-size: 28px;
}
.share-button {
  display: block;
  float: right;
  margin-top: 30px;
  text-decoration: underline;
  cursor: pointer;
  font-family: 'rakkasregular';
  font-size: 24px;
}
.store-button,
.store-button:visited {
  margin-top: 30px;
  color: black;
  display: block;
  width: 100%;
  text-align: center;
  border: 2px solid black;
  padding: 10px 0;
  font-family: 'rakkasregular';
  text-transform: uppercase;
  font-size: 24px;
}
.store-button:hover,
.store-button:visited:hover {
  text-decoration: none;
  color: white;
}
.reasonwhy-container {
  float: left;
  width: 100%;
}
.reasonwhy-container .reason-why {
  float: none;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}
.reasonwhy-container .reason-why > div {
  float: left;
  height: 750px;
  width: 50%;
  display: block;
  position: relative;
}
.reasonwhy-container .reason-why > div.left {
  background: url(../img/viso.png) no-repeat right top;
}
.reasonwhy-container .reason-why > div .content {
  padding-left: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.reasonwhy-container .reason-why > div .content .chic-icon {
  font-family: 'hellostockholm';
  font-size: 150px;
  line-height: 150px;
}
.reasonwhy-container .reason-why > div .content .reason-text {
  font-family: 'josefin_sanslight';
  font-size: 30px;
  padding-right: 190px;
  display: block;
  text-transform: uppercase;
  margin-top: -20px;
}
.reasonwhy-container .reason-why > div .content .les-rouges-trucs {
  font-family: 'rakkasregular';
  font-size: 40px;
  margin-top: -20px;
  color: #c9003a;
}
.product-options-wrapper .current-color-container {
  margin-top: 18px;
  float: left;
}
.product-options-wrapper .current-color-container .current-color-swatch {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e6e6e6;
  float: left;
  -webkit-transition: background-color 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: background-color 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: background-color 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: background-color 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
}
.product-options-wrapper .current-color-container .swatch-attribute-selected-option {
  color: black;
  display: block;
  float: left;
  font-family: 'josefin_sansbold';
  font-size: 20px;
}
.product-options-wrapper .swatch-attribute-options {
  margin-top: 0px;
  float: left;
  width: 100%;
  padding: 0px 18px;
  box-sizing: border-box;
  border: 1px solid white;
  border-bottom-width: 2px;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.2s cubic-bezier(0.375, 0, 0.15, 0.92), border-color 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: max-height 0.2s cubic-bezier(0.375, 0, 0.15, 0.92), border-color 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: max-height 0.2s cubic-bezier(0.375, 0, 0.15, 0.92), border-color 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: max-height 0.2s cubic-bezier(0.375, 0, 0.15, 0.92), border-color 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
}
.product-options-wrapper .swatch-attribute-options .swatch-option.color {
  margin: 15px 0;
  width: 16.66%;
  float: none;
  position: relative;
  overflow: visible;
}
.product-options-wrapper .swatch-attribute-options .swatch-option.color span {
  display: block;
  border-radius: 50%;
}
.product-options-wrapper .swatch-attribute-options .swatch-option.color span.base {
  width: 54px;
  height: 54px;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -27px;
  position: absolute;
  opacity: .5;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: transform 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: transform 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: transform 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: transform 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
}
.product-options-wrapper .swatch-attribute-options .swatch-option.color span.color {
  width: 40px;
  height: 40px;
  margin: auto;
}
.product-options-wrapper .swatch-attribute-options .swatch-option.color:hover span.base,
.product-options-wrapper .swatch-attribute-options .swatch-option.color.selected span.base {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.product-options-wrapper .swatch-attribute.open .swatch-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-options-wrapper .swatch-attribute.open .swatch-wrap::after {
  content: "";
  flex: auto;
  width: 16.66%;
}
.product-options-wrapper .swatch-attribute.open .swatch-attribute-options {
  max-height: 2000px;
  border-bottom: none;
  border: 1px solid #e5e5e5;
  border-bottom-width: 2px;
  padding: 0px;
}
.product-options-wrapper .swatch-attribute.open .open-swatches-container {
  border-right: 1px solid #e5e5e5;
}
.product-options-wrapper .swatch-attribute.open .open-swatches-container:before {
  content: '';
  width: 8px;
  height: 8px;
  background: url(../img/minus.gif) no-repeat;
  position: absolute;
  right: 12px;
  top: 35px;
}
.product-add-form {
  float: left;
  width: 100%;
}
.breadcrumbs strong {
  color: black;
}
.breadcrumbs ul.items li.item {
  font-family: 'josefin_sanslight';
  font-size: 20px;
}
.breadcrumbs ul.items li.item:not(:last-child):after {
  content: "/";
  font-family: inherit;
  font-size: 22px;
  overflow: visible;
  margin: 8px 0px 0px;
}
.breadcrumbs ul.items li.item a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: black;
}
.breadcrumbs ul.items li.item a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background: black;
  -webkit-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
}
.breadcrumbs ul.items li.item a:hover {
  text-decoration: none;
}
.breadcrumbs ul.items li.item a:hover:after {
  width: 0;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  border: none;
}
#switcher-language,
#text-social-links,
#envelop {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}
.block-search input {
  border: 2px solid black;
  padding: 20px 50px 20px 20px;
  height: 60px;
  box-sizing: border-box;
}
.block-search .action.search,
.block-search .action.search:hover,
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  background: url(../img/searchsubmit.svg) no-repeat #ffffff center center;
  background-size: 18px;
  width: 60px;
  height: 60px;
  border: 2px solid black;
  cursor: pointer;
  pointer-events: auto;
  opacity: 1;
  border-radius: 0;
  position: absolute;
  right: 0;
}
.block-search .action.search:after,
.block-search .action.search:hover:after,
.block-search .action.search.disabled:after,
.block-search .action.search[disabled]:after,
fieldset[disabled] .block-search .action.search:after {
  content: '';
  background: url(../img/searchsubmit-white.svg) no-repeat center center;
  background-size: 18px;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: opacity 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: opacity 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: opacity 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
}
.block-search .action.search:before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  background: black;
  left: 0;
  top: 0;
  -webkit-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
}
.block-search .action.search:hover:after,
#search_mini_form.focus .action.search:after {
  opacity: 1;
}
.block-search .action.search:hover:before,
#search_mini_form.focus .action.search:before {
  width: 100%;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
#switcher-language {
  text-transform: uppercase;
}
#switcher-language .switcher-dropdown {
  border: none;
  background: none;
  box-shadow: none;
  min-width: 0;
}
#switcher-language .switcher-dropdown:before,
#switcher-language .switcher-dropdown:after {
  display: none;
}
#switcher-language .switcher-dropdown li:hover {
  background: none;
}
#switcher-language .switcher-dropdown li a {
  padding: 0;
  color: black;
}
#switcher-language .switcher-dropdown li a:hover {
  background: none;
}
#text-social-links {
  margin-left: 45px;
  margin-left: 0;
}
#text-social-links ul,
#text-social-links li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline-block;
}
#text-social-links a:hover {
  text-decoration: none;
}
#text-social-links li {
  margin-right: 18px;
}
#text-social-links li a {
  color: black;
}
.message.info {
  background: none;
  color: black;
  font-size: 18px;
  padding: 0;
  text-align: center;
}
.message.info > *:first-child:before {
  display: none;
}
.page-wrapper > .page-bottom {
  max-width: none;
  width: 100%;
  padding: 0;
  float: left;
  overflow: visible;
}
.page-wrapper > .page-bottom #femme {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 250px;
}
.product-info-main .product-info-stock-sku {
  display: block;
  margin-bottom: 10px;
  padding-left: 0;
  text-align: left;
}
.page-products .products-grid .product-item {
  width: calc(50% - 10px) !important;
  margin: 0 !important;
  text-align: center;
  margin-bottom: 30px;
  border-top: 1px solid #e6e6e6;
}
.page-products .products-grid .product-item .product-item-info {
  margin: 0 auto;
  width: 100%;
}
.item.product.product-item {
  display: none;
}
.item.product.product-item.active {
  display: inline-block;
}
.product.data.items > .item.title {
  width: 100%;
  margin: 0;
}
.product.data.items > .item.title .data.switch {
  padding: 0;
  border: none;
  text-transform: uppercase;
  font-family: 'josefin_sanslight';
  font-size: 20px;
}
.product.data.items > .item.content {
  border: none;
  padding: 0;
  font-family: 'josefin_sanslight';
  font-size: 20px;
}
.item {
  -webkit-transition: opacity 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: opacity 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: opacity 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: opacity 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
}
.item.disabled {
  cursor: default;
  opacity: .3;
}
.item.disabled a {
  cursor: default;
}
.catalog-category-view .product-item-description {
  margin: 10px 0;
  padding: 0 110px;
  display: block;
  font-size: 16px;
  font-family: 'josefin_sanslight';
}
.catalog-category-view.page-layout-2columns-left .page-main .products-grid .product-item-info:hover,
.catalog-category-view.page-layout-2columns-left .page-main .products-grid .product-item-info.active {
  box-shadow: none;
  border: none;
  margin: 0px;
  padding: 0px;
}
.catalog-category-view.page-layout-2columns-left .page-main .swatch-attribute.swatch-layered {
  padding-left: 10px;
}
.catalog-category-view.page-layout-2columns-left .page-main .swatch-attribute.swatch-layered.color_gamma {
  padding-bottom: 200px;
}
.catalog-category-view.page-layout-2columns-left .page-main .swatch-option.disabled {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .page-main .filter-options-content li.item {
  float: left;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
}
.catalog-category-view.page-layout-2columns-left .page-main .filter-options-content li.item.hidden {
  display: none !important;
}
.catalog-category-view.page-layout-2columns-left .page-main .filter-options-content a {
  padding-left: 35px !important;
  color: black;
  position: relative;
  margin-left: -5px !important;
  width: 100%;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  text-transform: lowercase;
  font-size: 18px;
  font-family: 'josefin_sanslight';
}
.catalog-category-view.page-layout-2columns-left .page-main .filter-options-content a:first-letter {
  text-transform: uppercase;
}
.catalog-category-view.page-layout-2columns-left .page-main .filter-options-content a div {
  box-shadow: none !important;
}
.catalog-category-view.page-layout-2columns-left .page-main .filter-options-content a:before {
  content: '';
  background-color: black;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 4px;
  opacity: 0;
}
.catalog-category-view.page-layout-2columns-left .page-main .filter-options-content a.selected {
  font-family: 'josefin_sansbold';
}
.catalog-category-view.page-layout-2columns-left .page-main .filter-options-content a.selected:before {
  opacity: 1;
}
.catalog-category-view.page-layout-2columns-left .page-main .filter-options-content a.swatch-option-link-layered {
  box-sizing: border-box;
  margin: 8px 0 0 -5px !important;
  -webkit-transition: opacity 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: opacity 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: opacity 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: opacity 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
}
.catalog-category-view.page-layout-2columns-left .page-main .filter-options-content a.swatch-option-link-layered.hidden {
  display: none !important;
}
.catalog-category-view.page-layout-2columns-left .page-main .filter-options-content a.swatch-option-link-layered.disabled {
  cursor: default;
  opacity: .3;
}
.catalog-category-view.page-layout-2columns-left .page-main .filter-options-content a.swatch-option-link-layered.disabled a {
  cursor: default;
}
.catalog-category-view.page-layout-2columns-left .page-main .filter-options-content a.swatch-option-link-layered:before {
  top: 16px;
}
.catalog-category-view.page-layout-2columns-left .page-main .filter-options-content a.swatch-option-link-layered.all:before {
  top: 6px;
}
.catalog-category-view.page-layout-2columns-left .page-main .filter-options-content .swatch-attribute-options a.swatch-option-link-layered {
  display: block;
  width: 100%;
  float: left;
}
.catalog-category-view.page-layout-2columns-left .page-main .filter-options-content .swatch-attribute-options a.swatch-option-link-layered .swatch-option.image {
  padding: 0;
  border: none;
  margin: 0;
  width: 40px;
  height: 40px;
}
.catalog-category-view.page-layout-2columns-left .page-main .filter-options-content a:hover {
  background: none;
}
.catalog-category-view.page-layout-2columns-left .page-main .filter-options-item {
  border-bottom: none;
  position: relative;
}
.catalog-category-view.page-layout-2columns-left .page-main .filter-options-item:before {
  content: '';
  width: calc(100% - 20px);
  height: 1px;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 10px;
}
.catalog-category-view.page-layout-2columns-left .page-main .filter-options-item:first-child:before {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .page-main .filter .block-subtitle {
  border-bottom: 1px solid #e6e6e6;
}
.catalog-category-view.page-layout-2columns-left .page-main .filter.active .filter-options,
.catalog-category-view.page-layout-2columns-left .page-main .filter-options {
  background: #f9f9f9;
}
.catalog-category-view.page-layout-2columns-left .page-main .filter-options-title {
  padding: 30px 10px 0 10px;
}
.catalog-category-view.page-layout-2columns-left .page-main .product-item-details {
  position: relative;
}
.catalog-category-view.page-layout-2columns-left .page-main .product-item-details h2 {
  font-family: 'rakkasregular';
}
.catalog-category-view.page-layout-2columns-left .page-main .product-item-details span.price {
  font-size: 22px;
  font-family: 'josefin_sansregular';
}
.catalog-category-view.page-layout-2columns-left .page-main .attributes-container {
  border: 1px solid #e6e6e6;
  padding: 13px 40px;
  background: white;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}
.catalog-category-view.page-layout-2columns-left .page-main .attributes-container.active {
  display: block;
}
.catalog-category-view.page-layout-2columns-left .page-main .attributes-container .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background: url(../img/close.svg) no-repeat;
  background-size: contain;
}
.catalog-category-view.page-layout-2columns-left .page-main .see-colors {
  cursor: pointer;
  position: relative;
}
.catalog-category-view.page-layout-2columns-left .page-main .see-colors:before {
  content: '';
  position: absolute;
  background: url(../img/colors.png) no-repeat;
  width: 36px;
  height: 28px;
  left: -50px;
  top: -4px;
}
.catalog-category-view.page-layout-2columns-left .column.main {
  width: 100%;
  background: white;
  -webkit-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
}
.catalog-category-view.page-layout-2columns-left .column.main .products {
  margin: 0 !important;
}
.catalog-category-view.page-layout-2columns-left .column.main .products .product-item:nth-child(even) {
  margin-left: 20px !important;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main {
  width: 0px;
  overflow: hidden;
  padding: 0;
  border-top: 1px solid #e6e6e6;
  -webkit-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
}
.catalog-category-view.page-layout-2columns-left .sidebar-main .filter-options {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .columns.open-filters .column.main {
  min-height: 1000px;
  width: 70%;
}
.catalog-category-view.page-layout-2columns-left .columns.open-filters .column.main .products {
  padding-left: 20px;
}
.catalog-category-view.page-layout-2columns-left .columns.open-filters .sidebar-main {
  width: 30%;
}
.catalog-category-view.page-layout-2columns-left .columns.open-filters .sidebar-main .filter-options {
  display: block;
}
.catalog-category-view.page-layout-2columns-left .category-cms {
  margin: 0;
}
.catalog-category-view.page-layout-2columns-left #filter-button {
  border-top: 1px solid #e6e6e6;
  padding: 20px 0;
}
.catalog-category-view.page-layout-2columns-left #filter-button > strong {
  cursor: pointer;
  position: relative;
}
.catalog-category-view.page-layout-2columns-left #filter-button > strong:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 8px;
  background-color: black;
  right: -50px;
  top: 7px;
}
.catalog-category-view.page-layout-2columns-left #filter-button > strong:before {
  content: '';
  display: block;
  position: absolute;
  height: 8px;
  width: 2px;
  background-color: black;
  right: -47px;
  top: 4px;
}
.catalog-category-view.page-layout-2columns-left #filter-button.active > strong:before {
  opacity: 0;
}
.catalog-category-view.page-layout-2columns-left .category-description {
  text-align: center;
  font-size: 24px;
}
.catalog-category-view.page-layout-2columns-left .category-description p {
  max-width: 650px;
  display: inline-block;
}
.see-colors {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  font-size: 18px;
  font-family: 'josefin_sanslight';
  margin-left: 40px;
}
.see-colors:before {
  content: '';
  position: absolute;
  background: url(../img/colors.png) no-repeat;
  width: 36px;
  height: 28px;
  left: -50px;
  top: -4px;
}
.catalog-category-view.page-layout-2columns-left .page-main .filter-options-title {
  font-size: 20px;
}
.catalog-category-view.page-layout-2columns-left .page-main .filter-options-content a.swatch-option-link-layered {
  margin-top: 30px;
}
a.product-item-link {
  cursor: default;
}
a.product-item-link:hover {
  text-decoration: none;
}
.swatch-option.color {
  width: 40px;
  height: 40px;
  max-width: none;
  border: none;
  padding: 0;
  margin: 13px;
  overflow: visible;
}
.swatch-option.color span {
  display: block;
  width: inherit;
  height: inherit;
  border-radius: 50%;
}
.swatch-option.color span.color {
  width: 40px;
  height: 40px;
  position: relative;
}
.swatch-option.color span.base {
  width: 54px;
  height: 54px;
  position: absolute;
  top: -7px;
  opacity: .5;
  left: -7px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: transform 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: transform 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: transform 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: transform 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
}
.swatch-option.color span:hover.base {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swatch-option.color:not(.disabled):hover,
.swatch-option.color.selected {
  outline: none;
  border: none !important;
}
.swatch-opt {
  float: left;
  width: 100%;
}
.swatch-option.image:not(.disabled):hover {
  outline: none;
}
.swatch-option.selected {
  outline: none;
}
.page-products .columns {
  background: #f9f9f9;
}
.sidebar.sidebar-main {
  background-color: none;
  border-top: none;
}
.page-wrapper {
  float: left;
  width: 100%;
  overflow: hidden;
}
.nav-sections,
.navigation {
  background-color: white;
}
.page_width_top .search-stockists {
  border: none !important;
  padding: 20px 0 15px;
  background: #f5f5f5;
  margin: 0;
}
.page_width_top .search-stockists .search-header {
  text-align: center;
}
.page_width_top .search-stockists .search-header .form {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  position: relative;
}
.page_width_top .search-stockists .search-header .form #stockist-search-term {
  border: 2px solid black;
  display: inline-block;
  height: 60px;
  padding-left: 10px;
  width: 100%;
  margin-top: 0px;
}
.page_width_top .search-stockists .search-header .form #stockists-submit {
  position: absolute;
  right: 0;
  top: 0;
  border: 2px solid black;
  background: url(../img/searchsubmit.svg) no-repeat #ffffff center center;
  background-size: 18px;
  width: 60px;
  height: 60px;
}
.page_width_top .search-stockists .search-header .form #stockists-submit:before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  background: black;
  left: 0;
  top: 0;
  -webkit-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: width 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
}
.page_width_top .search-stockists .search-header .form #stockists-submit:after {
  content: '';
  background: url(../img/searchsubmit-white.svg) no-repeat center center;
  background-size: 18px;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: opacity 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: opacity 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: opacity 0.2s cubic-bezier(0.375, 0, 0.15, 0.92);
}
.page_width_top .search-stockists .search-header .form #stockists-submit:hover:after,
.page_width_top .search-stockists .search-header .form #stockist-search-term:focus #stockists-submit:after {
  opacity: 1;
}
.page_width_top .search-stockists .search-header .form #stockists-submit:hover:before,
.page_width_top .search-stockists .search-header .form #stockist-search-term:focus #stockists-submit:before {
  width: 100%;
}
#map-canvas {
  min-height: 600px;
}
.stockists-window {
  max-width: 350px;
}
.stockists-window .stockists-title {
  text-transform: uppercase;
  color: #c9003a;
  font-family: 'rakkasregular';
  font-size: 30px;
}
.stockists-window .stockists-address,
.stockists-window .stockists-telephone {
  color: black;
  font-family: 'josefin_sanslight';
  font-size: 24px;
  text-transform: capitalize;
}
.stockists-window .stockists-city {
  color: black;
  font-family: 'josefin_sansregular';
  font-size: 24px;
  text-transform: capitalize;
}
.stockists-results,
.stockists-text {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 80px;
}
.stockists-results .results-word,
.stockists-text .results-word,
.stockists-results .success,
.stockists-text .success,
.stockists-results .no-success,
.stockists-text .no-success {
  font-size: 24px;
  font-family: 'josefin_sanslight';
  margin-bottom: 80px;
  display: block;
}
.stockists-results .success,
.stockists-text .success,
.stockists-results .no-success,
.stockists-text .no-success {
  display: none;
  margin-bottom: 0px;
}
.stockists-results .success.active,
.stockists-text .success.active,
.stockists-results .no-success.active,
.stockists-text .no-success.active {
  display: block;
}
.stockists-results .results-content,
.stockists-text .results-content {
  height: 170px;
  cursor: pointer;
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  padding: 0px 15px 30px 0;
}
.stockists-results .results-content p,
.stockists-text .results-content p {
  margin-bottom: 0;
}
.stockists-results .results-content .results-title,
.stockists-text .results-content .results-title {
  text-transform: uppercase;
  color: #c9003a;
  font-family: 'rakkasregular';
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
}
.stockists-results .results-content.active,
.stockists-text .results-content.active {
  background: none;
}
.stockists-results .results-content.active .results-title,
.stockists-text .results-content.active .results-title {
  color: #ed6774;
}
.stockists-results .results-content .results-address,
.stockists-text .results-content .results-address,
.stockists-results .results-content .results-phone,
.stockists-text .results-content .results-phone {
  color: black;
  font-family: 'josefin_sanslight';
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
}
.stockists-results .results-content .results-city,
.stockists-text .results-content .results-city {
  color: black;
  font-family: 'josefin_sansregular';
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
}
.page-footer {
  background: black;
  color: white;
  position: relative;
  margin-top: 252px;
  float: left;
  width: 100%;
}
.page-footer #newsletter-error {
  text-align: left;
}
.page-footer .footer.content {
  border: none;
  padding: 0;
}
.page-footer h3 {
  font-family: 'josefin_sansbold';
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.page-footer .flex {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  float: left;
  width: 100%;
  text-align: center;
  margin: 80px 0;
}
.page-footer .flex > div {
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-basis: 0;
}
.page-footer .logo {
  width: 390px;
  height: 53px;
  margin: 0 auto;
  float: none;
  z-index: 1;
}
.page-footer #footer-logo h3 {
  font-family: 'josefin_sansregular';
  font-size: 25px;
  line-height: 33px;
  font-weight: 100;
}
#footer-social .page-footer {
  margin: 0;
}
.page-footer .pin-footer {
  display: block;
  background: url(../img/pin-footer.svg) no-repeat;
  background-position: center;
  background-size: contain;
  height: 50px;
  width: 100%;
}
.page-footer #footer-subscribe .check {
  max-width: 290px;
  margin: 20px auto 0;
  position: relative;
}
.page-footer #footer-subscribe .check input[type="checkbox"] {
  display: none;
}
.page-footer #footer-subscribe .check input[type="checkbox"] + label {
  display: block;
  font-size: 17px;
  margin-left: 35px;
  padding-top: 3px;
  cursor: pointer;
  text-align: left;
}
.page-footer #footer-subscribe .check input[type="checkbox"] + label a {
  color: white;
  text-decoration: underline;
}
.page-footer #footer-subscribe .check input[type="checkbox"] + label a:href {
  text-decoration: none;
}
.page-footer #footer-subscribe .check input[type="checkbox"] + label:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid white;
  display: block;
  padding: 1px;
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}
.page-footer #footer-subscribe .check input[type="checkbox"]:checked + label:before {
  content: url(../img/flag.png);
}
.page-footer #footer-subscribe .field.newsletter {
  max-width: 290px;
  margin: 0 auto;
  position: relative;
}
.page-footer #footer-subscribe .field.newsletter input[type=email] {
  height: 60px;
  border: 2px solid white;
  border-radius: 0;
  background: black;
  color: white;
}
.page-footer #footer-subscribe .field.newsletter button {
  border: 2px solid white;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  background-position: center;
  background-color: transparent;
  overflow: hidden;
}
.page-footer #footer-subscribe .field.newsletter button:before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  -webkit-transition: width 0.4s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: width 0.4s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: width 0.4s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: width 0.4s cubic-bezier(0.375, 0, 0.15, 0.92);
}
.page-footer #footer-subscribe .field.newsletter button:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  background: url(../img/subscribe-arrow-.png) no-repeat left center;
}
.page-footer #footer-subscribe .field.newsletter button:hover:before {
  width: 100%;
}
.page-footer #footer-subscribe .field.newsletter button:hover:after {
  background-position: right center;
}
.page-footer #footer-contacts a,
.page-footer #footer-contacts a:hover,
.page-footer #footer-contacts a:visited {
  color: white;
  font-family: 'rakkasregular';
  font-size: 24px;
  display: inline-block;
  padding-top: 13px;
}
.page-footer #footer-contacts a {
  text-decoration: underline;
}
.page-footer #footer-contacts a:hover {
  text-decoration: none;
}
#footer-social {
  background: #c9003a;
  color: black;
  padding: 50px 0 30px;
  float: left;
  width: 100%;
}
#footer-social .footer.content {
  border: none;
  padding: 0;
}
#footer-social .footer.content .social-container {
  width: auto;
  max-width: 350px;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}
#footer-social .footer.content .social-container a {
  display: block;
  float: left;
  flex: 1 1 auto;
  height: 57px;
  width: 57px;
}
#footer-social .footer.content .social-container a.fb {
  background: url(../img/facebook-footer.svg) no-repeat center center;
}
#footer-social .footer.content .social-container a.ig {
  background: url(../img/instagram-footer.svg) no-repeat center center;
}
#footer-social .footer.content .social-container a.yt {
  background: url(../img/youtube-footer.svg) no-repeat center center;
}
#footer-social h3 {
  font-family: 'josefin_sansbold';
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#footer-social .flex {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  float: left;
  width: 100%;
  text-align: center;
}
#footer-social .flex > div {
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-basis: 0;
}
footer.page-footer:before {
  content: '';
  float: left;
  background: url(../img/paris.svg) repeat-x #ffffff left 1px;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 252px;
  top: -252px;
}
.product-items .slick-dots li button,
.other-categories-container .slick-dots li button {
  border-radius: 50%;
  background: #e6e6e6;
}
.product-items .slick-dots li button:before,
.other-categories-container .slick-dots li button:before {
  content: none;
}
.product-items .slick-dots li.slick-active button,
.other-categories-container .slick-dots li.slick-active button {
  background: #c9003a;
}
.block.widget .block-subtitle {
  line-height: 55px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .catalog-category-view.page-layout-2columns-left .page-main .filter-options-content a.swatch-option-link-layered:before {
    top: 8px;
    left: 20px;
  }
  .block.widget .block-text {
    padding: 0 10px;
  }
  .page-footer .flex {
    margin: 80px 0 0;
  }
  .baralevres-container .image-container {
    height: 500px;
  }
  .baralevres-container .image-container .image {
    max-width: 1350px;
  }
  .block.widget.block-products-list.grid {
    padding-bottom: 50px;
  }
  .insta-wall-container .insta-wall .images-grid .image-container {
    width: 143px;
    height: 143px;
    margin: 5px;
  }
  .bar-a-levres-wave {
    height: 250px;
  }
  .other-categories-container .block-content.catalog-category {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .other-categories-container .block-content.catalog-category .slick-dots {
    bottom: 25px;
  }
  #map-canvas {
    min-height: 300px !important;
    height: 300px !important;
  }
  .stockists-window {
    padding: 10px;
  }
  .stockists-window .stockists-title {
    margin-bottom: 2px;
    font-size: 16px;
  }
  .stockists-window .stockists-city {
    margin-bottom: 2px;
    font-size: 14px;
  }
  .stockists-window .stockists-address,
  .stockists-window .stockists-telephone {
    margin-bottom: 2px;
    font-size: 14px;
  }
  .stockists-results,
  .stockists-text {
    padding-top: 20px;
  }
  .stockists-results .results-word,
  .stockists-text .results-word {
    margin-bottom: 20px;
  }
  .stockists-results .success,
  .stockists-text .success,
  .stockists-results .no-success,
  .stockists-text .no-success {
    margin-bottom: 0;
  }
  .stockists-results .results-content,
  .stockists-text .results-content {
    height: auto;
  }
  .page-wrapper {
    padding-top: 50px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .page_width_top .search-stockists {
    padding-left: 25px;
    padding-right: 25px;
  }
  .stockists-results {
    padding-left: 55px;
    padding-right: 55px;
    box-sizing: border-box;
    text-align: center;
  }
  .stockists-results .results-content {
    width: 100%;
    padding: 15px;
  }
  .page-bottom #femme svg {
    width: 260px;
    height: 260px;
  }
  footer.page-footer {
    margin-top: 70px;
  }
  footer.page-footer:before {
    height: 162px;
    top: -62px;
  }
  footer.page-footer .flex {
    display: block;
  }
  footer.page-footer .flex > div {
    margin-bottom: 20px;
  }
  footer.page-footer #footer-logo h3 {
    font-size: 20px;
    line-height: 23px;
  }
  footer.page-footer #footer-logo .logo {
    max-width: 314px;
  }
}
@media screen and (min-width: 768px) {
  .footer.content,
  .page-main {
    padding-left: 0px;
    padding-right: 0px;
    float: none;
    width: 100%;
  }
  .navigation ul {
    padding: 0;
  }
  .header.content {
    padding: 30px 0 0;
    position: static;
  }
}
.sections.nav-sections {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
}
button.c-hamburger,
button.c-hamburger:hover,
button.c-hamburger:active,
button.c-hamburger:focus {
  box-shadow: none;
  background: none;
  border: none;
  position: absolute;
  top: 10px;
  left: 10px;
}
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 13.7499999px;
  left: 5.625px;
  right: 5.625px;
  height: 2.4px;
  background: #000000;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2.4px;
  background-color: #000000;
  content: "";
}
.c-hamburger span::before {
  top: -6.25px;
}
.c-hamburger span::after {
  bottom: -6.25px;
}
.c-hamburger--x {
  background-color: transparent;
}
.c-hamburger--x:hover {
  background-color: transparent;
}
.c-hamburger--htx span {
  transition: background 0s 0.2s;
}
.c-hamburger--x span::before,
.c-hamburger--x span::after {
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}
.c-hamburger--x span::before {
  transition-property: top, transform;
}
.c-hamburger--x span::after {
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--x.is-active {
  background-color: transparent;
}
.c-hamburger--x.is-active:hover {
  background-color: transparent;
}
.c-hamburger--x.is-active span {
  background: none;
}
.c-hamburger--x.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger--x.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger--x.is-active span::before,
.c-hamburger--x.is-active span::after {
  transition-delay: 0s, 0.2s;
}
.c-hamburger--rot {
  background-color: transparent;
}
.c-hamburger--rot:hover {
  background-color: transparent;
}
.c-hamburger--rot span {
  transition: transform 0.2s;
}
/* active state, i.e. menu open */
.c-hamburger--rot.is-active {
  background-color: transparent;
}
.c-hamburger--rot.is-active:hover {
  background-color: transparent;
}
.c-hamburger--rot.is-active span {
  transform: rotate(90deg);
}
.c-hamburger--htx {
  background-color: transparent;
}
.c-hamburger--htx:hover {
  background-color: transparent;
}
.c-hamburger--htx span {
  transition: background 0s 0.2s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
}
.c-hamburger--htx.is-active:hover {
  background-color: transparent;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.2s;
}
.c-hamburger--htla {
  background-color: transparent;
}
.c-hamburger--htla:hover {
  background-color: transparent;
}
.c-hamburger--htla span {
  transition: transform 0.2s;
}
.c-hamburger--htla span::before {
  transform-origin: top right;
  transition: transform 0.2s, width 0.2s, top 0.2s;
}
.c-hamburger--htla span::after {
  transform-origin: bottom right;
  transition: transform 0.2s, width 0.2s, bottom 0.2s;
}
/* active state, i.e. menu open */
.c-hamburger--htla.is-active {
  background-color: transparent;
}
.c-hamburger--htla.is-active:hover {
  background-color: transparent;
}
.c-hamburger--htla.is-active span {
  transform: rotate(180deg);
}
.c-hamburger--htla.is-active span::before,
.c-hamburger--htla.is-active span::after {
  width: 50%;
}
.c-hamburger--htla.is-active span::before {
  top: 0;
  transform: translateX(11.875px) translateY(1.24999998px) rotate(45deg);
}
.c-hamburger--htla.is-active span::after {
  bottom: 0;
  transform: translateX(11.875px) translateY(-1.24999998px) rotate(-45deg);
}
.c-hamburger--htra {
  background-color: transparent;
}
.c-hamburger--htra:hover {
  background-color: transparent;
}
.c-hamburger--htra span {
  transition: transform 0.2s;
}
.c-hamburger--htra span::before {
  transform-origin: top left;
  transition: transform 0.2s, width 0.2s, top 0.2s;
}
.c-hamburger--htra span::after {
  transform-origin: bottom left;
  transition: transform 0.2s, width 0.2s, bottom 0.2s;
}
/* active state, i.e. menu open */
.c-hamburger--htra.is-active {
  background-color: transparent;
}
.c-hamburger--htra.is-active:hover {
  background-color: transparent;
}
.c-hamburger--htra.is-active span {
  transform: rotate(180deg);
}
.c-hamburger--htra.is-active span::before,
.c-hamburger--htra.is-active span::after {
  width: 50%;
}
.c-hamburger--htra.is-active span::before {
  top: 0;
  transform: translateX(-2.4999999px) translateY(1.24999998px) rotate(-45deg);
}
.c-hamburger--htra.is-active span::after {
  bottom: 0;
  transform: translateX(-2.4999999px) translateY(-1.24999998px) rotate(45deg);
}
.cms-brand .nav-3 a:before {
  opacity: 1 !important;
}
.cms-brand .nav-3 a:before {
  opacity: 1 !important;
}
.cms-innovazione .nav-4 a:before {
  opacity: 1 !important;
}
.stockists .nav-stores a:before {
  opacity: 1 !important;
}
.categorypath-altri-prodotti-viso .nav-2 a:before,
.categorypath-altri-prodotti-occhi .nav-2 a:before,
.categorypath-altri-prodotti-mani .nav-2 a:before {
  opacity: 1 !important;
}
.categorypath-labbra .nav-1 a:before {
  opacity: 1 !important;
}
.videoslider-container .video-slide-container {
  margin-top: 50px;
}
.videoslider-container .video-slide-container .slide .title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mix-container .links {
    width: 100%;
  }
  .mix-container .links ul {
    width: 100%;
  }
  .brand-blocks-container {
    padding: 0;
  }
  .videoslider-container .video-slide-container {
    padding: 0;
  }
  .videoslider-container .video-slide-container .slick-dots li button {
    border-radius: 50%;
    background: #e6e6e6;
  }
  .videoslider-container .video-slide-container .slick-dots li button:before {
    content: none;
  }
  .videoslider-container .video-slide-container .slick-dots li.slick-active button {
    background: #c9003a;
  }
  .videoslider-container .video-slide-container .slide .content {
    margin: 0 auto;
  }
  .videoslider-container .video-slide-container .slide .title {
    text-align: center;
  }
  .insta-wall-container .insta-wall .images-grid {
    width: 306px;
    margin: 25px auto;
    float: none;
  }
  .product-slider-container,
  .brand-slider-container,
  .innovation-slider-container,
  .innovation-slider-container-second {
    height: auto;
  }
  .page-layout-rb-innovation .innovation-blocks .innovation-block .left,
  .page-layout-rb-innovation .innovation-blocks .innovation-block .right {
    width: 100%;
    display: block;
    float: left;
    height: auto;
  }
  .page-layout-rb-innovation .innovation-blocks .innovation-block .left .image,
  .page-layout-rb-innovation .innovation-blocks .innovation-block .right .image {
    text-align: center;
  }
  .product-slider-container .slider-container .slick-dots,
  .brand-slider-container .slider-container .slick-dots,
  .innovation-slider-container .slider-container .slick-dots,
  .innovation-slider-container-second .slider-container .slick-dots {
    bottom: 5px;
  }
  .product-slider-container .slider-container .slick-dots li,
  .brand-slider-container .slider-container .slick-dots li,
  .innovation-slider-container .slider-container .slick-dots li,
  .innovation-slider-container-second .slider-container .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .product-slider-container .slider-container .slick-dots li button,
  .brand-slider-container .slider-container .slick-dots li button,
  .innovation-slider-container .slider-container .slick-dots li button,
  .innovation-slider-container-second .slider-container .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .product-slider-container .slider-container .slick-dots li button:before,
  .brand-slider-container .slider-container .slick-dots li button:before,
  .innovation-slider-container .slider-container .slick-dots li button:before,
  .innovation-slider-container-second .slider-container .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
  .page-layout-rb-innovation #maincontent p {
    font-size: 20px;
  }
  .page-layout-rb-innovation .innovation-blocks .innovation-block {
    margin: 0;
  }
  .page-layout-rb-innovation .innovation-content {
    padding: 0;
    margin: 0;
    padding-top: 20px;
  }
  .page-layout-rb-innovation .innovation-content .content {
    padding: 0 20px;
  }
  .page-layout-rb-innovation .innovation-content .content .block_text {
    font-size: 20px;
  }
  .columns .column.main {
    padding-bottom: 0;
  }
  .columns .column.main .page-layout-rb-innovation #maincontent p {
    font-size: 20px;
  }
  .page-layout-rb-innovation .innovation-blocks .innovation-block .left,
  .page-layout-rb-innovation .innovation-blocks .innovation-block .right {
    padding: 0;
    margin-top: 40px;
  }
  .page-layout-rb-innovation .innovation-blocks .innovation-block {
    height: auto;
  }
  .page-layout-rb-innovation .innovation-blocks .innovation-block .petal {
    padding-right: 0;
    height: 370px;
    background-size: contain;
  }
  .page-layout-rb-innovation .innovation-blocks .innovation-block .petal .content {
    box-sizing: border-box;
    padding: 0px 60px;
    height: 280px;
  }
  .page-layout-rb-innovation .innovation-blocks .innovation-block .petal .content .block_name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page-layout-rb-innovation .innovation-blocks .innovation-block .petal .content .block_title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .page-layout-rb-innovation .innovation-blocks .innovation-block .petal .content .block_text p {
    font-size: 20px;
    line-height: 23px;
    margin-top: 10px;
  }
  .mix-container .right:first-child {
    padding-right: 0px;
  }
  .innovation-container,
  .article-container,
  .mix-container {
    display: block;
  }
  .innovation-container .left,
  .article-container .left,
  .mix-container .left,
  .innovation-container .right,
  .article-container .right,
  .mix-container .right {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
  }
  .innovation-container .left.desktop,
  .article-container .left.desktop,
  .mix-container .left.desktop,
  .innovation-container .right.desktop,
  .article-container .right.desktop,
  .mix-container .right.desktop {
    display: none;
  }
  .innovation-container .left .content,
  .article-container .left .content,
  .mix-container .left .content,
  .innovation-container .right .content,
  .article-container .right .content,
  .mix-container .right .content,
  .innovation-container .left .content:last-child,
  .article-container .left .content:last-child,
  .mix-container .left .content:last-child,
  .innovation-container .right .content:last-child,
  .article-container .right .content:last-child,
  .mix-container .right .content:last-child {
    position: relative;
    top: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    tranform: translate(0);
  }
  .store-container .container {
    padding: 10px;
    float: left;
    padding-top: 20px;
  }
  .store-container .container .left,
  .store-container .container .right {
    width: 100%;
  }
  .store-container .container .content .store-locator {
    padding: 0;
    background-size: contain;
    height: 260px;
    width: calc(100% - 10px);
  }
  .store-container .container .content .store-locator .input-text {
    width: 270px;
    margin-top: 20px;
    margin-top: 55px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .store-container .container .content .store-locator .input-text input#place {
    width: 230px;
  }
  .mix-container .content {
    padding: 0 10px;
  }
  .mix-container .content .links li {
    width: calc(50% - 10px);
    margin: 0 5px;
    box-sizing: border-box;
  }
  .mix-container .content .links li a {
    font-size: 13px;
  }
}
.page-layout-rb-brand .brand-content-container {
  margin: 100px auto;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: black;
}
.loading-mask {
  z-index: 0 !important;
}
.loading-mask .loader {
  z-index: 0 !important;
}
.brand-blocks-container {
  box-sizing: border-box;
}
.page-layout-rb-innovation .innovation-blocks .innovation-block .left.petal,
.page-layout-rb-innovation .innovation-blocks .innovation-block .right.petal {
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .catalog-category-view.page-layout-2columns-left .sidebar-main {
    width: 100%;
  }
  .catalog-category-view.page-layout-2columns-left .sidebar-main .filter-options {
    display: block;
  }
  .filter-options-content {
    display: none;
    position: absolute;
    margin-top: 43px !important;
    left: 0;
    width: 100%;
    background: white;
    z-index: 1;
  }
  .filter-options-content.active {
    display: block;
  }
  .catalog-category-view.page-layout-2columns-left .page-main .filter-options-content .swatch-attribute-options a.swatch-option-link-layered {
    float: left;
    width: auto;
    display: inline;
  }
  .sidebar.sidebar-main {
    border-top: 1px solid black!important;
  }
  .catalog-category-view.page-layout-2columns-left .page-main .filter-options-title {
    box-sizing: border-box;
    width: 50%;
    display: block;
    font-size: 16px;
    float: left;
    padding: 12px 0 8px;
    text-align: left;
    position: relative;
    font-family: 'josefin_sanslight';
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
  }
  .catalog-category-view.page-layout-2columns-left .page-main .filter-options-title:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 13px;
    width: 15px;
    height: 15px;
    background: url(../img/arrow-filters-mobile.png) no-repeat center;
  }
  .catalog-category-view.page-layout-2columns-left .page-main .filter-options-title.active {
    border-bottom: 1px solid white;
  }
  .catalog-category-view.page-layout-2columns-left .page-main .filter-options-title.active:before {
    background: url(../img/close-filters-mobile.png) no-repeat center;
  }
  .catalog-category-view.page-layout-2columns-left .page-main .filter-options-title:first-child {
    padding-right: 10px;
    border-right: 1px solid black;
  }
  .catalog-category-view.page-layout-2columns-left .page-main .filter-options-title:nth-child(3) {
    padding-left: 10px;
  }
  .catalog-category-view.page-layout-2columns-left .page-main .filter-options-title:after {
    display: none;
  }
  .filter-options-content {
    border-bottom: 1px solid black;
    margin-top: 43px;
    width: 100%;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 90px;
  }
  .filter-options-content .swatch-attribute {
    width: 100%;
    height: 100px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .filter-options-content .swatch-attribute .swatch-attribute-options a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px !important;
    overflow: hidden;
    white-space: normal;
    display: inline-block;
  }
  .filter-options-content.typology {
    height: auto;
  }
  .filter-options-content.typology li.item {
    padding: 5px 0;
    margin: 5px 0;
    margin-bottom: 5px !important;
    border-bottom: 1px solid #e6e6e6;
  }
  .filter-options-content.typology li.item:last-child {
    border-bottom: none;
  }
  .catalog-category-view.page-layout-2columns-left .page-main .swatch-attribute.swatch-layered.color_gamma {
    padding-bottom: 10px;
  }
  .page-products .columns {
    background: none;
  }
  #filter-button {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .sticky-product-container .content .right .swatches {
    margin-left: 0;
  }
  .innovation-slider-container,
  .innovation-slider-container-second {
    height: auto;
    margin-bottom: 50px;
  }
  .page-layout-rb-innovation .innovation-blocks {
    padding: 0;
    box-sizing: border-box;
  }
  .stockists-results {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .catalog-category-view.page-layout-2columns-left .page-main .attributes-container {
    padding: 30px 5px;
  }
  .mix-container {
    float: left;
    margin: 50px 0;
  }
  .page-layout-1column .product-info-main,
  .page-layout-1column .product.media {
    padding-left: 20px;
    padding-right: 20px;
  }
  .column.main .product-item,
  .catalog-category-view.page-layout-2columns-left .column.main .products .product-item:nth-child(even) {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .tingle-modal.share .tingle-modal-box {
    padding: 25px;
  }
  .tingle-modal.share .tingle-modal-box .content {
    padding: 25px;
  }
  .tingle-modal.share .tingle-modal-box .content .left {
    width: 100%;
    background-size: contain;
  }
  .tingle-modal.share .tingle-modal-box .content .right {
    display: none;
  }
  .tingle-modal.share .tingle-modal-box .content .social-shares {
    padding-top: 0;
  }
  .tingle-modal.share .tingle-modal-box .content .social-shares ul li {
    margin: 0 5px;
  }
  .reasonwhy-container .reason-why > div.left {
    background-size: contain;
  }
  .reasonwhy-container .reason-why > div .content .chic-icon {
    font-size: 85px;
    line-height: 85px;
  }
  .reasonwhy-container .waves-container {
    height: 330px;
    margin-top: -280px;
  }
  .reasonwhy-container .waves-container #waves .wave {
    width: 1311px;
  }
  .reasonwhy-container .reason-why > div {
    height: 530px;
  }
  .page-title-wrapper.product .page-title {
    text-align: center;
    line-height: 40px;
    font-size: 35px;
    display: inline-block;
  }
  .page-title-wrapper.product {
    text-align: center;
  }
  .product-options-bottom .price-box,
  .product-info-price .price-box {
    display: block !important;
    text-align: center;
    width: 100%;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    color: black;
    font-family: 'josefin_sansregular';
    font-weight: 300;
  }
  .reasonwhy-container .reason-why > div .content {
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .reasonwhy-container .reason-why > div .content .reason-text {
    padding-right: 10px;
    font-size: 16px;
  }
  .reasonwhy-container .reason-why > div .content .les-rouges-trucs {
    font-size: 28px;
    line-height: 32px;
    display: inline-block;
    margin-top: -10px;
  }
  .block.related .products.list {
    width: 100%;
  }
  .block.related {
    margin-top: 40px;
  }
  .block.related .products.list .product-item .product-item-info {
    margin: 0 auto;
    width: 100%;
  }
  .product-info-main .page-title-wrapper.product {
    display: none;
  }
  .product-info-main .product-info-price {
    display: none !important;
  }
  .page-products .products-grid .product-item {
    width: 100% !important;
  }
  .product-options-wrapper .swatch-attribute-options .swatch-option.color span.color {
    width: 20px;
    height: 20px;
  }
  .product-options-wrapper .swatch-attribute-options .swatch-option.color {
    display: flex;
    width: 20%;
  }
  .product-options-wrapper .swatch-attribute.open .swatch-wrap::after {
    content: "";
    flex: auto;
    width: 20%;
  }
  .product-options-wrapper .swatch-attribute-options .swatch-option.color span.base {
    width: 34px;
    height: 34px;
    margin-top: -17px;
    margin-left: -17px;
  }
  .page-layout-1column .product-info-main,
  .page-layout-1column .product.media {
    width: 100% !important;
  }
  .catalog-category-view .product-item-description {
    padding: 0px;
  }
  .page-layout-rb-innovation .innovation-blocks .innovation-block .left.petal .content,
  .page-layout-rb-innovation .innovation-blocks .innovation-block .right.petal .content {
    position: relative;
  }
  .page-layout-rb-innovation .innovation-blocks {
    padding: 0;
  }
  .product-slider-container .slider-container .slide .modal-open,
  .brand-slider-container .slider-container .slide .modal-open,
  .innovation-slider-container .slider-container .slide .modal-open,
  .innovation-slider-container-second .slider-container .slide .modal-open {
    font-size: 15px;
  }
  .slide .modal-open {
    bottom: 2px;
    right: 10px;
  }
  .page-wrapper > .page-bottom #femme {
    margin-bottom: 50px;
  }
  .brand-content-container.wrap {
    padding: 0 10px;
  }
  .page-layout-rb-brand .brand-content-container .left,
  .page-layout-rb-brand .brand-content-container .right {
    width: 100%;
  }
  .brand-blocks-container .left,
  .brand-blocks-container .right {
    width: 100%;
    padding: 0;
  }
  .page-layout-rb-brand .brand-content-container .left .content .block_title,
  .page-layout-rb-brand .brand-content-container .right .content .block_title {
    font-size: 34px;
    line-height: 38px;
  }
  .page-layout-rb-brand .brand-content-container .left .content .block_text p,
  .page-layout-rb-brand .brand-content-container .right .content .block_text p {
    font-size: 20px;
    line-height: 23px;
  }
  .brand-blocks-container.wrap {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .page-layout-rb-brand .brand-content-container .right .content {
    background-size: contain;
  }
  .brand-blocks-container .brand-block {
    margin: 0;
  }
  .brand-blocks-container .left,
  .brand-blocks-container .right {
    height: 370px;
  }
  .product-slider-container,
  .brand-slider-container,
  .innovation-slider-container,
  .innovation-slider-container-second {
    margin: 0;
  }
  .page-layout-rb-brand #maincontent p {
    font-size: 20px;
    line-height: 23px;
    text-align: left;
  }
  .page-layout-rb-brand .brand-content-container {
    margin: 0;
  }
  .page-layout-rb-brand .brand-content-container .left .content,
  .page-layout-rb-brand .brand-content-container .right .content {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .page-layout-rb-brand .brand-content-container .left,
  .page-layout-rb-brand .brand-content-container .right {
    height: auto;
  }
  .product-options-wrapper .current-color-container .current-color-swatch {
    width: 20px;
    height: 20px;
    margin-top: 7px;
  }
  .product.data.items {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .page-layout-1column .product-info-main {
    padding-left: 0px;
    padding-right: 0px;
  }
  .swatch-attribute-selected-option {
    font-size: 16px;
    margin-top: 2px;
    padding-left: 10px;
  }
  .product-options-wrapper .current-color-container .swatch-attribute-selected-option {
    font-size: 14px;
    line-height: 16px;
    max-width: 125px;
  }
  .open-swatches-container .open-swatches {
    font-size: 16px;
    margin-top: 5px;
  }
  .open-swatches-container .open-swatches:before {
    width: 26px;
    height: 20px;
    background-size: contain;
    left: -40px;
    top: 7px;
  }
}
.ie10 .page-wrapper,
.ie11 .page-wrapper {
  height: auto !important;
}
.page-wrapper > .page-bottom {
  max-width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.navigation {
  background: white !important;
}
.page-footer {
  background: black !important;
}
.block.widget .products-grid .product-items {
  margin: 0 auto!important;
}
.slick-arrow,
.slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:focus {
  width: 60px !important;
  height: 60px !important;
}
.slick-arrow:before,
.slick-arrow:hover:before,
.slick-arrow:active:before,
.slick-arrow:focus:before {
  content: '' !important;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  border: none !important;
}
#cookie-banner {
  position: fixed;
  left: 2px;
  width: calc(100% - 4px);
  bottom: -100%;
  background: white;
  z-index: 100;
  border: 2px solid #dadada;
  -webkit-transition: bottom 0.5s cubic-bezier(0.375, 0, 0.15, 0.92);
  -moz-transition: bottom 0.5s cubic-bezier(0.375, 0, 0.15, 0.92);
  -o-transition: bottom 0.5s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: bottom 0.5s cubic-bezier(0.375, 0, 0.15, 0.92);
}
#cookie-banner.active {
  bottom: 2px;
}
#cookie-banner .content {
  max-width: 1200px;
  padding: 25px 90px 25px 0;
  position: relative;
  margin: 0 auto;
}
#cookie-banner .content a,
#cookie-banner .content a:hover {
  color: black;
}
#cookie-banner .content p {
  font-size: 16px;
  line-height: 20px;
  color: black;
  margin: 0;
}
#cookie-banner .content .close {
  cursor: pointer;
  position: absolute;
  background: url(../img/close.png);
  top: 50%;
  right: 0;
  width: 60px;
  height: 60px;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  sticky-category-container {
    paddint-top: 25px;
  }
  .page-products .products-grid .product-item {
    width: calc(50% - 20px) !important;
  }
}
.column.main {
  min-height: 0 !important;
}
.page-layout-rb-brand .column.main {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .brand-blocks-container .left,
  .brand-blocks-container .right {
    height: 540px;
  }
}
._block-content-loading {
  z-index: 0 !important;
}
@media screen and (min-width: 1280px) {
  .baralevres-container .image-container .image {
    height: auto;
    right: auto;
    left: auto;
    width: 100%;
  }
}
body:lang(fr-FR) nav.navigation ul.menu ul.level0.submenu li {
  width: 100%;
}
.insta-wall {
  background-color: #f5e3e2;
  width: 100%;
  float: left;
  text-align: center;
}
.insta-wall .content {
  display: inline-block;
  text-align: center;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: 49%;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .limiter {
    float: right;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    padding-bottom: 35px;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    width: 34%;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 35px 2px 35px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.name {
    padding-left: 0;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  html,
  body {
    height: 100%;
  }
  .ie9 body {
    background-color: #6e716e;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
    width: 16.66666667%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
