.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
  color: currentColor;
}

.disabledbutton {
  pointer-events: none;
  opacity: 0.4;
}

.cargando {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../imagenes/default/carga.gif") 50% 50% no-repeat #ffffff;
  opacity: 0.8;
}

.cargando_sistema {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../imagenes/default/carga.gif") 50% 50% no-repeat #ffffff;
  opacity: 0.8;
}

table th {
  /* background-color: #c1fff8 !important; */
  color: white;
}

table > tbody > tr > td {
  vertical-align: middle !important;
}

#tablaCarrito tbody tr:hover {
    background-color: #F5F5E2 !important;
    color: black !important;
}