.elementor-18 .elementor-element.elementor-element-7a2196ec{--display:flex;}.elementor-18 .elementor-element.elementor-element-e5f59de{--display:flex;}.elementor-18 .elementor-element.elementor-element-766507e{--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-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-18 .elementor-element.elementor-element-17e5ba1{--divider-border-style:solid;--divider-color:#54595F00;--divider-border-width:0px;}.elementor-18 .elementor-element.elementor-element-17e5ba1 .elementor-divider-separator{width:100%;}.elementor-18 .elementor-element.elementor-element-17e5ba1 .elementor-divider{padding-block-start:21px;padding-block-end:21px;}.elementor-18 .elementor-element.elementor-element-e098c01{--update-cart-automatically-display:none;}.elementor-18 .elementor-element.elementor-element-e098c01 .coupon{--apply-coupon-button-alignment:start;--apply-coupon-button-width:auto;}/* Start custom CSS */.woocommerce-cart .button,
.woocommerce-cart .checkout-button {
  background: linear-gradient(90deg,#ffd93d,#ffb703);
  color: #000;
  font-weight: 800;
  border-radius: 10px;
  padding: 14px 28px;
}


.woocommerce .e-cart__container {
  max-width: 1200px;
  margin: 70px auto;
  background: rgba(10,10,10,.85);
  border-radius: 16px;
  padding: 40px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}


.woocommerce .shop_table.cart thead th {
  color: #ffd93d;
  font-weight: 800;
}


.woocommerce .product-name a {
  color: #ffd93d;
  font-weight: 800;
  text-decoration: none;
}

.woocommerce .product-remove a.remove {
  color: #ff4d4d !important;
  font-size: 20px;
  font-weight: 900;
}


.woocommerce .wc-proceed-to-checkout a.checkout-button {
  background: linear-gradient(90deg,#ffd93d,#ffb703);
  color: #000;
  font-size: 18px;
  font-weight: 900;
  border-radius: 14px;
  padding: 18px;
  text-transform: uppercase;
}

/* Quitar fondo negro del contenedor principal */
.woocommerce .e-cart__container {
  background: transparent !important;
  padding: 0;
  box-shadow: none;
}

/* Layout columnas */
.woocommerce .e-cart__container {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 40px;
  align-items: start;
}


/* Card totales */
.woocommerce .e-cart__column-end .cart_totals {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}



/* Celda cantidad */
.woocommerce table.shop_table.cart .product-quantity {
  text-align: center;
}

/* Contenedor quantity */
.woocommerce table.shop_table.cart .product-quantity .quantity {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Input */
.woocommerce table.shop_table.cart .quantity input.qty {
  width: 64px;
  height: 42px;
  text-align: center;
  font-weight: 700;
  border-radius: 8px;
}


/* CONTENEDOR CUPÓN */
.woocommerce .coupon {
  margin-top: 20px;
}

/* FILA FLEX */
.woocommerce .coupon .form-row.coupon-col {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

/* INPUT */
.woocommerce .coupon input#coupon_code {
  height: 48px;
  padding: 0 14px;
  font-size: 15px;
  border-radius: 10px;
  width: 260px;
}

/* BOTÓN */
.woocommerce .coupon button.e-apply-coupon {
  height: 48px;
  padding: 0 26px;
  font-weight: 800;
  border-radius: 10px;
  background: #ffd400;
  color: #111;
  border: none;
  cursor: pointer;
}

/* HOVER */
.woocommerce .coupon button.e-apply-coupon:hover {
  filter: brightness(1.05);
}

/* MENSAJE ERROR */
.woocommerce .coupon .coupon-error-notice {
  margin-top: 8px;
  font-size: 14px;
  color: #ff5a5a;
}

/* MÓVIL */
@media (max-width: 600px) {
  .woocommerce .coupon .form-row.coupon-col {
    flex-direction: column;
    align-items: stretch;
  }

  .woocommerce .coupon input#coupon_code,
  .woocommerce .coupon button.e-apply-coupon {
    width: 100%;
  }
}


@media (max-width: 768px) {
  .woocommerce table.shop_table.cart tr.cart_item td {
    text-align: right;
  }

  .woocommerce table.shop_table.cart .product-name {
    text-align: right;
  }

  .woocommerce table.shop_table.cart .product-quantity .quantity {
    justify-content: flex-end;
  }
}

/* ===== TABLA GENERAL ===== */
.woocommerce-cart table.shop_table {
  width: 100%;
  border-collapse: collapse;
}

/* CABECERA */
.woocommerce-cart table.shop_table thead th {
  text-align: center;
  padding: 16px 10px;
  font-weight: 800;
  vertical-align: middle;
}

/* FILAS */
.woocommerce-cart table.shop_table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,.08);
}

/* CELDAS */
.woocommerce-cart table.shop_table td {
  padding: 16px 10px;
  vertical-align: middle;
  text-align: center;
}

/* ===== ELIMINAR ===== */
.woocommerce-cart td.product-remove {
  width: 40px;
}

.woocommerce-cart td.product-remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

/* ===== IMAGEN ===== */
.woocommerce-cart td.product-thumbnail {
  width: 100px;
}

.woocommerce-cart td.product-thumbnail img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 10px;
}

/* ===== NOMBRE ===== */
.woocommerce-cart td.product-name {
  text-align: left;
  font-weight: 700;
}

.woocommerce-cart td.product-name a {
  text-decoration: none;
}

/* ===== PRECIO Y SUBTOTAL ===== */
.woocommerce-cart td.product-price,
.woocommerce-cart td.product-subtotal {
  font-weight: 700;
  white-space: nowrap;
}

/* ===== CANTIDAD (CENTRADO PERFECTO) ===== */
.woocommerce-cart td.product-quantity {
  width: 120px;
}

.woocommerce-cart td.product-quantity .quantity {
  display: flex;
  justify-content: center;
}

.woocommerce-cart td.product-quantity input.qty {
  width: 64px;
  height: 40px;
  text-align: center;
  border-radius: 8px;
  font-weight: 700;
}

/* ===== BOTÓN ACTUALIZAR OCULTO (SI NO LO USAS) ===== */
.woocommerce-cart button[name="update_cart"] {
  display: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {

  .woocommerce-cart table.shop_table thead {
    display: none;
  }

  .woocommerce-cart table.shop_table tbody tr {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-row-gap: 12px;
    padding: 16px 0;
  }

  .woocommerce-cart td {
    text-align: left !important;
  }

  .woocommerce-cart td.product-thumbnail {
    grid-row: span 4;
  }

  .woocommerce-cart td.product-quantity .quantity {
    justify-content: flex-start;
  }
}

/* ===== FIX PRECIO DESALINEADO ===== */
.woocommerce-cart td.product-price,
.woocommerce-cart td.product-subtotal {
  display: table-cell;
  vertical-align: middle !important;
}

.woocommerce-cart td.product-price .woocommerce-Price-amount,
.woocommerce-cart td.product-subtotal .woocommerce-Price-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 1;
}

/* Asegura que el símbolo $ no empuje */
.woocommerce-cart .woocommerce-Price-currencySymbol {
  line-height: 1;
}

/* ===== IMAGEN DEL PRODUCTO MÁS GRANDE ===== */
.woocommerce-cart td.product-thumbnail {
  width: 120px;
  text-align: center;
  vertical-align: middle;
}

.woocommerce-cart td.product-thumbnail img {
  width: 100px !important;
  max-width: 100px !important;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}


.woocommerce-cart td.product-thumbnail img {
  box-shadow: 0 0 12px rgba(255, 165, 0, 0.4);
  transition: transform 0.2s ease;
}

.woocommerce-cart td.product-thumbnail img:hover {
  transform: scale(1.05);
}


@media (max-width: 768px) {
  .woocommerce-cart td.product-thumbnail img {
    width: 70px !important;
    max-width: 70px !important;
  }
}

/* === BOTÓN APLICAR CUPÓN IGUAL A FINALIZAR COMPRA === */
.woocommerce-cart button[name="apply_coupon"] {
  background: linear-gradient(90deg,#ffd93d,#ffb703) !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
  border-radius: 14px;
  padding: 18px 26px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all .2s ease;
    font-family: 'Montserrat', sans-serif;
}

.woocommerce-cart button[name="apply_coupon"]:hover {
  opacity: .9;
  transform: translateY(-1px);
}

/* === CONTENEDOR GENERAL DEL CARRITO === */
.e-shop-table.e-cart-section {
  background: #fff; /* usa el color del fondo que quieras */
  border-radius: px;
  padding: 12px;
  overflow: hidden; /* CLAVE para que se respete el redondeo */
}

/* === CONTENEDOR TOTAL DEL RESUMEN === */
.e-cart-totals.e-cart-section {
  background: #fff;
  border-radius: px;
  padding: 24px;
  overflow: hidden;
}





.woocommerce .wc-proceed-to-checkout a.checkout-button {
  border-radius: 25px !important;
}

.woocommerce-cart button[name="apply_coupon"] {
  border-radius: 25px !important;
}/* End custom CSS */