
/*Woocommerce Vietnam Checkout*/
.select2-container .select2-selection--single{
    height: auto !important;
    font-size: 14px;
    padding: 5px 8px 5px 5px;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px;
}
.select2-results__option{
    font-size: 14px;
}

ul.payment_methods .wc_payment_method label img{
    width: 25px;
    height: auto;
    display: none;
}
.woocommerce-checkout #payment ul.payment_methods li{
    position: relative;
}
.woocommerce-checkout #payment ul.payment_methods li img{
    position: absolute;
    right: 0;
    top: 6px;
}