<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/stgreatdeals/templatetag/logo.jpg" />
<p>Store Home |Sporting Goods |Home, Furniture & DIY |Health & Beauty |Jewellery & Watches |Clothes, Shoes & Accessories |Vehicle Parts & Accessories |Crafts |Business, Office & Industrial |Garden & Patio |Computers/Tablets & Networking |Pet Supplies |Mobile Phones & Communication |Baby |Sound & Vision |Collectables |Toys & Games |Video Games & Consoles |Cameras & Photography |Art |Dolls & Bears |Musical Instruments |Books, Comics & Magazines |Wholesale & Job Lots</p>
</div>
<div class="ebay2-banner"></div>
<div class="ebay2-title">

Utility Nurse Fanny Pack Nursing Organizer Belt Nurse Apron Hip Bag Pouch Blue

Description:

Durable Material: 1680D oxford fabric, sturdy material, long service life, wear resistant.
Multiple pockets: Features several front pockets and 1 large zipper pocket inside which there are 1 zipper pocket and one open pouch, one zipper pocket on back.
Large Capacity: can carry more items, layering makes the items more clear.
Designed fits nurse: Nurse pocket organizer is designed to hold tools. Convenience fits nurse use.
Adjustable: Adjustable belt, can be adjusted according to waist size.

Size Chart:

Bag: 24cmx17.5cmx3cm/9.45inchx6.89inchx1.18inch
Belt length: 85cm-115cm/33.46inch-45.28inch(including bag)

Package Includes:

1 Nurse Waist Bag

Note:

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

</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"></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>