.woocommerce-page div.product div.summary {
    margin: 0 auto !important;
    width: 53.45%;
}

.product_title, .product_title + h4{
    display: none;
}

#tab-description h2 {
    display: none;
}

.cart .button {
    font-size: 80% !important;
}

.coupon, .coupon input, .coupon .button {
    display:inline-block;
    vertical-align: middle;
    height: 100%;
}

.coupon label {
    display: none;
}

.coupon .input-text {
    vertical-align: middle;
}

.actions .button {
    height: 100%;
}

.cart_item .product-name h4 {
    font-size: 1.05em;
    font-style: normal;
    margin-top: -5px;
}

.wc-tabs-wrapper .wc-tabs, .wc-tabs-wrapper .wc-tab {
    font-size: 16px;
    line-height: 26px;
}