.postmetadataw, .postmetadata, #commentsbox {display:none;}
.entry-utility {display: none;}
#header_area ul.nav, #header_area .menu > ul {
    float: left;
    width: 101%;
    background: url(images/menu.png) top repeat-x;
    margin: 0;}
.inline-active {width: 101%}

.sku_wrapper {display:none;}
.woocommerce-breadcrumb {display:none;}
.woocommerce-products-header__title {display:none;}
.woocommerce-result-count {display:none;}
#.orderby  {display:none;}

div.copyright {color: white;}
#footer_area a {color: white;}
#footer_area a:hover {color: #FF69B4;}

/* Center product elements on shop pages */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align:center;
}
.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
  float:none;
  display:block;
  margin-left:auto;
  margin-right:auto;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 80px;
    margin: 0;
    outline: 0;
    line-height: 1;
    text-transform: uppercase;
}