    /*
     Theme Name: Storefront Child Theme
     Theme URI: https://example.com/my-child-theme/
     Description: A child theme for Storefront.
     Author: Farouk Nbikha
     Template: storefront
     Version: 1.0.0
     Text Domain: my-child-theme
    */

.woocommerce-products-header {
        display: none;
    }
.site-footer a{
	display:none;
}

.site-info {
	text-align:center;
}

a:focus,
.focus a {
	outline: none !important;
}
