.home-gifts__grid {
  text-align: left;
}

.home-gifts__grid .home-gifts__box {
  position: relative;
  display: block;
  background-color: #b89a6b;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url("../images/home/gifts-box-bg.png");
}

.home-gifts__grid .home-gifts__box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.home-gifts__grid .home-gifts__box .home-gifts__box-left {
  display: inline-block;
  width: 60%;
  border-right: 4px solid #fff;
}

@media (min-width: 62em) {
  .home-gifts__grid .home-gifts__box .home-gifts__box-left {
    border-right-width: 12px;
  }
}

.home-gifts__grid .home-gifts__box .home-gifts__box-right {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
}

.home-gifts__grid .home-gifts__box .home-gifts__box-right span {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "BodoniFLF-Roman",serif;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  transition: letter-spacing 0.45s;
}

@media (min-width: 23.4375em) {
  .home-gifts__grid .home-gifts__box .home-gifts__box-right span {
    font-size: 22px;
  }
}

@media (min-width: 30em) {
  .home-gifts__grid .home-gifts__box .home-gifts__box-right span {
    font-size: 28px;
  }
}

@media (min-width: 48em) {
  .home-gifts__grid .home-gifts__box .home-gifts__box-right span {
    font-size: 32px;
  }

  body.lang-es .home-gifts__grid .home-gifts__box .home-gifts__box-right span {
    font-size: 22px;
  }
}

@media (min-width: 62em) {
  .home-gifts__grid .home-gifts__box .home-gifts__box-right span {
    font-size: 36px;
  }

  body.lang-es .home-gifts__grid .home-gifts__box .home-gifts__box-right span {
    font-size: 29px;
  }
}

@media (min-width: 75em) {
  .home-gifts__grid .home-gifts__box .home-gifts__box-right span {
    font-size: 40px;
  }

  body.lang-es .home-gifts__grid .home-gifts__box .home-gifts__box-right span,
  body.lang-nl .home-gifts__grid .home-gifts__box .home-gifts__box-right span {
    font-size: 35px;
  }
}

@media (max-width: 47.99em) {
  .home-gifts__grid .home-gifts__box {
    margin-bottom: 8px;
    background-size: auto 100%;
  }

  .home-gifts__grid .home-gifts__box--second {
    background-position: left top;
  }

  .home-gifts__grid .home-gifts__box--second .home-gifts__box-left {
    width: 100%;
    text-align: right;
    border-right: none;
  }

  .home-gifts__grid .home-gifts__box--second .home-gifts__box-left img {
    width: 60%;
    border-left: 4px solid #fff;
  }

  .home-gifts__grid .home-gifts__box--second .home-gifts__box-right {
    right: auto;
    left: 0;
  }
}

@media (min-width: 48em) {
  .home-gifts__grid .home-gifts__box:hover .home-gifts__box-right span,
  .home-gifts__grid .home-gifts__box:active .home-gifts__box-right span,
  .home-gifts__grid .home-gifts__box:focus .home-gifts__box-right span {
    letter-spacing: 2px;
  }
}

.sales-18 {
  background-color: #19242f;
  display: block;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

@media (max-width: 25.74em) {
  .sales-18 {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (min-width: 62em) {
  .sales-18 {
    margin-top: 60px;
    padding-bottom: 90px;
    margin-bottom: 60px;
  }
}

@media (min-width: 75em) {
  .sales-18 {
    padding-bottom: 110px;
  }
}

.sales-18__title {
  margin-top: 50px;
  margin-bottom: 0;
  color: #f3ca12;
  font-family: 'cervomedium';
  text-align: center;
  font-size: 110px;
  line-height: 0.9;
  font-weight: normal;
  text-transform: uppercase;
}

body.lang-es .sales-18__title {
  font-size: 95px;
}

@media (min-width: 23.4375em) {
  .sales-18__title {
    margin-top: 80px;
  }
}

@media (min-width: 25.75em) {
  .sales-18__title {
    margin-top: 100px;
  }
}

@media (min-width: 48em) {
  .sales-18__title {
    font-size: 150px;
  }

  body.lang-es .sales-18__title {
    font-size: 130px;
  }
}

@media (min-width: 62em) {
  .sales-18__title {
    margin-top: 130px;
    font-size: 170px;
  }

  body.lang-es .sales-18__title {
    font-size: 145px;
  }
}

@media (min-width: 75em) {
  .sales-18__title {
    font-size: 190px;
  }
}

.sales-18__links-container {
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

@media (min-width: 48em) {
  .sales-18__links-container {
    max-width: 500px;
    padding: 0;
  }
}

.sales-18__links-content {
  padding-top: 20px;
  border-top: 1px solid #f3ca12;
}

.sales-18__link {
  display: inline-block;
  width: 48%;
  padding: 5px 10px 0;
  font-family: 'cervothin';
  border: 1px solid #f3ca12;
  color: #f3ca12;
  font-size: 15px;
  text-transform: uppercase;
}

body.lang-es .sales-18__link {
  font-size: 21px;
}

.sales-18__link--left {
  float: left;
}

.sales-18__link--right {
  float: right;
}

@media (min-width: 23.4375em) {
  .sales-18__link {
    font-size: 18px;
  }

  body.lang-es .sales-18__link {
    font-size: 22px;
  }
}

@media (min-width: 48em) {
  .sales-18__link {
    font-size: 30px;
  }

  body.lang-es .sales-18__link {
    font-size: 30px;
  }

  .sales-18__link:hover,
  .sales-18__link:active,
  .sales-18__link:focus {
    background-color: #f3ca12;
    color: #19242f;
  }
}

.sales-18__slim {
  background-color: #19242f;
  display: block;
  margin-bottom: 30px;
  padding: 20px 10px;
}

@media (max-width: 25.74em) {
  .sales-18__slim {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (min-width: 48em) {
  .sales-18__slim {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 62em) {
  .sales-18__slim {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 75em) {
  .sales-18__slim {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.sales-18__title__slim {
  width: 55%;
  float: left;
  position: relative;
  margin: 8px 0 0 0;
  color: #f3ca12;
  font-family: 'cervomedium';
  text-align: left;
  font-size: 48px;
  line-height: 0.6;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid  #f3ca12;
}

.sales-18__title__slim span {
  padding: 0 5px;
  background-color: #19242f;
}

@media (min-width: 23.4375em) {
  .sales-18__title__slim {
    font-size: 54px;
  }
}

@media (min-width: 48em) {
  .sales-18__title__slim {
    margin-top: 0;
    font-size: 89px;
  }
}

@media (min-width: 75em) {
  .sales-18__title__slim {
    font-size: 125px;
  }
}

.sales-18__links-container__slim {
  width: 45%;
  float: right;
  padding: 0 5px;
  font-size: 0;
}

@media (min-width: 75em) {
  .sales-18__links-content__slim {
    padding-top: 20px;
  }
}

.sales-18__link__slim {
  display: inline-block;
  position: relative;
  width: calc(50% - 5px);
  height: 37px;
  line-height: 37px;
  padding: 0;
  font-family: 'cervothin';
  border: 1px solid #f3ca12;
  text-align: center;
  color: #f3ca12;
  font-size: 10px;
  text-transform: uppercase;
}

.sales-18__link__slim:first-of-type {
  margin-right: 10px;
}

body.lang-es .sales-18__link__slim {
  font-size: 18px;
}

@media (min-width: 23.4375em) {
  .sales-18__link__slim {
    height: 41px;
    line-height: 45px;
    font-size: 13px;
  }

  body.lang-es .sales-18__link__slim {
    font-size: 22px;
  }
}

@media (min-width: 48em) {
  .sales-18__link__slim {
    width: calc(50% - 9px);
    height: 54px;
    line-height: 59px;
    font-size: 26px;
  }

  .sales-18__link__slim:first-of-type {
    margin-right: 18px;
  }

  body.lang-es .sales-18__link__slim {
    font-size: 30px;
  }

  .sales-18__link__slim:hover,
  .sales-18__link__slim:active,
  .sales-18__link__slim:focus {
    background-color: #f3ca12;
    color: #19242f;
  }
}

@media (min-width: 75em) {
  .sales-18__link__slim {
    height: 56px;
    line-height: 63px;
    font-size: 34px;
  }

  body.lang-es .sales-18__link__slim {
    font-size: 38px;
  }
}

.created-travel {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 25px;
  background: linear-gradient(90deg, #fff 22%, #000 22%);
}

@media (min-width: 48em) {
  .created-travel {
    padding: 100px 0 80px;
  }
}

@media (min-width: 62em) {
  .created-travel {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

@media (min-width: 75em) {
  .created-travel {
    margin-bottom: 60px;
    padding-top: 160px;
    padding-bottom: 140px;
  }
}

@media (min-width: 85.375em) {
  .created-travel {
    padding-top: 200px;
    padding-bottom: 160px;
  }
}

.created-travel__left {
  text-align: center;
}

@media (min-width: 75em) {
  .created-travel__left {
    text-align: left;
  }
}

.created-travel__image-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.created-travel__image-wrap .created-travel__link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  outline: 0;
}

.created-travel__image-wrap .created-travel__link--left {
  left: 0;
}

.created-travel__image-wrap .created-travel__link--right {
  right: 0;
}

@media (min-width: 48em) {
  .created-travel__image-wrap {
    width: 367px;
    height: 500px;
  }
}

@media (min-width: 75em) {
  .created-travel__image-wrap {
    float: left;
    margin-right: 15px;
  }
}

@media (min-width: 85.375em) {
  .created-travel__image-wrap {
    width: auto;
    height: auto;
  }
}

.created-travel__image {
  max-width: 100%;
  height: auto;
}

.created-travel__video {
  display: none;
  width: auto;
  max-height: 500px;
}

@media (min-width: 75em) {
  .created-travel__video {
    display: block;
  }
}

@media (min-width: 85.375em) {
  .created-travel__video {
    max-height: 512px;
  }
}

@media (min-width: 48em) {
  .created-travel__right {
    padding-top: 50px;
    padding-right: 40px;
  }
}

@media (min-width: 62em) {
  .created-travel__right {
    max-width: 470px;
    padding-left: 40px;
    padding-right: 80px;
  }
}

@media (min-width: 75em) {
  .created-travel__right {
    max-width: 520px;
    padding-top: 80px;
  }
}

@media (min-width: 105em) {
  .created-travel__right {
    max-width: 600px;
    padding-left: 100px;
  }
}

.created-travel__title {
  display: inline-block;
  position: relative;
  left: -37px;
  margin: 0;
  padding: 5px 37px 5px 37px;
  background-color: #f3ca12;
  font-family: 'cervomedium';
  color: #fff;
  text-align: left;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .created-travel__title {
    display: block;
    padding-left: 10px;
    left: auto;
    color: #fff;
    font-size: 26px;
  }
}

@media (min-width: 62em) {
  .created-travel__title {
    font-size: 32px;
  }
}

@media (min-width: 75em) {
  .created-travel__title {
    font-size: 36px;
  }
}

@media (min-width: 85.375em) {
  .created-travel__title {
    font-size: 42px;
  }
}

.created-travel__slogan {
  margin-top: 20px;
  max-width: 75%;
  float: right;
}

@media (min-width: 48em) {
  .created-travel__slogan {
    float: none;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.created-travel__text {
  font-family: 'cervolight';
  color: #8b8b8b;
  font-size: 20px;
  line-height: 1.2;
}

.created-travel__text--white {
  font-family: 'cervomedium';
  font-style: italic;
  color: #fff;
}

@media (min-width: 62em) {
  .created-travel__text {
    font-size: 22px;
  }
}

.san-valentine-18 {
  padding: 35px 20px;
  text-align: center;
  background-color: #c80b2f;
}

.san-valentine-18__subtitle {
  margin: 5px 0 10px;
  font-family: 'cervothin';
  color: #fff;
  font-size: 15px;
}

@media (min-width: 48em) {
  .san-valentine-18__subtitle {
    font-size: 25px;
  }
}

@media (min-width: 62em) {
  .san-valentine-18__subtitle {
    font-size: 35px;
  }
}

@media (min-width: 75em) {
  .san-valentine-18__subtitle {
    font-size: 45px;
  }
}

.san-valentine-18__links-container {
  font-size: 0;
}

.san-valentine-18__link {
  display: inline-block;
  width: 95px;
  margin: 0 4px;
  padding: 6px 10px 2px;
  border: 1px solid #ffffff;
  font-family: 'cervothin';
  font-size: 15px;
  color: #ffffff;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
}

.san-valentine-18__link:hover,
.san-valentine-18__link:active,
.san-valentine-18__link:focus {
  background-color: #ffffff;
  color: #c80b2f;
}

@media (min-width: 48em) {
  .san-valentine-18__link {
    width: 150px;
    padding: 15px 10px 7px;
    line-height: 1;
    font-size: 18px;
  }
}

@media (min-width: 62em) {
  .san-valentine-18__link {
    width: 180px;
    font-size: 25px;
  }
}

@media (min-width: 75em) {
  .san-valentine-18__link {
    width: 240px;
    font-size: 37px;
  }
}

@media (min-width: 48em) {
  .san-valentine-18 {
    padding: 50px 20px;
  }
}

@media (min-width: 62em) {
  .san-valentine-18 {
    padding: 70px 20px 40px;
  }
}

@media (min-width: 75em) {
  .san-valentine-18 {
    padding: 100px 20px 55px;
  }
}

.home-father {
  margin-bottom: 30px;
}

@media (max-width: 25.74em) {
  .home-father {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (min-width: 62em) {
  .home-father {
    margin-bottom: 60px;
    margin-top: 90px;
  }
}

.home-summer-18 .dallan-style {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 62em) {
  .home-summer-18 .dallan-style {
    margin-bottom: 60px;
  }
}

.home-summer-18 .dallan-style .home-style__image {
  -webkit-clip-path: none;
  clip-path: none;
}

.home-summer-18 .dallan-style .home-style__content {
  background-color: transparent;
  bottom: 0;
  left: 0;
  padding: 10px;
  right: 0;
  top: 0;
}

@media (min-width: 48em) {
  .home-summer-18 .dallan-style .home-style__content {
    padding: 20px 20px 20px 30px;
  }
}

.home-summer-18 .dallan-style .home-style__content .text-position {
  bottom: 0;
  left: 41.5%;
  position: absolute;
  right: 0%;
  text-align: center;
  top: 0;
}

.home-summer-18 .dallan-style .home-style__content .home-style__title {
  color: #fff;
  font-family: 'BodoniFLF-Roman';
  font-size: 35px !important;
  font-weight: normal;
  line-height: 0.8;
  margin-bottom: 5px;
}

@media (min-width: 30em) {
  .home-summer-18 .dallan-style .home-style__content .home-style__title {
    font-size: 40px !important;
  }
}

@media (min-width: 48em) {
  .home-summer-18 .dallan-style .home-style__content .home-style__title {
    font-size: 55px !important;
    margin-bottom: 10px;
  }
}

@media (min-width: 62em) {
  .home-summer-18 .dallan-style .home-style__content .home-style__title {
    font-size: 70px !important;
    margin-bottom: 10px;
  }
}

@media (min-width: 85.375em) {
  .home-summer-18 .dallan-style .home-style__content .home-style__title {
    font-size: 100px !important;
  }
}

.home-summer-18 .dallan-style .home-style__content .home-style__subtitle {
  color: #3c4047;
  font-family: 'BodoniFLF-Roman';
  font-size: 10px;
  line-height: 1;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 30em) {
  .home-summer-18 .dallan-style .home-style__content .home-style__subtitle {
    font-size: 12px;
  }
}

@media (min-width: 48em) {
  .home-summer-18 .dallan-style .home-style__content .home-style__subtitle {
    font-size: 16px;
  }
}

@media (min-width: 62em) {
  .home-summer-18 .dallan-style .home-style__content .home-style__subtitle {
    font-size: 20px;
    line-height: 1;
  }
}

@media (min-width: 85.375em) {
  .home-summer-18 .dallan-style .home-style__content .home-style__subtitle {
    font-size: 28px;
  }
}

.home-summer-18 .panama-02-style {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 48em) {
  .home-summer-18 .panama-02-style {
    margin-top: 90px;
  }
}

.home-summer-18 .panama-02-style .home-style__image {
  -webkit-clip-path: none;
  clip-path: none;
}

.home-summer-18 .panama-02-style .home-style__content {
  background-color: transparent;
  bottom: 0;
  left: 0;
  padding: 10px;
  right: 0;
  top: 0;
}

@media (min-width: 48em) {
  .home-summer-18 .panama-02-style .home-style__content {
    padding: 20px 20px 2s0px 30px;
  }
}

.home-summer-18 .panama-02-style .home-style__content .text-position {
  bottom: 0;
  left: 59%;
  position: absolute;
  right: 0%;
  text-align: center;
  top: 0;
}

@media (min-width: 48em) {
  .home-summer-18 .panama-02-style .home-style__content .text-position {
    left: 65%;
  }
}

.home-summer-18 .panama-02-style .home-style__content .home-style__title {
  color: #fff;
  font-family: 'BodoniFLF-Roman';
  font-size: 25px !important;
  font-weight: normal;
  line-height: 0.8;
  margin-bottom: 5px;
}

@media (min-width: 30em) {
  .home-summer-18 .panama-02-style .home-style__content .home-style__title {
    font-size: 30px !important;
  }
}

@media (min-width: 48em) {
  .home-summer-18 .panama-02-style .home-style__content .home-style__title {
    font-size: 40px !important;
    margin-bottom: 10px;
  }
}

@media (min-width: 62em) {
  .home-summer-18 .panama-02-style .home-style__content .home-style__title {
    font-size: 50px !important;
    margin-bottom: 10px;
  }
}

@media (min-width: 85.375em) {
  .home-summer-18 .panama-02-style .home-style__content .home-style__title {
    font-size: 70px !important;
  }
}

.home-summer-18 .panama-02-style .home-style__content .home-style__subtitle {
  color: #3c4047;
  font-family: 'BodoniFLF-Roman';
  font-size: 10px;
  line-height: 1;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 30em) {
  .home-summer-18 .panama-02-style .home-style__content .home-style__subtitle {
    font-size: 12px;
  }
}

@media (min-width: 48em) {
  .home-summer-18 .panama-02-style .home-style__content .home-style__subtitle {
    font-size: 16px;
  }
}

@media (min-width: 62em) {
  .home-summer-18 .panama-02-style .home-style__content .home-style__subtitle {
    font-size: 20px;
    line-height: 1;
  }
}

@media (min-width: 85.375em) {
  .home-summer-18 .panama-02-style .home-style__content .home-style__subtitle {
    font-size: 28px;
  }
}

.home-summer-18 .julia-style {
  margin-left: 0;
  margin-right: 0;
}

.home-summer-18 .julia-style .home-style__image {
  -webkit-clip-path: none;
  clip-path: none;
}

.home-summer-18 .julia-style .home-style__content {
  background-color: transparent;
  bottom: 0;
  left: 0;
  padding: 10px;
  right: 0;
  top: 0;
}

@media (min-width: 48em) {
  .home-summer-18 .julia-style .home-style__content {
    padding: 20px 20px 20px 30px;
  }
}

.home-summer-18 .julia-style .home-style__content .text-position {
  bottom: 47.5%;
  left: 21.2%;
  padding: 10px;
  position: absolute;
  right: 48%;
  text-align: left;
  top: 8.5%;
}

@media (min-width: 48em) {
  .home-summer-18 .julia-style .home-style__content .text-position {
    bottom: 0;
    left: 27.8%;
    padding: 20px;
    position: absolute;
    right: 50%;
    top: 0;
  }
}

.home-summer-18 .julia-style .home-style__content .home-style__title {
  color: #3a322c;
  font-family: 'BodoniFLF-Roman';
  font-size: 25px !important;
  font-weight: normal;
  line-height: 0.8;
  margin-bottom: 5px;
}

@media (min-width: 30em) {
  .home-summer-18 .julia-style .home-style__content .home-style__title {
    font-size: 34px !important;
  }
}

@media (min-width: 48em) {
  .home-summer-18 .julia-style .home-style__content .home-style__title {
    font-size: 38px !important;
    margin-bottom: 10px;
  }
}

@media (min-width: 62em) {
  .home-summer-18 .julia-style .home-style__content .home-style__title {
    font-size: 52px !important;
    margin-bottom: 10px;
  }
}

@media (min-width: 85.375em) {
  .home-summer-18 .julia-style .home-style__content .home-style__title {
    font-size: 70px !important;
  }
}

.home-summer-18 .julia-style .home-style__content .home-style__subtitle {
  color: #af723a;
  font-family: 'BodoniFLF-Roman';
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  padding: 0;
  text-align: left;
}

@media (min-width: 30em) {
  .home-summer-18 .julia-style .home-style__content .home-style__subtitle {
    font-size: 12px;
  }
}

@media (min-width: 48em) {
  .home-summer-18 .julia-style .home-style__content .home-style__subtitle {
    font-size: 15px;
  }
}

@media (min-width: 62em) {
  .home-summer-18 .julia-style .home-style__content .home-style__subtitle {
    font-size: 18px;
    line-height: 1;
  }
}

@media (min-width: 85.375em) {
  .home-summer-18 .julia-style .home-style__content .home-style__subtitle {
    font-size: 28px;
  }
}

.home-summer-18 .vera-style .home-style__subtitle {
  color: #815d2c;
}

.home-summer-18 .basicas-style {
  margin-left: 0;
  margin-right: 0;
}

.home-summer-18 .basicas-style .home-style__image {
  -webkit-clip-path: none;
  clip-path: none;
}

.home-summer-18 .basicas-style .home-style__content {
  background-color: transparent;
  bottom: 0;
  left: 0;
  padding: 10px;
  right: 0;
  top: 0;
}

@media (min-width: 48em) {
  .home-summer-18 .basicas-style .home-style__content {
    padding: 20px 20px 20px 30px;
  }
}

.home-summer-18 .basicas-style .home-style__content .text-position {
  bottom: 0;
  left: 33.6%;
  padding: 20px;
  position: absolute;
  right: 0%;
  text-align: center;
  top: 58.8%;
}

@media (min-width: 48em) {
  .home-summer-18 .basicas-style .home-style__content .text-position {
    bottom: 13%;
    left: 67.6%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10.2%;
  }
}

.home-summer-18 .basicas-style .home-style__content .img {
  max-width: 80%;
}

@media (min-width: 30em) {
  .home-summer-18 .basicas-style .home-style__content .img {
    max-width: 90%;
  }
}

@media (min-width: 48em) {
  .home-summer-18 .basicas-style .home-style__content .img {
    margin-bottom: 20px;
    max-width: 100%;
  }
}

.home-summer-18 .basicas-style .home-style__content .home-style__title {
  color: #3a322c;
  font-family: 'BodoniFLF-Bold';
  font-size: 19px !important;
  font-weight: normal;
  line-height: 0.8;
}

@media (min-width: 30em) {
  .home-summer-18 .basicas-style .home-style__content .home-style__title {
    font-size: 24px !important;
  }
}

@media (min-width: 48em) {
  .home-summer-18 .basicas-style .home-style__content .home-style__title {
    font-size: 20px !important;
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  .home-summer-18 .basicas-style .home-style__content .home-style__title {
    font-size: 35px !important;
  }
}

@media (min-width: 85.375em) {
  .home-summer-18 .basicas-style .home-style__content .home-style__title {
    font-size: 42px !important;
  }
}

.home-summer-18 .basicas-style .home-style__content .home-style__subtitle {
  color: #000000;
  font-family: 'BodoniFLF-Italic';
  font-size: 10px;
  line-height: 1;
  padding: 0 10px;
  text-align: left;
}

@media (min-width: 30em) {
  .home-summer-18 .basicas-style .home-style__content .home-style__subtitle {
    font-size: 14px;
  }
}

@media (min-width: 48em) {
  .home-summer-18 .basicas-style .home-style__content .home-style__subtitle {
    font-size: 15px;
  }
}

@media (min-width: 62em) {
  .home-summer-18 .basicas-style .home-style__content .home-style__subtitle {
    font-size: 18px;
    line-height: 1;
    padding: 0 30px;
  }
}

@media (min-width: 85.375em) {
  .home-summer-18 .basicas-style .home-style__content .home-style__subtitle {
    font-size: 28px;
  }
}

.home-summer-18 .basicas-style.special .title-position {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home-summer-18 .basicas-style.special .title-position .home-style__title {
  margin-bottom: -15px;
  color: #ffffff;
}

@media (min-width: 85.375em) {
  .home-summer-18 .basicas-style.special .title-position {
    top: 60px;
  }
}

.home-summer-18 .basicas-style.special .text-position .home-style__subtitle {
  color: #000000;
  font-family: 'BodoniFLF-Italic';
  font-size: 10px;
  line-height: 1;
  padding: 0 10px;
  text-align: left;
}

@media (min-width: 30em) {
  .home-summer-18 .basicas-style.special .text-position .home-style__subtitle {
    font-size: 14px;
  }
}

@media (min-width: 48em) {
  .home-summer-18 .basicas-style.special .text-position .home-style__subtitle {
    font-size: 15px;
  }
}

@media (min-width: 62em) {
  .home-summer-18 .basicas-style.special .text-position .home-style__subtitle {
    font-size: 18px;
    line-height: 1;
    padding: 0 30px;
  }
}

@media (min-width: 85.375em) {
  .home-summer-18 .basicas-style.special .text-position .home-style__subtitle {
    font-size: 28px;
  }
}

@media (min-width: 48em) {
  .home-summer-18 .basicas-style.special .text-position {
    top: 6%;
    left: 75%;
    padding: 10px;
  }
}

@media (min-width: 62em) {
  .home-summer-18 .basicas-style.special .text-position {
    padding: 20px;
  }
}

.home-summer-18 .snake-style {
  margin-left: 0;
  margin-right: 0;
}

.home-summer-18 .snake-style .home-style__image {
  -webkit-clip-path: none;
  clip-path: none;
}

.home-summer-18 .snake-style .home-style__content {
  background-color: transparent;
  bottom: 0;
  left: 0;
  padding: 10px;
  right: 0;
  top: 0;
}

@media (min-width: 48em) {
  .home-summer-18 .snake-style .home-style__content {
    padding: 20px 20px 20px 30px;
  }
}

.home-summer-18 .snake-style .home-style__content .home-style__title {
  color: #fff;
  font-family: 'BodoniFLF-Roman';
  font-size: 22px !important;
  font-weight: normal;
  line-height: 0.8;
  text-shadow: -1px 0px 1px rgba(0,0,0,0.6);
}

@media (min-width: 30em) {
  .home-summer-18 .snake-style .home-style__content .home-style__title {
    font-size: 30px !important;
  }
}

@media (min-width: 48em) {
  .home-summer-18 .snake-style .home-style__content .home-style__title {
    font-size: 50px !important;
  }
}

@media (min-width: 62em) {
  .home-summer-18 .snake-style .home-style__content .home-style__title {
    font-size: 65px !important;
  }
}

@media (min-width: 85.375em) {
  .home-summer-18 .snake-style .home-style__content .home-style__title {
    font-size: 90px !important;
  }
}

.home-summer-18 .snake-style .home-style__content .home-style__subtitle {
  color: #525252;
  font-family: 'BodoniFLF-Roman';
  font-size: 10px;
  line-height: 1.4;
  text-align: left;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .home-summer-18 .snake-style .home-style__content .home-style__subtitle {
    font-size: 30px;
  }
}

.home-summer-18 .tommy-style {
  margin-left: 0;
  margin-right: 0;
}

.home-summer-18 .tommy-style .home-style__image {
  -webkit-clip-path: none;
  clip-path: none;
}

.home-summer-18 .tommy-style .home-style__content {
  background-color: transparent;
  bottom: 0;
  left: 0;
  padding: 10px;
  right: 0;
  top: 0;
}

@media (min-width: 48em) {
  .home-summer-18 .tommy-style .home-style__content {
    padding: 20px 20px 20px 30px;
  }
}

.home-summer-18 .tommy-style .home-style__content .text-position {
  bottom: 59.5%;
  left: 41%;
  position: absolute;
  right: 25.1%;
  text-align: center;
  top: 30px;
}

@media (min-width: 48em) {
  .home-summer-18 .tommy-style .home-style__content .text-position {
    bottom: 0;
    left: 27.7%;
    position: absolute;
    right: 48.3%;
    text-align: center;
    top: 0;
  }
}

.home-summer-18 .tommy-style .home-style__content .home-style__title {
  color: #3a322c;
  font-family: 'BodoniFLF-Roman';
  font-size: 30px !important;
  font-weight: normal;
  line-height: 0.8;
  margin-bottom: 5px;
}

@media (min-width: 30em) {
  .home-summer-18 .tommy-style .home-style__content .home-style__title {
    font-size: 34px !important;
  }
}

@media (min-width: 48em) {
  .home-summer-18 .tommy-style .home-style__content .home-style__title {
    font-size: 38px !important;
    margin-bottom: 10px;
  }
}

@media (min-width: 62em) {
  .home-summer-18 .tommy-style .home-style__content .home-style__title {
    font-size: 52px !important;
    margin-bottom: 10px;
  }
}

@media (min-width: 85.375em) {
  .home-summer-18 .tommy-style .home-style__content .home-style__title {
    font-size: 70px !important;
  }
}

.home-summer-18 .tommy-style .home-style__content .home-style__subtitle {
  color: #8f583f;
  font-family: 'BodoniFLF-Italic';
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  padding: 0 10px;
  text-align: center;
}

@media (min-width: 30em) {
  .home-summer-18 .tommy-style .home-style__content .home-style__subtitle {
    font-size: 12px;
  }
}

@media (min-width: 48em) {
  .home-summer-18 .tommy-style .home-style__content .home-style__subtitle {
    font-size: 15px;
  }
}

@media (min-width: 62em) {
  .home-summer-18 .tommy-style .home-style__content .home-style__subtitle {
    font-size: 18px;
    line-height: 1;
  }
}

@media (min-width: 85.375em) {
  .home-summer-18 .tommy-style .home-style__content .home-style__subtitle {
    font-size: 28px;
  }
}

.home-summer-18 .detroit-style {
  margin-left: 0;
  margin-right: 0;
}

.home-summer-18 .detroit-style .home-style__image {
  -webkit-clip-path: none;
  clip-path: none;
}

.home-summer-18 .detroit-style .home-style__content {
  background-color: transparent;
  bottom: 0;
  left: 0;
  padding: 10px;
  right: 0;
  top: 0;
}

@media (min-width: 48em) {
  .home-summer-18 .detroit-style .home-style__content {
    padding: 20px 20px 20px 30px;
  }
}

.home-summer-18 .detroit-style .home-style__content .text-position {
  bottom: 56.5%;
  left: 32.7%;
  position: absolute;
  right: 32%;
  text-align: center;
  top: 12.5%;
}

@media (min-width: 48em) {
  .home-summer-18 .detroit-style .home-style__content .text-position {
    bottom: 0;
    left: 30.6%;
    position: absolute;
    right: 45.1%;
    text-align: center;
    top: 0;
  }
}

.home-summer-18 .detroit-style .home-style__content .home-style__title {
  color: #3a322c;
  font-family: 'BodoniFLF-Roman';
  font-size: 22px !important;
  font-weight: normal;
  line-height: 0.8;
  margin-bottom: 5px;
}

@media (min-width: 30em) {
  .home-summer-18 .detroit-style .home-style__content .home-style__title {
    font-size: 34px !important;
  }
}

@media (min-width: 48em) {
  .home-summer-18 .detroit-style .home-style__content .home-style__title {
    font-size: 38px !important;
    margin-bottom: 10px;
  }
}

@media (min-width: 62em) {
  .home-summer-18 .detroit-style .home-style__content .home-style__title {
    font-size: 48px !important;
    margin-bottom: 10px;
  }
}

@media (min-width: 85.375em) {
  .home-summer-18 .detroit-style .home-style__content .home-style__title {
    font-size: 70px !important;
  }
}

.home-summer-18 .detroit-style .home-style__content .home-style__subtitle {
  color: #fff;
  font-family: 'BodoniFLF-Roman';
  font-size: 8px;
  line-height: 1;
  padding: 0 10px;
  text-align: center;
  text-shadow: -1px 0px 1px rgba(0,0,0,0.6);
  text-transform: uppercase;
}

@media (min-width: 30em) {
  .home-summer-18 .detroit-style .home-style__content .home-style__subtitle {
    font-size: 12px;
  }
}

@media (min-width: 62em) {
  .home-summer-18 .detroit-style .home-style__content .home-style__subtitle {
    font-size: 18px;
    line-height: 1;
  }
}

@media (min-width: 85.375em) {
  .home-summer-18 .detroit-style .home-style__content .home-style__subtitle {
    font-size: 28px;
  }
}

.home-summer-18 .nilo-style {
  margin-left: 0;
  margin-right: 0;
}

.home-summer-18 .nilo-style .home-style__image {
  -webkit-clip-path: none;
  clip-path: none;
}

.home-summer-18 .nilo-style .home-style__content {
  background-color: transparent;
  bottom: 0;
  left: 0;
  padding: 10px;
  right: 0;
  text-align: right;
  top: 0;
}

@media (min-width: 48em) {
  .home-summer-18 .nilo-style .home-style__content {
    padding: 20px 20px 20px 30px;
  }
}

.home-summer-18 .nilo-style .home-style__content .home-style__title {
  color: #fff;
  font-family: 'BodoniFLF-Roman';
  font-size: 22px !important;
  font-weight: normal;
  line-height: 0.8;
  text-shadow: -1px 0px 1px rgba(0,0,0,0.6);
}

@media (min-width: 30em) {
  .home-summer-18 .nilo-style .home-style__content .home-style__title {
    font-size: 42px !important;
  }
}

@media (min-width: 48em) {
  .home-summer-18 .nilo-style .home-style__content .home-style__title {
    font-size: 52px !important;
  }
}

@media (min-width: 62em) {
  .home-summer-18 .nilo-style .home-style__content .home-style__title {
    font-size: 86px !important;
  }
}

@media (min-width: 85.375em) {
  .home-summer-18 .nilo-style .home-style__content .home-style__title {
    font-size: 115px !important;
  }
}

.home-summer-18 .nilo-style .home-style__content .home-style__subtitle {
  color: #fff;
  font-family: 'BodoniFLF-Roman';
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
  text-shadow: -1px 0px 1px rgba(0,0,0,0.6);
  text-transform: uppercase;
}

@media (min-width: 30em) {
  .home-summer-18 .nilo-style .home-style__content .home-style__subtitle {
    font-size: 17px;
  }
}

@media (min-width: 48em) {
  .home-summer-18 .nilo-style .home-style__content .home-style__subtitle {
    font-size: 21px;
  }
}

@media (min-width: 62em) {
  .home-summer-18 .nilo-style .home-style__content .home-style__subtitle {
    font-size: 27px;
  }
}

@media (min-width: 85.375em) {
  .home-summer-18 .nilo-style .home-style__content .home-style__subtitle {
    font-size: 48px;
  }
}

.home-summer-18 .quinoa-style {
  margin-left: 0;
  margin-right: 0;
}

.home-summer-18 .quinoa-style .home-style__image {
  -webkit-clip-path: none;
  clip-path: none;
}

.home-summer-18 .quinoa-style .home-style__content {
  background-color: transparent;
  bottom: 0;
  left: 0;
  padding: 10px;
  right: 0;
  text-align: right;
  top: 0;
}

@media (min-width: 48em) {
  .home-summer-18 .quinoa-style .home-style__content {
    padding: 20px 20px 20px 30px;
  }
}

.home-summer-18 .quinoa-style .home-style__content .home-style__title {
  color: #fff;
  font-family: 'BodoniFLF-Roman';
  font-size: 22px !important;
  font-weight: normal;
  line-height: 0.8;
}

@media (min-width: 30em) {
  .home-summer-18 .quinoa-style .home-style__content .home-style__title {
    font-size: 42px !important;
  }
}

@media (min-width: 48em) {
  .home-summer-18 .quinoa-style .home-style__content .home-style__title {
    font-size: 52px !important;
  }
}

@media (min-width: 62em) {
  .home-summer-18 .quinoa-style .home-style__content .home-style__title {
    font-size: 86px !important;
  }
}

@media (min-width: 85.375em) {
  .home-summer-18 .quinoa-style .home-style__content .home-style__title {
    font-size: 115px !important;
  }
}

.home-summer-18 .quinoa-style .home-style__content .home-style__subtitle {
  color: #3e424a;
  font-family: 'BodoniFLF-Roman';
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
  text-transform: uppercase;
}

@media (min-width: 30em) {
  .home-summer-18 .quinoa-style .home-style__content .home-style__subtitle {
    font-size: 17px;
  }
}

@media (min-width: 48em) {
  .home-summer-18 .quinoa-style .home-style__content .home-style__subtitle {
    font-size: 21px;
  }
}

@media (min-width: 62em) {
  .home-summer-18 .quinoa-style .home-style__content .home-style__subtitle {
    font-size: 27px;
  }
}

@media (min-width: 85.375em) {
  .home-summer-18 .quinoa-style .home-style__content .home-style__subtitle {
    font-size: 48px;
  }
}

.home-summer-18 .u-center-wrap {
  display: table;
  height: 100%;
  width: 100%;
}

.home-summer-18 .u-center-wrap .u-center-content {
  display: table-cell;
  vertical-align: middle;
}

.home-summer-18 .dominic__products {
  position: absolute;
  top: 16%;
  left: 0;
  max-width: 70%;
  padding: 10px;
  background-color: #ffffff;
  font-size: 0;
}

.home-summer-18 .dominic__products .grid {
  margin-left: -5px;
}

.home-summer-18 .dominic__products .grid .grid__item {
  padding-left: 5px;
}

@media (min-width: 48em) {
  .home-summer-18 .dominic__products {
    padding: 20px;
  }

  .home-summer-18 .dominic__products .grid {
    margin-left: -15px;
  }

  .home-summer-18 .dominic__products .grid .grid__item {
    padding-left: 15px;
  }
}

.home-summer-18 .dominic__titles {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 33%;
}

.home-summer-18 .dominic__titles .dominic__title {
  position: relative;
  margin: 0 auto;
  color: #3a322c;
  font-family: "BodoniFLF-Roman",serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
}

@media (min-width: 48em) {
  .home-summer-18 .dominic__titles .dominic__title {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .home-summer-18 .dominic__titles .dominic__title {
    font-size: 60px;
  }
}

@media (min-width: 75em) {
  .home-summer-18 .dominic__titles .dominic__title {
    font-size: 70px;
  }
}

.home-summer-18 .dominic__titles .dominic__text {
  color: #a8ac18;
  font-family: "BodoniFLF-Italic",serif;
  font-size: 10px;
  line-height: 1.1;
}

@media (min-width: 48em) {
  .home-summer-18 .dominic__titles .dominic__text {
    font-size: 18px;
  }
}

@media (min-width: 62em) {
  .home-summer-18 .dominic__titles .dominic__text {
    font-size: 24px;
  }
}

@media (min-width: 75em) {
  .home-summer-18 .dominic__titles .dominic__text {
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .home-summer-18 .dominic__titles {
    left: 30px;
    bottom: 80px;
  }
}

@media (min-width: 62em) {
  .home-summer-18 .dominic__titles {
    width: 25%;
    left: 50px;
    bottom: 100px;
  }
}

.home-summer-18 .dominic.sidney .dominic__titles {
  bottom: 20px;
}

.home-summer-18 .dominic.sidney .dominic__titles .dominic__title {
  color: #744527;
}

.home-summer-18 .dominic.sidney .dominic__titles .dominic__text {
  color: #c2a876;
}

@media (min-width: 48em) {
  .home-summer-18 .dominic.sidney .dominic__titles {
    bottom: 40px;
  }
}

.home-summer-18 .vera-clay__jun-18 {
  margin-top: 0;
}

@media (min-width: 62em) {
  .sanders-style {
    margin-bottom: 60px;
  }
}

.sanders-style .home-style__content .home-style__title.home-style__title--sanders {
  color: #fff;
  font-size: 23px !important;
  text-align: center;
  padding-right: .8em;
  margin-bottom: 2px;
}

@media (min-width: 23.4375em) {
  .sanders-style .home-style__content .home-style__title.home-style__title--sanders {
    font-size: 28px !important;
    padding-right: .7em;
  }
}

@media (min-width: 25.75em) {
  .sanders-style .home-style__content .home-style__title.home-style__title--sanders {
    font-size: 30px !important;
  }
}

@media (min-width: 30em) {
  .sanders-style .home-style__content .home-style__title.home-style__title--sanders {
    font-size: 35px !important;
  }
}

@media (min-width: 48em) {
  .sanders-style .home-style__content .home-style__title.home-style__title--sanders {
    font-size: 38px !important;
    padding-right: .7em;
    text-align: center;
  }
}

@media (min-width: 62em) {
  .sanders-style .home-style__content .home-style__title.home-style__title--sanders {
    font-size: 45px !important;
    padding-right: initial;
  }
}

@media (min-width: 75em) {
  .sanders-style .home-style__content .home-style__title.home-style__title--sanders {
    font-size: 59px !important;
  }
}

.sanders-style .home-style__content .home-style__subtitle.home-style__subtitle--sanders {
  color: #c6d2d1;
  font-size: 8.5px;
  text-transform: uppercase;
  font-family: "BodoniFLF-Roman",serif;
  font-weight: bold;
  padding-left: 0;
  padding-right: 20px;
  margin-bottom: 10em;
}

@media (min-width: 23.4375em) {
  .sanders-style .home-style__content .home-style__subtitle.home-style__subtitle--sanders {
    font-size: 10px;
    padding-right: 2.3em;
    margin-bottom: 7px;
  }
}

@media (min-width: 25.75em) {
  .sanders-style .home-style__content .home-style__subtitle.home-style__subtitle--sanders {
    margin-bottom: 1em;
    font-size: 10.5px;
    padding-right: 25px;
  }
}

@media (min-width: 30em) {
  .sanders-style .home-style__content .home-style__subtitle.home-style__subtitle--sanders {
    font-size: 12px;
  }
}

@media (min-width: 48em) {
  .sanders-style .home-style__content .home-style__subtitle.home-style__subtitle--sanders {
    font-size: 14px;
    padding-left: 0;
    padding-right: 2.2em;
    margin-bottom: 10em;
  }
}

@media (min-width: 62em) {
  .sanders-style .home-style__content .home-style__subtitle.home-style__subtitle--sanders {
    font-size: 17px;
    padding-right: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 75em) {
  .sanders-style .home-style__content .home-style__subtitle.home-style__subtitle--sanders {
    font-size: 21px;
  }
}

@media (max-width: 47.99em) {
  .sanders-style .home-style__content .u-center-wrap .u-center-content {
    vertical-align: bottom;
  }
}

.sanders-style .home-style__content .u-center-wrap .text-position {
  left: 21.3%;
  right: 43%;
  top: 25px;
}

@media (min-width: 48em) {
  .sanders-style .home-style__content .u-center-wrap .text-position {
    right: 41%;
    left: 22.3%;
    top: 75px;
  }
}

@media (min-width: 62em) {
  .sanders-style .home-style__content .u-center-wrap .text-position {
    right: 50%;
    left: 27.7%;
    top: 25px;
  }
}

.classic-collection.vika {
  border-bottom: 2px solid #a78e76;
}

@media (max-width: 47.99em) {
  .classic-collection.vika {
    margin-bottom: 30px;
  }
}

@media (min-width: 48em) {
  .classic-collection.vika {
    border-bottom: 4px solid #a78e76;
  }
}

@media (min-width: 62em) {
  .classic-collection.vika {
    margin-bottom: 60px;
  }
}

.classic-collection.vika .classic-collection__title {
  color: #a78e76;
  font-size: 24px;
}

@media (min-width: 48em) {
  .classic-collection.vika .classic-collection__title {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .classic-collection.vika .classic-collection__title {
    font-size: 60px;
  }
}

@media (min-width: 75em) {
  .classic-collection.vika .classic-collection__title {
    font-size: 76px;
  }
}

.classic-collection.vika .classic-collection__title:before {
  background-color: #a78e76;
  height: 2px;
}

@media (min-width: 48em) {
  .classic-collection.vika .classic-collection__title:before {
    height: 4px;
  }
}

.classic-collection.vika .classic-collection__subtitle {
  color: #3c4047;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .classic-collection.vika .classic-collection__subtitle {
    font-size: 24px;
  }
}

.classic-collection.vika .hero__link {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 621px;
}

@media (min-width: 23.4375em) {
  .classic-collection.vika .hero__link {
    width: 80%;
  }
}

@media (min-width: 30em) {
  .classic-collection.vika .hero__link {
    margin-bottom: 40px;
    width: 53%;
  }
}

@media (min-width: 48em) {
  .classic-collection.vika .hero__link {
    width: 55%;
  }
}

@media (min-width: 62em) {
  .classic-collection.vika .hero__link {
    width: 48%;
  }
}

.classic-collection.vika .classic-collection__products {
  margin-bottom: 10px;
  max-width: 320px;
}

@media (min-width: 48em) {
  .classic-collection.vika .classic-collection__products {
    margin-bottom: 35px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 48em) {
  .classic-collection.vika .classic-collection__products {
    max-width: 650px;
  }
}

@media (min-width: 62em) {
  .classic-collection.vika .classic-collection__products {
    margin-bottom: 79px;
    padding-left: 0;
    padding-right: 0;
    max-width: 900px;
  }
}

@media (min-width: 64em) {
  .classic-collection.vika .classic-collection__products {
    max-width: 800px;
  }
}

@media (min-width: 75em) {
  .classic-collection.vika .classic-collection__products .hero__image {
    margin-left: auto;
    margin-right: auto;
  }
}

.detroit_april-style {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 62em) {
  .detroit_april-style {
    margin-bottom: 60px;
  }
}

.detroit_april-style .home-style__image {
  -webkit-clip-path: none;
  clip-path: none;
}

.detroit_april-style .home-style__content {
  background-color: transparent;
  bottom: 0;
  left: 0;
  padding: 10px;
  right: 0;
  top: 0;
}

@media (min-width: 48em) {
  .detroit_april-style .home-style__content {
    padding: 20px 20px 20px 30px;
  }
}

.detroit_april-style .home-style__content .home-style__title {
  color: #fff;
  font-family: 'BodoniFLF-Roman';
  font-size: 40px !important;
  font-weight: normal;
  line-height: 0.8;
}

@media (min-width: 30em) {
  .detroit_april-style .home-style__content .home-style__title {
    font-size: 30px !important;
  }
}

@media (min-width: 48em) {
  .detroit_april-style .home-style__content .home-style__title {
    font-size: 50px !important;
  }
}

@media (min-width: 62em) {
  .detroit_april-style .home-style__content .home-style__title {
    font-size: 65px !important;
  }
}

@media (min-width: 85.375em) {
  .detroit_april-style .home-style__content .home-style__title {
    font-size: 90px !important;
  }
}

.detroit_april-style .home-style__content .home-style__subtitle {
  color: #34313c;
  font-family: 'BodoniFLF-Roman';
  font-size: 7.5px;
  line-height: 1;
  text-align: center;
  width: 25%;
  margin-top: -10px;
}

@media (min-width: 23.4375em) {
  .detroit_april-style .home-style__content .home-style__subtitle {
    width: 26%;
    font-size: 9px;
  }
}

@media (min-width: 25.75em) {
  .detroit_april-style .home-style__content .home-style__subtitle {
    font-size: 10px;
  }
}

@media (min-width: 48em) {
  .detroit_april-style .home-style__content .home-style__subtitle {
    font-size: 15px;
    width: 27%;
    margin-top: -19px;
  }
}

@media (min-width: 62em) {
  .detroit_april-style .home-style__content .home-style__subtitle {
    font-size: 21px;
    width: 25%;
    margin-top: -29px;
  }
}

@media (min-width: 64em) {
  .detroit_april-style .home-style__content .home-style__subtitle {
    font-size: 23px;
    width: 25%;
    margin-top: -32px;
  }
}

@media (min-width: 75em) {
  .detroit_april-style .home-style__content .home-style__subtitle {
    font-size: 29px;
    margin-top: -40px;
    width: 26%;
  }
}

@media (min-width: 85.375em) {
  .detroit_april-style .home-style__content .home-style__subtitle {
    font-size: 33px;
    width: 26%;
    margin-top: -45px;
  }
}

.violeta-style {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 62em) {
  .violeta-style {
    margin-bottom: 60px;
  }
}

.violeta-style .home-style__image {
  -webkit-clip-path: none;
  clip-path: none;
}

.violeta-style .home-style__content {
  background-color: transparent;
  bottom: 0;
  left: 0;
  padding: 10px;
  right: 0;
  text-align: right;
  top: 0;
}

@media (min-width: 48em) {
  .violeta-style .home-style__content {
    padding: 20px 20px 20px 30px;
  }
}

.violeta-style .home-style__content .home-style__title {
  color: #fff;
  font-family: 'BodoniFLF-Roman';
  font-size: 22px !important;
  font-weight: normal;
  line-height: 0.8;
  text-shadow: -1px 0px 1px rgba(0,0,0,0.6);
}

@media (min-width: 30em) {
  .violeta-style .home-style__content .home-style__title {
    font-size: 42px !important;
  }
}

@media (min-width: 48em) {
  .violeta-style .home-style__content .home-style__title {
    font-size: 52px !important;
  }
}

@media (min-width: 62em) {
  .violeta-style .home-style__content .home-style__title {
    font-size: 86px !important;
  }
}

@media (min-width: 85.375em) {
  .violeta-style .home-style__content .home-style__title {
    font-size: 115px !important;
  }
}

.violeta-style .home-style__content .home-style__subtitle {
  color: #fff;
  font-family: 'BodoniFLF-Roman';
  font-size: 6.7px;
  line-height: 1;
  width: 25%;
  margin-left: auto;
  margin-right: 10px;
  margin-top: 30px;
  text-align: right;
  font-style: italic;
}

@media (min-width: 23.4375em) {
  .violeta-style .home-style__content .home-style__subtitle {
    margin-right: 12px;
    font-size: 8px;
    width: 24.5%;
    margin-top: 37px;
  }
}

@media (min-width: 25.75em) {
  .violeta-style .home-style__content .home-style__subtitle {
    margin-right: 14px;
    width: 25%;
    font-size: 9px;
  }
}

@media (min-width: 30em) {
  .violeta-style .home-style__content .home-style__subtitle {
    font-size: 17px;
  }
}

@media (min-width: 48em) {
  .violeta-style .home-style__content .home-style__subtitle {
    font-size: 17px;
    line-height: 1.2;
    width: 25%;
    margin-right: 38px;
    margin-left: auto;
    margin-top: 75px;
  }
}

@media (min-width: 62em) {
  .violeta-style .home-style__content .home-style__subtitle {
    font-size: 18px;
    margin-right: 23px;
    width: 22%;
  }
}

@media (min-width: 64em) {
  .violeta-style .home-style__content .home-style__subtitle {
    margin-top: 80px;
    margin-right: 27px;
    width: 20%;
  }
}

@media (min-width: 75em) {
  .violeta-style .home-style__content .home-style__subtitle {
    font-size: 22px;
    margin-top: 100px;
    margin-right: 35px;
  }
}

@media (min-width: 85.375em) {
  .violeta-style .home-style__content .home-style__subtitle {
    font-size: 26px;
    margin-right: 40px;
    margin-top: 120px;
  }
}

.basicas_april_18-style {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 62em) {
  .basicas_april_18-style {
    margin-bottom: 60px;
  }
}

.basicas_april_18-style .home-style__image {
  -webkit-clip-path: none;
  clip-path: none;
}

.basicas_april_18-style .home-style__content {
  background-color: transparent;
  bottom: 0;
  left: 0;
  padding: 10px;
  right: 0;
  top: 0;
}

@media (min-width: 48em) {
  .basicas_april_18-style .home-style__content {
    padding: 20px 20px 20px 30px;
  }
}

.basicas_april_18-style .home-style__content .text-position {
  bottom: 0;
  left: 33.6%;
  padding: 0 20px;
  position: absolute;
  right: 0%;
  text-align: center;
  top: 57%;
  top: 65%;
}

@media (min-width: 23.4375em) {
  .basicas_april_18-style .home-style__content .text-position {
    left: 35.6%;
  }
}

@media (min-width: 48em) {
  .basicas_april_18-style .home-style__content .text-position {
    left: 39%;
    bottom: 13%;
    left: 71.6%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 13.2%;
  }
}

@media (min-width: 62em) {
  .basicas_april_18-style .home-style__content .text-position {
    bottom: 13%;
    left: 71.6%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 13.2%;
  }
}

.basicas_april_18-style .home-style__content .text-position .u-center-content {
  vertical-align: middle;
}

@media (min-width: 48em) {
  .basicas_april_18-style .home-style__content .text-position .u-center-content {
    vertical-align: top;
  }
}

@media (min-width: 62em) {
  .basicas_april_18-style .home-style__content .text-position .u-center-content {
    vertical-align: middle;
  }
}

.basicas_april_18-style .home-style__content .img {
  max-width: 80%;
}

@media (min-width: 30em) {
  .basicas_april_18-style .home-style__content .img {
    max-width: 90%;
  }
}

@media (min-width: 48em) {
  .basicas_april_18-style .home-style__content .img {
    margin-bottom: 20px;
    max-width: 100%;
  }
}

.basicas_april_18-style .home-style__content .home-style__title {
  color: #fff;
  font-family: 'BodoniFLF-Bold';
  font-size: 14.5px !important;
  font-weight: normal;
  line-height: 0.8;
  text-align: left;
}

@media (min-width: 23.4375em) {
  .basicas_april_18-style .home-style__content .home-style__title {
    font-size: 16.5px !important;
  }
}

@media (min-width: 25.75em) {
  .basicas_april_18-style .home-style__content .home-style__title {
    font-size: 17.8px !important;
  }
}

@media (min-width: 30em) {
  .basicas_april_18-style .home-style__content .home-style__title {
    font-size: 24px !important;
  }
}

@media (min-width: 48em) {
  .basicas_april_18-style .home-style__content .home-style__title {
    font-size: 35px !important;
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  .basicas_april_18-style .home-style__content .home-style__title {
    font-size: 35px !important;
  }
}

@media (min-width: 85.375em) {
  .basicas_april_18-style .home-style__content .home-style__title {
    font-size: 42px !important;
  }
}

.basicas_april_18-style .home-style__content .home-style__subtitle {
  color: #000000;
  font-family: 'BodoniFLF-Italic';
  font-size: 8px;
  line-height: 1.2;
  margin-top: 28px;
  width: 91%;
  padding: 0;
  text-align: left;
}

@media (min-width: 23.4375em) {
  .basicas_april_18-style .home-style__content .home-style__subtitle {
    font-size: 9.6px;
    margin-top: 33px;
  }
}

@media (min-width: 25.75em) {
  .basicas_april_18-style .home-style__content .home-style__subtitle {
    margin-top: 36px;
    width: 87%;
  }
}

@media (min-width: 30em) {
  .basicas_april_18-style .home-style__content .home-style__subtitle {
    font-size: 14px;
  }
}

@media (min-width: 48em) {
  .basicas_april_18-style .home-style__content .home-style__subtitle {
    font-size: 20px;
    font-size: 13px;
    margin-top: 67px;
    margin-top: 27px;
    width: 83%;
    width: 86%;
    padding-left: 20px;
  }
}

@media (min-width: 62em) {
  .basicas_april_18-style .home-style__content .home-style__subtitle {
    margin-top: 60px;
    font-size: 22px;
    font-size: 17px;
    line-height: 1.2;
    padding: 0 45px;
    padding: 0 30px;
    height: 100%;
    width: 100%;
  }
}

@media (min-width: 64em) {
  .basicas_april_18-style .home-style__content .home-style__subtitle {
    font-size: 17px;
    padding: 0 30px;
  }
}

@media (min-width: 75em) {
  .basicas_april_18-style .home-style__content .home-style__subtitle {
    font-size: 21px;
    padding: 0 45px;
  }
}

@media (min-width: 85.375em) {
  .basicas_april_18-style .home-style__content .home-style__subtitle {
    font-size: 24px;
  }
}

@media (min-width: 105em) {
  .basicas_april_18-style .home-style__content .home-style__subtitle {
    font-size: 27px;
    padding: 0 60px;
  }
}

.basicas_april_18-style .home-style__content .home-style__april-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 30px;
  width: 350px;
}

@media (min-width: 48em) {
  .basicas_april_18-style .home-style__content .home-style__april-title {
    top: 7px;
    width: 210px;
  }
}

@media (min-width: 62em) {
  .basicas_april_18-style .home-style__content .home-style__april-title {
    top: 20px;
    width: 280px;
  }
}

@media (min-width: 75em) {
  .basicas_april_18-style .home-style__content .home-style__april-title {
    top: 32px;
    width: 350px;
  }
}

@media (min-width: 85.375em) {
  .basicas_april_18-style .home-style__content .home-style__april-title {
    top: 42px;
    width: 375px;
  }
}

@media (min-width: 105em) {
  .basicas_april_18-style .home-style__content .home-style__april-title {
    top: 46px;
    width: 450px;
  }
}

.basicas_april_18-style .home-style__content .home-style__april-title .home-style__title {
  text-align: center;
  position: absolute;
  top: 21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  font-size: 27px !important;
}

@media (min-width: 48em) {
  .basicas_april_18-style .home-style__content .home-style__april-title .home-style__title {
    top: 27px;
    font-size: 17px !important;
  }
}

@media (min-width: 62em) {
  .basicas_april_18-style .home-style__content .home-style__april-title .home-style__title {
    font-size: 23px !important;
    top: 26px;
  }
}

@media (min-width: 75em) {
  .basicas_april_18-style .home-style__content .home-style__april-title .home-style__title {
    font-size: 29px !important;
    top: 22px;
  }
}

@media (min-width: 85.375em) {
  .basicas_april_18-style .home-style__content .home-style__april-title .home-style__title {
    font-size: 30px !important;
  }
}

@media (min-width: 105em) {
  .basicas_april_18-style .home-style__content .home-style__april-title .home-style__title {
    font-size: 37px !important;
    top: 19px;
  }
}

.basicas_april_18-style .home-style__content .home-style__april-title img {
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  top: 33px;
}

.dori-style {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 62em) {
  .dori-style {
    margin-bottom: 60px;
  }
}

.dori-style .home-style__image {
  -webkit-clip-path: none;
  clip-path: none;
}

.dori-style .home-style__content {
  background-color: transparent;
  bottom: 0;
  left: 0;
  padding: 10px;
  right: 0;
  text-align: right;
  top: 0;
}

@media (min-width: 48em) {
  .dori-style .home-style__content {
    padding: 20px 20px 20px 30px;
  }
}

.dori-style .home-style__content .home-style__title {
  color: #fff;
  font-family: 'BodoniFLF-Roman';
  font-size: 22px !important;
  font-weight: normal;
  line-height: 0.8;
  text-shadow: -1px 0px 1px rgba(0,0,0,0.6);
}

@media (min-width: 30em) {
  .dori-style .home-style__content .home-style__title {
    font-size: 42px !important;
  }
}

@media (min-width: 48em) {
  .dori-style .home-style__content .home-style__title {
    font-size: 52px !important;
  }
}

@media (min-width: 62em) {
  .dori-style .home-style__content .home-style__title {
    font-size: 86px !important;
  }
}

@media (min-width: 85.375em) {
  .dori-style .home-style__content .home-style__title {
    font-size: 115px !important;
  }
}

.dori-style .home-style__content .home-style__subtitle {
  color: #ffd200;
  font-family: 'BodoniFLF-Roman';
  font-size: 7.8px;
  font-weight: bold;
  line-height: 1;
  width: 23%;
  margin-left: auto;
  margin-right: 2px;
  margin-top: 0;
  text-align: right;
}

@media (min-width: 23.4375em) {
  .dori-style .home-style__content .home-style__subtitle {
    margin-right: 6px;
    margin-top: 0;
    font-size: 8px;
    width: 25%;
  }
}

@media (min-width: 25.75em) {
  .dori-style .home-style__content .home-style__subtitle {
    font-size: 10px;
  }
}

@media (min-width: 30em) {
  .dori-style .home-style__content .home-style__subtitle {
    font-size: 17px;
  }
}

@media (min-width: 48em) {
  .dori-style .home-style__content .home-style__subtitle {
    font-size: 17px;
    font-size: 20px;
    line-height: 1.2;
    width: 21%;
    margin-right: 15px;
    margin-left: auto;
    margin-top: 35px;
    margin-top: 0;
  }
}

@media (min-width: 62em) {
  .dori-style .home-style__content .home-style__subtitle {
    font-size: 18px;
    margin-right: 23px;
    width: 22%;
  }
}

@media (min-width: 64em) {
  .dori-style .home-style__content .home-style__subtitle {
    font-size: 21px;
    margin-top: 50px;
    margin-right: 25px;
    width: 19%;
  }
}

@media (min-width: 75em) {
  .dori-style .home-style__content .home-style__subtitle {
    font-size: 28px;
    margin-top: 60px;
    margin-right: 35px;
  }
}

@media (min-width: 85.375em) {
  .dori-style .home-style__content .home-style__subtitle {
    font-size: 32px;
    margin-right: 40px;
    margin-top: 60px;
    width: 18%;
  }
}

.travelling {
  background-color: #fff;
  margin-bottom: 30px;
  padding-top: 20px;
  text-align: center;
}

.travelling--playa-ciudad {
  padding-bottom: 25px;
  background-image: url("../images/home/playa-ciudad_bg.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.travelling--playa-ciudad .owl-panama .owl-dots {
  bottom: -40px;
}

.travelling--playa-ciudad .wrap {
  padding: 15px;
}

.travelling--playa-ciudad .wrap .travelling__sub-product {
  margin-bottom: 0;
}

@media (min-width: 0.0625em) and (max-width: 23.4275em) {
  body.lang-de .travelling--playa-ciudad .travelling__title span {
    font-size: 28px;
  }

  body.lang-nl .travelling--playa-ciudad .travelling__title span {
    font-size: 25px;
  }

  body.lang-en .travelling--playa-ciudad .travelling__title span {
    font-size: 33px;
  }
}

@media (min-width: 23.4375em) and (max-width: 25.74em) {
  body.lang-de .travelling--playa-ciudad .travelling__title span {
    font-size: 34px;
  }

  body.lang-nl .travelling--playa-ciudad .travelling__title span {
    font-size: 30px;
  }

  body.lang-en .travelling--playa-ciudad .travelling__title span {
    font-size: 39px;
  }
}

@media (min-width: 25.75em) and (max-width: 47.99em) {
  body.lang-de .travelling--playa-ciudad .travelling__title span {
    font-size: 36px;
  }

  body.lang-nl .travelling--playa-ciudad .travelling__title span {
    font-size: 31px;
  }

  body.lang-en .travelling--playa-ciudad .travelling__title span {
    font-size: 41px;
  }
}

@media (min-width: 48em) {
  .travelling--playa-ciudad .travelling__title span body.lang-nl {
    font-size: 64px;
  }
}

.travelling--igloo {
  background-color: #99948d;
}

.travelling--igloo .travelling__product,
.travelling--igloo .travelling__sub-product {
  color: #fff;
}

.travelling--esp-bota-panama {
  background-color: #717686;
}

.travelling--esp-bota-panama .travelling__title {
  color: #ccccce;
}

@media (max-width: 47.99em) {
  body.lang-nl .travelling--esp-bota-panama .travelling__title {
    font-size: 24px;
  }
}

@media (max-width: 47.99em) {
  body.lang-en .travelling--esp-bota-panama .travelling__title {
    font-size: 24px;
  }
}

@media (max-width: 47.99em) {
  body.lang-de .travelling--esp-bota-panama .travelling__title {
    font-size: 18px;
  }
}

@media (max-width: 47.99em) {
  body.lang-nl .travelling--esp-bota-panama .travelling__title span {
    font-size: 32px;
  }
}

body.lang-de .travelling--esp-bota-panama .travelling__title span {
  font-size: 83px;
}

@media (max-width: 47.99em) {
  body.lang-de .travelling--esp-bota-panama .travelling__title span {
    font-size: 22px;
  }
}

@media (min-width: 48em) and (max-width: 48em) {
  body.lang-de .travelling--esp-bota-panama .travelling__title span {
    font-size: 48px;
  }
}

@media (max-width: 47.99em) {
  body.lang-en .travelling--esp-bota-panama .travelling__title span {
    font-size: 32px;
  }
}

.travelling--esp-bota-panama .travelling__product,
.travelling--esp-bota-panama .travelling__sub-product {
  color: #fff;
}

.travelling .classic-collection__product {
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .travelling {
    margin-bottom: 30px;
  }
}

@media (min-width: 62em) {
  .travelling {
    margin-bottom: 60px;
  }
}

@media (min-width: 85.375em) {
  .travelling {
    margin-bottom: 60px;
  }
}

.travelling .owl-panama .owl-nav [class*='owl-'] {
  width: 60px;
  max-height: 330px;
}

@media (min-width: 48em) {
  .travelling .owl-panama .owl-nav [class*='owl-'] {
    max-height: 200px;
  }
}

@media (min-width: 62em) {
  .travelling .owl-panama .owl-nav [class*='owl-'] {
    max-height: 250px;
  }
}

@media (min-width: 75em) {
  .travelling .owl-panama .owl-nav [class*='owl-'] {
    max-height: 380px;
  }
}

@media (min-width: 85.375em) {
  .travelling .owl-panama .owl-nav [class*='owl-'] {
    max-height: 425px;
  }
}

.travelling__title {
  position: relative;
  margin: 0 0 25px;
  color: #db9b56;
  font-family: 'cervomedium';
  font-weight: normal;
  text-transform: uppercase;
  font-size: 25px;
  font-size: calc(3.34608vw + 14.29254px);
}

@media (max-width: 320px) {
  .travelling__title {
    font-size: 25px;
  }
}

@media (min-width: 1366px) {
  .travelling__title {
    font-size: 60px;
  }
}

.travelling__title span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0.2;
  font-size: 38px;
  font-size: calc(6.21415vw + 18.11472px);
}

@media (max-width: 320px) {
  .travelling__title span {
    font-size: 38px;
  }
}

@media (min-width: 1366px) {
  .travelling__title span {
    font-size: 103px;
  }
}

@media (max-width: 23.4275em) {
  body.lang-en .travelling__title span {
    font-size: 37px;
  }
}

@supports not (font-size: calc(1vw - 1px)) {
@media (min-width: 30em) {
    .travelling__title span {
      font-size: 43px;
    }
}

@media (min-width: 48em) {
    .travelling__title span {
      font-size: 50px;
    }
}

@media (min-width: 62em) {
    .travelling__title span {
      font-size: 68px;
    }
}

@media (min-width: 75em) {
    .travelling__title span {
      font-size: 77px;
    }
}

@media (min-width: 85.375em) {
    .travelling__title span {
      font-size: 103px;
    }
}
}

.travelling__title--grey {
  color: #5a5a5a;
}

.travelling__title--grey span {
  opacity: 0.1;
}

.travelling__title--playa-ciudad {
  color: #433b30;
}

.travelling__title--playa-ciudad span {
  opacity: 0.1;
}

.travelling__title--igloo {
  color: #fff;
}

@supports not (font-size: calc(1vw - 1px)) {
@media (min-width: 30em) {
    .travelling__title {
      font-size: 25px;
      font-size: 2.5rem;
    }
}

@media (min-width: 48em) {
    .travelling__title {
      font-size: 30px;
      font-size: 3rem;
    }
}

@media (min-width: 62em) {
    .travelling__title {
      font-size: 40px;
      font-size: 4rem;
    }
}

@media (min-width: 75em) {
    .travelling__title {
      font-size: 45px;
      font-size: 4.5rem;
    }
}

@media (min-width: 85.375em) {
    .travelling__title {
      font-size: 60px;
      font-size: 5rem;
    }
}
}

.travelling__product {
  margin: 10px auto 0;
  color: #000;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
}

@media (min-width: 48em) {
  .travelling__product {
    margin-top: 20px;
    font-size: 24px;
  }
}

.travelling__sub-product {
  margin: 0 0 40px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

@media (min-width: 48em) {
  .travelling__sub-product {
    font-size: 20px;
  }
}

.created-to-travel__vika-roses {
  position: relative;
}

.created-to-travel__vika-roses--woman {
  position: absolute;
  height: 100%;
  width: 36%;
  left: 0;
  top: 0;
}

.created-to-travel__vika-roses--men {
  position: absolute;
  height: 100%;
  width: 60%;
  right: 0;
  top: 0;
}

@media (min-width: 25.75em) {
  .created-to-travel__vika-roses--woman {
    width: 150px;
  }

  .created-to-travel__vika-roses--men {
    width: 232px;
  }
}

@media (min-width: 48em) {
  .created-to-travel__vika-roses--woman {
    width: 270px;
  }

  .created-to-travel__vika-roses--men {
    width: 440px;
  }
}

@media (min-width: 62em) {
  .created-to-travel__vika-roses--video {
    position: absolute;
    width: 51px;
    height: 51px;
    right: 32.3%;
    top: 41.2%;
    cursor: pointer;
  }

  .created-to-travel__vika-roses--woman {
    opacity: 0;
    position: absolute;
    height: 60%;
    width: 110px;
    left: 10.4%;
    top: 8.5%;
  }

  .created-to-travel__vika-roses--woman:hover,
  .created-to-travel__vika-roses--woman:active,
  .created-to-travel__vika-roses--woman:focus {
    opacity: 1;
  }

  .created-to-travel__vika-roses--woman:hover span,
  .created-to-travel__vika-roses--woman:active span,
  .created-to-travel__vika-roses--woman:focus span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80px;
    text-align: center;
    margin-top: 75px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid;
  }

  .created-to-travel__vika-roses--men {
    opacity: 0;
    position: absolute;
    height: 60%;
    width: 170px;
    left: 22%;
    top: 8.5%;
  }

  .created-to-travel__vika-roses--men:hover,
  .created-to-travel__vika-roses--men:active,
  .created-to-travel__vika-roses--men:focus {
    opacity: 1;
  }

  .created-to-travel__vika-roses--men:hover span,
  .created-to-travel__vika-roses--men:active span,
  .created-to-travel__vika-roses--men:focus span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80px;
    text-align: center;
    margin-top: 75px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid;
  }
}

@media (min-width: 64em) {
  .created-to-travel__vika-roses--video {
    width: 53px;
    height: 53px;
  }
}

@media (min-width: 75em) {
  .created-to-travel__vika-roses--video {
    width: 64px;
    height: 64px;
  }

  .created-to-travel__vika-roses--woman {
    width: 180px;
  }

  .created-to-travel__vika-roses--men {
    width: 270px;
  }
}

@media (min-width: 85.375em) {
  .created-to-travel__vika-roses--video {
    width: 71px;
    height: 71px;
  }
}

@media (min-width: 105em) {
  .created-to-travel__vika-roses--video {
    width: 87px;
    height: 87px;
  }
}

.created-to-travel__vika-roses_may_18_video-wrapper {
  position: absolute;
  left: 41.6%;
  top: 14.8%;
  width: 48.5%;
  height: 75%;
  overflow: hidden;
}

.created-to-travel__vika-roses .created-to-travel__vika-roses_may_18_video-wrapper {
  display: none;
}

@media (min-width: 48em) {
  .created-to-travel__vika-roses .created-to-travel__vika-roses_may_18_video-wrapper {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .created-to-travel__vika-roses .created-to-travel__vika-roses_may_18_video-wrapper {
    display: none;
  }
}

.created-to-travel__vika-roses .created-travel__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 48em) {
  .created-to-travel__vika-roses .created-travel__video {
    display: block;
  }
}

.created-to-travel__vika-roses .violetta-tropical__hover--woman {
  display: none;
}

@media (min-width: 62em) {
  .created-to-travel__vika-roses .violetta-tropical__hover--woman {
    color: #4d8583;
    border: 2px solid #4d8583;
    background-color: rgba(249,247,245,0.7);
    transition: background-color 300ms;
  }

  .created-to-travel__vika-roses .violetta-tropical__hover--woman:hover,
  .created-to-travel__vika-roses .violetta-tropical__hover--woman:active,
  .created-to-travel__vika-roses .violetta-tropical__hover--woman:focus {
    background-color: rgba(249,247,245,0.9);
  }
}

.created-to-travel__vika-roses .violetta-tropical__hover--man {
  display: none;
}

@media (min-width: 62em) {
  .created-to-travel__vika-roses .violetta-tropical__hover--man {
    color: #2a2825;
    border: 2px solid #2a2825;
    background-color: rgba(249,247,245,0.7);
    transition: background-color 300ms;
  }

  .created-to-travel__vika-roses .violetta-tropical__hover--man:hover,
  .created-to-travel__vika-roses .violetta-tropical__hover--man:active,
  .created-to-travel__vika-roses .violetta-tropical__hover--man:focus {
    background-color: rgba(249,247,245,0.9);
  }
}

.created-to-travel__vika-roses .vera-clay__hover--woman {
  display: none;
}

@media (min-width: 62em) {
  .created-to-travel__vika-roses .vera-clay__hover--woman {
    color: #70361c;
    border: 2px solid #70361c;
    background-color: rgba(249,247,245,0.7);
    margin-right: 0 !important;
    transition: background-color 300ms;
  }

  .created-to-travel__vika-roses .vera-clay__hover--woman:hover,
  .created-to-travel__vika-roses .vera-clay__hover--woman:active,
  .created-to-travel__vika-roses .vera-clay__hover--woman:focus {
    background-color: rgba(249,247,245,0.9);
  }
}

.created-to-travel__vika-roses .vera-clay__hover--man {
  display: none;
}

@media (min-width: 62em) {
  .created-to-travel__vika-roses .vera-clay__hover--man {
    color: #2a2825;
    border: 2px solid #2a2825;
    background-color: rgba(249,247,245,0.7);
    margin-right: 15% !important;
    transition: background-color 300ms;
  }

  .created-to-travel__vika-roses .vera-clay__hover--man:hover,
  .created-to-travel__vika-roses .vera-clay__hover--man:active,
  .created-to-travel__vika-roses .vera-clay__hover--man:focus {
    background-color: rgba(249,247,245,0.9);
  }
}

.created-to-travel__vika-roses .vika-roses__hover--woman {
  display: none;
}

@media (min-width: 62em) {
  .created-to-travel__vika-roses .vika-roses__hover--woman {
    color: #cf5551;
    border: 2px solid #cf5551;
    background-color: rgba(249,247,245,0.7);
    transition: background-color 300ms;
  }

  .created-to-travel__vika-roses .vika-roses__hover--woman:hover,
  .created-to-travel__vika-roses .vika-roses__hover--woman:active,
  .created-to-travel__vika-roses .vika-roses__hover--woman:focus {
    background-color: rgba(249,247,245,0.9);
  }
}

.created-to-travel__vika-roses .vika-roses__hover--man {
  display: none;
}

@media (min-width: 62em) {
  .created-to-travel__vika-roses .vika-roses__hover--man {
    color: #2a2825;
    border: 2px solid #2a2825;
    background-color: rgba(249,247,245,0.7);
    transition: background-color 300ms;
  }

  .created-to-travel__vika-roses .vika-roses__hover--man:hover,
  .created-to-travel__vika-roses .vika-roses__hover--man:active,
  .created-to-travel__vika-roses .vika-roses__hover--man:focus {
    background-color: rgba(249,247,245,0.9);
  }
}

.new-collection-18-19 {
  background-color: #000;
  font-family: "BodoniFLF-Roman",serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-bottom: 13px;
  border: 10px solid #000;
  box-shadow: 0 0 0 2px #db9e59 inset;
}

@media (min-width: 48em) {
  .new-collection-18-19 {
    border: 25px solid #000;
    box-shadow: 0 0 0 3px #db9e59 inset;
    padding-bottom: 40px;
  }
}

.new-collection-18-19__title {
  color: #fff;
  font-size: 1.8em;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 10px;
}

@media (min-width: 25.75em) {
  .new-collection-18-19__title {
    font-size: 2.3em;
  }
}

@media (min-width: 30em) {
  .new-collection-18-19__title {
    font-size: 2.7em;
  }
}

@media (min-width: 48em) {
  .new-collection-18-19__title {
    margin-top: 40px;
    font-size: 4.6em;
  }

  body.lang-nl .new-collection-18-19__title {
    font-size: 4.3em;
  }
}

@media (min-width: 62em) {
  .new-collection-18-19__title {
    font-size: 5.6em;
  }

  body.lang-nl .new-collection-18-19__title {
    font-size: 5em;
  }
}

.new-collection-18-19__subtitle {
  color: #db9e59;
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  padding-top: 5px;
}

@media (min-width: 25.75em) {
  .new-collection-18-19__subtitle {
    font-size: 1.4em;
  }
}

@media (min-width: 30em) {
  .new-collection-18-19__subtitle {
    font-size: 1.6em;
  }
}

@media (min-width: 48em) {
  .new-collection-18-19__subtitle {
    font-size: 2.5em;
    padding-top: 0;
  }
}

@media (min-width: 62em) {
  .new-collection-18-19__subtitle {
    font-size: 3.2em;
  }
}

.new-collection-18-19 .sales-18__links-container {
  max-width: 200px;
}

body.lang-en .new-collection-18-19 .sales-18__links-container {
  max-width: 330px;
}

@media (min-width: 30em) {
  .new-collection-18-19 .sales-18__links-container {
    max-width: 300px;
  }

  body.lang-en .new-collection-18-19 .sales-18__links-container {
    max-width: 370px;
  }
}

@media (min-width: 48em) {
  .new-collection-18-19 .sales-18__links-container {
    max-width: 350px;
  }

  body.lang-en .new-collection-18-19 .sales-18__links-container {
    max-width: 400px;
  }
}

@media (min-width: 62em) {
  .new-collection-18-19 .sales-18__links-container {
    max-width: 400px;
  }

  body.lang-en .new-collection-18-19 .sales-18__links-container {
    max-width: 550px;
  }
}

.new-collection-18-19 .sales-18__links-content {
  border-top: none;
  padding-top: 10px;
}

@media (min-width: 48em) {
  .new-collection-18-19 .sales-18__links-content {
    padding-top: 20px;
  }
}

.new-collection-18-19 .sales-18__links-content .sales-18__link {
  font-family: "BodoniFLF-Roman",serif;
  border-color: #fff;
  color: #fff;
  padding-bottom: 5px;
  font-size: 0.8em;
}

@media (min-width: 30em) {
  .new-collection-18-19 .sales-18__links-content .sales-18__link {
    font-size: 1.2em;
  }
}

@media (min-width: 48em) {
  .new-collection-18-19 .sales-18__links-content .sales-18__link {
    font-size: 1.4em;
  }

  .new-collection-18-19 .sales-18__links-content .sales-18__link:hover,
  .new-collection-18-19 .sales-18__links-content .sales-18__link:active,
  .new-collection-18-19 .sales-18__links-content .sales-18__link:focus {
    background-color: #db9e59;
    color: #000;
    border: none;
  }
}

@media (min-width: 62em) {
  .new-collection-18-19 .sales-18__links-content .sales-18__link {
    font-size: 1.7em;
  }
}

.panama-03-b1 {
  position: relative;
}

.panama-03-b1__title {
  font-family: "BodoniFLF-Bold",serif;
  font-style: italic;
  color: #010101;
  position: absolute;
  top: 33%;
  left: 35%;
  font-size: 0.6em;
}

@media (min-width: 25.75em) {
  .panama-03-b1__title {
    font-size: 0.8em;
  }
}

@media (min-width: 48em) {
  .panama-03-b1__title {
    font-size: 1.2em;
    top: 32%;
    left: 34.5%;
  }
}

@media (min-width: 62em) {
  .panama-03-b1__title {
    font-size: 1.6em;
    left: 33.5%;
  }
}

@media (min-width: 75em) {
  .panama-03-b1__title {
    top: 33%;
  }
}

@media (min-width: 48em) {
  .panama-03-b1__title--september-18 {
    left: 31.5%;
    top: 31%;
  }
}

@media (min-width: 48em) and (max-width: 48em) {
  .panama-03-b1__title--september-18 {
    left: 34.5%;
    top: 27%;
  }
}

@media (min-width: 75em) {
  .panama-03-b1__title--september-18 {
    left: 32%;
  }
}

.goodman-c27 {
  position: relative;
}

.goodman-c27__title {
  font-family: "BodoniFLF-Roman",serif;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  text-shadow: 1px 1px 5px black;
  font-size: 0.65em;
  left: 5%;
  top: 52%;
}

@media (min-width: 30em) {
  .goodman-c27__title {
    font-size: 1.1em;
  }
}

@media (min-width: 48em) {
  .goodman-c27__title {
    font-size: 1.3em;
    top: 54%;
    left: 5.4%;
  }
}

@media (min-width: 62em) {
  .goodman-c27__title {
    font-size: 1.7em;
    top: 56%;
    left: 7.5%;
  }
}

@media (min-width: 75em) {
  .goodman-c27__title {
    font-size: 2.1em;
  }

  body.lang-en .goodman-c27__title,
  body.lang-nl .goodman-c27__title {
    font-size: 1.9em;
  }
}

@media (min-width: 85.375em) {
  .goodman-c27__title {
    font-size: 2.3em;
  }

  body.lang-en .goodman-c27__title,
  body.lang-nl .goodman-c27__title {
    font-size: 2.3em;
  }
}

.panama-03-b77 .home-style__content .u-center-wrap .u-center-content {
  vertical-align: top;
}

@media (min-width: 48em) {
  .panama-03-b77 .home-style__content .u-center-wrap .u-center-content {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .panama-03-b77 .home-style__content .u-center-wrap .u-center-content {
    padding-top: 10%;
  }
}

@media (min-width: 62em) {
  .panama-03-b77 .home-style__content .u-center-wrap .u-center-content {
    padding-top: 40%;
  }
}

@media (min-width: 75em) {
  .panama-03-b77 .home-style__content .u-center-wrap .u-center-content {
    padding-top: 49%;
  }
}

.panama-03-b77 .home-style__content .u-center-wrap .u-center-content .text-position {
  right: 45.7%;
  left: 36%;
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .panama-03-b77 .home-style__content .u-center-wrap .u-center-content .text-position {
    right: 53.7%;
    left: 30%;
  }
}

.panama-03-b77__title {
  font-size: 24px;
  color: #000;
  font-style: italic;
  font-family: "BodoniFLF-Bold",serif;
  text-transform: unset;
  font-weight: normal;
  text-align: left;
  line-height: 1.4;
}

@media (min-width: 48em) {
  .panama-03-b77__title {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .panama-03-b77__title {
    font-size: 13px;
  }
}

@media (min-width: 62em) {
  .panama-03-b77__title {
    font-size: 19px;
  }
}

@media (min-width: 75em) {
  .panama-03-b77__title {
    font-size: 23px;
  }
}

.bota-panama-c1 .home-style__content .u-center-wrap .u-center-content {
  vertical-align: middle;
}

.bota-panama-c1 .home-style__content .u-center-wrap .u-center-content .text-position {
  top: 0;
  bottom: 0;
  left: 28.1%;
  right: 51.8%;
}

@media (min-width: 48em) {
  .bota-panama-c1 .home-style__content .u-center-wrap .u-center-content .text-position {
    right: 55.1%;
    left: 27.3%;
  }
}

.bota-panama-c1__title {
  font-family: "BodoniFLF-Roman",serif;
  color: #e3a716;
  text-align: left;
  padding-left: 7%;
  margin-top: 50%;
  margin-bottom: 30%;
  font-size: 5px;
}

body.lang-nl .bota-panama-c1__title {
  font-size: 7px;
}

@media (min-width: 30em) {
  .bota-panama-c1__title {
    font-size: 11px;
  }

  body.lang-nl .bota-panama-c1__title {
    font-size: 9px;
  }
}

@media (min-width: 48em) {
  .bota-panama-c1__title {
    font-size: 15px;
    margin-top: 0;
    padding-left: 14%;
  }

  body.lang-nl .bota-panama-c1__title {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .bota-panama-c1__title {
    margin-top: 50%;
  }
}

@media (min-width: 62em) {
  .bota-panama-c1__title {
    font-size: 18px;
  }

  body.lang-nl .bota-panama-c1__title {
    font-size: 14px;
  }
}

@media (min-width: 64em) {
  .bota-panama-c1__title {
    font-size: 20px;
  }

  body.lang-nl .bota-panama-c1__title {
    font-size: 16px;
  }
}

@media (min-width: 75em) {
  .bota-panama-c1__title {
    font-size: 23px;
  }

  body.lang-nl .bota-panama-c1__title {
    font-size: 18px;
  }
}

@media (min-width: 85.375em) {
  .bota-panama-c1__title {
    font-size: 26px;
  }

  body.lang-nl .bota-panama-c1__title {
    font-size: 22px;
  }
}

@media (min-width: 105em) {
  .bota-panama-c1__title {
    font-size: 28px;
  }

  body.lang-nl .bota-panama-c1__title {
    font-size: 24px;
  }
}

.panama-03-b44 {
  position: relative;
}

.panama-03-b44__title {
  position: absolute;
  color: #fff;
  font-family: "BodoniFLF-Italic",serif,serif;
  line-height: 1;
  font-size: 10px;
  top: 46%;
  left: 6%;
  width: 22%;
}

@media (min-width: 30em) {
  .panama-03-b44__title {
    font-size: 14px;
  }

  body.lang-de .panama-03-b44__title {
    font-size: 13px;
  }
}

@media (min-width: 48em) {
  .panama-03-b44__title {
    font-size: 18px;
    top: 48%;
    left: 5.4%;
    width: 15%;
  }

  body.lang-de .panama-03-b44__title {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .panama-03-b44__title {
    font-size: 23px;
    top: 45%;
    left: 6%;
    width: 21%;
  }

  body.lang-de .panama-03-b44__title {
    font-size: 19px;
  }
}

@media (min-width: 62em) {
  .panama-03-b44__title {
    font-size: 20px;
  }
}

@media (min-width: 75em) {
  .panama-03-b44__title {
    font-size: 22px;
  }

  body.lang-de .panama-03-b44__title {
    font-size: 21px;
  }
}

@media (min-width: 85.375em) {
  .panama-03-b44__title {
    font-size: 25px;
  }

  body.lang-de .panama-03-b44__title {
    font-size: 24px;
  }
}

.bota-panama-c10 {
  position: relative;
}

.bota-panama-c10 .home-style__content .u-center-wrap .u-center-content .text-position {
  left: 30.3%;
  right: 49.4%;
}

.bota-panama-c10__title {
  color: #f7efc3;
  font-family: "BodoniFLF-Roman",serif;
  margin-bottom: 0;
  margin-top: 37%;
  font-size: 6px;
}

@media (min-width: 25.75em) {
  .bota-panama-c10__title {
    padding-left: 8%;
  }
}

@media (min-width: 30em) {
  .bota-panama-c10__title {
    font-size: 16px;
  }

  body.lang-de .bota-panama-c10__title {
    font-size: 14px;
  }
}

@media (min-width: 48em) {
  .bota-panama-c10__title {
    padding-left: 20%;
    margin-top: 26%;
    font-size: 19px;
  }

  body.lang-de .bota-panama-c10__title {
    font-size: 19px;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .bota-panama-c10__title {
    padding-left: 9%;
    margin-top: 39%;
  }
}

@media (min-width: 75em) {
  .bota-panama-c10__title {
    padding-left: 19%;
    font-size: 26px;
  }

  body.lang-de .bota-panama-c10__title {
    font-size: 26px;
  }
}

@media (min-width: 85.375em) {
  body.lang-de .bota-panama-c10__title {
    font-size: 30px;
  }
}

.amur-gtx {
  position: relative;
  color: #000;
}

.amur-gtx__title {
  position: absolute;
  font-family: "BodoniFLF-Bold",serif;
  line-height: 1.4;
  top: 27%;
  left: 4%;
  font-size: 8.5px;
}

body.lang-en .amur-gtx__title {
  font-size: 7px;
}

body.lang-de .amur-gtx__title {
  font-size: 8px;
}

body.lang-nl .amur-gtx__title {
  font-size: 7px;
}

@media (min-width: 30em) {
  .amur-gtx__title {
    font-size: 12px;
  }

  body.lang-en .amur-gtx__title {
    font-size: 11px;
  }

  body.lang-de .amur-gtx__title {
    font-size: 10px;
  }

  body.lang-nl .amur-gtx__title {
    font-size: 10px;
  }
}

@media (min-width: 48em) {
  .amur-gtx__title {
    top: 25%;
    left: 3%;
    font-size: 19px;
  }

  body.lang-en .amur-gtx__title {
    font-size: 17px;
  }

  body.lang-de .amur-gtx__title {
    font-size: 16px;
  }

  body.lang-nl .amur-gtx__title {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .amur-gtx__title {
    top: 27%;
    left: 4%;
  }

  body.lang-en .amur-gtx__title {
    font-size: 18px;
  }
}

@media (min-width: 62em) {
  .amur-gtx__title {
    font-size: 23px;
  }

  body.lang-en .amur-gtx__title {
    font-size: 23px;
  }

  body.lang-de .amur-gtx__title {
    font-size: 23px;
  }

  body.lang-nl .amur-gtx__title {
    font-size: 23px;
  }
}

@media (min-width: 75em) {
  .amur-gtx__title {
    font-size: 26px;
  }

  body.lang-en .amur-gtx__title {
    font-size: 26px;
  }

  body.lang-de .amur-gtx__title {
    font-size: 26px;
  }

  body.lang-nl .amur-gtx__title {
    font-size: 26px;
  }
}

@media (min-width: 105em) {
  .amur-gtx__title {
    font-size: 33px;
  }

  body.lang-en .amur-gtx__title {
    font-size: 33px;
  }

  body.lang-de .amur-gtx__title {
    font-size: 33px;
  }

  body.lang-nl .amur-gtx__title {
    font-size: 33px;
  }
}

.amur-gtx__subtitle {
  position: absolute;
  font-family: "BodoniFLF-Roman",serif;
  font-style: italic;
  line-height: 1.4;
  top: 33%;
  left: 3%;
}

@media (min-width: 48em) {
  .amur-gtx__subtitle {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .amur-gtx__subtitle {
    line-height: 2.4;
    left: 4%;
  }
}

@media (min-width: 62em) {
  .amur-gtx__subtitle {
    font-size: 18px;
  }
}

@media (min-width: 75em) {
  .amur-gtx__subtitle {
    font-size: 20px;
  }
}

@media (min-width: 105em) {
  .amur-gtx__subtitle {
    font-size: 25px;
  }
}

.amur-gtx-nl__title {
  top: 34%;
  font-size: 7px;
}

@media (min-width: 48em) {
  .amur-gtx-nl__title {
    left: 4%;
    font-size: 17px;
  }
}

@media (min-width: 62em) {
  .amur-gtx-nl__title {
    font-size: 22px;
  }

  body.lang-en .amur-gtx-nl__title {
    font-size: 19px;
  }

  body.lang-de .amur-gtx-nl__title {
    font-size: 18px;
  }
}

@media (min-width: 64em) {
  body.lang-en .amur-gtx-nl__title {
    font-size: 21px;
  }
}

@media (min-width: 75em) {
  .amur-gtx-nl__title {
    font-size: 27px;
  }

  body.lang-de .amur-gtx-nl__title {
    font-size: 22px;
  }
}

@media (min-width: 85.375em) {
  .amur-gtx-nl__title {
    top: 35%;
    font-size: 32px;
  }

  body.lang-en .amur-gtx-nl__title {
    font-size: 27px;
  }
}

@media (min-width: 105em) {
  body.lang-en .amur-gtx-nl__title {
    font-size: 31px;
  }

  body.lang-de .amur-gtx-nl__title {
    font-size: 30px;
  }

  body.lang-nl .amur-gtx-nl__title {
    font-size: 31px;
  }
}

.amur-gtx-nl__subtitle {
  top: 42%;
  left: 4%;
  font-size: 7px;
}

@media (min-width: 48em) {
  .amur-gtx-nl__subtitle {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .amur-gtx-nl__subtitle {
    line-height: 1.4;
  }
}

@media (min-width: 62em) {
  .amur-gtx-nl__subtitle {
    font-size: 20px;
  }
}

@media (min-width: 75em) {
  .amur-gtx-nl__subtitle {
    font-size: 24px;
  }
}

@media (min-width: 85.375em) {
  .amur-gtx-nl__subtitle {
    top: 44%;
  }
}

.phoebe-b10 {
  position: relative;
}

.phoebe-b10__title {
  position: absolute;
  color: #fff;
  font-family: "BodoniFLF-Roman",serif;
  text-transform: uppercase;
  text-shadow: 0 0 5px black;
  top: 42%;
  left: 12.4%;
  font-size: 9px;
}

body.lang-de .phoebe-b10__title {
  font-size: 8px;
}

@media (min-width: 30em) {
  .phoebe-b10__title {
    font-size: 11px;
  }

  body.lang-de .phoebe-b10__title {
    font-size: 10px;
  }
}

@media (min-width: 48em) {
  .phoebe-b10__title {
    font-size: 14px;
    top: 43%;
    left: 22.4%;
  }

  body.lang-de .phoebe-b10__title {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .phoebe-b10__title {
    font-size: 17px;
    left: 12.4%;
  }
}

@media (min-width: 62em) {
  .phoebe-b10__title {
    font-size: 18px;
  }

  body.lang-de .phoebe-b10__title {
    font-size: 20px;
  }
}

@media (min-width: 75em) {
  .phoebe-b10__title {
    font-size: 22px;
  }

  body.lang-de .phoebe-b10__title {
    font-size: 24px;
  }
}

@media (min-width: 85.375em) {
  .phoebe-b10__title {
    font-size: 25px;
  }

  body.lang-de .phoebe-b10__title {
    font-size: 27px;
  }
}

@media (min-width: 105em) {
  .phoebe-b10__title {
    font-size: 30px;
  }

  body.lang-de .phoebe-b10__title {
    font-size: 32px;
  }
}

.bill-c1 {
  position: relative;
}

.bill-c1__title {
  position: absolute;
  color: #fff;
  font-family: "BodoniFLF-Roman",serif;
  text-shadow: 0 0 5px black;
  font-size: 8px;
  top: 25%;
  left: 47%;
}

@media (min-width: 30em) {
  .bill-c1__title {
    font-size: 13px;
  }
}

@media (min-width: 48em) {
  .bill-c1__title {
    font-size: 18px;
    top: 30%;
    left: 53.5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .bill-c1__title {
    font-size: 18px;
    top: 25%;
    left: 46.9%;
  }
}

@media (min-width: 75em) {
  .bill-c1__title {
    font-size: 22px;
  }
}

@media (min-width: 85.375em) {
  .bill-c1__title {
    font-size: 25px;
  }
}

@media (min-width: 105em) {
  .bill-c1__title {
    font-size: 29px;
  }
}

.tyson-c1 {
  position: relative;
}

.tyson-c1__title {
  position: absolute;
  font-family: "BodoniFLF-Bold",serif;
  font-style: italic;
  color: #d1d4d6;
}

@media (min-width: 48em) and (max-width: 48em) {
  .tyson-c1__title {
    top: 28.4%;
    left: 10.6%;
    font-size: 1.1rem;
  }
}

@media (min-width: 48.125em) {
  .tyson-c1__title {
    top: 20.7%;
    left: 7.5%;
    font-size: 1.2rem;
  }
}

@media (min-width: 62em) {
  .tyson-c1__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 75em) {
  .tyson-c1__title {
    font-size: 1.8rem;
  }
}

@media (min-width: 85.375em) {
  .tyson-c1__title {
    font-size: 2.1rem;
  }
}

@media (min-width: 105em) {
  .tyson-c1__title {
    font-size: 2.5rem;
  }
}

.bambina-b69 {
  position: relative;
}

.bambina-b69__title {
  position: absolute;
  bottom: 34%;
  left: 1%;
  font-family: 'cervomedium';
  font-size: 7px;
  text-transform: uppercase;
  color: #6c5f55;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

body.lang-nl .bambina-b69__title {
  font-size: 7.4px;
}

@media (min-width: 30em) {
  .bambina-b69__title {
    font-size: 9px;
  }

  body.lang-nl .bambina-b69__title {
    font-size: 8.9px;
  }
}

@media (min-width: 48em) {
  .bambina-b69__title {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 16%;
    left: 4.3%;
    font-size: 9px;
  }

  body.lang-nl .bambina-b69__title {
    font-size: 9.5px;
  }
}

@media (min-width: 48em) and (max-width: 48em) {
  .bambina-b69__title {
    bottom: 34.5%;
    left: 0.8%;
    font-size: 14px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  body.lang-nl .bambina-b69__title {
    font-size: 15px;
  }
}

@media (min-width: 62em) {
  .bambina-b69__title {
    left: 4%;
    font-size: 11.8px;
  }

  body.lang-nl .bambina-b69__title {
    font-size: 12.5px;
  }
}

@media (min-width: 75em) {
  .bambina-b69__title {
    font-size: 14.6px;
  }

  body.lang-nl .bambina-b69__title {
    font-size: 15px;
  }
}

@media (min-width: 85.375em) {
  .bambina-b69__title {
    font-size: 17.7px;
  }

  body.lang-nl .bambina-b69__title {
    font-size: 18px;
  }
}

@media (min-width: 105em) {
  .bambina-b69__title {
    font-size: 20px;
  }

  body.lang-nl .bambina-b69__title {
    font-size: 21px;
  }
}

.fedro-c8 {
  position: relative;
}

.fedro-c8__title {
  position: absolute;
  left: 70%;
  top: 27%;
  font-family: 'cervo_regularregular';
  text-transform: uppercase;
  font-size: 10px;
  color: #6a615e;
  font-weight: 400;
  line-height: 1;
}

body.lang-nl .fedro-c8__title {
  font-size: 8px;
}

@media (min-width: 48em) {
  .fedro-c8__title {
    font-size: 22px;
  }

  body.lang-nl .fedro-c8__title {
    font-size: 17px;
  }
}

@media (min-width: 62em) {
  body.lang-nl .fedro-c8__title {
    font-size: 21px;
  }
}

@media (min-width: 75em) {
  body.lang-nl .fedro-c8__title {
    font-size: 25px;
  }
}

@media (min-width: 85.375em) {
  .fedro-c8__title {
    font-size: 37px;
  }

  body.lang-nl .fedro-c8__title {
    font-size: 30px;
  }
}

.fedro-c8__subtitle {
  position: absolute;
  left: 70%;
  bottom: 15%;
  font-family: 'cervo_regularregular';
  text-transform: uppercase;
  font-size: 8px;
  color: #ffffff;
}

@media (min-width: 48em) {
  .fedro-c8__subtitle {
    font-size: 19px;
  }
}

@media (min-width: 85.375em) {
  .fedro-c8__subtitle {
    font-size: 28px;
  }
}

.aviator-c2 {
  position: relative;
}

.aviator-c2__title {
  position: absolute;
  bottom: 12%;
  left: 4%;
  max-width: 100px;
  font-family: "BodoniFLF-Roman",serif;
  font-size: 9px;
  color: #ffffff;
  line-height: 1.1;
}

@media (min-width: 48em) {
  .aviator-c2__title {
    bottom: 20%;
    left: 5%;
    max-width: 175px;
    font-size: 14px;
  }
}

@media (min-width: 48em) and (max-width: 48em) {
  .aviator-c2__title {
    bottom: 15%;
    left: 4%;
    max-width: 200px;
    font-size: 15px;
  }
}

@media (min-width: 75em) {
  .aviator-c2__title {
    bottom: 25%;
    max-width: 200px;
    font-size: 15px;
  }
}

@media (min-width: 85.375em) {
  .aviator-c2__title {
    max-width: 240px;
    font-size: 17px;
  }
}

@media (min-width: 105em) {
  .aviator-c2__title {
    max-width: 280px;
    font-size: 20px;
  }
}

.p03-igloo-b2 {
  position: relative;
}

.p03-igloo-b2__title {
  position: absolute;
  bottom: 26%;
  left: 5%;
  font-family: 'cervolight';
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .p03-igloo-b2__title {
    bottom: 24%;
    left: 4.2%;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 0.8;
  }
}

@media (min-width: 48em) and (max-width: 48em) {
  .p03-igloo-b2__title {
    bottom: 26%;
    left: 5%;
  }
}

@media (min-width: 62em) {
  .p03-igloo-b2__title {
    font-size: 40px;
  }
}

@media (min-width: 75em) {
  .p03-igloo-b2__title {
    font-size: 50px;
  }
}

@media (min-width: 85.375em) {
  .p03-igloo-b2__title {
    font-size: 65px;
  }
}

@media (min-width: 105em) {
  .p03-igloo-b2__title {
    font-size: 78px;
  }
}

.urbaner-look {
  font-family: "BodoniFLF-Bold",serif;
  position: relative;
}

.urbaner-look__title1,
.urbaner-look__title2 {
  position: absolute;
  text-transform: uppercase;
}

.urbaner-look__title1 {
  top: 22.5%;
  right: 2%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 30px;
  line-height: 1;
  color: #c53f40;
}

body.lang-de .urbaner-look__title1 {
  top: 20.8%;
  right: 0;
}

@media (min-width: 25.75em) {
  body.lang-en .urbaner-look__title1 {
    top: 23.5%;
    right: 5%;
  }
}

@media (min-width: 30em) {
  .urbaner-look__title1 {
    font-size: 36px;
  }
}

@media (min-width: 48em) and (max-width: 48em) {
  .urbaner-look__title1 {
    font-size: 61px;
  }
}

@media (min-width: 48.125em) {
  .urbaner-look__title1 {
    top: auto;
    right: auto;
    bottom: 19%;
    left: 11%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 21px;
  }

  body.lang-de .urbaner-look__title1 {
    top: auto;
    right: auto;
    bottom: 19%;
    left: 11%;
  }

  body.lang-en .urbaner-look__title1 {
    top: auto;
    right: auto;
    bottom: 19%;
    left: 11%;
  }

  .urbaner-look__title1 span {
    color: #ffffff;
  }
}

@media (min-width: 62em) {
  .urbaner-look__title1 {
    font-size: 28px;
  }
}

@media (min-width: 75em) {
  .urbaner-look__title1 {
    font-size: 33px;
  }
}

@media (min-width: 85.375em) {
  .urbaner-look__title1 {
    font-size: 41px;
  }
}

@media (min-width: 105em) {
  .urbaner-look__title1 {
    font-size: 46px;
  }
}

.urbaner-look__description1a,
.urbaner-look__description1b {
  position: absolute;
  top: 37%;
  color: #ffffff;
}

.urbaner-look__description1a {
  left: 10%;
  max-width: 126px;
  font-size: 13px;
  line-height: 1.2;
}

@media (min-width: 30em) {
  .urbaner-look__description1a {
    max-width: 160px;
    font-size: 16px;
  }
}

@media (min-width: 48em) and (max-width: 48em) {
  .urbaner-look__description1a {
    max-width: 250px;
    font-size: 25px;
  }
}

@media (min-width: 48.125em) {
  .urbaner-look__description1a {
    top: auto;
    bottom: 7%;
    left: 23%;
    max-width: 80px;
    font-size: 8px;
    color: #304065;
  }
}

@media (min-width: 75em) {
  .urbaner-look__description1a {
    max-width: 120px;
    font-size: 12px;
  }
}

@media (min-width: 85.375em) {
  .urbaner-look__description1a {
    max-width: 150px;
    font-size: 15px;
  }
}

.urbaner-look__description1b {
  right: 10%;
  max-width: 130px;
  font-size: 13px;
  line-height: 1.2;
}

@media (min-width: 30em) {
  .urbaner-look__description1b {
    max-width: 160px;
    font-size: 16px;
  }
}

@media (min-width: 48em) and (max-width: 48em) {
  .urbaner-look__description1b {
    max-width: 260px;
    font-size: 25px;
  }
}

@media (min-width: 48.125em) {
  .urbaner-look__description1b {
    top: auto;
    bottom: 7%;
    left: 36%;
    max-width: 80px;
    font-size: 8px;
    color: #304065;
  }

  body.lang-en .urbaner-look__description1b {
    left: 35%;
  }
}

@media (min-width: 75em) {
  .urbaner-look__description1b {
    max-width: 120px;
    font-size: 12px;
  }
}

@media (min-width: 85.375em) {
  .urbaner-look__description1b {
    max-width: 150px;
    font-size: 15px;
  }
}

.urbaner-look__title2 {
  bottom: 13%;
  right: 18%;
  font-size: 41px;
  color: #ffffff;
  line-height: 0.9;
}

body.lang-en .urbaner-look__title2 {
  right: 16%;
}

.urbaner-look__title2 span {
  color: #304065;
}

@media (min-width: 25.75em) {
  body.lang-en .urbaner-look__title2 {
    bottom: 13.5%;
  }
}

@media (min-width: 30em) {
  .urbaner-look__title2 {
    font-size: 49px;
  }
}

@media (min-width: 48em) and (max-width: 48em) {
  .urbaner-look__title2 {
    font-size: 80px;
  }
}

@media (min-width: 48.125em) {
  .urbaner-look__title2 {
    bottom: 10%;
    right: 15%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 21px;
    color: #304065;
  }

  body.lang-en .urbaner-look__title2 {
    bottom: 10%;
  }
}

@media (min-width: 62em) {
  .urbaner-look__title2 {
    font-size: 28px;
  }
}

@media (min-width: 75em) {
  .urbaner-look__title2 {
    font-size: 33px;
  }
}

@media (min-width: 85.375em) {
  .urbaner-look__title2 {
    font-size: 41px;
  }
}

@media (min-width: 105em) {
  .urbaner-look__title2 {
    font-size: 46px;
  }
}

.urbaner-look__description2a {
  position: absolute;
  bottom: 7%;
  left: 8%;
  max-width: 140px;
  font-size: 14px;
  color: #304065;
  line-height: 1.2;
}

body.lang-nl .urbaner-look__description2a {
  bottom: 9%;
  left: 7%;
}

body.lang-de .urbaner-look__description2a {
  max-width: 125px;
}

@media (min-width: 30em) {
  .urbaner-look__description2a {
    max-width: 170px;
    font-size: 17px;
  }

  body.lang-de .urbaner-look__description2a {
    max-width: 160px;
  }
}

@media (min-width: 48em) and (max-width: 48em) {
  .urbaner-look__description2a {
    max-width: 270px;
    font-size: 27px;
  }

  body.lang-de .urbaner-look__description2a {
    max-width: 260px;
  }
}

@media (min-width: 48.125em) {
  .urbaner-look__description2a {
    left: 52%;
    max-width: 80px;
    font-size: 8px;
    color: #c53f40;
  }

  body.lang-nl .urbaner-look__description2a {
    bottom: 7%;
    left: 54%;
    max-width: 65px;
  }

  body.lang-de .urbaner-look__description2a {
    max-width: 80px;
  }
}

@media (min-width: 75em) {
  .urbaner-look__description2a {
    max-width: 120px;
    font-size: 12px;
  }

  body.lang-nl .urbaner-look__description2a {
    max-width: 100px;
  }

  body.lang-de .urbaner-look__description2a {
    max-width: 110px;
  }
}

@media (min-width: 85.375em) {
  .urbaner-look__description2a {
    max-width: 150px;
    font-size: 15px;
  }

  body.lang-nl .urbaner-look__description2a {
    max-width: 120px;
  }

  body.lang-de .urbaner-look__description2a {
    max-width: 140px;
  }
}

.urbaner-look__description2b {
  position: absolute;
  bottom: 3%;
  right: 12%;
  max-width: 130px;
  font-size: 14px;
  color: #c53f40;
  line-height: 1.2;
}

body.lang-de .urbaner-look__description2b {
  right: 16%;
}

@media (min-width: 30em) {
  .urbaner-look__description2b {
    max-width: 160px;
    font-size: 17px;
  }
}

@media (min-width: 48em) and (max-width: 48em) {
  .urbaner-look__description2b {
    max-width: 260px;
    font-size: 27px;
  }
}

@media (min-width: 48.125em) {
  .urbaner-look__description2b {
    bottom: 7%;
    right: 23%;
    max-width: 80px;
    font-size: 8px;
  }

  body.lang-de .urbaner-look__description2b {
    right: 23%;
  }

  body.lang-en .urbaner-look__description2b {
    right: 24%;
  }
}

@media (min-width: 62em) {
  .urbaner-look__description2b {
    right: 25%;
  }

  body.lang-de .urbaner-look__description2b {
    right: 25%;
  }

  body.lang-en .urbaner-look__description2b {
    right: 25%;
  }
}

@media (min-width: 75em) {
  .urbaner-look__description2b {
    max-width: 120px;
    font-size: 12px;
  }
}

@media (min-width: 85.375em) {
  .urbaner-look__description2b {
    max-width: 150px;
    font-size: 15px;
  }

  body.lang-de .urbaner-look__description2b {
    right: 23%;
  }
}

@media (min-width: 105em) {
  body.lang-de .urbaner-look__description2b {
    right: 25%;
  }
}

.kiss {
  position: relative;
}

@media (max-width: 61.99em) {
  .kiss {
    margin-bottom: 0;
  }
}

.kiss__wrapper {
  position: absolute;
  top: 70%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
}

.kiss__title {
  color: #e19440;
  font-family: "BodoniFLF-Bold",serif;
  font-size: 2.5em;
}

.kiss__subtitle {
  font-family: "Exo 2",sans-serif;
  color: #000;
  font-size: 0.7em;
  margin-bottom: 1.3em;
}

.kiss__link {
  position: relative;
  font-family: "Exo 2",sans-serif;
  color: #000;
  border-bottom: 1px solid gray;
  font-size: 1.1em;
  margin: 0 1em;
  padding-bottom: 3px;
}

.kiss__link:after {
  content: '';
  position: absolute;
  display: inline-block;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  width: 40%;
  background-color: #e19440;
}

.kiss__link:hover,
.kiss__link:active,
.kiss__link:focus {
  color: #e19440;
}

.kiss__link:hover:after,
.kiss__link:active:after,
.kiss__link:focus:after {
  -webkit-animation: borderSwipe 1s infinite;
  animation: borderSwipe 1s infinite;
}

@keyframes borderSwipe {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (min-width: 48em) {
  .kiss__title {
    font-size: 4.5em;
  }

  .kiss__subtitle {
    font-size: 1.2em;
  }

  .kiss__link {
    font-size: 1.6em;
  }
}

@media (min-width: 62em) {
  .kiss__wrapper {
    width: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 7%;
  }

  .kiss__title {
    font-size: 2.5em;
  }

  .kiss__subtitle {
    color: #fff;
    font-size: 0.7em;
  }

  body.lang-nl .kiss__subtitle {
    font-size: 0.7em;
    font-size: 0.65em;
  }

  body.lang-de .kiss__subtitle {
    font-size: 0.6em;
    font-size: 0.55em;
  }

  .kiss__link {
    color: #fff;
    font-size: 0.8em;
    border-bottom: 1px solid #fff;
  }

  .kiss__link:after {
    bottom: -3px;
    height: 4px;
  }
}

@media (min-width: 75em) {
  .kiss__wrapper {
    left: 9%;
  }

  body.lang-nl .kiss__subtitle {
    font-size: 0.7em;
  }

  body.lang-de .kiss__subtitle {
    font-size: 0.6em;
  }
}

@media (min-width: 85.375em) {
  .kiss__wrapper {
    left: 10%;
  }

  .kiss__title {
    font-size: 3em;
  }

  .kiss__subtitle {
    font-size: 0.8em;
    margin-bottom: 1.5em;
  }

  .kiss__link {
    font-size: 1.2em;
  }
}

@media (min-width: 105em) {
  .kiss__wrapper {
    left: 8.5%;
  }

  .kiss__title {
    font-size: 3.5em;
  }

  .kiss__subtitle {
    font-size: 1em;
  }

  body.lang-nl .kiss__subtitle {
    font-size: 0.9em;
  }

  body.lang-de .kiss__subtitle {
    font-size: 0.8em;
  }
}

.pelo-natural {
  position: relative;
}

.pelo-natural__wrapper {
  position: absolute;
  top: 70%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
}

.pelo-natural__title {
  color: #e19440;
  font-family: "BodoniFLF-Bold",serif;
  font-size: 2.2em;
}

.pelo-natural__subtitle {
  font-family: "Exo 2",sans-serif;
  color: #fff;
  font-size: 0.5em;
  margin-bottom: 1.3em;
}

.pelo-natural__link {
  position: relative;
  font-family: "Exo 2",sans-serif;
  color: #fff;
  border-bottom: 1px solid gray;
  font-size: 0.8em;
  margin: 0 1em;
  padding-bottom: 3px;
}

body.lang-de .pelo-natural__link,
body.lang-en .pelo-natural__link {
  font-size: 1em;
}

.pelo-natural__link:after {
  content: '';
  position: absolute;
  display: inline-block;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  width: 40%;
  background-color: #e19440;
}

.pelo-natural__link:hover,
.pelo-natural__link:active,
.pelo-natural__link:focus {
  color: #e19440;
}

.pelo-natural__link:hover:after,
.pelo-natural__link:active:after,
.pelo-natural__link:focus:after {
  -webkit-animation: borderSwipe 1s infinite;
  animation: borderSwipe 1s infinite;
}

@keyframes borderSwipe {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (min-width: 48em) {
  .pelo-natural__title {
    font-size: 3.2em;
  }

  body.lang-de .pelo-natural__title,
  body.lang-en .pelo-natural__title {
    font-size: 3.2em;
  }

  .pelo-natural__subtitle {
    font-size: 1em;
  }

  body.lang-de .pelo-natural__subtitle,
  body.lang-en .pelo-natural__subtitle {
    font-size: 1em;
  }

  .pelo-natural__link {
    font-size: 1.3em;
  }

  body.lang-de .pelo-natural__link,
  body.lang-en .pelo-natural__link {
    font-size: 1.3em;
  }
}

@media (min-width: 62em) {
  .pelo-natural {
    position: relative;
  }

  .pelo-natural__wrapper {
    width: auto;
    max-width: 300px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: 4%;
  }

  .pelo-natural__title {
    font-size: 2.2em;
  }

  .pelo-natural__subtitle {
    color: #fff;
  }

  body.lang-nl .pelo-natural__subtitle {
    font-size: 0.9em;
  }

  body.lang-de .pelo-natural__subtitle {
    font-size: 0.8em;
  }

  .pelo-natural__link {
    color: #fff;
    border-bottom: 1px solid #fff;
  }

  .pelo-natural__link:after {
    bottom: -3px;
    height: 4px;
  }
}

@media (min-width: 75em) {
  .pelo-natural__wrapper {
    left: 9%;
    left: auto;
    right: 10%;
    text-align: left;
  }

  .pelo-natural__link:first-child {
    margin-left: 0;
  }
}

@media (min-width: 105em) {
  .pelo-natural__wrapper {
    left: auto;
    right: 14%;
    text-align: left;
  }

  .pelo-natural__title {
    font-size: 3.5em;
  }

  .pelo-natural__subtitle {
    font-size: 1em;
  }

  .pelo-natural__link:first-child {
    margin-left: 0;
  }
}

@media (max-width: 61.99em) {
  .travelling-iconos {
    margin-bottom: 0;
  }
}

.travelling-iconos .travelling__product {
  color: #e19440;
  font-size: 2em;
  font-family: "BodoniFLF-Roman",serif;
}

.travelling-iconos .travelling__product span {
  font-family: "BodoniFLF-Bold",serif;
}

.travelling-iconos .travelling__product strong {
  font-family: "BodoniFLF-Bold",serif;
}

body.lang-nl .travelling-iconos .travelling__product {
  font-size: 1.6em;
}

body.lang-de .travelling-iconos .travelling__product {
  font-size: 1.6em;
}

.travelling-iconos .travelling__sub-product {
  position: relative;
  color: #000;
  text-transform: uppercase;
  font-size: 0.6em;
}

.travelling-iconos .travelling__sub-product:before,
.travelling-iconos .travelling__sub-product:after {
  position: absolute;
  content: '';
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.travelling-iconos .travelling__sub-product:before {
  bottom: -10px;
  width: 40%;
  height: 1px;
  background-color: lightgray;
}

.travelling-iconos .travelling__sub-product:after {
  bottom: -11px;
  width: 20px;
  height: 2px;
  background-color: #e19440;
}

.travelling-iconos--el .owl-panama .owl-nav [class*='owl-'] {
  max-height: 350px;
}

@media (min-width: 48em) {
  .travelling-iconos--el .owl-panama .owl-nav [class*='owl-'] {
    max-height: none;
  }

  .travelling-iconos--el .travelling__product {
    font-size: 3em;
  }

  body.lang-de .travelling-iconos--el .travelling__product,
  body.lang-en .travelling-iconos--el .travelling__product,
  body.lang-nl .travelling-iconos--el .travelling__product {
    font-size: 2.6em;
  }

  .travelling-iconos--el .travelling__sub-product {
    font-size: 1em;
  }

  body.lang-de .travelling-iconos--el .travelling__sub-product,
  body.lang-en .travelling-iconos--el .travelling__sub-product,
  body.lang-nl .travelling-iconos--el .travelling__sub-product {
    font-size: 0.8em;
  }
}

@media (min-width: 62em) {
  .travelling-iconos--el .owl-panama .owl-dots {
    bottom: -30px;
  }

  .travelling-iconos--el .owl-panama .owl-dots .owl-dot span {
    border-color: #949393;
  }

  .travelling-iconos--el .owl-panama .owl-dots .owl-dot.active span {
    background-color: #949393;
  }

  .travelling-iconos--el .slider-simple__item {
    position: relative;
  }

  .travelling-iconos--el .travelling-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5%;
    max-width: 200px;
  }

  body.lang-de .travelling-iconos--el .travelling-wrapper,
  body.lang-en .travelling-iconos--el .travelling-wrapper {
    max-width: 250px;
    right: 2%;
  }

  .travelling-iconos--el .travelling__product {
    font-size: 2em;
  }

  body.lang-nl .travelling-iconos--el .travelling__product {
    font-size: 2em;
  }

  body.lang-de .travelling-iconos--el .travelling__product {
    font-size: 1.6em;
  }

  .travelling-iconos--el .travelling__sub-product {
    color: #fff;
    font-size: 0.7em;
  }
}

@media (min-width: 75em) {
  .travelling-iconos--el .travelling-wrapper {
    max-width: 250px;
  }

  body.lang-de .travelling-iconos--el .travelling-wrapper,
  body.lang-en .travelling-iconos--el .travelling-wrapper {
    max-width: 300px;
  }
}

@media (min-width: 85.375em) {
  body.lang-de .travelling-iconos--el .travelling-wrapper {
    max-width: 350px;
  }
}

@media (min-width: 105em) {
  .travelling-iconos--el .travelling-wrapper {
    max-width: 300px;
  }

  body.lang-de .travelling-iconos--el .travelling-wrapper,
  body.lang-en .travelling-iconos--el .travelling-wrapper,
  body.lang-nl .travelling-iconos--el .travelling-wrapper {
    right: 5%;
    max-width: 300px;
  }

  .travelling-iconos--el .travelling__product {
    font-size: 3em;
  }

  body.lang-de .travelling-iconos--el .travelling__product,
  body.lang-en .travelling-iconos--el .travelling__product,
  body.lang-nl .travelling-iconos--el .travelling__product {
    font-size: 3em;
  }

  .travelling-iconos--el .travelling__sub-product {
    font-size: 1em;
  }

  body.lang-de .travelling-iconos--el .travelling__sub-product,
  body.lang-en .travelling-iconos--el .travelling__sub-product,
  body.lang-nl .travelling-iconos--el .travelling__sub-product {
    font-size: 1em;
  }
}

.travelling-iconos--ella .owl-panama .owl-nav [class*='owl-'] {
  max-height: 350px;
}

@media (min-width: 48em) {
  .travelling-iconos--ella .owl-panama .owl-nav [class*='owl-'] {
    max-height: none;
  }

  .travelling-iconos--ella .travelling__product {
    font-size: 3em;
  }

  body.lang-de .travelling-iconos--ella .travelling__product,
  body.lang-en .travelling-iconos--ella .travelling__product,
  body.lang-nl .travelling-iconos--ella .travelling__product {
    font-size: 2.6em;
  }

  .travelling-iconos--ella .travelling__sub-product {
    font-size: 1em;
  }

  body.lang-de .travelling-iconos--ella .travelling__sub-product,
  body.lang-en .travelling-iconos--ella .travelling__sub-product,
  body.lang-nl .travelling-iconos--ella .travelling__sub-product {
    font-size: 0.8em;
  }
}

@media (min-width: 62em) {
  .travelling-iconos--ella .owl-panama .owl-dots {
    bottom: -30px;
  }

  .travelling-iconos--ella .owl-panama .owl-dots .owl-dot span {
    border-color: #949393;
  }

  .travelling-iconos--ella .owl-panama .owl-dots .owl-dot.active span {
    background-color: #949393;
  }

  .travelling-iconos--ella .slider-simple__item {
    position: relative;
  }

  .travelling-iconos--ella .travelling-wrapper {
    position: absolute;
    top: 33%;
    left: 5%;
  }

  .travelling-iconos--ella .travelling__product {
    color: #000;
    font-size: 3em;
  }

  body.lang-nl .travelling-iconos--ella .travelling__product {
    font-size: 2.5em;
  }

  body.lang-de .travelling-iconos--ella .travelling__product {
    font-size: 2.5em;
  }

  .travelling-iconos--ella .travelling__sub-product {
    font-size: 1em;
    font-weight: 500;
  }

  .travelling-iconos--ella .owl-item:nth-child(4) .travelling-wrapper {
    left: 27%;
  }

  .travelling-iconos--ella .owl-item:nth-child(4) .travelling__sub-product:before {
    width: 50%;
    background-color: #000;
  }

  body.lang-nl .travelling-iconos--ella .owl-item:nth-child(3) .travelling-wrapper,
  body.lang-en.market-nl .travelling-iconos--ella .owl-item:nth-child(3) .travelling-wrapper {
    left: 27%;
  }

  body.lang-nl .travelling-iconos--ella .owl-item:nth-child(3) .travelling__sub-product:before,
  body.lang-en.market-nl .travelling-iconos--ella .owl-item:nth-child(3) .travelling__sub-product:before {
    width: 50%;
    background-color: #000;
  }

  .travelling-iconos--ella .owl-item:nth-child(5) .travelling__sub-product:before {
    width: 50%;
    background-color: #000;
  }

  body.lang-nl .travelling-iconos--ella .owl-item:nth-child(4) .travelling-wrapper {
    left: 5%;
  }

  body.lang-nl .travelling-iconos--ella .owl-item:nth-child(4) .travelling__sub-product:before {
    width: 50%;
    background-color: #000;
  }

  body.lang-de .travelling-iconos--ella .owl-item:nth-child(3) .travelling__sub-product:before,
  body.lang-en .travelling-iconos--ella .owl-item:nth-child(3) .travelling__sub-product:before {
    background-color: #000;
  }

  body.lang-de .travelling-iconos--ella .owl-item:nth-child(4) .travelling-wrapper,
  body.lang-en .travelling-iconos--ella .owl-item:nth-child(4) .travelling-wrapper {
    left: 5%;
  }

  body.lang-de .travelling-iconos--ella .owl-item:nth-child(4) .travelling__product,
  body.lang-en .travelling-iconos--ella .owl-item:nth-child(4) .travelling__product {
    color: #fff;
  }

  body.lang-de .travelling-iconos--ella .owl-item:nth-child(4) .travelling__sub-product,
  body.lang-en .travelling-iconos--ella .owl-item:nth-child(4) .travelling__sub-product {
    color: #fff;
  }

  body.lang-de .travelling-iconos--ella .owl-item:nth-child(4) .travelling__sub-product:before,
  body.lang-en .travelling-iconos--ella .owl-item:nth-child(4) .travelling__sub-product:before {
    background-color: #fff;
  }

  body.lang-de .travelling-iconos--ella .owl-item:nth-child(5) .travelling-wrapper,
  body.lang-en .travelling-iconos--ella .owl-item:nth-child(5) .travelling-wrapper {
    left: 27%;
  }

  body.lang-de .travelling-iconos--ella .owl-item:nth-child(5) .travelling__product,
  body.lang-en .travelling-iconos--ella .owl-item:nth-child(5) .travelling__product {
    color: #fff;
  }

  body.lang-de .travelling-iconos--ella .owl-item:nth-child(5) .travelling__sub-product,
  body.lang-en .travelling-iconos--ella .owl-item:nth-child(5) .travelling__sub-product {
    color: #fff;
  }

  body.lang-de .travelling-iconos--ella .owl-item:nth-child(5) .travelling__sub-product:before,
  body.lang-en .travelling-iconos--ella .owl-item:nth-child(5) .travelling__sub-product:before {
    background-color: #fff;
  }

  .travelling-iconos--ella .owl-item:nth-child(6) .travelling__product,
  .travelling-iconos--ella .owl-item:nth-child(7) .travelling__product {
    color: #fff;
  }

  .travelling-iconos--ella .owl-item:nth-child(6) .travelling__sub-product,
  .travelling-iconos--ella .owl-item:nth-child(7) .travelling__sub-product {
    color: #fff;
  }

  .travelling-iconos--ella .owl-item:nth-child(6) .travelling__sub-product:before,
  .travelling-iconos--ella .owl-item:nth-child(7) .travelling__sub-product:before {
    width: 50%;
  }

  body.lang-nl .travelling-iconos--ella .owl-item:nth-child(5) .travelling__product,
  body.lang-en.market-nl .travelling-iconos--ella .owl-item:nth-child(5) .travelling__product {
    color: #fff;
  }

  body.lang-nl .travelling-iconos--ella .owl-item:nth-child(5) .travelling__sub-product,
  body.lang-en.market-nl .travelling-iconos--ella .owl-item:nth-child(5) .travelling__sub-product {
    color: #fff;
  }

  body.lang-nl .travelling-iconos--ella .owl-item:nth-child(5) .travelling__sub-product:before,
  body.lang-en.market-nl .travelling-iconos--ella .owl-item:nth-child(5) .travelling__sub-product:before {
    width: 50%;
  }

  .travelling-iconos--ella .owl-item:nth-child(8) .travelling-wrapper {
    left: auto;
    right: 10%;
  }

  .travelling-iconos--ella .owl-item:nth-child(8) .travelling__product {
    color: #fff;
  }

  .travelling-iconos--ella .owl-item:nth-child(8) .travelling__sub-product {
    color: #fff;
  }

  .travelling-iconos--ella .owl-item:nth-child(8) .travelling__sub-product:before {
    width: 50%;
  }

  body.lang-nl .travelling-iconos--ella .owl-item:nth-child(6) .travelling-wrapper,
  body.lang-en.market-nl .travelling-iconos--ella .owl-item:nth-child(6) .travelling-wrapper {
    left: auto;
    right: 10%;
  }

  body.lang-nl .travelling-iconos--ella .owl-item:nth-child(6) .travelling__product,
  body.lang-en.market-nl .travelling-iconos--ella .owl-item:nth-child(6) .travelling__product {
    color: #fff;
  }

  body.lang-nl .travelling-iconos--ella .owl-item:nth-child(6) .travelling__sub-product,
  body.lang-en.market-nl .travelling-iconos--ella .owl-item:nth-child(6) .travelling__sub-product {
    color: #fff;
  }

  body.lang-nl .travelling-iconos--ella .owl-item:nth-child(6) .travelling__sub-product:before,
  body.lang-en.market-nl .travelling-iconos--ella .owl-item:nth-child(6) .travelling__sub-product:before {
    width: 50%;
  }

  body.lang-en.market-nl .travelling-iconos--ella .owl-item:nth-child(4) .travelling-wrapper {
    left: 5%;
  }

  body.lang-en.market-nl .travelling-iconos--ella .owl-item:nth-child(4) .travelling__product {
    color: #000;
  }

  body.lang-en.market-nl .travelling-iconos--ella .owl-item:nth-child(4) .travelling__sub-product {
    color: #000;
  }

  body.lang-en.market-nl .travelling-iconos--ella .owl-item:nth-child(4) .travelling__sub-product:before {
    width: 50%;
    background-color: #000;
  }

  body.lang-en.market-nl .travelling-iconos--ella .owl-item:nth-child(5) .travelling-wrapper {
    left: 5%;
  }

  body.lang-en.market-es .travelling-iconos--ella .owl-item:nth-child(4) .travelling-wrapper {
    left: 27%;
  }

  body.lang-en.market-es .travelling-iconos--ella .owl-item:nth-child(4) .travelling__product {
    color: #000;
  }

  body.lang-en.market-es .travelling-iconos--ella .owl-item:nth-child(4) .travelling__sub-product {
    color: #000;
  }

  body.lang-en.market-es .travelling-iconos--ella .owl-item:nth-child(4) .travelling__sub-product:before {
    width: 50%;
    background-color: #000;
  }

  body.lang-en.market-es .travelling-iconos--ella .owl-item:nth-child(5) .travelling-wrapper {
    left: 5%;
  }

  body.lang-en.market-es .travelling-iconos--ella .owl-item:nth-child(5) .travelling__product {
    color: #000;
  }

  body.lang-en.market-es .travelling-iconos--ella .owl-item:nth-child(5) .travelling__sub-product {
    color: #000;
  }

  body.lang-en.market-es .travelling-iconos--ella .owl-item:nth-child(5) .travelling__sub-product:before {
    width: 50%;
    background-color: #000;
  }
}

.travelling-gore-tex {
  position: relative;
}

.travelling-gore-tex .owl-panama .owl-dots {
  bottom: -30px;
}

.travelling-gore-tex .owl-panama .owl-dots .owl-dot span {
  border-color: #949393;
}

.travelling-gore-tex .owl-panama .owl-dots .owl-dot.active span {
  background-color: #949393;
}

.travelling-gore-tex__link-wrapper {
  position: absolute;
  top: 55%;
  width: 100%;
  text-align: center;
}

.travelling-gore-tex__link {
  background-color: rgba(0,0,0,0.4);
  color: white;
  border: 1px solid;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  margin: 0 5px;
  padding: 0.4em 1em 0.5em;
}

.travelling-gore-tex__link:hover,
.travelling-gore-tex__link:active,
.travelling-gore-tex__link:focus {
  color: #e19440;
  border: 1px solid #e19440;
}

.travelling-gore-tex__link:hover:after,
.travelling-gore-tex__link:active:after,
.travelling-gore-tex__link:focus:after {
  -webkit-animation: borderSwipe 1s infinite;
  animation: borderSwipe 1s infinite;
}

.travelling-gore-tex .owl-nav {
  padding-top: 30px;
}

@media (min-width: 48em) {
  .travelling-gore-tex__link {
    font-size: 1.3em;
  }
}

@media (min-width: 62em) {
  .travelling-gore-tex__link-wrapper {
    width: auto;
    top: 47%;
    left: 18%;
  }

  .travelling-gore-tex__text {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.4em;
    font-size: 1.1em;
  }

  body.lang-nl .travelling-gore-tex__text {
    font-size: 1.2em;
  }

  body.lang-de .travelling-gore-tex__text {
    font-size: 1.1em;
  }

  body.lang-en .travelling-gore-tex__text {
    font-size: 1.5em;
  }

  .travelling-gore-tex__link {
    position: relative;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    font-size: 1.1em;
    font-size: 0.9em;
    padding: 0.4em 0.2em;
    margin: 0 10px;
  }

  .travelling-gore-tex__link:after {
    content: '';
    position: absolute;
    display: inline-block;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    width: 40%;
    background-color: #e19440;
  }

  .travelling-gore-tex__link:hover,
  .travelling-gore-tex__link:active,
  .travelling-gore-tex__link:focus {
    color: #e19440;
    border: none;
    border-bottom: 2px solid #fff;
  }

  .travelling-gore-tex__link:hover:after,
  .travelling-gore-tex__link:active:after,
  .travelling-gore-tex__link:focus:after {
    -webkit-animation: borderSwipe 1s infinite;
    animation: borderSwipe 1s infinite;
  }
}

@media (min-width: 75em) {
  .travelling-gore-tex__text {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.4em;
  }

  body.lang-nl .travelling-gore-tex__text {
    font-size: 1.4em;
  }

  body.lang-de .travelling-gore-tex__text {
    font-size: 1.2em;
  }

  body.lang-en .travelling-gore-tex__text {
    font-size: 1.9em;
  }

  .travelling-gore-tex__link {
    font-size: 1.1em;
  }
}

@media (min-width: 85.375em) {
  .travelling-gore-tex__text {
    font-size: 1.7em;
  }

  body.lang-de .travelling-gore-tex__text {
    font-size: 1.5em;
  }

  body.lang-en .travelling-gore-tex__text {
    font-size: 2.2em;
  }

  body.lang-nl .travelling-gore-tex__text {
    font-size: 1.7em;
  }
}

@media (min-width: 105em) {
  .travelling-gore-tex__text {
    font-size: 1.8em;
  }

  body.lang-nl .travelling-gore-tex__text {
    font-size: 1.9em;
  }

  body.lang-de .travelling-gore-tex__text {
    font-size: 1.7em;
  }

  body.lang-en .travelling-gore-tex__text {
    font-size: 2.5em;
  }

  .travelling-gore-tex__link {
    font-size: 1.1em;
  }
}

.slider-productos {
  margin: 10px 0 30px;
}

.slider-productos .owl-panama .owl-dots {
  bottom: -30px;
}

@media (min-width: 48em) {
  .slider-productos {
    margin: 30px 0 60px;
  }
}

.slider-productos.travelling-iconos .travelling-wrapper {
  text-align: center;
}

.slider-productos.travelling-iconos .travelling-wrapper .travelling__product,
.slider-productos.travelling-iconos .travelling-wrapper .travelling__sub-product {
  color: #2d5134;
}

@media (min-width: 48em) {
  .slider-productos.travelling-iconos .travelling-wrapper .travelling__product,
  .slider-productos.travelling-iconos .travelling-wrapper .travelling__sub-product {
    font-size: 6vw;
  }
}

@media (min-width: 85.375em) {
  .slider-productos.travelling-iconos .travelling-wrapper .travelling__product,
  .slider-productos.travelling-iconos .travelling-wrapper .travelling__sub-product {
    font-size: 4vw;
  }
}

.slider-productos.travelling-iconos .travelling-wrapper .travelling__sub-product:before {
  background-color: #2d5134;
}

@media (min-width: 48em) {
  .slider-productos.travelling-iconos .travelling-wrapper .travelling__sub-product {
    font-size: 1em;
  }
}

@media (min-width: 75em) {
  .slider-productos.travelling-iconos .travelling-wrapper .travelling__sub-product {
    font-size: 1.4em;
  }
}

.slider-productos--black.travelling-iconos .travelling-wrapper .travelling__product,
.slider-productos--black.travelling-iconos .travelling-wrapper .travelling__sub-product {
  color: #000000;
}

.slider-productos--black.travelling-iconos .travelling-wrapper .travelling__product:before,
.slider-productos--black.travelling-iconos .travelling-wrapper .travelling__sub-product:before {
  background-color: #000000;
}

.black-friday-18 {
  text-align: right;
  background-image: url("../images/black-friday-2018/bg-black-friday.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 40px;
  z-index: 1;
}

@media (max-width: 61.99em) {
  .black-friday-18 {
    margin-bottom: 12px;
  }

  .header .black-friday-18 {
    display: none;
  }
}

.header .black-friday-18--mobile {
  display: block;
  margin-bottom: 0;
}

@media (min-width: 62em) {
  .black-friday-18 {
    min-height: 102px;
  }

  .page--home .black-friday-18 {
    display: none;
  }
}

@media (min-width: 75em) {
  .black-friday-18 {
    min-height: 127px;
    max-width: 1205px;
    margin: auto;
  }
}

@media (min-width: 85.375em) {
  .black-friday-18 {
    min-height: 137px;
    max-width: 1365px;
  }
}

@media (min-width: 105em) {
  .black-friday-18 {
    min-height: 150px;
    max-width: 1540px;
  }
}

.black-friday-18__links-container {
  padding-right: 9px;
  min-height: 40px;
  height: 100%;
}

@media (min-width: 23.4375em) {
  .black-friday-18__links-container {
    min-height: 53px;
  }
}

@media (max-width: 61.99em) {
  .black-friday-18__links-container {
    min-height: auto;
  }
}

@media (min-width: 48em) {
  .black-friday-18__links-container {
    padding-right: 15px;
    min-height: 97px;
  }
}

@media (min-width: 62em) {
  .black-friday-18__links-container {
    min-height: 102px;
  }
}

@media (min-width: 75em) {
  .black-friday-18__links-container {
    padding-right: 20px;
    min-height: 127px;
  }
}

@media (min-width: 85.375em) {
  .black-friday-18__links-container {
    padding-right: 24px;
    min-height: 137px;
  }
}

@media (min-width: 105em) {
  .black-friday-18__links-container {
    padding-right: 30px;
    min-height: 150px;
  }
}

.black-friday-18__link {
  display: inline-block;
  margin: 0 3px;
  margin-top: 16px;
  padding: 6px 10px 2px;
  padding: 4px 7px 0;
  border: 1px solid #f3ca12;
  line-height: 1;
  font-family: 'cervothin';
  font-size: 12px;
  color: #f3ca12;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
}

.black-friday-18__link:first-child {
  position: relative;
}

.black-friday-18__link:first-child:before {
  content: '';
  position: absolute;
  left: -40px;
  bottom: -1px;
  width: 30px;
  height: 1px;
  background-color: #f3ca12;
}

@media (max-width: 47.99em) {
  body.lang-en .black-friday-18__link:first-child:before {
    content: none;
  }
}

@media (min-width: 75em) {
  .black-friday-18__link:first-child:before {
    left: -80px;
    width: 60px;
  }
}

.black-friday-18__link:hover,
.black-friday-18__link:active,
.black-friday-18__link:focus {
  background-color: #f3ca12;
  color: #ffffff;
}

@media (min-width: 23.4375em) {
  .black-friday-18__link {
    margin-top: 27px;
    padding: 4px 10px 0;
  }
}

@media (min-width: 25.75em) {
  .black-friday-18__link {
    padding: 4px 15px 0;
  }
}

@media (max-width: 61.99em) {
  .black-friday-18__link {
    margin-top: 16px;
    font-size: 14px;
  }
}

@media (min-width: 48em) {
  .black-friday-18__link {
    margin-top: 50px;
    padding: 10px 30px 4px;
    font-size: 18px;
  }
}

@media (min-width: 62em) {
  .black-friday-18__link {
    margin-top: 40px;
    font-size: 40px;
    padding-bottom: 0;
  }
}

@media (min-width: 75em) {
  .black-friday-18__link {
    margin-top: 53px;
    font-size: 45px;
    padding: 15px 30px 0;
  }

  body.lang-en .black-friday-18__link {
    font-size: 40px;
    margin-top: 58px;
  }
}

@media (min-width: 85.375em) {
  .black-friday-18__link {
    margin-top: 67px;
  }

  body.lang-en .black-friday-18__link {
    font-size: 45px;
    margin-top: 67px;
  }
}

@media (min-width: 105em) {
  .black-friday-18__link {
    margin-top: 72px;
    padding: 20px 40px 0;
  }

  body.lang-en .black-friday-18__link {
    font-size: 50px;
    margin-top: 69px;
  }

  .black-friday-18__link:first-child {
    margin-right: 10px;
  }
}

@media (max-width: 104.99em) {
  .page--home .sales-19--section {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 104.99em) and (min-width: 25.75em) {
  .page--home .sales-19--section {
    margin-right: -18px;
    margin-left: -18px;
  }
}

@media (max-width: 104.99em) and (min-width: 62em) {
  .page--home .sales-19--section {
    margin-right: -30px;
    margin-left: -30px;
  }
}

.sales-19 {
  background-color: #f3ca12;
  background-image: url("../images/home/bg-rebajas_19--mobile.png");
  background-position-y: 30px;
  background-size: 90px;
  display: block;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

@media (max-width: 25.74em) {
  .sales-19 {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 61.99em) {
  .sales-19 {
    margin-left: -18px;
    margin-right: -18px;
  }
}

@media (min-width: 62em) {
  .sales-19 {
    background-image: url("../images/home/bg-rebajas_19.png");
    background-position: right center;
    background-size: 48%;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .sales-19.no-desktop {
    display: none;
  }
}

@media (min-width: 75em) {
  .sales-19 {
    background-size: 34%;
  }
}

@media (min-width: 105em) {
  .sales-19 {
    background-size: 27%;
  }
}

.sales-19__title {
  margin-top: 135px;
  margin-bottom: 0;
  color: #2d5134;
  font-family: 'cervomedium';
  text-align: center;
  font-size: 110px;
  line-height: 0.9;
  font-weight: normal;
  text-transform: uppercase;
}

body.lang-es .sales-19__title {
  font-size: 95px;
}

@media (min-width: 48em) {
  .sales-19__title {
    font-size: 150px;
  }

  body.lang-es .sales-19__title {
    font-size: 130px;
  }
}

@media (min-width: 62em) {
  .sales-19__title {
    max-width: 370px;
    margin-left: 8%;
    margin-top: 30px;
    font-size: 170px;
  }

  body.lang-es .sales-19__title {
    font-size: 145px;
  }
}

@media (min-width: 75em) {
  .sales-19__title {
    margin-left: 18%;
    font-size: 190px;
  }
}

.sales-19__links-container {
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

@media (min-width: 48em) {
  .sales-19__links-container {
    max-width: 500px;
    padding: 0;
  }
}

@media (min-width: 62em) {
  .sales-19__links-container {
    max-width: 370px;
    margin-left: 8%;
  }
}

@media (min-width: 75em) {
  .sales-19__links-container {
    max-width: 370px;
    margin-left: 18%;
  }
}

.sales-19__links-content {
  padding-top: 20px;
  border-top: 1px solid #2d5134;
}

.sales-19__link {
  display: inline-block;
  width: 48%;
  padding: 5px 10px 0;
  font-family: 'cervothin';
  border: 1px solid #2d5134;
  color: #2d5134;
  font-size: 15px;
  text-transform: uppercase;
}

body.lang-es .sales-19__link {
  font-size: 21px;
}

.sales-19__link--left {
  float: left;
}

.sales-19__link--right {
  float: right;
}

@media (min-width: 23.4375em) {
  .sales-19__link {
    font-size: 18px;
  }

  body.lang-es .sales-19__link {
    font-size: 22px;
  }
}

@media (min-width: 48em) {
  .sales-19__link {
    font-size: 30px;
  }

  body.lang-es .sales-19__link {
    font-size: 30px;
  }

  .sales-19__link:hover,
  .sales-19__link:active,
  .sales-19__link:focus {
    background-color: #2d5134;
    color: #f3ca12;
  }
}

.sales-19__slim {
  background-color: #f3ca12;
  display: none;
  margin-bottom: 45px;
  padding: 2.7em 2em 2em;
}

@media (max-width: 104.99em) {
  .sales-19__slim {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 104.99em) and (min-width: 25.75em) {
  .sales-19__slim {
    margin-right: -18px;
    margin-left: -18px;
  }
}

@media (max-width: 104.99em) and (min-width: 62em) {
  .sales-19__slim {
    margin-right: -30px;
    margin-left: -30px;
  }
}

@media (min-width: 62em) {
  .sales-19__slim {
    display: block;
  }
}

.sales-19__title__slim {
  width: 55%;
  float: left;
  position: relative;
  margin: 14px 0 0 0;
  color: #2d5134;
  font-family: 'cervomedium';
  text-align: left;
  font-size: 48px;
  line-height: 0.6;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #2d5134;
}

.sales-19__title__slim span {
  padding: 0 5px;
  background-color: #f3ca12;
}

@media (min-width: 23.4375em) {
  .sales-19__title__slim {
    font-size: 44px;
  }
}

@media (min-width: 48em) {
  .sales-19__title__slim {
    margin-top: 0;
    font-size: 89px;
  }
}

@media (min-width: 75em) {
  .sales-19__title__slim {
    font-size: 125px;
  }
}

.sales-19__links-container__slim {
  width: 45%;
  float: right;
  padding: 0 5px;
  font-size: 0;
}

@media (min-width: 75em) {
  .sales-19__links-content__slim {
    padding-top: 20px;
  }
}

.sales-19__link__slim {
  display: inline-block;
  position: relative;
  width: calc(50% - 5px);
  height: 27px;
  line-height: 27px;
  padding: 0;
  font-family: 'cervothin';
  border: 1px solid #2d5134;
  text-align: center;
  color: #2d5134;
  font-size: 10px;
  text-transform: uppercase;
}

.sales-19__link__slim:first-of-type {
  margin-right: 10px;
}

body.lang-es .sales-19__link__slim {
  font-size: 18px;
}

@media (min-width: 48em) {
  .sales-19__link__slim {
    width: calc(50% - 9px);
    height: 54px;
    line-height: 59px;
    font-size: 26px;
  }

  .sales-19__link__slim:first-of-type {
    margin-right: 18px;
  }

  body.lang-es .sales-19__link__slim {
    font-size: 30px;
  }

  .sales-19__link__slim:hover,
  .sales-19__link__slim:active,
  .sales-19__link__slim:focus {
    background-color: #2d5134;
    color: #f3ca12;
  }
}

@media (min-width: 75em) {
  .sales-19__link__slim {
    height: 56px;
    line-height: 63px;
    font-size: 34px;
  }

  body.lang-es .sales-19__link__slim {
    font-size: 38px;
  }
}

.sales-19__ella .sales-19__video,
.sales-19__el .sales-19__video {
  width: 100%;
}

.sales-19__ella-imagen,
.sales-19__el-imagen {
  display: none;
}

@media (min-width: 62em) {
  .sales-19__ella,
  .sales-19__el {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .sales-19__ella a,
  .sales-19__el a {
    height: 100%;
  }

  .sales-19__ella-imagen,
  .sales-19__el-imagen {
    display: inline-block;
  }

  .sales-19__ella .sales-19__video,
  .sales-19__el .sales-19__video {
    width: auto;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .sales-19__ella .sales-19__video,
  .sales-19__ella-imagen,
  .sales-19__el .sales-19__video,
  .sales-19__el-imagen {
    height: 100%;
  }
}

@media (min-width: 62em) {
  .sales-19__el {
    height: 41vw;
  }

  .sales-19__el a {
    margin-right: -1px;
  }
}

@media (min-width: 105em) {
  .sales-19__el {
    height: 626px;
  }
}

@media (min-width: 62em) {
  .sales-19__ella {
    height: 36.3vw;
    margin-top: 30px;
  }

  .sales-19__ella .sales-19__video {
    -o-object-fit: fill;
    object-fit: fill;
  }
}

@media (min-width: 105em) {
  .sales-19__ella {
    height: 590px;
  }
}

@media (max-width: 104.99em) {
  .page--home .created-to-travel-19 {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 104.99em) and (min-width: 25.75em) {
  .page--home .created-to-travel-19 {
    margin-right: -18px;
    margin-left: -18px;
  }
}

@media (max-width: 104.99em) and (min-width: 62em) {
  .page--home .created-to-travel-19 {
    margin-right: -30px;
    margin-left: -30px;
  }
}

.created-to-travel-19-word {
  display: none;
}

@media (min-width: 62em) {
  .created-to-travel-19-word {
    display: block;
    position: absolute;
    width: 26%;
    right: 18%;
    top: 38%;
  }
}

.created-to-travel-19--primavera--word {
  display: none;
}

@media (min-width: 62em) {
  .created-to-travel-19--primavera--word {
    display: block;
    position: absolute;
    width: 26%;
    left: 8%;
    top: 16%;
  }
}

.avance-19 {
  position: relative;
}

@media (max-width: 104.99em) {
  .avance-19 {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 104.99em) and (min-width: 25.75em) {
  .avance-19 {
    margin-right: -18px;
    margin-left: -18px;
  }
}

@media (max-width: 104.99em) and (min-width: 62em) {
  .avance-19 {
    margin-right: -30px;
    margin-left: -30px;
  }
}

.avance-19__wrapper {
  position: absolute;
  top: 12%;
  left: 3%;
  text-align: left;
}

@media (min-width: 62em) {
  .avance-19__wrapper {
    top: 22%;
  }
}

.avance-19__title {
  font-family: "BodoniFLF-Bold",serif;
  text-transform: uppercase;
  color: white;
  text-shadow: 0 0 10px #000;
  font-size: 5.2vw;
  line-height: 1.2;
}

@media (min-width: 62em) {
  .avance-19__title {
    font-size: 4vw;
  }
}

.avance-19__subtitle {
  font-family: "BodoniFLF-BoldItalic",serif;
  color: black;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  font-size: 4.0vw;
  text-align: left;
  text-shadow: 0px 0px 15px #ffffff;
  margin-bottom: 1em;
}

@media (min-width: 62em) {
  .avance-19__subtitle {
    font-size: 2vw;
    text-align: center;
  }
}

.avance-19__links-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

@media (min-width: 48em) {
  .avance-19__links-wrapper {
    max-width: 90%;
  }
}

@media (min-width: 62em) {
  .avance-19__links-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: none;
  }
}

.avance-19__link {
  background-color: rgba(0,0,0,0.1);
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 1;
  padding: 7px 10px;
  border: 1px solid;
  width: 19vw;
}

.avance-19__link:first-child {
  margin-bottom: 1.3em;
}

@media (min-width: 62em) {
  .avance-19__link:first-child {
    margin-bottom: auto;
    margin-right: 10px;
  }
}

.avance-19__link:hover,
.avance-19__link:active,
.avance-19__link:focus {
  background-color: rgba(0,0,0,0.6);
  color: white;
  transition: all .3s;
}

@media (min-width: 48em) {
  .avance-19__link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2.2vw;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 62em) {
  .avance-19__link {
    font-size: 1.5vw;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 10vw;
    margin: 0;
  }
}

@media (min-width: 105em) {
  .avance-19__link {
    width: 7vw;
    font-size: 24px;
  }
}

@media (max-width: 104.99em) {
  .trending-19 {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 104.99em) and (min-width: 25.75em) {
  .trending-19 {
    margin-right: -18px;
    margin-left: -18px;
  }
}

@media (max-width: 104.99em) and (min-width: 62em) {
  .trending-19 {
    margin-right: -30px;
    margin-left: -30px;
  }
}

@media (min-width: 48em) and (max-width: 61.99em) {
  .trending-19 {
    margin-bottom: 60px;
  }
}

@media (min-width: 62em) {
  .trending-19 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.trending-19__title {
  text-align: center;
  font-family: "BodoniFLF-Bold",serif;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 10px;
}

@media (min-width: 48em) {
  .trending-19__title {
    font-size: 6vw;
  }
}

@media (min-width: 62em) {
  .trending-19__title {
    font-size: 3.5vw;
  }
}

@media (min-width: 85.375em) {
  .trending-19__title {
    margin-top: 0;
  }
}

@media (min-width: 62em) {
  .trending-19__title-wrap {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 40px;
  }
}

@media (min-width: 85.375em) {
  .trending-19__title-wrap {
    padding: 0 80px;
  }
}

.trending-19__subtitle {
  text-align: center;
  color: #f3ca12;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: -5px;
}

@media (min-width: 48em) {
  .trending-19__subtitle {
    font-size: 3vw;
  }
}

@media (min-width: 62em) {
  .trending-19__subtitle {
    font-size: 1.5vw;
    margin-bottom: 3em;
  }
}

.trending-19__links {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
}

@media (min-width: 62em) {
  .trending-19__links {
    bottom: auto;
    top: 65%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1%;
    left: auto;
    width: 24vw;
  }
}

@media (min-width: 85.375em) {
  .trending-19__links {
    width: 30vw;
  }
}

@media (min-width: 105em) {
  .trending-19__links {
    width: 27vw;
    top: 70%;
  }
}

.trending-19__link {
  text-transform: uppercase;
  position: relative;
  font-size: 4.0vw;
  line-height: 1.0;
  margin: 0 10px;
  position: absolute;
  bottom: 0;
}

.trending-19__link:before,
.trending-19__link:after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.trending-19__link:before {
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #2d5134;
}

.trending-19__link:after {
  bottom: -6px;
  width: 15px;
  height: 2px;
  background-color: #f3ca12;
}

.trending-19__link:hover,
.trending-19__link:active,
.trending-19__link:focus {
  color: #f3ca12;
}

.trending-19__link:hover:after,
.trending-19__link:active:after,
.trending-19__link:focus:after {
  -webkit-animation: borderSwipe 1s infinite;
  animation: borderSwipe 1s infinite;
}

.trending-19__link:first-child {
  left: 14%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.trending-19__link:last-child {
  right: 14%;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

@media (min-width: 62em) {
  .trending-19__link {
    position: relative;
    bottom: auto;
    font-size: 1.6vw;
    line-height: 1.6;
    margin: 0;
  }

  .trending-19__link:first-child {
    margin-right: 25px;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .trending-19__link:last-child {
    right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (min-width: 85.375em) {
  .trending-19__link {
    font-size: 1.4vw;
  }
}

.trending-19__images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-height: 457px;
}

@media (max-width: 61.99em) {
  .trending-19__images {
    position: relative;
  }
}

.trending-19__image {
  max-width: 100%;
}

.trending-19__image-link {
  width: 31%;
  height: 100%;
}

@media (min-width: 62em) {
  .trending-19__image-link {
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: none;
    pointer-events: none;
    cursor: default;
  }
}

@media (min-width: 62em) {
  .trending-19__image-link.man {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 62em) {
  .trending-19__image {
    pointer-events: none;
    cursor: default;
  }
}

.trending-19__image--middle {
  height: 100%;
  width: 31%;
  margin: 20px 10px 10px 10px;
}

@media (min-width: 48em) {
  .trending-19__image--middle {
    margin-top: 50px;
  }
}

@media (min-width: 62em) {
  .trending-19__image--middle {
    max-width: 100%;
    width: 32.4%;
    height: auto;
    margin: 0;
  }
}

@media (min-width: 75em) {
  .trending-19__image--middle {
    width: 32.62%;
  }
}

@media (min-width: 85.375em) {
  .trending-19__image--middle {
    width: auto;
  }
}

.trending-19--black .trending-19__title,
.trending-19--black .trending-19__subtitle,
.trending-19--black .trending-19__link {
  color: #000000;
}

.trending-19--black .trending-19__link:before {
  background-color: #000000;
}

.trending-19--black .trending-19__link:after {
  background-color: #e19440;
}

@media (min-width: 62em) {
  .nav-mobile-dots {
    display: none;
  }
}

.nav-mobile-dots__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: auto;
  padding: 5px 10px;
}

.nav-mobile-dots__link {
  min-width: 21%;
  line-height: 0;
  margin-right: 10px;
}

@media (min-width: 48em) {
  .nav-mobile-dots__link {
    min-width: 22%;
  }
}

.nav-mobile-dots__link-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.nav-mobile-dots__image {
  border-radius: 50%;
  max-width: 75%;
  margin-bottom: 7px;
  margin-top: 7px;
}

.nav-mobile-dots__image--bigger {
  max-width: 90%;
  margin-bottom: 3px;
  margin-top: 0;
}

.nav-mobile-dots__text {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin: 5px 0;
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.avance-19-primavera {
  position: relative;
}

@media (max-width: 104.99em) {
  .avance-19-primavera {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 104.99em) and (min-width: 25.75em) {
  .avance-19-primavera {
    margin-right: -18px;
    margin-left: -18px;
  }
}

@media (max-width: 104.99em) and (min-width: 62em) {
  .avance-19-primavera {
    margin-right: -30px;
    margin-left: -30px;
  }
}

.avance-19-primavera__wrapper {
  position: absolute;
  top: 14%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  width: 100%;
}

@media (min-width: 48em) {
  .avance-19-primavera__wrapper {
    top: 32%;
    width: 22%;
  }
}

.avance-19-primavera__title {
  font-family: "BodoniFLF-Bold",serif;
  color: white;
  font-size: 5.2vw;
  line-height: 1.1;
  width: 25%;
  margin: auto;
  text-shadow: 0 0 15px #e5c021;
}

@media (min-width: 48em) {
  .avance-19-primavera__title {
    font-family: "BodoniFLF-Roman",serif;
    font-size: 2.1em;
    width: auto;
    margin: 0 0 10%;
    line-height: 1.0;
    text-shadow: 0 0 15px #e5c021;
  }
}

@media (min-width: 62em) {
  .avance-19-primavera__title {
    font-size: 3.1em;
    line-height: 1.0;
    text-shadow: 0 0 15px #e5c021;
  }
}

@media (min-width: 75em) {
  .avance-19-primavera__title {
    font-size: 3.8em;
    margin-bottom: 15%;
    line-height: 1.0;
    text-shadow: 0 0 15px #e5c021;
  }
}

@media (min-width: 85.375em) {
  .avance-19-primavera__title {
    font-size: 4.1em;
    line-height: 1.0;
    text-shadow: 0 0 15px #e5c021;
  }
}

@media (min-width: 105em) {
  .avance-19-primavera__title {
    font-size: 4.5em;
    margin-bottom: 10%;
    line-height: 1.0;
    text-shadow: 0 0 15px #e5c021;
  }
}

.avance-19-primavera__subtitle {
  font-family: "BodoniFLF-BoldItalic",serif;
  color: black;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  font-size: 4.0vw;
  text-align: left;
  text-shadow: 0px 0px 15px #ffffff;
  margin-bottom: 1em;
}

@media (min-width: 62em) {
  .avance-19-primavera__subtitle {
    font-size: 2vw;
    text-align: center;
  }
}

.avance-19-primavera__links-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  margin-top: 38%;
}

@media (min-width: 48em) {
  .avance-19-primavera__links-wrapper {
    max-width: 90%;
  }
}

@media (min-width: 48em) {
  .avance-19-primavera__links-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: none;
    margin-top: 24%;
  }
}

.avance-19-primavera__link {
  background-color: rgba(0,0,0,0.1);
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 1;
  padding: 7px 10px;
  border: 1px solid;
  width: 19vw;
}

.avance-19-primavera__link:first-child {
  margin-bottom: 1.3em;
}

@media (min-width: 62em) {
  .avance-19-primavera__link:first-child {
    margin-bottom: auto;
    margin-right: 10px;
  }
}

.avance-19-primavera__link:hover,
.avance-19-primavera__link:active,
.avance-19-primavera__link:focus {
  background-color: rgba(0,0,0,0.6);
  color: white;
  transition: all .3s;
}

@media (min-width: 48em) {
  .avance-19-primavera__link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2.2vw;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 62em) {
  .avance-19-primavera__link {
    font-size: 1.5vw;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 10vw;
    margin: 0;
  }
}

@media (min-width: 105em) {
  .avance-19-primavera__link {
    width: 7vw;
    font-size: 24px;
  }
}

.avance-19-primavera .trending-19__link {
  background-color: white;
  padding: 7px 15px;
}

.avance-19-primavera .trending-19__link:before {
  width: 75%;
}

@media (min-width: 48em) {
  .avance-19-primavera .trending-19__link {
    position: relative;
    left: auto;
    right: auto;
    font-size: 1em;
    background-color: transparent;
    padding: 0;
  }

  .avance-19-primavera .trending-19__link:before {
    width: 100%;
  }
}

@media (min-width: 62em) {
  .avance-19-primavera .trending-19__link {
    font-size: 1.6em;
  }
}

@media (min-width: 75em) {
  .avance-19-primavera .trending-19__link {
    font-size: 1.8em;
  }
}

.sandalias-ss19 {
  margin-bottom: 30px;
  line-height: 1.2;
}

@media (max-width: 104.99em) {
  .sandalias-ss19 {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 104.99em) and (min-width: 25.75em) {
  .sandalias-ss19 {
    margin-right: -18px;
    margin-left: -18px;
  }
}

@media (max-width: 104.99em) and (min-width: 62em) {
  .sandalias-ss19 {
    margin-right: -30px;
    margin-left: -30px;
  }
}

.sandalias-ss19__header {
  text-align: center;
  text-transform: uppercase;
}

.sandalias-ss19__title,
.sandalias-ss19__category {
  font-family: "BodoniFLF-Bold",serif;
  font-weight: 400;
}

.sandalias-ss19__title {
  margin-bottom: 0;
  font-size: 3.5rem;
  color: #D0E0C5;
}

.sandalias-ss19--clay .sandalias-ss19__title {
  color: #acc0c9;
}

.sandalias-ss19--basics .sandalias-ss19__title {
  color: #da6c55;
}

.sandalias-ss19__category {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  letter-spacing: 10px;
  color: #C0986A;
}

.sandalias-ss19--clay .sandalias-ss19__category {
  color: #573221;
}

.sandalias-ss19--basics .sandalias-ss19__category {
  color: #303133;
}

.sandalias-ss19__text {
  margin-top: 0.5em;
  font-weight: 400;
  color: #D0E0C5;
}

.sandalias-ss19--clay .sandalias-ss19__text {
  color: #acc0c9;
}

.sandalias-ss19--basics .sandalias-ss19__text {
  color: #da6c55;
}

.sandalias-ss19__image {
  max-width: 100%;
}

@media (min-width: 48em) {
  .sandalias-ss19__title {
    font-size: 5rem;
  }

  .sandalias-ss19__category {
    font-size: 3.5rem;
  }

  .sandalias-ss19__text {
    font-size: 2rem;
  }
}

@media (min-width: 62em) {
  .sandalias-ss19--linea {
    position: relative;
  }

  .sandalias-ss19__header {
    position: absolute;
    top: 51%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 38%;
  }

  .sandalias-ss19__images {
    max-width: 72%;
  }

  .sandalias-ss19__title {
    font-size: 3.8rem;
  }

  .sandalias-ss19__category {
    font-size: 1.8rem;
  }

  .sandalias-ss19__text {
    font-size: 1.7rem;
  }
}

@media (min-width: 85.375em) {
  .sandalias-ss19 {
    margin-bottom: 60px;
  }

  .sandalias-ss19__title {
    font-size: 5.2rem;
  }

  .sandalias-ss19__category {
    font-size: 2.8rem;
  }

  .sandalias-ss19__text {
    font-size: 2rem;
  }
}

@media (min-width: 105em) {
  .sandalias-ss19__title {
    font-size: 6.2rem;
  }

  .sandalias-ss19__category {
    font-size: 3.2rem;
  }

  .sandalias-ss19__text {
    font-size: 2.4rem;
  }
}

.super-aventureros-19 {
  position: relative;
  min-height: 400px;
  background-image: url("../images/home/super_aventureros--mobile.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 104.99em) {
  .super-aventureros-19 {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 104.99em) and (min-width: 25.75em) {
  .super-aventureros-19 {
    margin-right: -18px;
    margin-left: -18px;
  }
}

@media (max-width: 104.99em) and (min-width: 62em) {
  .super-aventureros-19 {
    margin-right: -30px;
    margin-left: -30px;
  }
}

@media (min-width: 48em) {
  .super-aventureros-19 {
    min-height: 870px;
  }
}

@media (min-width: 62em) {
  .super-aventureros-19 {
    min-height: 400px;
    background-image: url("../images/home/super_aventureros.jpg");
  }
}

@media (min-width: 75em) {
  .super-aventureros-19 {
    min-height: 500px;
  }
}

@media (min-width: 85.375em) {
  .super-aventureros-19 {
    min-height: 550px;
  }
}

@media (min-width: 105em) {
  .super-aventureros-19 {
    min-height: 600px;
  }
}

.super-aventureros-19__container {
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70%;
  text-align: center;
  color: white;
  text-transform: uppercase;
}

@media (min-width: 30em) and (max-width: 47.99em) {
  .super-aventureros-19__container {
    top: 30%;
  }
}

@media (min-width: 62em) {
  .super-aventureros-19__container {
    top: 15%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 45%;
    width: 40%;
  }
}

@media (min-width: 75em) {
  .super-aventureros-19__container {
    width: 40%;
  }
}

@media (min-width: 85.375em) {
  .super-aventureros-19__container {
    width: 40%;
    width: 35%;
  }
}

@media (min-width: 105em) {
  .super-aventureros-19__container {
    width: 35%;
  }
}

.super-aventureros-19__title,
.super-aventureros-19__link {
  text-shadow: 1px 1px 5px rgba(0,0,0,0.9);
}

.super-aventureros-19__title {
  font-family: "BodoniFLF-Roman",serif;
  letter-spacing: 3px;
  line-height: 1;
  font-size: 7vw;
  width: 100%;
}

.super-aventureros-19__title strong {
  font-family: "BodoniFLF-Bold",serif;
}

@media (min-width: 62em) {
  .super-aventureros-19__title {
    font-size: 2.6em;
  }
}

@media (min-width: 75em) {
  .super-aventureros-19__title {
    font-size: 3.3em;
  }
}

.super-aventureros-19__link {
  text-transform: uppercase;
  position: relative;
  font-size: 5vw;
  line-height: 1.0;
  margin: 0 10px;
}

@media (min-width: 48em) {
  .super-aventureros-19__link {
    font-size: 1.5em;
  }
}

@media (min-width: 62em) {
  .super-aventureros-19__link {
    font-size: 1.8em;
  }
}

.super-aventureros-19__link:before,
.super-aventureros-19__link:after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.super-aventureros-19__link:before {
  bottom: -5px;
  width: 110%;
  height: 1px;
  background-color: white;
}

.super-aventureros-19__link:after {
  bottom: -6px;
  width: 20px;
  height: 2px;
  background-color: #e19440;
}

.super-aventureros-19__link:hover,
.super-aventureros-19__link:active,
.super-aventureros-19__link:focus {
  color: #e19440;
}

.super-aventureros-19__link:hover:after,
.super-aventureros-19__link:active:after,
.super-aventureros-19__link:focus:after {
  -webkit-animation: borderSwipe 1s infinite;
  animation: borderSwipe 1s infinite;
}

.nuestros-basicos-19 {
  position: relative;
  min-height: 300px;
  background-image: url("../images/home/nuestros_basicos--mobile.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 104.99em) {
  .nuestros-basicos-19 {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 104.99em) and (min-width: 25.75em) {
  .nuestros-basicos-19 {
    margin-right: -18px;
    margin-left: -18px;
  }
}

@media (max-width: 104.99em) and (min-width: 62em) {
  .nuestros-basicos-19 {
    margin-right: -30px;
    margin-left: -30px;
  }
}

@media (min-width: 48em) {
  .nuestros-basicos-19 {
    min-height: 550px;
  }
}

@media (min-width: 62em) {
  .nuestros-basicos-19 {
    background-image: url("../images/home/nuestros_basicos.jpg");
  }
}

@media (min-width: 75em) {
  .nuestros-basicos-19 {
    min-height: 725px;
  }
}

@media (min-width: 85.375em) {
  .nuestros-basicos-19 {
    min-height: 775px;
  }
}

@media (min-width: 105em) {
  .nuestros-basicos-19 {
    min-height: 850px;
  }
}

.nuestros-basicos-19__title,
.nuestros-basicos-19__link {
  text-shadow: 1px 1px 5px rgba(0,0,0,0.9);
}

.nuestros-basicos-19__title {
  font-family: "BodoniFLF-Roman",serif;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  margin-left: 1.5em;
  margin-top: 2.5em;
  font-size: 4.7vw;
}

.nuestros-basicos-19__title strong {
  font-family: "BodoniFLF-Bold",serif;
  font-size: 7.2vw;
}

@media (min-width: 48em) {
  .nuestros-basicos-19__title {
    margin-left: 1em;
    margin-top: 2em;
  }

  .nuestros-basicos-19__title strong {
    font-size: 7.8vw;
  }
}

@media (min-width: 85.375em) {
  .nuestros-basicos-19__title {
    margin-top: 1.4em;
  }
}

@media (min-width: 105em) {
  .nuestros-basicos-19__title {
    margin-top: 2.8em;
    font-size: 3.7em;
  }

  .nuestros-basicos-19__title strong {
    font-size: 1.8em;
  }
}

.nuestros-basicos-19__links {
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}

@media (min-width: 62em) {
  .nuestros-basicos-19__links {
    bottom: auto;
    top: 45%;
    left: 4%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 34%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 75em) {
  .nuestros-basicos-19__links {
    top: 42%;
  }
}

@media (min-width: 85.375em) {
  .nuestros-basicos-19__links {
    top: 42%;
  }
}

@media (min-width: 105em) {
  .nuestros-basicos-19__links {
    max-width: 29%;
  }
}

.nuestros-basicos-19__link {
  text-transform: uppercase;
  position: relative;
  font-size: 5vw;
  line-height: 1.0;
  color: white;
  margin: 0 10px;
}

@media (min-width: 48em) {
  .nuestros-basicos-19__link {
    font-size: 1.5em;
  }
}

@media (min-width: 62em) {
  .nuestros-basicos-19__link {
    font-size: 1.8em;
  }
}

.nuestros-basicos-19__link:before,
.nuestros-basicos-19__link:after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nuestros-basicos-19__link:before {
  bottom: -5px;
  width: 110%;
  height: 1px;
  background-color: white;
}

.nuestros-basicos-19__link:after {
  bottom: -6px;
  width: 20px;
  height: 2px;
  background-color: #f3ca12;
}

.nuestros-basicos-19__link:hover,
.nuestros-basicos-19__link:active,
.nuestros-basicos-19__link:focus {
  color: #f3ca12;
}

.nuestros-basicos-19__link:hover:after,
.nuestros-basicos-19__link:active:after,
.nuestros-basicos-19__link:focus:after {
  -webkit-animation: borderSwipe 1s infinite;
  animation: borderSwipe 1s infinite;
}

.sandalias-ss19-v02 {
  position: relative;
  min-height: 500px;
  background-image: url("../images/home/sandalias-ss19-v02--mobile.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 104.99em) {
  .sandalias-ss19-v02 {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 104.99em) and (min-width: 25.75em) {
  .sandalias-ss19-v02 {
    margin-right: -18px;
    margin-left: -18px;
  }
}

@media (max-width: 104.99em) and (min-width: 62em) {
  .sandalias-ss19-v02 {
    margin-right: -30px;
    margin-left: -30px;
  }
}

@media (min-width: 30em) and (max-width: 47.99em) {
  .sandalias-ss19-v02 {
    min-height: 770px;
  }
}

@media (min-width: 48em) {
  .sandalias-ss19-v02 {
    min-height: 870px;
  }
}

@media (min-width: 62em) {
  .sandalias-ss19-v02 {
    min-height: 440px;
    background-image: url("../images/home/sandalias-ss19-v02.jpg");
  }
}

@media (min-width: 75em) {
  .sandalias-ss19-v02 {
    min-height: 580px;
  }
}

@media (min-width: 85.375em) {
  .sandalias-ss19-v02 {
    min-height: 590px;
  }
}

@media (min-width: 105em) {
  .sandalias-ss19-v02 {
    min-height: 600px;
  }
}

.sandalias-ss19-v02__container {
  position: absolute;
  left: 50%;
  top: 2%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70%;
  text-align: center;
  color: white;
  text-transform: uppercase;
}

@media (min-width: 48em) and (max-width: 61.99em) {
  .sandalias-ss19-v02__container {
    top: -2%;
  }
}

@media (min-width: 62em) {
  .sandalias-ss19-v02__container {
    top: 17%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    left: unset;
    width: 57%;
    height: 26%;
    right: 0;
  }
}

@media (min-width: 75em) {
  .sandalias-ss19-v02__container {
    top: 14%;
  }
}

@media (min-width: 75em) {
  .sandalias-ss19-v02__container {
    top: 16%;
  }
}

.sandalias-ss19-v02__title {
  font-family: "BodoniFLF-Roman",serif;
  letter-spacing: 2px;
  line-height: 1;
  font-size: 7vw;
  width: 100%;
  color: #331414;
  margin-bottom: 0.8rem;
}

.sandalias-ss19-v02__title strong {
  font-family: "BodoniFLF-Bold",serif;
}

@media (min-width: 62em) {
  .sandalias-ss19-v02__title {
    font-size: 2em;
    margin-top: 0;
  }
}

@media (min-width: 75em) {
  .sandalias-ss19-v02__title {
    font-size: 2.7em;
  }
}

.sandalias-ss19-v02__link {
  text-transform: uppercase;
  color: #5bb5ab;
  position: relative;
  font-size: 4.2vw;
  line-height: 1.0;
  text-align: center;
  width: 100%;
  letter-spacing: 4px;
}

@media (min-width: 48em) {
  .sandalias-ss19-v02__link {
    font-size: 1.5em;
  }
}

@media (min-width: 62em) {
  .sandalias-ss19-v02__link {
    font-size: 1em;
    font-weight: 500;
  }
}

@media (min-width: 75em) {
  .sandalias-ss19-v02__link {
    font-size: 1.4em;
  }
}

.sandalias-ss19-v03 {
  position: relative;
  min-height: 500px;
  background-image: url("../images/home/sandalias-ss19-v03-mobile.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 104.99em) {
  .sandalias-ss19-v03 {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 104.99em) and (min-width: 25.75em) {
  .sandalias-ss19-v03 {
    margin-right: -18px;
    margin-left: -18px;
  }
}

@media (max-width: 104.99em) and (min-width: 62em) {
  .sandalias-ss19-v03 {
    margin-right: -30px;
    margin-left: -30px;
  }
}

@media (min-width: 30em) and (max-width: 47.99em) {
  .sandalias-ss19-v03 {
    min-height: 770px;
  }
}

@media (min-width: 48em) {
  .sandalias-ss19-v03 {
    min-height: 870px;
  }
}

@media (min-width: 62em) {
  .sandalias-ss19-v03 {
    min-height: 440px;
    background-image: url("../images/home/sandalias-ss19-v03.jpg");
  }
}

@media (min-width: 75em) {
  .sandalias-ss19-v03 {
    min-height: 580px;
  }
}

@media (min-width: 85.375em) {
  .sandalias-ss19-v03 {
    min-height: 590px;
  }
}

@media (min-width: 105em) {
  .sandalias-ss19-v03 {
    min-height: 600px;
  }
}

.sandalias-ss19-v03__container {
  position: absolute;
  left: 50%;
  top: 2%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70%;
  text-align: center;
  color: white;
  text-transform: uppercase;
}

@media (min-width: 48em) and (max-width: 61.99em) {
  .sandalias-ss19-v03__container {
    top: -2%;
  }
}

@media (min-width: 62em) {
  .sandalias-ss19-v03__container {
    top: 18%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    left: unset;
    width: 57%;
    height: 26%;
    right: 0;
  }
}

.sandalias-ss19-v03__title {
  font-family: "BodoniFLF-Roman",serif;
  letter-spacing: 2px;
  line-height: 1;
  font-size: 7vw;
  width: 100%;
  color: #ffffff;
  margin-bottom: 1rem;
}

.sandalias-ss19-v03__title strong {
  font-family: "BodoniFLF-Bold",serif;
}

@media (min-width: 62em) {
  .sandalias-ss19-v03__title {
    font-size: 2em;
    margin-top: 0;
    color: #4c382a;
  }

  .sandalias-ss19-v03__title:hover {
    color: #6d503c;
  }
}

@media (min-width: 75em) {
  .sandalias-ss19-v03__title {
    font-size: 2.7em;
  }
}

.sandalias-ss19-v03__link {
  text-transform: uppercase;
  color: #27a597;
  position: relative;
  font-size: 4.2vw;
  line-height: 1.0;
  text-align: center;
  width: 100%;
  letter-spacing: 4px;
}

.sandalias-ss19-v03__link:hover {
  color: #1d7c71;
}

@media (min-width: 48em) {
  .sandalias-ss19-v03__link {
    font-size: 1.5em;
  }
}

@media (min-width: 62em) {
  .sandalias-ss19-v03__link {
    font-size: 1em;
    font-weight: 500;
  }
}

@media (min-width: 75em) {
  .sandalias-ss19-v03__link {
    font-size: 1.4em;
  }
}

.avance-autumn-19 {
  position: relative;
  min-height: 300px;
  padding: 40px 24px;
  background-image: url("../images/home/avance-mujer-autumn-19-mobile.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 104.99em) {
  .avance-autumn-19 {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 104.99em) and (min-width: 25.75em) {
  .avance-autumn-19 {
    margin-right: -18px;
    margin-left: -18px;
  }
}

@media (max-width: 104.99em) and (min-width: 62em) {
  .avance-autumn-19 {
    margin-right: -30px;
    margin-left: -30px;
  }
}

.avance-autumn-19--hombre {
  background-image: url("../images/home/avance-hombre-autumn-19-mobile.jpg");
  text-align: right;
}

@media (min-width: 23.4375em) {
  .avance-autumn-19 {
    min-height: 340px;
    padding: 70px 40px 0;
  }
}

@media (min-width: 25.75em) {
  .avance-autumn-19 {
    min-height: 420px;
    padding: 80px 40px 0;
  }
}

@media (min-width: 48em) {
  .avance-autumn-19 {
    min-height: 700px;
    padding: 90px 60px 0;
  }
}

@media (min-width: 62em) {
  .avance-autumn-19 {
    background-image: url("../images/home/avance-mujer-autumn-19.jpg");
    padding: 120px 80px 0;
  }

  .avance-autumn-19--hombre {
    background-image: url("../images/home/avance-hombre-autumn-19.jpg");
  }
}

@media (min-width: 85.375em) {
  .avance-autumn-19 {
    min-height: 820px;
    padding: 180px 140px 0;
  }
}

@media (min-width: 105em) {
  .avance-autumn-19 {
    padding: 240px 200px 0;
  }
}

.avance-autumn-19__container {
  position: relative;
  padding: 0;
}

.avance-autumn-19__content {
  display: inline-block;
  text-align: left;
}

.avance-autumn-19__pretitle {
  margin: 0;
  color: #ffffff;
  font-family: "BodoniFLF-Roman",serif;
  line-height: 1;
}

@media (min-width: 48em) {
  .avance-autumn-19__pretitle {
    font-size: 1.4em;
  }
}

@media (min-width: 62em) {
  .avance-autumn-19__pretitle {
    font-size: 1.8em;
  }
}

@media (min-width: 75em) {
  .avance-autumn-19__pretitle {
    font-size: 2.3em;
  }
}

.avance-autumn-19__title {
  margin: 0 0 5px;
  color: #e2c15b;
  font-family: "BodoniFLF-Bold",serif;
  font-size: 1.5em;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

.avance-autumn-19__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ffffff;
  left: 0;
  right: 0;
}

@media (max-width: 47.99em) {
  body.lang-de .avance-autumn-19__title {
    font-size: 1em;
  }
}

@media (min-width: 48em) {
  .avance-autumn-19__title {
    font-size: 2.6em;
  }
}

@media (min-width: 62em) {
  .avance-autumn-19__title {
    font-size: 3.4em;
  }
}

@media (min-width: 75em) {
  .avance-autumn-19__title {
    font-size: 4em;
  }
}

.avance-autumn-19__subtitle {
  position: relative;
  float: right;
  margin: 0;
  font-family: "BodoniFLF-Roman",serif;
  color: #ffffff;
  line-height: 1;
}

.avance-autumn-19__subtitle:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100px;
  height: 2px;
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  background: #e2c15b;
}

@media (min-width: 48em) {
  .avance-autumn-19__subtitle {
    font-size: 1.2em;
  }
}

@media (min-width: 62em) {
  .avance-autumn-19__subtitle {
    font-size: 1.4em;
  }
}

@media (min-width: 75em) {
  .avance-autumn-19__subtitle {
    font-size: 1.6em;
  }
}

.avance-temporada-20-invierno {
  position: relative;
  min-height: 430px;
  background-image: url("../images/home/avance-temporada-20-invierno--mobile.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 104.99em) {
  .avance-temporada-20-invierno {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 104.99em) and (min-width: 25.75em) {
  .avance-temporada-20-invierno {
    margin-right: -18px;
    margin-left: -18px;
  }
}

@media (max-width: 104.99em) and (min-width: 62em) {
  .avance-temporada-20-invierno {
    margin-right: -30px;
    margin-left: -30px;
  }
}

@media (min-width: 48em) {
  .avance-temporada-20-invierno {
    min-height: 920px;
  }
}

@media (min-width: 62em) {
  .avance-temporada-20-invierno {
    min-height: 400px;
    background-image: url("../images/home/avance-temporada-20-invierno.jpg");
  }
}

@media (min-width: 75em) {
  .avance-temporada-20-invierno {
    min-height: 500px;
  }
}

@media (min-width: 85.375em) {
  .avance-temporada-20-invierno {
    min-height: 550px;
  }
}

@media (min-width: 105em) {
  .avance-temporada-20-invierno {
    min-height: 600px;
  }
}

.avance-temporada-20-invierno__container {
  position: absolute;
  left: 50%;
  top: 36%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  text-align: center;
  color: white;
  text-transform: uppercase;
}

@media (min-width: 30em) and (max-width: 47.99em) {
  .avance-temporada-20-invierno__container {
    top: 36%;
  }
}

@media (min-width: 62em) {
  .avance-temporada-20-invierno__container {
    top: 20%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 80%;
  }
}

.avance-temporada-20-invierno__block-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 75%;
}

@media (min-width: 48em) {
  .avance-temporada-20-invierno__block-link {
    width: 55%;
  }
}

@media (min-width: 62em) {
  .avance-temporada-20-invierno__block-link {
    width: 35%;
  }
}

@media (min-width: 75em) {
  .avance-temporada-20-invierno__block-link {
    width: 28%;
  }
}

.avance-temporada-20-invierno__link {
  text-transform: uppercase;
  position: relative;
  font-size: 5vw;
  line-height: 1.0;
  margin: 0 10px;
}

@media (min-width: 48em) {
  .avance-temporada-20-invierno__link {
    font-size: 1.5em;
  }
}

@media (min-width: 62em) {
  .avance-temporada-20-invierno__link {
    font-size: 1.8em;
  }
}

.avance-temporada-20-invierno__link:before,
.avance-temporada-20-invierno__link:after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.avance-temporada-20-invierno__link:before {
  bottom: -5px;
  width: 110%;
  height: 1px;
  background-color: white;
}

.avance-temporada-20-invierno__link:after {
  bottom: -6px;
  width: 20px;
  height: 2px;
  background-color: #f3ca12;
}

.avance-temporada-20-invierno__link:hover,
.avance-temporada-20-invierno__link:active,
.avance-temporada-20-invierno__link:focus {
  color: #f3ca12;
}

.avance-temporada-20-invierno__link:hover:after,
.avance-temporada-20-invierno__link:active:after,
.avance-temporada-20-invierno__link:focus:after {
  -webkit-animation: borderSwipe 1s infinite;
  animation: borderSwipe 1s infinite;
}

.avance-temporada-20-invierno__title {
  font-family: "BodoniFLF-Roman",serif;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.9);
  letter-spacing: 2px;
  line-height: 1;
  font-size: 6.9vw;
  width: 100%;
  margin-bottom: 0.1rem;
}

.avance-temporada-20-invierno__title strong {
  font-family: "BodoniFLF-Bold",serif;
}

@media (min-width: 62em) {
  .avance-temporada-20-invierno__title {
    font-size: 2.5em;
  }
}

@media (min-width: 75em) {
  .avance-temporada-20-invierno__title {
    font-size: 3.1em;
  }
}

@media (min-width: 85.375em) {
  .avance-temporada-20-invierno__title {
    font-size: 3.5em;
  }
}

.avance-temporada-20-invierno__subtitle {
  font-family: "BodoniFLF-Roman",serif;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.9);
  letter-spacing: 1px;
  line-height: 1;
  font-size: 4.3vw;
  width: 100%;
  margin-top: 0;
}

.avance-temporada-20-invierno__subtitle strong {
  font-family: "BodoniFLF-Bold",serif;
}

@media (min-width: 62em) {
  .avance-temporada-20-invierno__subtitle {
    font-size: 1.5em;
  }
}

@media (min-width: 75em) {
  .avance-temporada-20-invierno__subtitle {
    font-size: 1.9em;
  }
}

@media (min-width: 85.375em) {
  .avance-temporada-20-invierno__subtitle {
    font-size: 2.2em;
  }
}

.panama-03-limited {
  margin-bottom: 1em;
}

@media (min-width: 48em) and (max-width: 61.99em) {
  .panama-03-limited {
    margin-top: 2.5em;
  }
}

@media (max-width: 47.99em) {
  body.lang-de .panama-03-limited,
  body.lang-en .panama-03-limited,
  body.lang-nl .panama-03-limited {
    margin-top: 4em;
  }
}

.panama-03-limited__header--wrap {
  position: relative;
  padding: 2em 1.2em 0.5em;
  text-align: center;
}

.panama-03-limited__header--wrap:after,
.panama-03-limited__header--wrap:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #beae96;
}

.panama-03-limited__header--wrap:after {
  top: 0;
}

.panama-03-limited__header--wrap:before {
  bottom: 0;
}

@media (max-width: 61.99em) {
  .panama-03-limited__header--wrap {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 61.99em) and (min-width: 25.75em) {
  .panama-03-limited__header--wrap {
    margin-right: -18px;
    margin-left: -18px;
  }
}

@media (max-width: 61.99em) and (min-width: 62em) {
  .panama-03-limited__header--wrap {
    margin-right: -30px;
    margin-left: -30px;
  }
}

@media (min-width: 62em) {
  .panama-03-limited__header--wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-bottom: 2em;
  }

  .panama-03-limited__header--wrap:after,
  .panama-03-limited__header--wrap:before {
    left: 20px;
    right: 20px;
  }
}

@media (min-width: 62em) {
  .panama-03-limited__header--description {
    margin-left: 2em;
  }
}

.panama-03-limited__header--title,
.panama-03-limited__header--subtitle {
  font-family: "BodoniFLF-Bold",serif;
}

.panama-03-limited__header--title {
  font-size: 2.2em;
  margin-bottom: 0;
  margin-top: 10px;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(125deg, #b7935d, #b7935d 52%, #d4c8b4 57%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 25.75em) {
  .panama-03-limited__header--title {
    font-size: 2.5em;
  }
}

@media (min-width: 48em) and (max-width: 61.99em) {
  .panama-03-limited__header--title {
    margin-bottom: 0.2em;
  }
}

@media (min-width: 62em) {
  .panama-03-limited__header--title {
    font-size: 48px;
    margin: 20px 0 10px;
  }
}

@media (min-width: 85.375em) {
  .panama-03-limited__header--title {
    font-size: 68px;
  }
}

.panama-03-limited__header--subtitle {
  font-size: 1.3em;
  margin-bottom: 0;
  margin-top: 0;
  background: linear-gradient(-125deg, #b7935d, #b7935d 52%, #b3a187 57%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.panama-03-limited__header--subtitle sup {
  background: linear-gradient(-125deg, #b7935d, #b7935d 52%, #b3a187 57%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 25.75em) {
  .panama-03-limited__header--subtitle {
    font-size: 1.7em;
  }
}

@media (min-width: 48em) {
  .panama-03-limited__header--subtitle {
    font-size: 30px;
  }
}

.panama-03-limited__header--image {
  display: block;
  position: relative;
  margin: auto;
}

@media (min-width: 62em) {
  .panama-03-limited__header--image {
    max-width: 150px;
    background: linear-gradient(to right, #8a6b3d 0%, #8a6b3d 55%, #b7935c 60%, #fff 100%);
    background-size: 300px 300px;
    padding: 5px;
    border-radius: 50%;
    -webkit-animation: animatedgradient 3s ease infinite;
    animation: animatedgradient 3s ease infinite;
  }
}

@media (max-width: 61.99em) {
  .panama-03-limited__header--image:first-child {
    display: none;
  }
}

.panama-03-limited__header--image.is-gif {
  max-width: 85%;
}

@media (min-width: 62em) {
  .panama-03-limited__header--image.is-gif {
    display: none;
  }
}

.panama-03-limited__header--text {
  line-height: 1.4;
  color: #353535;
  font-size: 14px;
  font-size: 1.4rem;
  display: none;
}

@media (min-width: 62em) {
  .panama-03-limited__header--text {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.panama-03-limited__header--text-mobile {
  line-height: 1.1;
  color: #353535;
  font-size: 11px;
  font-size: 1.1rem;
}

@media (min-width: 23.4375em) {
  .panama-03-limited__header--text-mobile {
    line-height: 1.3;
    color: #353535;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (min-width: 25.75em) {
  .panama-03-limited__header--text-mobile {
    line-height: 1.4;
    color: #353535;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (min-width: 62em) {
  .panama-03-limited__header--text-mobile {
    display: none;
  }
}

.panama-03-limited__header--instagram-publications {
  font-size: 3.5vw;
  color: #353535;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1em 0;
}

.panama-03-limited__header--instagram-publications .icon-svg {
  margin-right: 10px;
  margin-top: 3px;
}

@media (min-width: 48em) {
  .panama-03-limited__header--instagram-publications {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (min-width: 62em) {
  .panama-03-limited__main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

@supports ((display: -ms-grid) or (display: grid)) {
    .panama-03-limited__main {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (minmax(30%, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
      grid-gap: 0;
    }
}
}

.panama-03-limited .instagram-photo {
  display: block;
  margin-bottom: 1em;
}

@media (max-width: 61.99em) {
  .panama-03-limited .instagram-photo {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 61.99em) and (min-width: 25.75em) {
  .panama-03-limited .instagram-photo {
    margin-right: -18px;
    margin-left: -18px;
  }
}

@media (max-width: 61.99em) and (min-width: 62em) {
  .panama-03-limited .instagram-photo {
    margin-right: -30px;
    margin-left: -30px;
  }
}

@media (min-width: 62em) {
  .panama-03-limited .instagram-photo {
    position: relative;
    -webkit-flex-basis: 31.1%;
    -ms-flex-preferred-size: 31.1%;
    flex-basis: 31.1%;
    margin: 1em;
  }
}

@media (min-width: 75em) {
  .panama-03-limited .instagram-photo {
    -webkit-flex-basis: 30.6%;
    -ms-flex-preferred-size: 30.6%;
    flex-basis: 30.6%;
  }
}

@media (min-width: 85.375em) {
  .panama-03-limited .instagram-photo {
    -webkit-flex-basis: 30.8%;
    -ms-flex-preferred-size: 30.8%;
    flex-basis: 30.8%;
  }
}

.panama-03-limited .instagram-photo:hover .instagram-photo__caption,
.panama-03-limited .instagram-photo:active .instagram-photo__caption,
.panama-03-limited .instagram-photo:focus .instagram-photo__caption {
  opacity: 1;
}

.panama-03-limited .instagram-photo__figure {
  margin: 0;
}

.panama-03-limited .instagram-photo picture {
  display: block;
  font-size: 0;
}

.panama-03-limited .instagram-photo img {
  width: 100%;
}

@media (min-width: 48em) {
  .panama-03-limited .instagram-photo img {
    max-width: 100%;
  }
}

.panama-03-limited .instagram-photo__caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 8px;
}

@media (min-width: 25.75em) {
  .panama-03-limited .instagram-photo__caption {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (min-width: 62em) {
  .panama-03-limited .instagram-photo__caption {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 62em) {
  .panama-03-limited .instagram-photo__caption {
    padding-top: auto;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .15s;
    background-color: rgba(45,81,52,0.7);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.panama-03-limited .instagram-photo__caption .icon-svg {
  color: transparent;
  fill: #f3ca12;
  width: 20px;
  height: 22px;
  margin-top: 5px;
  margin-right: 5px;
}

@media (min-width: 62em) {
  .panama-03-limited .instagram-photo__caption .icon-svg {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 62em) {
  .panama-03-limited .instagram-photo__model-name {
    color: white;
    font-size: 20px;
  }
}

@-webkit-keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.products-intro {
  margin: 0 0 30px;
}

.products-intro .breadcrumb {
  float: left;
  max-width: 60%;
}

@media (min-width: 23.4375em) {
  .products-intro .breadcrumb {
    max-width: 60%;
  }
}

@media (min-width: 48em) {
  .products-intro .breadcrumb {
    max-width: 70%;
  }
}

.products-filters-btn {
  font-size: 17px;
  font-size: 1.7rem;
  color: #2d5134;
  cursor: pointer;
  margin: -15px 0px 15px 0px;
}

.products-filters-btn .icon-svg {
  width: 14px;
  height: 14px;
  margin-left: 2px;
  vertical-align: middle;
}

html:not(.browser-touchevents) .products-filters-btn:hover {
  color: #f3ca12;
}

.products-filters-btn.is-active {
  color: #f3ca12;
}

.products-slogan {
  float: left;
  margin-top: 20px;
  font-weight: 400;
  font-size: 13px;
}

@media (min-width: 62em) {
  .products-slogan {
    font-weight: 600;
    font-size: 14px;
  }
}

.filters {
  display: none;
  padding-bottom: 15px;
}

.filters.is-open {
  display: block;
}

.filters--no-padding {
  padding-bottom: 0;
}

.filters__line {
  margin-bottom: 45px;
  line-height: 0;
}

.filters__col:first-child {
  padding-left: 0;
}

@media (min-width: 48em) {
  .filters__col--sizes {
    float: left;
    max-width: 50%;
  }
}

@media (min-width: 62em) {
  .filters__col--sizes {
    width: auto;
    max-width: 43%;
  }
}

@media (min-width: 48em) {
  .filters__col--colors {
    float: left;
    max-width: 50%;
    padding-left: 30px;
  }
}

@media (min-width: 62em) {
  .filters__col--colors {
    width: auto;
    max-width: 43%;
    padding-left: 34px;
  }
}

@media (min-width: 85.375em) {
  .filters__col--colors {
    padding-left: 45px;
  }
}

@media (min-width: 62em) {
  .filters__col--order {
    float: left;
    width: auto;
    max-width: 30%;
    padding-left: 34px;
  }
}

@media (min-width: 85.375em) {
  .filters__col--order {
    padding-left: 45px;
  }
}

.filters__label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 1.5rem;
  line-height: 1;
  color: #2d5134;
}

.filters__order {
  padding-top: 0;
  margin: 0 0 20px;
}

.filters__order__item {
  padding: 0;
  border: none;
  margin: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  color: #2d5134;
  margin-right: 12px;
  cursor: pointer;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
}

.filters__order__item:last-child {
  margin-right: 0;
}

.filters__order__item:hover,
.filters__order__item:active,
.filters__order__item:focus {
  color: #698172;
}

.filters__order__item.is-down .filters__order__item__chev--down {
  display: inline-block;
  visibility: visible;
}

.filters__order__item.is-down .filters__order__item__chev--up {
  display: none;
  visibility: none;
}

.filters__order__item.is-up .filters__order__item__chev--down {
  display: none;
  visibility: none;
}

.filters__order__item.is-up .filters__order__item__chev--up {
  display: inline-block;
  visibility: visible;
}

.filters__order__item.is-selected {
  color: #f3ca12;
}

.filters__order__item__chev {
  display: inline-block;
  visibility: hidden;
  width: 10px;
  height: 10px;
  margin-left: 2px;
  color: #949393;
  vertical-align: middle;
}

.filters__order__item__chev--down {
  display: inline-block;
}

.filters__order__item__chev--up {
  display: none;
}

.tags {
  position: relative;
  display: none;
  padding-top: 0;
  padding-right: 20px;
  margin-bottom: 20px;
  font-size: 0;
}

.tags.is-open {
  display: block;
}

@media (min-width: 48em) {
  .tags.is-open {
    display: none;
  }
}

.tags__title {
  vertical-align: top;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 1px;
  margin-right: 8px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 14px;
  color: #949393;
}

@media (min-width: 23.4375em) {
  .tags__title {
    margin-right: 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (min-width: 30em) {
  .tags__title {
    margin-right: 15px;
  }
}

.tags__btn-reset {
  padding: 0;
  border: none;
  margin: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  background: #fff;
}

.tags__btn-reset svg {
  width: 16px;
  height: 16px;
  color: #2d5134;
}

html:not(.browser-touchevents) .tags__btn-reset:hover {
  color: #303F9F;
}

html:not(.browser-touchevents) .tags__btn-reset:hover .tags__btn-reset__text {
  border-color: #303F9F;
}

@media (min-width: 48em) {
  .tags__btn-reset {
    position: static;
    top: auto;
    right: auto;
    width: auto;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

.tags__item {
  vertical-align: top;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-right: 5px;
  margin-bottom: 1px;
  font-family: "Exo 2",sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 14px;
  white-space: nowrap;
  color: #000;
}

@media (min-width: 23.4375em) {
  .tags__item {
    margin-right: 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (min-width: 30em) {
  .tags__item {
    margin-right: 10px;
  }
}

.products-grid .grid__item--odd {
  text-align: left;
}

@media (min-width: 30em) {
  .products-grid .grid__item--odd .prod-item {
    margin-left: 10px;
  }
}

@media (min-width: 48em) {
  .products-grid .grid__item--odd .prod-item {
    margin-left: 20px;
  }
}

@media (min-width: 64em) {
  .products-grid .grid__item--odd .prod-item {
    margin-left: 12%;
  }
}

@media (min-width: 75em) {
  .products-grid .grid__item--odd .prod-item {
    margin-left: 14%;
  }
}

@media (min-width: 85.375em) {
  .products-grid .grid__item--odd .prod-item {
    margin-left: 7%;
  }
}

.products-grid .grid__item--center {
  text-align: center;
}

@media (min-width: 30em) {
  .products-grid .grid__item--center .prod-item {
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media (min-width: 48em) {
  .products-grid .grid__item--center .prod-item {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (min-width: 64em) {
  .products-grid .grid__item--center .prod-item {
    margin-right: 6%;
    margin-left: 6%;
  }
}

@media (min-width: 75em) {
  .products-grid .grid__item--center .prod-item {
    margin-right: 0;
    margin-left: 0;
  }
}

.products-grid .grid__item--even {
  text-align: right;
}

@media (min-width: 30em) {
  .products-grid .grid__item--even .prod-item {
    margin-right: 10px;
  }
}

@media (min-width: 48em) {
  .products-grid .grid__item--even .prod-item {
    margin-right: 20px;
  }
}

@media (min-width: 64em) {
  .products-grid .grid__item--even .prod-item {
    margin-right: 12%;
  }
}

@media (min-width: 75em) {
  .products-grid .grid__item--even .prod-item {
    margin-right: 14%;
  }
}

@media (min-width: 85.375em) {
  .products-grid .grid__item--even .prod-item {
    margin-right: 7%;
  }
}

.products-grid .grid__item--md--odd {
  text-align: left;
}

@media (min-width: 62em) {
  .products-grid .grid__item--md--odd .prod-item {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 64em) {
  .products-grid .grid__item--md--odd .prod-item {
    margin-left: 6%;
  }
}

@media (min-width: 75em) {
  .products-grid .grid__item--md--odd .prod-item {
    margin-left: 12%;
  }
}

@media (min-width: 85.375em) {
  .products-grid .grid__item--md--odd .prod-item {
    margin-left: 7%;
  }
}

.products-grid .grid__item--md--center {
  text-align: center;
}

@media (min-width: 62em) {
  .products-grid .grid__item--md--center .prod-item {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 64em) {
  .products-grid .grid__item--md--center .prod-item {
    margin-right: 3%;
    margin-left: 3%;
  }
}

@media (min-width: 75em) {
  .products-grid .grid__item--md--center .prod-item {
    margin-right: 6%;
    margin-left: 6%;
  }
}

@media (min-width: 85.375em) {
  .products-grid .grid__item--md--center .prod-item {
    margin-right: 3.5%;
    margin-left: 3.5%;
  }
}

.products-grid .grid__item--md--even {
  text-align: right;
}

@media (min-width: 62em) {
  .products-grid .grid__item--md--even .prod-item {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 64em) {
  .products-grid .grid__item--md--even .prod-item {
    margin-right: 6%;
  }
}

@media (min-width: 75em) {
  .products-grid .grid__item--md--even .prod-item {
    margin-right: 12%;
  }
}

@media (min-width: 85.375em) {
  .products-grid .grid__item--md--even .prod-item {
    margin-right: 7%;
  }
}

@media (min-width: 62em) {
  .products-grid .grid__item {
    padding-left: 29.5px;
  }
}

.product-summary-wrap {
  height: auto;
}

@media (min-width: 48em) {
  .product-summary-wrap {
    height: 84px;
  }
}

@media (min-width: 62em) {
  .product-summary-wrap {
    height: 81px;
  }
}

.product-summary-wrap--top {
  height: auto;
}

.product-summary {
  position: fixed;
  z-index: 916;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #2d5134;
  font-size: 0;
  text-align: right;
  white-space: nowrap;
  background: #fff;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  will-change: transform;
  transition: opacity 0.4s ease-out, -webkit-transform 0.25s ease-out;
  transition: opacity 0.4s ease-out, transform 0.25s ease-out;
  transition: opacity 0.4s ease-out, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

@media (min-width: 48em) {
  .product-summary {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.product-summary--bottom.is-visible {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.product-summary--bottom.is-hidden {
  position: static !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.product-summary--bottom.is-static {
  position: static !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.product-summary--top {
  position: absolute;
  z-index: -1;
  top: 100%;
  bottom: auto;
  padding-top: 15px;
  border-top: none;
  border-bottom: 1px solid #2d5134;
  opacity: 0;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

@media (min-width: 48em) {
  .product-summary--top {
    padding-top: 25px;
  }
}

@media (min-width: 62em) {
  .product-summary--top {
    padding-top: 17px;
  }
}

@media (min-width: 75em) {
  .product-summary--top {
    padding-top: 5px;
  }
}

.product-summary--top.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.product-summary--top.is-hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.product-summary--mobile {
  z-index: 913;
  display: block;
  border-top: 1px solid #d7d7d6;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition: none;
}

@media (min-width: 48em) {
  .product-summary--mobile {
    display: none;
  }
}

.product-summary--mobile.is-visible {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.product-summary--mobile.is-hidden {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.product-summary .container:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

@media (max-width: 47.99em) {
  .product-summary .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.product-summary__table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.product-summary__col {
  display: table-cell;
  vertical-align: middle;
}

.product-summary__col--left {
  display: none;
  text-align: left;
}

@media (min-width: 62em) {
  .product-summary__col--left {
    display: table-cell;
    width: 21%;
  }
}

@media (min-width: 75em) {
  .product-summary__col--left {
    width: 25%;
  }
}

.product-summary__col--right {
  text-align: center;
}

@media (min-width: 62em) {
  .product-summary__col--right {
    text-align: right;
  }
}

.product-summary__vam {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  text-align: left;
}

.product-summary__vam:last-child {
  margin-right: 0;
}

@media (min-width: 64em) {
  .product-summary__vam {
    margin-right: 10px;
  }
}

@media (min-width: 75em) {
  .product-summary__vam {
    margin-right: 20px;
  }
}

.product-summary__vam--desc {
  display: none;
  max-width: 160px;
  padding-right: 5px;
  border-right: 1px solid #000;
  white-space: normal;
}

@media (min-width: 48em) {
  .product-summary__vam--desc {
    display: inline-block;
    padding-right: 10px;
  }
}

@media (min-width: 62em) {
  .product-summary__vam--desc {
    max-width: 180px;
  }
}

@media (min-width: 64em) {
  .product-summary__vam--desc {
    max-width: 205px;
  }
}

.product-summary__vam--sizes {
  display: block;
  white-space: nowrap;
}

@media (min-width: 48em) {
  .product-summary__vam--sizes {
    display: inline-block;
  }
}

@media (min-width: 75em) {
  .product-summary__vam--sizes {
    max-width: 390px;
  }
}

.product-summary__vam--buy {
  display: block;
}

@media (max-width: 74.99em) {
  .product-summary__vam--buy .btn {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 48em) {
  .product-summary__vam--buy {
    display: inline-block;
  }
}

.product-summary__msg {
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  font-style: italic;
  white-space: normal;
  color: #2d5134;
}

.product-summary__msg a {
  color: #2d5134;
}

.product-summary__msg a:hover,
.product-summary__msg a:active,
.product-summary__msg a:focus {
  color: #f3ca12;
}

@media (min-width: 75em) {
  .product-summary__msg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.product-summary__image {
  width: 84px;
  height: auto;
}

@media (min-width: 48em) {
  .product-summary__image {
    width: 81px;
  }
}

.product-summary__desc {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #000;
}

@media (min-width: 75em) {
  .product-summary__desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.product-summary__name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #949393;
}

@media (min-width: 75em) {
  .product-summary__name {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.product-summary__price {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (min-width: 75em) {
  .product-summary__price {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.product-summary__price__before {
  margin-right: 5px;
  text-decoration: line-through;
  color: #698172;
}

.product-summary__price__tax {
  display: block;
  font-size: 0.7em;
  line-height: 1;
  font-weight: 300;
  color: #949393;
}

.product-summary .sizes {
  margin: 0;
}

.product-summary .sizes li {
  margin: 0 5px 3px 0;
}

@media (min-width: 48em) {
  .product-summary .sizes li {
    margin: 0 5px 5px 0;
  }
}

@media (min-width: 48em) {
  .product-summary .sizes {
    margin: 5px 0 0 0;
  }
}

.product-main {
  margin-bottom: 50px;
  overflow: hidden;
}

.product-main__container {
  max-width: 980px;
}

@media (min-width: 85.375em) {
  .product-main__container {
    max-width: 1100px;
  }
}

@media (min-width: 120em) {
  .product-main__container {
    max-width: 1200px;
  }
}

@media (min-width: 85.375em) {
  .product__col-slider {
    vertical-align: middle;
  }
}

@media (min-width: 62em) {
  .product__col-info {
    padding-left: 30px;
  }
}

@media (min-width: 85.375em) {
  .product__col-info {
    vertical-align: middle;
  }
}

.product-slider-wrap {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}

@media (min-width: 48em) {
  .product-slider-wrap {
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  .product-slider-wrap {
    max-width: 88%;
  }
}

@media (min-width: 75em) {
  .product-slider-wrap {
    max-width: 94%;
  }
}

.product-slider-wrap--smaller {
  max-width: 465px;
}

@media (min-width: 75em) {
  .product-slider-wrap--smaller {
    max-width: 470px;
  }
}

@media (min-width: 85.375em) {
  .product-slider-wrap--smaller {
    max-width: 600px;
  }
}

@media (min-width: 120em) {
  .product-slider-wrap--smaller {
    max-width: 94%;
  }
}

.product-slider-relative {
  position: relative;
}

.product-slider {
  margin-right: auto;
  margin-left: auto;
  visibility: hidden;
}

.product-slider.owl-loaded {
  visibility: visible;
}

.product-slider__item {
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}

.product-slider__item img {
  display: none;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .product-slider__item {
    max-width: none;
  }
}

.product-slider__item.is-first img {
  display: block;
}

.owl-loaded .product-slider__item img {
  display: block;
}

.product-slider__item a {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.product-slider__zoom {
  padding: 0;
  border: none;
  margin: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.12s ease-in-out, border-color 0.12s ease-in-out, background-color 0.12s ease-in-out, opacity 0.12s ease-in-out;
  position: absolute;
  z-index: 2;
  bottom: -5px;
  right: 0;
  padding: 10px;
  display: block;
  color: #949393;
}

.product-slider__zoom svg {
  width: 24px;
  height: 24px;
}

html:not(.browser-touchevents) .product-slider__zoom:hover {
  color: #f3ca12;
}

html.browser-touchevents .product-slider__zoom {
  display: block;
}

@media (min-width: 48em) {
  .product-slider__zoom {
    display: none;
  }

  html.browser-touchevents .product-slider__zoom {
    display: block;
  }
}

.product-slider-thumbs {
  padding: 15px 0 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

html.browser-touchevents .product-slider-thumbs {
  display: none;
}

@media (min-width: 48em) {
  .product-slider-thumbs {
    display: block;
  }
}

.product-slider-thumbs__item {
  display: inline-block;
  width: 92px;
  max-width: 20%;
  padding-right: 3px;
  padding-left: 3px;
  vertical-align: middle;
}

.product-slider-thumbs__item img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  border-radius: 6px;
  opacity: 0.6;
  transition: 0.25s opacity ease-out;
}

.product-slider-thumbs__item.is-active img {
  opacity: 1;
}

.product-slider-thumbs__item:hover img,
.product-slider-thumbs__item:active img,
.product-slider-thumbs__item:focus img {
  opacity: 1;
}

@media (min-width: 48em) {
  .product-slider-thumbs__item {
    padding-right: 6px;
    padding-left: 6px;
  }
}

.product-info {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
}

@media (min-width: 48em) {
  .product-info {
    padding-top: 40px;
  }
}

@media (min-width: 75em) {
  .product-info {
    padding-top: 50px;
  }
}

.product__desc {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #000;
}

.product__name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #949393;
}

.product__price-favorite {
  position: relative;
}

.product__price {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.product__price__before {
  margin-right: 5px;
  text-decoration: line-through;
  color: #698172;
}

.product__price__tax {
  font-size: 0.7em;
  font-weight: 300;
  color: #949393;
}

.product__favorite {
  position: absolute;
  top: 0;
  right: 0;
}

.product__favorite .icon-svg {
  width: 20px;
  height: 20px;
}

@media (min-width: 23.4375em) {
  .product__favorite .icon-svg {
    width: 22px;
    height: 22px;
  }
}

@media (min-width: 48em) {
  .product__favorite {
    top: 0;
    right: 0;
  }

  .product__favorite .icon-svg {
    width: 25px;
    height: 25px;
  }
}

.product__label {
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #949393;
}

.product__shipping {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000;
}

.product__shipping a {
  color: #000;
  text-decoration: underline;
}

.product__shipping a:hover {
  color: #f3ca12;
}

.product__links {
  padding: 0;
  margin: 0 0 5px;
  list-style: none;
  font-size: 0;
}

.product__links li {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #000;
}

.product__links li:not(:first-child):before {
  content: '|';
  display: inline-block;
  margin-right: 5px;
  margin-left: 7px;
}

.product__links a {
  color: #000;
}

.product__links a:hover,
.product__links a:active,
.product__links a:focus {
  color: #000;
  text-decoration: underline;
}

.product__btns {
  margin-bottom: 25px;
}

@media (min-width: 48em) {
  .product__btns {
    margin-bottom: 35px;
  }
}

.product__goto-details {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 78px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #f3ca12;
}

.product__goto-details svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke: currentColor;
}

.product__goto-details .product__goto-details__text {
  display: inline-block;
  vertical-align: middle;
  margin-top: -8px;
}

.product__goto-details:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product__goto-details:hover,
.product__goto-details:active,
.product__goto-details:focus {
  color: #2d5134;
}

.label-shipping-visible-slider {
  padding-top: 120px;
}

@media (min-width: 48em) {
  .label-shipping-visible-slider {
    padding-top: 90px;
  }
}

.label-shipping-visible-info {
  padding-top: 0px;
}

@media (min-width: 48em) {
  .label-shipping-visible-info {
    padding-top: 100px;
  }
}

@media (min-width: 85.375em) {
  .label-shipping-visible-info {
    padding-top: 0px;
  }
}

.alert-shippings-label {
  position: fixed;
  right: -10px;
  z-index: 10;
  top: 90px;
}

@media (min-width: 30em) {
  .alert-shippings-label {
    top: 90px;
  }
}

@media (min-width: 62em) {
  .alert-shippings-label {
    top: 120px;
  }
}

.alert-shipping-container {
  border: 2px solid #f7a800;
  border-radius: 8px;
  background-color: #FFF;
  width: 150px;
  height: 46px;
}

.alert-shipping-container.spanish-version {
  width: 140px;
}

.alert-shipping-container.spanish-version span {
  width: 83px;
}

@media (min-width: 31.25em) {
  .alert-shipping-container.spanish-version {
    width: 250px;
  }

  .alert-shipping-container.spanish-version span {
    width: 180px;
  }
}

@media (min-width: 31.25em) {
  .alert-shipping-container {
    width: 250px;
    height: 60px;
    border-radius: 10px;
  }
}

.alert-shipping-container a {
  display: inline-block;
  width: 100%;
  height: 100%;
  outline: 0;
}

.alert-shipping-container img {
  height: 30px;
  width: auto;
  float: left;
  margin-right: 4px;
  margin-top: 5px;
  margin-left: 4px;
}

@media (min-width: 31.25em) {
  .alert-shipping-container img {
    height: 40px;
    margin-right: 6px;
    margin-top: 8px;
    margin-left: 6px;
  }
}

.alert-shipping-container span {
  font-size: 13px;
  font-weight: bold;
  color: #f7a800;
  float: left;
  width: 94px;
  margin-top: 5px;
  line-height: 15px;
  margin-right: 6px;
}

@media (min-width: 31.25em) {
  .alert-shipping-container span {
    margin-top: 7px;
    font-size: 15px;
    line-height: 20px;
    margin-right: 0px;
    width: 180px;
  }
}

.alert-shipping-container .showInMobile {
  display: block;
}

@media (min-width: 31.25em) {
  .alert-shipping-container .showInMobile {
    display: none;
  }
}

.alert-shipping-container .hideInMobile {
  display: none;
}

@media (min-width: 31.25em) {
  .alert-shipping-container .hideInMobile {
    display: block;
  }
}

.modal-alert-shipping-info-content {
  text-align: center;
}

.modal-alert-shipping-info-content p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #f7a800;
  text-align: left;
}

.gallery {
  overflow: hidden;
}

.gallery__item {
  padding-top: 83%;
  position: relative;
  overflow: hidden;
}

.gallery__item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition-delay: 0.1s;
  will-change: transform;
}

.gallery__item a:hover,
.gallery__item a:active,
.gallery__item a:focus {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.gallery-simple {
  overflow: hidden;
}

.slider-simple__item img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.gallery-simple--bg-mode .slider-simple__item {
  position: relative;
  max-height: 640px;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
}

.gallery-simple--bg-mode .slider-simple__item:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 58%;
}

.gallery-simple--bg-mode .slider-simple__item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

@media (min-width: 85.375em) {
  .gallery-simple--bg-mode .slider-simple__item {
    max-height: 750px;
  }
}

.gallery-simple--pswp .slider-simple__item a {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.features {
  position: relative;
  min-height: 420px;
  padding-top: 45px;
  padding-bottom: 40px;
  font-size: 0;
  background-image: url("../images/bg-caracteristicas.jpg");
  background-position: top center;
  background-repeat: repeat-y;
  overflow: hidden;
}

@media (min-width: 48em) {
  .features {
    min-height: 550px;
    padding-top: 30px;
    background-size: 100% auto;
    background-size: cover;
  }
}

@media (min-width: 75em) {
  .features {
    background-position: center center;
  }
}

@media (min-width: 85.375em) {
  .features {
    padding-top: 0;
  }
}

.features--v2 {
  padding-top: 0;
  padding-bottom: 0;
}

.features--v3 {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 48em) {
  .features--v3 {
    min-height: 0;
  }
}

.features__title {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  padding-top: 35px;
  margin-bottom: 0;
  text-align: center;
  color: #2d5134;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 85.375em) {
  .features__title {
    position: relative;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (min-height: 55em) {
  .features__title {
    padding-top: 45px;
    margin-bottom: 15px;
  }
}

@media (min-height: 64em) {
  .features__title {
    margin-bottom: 35px;
  }
}

.features--v3 .features__title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-60%);
  -ms-transform: translateX(-60%);
  transform: translateX(-60%);
}

@media (min-width: 62em) {
  .features--v3 .features__title {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.features__btns {
  position: absolute;
  z-index: 3;
  top: 30px;
  right: 0;
  left: 0;
  text-align: center;
}

@media (min-width: 75em) {
  .features--v3 .features__btns {
    top: 40px;
  }
}

@media (min-width: 85.375em) {
  .features--v3 .features__btns {
    top: 50px;
  }
}

.features__btns .btn {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

.features__btns .btn:first-child {
  margin-left: 0;
}

.features__btns .btn:last-child {
  margin-right: 0;
}

.features__btns .btn.is-active {
  border-color: #f3ca12;
  background-color: #f3ca12;
}

@media (min-width: 30em) {
  .features__btns .btn {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.features__block {
  position: relative;
  z-index: 1;
  display: none;
}

.features__block--description {
  padding-top: 70px;
  padding-bottom: 40px;
}

.features__block--description.is-active {
  display: block;
}

@media (min-width: 48em) {
  .features__block--description {
    display: block;
  }
}

@media (min-width: 75em) {
  .features__block--description {
    padding-top: 45px;
  }
}

.features__block--description-v3.is-active {
  display: block;
}

@media (min-width: 48em) {
  .features__block--description-v3 {
    display: block;
  }
}

.features__block--maintenance {
  position: relative;
  z-index: 2;
  display: none;
}

.features__block--maintenance.is-active {
  display: block;
}

@media (min-width: 48em) {
  .features__block--maintenance {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.features__container {
  max-width: 1280px;
  font-size: 0;
}

@media (min-width: 75em) and (min-height: 55em) {
  .features__container {
    max-width: 1280px;
  }
}

.features__col {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

@media (min-width: 48em) {
  .features__col.features__col--1 {
    float: left;
    width: 33%;
  }
}

@media (min-width: 62em) {
  .features__col.features__col--1 {
    width: 30%;
  }
}

@media (min-width: 48em) {
  .features__col.features__col--2 {
    float: none;
    width: 39%;
  }
}

@media (min-width: 62em) and (max-width: 74.99em) {
  .features__col.features__col--2 {
    padding-left: 25px;
  }
}

@media (min-width: 48em) {
  .features__col.features__col--3 {
    float: right;
    width: 28%;
  }
}

@media (min-width: 62em) {
  .features__col.features__col--3 {
    width: 31%;
  }
}

.features__col.is-open {
  z-index: 4;
}

.features__subcol {
  position: relative;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.features__subcol--cremallera {
  width: 40%;
}

@media (min-width: 48em) {
  .features__subcol--cremallera {
    width: 48%;
  }
}

.features__subcol--plantilla {
  width: 60%;
}

@media (min-width: 48em) {
  .features__subcol--plantilla {
    width: 52%;
  }
}

.feature {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 20px;
  font-size: 0;
  text-align: center;
  transition: opacity 0.35s ease-out;
}

.feature.is-open {
  z-index: 4;
}

@media (min-width: 48em) {
  .feature {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.feature__name {
  position: relative;
  z-index: 3;
  display: inline-block;
  margin-bottom: 12px;
  vertical-align: top;
  font-family: "Nothing You Could Do",cursive;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  color: #2d5134;
}

.feature__name strong {
  font-family: "Oswald",sans-serif;
  font-weight: 400;
}

@media (min-width: 75em) {
  .feature__name {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.feature__name__stroke {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.feature__name__text {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: block;
  width: 125%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.feature__name__text--max {
  max-width: 85%;
  margin-left: -10px;
}

.feature__info {
  position: absolute;
  z-index: 2;
  left: 70%;
  top: 90%;
  top: calc(90% - 2px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.feature__info__btn {
  padding: 0;
  border: none;
  margin: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  padding: 2px 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: #2d5134;
}

.feature.is-open .feature__info__btn {
  color: #f3ca12;
}

.feature__info__text {
  position: absolute;
  top: 104%;
  left: 50%;
  display: none;
  width: 225px;
  height: auto;
  padding: 20px 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: left;
  color: #2d5134;
  background-color: rgba(255,255,255,0.85);
  white-space: normal;
  border-radius: 4px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.feature.is-open .feature__info__text {
  display: block;
}

@media (min-width: 48em) {
  .feature__info__text {
    top: 50%;
    right: auto;
    left: 102%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.feature__img-wrap {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
}

.feature__img {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  max-width: 86%;
  width: auto;
  height: auto;
  transition: opacity 0.35s ease-out;
}

@media (min-width: 85.375em) {
  .feature__img {
    max-width: 100%;
  }
}

.feature__img--main {
  transition: 0.3s opacity ease-out;
}

.feature__img--hover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.feature__mask {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 86%;
  height: 0;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  will-change: height;
}

@media (max-width: 47.99em) {
  .feature__mask.is-visible {
    opacity: 0;
  }
}

@media (max-width: 47.99em) {
  .feature__mask {
    height: 100% !important;
    opacity: 1;
    transition: opacity 0.3s ease-out;
    cursor: pointer;
  }
}

@media (min-width: 85.375em) {
  .feature__mask {
    max-width: 100%;
  }
}

.feature__mask__img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  width: auto;
  height: auto;
}

.features.is-active .feature--secondary .feature__img {
  opacity: 0.5;
}

.feature.feature--placeholder {
  display: none;
}

.feature.feature--placeholder .feature__name {
  visibility: hidden !important;
}

@media (min-width: 48em) {
  .feature.feature--placeholder {
    display: inline-block;
  }
}

.feature.feature--abrazadera {
  margin-bottom: 30px;
}

.feature.feature--abrazadera .feature__name {
  width: auto;
  margin-bottom: 15px;
}

@media (min-width: 48em) {
  .feature.feature--abrazadera .feature__name {
    margin-left: 0;
  }
}

@media (min-width: 75em) {
  .feature.feature--abrazadera .feature__name {
    float: right;
    margin-right: -15px;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .feature.feature--abrazadera .feature__img {
    max-width: 70%;
  }
}

@media (min-width: 62em) {
  .feature.feature--abrazadera .feature__img {
    max-width: 65%;
  }
}

@media (min-width: 75em) {
  .feature.feature--abrazadera .feature__img {
    max-width: 55%;
  }
}

@media (min-width: 85.375em) {
  .feature.feature--abrazadera .feature__img {
    max-width: 95%;
  }
}

@media (min-width: 62em) {
  .feature.feature--abrazadera .feature__info__text {
    margin-top: 40px;
  }
}

@media (min-width: 48em) {
  .feature.feature--abrazadera {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 48em) {
  .feature.feature--abrazadera {
    margin-top: 0;
  }
}

@media (min-height: 48em) {
  .feature.feature--abrazadera {
    margin-bottom: 15px;
  }
}

@media (min-height: 55em) {
  .feature.feature--abrazadera {
    margin-bottom: 20px;
  }
}

.feature.feature--cremallera {
  width: 100%;
  margin-bottom: 15px;
}

.feature.feature--cremallera .feature__name {
  margin-left: -12px;
}

@media (min-width: 48em) {
  .feature.feature--cremallera .feature__name {
    margin-top: -18px;
    margin-left: -18px;
  }
}

@media (min-width: 48em) {
  .feature.feature--cremallera .feature__info {
    left: 70%;
  }
}

@media (min-width: 62em) {
  .feature.feature--cremallera .feature__info {
    left: 80%;
  }
}

.feature.feature--cremallera .feature__info__text {
  margin-left: 20px;
}

@media (min-width: 48em) {
  .feature.feature--cremallera .feature__info__text {
    margin-left: 0;
  }
}

.feature.feature--cremallera .feature__img {
  max-width: 40%;
}

@media (min-width: 62em) {
  .feature.feature--cremallera .feature__img {
    max-width: 30%;
  }
}

@media (min-width: 120em) {
  .feature.feature--cremallera .feature__img {
    max-width: 70%;
  }
}

@media (min-width: 48em) {
  .feature.feature--cremallera {
    margin-bottom: 0;
  }
}

.feature.feature--cordones {
  width: 100%;
}

.feature.feature--cordones .feature__name {
  margin-bottom: 0;
  margin-left: -12px;
}

@media (min-width: 48em) {
  .feature.feature--cordones .feature__name {
    margin-left: -18px;
  }
}

.feature.feature--cordones .feature__info {
  left: 80%;
}

@media (min-width: 48em) {
  .feature.feature--cordones .feature__info {
    left: 70%;
  }
}

@media (min-width: 62em) {
  .feature.feature--cordones .feature__info {
    left: 80%;
  }
}

.feature.feature--cordones .feature__info__text {
  margin-left: 10px;
}

@media (min-width: 48em) {
  .feature.feature--cordones .feature__info__text {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 0;
  }
}

.feature.feature--cordones .feature__img {
  max-width: 60%;
  margin-bottom: -15px;
}

@media (min-width: 48em) {
  .feature.feature--cordones .feature__img {
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  .feature.feature--cordones .feature__img {
    max-width: 45%;
  }
}

@media (min-width: 75em) {
  .feature.feature--cordones .feature__img {
    max-width: 45%;
  }
}

@media (min-width: 120em) {
  .feature.feature--cordones .feature__img {
    max-width: 70%;
  }
}

@media (min-width: 48em) {
  .feature.feature--cordones {
    margin-top: -5px;
  }
}

.feature.feature--plantilla {
  margin-bottom: 25px;
}

@media (min-width: 48em) {
  .feature.feature--plantilla .feature__name {
    width: auto;
  }
}

@media (min-width: 48em) {
  .feature.feature--plantilla .feature__img {
    margin-bottom: 5px;
    max-width: 70%;
  }
}

@media (min-width: 62em) {
  .feature.feature--plantilla .feature__img {
    max-width: 70%;
  }
}

@media (min-width: 75em) {
  .feature.feature--plantilla .feature__img {
    max-width: 60%;
  }
}

@media (min-width: 85.375em) {
  .feature.feature--plantilla .feature__img {
    max-width: 100%;
  }
}

.feature.feature--plantilla .feature__info {
  left: 80%;
}

@media (min-width: 48em) {
  .feature.feature--plantilla .feature__info {
    left: 70%;
  }
}

.feature.feature--plantilla .feature__info__text {
  left: auto;
  right: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media (min-width: 48em) {
  .feature.feature--plantilla .feature__info__text {
    top: auto;
    bottom: 0;
    left: 102%;
  }
}

@media (min-width: 48em) {
  .feature.feature--plantilla {
    margin-bottom: 0;
  }
}

.feature.feature--zapato {
  width: 100%;
  padding-top: 30px;
  margin-bottom: 25px;
}

@media (min-width: 105em) {
  .feature.feature--zapato .feature__img {
    max-width: 100%;
  }
}

@media (min-width: 48em) {
  .feature.feature--zapato {
    padding-top: 60px;
    margin-bottom: 20px;
  }
}

@media (min-width: 85.375em) {
  .feature.feature--zapato {
    padding-top: 60px;
    margin-bottom: 40px;
  }
}

@media (min-width: 105em) {
  .feature.feature--zapato {
    padding-top: 90px;
    margin-bottom: 60px;
  }
}

.feature.feature--suela {
  width: 100%;
  margin-bottom: 30px;
}

.feature.feature--suela .feature__name {
  margin-bottom: 12px;
}

@media (min-width: 48em) {
  .feature.feature--suela .feature__name {
    float: left;
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  .feature.feature--suela .feature__name {
    margin-left: 15px;
  }
}

@media (min-width: 48em) {
  .feature.feature--suela .feature__img {
    margin-top: -13px;
  }
}

.feature.feature--suela .feature__info {
  left: 60%;
}

@media (min-width: 48em) {
  .feature.feature--suela .feature__info {
    top: 15%;
    left: 100%;
  }
}

@media (min-width: 48em) {
  .feature.feature--suela {
    margin-bottom: 0;
  }
}

.feature.feature--piel-interior {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 25px;
  text-align: center;
}

.feature.feature--piel-interior .feature__img-wrap {
  float: left;
}

@media (min-width: 30em) {
  .feature.feature--piel-interior .feature__img-wrap {
    float: none;
  }
}

.feature.feature--piel-interior .feature__name {
  display: block;
  left: -8px;
  margin-bottom: 20px;
}

@media (min-width: 48em) {
  .feature.feature--piel-interior .feature__name {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .feature.feature--piel-interior .feature__name {
    position: absolute;
    top: 15%;
    left: 20%;
    display: inline-block;
  }
}

@media (min-width: 62em) {
  .feature.feature--piel-interior .feature__name {
    left: 45%;
  }
}

@media (min-width: 75em) {
  .feature.feature--piel-interior .feature__name {
    left: 70%;
  }
}

.feature.feature--piel-interior .feature__img {
  max-width: 80%;
}

@media (min-width: 48em) {
  .feature.feature--piel-interior .feature__img {
    max-width: 75%;
  }
}

@media (min-width: 75em) {
  .feature.feature--piel-interior .feature__img {
    max-width: 82%;
  }
}

@media (min-width: 85.375em) {
  .feature.feature--piel-interior .feature__img {
    max-width: 100%;
  }
}

@media (min-width: 48em) {
  .feature.feature--piel-interior .feature__info {
    left: 75%;
  }
}

.feature.feature--piel-interior .feature__info__text {
  margin-left: 20px;
}

@media (min-width: 48em) {
  .feature.feature--piel-interior .feature__info__text {
    margin-left: 0;
    left: auto;
    right: 104%;
  }
}

@media (min-width: 48em) {
  .feature.feature--piel-interior {
    margin-bottom: 0;
    width: 100%;
    max-width: 85%;
    text-align: left;
  }
}

@media (min-width: 75em) {
  .feature.feature--piel-interior {
    max-width: 90%;
  }
}

.feature.feature--piel-exterior {
  width: 50%;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 25px;
  text-align: center;
}

.feature.feature--piel-exterior .feature__img-wrap {
  float: right;
}

@media (min-width: 30em) {
  .feature.feature--piel-exterior .feature__img-wrap {
    float: none;
  }
}

.feature.feature--piel-exterior .feature__name {
  display: block;
  right: -8px;
  margin-bottom: 20px;
}

@media (min-width: 48em) {
  .feature.feature--piel-exterior .feature__name {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .feature.feature--piel-exterior .feature__name {
    position: absolute;
    top: 28%;
    right: 15%;
    display: inline-block;
  }
}

@media (min-width: 62em) {
  .feature.feature--piel-exterior .feature__name {
    right: 30%;
  }
}

@media (min-width: 75em) {
  .feature.feature--piel-exterior .feature__name {
    right: 69%;
  }
}

.feature.feature--piel-exterior .feature__img {
  max-width: 80%;
}

@media (min-width: 48em) {
  .feature.feature--piel-exterior .feature__img {
    max-width: 75%;
  }
}

@media (min-width: 75em) {
  .feature.feature--piel-exterior .feature__img {
    max-width: 82%;
  }
}

@media (min-width: 85.375em) {
  .feature.feature--piel-exterior .feature__img {
    max-width: 100%;
  }
}

.feature.feature--piel-exterior .feature__info {
  left: 60%;
}

@media (min-width: 48em) {
  .feature.feature--piel-exterior .feature__info {
    left: 35%;
  }
}

.feature.feature--piel-exterior .feature__info__text {
  left: auto;
  right: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media (min-width: 48em) {
  .feature.feature--piel-exterior .feature__info__text {
    left: auto;
    right: 104%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 48em) {
  .feature.feature--piel-exterior {
    float: right;
    width: 100%;
    max-width: 85%;
    margin-bottom: 0;
    text-align: right;
  }
}

@media (min-width: 62em) {
  .feature.feature--piel-exterior {
    margin-top: -15px;
  }
}

@media (min-width: 75em) {
  .feature.feature--piel-exterior {
    max-width: 90%;
    margin-top: -30px;
  }
}

@media (min-height: 55em) {
  .feature.feature--piel-exterior {
    margin-bottom: 30px;
  }
}

.feature.feature--kit-limpieza {
  width: 100%;
  margin-top: 15px;
}

@media (min-width: 48em) {
  .feature.feature--kit-limpieza .feature__name {
    width: auto;
    margin-left: -25px;
  }
}

@media (min-width: 75em) {
  .feature.feature--kit-limpieza .feature__name {
    margin-left: -75px;
  }
}

.feature.feature--kit-limpieza .feature__img {
  margin-bottom: 10px;
}

@media (min-width: 62em) {
  .feature.feature--kit-limpieza .feature__img {
    max-width: 50%;
    margin-bottom: 0;
  }
}

@media (min-width: 105em) {
  .feature.feature--kit-limpieza .feature__img {
    max-width: 100%;
  }
}

@media (min-width: 48em) {
  .feature.feature--kit-limpieza .feature__info {
    top: 20%;
    left: 100%;
  }
}

@media (min-width: 48em) {
  .feature.feature--kit-limpieza .feature__info__text {
    top: auto;
    right: 100%;
    bottom: 0;
    left: auto;
    margin-bottom: -15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (min-width: 48em) {
  .feature.feature--kit-limpieza {
    margin-top: 0;
  }
}

.features--bota .features__col.features__col--1 {
  padding-top: 20px;
}

@media (min-width: 48em) {
  .features--bota .features__col.features__col--1 {
    width: 42%;
  }
}

@media (min-width: 62em) {
  .features--bota .features__col.features__col--1 {
    padding-top: 0;
  }
}

@media (min-width: 48em) {
  .features--bota .features__col.features__col--2 {
    width: 58%;
    padding-top: 90px;
  }
}

@media (min-width: 62em) {
  .features--bota .features__col.features__col--2 {
    padding-top: 70px;
  }
}

.features--bota .feature.feature--zapato {
  margin-bottom: 40px;
}

.features--bota .feature.feature--zapato .feature__img,
.features--bota .feature.feature--zapato .feature__mask {
  max-width: 86%;
}

@media (min-width: 48em) {
  .features--bota .feature.feature--zapato {
    margin-bottom: 25px;
  }

  .features--bota .feature.feature--zapato .feature__img {
    max-width: 376px;
  }
}

@media (min-width: 62em) {
  .features--bota .feature.feature--zapato {
    padding-top: 120px;
  }
}

.features--bota .feature.feature--plantilla {
  margin-bottom: 40px;
}

.features--bota .feature.feature--plantilla .feature__name {
  position: relative;
}

@media (min-width: 48em) {
  .features--bota .feature.feature--plantilla .feature__name {
    left: -50px;
  }
}

@media (min-width: 62em) {
  .features--bota .feature.feature--plantilla .feature__name {
    left: -60px;
  }
}

.features--bota .feature.feature--suela {
  margin-bottom: 40px;
}

.features--bota .feature.feature--suela .feature__name {
  position: relative;
  margin-bottom: 5px;
}

@media (min-width: 48em) {
  .features--bota .feature.feature--suela .feature__name {
    float: none;
    margin-left: 0;
    left: -50px;
  }
}

@media (min-width: 62em) {
  .features--bota .feature.feature--suela .feature__name {
    left: -60px;
    margin-left: 0;
  }
}

@media (min-width: 62em) {
  .features--bota .feature.feature--suela {
    margin-top: 30px;
  }
}

.features--bota .feature.feature--piel-interior {
  width: 100%;
  margin-bottom: 40px;
}

.features--bota .feature.feature--piel-interior .feature__name {
  left: 0;
}

@media (min-width: 48em) {
  .features--bota .feature.feature--piel-interior .feature__name {
    top: -10%;
  }

  .features--bota .feature.feature--piel-interior .feature__name .feature__name__stroke {
    max-width: 90%;
  }
}

@media (min-width: 62em) {
  .features--bota .feature.feature--piel-interior .feature__name .feature__name__stroke {
    max-width: 100%;
  }
}

@media (min-width: 75em) {
  .features--bota .feature.feature--piel-interior .feature__name .feature__name__stroke {
    max-width: 120%;
  }
}

.features--bota .feature.feature--piel-interior .feature__img-wrap {
  float: none;
}

.features--bota .feature.feature--piel-interior .feature__img {
  max-width: none;
}

@media (min-width: 48em) {
  .features--bota .feature.feature--piel-interior .feature__img {
    margin-top: 40px;
  }
}

.features--bota .features__subcol--piel-interior,
.features--bota .features__subcol--piel-exterior {
  width: 100%;
}

@media (min-width: 48em) {
  .features--bota .features__subcol--piel-interior,
  .features--bota .features__subcol--piel-exterior {
    width: 50%;
  }
}

.features--bota .feature.feature--cordones {
  margin-bottom: 60px;
}

.features--bota .feature.feature--cordones .feature__name .feature__name__text {
  margin-left: -10px;
}

@media (min-width: 48em) {
  .features--bota .feature.feature--cordones .feature__name {
    margin-bottom: 20px;
  }
}

.features--bota .feature.feature--cordones .feature__img {
  max-width: 86%;
}

@media (min-width: 48em) {
  .features--bota .feature.feature--cordones {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

@media (min-width: 62em) {
  .features--bota .feature.feature--cordones {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}

.features--bota .feature.feature--abrazadera {
  margin-bottom: 40px;
}

.features--bota .feature.feature--abrazadera .feature__name {
  float: none;
  margin-bottom: 15px;
  margin-left: 0;
}

.features--bota .feature.feature--abrazadera .feature__name .feature__name__text {
  margin-left: -10px;
}

@media (min-width: 48em) {
  .features--bota .feature.feature--abrazadera .feature__name {
    margin-bottom: 0;
  }
}

.features--bota .feature.feature--abrazadera .feature__imgs {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  width: 229px;
  height: 80px;
  text-align: center;
  font-size: 0;
}

.features--bota .feature.feature--abrazadera .feature__imgs img {
  display: inline-block;
}

@media (min-width: 48em) {
  .features--bota .feature.feature--abrazadera {
    margin-top: 15px;
  }

  .features--bota .feature.feature--abrazadera .feature__imgs {
    margin-top: 10px;
  }
}

@media (min-width: 62em) {
  .features--bota .feature.feature--abrazadera {
    margin-top: 30px;
  }
}

@media (min-width: 48em) {
  .features--bota .feature.feature--kit-limpieza .feature__img {
    max-width: 34%;
  }
}

@media (min-width: 62em) {
  .features--bota .feature.feature--kit-limpieza .feature__img {
    max-width: 86%;
  }
}

.features--bota .feature.feature--kit-limpieza .feature__name {
  margin-left: 0;
}

.features--bota .feature.feature--kit-limpieza .feature__name .feature__name__text {
  margin-left: -10px;
}

@media (min-width: 48em) {
  .features--bota .feature.feature--kit-limpieza {
    padding-top: 20px;
  }

  .features--bota .feature.feature--kit-limpieza .feature__info__text {
    bottom: 20px;
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  .features--bota .feature.feature--kit-limpieza {
    padding-top: 40px;
  }
}

@media (min-width: 48em) {
  .features--bota .feature__info__text {
    top: auto;
    right: 100%;
    bottom: 0;
    left: auto;
    margin-bottom: -15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (min-width: 48em) {
  .features--bota {
    min-height: 450px;
  }
}

.features--bota.is-active .feature__img {
  opacity: 1 !important;
}

@media (min-width: 62em) {
  .features--atacama .feature.feature--zapato {
    padding-top: 60px;
  }
}

@media (min-width: 48em) {
  .features--atacama .feature.feature--cremallera {
    margin-top: 55px;
  }

  .features--atacama .feature.feature--cremallera .feature__name {
    margin-bottom: 35px;
  }
}

@media (min-width: 48em) {
  .features--atacama .feature.feature--abrazadera {
    margin-top: 75px;
  }
}

@media (min-width: 48em) {
  .features--atacama .feature.feature--kit-limpieza .feature__img {
    max-width: 86%;
  }
}

.features--atacama .feature.feature--kit-limpieza .feature__name {
  margin-left: 0;
}

@media (min-width: 48em) {
  .features--atacama .feature.feature--kit-limpieza {
    margin-top: 42px;
  }
}

@media (min-width: 48em) {
  .features--amberes .features__col.features__col--1 {
    width: 31%;
  }
}

@media (min-width: 62em) {
  .features--amberes .features__col.features__col--1 {
    width: 34%;
  }
}

@media (min-width: 48em) {
  .features--amberes .features__col.features__col--2 {
    padding-top: 60px;
    width: 21%;
  }
}

@media (min-width: 62em) {
  .features--amberes .features__col.features__col--2 {
    padding-top: 120px;
    width: 24%;
  }
}

@media (min-width: 48em) {
  .features--amberes .features__col.features__col--3 {
    padding-top: 60px;
    width: 48%;
  }
}

@media (min-width: 62em) {
  .features--amberes .features__col.features__col--3 {
    width: 42%;
  }
}

.features--amberes .feature.feature--plantilla {
  margin-bottom: 55px;
}

.features--amberes .feature.feature--plantilla .feature__name {
  position: relative;
}

@media (min-width: 48em) {
  .features--amberes .feature.feature--plantilla .feature__name {
    left: -115px;
  }
}

@media (min-width: 62em) {
  .features--amberes .feature.feature--plantilla .feature__name {
    top: 60px;
    left: -170px;
  }
}

.features--amberes .feature.feature--plantilla .feature__img {
  margin-top: 90px;
  margin-bottom: 90px;
  max-width: 100%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (min-width: 48em) {
  .features--amberes .feature.feature--plantilla .feature__img {
    margin-top: 60px;
    margin-bottom: 50px;
    max-width: 115%;
    left: -135px;
  }
}

@media (min-width: 62em) {
  .features--amberes .feature.feature--plantilla .feature__img {
    left: -200px;
  }
}

.features--amberes .feature.feature--suela {
  margin-bottom: 55px;
}

.features--amberes .feature.feature--suela .feature__name {
  position: relative;
}

@media (min-width: 48em) {
  .features--amberes .feature.feature--suela .feature__name {
    left: 20px;
  }
}

@media (min-width: 62em) {
  .features--amberes .feature.feature--suela .feature__name {
    top: 50px;
  }
}

.features--amberes .feature.feature--suela .feature__img {
  margin-top: 90px;
  margin-bottom: 90px;
  max-width: 100%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (min-width: 48em) {
  .features--amberes .feature.feature--suela .feature__img {
    margin-top: 60px;
    margin-bottom: 50px;
    max-width: 115%;
  }
}

@media (min-width: 48em) {
  .features--amberes .feature.feature--suela {
    margin-top: -200px;
    margin-bottom: -200px;
  }
}

.features--amberes .feature.feature--piel-interior .feature__name {
  position: relative;
  left: 0;
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .features--amberes .feature.feature--piel-interior .feature__name {
    left: 10%;
    top: -15px;
  }
}

@media (min-width: 62em) {
  .features--amberes .feature.feature--piel-interior .feature__name .feature__name__stroke {
    max-width: 100%;
  }
}

@media (min-width: 62em) {
  .features--amberes .feature.feature--piel-interior .feature__name .feature__name__stroke {
    max-width: 125%;
  }
}

.features--amberes .feature.feature--piel-interior .feature__img {
  max-width: 86%;
}

@media (min-width: 48em) {
  .features--amberes .feature.feature--piel-interior .feature__img {
    max-width: 50%;
  }
}

@media (min-width: 62em) {
  .features--amberes .feature.feature--piel-interior .feature__img {
    max-width: 86%;
  }
}

@media (min-width: 48em) {
  .features--amberes .feature.feature--piel-interior {
    margin-bottom: 10px;
  }
}

.features--amberes .features__subcol--piel-interior,
.features--amberes .features__subcol--piel-exterior {
  width: 100%;
}

@media (min-width: 48em) {
  .features--amberes .features__subcol--piel-interior,
  .features--amberes .features__subcol--piel-exterior {
    width: 50%;
  }
}

.features--amberes .feature.feature--cordones .feature__img {
  max-width: 86%;
}

@media (min-width: 48em) {
  .features--amberes .feature.feature--cordones {
    margin-top: 37px;
  }

  .features--amberes .feature.feature--cordones .feature__img {
    margin-bottom: 30px;
  }
}

.features--amberes .feature.feature--abrazadera .feature__name {
  float: none;
  margin-bottom: 15px;
  margin-left: 0;
}

@media (min-width: 48em) {
  .features--amberes .feature.feature--abrazadera .feature__name .feature__name__stroke {
    max-width: 70%;
  }
}

@media (min-width: 62em) {
  .features--amberes .feature.feature--abrazadera .feature__name .feature__name__stroke {
    max-width: none;
  }
}

@media (min-width: 48em) {
  .features--amberes .feature.feature--abrazadera .feature__img {
    max-width: 18%;
  }
}

@media (min-width: 62em) {
  .features--amberes .feature.feature--abrazadera .feature__img {
    max-width: 86%;
  }
}

@media (min-width: 48em) {
  .features--amberes .feature.feature--abrazadera {
    margin-top: -15px;
  }
}

@media (min-width: 62em) {
  .features--amberes .feature.feature--abrazadera {
    margin-top: 0;
  }
}

@media (min-height: 48em) {
  .features--amberes .feature.feature--abrazadera {
    margin-bottom: -15px;
  }
}

@media (min-height: 55em) {
  .features--amberes .feature.feature--abrazadera {
    margin-bottom: -20px;
  }
}

@media (min-width: 48em) {
  .features--amberes .feature.feature--kit-limpieza .feature__img {
    max-width: 30%;
  }
}

@media (min-width: 48em) {
  .features--amberes .feature.feature--kit-limpieza {
    padding-top: 0;
  }
}

.features-2__container {
  position: relative;
  max-width: 1280px;
  padding-top: 90px;
  padding-bottom: 30px;
  font-size: 0;
}

@media (min-width: 48em) {
  .features-2__container {
    display: table;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 62em) {
  .features-2__container {
    min-height: calc(100vh - 90px - 81px);
  }
}

@media (min-width: 75em) {
  .features-2__container {
    padding-right: 30px;
  }
}

@media (min-width: 48em) {
  .features-2__col {
    display: table-cell;
    padding-top: 70px;
    padding-bottom: 60px;
    vertical-align: middle;
  }
}

@media (min-width: 75em) {
  .features-2__col {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media (min-width: 85.375em) {
  .features-2__col {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

@media (min-width: 105em) {
  .features-2__col {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

@media (min-width: 120em) {
  .features-2__col {
    padding-top: 150px;
    padding-bottom: 130px;
  }
}

@media (min-width: 48em) {
  .features-2__col--image {
    width: 66%;
  }
}

@media (min-width: 62em) {
  .features-2__col--image {
    width: 70%;
  }
}

@media (min-width: 75em) {
  .features-2__col--image {
    width: 73%;
  }
}

@media (min-width: 48em) {
  .features-2__col--content {
    width: 34%;
    background-color: #fff;
  }
}

@media (min-width: 62em) {
  .features-2__col--content {
    width: 30%;
  }
}

@media (min-width: 75em) {
  .features-2__col--content {
    width: 27%;
  }
}

.features-2__image {
  position: relative;
  max-width: 720px;
  margin: 0 auto 30px;
}

.features-2__image img {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}

@media (min-width: 30em) {
  .features-2__image img {
    max-width: 60%;
  }
}

@media (min-width: 85.375em) {
  .features-2__image img {
    max-width: 75%;
  }
}

@media (min-width: 48em) {
  .features-2__image {
    margin-bottom: 0;
  }
}

.features-2__image__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 1;
}

@media (max-width: 47.99em) {
  .features-2__image__mask.is-visible {
    opacity: 0;
  }
}

@media (max-width: 47.99em) {
  .features-2__image__mask {
    height: 100% !important;
    opacity: 1;
    transition: opacity 0.3s ease-out;
    cursor: pointer;
  }
}

@media (min-width: 85.375em) {
  .features-2__image__mask {
    max-width: 100%;
  }
}

.features-2__content {
  padding: 30px 15px;
  background-color: #fff;
  border-radius: 6px;
}

@media (min-width: 75em) {
  .features-2__content {
    padding-right: 25px;
    padding-left: 20px;
  }
}

.features-2__desc {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #000;
}

.features-2__name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #949393;
}

@media (min-width: 48em) {
  .features-2__name {
    margin-bottom: 30px;
  }
}

.features-2__text {
  margin-top: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #666;
}

.features-2__text p {
  margin-bottom: 15px;
}

.features-2__text p:last-child {
  margin-bottom: 0;
}

.features-2__text strong,
.features-2__text b {
  color: #999;
  font-weight: 600;
}

.features-2__text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.features-2__text ul+ul {
  margin-top: 30px;
}

.features-2__text ul li {
  display: block;
  margin-bottom: 15px;
}

.measures {
  padding-bottom: 40px;
  font-size: 0;
  background-image: url("../images/bg-caracteristicas.jpg");
  background-position: top center;
  background-repeat: repeat-y;
}

@media (min-width: 48em) {
  .measures {
    background-size: 100% auto;
    background-size: cover;
  }
}

.measures__title {
  position: relative;
  z-index: 2;
  padding-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  color: #2d5134;
  pointer-events: none;
}

@media (min-width: 62em) {
  .measures__title {
    padding-top: 45px;
    margin-bottom: 90px;
  }
}

.measures__container {
  max-width: 1280px;
  min-height: 420px;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}

.measures__container:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

@media (min-width: 48em) {
  .measures__container {
    min-height: 450px;
  }
}

.measures__img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}

@media (min-width: 48em) {
  .measures__img--mobile {
    display: none;
  }
}

.measures__img--desktop {
  display: none;
}

@media (min-width: 48em) {
  .measures__img--desktop {
    display: inline-block;
  }
}

.maintenance {
  position: relative;
  height: 420px;
  background-image: url("../images/bg-mantenimiento.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
}

@media (min-width: 62em) {
  .maintenance {
    min-height: calc(90vh);
    min-height: calc(100vh - 90px);
  }
}

@media (min-width: 85.375em) {
  .maintenance {
    height: 600px;
  }
}

@media (min-width: 105em) {
  .maintenance {
    height: 760px;
  }
}

@media (min-width: 48em) {
  .maintenance {
    height: 550px;
  }
}

.maintenance__title {
  position: relative;
  z-index: 2;
  padding-top: 30px;
  color: #2d5134;
  text-align: center;
  pointer-events: none;
}

@media (min-width: 62em) {
  .maintenance__title {
    padding-top: 45px;
  }
}

.maintenance__play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #cacaca;
  outline: none;
}

.maintenance__play:hover,
.maintenance__play:active,
.maintenance__play:focus {
  color: #f3ca12;
}

.maintenance__play__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.maintenance__play__icon svg {
  width: 100%;
  height: 100%;
}

.maintenance-v2 {
  position: relative;
  height: 420px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
}

@media (min-width: 48em) {
  .maintenance-v2 {
    width: 100%;
    height: 100%;
  }
}

.maintenance-v2__title {
  position: relative;
  z-index: 2;
  padding-top: 30px;
  color: #2d5134;
  text-align: center;
  pointer-events: none;
}

@media (min-width: 62em) {
  .maintenance-v2__title {
    padding-top: 45px;
  }
}

.maintenance-v2__play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #cacaca;
  outline: none;
}

.maintenance-v2__play:hover,
.maintenance-v2__play:active,
.maintenance-v2__play:focus {
  color: #f3ca12;
}

.maintenance-v2__play__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.maintenance-v2__play__icon svg {
  width: 100%;
  height: 100%;
}

.maintenance-v3 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
}

@media (min-width: 48em) {
  .maintenance-v3 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media (min-width: 75em) {
  .maintenance-v3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.maintenance-v3 .container {
  position: relative;
  z-index: 2;
}

.maintenance-v3__title {
  position: relative;
  z-index: 2;
  margin: 0 0 15px 0;
  text-align: center;
  color: #fff;
  pointer-events: none;
}

@media (min-width: 48em) {
  .maintenance-v3__title {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    line-height: 36px;
  }
}

.maintenance-v3__play {
  position: relative;
  display: inline-block;
  color: #cacaca;
  outline: none;
}

.maintenance-v3__play:hover,
.maintenance-v3__play:active,
.maintenance-v3__play:focus {
  color: #f3ca12;
}

.maintenance-v3__overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
}

.products-visited {
  padding-bottom: 10px;
}

.comments {
  padding-top: 30px;
  padding-bottom: 35px;
  background-color: #e7e7e7;
}

.comments-grid .grid__item:nth-child(2n+1) {
  text-align: right;
}

@media (min-width: 48em) {
  .comments-grid .grid__item:nth-child(2n+1) {
    padding-right: 4%;
  }
}

@media (min-width: 48em) {
  .comments-grid .grid__item.comments__msg:nth-child(2n+1) {
    padding-right: 0;
  }
}

.comments-grid .grid__item:nth-child(2n) {
  text-align: left;
}

@media (min-width: 48em) {
  .comments-grid .grid__item:nth-child(2n) {
    padding-left: 4%;
  }
}

.comment {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 80px;
  padding-left: 68px;
  margin-bottom: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #000;
}

@media (min-width: 48em) {
  .comment {
    padding-left: 92px;
    margin-bottom: 25px;
  }
}

.comment__avatar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 56px;
}

@media (min-width: 48em) {
  .comment__avatar {
    width: 72px;
  }
}

.comment__content {
  border-bottom: 1px solid rgba(94,94,94,0.4);
}

.comment__name {
  margin-bottom: 2px;
  padding-right: 70px;
}

.comment__date {
  padding-right: 70px;
  margin-bottom: 12px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #5e5e5e;
}

.comment__score {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.comment__score__value {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #5e5e5e;
}

.comment__score__stars {
  font-size: 0;
}

.comment__score__stars .icon-svg {
  width: 12px;
  height: 12px;
  margin-left: 1px;
  color: #828282;
}

.comment__score__stars .icon-svg.is-active {
  color: #f3ca12;
}

@media (min-width: 48em) {
  .comment__score__stars .icon-svg {
    width: 13px;
    height: 13px;
    margin-right: 2px;
    margin-left: 2px;
  }
}

.comments__btns {
  padding-top: 15px;
}

.comments__btn-more {
  padding: 0;
  border: none;
  margin: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #f3ca12;
  cursor: pointer;
}

.comments__btn-more:hover,
.comments__btn-more:active,
.comments__btn-more:focus {
  color: #2d5134;
}

.comments__form {
  display: none;
  max-width: 600px;
  padding-top: 30px;
}

.no-comments {
  background-color: #e7e7e7;
}

.no-comments .no-comments-title {
  background-color: #f3ca12;
  padding: 50px;
  text-align: center;
  width: 100%;
}

.no-comments .no-comments-title h4 {
  margin: 0;
  color: #FFF;
  display: block;
  text-transform: uppercase;
  font-size: 2rem;
}

@media (min-width: 48em) {
  .no-comments .no-comments-title h4 {
    display: inline-block;
    font-size: 2.4rem;
  }
}

.no-comments .no-comments-title button {
  display: inline-block;
  font-size: 1.4rem;
  border-color: #fff;
  background-color: #fff;
  color: #f3ca12;
  margin-top: 10px;
}

@media (min-width: 48em) {
  .no-comments .no-comments-title button {
    font-size: 1.5rem;
    margin-left: 10px;
    margin-top: auto;
  }
}

.andorra-shops {
  margin-bottom: 30px;
}

.andorra-shops__title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #333;
}

@media (min-width: 75em) {
  .andorra-shops__title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.andorra-shops__item {
  margin-bottom: 12px;
  color: #333;
}

.andorra-shops__item__title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #333;
}

.andorra-shops__item__address {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #333;
}

.new__comment__score__stars {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 0;
}

.new__comment__score__stars .icon-svg {
  width: 30px;
  height: 30px;
  margin-left: 8px;
  border-color: #828282;
  color: #FFF;
  cursor: pointer;
}

.new__comment__score__stars .icon-svg.is-active {
  border-color: #f3ca12;
  color: #f3ca12;
}

.new__poll__score__stars {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 0;
}

.new__poll__score__stars .icon-svg {
  width: 30px;
  height: 30px;
  margin-left: 8px;
  border-color: #828282;
  color: #e7e7e7;
  cursor: pointer;
}

.new__poll__score__stars .icon-svg.is-active {
  border-color: #f3ca12;
  color: #f3ca12;
}

.product__description_title {
  font-weight: 600;
}

.product__description_text {
  margin: 10px 0px 15px 0px;
  font-weight: 200;
}

.product__description_list {
  margin: 0px 0px 0px 10px;
  color: #949393;
  font-weight: 200;
}

.product-sheet--reset-padding {
  padding: 0;
}

.product-sheet__vertical-gallery {
  width: 100%;
}

@media (min-width: 48em) {
  .product-sheet__vertical-gallery {
    width: 50%;
  }
}

@media (min-width: 75em) {
  .product-sheet__vertical-gallery {
    width: 65%;
  }
}

.product-sheet__tag-mobile {
  position: absolute;
  right: 0;
  z-index: 2;
}

.product-sheet__tag-mobile-img {
  width: 100px;
}

.product-sheet__product {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 767px) {
  .product-sheet__product {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product-sheet__info {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 148px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

@media (min-width: 48em) {
  .product-sheet__info {
    width: 50%;
  }
}

@media (min-width: 75em) {
  .product-sheet__info {
    width: 35%;
  }
}

.product-sheet__info-title {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 19px;
  color: black;
  text-transform: uppercase;
}

.product-sheet__info-subtitle {
  text-transform: uppercase;
  font-size: 12px;
}

.product-sheet__info-price {
  font-weight: bold;
  font-size: 26px;
  color: black;
  letter-spacing: 3.5px;
}

.product-sheet__info-price-before {
  color: gray;
  text-decoration: line-through;
  font-weight: 400;
}

.product-sheet__info-iva {
  font-size: 11px;
  letter-spacing: 1.5px;
}

.product-sheet__info-colour {
  margin-bottom: 0;
  font-weight: bold;
}

.product-sheet__info-cover {
  margin-bottom: 0;
  font-weight: bold;
}

.product-sheet__info-cover-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  border: 2px solid #f3ca12;
  border-radius: 4px;
  margin-top: 5px;
  padding: 5px 10px;
  font-weight: 600;
}

.product-sheet__info-cover-icon {
  height: 32px;
  margin-right: 3px;
}

.product-sheet__info-size {
  margin-bottom: 0;
  padding-right: 12px;
  font-weight: bold;
}

.product-sheet__info-size-elements {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

@media (max-width: 1199px) {
  .product-sheet__info-size-elements {
    width: auto;
  }
}

.product-sheet__info-guide {
  margin-right: 10px;
  margin-bottom: 40px;
  text-align: left;
  color: #949393;
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
}

.product-sheet__info-guide-2 {
  float: right;
}

.product-sheet__fixed-detail {
  position: fixed;
  bottom: 0;
  padding: 10px;
  width: 100%;
  background-color: white;
  box-shadow: rgba(84,91,114,0.08) 0px -7px 13px;
}

.product-sheet__list-colour {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding-left: 0;
  list-style: none;
}

.product-sheet__list-colour-selected {
  border: 1px solid white;
  border-radius: 40px;
  transition: color 0.25s, border-color 0.25s, background-color 0.25s, box-shadow 0.25s;
  padding: 2px;
}

.product-sheet__list-colour-selected:hover {
  border: 1px solid #b6b6b6;
}

.product-sheet__list-colour-selected--active {
  border: 1px solid #f3ca12;
}

.product-sheet__list-colour-print {
  height: 30px;
  width: 30px;
  border-radius: 30px;
}

.product-sheet__list-colour-print--black {
  background-color: black;
}

.product-sheet__list-colour-print--gray {
  background-color: #242323;
}

.product-sheet__list-colour-print--brown {
  background-color: #4d0a0a;
}

.product-sheet__list-colour-print--white {
  box-shadow: inset 0px 0px 3px 0px #a2a2a2;
}

.product-sheet__buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.product-sheet__buttons-button {
  background-color: white;
  border-radius: 4px;
}

.product-sheet__buttons-button-add-cart {
  width: 100%;
  border: 1px solid #2d5134;
  margin-left: 10px;
  padding: 15px 15px;
  color: #2d5134;
  font-weight: 900;
  letter-spacing: 1px;
  transition: color 0.25s, border-color 0.25s, background-color 0.25s, box-shadow 0.25s;
  cursor: pointer;
}

.product-sheet__buttons-button-add-cart:hover {
  border: 1px solid #f3ca12;
  background-color: #f3ca12;
  color: #fff;
}

@media (max-width: 767px) {
  .product-sheet__buttons-button-add-cart {
    background-color: #2d5134;
    color: #fff;
  }
}

.product-sheet__buttons-button-favorite {
  height: 36px;
  width: 36px;
}

.product-sheet__buttons-cont-favourite {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  width: 50px;
}

.product-sheet__favourite-icon {
  height: 28px;
}

.product-sheet__list-info {
  padding: 30px;
  color: #949393;
}

@media (max-width: 767px) {
  .product-sheet__list-info {
    padding: 30px 15px 70px 15px;
  }
}

.product-sheet__list-size {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  margin: 5px 0;
  padding-left: 0;
  list-style: none;
}

@media (max-width: 1199px) {
  .product-sheet__list-size {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.product-sheet__list-size-selected {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 35px;
  padding: 2px 7px;
  margin: 5px 10px 5px 0px;
  border: 1px solid black;
  border-radius: 40px;
  color: black;
}

.product-sheet__list-size-selected--not-available {
  opacity: 0.3;
}

.product-sheet__list-size-selected--active {
  border: 1px solid #f3ca12;
  background-color: #f3ca12;
  color: white !important;
  font-weight: 600;
  opacity: 1;
}

.product-sheet__list-size-selected--active>a {
  color: white !important;
}

.product-sheet__list-size-selected:hover {
  opacity: 0.5;
}

.product-sheet__link-default {
  color: #000;
}

.product-sheet__link-default:hover {
  color: #000;
}

.product-sheet__link-default:active {
  color: #fff;
}

.product-sheet__features-header {
  background-color: #fffae6;
  padding: 20px 55px;
}

@media (max-width: 767px) {
  .product-sheet__features-header {
    padding: 20px 20px;
  }
}

.product-sheet__features-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

.product-sheet__features-info--column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 75em) {
  .product-sheet__features-info {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 55px;
  }
}

.product-sheet__features-img {
  height: 200px;
}

.product-sheet__features-list {
  margin: 0;
}

.product-sheet__features-video {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0px 20px 0px;
}

.product-sheet__features-video-youtube {
  height: 240px;
  width: 430px;
}

@media (max-width: 767px) {
  .product-sheet__features-video-youtube {
    height: 170px;
    width: 300px;
  }
}

.product-sheet__features-element {
  margin-bottom: 10px;
}

.product-sheet__features-element--no-style {
  list-style-type: none;
}

.tabs {
  margin-top: 20px;
  padding: 0 80px 0px 80px;
}

.tabs input {
  display: none;
}

.tabs label {
  display: inline-block;
  padding: 10px 20px 10px 20px;
  margin: 0 -3px -1px -2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #969696;
  text-align: center;
  background-color: #e8e8e8;
}

.tabs label:hover {
  cursor: pointer;
}

.tabs input:checked+label {
  border: 1px solid #969696;
  border-width: 1px 1px 0 1px;
  background-color: white;
  border-bottom: 1px solid white;
}

.tabs #tab1:checked ~ .content #content1,
.tabs #tab2:checked ~ .content #content2,
.tabs #tab3:checked ~ .content #content3,
.tabs #tab4:checked ~ .content #content4 {
  display: block;
}

.tabs .content>div {
  display: none;
  text-align: left;
  overflow: auto;
  border: 1px solid #969696;
  color: #000;
  line-height: 25px;
  margin-left: -2px;
  margin-right: 2px;
  margin-bottom: 30px;
  padding: 30px 0;
}

.tabs li::marker {
  color: #f3ca12;
  font-weight: bold;
}

@media (max-width: 767px) {
  .tabs {
    margin-top: 40px;
    padding: 0 10px 0px 10px;
  }

  .tabs label {
    margin: 0 -2px -1px -2px;
    width: 50%;
    padding: 10px 0 10px 0;
  }
}

.map__search {
  position: relative;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #E5E5E5;
}

@media (min-width: 30em) {
  .map__search {
    border-bottom: 1px solid #E5E5E5;
  }
}

@media (min-width: 48em) {
  .map__search {
    padding: 10px 15px;
    height: 65px;
  }
}

@media (min-width: 75em) {
  .map__search {
    padding: 15px;
    height: 75px;
  }
}

.map-form {
  font-size: 0;
  margin: 0;
}

@media (min-width: 48em) {
  .map-form {
    text-align: right;
  }
}

.map-form__title {
  text-align: left;
  margin: 10px 0 10px;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media (min-width: 48em) {
  .map-form__title {
    float: left;
    width: 40%;
    margin-top: 12px;
    font-size: 1.4rem;
  }
}

@media (min-width: 62em) {
  .map-form__title {
    width: 30%;
    font-size: 1.4rem;
  }
}

@media (min-width: 75em) {
  .map-form__title {
    width: auto;
    margin-top: 10px;
    font-size: 2rem;
  }
}

.map__loading {
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
  height: 22px;
  width: 30px;
  background-image: url("../images/pj-loading.svg");
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
}

.map-form__actions {
  display: block;
  width: 100%;
}

@media (min-width: 48em) {
  .map-form__actions {
    width: 60%;
    float: right;
    text-align: right;
  }
}

@media (min-width: 62em) {
  .map-form__actions {
    width: 70%;
  }
}

@media (min-width: 75em) {
  .map-form__actions {
    width: auto;
  }
}

.map-form__buscar {
  display: inline-block;
  width: calc(100% - 60px);
}

.map-form__buscar .map-form__btn-search__text {
  display: none;
}

@media (min-width: 75em) {
  .map-form__buscar .map-form__btn-search__text {
    display: inline-block;
  }
}

@media (min-width: 48em) {
  .map-form__buscar {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
  }
}

@media (min-width: 48em) {
  .map-form__buscar {
    width: auto;
    min-width: 375px;
  }
}

@media (min-width: 75em) {
  .map-form__buscar {
    width: auto;
    min-width: 425px;
  }
}

.map-form__encontrar {
  display: inline-block;
  float: right;
}

.map-form__encontrar .map-form__btn-search__text {
  display: none;
}

@media (min-width: 62em) {
  .map-form__encontrar .map-form__btn-search__text {
    display: inline-block;
  }
}

@media (min-width: 48em) {
  .map-form__encontrar {
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
}

.map-form__group {
  position: relative;
  width: 100%;
  margin: 0;
}

.map-form__input {
  height: 42px;
  padding-right: 48px;
  border-color: #2d5134;
}

@media (min-width: 48em) {
  .map-form__input {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media (min-width: 23.4375em) {
  .map-form__input {
    padding-right: 105px;
  }
}

.map-form__btn-search {
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
  padding-right: 14px;
  padding-left: 14px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.map-form__btn-search .icon-svg {
  width: 18px;
  height: 18px;
}

@media (min-width: 23.4375em) {
  .map-form__btn-search .icon-svg {
    margin-right: 5px;
  }
}

.map-form__btn-search:focus {
  border-color: #2d5134;
  background-color: #2d5134;
}

@media (min-width: 48em) {
  .map-form__btn-search {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.map-form__btn-locate {
  height: 42px;
  padding-right: 12px;
  padding-left: 12px;
  line-height: 22px;
}

.map-form__btn-locate .icon-svg {
  width: 24px;
  height: 24px;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

@media (min-width: 62em) {
  .map-form__btn-locate .icon-svg {
    margin-right: 5px;
  }
}

.map-form__btn-locate.loading .icon-svg {
  -webkit-animation: loading 2s infinite linear;
  animation: loading 2s infinite linear;
}

@media (min-width: 48em) {
  .map-form__btn-locate {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.map-form__btn-locate:focus {
  border-color: #f3ca12;
  background-color: #f3ca12;
}

html.lang-de .map-form__btn-locate {
  font-size: 14px;
  font-size: 1.4rem;
}

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.map__mobile-selector {
  margin-top: 10px;
}

.map__mobile-selector-item a {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.9;
  width: 100%;
  display: inline-block;
  color: #bababa;
  border-bottom: 1px solid #E5E5E5;
}

.map__mobile-selector-item a.item-selected {
  color: #2d5134;
  border-bottom: 2px solid #2d5134;
}

.map__sidebar {
  width: 100%;
  padding-bottom: 30px;
}

@media (min-width: 48em) {
  .map__sidebar {
    width: 250px;
    height: 460px;
    padding-bottom: 0;
  }
}

@media (min-width: 62em) {
  .map__sidebar {
    width: 380px;
  }
}

.map__sidebar-no-stores {
  padding: 6px 15px;
}

.map__sidebar-no-stores p {
  margin: 0 0 30px;
  font-size: 1.5rem;
}

.map__sidebar-no-stores p span {
  font-size: 2.5rem;
  font-weight: bold;
}

@media (min-width: 48em) {
  .map__sidebar-no-stores p {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .map__sidebar-no-stores .map-form__btn-locate {
    font-size: 1.4rem;
  }
}

@media (min-width: 62em) {
  .map__sidebar-no-stores .map-form__btn-locate {
    font-size: 1.5rem;
  }
}

.map__sidebar-title {
  display: none;
  padding: 6px 15px;
  height: 40px;
  border-bottom: 1px solid #E5E5E5;
  color: #CCCCCC;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .map__sidebar-title {
    display: block;
    font-size: 1.2rem;
    padding: 10px 15px;
  }
}

@media (min-width: 62em) {
  .map__sidebar-title {
    padding: 6px 15px;
    font-size: 1.5rem;
  }
}

.map__sidebar-stores {
  display: block;
  width: 100%;
  height: 400px;
  padding: 0;
  overflow-y: scroll;
}

@media (min-width: 48em) {
  .map__sidebar-stores {
    height: 420px;
  }
}

.map__sidebar-stores.map__searching-stores {
  height: 50px;
}

.map__mobile-searching {
  color: #bababa;
  text-transform: uppercase;
  margin-top: 20px;
}

.map__map {
  position: relative;
  width: 100%;
  height: 460px;
  margin-top: 10px;
  overflow: hidden;
}

.map__map:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
  pointer-events: none;
  z-index: 6;
}

@media (min-width: 30em) {
  .map__map {
    width: calc(100% - 250px);
  }
}

@media (min-width: 48em) {
  .map__map {
    margin-top: 0;
  }
}

@media (min-width: 62em) {
  .map__map {
    width: calc(100% - 380px);
  }
}

.map__map-mobile-hide {
  position: absolute;
  top: -460px;
  left: 0;
  opacity: 0;
}

.map__embed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.map__embed .gm-style-iw {
  width: 320px !important;
  top: 15px !important;
  left: 0 !important;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #2d5134;
  border-radius: 2px 2px 2px 2px;
}

@media (min-width: 48em) {
  .map__embed .gm-style-iw {
    width: 400px !important;
  }
}

.map__embed-mobile {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.map__embed-mobile .gm-style-iw {
  width: 270px !important;
  top: 15px !important;
  left: 20px !important;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #2d5134;
  border-radius: 2px 2px 2px 2px;
}

.map__embed-mobile .gm-style-iw>div {
  max-width: none !important;
}

.map__embed__commercial {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 400px;
  z-index: 5;
  text-align: center;
}

@media (min-width: 48em) {
  .map__embed__commercial {
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
}

.map__embed__commercial_loading {
  margin: 300px auto;
}

.map__btn-print {
  position: absolute;
  top: 50px;
  right: 15px;
  z-index: 999;
}

.map__btn-print .icon-svg {
  width: 15px;
  height: 15px;
  color: currentColor;
}

.map-legend {
  position: absolute;
  top: 0;
  right: 15px;
  height: 26px;
  font-size: 0;
  text-align: center;
  z-index: 10;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.map-legend:hover .map-legend__content {
  height: 63px;
}

.map-legend__title {
  display: block;
  padding: 2px 10px;
  font-size: 14px;
  background-color: #2d5134;
  color: #fff;
}

.map-legend__content {
  display: inline-block;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  height: 0;
  transition: height 0.2s linear;
}

.map-legend__item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 5px 2px;
  width: 64px;
}

.map-legend__item .icon-svg {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 33px;
}

.map-legend__item img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: auto;
}

.map-legend__item__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  line-height: 1;
  font-style: italic;
  color: #2d5134;
}

.map-legend__item__text span {
  display: none;
}

@media (min-width: 30em) {
  .map-legend__item__text span {
    display: inline;
  }
}

.store {
  margin-bottom: 50px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #2d5134;
}

.store a {
  color: #2d5134 !important;
}

.store a:hover,
.store a:active,
.store a:focus {
  color: #f3ca12;
}

.store ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.store ul:empty {
  display: none;
}

.store ul li {
  display: block;
  padding-left: 21px;
}

.store ul li:empty {
  display: none;
}

@media (min-width: 48em) {
  .store {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
}

@media (min-width: 62em) {
  .store {
    margin-bottom: 80px;
  }
}

.store__image {
  position: relative;
  padding: 0;
  margin: 0 0 15px;
}

.store__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 30em) {
  .store__image {
    margin-bottom: 30px;
  }
}

.store__capital {
  position: absolute;
  bottom: -1em;
  left: -1em;
  display: none;
  width: 2em;
  height: 2em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #2d5134;
  border-radius: 50%;
}

@media (min-width: 30em) {
  .store__capital {
    display: block;
  }
}

@media (min-width: 62em) {
  .store__capital {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.store__name {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.store__name:empty {
  display: none;
}

@media (min-width: 48em) {
  .store__name {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.store__address {
  margin-bottom: 15px;
}

.store__address:empty {
  display: none;
}

@media (min-width: 48em) {
  .store__address {
    margin-bottom: 18px;
  }
}

.store__contact__label {
  vertical-align: middle;
  display: inline-block;
  width: 1.45em;
  height: 1.45em;
  margin-right: 6px;
  margin-left: -21px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.35em;
  text-align: center;
  border: 1px solid #2d5134;
  border-radius: 50%;
  color: #2d5134;
}

.map__store {
  margin: 0;
  padding: 15px 25px 5px 15px;
  border-bottom: 1px dotted #DDDDDD;
  background-color: #fff;
  transition: background-color 0.2s;
  cursor: pointer;
}

.map__store:hover {
  background-color: #F2F2F2;
}

.map__store .marker {
  float: left;
  width: 40px;
}

.map__store .marker .marker-icon {
  display: inline-block;
  margin-top: 5px;
  vertical-align: middle;
  width: 33px;
  height: 33px;
}

@media (min-width: 48em) {
  .map__store .marker .marker-icon {
    width: 22px;
    height: 26px;
  }
}

@media (min-width: 62em) {
  .map__store .marker .marker-icon {
    width: 33px;
    height: 33px;
  }
}

@media (min-width: 48em) {
  .map__store .marker {
    width: 24px;
  }
}

@media (min-width: 62em) {
  .map__store .marker {
    width: 40px;
  }
}

.map__store .data {
  float: left;
  width: 260px;
}

.map__store .data .store__name {
  margin-bottom: 5px;
  font-size: 1.7rem;
}

@media (min-width: 48em) {
  .map__store .data .store__name {
    font-size: 1.4rem;
  }
}

@media (min-width: 62em) {
  .map__store .data .store__name {
    font-size: 1.7rem;
  }
}

.map__store .data .store__address {
  font-size: 1.4rem;
}

@media (min-width: 48em) {
  .map__store .data .store__address {
    font-size: 1.2rem;
  }
}

@media (min-width: 62em) {
  .map__store .data .store__address {
    font-size: 1.4rem;
  }
}

@media (min-width: 48em) {
  .map__store .data {
    width: 160px;
    margin-top: 8px;
  }
}

@media (min-width: 62em) {
  .map__store .data {
    width: 260px;
    margin-top: 0;
  }
}

.show-more-link {
  height: 50px;
}

.store-popup {
  font-family: "Exo 2",sans-serif;
}

.store-popup span {
  display: block;
}

.store-popup .store-popup-header {
  background-color: #2d5134;
  padding: 10px;
}

.store-popup .store-popup-content {
  padding: 10px;
}

.store-popup .title {
  color: #FFF;
  display: block;
  margin-bottom: 5px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
}

.store-popup .subtitle {
  color: #FFF;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}

.store-popup .address {
  display: block;
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: 400;
}

.store-popup .store-popup__phone {
  display: inline-block;
  padding-left: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  background-image: url("../images/icons/ico-phone.svg");
  background-size: 14px auto;
  background-position: left center;
  background-repeat: no-repeat;
}

.store-popup .store-popup__email {
  margin-top: 5px;
  display: inline-block;
  padding-left: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  background-image: url("../images/icons/ico-email--green.svg");
  background-size: 14px auto;
  background-position: left center;
  background-repeat: no-repeat;
}

.store-popup .shop .email {
  display: inline-block;
}

.store-popup .marker-buttons {
  width: 100%;
  text-align: left;
  margin-top: 10px;
  border-top: 1px solid #d7d7d6;
  padding: 10px 10px 5px 10px;
}

.store-popup .marker-buttons .open-maps-link {
  height: 30px;
  padding-right: 8px;
  padding-left: 8px;
  line-height: 12px;
}

.store-popup .marker-buttons .open-maps-link .icon-svg {
  width: 16px;
  height: 16px;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

@media (min-width: 62em) {
  .store-popup .marker-buttons .open-maps-link .icon-svg {
    margin-top: -2px;
    margin-right: 5px;
  }
}

@media (min-width: 48em) {
  .store-popup .marker-buttons .open-maps-link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.store-popup .marker-buttons .open-maps-link:focus {
  border-color: #f3ca12;
  background-color: #f3ca12;
}

.store-popup-mobile {
  font-family: "Exo 2",sans-serif;
}

.store-popup-mobile span {
  display: block;
}

.store-popup-mobile .store-popup-header {
  background-color: #2d5134;
  padding: 10px;
}

.store-popup-mobile .store-popup-content {
  padding: 10px 15px;
}

.store-popup-mobile .title {
  color: #FFF;
  display: block;
  margin-bottom: 5px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
}

.store-popup-mobile .subtitle {
  color: #FFF;
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}

.store-popup-mobile .address {
  display: block;
  font-size: 1.2rem;
  line-height: 18px;
  font-weight: 400;
}

.store-popup-mobile .store-popup__phone {
  display: block;
}

.store-popup-mobile .store-popup__phone .btn--primary {
  width: 100%;
  padding-left: 25px;
  background-image: url("../images/icons/ico-phone-white.svg");
  background-size: 13px auto;
  background-position: left 5px center;
  background-repeat: no-repeat;
  text-align: right;
}

.store-popup-mobile .store-popup__email {
  margin-top: 5px;
  display: inline-block;
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: 400;
  background-image: url("../images/icons/ico-email--green.svg");
  background-size: 14px auto;
  background-position: left center;
  background-repeat: no-repeat;
}

.store-popup-mobile .shop .email {
  display: inline-block;
}

.store-popup-mobile .marker-buttons {
  width: 100%;
  text-align: left;
  border-top: 1px solid #d7d7d6;
  padding: 12px 12px 10px 12px;
}

.store-popup-mobile .marker-buttons .open-maps-link {
  height: 30px;
  padding-right: 8px;
  padding-left: 8px;
  line-height: 12px;
}

.store-popup-mobile .marker-buttons .open-maps-link .icon-svg {
  width: 16px;
  height: 16px;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

@media (min-width: 62em) {
  .store-popup-mobile .marker-buttons .open-maps-link .icon-svg {
    margin-top: -2px;
    margin-right: 5px;
  }
}

@media (min-width: 48em) {
  .store-popup-mobile .marker-buttons .open-maps-link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.store-popup-mobile .marker-buttons .open-maps-link:focus {
  border-color: #f3ca12;
  background-color: #f3ca12;
}

.page-legal {
  line-height: 1.2;
  font-weight: 300;
}

.page-legal h2 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
}

.page-legal h2 span {
  float: left;
  vertical-align: middle;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  margin-top: 0.2em;
  margin-right: 0.5em;
  margin-bottom: 1em;
  font-size: 0.8em;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #2d5134;
  border-radius: 50%;
}

@media (min-width: 30em) {
  .page-legal h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (min-width: 48em) {
  .page-legal h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media (min-width: 62em) {
  .page-legal h2 {
    font-size: 29px;
    font-size: 2.9rem;
  }
}

.page-legal h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 500;
}

.page-legal h3 span {
  float: left;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.7em;
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #2d5134;
  border-radius: 50%;
}

@media (min-width: 48em) {
  .page-legal h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-legal a {
  text-decoration: underline;
  word-break: break-all;
  word-break: break-word;
}

.page-legal a:hover,
.page-legal a:active,
.page-legal a:focus {
  color: #f3ca12;
}

.page-legal p {
  margin-bottom: 1.2em;
}

.page-legal p strong {
  font-weight: 500;
}

.page-legal .alert>p {
  margin-bottom: 0;
}

.page-legal ul {
  margin-bottom: 18px;
}

@media (min-width: 48em) {
  .page-legal {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
}

.page-legal__block {
  padding-left: 42px;
}

.page-legal__indent {
  padding-left: 15px;
}

@media (min-width: 48em) {
  .page-legal__indent {
    padding-left: 20px;
  }
}

.general-conditions p {
  padding-left: 30px;
}

@media (min-width: 48em) {
  .general-conditions p {
    padding-left: 35px;
  }
}

@media (min-width: 62em) {
  .general-conditions p {
    padding-left: 42px;
  }
}

.general-conditions ul {
  padding-left: 50px;
}

@media (min-width: 48em) {
  .general-conditions ul {
    padding-left: 55px;
  }
}

@media (min-width: 62em) {
  .general-conditions ul {
    padding-left: 62px;
  }
}

.cookies__title {
  margin-bottom: 20px;
  color: black;
  font-size: 24px;
}

.cookies__buttons-config {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  width: 100%;
  max-width: 480px;
  margin: 0 0 15px 0;
}

.cookies__buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cookies__buttons-brand {
  background-color: #f3ca12;
  border: none;
  width: 100%;
  max-width: 280px;
  border-radius: 4px;
  margin-top: 10px;
  padding: 7px 20px;
  margin-bottom: 15px;
  font-weight: bold;
  cursor: pointer;
}

.cookies__buttons-secondary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.cookies__buttons-decline {
  border: 0;
  background-color: transparent;
  width: 100%;
  padding: 7px 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  cursor: pointer;
}

.cookies__buttons-icon {
  height: 15px;
  margin: 0 5px 0 0 !important;
}

.cookies__table {
  background-color: #f0f0f0;
  padding: 10px 20px;
  color: #656565;
}

.cookies__table-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cookies__table-row {
  width: 50%;
}

.cookies__table-row--bold {
  font-weight: bold;
}

.cookies__subtitle {
  margin-bottom: 10px;
  font-size: 21px;
  color: black;
  font-weight: 600;
}

.cookies__info {
  padding-top: 10px;
  color: #656565 !important;
  font-weight: 600;
  text-decoration: none !important;
  font-size: 17px;
}

.cookies__title-2 {
  margin: 15px 0 5px 0;
  color: #656565;
  font-weight: 600;
}

.cookies__title-2>p {
  font-size: 15px !important;
}

.cookies--color-gray {
  color: #656565;
}

.cookies--reset-margin {
  margin: 0 !important;
}

.cookies__hr {
  margin: 20px 0;
}

.modal-cookies {
  position: fixed;
  width: 100%;
  max-width: 450px;
  background-color: white;
  padding: 20px;
  left: 20px;
  bottom: 20px;
  z-index: 999;
  border-radius: 10px;
  box-shadow: rgba(0,0,0,0.2) 1px 1px 17px;
}

@media (max-width: 767px) {
  .modal-cookies {
    width: 95%;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
  }
}

.modaal--basic-cookies-conf {
  background-color: white;
}

.modaal--basic-cookies-conf .modaal-container {
  box-shadow: none;
}

.center-button {
  margin-right: auto;
  margin-left: auto;
}

input:focus,
input.form-control:focus,
button:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.mt-5 {
  margin-top: 5px;
}

.mt-15 {
  margin-top: 15px !important;
}

.returns-form {
  margin-bottom: 40px;
}

@media (min-width: 62em) {
  .returns-form {
    margin-bottom: 60px;
  }
}

.returns-block {
  position: relative;
  padding-left: 38px;
  margin-bottom: 2.5em;
}

@media (min-width: 62em) {
  .returns-block {
    padding-left: 45px;
  }
}

.returns-block img {
  display: block;
  width: auto;
  height: auto;
  max-width: 220px;
  margin: 15px 0 0;
}

@media (min-width: 48em) {
  .returns-block img {
    max-width: 100%;
    margin: 0;
  }
}

@media (min-width: 62em) {
  .returns-block img {
    max-width: 245px;
    float: left;
  }
}

@media (min-width: 48em) {
  .returns-block__col-left {
    float: left;
    width: 67%;
    padding-right: 15px;
  }
}

@media (min-width: 62em) {
  .returns-block__col-left {
    width: 75%;
    padding-right: 30px;
  }
}

@media (min-width: 75em) {
  .returns-block__col-left {
    width: 82%;
    padding-right: 35px;
  }
}

.returns-block__number {
  position: absolute;
  top: -2px;
  left: 0;
  vertical-align: middle;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  margin-top: 0.2em;
  margin-right: 0.5em;
  margin-bottom: 1em;
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #2d5134;
  border-radius: 50%;
}

.returns-block__number_inside {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  margin-top: 0.2em;
  margin-right: 0.5em;
  margin-bottom: 1em;
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #2d5134;
  border-radius: 50%;
}

@media (min-width: 48em) {
  .returns-block__col-right {
    float: left;
    width: 33%;
  }
}

@media (min-width: 62em) {
  .returns-block__col-right {
    width: 25%;
  }
}

@media (min-width: 75em) {
  .returns-block__col-right {
    width: 18%;
  }
}

.shipments-list,
.page-legal .shipments-list {
  padding-left: 1.3em;
  margin-bottom: 40px;
}

.shipments-list strong,
.page-legal .shipments-list strong {
  font-weight: 500;
}

.faqs-list,
.page-legal .faqs-list {
  padding-left: 1.3em;
  margin-bottom: 40px;
}

.faqs-list strong,
.page-legal .faqs-list strong {
  font-weight: 500;
}

.faq__title,
.page-legal .faq__title {
  transition: color 0.12s ease-in-out, border-color 0.12s ease-in-out, background-color 0.12s ease-in-out, opacity 0.12s ease-in-out;
  margin: 0 0 8px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  cursor: pointer;
}

.faq__title:hover,
.faq__title:active,
.faq__title:focus,
.page-legal .faq__title:hover,
.page-legal .faq__title:active,
.page-legal .faq__title:focus {
  color: #f3ca12;
}

@media (min-width: 48em) {
  .faq__title,
  .page-legal .faq__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.faq__text {
  display: none;
  padding-top: 6px;
  padding-bottom: 12px;
}

.faq__text * {
  font-family: "Exo 2",sans-serif !important;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  font-weight: 300 !important;
  line-height: 1.2;
}

@media (min-width: 48em) {
  .faq__text * {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
}

.faq__text .grid--fs0 {
  font-size: 0 !important;
}

.faq.is-active .faq__text {
  display: block;
}

.contact-block {
  position: relative;
  margin: 0 0 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 300;
}

.contact-block a {
  color: #2d5134;
  text-decoration: none;
}

.contact-block a:hover,
.contact-block a:active,
.contact-block a:focus {
  color: #f3ca12;
  text-decoration: none;
}

.contact-block .email {
  text-decoration: underline;
}

.contact-block .email:hover,
.contact-block .email:active,
.contact-block .email:focus {
  text-decoration: underline;
}

.contact-block strong {
  font-weight: 500;
}

.contact-block small {
  font-size: 0.8em;
  line-height: 1;
}

@media (min-width: 48em) {
  .contact-block {
    margin-bottom: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (min-width: 85.375em) {
  .contact-block {
    margin-bottom: 60px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.contact-block__icon {
  position: absolute;
  top: 0.1em;
  left: -40px;
  width: 1.5em;
  height: 1.1em;
}

@media (min-width: 48em) {
  .contact-block__icon {
    left: -50px;
  }
}

.contact-block__icon--email {
  width: 1.1em;
}

.contact-block__title {
  position: relative;
  margin-bottom: 20px;
}

.contact-rrss {
  font-size: 0;
  margin-bottom: 25px;
}

.contact-rrss li {
  display: inline-block;
  margin-right: 30px;
}

.contact-rrss li:last-child {
  margin-right: 0;
}

.contact-rrss__link {
  display: inline-block;
  vertical-align: middle;
}

.contact-rrss__icon {
  width: 27px;
  height: 27px;
}

.contact-rrss__icon--facebook {
  height: 33px;
}

.contact-rrss__icon--twitter {
  width: 30px;
}

@media (min-width: 48em) {
  .contact-rrss__icon--twitter {
    width: 34px;
  }
}

.contact-rrss__icon--youtube {
  width: 30px;
  height: 32px;
}

@media (min-width: 48em) {
  .contact-rrss__icon--youtube {
    width: 34px;
  }
}

.contact-hashtag {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}

.contact-hashtag strong {
  font-weight: 500;
}

.store__contact li {
  margin-bottom: 15px;
}

.contact__phone {
  position: relative;
  display: inline-block;
}

.contact__phone .icon-svg,
.contact__phone img {
  position: absolute;
  display: inline-block;
  top: 2px;
  left: -22px;
  width: 13px;
  height: 20px;
}

@media (min-width: 62em) {
  .contact__phone .icon-svg,
  .contact__phone img {
    display: inline-block;
  }
}

@media (max-width: 61.99em) {
  .contact__phone .footer__title {
    margin-bottom: 8px;
  }
}

@media (min-width: 62em) {
  .contact__phone {
    display: block;
  }
}

.contact__email {
  position: relative;
  display: block;
}

.contact__email .icon-svg,
.contact__email img {
  position: absolute;
  top: 5px;
  left: -24px;
  width: 18px;
  height: 15px;
}

.contact__schedule {
  position: relative;
  display: inline-block;
}

.contact__schedule .icon-svg,
.contact__schedule img {
  position: absolute;
  top: 5px;
  left: -24px;
  width: 16px;
  height: 16px;
}

@media (min-width: 62em) {
  .contact__schedule {
    display: block;
  }
}

.contact__marker {
  position: relative;
  display: inline-block;
}

.contact__marker .icon-svg,
.contact__marker img {
  position: absolute;
  top: 4px;
  left: -24px;
  width: 18px;
  height: 18px;
}

@media (min-width: 62em) {
  .contact__marker {
    display: block;
  }
}

.contact__checkbox {
  margin-top: 6px;
}

.page-contact-lang-en .contact__phone {
  font-size: 19px;
}

.page-contact-lang-en .contact__schedule {
  font-size: 18px;
}

.page-contact-lang-de .contact__phone {
  font-size: 18px;
}

.page-contact-lang-de .contact__schedule {
  font-size: 20px;
}

.page-contact-lang-en-market-uk .contact__phone,
.page-contact-lang-en-market-de .contact__phone {
  font-size: 17px;
}

.page-contact-lang-en-market-uk .contact__schedule {
  font-size: 17px;
}

.care-item {
  margin-bottom: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 300;
}

.care-item strong {
  font-weight: 600;
}

.care-item ol {
  padding: 0 0 0 22px;
  margin: 0;
}

.care-item ol li {
  margin-bottom: 18px;
}

.care-item ul {
  padding: 0 0 0 22px;
  margin: 0;
}

.care-item ul li {
  margin-bottom: 18px;
}

.care-item .nostyle {
  list-style: none;
}

.care-item .styleAlert {
  list-style: none;
  margin-left: -20px;
}

.care-item ol li>ul {
  margin-left: -22px;
}

@media (min-width: 48em) {
  .care-item {
    margin-bottom: 50px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (min-width: 62em) {
  .care-item {
    margin-bottom: 50px;
  }
}

.cate-item__video {
  padding-top: 56%;
  position: relative;
  margin-bottom: 30px;
  background-color: #000;
}

.cate-item__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.care-item__title {
  margin-bottom: 18px;
}

.care-item__text {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 48em) {
  .care-item__text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.care-item__text .link-help {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 48em) {
  .care-item__text .link-help {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.care-item__warning {
  position: relative;
  padding-left: 22px;
}

.care-item__warning .icon-svg {
  position: absolute;
  top: 0;
  left: -3px;
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: top;
}

.sitemap__block {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
}

.sitemap__block a {
  color: #2d5134;
  text-decoration: none;
}

.sitemap__block a:hover,
.sitemap__block a:active,
.sitemap__block a:focus {
  color: #f3ca12;
  text-decoration: none;
}

.sitemap__block li {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 30em) {
  .sitemap__block li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sitemap__block ul {
  list-style: none;
  padding: 0 0 0 25px;
  margin: 0;
}

.sitemap__title {
  margin-bottom: 15px;
}

.sitemap__title a {
  color: #2d5134;
  text-decoration: none;
}

.sitemap__title a:hover,
.sitemap__title a:active,
.sitemap__title a:focus {
  color: #f3ca12;
  text-decoration: none;
}

.dashboard .title-big {
  margin-bottom: 15px;
}

.dashboard .grid__item {
  font-size: 14px;
  font-size: 1.4rem;
}

.dashboard__text {
  font-size: 14px;
  font-size: 1.4rem;
}

.dashboard__btn--fullwidth {
  margin-bottom: 15px;
}

@media (min-width: 48em) {
  .dashboard__btn--fullwidth {
    margin-bottom: 0;
  }
}

.dashboard__nav {
  font-size: 16px;
  font-size: 1.6rem;
}

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

.dashboard__nav li {
  padding-top: 3px;
  padding-bottom: 3px;
}

.dashboard__nav li.is-active a {
  color: #f3ca12;
  font-weight: 600;
}

.dashboard__nav li.logout {
  margin-top: 15px;
  padding-top: 6px;
}

.dashboard__nav li.logout a {
  position: relative;
}

.dashboard__nav li.logout a:before {
  content: '';
  position: absolute;
  top: -5px;
  width: 100px;
  height: 1px;
  background: #EBEFE8;
}

.dashboard__nav a {
  color: #333;
}

.dashboard__nav a:hover,
.dashboard__nav a:active,
.dashboard__nav a:focus {
  color: #f3ca12;
}

.dashboard__title {
  margin-top: 1.4em;
  margin-bottom: 0.5em;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
}

@media (min-width: 30em) {
  .dashboard__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (min-width: 48em) {
  .dashboard__title {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media (min-width: 62em) {
  .dashboard__title {
    font-size: 29px;
    font-size: 2.9rem;
  }
}

.dashboard__action {
  display: block;
  margin-top: 1.5em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

.dashboard__action--nomargin {
  margin-top: 0.5em;
}

.dashboard__action .icon-svg {
  width: 14px;
  height: 14px;
}

.dashboard__action:hover,
.dashboard__action:active,
.dashboard__action:focus {
  color: #f3ca12;
}

@media (min-width: 48em) {
  .dashboard__action {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (min-width: 62em) {
  .dashboard__action {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.dashborad__link {
  text-decoration: underline;
}

.dashborad__link:hover,
.dashborad__link:active,
.dashborad__link:focus {
  color: #f3ca12;
  text-decoration: underline;
}

.dashboard__form {
  background-color: #e7e7e7;
  margin: 0 0 20px;
  padding: 30px 20px 35px;
}

.dashboard__form--bg-white {
  background-color: #fff;
}

.dashboard__note {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (min-width: 48em) {
  .dashboard__note {
    text-align: right;
  }

  .dashboard__note--left {
    text-align: left;
  }
}

.dashboard__btn--sex.is-active {
  color: #fff;
  border-color: #f3ca12;
  background-color: #f3ca12;
}

.dashboard-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
}

@media (min-width: 48em) {
  .dashboard-table {
    display: table;
  }
}

@media (min-width: 62em) {
  .dashboard-table {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.dashboard-table__row--header {
  display: none;
}

@media (min-width: 48em) {
  .dashboard-table__row--header {
    display: table-row;
  }
}

.dashboard-table__row {
  border-bottom: 1px solid #f0f2f4;
  padding-bottom: 10px;
}

@media (min-width: 48em) {
  .dashboard-table__row {
    display: table-row;
    padding-bottom: 0;
  }

  .dashboard-table__row:hover .dashboard-table__td,
  .dashboard-table__row:active .dashboard-table__td,
  .dashboard-table__row:focus .dashboard-table__td {
    background-color: #f5f5f5;
  }
}

.dashboard-table__th {
  display: inline-block;
  border-bottom: 1px solid #949393;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  color: #949393;
}

.dashboard-table__th--articulos p {
  text-transform: capitalize;
}

@media (min-width: 48em) {
  .dashboard-table__th--fecha {
    width: 100px;
  }

  .dashboard-table__th--compra {
    width: 90px;
  }

  .dashboard-table__th--importe {
    width: 70px;
  }

  .dashboard-table__th--articulos {
    width: 100px;
  }
}

@media (min-width: 62em) {
  .dashboard-table__th {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .dashboard-table__th--fecha {
    width: 180px;
  }

  .dashboard-table__th--compra {
    width: 160px;
  }

  .dashboard-table__th--importe {
    width: 90px;
  }

  .dashboard-table__th--articulos {
    width: 200px;
  }
}

.dashboard-table__td {
  vertical-align: middle;
  padding: 10px 0;
  text-align: center;
}

@media (min-width: 48em) {
  .dashboard-table__td {
    display: table-cell;
    padding: 10px;
    transition: background-color 0.2s ease-in-out;
    text-align: left;
  }

  .dashboard-table__td--fecha {
    width: 100px;
  }

  .dashboard-table__td--compra {
    width: 90px;
  }

  .dashboard-table__td--importe {
    width: 70px;
  }

  .dashboard-table__td--articulos {
    width: 100px;
  }
}

@media (min-width: 62em) {
  .dashboard-table__td--fecha {
    width: 180px;
  }

  .dashboard-table__td--compra {
    width: 160px;
  }

  .dashboard-table__td--importe {
    width: 90px;
  }

  .dashboard-table__td--articulos {
    width: 200px;
  }
}

.dashboard-table__title {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
}

@media (min-width: 62em) {
  .dashboard-table__title {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.dashboard-table__dato {
  margin: 0;
  font-size: 15px;
}

.dashboard-table__dato span {
  padding-right: 10px;
  font-weight: bold;
}

@media (min-width: 48em) {
  .dashboard-table__dato span {
    font-weight: normal;
  }
}

.dashboard-table__price {
  white-space: nowrap;
}

.dashboard-table .delivery-number {
  font-weight: 600;
}

.dashboard-table .delivery-status {
  font-weight: 600;
}

.dashboard__btn--view .icon-svg {
  margin-right: 5px;
  width: 16px;
  height: 17px;
}

@media (min-width: 48em) {
  .dashboard__btn--view--big {
    line-height: 30px;
  }

  .dashboard__btn--view--big .icon-svg {
    height: 30px;
  }
}

.dashboard__btn--trans .icon-svg {
  margin-right: 5px;
  width: 10px;
  height: 17px;
}

.dashboard__btn--return {
  padding: 0.3em 2em 0.4em .5em;
}

.dashboard__btn--return .icon-svg {
  position: relative;
  top: 8px;
  margin-right: 5px;
  width: 13px;
  height: 17px;
  float: left;
}

.dashboard__subtitle {
  padding: 5px 10px;
  background: #E7E7E7;
}

.dashboard__block-padding {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 62em) {
  .dashboard__block-padding {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.dashboard-compras {
  margin: 0 0 30px;
}

.dashboard-compras div,
.dashboard-compras p,
.dashboard-compras a,
.dashboard-compras span {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.dashboard-compra+.dashboard-compra .dashboard-compra__content {
  border-top: 2px solid #ebefe8;
}

.dashboard-compra__content {
  margin-left: 24px;
  padding: 5px 15px 25px;
}

.dashboard-compra__image {
  display: inline-block;
  max-width: 100%;
}

.dashboard-compra__name {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

@media (min-width: 48em) {
  .dashboard-compra__name {
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .dashboard-compra__name--nofloat {
    float: none;
    margin-top: 0;
  }
}

.dashboard-compra__price {
  display: inline-block;
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

@media (min-width: 48em) {
  .dashboard-compra__price {
    float: right;
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .dashboard-compra__price--nofloat {
    float: none;
  }
}

.dashboard-compra__color {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: -1px;
}

.dashboard-compra__qty {
  display: block;
}

.dashboard-compra__gift {
  border-top: 2px solid #ebefe8;
  font-weight: bold;
  padding: 15px;
  text-align: right;
}

.dashboard-compra__gift .icon-svg {
  width: 14px;
  height: 25px;
}

.dashboard-compra__gift .price {
  display: inline-block;
  font-size: 16px;
  min-width: 110px;
}

.dashboard-compra__shipping {
  border-top: 2px solid #ebefe8;
  font-weight: bold;
  padding: 15px;
  text-align: right;
}

.dashboard-compra__shipping .price {
  display: inline-block;
  font-size: 16px;
  min-width: 110px;
}

.dashboard-compra__promo {
  border-top: 2px solid #ebefe8;
  font-weight: bold;
  padding: 15px;
  text-align: right;
}

.dashboard-compra__promo .price {
  display: inline-block;
  font-size: 16px;
  min-width: 110px;
}

.dashboard-compra__total {
  background: #ebefe8;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 15px;
  white-space: nowrap;
}

.dashboard-compra__total .price {
  display: inline-block;
  font-size: 16px;
  min-width: 110px;
}

.dashboard-compra__iva p {
  color: #83947a;
  display: block;
  font-size: 10px;
  margin: 0 15px;
  text-align: right;
  white-space: nowrap;
}

.dashboard-compra__iva--margin {
  margin-bottom: 20px;
}

.dashboard__label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.dashboard__item-compra {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e3;
}

.dashboard__item-compra p {
  margin-bottom: 5px;
}

.dashboard__item-compra .delivery-status {
  font-weight: 600;
}

.dashboard__item-compra:last-child {
  border-bottom: 0;
}

.dashboard__item-gift {
  padding-top: 10px;
  padding-bottom: 5px;
}

.dashboard__item-gift p {
  margin-bottom: 5px;
}

.dashboard__item-gift .anyadir-regalo-item-show .icon-svg {
  width: 15px;
  height: 15px;
  vertical-align: top;
}

#modify-delivery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#modify-delivery ul li {
  display: inline-block;
  margin: 0 4px 4px 0;
}

#modify-delivery ul li.item {
  display: block;
}

#modify-delivery ul li.active a {
  border-color: #f3ca12;
  background: #f3ca12;
  color: #fff;
}

#modify-delivery ul a {
  background: #E7E7E7;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  text-align: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: background 0.2s ease-in-out;
}

#modify-delivery ul a span {
  display: none;
}

.filter-colors-returns ul,
.change__sizes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filter-colors-returns ul li,
.change__sizes ul li {
  display: inline-block;
  margin: 0 4px 4px 0;
}

.filter-colors-returns ul li.item,
.change__sizes ul li.item {
  display: block;
}

.filter-colors-returns ul li.active a,
.change__sizes ul li.active a {
  border-color: #f3ca12;
  background: #f3ca12;
  color: #fff;
}

.filter-colors-returns ul a,
.change__sizes ul a {
  background: #E7E7E7;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  text-align: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: background 0.2s ease-in-out;
}

.filter-colors-returns ul a span,
.change__sizes ul a span {
  display: none;
}

.filter-colors-returns p,
.change__sizes p {
  color: #1e4b2c;
  font-size: 12px;
  margin: 5px 0 2px;
}

.product-sheet-info {
  margin: 0 0 15px;
}

.address-mini {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.address-mini__name {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.address-mini__address {
  font-size: 0.9em;
}

.address-mini__postal {
  font-size: 0.9em;
}

.address-mini__city {
  font-size: 0.9em;
}

#checkout-login {
  display: none;
}

#checkout-remember-password {
  display: none;
}

#necesito-factura {
  display: none;
  padding-top: 10px;
}

#anyadir-regalo {
  display: none;
}

.gift-insert {
  display: none;
}

#promotional-code-insert {
  display: none;
}

#shipping-option-correos {
  display: none;
  padding: 10px;
}

#shipping-option-kiala,
#shipping-option-kiala-exchange {
  display: none;
  padding: 10px;
}

#shipping-option-transnatur,
#shipping-option-transnatur-exchange {
  display: none;
  padding: 10px;
}

#stores-map {
  border-radius: 6px;
}

#stores-map-kiala {
  border-radius: 6px;
}

#stores-map-transnatur {
  border-radius: 6px;
}

#shipping-option-correos .locations {
  display: none;
  padding-left: 15px;
}

@media (min-width: 48em) {
  #shipping-option-correos .locations {
    padding-left: 30px;
  }
}

#shipping-option-correos .locations ul {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0 0 20px;
}

#shipping-option-correos .locations ul .item {
  padding: 5px 0;
}

#shipping-option-correos .locations ul .item label {
  font-weight: 300;
}

#shipping-option-correos .locations ul .item input {
  float: left;
  margin-left: -25px;
  margin-top: 2px;
}

#shipping-option-correos .locations ul .item .name {
  display: block;
  font-weight: 600;
}

#shipping-option-kiala .locations,
#shipping-option-kiala-exchange .locations {
  display: none;
  padding-left: 15px;
}

@media (min-width: 48em) {
  #shipping-option-kiala .locations,
  #shipping-option-kiala-exchange .locations {
    padding-left: 30px;
  }
}

#shipping-option-kiala .locations ul {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0 0 20px;
}

#shipping-option-kiala .locations ul .item {
  padding: 5px 0;
}

#shipping-option-kiala-exchange .locations ul {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0 0 20px;
}

#shipping-option-kiala-exchange .locations ul .item {
  padding: 5px 0;
}

#shipping-option-kiala .locations ul .item label {
  font-weight: 400;
}

#shipping-option-kiala .locations ul .item input {
  float: left;
  margin-left: -25px;
  margin-top: 2px;
}

#shipping-option-kiala .locations ul .item .name {
  display: block;
  font-weight: 600;
}

#shipping-option-kiala-exchange .locations ul .item label {
  font-weight: 400;
}

#shipping-option-kiala-exchange .locations ul .item input {
  float: left;
  margin-left: -25px;
  margin-top: 2px;
}

#shipping-option-kiala-exchange .locations ul .item .name {
  display: block;
  font-weight: 600;
}

#shipping-option-transnatur .locations,
#shipping-option-transnatur-exchange .locations {
  display: none;
  padding-left: 15px;
}

@media (min-width: 48em) {
  #shipping-option-transnatur .locations,
  #shipping-option-transnatur-exchange .locations {
    padding-left: 30px;
  }
}

#shipping-option-transnatur .locations ul {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0 0 20px;
}

#shipping-option-transnatur .locations ul .item {
  padding: 5px 0;
}

#shipping-option-transnatur-exchange .locations ul {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0 0 20px;
}

#shipping-option-transnatur-exchange .locations ul .item {
  padding: 5px 0;
}

#shipping-option-transnatur .locations ul .item label {
  font-weight: 400;
}

#shipping-option-transnatur .locations ul .item input {
  float: left;
  margin-left: -25px;
  margin-top: 2px;
}

#shipping-option-transnatur .locations ul .item .name {
  display: block;
  font-weight: 600;
}

#shipping-option-transnatur-exchange .locations ul .item label {
  font-weight: 400;
}

#shipping-option-transnatur-exchange .locations ul .item input {
  float: left;
  margin-left: -25px;
  margin-top: 2px;
}

#shipping-option-transnatur-exchange .locations ul .item .name {
  display: block;
  font-weight: 600;
}

.shop {
  font-size: 0;
}

.shop .title {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Exo 2",sans-serif !important;
}

.shop .title:empty {
  display: none;
}

.shop .subtitle {
  display: block;
  text-align: left;
  margin-bottom: 5px;
}

.shop .subtitle:empty {
  display: none;
}

.shop .address {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Exo 2",sans-serif !important;
}

.shop .address:empty {
  display: none;
}

.shop .phone {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Exo 2",sans-serif !important;
}

.shop .phone:empty {
  display: none;
}

.shop .schedule {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Exo 2",sans-serif !important;
}

.shop .schedule:empty {
  display: none;
}

.shop .btn {
  margin-top: 10px;
}

.payment-method.hidden {
  display: none;
}

.product-sheet-info-hidden {
  display: none;
}

.invalid-luhn {
  border-color: #eaa2a2 !important;
}

.invalid-cvc {
  border-color: #eaa2a2 !important;
}

.form-control-relative {
  position: relative;
}

.form-control-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 6px;
}

@media (min-width: 30em) {
  .form-control-icon {
    right: 15px;
  }
}

.form-control-icon.form-control-icon-rightter {
  right: 12px;
}

@media (min-width: 30em) {
  .form-control-icon.form-control-icon-rightter {
    right: 25px;
  }
}

.form-control-icon svg {
  width: 16px;
  height: 16px;
}

.form-control-icon-error {
  display: none;
  color: #c93e3e;
}

.form-control-icon-ok {
  display: none;
  color: #00C086;
}

.form-control-card {
  display: none;
  height: 22px;
  width: auto;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 24px;
}

@media (min-width: 30em) {
  .form-control-card {
    right: 45px;
  }
}

.is-card-visa .form-control-card-visa {
  display: block;
}

.is-card-mastercard .form-control-card-mastercard {
  display: block;
}

.is-card-amex .form-control-card-amex {
  display: block;
}

.has-error .form-control-icon-error,
.invalid-luhn+.form-control-icon .form-control-icon-error,
.invalid-cvc+.form-control-icon .form-control-icon-error {
  display: inline-block;
}

.has-success .form-control-icon-ok,
.valid-luhn+.form-control-icon .form-control-icon-ok,
.valid-cvc+.form-control-icon .form-control-icon-ok {
  display: inline-block;
}

.loader {
  background: transparent url("../images/ajax-loader.gif") center center no-repeat;
  width: 100%;
  height: 50px;
  display: none;
}

.return-loader {
  background: transparent url("../images/ajax-loader.gif") center center no-repeat;
  width: 100%;
  height: 50px;
}

.loader-map {
  background: transparent url("../images/ajax-loader.gif") center center no-repeat;
  width: 100%;
  height: 50px;
  display: none;
}

#checkout-shopping-bag .item-gift {
  display: none;
}

.grid--checkout {
  margin-left: -12px;
}

.grid--checkout .grid__item.grid__item--layout {
  padding-left: 12px;
}

@media (min-width: 25.75em) {
  .grid--checkout .grid__item.grid__item--layout {
    padding-left: 18px;
  }
}

@media (min-width: 62em) {
  .grid--checkout .grid__item.grid__item--layout {
    padding-left: 30px;
  }
}

@media (min-width: 75em) {
  .grid--checkout .grid__item.grid__item--layout {
    padding-left: 60px;
  }
}

@media (min-width: 25.75em) {
  .grid--checkout {
    margin-left: -18px;
  }
}

@media (min-width: 62em) {
  .grid--checkout {
    margin-left: -30px;
  }
}

@media (min-width: 75em) {
  .grid--checkout {
    margin-left: -60px;
  }
}

.grid--sex {
  margin-left: -6px;
}

.grid--sex .grid__item.one-half,
.grid--sex .grid__item.two-quarters,
.grid--sex .grid__item.three-sixths,
.grid--sex .grid__item.four-eighths,
.grid--sex .grid__item.five-tenths,
.grid--sex .grid__item.six-twelfths {
  padding-left: 6px;
}

@media (min-width: 48em) {
  .grid--sex .grid__item.one-half,
  .grid--sex .grid__item.two-quarters,
  .grid--sex .grid__item.three-sixths,
  .grid--sex .grid__item.four-eighths,
  .grid--sex .grid__item.five-tenths,
  .grid--sex .grid__item.six-twelfths {
    width: 45%;
  }
}

.checko {
  position: relative;
  line-height: 1.2;
  font-weight: 300;
}

.checko strong {
  font-weight: 600;
}

.checko label {
  color: #2d5134;
}

#checkout-shopping-bag-container {
  display: inline;
}

.checko-step-1 {
  display: block;
}

@media (min-width: 48em) {
  .checko-step-1 {
    min-height: 0;
  }
}

.checko-step-2 {
  display: none;
}

@media (min-width: 48em) {
  .checko-step-2 {
    display: block;
  }
}

.checko.is-step-2 .checko-step-1 {
  display: none;
}

@media (min-width: 48em) {
  .checko.is-step-2 .checko-step-1 {
    display: block;
  }
}

.checko.is-step-2 .checko-step-2 {
  display: block;
}

@media (min-width: 48em) {
  .checko.is-step-2 .checko-step-2 {
    display: block;
  }
}

.item-continue-shopping {
  text-align: left;
}

.checko-cart {
  overflow: hidden;
  border: 1px solid #cccccc;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 48em) {
  .checko-cart.is-fixed {
    position: fixed;
    top: 65px;
  }

  .checko-cart.is-fixed-bottom {
    position: absolute;
    bottom: 10px;
  }
}

@media (min-width: 62em) {
  .checko-cart.is-fixed {
    top: 10px;
  }

  .checko-cart.is-fixed-bottom {
    position: absolute;
    bottom: 50px;
  }
}

.checko-cart-text-iva {
  padding-top: 5px;
}

.checko-cart-text-iva--finish {
  padding-right: 10px;
}

.checko-text-help {
  padding-top: 4px;
  color: #949393;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.checko-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  color: #2d5134;
}

@media (min-width: 30em) {
  .checko-title {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

@media (min-width: 48em) {
  .checko-title {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.checko-prods-header {
  padding-right: 8px;
  padding-left: 5px;
  border-bottom: 1px solid #e4e4e3;
  margin-bottom: 12px;
}

@media (min-width: 30em) {
  .checko-prods-header {
    padding-right: 10px;
  }
}

.checko-prods-header__label {
  display: block;
  padding-left: 2px;
  padding-bottom: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

.checko-prods-header__label--price {
  text-align: right;
}

.checko-prods {
  padding: 0;
  margin: 0;
  list-style: none;
}

.checko-prod {
  position: relative;
  display: block;
  padding-top: 12px;
  padding-right: 28px;
  padding-bottom: 10px;
  padding-left: 6px;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  color: #2d5134;
  border-bottom: 1px solid #e4e4e3;
}

@media (min-width: 23.4375em) {
  .checko-prod {
    padding-right: 34px;
  }
}

@media (min-width: 48em) {
  .checko-prod {
    padding-right: 40px;
    padding-left: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .checko-prod--finish {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.checko-prod+.checko-prod.checko-prod--noborder {
  margin-top: -1px;
  background-color: #fff;
}

.checko-prod__inner {
  position: relative;
}

.checko-prod__col-image {
  float: left;
  padding-left: 12px;
  width: 92px;
}

@media (min-width: 48em) and (max-width: 61.99em) {
  .checko-prod__col-image {
    width: 72px;
  }
}

.checko-prod__col-wishlist {
  margin-left: 90px;
  margin-top: 10px;
}

.checko-prod__col-wishlist svg {
  margin-right: 3px;
}

.checko-prod__col-wishlist .btn {
  padding: 0.6em;
  font-size: 12px;
  font-size: 1.2rem;
}

.checko-prod__col-info {
  padding-top: 30px;
  padding-left: 15px;
  margin-left: 80px;
}

@media (min-width: 48em) and (max-width: 61.99em) {
  .checko-prod__col-info {
    padding-left: 8px;
    margin-left: 60px;
  }
}

.checko-prod__col-qty {
  position: relative;
  z-index: 2;
  float: right;
  width: 75px;
  padding-top: 30px;
  padding-left: 15px;
}

@media (min-width: 48em) and (max-width: 61.99em) {
  .checko-prod__col-qty {
    width: 60px;
    padding-left: 8px;
  }
}

.checko-prod__col-price {
  position: relative;
  z-index: 2;
  float: right;
  width: 85px;
  padding-top: 30px;
  padding-left: 15px;
}

@media (min-width: 48em) and (max-width: 61.99em) {
  .checko-prod__col-price {
    width: 65px;
    padding-left: 8px;
  }
}

.checko-prod__col-gift {
  position: relative;
  z-index: 2;
}

@media (min-width: 30em) {
  .checko-prod__col-gift {
    width: auto;
    float: right;
  }
}

.checko-prod__col-gift--mobile {
  display: block;
}

@media (min-width: 30em) {
  .checko-prod__col-gift--mobile {
    display: none;
  }
}

.checko-prod__col-gift--desktop {
  display: none;
}

@media (min-width: 30em) {
  .checko-prod__col-gift--desktop {
    display: block;
  }
}

.checko-prod__gift {
  padding-top: 10px;
}

.checko-prod__gift .btn {
  width: 100%;
}

@media (min-width: 30em) {
  .checko-prod__gift .btn {
    width: auto;
  }
}

@media (min-width: 30em) {
  .checko-prod__gift {
    padding-top: 0;
  }
}

.checko-prod__image {
  font-size: 0;
}

.checko-prod__image a {
  display: block;
  width: auto;
  min-height: 50px;
  font-size: 0;
  text-decoration: none;
}

.checko-prod__image a:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

@media (min-width: 48em) and (max-width: 61.99em) {
  .checko-prod__image a {
    height: 60px;
  }
}

.checko-prod__image img {
  display: inline-block;
  width: 99%;
  height: auto;
  max-width: 80px;
  max-height: 80px;
  vertical-align: middle;
}

@media (min-width: 48em) and (max-width: 61.99em) {
  .checko-prod__image img {
    max-height: 60px;
  }
}

.checko-prod__info {
  position: relative;
}

.checko-prod__info p {
  margin-bottom: 2px;
}

.checko-prod__title {
  margin-bottom: 2px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

.checko-prod__title a {
  color: #2d5134;
  text-decoration: none;
}

.checko-prod__title a:hover,
.checko-prod__title a:active,
.checko-prod__title a:focus {
  color: #f3ca12;
  text-decoration: none;
}

@media (min-width: 48em) and (max-width: 61.99em) {
  .checko-prod__title {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.checko-prod__color {
  line-height: 1.2;
  margin-bottom: 0;
}

.checko-prod__color__box {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.checko-prod__help {
  font-size: 12px;
  font-size: 1.2rem;
  color: #777;
}

.checko-prod__help i {
  font-weight: 400;
}

.checko-prod__price {
  padding-top: 7px;
  margin-bottom: 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000;
  text-align: right;
  white-space: nowrap;
}

@media (min-width: 48em) and (max-width: 61.99em) {
  .checko-prod__price {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.checko-prod__qty {
  text-align: right;
  line-height: 1.2;
}

.checko-prod__qty select.input {
  background-color: #fff;
  border-color: #d7d7d6;
}

@media (min-width: 48em) and (max-width: 61.99em) {
  .checko-prod__qty select.input {
    padding-left: 8px;
  }
}

.checko-prod__qty--noselect {
  padding-top: 5px;
  font-size: 1.1em;
}

.checko-prod__gift-free {
  padding: 5px 0;
  text-align: center;
}

.checko-prod__delete {
  position: absolute;
  z-index: 2;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #D32F2F;
}

html.browser-touchevents .checko-prod__delete {
  opacity: 1;
}

.checko-prod__delete a {
  display: inline-block;
  color: #D32F2F;
}

.checko-prod__delete a:hover,
.checko-prod__delete a:active,
.checko-prod__delete a:focus {
  color: #D32F2F;
}

.checko-prod__delete .icon-svg {
  width: 12px;
  height: 12px;
}

@media (min-width: 48em) {
  .checko-prod__delete {
    right: -18px;
    margin-top: 2px;
  }
}

.checko-prod:hover .checko-prod__delete {
  opacity: 1;
}

.checko-prod--gift {
  border-bottom: 0;
  padding-bottom: 15px;
}

.checko-prod--gift .checko-prod__col-image {
  padding-left: 0;
  width: 80px;
}

@media (min-width: 48em) and (max-width: 61.99em) {
  .checko-prod--gift .checko-prod__col-image {
    width: 60px;
  }
}

@media (min-width: 30em) {
  .checko-prod--gift {
    padding-bottom: 10px;
  }
}

.checko-btn-back {
  display: inline-block;
  margin-top: 1px;
  padding-left: 6px;
  padding-left: 18px;
  color: #517335;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.checko-btn-back span {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #517335;
  margin-left: -6px;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  display: inline-block;
  vertical-align: top;
  top: 2px;
  margin-right: 10px;
}

.checko-btn-back:hover,
.checko-btn-back:active,
.checko-btn-back:focus {
  color: #f3ca12;
}

.checko-btn-back:hover span,
.checko-btn-back:active span,
.checko-btn-back:focus span {
  border-right-color: #f3ca12;
}

.checko-cart-title-wrap {
  padding: 4px;
  background-color: #F4F3F4;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 48em) {
  .checko-cart-title-wrap {
    padding: 9px;
  }
}

.checko-cart-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #2d5134;
}

.checko-cart-title span {
  margin-left: 5px;
  color: #7C888F;
}

@media (min-width: 48em) {
  .checko-cart-title {
    float: left;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

@media (min-width: 48em) {
  .checko-cart-title-continue {
    float: right;
    margin-top: 14px;
  }

  .checko-cart-title-continue--left {
    margin-bottom: 50px;
    float: left;
  }
}

.checko-section {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 40px;
  padding-top: 0;
}

@media (min-width: 48em) {
  .checko-section {
    margin-bottom: 45px;
    padding-top: 0;
  }
}

.checko-container {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 48em) {
  .checko-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 62em) {
  .checko-container {
    padding-right: 18px;
    padding-left: 18px;
  }
}

.checko-cart-container {
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 30em) {
  .checko-cart-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.checko-cart-container--more-padding {
  padding-right: 12px;
  padding-left: 12px;
}

.checkout-section-line {
  position: relative;
}

@media (min-width: 62em) {
  .checkout-section-line:before {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: 25px;
    bottom: 0;
    width: 1px;
    background-color: #87939A;
  }
}

@media (min-width: 75em) {
  .checkout-section-line:before {
    left: 42px;
  }
}

.checko-section-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.1em;
  color: #2d5134;
}

.checko-section-title--noupper {
  text-transform: none;
}

.checko-section-title a {
  float: right;
  display: inline-block;
  margin-top: 4px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  color: #2d5134;
  position: absolute;
  right: 0;
  top: -10px;
}

.checko-section-title a .icon-svg {
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-right: 4px;
}

.checko-section-title a.btn-print:hover {
  color: #fff !important;
}

@media (min-width: 48em) {
  .checko-section-title a {
    margin-top: 17px;
    position: static;
    right: auto;
    top: auto;
  }
}

.checko-section-title a:hover,
.checko-section-title a:active,
.checko-section-title a:focus {
  color: #f3ca12;
}

.checko-section-title small {
  text-transform: none;
}

.checko-section-title .checko-section-title-circle {
  display: none;
  position: absolute;
  top: 42%;
  left: -20px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #87939A;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.checko-section-title .checko-section-title-circle--checked {
  background-color: #00C086;
  border-color: #00C086;
  color: #00C086;
}

.checko-section-title .checko-section-title-circle--checked:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 19px;
  height: 19px;
  background: url("../images/checkbox-checked-white.svg") center center no-repeat;
  background-size: 19px auto;
}

@media (min-width: 62em) {
  .checko-section-title .checko-section-title-circle {
    display: block;
  }
}

@media (min-width: 75em) {
  .checko-section-title .checko-section-title-circle {
    left: -32px;
  }
}

.checko-section-title .completado {
  font-size: 0.7em;
}

@media (min-width: 30em) {
  .checko-section-title {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (min-width: 48em) {
  .checko-section-title {
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 26px;
    font-size: 2.6rem;
  }

  .checko-section-title--finish {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    font-size: 20px !important;
  }

  .checko-section-title--finish a {
    margin-top: 0;
  }
}

@media (min-width: 62em) {
  .checko-section-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.checko-section-advise {
  padding-left: 18px;
  font-size: 20px;
  padding-bottom: 18px;
}

.checko-section-title--cart {
  margin-bottom: 18px;
}

@media (min-width: 48em) {
  .checko-section-title--cart {
    margin-bottom: 17px;
  }
}

.checkout__intro {
  margin-bottom: 20px;
}

@media (min-width: 48em) {
  .checkout__intro {
    margin-bottom: 40px;
  }
}

.checko-block {
  padding-bottom: 30px;
}

.checko-block--grey {
  margin-bottom: 20px;
  padding: 20px 20px 30px;
  background-color: #f5f5f5;
}

@media (min-width: 48em) {
  .checko-block--grey {
    margin-bottom: 40px;
  }
}

.checkout__birthday select:nth-child(1) {
  width: 23%;
  margin-right: 2%;
}

.checkout__birthday select:nth-child(2) {
  width: 48%;
  margin-right: 2%;
}

.checkout__birthday select:nth-child(3) {
  width: 25%;
}

.checkout-user-options .grid {
  margin-left: -10px;
}

.checkout-user-options .grid .grid__item {
  padding-left: 10px;
}

@media (min-width: 48em) {
  .checkout-user-options .grid .grid__item:nth-child(1) {
    width: 34%;
  }

  .checkout-user-options .grid .grid__item:nth-child(1).grid__item--de,
  .checkout-user-options .grid .grid__item:nth-child(1).grid__item--nl {
    width: 27%;
  }

  .checkout-user-options .grid .grid__item:nth-child(2) {
    width: 26%;
  }

  .checkout-user-options .grid .grid__item:nth-child(2).grid__item--de,
  .checkout-user-options .grid .grid__item:nth-child(2).grid__item--nl {
    width: 33%;
  }

  .checkout-user-options .grid .grid__item:nth-child(3) {
    width: 40%;
  }
}

.checkout-user-options .grid-social {
  margin-left: -10px;
}

.checkout-user-options .grid-social .grid__item {
  padding-left: 10px;
  margin-bottom: 10px;
}

@media (min-width: 48em) {
  .checkout-user-options .grid-social .grid__item:nth-child(1) {
    width: 50%;
  }

  .checkout-user-options .grid-social .grid__item:nth-child(2) {
    width: 50%;
  }
}

.checkout-user-option-item {
  margin-bottom: 12px;
  padding: 9px;
  cursor: pointer;
  border: 2px solid #87939A;
  border-radius: 6px;
  transition: 0.2s border-color ease-out;
}

.checkout-user-option-item label {
  color: #2d5134;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.checkout-user-option-item--light {
  padding: 8px;
  border-width: 1px;
  border-color: #87939A;
}

.checkout-user-option-item--light label {
  font-weight: 500;
}

.has-error .checkout-user-option-item--light {
  border-color: #D32F2F;
  background-color: #fbecec;
}

@media (min-width: 48em) {
  .checkout-user-option-item {
    margin-bottom: 0;
  }
}

.checkout-user-option-item.is-selected {
  border-color: #f3ca12;
}

.has-error .password-toggle,
.has-success .password-toggle {
  right: 40px !important;
}

.password-toggle-wrap {
  position: relative;
}

.password-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  height: 100%;
  color: #9B9B9B;
  font-size: 11px;
  cursor: pointer;
}

.show-pass {
  display: none;
}

.password-hidden .show-pass {
  display: block;
}

.password-hidden .hide-pass {
  display: none;
}

.checko-link-forgot {
  padding-left: 14px;
  font-weight: 300;
}

.checko-link-simple {
  font-size: 14px;
  font-size: 1.4rem;
  color: #2d5134;
  text-decoration: underline;
}

.checko-link-simple svg {
  width: 16px;
  height: 11px;
  vertical-align: middle;
  margin-right: 10px;
}

.checko-link-simple:hover,
.checko-link-simple:active,
.checko-link-simple:focus {
  text-decoration: underline;
  color: #f3ca12;
}

.checko-title-simple {
  margin: 0 0 5px;
  font-family: "Exo 2",sans-serif;
  font-weight: 700;
  color: #092332;
  font-size: 18px;
  font-size: 1.8rem;
}

.checko-text-simple {
  font-family: "Exo 2",sans-serif;
  font-weight: 500;
  color: #092332;
  font-size: 15px;
  font-size: 1.5rem;
}

.checko-link-cvc {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #2d5134;
  text-decoration: underline;
}

.checko-link-cvc:hover,
.checko-link-cvc:active,
.checko-link-cvc:focus {
  text-decoration: underline;
  color: #f3ca12;
}

.checko-link-cvc-es {
  padding-top: 8px;
}

.checko-link-cvc-de {
  padding-top: 8px;
}

.checko-cart-line {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 48em) {
  .checko-cart-line {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.checko-cart-line__label {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  color: #2d5134;
}

.checko-cart-line__price {
  float: right;
  display: block;
  width: 120px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  color: #000;
}

.checko-cart-line__price .free {
  display: inline-block;
  margin-right: 10px;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #D0021B;
}

.checko-fixed-mobile {
  position: fixed;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 48em) {
  .checko-fixed-mobile {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
  }
}

.checko-cart-total {
  padding: 12px 15px;
  border-bottom: 0;
  margin-top: -1px;
  background: #f0f0f0;
  min-width: 115px;
}

@media (min-width: 48em) {
  .checko-cart-total {
    min-height: 0;
    padding: 17px 18px;
    margin-bottom: 0;
  }
}

.checko-cart-total .checko-cart-line__label {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 23.4375em) {
  .checko-cart-total .checko-cart-line__label {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.checko-cart-total .checko-cart-line__price {
  width: 90px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
}

@media (min-width: 23.4375em) {
  .checko-cart-total .checko-cart-line__price {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (min-width: 62em) {
  .checko-cart-total .checko-cart-line__price {
    width: 120px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.checko-cart-shipping .checko-cart-line__label {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 13px;
}

.checko-cart-shipping .checko-cart-line__price {
  font-size: 13px;
  font-size: 1.3rem;
}

.checko-cart-total__btns-top {
  padding-top: 5px;
  padding-bottom: 8px;
}

.checko-cart-total__btns {
  padding-top: 10px;
}

.checko-cart-total__btns .item-continue-shopping {
  padding-top: 15px;
}

.checko-cart-links {
  padding-top: 10px;
}

@media (min-width: 48em) {
  .checko-cart-links {
    padding-top: 20px;
  }
}

.checko-vicente-ferrer {
  padding: 15px 25px;
}

.checko-vicente-ferrer-text {
  float: left;
  width: calc( 100% - 100px);
  margin-bottom: 0;
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 300;
}

.checko-vicente-ferrer-text strong {
  font-weight: 600;
}

@media (min-width: 62em) {
  .checko-vicente-ferrer-text {
    width: calc( 100% - 150px);
    font-size: 15px;
    font-size: 1.4rem;
  }
}

.checko-vicente-ferrer-image {
  float: right;
  margin-top: 4px;
  width: 90px;
  height: auto;
}

@media (min-width: 62em) {
  .checko-vicente-ferrer-image {
    width: 140px;
  }
}

.checko-unoentrecienmil {
  padding: 15px 0px;
}

@media (min-width: 62em) {
  .checko-unoentrecienmil {
    padding: 15px 0px 15px 25px;
  }
}

.checko-unoentrecienmil-text {
  float: left;
  width: calc( 100% - 80px);
  margin-bottom: 0;
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 300;
  padding-top: 21px;
}

.checko-unoentrecienmil-text strong {
  font-weight: 600;
}

@media (min-width: 62em) {
  .checko-unoentrecienmil-text {
    width: calc( 100% - 110px);
    font-size: 15px;
    font-size: 1.4rem;
    padding-top: 31px;
  }
}

.checko-unoentrecienmil-image {
  float: right;
  margin-top: 4px;
  width: 72px;
  height: auto;
}

@media (min-width: 62em) {
  .checko-unoentrecienmil-image {
    width: 95px;
  }
}

.shipping-option {
  padding: 5px;
  border: 2px solid transparent;
  border-radius: 6px;
  transition: 0.2s border-color ease-out;
}

@media (min-width: 48em) {
  .shipping-option {
    padding: 10px;
  }
}

.shipping-option-item {
  padding: 2px;
  cursor: pointer;
}

@media (min-width: 48em) {
  .shipping-option-item {
    padding: 10px;
  }
}

.transport-selected {
  border: 1px solid #2d5134;
  transition: all 0.5s ease;
}

.shipping-option label {
  color: #2d5134;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.shipping-option label img {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}

.shipping-option .time {
  display: block;
  padding-top: 2px;
  font-size: 0.9em;
  line-height: 1.2;
  font-weight: 300;
  color: #777;
}

.shipping-option .time strong {
  font-weight: 600;
}

.shipping-option .price {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000;
  text-align: right;
  white-space: nowrap;
}

.shipping-option .price .logo-seur {
  float: left;
  margin-right: 8px;
  width: 77px;
  height: 37px;
  vertical-align: middle;
}

.shipping-option .price .logo-ups {
  width: 77px;
  height: 37px;
  vertical-align: middle;
}

@media (min-width: 48em) {
  .shipping-option .price .logo-ups {
    float: left;
    margin-right: 8px;
    width: 77px;
    height: 37px;
    vertical-align: middle;
  }
}

.shipping-option .price .logo-dhl {
  width: 77px;
  height: 22px;
  vertical-align: middle;
}

@media (min-width: 48em) {
  .shipping-option .price .logo-dhl {
    float: left;
    margin-right: 8px;
    width: 77px;
    height: 22px;
    vertical-align: middle;
  }
}

.shipping-option .price .logo-tndhl {
  float: left;
  margin-right: 8px;
  width: 77px;
  height: 37px;
  vertical-align: middle;
}

.shipping-option .price .logo-transnatur {
  float: left;
  margin-right: 8px;
  width: 77px;
  height: 37px;
  vertical-align: middle;
}

.shipping-option .free {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #D0021B;
}

.payment-method__tabs {
  display: none;
  position: relative;
  font-size: 0;
  z-index: 1;
}

@media (min-width: 48em) {
  .payment-method__tabs {
    display: block;
  }
}

@media (min-width: 64em) {
  .payment-method__tabs.payment-method__tab_show_text span {
    display: inline-block;
  }
}

.payment-method__tab {
  display: block;
  margin: 0 0 10px;
  padding: 10px 8px;
  background-color: #f5f5f5;
  border-style: solid;
  border-width: 2px;
  border-radius: 6px;
  border-color: #d7d7d6;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}

@media (min-width: 48em) {
  .payment-method__tab--mobile {
    display: none !important;
  }
}

.payment-method__tab--mobile img {
  margin-left: 10px;
}

.payment-method__tab span {
  display: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

@media (max-width: 47.99em) {
  .payment-method__tab span {
    display: inline-block !important;
  }
}

.payment-method__tab img {
  width: auto;
  height: 20px;
  vertical-align: middle;
}

.payment-method__tab.is-active {
  padding-top: 15px;
  background-color: #fff;
  border-bottom-color: #fff;
  border-radius: 6px 6px 0 0;
}

.payment-method__tab.is-active span {
  display: inline-block;
}

@media (min-width: 23.4375em) {
  .payment-method__tab {
    padding: 10px 13px;
  }

  .payment-method__tab span {
    margin-right: 5px;
    font-size: 14px;
  }
}

@media (min-width: 48em) {
  .payment-method__tab {
    display: inline-block;
    margin-right: -2px;
    margin-bottom: 0;
    padding: 10px 14px;
    border-radius: 6px 6px 0 0;
  }

  .payment-method__tab span {
    font-size: 16px;
    letter-spacing: 0;
  }
}

.payment-method {
  position: relative;
  top: -12px;
  margin-bottom: 15px;
  padding-top: 40px;
  border-width: 2px;
  border-style: solid;
  border-color: #d7d7d6;
  border-radius: 0 0 6px 6px;
  transition: 0.2s border-color ease-out;
}

@media (min-width: 48em) {
  .payment-method {
    top: -2px;
    border-top-right-radius: 6px;
  }
}

.payment-method h3 {
  position: relative;
  padding: 10px 12px 10px;
  margin: 0;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.2s opacity ease-out;
}

.payment-method h3:hover,
.payment-method h3:active,
.payment-method h3:focus {
  opacity: 1;
}

@media (min-width: 30em) {
  .payment-method h3 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media (min-width: 62em) {
  .payment-method h3 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.payment-method h3 span {
  display: block;
  padding-top: 4px;
}

.payment-method h3 img {
  display: block;
  float: right;
  margin-left: 4px;
  max-height: 28px;
}

@media (min-width: 48em) {
  .payment-method h3 img {
    max-height: 32px;
  }
}

.payment-method .content {
  padding: 0 12px 18px;
}

@media (min-width: 62em) {
  .payment-method .content {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.payment-method.is-active {
  display: block;
}

.payment-method.is-active h3 {
  opacity: 1;
  cursor: default;
}

.payment-method__icon {
  display: block;
  margin: 0 0 20px;
  width: auto;
  height: 32px;
}

.payment-method__intro {
  font-weight: 500;
  color: #87939A;
}

.payment-method__accept {
  margin-top: 10px;
  margin-bottom: 40px;
}

.payment-method__icons {
  padding: 42px 20px 50px;
  text-align: center;
}

.page--checkout--mobile .payment-method__icons {
  padding: 20px 20px 0px;
}

.credit-card-date-separator {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 35px;
}

.phone-prefix {
  position: relative;
  font-size: 0;
}

.phone-prefix span {
  position: absolute;
  left: 35px;
  display: block;
  max-width: 20%;
  margin: 8px 0px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  font-weight: 400;
  color: #949393;
}

.phone-prefix__input-wrap {
  margin-left: 30px;
}

#checkout-shopping-bag {
  margin-bottom: 15px;
}

@media (min-width: 48em) {
  #checkout-shopping-bag {
    margin-bottom: 0;
  }
}

#checkout-shopping-bag.is-devoluciones {
  margin-bottom: 45px;
}

#checkout-shopping-bag-empty {
  margin-bottom: 50px;
}

#anyadir-regalo {
  padding-top: 15px;
}

#anyadir-regalo .item+.item {
  border-top: 1px solid #e4e4e3;
  padding-top: 10px;
}

#anyadir-regalo .item .gift .btn .icon-svg {
  width: 15px;
  height: 15px;
  vertical-align: top;
}

#anyadir-regalo .item .gift-info {
  display: none;
}

#anyadir-regalo .item .gift-info-paper {
  font-weight: 500;
}

#anyadir-regalo .item .gift-info-paper {
  font-weight: 500;
}

#anyadir-regalo .item .price {
  display: inline-block;
  margin-left: 2px;
  font-weight: 700;
}

#anyadir-regalo .item .gift-info .remove {
  color: #d7d7d6;
  display: inline-block;
  vertical-align: top;
}

#anyadir-regalo .item .gift-info .remove:hover,
#anyadir-regalo .item .gift-info .remove:active,
#anyadir-regalo .item .gift-info .remove:focus {
  color: #D32F2F;
}

#anyadir-regalo .item .gift-info .remove .icon-svg {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.gift-insert {
  display: none;
}

.gift-insert-form {
  padding-bottom: 15px;
}

.gift-insert-form .btn+.btn {
  margin-left: 10px;
}

.gift-tipus-wrap {
  padding-bottom: 18px;
  margin-left: -5px;
}

@media (min-width: 48em) {
  .gift-tipus-wrap {
    margin-left: -15px;
  }
}

.gift-tipus-col {
  float: left;
  width: 160px;
  max-width: 33.333333%;
  padding-left: 5px;
}

@media (min-width: 48em) {
  .gift-tipus-col {
    padding-left: 15px;
  }
}

.gift-tipus .radio label {
  display: block;
  cursor: pointer;
  padding: 5px;
  border: 2px solid #d7d7d6;
  border-radius: 6px;
  transition: 0.2s border-color ease-out;
  cursor: pointer;
}

@media (min-width: 48em) {
  .gift-tipus .radio label {
    padding: 10px;
  }
}

.gift-tipus .radio input {
  top: 7px;
  left: 7px;
}

.gift-tipus .radio input+label:before {
  left: 7px;
  top: 9px;
}

.gift-tipus .radio input+label:after {
  top: 9px;
  left: 7px;
}

.gift-tipus .radio label:hover {
  border-color: #949393;
}

.gift-tipus.is-selected .radio label {
  border-color: #949393;
}

.gift-tipus img {
  display: block;
  max-width: 100%;
  margin: 0 auto 5px;
  border-radius: 6px;
}

.gift-tipus .text {
  display: block;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
}

.gift-tipus .price {
  display: block;
  font-weight: 600;
}

.gift-tipus .zoom {
  display: none;
}

.checko-ok .container {
  max-width: 1180px;
}

.checko-ok .title-generic {
  letter-spacing: 0.02em;
}

.checko-ok .checko-section-title span {
  text-transform: none;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}

.checko-ok__vferrer {
  margin-top: 10px;
  margin-bottom: 20px;
}

#fin_p1 {
  line-height: inherit !important;
}

#fin_p1 a {
  font-size: inherit !important;
  text-decoration: underline;
}

#fin_p1 a:hover,
#fin_p1 a:active,
#fin_p1 a:focus {
  color: #f3ca12;
  text-decoration: underline;
}

.checko-ok {
  color: #000;
}

.checko-ok .row:before,
.checko-ok .row:after {
  content: " ";
  display: table;
}

.checko-ok .row:after {
  clear: both;
}

.checko-ok .col__equal {
  display: inline-block;
  width: 100%;
}

@media (min-width: 48em) {
  .checko-ok .col__equal {
    float: left;
    width: 50%;
  }
}

.checko-ok .col__left {
  display: inline-block;
  width: 100%;
}

@media (min-width: 48em) {
  .checko-ok .col__left {
    float: left;
    width: 45%;
  }
}

.checko-ok .col__right {
  display: inline-block;
  width: 100%;
}

@media (min-width: 48em) {
  .checko-ok .col__right {
    float: right;
    width: 55%;
  }
}

.checko-ok .hr {
  background-color: #000;
  display: block;
  height: 1px;
  margin-bottom: 25px;
  width: 100%;
}

.checko-ok .btn {
  border-color: #f3ca12;
  color: #f3ca12;
  text-transform: uppercase;
}

@media (max-width: 29.99em) {
  .checko-ok .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

.checko-ok .btn:hover,
.checko-ok .btn:active,
.checko-ok .btn:focus {
  background-color: #f3ca12;
  color: #fff;
}

.checko-ok .title-wrap {
  margin-bottom: 50px;
}

.checko-ok .title-wrap .title-generic {
  margin-bottom: 5px;
  color: #f3ca12;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
}

@media (min-width: 30em) {
  .checko-ok .title-wrap .title-generic {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (min-width: 48em) {
  .checko-ok .title-wrap .title-generic {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media (min-width: 62em) {
  .checko-ok .title-wrap .title-generic {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media (min-width: 75em) {
  .checko-ok .title-wrap .title-generic {
    font-size: 44px;
    font-size: 4.4rem;
  }
}

.checko-ok .title-wrap .title-intro {
  text-align: center;
  font-size: 13px;
  font-size: 1.2rem;
  line-height: 1.2;
}

@media (min-width: 48em) {
  .checko-ok .title-wrap .title-intro {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.checko-ok .resumen_pedido {
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

.checko-ok .resumen_pedido span {
  font-weight: 700;
}

@media (max-width: 61.99em) {
  .checko-ok .resumen_pedido span {
    display: block;
  }
}

@media (min-width: 48em) {
  .checko-ok .resumen_pedido {
    height: 36px;
  }
}

@media (min-width: 75em) {
  .checko-ok .resumen_pedido {
    height: 40px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.checko-ok .order-resume__wrap {
  border-top: 1px solid #000;
  padding: 30px 0;
}

.checko-ok .order-resume__wrap .order-resume__col-image {
  display: inline-block;
  float: left;
  padding: 0 10px;
  width: 100px;
}

.checko-ok .order-resume__wrap .order-resume__col-image img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 62em) {
  .checko-ok .order-resume__wrap .order-resume__col-image {
    width: 140px;
  }
}

.checko-ok .order-resume__wrap .order-resume__col-info {
  display: inline-block;
  float: left;
  line-height: 20px;
  width: calc(100% - 100px);
}

.checko-ok .order-resume__wrap .order-resume__col-info p {
  margin: 0;
}

.checko-ok .order-resume__wrap .order-resume__col-info__title {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.checko-ok .order-resume__wrap .order-resume__col-info .column {
  display: inline-block;
  float: left;
  width: 50%;
}

.checko-ok .order-resume__wrap .order-resume__col-info .column--right {
  padding-right: 20px;
  text-align: right;
}

@media (min-width: 62em) {
  .checko-ok .order-resume__wrap .order-resume__col-info .column--right {
    padding-right: 40px;
  }
}

@media (min-width: 62em) {
  .checko-ok .order-resume__wrap .order-resume__col-info {
    width: calc(100% - 140px);
  }
}

.checko-ok .order-resume__wrap .price__wrap {
  background-color: #f2f2f2;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding: 25px 0 25px 100px;
  width: 100%;
}

.checko-ok .order-resume__wrap .price__wrap__left {
  display: inline-block;
  float: left;
  width: 50%;
}

@media (min-width: 48em) {
  .checko-ok .order-resume__wrap .price__wrap__left {
    width: 35%;
    text-align: right;
  }
}

.checko-ok .order-resume__wrap .price__wrap__right {
  display: inline-block;
  float: left;
  padding-right: 20px;
  text-align: right;
  width: 50%;
}

@media (min-width: 48em) {
  .checko-ok .order-resume__wrap .price__wrap__right {
    width: 65%;
  }
}

@media (min-width: 62em) {
  .checko-ok .order-resume__wrap .price__wrap__right {
    padding-right: 40px;
  }
}

.checko-ok .order-resume__wrap .price__wrap__iva {
  font-size: 13px;
  font-weight: initial;
  line-height: 13px;
  margin-bottom: 0;
}

@media (min-width: 62em) {
  .checko-ok .order-resume__wrap .price__wrap {
    padding-left: 140px;
  }
}

.checko-ok .buttons__wrap {
  margin-bottom: 15px;
}

@media (min-width: 48em) {
  .checko-ok .buttons__wrap {
    height: 36px;
  }

  .checko-ok .buttons__wrap--de .btn {
    padding: 0.6em 0.35em;
    font-size: 1.3rem;
  }
}

@media (min-width: 62em) {
  .checko-ok .buttons__wrap {
    padding-left: 80px;
  }

  .checko-ok .buttons__wrap .btn {
    margin-right: 15px;
  }

  .checko-ok .buttons__wrap--de .btn {
    margin-right: 0;
    padding: 0.6em 0.5em;
    font-size: 1.4rem;
  }
}

@media (min-width: 75em) {
  .checko-ok .buttons__wrap {
    height: 40px;
  }

  .checko-ok .buttons__wrap--de .btn {
    margin-right: 15px;
    padding: 0.6em 1em;
  }
}

@media (min-width: 30em) {
  .checko-ok .btn-continue-wrap {
    padding-top: 15px;
    padding-right: 15px;
    text-align: right;
  }
}

.checko-ok .adresses__wrap {
  border-top: 1px solid #000;
  padding: 20px 0;
}

@media (min-width: 48em) {
  .checko-ok .adresses__wrap {
    padding: 30px 0 30px 30px;
  }
}

@media (min-width: 62em) {
  .checko-ok .adresses__wrap {
    padding-left: 80px;
  }
}

.checko-ok .adresses__wrap .address__title {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.checko-ok .adresses__wrap .address {
  line-height: 20px;
}

.checko-ok .timing__wrap {
  background-image: url("../images/truck.png");
  background-position: 0px 5px;
  background-repeat: no-repeat;
  background-size: 31px 18px;
  line-height: 20px;
  padding: 0 0 25px 45px;
}

@media (min-width: 48em) {
  .checko-ok .timing__wrap {
    background-position: 80px 39px;
    padding: 0 0 25px 121px;
  }
}

.checko-ok .timing__wrap span {
  font-weight: 600;
  text-transform: uppercase;
}

.checko-ads {
  padding-bottom: 0;
  padding-top: 20px;
  padding-top: 2rem;
}

.checko-ads .grid__item {
  padding-left: 0;
}

.checko-ads article {
  margin-bottom: 0;
}

#layerInventario {
  margin-bottom: 20px;
  padding-left: 74px;
  background: transparent url("../images/alert.png") 12px center no-repeat;
  background-size: 40px auto;
}

#layerInventario p {
  color: #f7a700;
  font-size: 13px;
  font-weight: bold;
}

.alert-shipping-info {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 15px;
  margin-bottom: 30px;
}

.alert-shipping-info img {
  float: left;
  margin-right: 10px;
  width: 60px;
  height: auto;
}

.alert-shipping-info span {
  margin-top: 5px;
  float: left;
  font-weight: bold;
  font-size: 14px;
  color: #f7a800;
}

@media (min-width: 48em) {
  .alert-shipping-info span {
    font-size: 16px;
  }
}

#div_coupon_info {
  position: relative;
  margin-bottom: 10px;
}

#div_coupon_info .price {
  padding-right: 20px;
}

#div_coupon_info .checko-cart-line__label {
  display: inline-block;
}

#div_coupon_info .coupon-code {
  margin-left: 6px;
  font-weight: 700;
}

#div_coupon_info .coupon__delete {
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 12px;
  color: #D32F2F;
  opacity: 1;
  transition: 0.2s opacity ease-out;
}

html.browser-touchevents #div_coupon_info .coupon__delete {
  opacity: 1;
}

#div_coupon_info .coupon__delete a {
  display: inline-block;
  color: #D32F2F;
}

#div_coupon_info .coupon__delete .icon-svg {
  width: 12px;
  height: 12px;
}

@media (min-width: 48em) {
  #div_coupon_info .coupon__delete {
    top: 16px;
  }
}

.selected-time {
  padding-top: 10px;
  margin-left: 10px;
  padding: 10px;
  border-radius: 3px;
}

.selected-time-returns {
  padding-top: 10px;
  margin-left: 10px;
  border: solid 1px #2d5134;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 25px;
}

.login__logo {
  width: 175px;
  height: auto;
  margin: 0 auto 10px;
}

.login__btn--lg {
  font-weight: 500;
}

#user-remember-password,
#user-register,
#user-register-mail,
#bienvenido {
  display: none;
}

.login__btn-sex {
  width: 85px;
}

.has-error .login__btn-sex {
  border-color: #D32F2F;
  background-color: #fbecec;
}

@media (min-width: 48em) {
  .login__btn-sex {
    width: 108px;
  }
}

.login__btn--blue .icon-svg {
  width: 20px;
  height: 20px;
}

.login__checkbox {
  margin-top: 10px;
}

.login__checkbox .form-label {
  font-size: 10px;
}

.login__checkbox.last {
  margin-bottom: 10px;
}

.forgot-link {
  display: inline-block;
  color: #808080;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
}

.forgot-link--margintop {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (min-width: 48em) {
  .forgot-link--margintop {
    margin-top: 18px;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .forgot-link--last {
    margin-bottom: 0;
  }
}

.forgot-link:hover,
.forgot-link:active,
.forgot-link:focus {
  text-decoration: underline;
}

.note-text {
  display: inline-block;
  color: #808080;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 12px;
}

.note-text--nomargintop {
  margin-top: 5px;
}

@media (min-width: 48em) {
  .note-text--nomargintop {
    margin-top: 25px;
  }
}

.login__sex {
  margin-top: 19px;
}

.login__sex--left {
  padding-left: 20px;
}

.login__sex--right {
  padding-left: 10px;
}

.register-password-group {
  position: relative;
}

.register-password-toggle {
  position: absolute;
  top: 60px;
  right: 0px;
  margin: 0;
  color: #9B9B9B;
  font-size: 11px;
  cursor: pointer;
}

.register-hide-pass {
  display: none;
}

.markets ul {
  list-style: none;
}

.markets-countries li {
  display: block;
  margin-bottom: 4px;
}

.markets-countries__item {
  padding: 0;
  border: none;
  margin: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  display: block;
  width: 100%;
  padding: 5px  5px 5px 35px;
  font-size: 13px;
  font-size: 1.3rem;
  background-position: 5px 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  text-align: left;
  border-radius: 6px;
  text-decoration: none !important;
}

@media (min-width: 30em) {
  .markets-countries__item {
    padding: 7px  7px 7px 35px;
    background-position: 7px 50%;
  }
}

@media (min-width: 48em) {
  .markets-countries__item {
    padding: 7px  7px 7px 40px;
  }
}

.markets-countries__item:hover {
  color: #f3ca12;
}

.markets-countries__item.active {
  background-color: #ebefe8;
}

.markets-countries__item--es {
  background-image: url("../images/flags/es.png") !important;
}

.markets-countries__item--de {
  background-image: url("../images/flags/de.png") !important;
}

.markets-countries__item--nl {
  background-image: url("../images/flags/nl.png") !important;
}

.markets-countries__item--lu {
  background-image: url("../images/flags/lu.png") !important;
}

.markets-countries__item--cz {
  background-image: url("../images/flags/cz.png") !important;
}

.markets-countries__item--at {
  background-image: url("../images/flags/at.png") !important;
}

.markets-countries__item--fi {
  background-image: url("../images/flags/fi.png") !important;
}

.markets-countries__item--hu {
  background-image: url("../images/flags/hu.png") !important;
}

.markets-countries__item--no {
  background-image: url("../images/flags/no.png") !important;
}

.markets-countries__item--se {
  background-image: url("../images/flags/se.png") !important;
}

.markets-countries__item--be {
  background-image: url("../images/flags/be.png") !important;
}

.markets-countries__item--fr {
  background-image: url("../images/flags/fr.png") !important;
}

.markets-countries__item--ie {
  background-image: url("../images/flags/ie.png") !important;
}

.markets-countries__item--pl {
  background-image: url("../images/flags/pl.png") !important;
}

.markets-countries__item--ch {
  background-image: url("../images/flags/ch.png") !important;
}

.markets-countries__item--dk {
  background-image: url("../images/flags/dk.png") !important;
}

.markets-countries__item--gr {
  background-image: url("../images/flags/gr.png") !important;
}

.markets-countries__item--it {
  background-image: url("../images/flags/it.png") !important;
}

.markets-countries__item--pt {
  background-image: url("../images/flags/pt.png") !important;
}

.markets-countries__item--uk {
  background-image: url("../images/flags/uk.png") !important;
}

.markets-countries__item--ad {
  background-image: url("../images/flags/ad.png") !important;
}

.markets-countries__item--wr,
.markets-countries__item--wo {
  background-image: url("../images/flags/wr.png") !important;
}

.markets-langs li {
  display: block;
}

.markets-langs__item {
  padding: 0;
  border: none;
  margin: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  display: block;
  width: 100%;
  padding: 5px 5px 5px 5px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #2d5134;
  text-align: center;
  font-weight: 600;
  border-radius: 6px;
}

@media (min-width: 30em) {
  .markets-langs__item {
    padding: 7px 7px 7px 7px;
  }
}

.markets-langs__item:hover {
  color: #f3ca12;
}

.markets-langs__item.active {
  background-color: #ebefe8;
}

.markets hr {
  margin: 2rem 0;
}

.markets__current {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #2d5134;
  margin-bottom: 10px;
}

.markets__current strong {
  font-weight: 600;
}

@media (min-width: 30em) {
  .markets__current {
    padding-top: 8px;
    margin-bottom: 0;
  }
}

.markets__title-countries {
  margin-top: 0;
  margin-bottom: 12px;
}

.markets__title-langs {
  margin-top: 30px;
  margin-bottom: 12px;
}

.page-handmade img {
  display: block;
  width: 100%;
  margin: 0 0 30px;
}

.block-404 {
  margin-bottom: 5em;
}

.block-404 h2 {
  margin-bottom: 15px;
}

.block-404 a {
  text-decoration: underline;
  color: #2d5134;
}

.block-404 a:hover,
.block-404 a:active,
.block-404 a:focus {
  text-decoration: underline;
  color: #f3ca12;
}

.search-results-title {
  display: inline-block;
  margin-right: 1rem;
}

@media (max-width: 61.99em) {
  .search-results-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.search-results-title strong {
  color: #698172;
}

.search-results-title u {
  color: #698172;
}

.search-results-copy {
  display: inline-block;
  margin-bottom: 25px;
  color: #2d5134;
}

.goodl-lang {
  float: right;
  font-size: 0;
}

.goodl-lang__item {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 8px;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

.goodl-lang__item:hover,
.goodl-lang__item:active,
.goodl-lang__item:focus {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

@media (min-width: 30em) {
  .goodl-lang__item {
    margin-left: 12px;
  }
}

@media (min-width: 48em) {
  .goodl-lang__item {
    margin-top: 5px;
    margin-left: 12px;
  }
}

.goodl-lang__item img {
  display: inline-block;
  width: auto;
  height: 29px;
  vertical-align: top;
}

@media (min-width: 48em) {
  .goodl-lang__item img {
    height: 38px;
  }
}

@media (min-width: 62em) {
  .goodl-lang__item img {
    height: 46px;
  }
}

.goodl-lang__item--world {
  font-size: 0;
  line-height: 29px;
  white-space: nowrap;
}

@media (min-width: 30em) {
  .goodl-lang__item--world {
    font-size: 13px;
  }
}

@media (min-width: 48em) {
  .goodl-lang__item--world {
    line-height: 38px;
  }
}

@media (min-width: 62em) {
  .goodl-lang__item--world {
    line-height: 46px;
  }
}

.goodl-legal {
  padding-top: 30px;
}

@media (min-width: 62em) {
  .goodl-legal {
    padding-top: 120px;
  }
}

.goodl-wrap {
  min-height: 85vh;
  min-height: calc(80vh - 126px);
  padding-top: 30px;
  background: transparent url("../images/goodluck/goodluck-bg-768.jpg") center center repeat-x;
  background-size: auto 100%;
  background-size: cover;
}

@media (min-width: 48em) {
  .goodl-wrap {
    min-height: calc(85vh - 126px);
  }
}

@media (min-width: 62em) {
  .goodl-wrap {
    padding-top: 120px;
    background-image: url("../images/goodluck/goodluck-bg-1024.jpg");
  }
}

@media (min-width: 85.375em) {
  .goodl-wrap {
    background-image: url("../images/goodluck/goodluck-bg-1680.jpg");
  }
}

@media (min-width: 62em) {
  .goodl-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60vh;
  }
}

@media (min-width: 62em) {
  .goodl-container__col {
    float: left;
    width: 50%;
  }

@supports (display: flex) {
    .goodl-container__col {
      float: none;
      width: auto;
    }
}
}

@media (min-width: 62em) {
  .goodl-container__col--left {
    padding-right: 15px;
    margin-top: -5%;
  }

@supports (display: flex) {
    .goodl-container__col--left {
      -webkit-flex: 0 1 52%;
      -ms-flex: 0 1 52%;
      flex: 0 1 52%;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
}
}

@media (min-width: 62em) {
  .goodl-container__col--right {
    padding-left: 15px;
  }

@supports (display: flex) {
    .goodl-container__col--right {
      -webkit-flex: 0 1 48%;
      -ms-flex: 0 1 48%;
      flex: 0 1 48%;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }

    .goodl-container.show-confirmation .goodl-container__col--right {
      -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
    }
}
}

.goodl-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 27px;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  color: #fff;
}

@media (min-width: 48em) {
  .goodl-title {
    font-size: 38px;
  }
}

@media (min-width: 62em) {
  .goodl-title {
    font-size: 44px;
    margin-bottom: 20px;
  }
}

@media (min-width: 75em) {
  .goodl-title {
    font-size: 48px;
  }
}

.goodl-subtitle {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16.33px;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  color: #000;
}

@media (min-width: 48em) {
  .goodl-subtitle {
    margin-bottom: 25px;
    font-size: 26.98px;
  }
}

@media (min-width: 62em) {
  .goodl-subtitle {
    margin-bottom: 15px;
    font-size: 31.24px;
  }
}

@media (min-width: 75em) {
  .goodl-subtitle {
    font-size: 34.08px;
  }
}

.goodl-conditions {
  color: #000;
  text-align: left;
  font-size: 1.2rem;
  margin-top: 40px;
  font-style: italic;
}

.goodl-conditions strong {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
}

@media (min-width: 48em) {
  .goodl-conditions strong {
    font-size: 1.6rem;
  }
}

@media (min-width: 48em) {
  .goodl-conditions {
    font-size: 1.4rem;
  }
}

.goodl-box {
  width: 455px;
  max-width: 100%;
  padding: 20px 12px 12px;
  margin: 0 auto 30px;
  border-radius: 6px;
  background-color: #fff;
}

@media (min-width: 48em) {
  .goodl-box {
    padding: 20px 30px 12px;
  }
}

.goodl-box--confirmation {
  margin-bottom: 60px;
  width: 350px;
}

@media (min-width: 85.375em) {
  .goodl-box--confirmation {
    margin-top: 60px;
  }
}

.goodl-box label {
  margin-bottom: 0.15em;
}

.goodl-box .form-group {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.goodl-box__logo {
  display: block;
  width: 130px;
  height: auto;
  margin: 0 auto 5px;
}

.goodl-box__text {
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  color: #000;
}

@media (min-width: 48em) {
  .goodl-box__text {
    font-size: 16px;
  }
}

@media (min-width: 30em) {
  .goodl-box__sex--left {
    padding-left: 20px;
  }
}

@media (min-width: 30em) {
  .goodl-box__sex--right {
    padding-left: 10px;
  }
}

@media (min-width: 30em) {
  .goodl-box__sex {
    margin-top: 19px;
  }
}

.goodl-box__checkbox {
  margin-bottom: 10px;
}

.goodl-box__checkbox .form-label {
  padding-top: 3px;
  font-size: 10px;
  line-height: 1.1;
  color: #777;
}

.goodl-submit {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.goodl-brand {
  display: inline-block;
  font-family: "special_eliteregular",cursive,serif;
  font-size: 8px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 23.4375em) {
  .goodl-brand {
    font-size: 10px;
  }
}

.goodl-brand--big {
  font-size: 18px;
}

.goodl-brand__good {
  display: inline-block;
  margin-right: 0.4em;
  font-size: 2em;
}

.goodl-brand__luck {
  display: inline-block;
  padding-right: 0.2em;
  padding-left: 0.2em;
  font-size: 2em;
  color: #fff;
  background-color: #000;
}

.goodl-box__forgot {
  display: inline-block;
  color: #000;
  margin-top: 10px;
  font-size: 12px;
}

.goodl-box__forgot:hover,
.goodl-box__forgot:active,
.goodl-box__forgot:focus {
  text-decoration: underline;
}

@media (min-width: 160em) {
  .goodl-box__forgot {
    font-size: 16px;
  }
}

.goodl-box__boot {
  display: block;
  width: 230px;
  height: auto;
  max-width: 70%;
  margin: 15px auto 5px;
}

.goodl-gallery img {
  display: block;
  width: 100%;
  height: auto;
}

.besopanama-lang {
  float: right;
  font-size: 0;
}

.besopanama-lang__item {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 8px;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

.besopanama-lang__item:hover,
.besopanama-lang__item:active,
.besopanama-lang__item:focus {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

@media (min-width: 30em) {
  .besopanama-lang__item {
    margin-left: 12px;
  }
}

@media (min-width: 48em) {
  .besopanama-lang__item {
    margin-top: 5px;
    margin-left: 12px;
  }
}

.besopanama-lang__item img {
  display: inline-block;
  width: auto;
  height: 29px;
  vertical-align: top;
}

@media (min-width: 48em) {
  .besopanama-lang__item img {
    height: 38px;
  }
}

@media (min-width: 62em) {
  .besopanama-lang__item img {
    height: 46px;
  }
}

.besopanama-lang__item--world {
  font-size: 0;
  line-height: 29px;
  white-space: nowrap;
}

@media (min-width: 30em) {
  .besopanama-lang__item--world {
    font-size: 13px;
  }
}

@media (min-width: 48em) {
  .besopanama-lang__item--world {
    line-height: 38px;
  }
}

@media (min-width: 62em) {
  .besopanama-lang__item--world {
    line-height: 46px;
  }
}

.besopanama-legal {
  padding-top: 30px;
}

@media (min-width: 62em) {
  .besopanama-legal {
    padding-top: 120px;
  }
}

.besopanama-wrap {
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
  min-height: 85vh;
  min-height: calc(80vh - 126px);
  background: transparent url("../images/besopanama/besopanama-bg-768.jpg") 0 0 repeat-y;
  background-size: 100% auto;
}

@media (min-width: 48em) {
  .besopanama-wrap {
    background-image: url("../images/besopanama/besopanama-bg-768_2.jpg");
    min-height: calc(85vh - 126px);
  }
}

@media (min-width: 48.0625em) and (max-width: 62em) {
  .besopanama-wrap {
    background-image: url("../images/besopanama/besopanama-bg-992.jpg");
  }
}

@media (min-width: 62.0625em) {
  .besopanama-wrap {
    background-image: url("../images/besopanama/besopanama-bg-2560.jpg");
  }
}

@media (min-width: 75em) {
  .besopanama-wrap {
    padding-top: 10px;
  }
}

@media (min-width: 62em) {
  .besopanama-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60vh;
    padding: 100px 0 300px 0;
  }
}

@media (min-width: 62em) and (max-width: 63.99em) {
  .besopanama-container {
    padding: 65px 0 0 0;
  }
}

@media (min-width: 64em) {
  .besopanama-container {
    padding: 65px 0 0 0;
  }
}

@media (min-width: 75em) {
  .besopanama-container {
    padding: 100px 0 215px 0;
  }
}

@media (min-width: 85.375em) {
  .besopanama-container {
    padding: 100px 0 90px 0;
  }
}

@media (min-width: 105em) {
  .besopanama-container {
    padding: 100px 0 400px 0;
  }
}

@media (min-width: 62em) {
  .besopanama-container__col {
    float: left;
    width: 50%;
  }

@supports (display: flex) {
    .besopanama-container__col {
      float: none;
      width: auto;
    }
}
}

@media (min-width: 62em) {
  .besopanama-container__col--left {
    padding-right: 15px;
    margin-top: -5%;
  }

@supports (display: flex) {
    .besopanama-container__col--left {
      -webkit-flex: 0 1 52%;
      -ms-flex: 0 1 52%;
      flex: 0 1 52%;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
}
}

@media (min-width: 62em) {
  .besopanama-container__col--right {
    padding-left: 15px;
  }

@supports (display: flex) {
    .besopanama-container__col--right {
      -webkit-flex: 0 1 48%;
      -ms-flex: 0 1 48%;
      flex: 0 1 48%;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }

    .besopanama-container.show-confirmation .besopanama-container__col--right {
      -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
    }
}
}

@media (min-width: 62em) {
  .besopanama-container__form {
    float: right;
  }
}

@media (min-width: 62em) {
  #besopanama-content-title {
    float: left;
    display: inline-block;
    margin-top: 30px;
    margin-right: 80px;
    margin-left: 210px;
  }
}

@media (min-width: 62em) and (max-width: 63.99em) {
  #besopanama-content-title {
    margin-top: 10px;
  }
}

@media (min-width: 64em) {
  #besopanama-content-title {
    margin-top: 10px;
    margin-right: 160px;
  }
}

@media (min-width: 75em) {
  #besopanama-content-title {
    margin-right: 200px;
    margin-left: 255px;
  }
}

@media (min-width: 85.375em) {
  #besopanama-content-title {
    margin-right: 240px;
    margin-left: 160px;
  }
}

@media (min-width: 105em) {
  #besopanama-content-title {
    margin-left: 58px;
    margin-top: 0px;
    margin-right: 330px;
  }
}

@media (min-width: 120em) {
  #besopanama-content-title {
    margin-left: 25px;
    margin-right: 360px;
  }
}

.besopanama-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'cervolight';
  font-family: 'cervo_regularregular';
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-shadow: -1px 1px #000000;
}

@media (min-width: 48em) {
  .besopanama-title {
    margin-top: 48px;
    font-size: 62px;
  }
}

@media (min-width: 62em) {
  .besopanama-title {
    font-size: 37px;
    margin-bottom: 20px;
  }
}

@media (min-width: 62em) and (max-width: 63.99em) {
  .besopanama-title {
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 30px;
  }
}

@media (min-width: 64em) {
  .besopanama-title {
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 30px;
  }
}

@media (min-width: 75em) {
  .besopanama-title {
    font-size: 37px;
  }
}

@media (min-width: 85.375em) {
  .besopanama-title {
    font-size: 50px;
  }
}

@media (min-width: 105em) {
  .besopanama-title {
    font-size: 60px;
  }
}

@media (min-width: 120em) {
  .besopanama-title {
    font-size: 67px;
  }
}

.besopanama-title .brand {
  font-family: 'cervomedium';
}

@media (min-width: 48em) {
  .besopanama-title .brand {
    display: block;
    font-size: 108px;
    margin-bottom: 10px;
  }
}

@media (min-width: 62em) {
  .besopanama-title .brand {
    font-size: 50px;
    margin-bottom: 0;
  }
}

@media (min-width: 64em) {
  .besopanama-title .brand {
    font-size: 40px;
  }
}

@media (min-width: 75em) {
  .besopanama-title .brand {
    font-size: 47px;
  }
}

@media (min-width: 85.375em) {
  .besopanama-title .brand {
    font-size: 70px;
  }
}

@media (min-width: 105em) {
  .besopanama-title .brand {
    font-size: 90px;
  }
}

.besopanama-title .edition {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  font-family: 'cervo_regularregular';
}

@media (min-width: 48em) {
  .besopanama-title .edition {
    display: block;
    margin-top: 10px;
    font-size: 44px;
  }
}

@media (min-width: 62em) {
  .besopanama-title .edition {
    font-size: 30px;
    display: inline-block;
  }
}

@media (min-width: 64em) {
  .besopanama-title .edition {
    display: inline-block;
    margin-top: 5px;
  }
}

@media (min-width: 85.375em) {
  .besopanama-title .edition {
    font-size: 50px;
  }
}

@media (min-width: 85.375em) {
  .besopanama-title .edition {
    font-size: 50px;
  }
}

@media (min-width: 105em) {
  .besopanama-title .edition {
    font-size: 60px;
  }
}

.besopanama-subtitle {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16.33px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  color: #000;
}

@media (min-width: 48em) {
  .besopanama-subtitle {
    margin-bottom: 25px;
    font-size: 26.98px;
  }
}

@media (min-width: 62em) {
  .besopanama-subtitle {
    margin-bottom: 15px;
    font-size: 31.24px;
  }
}

@media (min-width: 75em) {
  .besopanama-subtitle {
    font-size: 34.08px;
  }
}

.besopanama-box {
  width: 505px;
  max-width: 100%;
  padding: 20px 12px 12px;
  margin: 15px auto 30px;
  border-radius: 6px;
  background-color: #fff;
}

@media (min-width: 48em) {
  .besopanama-box {
    padding: 20px 30px 12px;
    width: 575px;
  }
}

@media (min-width: 62em) {
  .besopanama-box {
    width: 430px;
  }
}

@media (min-width: 75em) {
  .besopanama-box {
    width: 475px;
  }
}

@media (min-width: 85.375em) {
  .besopanama-box {
    width: 505px;
  }
}

@media (min-width: 160em) {
  .besopanama-box {
    width: 605px;
  }
}

@media (min-width: 85.375em) {
  #box-besopanama-fb {
    margin-bottom: 120px;
  }
}

@media (min-width: 105em) {
  #box-besopanama-fb {
    margin-bottom: 200px;
  }
}

.besopanama-box--confirmation {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  padding: 40px 40px 40px;
}

@media (min-width: 48em) {
  .besopanama-box--confirmation {
    padding: 20px;
  }
}

@media (min-width: 64em) {
  .besopanama-box--confirmation {
    padding: 80px 40px 80px;
    margin-left: 50px;
  }
}

@media (min-width: 85.375em) {
  .besopanama-box--confirmation {
    margin-bottom: 120px;
  }
}

@media (min-width: 105em) {
  .besopanama-box--confirmation {
    margin-bottom: 250px;
  }
}

.besopanama-box--confirmation .plogo {
  margin: 0 auto 40px auto;
  width: 250px;
}

@media (min-width: 48em) {
  .besopanama-box--confirmation .plogo {
    margin: 0 auto 10px auto;
  }
}

@media (min-width: 64em) {
  .besopanama-box--confirmation .plogo {
    margin: 0 auto 40px auto;
  }
}

.besopanama-box__text {
  display: inline-block;
  padding: 0 0;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  color: #000;
}

@media (min-width: 48em) {
  .besopanama-box__text {
    font-size: 16px;
    padding: 0 50px;
  }
}

.besopanama-box__text_2 {
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  color: #5d5d5d;
}

@media (min-width: 48em) {
  .besopanama-box__text_2 {
    font-size: 16px;
  }
}

.besopanama-box__special {
  margin: 0;
  font-family: "Exo 2",sans-serif;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #5d5d5d;
  font-weight: bold;
}

@media (min-width: 48em) {
  .besopanama-box__special {
    font-size: 46px;
  }
}

.besopanama-box label {
  margin-bottom: 0.15em;
}

@media (min-width: 160em) {
  .besopanama-box label {
    font-size: 2rem;
  }
}

.besopanama-box .form-group {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.besopanama-box__logo {
  display: block;
  width: 130px;
  height: auto;
  margin: 0 auto 5px;
}

.besopanama-box__text {
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  color: #000;
}

@media (min-width: 48em) {
  .besopanama-box__text {
    font-size: 16px;
  }
}

@media (min-width: 160em) {
  .besopanama-box__text {
    font-size: 20px;
  }
}

@media (min-width: 30em) {
  .besopanama-box__sex--left {
    padding-left: 20px;
  }
}

@media (min-width: 30em) {
  .besopanama-box__sex--right {
    padding-left: 10px;
  }
}

@media (min-width: 30em) {
  .besopanama-box__sex {
    margin-top: 19px;
  }
}

.besopanama-box__checkbox {
  margin-bottom: 10px;
}

.besopanama-box__checkbox .form-label {
  padding-top: 3px;
  font-size: 10px;
  line-height: 1.1;
  color: #777;
}

@media (min-width: 160em) {
  .besopanama-box__checkbox .form-label {
    font-size: 14px;
  }
}

.besopanama-submit {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.besopanama-brand {
  display: inline-block;
  font-family: "special_eliteregular",cursive,serif;
  font-size: 8px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 23.4375em) {
  .besopanama-brand {
    font-size: 10px;
  }
}

.besopanama-brand--big {
  font-size: 18px;
}

.besopanama-brand__good {
  display: inline-block;
  margin-right: 0.4em;
  font-size: 2em;
}

.besopanama-brand__luck {
  display: inline-block;
  padding-right: 0.2em;
  padding-left: 0.2em;
  font-size: 2em;
  color: #fff;
  background-color: #000;
}

.besopanama-box__forgot {
  display: inline-block;
  color: #000;
  margin-top: 10px;
  font-size: 12px;
}

.besopanama-box__forgot:hover,
.besopanama-box__forgot:active,
.besopanama-box__forgot:focus {
  text-decoration: underline;
}

.besopanama-box__boot {
  display: block;
  width: 230px;
  height: auto;
  max-width: 70%;
  margin: 15px auto 5px;
}

.besopanama-container_photo_info {
  width: 100%;
  margin-top: 55px;
  padding: 36px 0px;
  max-width: 505px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 48em) {
  .besopanama-container_photo_info {
    max-width: 100%;
    margin-top: 260px;
  }
}

@media (min-width: 62em) {
  .besopanama-container_photo_info {
    position: absolute;
    left: 30px;
    bottom: 0px;
    width: 80%;
    max-width: 850px;
  }
}

@media (min-width: 62em) and (max-width: 63.99em) {
  .besopanama-container_photo_info {
    top: 12%;
    width: 465px;
  }
}

@media (min-width: 64em) {
  .besopanama-container_photo_info {
    top: 12%;
    width: 465px;
    max-width: 100%;
  }
}

@media (min-width: 75em) {
  .besopanama-container_photo_info {
    width: 645px;
    top: 14%;
  }
}

@media (min-width: 85.375em) {
  .besopanama-container_photo_info {
    width: 775px;
    top: 25%;
  }
}

@media (min-width: 105em) {
  .besopanama-container_photo_info {
    width: 995px;
    top: 29%;
  }
}

@media (min-width: 120em) {
  .besopanama-container_photo_info {
    width: 1050px;
    top: 36%;
  }
}

@media (min-width: 160em) {
  .besopanama-container_photo_info {
    width: 1400px;
    top: 42%;
  }
}

.besopanama-photo_info-content {
  position: relative;
  padding: 10px 10px 10px 10px;
  background-color: rgba(215,160,36,0.6);
}

@media (min-width: 48em) {
  .besopanama-photo_info-content {
    padding: 16px 16px 16px 16px;
    border-radius: 3px;
  }
}

@media (min-width: 48em) {
  .besopanama-container_photo_info .content-dashed {
    padding: 8px 8px 8px 170px;
    border: 1px dashed #fff;
    border-radius: 3px;
  }
}

@media (min-width: 62em) and (max-width: 63.99em) {
  .besopanama-container_photo_info .content-dashed {
    padding: 8px 8px 8px 8px;
  }
}

@media (min-width: 64em) {
  .besopanama-container_photo_info .content-dashed {
    padding: 8px 8px 8px 8px;
  }
}

@media (min-width: 75em) {
  .besopanama-container_photo_info .content-dashed {
    padding: 8px 8px 8px 235px;
  }
}

@media (min-width: 85.375em) {
  .besopanama-container_photo_info .content-dashed {
    padding: 8px 8px 8px 255px;
  }
}

@media (min-width: 160em) {
  .besopanama-container_photo_info .content-dashed {
    padding: 8px 8px 8px 300px;
  }
}

.besopanama-container_photo_info h3 {
  margin: 0 0 6px 0;
  font-family: 'cervomedium';
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .besopanama-container_photo_info h3 {
    margin: 0 0 3px 0;
    font-size: 19px;
    line-height: 23px;
  }
}

@media (min-width: 62em) {
  .besopanama-container_photo_info h3 {
    margin: 0 0 3px 0;
    font-size: 25px;
    line-height: 25px;
  }
}

@media (min-width: 85.375em) {
  .besopanama-container_photo_info h3 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (min-width: 160em) {
  .besopanama-container_photo_info h3 {
    font-size: 40px;
    line-height: 40px;
  }
}

.besopanama-container_photo_info p {
  margin: 0;
  padding-right: 65px;
  font-family: 'cervolight';
  font-size: 12px;
  line-height: 12px;
  color: #000;
}

@media (min-width: 48em) {
  .besopanama-container_photo_info p {
    padding-right: 0px;
    font-size: 17px;
    line-height: 17px;
  }
}

@media (min-width: 62em) {
  .besopanama-container_photo_info p {
    margin: 0 0 3px 0;
    font-size: 23px;
    line-height: 20px;
  }
}

@media (min-width: 62em) and (max-width: 63.99em) {
  .besopanama-container_photo_info p {
    padding-right: 70px;
  }
}

@media (min-width: 64em) {
  .besopanama-container_photo_info p {
    padding-right: 70px;
  }
}

@media (min-width: 75em) {
  .besopanama-container_photo_info p {
    padding-right: 0;
  }
}

@media (min-width: 85.375em) {
  .besopanama-container_photo_info p {
    margin: 0 0 3px 0;
    font-size: 23px;
    line-height: 20px;
  }
}

@media (min-width: 160em) {
  .besopanama-container_photo_info p {
    font-size: 30px;
    line-height: 30px;
  }
}

.besopanama-photo_info-content img {
  position: absolute;
  bottom: -30px;
  right: -10px;
  width: 90px;
  height: auto;
}

@media (min-width: 48em) {
  .besopanama-photo_info-content img {
    top: -24px;
    left: -5px;
    width: 190px;
  }
}

@media (min-width: 62em) {
  .besopanama-photo_info-content img {
    top: -10px;
    left: -10px;
    width: 196px;
  }
}

@media (min-width: 62em) and (max-width: 63.99em) {
  .besopanama-photo_info-content img {
    top: 116px;
    left: 360px;
    width: 126px;
  }
}

@media (min-width: 64em) {
  .besopanama-photo_info-content img {
    top: 116px;
    left: 360px;
    width: 126px;
  }
}

@media (min-width: 75em) {
  .besopanama-photo_info-content img {
    top: 0;
    left: -8px;
    width: 250px;
  }
}

@media (min-width: 85.375em) {
  .besopanama-photo_info-content img {
    top: -10px;
    left: -5px;
    width: 250px;
  }
}

@media (min-width: 105em) {
  .besopanama-photo_info-content img {
    top: -50px;
    width: 250px;
  }
}

@media (min-width: 160em) {
  .besopanama-photo_info-content img {
    width: 300px;
  }
}

.influencers {
  position: relative;
  overflow: hidden;
  background-color: #f1c82f;
}

.influencers__decorative {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url("../images/influencers/intro-right-bg.jpg");
  background-size: auto 100%;
}

@media (min-width: 62em) {
  .influencers__decorative {
    display: block;
  }
}

.influencers__subtitle {
  margin: 0;
  color: #000;
  font-family: 'cervomedium';
  font-size: 26px;
  line-height: 1.15;
  font-weight: normal;
}

@media (min-width: 48em) {
  .influencers__subtitle {
    font-size: 46px;
  }
}

@media (min-width: 62em) {
  .influencers__subtitle {
    font-size: 50px;
  }
}

@media (min-width: 75em) {
  .influencers__subtitle {
    font-size: 55px;
  }
}

.influencers__title {
  margin: 0 0 15px;
  padding: 20px 15px 5px;
  background-color: #fff;
  color: #000;
  font-family: 'kelvinslab-bold';
  font-size: 34px;
  line-height: 0.78;
  font-weight: normal;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .influencers__title {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 25px;
    font-size: 60px;
    z-index: 10;
  }
}

@media (min-width: 62em) {
  .influencers__title {
    font-size: 65px;
  }
}

@media (min-width: 75em) {
  .influencers__title {
    font-size: 72px;
  }
}

.influencers__text {
  color: #000;
  font-family: 'cervothin';
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}

.influencers__text strong {
  font-family: 'cervomedium';
  font-weight: normal;
}

@media (min-width: 48em) {
  .influencers__text {
    font-size: 24px;
  }
}

@media (min-width: 62em) {
  .influencers__text {
    font-size: 26px;
  }
}

@media (min-width: 75em) {
  .influencers__text {
    font-size: 25px;
  }
}

@media (min-width: 85.375em) {
  .influencers__text {
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .influencers__left-content {
    margin-top: 120px;
  }
}

@media (min-width: 62em) {
  .influencers__left-content {
    padding-right: 220px;
  }
}

.influencers__left {
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #F1C82F;
}

@media (min-width: 48em) {
  .influencers__left {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

@media (min-width: 62em) {
  .influencers__left {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.influencers__buttons {
  padding: 20px 0 0;
  text-align: center;
}

@media (min-width: 62em) {
  .influencers__buttons {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 100%;
    padding-top: 230px;
    background-position: 50% top;
    background-repeat: no-repeat;
    background-image: url("../images/influencers/intro-center-bg.jpg");
  }
}

.influencers__btn {
  margin: 0 10px;
  padding-top: 43px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  border-color: #000;
  background-color: #000;
  font-family: 'kelvinslab-regular';
  font-size: 15px;
  font-weight: normal;
  color: #fff;
}

.influencers__btn--gender {
  width: 96px !important;
  height: 96px !important;
  padding-top: 42px !important;
  font-size: 14px !important;
  text-transform: uppercase;
}

.influencers__btn--gender.selected {
  background-color: #fff;
  border-color: #000;
  color: #f1c82f;
}

.influencers__btn--submit {
  width: 96px !important;
  height: 96px !important;
  padding-top: 15px !important;
  font-size: 14px !important;
  text-transform: uppercase;
}

.influencers__btn--title {
  display: none;
  width: 96px !important;
  height: 96px !important;
  padding-top: 30px !important;
  font-size: 14px !important;
}

.influencers__btn--title.is-visible {
  display: inline-block;
}

@media (min-width: 23.4375em) {
  .influencers__btn {
    font-size: 17px;
  }
}

@media (min-width: 48em) {
  .influencers__btn {
    margin: 0 30px;
    padding-top: 53px;
    width: 145px;
    height: 145px;
    font-size: 19px;
  }

  .influencers__btn--gender {
    margin: 0 20px;
  }

  .influencers__btn--gender:first-child {
    margin-left: 50px;
  }
}

@media (min-width: 62em) {
  .influencers__btn {
    margin: 0 auto 20px;
  }

  .influencers__btn--gender {
    margin: 0 20px;
  }

  .influencers__btn--gender:first-child {
    margin-left: 50px;
  }
}

.influencers__btn:hover,
.influencers__btn:active,
.influencers__btn:focus {
  background-color: #fff;
  border-color: #000;
  color: #f1c82f;
}

.influencers-content {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f1c82f;
}

@media (min-width: 62em) {
  .influencers-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.influencers-content__block {
  margin-bottom: 20px;
}

@media (min-width: 62em) {
  .influencers-content__block {
    margin-bottom: 40px;
  }
}

@media (min-width: 48em) {
  .influencers-content--agree {
    padding-top: 10px;
  }
}

.influencers__avatar {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 0 5px;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 1px dashed #fff;
  cursor: pointer;
}

.influencers__avatar span {
  display: block;
  padding-top: 70px;
  font-family: 'kelvinslab-regular';
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
}

.influencers__avatar img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

@media (min-width: 23.4375em) {
  .influencers__avatar span {
    font-size: 17px;
  }
}

@media (min-width: 48em) {
  .influencers__avatar {
    width: 212px;
    height: 212px;
  }

  .influencers__avatar span {
    padding-top: 65px;
    font-size: 33px;
  }
}

.influencers-rrss {
  position: relative;
  margin-bottom: 10px;
}

@media (max-width: 61.99em) {
  .influencers-rrss {
    padding-left: 50px;
  }
}

.influencers-rrss:after {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: 20px;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 40px;
}

@media (min-width: 48em) {
  .influencers-rrss:after {
    top: 10px;
  }
}

@media (min-width: 62em) {
  .influencers-rrss:after {
    top: 25px;
    left: -50px;
    width: 52px;
    height: 52px;
  }
}

.influencers-rrss--facebook:after {
  background-image: url("../images/influencers/ico-facebook.png");
}

.influencers-rrss--twitter:after {
  background-image: url("../images/influencers/ico-twitter.png");
}

.influencers-rrss--instagram:after {
  background-image: url("../images/influencers/ico-instagram.png");
}

.influencers-rrss--youtube:after {
  background-image: url("../images/influencers/ico-youtube.png");
}

.influencers-rrss--pinterest:after {
  background-image: url("../images/influencers/ico-pinterest.png");
}

.influencers-rrss--linkedin:after {
  background-image: url("../images/influencers/ico-linkedin.png");
}

.influencers-rrss--wordpress:after {
  background-image: url("../images/influencers/ico-wordpress.png");
}

.influencers__form-title {
  margin: 20px 0 5px;
  font-family: 'kelvinslab-regular';
  font-size: 21px;
  color: #fff;
}

.influencers__form-title--margin {
  margin-bottom: 20px;
}

.influencers__form-subtitle {
  margin: 0 0 20px;
  font-family: 'kelvinslab-regular';
  font-size: 15px;
  line-height: 1;
  color: #000;
}

.influencers-label {
  font-family: 'kelvinslab-regular';
  font-size: 18px;
}

@media (min-width: 48em) {
  .influencers-label {
    font-size: 20px;
  }
}

.influencers-input {
  padding: 0.8em 1em;
  background-color: #fff;
  font-family: 'kelvinslab-regular';
  font-size: 16px;
}

@media (min-width: 48em) {
  .influencers-input {
    font-size: 17px;
  }
}

.influencers-checkbox {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}

.influencers-checkbox label {
  padding-left: 33px;
  font-family: 'kelvinslab-regular';
  font-size: 17px;
  line-height: 1.4;
  color: #000;
}

.influencers-checkbox input+label:before {
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  border-radius: 4px;
  border: 1px solid #fff;
}

.influencers-checkbox input+label:after {
  top: 1px;
  width: 23px;
  height: 23px;
  background-size: 16px auto;
}

@media (min-width: 48em) {
  .influencers-checkbox {
    width: 25%;
    margin-bottom: 30px;
  }

  .influencers-checkbox label {
    font-size: 19px;
  }

  .influencers-checkbox--full {
    width: 100%;
  }
}

.influencers-textarea {
  width: 100%;
  height: 150px;
  background-color: #fff;
}

.influencers__image {
  display: block;
  position: relative;
  margin: 20px 0 0;
  padding: 20px;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}

.influencers__image p {
  margin: 0;
  color: #000;
  font-size: 20px;
}

.influencers__image img {
  display: none;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 150px;
}

.xmas-header {
  position: relative;
  display: inline-block;
  padding-top: 15px;
  margin: 0 auto 30px;
  white-space: nowrap;
}

@media (min-width: 48em) {
  .xmas-header {
    padding-top: 0;
  }
}

.xmas-header__iconcab {
  height: 60px;
  margin-bottom: 30px !important;
  margin-top: 20px !important;
}

.xmas-header--newsletter {
  text-align: center;
  display: block;
  margin-bottom: 5px;
}

.xmas-header__icon {
  display: inline-block;
  width: 90px;
  padding-right: 30px;
  vertical-align: middle;
  text-align: center;
}

@media (min-width: 48em) {
  .xmas-header__icon {
    width: 105px;
  }
}

.xmas-header__icon__img {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0 !important;
  vertical-align: middle;
}

.xmas-header__title {
  display: inline-block;
  padding-top: 22px;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1.2;
  font-family: "Oswald",sans-serif;
  font-weight: 400;
  white-space: normal;
}

.xmas-header__title--pt0 {
  padding-top: 0 !important;
}

@media (min-width: 48em) {
  .xmas-header__title {
    padding-top: 26px;
    font-size: 26px;
  }
}

.xmas-header__title__inner {
  display: inline-block;
  text-align: center;
}

.xmas-body p {
  font-size: 14px !important;
}

@media (min-width: 48em) {
  .xmas-body p {
    font-size: 15px !important;
  }
}

.xmas-body__flexblock-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px;
  margin-top: 20px;
}

.xmas-body__flexblock-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 15px;
  margin-bottom: 30px;
}

.xmas-body__input {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-right: 10px;
}

.xmas-body__checkbox {
  position: relative;
  top: -3px;
}

.xmas-body--pr0 {
  padding-right: 10px;
}

.xmas-body__conditions {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-right: 10px;
}

.xmas-body__error {
  color: red;
  font-size: 15px;
  text-align: Center;
  padding-bottom: 5px;
}

.ta-center {
  text-align: Center;
}

.unsubs {
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
}

.unsubs__logo {
  display: block;
  width: 160px;
  margin: 15px auto 30px;
}

.unsubs__submit {
  margin-top: 30px;
  margin-bottom: 30px;
}

.unsubs__options {
  padding-left: 45px;
}

.unsubs__options__btns {
  padding-left: 22px;
}

.unsubs-ok {
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
}

.unsubs-ok__logo {
  display: block;
  width: 160px;
  margin: 15px auto 15px;
}

.unsubs-ok__title {
  margin: 0 0 5px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 400;
  color: #808080;
  text-align: center;
}

@media (min-width: 48em) {
  .unsubs-ok__title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.unsubs-ok__subtitle {
  margin: 0 0 24px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  color: #808080;
  text-align: center;
}

.unsubs-alert__logo {
  display: block;
  width: 160px;
  margin: 15px auto !important;
}

.unsubs-alert__title {
  margin: 0 0 20px;
  font-size: 26px !important;
  font-size: 2.6rem !important;
  line-height: 1.2;
  font-weight: 400;
  color: #808080;
  text-align: center;
}

@media (min-width: 48em) {
  .unsubs-alert__title {
    font-size: 32px !important;
    font-size: 3.2rem !important;
  }
}

.unsubs-alert__btns .btn {
  margin: 0 10px 10px;
}

.modaal--size-guide .modaal-container {
  max-width: 632px;
}

.modaal--size-guide .modaal-content-container {
  padding-right: 0;
  padding-left: 0;
}

.modaal--size-guide .modaal-title {
  margin-bottom: 12px;
}

.modaal--size-guide img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.modaal--size-guide-en .modaal-container {
  max-width: 860px !important;
}

.popup-content-info {
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}

@media (min-width: 25.75em) {
  .popup-content-info {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (min-width: 62em) {
  .popup-content-info {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.popup-content-layer-info {
  display: block;
}

@media (min-width: 48em) {
  .popup-content-layer-info {
    width: 50%;
  }
}

@media (min-width: 48em) {
  .popup-layer-left {
    float: left;
    padding-right: 20px;
  }
}

@media (min-width: 48em) {
  .popup-layer-right {
    float: right;
    padding-right: 20px;
  }
}

.popup-title-main {
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #f3ca12;
  text-transform: uppercase;
}

.popup-content-info .popup-title-info {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #f3ca12;
  text-transform: uppercase;
}

.popup-content-info table th {
  padding: 6px 12px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background-color: #f3ca12;
  border: 0;
}

.popup-content-info table td {
  padding: 3px 15px;
}

.popup-content-info table tbody tr:nth-child(even) {
  background-color: #f9ecd0;
}

.p-small {
  font-size: 11px;
  line-height: 11px;
}

.fraseviajera-lang {
  float: right;
  font-size: 0;
}

.fraseviajera-lang__item {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 8px;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

.fraseviajera-lang__item:hover,
.fraseviajera-lang__item:active,
.fraseviajera-lang__item:focus {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

@media (min-width: 30em) {
  .fraseviajera-lang__item {
    margin-left: 12px;
  }
}

@media (min-width: 48em) {
  .fraseviajera-lang__item {
    margin-top: 5px;
    margin-left: 12px;
  }
}

.fraseviajera-lang__item img {
  display: inline-block;
  width: auto;
  height: 29px;
  vertical-align: top;
}

@media (min-width: 48em) {
  .fraseviajera-lang__item img {
    height: 38px;
  }
}

@media (min-width: 62em) {
  .fraseviajera-lang__item img {
    height: 46px;
  }
}

.fraseviajera-lang__item--world {
  font-size: 0;
  line-height: 29px;
  white-space: nowrap;
}

@media (min-width: 30em) {
  .fraseviajera-lang__item--world {
    font-size: 13px;
  }
}

@media (min-width: 48em) {
  .fraseviajera-lang__item--world {
    line-height: 38px;
  }
}

@media (min-width: 62em) {
  .fraseviajera-lang__item--world {
    line-height: 46px;
  }
}

.fraseviajera-legal {
  padding-top: 30px;
}

@media (min-width: 62em) {
  .fraseviajera-legal {
    padding-top: 120px;
  }
}

.fraseviajera-wrap {
  min-height: 85vh;
  min-height: calc(80vh - 126px);
  padding-top: 30px;
  background: transparent url("../images/fraseviajera/fraseviajera-bg-768.jpg") center center repeat-x;
  background-size: auto 100%;
  background-size: cover;
}

@media (min-width: 48em) {
  .fraseviajera-wrap {
    min-height: calc(85vh - 126px);
  }
}

@media (min-width: 62em) {
  .fraseviajera-wrap {
    padding-top: 120px;
    background-image: url("../images/fraseviajera/fraseviajera-bg-1024.jpg");
  }
}

@media (min-width: 85.375em) {
  .fraseviajera-wrap {
    background-image: url("../images/fraseviajera/fraseviajera-bg-1680.jpg");
  }
}

.fraseviajera-wrap-en {
  min-height: 85vh;
  min-height: calc(80vh - 126px);
  padding-top: 30px;
  background: transparent url("../images/fraseviajera/fraseviajera-bg-768_en.jpg") center center repeat-x;
  background-size: auto 100%;
  background-size: cover;
}

@media (min-width: 48em) {
  .fraseviajera-wrap-en {
    min-height: calc(85vh - 126px);
  }
}

@media (min-width: 62em) {
  .fraseviajera-wrap-en {
    padding-top: 120px;
    background-image: url("../images/fraseviajera/fraseviajera-bg-1024_en.jpg");
  }
}

@media (min-width: 85.375em) {
  .fraseviajera-wrap-en {
    background-image: url("../images/fraseviajera/fraseviajera-bg-1680_en.jpg");
  }
}

@media (min-width: 56.25em) {
  .fraseviajera-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60vh;
  }
}

@media (min-width: 56.25em) {
  .fraseviajera-container__col {
    width: 50%;
    float: left;
  }

@supports (display: flex) {
    .fraseviajera-container__col {
      float: none;
      width: auto;
    }
}
}

@media (min-width: 56.25em) {
  .fraseviajera-container__col--left {
    padding-right: 15px;
    margin-top: -5%;
  }

@supports (display: flex) {
    .fraseviajera-container__col--left {
      -webkit-flex: 0 1 52%;
      -ms-flex: 0 1 52%;
      flex: 0 1 52%;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
}
}

.fraseviajera-container__col--right {
  position: relative;
  margin-top: 20px;
}

@media (min-width: 56.25em) {
  .fraseviajera-container__col--right {
    padding-left: 15px;
  }

@supports (display: flex) {
    .fraseviajera-container__col--right {
      -webkit-flex: 0 1 48%;
      -ms-flex: 0 1 48%;
      flex: 0 1 48%;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }

    .fraseviajera-container.show-confirmation .fraseviajera-container__col--right {
      -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
    }
}
}

.fraseviajera-orange-container {
  margin-top: 20px;
  margin-bottom: 60px;
  background: rgba(247,169,2,0.9);
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 56.25em) {
  .fraseviajera-orange-container {
    position: absolute;
    top: 76px;
    left: -10px;
    width: 360px;
    border-radius: 10px;
  }
}

@media (min-width: 62em) {
  .fraseviajera-orange-container {
    width: 450px;
    top: 120px;
  }
}

@media (min-width: 63.75em) {
  .fraseviajera-orange-container {
    width: 500px;
  }
}

.fraseviajera-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

@media (min-width: 56.25em) {
  .fraseviajera-title {
    text-align: left;
    margin-bottom: 20px;
  }
}

@media (min-width: 62em) {
  .fraseviajera-title {
    font-size: 30px;
  }
}

.fraseviajera-subtitle {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  color: #000;
}

@media (min-width: 48em) {
  .fraseviajera-subtitle {
    margin-bottom: 25px;
  }
}

@media (min-width: 56.25em) {
  .fraseviajera-subtitle {
    margin-bottom: 15px;
    text-align: left;
  }
}

@media (min-width: 62em) {
  .fraseviajera-subtitle {
    font-size: 20px;
  }
}

.fraseviajera-box {
  width: 455px;
  max-width: 100%;
  padding: 20px 12px 12px;
  margin: 0 auto;
  border-radius: 6px;
  background-color: #fff;
}

@media (min-width: 48em) {
  .fraseviajera-box {
    padding: 20px 30px 12px;
  }
}

@media (min-width: 56.25em) {
  .fraseviajera-box {
    margin: 0 50px 30px 10px;
  }
}

.fraseviajera-box--confirmation {
  margin: 30px auto;
  width: 350px;
  background-color: rgba(255,255,255,0.9);
}

.fraseviajera-box label {
  margin-bottom: 0.15em;
}

.fraseviajera-box .form-group {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.fraseviajera-box__logo {
  display: block;
  width: 130px;
  height: auto;
  margin: 0 auto 5px;
}

.fraseviajera-box__text {
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  color: #000;
}

@media (min-width: 48em) {
  .fraseviajera-box__text {
    font-size: 25px;
  }
}

@media (min-width: 30em) {
  .fraseviajera-box__sex--left {
    padding-left: 20px;
  }
}

@media (min-width: 30em) {
  .fraseviajera-box__sex--right {
    padding-left: 10px;
  }
}

@media (min-width: 30em) {
  .fraseviajera-box__sex {
    margin-top: 19px;
  }
}

.fraseviajera-box__checkbox {
  margin-bottom: 10px;
}

.fraseviajera-box__checkbox .form-label {
  padding-top: 3px;
  font-size: 10px;
  line-height: 1.1;
  color: #777;
}

.fraseviajera-submit {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.fraseviajera-brand {
  display: inline-block;
  font-family: "special_eliteregular",cursive,serif;
  font-size: 8px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 23.4375em) {
  .fraseviajera-brand {
    font-size: 10px;
  }
}

.fraseviajera-brand--big {
  font-size: 18px;
}

.fraseviajera-brand__good {
  display: inline-block;
  margin-right: 0.4em;
  font-size: 2em;
}

.fraseviajera-brand__luck {
  display: inline-block;
  padding-right: 0.2em;
  padding-left: 0.2em;
  font-size: 2em;
  color: #fff;
  background-color: #000;
}

.fraseviajera-box__forgot {
  display: inline-block;
  color: #000;
  margin-top: 10px;
  font-size: 12px;
}

.fraseviajera-box__forgot:hover,
.fraseviajera-box__forgot:active,
.fraseviajera-box__forgot:focus {
  text-decoration: underline;
}

@media (min-width: 160em) {
  .fraseviajera-box__forgot {
    font-size: 16px;
  }
}

.fraseviajera-box__boot {
  display: block;
  width: 230px;
  height: auto;
  max-width: 70%;
  margin: 15px auto 5px;
}

.fraseviajera-gallery img {
  display: block;
  width: 100%;
  height: auto;
}

.satisfaction-survey p {
  font-size: 1.4rem;
}

.satisfaction-survey .satisfaction-button-answer {
  width: 27px;
  height: 27px;
  margin: 0 2px 20px 2px;
  padding: 0;
  background-color: transparent;
  border: 2px solid #2d5134;
  transition: background .25s ease-out;
}

.satisfaction-survey .satisfaction-button-answer:hover,
.satisfaction-survey .satisfaction-button-answer:active,
.satisfaction-survey .satisfaction-button-answer:focus {
  cursor: pointer;
}

.satisfaction-survey .satisfaction-button-answer--rounded {
  border-radius: 50%;
}

@media (min-width: 48em) {
  .satisfaction-survey .satisfaction-button-answer {
    width: 38px;
    height: 38px;
    font-size: 2.4rem;
    font-weight: 600;
    color: #2d5134;
  }
}

@media (min-width: 62em) {
  .satisfaction-survey .satisfaction-button-answer {
    width: 46px;
    height: 46px;
    margin: 0 7px 10px 7px;
    font-size: 3rem;
  }
}

.satisfaction-survey .satisfaction-button-answer-checked.satisfaction-button-answer-red {
  background-color: #f70034;
  box-shadow: 0 0 0 1px #f70034;
  border: 2px solid white;
  color: #FFFFFF;
}

.satisfaction-survey .satisfaction-button-answer-checked.satisfaction-button-answer-yellow {
  background-color: #f7d100;
  box-shadow: 0 0 0 1px #f7d100;
  border: 2px solid white;
  color: #FFFFFF;
}

.satisfaction-survey .satisfaction-button-answer-checked.satisfaction-button-answer-green {
  background-color: #add94f;
  box-shadow: 0 0 0 1px #add94f;
  border: 2px solid white;
  color: #FFFFFF;
}

.wow {
  visibility: hidden;
}

.made {
  padding-bottom: 30px;
}

@media (min-width: 62em) {
  .made {
    padding-bottom: 50px;
  }
}

.made-intro {
  margin-top: 15px;
}

.made-intro__content {
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 25px;
  right: 25px;
  padding: 20px;
  border: 1px solid #fff;
  text-align: center;
}

.made-intro__title {
  margin: 0 0 5px;
  font-family: "BodoniFLF-Roman",serif;
  font-size: 35px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}

.made-intro__subtitle {
  margin: 0;
  font-family: "BodoniFLF-Italic",serif;
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  color: #000;
}

.made-intro__text {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  font-family: "BodoniFLF-Italic",serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #fff;
}

@media (min-width: 23.4375em) {
  .made-intro__title {
    font-size: 40px;
  }

  .made-intro__text {
    font-size: 20px;
  }
}

@media (min-width: 48em) {
  .made-intro {
    margin-top: 30px;
  }

  .made-intro__content {
    top: 30px;
    bottom: 30px;
    left: 40px;
    right: 40px;
    border-width: 2px;
  }

  .made-intro__title {
    margin-bottom: 15px;
    font-size: 38px;
  }

  .made-intro__subtitle {
    font-size: 17px;
  }

  .made-intro__text {
    margin: 0 auto 10px;
    font-size: 18px;
  }
}

@media (min-width: 62em) {
  .made-intro {
    margin-top: 40px;
  }

  .made-intro__content {
    top: 70px;
    bottom: 70px;
    left: 80px;
    right: 80px;
    padding: 40px;
    border-width: 3px;
  }

  .made-intro__title {
    font-size: 40px;
  }

  .made-intro__subtitle {
    font-size: 19px;
  }

  .made-intro__text {
    margin-bottom: 30px;
    padding: 0 20px;
    font-size: 20px;
  }
}

@media (min-width: 75em) {
  .made-intro__title {
    font-size: 60px;
  }

  .made-intro__text {
    padding: 0 70px;
    font-size: 23px;
  }
}

@media (min-width: 85.375em) {
  .made-intro__text {
    padding: 0 125px;
    font-size: 25px;
  }
}

.made-bg {
  background-color: transparent;
  background-image: url("../images/madeinspain/bg-made-in-spain.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.made-cortado {
  position: relative;
  padding: 30px 20px;
  text-align: center;
  z-index: 2;
}

.made-cortado__title {
  margin: 0 auto 7px;
  font-family: "BodoniFLF-Italic",serif;
  font-size: 19px;
  font-weight: normal;
  color: #000;
}

.made-cortado__image {
  position: relative;
  margin: 0 0 20px;
}

.made-cortado__image img {
  display: inline-block;
}

.made-cortado__script {
  position: absolute;
  bottom: -30px;
  right: -25px;
  margin: 0;
  font-family: "Boutique Script";
  font-size: 56px;
  color: #000;
}

.made-cortado__script sub {
  font-size: 142%;
  bottom: -0.1em;
}

.made-cortado__text {
  margin: 0;
  font-family: "BodoniFLF-Italic",serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #000;
}

@media (min-width: 23.4375em) {
  .made-cortado__text {
    font-size: 18px;
  }
}

@media (min-width: 48em) {
  .made-cortado {
    padding: 30px 25px 18px 47px;
  }

  .made-cortado__image {
    margin-bottom: 40px;
  }

  .made-cortado__script {
    bottom: -55px;
    font-size: 65px;
    right: -45px;
  }
}

@media (min-width: 62em) {
  .made-cortado {
    padding: 70px 50px 40px 95px;
  }

  .made-cortado__image {
    margin-bottom: 60px;
  }

  .made-cortado__script {
    bottom: -60px;
    font-size: 72px;
    right: -80px;
  }

  .made-cortado__title,
  .made-cortado__text {
    font-size: 20px;
  }
}

@media (min-width: 75em) {
  .made-cortado {
    padding: 125px 67px 40px 123px;
  }

  .made-cortado__title {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .made-cortado__image {
    margin-bottom: 75px;
  }

  .made-cortado__script {
    bottom: -70px;
    font-size: 97px;
    right: -100px;
  }

  .made-cortado__text {
    max-width: 390px;
    margin: 0 auto;
    font-size: 23px;
  }
}

.made-aparado {
  position: relative;
  padding: 30px 20px;
  text-align: center;
  background-color: #f3ca12;
  z-index: 1;
}

.made-aparado__title {
  margin: 0 auto 7px;
  font-family: "BodoniFLF-Italic",serif;
  font-size: 19px;
  font-weight: normal;
  color: #000;
}

.made-aparado__image {
  position: relative;
  margin: 0 0 20px;
}

.made-aparado__image img {
  display: inline-block;
}

.made-aparado__text {
  margin: 0;
  font-family: "BodoniFLF-Italic",serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #000;
}

@media (min-width: 23.4375em) {
  .made-aparado__text {
    font-size: 18px;
  }
}

@media (min-width: 48em) {
  .made-aparado {
    padding: 30px 25px 25px;
  }
}

@media (min-width: 62em) {
  .made-aparado {
    margin-top: 35px;
    padding: 37px 60px 40px;
  }

  .made-aparado__image {
    margin-bottom: 30px;
  }

  .made-aparado__title,
  .made-aparado__text {
    font-size: 20px;
  }
}

@media (min-width: 75em) {
  .made-aparado {
    padding: 89px 80px 40px;
  }

  .made-aparado__title {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .made-aparado__image {
    margin-bottom: 40px;
  }

  .made-aparado__text {
    max-width: 390px;
    margin: 0 auto;
    font-size: 23px;
  }
}

.made-hecho {
  padding: 30px 10px;
  text-align: center;
}

.made-hecho__title {
  margin: 0 auto 10px;
  font-family: "BodoniFLF-Roman",serif;
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
  color: #f3ca12;
  text-transform: uppercase;
}

.made-hecho__image {
  position: relative;
  margin: 0 0 15px;
}

.made-hecho__image img {
  display: inline-block;
  max-width: 200px;
}

.made-hecho__text {
  display: inline-block;
  margin: 0 auto;
  font-family: "BodoniFLF-Italic",serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  color: #000;
  max-width: 325px;
}

@media (min-width: 48em) {
  .made-hecho {
    padding: 40px 25px 25px;
  }

  .made-hecho__title {
    font-size: 36px;
  }

  .made-hecho__image {
    margin-bottom: 20px;
  }
}