console.log("from US")
var modalCountryStore = document.getElementById("choose-country-site-modal");
if(typeof(modalCountryStore) != 'undefined' && modalCountryStore != null){
setTimeout(function(){
modalCountryStore.classList.add("show");
}, 600);
}