.form-row.place-order button#place_order {
    display: none;
}

ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_bacs {
    display: none;
}

#nw_hps_place_order {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    letter-spacing: .15em;
    line-height: 2.077em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    padding: 11px 41px;
    color: #fff;
    background-color: #94c4f7;
    border: 1px solid transparent;
    cursor: pointer;
}

div#nw-hps-pay-wallet-popup-modal.open, div#nw-hps-pay-wallet-popup-modal.open .qodef-sp-inner {
    visibility: visible;
    opacity: 1;
    pointer-events: all !important;
}

div#nw-hps-pay-wallet-popup-modal.open .qodef-sp-content-container {
    background: #fff !important;
}

select {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    -webkit-appearance: none;
    background-color: #ebf5ff;
    border: 1px solid transparent;
    border-radius: 0;
    color: #244262;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: inherit;
    line-height: 24px;
    margin: 0 0 17px;
    outline: 0;
    padding: 12px 21px;
    -webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    -o-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;

}

.pay-open, .pay-open .qodef-sp-inner {
    opacity: 1 !important;
    pointer-events: unset !important;
}

#nw-hps-pay-cc-popup-modal .qodef-sp-content-container select[name='nw_cc_month'],
#nw-hps-pay-cc-popup-modal .qodef-sp-content-container p.expiration,
#nw-hps-pay-cc-popup-modal .qodef-sp-content-container select[name='nw_cc_year'] {
    width: calc(100% / 3 - 3px);
    display: inline;
}

#nw-hps-pay-cc-popup-modal .qodef-sp-content-container p.expiration {
    float: left;
    text-align: left;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}


#nw-hps-pay-cc-popup-modal .qodef-sp-inner {
    background-image: none;
    width: unset;
    background-color: #fff;
}

#nw-hps-pay-cc-popup-modal .qodef-sp-inner .qodef-sp-content-container {
    background-color: #fff;
    padding-top: 0;
}

#nw-hps-pay-cc-popup-modal .qodef-sp-inner .qodef-sp-content-container input,
#nw-hps-pay-cc-popup-modal .qodef-sp-inner .qodef-sp-content-container select,
#nw-hps-pay-cc-popup-modal .qodef-sp-inner .qodef-sp-content-container textarea {
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 7px 20px;
}


#nw-hps-pay-cc-popup-modal .qodef-sp-content-container input.btn {
    display: block;
    margin: 0 auto;
    background: #01c761;
    border: none;
    color: #fff;
}
#nw-hps-pay-cc-popup-modal .cart-list {
    margin-top: 25px;
}
#nw-hps-pay-cc-popup-modal .cart-list img{
    width: 35px;
}

body.qodef-header--light #qodef-page-header-inner .qodef-header-navigation > ul > li > a > .qodef-menu-item-inner {
    color: #000;
}


#nw-hps-pay-wallet-popup-modal .qodef-sp-inner .qodef-sp-content-container {
    padding-top: 0;
}

.nw_hps_woocommerce_wallet_mobile a {
    border: 1px solid;
    padding: 10px 25px;
    color: #fff;
    background: #94c4f7;
}

.nw_hps_woocommerce_wallet_desktop_success img {
    height: 71px;
    width: 100px;
    background-color: #fff;
}