@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) {
}
180 Gallon Outdoor Storage Box Cushion Deck Waterproof Divider Container Tools
Product Description
NOTE: Professional Installation would be Highly Recommended.
Description:
1. Color: Light Brown Taupe
2. Material: Polypropylene & Resin
3. Style: Modern
4. Recommended Uses For: Pool Supplies, Pillow, Sports Equipment, and more
Features:
1. Easy Access: Our easy open storage box is built tough with a smooth and wipes clean. Hydraulic arms assist with effortless opening and closing.
2. Large Storage: Our deck box provides ample space with a 180 Gallon capacity. An ideal choice for storing your indoor and outdoor areas clutter-free.
3. Functional Partition: Our patio box now includes built-in partitions for improved organization. It helps you to separate items or maximize space as required neatly.
4. Easy Assembly: Our storage box requires 2 people to install by following the instructions carefully to ensure a waterproof and durable final product.
Dimensions:
1. Product Dimensions: 60.8″L x 28.4″W x 29.2″H
2. Maximum Weight Capacity: 771 Pounds
3. Item Weight: 44 Pounds
Package Included:
1. 1x Outdoor Storage Box
2. Assembling Hardware Kits
3. Instruction Manual Book
- Shipping
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.
- Payment
1. We accept PayPal and credit card.
2. We will ship to the confirmed Paypal shipping address that is provided with the payment only.
- Return
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.
- Contact
If has any problem, please contact us by sending an ebay message. Our customer service will resolve the problem as soon as possible.