.woocommerce  .woocommerce-breadcrumb a 
{
  color: #bc1861 !important;
}

.woocommerce  .product_meta > .posted_in,
.woocommerce  .product_meta > .tagged_as
{
  display: block;
  margin: 10px 0;
}

.woocommerce div.product p.price, .woocommerce div.product span.price
{
  font-size: 1.5em !important;
  text-transform: lowercase;
}

.woocommerce .product .price .amount:last-child:before,
.woocommerce .product .price .amount:first-child:after
{
  content: " ";
}

.woocommerce  .woocommerce-tabs .entry-content
{
  font-size: 1.5em !important;
}

.woocommerce ul.products li.product .price 
{
  font-size: 1.2em !important;
  text-transform: lowercase;
}

.woocommerce .woocommerce-ordering
{
  display: none;
}

.smthemes
{
  display: none !important;
}

#content-top,
#content-bottom
{
  display: none;
}

.woocommerce .price_info
{
  font-style: italic;
  color: #77a464;
  clear: both;
  line-height: 3em;
  mathin-top: 1em;
  margin-bottom: 2em;
}