.card-fixed-height {
  height: 50rem;
}
/* Card de la Izquierdav - BUSQUEDA */
.content-card.product-search-card {
  display: flex;
  flex-direction: column;
}

.content-card.product-search-card #productList {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.list-group-item:not(.active):hover{
  background-color: rgba(48, 117, 221, 0.12);;
}

/* Card de la derecha - FORMULARIO*/
.product-form-card {
  overflow-y: auto;
}

@media (max-width: 768px) {
.product-search-card {
  height: 20rem !important;
}
}

