/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.woocommerce-shipping-totals.shipping, th.product-total, tr.order-total, tr.cart-subtotal, td.product-total, .order_details tfoot, .woocommerce-Price-amount {
	display: none;
}
#order_review table.shop_table tr>*:first-child {
    width: 100% !important;
}

#woo-cart-panel .woocommerce-mini-cart__total, .multiply-symbol {
	display: none;
}
.product_list_widget .quantity[data-type=type-1] , .product_list_widget .quantity[data-type=type-2] {
    display: none;
}
/* This hides the price from the sidecart */
.product_list_widget .ct-product-actions {
    display: none;
}