Description
@charset "utf-8";
/* CSS Document */
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
from,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
margin: 0;
padding: 0;
}
input,
select,
textarea {
outline: none;
border: none;
background: none;
display: none;
}
body {
font-family: Arial;
}
li {
list-style: none;
}
input,
select,
textarea {
outline: none;
border: none;
background: none;
}
textarea {
resize: none;
}
a {
text-decoration: none;
color: #656565;
}
#all {
margin: 0 auto;
max-width: 1100px;
}
.header {
}
.header .header_banner {
line-height: 0;
}
.header .header_banner img {
width: 100%;
}
.imageContent {
display: flex;
padding: 2%;
flex-direction: column;
}
.title-top {
display: block;
/* width: 80%; */
font-size: 1.25em;
font-weight: bold;
margin: 20px auto;
text-align: center;
word-wrap: break-word;
}
.imgBig {
flex: 96%;
height: auto;
border: 3px rgba(0, 0, 0, 0.1) solid;
margin-bottom: 5px;
}
.imgBig img {
display: none;
}
.imgLit {
flex: 100%;
display: flex;
flex-direction: row;
/* margin-left: 1%;*/
height: auto;
justify-content: space-between;
align-items: flex-end;
}
.imgLit label {
display: block;
}
.imgLit img {
width: 93%;
height: auto;
float: right;
border: 2px rgba(0, 0, 0, 0.1) solid;
display: inline-block;
}
.imgLit img {
opacity: 0.8;
}
.imgLit img:hover {
opacity: 1;
}
#img01:checked ~ .imgBig .img01,
#img02:checked ~ .imgBig .img02,
#img03:checked ~ .imgBig .img03,
#img04:checked ~ .imgBig .img04,
#img05:checked ~ .imgBig .img05,
#img06:checked ~ .imgBig .img06 {
display: block;
}
.describe {
margin: 0 0 30px;
background-color: #fff;
}
.title {
padding: 0 28px;
height: 45px;
line-height: 45px;
font-size: 22px;
color: #ffffff;
background-color: rgba(52, 78, 175, 1);
}
.describe > p {
padding: 28px 10px;
font-size: 22px;
color: #ff0303;
}
.describe-cont {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
}
.describe-cont > div {
margin-left: 30px;
}
.describe-cont img {
width: 330px;
}
.describe-cont-item {
margin-bottom: 20px;
}
.describe-cont-item h4 {
margin-bottom: 10px;
font-size: 22px;
color: #000;
}
.describe-cont-item p {
line-height: 1.5;
font-size: 20px;
color: #000;
}
.server-tab {
position: relative;
width: 100%;
}
.server-tab ul {
width: 100%;
}
.server-tab li {
float: left;
width: 25%;
background: rgba(52, 78, 175, 1);
list-style: none;
}
.server-tab input {
position: absolute;
top: -9999px;
left: -9999px;
display: none;
}
.server-tab label {
display: block;
padding: 10px 60px;
font-size: 30px;
color: #fff;
text-align: center;
cursor: pointer;
}
.server-tab label:hover {
color: #fff;
background-color: #4862c4;
}
.server-tab::after,
#tab-perview01::after,
#tab-perview02::after,
#tab-perview03::after,
#tab-perview04::after {
display: block;
content: "";
clear: both;
}
.tab-perview {
width: 100%;
position: absolute;
left: 0;
box-sizing: border-box;
display: none;
padding: 10px 30px;
}
.tab-perview > img {
width: 100%;
}
#tab1:checked ~ #tab-perview01,
#tab2:checked ~ #tab-perview02,
#tab3:checked ~ #tab-perview03,
#tab4:checked ~ #tab-perview04 {
display: block;
}
.server-tab input[type="radio"]:checked + label {
background: #4862c4;
color: #fff;
}
.tab-perview-con:nth-child(1) {
width: 49%;
float: left;
}
.tab-perview-con:nth-child(2) {
width: 49%;
float: right;
}
.tab-perview span {
/* padding: 0 2%; */
display: block;
font-size: 1.3em;
line-height: 30px;
word-wrap: break-word;
/* text-indent: -1.5em; */
/* margin-left: 2em; */
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 800px) {
.title {
font-size: 1.2em !important;
}
.describe > p {
/* font-size: 1.05em !important; */
}
.describe-cont {
display: block !important;
padding: 0px 10px;
}
.describe-cont > div {
margin-left: 0px;
}
.describe-cont img {
width: 100% !important;
}
.detail .title {
margin-bottom: 10px;
}
.detail-main {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}
.detail-main-sec {
margin: 10px 10px !important;
padding: 10px 10px !important;
width: 100% !important;
border: 1px solid #ddd;
}
.server-tab label {
display: block;
padding: 10px 10px;
font-size: 1.2em;
color: #fff;
text-align: center;
cursor: pointer;
}
.tab-perview1 {
display: block;
justify-content: space-between;
align-items: flex-start;
}
.tab-perview1 p {
padding-left: 10px !important;
padding-right: 10px !important;
width: 95%;
font-size: 0.92em;
font-weight: 500;
color: #1f1f1f;
line-height: 1.5em;
}
.tab-perview1 img {
width: 100% !important;
}
.tab-perview2 {
position: relative;
}
.tab-perview2 img {
width: 100%;
}
.tab-perview2 .cont {
position: absolute;
top: 58%;
left: 2.7%;
padding: 0 9px;
width: 45%;
height: 36%;
line-height: 1.2em;
font-size: 12px;
border-radius: 6px;
background: rgba(255, 255, 255, 1);
}
.tab-perview3 {
position: relative;
}
.tab-perview3 img {
width: 100%;
}
.tab-perview3 .cont {
position: absolute;
bottom: 15%;
right: 10%;
padding: 20px 20px;
width: 80%;
height: 40%;
line-height: 1.2em;
font-size: 0.92em;
border-radius: 36px;
background: rgba(255, 255, 255, 0.8);
}
}
@media screen and (max-width: 500px) {
}
47" Round Dining Table 4 People Kitchen Living Room Oak Wood Desk Farmhouse Legs
Product Description
NOTE: Professional Installation would be Highly Recommended.
Description:
1. Color: Gray
2. Features: Ergonomic, Large Capacity, Non-Slip Legs, Scratchproof
3. Material: Oak, Particle Board, and Wood
4. Mounting: Free Standing
5. Occasion: Business, Dining, Party, and Seminar
6. Room: Dining Room, Kitchen, and Living Room
7. Seating Capacity: 4 People
Features:
Perfect Size for Small to Medium Spaces
With overall dimensions of 47.2"L x 47.2"W x 29.9"H, our table comfortably seats 4 people. Our spacious tabletop gives ample room for food, drinks, and decorations. Ideal for dining rooms, kitchens, and restaurants. Our compact yet spacious design maximizes your space. Giving a comfortable dining experience for everyone.
Durable and Sturdy Construction
Built to last. Our round-shaped table can support up to 330 lbs. Providing solid reliability for any meal or gathering. Our durable materials ensure it withstands regular use. Offering peace of mind for busy households or commercial settings. Perfect for everyday use or hosting special events without compromising on stability.
Scratchproof Surface for Long-Lasting Use
Our 1.18" thick tabletop features a scratchproof finish. Making it easy to maintain and ensuring our pristine look even after frequent use. Whether it's a busy family dinner or a lively gathering, you don't have to worry about unsightly marks or damage. Our table is built to stand up to everyday wear and tear while maintaining its beauty.
Our 1.18" thick tabletop features a scratchproof finish. Making it easy to maintain and ensuring our pristine look even after frequent use. Whether it's a busy family dinner or a lively gathering, you don't have to worry about unsightly marks or damage. Our table is built to stand up to everyday wear and tear while maintaining its beauty.
Non-Slip Legs for Enhanced Stability
Equipped with non-slip legs, our freestanding mounting table offers enhanced stability on any floor surface. Whether you're placing it on tile, wood, or carpet, it will remain firm without wobbling or shifting. Our practical feature also ensures safety, especially in high-traffic areas.
Dimensions:
1. Overall Dimensions: 47.2"L x 47.2"W x 29.9"H
2. Maximum Weight Capacity: 330 lbs
3. Weight: 81 lbs
Package Included:
1. 1x Round Dining Table
2. Assembling Hardware Kits
3. Instruction Manual Book
*) EXCLUDING CHAIRS
-
1. Normally the item will be dispatched within 1 business day if payment is cleared before 12pm PST.
2. Please verify the correct shipping address in your PayPal account before making the payment. We only dispatch the item to the address that is sent to us at the time of checkout.
3. We don't ship to Hawaii, Alaska, Puerto Rico, APO/FPO/PO Boxes.
4. We don't provide local pick-up service.5. Normally we will use USPS, UPS, FedEx & LTL to dispatch items. -
1. We accept PayPal and credit card.
2. We will ship to the confirmed Paypal shipping address that is provided with the payment only. -
1. 30 days Money Back Guarantee.2. Please contact our customer service to receive a RMA form first if want to return the item.3. All returned items MUST in new condition with the original package.
-
If has any problem, please contact us by sending an eBay message. Our customer service will resolve the problem as soon as possible.
On Dec 26, 2024 at 00:52:00 PST, seller added the following information:.dc_tracker_img{display:none;}.dc_tracker_img:last-of-type{display:block;}p:empty+hr{display:none;}hr+span.ebay,hr+*>span.ebay{display:none;}
Reviews
There are no reviews yet.