body {
  /* background: url("{{ asset('images/backgrounds/default4.jpg') }}") no-repeat center center fixed; */
  background-size: cover;
  position: relative;
  z-index: 1;
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.4;
  font-size: 1rem;
  background-color: #f8f9fa !important;
}
.cart-container,
.cart-container * {
  font-family: 'Roboto', sans-serif !important;
  font-size: 15.2px;

}
.cart-container {
  background: linear-gradient(135deg, rgba(34, 34, 34, 0.85), rgb(255, 255, 255));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.5rem;
  color: #111;
}


.cart-item {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.cart-item:last-child {
  border-bottom: none;
}
.cart-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}
.btn-custom {
  background-color: #198754;
  color: #fff;
}
.btn-custom:hover {
  background-color: #157347;;
}
.cart-container .text-muted {
  color: rgb(255, 255, 255) !important;
}
.section-title {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
  font-size: 2.2rem;
  color: #ffc107;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  border-left: 5px solid #ffc107;
  padding-left: 15px;
  letter-spacing: 1px;
}

.resumen-card {
  background: rgba(30, 46, 79, 0.07) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow:
    0 15px 45px rgba(0, 0, 0, 0.45),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  color: #000000;
}


.resumen-card h4 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffc107;
  border-bottom: 1px solid rgba(255, 193, 7, 0.4);
  padding-bottom: 10px;
  margin-bottom: 1rem;
}

.resumen-card .list-group-item {
  background: transparent;
  border: none;
  padding: 8px 0;
  color: #000000;
  font-size: 14.5px;
}

.resumen-card .list-group-item:not(:last-child) {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

.resumen-card .total-row {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 12px;
  margin-top: 12px;
  font-size: 1.2rem;
}

.resumen-card .total-row strong:last-child {
  color: #00e676;
}

.resumen-card #btn-finalizar {
  background: linear-gradient(135deg, #00c853, #64dd17);
  border: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 12px;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.resumen-card #btn-finalizar:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 200, 83, 0.5);
}
