.elementor-391 .elementor-element.elementor-element-57ca789{--display:flex;}.elementor-391 .elementor-element.elementor-element-1dd3860 .shop_table .button{background-color:#000000;}.elementor-391 .elementor-element.elementor-element-1dd3860 > .elementor-widget-container{margin:75px 0px 50px 0px;}.elementor-391 .elementor-element.elementor-element-1dd3860 .cart_totals h2{font-family:"Montserrat", Sans-serif;font-size:20px;}.elementor-391 .elementor-element.elementor-element-1dd3860 {--sections-descriptions-color:#000000;}.elementor-391 .elementor-element.elementor-element-1dd3860 .e-cart-content, .elementor-391 .elementor-element.elementor-element-1dd3860 .woocommerce-shipping-destination, .elementor-391 .elementor-element.elementor-element-1dd3860 .shipping-calculator-button{font-family:"Montserrat", Sans-serif;}.elementor-391 .elementor-element.elementor-element-1dd3860{--links-normal-color:#FFC07F;--forms-buttons-normal-text-color:#FFFFFF;--forms-buttons-border-type:none;--forms-buttons-border-radius:10px 10px 10px 10px;}:root{--page-title-display:none;}/* Start custom CSS *//* ── TÍTULO ── */
.woocommerce-cart h1.entry-title,
.woocommerce-cart h1 {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  color: #111;
  letter-spacing: 1px;
}

/* ── TABLA DEL CARRITO ── */
.woocommerce-cart table.shop_table {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}

.woocommerce-cart table.shop_table thead th {
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 16px;
  border: none;
}

.woocommerce-cart table.shop_table tbody tr {
  border-bottom: 1px solid #f3f4f6;
}

.woocommerce-cart table.shop_table tbody td {
  padding: 20px 16px;
  vertical-align: middle;
  border: none;
}

/* Imagen del producto */
.woocommerce-cart table.shop_table td.product-thumbnail img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

/* Nombre del producto */
.woocommerce-cart table.shop_table td.product-name a {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
}
.woocommerce-cart table.shop_table td.product-name a:hover {
  color: #FF8C00;
}

/* Variación */
.woocommerce-cart table.shop_table td.product-name .variation {
  font-size: 12px;
  color: #6b7280;
  margin-top: 4px;
}

/* Precio y total */
.woocommerce-cart table.shop_table td.product-price,
.woocommerce-cart table.shop_table td.product-subtotal {
  font-size: 16px;
  font-weight: 700;
  color: #FF8C00;
}

/* Cantidad */
.woocommerce-cart table.shop_table td.product-quantity .quantity input {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 600;
  width: 60px;
  text-align: center;
  color: #111;
}

/* Botón eliminar */
.woocommerce-cart table.shop_table td.product-remove a {
  color: #9ca3af !important;
  font-size: 20px;
  font-weight: 400;
  transition: color 0.2s ease;
}
.woocommerce-cart table.shop_table td.product-remove a:hover {
  color: #ef4444 !important;
}

/* Botón actualizar carrito */
.woocommerce-cart table.shop_table .actions .button {
  background: transparent;
  color: #111;
  border: 2px solid #e5e7eb;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: all 0.2s ease;
}
.woocommerce-cart table.shop_table .actions .button:hover {
  border-color: #FF8C00;
  color: #FF8C00;
}

/* ── TOTALES DEL CARRITO ── */
.woocommerce-cart .cart_totals {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 28px;
  border: 1px solid #e5e7eb;
}

.woocommerce-cart .cart_totals h2 {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FF8C00;
  border-bottom: 2px solid #FF8C00;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.woocommerce-cart .cart_totals table {
  width: 100%;
  border: none;
}

.woocommerce-cart .cart_totals table th {
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  padding: 10px 0;
  border: none;
}

.woocommerce-cart .cart_totals table td {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  padding: 10px 0;
  border: none;
  text-align: right;
}

/* Total final */
.woocommerce-cart .cart_totals table tr.order-total th,
.woocommerce-cart .cart_totals table tr.order-total td {
  font-size: 20px;
  font-weight: 800;
  color: #FF8C00;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}

/* Nota de envío */
.woocommerce-cart .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart_totals p {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 6px;
}

/* ── BOTÓN FINALIZAR COMPRA ── */
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  display: block;
  width: 100%;
  background: #FF8C00 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  padding: 16px !important;
  border-radius: 6px !important;
  text-align: center !important;
  text-decoration: none !important;
  border: none !important;
  margin-top: 16px !important;
  transition: background 0.25s ease, box-shadow 0.25s ease !important;
  box-shadow: 0 0 20px rgba(255, 140, 0, 0.35) !important;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
  background: #e07b00 !important;
  box-shadow: 0 0 30px rgba(255, 140, 0, 0.6) !important;
}

/* ── CARRITO VACÍO ── */
.woocommerce-cart .cart-empty {
  font-size: 16px;
  font-weight: 600;
  color: #6b7280;
  text-align: center;
  padding: 40px 0;
}
.woocommerce-cart .return-to-shop .button {
  background: #FF8C00 !important;
  color: #fff !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  padding: 12px 28px !important;
  transition: background 0.2s ease !important;
}
.woocommerce-cart .return-to-shop .button:hover {
  background: #e07b00 !important;
}/* End custom CSS */