
Shipping and taxes calculated at checkout.
Order Now → myID = document.getElementById("myID"); var myScrollFunc = function () { var y = window.scrollY; if (y >= 1200) { myID.className = "bottomMenu show"; } else { myID.className = "bottomMenu hide"; } }; window.addEventListener("scroll", myScrollFunc); //# sourceURL=pen.js div#s-5174313c-23e9-4636-8f20-430b4b1f1fc2 .shg-box-content { z-index: inherit; } .bottomMenu { position: fixed; botto…