.woocommerce .quantity .qty {
    width: 90px;
    text-align: center;
}

.product p.wc-gzd-additional-info {
    margin-bottom: 0.5rem;
    font-size: 0.9em;
    display: none;
}

.woocommerce-price-suffix {
    display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0px none;
    border-right: 0px none;
    padding: 8px 0px 0px 8px;
    margin-left: 20px;
    line-height: 2em;
}

#body .woocommerce table.cart td.actions .coupon .input-text {
    padding: 15px;
    border: medium none;
    height: 56px;
    box-shadow: none;
    background: #E9E9E9 none repeat scroll 0% 0%;
    width: 123px;
}



