/*
Theme Name: Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome
Author: UX Themes
Author URI: http: //www.uxthemes.com/
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.cart-price  {
	display: none;
}
.cart-price  {
	visibility: hidden;
}

.amount {
	display: none;
}
.quantity .amount {
	display: none;
}
.quantity .amount {
	visibility: hidden;
}
.total {
	display: none;
}

.product-subtotal {
	display: none;
}
.product-price {
	display: none;
}
.cart-subtotal {
	display: none;
}

.order-total {
	display: none;
}
table.shop_table tfoot {
	display: none;
}
li.method  {
	display: none;
}

.shop_table.cart td.product-name {
    width: 55%;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.hide-for-small {
	display: none;
}
}