.main-container .product-view .summary.single-product-info h1.product_title {
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 24px;
  text-transform: none;
}
.page-content .postinfo-wrapper .entry-title {
  margin: 0 0 5px;
  font-size: 22px;
  line-height: 30px;
  text-transform: none;
}
.media-body {
    width: 640px;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 85%;
}
.woocommerce-store-notice, p.demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #6465a4;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
}
.main-container .page-content .entry-content #order_review .shop_table .order-total .amount {
    font-size: 17px;
    font-weight: normal;
}
.woocommerce div.product div.images img {
    display: block;
    width: 40%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.main-container .page-content .input-text, .main-container .page-content input[type="text"], .main-container .page-content .form-row .input-text {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    height: 70px;
    max-width: 300%;
    padding: 0 0 0 10px;
}