Chairs

Chairs

Explore a diverse range of chairs for every setting, indoors or outdoors, with products offering comfort, style and durability! From sleek Modern and functional Bistro chairs to sophisticated Classic and rustic Traditional and Mediterranean designs. We feature premium materials, including natural wood, natural rattan, durable metal, lightweight aluminium, and contemporary polypropylene. Whether you’re furnishing a dining room, patio, an all-inclusive or an Ala-cart hotel restaurant, a café or a taverna, find the perfect chairs that blend aesthetic appeal with lasting performance.

0
    0
    Your Cart
    Your cart is emptyReturn to Shop
    ';}jQuery('head').append(scriptsHtml);if(clb){_wpfRunClbAfterCoreReload(clb,params);}}function _wpfRunClbAfterCoreReload(clb,params){if(wpfCorrectJqueryUsed()){callUserFuncArray(clb,params);return;}setTimeout(function(){wpfCorrectJqueryUsed(clb,params);},500);}function wpfGetStyleSheetRule(sheetId,rule,isLike){var obj = document.getElementById(sheetId),sheet = obj.sheet || obj.styleSheet,rules = sheet.cssRules || sheet.rules,isLike = typeof isLike == 'undefined' ? false:isLike;for(var r = 0;r = 7){var rgb =(/^#[0-9A-F]{6}$/i.test(bg))?[0,parseInt(bg.substring(1,3),16),parseInt(bg.substring(3,5),16),parseInt(bg.substring(5,7),16)]:bg.replace(/\s/g,'').match(/^rgba?\((\d+),(\d+),(\d+)/i);if(rgb.length>= 4 &&(1 -(0.299 * rgb[1]+ 0.587 * rgb[2]+ 0.114 * rgb[3])/ 255)> 0.5)return '#dddddd';}return '#444444';}function wpfLightenDarkenColor(col,amt){var usePound = false,r = 255,g = 255,b = 255;if(typeof col !== 'undefined' && col.length>= 7){if(col.indexOf('rgb')== -1){if(col[0]== "#"){col = col.slice(1);usePound = true;}var num = parseInt(col,16);r =(num>> 16);b =((num>> 8)& 0x00FF);g =(num & 0x0000FF);}else{var withA = col.indexOf('rgba')!= -1,rgb = withA ? col.replace(/\s/g,'').match(/^rgba?\((\d+),(\d+),(\d+),(\d+)/i):col.replace(/\s/g,'').match(/^rgba?\((\d+),(\d+),(\d+)/i);if(rgb.length>= 4){var a = withA ? rgb[3]:1,bg =(1 - a)* 255;r = rgb[1]* a + bg;g = rgb[2]* a + bg;b = rgb[3]* a + bg;}usePound = true;}}r = r + amt;b = b + amt;g = g + amt;if(r> 255)r = 255;else if(r <0)r = 0;if(b> 255)b = 255;else if(b <0)b = 0;if(g> 255)g = 255;else if(g <0)g = 0;var res =(g |(b <<8)|(r <<16)).toString(16);return(usePound?"#":"")+ '0'.repeat(6 - res.length)+ res;}