✦ Verified product
Bates Women's OPSPEED 8" (EO8980)
USD 89.99
Size
Cop Stop
Verified independent store
→
.cs_collapsible { background-color: #777; color: white; cursor: pointer; padding: 18px; width: 100%; border: solid ; text-align: left; outline: none; font-size: 15px; } .active, .c
s_collapsible:hover { background-color: #555; text-decoration: underline; font-size: 105%; } .cs_content { padding: 0 18px; max-height: 0; overflow: hidden; transition: max-height 0.5s ease-out; background-color: #f1f1f1; } .cs_space { padding: 18px; } .bold { font-weight: bolder; } a:link, a:visited { color: black; } a:hover, a:active { text-decoration: underline; } /* Byrna specific Items*/ li { list-style: none; } li svg.icon.icon-checkmark { fill: #ff671d; width: 30px; height: 30px; margin-right: 10px; float: left; margin-top: 0; } .icon.icon-checkmark { fill: #ff671d; min-height: 30px; min-width: 30px; margin-right: 10px; margin-top: 3px; display: block; float: left; } svg:not(:root) { overflow: hidden; } .icon { display: inline-block; width: 20px; height: 20px; vertical-align: middle; fill: currentColor; } Descrption OpSpeed provides lightweight tactical performance. With a ground-gripping full rubber outsole, wedge platform for all-day comfort, and lightweight, athletic materials, this boot lets you go farther, faster. Features: Features: Lightweight and durable rubber outsole Wedge platform designed for maximum stability EVA midsole is lightweight and shock-absorbing Action leather upper is durable and polishable Breathable and moisture-wicking lining keeps your feet cool and dry EVA insert provides lightweight cushioning Made with an athletic last for better foot position Contoured padded collar provides added flexibility and ankle protection var coll = document.getElementsByClassName("cs_collapsible"); var i; for (i = 0; i < coll.length; i++) { coll[i].addEventListener("click", function() { this.classList.toggle("active"); var content = this.nextElementSibling; if (content.style.maxHeight){ content.style.maxHeight = null; } else { content.style.maxHeight = content.scrollHeight + "px"; } }); }