Hi,
The issue comes from your template.
It has specific CSS code in the file /templates/et_wine/css/hikashop.css to hide the next button on the second step of the HikaShop checkout:
i.imgur.com/0iMuoee.png
You can remove the code
.hikashop_checkout_page_step2 .hikabtn_checkout_next{
display:none;
}
from that file to fix the problem but I would recommend you to report the issue to your template provider.
That way, when you update the template in the future, you won't loose the change and it will help other future users of that template too.