~~5.11 items may take up to 2 weeks for delivery. If you need them quickly, please call to verify stock.
A new standard in high performance, moisture wicking polo shirts, our
Performance line of polyester polo shirts provide superior moisture
management technology and quick drying characteristics that allow you to
operate at peak levels while remaining cool, comfortable, and in
control throughout your shift.
Professional appearance, lasting comfort
Snag and wrinkle resistant fabric
No roll collar
6.7 oz. jersey knit polyester
Dual pen pockets at left sleeve
Integrated mic loops at the shoulders and chest
Moisture wicking, quick drying
Fully gusseted sleeves
Traditional three button placket
Melamine buttons won't burn, crack, or melt
Bartacking at major stress points
Accepts embroidery and silkscreening
Imported
'9') {
return false;
}
}
function getChar(event) {
if (event.which == null) {
if (event.keyCode < 32) return null;
return String.fromCharCode(event.keyCode)
}
if (event.which != 0 && event.charCode != 0) {
if (event.which < 32) return null;
return String.fromCharCode(event.which)
}
return null;
}
jQuery('#reviews_form_title').addClass('close-tab');
jQuery('#reviews_form_title').on("click", function () {
if (jQuery(this).hasClass('close-tab')) {
jQuery(this).removeClass('close').parents('#tab-review').find('#reviews_form').slideToggle();
}
else {
jQuery(this).addClass('close-tab').parents('#tab-review').find('#reviews_form').slideToggle();
}
})