.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: -webkit-calc(90vh);
    min-height: calc(90vh);
    min-height: -webkit-calc(100vh - 90px);
    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: #e1a800;
}

.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: #e1a800;
}

.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: #e1a800;
}

.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: #e1a800;
}

@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;
  -webkit-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;
  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: #e1a800;
  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: #f7a700;
  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: #f7a700;
  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: #e1a800;
  color: #e1a800;
}

.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: #e1a800;
  color: #e1a800;
}

.map__search {
  position: relative;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #E5E5E5;
  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.5rem;
  }
}

@media (min-width: 62em) {
  .map-form__title {
    width: 30%;
  }
}

@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: 60px;
  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: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}

.map-form__buscar .map-form__btn-search__text {
  display: none;
}

@media (min-width: 48em) {
  .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;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-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;
  -webkit-transition: -webkit-transform 0.2s linear;
  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: #e1a800;
  background-color: #e1a800;
}

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__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: 14px;
  }
}

@media (min-width: 62em) {
  .map__sidebar-no-stores .map-form__btn-locate {
    font-size: 15px;
  }
}

.map__sidebar-title {
  padding: 6px 15px;
  height: 40px;
  border-bottom: 1px solid #E5E5E5;
  color: #CCCCCC;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

.map__sidebar-stores {
  display: block;
  width: 100%;
  height: 400px;
  padding: 0;
  overflow-y: scroll;
}

@media (min-width: 48em) {
  .map__sidebar-stores {
    height: 420px;
  }
}

.map__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.map__map:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
  pointer-events: none;
  z-index: 6;
}

@media (min-width: 48em) {
  .map__map {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    height: 460px;
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 62em) {
  .map__map {
    width: -webkit-calc(100% - 380px);
    width: calc(100% - 380px);
  }
}

.map__embed {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 400px;
  z-index: 5;
}

@media (min-width: 48em) {
  .map__embed {
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
}

.map__embed .gm-style-iw {
  width: 320px !important;
  top: 15px !important;
  left: 0 !important;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #2d5134;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

@media (min-width: 48em) {
  .map__embed .gm-style-iw {
    width: 400px !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;
  -webkit-transition: height 0.2s linear;
  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: #e1a800;
}

.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;
  -webkit-border-radius: 50%;
  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;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #2d5134;
}

.map__store {
  margin: 0;
  padding: 15px 25px 5px 15px;
  border-bottom: 1px dotted #DDDDDD;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  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;
}

.map__store .data {
  float: left;
  width: 260px;
}

.map__store .data .store__name {
  margin-bottom: 5px;
  font-size: 1.7rem;
}

.map__store .data .store__address {
  font-size: 1.4rem;
}

.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;
  -webkit-transition: -webkit-transform 0.2s linear;
  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: #e1a800;
  background-color: #e1a800;
}

.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;
  -webkit-border-radius: 50%;
  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;
  -webkit-border-radius: 50%;
  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: #e1a800;
}

.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 p {
  padding-left: 1.875em;
}

.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;
  -webkit-border-radius: 50%;
  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;
  -webkit-border-radius: 50%;
  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 {
  -webkit-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;
  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: #e1a800;
}

@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;
  padding-left: 40px;
  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: #e1a800;
  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 {
    padding-left: 50px;
    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;
}

.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: #e1a800;
  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: #e1a800;
  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: #e1a800;
  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: #e1a800;
}

.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: #e1a800;
}

@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: #e1a800;
  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: #e1a800;
  background-color: #e1a800;
}

.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;
    -webkit-transition: background-color 0.2s ease-in-out;
    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;
  -webkit-border-radius: .25em;
  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: #e1a800;
  background: #e1a800;
  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;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: background 0.2s ease-in-out;
  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: #e1a800;
  background: #e1a800;
  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;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: background 0.2s ease-in-out;
  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;
}

#stores-map {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

#stores-map-kiala {
  -webkit-border-radius: 6px;
  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;
}

.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;
}

.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.875em) {
  .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.875em) {
  .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;
  -webkit-border-radius: 4px;
  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__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-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: #e1a800;
  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;
  -webkit-border-radius: 50%;
  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: 10px;
  top: 50%;
  margin-top: -3px;
  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;
  color: #2d5134;
  font-size: 15px;
  font-size: 1.5rem;
  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 #2d5134;
  margin-left: -6px;
  -webkit-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;
  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: #e1a800;
}

.checko-btn-back:hover span,
.checko-btn-back:active span,
.checko-btn-back:focus span {
  border-right-color: #e1a800;
}

.checko-cart-title-wrap {
  padding: 4px 10px;
  background-color: #F4F3F4;
}

@media (min-width: 48em) {
  .checko-cart-title-wrap {
    padding: 9px 15px;
  }
}

.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;
    text-decoration: underline;
  }
}

.checko-section {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 40px;
}

@media (min-width: 48em) {
  .checko-section {
    margin-bottom: 45px;
  }
}

.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;
}

.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;
  }
}

.checko-section-title a:hover,
.checko-section-title a:active,
.checko-section-title a:focus {
  color: #e1a800;
}

.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;
  -webkit-border-radius: 100%;
  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-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-option-item {
  margin-bottom: 12px;
  padding: 9px;
  cursor: pointer;
  border: 2px solid #87939A;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: 0.2s border-color ease-out;
  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: #e1a800;
}

.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: #e1a800;
}

.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: #e1a800;
}

.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: -webkit-calc( 100% - 100px);
  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: -webkit-calc( 100% - 150px);
    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;
  }
}

.shipping-option {
  border: 2px solid transparent;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: 0.2s border-color ease-out;
  transition: 0.2s border-color ease-out;
}

.shipping-option-item {
  padding: 10px;
  cursor: pointer;
}

.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 {
  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 {
  position: relative;
  font-size: 0;
  z-index: 1;
}

.payment-method__tabs:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #d7d7d6;
}

.payment-method__tab {
  display: inline-block;
  margin: 0 -2px 0 0;
  padding: 10px 8px;
  background-color: #f5f5f5;
  border-style: solid;
  border-width: 2px;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  border-color: #d7d7d6;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}

.payment-method__tab span {
  display: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.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;
}

.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 {
    padding: 10px 14px;
  }

  .payment-method__tab span {
    font-size: 16px;
    letter-spacing: 0;
  }
}

.payment-method {
  position: relative;
  top: -2px;
  margin-bottom: 15px;
  padding-top: 40px;
  border-width: 2px;
  border-style: solid;
  border-color: #d7d7d6;
  -webkit-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
  -webkit-transition: 0.2s border-color ease-out;
  transition: 0.2s border-color ease-out;
}

.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;
  -webkit-transition: 0.2s opacity ease-out;
  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;
}

.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;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: 0.2s border-color ease-out;
  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;
  -webkit-border-radius: 6px;
  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: #e1a800;
  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: #e1a800;
  color: #e1a800;
  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: #e1a800;
  color: #fff;
}

.checko-ok .title-wrap {
  margin-bottom: 50px;
}

.checko-ok .title-wrap .title-generic {
  margin-bottom: 5px;
  color: #e1a800;
  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: -webkit-calc(100% - 100px);
  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: -webkit-calc(100% - 140px);
    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-box;
  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;
  -webkit-transition: 0.2s opacity ease-out;
  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;
  }
}

.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;
  -webkit-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;
  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;
  -webkit-border-radius: 6px;
  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: #e1a800;
}

.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;
  -webkit-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;
  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;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

@media (min-width: 30em) {
  .markets-langs__item {
    padding: 7px 7px 7px 7px;
  }
}

.markets-langs__item:hover {
  color: #e1a800;
}

.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: #e1a800;
}

.search-results-title strong {
  color: #698172;
}

.search-results-title u {
  color: #698172;
}

.goodl-lang {
  float: right;
  font-size: 0;
}

.goodl-lang__item {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  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: -webkit-calc(80vh - 48px);
  min-height: calc(80vh - 48px);
  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: -webkit-calc(85vh - 48px);
    min-height: calc(85vh - 48px);
  }
}

@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-box;
    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-box-flex: 0;
      -webkit-flex: 0 1 52%;
      -ms-flex: 0 1 52%;
      flex: 0 1 52%;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
    }
}
}

@media (min-width: 62em) {
  .goodl-container__col--right {
    padding-left: 15px;
  }

@supports (display: flex) {
    .goodl-container__col--right {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 48%;
      -ms-flex: 0 1 48%;
      flex: 0 1 48%;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
    }

    .goodl-container.show-confirmation .goodl-container__col--right {
      -webkit-box-flex: 0;
      -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: center;
  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: center;
  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-box {
  width: 455px;
  max-width: 100%;
  padding: 20px 12px 12px;
  margin: 0 auto 30px;
  -webkit-border-radius: 6px;
  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;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  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: -webkit-calc(80vh - 48px);
  min-height: calc(80vh - 48px);
  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: -webkit-calc(85vh - 48px);
    min-height: calc(85vh - 48px);
  }
}

@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-box;
    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-box-flex: 0;
      -webkit-flex: 0 1 52%;
      -ms-flex: 0 1 52%;
      flex: 0 1 52%;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
    }
}
}

@media (min-width: 62em) {
  .besopanama-container__col--right {
    padding-left: 15px;
  }

@supports (display: flex) {
    .besopanama-container__col--right {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 48%;
      -ms-flex: 0 1 48%;
      flex: 0 1 48%;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
    }

    .besopanama-container.show-confirmation .besopanama-container__col--right {
      -webkit-box-flex: 0;
      -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;
  -webkit-border-radius: 6px;
  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;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}

@media (min-width: 48em) {
  .besopanama-container_photo_info .content-dashed {
    padding: 8px 8px 8px 170px;
    border: 1px dashed #fff;
    -webkit-border-radius: 3px;
    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;
  -webkit-border-radius: 100%;
  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;
  -webkit-border-radius: 100%;
  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;
  -webkit-border-radius: 100%;
  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%;
  -webkit-border-radius: 40px;
  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;
  -webkit-border-radius: 4px;
  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;
  -webkit-border-radius: 6px;
  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__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;
}

@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;
  }
}

.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.875em) {
  .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: #e1a800;
  text-transform: uppercase;
}

.popup-content-info .popup-title-info {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #e1a800;
  text-transform: uppercase;
}

.popup-content-info table th {
  padding: 6px 12px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background-color: #e1a800;
  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;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  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: -webkit-calc(80vh - 48px);
  min-height: calc(80vh - 48px);
  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: -webkit-calc(85vh - 48px);
    min-height: calc(85vh - 48px);
  }
}

@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: -webkit-calc(80vh - 48px);
  min-height: calc(80vh - 48px);
  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: -webkit-calc(85vh - 48px);
    min-height: calc(85vh - 48px);
  }
}

@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-box;
    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-box-flex: 0;
      -webkit-flex: 0 1 52%;
      -ms-flex: 0 1 52%;
      flex: 0 1 52%;
      -webkit-align-self: center;
      -ms-flex-item-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-box-flex: 0;
      -webkit-flex: 0 1 48%;
      -ms-flex: 0 1 48%;
      flex: 0 1 48%;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
    }

    .fraseviajera-container.show-confirmation .fraseviajera-container__col--right {
      -webkit-box-flex: 0;
      -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;
    -webkit-border-radius: 10px;
    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;
  -webkit-border-radius: 6px;
  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: 50px;
  height: 50px;
  margin: 0 10px 20px 10px;
}

@media (min-width: 62em) {
  .satisfaction-survey .satisfaction-button-answer {
    width: 64px;
    height: 64px;
    margin: 0 4px 10px 4px;
  }
}

.satisfaction-survey .satisfaction-button-answer-checked.satisfaction-button-answer-red {
  background-color: #f70034;
  border-color: #f70034;
  color: #FFFFFF;
}

.satisfaction-survey .satisfaction-button-answer-checked.satisfaction-button-answer-yellow {
  background-color: #f7d100;
  border-color: #f7d100;
  color: #FFFFFF;
}

.satisfaction-survey .satisfaction-button-answer-checked.satisfaction-button-answer-green {
  background-color: #add94f;
  border-color: #add94f;
  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: #e1a800;
  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: #e1a800;
  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;
  }
}

@media (min-width: 62em) {
  .made-hecho__title {
    margin-bottom: 20px;
    font-size: 38px;
  }

  .made-hecho__image img {
    max-width: none;
  }

  .made-hecho__text {
    font-size: 21px;
  }
}

@media (min-width: 75em) {
  .made-hecho__title {
    margin-bottom: 30px;
    font-size: 50px;
  }

  .made-hecho__image {
    margin-bottom: 30px;
  }

  .made-hecho__text {
    max-width: 340px;
    font-size: 23px;
  }
}

.made-video {
  padding: 30px 10px;
  text-align: center;
}

.made-video__video {
  margin-bottom: 10px;
}

.made-video__text {
  display: inline-block;
  margin: 0;
  font-family: "BodoniFLF-Italic",serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #000;
}

@media (min-width: 23.4375em) {
  .made-video__text {
    font-size: 16px;
  }
}

@media (min-width: 48em) {
  .made-video {
    padding: 135px 20px 30px;
  }

  .made-video__video {
    margin-bottom: 20px;
  }
}

@media (min-width: 62em) {
  .made-video {
    padding-top: 140px;
  }

  .made-video__text {
    font-size: 20px;
  }
}

@media (min-width: 75em) {
  .made-video {
    padding-top: 155px;
  }
}

.return-section-title {
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #2d5134;
}

.return-section-title a {
  float: right;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 900;
  text-decoration: none;
  color: #fff;
}

.return-section-title .completado {
  font-size: 0.7em;
}

@media (min-width: 30em) {
  .return-section-title {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.return-section-title--cart {
  margin-bottom: 18px;
}

@media (min-width: 48em) {
  .return-section-title--cart {
    margin-bottom: 17px;
  }
}