SKU: BUR520N-TTTB

Burlington - Round Dining Table - Brown

$50999 USD $63999


Delivery and Shipping

At this time we are only able to offer delivery in the Southwest Missouri and Northwest Arkansas area.

The Burlington 52-inch Round Table in mocha forms a centerpiece that marries elegance with style. The table features a sturdy circular base, providing a strong foundation while offering ample clearance for chairs. Its unique polygonal circle design is highlighted by a striking black accent on the apron and base that seamlessly elevates the ebony finish to create a cohesive and luxurious look. Designed to comfortably seat up to six people, the Burlington Table is ideal for fostering a cozy and intimate atmosphere, perfect for close-knit gatherings and engaging conversations.

Product Features
  • Crafted from Oak veneers, Asian hardwood solids and engineered woods
  • Styling details include a black  rimmed table apron and base that serves as an elegant and sophisticated accent to the cocoa finish
  • Adjustable levelers add stability on uneven surfaces.


Burlington - Round Dining Table - Brown
52.0"W x 52.0"D x 30.0"H - 95.0 lb
// Save scroll position before leaving page document.addEventListener('DOMContentLoaded', function() { // Save scroll position when clicking product links const productLinks = document.querySelectorAll('a[href*="/products/"]'); productLinks.forEach(link => { link.addEventListener('click', function() { sessionStorage.setItem('scrollPosition', window.scrollY); sessionStorage.setItem('scrollPage', window.location.href); }); }); // Restore scroll position when returning if (sessionStorage.getItem('scrollPage') === window.location.href) { const savedPosition = sessionStorage.getItem('scrollPosition'); if (savedPosition) { window.scrollTo(0, parseInt(savedPosition)); sessionStorage.removeItem('scrollPosition'); sessionStorage.removeItem('scrollPage'); } } });