.elementor-20 .elementor-element.elementor-element-5703a3de{color:#000000;}.elementor-20 .elementor-element.elementor-element-5703a3de a{color:#000000;}/* Start custom CSS for text-editor, class: .elementor-element-5703a3de *//* === Caja Totales del Carrito === */
.woocommerce .cart-collaterals .cart_totals {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  font-family: 'Roboto', sans-serif;
  max-width: 100%;
}

.cart_totals h2 {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}

/* === Tabla de totales === */
.cart_totals table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.cart_totals table th,
.cart_totals table td {
  padding: 12px;
  font-size: 15px;
  border-bottom: 1px solid #e0e0e0;
  color: #333;
}

.cart_totals table th {
  font-weight: 600;
  text-align: left;
}

.cart_totals table .order-total td strong {
  font-size: 17px;
  color: #000;
}

/* === Botón Finalizar Compra === */
.woocommerce .wc-proceed-to-checkout .checkout-button {
  background-color: #000;
  color: #fff !important;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  transition: background 0.3s ease;
  border: none;
}

.woocommerce .wc-proceed-to-checkout .checkout-button:hover {
  background-color: #333;
}/* End custom CSS */