/*
function remove_storefront_credit() {
    remove_action( 'storefront_footer', 'storefront_credit', 20 );
}
add_action( 'init', 'remove_storefront_credit' );

*/

.post-type-archive-product .site-main .woocommerce-products-header {
    display: none;
}

.site-footer a {
    display: none;
}

.site-footer span {
    display: none;
}

footer .footer-widgets
{
	display: none;
}