#checkout .module_payment_container {
    position: relative;
}

#checkout .module_payment_container .payment-option input.payment_radio{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
    opacity: 0;
}

#checkout .module_payment_container .payment-option .payment_input:before{
    content: "";
    display: block;
    position: absolute;
    background-color: white;
    border: 2px solid white;
    box-shadow: 0px 0px 0px 1px #484848;
    top: 27px;
    left: 8px;
    width: 13px;
    height: 13px;
    border-radius: 100px;
}

#checkout .module_payment_container .payment-option.selected .payment_input:before{
    background-color: rgb(50 159 237);
}