window.addEventListener("load",function(){ document.getElementById('menu-store').style.position = 'sticky'; });
/*window.addEventListener("load",function(){ document.getElementById('promo_code_applied').style.display = 'none'; });*/
window.addEventListener("load",function(){ document.getElementById('menu-store').style.width = '165px'; });
window.addEventListener("load",function(){ document.getElementById('menu-store').style.zIndex = '0'; });
window.addEventListener("load",function(){ document.getElementById('search-addon').style.display = 'none'; });
window.addEventListener("load",function(){ document.getElementById('serach-value').style.display = 'none'; });
window.addEventListener("load",function(){ document.getElementById('header').style.position = 'sticky'; });
window.addEventListener("load",function(){ document.getElementById('bs-example-navbar-collapse-2').style.fontSize = 'larger'; });
window.addEventListener("load",function()
{ var elms = document.querySelectorAll("[id='product-preview']");
for(var i = 0; i < elms.length; i++)
elms[i].style.maxWidth = '22em'; });
window.addEventListener("load",function()
{ var elms = document.querySelectorAll("[class='label-campaign-price']");
for(var i = 0; i < elms.length; i++)
elms[i].style.backgroundColor = '#cf0000'; });