.elementor-313 .elementor-element.elementor-element-aa38021{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-ea53d52 *//* CONTENEDOR */
.woocommerce-cart .woocommerce {
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 16px;
  background: #fff;
}

/* TABLA */
.woocommerce-cart table.shop_table {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
  padding: 14px 12px;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.woocommerce-cart table.shop_table thead th {
  background: #fafafa;
  font-weight: 600;
}

/* IMAGEN */
.woocommerce-cart td.product-thumbnail img {
  width: 78px;
  height: auto;
  border-radius: 10px;
  display: block;
}

/* NOMBRE */
.woocommerce-cart td.product-name a {
  text-decoration: none;
  font-weight: 600;
  color: #111;
}

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

/* INPUT CANTIDAD */
.woocommerce-cart .quantity .qty {
  width: 80px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 10px 12px;
}

/* BOTONES */
.woocommerce-cart .button,
.woocommerce-cart button.button,
.woocommerce-cart input.button {
  border-radius: 10px;
  padding: 12px 14px;
  border: 1px solid #e5e5e5;
  background: #fff;
  font-weight: 600;
}

.woocommerce-cart .button:hover,
.woocommerce-cart button.button:hover,
.woocommerce-cart input.button:hover {
  border-color: #000;
}

/* CUPÓN */
.woocommerce-cart .coupon input#coupon_code {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 12px 14px;
  width: 200px;
  max-width: 100%;
}

/* TOTALES */
.woocommerce-cart .cart-collaterals {
  margin-top: 22px;
}

.woocommerce-cart .cart_totals {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 18px;
  background: #fafafa;
}

.woocommerce-cart .cart_totals h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

/* BOTÓN CHECKOUT */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: #000;
  color: #fff;
  border-radius: 12px;
  padding: 14px 16px;
  font-weight: 700;
  border: none;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #111;
}

/* MOBILE */
@media (max-width: 768px) {
  .woocommerce-cart .woocommerce {
    padding: 16px 12px;
  }

  /* Simplificar tabla en mobile */
  .woocommerce-cart th.product-price,
  .woocommerce-cart td.product-price,
  .woocommerce-cart th.product-subtotal,
  .woocommerce-cart td.product-subtotal {
    display: none;
  }

  .woocommerce-cart td.product-thumbnail img {
    width: 64px;
  }

  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */