/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.7.2
Text Domain: flatsome
License: http://themeforest.net/licenses
License URI: http://themeforest.net/licenses
*/
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
	display: none;
}

/* disable quick-view button in shop */
a.quick-view.quick-view-added {
    display: none;
}

/*disable back to shop button when cart is empty */
a.button.primary.wc-backward{
	display:none;
}

/*disaable back to shop in cart page */
a.button-continue-shopping.button.primary.is-outline{
	display:none;
}

.woocommerce-checkout #payment ul.payment_methods li .payment-fps-tooltip {
    position: relative;
    display: none;
    color: #00f;
    text-decoration: underline;
}

.page-id-11031 .section-content.relative{
	display:none;
}
.page-id-11032 .section-content.relative{
	display:none;
}

td.product-name {
    pointer-events: none;
    cursor: default;
}

td.product-thumbnail{
    pointer-events: none;
    cursor: default;	
}
.page-id-11031 .col.medium-6.small-12.large-6{
	display:none;
}
.page-id-11032 .col.medium-6.small-12.large-6{
	display:none;
}
.page-id-11031 .col.small-12.large-12{
	display:none;
}
.page-id-11032 .col.small-12.large-12{
	display:none;
}
/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
