EZGO Marathon
Even if we don't have it listed, let us know if there is a light kit that you are looking for and we will do our best to come across it. Be sure to purchase a voltage reducer in conjunction with a light kit to help regulate the volts streaming through your cart.
-->
window.onscroll = function() {
var sticky = document.getElementById('menu');
if( window.innerWidth > 799) {
if( document.body.scrollTop+document.documentElement.scrollTop > 145)
sticky.className = "navPages-container stuck";
else sticky.className = "navPages-container";
}
};
-->