.elementor-2105 .elementor-element.elementor-element-612e4101{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-63c9cb1c *//* Hide Price and Subtotal columns from cart table */
.woocommerce table.shop_table_responsive.cart th.product-price,
.woocommerce table.shop_table_responsive.cart td.product-price,
.woocommerce table.shop_table_responsive.cart th.product-subtotal,
.woocommerce table.shop_table_responsive.cart td.product-subtotal {
    display: none !important;
}

/* Hide the cart totals section heading and table */
.cart-collaterals .cart_totals h2,
.cart-collaterals .cart_totals .shop_table.shop_table_responsive {
    display: none !important;
}

/* Keep only the checkout button visible and style it properly */
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
    display: block !important;
    text-align: center !important;
    margin-top: 20px !important;
}

/* Style the button itself */
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    display: inline-block !important;
    width: auto !important;
    max-width: 300px !important;
    padding: 12px 24px !important;
    text-align: center !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
}

/* Remove line breaks from button text */
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button br {
    display: none !important;
}

/* Remove any extra spacing/padding from cart totals area */
.cart_totals.calculated_shipping {
    padding-top: 0 !important;
    margin-top: 20px !important;
    border: 1px solid #e0e0e0 !important;
    padding: 20px !important;
    border-radius: 4px !important;
}

/* Additional fallback .elementor-2105 .elementor-element.elementor-element-63c9cb1cs for different themes */
.woocommerce .cart_totals h2,
.woocommerce .cart_totals table.shop_table {
    display: none !important;
}

/* Elementor specific .elementor-2105 .elementor-element.elementor-element-63c9cb1cs (if page is built with Elementor) */
.elementor-widget-woocommerce-cart table.shop_table_responsive.cart th.product-price,
.elementor-widget-woocommerce-cart table.shop_table_responsive.cart td.product-price,
.elementor-widget-woocommerce-cart table.shop_table_responsive.cart th.product-subtotal,
.elementor-widget-woocommerce-cart table.shop_table_responsive.cart td.product-subtotal {
    display: none !important;
}

.elementor-widget-woocommerce-cart .cart_totals h2,
.elementor-widget-woocommerce-cart .cart_totals .shop_table.shop_table_responsive {
    display: none !important;
}
.woocommerce-cart .return-to-shop .button.wc-backward br {
    display: none !important;
}/* End custom CSS */