/*————- BASE IMPORT ————-*/
img {
max-width: 100%;
}
html,
body {
overflow-x: hidden;
font-size: 12px;
padding: 0;
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
ol,
span {
margin: 0;
padding: 0;
}
ul,
ol {
list-style: none;
padding-left: 0;
}
input,
button {
border: none;
}
input:focus,
button:focus {
outline: none;
}
::-moz-selection {
background-color: #ff0066;
color: #ffffff;
}
::selection {
background-color: #ff0066;
color: #ffffff;
}
@media screen and (min-width: 768px) {
html,
body {
font-size: 14px;
}
}
@media screen and (min-width: 992px) {
html,
body {
font-size: 15px;
}
}
@media screen and (min-width: 1200px) {
html,
body {
font-size: 16px;
}
}
/*————- UTILITIES IMPORT ————-*/
/*————- UTILITY CLASSES ————-*/
.section {
max-width: 1600px;
margin: 0 auto;
}
.paypal {
width: 50%;
max-width: 350px;
display: block;
margin: 0 auto;
}
/*————- MODULES IMPORT ————-*/
/*————- TABLE OF CONTENTS ————-*/
/*
1. HEADER
2. PRODUCT
3. FOOTER
*/
/*————- 1. HEADER ————-*/
.header {
font-family: “Century Gothic”, sans-serif;
position: relative;
text-align: center;
}
.header__img {
width: 100%;
height: auto;
}
.header__title {
color: #ff0066;
position: absolute;
top: 35%;
left: 50%;
-webkit-transform: translate(-50%, -35%);
-ms-transform: translate(-50%, -35%);
transform: translate(-50%, -35%);
width: 100%;
font-size: 3rem;
}
@media screen and (min-width: 768px) {
.header__title {
font-size: 6rem;
}
}
@media screen and (min-width: 992px) {
.header__title {
font-size: 8rem;
}
}
@media screen and (min-width: 992px) {
.header__title {
font-size: 10rem;
}
}
.header__title–light {
color: #ffcae8;
-webkit-transform: none;
-ms-transform: none;
transform: none;
position: static;
}
/*————- 2. PRODUCT ————-*/
.product__header {
padding: 0 15px;
margin: 3rem auto;
text-align: center;
}
@media screen and (min-width: 768px) {
.product__header {
text-align: right;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.product__header-title {
width: 100%;
color: #cfb992;
font-size: 3rem;
line-height: 3.5rem;
margin-bottom: 1rem;
font-weight: bold;
font-family: “Century Gothic”, sans-serif;
}
@media screen and (min-width: 768px) {
.product__header-title {
margin-bottom: 0;
width: auto;
font-size: 4rem;
line-height: 4rem;
margin-right: 1rem;
}
}
@media screen and (min-width: 992px) {
.product__header-title {
font-size: 5rem;
line-height: 5rem;
}
}
@media screen and (min-width: 1200px) {
.product__header-title {
font-size: 6rem;
line-height: 6rem;
max-width: 540px;
}
}
.product__img-wrapper {
width: 100%;
position: relative;
}
@media screen and (min-width: 768px) {
.product__img-wrapper {
width: auto;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
}
@media screen and (min-width: 1200px) {
.product__img-wrapper {
max-width: 800px;
}
}
.product__img-wrapper img {
width: 95%;
height: auto;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.product__img-bg {
width: 100%;
height: auto;
}
.product__info {
max-width: 1300px;
margin: 0 auto;
padding: 0 15px;
}
.product__info–alt .product__info-title {
color: #ffffff;
}
.product__info–alt .product__info-text {
color: #ffffff;
font-size: 1.667rem;
line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
.product__info–alt .product__info-text {
font-size: 1rem;
line-height: 2rem;
}
}
.product__info+.product__info {
margin-top: 3.5rem;
}
.product__info-header {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-bottom: 1rem;
width: 100%;
}
.product__info-title {
font-size: 3rem;
color: #262626;
font-family: “Century Gothic”, sans-serif;
text-transform: uppercase;
font-weight: normal;
margin-left: 1rem;
}
@media screen and (min-width: 768px) {
.product__info-title {
font-size: 2.425rem;
}
}
.product__info-text {
width: 100%;
color: #4b4b4b;
font-size: 2.5rem;
line-height: 3.833rem;
font-family: “Century Gothic”, sans-serif;
}
@media screen and (min-width: 768px) {
.product__info-text {
font-size: 1.875rem;
line-height: 2.875rem;
}
}
.product__info-text+.product__info-text {
margin-top: 3.5rem;
}
/*————- 3. FOOTER ————-*/
.footer {
position: relative;
margin-top: 5rem;
background-image: url(“https://images.autods.com/Templates/Home+Design+/footer-bg.png”);
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
padding: 20rem 15px 10rem 15px;
}
@media screen and (min-width: 1200px) {
.footer {
padding: 15rem 15px;
}
}
.footer__content {
max-width: 1300px;
margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
.footer__content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
.footer__column+.footer__column {
margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
.footer__column+.footer__column {
margin-top: 0;
margin-left: 3.5rem;
}
}
HOME DESIGN
WELCOME
TO YOUR PERFECT
HOME
DETAILS
The big interior design trend this year will be a vintage low profile lounge chair as the main focus point of the room. This classic modern lounge chair features a retro style, brown solid wood frame and clean lines make arm chair look beautiful and elegant. Deolme leather chair a perfect addition to your mid-century, modern living room, bedrooms, reading rooms, reception and many small space where you need to maintain some visual openness.
This high quality rubber wood lounge chair is ergonomically designed with a 105° recline. The large tilt angle with a soft backrest made of high-density sponge and a pillow supporting waist, curved and smooth armrests naturally support your arms, which stretch your body to the greatest extent, it’s perfect if you love reading in reading corner or want to cross you leg in reading chairs for bedroom comfy, sipping drink and relaxing in comfy chair, how comfortable it is!
- Cloud-like cozy cushion and support
Relax on high-resiliency cushions wrapped in a waterproof supple faux leather upholstery, coil spring system resist sagging and ensure leather accent chair a lasting plump seat. And a matching pillow for it for added support. Leather arm chair is crafted of solid wood construction with a high load capacity of 300 lb. The smooth rubberwood legs ensure long-term durability while adding a modern edge to your seating area.
The overall dimension of this sofa chair is 31″D x 25.9″W x 32.2″H, the seat cushion is 23.6″ x 20″, and the backrest height is approximately 18.89″, the height of the seat from the ground is 16.9″, which is suitable for most people’s body shape. Our products come with detailed instructions and installation tools, you can easily install it by yourself. Please kind note that don’t fully tighten the screws until all are attached.
- We are always here to help
Whether you’re looking to furnish your home, redecorate it, or find the perfect accent piece, we are always here for you!
Item model number |
mid century modern accent chair |
Unit Count |
2.0 Count |
Room Type |
Office, Bedroom, Living Room |
Model Name |
living room accent chair |
Color |
Coffee |
Pattern |
Solid |
Material |
Wood |
Country of Origin |
USA |
Item Weight |
50 pounds |
Arm Style |
With arms |
Shape |
Square |
Frame Material |
Rubberwood |
Age Range (Description) |
Adult |
Recommended Uses For Product |
Bedroom,Living,Lounge,Office,Reading |
Surface Recommendation |
Hard Floor |
Included Components |
Lumber Pillow, Cushion |
Special Feature |
Arm Rest, Cushion Availability |
Product Dimensions |
31″D x 25.9″W x 32.2″H |
Size |
Set of 2 |
Returns |
30 Days Free Return |
Shipping |
Fast & Free Shipping |
Satisfaction |
100% Customer Satisfaction |
Customer Service |
Professional Service, We Will Solve Any Problem |
25.9 “h x 31.0 “h x 32.2 “h. Weight: 50.0 lb
Payment
We accept all payments via Ebay using Credit Cards , PAYPAL , Apple Pay and many others
Shipping
We are always working hard to ensure your package arrives as soon as possible. Please understand that some factors like weather, high postal traffic, and the performance of shipping companies are outside of our control.
DELIVERY & RETURN POLICY
We offer a 30-Day Return Policy on items in which you are not completely satisfied with. You have the option of a full-refund or an exchange of the item. No returns are available on items shipped outside of the USA.
|