Not all packs should be over-sized, cumbersome beasts. There is a time for large rucksacks and a time for small waist packs, make sure you have the appropriate bag for the job. While some may snicker at the idea of a 'fanny pack', you'll be the one to have the last laugh as you've smartly kept your essential itemsaround the safety of your waist.
Thistactical belt bag is a solid companion for travel, short hikes and nature walks.The design includes a main compartment, front pouch and rear pocket, all with zip entry.This allows you to tactically organise your gear, which may include but is not limited to; your wallet, keys, phone, multi-tool, first-aid, compact camera, or an emergency marmite sandwich.The belt is made of a 3.5cm wide, polyester fabric with a quick-release buckle and a non-slip adjustable tab.
Features:
- Zipped main compartment
- Front pouch
- Rear pocket
- 3.5cm wide waist strap with adjustable quick-release buckle
Sizing:Will fit waists up to 105cm
Dimensions:
Main compartment -28cm L x 12cm H x 3cm W
Front pocket - 18cm L x 11cm H x 2.5cm W
Rear pocket- 28cm L x 12cm H (the access zip is 16cm long)
Manufacturer:Mil-Tec
Weight:0.18kg
Colour:Black, Olive Drab
Content:Polyester withplastic hardware
Condition:New - Commercial New Product (Non-Military issue). If you want more information on our condition ratings, check out our'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"947863",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
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);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'947863'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});