.owl-carousel .owl-item img, .img-simimilar img {
    max-width: 100% !important;
    height: auto !important;
}

.text-strike {
    text-decoration: line-through;
}

.cross{
    background-color: #15B533;
    border-radius: .25em;
    color: white;
    text-align: center;
    vertical-align: baseline;
    padding: .2em .6em .3em;
    font-size: 57%;
}

.slider-blok strong{
    display: inline-block;
}
.slider-blok img{
    max-width: 100%;
    height: auto !important;
}
.slider-blok{
  flex-wrap: wrap;
  justify-content: flex-start;
}
div.div-similares{
    overflow-x: scroll;
}
#reportar-link{
    text-decoration: none !important;
    color: #FF7A01 !important;
    font-size: 14px;
}
#reportar-link:hover{
  color: #d86700 !important;
}
.bottom-strip {
    position: fixed;
    bottom: 0px;
    background: #fff;
    box-shadow: 0 -4px 8px 0 rgba(0,0,0,0.12);
  }
  .bottom-strip {
    padding-bottom: 0px;
  }
  .bottom-strip .ctrl__button {
      line-height: 42px;
  }
  .bottom-strip .ctrl__counter {
    height: 42px;
  }
  @media (min-width:576px){.d-sm-none{display:none!important}}
  @media (max-width:720px){.seccion_botones{display:none!important}
  iframe#launcher{bottom: 50px !important;}}

  .ctrl {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    border: 1px solid #F1F1F1;
    background-color: #fff;
    border-radius: 5px;
    font-size: 30px;
    position: relative;
  }
  .ctrl__counter {
    position: relative;
    width: 130px;
    height: 48px;
    color: #333C48;
    text-align: center;
    overflow: hidden;
  }
  .ctrl__counter.is-input .ctrl__counter-num {
    visibility: hidden;
    opacity: 0;
    transition: opacity 100ms ease-in;
  }
  .ctrl__counter.is-input .ctrl__counter-input {
    visibility: visible;
    opacity: 1;
    transition: opacity 100ms ease-in;
  }
  .ctrl__counter-input {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    box-shadow: none;
    outline: none;
    border: none;
    color: #333C48;
    font-size: 22px;
    line-height: 48px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 100ms ease-in;
  }
  .ctrl__counter-num {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 48px;
    visibility: visible;
    opacity: 1;
    transition: opacity 100ms ease-in;
    font-size: 20px;
  }
  .ctrl__counter-num.is-increment-hide {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    -webkit-animation: increment-prev 100ms ease-in;
            animation: increment-prev 100ms ease-in;
  }
  .ctrl__counter-num.is-increment-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation: increment-next 100ms ease-out;
            animation: increment-next 100ms ease-out;
  }
  .ctrl__counter-num.is-decrement-hide {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-animation: decrement-prev 100ms ease-in;
            animation: decrement-prev 100ms ease-in;
  }
  .ctrl__counter-num.is-decrement-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation: decrement-next 100ms ease-out;
            animation: decrement-next 100ms ease-out;
  }
  .ctrl__button {
      width: 101px;
      line-height: 48px;
      text-align: center;
      color: #606060;
      cursor: pointer;
      background-color: #F1F1F1;
      transition: background-color 100ms ease-in;
      font-size: 20px;
  }
  .ctrl__button:hover {
    background-color: #90a2b0;
    transition: background-color 100ms ease-in;
    color: #fff;
  }
  .ctrl__button:active {
    background-color: #778996;
    transition: background-color 100ms ease-in;
  }
  .ctrl__button--decrement {
    border-radius: 5px 0 0 5px;
  }
  .ctrl__button--increment {
      border-radius: 0 5px 5px 0;
      position: relative;
      right: 0px;
  }
/*   .oferta-btn {
    border-radius: 5px;
    background-color: #E5F7E9;
    padding: 7px 20px;
    color: #15B533;
    border: none;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
} */
/* @media (min-width:576px){
  .owl-carousel .owl-stage{
    transform: translate3d(0px, 0px, 0px) !important;
  }} */
  .owl-carousel-productos .owl-nav {
    display: block;
  }
  .resultado_item{
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding: 0 8px;
  }
  .carousel-prod-item h5{
    height: 36px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .carousel-det-container{
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
  }

  .owl-carousel.carousel-full .owl-stage {
    display: flex;
    align-items: center;
  }

  .wrapCarouselThumbs .owl-item {
    width: 60px !important;
    height: 60px !important;
    display: flex;
    align-items: center;
    text-align: center !important;
    justify-content: center !important;
  }

  .wrapCarouselThumbs .owl-carousel .owl-item img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 50px !important;
    max-height: 50px !important;
}