.elementor-14 .elementor-element.elementor-element-52a77658{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-2da36cf1 *//* ==================================
   CART PAGE - HIDE TOTALS ROWS ONLY
   ================================== */

/* hide subtotal */
.woocommerce-cart tr.cart-subtotal{
display:none !important;
}

/* hide shipping */
.woocommerce-cart tr.woocommerce-shipping-totals{
display:none !important;
}

/* hide final total */
.woocommerce-cart tr.order-total{
display:none !important;
}

/* hide tax text */
.woocommerce-cart .cart_totals .includes_tax{
display:none !important;
}

/* hide cart totals title */
.woocommerce-cart .cart_totals h2{
display:none !important;
}


/* Fix checkout button layout on cart page */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    height: 56px !important;
    line-height: normal !important;
}

/* Remove unwanted line break inside button */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button br {
    display: none !important;
}/* End custom CSS */