#desc_ifr{width: 100% !important;}
img{max-width:100%}
@media screen and (max-width:1140px) {
.product-bigtitle .main{width: 100vw;}
.product-bigtitle .stk_ad{overflow: auto;}
.product-bigtitle .top_ad{width: 100px !important;overflow: auto;}
.product-bigtitle .top_ad{width: 100px !important;overflow: auto;}
.product-bigtitle .top_adone{width: auto;}
}
.centerbox {
width: 1080px;
margin: 0 auto;
}
.ebay-header {
width: 100%;
display: flex;
margin-top: 30px;
padding-top: 30px;
}
.ebay-header .myimg {
width: 122px;
height: 122px;
border-radius: 20px;
margin-right: 200px;
}
.ebay-header .alink {
margin-top: 10px;
}
.ebay-header .alink a {
font-size: 19px;
text-decoration: none;
color: #03a9f4;
}
.ebay-body .scrollwrap {
margin-top: 30px;
display: flex;
flex-direction: column;
align-items: center;
}
.ebay-body .scrollwrap .img-box {
width: 100%;
text-align: center;
}
.ebay-body .scrollwrap .img-box .bigimg {
width: 712px;
height: 712px;
display: inline-block;
background-size: cover;
}
.ebay-body .scrollwrap .img-box .bigimg img {
width: 100%;
}
.ebay-body .scrollwrap .img-box .smallimg {
margin-top: 20px;
}
.ebay-body .scrollwrap .img-box .smallimg input {
display: none;
}
.ebay-body .scrollwrap .img-box .smallimg img {
cursor: pointer;
width: 174px;
height: 95px;
object-fit: cover;
opacity: 0.8;
border: 2px solid #ccc;
}
.ebay-body .scrollwrap .img-box .smallimg #myimage1:checked ~ .imglabel1 > img {
border: 2px solid #000;
opacity: 1;
}
.ebay-body .scrollwrap .img-box .smallimg #myimage2:checked ~ .imglabel2 > img {
border: 2px solid #000;
opacity: 1;
}
.ebay-body .scrollwrap .img-box .smallimg #myimage3:checked ~ .imglabel3 > img {
border: 2px solid #000;
opacity: 1;
}
.ebay-body .scrollwrap .img-box .smallimg #myimage4:checked ~ .imglabel4 > img {
border: 2px solid #000;
opacity: 1;
}
.ebay-body .scrollwrap .ptitle {
width: 100%;
text-align: center;
/*font-weight: bold;*/
}
.ebay-body .scrollwrap .ptitle h3 {
font-size: 30px;
}
.ebay-body .scrollwrap .ptitle p {
font-size: 15px;
line-height: 30px;
}
.ebay-body .scrollwrap .ptitle b {
font-size: 20px;
position: relative;
top: 10px;
}
.ebay-body .scrollwrap .ptitle strong {
font-size: 20px;
position: relative;
top: 10px;
}
.ebay-body .banner {
margin-top: 30px;
position: relative;
}
.ebay-body .banner .fp {
position: absolute;
left: 20px;
top: 50px;
font-size: 60px;
}
.ebay-body .banner img {
width: 100%;
height: auto;
object-fit: cover;
}
.ebay-body .three-banner {
display: flex;
justify-content: space-between;
align-items: center;
}
.ebay-body .three-banner p {
font-size: 23px;
text-align: center;
font-weight: 600;
}
.ebay-body .cateorty {
display: flex;
justify-content: flex-start;
}
.ebay-body .cateorty .cate-item {
width: 25%;
padding: 10px;
box-sizing: border-box;
}
.ebay-body .cateorty .cate-item img {
width: 210px;
height: 210px;
object-fit: cover;
border-bottom: 3px solid #000;
}
.ebay-body .cateorty .cate-item p {
font-size: 19px;
margin: 25px 0;
text-align: center;
width: 210px;
}
.ebay-body .cateorty .cate-item a{
color: #000;
text-decoration: none;
text-align: center;
}
.ebay-body .product-bigtitle .main .stk_ad h3 {
display: none;
}
.ebay-body .product-bigtitle .featue-product {
font-size: 23px;
font-weight: bold;
text-align: center;
position: relative;
background-color: #f6f6f6;
padding: 15px;
}
.ebay-body .product-bigtitle .featue-product::before {
content: “”;
background: url(“https://i.frog.ink/nI38lxao/textture-main-1.png”);
width: 100%;
height: 20px;
background-size: cover;
position: absolute;
left: 0;
top: -20px;
}
.ebay-body .product-bigtitle .img-box {
display: flex;
justify-content: flex-start;
}
.ebay-body .product-bigtitle .img-box .img-item {
width: 25%;
text-align: center;
margin-bottom: 10px;
}
.ebay-body .product-bigtitle .img-box .img-item img {
width: 180px;
height: 180px;
display: inline-block;
object-fit: cover;
}
.ebay-body .product-bigtitle .img-box .img-item a {
font-size: 18px;
text-align: center;
display: inline-block;
width: 126px;
height: 36px;
border: 1px solid #000;
border-radius: 10px;
line-height: 36px;
font-weight: bold;
}
.ebay-body .tab-box {
clear: both;
padding-top: 50px;
}
.ebay-body .tab-box .threebtn input {
display: none;
}
.ebay-body .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;
}
.ebay-body .tab-box .threebtn input:checked + label {
top: 1px;
}
.ebay-body .tab-box .content {
display: none;
border: 1px solid #ccc;
padding: 10px;
font-size: 16px;
}
.ebay-body .tab-box .content.active {
display: block;
}
.ebay-body .tab-box .content p {
font-size: 16px;
}
.ebay-body .tab-box #tab1:checked ~ .content1 {
display: block;
}
.ebay-body .tab-box #tab2:checked ~ .content2 {
display: block;
}
.ebay-body .tab-box #tab3:checked ~ .content3 {
display: block;
}
@media screen and (max-width: 1140px) {
.centerbox {
width: 100%;
margin: 0 auto;
}
.ebay-header {
width: 100%;
display: flex;
margin-top: 3.3333333333vw;
padding-top: 3.3333333333vw;
}
.ebay-header .myimg {
width: 13.5555555556vw;
height: 13.5555555556vw;
border-radius: 2.2222222222vw;
margin-right: 22.2222222222vw;
}
.ebay-header .alink {
margin-top: 1.1111111111vw;
}
.ebay-header .alink a {
font-size: 2.1111111111vw;
text-decoration: none;
color: #000;
}
.ebay-body .scrollwrap {
margin-top: 3.3333333333vw;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.ebay-body .scrollwrap .img-box {
width: 100%;
text-align: center;
}
.ebay-body .scrollwrap .img-box .bigimg {
width: 60.7777777778vw;
height: 60.7777777778vw;
display: inline-block;
}
.ebay-body .scrollwrap .img-box .bigimg img {
width: 100%;
}
.ebay-body .scrollwrap .img-box .smallimg {
margin-top: 2.2222222222vw;
}
.ebay-body .scrollwrap .img-box .smallimg img {
cursor: pointer;
width: 18.3333333333vw;
height: 18.3333333333vw;
object-fit: cover;
opacity: 0.8;
border: 2px solid #ccc;
}
.ebay-body .scrollwrap .img-box .smallimg img.active {
border: 2px solid #000;
opacity: 1;
}
.ebay-body .scrollwrap .ptitle {
width: 100%;
/*font-weight: bold;*/
}
.ebay-body .scrollwrap .ptitle h3 {
font-size: 3.3333333333vw;
}
.ebay-body .scrollwrap .ptitle p {
font-size: 1.6666666667vw;
line-height: 2.3333333333vw;
}
.ebay-body .banner {
margin-top: 3.3333333333vw;
position: relative;
}
.ebay-body .banner .fp {
position: absolute;
left: 2.2222222222vw;
top: 5.5555555556vw;
font-size: 6.6666666667vw;
}
.ebay-body .banner img {
width: 100%;
height: auto;
object-fit: cover;
}
.ebay-body .three-banner {
display: flex;
justify-content: space-between;
align-items: center;
}
.ebay-body .three-banner p {
font-size: 2.5555555556vw;
text-align: center;
font-weight: 600;
}
.ebay-body .cateorty {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.ebay-body .cateorty .cate-item {
width: 50%;
padding: 1.1111111111vw;
box-sizing: border-box;
}
.ebay-body .cateorty .cate-item img {
width: 46.3333333333vw;
height: 46.3333333333vw;
object-fit: cover;
border-bottom: 0.3333333333vw solid #000;
}
.ebay-body .cateorty .cate-item p {
font-size: 3.1111111111vw;
margin: 2.7777777778vw 0;
text-align: center;
}
.ebay-body .product-bigtitle .featue-product {
font-size: 2.5555555556vw;
font-weight: bold;
text-align: center;
position: relative;
background-color: #f6f6f6;
padding: 1.6666666667vw;
}
.ebay-body .product-bigtitle .featue-product::before {
content: “”;
background: url(“https://i.frog.ink/nI38lxao/textture-main-1.png”);
width: 100%;
height: 2.2222222222vw;
background-size: cover;
position: absolute;
left: 0;
top: -2.2222222222vw;
}
.ebay-body .product-bigtitle .img-box {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.ebay-body .product-bigtitle .img-box .img-item {
width: 50%;
text-align: center;
margin-bottom: 1.1111111111vw;
}
.ebay-body .product-bigtitle .img-box .img-item img {
width: 40vw;
height: 40vw;
display: inline-block;
object-fit: cover;
}
.ebay-body .product-bigtitle .img-box .img-item a {
font-size: 3vw;
text-align: center;
display: inline-block;
width: 24vw;
height: 4vw;
border: 1px solid #000;
border-radius: 1.1111111111vw;
line-height: 4vw;
font-weight: bold;
padding: 1vw;
}
.ebay-body .tab-box {
clear: both;
padding-top: 5.5555555556vw;
}
.ebay-body .tab-box .threebtn input {
display: none;
}
.ebay-body .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;
}
.ebay-body .tab-box .threebtn input:checked + label {
top: 1px;
}
.ebay-body .tab-box .content {
display: none;
border: 1px solid #ccc;
padding: 1.1111111111vw;
}
.ebay-body .tab-box .content.active {
display: block;
}
.ebay-body .tab-box .content p {
font-size: 1.7777777778vw;
}
.ebay-body .tab-box #tab1:checked ~ .content1 {
display: block;
}
.ebay-body .tab-box #tab2:checked ~ .content2 {
display: block;
}
.ebay-body .tab-box #tab3:checked ~ .content3 {
display: block;
}
}
@media screen and (max-width: 1140px) {
.ebay-body .scrollwrap .ptitle p {
font-size: 3.667vw;
line-height: 6.333vw;
}
.ebay-header .alink a {
font-size: 5.611111vw;
text-decoration: none;
color: #000;
white-space: nowrap;
}
.ebay-header .myimg {
width: 64.855556vw;
height: 23.555556vw;
border-radius: 2.2222222222vw;
margin-right: 3.222222vw;
}
}
/*# sourceMappingURL=index.css.map */
Denim Jeans Trousers Pants High Waisted Work Clothing Men Straight Fit Jeans

Description:
【Reliable Material】: Men’s jeans are made of cotton, spandex, and polyester, wear resistant, durable, elastic, breathable, and comfortable to wear.
【Design】: With Multi pockets, relaxed Straight, Zipper flies with button closure.
【Matching】: Men straight fit Jeans Stretch for all seasons, T shirt, sweater, cardigan and jacket, and casual wear.
【Occasion】: Men’s loose straight fit jeans are perfect for outdoor recreations, climbing, hiking, fishing, traveling, backpacking, camping, running, jogging, walking, cycling, vacation, and beach wear.
【Nice Gift】: Stylish and functional, Jeans Stretch are a perfect gift for your family and friends.
Size Chart:
28 Waist 70cm, Hip 92cm, Leg 57cm, Trouser Leg 34cm, Front Back Crotch 26cm, 36cm, L 104cm
29 Waist 74cm, Hip 95cm, Leg 58cm, Trouser Leg 35cm, Front Back Crotch 26.5cm, 36.5cm, L 104cm
30 Waist 77cm, Hip 97cm, Leg 59cm, Trouser Leg 36cm, Front Back Crotch 27cm, 37cm,L 105cm
31 Waist 80cm, Hip 100cm, Leg 61cm, Trouser Leg 36cm, Front Back Crotch 27.5cm, 37.5cm, L 105cm
32 Waist 84cm, Hip 102cm, Leg 62cm,Trouser Leg 37cm, Front Back Crotch 28cm, 38cm, L 106cm
33 Waist 87cm, Hip 105cm, Leg 63cm, Trouser Leg 38cm, Front Back Crotch 28.5cm, 38.5cm, L 106cm
34 Waist 90cm, Hip 107cm, Leg 64cm, Trouser Leg 49cm, Front Back Crotch 29cm, 39cm, L 107cm
35 Waist 94cm, Hip 109cm, Leg 65cm, Trouser Leg 40cm, Front Back Crotch 29.5cm, 39.5cm,L 107cm
36 Waist 96cm,Hip 112cm, Leg 67cm, Trouser Leg 40cm, Front Back Crotch 30cm,40cm, L 108cm
38 Waist 100cm, Hip 117cm, Leg 69cm, Trouser Leg 42cm, Front Back Crotch 31cm,41cm, L 108cm
40 Waist 104cm, Hip 123cm, Leg 72cm, Trouser Leg 43cm, Front Back Crotch 32cm, 42cm, L 110cm
Package Includes:
1 Jeans
background-image: url(https://i.bosity.com/product_img/276/71049149/71049149_13_image.jpg);
}.ebay-body .scrollwrap .img-box #myimage2:checked ~ .bigimg {
background-image: url(https://i.bosity.com/product_img/276/71049149/71049149_6_image.jpg);
}.ebay-body .scrollwrap .img-box #myimage3:checked ~ .bigimg {
background-image: url(https://i.bosity.com/product_img/268/71049150/71049150_9_image.jpg);
}.ebay-body .scrollwrap .img-box #myimage4:checked ~ .bigimg {
background-image: url(https://i.bosity.com/product_img/269/71049151/71049151_5_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.
- 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ı.