/*
Theme Name: Mr. Tailor Child
Theme URI: http://mrtailor.getbowtied.com/
Description: This is a child theme for Mr. Tailor.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: mrtailor
Version: 1.0
*/

@import url("../mrtailor/style.css");

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

th.label {
	background: none;
}
 
li.additional_information_tab {
    display: none !important;
}

/* hide SKU on product meta section */
.product_meta .sku_wrapper {
    display:none;
}

/* hide product categories on product meta section */
.product_meta .posted_in {
    display:none;
}

/* hide product tags on product meta section */
.product_meta .tagged_as {
    display:none;
}

.login-register-container .account-img-container{
    display: none;
}



/****************************************************************/
/****************************************************************/
/****************************************************************/