/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Hide product total & order totals only for fresh orders */
body.fresh-order td.product-total {
    display: none;
}

body.fresh-order tfoot {
    display: none;
}

.site-header-cart .amount {
    display: none !important;
}

p.woocommerce-mini-cart__total.total {
    display: none !important;
}

/* Hide subtotal column in cart table */
.woocommerce-cart table.shop_table th.product-subtotal,
.woocommerce-cart table.shop_table td.product-subtotal {
    display: none;
}

