.bktzQn *{
 z-index:1000 !important; 
}
{% if widget.hide_on_mobile %}
@media only screen and (max-width: 767px) {
    .bokun-widget-container {
        display: none;
    }
}