/*
Theme Name: Shopkeeper Child
Theme URI: http://shopkeeper.getbowtied.com/
Description: This is a child theme for Shopkeeper.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: shopkeeper
Version: 1.0
*/


/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

.product_infos .price{
  display: none !important;
}

.product_after_shop_loop .price .amount, 
.cart_item .product-price .amount,
.mini_cart_item .quantity .amount{
  visibility: hidden;
}

.widget_shopping_cart .total,
#order_review .product-total{
  visibility: hidden;
}

#order_review .cart-subtotal,
#order_review .order-total{
  display: none;
}

.woocommerce table.cart .product-subtotal, 
.woocommerce-page #content table.cart .product-subtotal, 
.woocommerce-page table.cart .product-subtotal {
    display: none !important;
}

.products li:not(.catalog_mode) .product_after_shop_loop_switcher {
  -webkit-transform: translateY(-33px);
  -ms-transform: translateY(-33px);
  transform: translateY(-33px); }

.woocommerce-order .order_details .total, 
.woocommerce-order .order_details .product-total{
  display: none !important;
}

.woocommerce-order .order_details tfoot tr:nth-child(1),
.woocommerce-order .order_details tfoot tr:nth-child(3){
  display: none;
}







/****************************************************************/
/****************************************************************/
/****************************************************************/