Tourism Ministry allows 300 cafés to serve hookah

The Tourism Ministry on Saturday allowed some 300 restaurants and cafés to serve hookah without issuing fines against them provided that they rectify their status by December 31 (Photo by Amjad Ghsoun)

Regulations include prohibiting minors to smoke, providing sufficient ventilation system, separating smokers and non-smokers


AMMAN — The Tourism Ministry on Saturday allowed some 300 restaurants and cafés to serve hookah without issuing fines against them provided that they rectify their status by December 31.

In case of exceeding the given period, legal actions will be taken against the establishments in accordance with the law, the ministry noted.

Tourism Minister Lina Annab said that the government has stopped fining tourist restaurants and cafés that have not obtained legal permits to serve hookah, on the condition that they rectify their status by the end of this year, the Jordan News Agency, Petra, reported.

Annab said that the ministry, the Jordan Restaurant Association, the Greater Amman Municipality (GAM) and the Health Ministry reached a solution for the issue of serving hookah in tourist establishments.

The Ministry of Health had previously decided that places licensed to serve hookahs were exempted from the law prohibiting smoking in public places.

However, GAM decided otherwise and refused to renew their licences, or issue new ones.

The law stipulates that all establishments must obtain licences and follow the regulations, adding that no new licences would be issued or transferred from one location to the other. However, it stated that previous licences could be renewed for the same location regardless of a change in ownership.

Annab stressed that restaurants and cafés must abide by the regulations, which include not allowing people under the age of 18 to smoke hookah, providing a sufficient ventilation system, and separating smokers and non-smokers in a 50-50 per cent ratio of the establishments’ space with clear indication signs.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });