.elementor-7 .elementor-element.elementor-element-db932d8{--display:flex;}.elementor-7 .elementor-element.elementor-element-a98fb91{--update-cart-automatically-display:none;--sections-border-type:solid;--sections-border-radius:7px 7px 7px 7px;--sections-descriptions-spacing:0px;--links-normal-color:#C0640E;--forms-fields-border-radius:0px 0px 0px 0px;--forms-buttons-border-type:solid;--forms-buttons-border-color:#C0640E;--totals-divider-color:#C40707;}.elementor-7 .elementor-element.elementor-element-a98fb91 .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:#C0640E;}.elementor-7 .elementor-element.elementor-element-a98fb91 .coupon{--apply-coupon-button-alignment:center;--apply-coupon-button-width:auto;}.elementor-7 .elementor-element.elementor-element-a98fb91 .e-cart-section{border-width:1px 1px 1px 1px;}.elementor-7 .elementor-element.elementor-element-a98fb91 .cart_totals h2{font-size:18px;}.elementor-7 .elementor-element.elementor-element-a98fb91 .shop_table .button{border-width:1px 1px 1px 1px;}.elementor-7 .elementor-element.elementor-element-a98fb91 .e-shop-table .cart th, .elementor-7 .elementor-element.elementor-element-a98fb91 .e-shop-table .cart td:before{font-size:18px;}/* Start custom CSS for woocommerce-cart, class: .elementor-element-a98fb91 *//* Asegurar que la tabla no oculte las líneas */
.cart_totals table.shop_table {
    border-collapse: collapse !important;
    border: none !important;
}

/* 1. Línea negra DEBAJO de Subtotal */
.cart_totals table.shop_table tr.cart-subtotal th,
.cart_totals table.shop_table tr.cart-subtotal td {
    border-bottom: 1px solid #000000 !important;
    padding-bottom: 15px !important;
}

/* Espacio general para la sección de Envío */
.cart_totals table.shop_table tr.shipping th,
.cart_totals table.shop_table tr.shipping td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border: none !important;
}

/* 2. NUEVA LÍNEA: Justo debajo de "Envío gratuito" (Antes de la dirección) */
ul#shipping_method {
    border-bottom: 1px solid #000000 !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
}

/* 3. Línea negra ARRIBA del Total (que cierra todo el bloque) */
.cart_totals table.shop_table tr.order-total th,
.cart_totals table.shop_table tr.order-total td {
    border-top: 1px solid #000000 !important; 
    padding-top: 20px !important;
    border-bottom: none !important;
}/* End custom CSS */