/*
 * Theme Name: Cantless
 * Author: Developer
 * Version: 0.1
 * Description: Custom Theme
 */

/* TPAY  */
.wc_payment_method.payment_method_tpaygeneric-64 {
    display: flex;
    flex-wrap: wrap;
}

.payment_box.payment_method_tpaygeneric-64::before {
    content: none !important;
}

.wc_payment_method.payment_method_tpaypbl {
    display: flex;
    flex-wrap: wrap;
}

.payment_box.payment_method_tpaypbl::before {
    content: none !important;
}
