.woocommerce-checkout .wc_payment_methods li{
    border-radius: 10px;
    background-color: white !important;
}

.woocommerce-checkout .payment_method_omise_internetbanking{
    margin-top: 10px;
}

.woocommerce-checkout .payment_box.payment_method_omise{
    border-radius: 0 0 10px 10px;
}

.woocommerce-checkout .payment_method_omise img {
    max-width: 30px !important;
    width: 7% !important;
    margin-right: 4px;
    position: relative;
    top: 16px;
}

.woocommerce-checkout #payment .payment_methods > .woocommerce-PaymentMethod > label::before, #payment .payment_methods > .wc_payment_method > label::before{
    display:none !important;
}

.woocommerce-checkout .omise-banks-list .item > label{
    width:100% !important;
}

.woocommerce-checkout .omise-banks-list .item > label::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    display: block;
    position: absolute;
    right: 0;
    left: auto !important;
}


.woocommerce-checkout .omise-banks-list .item > input[type=radio]:checked + label::before{
    content: "\f192";
	color: #e796a1;
}

.woocommerce-checkout #payment .payment_methods li .payment_box fieldset label{
    padding-left: 0;
}

.woocommerce-checkout .omise-banks-list .item > input{
    display: none;
}

.woocommerce-checkout #payment .payment_methods > .woocommerce-PaymentMethod > label, #payment .payment_methods > .wc_payment_method > label{
    font-family: 'SukhumvitTHBold';
    background-color: rgb(245,245,245);
    border-radius: 10px;
    margin: 0;
}


.woocommerce-checkout .omise-banks-list .item > label::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    margin-right: 10px;
    font-size: 18px;
    top: 18px;
    position: absolute;
    color: white;
    border: 2px solid rgb(200,200,200);
    border-radius: 100%;
    line-height: 1;
}

.woocommerce-checkout .omise-banks-list .item > input[type=radio]:checked + label::before{
    content: "\f192";
    font-size: 22px;
    border: none;
    color: #e796a1;
    margin-right: 9px;
}

.woocommerce-checkout div.payment_method_omise_internetbanking{
    margin-top: 0;
}

.woocommerce-checkout #omise-form-internetbanking{
    background-color: transparent;
}

.woocommerce-checkout .payment_box.payment_method_omise_internetbanking{
    padding: 0 !important;
}

.woocommerce-checkout .omise-banks-list .item{
    padding: 1.4em !important;
    background-color: white;
    margin-top: 10px;
    border: 1px solid rgb(200,200,200) !important;
}

.woocommerce-checkout .omise-banks-list .item.active{
    border: 2px solid #e796a1 !important;
    margin-top: 9px;
    margin-bottom: -1px;
}

.woocommerce-checkout .omise-banks-list .item.active label{
    margin-left: -1px !important;    
}

.woocommerce-checkout #payment .payment_methods > li .payment_box, #payment .place-order{
    background-color: white !important;
}

.woocommerce-checkout .wc_payment_method {
    background-color: rgb(245,245,245) !important;
}

.chevron-img{
    background: url(../images/chevron.svg) no-repeat center;
    width: 15px;
    height: 20px;
    float: right;
    position: relative;
    top: 13px;
}

input[type=radio]:checked + label > .chevron-img{
    transform: rotate(90deg);

}

.Omise-CardBrandImage[alt="Visa"]{
    margin-right: 15px !important;
}

fieldset#new_card_form{
    background-color: white;
    padding: 0;
}

.credit-card-menu-img{
    background: url(../images/payment/creditcard-menu.svg) no-repeat center;
    width: 11%;
    max-width: 45px;
    height: 30px;
    float: left;
    position: relative;
    top: 10px;
    margin-right: 20px;
}

.internet-banking-card-menu-img{
    background: url(../images/payment/internet-banking-menu.svg) no-repeat center;
    width: 11%;
    max-width: 45px;
    height: 46px;
    float: left;
    position: relative;
    top: 2px;
    margin-right: 20px;
}

.iappcreation-checkout-page .payment-shipping-total td{
    padding-left:0;    
    padding-right:0;    
}

.iappcreation-checkout-page .payment-shipping-total .woocommerce-remove-coupon{
    display:none;
}

.iappcreation-checkout-page .text-before-placeholder-button{
    font-weight: 100;
    font-size: 11px;
    color: rgb(230, 150, 162);
    margin: 20px 0 35px 0 !important;
}

.woocommerce-checkout .payment-method-secondary-text,
.woocommerce-checkout .payment-method-secondary-text{
    font-size: 12px !important;
    display: block;
}