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) {
}
71" Large Dining Table for 6-8 Rustic Kitchen Living Home Office Room Waterproof
Product Description
NOTE: Professional Installation would be Highly Recommended.
Description:
1. Color: Brown
2. Features: Durable Material, Large Tabletop, Multipurpose, Waterproof
3. Material: Iron, Particle Board, and Wood
4. Mounting: Free Standing
5. Room: Dining Room, Kitchen, and Living Room
Features:
Ample Space for 4-6 People
With our large tabletop measuring 70.8"L x 31.5"W, our table accommodates up to six people. Ideal for family dinners, workspaces, or creative projects. Our rectangular shape fits seamlessly into any room layout, from dining rooms to kitchens and living spaces. Our free-standing design ensures it’s easy to place and adjust to your needs.
Durable and Sturdy Construction
Built with high-quality iron and particle board. Our table supports up to 330 lbs for long-lasting use. Our robust materials ensure stability during everyday activities, from hosting meals to heavy-duty work sessions. Our superior craftsmanship guarantees years of dependable service in your home.
Waterproof and Easy to Maintain
Our waterproof surface resists spills, stains, and scratches. Perfect for everyday use. Cleanup is effortless—simply wipe it down to keep it looking pristine. Our feature ensures your table stays in excellent condition, no matter how busy your household gets.
Our waterproof surface resists spills, stains, and scratches. Perfect for everyday use. Cleanup is effortless—simply wipe it down to keep it looking pristine. Our feature ensures your table stays in excellent condition, no matter how busy your household gets.
Modern Aesthetic with a Timeless Touch
Our brown wood finish and sleek iron frame blend contemporary style with classic elegance. Perfect for any interior theme, our table adds warmth and sophistication to your dining room, kitchen, or living area. Our minimalist design creates a statement while complementing other furniture seamlessly.
Dimensions:
1. Overall Dimensions: 70.8"L x 31.5"W x 29.5"H
2. Maximum Weight Capacity: 330 lbs
3. Weight: 77 lbs
Package Included:
1. 1x Rectangular 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 23, 2024 at 02:24:43 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.