Model Vans is 5' 10'/ 178cm, and weighs 136lbs/ 62kg, wears a size S.
Please use this info as a general guide as measurements are approximate.
Size | Waist | Hip |
S | 30.3' / 77cm | 40.9' / 104cm |
M | 32.3' / 82cm | 41.3' / 105cm |
L | 33.9' / 86cm | 42.5' / 108cm |
XL | 36.2' / 92cm | 43.3' / 110cm |
XXL | 37.8' / 96cm | 44.1' / 112cm |
Size | Thigh | Inseam |
S | 26.4' / 67cm | - |
M | 27.2' / 69cm | - |
L | 28' / 71cm | - |
XL | 28.3' / 72cm | - |
XXL | 29.1' / 74cm | - |
Size | Length | Leg Opening |
S | 20.1' / 51cm | 22.8' / 58cm |
M | 20.5' / 52cm | 23.6' / 60cm |
L | 21.1' / 53.5cm | 24' / 61cm |
XL | 21.7' / 55cm | 24.4' / 62cm |
XXL | 22' / 56cm | 25.2' / 64cm |
In order to best determine fit, it may be helpful to compare our garment’s measurements to a similar garment you already own. Lay your garment on a flat surface and take all measurements from the outside of the garment.
to check out our Garment Measuring Guide.
** If you are still confused, you can '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1389708",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'1389708',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'1389708'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});