.zTable {
  width: 100% !important;
  border-collapse: collapse;
}

#IdCarritoTBody td {
  padding: 8px;
}

#IdCarritoTBody hr {
  margin: 8px 0;
}

#IdCarritoTBody input {
  margin: 0px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  width: 100% !important;
  max-width: 60px;
  text-align: center;
}

#IdCarritoTotalesDescuento {
  color: #25935c;
}

/* Mantiene visible el bloque de totales mientras se hace scroll en desktop */
@media (min-width: 1400px) {
  .cart__totals {
    position: sticky;
    top: 20px;
    align-self: flex-start;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
  }
}

.zCard {
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 8px;
}

.opcionubicacion {
  padding: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}

#IdCarritoCerrarPedido:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}
