
/* Ajustes para la tabla del carrito */
.table-cart td {
  vertical-align: middle;
}
.table-cart img {
  border-radius: 5px;
  object-fit: cover;
}
.qty-controls .btn {
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
}
.qty-controls input {
  width: 40px;
  text-align: center;
  border: 1px solid #ddd;
  height: 30px;
  margin: 0 5px;
}
.remove-btn {
  color: #dc3545;
  cursor: pointer;
  font-size: 1.2rem;
}

.strip figure {
    background-color: transparent !important;
}

.udp-img-catalog {
    max-height: 200px !important;
    width: auto !important;
}
