.nmvip {
    
}

.nm_vip_list {
    list-style-type: none; 
    padding: 0; 
    margin: 0;
}

.nm_vip_list > li {
    padding: 3px 0px 3px 0px;
}

.vip_paytypes {
    padding: 5px;
    min-width: 188px;
}

.vip_btn {
    
}

.vip_button_wrapper {
    
}

.paytype_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 10px;
}

.vip_paytypes_header {
    font-weight: bold;
}

.nm_vip_divider_out {
    display: block;
    width: 388px;
}

.nm_vip_divider_in {
    display: block;
    width: 303px;
}

.vip_checkout_paytype {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.vip_checkout_paytype_title {
    font-weight: bold;
}

.vip_checkout_paytype_img {
    
}

.vip_checkout_text {
    font-weight: bold;
}

.vip_checkout_email_header {
    font-weight: bold;
}

@media (max-width: 500px) {
    .nm_vip_divider_out {
        display: block;
        width: 85%;
    }

    .nm_vip_divider_in {
        display: block;
    width: 80%;
    }
}​
