@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
.scroll-container::-webkit-scrollbar {
  display: none !important;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
select:focus,
.btn:active,
.taste-option input:focus,
.taste-option-img:focus,
.taste-option-img:active,
.taste-option-img:hover,
.taste-option-img:focus-within {
  outline: 0px !important;
  box-shadow: none !important;
}

html {
  overflow-x: hidden;
  scrollbar-width: none;
  margin: 0;
  padding: 0;
}

body {
  font-family: "arial", "Noto Sans SC", "Noto Sans TC", serif;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  width: calc(100vw + 1px);
  margin-left: -1px;
  overflow-x: hidden;
  scrollbar-width: none;
  display: flex;
  justify-content: center;
  max-width: 100vw;
  height: 100vh;
  background-color: #000000;
  color: #5e5e5e;
}

.form-control::-moz-placeholder {
  color: #c2c2c2;
  opacity: 1;
}

.form-control::placeholder {
  color: #c2c2c2;
  opacity: 1;
}

.all-box {
  width: 100%;
  max-width: 500px;
  height: 100vh;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  left: 50vw;
  transform: translateX(-50%);
  overflow: hidden;
  background-color: #dadada;
}

::-moz-placeholder {
  color: #bbbbbb;
}

::placeholder {
  color: #bbbbbb;
}

.main-header, .main-header-index {
  background-color: #222;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 20px 10px 0;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  align-items: center;
}
.main-header > div, .main-header-index > div {
  position: relative;
}
.main-header img, .main-header-index img {
  position: relative;
}
.main-header .logo, .main-header-index .logo {
  max-width: 100px;
}

.text-gray {
  color: #dddddd;
}

.bill-box .text-gray {
  color: #555;
}

.owl-dots {
  margin-top: -23px !important;
  z-index: 1;
  position: relative;
}

.carousel-box {
  width: 100%;
  background-image: linear-gradient(to bottom, #222 40%, rgba(255, 255, 255, 0) 40%);
  margin-top: 58px;
  transition: 0.5s;
}
.carousel-box.active {
  margin-top: -200px;
  transition: 0.5s;
}

.slide-box {
  height: 40vw;
}
@media (min-width: 500px) {
  .slide-box {
    width: 100%;
    height: 200px;
  }
}
.slide-box {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 10px;
}
.slide-box.vertical {
  height: 100vh;
  width: 100vw;
  max-width: 500px;
  max-height: unset;
}

.icon-go {
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-box {
  width: 100%;
  display: grid;
  grid-template-columns: 70px 1fr;
  height: calc(var(--vh, 1vh) * 100 - 60px - 60px);
}

.left-menu-box {
  border-right: solid 1px rgba(255, 127, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  height: calc(var(--vh, 1vh) * 100 - 60px - 60px - 200px);
  overflow: auto;
  width: 70px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  transition: 0.5s;
  padding-bottom: 60px;
}
.left-menu-box.mt {
  transition: 0.5s;
  margin-top: 60px;
  height: calc(var(--vh, 1vh) * 100 - 60px - 60px);
}

.left-icon {
  color: #222;
  display: grid;
  place-items: center;
  font-size: 12px;
  width: 60px;
  height: 65px;
  margin: 5px;
  padding: 3px;
  align-items: center;
  text-align: center;
  border-bottom: solid 1px #eaeaea;
}
.left-icon.active {
  color: #000;
  background-color: #FFED8D;
}
.left-icon.active img {
  filter: unset;
  opacity: 1;
}
.left-icon i {
  font-size: 18px;
}

.text-orange {
  color: #ec5600;
}

.fix-top {
  overflow-y: unset;
}
.fix-top.active {
  position: fixed;
  top: 60px;
}
.fix-top.active + .right-content-box {
  left: 70px;
}
.fix-top.active.left-menu-box {
  left: 0;
  overflow-y: scroll;
  height: calc(100vh - 60px - 60px);
}

.right-content-box {
  position: relative;
  width: 100%;
  padding-bottom: 70px;
  overflow: auto;
  height: calc(100vh - 60px);
}
.right-content-box .top-menu {
  background-color: #fff;
  padding: 10px;
  position: fixed;
  top: 260px;
  transition: 0.5s;
}
.right-content-box .top-menu.active {
  top: 60px;
  transition: 0.5s;
}
.right-content-box .top-menu {
  display: none;
}

.bottom-box {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 60px;
  display: grid;
  grid-template-rows: 30px 1fr;
  background-color: #fff9e6;
  position: fixed;
  top: calc(var(--vh, 1vh) * 100 - 60px);
  left: 0;
  width: 100%;
  z-index: 1;
  transform: translateY(0);
  transition: 0.5s;
}
.bottom-box.hide-in-bottom {
  transform: translateY(120%);
  transition: 0.5s;
}
.bottom-box.active {
  height: 90px;
  top: calc(var(--vh, 1vh) * 100 - 90px);
}
.bottom-box.s {
  height: 60px;
}
.bottom-box.one-floor {
  grid-template-rows: unset !important;
  display: flex;
}

.yellow-info {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff9e6;
  color: #000;
  font-size: 15px;
}

.bottom-bottom-box {
  display: grid;
  grid-template-columns: 1fr 90px;
  align-items: flex-start;
  position: relative;
}

.gray-box {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #EE7A1C;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
  align-items: center;
  height: 60px;
  align-items: center;
  user-select: none;
  cursor: pointer;
  width: 100%;
  max-width: 480px;
}
.gray-box.s {
  height: 45px;
}

.bottom-bottom-box {
  display: grid;
  grid-template-columns: 1fr 90px;
  align-items: flex-start;
  position: relative;
}
.bottom-bottom-box .gray-box {
  font-size: 17.5px;
}

.text-sm {
  font-size: 13px;
}

.text-s {
  font-size: 15px;
}

.text-m {
  font-size: 16px !important;
}

.text-l {
  font-size: 20px !important;
}

.title {
  font-weight: 600;
  font-size: 1.1em;
}
.title.price {
  font-weight: 300;
}

.gray-tab {
  color: #dddddd;
  font-size: 12px;
  margin: 5px;
}

.tab {
  display: none;
  width: calc(100vw - 70px - 13px - 10px);
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tab.active {
  display: flex;
}

.gray-tab {
  width: 100%;
  background-color: #fff;
}

.btn-small {
  padding: 1px 5px;
  border: solid 1px #eaeaea;
  color: #000;
  white-space: nowrap;
  font-size: 12px;
  border-radius: 4px;
  margin: 1px 3px;
}
.btn-small.active {
  color: #ec5600;
  border: solid 1px #ec5600;
  background-color: #ffe2bc;
}

.right-item-img {
  width: 36vw;
  max-width: 200px;
  max-height: 142.8571428571px;
  height: 25.7142857143vw;
}

.right-item-img-div {
  width: 36vw;
  max-width: 200px;
  max-height: 142.8571428571px;
  height: 25.7142857143vw;
  background-size: cover;
  position: relative;
}
.right-item-img-div .ai-recommend-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFED8D;
  color: #084775;
  padding: 5px;
  padding-right: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
}
.right-item-img-div .ai-recommend-icon img {
  height: 15px;
  margin-right: 5px;
}

.row > * {
  padding-left: unset;
  padding-right: unset;
}

.btn-orange {
  background-color: #ec5600;
  padding: 2px;
  color: #fff;
  font-size: 13px;
  margin: auto;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-orange.no {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: unset;
  cursor: none;
}

.btn-mad {
  background-color: #b2a6a6;
  padding: 3px 10px;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-mad.no {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: unset;
  cursor: none;
}

.main-item-box {
  margin-bottom: 12px;
  margin-right: 5px;
  margin-left: 10px;
  position: relative;
  background-color: #fff;
}

.sub-sub-title {
  color: #cecece;
}

[class^=pop-box-] {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  transform: translateX(500px);
  overflow-y: hidden;
}
[class^=pop-box-].active {
  transform: translateX(0) !important;
}
[class^=pop-box-] .fa-chevron-left:before {
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  text-align: center;
  padding-top: 7px;
}

.mask {
  background-color: rgba(0, 0, 0, 0.6666666667);
  position: relative;
  height: 100vh;
  width: 100%;
  display: none;
}
.mask.active {
  display: block;
}

[class^=up-box-] {
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding-top: 77px;
  transform: translateY(150%);
  transition: 0.3s;
  display: none;
}
[class^=up-box-] > div {
  background-color: #fff;
  padding: 10px;
  border-radius: 15px 15px 0 0;
  max-width: 500px;
  height: calc(var(--vh, 1vh) * 100 - 77px);
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 66px;
}
[class^=up-box-].active {
  transform: translateX(0);
  transition: 0.3s;
  display: block;
}
[class^=up-box-] .pop-bottom {
  top: calc(var(--vh, 1vh) * 100 - 77px);
}

.pop-header {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 25vh;
  padding: 10px;
  max-width: 500px;
}

.pop-body {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 50px;
}

.close {
  position: relative;
  z-index: 2;
  padding: 20px 10px;
}

.pop-content {
  background-color: #fff;
  margin-top: -15px;
  border-radius: 15px;
  padding: 10px;
  padding-bottom: 150px;
  position: relative;
}
.pop-content .close {
  position: fixed;
  right: 0px;
  top: 5px;
}
.pop-content.up {
  margin-top: 0;
  min-height: 100%;
}
.pop-content.up .close-up {
  position: fixed;
  right: 20px;
  top: 100px;
}
.pop-content .btn-orange {
  width: 80px;
  margin: auto;
}

.pop-bottom {
  position: fixed;
  top: calc(var(--vh, 1vh) * 100 - 120px);
  left: 0;
  width: 100vw;
  max-width: 500px;
  background-color: #fff;
  height: 120px;
  z-index: 10;
}

.text-price {
  color: #000;
  font-weight: 700;
  font-size: 22px;
}

.text-orange-with-bg {
  color: orange;
  font-size: 11px;
  background-color: #fff6eb;
  padding: 3px 5px;
}

.text-orange-with-white-bg {
  color: orange;
  font-size: 11px;
  background-color: #fff;
  border: solid 1px #ec5600;
  padding: 3px 5px;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-muted {
  color: #a8a8a8 !important;
}
.text-muted h2,
.text-muted h3 {
  font-size: 12px;
}
.text-muted h2 span,
.text-muted h3 span {
  color: #ec5600 !important;
}

.pop-item-img-3 {
  width: 100%;
  height: 28vw;
}
@media (min-width: 500px) {
  .pop-item-img-3 {
    height: 140px;
  }
}
.pop-item-img-3 {
  aspect-ratio: 1/1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.quantity input {
  width: 5em;
  text-align: center;
  border: solid 0px #ccc;
  background-color: #fff9e6;
}

.pop-tool-bar {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
}

.up-tool-bar {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.pop-bottom-btn .btn {
  width: calc(100% - 30px);
}
.pop-bottom-btn .btn.half-width {
  width: calc(50% - 20px);
}
.pop-bottom-btn .btn.half-width.single-custom-btn {
  background-color: #9fa5aa;
  color: #fff;
  border: unset;
  pointer-events: none;
}
.pop-bottom-btn .btn.half-width.single-custom-btn.active {
  background-color: #d71818;
}
.pop-bottom-btn .btn.half-width.next-step {
  background-color: #535759;
  color: #fff;
  border: unset;
}
.pop-bottom-btn .btn.half-width.btn-cancel, .pop-bottom-btn .btn.half-width.btn-prev-step {
  background-color: #fff;
  color: #6c757d;
  border: solid 1px #6c757d;
}
.pop-bottom-btn .btn.half-width.btn-next-step {
  pointer-events: none;
  background-color: #535759;
  color: #fff;
  border: unset;
}
.pop-bottom-btn .btn.half-width.btn-next-step.active {
  pointer-events: auto;
}

.add-ons-box {
  width: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr 20px 30px;
  height: 180px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.add-ons-box.active {
  background-color: #fff6eb;
}
.add-ons-box .add-ons-img-box {
  width: 100%;
  height: 25vw;
  max-height: 230px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.alpha-parent {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: no-drop;
}
.alpha-parent::after {
  content: "sold out";
  display: block;
  padding: 2px 5px;
  font-family: arial;
  font-weight: 900;
  color: #f00;
  border: solid #f00 1px;
  border-radius: 4px;
  position: absolute;
  transform: rotateZ(-10deg) translatex(-50%) translateY(-50%);
  line-height: 1em;
  text-align: center;
  top: 30%;
  left: 50%;
  text-shadow: 0 0 2px #fff;
}
.alpha-parent.main-item-box:after {
  left: 27%;
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.radio label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  display: inline-block;
}

.radio-custom {
  margin-top: -10px;
  position: relative;
  display: inline-block;
}

.radio-custom input[type=radio] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1; /* 隐藏原生radio */
  width: 0;
  height: 0;
}

.radio-custom label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  line-height: 20px;
}

.radio-custom label::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%; /* 圆形 */
  border: 1px solid #996d27; /* 边框颜色，这里使用具体颜色代替了Sass变量$brown */
  background-color: #fff; /* 背景颜色 */
}

.radio-custom input[type=radio]:checked + label::before {
  background-color: #ec5600; /* 勾选后的背景颜色，这里使用具体颜色代替了Sass变量$orange */
}

.radio-custom label::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%; /* 圆形 */
  background-color: #fff; /* 打勾的颜色 */
  visibility: hidden;
}

.radio-custom input[type=radio]:checked + label::after {
  visibility: visible;
}

.btn-custom {
  display: none;
}

.radio.active .btn-custom {
  display: block;
}

.checkbox-custom {
  margin-top: -10px;
  position: relative;
  display: inline-block;
}

.checkbox-custom input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1; /* 隐藏原生checkbox */
  width: 0;
  height: 0;
}

.checkbox-custom label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  line-height: 20px;
}

.checkbox-custom label::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #996d27; /* 边框颜色 */
  background-color: #fff; /* 背景颜色 */
}

.checkbox-custom input[type=checkbox]:checked + label::before {
  background-color: #ec5600; /* 勾选后的背景颜色 */
}

.checkbox-custom label::after {
  content: "\f00c"; /* FontAwesome的打勾图标 */
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 7px;
  font-size: 16px;
  color: #fff !important; /* 打勾的颜色 */
  visibility: hidden;
}

.checkbox-custom input[type=checkbox]:checked + label::after {
  visibility: visible;
}

.taste-option-box {
  display: flex;
  flex-wrap: wrap;
}

.taste-option {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 29%;
  margin: 1%;
  text-align: center;
  border: solid 1px #dddddd;
  background-color: #fff;
  cursor: pointer; /* 添加鼠标指针样式 */
}
.taste-option > div:not(.taste-option-input) {
  padding: 10px;
  line-height: unset !important;
}
.taste-option.active {
  background-color: #ffed8d;
}

.taste-option input[type=checkbox] {
  display: none; /* 隐藏复选按钮 */
}

.login-box {
  display: grid;
  grid-template-rows: 1fr 140px;
  height: calc(100vh - 20px);
}

.w-90 {
  width: 90%;
}

.item-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px;
}
.item-detail .btn-orange {
  width: 80px;
  min-height: 30px;
}
.item-detail .fa-plus {
  font-weight: 300;
}

.justify-self-end {
  justify-self: end;
}

.header-title {
  font-size: 20px;
  font-weight: 700;
  width: calc(100% - 40px);
  text-align: center;
}

.bg-light-gray {
  background-color: #fffaf4;
}

.confirm-box {
  margin: auto;
  width: 90%;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3333333333);
}

.confirm-item-box {
  width: 100%;
  display: grid;
  grid-template-columns: 22% 1fr;
  margin-bottom: 20px;
}

.font-weight-bold {
  font-weight: 700;
}

.scroll-box {
  height: 100vh;
  overflow: auto;
  padding-bottom: 90px;
}

.bg-light {
  background-color: #fffcf2 !important;
}

.home-bottom-menu-item {
  display: grid;
  grid-template-rows: 1fr 20px;
  justify-content: center;
  align-items: center;
  height: 45px;
  text-align: center;
}

.home-box {
  position: inherit;
  width: 100%;
  height: 100vh;
  left: 0;
}
.home-box .home-content {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}

.home-main-menu {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 90vw;
  height: 40vw;
  max-width: 450px;
  max-height: 200px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 10px;
  color: #4e4e4e;
  line-height: 1.2em;
  position: fixed;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 16px;
}
@media (min-width: 500px) {
  .home-main-menu {
    bottom: 100px;
  }
}
.home-main-menu .text-gray {
  margin-top: 10px;
}
.home-main-menu > div {
  display: grid;
  grid-template-rows: 1fr 30px 15px;
  justify-content: center;
  align-items: center;
  height: 120px;
  text-align: center;
  margin-bottom: 15px;
}
.home-main-menu > div:last-of-type {
  border-right: none;
}

.text-xl {
  font-size: 40px;
}

#video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin: 0 auto; /* 將容器水平置中 */
  background-color: unset;
}
#video-container.active {
  background-color: #000;
}
#video-container video {
  border: solid 2px #fff;
  width: 300px;
  height: 300px;
  z-index: 4;
}

.close-video {
  position: absolute;
  z-index: 999;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  border-radius: 50%;
  font-family: arial;
  font-weight: 900;
  cursor: pointer;
  top: 10px;
  right: 14px;
  display: none;
}
.close-video.active {
  display: flex;
}

.catogory-announcement {
  background-color: #fff4f4;
  border: solid #e2bfbf 3px;
  border-radius: 12px;
  width: calc(100% - 15px);
  margin-left: 10px;
  margin-right: 5px;
  min-height: 100px;
  margin-top: 10px;
  padding: 10px;
  color: #a77c7c;
  display: none;
  overflow-x: hidden;
}

.store {
  border: solid 1px #789;
  border-radius: 15px;
  padding: 10px;
  margin: 10px auto;
  width: auto;
  max-width: 400px;
  background-color: #fff;
  width: 90vw;
}
.store.closest {
  border: solid 2px #ec5600;
}

.button-style {
  border: solid 1px #ec5600;
  border-radius: 9px;
  padding: 5px 10px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 5px;
  color: #ec5600;
}
.button-style.gray {
  border: solid 1px #dddddd;
  color: #dddddd;
}
.button-style.tel {
  background-color: #ecbbbb;
  display: none;
}

.text-red {
  color: red;
}

.shop-content {
  margin-top: 200px;
  transition: 0.5s;
  overflow-x: hidden;
}
.shop-content.active {
  margin-top: 100px;
  transition: 0.5s;
}

.search-box {
  width: 90vw;
  margin: auto;
  max-width: 500px;
  display: grid;
  grid-template-columns: 120px 1fr;
}
.search-box .city-box .form-select {
  border-radius: 10px 0 0 10px;
}
.search-box > input {
  border-radius: 0 10px 10px 0;
}

.tab-menu-box {
  display: flex;
  flex-wrap: wrap;
  color: #dddddd;
  padding: 10px;
}
.tab-menu-box > div {
  padding: 10px;
}
.tab-menu-box > div.active {
  font-weight: 700;
  color: #222;
  border-bottom: solid 2px #222;
}

.map {
  width: 100%;
  height: 200px;
  position: fixed !important;
  top: 60px;
  left: 0;
  max-width: 500px;
  transition: 0.5s;
}
.map.active {
  top: -140px;
  transition: 0.5s;
  height: 200px;
}
.map.active2 {
  top: 60px;
  transition: 0.5s;
  height: calc(var(--vh, 1vh) * 100 - 60px - 30px);
}

.store-name {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.store-name .shop-title-left {
  align-items: flex-end;
}
.store-name i {
  padding: 10px;
}

.grip-line {
  position: fixed;
  top: 260px;
  left: 0;
  width: 100%;
  background-color: #fffaf4;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.grip-line .grip-line-icon {
  height: 6px;
  width: 100px;
  background-color: #d1d1d1;
  border-radius: 3px;
  transition: 0.5s;
}
.grip-line.active {
  top: 60px;
}
.grip-line.active2 {
  top: calc(var(--vh, 1vh) * 100 - 30px);
}

.btn-gray-border {
  padding: 5px 20px;
  border: solid 1px #dddddd;
}
.btn-gray-border.active {
  background-color: #dddddd;
  color: #fff;
}

.add-address-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  width: 100%;
  margin-bottom: 40px;
}
.add-address-row input:not(.exclude) {
  width: 100%;
  background-color: unset;
  border: unset;
  border-bottom: solid 1px #dddddd;
  outline: none;
}

.after-header {
  margin-top: 70px;
}

.detail-group-items {
  display: flex;
  flex-wrap: wrap;
}

.taste-title-box {
  display: grid;
  grid-template-columns: 40% 1fr;
  padding: 5px 5px 5px 10px;
  background-color: #dddddd;
}
.taste-title-box .taste-img {
  width: 100%;
  max-width: 250px;
  min-height: 110px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.taste-title {
  font-size: 1.2em;
}

.taste-option-box {
  display: flex;
  flex-wrap: wrap;
}

.taste-option {
  width: 31%;
  margin: 1%;
  text-align: center;
  border: solid 1px #dddddd;
  cursor: pointer; /* 添加鼠标指针样式 */
}
.taste-option > div:not(.taste-option-input) {
  padding: 10px;
}

.taste-option input[type=radio] {
  display: none; /* 隐藏单选按钮 */
}

.tempQuantity {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  border: solid 0 #fff;
  background-color: #fff9e6;
}

.cart-box {
  z-index: 1;
}
.cart-box .item {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.cart-box .title {
  font-size: 18px;
  font-weight: bold;
}
.cart-box .text-sm {
  font-size: 14px;
}
.cart-box .text-orange {
  color: orange;
}
.cart-box .text-gray {
  color: gray;
}
.cart-box .quantity-control {
  display: flex;
  align-items: center;
}
.cart-box .quantity-input {
  width: 40px;
  text-align: center;
  margin: 0 10px;
}
.cart-box .btn {
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
}

.payment-options .radio-custom {
  margin-top: 10px !important;
}

.opacity {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0.5;
}

.payment-mask {
  width: 100vw;
  height: 100vh;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.payment-mask.active {
  display: grid;
}

.payment-resoult {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.items-number, .orders-number {
  position: absolute;
  right: 76px;
  top: 35px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #f00;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: none;
  justify-content: center;
  align-items: center;
}
.items-number.active, .orders-number.active {
  display: flex;
}

.single-item-number {
  position: absolute;
  right: 56px;
  bottom: 21px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #f00;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: none;
  opacity: 0.3;
  justify-content: center;
  align-items: center;
}
.single-item-number.active {
  opacity: 1;
  display: flex;
}

.loadingA {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: all;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 999;
  position: relative;
  display: none;
  color: #ec5600;
  justify-content: center;
  align-items: center;
}
.loadingA.active {
  display: flex;
  z-index: 999;
}
.loadingA .loading-text {
  text-align: center;
}
.loadingA .loading-ani img {
  max-width: 100px;
}

.menu-icon {
  max-width: 30px;
  max-height: 30px;
  margin-top: 2px;
}

.main-items > div:nth-last-child(1) {
  padding-bottom: 200px;
}

.custom-btn-box {
  display: grid;
  justify-content: flex-end;
}

.all-detail-items {
  padding-bottom: 150px;
}

.pack-check-area {
  position: relative;
}
.pack-check-area .pack-checked-number {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: grid;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: unset;
  color: #fff;
  font-weight: 700;
  font-size: 1.1em;
  font-family: arial;
  border-radius: 50%;
  text-align: center;
  padding-top: 2px;
  border: solid 1px #ec5600;
  color: rgba(255, 255, 255, 0);
}
.pack-check-area .pack-checked-number.active {
  display: grid;
  color: #ffffff;
  background-color: #ec5600;
}

.reset-quantity {
  border: solid #ec5600 1px;
  border-radius: 20px;
  font-size: 0.9em;
  padding: 3px 10px;
}

.currenty-quantity {
  color: #ffffff;
}

.zone > .sub-title {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 19px;
  font-weight: 700;
  border-bottom: solid 2px #5e5e5e;
  margin-right: 5px;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #ec5600 !important;
}

.pay-logo {
  height: 30px;
}

.payment-options .radio-custom {
  border-bottom: solid 1px rgba(170, 170, 170, 0.3333333333);
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.cart-list-box {
  display: grid;
  grid-template-columns: 1fr 70px;
}
.cart-list-box .title .text-orange {
  font-size: 15px;
}

.cart-list-img {
  width: 70px;
  height: 70px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.cart-info-box {
  background-color: #fff0d9;
  padding: 10px;
  border-radius: 15px;
  width: 94vw;
  max-width: 480px;
  margin-bottom: 10px;
}

.cart-info-boxB {
  padding: 10px;
  border-radius: 15px;
  width: 94vw;
  max-width: 480px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #ec5600;
}

.invoice-box {
  display: none;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 10px;
}
.invoice-box.active {
  display: flex;
}

#tax-id-box {
  display: none;
}
#tax-id-box.active {
  display: flex;
}

.gate-box {
  width: 100%;
  padding: 10px;
  max-width: 500px;
  height: calc(100vh - 100px);
  display: grid;
  grid-template-rows: 1fr 1fr;
  justify-content: center;
  align-items: center;
  padding: 80px;
}

.line-gate-box {
  width: 100%;
  max-width: 500px;
  height: calc(100vh - 100px);
  display: grid;
  grid-template-rows: 100px 1fr;
  justify-content: center;
  align-items: center;
}

.logo-full-width {
  width: 80%;
  min-width: 200px;
  margin: auto;
  max-width: 300px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

.btn-xl {
  width: 80%;
  margin: auto;
  max-width: 400px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d71818;
  color: #d71818;
  background-color: #fff;
  font-weight: 700;
  margin: 10px auto;
  padding: 10px;
  min-height: 40px;
}
.btn-xl:hover {
  background-color: #d71818;
  border: solid 1px #fff;
  color: #fff;
}

.line {
  background-color: #06C755;
  color: #fff;
  display: grid;
  grid-template-columns: 80px 1fr;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: unset;
}
.line:hover {
  background-color: #06C755;
  color: #fff;
}

.line-logo {
  width: 60px;
  margin: auto;
}

.get-tel-verify-number {
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: grid;
}
.get-tel-verify-number.active {
  opacity: 1;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  pointer-events: auto;
}

.verify-box {
  display: grid;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.verify-box.active {
  display: grid;
  opacity: 1;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  pointer-events: auto;
}

.vip-card {
  width: 95%;
  margin: auto;
  border-radius: 10px;
  background-color: #ec5600;
  color: #fff;
  min-height: 200px;
  display: grid;
  grid-template-rows: 50px 1fr;
  justify-content: center;
  align-items: center;
  background-size: 129px;
  background-position: 10px 50px;
  background-repeat: no-repeat;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.vip-card .title {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}
.vip-card .vip-number {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
}

.member-box {
  padding: 15px;
  overflow-y: auto;
  height: 100% !important;
}

.member-info-box {
  width: 90%;
  margin: auto;
  background-color: #FFC600;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 15px;
}
.member-info-box > div:nth-of-type(1) {
  border-right: solid 1px #fff;
}
.member-info-box .text-orange {
  color: #EC5600;
}

.hide {
  display: none !important;
}

.alert-info {
  color: #ec5600;
}

.invoice-row {
  display: grid;
  align-items: center;
  grid-template-columns: 100px 10px 1fr 80px;
}

.bottom-line-orange {
  border-bottom: solid 1px rgba(255, 127, 0, 0.3333333333);
}

.orange-bg {
  background-color: #ec5600;
  color: #fff;
  padding: 1px 5px 1px 5px;
  border-radius: 3px;
}

.cart-info-box .orange-bg {
  background-color: unset;
  color: #ec5600;
  padding: 1px 10px 1px 10px;
  border-radius: 20px;
  border: solid 1px #ec5600;
}

.orange-input {
  border: solid 1px #ec5600;
  padding: 2px 5px;
  border-radius: 8px;
}

.scroll-box {
  padding: 10px;
  padding-top: 80px;
  height: 100vh;
  padding-bottom: 50px;
  overflow-y: auto;
}
.scroll-box.no-bottom {
  height: calc(var(--vh, 1vh) * 100);
}

.popup-header {
  display: grid;
  grid-template-columns: 1fr 50px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  position: fixed;
  top: 76px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px 20px 0 0;
  z-index: 10;
}

.taste-tab-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 20px auto;
  overflow-x: scroll;
  overflow-y: hidden;
  display: none;
}
.taste-tab-box .taste-tab {
  padding: 7px;
  height: 40px;
  position: relative;
  color: #ec5600;
  border-bottom: solid 2px #ec5600;
}
.taste-tab-box .taste-tab.active {
  border: solid 2px #ec5600;
  border-bottom: solid 2px #fff;
  border-radius: 8px 8px 0 0;
  height: 43px;
  margin-bottom: 1px;
  background-color: #fff;
  font-weight: 900;
}

.hello {
  color: #fff;
  font-size: unset;
  margin-right: 10px;
  width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.multilingual {
  position: fixed;
  right: 10px;
  top: 7px;
  z-index: 900;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  padding: 2px 5px;
  border-radius: 5px;
}
.multilingual .multilingual-option {
  z-index: -1;
  transition: 0.3s;
  font-size: 18px;
  position: absolute;
  right: 0px;
  top: 40px;
  color: #000;
  transform: translateX(200px);
  padding: 10px;
  border: solid 1px #aaa;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 110px;
  opacity: 0;
}
.multilingual .multilingual-option.active {
  transition: 0.3s;
  transform: translateY(0);
  opacity: 1;
}
.multilingual .multilingual-option .option {
  padding: 4px;
}
.multilingual .multilingual-option .option.active {
  background-color: #d71818;
  color: #fff;
}

.customer-info-row {
  display: grid;
  grid-template-columns: 120px 1fr;
}
.customer-info-row .orange-input {
  max-width: 200px;
}

.quantity-box {
  font-size: 22px;
  display: flex;
}

.message-box {
  color: #ec5600;
  text-align: center;
  font-weight: 700;
  padding: 10px;
  font-size: 20px;
}

.member-info-input {
  width: calc(100% - 100px);
}

.record-card {
  background-color: #ffe2bc;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  padding: 15px;
  margin-bottom: 20px;
}
.record-card .content {
  font-size: 14px;
}
.record-card .content .label {
  font-weight: bold;
}
.record-card .title {
  font-weight: bold;
  color: #ff7f00;
  margin-bottom: 5px;
}

.order-row {
  border-bottom: solid 1px rgba(204, 204, 204, 0.6);
  padding: 15px;
  width: 90%;
  max-width: 500px;
  margin: 15px auto;
  border-radius: 10px;
  background-color: rgba(255, 226, 188, 0.4901960784);
}
.order-row .title {
  font-weight: 700;
  font-size: 20px;
}
.order-row > div:nth-of-type(2) {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.order-row .price {
  font-size: 18px;
  font-weight: 700;
  color: #ec5600;
}
.order-row i {
  color: #222;
}

.order-detail-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  padding: 10px;
  border-bottom: solid 1px rgba(204, 204, 204, 0.6);
}
.order-detail-row > div:nth-of-type(1) {
  color: #ec5600;
}

.order-cart-row {
  display: grid;
  grid-template-columns: 1fr 80px;
  font-size: 16px;
  padding: 3px;
}

.order-cart-box {
  padding: 10px;
  background-color: #eeeeee;
  border-radius: 15px;
  margin-bottom: 10px;
}
.order-cart-box.orange {
  background-color: #fff5c8;
}

.location-box {
  background-color: rgba(255, 226, 188, 0.4901960784);
  color: #ec5600;
  font-size: 18px;
  font-weight: 700;
  padding: 15px;
  width: 100%;
  margin: auto;
  text-align: center;
}

.order-status {
  text-align: center;
}
.order-status + .btn-orange {
  margin: 15px auto !important;
}

.text-bold {
  font-weight: 700;
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  background-color: #ec5600;
  border-color: #ec5600;
}

.btn-outline-primary {
  --bs-btn-color: #F25600;
  --bs-btn-border-color: #F25600;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #F25600;
  --bs-btn-hover-border-color: #F25600;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #F25600;
  --bs-btn-active-border-color: #F25600;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #F25600;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F25600;
  --bs-gradient: none;
}

.can-hide {
  display: none;
}
.can-hide.active {
  display: grid;
}

.white-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 10px;
}

.bill-box .white-card {
  background-color: #fff3de;
}

.order-content-row {
  display: grid;
  grid-template-columns: 20px 1fr 85px;
  padding: 10px 0;
  border-bottom: solid 1px rgba(204, 204, 204, 0.6);
}

.price-2f {
  display: grid;
  grid-template-rows: 1fr 1fr;
}

.grid1-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  width: 100%;
}
.grid1-1 span {
  text-align: end;
}

.order-status + .btn-orange {
  margin: 15px auto !important;
}

.ticket-list-box .ticket-row, .ticket-product-list-box .ticket-row, .ticket-discount-list-box .ticket-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  height: 150px;
  padding: 15px;
  border-radius: 10px;
  margin: 10px;
}
.ticket-list-box .ticket-row.disabled, .ticket-product-list-box .ticket-row.disabled, .ticket-discount-list-box .ticket-row.disabled {
  filter: grayscale(1);
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: not-allowed;
  pointer-events: none;
}
.ticket-list-box .ticket-row .ticket-left, .ticket-product-list-box .ticket-row .ticket-left, .ticket-discount-list-box .ticket-row .ticket-left {
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  justify-content: center;
  align-items: center;
  height: 120px;
  background-color: #fff;
}
.ticket-list-box .ticket-row .ticket-left > span, .ticket-product-list-box .ticket-row .ticket-left > span, .ticket-discount-list-box .ticket-row .ticket-left > span {
  background-color: rgba(0, 0, 0, 0.3333333333) !important;
  padding: 2px 10px;
  border-radius: 10px;
}
.ticket-list-box .ticket-row .ticket-right, .ticket-product-list-box .ticket-row .ticket-right, .ticket-discount-list-box .ticket-row .ticket-right {
  padding-left: 10px;
}
.ticket-list-box .ticket-row .ticket-time, .ticket-product-list-box .ticket-row .ticket-time, .ticket-discount-list-box .ticket-row .ticket-time {
  font-size: 14px;
  color: #ec5600;
}
.ticket-list-box .ticket-row .ticket-title, .ticket-product-list-box .ticket-row .ticket-title, .ticket-discount-list-box .ticket-row .ticket-title {
  font-size: 17px;
  font-weight: 700;
  color: #ec5600;
}
.ticket-list-box .ticket-row.canuse, .ticket-product-list-box .ticket-row.canuse, .ticket-discount-list-box .ticket-row.canuse {
  background-color: #fff3de;
  color: #fff;
}
.ticket-list-box .ticket-row.expired, .ticket-product-list-box .ticket-row.expired, .ticket-discount-list-box .ticket-row.expired {
  background-color: #aaa;
  color: #555;
}
.ticket-list-box .ticket-row.expired .ticket-left, .ticket-product-list-box .ticket-row.expired .ticket-left, .ticket-discount-list-box .ticket-row.expired .ticket-left {
  opacity: 0.5;
}
.ticket-list-box .ticket-row.expired .ticket-time, .ticket-product-list-box .ticket-row.expired .ticket-time, .ticket-discount-list-box .ticket-row.expired .ticket-time {
  color: #555;
}
.ticket-list-box .btn-m, .ticket-product-list-box .btn-m, .ticket-discount-list-box .btn-m {
  border-radius: 9px;
  padding: 7px 17px;
  background-color: #fff;
  color: #F25600;
  font-size: 19px;
  font-weight: 700;
  margin: 9px;
  cursor: pointer;
}
.ticket-list-box .btn-m.expired, .ticket-product-list-box .btn-m.expired, .ticket-discount-list-box .btn-m.expired {
  background-color: #ccc;
  color: #888;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  cursor: not-allowed;
}

.btn-my-ticket {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.show-ticket-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  border-bottom: 1px rgba(170, 170, 170, 0.3333333333) solid;
  padding: 10px 5px;
}

.qrcode-box {
  display: grid;
  justify-content: center;
  margin: 40px auto;
}

.toggleCode {
  padding: 10px 15px;
  border: solid 1px #ec5600;
  border-radius: 10px;
}

.ticket-bottom-info {
  display: none;
  font-size: 18px !important;
}

.show-redeem-info {
  display: none;
}

.continue-order {
  background-color: #fff;
  border-radius: 20px;
  color: #696969;
  padding: 10px;
  font-size: 1em;
  font-weight: 700;
  display: none;
  position: fixed;
  width: 70px;
  top: 15px;
  right: 10px;
  z-index: 10;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: 2px 5px 9px rgba(0, 0, 0, 0.3);
}
.continue-order.active {
  display: grid;
}
.continue-order .items-number {
  right: 10px;
  top: 5px;
}

.pl-55 {
  padding-left: 55px !important;
}

.form-check-input:checked {
  background-color: #fdb10d;
  border-color: #fdb10d;
}

.cart-box.scroll-box {
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 200px;
}

.border-orange {
  border: solid 1px #ec5600;
}

.border-radius-5 {
  border-radius: 5px;
}

.user-pickup-date {
  width: calc(100% - 200px);
}

.user-pickup-hour, .user-pickup-minute {
  width: calc(50% - 80px);
}

.timer-box {
  position: fixed;
  top: 16px;
  left: 61px;
  z-index: 1000;
  display: none;
}
.timer-box .timer-text {
  font-size: 20px;
  color: #e4cea3;
  display: none;
}

.store-info-box {
  padding: 5px;
  z-index: 1000;
  color: #fff;
  max-width: 85px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.store-info-box .store-info-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#display-pickup-time, #display-table-number {
  display: none;
}
#display-pickup-time.active, #display-table-number.active {
  display: block;
}

#order-button {
  position: relative;
}

#home-main-items {
  overflow-x: hidden;
  background-color: #eaeaea;
}

.btn-outline-warning {
  --bs-btn-color: #F25600!important;
  --bs-btn-border-color: #F25600!important;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F25600!important;
  --bs-btn-hover-border-color: #F25600!important;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #F25600!important;
  --bs-btn-active-border-color: #F25600!important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #F25600!important;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F25600!important;
  --bs-gradient: none;
}

.happyCode .form-control {
  border: solid 1px #ec5600 !important;
}

.checkout.disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

.deleteBtn {
  color: red;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.cart-box .item {
  position: relative;
}

.alpha:not(.exclude) {
  pointer-events: none !important;
}
.alpha {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5 !important;
}

.version-box {
  position: fixed;
  top: 10px;
  left: 10px;
  font-size: 12px;
  opacity: 0.5;
  color: #fff;
}

#display-pickup-time:not(.exclude) {
  font-family: arial;
  font-weight: 500;
  font-size: 1.1em;
  color: #996d27;
}

.no-default ~ .btn-set-custom {
  display: none;
}

#barcode-order {
  display: none;
}

.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 300px;
  height: 300px;
  margin-left: calc(50% - 150px);
}

.red-dot {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.red-dot:after {
  content: "●";
  display: block;
  position: absolute;
  top: -25px;
  left: -5px;
  color: #f00;
}

.get-points-number {
  font-size: 21px;
  margin-top: -7px;
}

.index-icon-btn img {
  width: 58px;
}

.index-bg {
  background-color: #000;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 499px) {
  .index-bg {
    height: calc(100vh - 140px);
  }
}

.index-hand {
  width: 50%;
  height: 240px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../img/index-hand.png);
  position: fixed;
  top: 65px;
  right: 0;
  z-index: 1000;
  transform: translateX(100%);
  animation: hand-ani 1 1.5s forwards;
}
@media (max-width: 499px) {
  .index-hand {
    max-height: 200px;
  }
}

@keyframes hand-ani {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
#login-btn {
  background-color: #222;
  color: #fff;
  padding: 20px;
  border: unset;
}

.memo-textarea {
  height: 100px;
  width: 100%;
  background-color: #fff;
  border: unset;
  border-radius: 10px;
}

.control-box.close .fa-chevron-left {
  color: #222;
}

#customSingle {
  background-color: #eaeaea;
}
#customSingle .pop-content {
  background-color: unset;
}
#customSingle .pop-content {
  margin: 0;
  padding: 0;
}
#customSingle #taste-box {
  padding: 20px;
  padding-bottom: 200px;
}
#customSingle .up-tool-bar {
  height: 50px;
  background-color: #222;
}
#customSingle .close {
  position: relative;
  top: unset;
  right: unset;
  padding: 5px;
}
#customSingle .title {
  margin-top: 20px;
}

.memo-title {
  font-weight: 700;
}

.wixtar-logo-box {
  width: 20%;
  margin-left: -15px;
}
.wixtar-logo-box img {
  width: 100%;
}

.border-right-white {
  display: block;
  width: 1px;
  height: 30px;
  background-color: #fff;
  margin-left: -10px;
  margin-right: -10px;
}

.color-mad {
  color: #aaa691;
}

.color-white {
  color: #fff;
}

.info-icon {
  width: 17px;
  height: 17px;
  margin: auto;
  display: none;
}
.info-icon.active {
  display: block;
}

.store-info-block {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  width: 90%;
  max-width: 450px;
  margin: auto 20px;
  min-height: 200px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
.store-info-block .btn-orange {
  width: 100px;
  margin: auto;
}

#store-info, #product-info {
  background-color: unset !important;
}

.taste-option-img {
  width: calc(100% - 8px) !important;
  height: unset !important;
  aspect-ratio: 1.4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin: 4px;
}
.taste-option-img .minus-btn {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  border: solid 1px #000;
  z-index: 1;
  display: none;
}
.taste-option-img .minus-btn.active {
  display: flex;
  color: #222;
}
.taste-option-img .fake-checkbox {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 5px;
  right: 5px;
  border: solid 1px #ccc;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.taste-option-img .fake-checkbox.active {
  background-color: #ec5600;
  color: #fff;
}
.taste-option-img .fake-checkbox.active:after {
  content: "✓";
  display: block;
  position: absolute;
  top: -7px;
  left: 1px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 900;
}
.taste-option-img .fake-checkbox.active-checkbox {
  background-color: #ec5600;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
}
.taste-option-img .fake-checkbox.active-checkbox:after {
  content: "";
  display: none;
}

.btn-radio .fake-checkbox {
  border-radius: 50%;
}

.step-box {
  display: flex;
  flex-direction: row;
  gap: 5px;
  width: 100%;
  overflow-x: auto;
}
.step-box .step-unit {
  width: 65px;
  min-width: 65px;
  height: 120px;
  display: grid;
  grid-template-rows: 50px 1fr;
  color: #cccccc;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  align-items: flex-start;
  justify-content: center;
  pointer-events: none;
}
.step-box .step-unit .step-number {
  font-size: 20px;
  border-radius: 50%;
  border: solid 3px #cccccc;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  position: relative;
}
.step-box .step-unit .step-number:after {
  content: "";
  display: block;
  background-color: #cccccc;
  width: 71%;
  height: 3px;
  position: absolute;
  top: 14px;
  right: -100%;
}
.step-box .step-unit .step-title {
  font-size: 16px;
  white-space: normal; /* 允許換行 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; /* 使用 flexbox 來限制行數 */
  -webkit-line-clamp: 2; /* 限制顯示兩行 */
  -webkit-box-orient: vertical; /* 垂直排列 */
  color: #999999;
}
.step-box .step-unit.passed:not(.active) {
  color: #999999;
  pointer-events: auto;
}
.step-box .step-unit.passed:not(.active) .step-number {
  background-color: #ccc;
  color: #d71818;
}
.step-box .step-unit.active {
  color: #fff !important;
  pointer-events: auto;
}
.step-box .step-unit.active .step-number {
  color: #fff !important;
  border: solid 3px #d71818;
  background-color: #d71818;
}
.step-box .step-unit.active .step-title {
  color: #d71818;
}
.step-box > div:last-child .step-number:after {
  display: none;
}

.end-line {
  width: 100%;
  height: 1px;
  background-color: #cacaca;
  display: block;
  position: relative;
}
.end-line .end-line-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: 0;
  color: #cacaca;
  background-color: #eaeaea;
  padding: 10px;
  text-align: center;
  width: 50px;
}

.taste-type-box {
  display: none;
}
.taste-type-box.active {
  display: block;
}

.more-info {
  color: #999999;
  font-size: 16px;
  overflow: hidden;
  height: 3em;
}

.more-info-icon {
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #999999;
  font-size: 16px;
  cursor: pointer;
  border: solid 1px #ccc;
}

.taste-title-box-right {
  position: relative;
  padding: 5px;
}

.clear-all-option {
  color: #999999;
  font-size: 14px;
  cursor: pointer;
  border: solid 1px #ccc;
  padding: 5px 15px;
  border-radius: 15px;
  background-color: #fff;
}
.clear-all-option:hover {
  background-color: #f0f0f0;
}

.callback {
  white-space: nowrap;
}

.version-box {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1;
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
}

.ai-recommend-box {
  background-color: #fff4ce;
  color: #b97633;
  margin-top: 20px;
}
.ai-recommend-box .ai-recommend-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
}
.ai-recommend-box .ai-recommend-item-box {
  width: 100vw;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  gap: 10px;
}
.ai-recommend-box .ai-recommend-item-box .ai-recommend-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  height: 150px;
}
.ai-recommend-box .ai-recommend-item-box .ai-recommend-item .ai-recommend-item-title {
  font-size: 14px;
  font-weight: 700;
  color: #545454;
}
.ai-recommend-box .ai-recommend-item-box .ai-recommend-item .ai-recommend-item-price {
  font-size: 14px;
  font-weight: 700;
  color: #b97633;
}
.ai-recommend-box .ai-recommend-item-box .ai-recommend-item-img {
  width: 120px;
  height: 85px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ai-recommend-box .ai-recommend-item-box .ai-recommend-item-img .add-to-cart-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #fff;
  font-weight: 700;
  color: #545454;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.small-box-content {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 10px;
  width: 90%;
  max-width: 450px;
  margin: auto;
  min-height: 200px;
  max-height: 80vh;
  overflow-y: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.small-box-content .small-box-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.small-box-content .small-box-content-inner .title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}/*# sourceMappingURL=style.css.map */