.elementor-799 .elementor-element.elementor-element-ae129b1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-799 .elementor-element.elementor-element-0d60cfb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-799:not(.elementor-motion-effects-element-type-background), body.elementor-page-799 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#BCCBF7;}/* Start custom CSS *//* ===== CARRITO GENERAL ===== */
.woocommerce-cart {
  font-family: inherit;
}

/* TÍTULOS */
.woocommerce-cart h2,
.woocommerce-cart h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1f2a33;
}

/* CONTENEDOR TABLA CARRITO */
.woocommerce-cart .woocommerce-cart-form {
  background: rgba(255,255,255,0.7);
  border-radius: 18px;
  padding: 28px;
  margin-bottom: 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* TABLA */
.woocommerce-cart table.shop_table {
  border: none;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
  border: none;
  padding: 14px 10px;
  vertical-align: middle;
}

/* PRODUCTO */
.woocommerce-cart .product-name a {
  font-weight: 600;
  color: #1f2a33;
  text-decoration: none;
}

.woocommerce-cart .product-name a:hover {
  text-decoration: underline;
}

/* PRECIO */
.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal {
  font-weight: 600;
  color: #1ec31e;
}

/* INPUT CANTIDAD */
.woocommerce-cart .quantity input.qty {
  border-radius: 12px;
  border: 1px solid #dcdfe3;
  padding: 10px;
  width: 70px;
  font-size: 14px;
}

/* BOTONES CUPÓN */
.woocommerce-cart .coupon input.input-text {
  border-radius: 12px;
  border: 1px solid #dcdfe3;
  padding: 12px 14px;
}

.woocommerce-cart .coupon button.button {
  background: linear-gradient(135deg, #1ec31e, #16a316);
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 700;
  color: #fff;
  border: none;
}

/* BOTÓN ACTUALIZAR */
.woocommerce-cart button[name="update_cart"] {
  background: #1f2a33;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 700;
  color: #fff;
  border: none;
}

/* ===== TOTALES DEL CARRITO ===== */
.woocommerce-cart .cart_totals {
  background: #0f0f0f;
  color: #ffffff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

/* TABLA TOTALES */
.woocommerce-cart .cart_totals table {
  border: none;
}

.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td {
  border: none;
  padding: 10px 0;
}

/* TOTAL */
.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
  font-size: 18px;
  font-weight: 700;
  color: #1ec31e;
}

/* BOTÓN FINALIZAR COMPRA */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: linear-gradient(135deg, #1ec31e, #16a316);
  border-radius: 14px;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: none;
  width: 100%;
  transition: transform .15s ease, box-shadow .15s ease;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(30,195,30,0.4);
}

/* MOBILE */
@media (max-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart .cart_totals {
    padding: 22px;
  }

  .woocommerce-cart table.shop_table thead {
    display: none;
  }
}/* End custom CSS */