:root {
  --white-color: #fff;
  --light-gray: #eaeaea;
  --light-black: #444;
  --green-color: #00a650;
}
/* Este CSS NO se toca */
.blaze-slider{--slides-to-show:1;--slide-gap:20px;direction:ltr}.blaze-container{position:relative}.blaze-track-container{overflow:hidden}.blaze-track{will-change:transform;touch-action:pan-y;display:flex;gap:var(--slide-gap);--slide-width:calc(
  (100% - (var(--slides-to-show) - 1) * var(--slide-gap)) /
    var(--slides-to-show)
);box-sizing:border-box}.blaze-track>*{box-sizing:border-box;width:var(--slide-width);flex-shrink:0}

/* slider styles */
.app {
  padding: 0 30px;
  margin-bottom: 20px;
  position:relative;
}
.blaze-slider.dragging .blaze-track {
  cursor: grabbing;
}
.blaze-track-cards > *{
  display: flex;
  font-size: 30px;
  justify-content: center;
  align-items: center;
  font-family: 'Open Sans';
  background: var(--white-color);
  color: white;
  border: 1px solid var(--light-gray);
  border-radius: 8px;
  transition: 300ms ease;
}
.blaze-track-cards-vertical > *{
  min-height: 291px;
  max-width: 213px;
}
.blaze-track-cards-horizontal > *{
  height: 150px;
  width: 393px;
}
.blaze-card-vertical a{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blaze-card-horizontal a{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.blaze-card-vertical a:hover, .blaze-card-horizontal a:hover{
  text-decoration: none;
}
.slider-blaze-img-vertical{
  width: 135px;
  user-select: none;
  height: 135px;
  margin-bottom:5px;
}
.slider-blaze-img-horizontal{
  width: 115px;
  user-select: none;
  height: 115px;
  margin-left: 15px;
}
.blaze-card-header-vertical{
  display: flex;
  justify-content:center;
  align-items: center;
  border-bottom: 1px solid var(--light-gray);
  width:100%;
}
.cucarda-ref-usa-slider{
  width: 90px;
  position: absolute;
  z-index: 1;
  top: -5.5px;
  right: 4px;
}
  /*  TO DO: ESTILO PARA HOTSALE */
  /* .blaze-card-header-vertical::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 10px;
    width: 50px;
    height: 40px;
    background-image: url("/images/vector/hw-tag.svg");
    background-size: contain;
    z-index: 9999;
    background-repeat: no-repeat;
    background-position: center;
} */
.blaze-card-header-horizontal{
  display: flex;
  justify-content:center;
  align-items: center;
}
.blaze-card-footer{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 15px;
}
.blaze-card-footer h3{
  color: var(--light-black);
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  height: 35px;
  margin: 10px 0;
  overflow: hidden;
}
.free-shipping{
  color: #478438;
}
.blaze-card-precio{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.blaze-card-precio p {
  line-height: 20px;
  color: #000;
  font-size: 20px;
  margin-bottom: auto;
}
/* other styles */
.controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  gap: 20px;
}
.controls-pasador-bomba {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  gap: 20px;
}

/* Buttons */
.app .flecha-izquierda,
.app .flecha-derecha {
  background: #0000004d;
  border: none;
  position: absolute;
  border-radius:50%;
  line-height: 40px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  z-index: 10;
  display: none;
  transform: none;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0;
}
.app .flecha-izquierda-vertical,
.app .flecha-derecha-vertical {
  top: calc(50% - 8%);
}
.app .flecha-izquierda-horizontal,
.app .flecha-derecha-horizontal {
  top: 22%;
}
.app:hover .flecha-izquierda,
.app:hover .flecha-derecha {
  display:block;
}
.app .flecha-izquierda:focus,
.app .flecha-derecha:focus {
  outline:none;
}
.app .flecha-izquierda {
  left: 0%;
  top: 40%;
}
.app .flecha-derecha {
  right: 0%;
  top: 40%;
}
.flecha-izquierda i {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 7px;
  bottom: 0;
  left: -4px;
  right: 0;
  margin: auto;
  -webkit-text-stroke: 2px #00000026;
}
.flecha-derecha i {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 7px;
  bottom: 0;
  left: 0;
  right: -2px;
  margin: auto;
  -webkit-text-stroke: 2px #00000026;
}

/* acá comienza css de las stars */
.rating-vista>label:before {
  content: "\f005";
  font-family: "Font Awesome 5 Pro";
  margin-right: 2px;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
}
.rating-vista>.half-grey:before {
  content: "\f089";
  font-weight: 600;
  cursor: pointer;
}

.rating-vista>.full-grey {
  color: #999;
}

.rating-vista>.half-grey {
  color: #999;
}

.rating-vista>.empty {
  color: #ddd;
}

.transparent-star {
  color: transparent;
}

#estilos-estrellas {
  display: flex;
  align-items: center;
  justify-content: center;
}

#myProgress {
  position: relative;
  width: 100%;
  height: 5px;
  background-color: #ddd;
  margin-top: 10px;
}

.codigo_producto{
  margin-top: 0px !important;
}
/* acá termina css de las stars */


/* Media Querys */
@media (max-width: 900px){
  .controls-banner .flecha-derecha,
  .controls-banner .flecha-izquierda {
    top: 35%;
  }
  .app .flecha-izquierda,
  .app .flecha-derecha {
    width: 50px;
    height: 50px;
  }
  .flecha-derecha i,
  .flecha-izquierda i{
    top: 10px;
    font-size: 30px;
  }
}
@media (max-width:800px){
  .blaze-track-cards-vertical > *{
    min-height: 220px;
    max-width: 180px;
  }
  .blaze-track-cards-horizontal > *{
    height: 137px;
    width: 337px;
  }
  .blaze-card-header-vertical{
    border-bottom: none;
  }
  .slider-blaze-img-vertical{
    height:100px;
    width:100px;
  }
  .blaze-card-footer{
    padding: 0;
  }
  .blaze-card-footer h3{
    font-size:13px;
    padding: 0 3px;
  }
  .blaze-card-precio p{
    font-size: 14px;
    margin-right: 3px;
  }
}
@media (max-width: 760px){
  .app:hover .flecha-izquierda,
  .app:hover .flecha-derecha {
    display:none;
  }
  .blaze-card-precio{
    margin-top:0;
  }
  .cucarda-ref-usa-slider .cucarda-slider{
  max-width: 75%;
  }
  .cucarda-ref-usa-slider {
    top: -12.5px;
    right: -17px;
}
}
@media (max-width: 500px) {
  .app {
      padding: 0;
    }
}