Why is the checkout button on my site not clickable?

Hello,

It seems to be that your Checkout button is conflicting with your store css. Please add this code in your css file and then check this again.

.action_button.bold-checkout {
pointer-events: auto !important;
}

please add this and let us know.

Cheers,