Hello @rno,
Hope you are well.
Please add the following code before the </body> in footer.php in your theme directory.
<script>
jQuery(function($){
$('.inddl.btn').each(function(){
$(this).attr('target','_blank');
});
});
</script>
I hope it will solve your issue.
With Regards