.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;
}


a.checkout-button.button.alt.wc-forward {
display: none;
}

.shipping_de.shipping_de_string {
    margin-bottom: 15px;
    margin-top: 10px;
}
  
  .woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: 8px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}

.radio, .checkbox {
    min-height: 30px;
    padding-left: 0px;
    padding-right: 5px;
  
  }