:root {
    --black: #000000;
    --red:   #E70D2F;
}

.checkout .payment-method-wrap {
    margin-top: 20px;
}

.checkout .payment-method-wrap li:not(:last-child) {
    margin-bottom: 5px;
}

.checkout .payment-method-wrap .icon-abapay,
.checkout .payment-method-wrap .icon-payway {
    position: relative;
}

.checkout .payment-method-wrap .icon-abapay::after {
    content: url(../images/aba_pay.svg);
    position: absolute;
    right: -50px;
}

.checkout .payment-method-wrap .icon-payway::after {
    content: url(../images/credit_debit.png);
    position: absolute;
    right: -120px;
}