img{max-width:100%}
body{
padding: 0;
margin: 0;
}
.ebay-body{width:100vw}
.contentbox {
width: 1370px;
margin: 0 auto;
background-color: #f4f4f4;
}
.contentbox .ebay2product .main .stk_ad h3 {
display: none;
}
.contentbox .ebay2product .main .stk_ad .top_ad {
background-color: #ffffff;
}
.ebay2-header {
display: flex;
}
.ebay2-header img {
width: 184px;
height: 116px;
margin-right: 20px;
}
.ebay2-header p {
font-size: 20px;
}
.ebay2-header p a {
color: #000000;
}
.ebay2-banner {
position: relative;
}
.ebay2-banner img {
width: 100%;
height: 380px;
object-fit: cover;
}
.ebay2-banner .txt-box {
font-size: 23px;
position: absolute;
right: 100px;
top: 50px;
}
.ebay2-banner .txt-box .p1 {
background-color: #e74c3c;
padding: 5px;
margin: 0;
display: block;
width: 190px;
height: 91px;
font-size: 61px;
color: #fff;
font-weight: bold;
}
.ebay2-banner .txt-box .p2 {
background-color: #2c3e50;
padding: 5px;
margin: 0;
display: block;
height: 91px;
font-size: 61px;
color: #fff;
font-weight: bold;
}
.ebay2-title {
background-color: #00a0d3;
padding: 30px 15px;
/*height: 80px;*/
}
.ebay2-title h2 {
font-size: 25px;
font-weight: bold;
color: #fff;
margin: 0;
text-align: center;
}
.ebay2-title p {
font-size: 20px;
color: #fff;
/*text-align: center;*/
}
.scrollwrap {
margin: 30px 0;
display: flex;
padding: 0 20px;
box-sizing: border-box;
}
.scrollwrap .img-box {
width: 50%;
text-align: center;
margin: auto;
}
.scrollwrap .img-box .bigimg {
width: 440px;
height: 440px;
display: inline-block;
background-size: cover;
}
.scrollwrap .img-box .bigimg img {
width: 100%;
}
.scrollwrap .img-box .smallimg {
margin-top: 20px;
margin-right: 10px;
}
.scrollwrap .img-box .smallimg input {
display: none;
}
.scrollwrap .img-box .smallimg img {
cursor: pointer;
width: 106px;
height: 60px;
object-fit: cover;
opacity: 0.8;
border: 2px solid #ccc;
}
.scrollwrap .img-box .smallimg #myimage1:checked ~ .imglabel1 > img {
border: 2px solid #000;
opacity: 1;
}
.scrollwrap .img-box .smallimg #myimage2:checked ~ .imglabel2 > img {
border: 2px solid #000;
opacity: 1;
}
.scrollwrap .img-box .smallimg #myimage3:checked ~ .imglabel3 > img {
border: 2px solid #000;
opacity: 1;
}
.scrollwrap .img-box .smallimg #myimage4:checked ~ .imglabel4 > img {
border: 2px solid #000;
opacity: 1;
}
.ebay2-rightleft {
display: flex;
justify-content: space-between;
}
.ebay2-rightleft > div {
width: 49%;
position: relative;
}
.ebay2-rightleft > div img {
width: 100%;
height: 179px;
}
.ebay2-rightleft > div a {
padding: 0 5px;
position: absolute;
bottom: 30px;
left: 40px;
display: inline-block;
width: 120px;
height: 42px;
text-align: center;
line-height: 42px;
font-size: 16px;
text-decoration: none;
border: 3px solid #fff;
color: #fff;
}
.ebay2-rightleft > div a.white {
border: 3px solid #00a0d3;
color: #00a0d3;
}
.ebay2product {
margin: 30px 0;
}
.ebay2product h2 {
background-color: #00a0d3;
height: 51px;
color: #fff;
text-align: center;
font-size: 21px;
padding: 15px;
line-height: 51px;
margin: 0;
}
.ebay2product .productbox {
display: flex;
justify-content: space-around;
}
.ebay2product .productbox .product-item {
width: 25%;
text-align: center;
margin: 15px 0;
}
.ebay2product .productbox .product-item img {
width: 221px;
height: 180px;
object-fit: cover;
}
.ebay2product .productbox .product-item a {
display: inline-block;
width: 192px;
height: 25px;
padding: 10px;
font-size: 16px;
text-decoration: none;
padding: 15px;
color: #fff;
background-color: #00a0d3;
}
.tab-box {
clear: both;
padding-top: 19px;
width: 2030px;
}
.tab-box .threebtn input {
display: none;
}
.tab-box .threebtn label {
text-decoration: none;
text-align: center;
border: 1px solid #ccc;
display: inline-block;
width: 120px;
height: 45px;
line-height: 45px;
background-color: #fff;
position: relative;
z-index: 10;
top: 0;
color: #000;
cursor: pointer;
font-size: 16px;
border-bottom: none;
}
.tab-box .threebtn input:checked + label {
top: 1px;
}
.tab-box .content {
display: none;
border: 1px solid #ccc;
padding: 10px;
}
.tab-box .content.active {
display: block;
}
.tab-box .content p {
font-size: 16px;
}
.tab-box #tab1:checked ~ .content1 {
display: block;
}
.tab-box #tab2:checked ~ .content2 {
display: block;
}
.tab-box #tab3:checked ~ .content3 {
display: block;
}
@media screen and (max-width: 1140px) {
.main{
display: none !important;
}
.contentbox {
width: 100%;
margin: 0 auto;
background-color: #f4f4f4;
}
.ebay2-header {
display: flex;
}
.ebay2-header img {
width: 20.4444444444vw;
height: 12.8888888889vw;
margin-right: 22.2222222222vw;
}
.ebay2-header p {
font-size: 2.2222222222vw;
}
.ebay2-banner {
position: relative;
}
.ebay2-banner img {
width: 100%;
height: 42.2222222222vw;
object-fit: cover;
}
.ebay2-banner .txt-box {
font-size: 2.5555555556vw;
position: absolute;
right: 11.1111111111vw;
top: 5.5555555556vw;
}
.ebay2-banner .txt-box .p1 {
background-color: #e74c3c;
padding: 0.5555555556vw;
margin: 0;
display: block;
width: 21.1111111111vw;
height: 10.1111111111vw;
font-size: 6.7777777778vw;
color: #fff;
font-weight: bold;
}
.ebay2-banner .txt-box .p2 {
background-color: #2c3e50;
padding: 0.5555555556vw;
margin: 0;
display: block;
height: 10.1111111111vw;
font-size: 6.7777777778vw;
color: #fff;
font-weight: bold;
}
.ebay2-title {
background-color: #00a0d3;
padding: 3.3333333333vw 1.6666666667vw;
height: auto;
}
.ebay2-title h2 {
font-size: 2.7777777778vw;
font-weight: bold;
color: #fff;
margin: 0;
text-align: center;
}
.ebay2-title p {
font-size: 1.5555555556vw;
color: #fff;
text-align: center;
}
.scrollwrap {
margin: 3.3333333333vw 0;
}
.scrollwrap .img-box {
text-align: center;
}
.scrollwrap .img-box .bigimg {
width: 30.7777777778vw;
height: 30.7777777778vw;
display: inline-block;
}
.scrollwrap .img-box .bigimg img {
width: 100%;
}
.scrollwrap .img-box .smallimg {
margin-top: 2.2222222222vw;
}
.scrollwrap .img-box .smallimg img {
cursor: pointer;
width: 8.3333333333vw;
height: 8.3333333333vw;
object-fit: cover;
opacity: 0.8;
border: 2px solid #ccc;
}
.scrollwrap .img-box .smallimg img.active {
border: 2px solid #000;
opacity: 1;
}
.ebay2-rightleft {
display: flex;
justify-content: space-between;
}
.ebay2-rightleft > div {
width: 49%;
position: relative;
}
.ebay2-rightleft > div img {
width: 100%;
height: auto;
}
.ebay2-rightleft > div a {
padding: 0 0.5555555556vw;
position: absolute;
bottom: 3.3333333333vw;
left: 4.4444444444vw;
display: inline-block;
width: 17vw;
height: 4.6666666667vw;
text-align: center;
line-height: 4.6666666667vw;
font-size: 1.7777777778vw;
text-decoration: none;
border: 3px solid #fff;
color: #fff;
}
.ebay2-rightleft > div a.white {
border: 3px solid #00a0d3;
color: #00a0d3;
}
.ebay2product {
margin: 3.3333333333vw 0;
}
.ebay2product h2 {
background-color: #00a0d3;
height: 5.6666666667vw;
color: #fff;
text-align: center;
font-size: 2.3333333333vw;
padding: 1.6666666667vw;
line-height: 5.6666666667vw;
margin: 0;
}
.ebay2product .productbox {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
background: #fff;
}
.ebay2product .productbox .product-item {
width: 50%;
text-align: center;
margin: 1.6666666667vw 0;
background: #fff;
}
.ebay2product .productbox .product-item img {
width: 48.5555555556vw;
height: auto;
object-fit: cover;
flex-wrap: wrap;
}
.ebay2product .productbox .product-item a {
display: inline-block;
width: 21.3333333333vw;
height: auto;
padding: 1.1111111111vw;
font-size: 1.7777777778vw;
text-decoration: none;
padding: 1.6666666667vw;
color: #fff;
background-color: #00a0d3;
}
.tab-box {
clear: both;
padding-top: 5.5555555556vw;
}
.tab-box .threebtn input {
display: none;
}
.tab-box .threebtn label {
text-decoration: none;
text-align: center;
border: 1px solid #ccc;
border-bottom: none;
display: inline-block;
width: 13.3333333333vw;
height: 5vw;
line-height: 5vw;
background-color: #fff;
position: relative;
z-index: 10;
top: 0.2222222222vw;
color: #000;
cursor: pointer;
font-size: 1.7777777778vw;
}
.tab-box .threebtn input:checked + label {
top: 1px;
}
.tab-box .content {
display: none;
border: 1px solid #ccc;
padding: 1.1111111111vw;
}
.tab-box .content.active {
display: block;
}
.tab-box .content p {
font-size: 1.7777777778vw;
}
.tab-box #tab1:checked ~ .content1 {
display: block;
}
.tab-box #tab2:checked ~ .content2 {
display: block;
}
.tab-box #tab3:checked ~ .content3 {
display: block;
}
}
/*# sourceMappingURL=index.css.map */
Home, Furniture & DIY | Vehicle Parts & Accessories | Sporting Goods | Toys & Games
| Business, Office & Industrial
Elastic Stretch Footrest Covers Removable Footstool Printed Protective Cover
Description:
High Quality Chair Seat Cover: The footrest cover is made of 92% polyester, 8% spandex fabric, soft and comfortable, durable
Total Protection: Footrest cover protects against everyday stains, wear and tear. Not only does protect your old furniture, but it also adds sophistication to home decor
Easy Care: Machine washable below 30 degrees Celsius, mild detergent recommended
Stretch Fabric: Stretchable fabric makes the footrest cover softer to the touch and fits the footstool perfectly
Size: Suitable for most rectangular and 5 sided storage footstools, length 60cm/23.62inch, width 40cm/15.74inch
Size Chart:
40cmx60cm/15.75inchx23.62inch
Package Includes:
1 Footstool Slipcover
Note:
Please allow slightly errors due to manual measurement and different monitors.
background-image: url(https://i.bosity.com/product_img/270/72035183/72035183_12_image.jpg);
}.ebay-body .scrollwrap .img-box #myimage2:checked ~ .bigimg {
background-image: url(https://i.bosity.com/product_img/270/72035183/72035183_1_image.jpg);
}.ebay-body .scrollwrap .img-box #myimage3:checked ~ .bigimg {
background-image: url(https://i.bosity.com/product_img/271/72035184/72035184_2_image.jpg);
}.ebay-body .scrollwrap .img-box #myimage4:checked ~ .bigimg {
background-image: url(https://i.bosity.com/product_img/272/72035185/72035185_2_image.jpg);
}
- We ONLY accept PayPal payment.
- If you are bidding or ordering more than one item, the items will be combined into one order automatically thus you can pay altogether. If you want not to combine, please buy one and immediately pay one separately.
- Please pay what you win in 7 days. Unpaid Dispute will be automatically open if payment is not received after 7 days. If you pay the bill after received unpaid dispute, please email us to close the unpaid dispute. Because the unpaid dispute will not be closed automatically, and we may ignore it.
- Combined shipping is limited only to the auctions listed under this seller account : casuntek
- The buyer is responsible for any applicable import duties and local taxes. Please verify with your customs before making your purchase.
- Please verify your address during checkout. We are not responsible for any wrong or undeliverable addresses.
- We are committed to give you the best customer service possible. If for any reason you are unsatisfied with a purchase, please contact us and we’ll assist you with a prompt solution. Please let us work on the issues. We’d like to settle any problem in a friendly manner. Please do not open a case on eBay or PayPal, or leave any negative or neutral feedbacks directly!
- We always reply to messages within 2 business days (off-duty at weekend). Due to the difference of time zone between Hong Kong and your location, sometimes the answer will be delayed. If you do not get a response from us after 2 business days, please check your junk or spam mailbox.
- Unsatisfied product can be returned within 30 days from the delivery date. We can offer a full refund or exchange, but we are not responsible for return shipping cost. Please contact us to get a RMA number before sending out your return.
-
Feedback:1. Since your feedback is very important to our business’s development, we sincerely invite you to leave positive feedback with four 5-Detailed Selling Rating (DSR) to us basing on your satisfaction with our commodity and service. It’s just take you 1 minute.2. Unfortunately, If you are planning to give us a neutral/negative feedback because of your bad buying experience with us, please contact us at any time so as to clear up your discontent and resolve the problem.
























Değerlendirmeler
Henüz değerlendirme yapılmadı.