.menu-location__choose {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: -100;
  opacity: 0;
  visibility: hidden;
}
.menu-location__choose-inner {
  padding: 16px;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 51px 50px 20px 0px rgba(135, 135, 135, 0), 33px 32px 18px 0px rgba(135, 135, 135, 0.01), 18px 18px 15px 0px rgba(135, 135, 135, 0.05), 8px 8px 11px 0px rgba(135, 135, 135, 0.09), 0px 0px 6px 0px rgba(135, 135, 135, 0.15);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 2;
}
.menu-location__choose-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--blue);
  opacity: 0.9;
  z-index: 1;
}
.menu-location__choose.active {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}
.menu-location__choose-title {
  color: #1E1E1E;
  font-size: calc(16px + 4 * (100vw - 360px) / 1560);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.15px;
  margin: 16px 16px 24px 16px;
  display: block;
}
.menu-location__choose-list {
  margin-bottom: 16px;
  max-height: 300px;
  overflow: scroll;
}
.menu-location__choose-list::-webkit-scrollbar {
  width: 2px;
}
.menu-location__choose-list::-webkit-scrollbar-track {
  background-color: #FFF;
}
.menu-location__choose-list::-webkit-scrollbar-thumb {
  background-color: #F7B018;
  border-radius: 0;
  border: none;
}
.menu-location__choose-list .menu-location__list-item {
  grid-template-columns: 1fr max-content;
  padding: 14px 16px;
}
.menu-location__choose-list .menu-location__list-item a {
  order: -1;
}
.menu-location__choose-btn {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 100%;
  padding: 0 24px;
  border-radius: 16px;
  background-color: #F7B018;
  color: #FFF;
  text-align: center;
  font-size: calc(14px + 2 * (100vw - 360px) / 1560);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0px;
}/*# sourceMappingURL=choose-popup.css.map */