/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* FORCE hide SUBTOTAL column header (Flatsome + Woo) */
.woocommerce-checkout-review-order-table th.product-subtotal,
.woocommerce-checkout-review-order-table thead th:last-child {
    display: none !important;
}

/* FORCE hide subtotal & total rows */
.woocommerce-checkout-review-order-table tr.cart-subtotal,
.woocommerce-checkout-review-order-table tr.order-total {
    display: none !important;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}