#fixed-bottom-bar {
    position: fixed !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

.woocommerce-checkout .e-woocommerce-form-login-submit {
    font-size: 15px !important;
    padding: 15px !important;
    border: 0px !important;
    border-radius: 0px !important;
    background: #3c7179 !important;
    color: #fff !important;
}

.woocommerce-cart-form .coupon .button {
    font-size: 15px !important;
    background: #b1c6c9 !important;
    color: #fff !important;
}