/* 
Theme Name:		 SamTarkett
Theme URI:		 https://optimalwordpress.co.uk/
Description:	 SamTarkett is a child theme of GeneratePress, created by Optimal WordPress
Author:			 John Higgins
Author URI:		 https://optimalwordpress.co.uk/
Template:		 generatepress
Version:		 1.0.0
Text Domain:	 samtarkett
*/


.woocommerce-page #content div.product div.summary { width:100%; }

.woocommerce table.cart .product-thumbnail { display:none; }

.woocommerce ul.products li.product-category a img {
    display: none;
}

/* Cart widget */
.woocommerce-mini-cart__total {
	display: none;
}

/* Cart */
.product-price, .product-subtotal {
	display: none !important;
}

/* Checkout */
.product-total *, th.product-total {
	display: none;
}

/* Remove Checkout Sub and Total Price lines */
.cart-subtotal {
 
      display: none;
 
}

.order-total {
 
      display: none;
 
}

/* Back order text change */
.backorder_notification{
display: none;
}
.backorder_notification.custom{
display: block;
}
