<div>
<style type="text/css">
img{max-width:100%}</style>
</div>
<div>
<style>
.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) {
.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 */

</style>
</div>
<div class="ebay-body">
<div class="contentbox">
<div class="ebay2-header"><img src="https://i.bosity.com/picture/cldepot/Templatetag/logo.jpg" />
<p>Store Home |Home, Furniture & DIY |Clothes, Shoes & Accessories |Crafts |Vehicle Parts & Accessories |Jewellery & Watches |Toys & Games |Dolls & BearsBaby |Business, Office & Industrial |Musical Instruments |Collectables |Garden & Patio |Health & Beauty |Sporting Goods |Pet Supplies |Computers/Tablets & Networking |Cameras & Photography |Video Games & Consoles |Coins |Mobile Phones & Communication |Art |Sound & Vision |Books, Comics & Magazines |Antiques |Wholesale & Job Lots |Stamps</p>
</div>
<div class="ebay2-banner"></div>
<div class="ebay2-title"><h2>Storage Bag for Hair Curler for Dryer Hanging Organizer Holder Curling Barrels</h2>
<p>

Description:

Design:The main compartment is sufficient enough for putting your styler. 4 inner padded slots are designed to store its attachments. Material is not easy sticking dust and has the advantages of dirt resistance.
Suitable Dimensions: 5.91inchx4.92inchx12.20inch, easy to fit into your luggage, suitcase. Handy design easy to carry everywhere.
Strong Protection: Made of quality material, lightweight and easy to clean. Water resistant properties allow you to use it in the bathroom.
With Hook: It comes with a strong hook. You can leave open and hanging on the wall.
A Nice Present: The best gift for your girlfriend, daughter, wife, friends on Christmas, birthday, anniversary, Valentine's Day.

Specification:

Material: Cloth

Size Chart:

15cmx12.5cmx31cm/5.91inchx4.92inchx12.20inch

Package Includes:

1 Hair Curler Storage Bag

Note:

Please allow slightly errors due to manual measurement and different monitors.

</p></div>
<div class="scrollwrap">
<div class="img-box">

</div>
<div class="tab-box">
<div class="threebtn"><input id="tab1" checked="checked" name="tabs" type="radio" /> <label for="tab1">Payment</label> <input id="tab2" name="tabs" type="radio" /> <label for="tab2">Shipping</label> <input id="tab3" name="tabs" type="radio" /> <label for="tab3">Returns</label>
<div class="content content1"></div>
<div class="content content2"></div>
<div class="content content3"><ul>
<li>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!</li>
<li><span class="STYLE6">We always reply to messages within 2 business days (off-duty at weekend).</span> 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.</li>
<li><strong>Unsatisfied product can be returned within 30 days from the delivery date</strong>. We can offer a full refund or exchange, but we are not responsible for return shipping cost. Please contact us to get a <strong>RMA</strong> number before sending out your return.</li>
<li>
<div align="left"><span class="STYLE6">Feedback:</span><br />
<div align="left">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.</div>
<div align="left">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.</div>
</div>
</li>
</ul></div>
</div>
</div>
</div>
<div class="ebay2-rightleft">
Add to cart
Add to cart
</div>
<div class="ebay2product">
<h2>You may also like...</h2>

People always bought together with

</div>
</div>
</div>