/*
 Theme Name:     TOPSHOP CHILD
 Theme URI:      
 Description:    Customizing by Chatter
 Author:         Tony Z
 Author URI:     
 Template:       topshop-premium
 Version:        1.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../topshop-premium/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

/*WooCommerce Customizations*/


/*suppresses categories and tags, find php to suppress at function level later? Be careful function elimination doesn't also clear it out of backend - TonyZ*/

.product_meta .posted_in {
	display: none;
}


.tagged_as {
	display: none;
}

.sku_wrapper {
	display: none;
}
