The total height increase of these suede height increase boots for men includes the visible outsole and hidden insole.
To increase your height by a further 1.2cm or 1.6cm, select one size larger and insert .
FEATURES OF MR. KOSMAS BLUE
- Blue height-increasing workboots style with white outsoles
- Upper material: Premium grade cow suede leather
- Outsole material: Premium rubber
- Insole material: Non-compressing polyurethane with JENNEN cushion comfort layer
- Total height increase: 8cm
- Visible outer heel thickness: 2.5cm
- Built-up, hidden shoe lift insole thickness: 5.5cm
ABOUT MR. KOSMAS BLUE
The good news? You don’t have to compromise between style and practical benefits with these boots.
In fact, these work-style boots will compliment your casual work and tradie outfits, whether you’re wearing jeans or shorts.
Where can you use them? They’re a great fit for casual work environments or for spending time outdoors, especially thanks to their bottom treads that provide fantastic traction on slippery ground or mud.
However, these '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"750081",
"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:'750081',
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:'750081'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});