#stores-form{ display:flex; margin-bottom: 20px;  }
#stores-form > * { flex: auto; line-height: 25px;  }
#stores-form > .text input{ width: 100%; box-sizing: border-box; }
#stores-form > div label{ lex-shrink: 0; flex-grow: 0; width: auto; padding-right: 20px; }
#stores-form > .select{ flex-grow: 0; }
#stores-form .bt-localize{ height: 25px; padding: 0 20px; flex-grow: 0;  }
#stores-form .bt-localize *{ display: inline-block; vertical-align: middle; }
#stores-form .bt-localize svg{ height: 25px; width: auto; }
#map{ height: 600px; width: auto; }

.store-popup{ display: none; }
.store-point .name{ font-weight: bold; margin-bottom: 0.3rem;}
.store-point .country{ margin-bottom: 0.5rem;}