body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

.img-listas{
  max-height: 150px;
  max-width: 80px;
}

.acerca-logo{
  max-width: 200px;
  height: auto;
}

.precio-actual{
  color: green;
  font-weight: bold;
}
.precio-actual h5{
  margin-bottom: 0;
}

.precio-anterior{
  color: gray;
  text-decoration: line-through;
}

.precio-descuento{
  color: purple;
  font-weight: bold;
}

.precio-rojo{
  color: red;
  font-weight: bold;
}


.precio-descuento h5{
  margin-bottom: 0;
}

.lista-producto-nombre{
  
}

.lista-producto-ul{
  list-style: none;
  
  padding-left: 20px;
}

.producto-fecha{
  font-size: small;
}

.data-prices span{
  margin-right: 6px;
}