/*------------------------------------*\
    #SMARTBUTTON
\*------------------------------------*/

@media screen and (max-width: 767px) {
  .smartbutton {
    max-width: 100% !important;
    min-width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .smartbutton {
    position: absolute !important;
    padding: 0 !important;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}

.smartbutton--cachobarra {
  bottom: 48px;
}
.smartbutton--callejeros {
  bottom: 50px;
}
.smartbutton--nocilla-box {
  bottom: 35px;
}
.smartbutton--nocilla-bag {
  bottom: 3px;
}

@media screen and (min-width: 768px) {
  .smartbutton--original-box {
    bottom: 0;
    transform: translateX(-70%);
  }
  .smartbutton--original-bag {
    bottom: 10px;
    transform: translateX(-55%);
  }
  .smartbutton--duo {
    bottom: 25px;
    transform: translateX(-70%);
  }
  .smartbutton--cachobarra {
    bottom: 63px;
    transform: translateX(-67%);
  }
  .smartbutton--callejeros {
    bottom: 68px;
    transform: translateX(-70%);
  }
  .smartbutton--nocilla-box {
    bottom: 67px;
    transform: translateX(-65%);
  }
  .smartbutton--nocilla-bag {
    bottom: 15px;
    transform: translateX(-55%);
  }
}

@media screen and (min-width: 1070px) {
  .smartbutton--original-box {
    bottom: 0;
    transform: translateX(-80%);
  }
  .smartbutton--original-bag {
    bottom: 20px;
  }
  .smartbutton--duo {
    bottom: 50px;
    transform: translateX(-72%);
  }
  .smartbutton--cachobarra {
    bottom: 100px;
    transform: translateX(-70%);
  }
  .smartbutton--callejeros {
    bottom: 108px;
    transform: translateX(-76%);
  }
  .smartbutton--nocilla-box {
    bottom: 105px;
    transform: translateX(-70%);
  }
  .smartbutton--nocilla-bag {
    bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .product {
    padding-bottom: 45px;
  }
}

@media screen and (min-width: 1070px) {
  .product {
    padding-bottom: 50px;
  }
}

.smartbutton .sc-btn-ec {
  display: block;
  max-width: 114px;
  min-width: 114px;
  max-height: 32px;
  min-height: 32px;
  background: #184081 !important;
  font: 700 12px/120% Helvetica, Arial;
  color: #fff;
  margin: 0 auto;
  padding: 0 11px;
  text-align: left;
  text-transform: uppercase;
  border-radius: 4px;
  border: 2px solid #fff;
  position: relative;
}

@media screen and (min-width: 1070px) {
  .smartbutton .sc-btn-ec {
    font-size: 16px;
    max-width: 152px;
    min-width: 152px;
    max-height: 43px;
    min-height: 43px;
    padding: 0 15px;
    border-radius: 5px;
  }
}

.smartbutton .sc-btn-ec:after {
  content: '';
  width: 20px;
  height: 17px;
  background: url('../img/cart.png') no-repeat 0 0;
  background-size: contain;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1070px) {
  .smartbutton .sc-btn-ec:after {
    width: 27px;
    height: 23px;
    right: 15px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .smartbutton .sc-btn-ec:after {
    background-image: url('../img/cart@2x.png');
  }
}

div[data-sc-type="SmartButton"] ul {
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  transform-origin: 50% 0;
}
@media screen and (min-width: 1070px) {
  div[data-sc-type="SmartButton"] ul {
    transform: translateX(-50%) scale(1);
  }
}

#section-b .slick-list {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #section-b .slick-list {
    overflow: visible;
  }
}

.content-fleky.wow {
  z-index: 2;
}

.section__wrapper {
  overflow: hidden;
}

#cookies-iframe {
  display: none;
}
