.woocommerce-checkout #payment div.payment_box{background-color: #999;}ul.wc_payment_methods{display: grid;grid-gap: 8px;}@media (min-width: 576px) {ul.wc_payment_methods { grid-template-columns: 1fr 1fr;} }ul.wc_payment_methods label{display: flex;justify-content: space-between;position: relative;z-index: 1;}#payment .payment_methods li img{max-height: 35px;}.wc_payment_methods::before{display: none !important;}.wc_payment_method{position: relative;padding: 12px;border-radius: 5px;background-color: #f2f2f2;grid-column: span 1;}.wc_payment_method input{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}.wc_payment_method input[type='radio']:before{width: 100%;height: 100%;border-radius: 5px;z-index: 0;border: none;background-color: #d1d1d1;}.wc_payment_method input[type='radio']:after{content: none;}.woocommerce-checkout #payment div.payment_box::before{border: 1em solid #f2f2f2;border-right-color: transparent;border-left-color: transparent;border-top-color: transparent;}.woocommerce-checkout #payment div.payment_box{background-color: #f2f2f2;}