.chollos {
    background-color: #f8f8f8;   
    padding-bottom: 5px;
    padding-top: 10px;
    margin-bottom: 15px;
}
.amazon-deal {
  text-align: center;
}  
.carousel-inner-box {
    background-color: #fff;
    display: block;
    padding: 20px;
    min-height: 240px;
}
.carousel-inner-box .carousel-image-wrapper {
    height: 140px;
    margin: 0 auto 15px;
    position: relative;
    text-align: center;
    -webkit-transition: -webkit-transform 150ms ease-out;
    transition: -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out;
    transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
    /* overflow: hidden; */
}
.carousel-title {
    color: #000000;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.carousel-subTitle {
    max-width: 100%;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #767676;
    display: block;
    font-size: .875rem;
}
.carousel-porcentaje {
    background-color: #3b7f35;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    /* height: 60px; */
    line-height: 1;
    padding: 20px 0;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 6px;
    width: 60px;
}
.explicacion-porcentaje {
    color: #0f3c64;
    display: block;
    font-size: .75rem;
    line-height: 1.2;
    margin-top: 10px;
    text-align: center;
}
.swiper-container {
  width: 100%;
}
.swiper-slide {
  /*
  border: 2px solid #9e9e9e63;
  border-radius: 50px 20px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);    
  */
}
.swiper-slide:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.carousel-slidePriceOld {
  text-decoration: line-through;
  font-size: .875rem;  
}