/* Enter Your Custom CSS Here */

.wc-bookings-booking-form input,
.comment-form textarea,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-billing-fields__field-wrapper input,
.woocommerce-additional-fields__field-wrapper textarea,
.wccf_field_container_user_field input{
    padding: 14px!important;
    border: 1px solid #ccc!important;
    border-radius: 5px;
    background:#fff!important;
    color: #000!important;
    font-size: 18px!important;
}
.wc-forward,
.woocommerce .cart .button, .woocommerce .cart input.button{
    background:#e44e2d!important;
    color:#fff!important;
    padding: 7px 22px!important;
    border-radius: 5px!important;
    letter-spacing: 1px;
    font-weight: 600!important;
}
.form-row .button,
.membership-actions .button,
.woocommerce-orders-table__cell-order-actions .button,
.button.cancel,
.woocommerce-MyAccount-content .button{
     background:#e44e2d!important;
     color:#fff!important;
     border:0!important;
     margin-right: 2px!important;
}