@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap&subset=latin-ext');html,body{width:100%;height:100%}body{margin:0;padding:0;background:url('../images/ltb_bg.jpg') no-repeat;font-family:'Montserrat',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.stores .store a{background: url('../images/sepet_small_bg.png') center left no-repeat;padding-left: 20px;}.stores .store a:hover{cursor:pointer;}.stores .store.selected{text-decoration:underline;}label.selected-store{border:1px solid;font-size:14px;padding:5px 10px;}

@media all and (max-width: 500px) 
{

.modal-content {
    margin-top: 200px;
    
}

body
{


 background:url('../images/ltb_bg_mobile.jpg');
background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

}