.img-thumbnail {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
}
.img-angle-down {
  width: 16px;
  height: 8px;
  background-image: url('./../img/common/angle-down.webp');
  background-position: left top;
  background-size: 16px 8px;
  background-repeat: no-repeat;
}
.btn-coupon-rm {
  display: inline-block;
  display: -webkit-inline-block;
  width: 36px;
  height: 36px;
  background-image: url('./../img/common/trash-36.webp');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.form-custom .phone-group {
  margin: 30px 0;
}
.form-custom .phone-group>div {
  display: inline-block;
  display: -webkit-inline-block;
  position: relative;
}
.form-custom .phone-group>div:first-child {
  width: 120px;
  width: calc(50% - 7.5px);
}
.form-custom .phone-group>div:first-child input {
  text-align: center;
}
.form-custom .phone-group>div:nth-child(2) {
  margin-left: 10px;
  width: calc(100% - 130px);
  width: calc(50% - 7.5px);
}
.form-custom .phone-group .input {
  margin: 0;
}
.form-custom .flex-group {
  display: flex;
  display: -webkit-flex;
  margin: 30px 0;
}
.form-custom .flex-group>div {
  flex: 1;
  -webkit-flex: 1;
}
.form-custom .flex-group>div:nth-child(n+2) {
  margin-left: 10px;
}
.form-custom .flex-group .input {
  margin: 0;
}
.form-custom .flex-group.phone-group>div:first-child {
  flex: none;
  -webkit-flex: none;
  flex: 1;
}
.form-custom .flex-group .btn-custom {
  flex: none;
  -webkit-flex: none;
  line-height: 1;
}
.form-custom .input {
  position: relative;
  margin: 30px 0;
  text-align: left;
  vertical-align: middle;
}
.form-custom .input .value {
  position: absolute;
  padding: 24px 17px 8px;
  top: 0;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.04em;
  pointer-events: none;
}
.form-custom .input+.input-file {
  margin-top: -20px;
  margin-bottom: 20px;
}
.form-custom .input .input-remarks {
  display: block;
  margin-top: 6px;
  color: #A29595;
  font-size: 14px;
}
.form-custom .input .bootstrap-tagsinput {
  padding: 24px 16px 8px;
  width: 100%;
  border-color: #56413E;
}
.form-custom .input .bootstrap-tagsinput input {
  padding: 0;
  width: auto;
  border: none;
}
.form-custom .input .bootstrap-tagsinput .label-info {
  color: #56413E;
  background: #d0caca;
}
.form-custom select {
  padding: 16px 14px;
  padding-right: 40px;
  width: 100%;
  color: #56413E;
  font-size: 18px;
  letter-spacing: 0.04em;
  background-image: url('./../img/common/tri-down.svg');
  background-position: calc(100% - 18px) center;
  background-size: 18px 14px;
  background-repeat: no-repeat;
  border: #56413E 1px solid;
  box-shadow: none;
  border-radius: 5px;
  transition: 100ms;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-custom select[name=country_code] {
  padding: 14px;
}
.form-custom select.small-label-input {
  padding-top: 24px;
  padding-bottom: 8px;
  line-height: 1;
}
.form-custom select.small-label-input+.small-label {
  top: 10px;
  font-size: 12px;
  opacity: 1;
}
.form-custom select+.small-label {
  position: absolute;
  left: 14px;
  top: 16px;
  color: #A29595;
  font-size: 18px;
  line-height: 1;
  transition: 100ms;
  opacity: .5;
  pointer-events: none;
}
.form-custom select option[disabled] {
  color: #A29595;
}
.form-custom input::-webkit-outer-spin-button,
.form-custom input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-custom input[type=text],
.form-custom input[type=password],
.form-custom input[type=email],
.form-custom input[type=tel],
.form-custom input[type=url],
.form-custom input[type=number] {
  padding: 16px;
  width: 100%;
  color: #56413E;
  font-size: 18px;
  line-height: 1;
  border: #56413E 1px solid;
  box-shadow: none;
  border-radius: 5px;
  transition: 100ms;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.form-custom input[type=text].small-label-input,
.form-custom input[type=password].small-label-input,
.form-custom input[type=email].small-label-input,
.form-custom input[type=tel].small-label-input,
.form-custom input[type=url].small-label-input,
.form-custom input[type=number].small-label-input {
  padding-top: 24px;
  padding-bottom: 8px;
  line-height: 1;
}
.form-custom input[type=text].small-label-input.active+.small-label,
.form-custom input[type=text].small-label-input.active+.bootstrap-datetimepicker-widget+.small-label,
.form-custom input[type=text].small-label-input.active-force+.small-label,
.form-custom input[type=text].small-label-input.active-force+.bootstrap-datetimepicker-widget+.small-label,
.form-custom input[type=text].small-label-input:focus+.small-label,
.form-custom input[type=text].small-label-input:focus+.bootstrap-datetimepicker-widget+.small-label,
.form-custom input[type=text].small-label-input:active+.small-label,
.form-custom input[type=text].small-label-input:active+.bootstrap-datetimepicker-widget+.small-label,
.form-custom input[type=password].small-label-input.active+.small-label,
.form-custom input[type=password].small-label-input.active+.bootstrap-datetimepicker-widget+.small-label,
.form-custom input[type=password].small-label-input.active-force+.small-label,
.form-custom input[type=password].small-label-input.active-force+.bootstrap-datetimepicker-widget+.small-label,
.form-custom input[type=password].small-label-input:focus+.small-label,
.form-custom input[type=password].small-label-input:focus+.bootstrap-datetimepicker-widget+.small-label,
.form-custom input[type=password].small-label-input:active+.small-label,
.form-custom input[type=password].small-label-input:active+.bootstrap-datetimepicker-widget+.small-label,
.form-custom input[type=email].small-label-input.active+.small-label,
.form-custom input[type=email].small-label-input.active+.bootstrap-datetimepicker-widget+.small-label,
.form-custom input[type=email].small-label-input.active-force+.small-label,
.form-custom input[type=email].small-label-input.active-force+.bootstrap-datetimepicker-widget+.small-label,
.form-custom input[type=email].small-label-input:focus+.small-label,
.form-custom input[type=email].small-label-input:focus+.bootstrap-datetimepicker-widget+.small-label,
.form-custom input[type=email].small-label-input:active+.small-label,
.form-custom input[type=email].small-label-input:active+.bootstrap-datetimepicker-widget+.small-label,
.form-custom input[type=tel].small-label-input.active+.small-label,
.form-custom input[type=tel].small-label-input.active+.bootstrap-datetimepicker-widget+.small-label,
.form-custom input[type=tel].small-label-input.active-force+.small-label,
.form-custom input[type=tel].small-label-input.active-force+.bootstrap-datetimepicker-widget+.small-label,
.form-custom input[type=tel].small-label-input:focus+.small-label,
.form-custom input[type=tel].small-label-input:focus+.bootstrap-datetimepicker-widget+.small-label,
.form-custom input[type=tel].small-label-input:active+.small-label,
.form-custom input[type=tel].small-label-input:active+.bootstrap-datetimepicker-widget+.small-label,
.form-custom input[type=url].small-label-input.active+.small-label,
.form-custom input[type=url].small-label-input.active+.bootstrap-datetimepicker-widget+.small-label,
.form-custom input[type=url].small-label-input.active-force+.small-label,
.form-custom input[type=url].small-label-input.active-force+.bootstrap-datetimepicker-widget+.small-label,
.form-custom input[type=url].small-label-input:focus+.small-label,
.form-custom input[type=url].small-label-input:focus+.bootstrap-datetimepicker-widget+.small-label,
.form-custom input[type=url].small-label-input:active+.small-label,
.form-custom input[type=url].small-label-input:active+.bootstrap-datetimepicker-widget+.small-label,
.form-custom input[type=number].small-label-input.active+.small-label,
.form-custom input[type=number].small-label-input.active+.bootstrap-datetimepicker-widget+.small-label,
.form-custom input[type=number].small-label-input.active-force+.small-label,
.form-custom input[type=number].small-label-input.active-force+.bootstrap-datetimepicker-widget+.small-label,
.form-custom input[type=number].small-label-input:focus+.small-label,
.form-custom input[type=number].small-label-input:focus+.bootstrap-datetimepicker-widget+.small-label,
.form-custom input[type=number].small-label-input:active+.small-label,
.form-custom input[type=number].small-label-input:active+.bootstrap-datetimepicker-widget+.small-label {
  top: 10px;
  color: #56413E;
  font-size: 12px;
  opacity: 1;
  transform: none;
}
.form-custom input[type=text][readonly],
.form-custom input[type=password][readonly],
.form-custom input[type=email][readonly],
.form-custom input[type=tel][readonly],
.form-custom input[type=url][readonly],
.form-custom input[type=number][readonly] {
  background: rgba(244,239,239,0.6);
  pointer-events: none;
}
.form-custom input.password-mask[type=password] {
  padding-left: 16px;
  padding-right: 48px;
  background-image: url('./../img/common/eye-off.svg');
  background-position: calc(100% - 14px) center;
  background-size: 24px auto;
  background-repeat: no-repeat;
}
.form-custom input.password-mask[type=text] {
  padding-left: 16px;
  padding-right: 48px;
  background-image: url('./../img/common/eye-on.svg');
  background-position: calc(100% - 14px) center;
  background-size: 24px auto;
  background-repeat: no-repeat;
}
.form-custom input.password-mask+*+.btn-password-mask {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 48px;
  cursor: pointer;
}
.form-custom input+.small-label,
.form-custom input+.bootstrap-datetimepicker-widget+.small-label {
  position: absolute;
  left: 14px;
  top: 18.5px;
  color: #A29595;
  font-size: 18px;
  line-height: 1;
  opacity: .5;
  transition: 100ms;
  pointer-events: none;
}
.form-custom input[name=delivery_date] {
  background-color: transparent !important;
  background-image: url(./../img/common/tri-down.svg) !important;
  background-position: calc(100% - 18px) center !important;
  background-size: 18px 14px !important;
  background-repeat: no-repeat !important;
  pointer-events: auto !important;
  cursor: pointer;
}
.form-custom input[name=delivery_date].active2 {
  background-image: url(./../img/common/tri-up.webp) !important;
}
.form-custom textarea {
  padding: 16px;
  width: 100%;
  height: 180px;
  color: #56413E;
  font-size: 18px;
  line-height: 1;
  border: #56413E 1px solid;
  box-shadow: none;
  border-radius: 5px;
  transition: 100ms;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  resize: none;
}
.form-custom textarea.small-label-input {
  padding-top: 24px;
  padding-bottom: 8px;
  line-height: 1;
}
.form-custom textarea.small-label-input.active+.small-label {
  padding-top: 9px;
  color: #56413E;
  font-size: 12px;
  opacity: 1;
}
.form-custom textarea.small-label-input:focus+.small-label,
.form-custom textarea.small-label-input:active+.small-label {
  border-top: #56413E 1px solid;
  padding-top: 8px;
  color: #56413E;
  font-size: 12px;
  opacity: 1;
}
.form-custom textarea+.small-label {
  position: absolute;
  left: 14px;
  right: 20px;
  top: 1px;
  padding-top: 17.5px;
  padding-bottom: 4px;
  color: #A29595;
  background: #FFFFFF;
  font-size: 18px;
  line-height: 1;
  opacity: .5;
  transition: 100ms;
  pointer-events: none;
}
.form-custom .remarks-group {
  margin: 30px 0;
}
.form-custom .remarks-group>.remarks {
  display: inline-block;
  display: -webkit-inline-block;
  position: relative;
  margin: 0;
  padding: 0 22px;
}
.form-custom .remarks-group>.remarks:nth-child(n+2):after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #56413E;
  transform: translateX(-50%);
}
.form-custom .remarks {
  color: #56413E;
  font-size: 16px;
  letter-spacing: normal;
}
.form-custom .remarks.remarks-lg {
  font-size: 18px;
}
.checkbox-group {
  display: inline-block;
  display: -webkit-inline-block;
  position: relative;
  padding: 0px 26px;
  cursor: pointer;
}
.checkbox-group input[type=checkbox],
.checkbox-group input[type=radio] {
  position: absolute;
  margin-top: 0;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border: #56413E 1px solid;
  outline: none !important;
  transition: 100ms;
  appearance: none;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-group input[type=checkbox]:after,
.checkbox-group input[type=radio]:after {
  content: '';
  position: absolute;
  left: 4.5px;
  top: 0px;
  width: 4px;
  height: 9.5px;
  transform: rotateY(40deg) rotateZ(50deg);
  border-bottom: #FFFFFF 1px solid;
  border-right: #FFFFFF 1px solid;
  transition: 100ms;
}
.checkbox-group input[type=checkbox]:checked,
.checkbox-group input[type=radio]:checked {
  background: #56413E;
}
.checkbox-group input[type=checkbox]:checked:after,
.checkbox-group input[type=radio]:checked:after {
  border-bottom-color: #FFFFFF;
  border-right-color: #FFFFFF;
}
.checkbox-group input[type=checkbox]:disabled,
.checkbox-group input[type=radio]:disabled {
  border-color: #A29595 !important;
  pointer-events: none;
}
.checkbox-group input[type=checkbox]:disabled:after,
.checkbox-group input[type=radio]:disabled:after {
  border-bottom: none !important;
  left: 50% !important;
  top: 0% !important;
  width: 0 !important;
  height: 100% !important;
  border-right: #A29595 1px solid !important;
  transform: translateX(-50%) rotate(45deg) !important;
}
.checkbox-group input[type=checkbox] {
  border-radius: 2px;
}
.checkbox-group input[type=radio] {
  border-radius: 50%;
}
.checkbox-group span {
  margin: 0;
  padding-left: 0px;
  font-size: 16px;
  letter-spacing: normal;
  vertical-align: middle;
}
.checkbox-group+.clear+.checkbox-group {
  margin-top: 14px;
}
.checkbox-group.size-lg {
  padding: 0px 0px 0px 40px;
  min-height: 24px;
}
.checkbox-group.size-lg input[type=checkbox],
.checkbox-group.size-lg input[type=radio] {
  top: 0;
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.checkbox-group.size-lg input[type=checkbox]:after,
.checkbox-group.size-lg input[type=radio]:after {
  left: 8.5px;
  top: 2px;
  width: 7px;
  height: 14.5px;
  transform: rotateY(20deg) rotateZ(45deg);
  border-bottom: #FFFFFF 2px solid;
  border-right: #FFFFFF 2px solid;
}
.checkbox-group.size-lg span {
  color: #56413E;
  font-size: 24px;
}
.checkbox-group.size-lg span.sub {
  color: #A29595;
  font-size: 18px;
}
.checkbox-group.size-lg.show-flex {
  display: flex;
  display: -webkit-flex;
  gap: 25px;
  padding: 0;
  align-items: center;
}
.checkbox-group.size-lg.show-flex input {
  position: relative;
}
.checkbox-group.circle input[type=checkbox],
.checkbox-group.circle input[type=radio] {
  border-radius: 50%;
}
.deposit-price-div {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 30px;
}
.deposit-price-div h3 {
  width: 100%;
}
.deposit-price-div .deposit-price {
  min-width: 200px;
  white-space: nowrap;
  line-height: 68px;
}
.deposit-price-div .form-custom {
  flex: 1;
  -webkit-flex: 1;
}
.deposit-price-div .item-grid {
  margin: 0;
}
@media (max-width: 767px) {
  .checkbox-group.size-lg {
    padding: 0 0 0 24px;
  }
  .form-custom input+.small-label {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .form-custom .phone-group {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .form-custom .phone-group>div:first-child {
    width: 80px;
    width: 100%;
    flex: none !important;
  }
  .form-custom .phone-group>div:nth-child(2) {
    width: calc(100% - 90px);
    width: 100%;
    margin: 30px 0 0;
  }
  .form-custom .phone-group>div.btn-request {
    margin: 30px 0 0;
    width: 100%;
  }
  .form-custom input+.small-label {
    right: 14px;
    letter-spacing: -0.3px;
  }
  .form-custom input.password-mask[type=password] {
    background-size: 16px auto;
  }
  .form-custom select {
    background-position: calc(100% - 15px) center;
    background-size: 12px auto;
  }
  .form-custom .input-remarks {
    font-size: 12px;
  }
  .form-custom .flex-group.datetime-group {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 30px;
  }
  .form-custom .flex-group.datetime-group>div {
    flex: auto;
    width: 100%;
    margin: 0;
  }
}
.popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
}
.popup .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
  background: rgba(0,0,0,0.8);
}
.popup .popup-content-div {
  position: absolute;
  padding: 60px;
  padding: 20px 60px 60px;
  left: 50%;
  top: calc(50% + 56.4px);
  width: 800px;
  max-height: calc(100vh - 112.8px - 40px);
  text-align: center;
  background: #FFFFFF;
  border-radius: 10px;
  transform: translate(-50%,-50%);
  z-index: 9;
}
.popup .container {
  position: relative;
}
.popup .popup-title {
  padding: 20px 0;
  color: #270606;
  font-family: 'Noto Sans', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.popup .popup-title.popup-title-lg {
  font-size: 21px;
}
.popup .popup-content {
  position: relative;
  max-height: calc(100vh - 92px - 120px - 112.8px);
  max-height: calc(100vh - 92px - 112.8px);
  margin: 0 -60px;
  padding: 0 60px;
  overflow: auto;
}
.popup a,
.popup span {
  color: #56413E;
  font-size: 14px;
  letter-spacing: normal;
}
.popup a {
  color: #E3AB3D;
}
.popup .btn-close {
  position: absolute;
  right: 30px;
  top: 14px;
  width: 40px;
  height: 40px;
  z-index: 2;
  background-image: url('./../img/common/popup-close.webp');
  background-position: center center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
#Popup_SignIn .logo,
#Popup_SignInAsGuest .logo {
  margin-bottom: 20px;
}
#Popup_SignIn .logo img,
#Popup_SignInAsGuest .logo img {
  display: inline-block;
  display: -webkit-inline-block;
  width: 220px;
  height: 120px;
}
#Popup_SignIn .remarks-group,
#Popup_SignInAsGuest .remarks-group {
  margin: 30px 0 50px;
}
#Popup_SignIn .btn-continue,
#Popup_SignInAsGuest .btn-continue {
  cursor: pointer;
}
.or-bar {
  position: relative;
  margin-top: 20px;
  padding: 10px;
  font-size: 14px;
  letter-spacing: normal;
  background: #FFFFFF;
}
.or-bar:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #BAA7A3;
  transform: translateY(-50%);
  opacity: .5;
  z-index: 0;
}
.or-bar span {
  position: relative;
  padding: 10px;
  font-size: 14px;
  letter-spacing: normal;
  background: #FFFFFF;
  z-index: 1;
}
#Popup_Forgot .logo {
  margin-bottom: 20px;
}
#Popup_Forgot .logo img {
  display: inline-block;
  display: -webkit-inline-block;
  width: 220px;
  height: 120px;
}
#Popup_SignIn .btn-submit,
#Popup_SignInAsGuest .btn-submit,
#Popup_Regist .btn-submit,
#Popup_Forgot .btn-submit {
  margin-top: 10px;
}
#Popup_SignIn .btn-back,
#Popup_SignInAsGuest .btn-back,
#Popup_Regist .btn-back,
#Popup_Forgot .btn-back {
  margin-top: 40px;
}
#Popup_RestDetail .popup-content-div {
  padding: 0;
  width: 440px;
  text-align: left;
}
#Popup_RestDetail .popup-content-div .popup-content {
  margin: 0;
  padding: 0;
  border-radius: 10px;
}
#Popup_RestDetail .popup-content-div .content-div {
  padding: 15px 10px 10px;
}
#Popup_RestDetail .popup-content-div .title {
  margin-bottom: 10.5px;
  color: #270606;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0.04em;
}
#Popup_RestDetail .popup-content-div hr {
  margin: 10px 0;
}
#Popup_RestDetail .popup-content-div .location {
  margin-top: 10px;
}
#Popup_RestDetail .popup-content-div .location,
#Popup_RestDetail .popup-content-div .opening,
#Popup_RestDetail .popup-content-div .phone,
#Popup_RestDetail .popup-content-div .wtsapp,
#Popup_RestDetail .popup-content-div .social {
  margin-bottom: 10px;
  padding-left: 24px;
  color: #56413E;
  font-size: 14px;
  letter-spacing: normal;
  background-position: left-center;
  background-size: auto 18px;
  background-repeat: no-repeat;
}
#Popup_RestDetail .popup-content-div .contact {
  display: flex;
  display: -webkit-flex;
}
#Popup_RestDetail .popup-content-div .contact>div {
  flex: 1;
  -webkit-flex: 1;
}
#Popup_RestDetail .popup-content-div .location {
  background-image: url('./../img/common/location.svg');
}
#Popup_RestDetail .popup-content-div .opening {
  background-image: url('./../img/common/opening.svg');
}
#Popup_RestDetail .popup-content-div .phone {
  background-image: url('./../img/common/phone.svg');
}
#Popup_RestDetail .popup-content-div .wtsapp {
  background-image: url('./../img/common/whatsapp.svg');
}
#Popup_RestDetail .popup-content-div .social {
  display: flex;
  display: -webkit-flex;
  padding: 0;
}
#Popup_RestDetail .popup-content-div .social>* {
  flex: 1;
  -webkit-flex: 1;
  padding-left: 24px;
  color: #56413E;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
#Popup_RestDetail .popup-content-div .tags {
  padding-left: 24px;
  max-height: 60px;
  overflow: hidden;
  background-image: url('./../img/common/menu.svg');
  background-position: left top;
  background-size: auto 18px;
  background-repeat: no-repeat;
}
#Popup_RestDetail .popup-content-div .tag {
  display: inline-block;
  display: -webkit-inline-block;
  margin-right: 6px;
  margin-bottom: 9px;
  padding: 4px 10px;
  color: #270606;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: normal;
  border: #270606 1px solid;
  border-radius: 5px;
  white-space: nowrap;
}
#Popup_RestDetail .popup-content-div .tag:last-child {
  margin-right: 0;
}
#Popup_RestDetail .popup-content-div a {
  display: inline-block;
  display: -webkit-inline-block;
}
#Popup_RestDetail .popup-content-div .btn-custom-group {
  display: flex;
  display: -webkit-flex;
  gap: 28px;
  margin-top: 40px;
}
#Popup_RestDetail .popup-content-div .btn-custom-group>* {
  flex: 1;
  -webkit-flex: 1;
  margin: 0;
  text-align: center;
}
#Popup_RestDetail .popup-content-div .btn-custom-group>*>* {
  vertical-align: middle;
}
#Popup_RestDetail .popup-content-div .btn-custom-group>* span {
  margin-left: 14px;
}
#Popup_SpecialOffer .popup-content {
  margin-top: 40px;
}
#Popup_Address form {
  margin-top: 40px;
}
#Popup_DeliveryMethod .popup-content-div {
  text-align: left;
}
#Popup_DeliveryMethod .popup-title {
  text-align: left;
  text-transform: none;
}
#Popup_DeliveryMethod .btn-submit {
  margin-top: 60px;
}
#Popup_PromoPromo .popup-content-div {
  padding: 45px 30px 30px;
}
#Popup_PromoPromo .title {
  margin-bottom: 30px;
  color: #270606;
  font-size: 18px;
}
#Popup_PromoPromo .content {
  margin: 30px 0;
  color: #A29595;
  font-size: 16px;
}
#Popup_PromoPromo .btn-custom {
  margin-top: 30px;
  border-radius: 30px;
  font-size: 16px;
  padding: 12px 20px;
}
#Popup_Inform .popup-title {
  font-size: 28px;
}
#Popup_Inform .tab-div {
  display: flex;
  display: -webkit-flex;
  border-bottom: #BAA7A3 1px solid;
}
#Popup_Inform .tab-div .tab-title {
  flex: 1;
  -webkit-flex: 1;
  padding: 10px 0;
  font-size: 24px;
  line-height: 1;
  border-bottom: #FFFFFF 4px solid;
  cursor: pointer;
  transition: 300ms;
}
#Popup_Inform .tab-div .tab-title.active {
  border-color: #E3AB3D;
}
#Popup_Inform .tab-content {
  display: none;
}
#Popup_Inform .tab-content.active {
  display: block;
}
#Popup_Inform .tab-content .social-div {
  display: inline-flex;
  display: -webkit-inline-flex;
  gap: 60px;
  margin-top: 30px;
  padding: 60px 0;
}
#Popup_Inform .tab-content .social-div img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .popup .popup-content-div {
    top: calc(50% + 40.4px);
    max-width: 100%;
    max-height: calc(100vh - 80.8px);
  }
  .popup .popup-content {
    max-height: calc(100vh - 32px - 120px - 80.8px);
  }
}
@media (max-width: 767px) {
  .popup .popup-content-div {
    padding: 30px;
    top: calc(50% + 21px);
    max-width: 100%;
    max-height: calc(100vh - 42px);
  }
  .popup .popup-content {
    max-height: calc(100vh - 32px - 65px - 42px);
  }
  #Popup_RestDetail .popup-content-div .btn-custom-group {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 15px;
    flex-flow: column;
    align-items: center;
  }
  #Popup_RestDetail .popup-content-div .btn-custom-group>* {
    flex: auto;
    -webkit-flex: auto;
    width: 100%;
    max-width: 320px;
  }
}
@media (max-width: 575px) {
  .popup {
    z-index: 11;
  }
  .popup .btn-close {
    right: 15px;
    top: 15px;
    width: 24px;
    height: 24px;
    background-size: contain;
  }
  .popup .popup-content-div {
    top: calc(50% + 18px);
    top: calc(50%);
    max-width: 100%;
    max-height: calc(100vh - 36px);
    padding: 15px;
  }
  .popup .popup-content {
    max-height: calc(100vh - 32px - 65px - 36px);
  }
  #Popup_Address .btn-submit {
    padding: 4px 12px;
    font-size: 14px;
  }
  #Popup_Address .btn-submit .small-label,
  #Popup_Address .btn-submit select {
    font-size: 14px;
    line-height: 18px;
  }
  #Popup_RestDetail .popup-content-div .tags,
  #Popup_RestDetail .popup-content-div .social>a,
  #Popup_RestDetail .popup-content-div .location,
  #Popup_RestDetail .popup-content-div .opening,
  #Popup_RestDetail .popup-content-div .phone,
  #Popup_RestDetail .popup-content-div .wtsapp {
    background-size: auto 16px;
    padding-left: 20px;
    margin: 15px 0;
    font-size: 14px;
  }
  #Popup_RestDetail .popup-content-div .tags span,
  #Popup_RestDetail .popup-content-div .social>a span,
  #Popup_RestDetail .popup-content-div .location span,
  #Popup_RestDetail .popup-content-div .opening span,
  #Popup_RestDetail .popup-content-div .phone span,
  #Popup_RestDetail .popup-content-div .wtsapp span {
    font-size: 14px;
  }
  #Popup_RestDetail .popup-content-div .tags a,
  #Popup_RestDetail .popup-content-div .social>a a,
  #Popup_RestDetail .popup-content-div .location a,
  #Popup_RestDetail .popup-content-div .opening a,
  #Popup_RestDetail .popup-content-div .phone a,
  #Popup_RestDetail .popup-content-div .wtsapp a {
    font-size: 14px;
  }
  #Popup_RestDetail .popup-content-div .contact,
  #Popup_RestDetail .popup-content-div .social {
    margin: 15px 0;
    padding: 0;
  }
  #Popup_RestDetail .popup-content-div .contact>a,
  #Popup_RestDetail .popup-content-div .social>a {
    margin: 0;
  }
  #Popup_RestDetail .popup-content-div .tags {
    max-height: none;
  }
  #Popup_RestDetail .popup-content-div .tag {
    padding: 2px 8px;
    font-size: 12px;
  }
  #Popup_RestDetail .popup-content-div .phone {
    margin: 0;
  }
  #Popup_RestDetail .popup-content-div .content-div {
    padding: 15px;
  }
  #Popup_RestDetail .popup-content-div .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  #Popup_RestDetail .popup-content-div hr {
    margin: 15px 0;
  }
}
.section-page {
  padding: 30px 0px 30px;
  text-align: center;
}
.section-page h1 {
  position: relative;
  margin: 0 0 20px;
  padding: 0;
}
.section-page h1:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 60px;
  height: 4px;
  background: #E3AB3D;
  transform: translateX(-50%);
}
.section-page .section-desc {
  margin: 35px auto 0;
  padding: 0 15px;
  max-width: 630px;
}
.section-page.section-news {
  padding: 320px 0 180px;
  padding: 200px 0 30px;
}
.section-homepage-promotion {
  margin-bottom: -150px;
}
.section-homepage-promotion .promotion-homepage {
  padding: 80px 180px;
  background: #E0D6D5;
  border-radius: 20px;
}
.section-homepage-promotion .promotion-homepage .swiper-wrapper {
  z-index: -1 !important;
}
.section-homepage-promotion .image-div {
  width: 55%;
}
.section-homepage-promotion .content-div {
  width: 45%;
}
.section-homepage-promotion .swiper-slide {
  opacity: 0 !important;
  pointer-events: none;
  color: #56413E;
  z-index: -1;
}
.section-homepage-promotion .swiper-slide .item-content {
  max-height: 160px;
  overflow: auto;
}
.section-homepage-promotion .swiper-slide * {
  pointer-events: none !important;
}
.section-homepage-promotion .swiper-slide-active {
  opacity: 1 !important;
  pointer-events: auto;
}
.section-homepage-promotion .swiper-slide-active * {
  pointer-events: auto !important;
}
.section-homepage-promotion .swiper-button-next,
.section-homepage-promotion .swiper-button-prev {
  margin-top: 0;
  width: 68px;
  height: 68px;
  background-image: url('./../img/common/slider-right.webp');
  background-position: center center;
  background-size: 68px auto;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  z-index: 2;
  display: block;
}
.section-homepage-promotion .swiper-button-next:after,
.section-homepage-promotion .swiper-button-prev:after {
  content: none;
}
.section-homepage-promotion .swiper-button-prev {
  transform: translateY(-50%) rotateY(180deg);
}
.section-homepage-promotion .swiper-button-next,
.section-homepage-promotion .swiper-rtl .swiper-button-prev {
  right: 50px;
}
.section-homepage-promotion .swiper-button-prev,
.section-homepage-promotion .swiper-rtl .swiper-button-next {
  left: 50px;
}
.section-homepage-promotion .swiper-button-next.swiper-button-disabled,
.section-homepage-promotion .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.section-search-result {
  background: #FFFFFF;
}
.section-search-result.section-search-result-header {
  padding: 42px 0;
}
.section-search-result.section-search-result-header .section-desc {
  color: #270606;
  font-family: 'Noto Sans', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.section-search-result.section-search-result-header .section-desc span {
  color: #E3AB3D;
}
.section-search-result h2 {
  font-family: 'Noto Sans', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
}
.section-search-result .item-grid[data-type=news] {
  margin: 60px 0 110px;
}
.section-search-result.section-product-result {
  background: none;
}
.section-search-result.section-cart-header {
  margin: 60px 0 10px;
}
.section-search-result.section-cart-header .flex {
  align-items: center;
}
.section-search-result.section-cart-header .flex h1 {
  width: 100%;
}
.section-search-result.section-cart-header .flex>* {
  white-space: nowrap;
}
.section-search-result.section-cart-header .btn-continue-shopping {
  color: #56413E;
}
.section-search-result.section-rest-list-grid {
  background: transparent;
  min-height: calc(100vh - 420px);
}
.section-search-result.section-rest-data {
  margin-bottom: 40px;
  background: transparent;
}
.section-search-result.section-rest-data .tags {
  margin-top: 20px;
}
.section-search-result.section-rest-data .tag {
  display: inline-block;
  display: -webkit-inline-block;
  margin-right: 20px;
  margin-bottom: 12px;
  padding: 4px 10px;
  color: #56413E;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: normal;
  background: rgba(186,167,163,0.4);
  border: rgba(186,167,163,0.4) 1px solid;
  border-radius: 5px;
  white-space: nowrap;
}
.section-search-result.section-rest-data .tag:last-child {
  margin-right: 0;
}
.section-about {
  padding: 0px 0 30px;
  background: #FFFFFF;
}
.section-contact {
  background: #FFFFFF;
}
.section-contact .flex {
  margin: 60px 0;
  gap: 28px;
}
.section-contact .contact-item {
  flex: 1;
  -webkit-flex: 1;
}
.section-contact .contact-item div {
  margin-top: 10px;
}
.section-contact .contact-item a {
  color: #56413E;
}
.section-contact .form-custom {
  margin: 30px 0 120px;
}
.section-career {
  padding: 30px 0 30px;
  background: #FFFFFF;
}
.section-career .table-career {
  margin-top: 45px;
  font-size: 14px;
}
.section-career .table-career thead tr th {
  padding: 10px 20px;
  text-align: center;
  color: #F4EFEF;
  background: #A29595;
  border: none;
  vertical-align: middle;
}
.section-career .table-career thead tr th:nth-child(1) {
  border-top-left-radius: 5px;
}
.section-career .table-career thead tr th:nth-child(3) {
  border-top-right-radius: 5px;
}
.section-career .table-career tbody tr td {
  padding: 20px;
  text-align: center;
}
.section-career .table-career tbody tr td:first-child {
  width: 50%;
}
.section-career .table-career tbody tr td>div>* {
  vertical-align: middle;
}
.section-career .table-career tbody tr td .btn-detail,
.section-career .table-career tbody tr td .btn-apply {
  white-space: nowrap;
  cursor: pointer;
}
.section-career .table-career tbody tr td .btn-detail.on .myic-angle-down {
  transform: rotateX(180deg);
}
.section-career .table-career tbody tr td a {
  color: #56413E;
  text-decoration: none;
}
.section-career .table-career tbody tr td a.btn-custom {
  color: #F4EFEF;
}
.section-career .table-career tbody tr.row-detail {
  display: none;
}
.section-career .table-career tbody tr.row-detail.on {
  display: table-row;
}
.section-career .table-career tbody tr.row-detail td {
  padding: 40px;
  font-size: 14px;
  text-align: left;
  background: #F9F7F7;
}
.section-career .table-career tbody tr.row-detail td h3 {
  margin-bottom: 15px;
  font-size: 20px;
}
.section-career .table-career tbody tr.row-detail td>div+div {
  margin-top: 30px;
}
.section-career .table-career tbody tr.row-detail .part-action .btn-custom {
  display: inline-block;
  display: -webkit-inline-block;
  padding: 14px 40px;
  font-size: 16px;
}
.section-rest-list {
  background: #FFFFFF;
}
.section-rest-detail .section-rest-detail-banner-img-mb {
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-color: rgba(0,0,0,0.4);
  background-blend-mode: color;
}
.section-rest-detail .section-rest-detail-logo-div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
}
.section-rest-detail .section-rest-detail-logo-div .section-rest-detail-logo {
  max-height: calc(15.625vw);
}
.section-rest-content {
  padding: 30px 0 30px;
  background: #FFFFFF;
  min-height: calc(100vh - 32.8px - 80px - 134.19px - 62.39px - 48px - 34px - 00vw / 19.2);
}
.section-rest-content .btn-custom-group,
.section-rest-content .btn-group-custom {
  margin-top: 100px;
  text-align: center;
}
.section-rest-content .btn-custom-group .btn-custom,
.section-rest-content .btn-group-custom .btn-custom {
  display: inline-block;
  display: -webkit-inline-block;
  width: 300px;
  max-width: 100%;
}
.section-rest-content .part {
  margin-top: 80px;
}
.section-product-filter {
  position: sticky;
  top: 112.8px;
  margin: 30px 0;
  padding: 30px 0;
  background: linear-gradient(0deg,rgba(214,200,202,0.14),rgba(214,200,202,0.14)), #F4EFEF;
  z-index: 8;
}
.section-product-filter .form-custom select {
  background-color: transparent;
}
.section-product-filter .flex {
  align-items: center;
}
.section-product-filter .filter-group {
  flex: 1;
  -webkit-flex: 1;
  text-align: right;
}
.section-product-filter .filter-group>div {
  display: inline-block;
  display: -webkit-inline-block;
  min-width: 280px;
}
.section-product-filter .sorting {
  margin-left: 24px;
}
.section-breadcrumb {
  padding: 20px 0;
}
.section-breadcrumb ul {
  margin-bottom: 0;
  padding-left: 0;
}
.section-breadcrumb ul li {
  display: inline;
  position: relative;
  color: #270606;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.section-breadcrumb ul li:nth-child(n+2) {
  padding-left: 20px;
}
.section-breadcrumb ul li:nth-child(n+2):before {
  content: '>';
  position: absolute;
  left: 0;
  color: #270606;
}
.section-breadcrumb ul li:last-child {
  color: #E3AB3D;
}
.section-product-detail .part-group {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 110px 40px;
}
@media (min-width: 1441px) {
  .section-product-detail .part-group {
    gap: 0px 40px;
  }
}
.section-product-detail .part-images {
  margin: 0 auto;
  width: 600px;
}
.section-product-detail .part-images .ug-slider-wrapper {
  border-radius: 10px;
}
.section-product-detail .part-images .product-detail-images-thumb {
  position: relative;
  margin-top: 20px;
  height: 0;
  padding-top: 22.222%;
}
.section-product-detail .part-images .product-detail-images-thumb .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-product-detail .part-images .product-detail-images-thumb .swiper-button-next,
.section-product-detail .part-images .product-detail-images-thumb .swiper-button-prev {
  margin-top: 0;
  width: 30px;
  height: 100%;
  background-size: 10px auto;
  transform: translateY(-50%);
  background-color: #efeaea;
}
.section-product-detail .part-images .product-detail-images-thumb .swiper-button-next:after,
.section-product-detail .part-images .product-detail-images-thumb .swiper-button-prev:after {
  display: none;
}
.section-product-detail .part-images .product-detail-images-thumb .swiper-button-next.swiper-button-disabled,
.section-product-detail .part-images .product-detail-images-thumb .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.section-product-detail .part-images .product-detail-images-thumb .swiper-button-prev,
.section-product-detail .part-images .product-detail-images-thumb .swiper-rtl .swiper-button-next {
  left: 0;
}
.section-product-detail .part-images .product-detail-images-thumb .swiper-button-next,
.section-product-detail .part-images .product-detail-images-thumb .swiper-rtl .swiper-button-prev {
  right: 0;
}
.section-product-detail .part-images .product-detail-images-thumb .swiper-slide-thumb {
  border-radius: 5px;
  background-position: center center;
  background-size: cover;
}
.section-product-detail .part-images .product-detail-images .product-detail-item {
  border-radius: 10px;
  overflow: hidden;
}
.section-product-detail .part-info {
  width: calc(100% - 640px);
}
.section-product-detail .part-info .tags {
  max-height: 70px;
  overflow: hidden;
}
.section-product-detail .part-info .tags+* {
  margin-top: 42px !important;
}
.section-product-detail .part-info .tag {
  display: inline-block;
  display: -webkit-inline-block;
  margin-right: 20px;
  margin-bottom: 12px;
  padding: 4px 10px;
  color: #56413E;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: normal;
  background: rgba(186,167,163,0.4);
  border: rgba(186,167,163,0.4) 1px solid;
  border-radius: 5px;
  white-space: nowrap;
}
.section-product-detail .part-info .tag:last-child {
  margin-right: 0;
}
.section-product-detail .part-info .description {
  margin: 54px 0;
}
.section-product-detail .part-info .item-price-group {
  margin: 54px auto;
}
.section-product-detail .part-info .item-price-group .price-origin,
.section-product-detail .part-info .item-price-group .price-current {
  vertical-align: middle;
  color: #56413E;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: normal;
}
.section-product-detail .part-info .item-price-group .price-origin+.price-origin,
.section-product-detail .part-info .item-price-group .price-current+.price-origin {
  margin-left: 20px;
  vertical-align: middle;
  text-decoration: line-through;
  color: #BAA7A3;
  font-weight: 400;
  font-size: 18.2px;
  letter-spacing: normal;
}
.section-product-detail .part-info .btn-group-custom {
  display: flex;
  display: -webkit-flex;
  gap: 20px;
  margin-top: 40px;
}
.section-product-detail .part-info .btn-group-custom>div {
  flex: 1;
  -webkit-flex: 1;
  margin: 0;
  text-align: center;
}
.section-product-detail .part-info .btn-share,
.section-product-detail .part-info .btn-bookmark {
  margin-left: 30px;
  width: 40px;
  height: 40px;
  float: right;
  cursor: pointer;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-product-detail .part-info .btn-bookmark {
  background-image: url('./../img/common/star-off.svg');
}
.section-product-detail .part-info .btn-bookmark.active {
  background-image: url('./../img/common/star-on.svg');
}
.section-product-detail .part-info .btn-share {
  background-image: url('./../img/common/share.svg');
}
.section-product-detail .part-content {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.section-member,
.section-cart-list {
  padding-bottom: 60px;
}
.section-member .checkout-process,
.section-cart-list .checkout-process {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 30px;
  padding: 20px 100px;
  width: 100%;
  width: 70%;
  margin: 0 auto 30px;
}
.section-member .checkout-process .step,
.section-cart-list .checkout-process .step {
  padding: 0 25px;
  width: auto;
  color: #A29595;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  opacity: .5;
}
.section-member .checkout-process .step i,
.section-cart-list .checkout-process .step i {
  display: inline-block;
  display: -webkit-inline-block;
  width: 27px;
  height: 27px;
  text-align: center;
  font-style: normal;
  color: #F4EFEF;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  background: #A29595;
  border-radius: 50%;
  vertical-align: middle;
}
.section-member .checkout-process .step span,
.section-cart-list .checkout-process .step span {
  margin-left: 20px;
  vertical-align: middle;
}
.section-member .checkout-process .step.active,
.section-cart-list .checkout-process .step.active {
  color: #270606;
  opacity: 1;
}
.section-member .checkout-process .step.active i,
.section-cart-list .checkout-process .step.active i {
  background: #270606;
}
.section-member .checkout-process .vector,
.section-cart-list .checkout-process .vector {
  flex: 1;
  -webkit-flex: 1;
  position: relative;
}
.section-member .checkout-process .vector:after,
.section-cart-list .checkout-process .vector:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0px;
  border-bottom: 2px dashed #A29595;
  opacity: .5;
}
.section-member .checkout-form,
.section-cart-list .checkout-form {
  display: inline-block;
  display: -webkit-inline-block;
  position: relative;
  width: 880px;
  vertical-align: top;
}
.section-member .checkout-form>.flex,
.section-cart-list .checkout-form>.flex {
  flex-direction: column;
  -webkit-flex-direction: column;
  gap: 40px;
}
.section-member .checkout-form h3,
.section-cart-list .checkout-form h3 {
  margin-bottom: 26px;
}
.section-member .checkout-form p,
.section-cart-list .checkout-form p {
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: normal;
}
.section-member .checkout-form form,
.section-cart-list .checkout-form form {
  margin-top: -30px;
}
.section-member .checkout-form .checkbox-group+.checkbox-group,
.section-member .checkout-form .checkbox-group+.clear+.checkbox-group,
.section-cart-list .checkout-form .checkbox-group+.checkbox-group,
.section-cart-list .checkout-form .checkbox-group+.clear+.checkbox-group {
  margin-top: 30px;
}
.section-member .part-products>.flex,
.section-cart-list .part-products>.flex {
  align-items: center;
  margin-bottom: 26px;
}
.section-member .part-products>.flex h3,
.section-cart-list .part-products>.flex h3 {
  margin: 0;
  width: 100%;
}
.section-member .part-products>.flex>*,
.section-cart-list .part-products>.flex>* {
  white-space: nowrap;
}
.section-member .part-products>.flex .btn-group-custom,
.section-cart-list .part-products>.flex .btn-group-custom {
  display: flex;
  display: -webkit-flex;
  gap: 32px;
}
.section-member .part-products>.flex .btn-group-custom>div,
.section-cart-list .part-products>.flex .btn-group-custom>div {
  position: relative;
  color: #E3AB3D;
  cursor: pointer;
  letter-spacing: normal;
}
.section-member .part-products>.flex .btn-group-custom>div:nth-child(n+2):before,
.section-cart-list .part-products>.flex .btn-group-custom>div:nth-child(n+2):before {
  content: '';
  position: absolute;
  left: -16px;
  top: 50%;
  width: 4px;
  height: 4px;
  background: #E3AB3D;
  border-radius: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
.section-member .invoice-summary,
.section-cart-list .invoice-summary {
  display: inline-block;
  display: -webkit-inline-block;
  position: sticky;
  top: 112.8px;
  margin-left: 40px;
  width: 480px;
  vertical-align: top;
}
.section-member .btn-back,
.section-cart-list .btn-back {
  display: inline-block;
  display: -webkit-inline-block;
  position: relative;
  padding-left: 34px;
  cursor: pointer;
}
.section-member .btn-back:before,
.section-cart-list .btn-back:before {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-left: #270606 1px solid;
  border-bottom: #270606 1px solid;
  transform: translateY(-50%) rotate(45deg);
}
.section-member .section-coupon h3,
.section-member .section-address h3,
.section-cart-list .section-coupon h3,
.section-cart-list .section-address h3 {
  margin: 0;
  width: 100%;
}
.section-member .section-coupon>*,
.section-member .section-address>*,
.section-cart-list .section-coupon>*,
.section-cart-list .section-address>* {
  white-space: nowrap;
}
.section-member .section-coupon .btn-group-custom>div,
.section-member .section-address .btn-group-custom>div,
.section-cart-list .section-coupon .btn-group-custom>div,
.section-cart-list .section-address .btn-group-custom>div {
  position: relative;
  color: #E3AB3D;
  cursor: pointer;
  letter-spacing: normal;
}
.section-member .section-coupon .btn-group-custom>div.btn-coupon-add,
.section-member .section-coupon .btn-group-custom>div.btn-address-add,
.section-member .section-address .btn-group-custom>div.btn-coupon-add,
.section-member .section-address .btn-group-custom>div.btn-address-add,
.section-cart-list .section-coupon .btn-group-custom>div.btn-coupon-add,
.section-cart-list .section-coupon .btn-group-custom>div.btn-address-add,
.section-cart-list .section-address .btn-group-custom>div.btn-coupon-add,
.section-cart-list .section-address .btn-group-custom>div.btn-address-add {
  padding-left: 27px;
}
.section-member .section-coupon .btn-group-custom>div.btn-coupon-add:after,
.section-member .section-coupon .btn-group-custom>div.btn-address-add:after,
.section-member .section-address .btn-group-custom>div.btn-coupon-add:after,
.section-member .section-address .btn-group-custom>div.btn-address-add:after,
.section-cart-list .section-coupon .btn-group-custom>div.btn-coupon-add:after,
.section-cart-list .section-coupon .btn-group-custom>div.btn-address-add:after,
.section-cart-list .section-address .btn-group-custom>div.btn-coupon-add:after,
.section-cart-list .section-address .btn-group-custom>div.btn-address-add:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 1.5px;
  left: 0;
  top: 50%;
  background: #E3AB3D;
  transform: translateY(-50%);
  pointer-events: none;
}
.section-member .section-coupon .btn-group-custom>div.btn-coupon-add:before,
.section-member .section-coupon .btn-group-custom>div.btn-address-add:before,
.section-member .section-address .btn-group-custom>div.btn-coupon-add:before,
.section-member .section-address .btn-group-custom>div.btn-address-add:before,
.section-cart-list .section-coupon .btn-group-custom>div.btn-coupon-add:before,
.section-cart-list .section-coupon .btn-group-custom>div.btn-address-add:before,
.section-cart-list .section-address .btn-group-custom>div.btn-coupon-add:before,
.section-cart-list .section-address .btn-group-custom>div.btn-address-add:before {
  content: '';
  position: absolute;
  width: 1.5px;
  height: 12px;
  left: 5.25px;
  top: 50%;
  background: #E3AB3D;
  transform: translateY(-50%);
  pointer-events: none;
}
.section-member .section-coupon .btn-group-custom>div.btn-coupon-rm-all,
.section-member .section-address .btn-group-custom>div.btn-coupon-rm-all,
.section-cart-list .section-coupon .btn-group-custom>div.btn-coupon-rm-all,
.section-cart-list .section-address .btn-group-custom>div.btn-coupon-rm-all {
  margin-left: 34px;
}
.section-member .section-coupon .btn-group-custom>div.btn-coupon-rm-all:before,
.section-member .section-address .btn-group-custom>div.btn-coupon-rm-all:before,
.section-cart-list .section-coupon .btn-group-custom>div.btn-coupon-rm-all:before,
.section-cart-list .section-address .btn-group-custom>div.btn-coupon-rm-all:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  left: -17px;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #E3AB3D;
  border-radius: 50%;
  pointer-events: none;
}
.section-member .section-coupon .btn-group-custom>div.btn-coupon-add,
.section-member .section-coupon .btn-group-custom>div.btn-coupon-rm-all,
.section-member .section-address .btn-group-custom>div.btn-coupon-add,
.section-member .section-address .btn-group-custom>div.btn-coupon-rm-all,
.section-cart-list .section-coupon .btn-group-custom>div.btn-coupon-add,
.section-cart-list .section-coupon .btn-group-custom>div.btn-coupon-rm-all,
.section-cart-list .section-address .btn-group-custom>div.btn-coupon-add,
.section-cart-list .section-address .btn-group-custom>div.btn-coupon-rm-all {
  display: inline-block;
  display: -webkit-inline-block;
}
.invoice-summary table {
  margin: 30px 0;
}
.invoice-summary table tr td {
  padding: 14px 0;
  border-top: none;
}
.invoice-summary table tr td:last-child {
  text-align: right;
}
.invoice-summary table tr td.td-hr {
  padding: 0;
}
.invoice-summary table tr td.td-hr hr {
  margin: 16px 0;
}
.invoice-summary table tr.total {
  font-size: 18.666666666667px;
  font-weight: 600;
}
.invoice-summary h3 {
  margin-bottom: 14px;
}
.invoice-summary p {
  color: #270606;
  letter-spacing: normal;
}
.invoice-summary p.remarks {
  color: #A29595;
  font-size: 14px;
}
.invoice-summary .bar-delivery {
  position: relative;
  height: 44px;
}
.invoice-summary .bar-delivery .bar {
  position: relative;
  top: 50%;
  width: 25%;
  height: 10px;
  background: #270606;
  border-radius: 10px;
  transform: translateY(-50%);
  transition: 300ms;
}
.invoice-summary .bar-delivery .bar:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 44px;
  height: 44px;
  background-image: url('./../img/common/delivery-fee.webp');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(50%,-50%);
}
.invoice-summary .bar-delivery:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 10px;
  background: #BAA7A3;
  border-radius: 10px;
  transform: translateY(-50%);
  opacity: .5;
}
.section-page-full {
  min-height: calc(100vh - 194.8px);
}
.section-page-full.section-page-success {
  padding: 30px 0;
  text-align: center;
}
.section-page-full.section-page-success img {
  margin-top: 120px;
  margin-top: 20px;
}
.section-page-full.section-page-success h1 {
  margin: 30px 15px 24px;
}
.section-page-full.section-page-success p {
  margin: 10px 15px;
  margin: 24px 15px;
}
.section-page-full.section-page-success a {
  margin: 20px 0;
}
.section-page-full .btn-custom {
  display: inline-block;
  display: -webkit-inline-block;
  width: 300px;
  max-width: 100vw;
}
.item-grid[data-type=brand] {
  margin: 15px 0 15px;
  max-height: 400px;
  overflow: hidden;
}
.item-grid[data-type=brand] img {
  margin: 20px 0;
  margin: 0;
  width: 200px;
}
.item-grid[data-type=promo],
.item-grid[data-type=news] {
  display: flex;
  display: -webkit-flex;
  margin: 30px 0;
  gap: 30px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.item-grid[data-type=promo] .item,
.item-grid[data-type=news] .item {
  position: relative;
  width: calc((100% - 60px) / 3);
  text-align: left;
}
.item-grid[data-type=promo] .item .item-image,
.item-grid[data-type=news] .item .item-image {
  padding-top: 56%;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.item-grid[data-type=promo] .item .item-content,
.item-grid[data-type=news] .item .item-content {
  margin-top: 8px;
}
.item-grid[data-type=promo] .item .item-content>*:nth-child(n+2),
.item-grid[data-type=news] .item .item-content>*:nth-child(n+2) {
  margin-top: 4px;
}
.item-grid[data-type=promo] .item .item-title,
.item-grid[data-type=news] .item .item-title {
  max-height: 48px;
  overflow: hidden;
  color: #270606;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: normal;
}
.item-grid[data-type=promo] .item .item-date,
.item-grid[data-type=news] .item .item-date {
  color: #A29595;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.item-grid[data-type=promo] .item .item-desc,
.item-grid[data-type=news] .item .item-desc {
  color: #56413E;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: normal;
}
.item-grid[data-type=promo] .item .btn-group-custom,
.item-grid[data-type=news] .item .btn-group-custom {
  display: flex;
  display: -webkit-flex;
  gap: 18px;
}
.item-grid[data-type=promo] .item .btn-custom,
.item-grid[data-type=news] .item .btn-custom {
  margin-top: 0;
  padding: 14px 10px;
  text-decoration: none;
  flex: 1;
  -webkit-flex: 1;
}
.item-grid[data-type=search-brand] {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 30px 0 30px;
  overflow: hidden;
  gap: 10px;
}
.item-grid[data-type=search-brand] img {
  margin: 0;
  width: 350px;
  height: 280px;
  transition: 300ms;
  pointer-events: none;
}
.item-grid[data-type=search-brand] div {
  position: relative;
  display: inline-block;
  display: -webkit-inline-block;
  margin: 0;
  width: 350px;
  height: 280px;
  cursor: pointer;
  max-width: calc((100% - 70px) / 8);
  height: auto;
}
.item-grid[data-type=search-brand] div img {
  width: 100%;
  height: auto;
}
.item-grid[data-type=search-brand] div img:last-child {
  opacity: 1;
}
.item-grid[data-type=search-brand] div:hover img:first-child {
  opacity: 1;
}
.item-grid[data-type=search-brand] div:hover img:last-child {
  opacity: 0;
}
.item-grid[data-type=product] {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 80px 24px;
  position: relative;
}
.item-grid[data-type=product] .item {
  position: relative;
  width: calc((100% - 72px) / 4);
  padding-bottom: 38px;
}
.item-grid[data-type=product] .item .item-image-div {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 10px;
  overflow: hidden;
  pointer-events: none;
}
.item-grid[data-type=product] .item .item-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.item-grid[data-type=product] .item .pd-label-discount {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px 4px;
  color: #270606;
  font-size: 24px;
  letter-spacing: normal;
  background: rgba(242,229,221,0.85);
  border-radius: 0px 10px 0px 0px;
}
.item-grid[data-type=product] .item .item-content {
  margin: 16px 0;
  padding: 0 8px;
  word-break: break-word;
}
.item-grid[data-type=product] .item .item-title {
  color: #270606;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: normal;
}
.item-grid[data-type=product] .item .item-price-group {
  margin-top: 8px;
}
.item-grid[data-type=product] .item .item-price-group .price-origin,
.item-grid[data-type=product] .item .item-price-group .price-current {
  vertical-align: middle;
  color: #56413E;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: normal;
}
.item-grid[data-type=product] .item .item-price-group .price-origin+.price-origin,
.item-grid[data-type=product] .item .item-price-group .price-current+.price-origin {
  margin-left: 20px;
  vertical-align: middle;
  text-decoration: line-through;
  color: #BAA7A3;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: normal;
}
.item-grid[data-type=product] .item .pd-label-group {
  position: absolute;
  top: 9px;
  left: 9px;
  right: 9px;
  pointer-events: none;
}
.item-grid[data-type=product] .item .pd-label-group>div {
  display: inline-block;
  display: -webkit-inline-block;
  margin: 5px;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: normal;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  float: right;
}
.item-grid[data-type=product] .item .pd-label-group>div.pd-tag {
  border-radius: 0;
}
.item-grid[data-type=product] .item .pd-label-group .btn-wishlist {
  float: left;
  background-color: rgba(39,6,6,0.5);
  pointer-events: auto;
  cursor: pointer;
  background-image: url('./../img/common/wishlist-off.svg');
}
.item-grid[data-type=product] .item .pd-label-group .btn-wishlist.active {
  background-image: url('./../img/common/wishlist-on.svg');
}
.item-grid[data-type=product] .item .pd-label-group .label-new {
  float: right;
  color: #F4EFEF;
  background: #270606;
}
.item-grid[data-type=product] .item .pd-label-group .label-hot {
  float: right;
  color: #270606;
  background: #FFD9D9;
}
.item-grid[data-type=product] .item .btn-cart-add {
  margin: 5px 8px 0;
  padding: 14px 12px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.item-grid[data-type=about] {
  margin: 0 0;
}
.item-grid[data-type=about] .item {
  display: flex;
  display: -webkit-flex;
  gap: 40px;
  width: 100%;
}
.item-grid[data-type=about] .item:nth-child(even) .item-image {
  order: 2;
}
.item-grid[data-type=about] .item:nth-child(even) .item-content {
  order: 1;
}
.item-grid[data-type=about] .item:nth-child(n+2) {
  margin-top: 60px;
}
.item-grid[data-type=about] .item>div {
  flex: 1;
}
.item-grid[data-type=about] .item .item-image {
  height: 360px;
  background-color: #F9F7F7;
}
.item-grid[data-type=about] .item .item-content {
  display: flex;
  display: -webkit-flex;
  min-height: 360px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #F9F7F7;
  border-radius: 10px;
}
.item-grid[data-type=about] .item .item-content>div {
  padding: 40px;
  padding: 40px 30px;
}
.item-grid[data-type=about] .item .item-title {
  color: #270606;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: normal;
}
.item-grid[data-type=about] .item .item-desc {
  margin-top: 32px;
  color: #56413E;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: normal;
}
.item-grid[data-type=about] .item .item-desc ul {
  display: inline-block;
  display: -webkit-inline-block;
  padding: 0 0 0 20px;
}
.item-grid[data-type=filter-tag] {
  margin: 10px 0 10px;
}
.item-grid[data-type=filter-tag] .filter-tag {
  display: inline-block;
  display: -webkit-inline-block;
  margin: 10px;
  padding: 6px 14px;
  color: #56413E;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: normal;
  background: transparent;
  border: #56413E 1px solid;
  border-radius: 5px;
  transition: 300ms;
  cursor: pointer;
}
.item-grid[data-type=filter-tag] .filter-tag.active,
.item-grid[data-type=filter-tag] .filter-tag:active {
  background: #56413E;
  color: #F4EFEF;
}
.item-grid[data-type=wishlist],
.item-grid[data-type=brand-location],
.item-grid[data-type=takeaway] {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 80px 40px;
}
.item-grid[data-type=wishlist]>div,
.item-grid[data-type=brand-location]>div,
.item-grid[data-type=takeaway]>div {
  position: relative;
  width: calc(50% - 20px);
  cursor: pointer;
}
.item-grid[data-type=wishlist]>div .image,
.item-grid[data-type=wishlist]>div .content-div,
.item-grid[data-type=brand-location]>div .image,
.item-grid[data-type=brand-location]>div .content-div,
.item-grid[data-type=takeaway]>div .image,
.item-grid[data-type=takeaway]>div .content-div {
  display: inline-block;
  display: -webkit-inline-block;
  vertical-align: top;
}
.item-grid[data-type=wishlist]>div .image,
.item-grid[data-type=brand-location]>div .image,
.item-grid[data-type=takeaway]>div .image {
  width: 220px;
  height: 220px;
  height: calc(123.75px);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
}
.item-grid[data-type=wishlist]>div .content-div,
.item-grid[data-type=brand-location]>div .content-div,
.item-grid[data-type=takeaway]>div .content-div {
  width: calc(100% - 220px);
  padding-left: 24px;
}
.item-grid[data-type=wishlist]>div .info-div,
.item-grid[data-type=brand-location]>div .info-div,
.item-grid[data-type=takeaway]>div .info-div {
  position: relative;
}
.item-grid[data-type=wishlist]>div .title,
.item-grid[data-type=brand-location]>div .title,
.item-grid[data-type=takeaway]>div .title {
  margin-bottom: 14px;
  color: #270606;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0.04em;
}
.item-grid[data-type=wishlist]>div .location,
.item-grid[data-type=wishlist]>div .phone,
.item-grid[data-type=wishlist]>div .wtsapp,
.item-grid[data-type=wishlist]>div .delivery,
.item-grid[data-type=brand-location]>div .location,
.item-grid[data-type=brand-location]>div .phone,
.item-grid[data-type=brand-location]>div .wtsapp,
.item-grid[data-type=brand-location]>div .delivery,
.item-grid[data-type=takeaway]>div .location,
.item-grid[data-type=takeaway]>div .phone,
.item-grid[data-type=takeaway]>div .wtsapp,
.item-grid[data-type=takeaway]>div .delivery {
  margin-bottom: 16px;
  color: #56413E;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: normal;
}
.item-grid[data-type=wishlist]>div .contact,
.item-grid[data-type=brand-location]>div .contact,
.item-grid[data-type=takeaway]>div .contact {
  display: flex;
  display: -webkit-flex;
  gap: 10px;
}
.item-grid[data-type=wishlist]>div .contact>div,
.item-grid[data-type=brand-location]>div .contact>div,
.item-grid[data-type=takeaway]>div .contact>div {
  flex: 1;
  -webkit-flex: 1;
}
.item-grid[data-type=wishlist]>div .tags,
.item-grid[data-type=brand-location]>div .tags,
.item-grid[data-type=takeaway]>div .tags {
  max-height: 50px;
  overflow: hidden;
}
.item-grid[data-type=wishlist]>div .tags.tags1,
.item-grid[data-type=brand-location]>div .tags.tags1,
.item-grid[data-type=takeaway]>div .tags.tags1 {
  padding-left: 24px;
  max-height: 60px;
  overflow: hidden;
  background-image: url('./../img/common/menu.svg');
  background-position: left top;
  background-size: auto 18px;
  background-repeat: no-repeat;
}
.item-grid[data-type=wishlist]>div .tags.tags2,
.item-grid[data-type=brand-location]>div .tags.tags2,
.item-grid[data-type=takeaway]>div .tags.tags2 {
  padding-left: 24px;
  max-height: 60px;
  overflow: hidden;
  background-image: url('./../img/common/menu.svg');
  background-position: left top;
  background-size: auto 18px;
  background-repeat: no-repeat;
}
.item-grid[data-type=wishlist]>div .tag,
.item-grid[data-type=brand-location]>div .tag,
.item-grid[data-type=takeaway]>div .tag {
  display: inline-block;
  display: -webkit-inline-block;
  margin-right: 6px;
  margin-bottom: 4px;
  padding: 2px 10px;
  color: #270606;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: normal;
  border: #270606 1px solid;
  border-radius: 5px;
  white-space: nowrap;
}
.item-grid[data-type=wishlist]>div .tag:last-child,
.item-grid[data-type=brand-location]>div .tag:last-child,
.item-grid[data-type=takeaway]>div .tag:last-child {
  margin-right: 0;
}
.item-grid[data-type=wishlist]>div .error,
.item-grid[data-type=brand-location]>div .error,
.item-grid[data-type=takeaway]>div .error {
  color: #D7254F;
  font-size: 14px;
}
.item-grid[data-type=wishlist]>div .phone,
.item-grid[data-type=brand-location]>div .phone,
.item-grid[data-type=takeaway]>div .phone {
  background-image: url('./../img/common/phone.svg');
}
.item-grid[data-type=wishlist]>div .wtsapp,
.item-grid[data-type=brand-location]>div .wtsapp,
.item-grid[data-type=takeaway]>div .wtsapp {
  background-image: url('./../img/common/whatsapp.svg');
}
.item-grid[data-type=wishlist]>div .phone,
.item-grid[data-type=wishlist]>div .wtsapp,
.item-grid[data-type=brand-location]>div .phone,
.item-grid[data-type=brand-location]>div .wtsapp,
.item-grid[data-type=takeaway]>div .phone,
.item-grid[data-type=takeaway]>div .wtsapp {
  padding-left: 24px;
  background-position: left center;
  background-size: 18px auto;
  background-repeat: no-repeat;
}
.item-grid[data-type=wishlist]>div .location,
.item-grid[data-type=brand-location]>div .location,
.item-grid[data-type=takeaway]>div .location {
  padding-left: 24px;
  background-image: url('./../img/common/location.svg');
  background-position: left top;
  background-size: 18px auto;
  background-repeat: no-repeat;
}
.item-grid[data-type=wishlist]>div .delivery,
.item-grid[data-type=brand-location]>div .delivery,
.item-grid[data-type=takeaway]>div .delivery {
  margin-top: 30px;
  padding-left: 44px;
  line-height: 30px;
  background-image: url('./../img/common/delivery.webp');
  background-position: left top;
  background-size: 30px auto;
  background-repeat: no-repeat;
}
.item-grid[data-type=wishlist]>div .delivery .edit,
.item-grid[data-type=brand-location]>div .delivery .edit,
.item-grid[data-type=takeaway]>div .delivery .edit {
  margin-left: 60px;
  color: #E3AB3D;
}
.item-grid[data-type=wishlist]>div .pickup,
.item-grid[data-type=brand-location]>div .pickup,
.item-grid[data-type=takeaway]>div .pickup {
  margin-top: 30px;
  padding-left: 44px;
  line-height: 30px;
  background-image: url('./../img/common/delivery.webp');
  background-position: left top;
  background-size: 30px auto;
  background-repeat: no-repeat;
}
.item-grid[data-type=wishlist]>div .pickup .edit,
.item-grid[data-type=brand-location]>div .pickup .edit,
.item-grid[data-type=takeaway]>div .pickup .edit {
  margin-left: 60px;
  color: #E3AB3D;
}
.item-grid[data-type=wishlist]>div.item-opts,
.item-grid[data-type=brand-location]>div.item-opts,
.item-grid[data-type=takeaway]>div.item-opts {
  display: flex;
  display: -webkit-flex;
  gap: 20px;
}
.item-grid[data-type=wishlist]>div.item-opts .image,
.item-grid[data-type=brand-location]>div.item-opts .image,
.item-grid[data-type=takeaway]>div.item-opts .image {
  width: 140px;
  height: 140px;
}
.item-grid[data-type=wishlist]>div.item-opts .content-div,
.item-grid[data-type=brand-location]>div.item-opts .content-div,
.item-grid[data-type=takeaway]>div.item-opts .content-div {
  flex: 1;
  -webkit-flex: 1;
  width: auto;
  padding-left: 0;
}
.item-grid[data-type=wishlist]>div .item-image-div,
.item-grid[data-type=brand-location]>div .item-image-div,
.item-grid[data-type=takeaway]>div .item-image-div {
  min-width: 160px;
  width: 160px;
  height: 160px;
  border-radius: 10px;
}
.item-grid[data-type=wishlist]>div .item-image-div .item-image,
.item-grid[data-type=brand-location]>div .item-image-div .item-image,
.item-grid[data-type=takeaway]>div .item-image-div .item-image {
  display: inline-block;
  display: -webkit-inline-block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.item-grid[data-type=wishlist]>div .pd-label-discount,
.item-grid[data-type=brand-location]>div .pd-label-discount,
.item-grid[data-type=takeaway]>div .pd-label-discount {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px 4px;
  color: #270606;
  font-size: 24px;
  letter-spacing: normal;
  background: rgba(242,229,221,0.85);
  border-radius: 0px 10px 0px 0px;
}
.item-grid[data-type=wishlist]>div .item-price-group,
.item-grid[data-type=brand-location]>div .item-price-group,
.item-grid[data-type=takeaway]>div .item-price-group {
  margin-top: 8px;
}
.item-grid[data-type=wishlist]>div .item-price-group .price-origin,
.item-grid[data-type=wishlist]>div .item-price-group .price-current,
.item-grid[data-type=brand-location]>div .item-price-group .price-origin,
.item-grid[data-type=brand-location]>div .item-price-group .price-current,
.item-grid[data-type=takeaway]>div .item-price-group .price-origin,
.item-grid[data-type=takeaway]>div .item-price-group .price-current {
  vertical-align: middle;
  color: #56413E;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: normal;
}
.item-grid[data-type=wishlist]>div .item-price-group .price-origin+.price-origin,
.item-grid[data-type=wishlist]>div .item-price-group .price-current+.price-origin,
.item-grid[data-type=brand-location]>div .item-price-group .price-origin+.price-origin,
.item-grid[data-type=brand-location]>div .item-price-group .price-current+.price-origin,
.item-grid[data-type=takeaway]>div .item-price-group .price-origin+.price-origin,
.item-grid[data-type=takeaway]>div .item-price-group .price-current+.price-origin {
  margin-left: 20px;
  vertical-align: middle;
  text-decoration: line-through;
  color: #BAA7A3;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: normal;
}
.item-grid[data-type=wishlist]>div .expire-timer,
.item-grid[data-type=brand-location]>div .expire-timer,
.item-grid[data-type=takeaway]>div .expire-timer {
  position: absolute;
  right: 0;
  top: 50%;
  color: #808080;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .item-grid[data-type=wishlist]>div .expire-timer,
  .item-grid[data-type=brand-location]>div .expire-timer,
  .item-grid[data-type=takeaway]>div .expire-timer {
    top: auto;
    transform: translateY(100%);
  }
}
.item-grid[data-type=wishlist]>div .action-div,
.item-grid[data-type=brand-location]>div .action-div,
.item-grid[data-type=takeaway]>div .action-div {
  padding: 10px 20px;
  background: #F4EFEF;
  border-radius: 5px;
  font-size: 16px;
}
.item-grid[data-type=wishlist]>div .action-div .flex>div,
.item-grid[data-type=brand-location]>div .action-div .flex>div,
.item-grid[data-type=takeaway]>div .action-div .flex>div {
  flex: auto;
  -webkit-flex: auto;
  white-space: nowrap;
}
.item-grid[data-type=wishlist]>div .action-div .flex>div>*,
.item-grid[data-type=brand-location]>div .action-div .flex>div>*,
.item-grid[data-type=takeaway]>div .action-div .flex>div>* {
  vertical-align: middle;
  vertical-align: text-top;
}
.item-grid[data-type=wishlist]>div .action-div .flex>div i,
.item-grid[data-type=brand-location]>div .action-div .flex>div i,
.item-grid[data-type=takeaway]>div .action-div .flex>div i {
  margin-right: 6px;
}
.item-grid[data-type=wishlist]>div .action-div .flex+.flex,
.item-grid[data-type=brand-location]>div .action-div .flex+.flex,
.item-grid[data-type=takeaway]>div .action-div .flex+.flex {
  margin-top: 10px;
}
.item-grid[data-type=wishlist]>div .action-div .flex>*,
.item-grid[data-type=brand-location]>div .action-div .flex>*,
.item-grid[data-type=takeaway]>div .action-div .flex>* {
  text-align: center;
}
.item-grid[data-type=wishlist]>div .action-div .flex>*:first-child,
.item-grid[data-type=brand-location]>div .action-div .flex>*:first-child,
.item-grid[data-type=takeaway]>div .action-div .flex>*:first-child {
  text-align: left;
}
.item-grid[data-type=wishlist]>div .action-div .flex>*:last-child,
.item-grid[data-type=brand-location]>div .action-div .flex>*:last-child,
.item-grid[data-type=takeaway]>div .action-div .flex>*:last-child {
  text-align: right;
}
.item-grid[data-type=wishlist] .btn-share,
.item-grid[data-type=brand-location] .btn-share,
.item-grid[data-type=takeaway] .btn-share {
  margin-left: 30px;
  width: 40px;
  height: 40px;
  float: right;
  cursor: pointer;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
  bottom: 0;
  left: 0;
  background-image: url(./../img/common/share.svg);
  float: right;
}
.item-grid[data-type=cart_list]>div,
.item-grid[data-type=address_list]>div {
  display: flex;
  display: -webkit-flex;
  flex-flow: column;
  gap: 30px;
}
.item-grid[data-type=cart_list] .item,
.item-grid[data-type=address_list] .item {
  display: flex;
  display: -webkit-flex;
  gap: 20px;
  align-items: center;
}
.item-grid[data-type=cart_list] .item .item-image-div,
.item-grid[data-type=address_list] .item .item-image-div {
  position: relative;
  min-width: 160px;
  width: 160px;
  height: 160px;
  border-radius: 10px;
}
.item-grid[data-type=cart_list] .item .item-image-div .item-image,
.item-grid[data-type=address_list] .item .item-image-div .item-image {
  display: inline-block;
  display: -webkit-inline-block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.item-grid[data-type=cart_list] .item .pd-label-discount,
.item-grid[data-type=address_list] .item .pd-label-discount {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4px 12px 4px;
  color: #270606;
  font-size: 14px;
  letter-spacing: normal;
  background: rgba(242,229,221,0.85);
  border-radius: 0px 10px 0px 0px;
}
.item-grid[data-type=cart_list] .item .item-content,
.item-grid[data-type=address_list] .item .item-content {
  position: relative;
  min-height: 160px;
  padding-bottom: 50px;
  flex: 1;
  -webkit-flex: 1;
}
.item-grid[data-type=cart_list] .item .title,
.item-grid[data-type=address_list] .item .title {
  font-size: 24px;
  font-weight: 600;
}
.item-grid[data-type=cart_list] .item .item-price-group,
.item-grid[data-type=address_list] .item .item-price-group {
  margin-top: 8px;
}
.item-grid[data-type=cart_list] .item .item-price-group .price-origin,
.item-grid[data-type=cart_list] .item .item-price-group .price-current,
.item-grid[data-type=address_list] .item .item-price-group .price-origin,
.item-grid[data-type=address_list] .item .item-price-group .price-current {
  vertical-align: middle;
  color: #56413E;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: normal;
}
.item-grid[data-type=cart_list] .item .item-price-group .price-origin+.price-origin,
.item-grid[data-type=cart_list] .item .item-price-group .price-current+.price-origin,
.item-grid[data-type=address_list] .item .item-price-group .price-origin+.price-origin,
.item-grid[data-type=address_list] .item .item-price-group .price-current+.price-origin {
  margin-left: 20px;
  vertical-align: middle;
  text-decoration: line-through;
  color: #BAA7A3;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: normal;
}
.item-grid[data-type=cart_list] .item .item-qty-control,
.item-grid[data-type=address_list] .item .item-qty-control {
  position: absolute;
  bottom: 0;
  gap: 0;
  width: auto;
}
.item-grid[data-type=cart_list] .item .item-qty-control input,
.item-grid[data-type=address_list] .item .item-qty-control input {
  width: 75px;
  border: none;
  outline: none;
}
.item-grid[data-type=cart_list] .item .btn-delete,
.item-grid[data-type=address_list] .item .btn-delete {
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-image: url('./../img/common/trash.webp');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.item-grid[data-type=cart_list] .item .remarks,
.item-grid[data-type=address_list] .item .remarks {
  color: #A29595;
}
.item-grid[data-type=special-offer] {
  display: flex;
  display: -webkit-flex;
  flex-flow: column;
  -webkit-flex-flow: column;
  gap: 10px;
}
.item-grid[data-type=special-offer] .item {
  display: flex;
  display: -webkit-flex;
  position: relative;
  gap: 14px;
}
.item-grid[data-type=special-offer] .item .bar {
  width: 4px;
  background: #E3AB3D;
}
.item-grid[data-type=special-offer] .item .day {
  font-size: 36px;
  letter-spacing: normal;
}
.item-grid[data-type=special-offer] .item .content {
  width: 100%;
  text-align: left;
  font-size: 12px;
  align-self: center;
}
.item-grid[data-type=special-offer] .item .content div:nth-child(n+2) {
  margin-top: 4px;
}
.item-grid[data-type=special-offer] hr {
  margin: 0;
}
.item-grid[data-type=location-list] .item .flex {
  gap: 40px;
}
.item-grid[data-type=location-list] .item .phone {
  background-image: url('./../img/common/phone.svg');
}
.item-grid[data-type=location-list] .item .wtsapp {
  background-image: url('./../img/common/whatsapp.svg');
}
.item-grid[data-type=location-list] .item .phone,
.item-grid[data-type=location-list] .item .wtsapp {
  margin-top: 10px;
  padding-left: 30px;
  color: #56413E;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: normal;
  background-position: left center;
  background-size: 24px auto;
  background-repeat: no-repeat;
}
.item-grid[data-type=location-list] .item .location {
  display: block;
  margin-top: 6px;
  padding-left: 30px;
  color: #56413E;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: normal;
  background-image: url('./../img/common/location.svg');
  background-position: left top;
  background-size: 24px auto;
  background-repeat: no-repeat;
}
.item-grid[data-type=payment-method] {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 20px 47.5px;
}
.item-grid[data-type=payment-method] .item {
  margin-top: 0 !important;
}
.item-grid[data-type=delivery-method] {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  gap: 10px;
}
.item-grid[data-type=delivery-method] .item {
  padding: 10px 0;
}
.item-grid[data-type=delivery-method] .item span {
  font-size: 18px;
}
.item-grid[data-type=delivery-date] {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 10px;
}
.item-grid[data-type=delivery-date] .item {
  position: relative;
  width: 105px;
  height: 80px;
  text-align: center;
  background: #FFFFFF;
  border: #56413E 1px solid;
  border-radius: 10px;
  transition: 300ms;
  cursor: pointer;
}
.item-grid[data-type=delivery-date] .item span {
  display: block;
  color: #56413E;
  font-size: 14px;
}
.item-grid[data-type=delivery-date] .item span.day {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.item-grid[data-type=delivery-date] .item>div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%,-50%);
}
.item-grid[data-type=delivery-date] .item .today {
  margin-top: 2px;
}
.item-grid[data-type=delivery-date] .item.active {
  color: #FFFFFF;
  background: #56413E;
  border-color: #FFFFFF;
}
.item-grid[data-type=delivery-date] .item.active span {
  color: #FFFFFF;
}
.item-grid[data-type=wishlist],
.item-grid[data-type=takeaway] {
  gap: 20px 40px;
  padding-bottom: 40px;
}
.item-grid[data-type=wishlist] .item,
.item-grid[data-type=takeaway] .item {
  position: relative;
  padding: 30px;
  background: #FFFFFF;
  border-radius: 10px;
}
.item-grid[data-type=wishlist] .item>div,
.item-grid[data-type=takeaway] .item>div {
  display: flex;
  display: -webkit-flex;
}
.item-grid[data-type=wishlist] .item .title,
.item-grid[data-type=takeaway] .item .title {
  font-size: 24px;
}
.item-grid[data-type=wishlist] .item .item-image-div,
.item-grid[data-type=takeaway] .item .item-image-div {
  min-width: 120px;
  width: 120px;
  height: 120px;
  height: calc(67.5px);
}
.item-grid[data-type=wishlist] .item .item-image,
.item-grid[data-type=takeaway] .item .item-image {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.item-grid[data-type=wishlist] .item .content-div,
.item-grid[data-type=takeaway] .item .content-div {
  position: relative;
  flex: 1;
  -webkit-flex: 1;
}
.item-grid[data-type=wishlist] .item .btn-add,
.item-grid[data-type=takeaway] .item .btn-add {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  color: #F4EFEF;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  background: #56413E;
  border: #56413E 1px solid;
  border-radius: 5px;
  transition: 300ms;
  opacity: 1;
  cursor: pointer;
}
.item-grid[data-type=wishlist] .item .btn-add.disabled,
.item-grid[data-type=takeaway] .item .btn-add.disabled {
  background: #A29595;
  border-color: #A29595;
  opacity: .5;
}
.item-grid[data-type=wishlist] .item .btn-add:before,
.item-grid[data-type=takeaway] .item .btn-add:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 45%;
  left: 50%;
  top: 50%;
  background: #F4EFEF;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
.item-grid[data-type=wishlist] .item .btn-add:after,
.item-grid[data-type=takeaway] .item .btn-add:after {
  content: '';
  position: absolute;
  width: 45%;
  height: 2px;
  left: 50%;
  top: 50%;
  background: #F4EFEF;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
.item-grid[data-type=wishlist] .item {
  display: flex;
  display: -webkik-flex;
  gap: 20px;
  padding: 0;
  width: 100%;
}
.item-grid[data-type=wishlist] .item .item-image-div {
  position: relative;
}
.item-grid[data-type=wishlist] .item .item-image-div .item-image {
  background-color: transparent;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.item-grid[data-type=wishlist] .item .title {
  margin: 0;
}
.item-grid[data-type=wishlist] .item .item-content {
  height: 100%;
  flex-direction: column;
  -webkit-flex-direction: column;
  gap: 10px;
  align-self: start;
  flex: 1;
  -webkit-flex: 1;
}
.item-grid[data-type=wishlist] .item .item-price-group {
  margin: 0;
}
.item-grid[data-type=wishlist] .item .btn-add-to-cart {
  display: block;
  margin: 0;
  padding: 12px 20px;
  width: 170px;
  align-self: center;
  text-align: center;
}
.item-grid[data-type=wishlist] .item .btn-bookmark {
  position: absolute;
  left: 6px;
  top: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(39,6,6,0.5);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('./../img/common/wishlist-off.webp');
}
.item-grid[data-type=wishlist] .item .btn-bookmark.active {
  background-image: url('./../img/common/wishlist-on.webp');
}
.item-grid[data-type=wishlist] .item .pd-label-discount {
  font-size: 14px;
  padding: 6px 10px 4px;
}
.item-grid[data-type=wishlist] .item .btn-bookmark {
  width: 24px;
  height: 24px;
}
.item-grid[data-type=order-overview] .item {
  flex: 1;
  -webkit-flex: 1;
}
.item-grid[data-type=order-overview] .item .title {
  color: #A29595;
  font-size: 18px;
}
.item-grid[data-type=order-overview] .item .value {
  color: #56413E;
  font-size: 24px;
}
.item-grid[data-type=notify] {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex: wrap;
  gap: 24px;
  margin: 35px 0 30px;
}
.item-grid[data-type=notify] .item {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex: wrap;
  width: 100%;
  gap: 10px;
  padding: 10px 0;
  cursor: pointer;
}
.item-grid[data-type=notify] .item>div {
  width: 100%;
}
.item-grid[data-type=notify] .item .item-title {
  color: #270606;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: normal;
}
.item-grid[data-type=notify] .item .item-date {
  position: relative;
  color: #A29595;
  font-size: 18px;
  text-transform: uppercase;
}
.item-grid[data-type=notify] .item .item-date+.item-date {
  margin-left: 24px;
}
.item-grid[data-type=notify] .item .item-date+.item-date:before {
  content: '';
  position: absolute;
  left: -12.5px;
  width: 1px;
  top: 0;
  bottom: 0;
  background: #A29595;
}
.item-grid[data-type=notify] .item .item-desc {
  color: #56413E;
  font-weight: 400;
  font-size: 16px;
  font-size: 18px;
  letter-spacing: normal;
}
.item-grid[data-type=notify] .item .item-desc ul {
  display: inline-block;
  display: -webkit-inline-block;
  padding: 0 0 0 20px;
}
.item-grid[data-type=history-pts-reward],
.item-grid[data-type=history-redemption] {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex: wrap;
  gap: 24px;
  margin: 35px 0 30px;
}
.item-grid[data-type=history-pts-reward] .item,
.item-grid[data-type=history-redemption] .item {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  gap: 10px;
  padding: 10px 0;
  cursor: pointer;
}
.item-grid[data-type=history-pts-reward] .item .item-image img,
.item-grid[data-type=history-redemption] .item .item-image img {
  width: 72px;
  height: auto;
}
.item-grid[data-type=history-pts-reward] .item .item-content,
.item-grid[data-type=history-redemption] .item .item-content {
  flex: 1;
  -webkit-flex: 1;
}
.item-grid[data-type=history-pts-reward] .item .item-title,
.item-grid[data-type=history-redemption] .item .item-title {
  color: #270606;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: normal;
}
.item-grid[data-type=history-pts-reward] .item .item-date,
.item-grid[data-type=history-redemption] .item .item-date {
  position: relative;
  color: #A29595;
  font-size: 18px;
  text-transform: uppercase;
}
.item-grid[data-type=history-pts-reward] .item .item-date+.item-date,
.item-grid[data-type=history-redemption] .item .item-date+.item-date {
  margin-left: 24px;
}
.item-grid[data-type=history-pts-reward] .item .item-date+.item-date:before,
.item-grid[data-type=history-redemption] .item .item-date+.item-date:before {
  content: '';
  position: absolute;
  left: -12.5px;
  width: 1px;
  top: 0;
  bottom: 0;
  background: #A29595;
}
.item-grid[data-type=history-pts-reward] .item .item-pts,
.item-grid[data-type=history-redemption] .item .item-pts {
  text-align: right;
  font-size: 32px;
  align-self: center;
}
.item-grid[data-type=order-list],
.item-grid[data-type=takeaway-list] {
  display: flex;
  display: -webkit-flex;
  gap: 30px;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.item-grid[data-type=order-list] .item,
.item-grid[data-type=takeaway-list] .item {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  border-radius: 10px;
  background: #F4EFEF;
  overflow: hidden;
}
.item-grid[data-type=order-list] .item .left,
.item-grid[data-type=takeaway-list] .item .left {
  text-align: left;
}
.item-grid[data-type=order-list] .item .right,
.item-grid[data-type=takeaway-list] .item .right {
  text-align: right;
}
.item-grid[data-type=order-list] .item .highlight,
.item-grid[data-type=takeaway-list] .item .highlight {
  padding: 4px 20px;
  color: #F4EFEF;
  background: #56413E;
  border-radius: 20px;
}
.item-grid[data-type=order-list] .item .flex,
.item-grid[data-type=takeaway-list] .item .flex {
  padding: 15px 20px;
}
.item-grid[data-type=order-list] .item .flex>div,
.item-grid[data-type=takeaway-list] .item .flex>div {
  flex: 1;
  -webkit-flex: 1;
}
.item-grid[data-type=order-list] .item .line,
.item-grid[data-type=takeaway-list] .item .line {
  height: 0.5px;
  background: #BAA7A3;
}
.item-grid[data-type=order-list] .item .btn-custom,
.item-grid[data-type=takeaway-list] .item .btn-custom {
  padding: 8px 20px;
  width: 100%;
  max-width: none;
}
.item-grid[data-type=order-list] .item .name,
.item-grid[data-type=takeaway-list] .item .name {
  margin-top: 10px;
  margin-bottom: 15px;
  opacity: .5;
}
.section-tab {
  position: sticky;
  top: 112.8px;
  background: #FFFFFF;
  overflow: hidden;
  z-index: 8;
}
.section-tab .tab {
  display: flex;
  display: -webkit-flex;
}
.section-tab .tab>div {
  flex: 1;
  -webkit-flex: 1;
  position: relative;
  padding: 16px 20px;
  text-align: center;
  color: #56413E;
  font-weight: 400;
  font-size: 21px;
  letter-spacing: 0.04em;
  border-bottom: #56413E 1px solid;
  opacity: .5;
  cursor: pointer;
  transition: 300ms;
}
.section-tab .tab>div:first-child:after,
.section-tab .tab>div:last-child:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #56413E;
  transform: translate(-50%,100%);
  transition: 300ms;
}
.section-tab .tab>div:first-child:after {
  transform: translate(-50%,100%);
}
.section-tab .tab>div:last-child:after {
  transform: translate(50%,100%);
}
.section-tab .tab>div.active {
  padding-bottom: 15px;
  font-weight: 500;
  border-bottom-width: 2px;
  opacity: 1;
}
.section-tab .tab>div.active:first-child:after,
.section-tab .tab>div.active:last-child:after {
  height: 2px;
}
.section-tab-takeaway {
  position: sticky;
  top: 112.8px;
  background: #FFFFFF;
  overflow: hidden;
  z-index: 8;
}
.section-tab-takeaway .swiper-tab .item {
  position: relative;
  padding: 16px 20px;
  min-width: 208px;
  width: fit-content;
  width: -moz-fit-content;
  text-align: center;
  color: #A29595;
  font-weight: 400;
  font-size: 21px;
  letter-spacing: 0.04em;
  border-bottom: #56413E 1px solid;
  opacity: .5;
  cursor: pointer;
  transition: 300ms;
}
.section-tab-takeaway .swiper-tab .item.active {
  padding-bottom: 15px;
  font-weight: 500;
  color: #E3AB3D;
  border-bottom-width: 2px;
  border-bottom-color: #E3AB3D;
  opacity: 1;
}
.section-tab-takeaway .swiper-button-next,
.section-tab-takeaway .swiper-button-prev {
  margin-top: 0;
  width: 36px;
  height: 100%;
  background-color: #FFFFFF;
  background-image: url('./../img/common/angle-right-36.webp');
  background-position: center center;
  background-size: 36px auto;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.section-tab-takeaway .swiper-button-next:after,
.section-tab-takeaway .swiper-button-prev:after {
  content: none;
}
.section-tab-takeaway .swiper-button-prev {
  transform: translateY(-50%) rotateY(180deg);
}
.section-tab-takeaway .swiper-button-next,
.section-tab-takeaway .swiper-rtl .swiper-button-prev {
  right: 0;
}
.section-tab-takeaway .swiper-button-prev,
.section-tab-takeaway .swiper-rtl .swiper-button-next {
  left: 0;
}
.section-tab-takeaway .swiper-button-next.swiper-button-disabled,
.section-tab-takeaway .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.form-board {
  padding: 46px 40px 40px;
  background: #FFFFFF;
  border-radius: 10px;
}
.form-board.menu-list {
  padding: 0;
}
.form-board.menu-list .group {
  position: relative;
}
.form-board.menu-list .group>* {
  display: block;
  position: relative;
  padding: 20px;
  padding-left: 72px;
  color: #270606;
  font-size: 24px;
  lettet-spacing: normal;
  background-position: 24px center;
  background-size: 34px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
.form-board.menu-list .group.active:after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
  width: 6px;
  background: #E3AB3D;
}
.form-board.menu-list .group.active>* {
  color: #E3AB3D;
}
.form-board.menu-list .group.active .menu-ac {
  background-image: url('./../img/common/menu-ac-a.svg');
}
.form-board.menu-list .group.active .menu-redeem {
  background-image: url('./../img/common/menu-redeem-a.svg');
}
.form-board.menu-list .group.active .menu-stamp {
  background-image: url('./../img/stamp/icon.svg');
}
.form-board.menu-list .group.active .menu-order {
  background-image: url('./../img/common/menu-order-a.svg');
}
.form-board.menu-list .group.active .menu-book {
  background-image: url('./../img/common/menu-book-a.svg');
}
.form-board.menu-list .group.active .menu-wish {
  background-image: url('./../img/common/menu-wish-a.svg');
}
.form-board.menu-list .group.active .menu-notify {
  background-image: url('./../img/common/menu-notify-a.svg');
}
.form-board.menu-list .group.active .menu-history {
  background-image: url('./../img/common/menu-history-a.svg');
}
.form-board.menu-list .group.active .menu-logout {
  background-image: url('./../img/common/menu-logout-a.svg');
}
.form-board.menu-list .menu-ac {
  background-image: url('./../img/common/menu-ac.svg');
}
.form-board.menu-list .menu-redeem {
  background-image: url('./../img/common/menu-redeem.svg');
}
.form-board.menu-list .menu-stamp {
  background-image: url('./../img/stamp/icon.svg');
}
.form-board.menu-list .menu-order {
  background-image: url('./../img/common/menu-order.svg');
}
.form-board.menu-list .menu-book {
  background-image: url('./../img/common/menu-book.svg');
}
.form-board.menu-list .menu-wish {
  background-image: url('./../img/common/menu-wish.svg');
}
.form-board.menu-list .menu-notify {
  background-image: url('./../img/common/menu-notify.svg');
}
.form-board.menu-list .menu-notify .badge {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
  background: #D7254F;
  border-radius: 20px;
}
.form-board.menu-list .menu-history {
  background-image: url('./../img/common/menu-history.svg');
}
.form-board.menu-list .menu-logout {
  background-image: url('./../img/common/menu-logout.svg');
}
.form-board.invite-code {
  text-align: center;
}
.form-board.invite-code .label {
  display: block;
  margin: 20px 0 8px;
  color: #270606;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal;
}
.form-board.invite-code .clipboard-div {
  margin-bottom: 20px;
  padding: 12px 24px;
  color: #56413E;
  font-size: 24px;
  background-image: url('./../img/common/copy.svg');
  background-position: calc(100% - 24px) center;
  background-size: 28px auto;
  background-repeat: no-repeat;
  border: #56413E 1px solid;
  border-radius: 10px;
  text-align: left;
}
.special-date-div {
  display: flex;
  display: -webkit-flex;
  gap: 14px;
  align-items: center;
  margin: 30px 0 50px;
}
.special-date-div .bar {
  width: 4px;
  min-height: 60px;
  background: #E3AB3D;
}
.special-date-div .date {
  width: 44px;
  text-align: center;
  font-size: 36px;
}
.special-date-div .special-content {
  display: flex;
  display: -webkit-flex;
  flex-flow: column;
  -webkit-flex-flow: column;
  gap: 4px;
  font-size: 12px;
}
.section-takeaway-item-grid h3 {
  margin: 34px 0;
  font-size: 28px;
}
.section-member .sidebar-flex {
  margin-top: 70px;
  margin-bottom: 120px;
  gap: 40px;
}
.section-member .sidebar-flex>*:nth-child(1) {
  width: 440px;
}
.section-member .sidebar-flex>*:nth-child(2) {
  flex: 1;
  -webkit-flex: 1;
}
.section-member .sidebar {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  gap: 40px;
}
.section-member .sidebar.isMemberMenu {
  width: 100% !important;
}
.section-member .profile {
  position: relative;
  margin: 0 -10px;
}
.section-member .profile>.flex {
  align-items: center;
}
.section-member .profile .basic {
  flex: 1;
  -webkit-flex: 1;
}
.section-member .profile .my-image {
  position: relative;
  max-width: 320px;
  margin: 0 auto 20px;
  padding: 0 40px;
  width: 100%;
}
.section-member .profile .my-image>div {
  padding-top: 100%;
  border-radius: 50%;
  background-image: url('./../img/common/profile-default.svg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.section-member .profile .username {
  color: #270606;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: normal;
}
.section-member .profile .tier {
  color: #A29595;
  font-size: 18px;
  letter-spacing: normal;
}
.section-member .profile .btn-qrcode {
  width: 48px;
  height: 48px;
  background-image: url('./../img/common/qr.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  border-radius: 5px;
}
.section-member .profile+hr {
  margin: 20px -10px;
}
.section-member .wallet {
  position: relative;
  margin: 0 -10px;
}
.section-member .wallet>div {
  flex: 1;
  -webkit-flex: 1;
  text-align: center;
}
.section-member .wallet>div>div:first-child {
  color: #A29595;
  font-size: 18px;
  letter-spacing: normal;
}
.section-member .wallet>div>div:last-child {
  color: #270606;
  font-size: 30px;
  letter-spacing: 0.02em;
}
.section-member .wallet>div>div:last-child>* {
  vertical-align: middle;
}
.section-member .form-board .btn-custom {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.section-member hr {
  margin: 15px 0 -5px;
}
.section-member .member-flex-form {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  gap: 40px;
}
.section-member .address-group {
  cursor: default;
}
.section-member .address-group>span:first-child {
  flex: 1;
  -webkit-flex: 1;
}
.section-member .address-group .is-default {
  margin-left: 20px;
  padding: 4px 10px;
  color: #F4EFEF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: normal;
  background: #A29595;
  border-radius: 3px;
}
.section-member .form-board .popup-title>.tab-group {
  margin: 0;
}
.section-member .popup-title {
  position: sticky;
  top: 132px;
  top: 113px;
  background: #FFFFFF;
  z-index: 1;
  margin-top: -18px;
}
.section-member .popup-title .tab-group .tab {
  padding-top: 18px;
}
.address-group .btn-group {
  white-space: nowrap;
  min-width: 200px;
  text-align: right;
}
.address-group .btn-group .linkage {
  display: inline-block;
  display: -webkit-inline-block;
  position: relative;
  color: #E3AB3D;
  font-size: 18px;
  cursor: pointer;
}
.address-group .btn-group .linkage+.linkage {
  margin-left: 24px;
}
.address-group .btn-group .linkage+.linkage:before {
  content: '';
  position: absolute;
  left: -12px;
  top: 50%;
  width: 4px;
  height: 4px;
  transform: translateY(-50%);
  background: #E3AB3D;
  border-radius: 50%;
}
#CouponList hr {
  margin: 30px 0;
}
#OrderListDiv .tab-content[data-type=my-order]>.flex {
  gap: 14px;
}
#OrderListDiv .tab-content[data-type=my-order]>.flex>div:nth-child(1) {
  flex: 2;
  -webkit-flex: 2;
}
#OrderListDiv .tab-content[data-type=my-order]>.flex>div:nth-child(2) {
  flex: 1;
  -webkit-flex: 1;
}
#OrderListTable thead tr th {
  color: #F4EFEF;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  letter-spacing: normal;
  background: #A29595;
}
#OrderListTable tbody tr {
  cursor: pointer;
}
#OrderListTable tbody tr td {
  padding: 20px;
  color: #56413E;
  font-size: 14px;
  text-align: center;
  letter-spacing: normal;
}
#OrderListTable tbody tr td.status[status=pending] {
  color: #E3AB3D;
}
#OrderListTable tbody tr td.status[status=delivery] {
  color: #1CAC33;
}
#OrderListTable tbody tr td.status[status=complete] {
  color: #A29595;
}
#OrderDetailDiv .popup-title {
  position: relative;
  top: auto;
  margin-top: 0;
}
#OrderDetailDiv .btn-back+hr {
  margin: 15px 0 30px;
}
#OrderDetailDiv hr {
  margin: 30px 0;
}
#OrderDetailDiv h3 {
  margin: 30px 0;
}
#OrderDetailDiv .tags {
  margin-top: 20px;
}
#OrderDetailDiv .tag {
  display: inline-block;
  display: -webkit-inline-block;
  margin-right: 20px;
  margin-bottom: 12px;
  padding: 4px 10px;
  color: #56413E;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: normal;
  background: rgba(186,167,163,0.4);
  border: rgba(186,167,163,0.4) 1px solid;
  border-radius: 5px;
  white-space: nowrap;
}
#OrderDetailDiv .tag:last-child {
  margin-right: 0;
}
#OrderDetailDiv .item-grid[data-type=cart_list] .item .item-content {
  min-height: unset;
  padding-bottom: 0;
}
#OrderDetailDiv .part-products {
  margin-top: -30px;
}
#OrderDetailDiv .part-products>.flex {
  align-items: center;
}
#OrderDetailDiv .invoice-summary {
  width: 440px;
  position: relative;
  top: auto;
  margin: 20px 0 0;
  float: right;
}
#OrderDetailDiv .invoice-summary h3 {
  margin-top: 0;
}
#OrderDetailDiv .invoice-summary td {
  padding-top: 7px;
  padding-bottom: 7px;
}
#OrderDetailDiv .invoice-summary hr {
  margin: 15px 0;
}
.address-item>span>span {
  color: #56413E;
  font-size: 24px;
}
.address-item>span>span.sub {
  color: #A29595;
  font-size: 18px;
}
#CouponListOpts .checkbox-group:first-child,
#CouponRedemptionCenter .checkbox-group:first-child {
  margin-top: 30px;
}
.section-news {
  background: #FFFFFF;
}
.section-news-list {
  padding: 60px 0 80px;
  background: #FFFFFF;
}
.section-news-list .join-us {
  padding: 40px;
  text-align: left;
  background: #F9F7F7;
  border-radius: 10px;
}
.section-news-list .join-us h3 {
  margin-bottom: 18px;
}
.section-news-list .join-us .btn-group-custom {
  margin-top: 40px;
  display: flex;
  display: -webkit-flex;
  gap: 24px;
}
.section-news-list .join-us .btn-group-custom .btn-custom {
  margin: 0;
  min-width: 200px;
  text-align: center;
}
.section-news-list .item-grid {
  margin: 0;
}
.section-news-detail {
  min-height: calc(100vh - 284px);
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
  word-break: break-word;
}
.section-news-detail video,
.section-news-detail .img-main {
  margin-bottom: 15px;
  max-width: 50%;
  margin-left: 50%;
  transform: translateX(-50%);
}
.section-news-detail h3 {
  margin-bottom: 10px;
}
.section-news-detail hr {
  margin: 15px 0;
}
.section-news-detail .btn-share {
  margin-left: 30px;
  width: 32px;
  height: 32px;
  float: right;
  cursor: pointer;
  background-image: url('./../img/common/share.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-news-detail .item-date {
  position: relative;
  color: #A29595;
  font-size: 18px;
  text-transform: uppercase;
}
.section-news-detail .item-date+.item-date {
  margin-left: 24px;
}
.section-news-detail .item-date+.item-date:before {
  content: '';
  position: absolute;
  left: -12.5px;
  width: 1px;
  top: 0;
  bottom: 0;
  background: #A29595;
}
.section-related {
  margin: 30px 0;
  padding: 0;
  text-align: left;
}
.section-related h3 {
  position: relative;
  font-family: 'Noto Sans', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}
.section-related h3:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 4px;
  background: #E3AB3D;
}
.section-related .item-grid {
  margin: 40px 0 0;
}
#Wishlist hr {
  margin: 15px 0 30px;
}
#ProductInfoDiv .item-qty-control {
  width: 50%;
}
#ProductInfoDiv .item-qty-control .item-qty-minus,
#ProductInfoDiv .item-qty-control .item-qty-plus {
  width: 60px;
  height: 60px;
}
#ProductInfoDiv .item-qty-control .item-qty-num input {
  height: 60px;
}
#NotifyDetail {
  display: block;
  padding: 40px;
  background: #FFFFFF;
  border-radius: 10px;
}
#NotifyDetail .info-content {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 14px;
}
#NotifyDetail .info-content>* {
  width: 100%;
}
#NotifyDetail .info-content .title {
  color: #270606;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: normal;
}
#NotifyDetail .info-content .remarks {
  position: relative;
  color: #A29595;
  font-size: 18px;
  text-transform: uppercase;
}
#NotifyDetail .info-content .remarks+.item-date {
  margin-left: 24px;
}
#NotifyDetail .info-content .remarks+.item-date:before {
  content: '';
  position: absolute;
  left: -12.5px;
  width: 1px;
  top: 0;
  bottom: 0;
  background: #A29595;
}
#NotifyDetail .info-content .terms {
  color: #56413E;
  font-weight: 400;
  font-size: 16px;
  font-size: 18px;
  letter-spacing: normal;
}
#NotifyDetail .info-content .terms ul {
  display: inline-block;
  display: -webkit-inline-block;
  padding: 0 0 0 20px;
}
.promo-notify {
  background: #D7254F;
  color: #FFFFFF;
  font-size: 16px;
  padding: 12px 30px;
}
.slide-promo-div {
  width: 100%;
  z-index: -1;
}
.slide-promo-div .flex {
  align-items: center;
  z-index: -1;
}
.slide-promo-div .flex .image-div {
  flex: 11;
  -webkit-flex: 11;
}
.slide-promo-div .flex .image-div img {
  max-width: none;
  width: 100%;
  border-radius: 10px;
}
.slide-promo-div .flex .content-div {
  flex: 9;
  -webkit-flex: 9;
  padding: 30px 40px;
  padding-right: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 20px;
  z-index: -1;
}
.slide-promo-div .flex .item-title {
  color: #270606;
  font-weight: 600;
  font-size: 19.2px;
  letter-spacing: normal;
}
.slide-promo-div .flex .item-date {
  color: #A29595;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.slide-promo-div .flex .item-desc {
  color: #56413E;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: normal;
}
.slide-promo-div .flex .btn-group-custom {
  display: flex;
  display: -webkit-flex;
  gap: 18px;
  margin-top: 20px;
  width: 100%;
}
.slide-promo-div .flex .btn-custom {
  margin-top: 0;
  flex: 1;
  -webkit-flex: 1;
}
#PromoCodeDiv {
  display: none;
  margin: 20px 0;
}
#PromoCodeDiv>div {
  gap: 10px;
}
#PromoCodeDiv .input {
  margin: 0;
  flex: 1;
  -webkit-flex: 1;
}
#PromoCodeDiv .btn-submit-promo,
#PromoCodeDiv .btn-remove-promo {
  padding: 13.5px 20px;
}
.section-rest-intro {
  padding: 30px 0;
  text-align: center;
}
.section-rest-intro .flex {
  gap: 30px;
  align-items: center;
  text-align: left;
}
.section-rest-intro .flex .name {
  min-width: 320px;
  width: 320px;
  min-width: 240px;
  width: 240px;
}
.section-rest-intro .flex .name h1 {
  position: relative;
  font-size: 28px;
}
.section-rest-intro .flex .name h1:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 60px;
  height: 4px;
  background: #E3AB3D;
}
.section-rest-intro .flex .link-group {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
}
.section-rest-intro .flex .link-group img {
  height: 40px;
}
.section-rest-intro .flex .content {
  flex: 1;
  -webkit-flex: 1;
}
.section-rest-intro .btn-group-custom {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 60px;
  margin: 80px auto 0;
}
.section-rest-intro .btn-group-custom .btn-custom {
  margin: 0;
  width: 320px;
}
.section-rest-intro .btn-group-custom .btn-custom>* {
  vertical-align: middle;
}
.section-rest-intro .btn-group-custom .btn-custom span {
  margin-left: 12px;
}
.item-type-div .type-title-div>* {
  display: inline-block;
  display: -webkit-inline-block;
  vertical-align: middle;
}
.item-type-div .type-title {
  font-size: 24px;
}
.item-type-div .type-sel {
  margin-left: 20px;
  color: #A29595;
  font-size: 16px;
}
.item-type-div .type-optional,
.item-type-div .type-required {
  font-size: 14px;
  float: right;
}
.item-type-div .type-optional {
  color: #A29595;
}
.item-type-div .type-required {
  padding: 6px 18px;
  color: #56413E;
  background: #F4EFEF;
  border-radius: 48px;
}
.item-type-div .form-custom {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  gap: 12px;
  margin-top: 30px;
}
.item-type-div .input {
  margin: 0;
}
.item-opt-group {
  display: flex;
  display: -webkit-flex;
  gap: 20px;
  align-items: start;
}
.item-opt-group>*:nth-child(1) {
  white-space: nowrap;
}
.item-opt-group>*:nth-child(2) {
  flex: 1;
  -webkit-flex: 1;
}
.item-opt-group>*:nth-child(3) {
  white-space: nowrap;
}
.section-info-content {
  padding: 30px 0;
}
@media (max-width: 1440px) {
  .section-homepage-promotion .promotion-homepage {
    padding: 60px 120px;
  }
  .section-homepage-promotion .swiper-button-next,
  .section-homepage-promotion .swiper-button-prev {
    width: 48px;
    height: 48px;
    background-size: 48px auto;
  }
  .section-homepage-promotion .swiper-button-next,
  .section-homepage-promotion .swiper-rtl .swiper-button-prev {
    right: 30px;
  }
  .section-homepage-promotion .swiper-button-prev,
  .section-homepage-promotion .swiper-rtl .swiper-button-next {
    left: 30px;
  }
  .section-product-detail .part-images {
    width: 500px;
    height: 500px;
  }
  .section-product-detail .part-info {
    width: calc(100% - 540px);
  }
  .section-cart-list .checkout-form {
    width: 654px;
  }
  .section-cart-list .invoice-summary {
    width: 440px;
  }
  .item-grid[data-type=about] .item .item-image {
    height: 291px;
  }
  .item-grid[data-type=about] .item .item-content {
    min-height: 291px;
  }
  .item-grid[data-type=brand-location] {
    gap: 40px 20px;
  }
  .item-grid[data-type=brand-location]>div {
    width: calc(50% - 10px);
  }
  .item-grid[data-type=brand-location]>div .title {
    font-size: 17.85px;
    letter-spacing: 0em;
  }
  .item-grid[data-type=cart_list] .item .item-image-div {
    min-width: 140px;
    width: 140px;
    height: 140px;
  }
  .item-grid[data-type=cart_list] .item .item-content {
    min-height: 140px;
  }
  .item-grid[data-type=product] .item .pd-label-discount {
    padding: 4px 10px;
    font-size: 18px;
  }
  .item-grid[data-type=product] .item .pd-label-group>div {
    width: 42px;
    height: 42px;
  }
  .item-grid[data-type=product] .item .btn-cart-add {
    padding: 8px 12px;
    font-size: 16px;
  }
  .section-member .sidebar-flex>*:nth-child(1) {
    width: 380px;
  }
  .address-group .btn-group .linkage {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .section-homepage-promotion .promotion-homepage {
    padding: 40px 100px;
  }
  .section-homepage-promotion .swiper-button-next,
  .section-homepage-promotion .swiper-button-prev {
    width: 36px;
    height: 36px;
    background-size: 36px auto;
  }
  .section-homepage-promotion .swiper-button-next,
  .section-homepage-promotion .swiper-rtl .swiper-button-prev {
    right: 30px;
  }
  .section-homepage-promotion .swiper-button-prev,
  .section-homepage-promotion .swiper-rtl .swiper-button-next {
    left: 30px;
  }
  .section-homepage-promotion .slide-promo-div .flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .section-homepage-promotion .slide-promo-div .flex .image-div,
  .section-homepage-promotion .slide-promo-div .flex .content-div {
    flex: none;
    -webkit-flex: none;
    width: 100%;
  }
  .section-product-detail .part-images {
    width: 400px;
    height: 400px;
  }
  .section-product-detail .part-info {
    width: calc(100% - 440px);
  }
  .section-cart-list .checkout-process {
    padding: 20px 0;
  }
  .section-cart-list .checkout-form {
    width: 554px;
  }
  .section-cart-list .checkout-form>.flex {
    gap: 20px;
  }
  .section-cart-list .checkout-form p {
    font-size: 18px;
  }
  .section-cart-list .invoice-summary {
    margin-left: 20px;
    width: 360px;
  }
  .form-board {
    padding: 30px;
  }
  .item-grid[data-type=about] .item .item-image {
    min-height: 238px;
    height: auto;
  }
  .item-grid[data-type=about] .item .item-content {
    min-height: 238px;
  }
  .item-grid[data-type=brand-location] {
    gap: 30px;
  }
  .item-grid[data-type=brand-location]>div {
    width: 100%;
  }
  .item-grid[data-type=brand-location]>div .title {
    font-size: 17.85px;
    letter-spacing: 0.04em;
  }
  .item-grid[data-type=brand-location]>div .info-div .image {
    width: 180px;
    height: 180px;
    height: calc(101.25px);
  }
  .item-grid[data-type=brand-location]>div .info-div .title {
    font-size: 20px;
  }
  .item-grid[data-type=brand-location]>div .info-div .content-div {
    width: calc(100% - 180px);
  }
  .item-grid[data-type=cart_list] .item .item-image-div {
    min-width: 120px;
    width: 120px;
    height: 120px;
  }
  .item-grid[data-type=cart_list] .item .item-content {
    min-height: 120px;
  }
  .item-grid[data-type=takeaway] {
    gap: 15px 15px;
  }
  .item-grid[data-type=takeaway] .item {
    padding: 15px;
  }
  .item-grid[data-type=product] .item {
    width: calc((100% - 48px) / 3);
  }
  .section-member .sidebar-flex>*:nth-child(1) {
    width: 320px;
  }
  .section-member .wallet>div>div:last-child {
    font-size: 24px;
  }
  .address-group .btn-group .linkage {
    font-size: 14px;
  }
  .section-rest-intro .flex {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .section-product-detail .part-images {
    text-align: center;
  }
  .section-product-detail .part-images #gallery {
    display: inline-block;
    display: -webkit-inline-block;
    width: 100%;
    max-width: 600px !important;
    min-width: 600px !important;
  }
  .section-contact .flex {
    margin: 30px 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .section-contact .contact-item {
    flex: auto;
    -webkit-flex: auto;
  }
  .section-contact .form-custom {
    margin: 0px 0 60px;
  }
  .section-tab {
    top: 80.8px;
  }
  .section-product-filter {
    top: 80.8px;
  }
  .section-product-filter .filter-group>div {
    max-width: 280px;
    min-width: 200px;
  }
  .section-product-filter .sorting {
    margin-left: 12px;
  }
  .section-product-detail .part-group {
    gap: 40px 40px;
  }
  .section-product-detail .part-images {
    width: 600px;
    height: 600px;
  }
  .section-product-detail .part-info {
    width: 100%;
    text-align: center;
  }
  .section-product-detail .part-info .btn-share,
  .section-product-detail .part-info .btn-bookmark {
    display: inline-block;
    display: -webkit-inline-block;
    margin: 0;
    float: none;
  }
  .section-product-detail .item-qty-control {
    margin: auto;
  }
  .section-cart-list .checkout-process .step span {
    margin-left: 10px;
    font-size: 18px;
  }
  .section-cart-list .checkout-form {
    width: 100%;
  }
  .section-cart-list .invoice-summary {
    margin: 20px 0;
    width: 100%;
  }
  .item-grid[data-type=about] .item {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    flex-flow: column;
    -webkit-flex-flow: column;
    gap: 20px;
  }
  .item-grid[data-type=about] .item .item-image {
    flex: auto;
    -webkit-flex: auto;
    order: 1 !important;
    width: 680px;
    height: 380px;
  }
  .item-grid[data-type=about] .item .item-content {
    order: 2 !important;
    min-height: unset;
  }
  .item-grid[data-type=product] .item {
    width: calc((100% - 48px) / 3);
  }
  .item-grid[data-type=product] .item .pd-label-group>div {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
  }
  .item-grid[data-type=product] .item .item-title {
    font-size: 20px;
  }
  .item-grid[data-type=product] .item .item-price-group .price-current {
    font-size: 16px;
  }
  .item-grid[data-type=product] .item .item-price-group .price-origin {
    font-size: 12px;
  }
  .item-grid[data-type=product] .item .pd-label-group>div {
    width: 36px;
    height: 36px;
  }
  .item-grid[data-type=product] .item .btn-cart-add {
    padding: 8px 20px;
    font-size: 14px;
  }
  .item-grid[data-type=takeaway] .item .item-image-div {
    min-width: unset;
    width: 80px;
    height: 80px;
    height: calc(45px);
  }
  .item-grid[data-type=takeaway] .item .content-div {
    width: calc(100% - 80px);
  }
  .item-grid[data-type=takeaway] .item .title {
    font-size: 18px;
  }
  .item-grid[data-type=takeaway] .item .item-price-group>span:first-child {
    font-size: 16px;
  }
  .item-grid[data-type=takeaway] .item .btn-add {
    width: 32px;
    height: 32px;
  }
  .item-grid[data-type=search-brand] div {
    max-width: 33%;
    max-width: calc((100% - 30px) / 4);
  }
  .item-grid[data-type=promo],
  .item-grid[data-type=news] {
    gap: 20px;
  }
  .item-grid[data-type=promo] .item,
  .item-grid[data-type=news] .item {
    width: calc((100% - 20px) / 2);
  }
  .item-grid[data-type=promo] .item .btn-group-custom,
  .item-grid[data-type=news] .item .btn-group-custom {
    padding-top: 15px;
    gap: 12px;
  }
  .item-grid[data-type=promo] .item .btn-group-custom>*,
  .item-grid[data-type=news] .item .btn-group-custom>* {
    padding: 4px 10px;
    flex: 1;
    -webkit-flex: 1;
  }
  .section-member .popup-title,
  .section-tab-takeaway {
    top: 84px;
  }
  .section-tab-takeaway .swiper-tab .item {
    min-width: unset;
    font-size: 20px;
  }
  .section-rest-intro .flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .section-rest-intro .intro {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .sidebar.isMemberMenu {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
  .sidebar.isMemberMenu .ac-info,
  .sidebar.isMemberMenu .menu-list {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .section-tab {
    top: 55px;
  }
  .section-tab .tab>div {
    font-size: 15.75px;
  }
  .section-rest-detail {
    min-height: unset;
  }
  .section-rest-detail .section-rest-detail-logo-div {
    width: 100%;
  }
  .section-rest-detail .section-rest-detail-logo-div .section-rest-detail-logo {
    max-height: 300px;
  }
  .section-rest-intro {
    padding: 30px 0;
  }
  .section-rest-intro .center {
    display: block !important;
  }
  .section-rest-intro .center .btn-group-custom {
    width: 100%;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    gap: 30px;
  }
  .section-rest-intro .center .btn-group-custom .btn-custom {
    flex: 1;
    -webkit-flex: 1;
    width: 100%;
  }
  .section-product-filter {
    top: 36px;
    margin: 15px 0;
    padding: 15px 0;
  }
  .section-product-filter .filter-group>div {
    min-width: unset;
    width: 180px;
  }
  .section-product-detail .part-images {
    width: 100%;
    height: auto;
  }
  .section-product-detail .part-images #gallery {
    min-width: 100% !important;
  }
  .section-cart-list .checkout-process .step {
    padding: 0 10px;
  }
  .section-cart-list .checkout-process .step span {
    font-size: 16px;
  }
  .item-grid[data-type=brand] {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    max-height: calc((100vw - 30px) / 4 * 0.8 * 2);
    max-height: calc((100vw - 30px) / 4 * 1* 2);
  }
  .item-grid[data-type=brand]>* {
    width: calc(25%);
  }
  .item-grid[data-type=about] .item .item-image {
    width: 100%;
    height: calc((100vw - 30px) * 0.5294);
  }
  .item-grid[data-type=about] .item .item-content {
    order: 2 !important;
    min-height: unset;
  }
  .item-grid[data-type=brand-location]>div {
    padding-bottom: 30px;
    border-bottom: #BAA7A3 1px solid;
  }
  .item-grid[data-type=brand-location]>div:last-child {
    border-bottom: none;
  }
  .item-grid[data-type=product] .item {
    width: calc((100% - 24px) / 2);
  }
  .item-grid[data-type=product] .item .pd-label-group>div {
    width: 42px;
    height: 42px;
  }
  .item-grid[data-type=cart_list] .item .item-image-div {
    min-width: 100px;
    width: 100px;
    height: 100px;
  }
  .item-grid[data-type=cart_list] .item .item-content {
    min-height: 100px;
  }
  .item-grid[data-type=cart_list] .item .title {
    font-size: 18px;
  }
  .item-grid[data-type=takeaway] .item {
    width: 100%;
  }
  .item-grid[data-type=wishlist] .item .btn-add-to-cart {
    flex: none;
    -webkit-flex: none;
  }
  .section-member .popup-title,
  .section-tab-takeaway {
    top: 55px;
  }
  .section-tab-takeaway .swiper-tab .item {
    min-width: unset;
    font-size: 16px;
  }
  #AddressListDiv .address-group {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 10px;
  }
  #AddressListDiv .address-group>* {
    width: 100%;
  }
  #AddressListDiv .address-group>*:input[type=radio],
  #AddressListDiv .address-group>*:input[type=checkbox] {
    width: 24px;
  }
  #AddressListDiv .address-group+.clear+.address-group {
    margin-top: 24px;
  }
  .section-cart-list .part-products>.flex .btn-group-custom>div,
  .section-member .part-products>.flex .btn-group-custom>div {
    font-size: 14px;
  }
  .section-breadcrumb {
    padding: 30px 0;
  }
  .section-breadcrumb ul li {
    font-size: 16px;
  }
  #ProductInfoDiv .item-qty-control {
    width: 100%;
  }
  #ProductInfoDiv .item-qty-control .item-qty-minus,
  #ProductInfoDiv .item-qty-control .item-qty-plus {
    width: 48px;
    height: 48px;
  }
  #ProductInfoDiv .item-qty-control .item-qty-num input {
    height: 48px;
  }
  .item-grid[data-type=product] .item .pd-label-discount {
    font-size: 16px;
  }
  .form-board.ac-info {
    padding: 15px 30px;
  }
  .form-board.ac-info .profile {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
  }
  .form-board.ac-info .profile .my-image {
    margin: 0;
    padding: 0;
    width: 100px;
  }
  .form-board.ac-info .profile .flex {
    flex: 1;
    -webkit-flex: 1;
  }
  .section-member .sidebar.isMemberMenu {
    gap: 20px;
  }
  .item-grid[data-type=history-pts-reward] .item .item-image img,
  .item-grid[data-type=history-redemption] .item .item-image img {
    width: 60px;
  }
  .item-grid[data-type=history-pts-reward] .item .item-title,
  .item-grid[data-type=history-redemption] .item .item-title {
    font-size: 18px;
  }
  .item-grid[data-type=history-pts-reward] .item .item-date,
  .item-grid[data-type=history-redemption] .item .item-date {
    font-size: 12px;
  }
  .item-grid[data-type=history-pts-reward] .item .item-pts,
  .item-grid[data-type=history-redemption] .item .item-pts {
    font-size: 24px;
  }
  .section-member .sidebar-flex {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .section-member .sidebar-flex .member-flex-form {
    gap: 15px;
  }
  .section-news-detail video,
  .section-news-detail .img-main {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .section-homepage-promotion .promotion-homepage {
    padding: 15px 15px;
  }
  .section-homepage-promotion .swiper-button-next,
  .section-homepage-promotion .swiper-button-prev {
    width: 36px;
    height: 36px;
    background-size: 36px auto;
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }
  .section-homepage-promotion .swiper-button-next,
  .section-homepage-promotion .swiper-rtl .swiper-button-prev {
    right: 0px;
    opacity: .7;
  }
  .section-homepage-promotion .swiper-button-prev,
  .section-homepage-promotion .swiper-rtl .swiper-button-next {
    left: 0px;
    opacity: .7;
  }
  .section-homepage-promotion .slide-promo-div .flex .content-div {
    padding: 15px 15px 30px;
  }
  .section-homepage-promotion .slide-promo-div .flex .content-div .btn-group-custom {
    margin-top: 0;
  }
  .section-homepage-promotion .slide-promo-div .flex .content-div .btn-group-custom a {
    padding: 6px 12px;
  }
  .section-tab {
    top: 55px;
  }
  .section-tab .tab>div {
    padding: 10px 20px;
    font-size: 12.6px;
  }
  .section-tab .tab>div.active {
    padding-bottom: 9px;
  }
  .section-rest-content {
    padding-top: 15px;
  }
  .section-product-filter {
    top: 36px;
    margin-top: 0;
  }
  .section-product-filter .flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 15px;
  }
  .section-product-filter .flex .result-count {
    order: 2;
    width: 100%;
  }
  .section-product-filter .flex .filter-group {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
    order: 1;
    width: 100%;
  }
  .section-product-filter .flex .filter-group>div {
    margin: 0;
    flex: 1;
    -webkit-flex: 1;
    width: 100%;
    max-width: none;
  }
  .section-search-result.section-cart-header {
    margin: 30px 0 0px;
  }
  .section-cart-list .checkout-process {
    flex-flow: column;
    padding: 0;
  }
  .section-cart-list .checkout-process .vector {
    min-height: 30px;
  }
  .section-cart-list .checkout-process .vector:after {
    width: 0px;
    left: 22px;
    top: 5px;
    bottom: 5px;
    height: auto;
    border-left: 2px dashed #A29595;
  }
  .section-cart-list .part-products>.flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .section-cart-list .invoice-summary {
    margin: 20px -15px;
    width: calc(100% + 30px);
  }
  .section-cart-list .section-address {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .item-grid[data-type=brand] {
    max-height: calc((100vw - 30px) / 3 * 0.8 * 2);
    max-height: calc((100vw - 30px) / 3 * 1 * 2);
  }
  .item-grid[data-type=brand]>* {
    width: calc(33.333333333333%);
  }
  .item-grid[data-type=brand-location] {
    gap: 15px;
  }
  .item-grid[data-type=brand-location]>div {
    padding-bottom: 15px;
  }
  .item-grid[data-type=brand-location]>div .image {
    width: 80px;
    height: 80px;
    height: calc(45px);
  }
  .item-grid[data-type=brand-location]>div .content-div {
    width: calc(100% - 80px);
    padding-left: 12px;
  }
  .item-grid[data-type=brand-location]>div .title {
    font-size: 10.5px;
  }
  .item-grid[data-type=brand-location]>div .location,
  .item-grid[data-type=brand-location]>div .phone,
  .item-grid[data-type=brand-location]>div .wtsapp {
    font-size: 10.5px;
  }
  .item-grid[data-type=brand-location]>div .tags {
    max-height: none;
  }
  .item-grid[data-type=brand-location]>div .tags .tag {
    font-size: 12px;
    padding: 2px 6px;
    margin-right: 4px;
    margin-bottom: 3px;
  }
  .item-grid[data-type=brand-location]>div .delivery {
    padding-left: 30px;
    background-size: auto 18px;
    font-size: 12px;
    line-height: 1.5;
  }
  .item-grid[data-type=brand-location]>div.item-opts .image {
    width: 80px;
    height: 80px;
  }
  .item-grid[data-type=brand-location]>div .info-div {
    text-align: center;
  }
  .item-grid[data-type=brand-location]>div .info-div .image {
    width: 180px;
    height: 180px;
  }
  .item-grid[data-type=brand-location]>div .info-div .title {
    font-size: 20px;
  }
  .item-grid[data-type=brand-location]>div .info-div .content-div {
    width: 100%;
    text-align: left;
  }
  .item-grid[data-type=brand-location]>div .action-div {
    font-size: 12px;
  }
  .item-grid[data-type=brand-location]>div .action-div .flex {
    gap: 10px;
    flex-direction: column;
  }
  .item-grid[data-type=brand-location]>div .action-div .flex>div.btn-add-calendar {
    text-align: left;
  }
  .item-grid[data-type=brand-location]>div .action-div .flex>* {
    text-align: left;
  }
  .item-grid[data-type=brand-location]>div .action-div .flex>*:first-child {
    text-align: left;
  }
  .item-grid[data-type=brand-location]>div .action-div .flex>*:last-child {
    text-align: left;
  }
  .item-grid[data-type=product] {
    gap: 20px 10px;
  }
  .item-grid[data-type=product] .item {
    width: calc((100% - 10px) / 2);
  }
  .item-grid[data-type=product] .item .pd-label-group {
    top: 0;
    left: 0;
    right: 0;
  }
  .item-grid[data-type=product] .item .pd-label-group>div {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    transform: scale(.85);
  }
  .item-grid[data-type=product] .item .item-content {
    margin: 8px 0;
  }
  .item-grid[data-type=product] .item .item-title {
    font-size: 14px;
  }
  .item-grid[data-type=product] .item .item-price-group {
    margin-top: 2px;
  }
  .item-grid[data-type=product] .item .item-price-group .price-current {
    font-size: 14px;
  }
  .item-grid[data-type=product] .item .item-price-group .price-origin {
    display: inline-block;
    display: -webkit-inline-block;
    margin-left: 10px;
    font-size: 12px;
    transform: scale(.85);
    transform-origin: left;
  }
  .item-grid[data-type=product] .item .btn-cart-add {
    padding: 6px 12px;
    font-size: 12px;
  }
  .item-grid[data-type=cart_list] .item .item-image-div {
    min-width: 80px;
    width: 80px;
    height: 80px;
    flex: 1;
    -webkit-flex: 1;
    text-align: left;
  }
  .item-grid[data-type=cart_list] .item .item-image-div .item-image {
    width: 80px;
    height: 80px;
  }
  .item-grid[data-type=cart_list] .item .item-content {
    width: 100%;
    min-height: auto;
    flex: auto;
  }
  .item-grid[data-type=cart_list] .item .title {
    font-size: 18px;
  }
  .item-grid[data-type=cart_list] .item .title,
  .item-grid[data-type=cart_list] .item .qty,
  .item-grid[data-type=cart_list] .item .item-price-group .price-origin,
  .item-grid[data-type=cart_list] .item .item-price-group .price-current {
    font-size: 14px;
  }
  .item-grid[data-type=cart_list] .item .item-qty-control .item-qty-minus,
  .item-grid[data-type=cart_list] .item .item-qty-control .item-qty-plus {
    width: 24px;
    height: 24px;
  }
  .item-grid[data-type=cart_list] .item .item-qty-control input {
    font-size: 14px;
    height: 24px;
  }
  .item-grid[data-type=cart_list] .item .pd-label-discount {
    white-space: nowrap;
    font-size: 12px;
    padding: 2px 6px;
  }
  .item-grid[data-type=location-list] .item .flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
  }
  .item-grid[data-type=location-list] .item .phone,
  .item-grid[data-type=location-list] .item .wtsapp {
    width: 100%;
    margin: 0;
  }
  .item-grid[data-type=takeaway] .item .item-image-div {
    min-width: unset;
    width: 80px;
    height: 80px;
    height: calc(45px);
  }
  .item-grid[data-type=takeaway] .item .content-div {
    width: calc(100% - 80px);
  }
  .item-grid[data-type=takeaway] .item .title {
    font-size: 16px;
  }
  .item-grid[data-type=takeaway] .item .item-price-group>span:first-child {
    font-size: 16px;
  }
  .item-grid[data-type=takeaway] .item .btn-add {
    width: 32px;
    height: 32px;
  }
  .item-grid[data-type=filter-tag] .filter-tag {
    margin: 4px 5px;
    font-size: 12px;
  }
  .item-grid[data-type=about] .item .item-content>div {
    padding: 20px;
  }
  .item-grid[data-type=promo],
  .item-grid[data-type=news] {
    gap: 20px;
  }
  .item-grid[data-type=promo] .item,
  .item-grid[data-type=news] .item {
    width: 100%;
  }
  .item-grid[data-type=promo] .item .item-title,
  .item-grid[data-type=news] .item .item-title {
    height: auto;
  }
  .item-grid[data-type=order-overview] {
    flex-direction: column;
    gap: 12px;
  }
  .item-grid[data-type=wishlist]>div .phone,
  .item-grid[data-type=wishlist]>div .wtsapp,
  .item-grid[data-type=wishlist]>div .location,
  .item-grid[data-type=wishlist]>div .delivery,
  .item-grid[data-type=wishlist]>div .pickup,
  .item-grid[data-type=brand-location]>div .phone,
  .item-grid[data-type=brand-location]>div .wtsapp,
  .item-grid[data-type=brand-location]>div .location,
  .item-grid[data-type=brand-location]>div .delivery,
  .item-grid[data-type=brand-location]>div .pickup,
  .item-grid[data-type=location-list]>div .phone,
  .item-grid[data-type=location-list]>div .wtsapp,
  .item-grid[data-type=location-list]>div .location,
  .item-grid[data-type=location-list]>div .delivery,
  .item-grid[data-type=location-list]>div .pickup,
  .item-grid[data-type=takeaway]>div .phone,
  .item-grid[data-type=takeaway]>div .wtsapp,
  .item-grid[data-type=takeaway]>div .location,
  .item-grid[data-type=takeaway]>div .delivery,
  .item-grid[data-type=takeaway]>div .pickup {
    padding-left: 20px;
    background-size: auto 16px;
  }
  .form-board {
    margin: 0 -15px;
    margin: 10px -5px 0;
    padding: 15px;
  }
  .form-board.ac-info .profile .my-image {
    width: 80px;
  }
  .form-board.ac-info .profile .username {
    font-size: 16px;
  }
  .form-board.ac-info .profile .tier {
    font-size: 12px;
  }
  .form-board.ac-info .profile .btn-qrcode {
    width: 36px;
    height: 36px;
  }
  .section-member .sidebar.isMemberMenu {
    gap: 0px;
  }
  .section-coupon {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .section-coupon .btn-group-custom {
    width: 100%;
  }
  .section-member .popup-title,
  .section-tab-takeaway {
    top: 62px;
  }
  .section-tab-takeaway .swiper-tab .item {
    font-size: 14px;
  }
  #OrderDetailDiv .invoice-summary {
    margin-top: 60px;
    width: 100%;
  }
  .item-grid[data-type=order-overview] .item .value {
    font-size: 16px;
  }
  .address-item>span>span {
    font-size: 16px;
  }
  .address-item>span>span.sub {
    font-size: 12px;
  }
  .section-rest-intro .center {
    display: inline-block !important;
    display: -webkit-inline-block !important;
  }
  .section-rest-intro .center .btn-group-custom {
    margin: 50px auto 0;
    width: 100%;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .section-breadcrumb {
    padding: 20px 0;
  }
  .section-breadcrumb ul li {
    font-size: 14px;
  }
  .item-grid[data-type=product] .item .item-price-group .price-origin+.price-origin,
  .item-grid[data-type=product] .item .item-price-group .price-current+.price-origin {
    margin: 0;
  }
  .item-grid[data-type=product] .item .pd-label-discount {
    font-size: 14px;
  }
  .item-grid[data-type=cart_list] .item .item-price-group .price-origin+.price-origin,
  .item-grid[data-type=cart_list] .item .item-price-group .price-current+.price-origin,
  .item-grid[data-type=address_list] .item .item-price-group .price-origin+.price-origin,
  .item-grid[data-type=address_list] .item .item-price-group .price-current+.price-origin {
    margin: 0;
    font-size: 12px;
  }
  .item-grid[data-type=history-pts-reward],
  .item-grid[data-type=history-redemption] {
    gap: 10px;
  }
  .item-grid[data-type=history-pts-reward] .item .item-image img,
  .item-grid[data-type=history-redemption] .item .item-image img {
    width: 48px;
  }
  .item-grid[data-type=history-pts-reward] .item .item-title,
  .item-grid[data-type=history-redemption] .item .item-title {
    font-size: 14px;
  }
  .item-grid[data-type=history-pts-reward] .item .item-pts,
  .item-grid[data-type=history-redemption] .item .item-pts {
    font-size: 18px;
  }
}
@media (max-width: 374px) {
  .section-career .table-career {
    font-size: 12px;
  }
  .section-career .table-career thead tr th {
    padding: 10px;
  }
  .section-career .table-career tbody tr td,
  .section-career .table-career tbody tr.row-detail td {
    padding: 10px;
  }
  .item-grid[data-type=promo] .item .btn-group-custom {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .item-grid[data-type=promo] .item .btn-group-custom>* {
    flex: auto;
    -webkit-flex: auto;
    width: 100%;
  }
  .section-product-detail #ProductInfoDiv.part-info .btn-group-custom {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .section-product-detail #ProductInfoDiv.part-info .btn-group-custom>* {
    flex: auto;
    -webkit-flex: auto;
    width: 100%;
  }
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-button {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  background: #56413e;
  border: 1px outset #f4efef;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #56413e;
}
::-webkit-scrollbar-thumb:active {
  background: #56413e;
}
::-webkit-scrollbar-track {
  background: #f4efef;
  border: 1px outset #f4efef;
  border-radius: 4px;
}
::-webkit-scrollbar-track:hover {
  background: #f4efef;
}
::-webkit-scrollbar-track:active {
  background: #f4efef;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
html {
  scroll-padding-top: 174px;
}
.share-btn {
  display: inline-block;
  color: #ffffff;
  border: none;
  outline: none;
  text-align: center;
  font-size: 0.9em;
  margin: 0 0.2em;
  border-radius: 50%;
}
.share-btn:focus,
.share-btn:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #ffffff;
}
.share-btn:active {
  color: #e2e2e2;
}
body {
  margin: 0;
  padding: 0;
  min-height: calc(100vh - 194.8px);
  color: #56413E;
  font-family: 'Noto Sans', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  background: linear-gradient(0deg,rgba(214,200,202,0.14),rgba(214,200,202,0.14)), #F4EFEF;
}
body a:hover {
  text-decoration: none;
}
body.include-tab {
  min-height: calc(100vh - 259.8px);
}
body hr {
  margin: 30px 0;
  border-top-color: #BAA7A3;
  opacity: .5;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
}
body h1 {
  color: #270606;
  font-family: 'Noto Sans', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.325;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
body h2 {
  color: #270606;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.325;
  letter-spacing: 0.04em;
}
body h3 {
  color: #56413E;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
body h4 {
  color: #270606;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
body img {
  max-width: 100%;
  height: auto;
}
body .lazy-background {
  background-image: url("./../img/lazy.webp");
}
.clear {
  clear: both;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.btn-custom {
  padding: 18px 20px;
  color: #F4EFEF;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  background: #A29595;
  border: #A29595 1px solid;
  border-radius: 5px;
  transition: 300ms;
  opacity: .5;
  pointer-events: none;
}
.btn-custom span {
  color: #F4EFEF;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
}
.btn-custom.style-rev {
  color: #56413E;
  background: transparent;
}
.btn-custom.active {
  background: #56413E;
  opacity: 1;
  cursor: pointer;
  border-color: #56413E;
  pointer-events: auto;
}
.btn-custom.active.style-rev {
  background: transparent;
}
.btn-custom.btn-smaller {
  padding: 14px 20px;
}
.btn-custom:hover,
.btn-custom:hover,
.btn-custom:active,
.btn-custom:link {
  color: #F4EFEF;
}
.btn-custom:hover span,
.btn-custom:hover span,
.btn-custom:active span,
.btn-custom:link span {
  color: #F4EFEF;
}
.btn-custom:hover.style-rev,
.btn-custom:hover.style-rev,
.btn-custom:active.style-rev,
.btn-custom:link.style-rev {
  color: #56413E;
}
.btn-custom-cancel {
  padding: 18px 20px;
  color: #56413E;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  background: #FFFFFF;
  border: #56413E 1px solid;
  border-radius: 5px;
  transition: 300ms;
  cursor: pointer;
}
.btn-custom-cancel span {
  color: #56413E;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
}
.btn-custom-cancel:hover,
.btn-custom-cancel:hover,
.btn-custom-cancel:active,
.btn-custom-cancel:link {
  color: #56413E;
}
.btn-custom-cancel:hover span,
.btn-custom-cancel:hover span,
.btn-custom-cancel:active span,
.btn-custom-cancel:link span {
  color: #56413E;
}
.btn-custom-more {
  display: inline-block;
  display: -webkit-inline-block;
  padding: 14px 40px;
  min-width: 300px;
  color: #56413E;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  background: transparent;
  border: #56413E 1px solid;
  border-radius: 5px;
  transition: 300ms;
  cursor: pointer;
}
.btn-custom-more span {
  color: #56413E;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.btn-custom-more:hover {
  color: #F4EFEF;
  background: #56413E;
}
.btn-custom+.btn-custom,
.btn-custom+.btn-custom-cancel,
.btn-custom-cancel+.btn-custom,
.btn-custom-cancel+.btn-custom-cancel {
  margin-top: 30px;
}
.btn-custom.btn-inline,
.btn-custom-cancel.btn-inline {
  display: inline-block;
  display: -webkit-inline-block;
  min-width: 260px;
  text-align: center;
}
.btn-close {
  cursor: pointer;
}
.center {
  text-align: center;
}
.item-qty-control {
  display: flex;
  display: -webkit-flex;
  gap: 25px;
  width: 380px;
}
.item-qty-control .item-qty-minus,
.item-qty-control .item-qty-plus {
  position: relative;
  width: 40px;
  height: 40px;
  color: #F4EFEF;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  background: #56413E;
  border: #56413E 1px solid;
  border-radius: 5px;
  transition: 300ms;
  opacity: 1;
  cursor: pointer;
}
.item-qty-control .item-qty-minus.disabled,
.item-qty-control .item-qty-plus.disabled {
  background: #A29595;
  border-color: #A29595;
  opacity: .5;
}
.item-qty-control .item-qty-minus:after,
.item-qty-control .item-qty-plus:after {
  content: '';
  position: absolute;
  width: 45%;
  height: 1.5px;
  left: 50%;
  top: 50%;
  background: #F4EFEF;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
.item-qty-control .item-qty-plus:before {
  content: '';
  position: absolute;
  width: 1.5px;
  height: 45%;
  left: 50%;
  top: 50%;
  background: #F4EFEF;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
.item-qty-control .item-qty-num {
  flex: 1;
  -webkit-flex: 1;
  line-height: 1;
}
.item-qty-control .item-qty-num input {
  width: 100%;
  height: 40px;
  text-align: center;
  color: #56413E;
  font-size: 18px;
  letter-spacing: 0.04em;
  background: transparent;
  border-radius: 5px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
select {
  background: #FFFFFF;
}
@media (min-width: 1921px) {
  .container {
    width: 1800px;
  }
}
@media (min-width: 1441px) {
  .container {
    width: 1440px;
  }
}
@media (max-width: 1199px) {
  .item-qty-control .item-qty-minus,
  .item-qty-control .item-qty-plus {
    width: 32px;
    height: 32px;
  }
  .item-qty-control .item-qty-num input {
    height: 32px;
  }
}
@media (max-width: 991px) {
  html {
    scroll-padding-top: 126px;
  }
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 104px;
  }
  body {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  html {
    scroll-padding-top: 98px;
  }
  .btn-custom,
  .btn-custom-cancel {
    padding: 12px 20px;
  }
  .btn-custom+.btn-custom,
  .btn-custom+.btn-custom-cancel,
  .btn-custom-cancel+.btn-custom,
  .btn-custom-cancel+.btn-custom-cancel {
    margin-top: 20px;
  }
  .btn-custom.btn-inline,
  .btn-custom-cancel.btn-inline {
    width: 100%;
  }
  .item-qty-control {
    width: 100%;
  }
  body {
    font-size: 14px;
  }
  body h1 {
    font-size: 24px;
    letter-spacing: 0.04em;
  }
  body h3 {
    font-size: 14px;
  }
}
body .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
  width: 6px;
  height: 6px;
  background: #F4EFEF;
  border-radius: 24px;
  opacity: .5;
  transition: 300ms;
}
body .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  background: #E3AB3D;
  opacity: 1;
}
.section-banner {
  position: relative;
}
.section-banner .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg,rgba(0,0,0,0.24),rgba(0,0,0,0.24));
  z-index: 1;
  pointer-events: none;
}
.section-banner .swiper-slide {
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-banner.banner-eshop .overlay {
  top: auto;
  height: 180px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
}
.section-banner.homepage-banner .swiper-button-next,
.section-banner.homepage-banner .swiper-button-prev {
  margin-top: 0;
  width: 48px;
  height: 48px;
  background-image: url('./../img/common/slider-right.webp');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.section-banner.homepage-banner .swiper-button-next:after,
.section-banner.homepage-banner .swiper-button-prev:after {
  content: none;
}
.section-banner.homepage-banner .swiper-button-prev {
  transform: translateY(-50%) rotateY(180deg);
}
.section-banner.homepage-banner .swiper-button-next,
.section-banner.homepage-banner .swiper-rtl .swiper-button-prev {
  right: 50px;
}
.section-banner.homepage-banner .swiper-button-prev,
.section-banner.homepage-banner .swiper-rtl .swiper-button-next {
  left: 50px;
}
.section-banner.homepage-banner .swiper-button-next.swiper-button-disabled,
.section-banner.homepage-banner .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
#Popup_RestDetail .banner {
  position: relative;
}
#Popup_RestDetail .banner .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  height: 80px;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
  z-index: 1;
  pointer-events: none;
}
#Popup_RestDetail .banner .swiper-wrapper {
  height: 495px;
}
#Popup_RestDetail .banner .swiper-slide {
  width: 100%;
  height: auto;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .section-page.section-page-head {
    padding: 60px 15px 30px;
  }
  .section-page.section-page-head .section-desc {
    font-size: 16px;
  }
  .section-banner.homepage-banner .swiper-button-next,
  .section-banner.homepage-banner .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
  .section-banner.homepage-banner .swiper-button-next,
  .section-banner.homepage-banner .swiper-rtl .swiper-button-prev {
    right: 15px;
  }
  .section-banner.homepage-banner .swiper-button-prev,
  .section-banner.homepage-banner .swiper-rtl .swiper-button-next {
    left: 15px;
  }
}
.myic {
  display: inline-block;
  display: -webkit-inline-block;
}
.myic.myic-announce {
  width: 18px;
  height: 18px;
  background-image: url('./../img/common/announce.svg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.myic.myic-dollar {
  width: 37px;
  height: 36px;
  background-image: url('./../img/common/myic-dollar.webp');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.myic.myic-pts {
  width: 37px;
  height: 36px;
  background-image: url('./../img/common/myic-pts.svg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.myic.myic-takeaway {
  width: 25px;
  height: 25px;
  background-image: url('./../img/common/myic-takeaway.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.myic.myic-booking {
  width: 26px;
  height: 25px;
  background-image: url('./../img/common/myic-booking.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.myic.myic-angle-down {
  width: 18px;
  height: 18px;
  background-image: url('./../img/common/myic-angle-down.webp');
  background-position: center center;
  background-size: contain;
}
.myic.myic-apply {
  width: 18px;
  height: 18px;
  background-image: url('./../img/common/myic-apply.webp');
  background-position: center center;
  background-size: contain;
}
.myic.myic-fb {
  width: 24px;
  height: 24px;
  background-image: url('./../img/common/sc-fb.svg');
  background-position: center center;
  background-size: contain;
}
.myic.myic-fb2 {
  width: 24px;
  height: 24px;
  background-image: url('./../img/common/sc-fb2.svg');
  background-position: center center;
  background-size: contain;
}
.myic.myic-ig {
  width: 24px;
  height: 24px;
  background-image: url('./../img/common/sc-ig.svg');
  background-position: center center;
  background-size: contain;
}
.myic.myic-ig2 {
  width: 24px;
  height: 24px;
  background-image: url('./../img/common/sc-ig2.svg');
  background-position: center center;
  background-size: contain;
}
.myic.myic-calendar {
  width: 18px;
  height: 18px;
  background-image: url('./../img/common/myic-calendar.webp');
  background-position: center center;
  background-size: contain;
}
.myic.myic-seat {
  width: 18px;
  height: 18px;
  background-image: url('./../img/common/myic-seat.webp');
  background-position: center center;
  background-size: contain;
}
.myic.myic-plus {
  width: 18px;
  height: 18px;
  background-image: url('./../img/common/myic-plus.webp');
  background-position: center center;
  background-size: contain;
}
.myic.myic-mail {
  width: 18px;
  height: 18px;
  background-image: url('./../img/common/myic-mail.svg');
  background-position: center center;
  background-size: contain;
}
.btn-continue-shopping {
  padding-right: 30px;
  background-image: url('./../img/common/angle-right.svg');
  background-position: right center;
  background-size: 20px auto;
  background-repeat: no-repeat;
}
.btn-store-filter {
  padding-left: 34px;
  background-image: url('./../img/common/filter.webp');
  background-position: left center;
  background-size: 26px auto;
  background-repeat: no-repeat;
}
.navbar {
  position: sticky;
  margin: 0;
  padding: 8px 0;
  top: 0;
  min-height: unset;
  color: #F4EFEF;
  font-size: 12px;
  letter-spacing: normal;
  background: #270606;
  border: none;
  border-radius: 0;
  z-index: 10;
}
.navbar .flex {
  align-items: center;
  gap: 40px;
}
.navbar a,
.navbar span {
  color: #F4EFEF;
  font-size: 12px;
  letter-spacing: normal;
}
.navbar .lang {
  opacity: .5;
  transition: 300ms;
}
.navbar .lang.active {
  opacity: 1;
}
.navbar .announce {
  display: inline;
  height: 20px;
  text-align: left;
  white-space: nowrap;
  max-width: 50vw;
  position: relative;
  padding-left: 24px;
  overflow: hidden;
}
.navbar .announce i {
  position: absolute;
  left: 0;
  top: 1px;
  background-color: #240506;
  z-index: 1;
}
.navbar .announce>* {
  display: inline-block;
  display: -webkit-inline-block;
  vertical-align: middle;
}
.navbar .announce span {
  margin-left: 12px;
  animation-timing-function: linear;
}
.navbar .navbar-menu {
  flex: 1;
  -webkit-flex: 1;
  text-align: right;
  white-space: nowrap;
}
.navbar .navbar-menu>.group {
  display: inline-block;
  display: -webkit-inline-block;
  position: relative;
  padding: 0 20px;
}
.navbar .navbar-menu>.group a {
  margin-left: 20px;
}
.navbar .navbar-menu>.group a:first-child {
  margin-left: 0;
}
.navbar .navbar-menu>.group:nth-child(n+2):before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #F4EFEF;
}
.navbar .navbar-menu>.group:nth-child(n+2) a {
  display: block;
}
.navbar .navbar-menu>.group:last-child {
  padding-right: 0;
}
@media (max-width: 1199px) {
  .navbar .navbar-menu>.group {
    padding: 0 10px;
  }
  .navbar .navbar-menu>.group a {
    margin-left: 12px;
  }
}
.header {
  position: sticky;
  padding: 10px 0;
  top: 32.8px;
  color: #270606;
  font-size: 16px;
  letter-spacing: normal;
  background: #FFFFFF;
  border: none;
  border-radius: 0;
  z-index: 10;
}
.header .flex {
  align-items: center;
}
.header a,
.header span {
  color: #270606;
  font-size: 16px;
  letter-spacing: normal;
}
.header .logo {
  text-align: left;
}
.header .logo img {
  display: inline-block;
  display: -webkit-inline-block;
  width: 110px;
  height: 60px;
}
.header .header-menu {
  text-align: center;
  flex: 1;
  -webkit-flex: 1;
}
.header .header-menu>.group {
  display: inline-block;
  display: -webkit-inline-block;
  position: relative;
  padding: 0 21px;
}
.header .header-menu>.group a {
  margin-left: 20px;
}
.header .header-menu>.group a:first-child {
  margin-left: 0;
}
.header .header-menu>.group.active,
.header .header-menu>.group.active a {
  color: #E3AB3D;
}
.header .icon-menu {
  text-align: right;
}
.header .icon-menu .btn-search,
.header .icon-menu .btn-cart,
.header .icon-menu .btn-user {
  display: inline-block;
  display: -webkit-inline-block;
  width: 68px;
  height: 60px;
  vertical-align: middle;
}
.header .icon-menu .btn-search {
  background-image: url('./../img/common/search.svg');
  background-position: center center;
  background-size: auto 28px;
  background-repeat: no-repeat;
}
.header .icon-menu .btn-cart {
  position: relative;
  background-image: url('./../img/common/cart.svg');
  background-position: center center;
  background-size: auto 28px;
  background-repeat: no-repeat;
}
.header .icon-menu .btn-cart .badge {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: normal;
  background: #D7254F;
}
.header .icon-menu .btn-user {
  background-image: url('./../img/common/user.svg');
  background-position: center center;
  background-size: auto 28px;
  background-repeat: no-repeat;
}
.header:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: linear-gradient(180deg,rgba(0,0,0,0.14) 0%,rgba(0,0,0,0) 100%);
  transform: translateY(100%);
}
.header #SearchForm {
  width: 100%;
  height: 100%;
}
.header #SearchForm input {
  width: 100%;
  height: 100%;
}
.header .header-search {
  display: flex;
  display: -webkit-flex;
  position: absolute;
  padding: 0px 0 0px;
  gap: 10px;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  height: 0px;
  background: #FFFFFF;
  transition: 300ms;
  overflow: hidden;
  z-index: 1;
}
.header .header-search.active {
  height: 100%;
  padding: 4px 0 3px;
}
.header .header-search input {
  flex: 1;
  -webkit-flex: 1;
  padding-left: 50px;
  padding-right: 20px;
  color: #56413E;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: normal;
  border: none;
  border-bottom: #56413E 1px solid;
  border-radius: 0;
  outline: none;
  background-image: url('./../img/common/search.svg');
  background-position: left center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.header .header-search input::placeholder {
  color: #A29595;
  opacity: .5;
}
.header .header-search input:-ms-input-placeholder {
  color: #A29595;
  opacity: .5;
}
.header .header-search input::-ms-input-placeholder {
  color: #A29595;
  opacity: .5;
}
.header .header-search .btn-close {
  width: 52px;
  height: 52px;
  background-image: url('./../img/common/close.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .header .header-menu>.group {
    padding: 0 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .header-menu>.group {
    padding: 0 10px;
  }
  .header .icon-menu .btn-search,
  .header .icon-menu .btn-cart,
  .header .icon-menu .btn-user {
    width: 48px;
    height: 48px;
  }
  .header .icon-menu .btn-cart .badge {
    right: 0;
    top: 4px;
  }
}
@media (max-width: 991px) {
  .header .icon-menu .btn-cart .badge {
    right: 0;
    top: 4px;
  }
}
.header-mobile {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
}
.header-mobile.active .overlay {
  opacity: 1;
}
.header-mobile.active .header-menu {
  transform: rotateY(0deg);
}
.header-mobile a,
.header-mobile span {
  color: #270606;
  font-size: 16px;
  letter-spacing: normal;
}
.header-mobile .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 19;
  background: rgba(0,0,0,0.8);
  opacity: 0;
}
.header-mobile .logo {
  text-align: left;
}
.header-mobile .logo img {
  display: inline-block;
  display: -webkit-inline-block;
  width: 88px;
  height: 48px;
  margin: 10px 0;
  margin-left: 83px;
}
.header-mobile .header-mobile-content {
  position: relative;
  z-index: 20;
}
.header-mobile .header-title {
  position: sticky;
  top: 0;
  text-align: center;
  background: #FFFFFF;
}
.header-mobile .header-title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: linear-gradient(180deg,rgba(0,0,0,0.14) 0%,rgba(0,0,0,0) 100%);
  transform: translateY(100%);
}
.header-mobile .header-title .btn-close {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 48px;
  height: 48px;
  background-image: url('./../img/common/popup-close.webp');
  background-position: center center;
  background-size: conatin;
  background-repeat: no-repeat;
}
.header-mobile .header-menu {
  text-align: center;
  background: #FFFFFF;
  transform: rotateY(90deg);
  transform-origin: top left;
  transition: 300ms;
  max-width: 440px;
}
.header-mobile .header-menu>.group {
  display: block;
  padding: 0;
}
.header-mobile .header-menu>.group.language-group .flex {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.header-mobile .header-menu>.group a {
  display: block;
  padding: 14px 20px;
}
@media (max-width: 991px) {
  .navbar .navbar-menu>.group {
    padding: 0;
  }
  .navbar.hidden-sm+.header {
    top: 0;
  }
  .header {
    padding: 10px 0;
  }
  .header .header-hambugar {
    margin-right: 20px;
    width: 48px;
    height: 48px;
    background-image: url('./../img/common/myic-ham.webp');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header .logo {
    flex: 1;
    -webkit-flex: 1;
  }
  .header .logo img {
    width: 88px;
    height: 48px;
  }
  .header .icon-menu .btn-search,
  .header .icon-menu .btn-cart,
  .header .icon-menu .btn-user {
    width: 48px;
    height: 48px;
    vertical-align: middle;
    margin-left: 12px;
  }
  .header .header-search .btn-close {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding: 10px 0;
  }
  .navbar.hidden-xs+.header {
    top: 0;
  }
  .header {
    padding: 10px 0;
    top: 0px;
  }
  .header .header-hambugar {
    width: 42px;
    height: 42px;
  }
  .header .logo img {
    width: 77px;
    height: 42px;
  }
  .header .icon-menu .btn-search,
  .header .icon-menu .btn-cart,
  .header .icon-menu .btn-user {
    width: 42px;
    height: 42px;
  }
  .header .header-search {
    left: 0;
    right: 0;
  }
  .header .header-search .btn-close {
    width: 36px;
    height: 36px;
  }
  .header-mobile .logo img {
    width: 77px;
    height: 42px;
    margin-left: 77px;
  }
  .header-mobile .header-title .btn-close {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 576px) {
  .header {
    padding: 10px 0;
  }
  .header .header-hambugar {
    width: 36px;
    height: 36px;
  }
  .header .logo img {
    width: 66px;
    height: 36px;
  }
  .header .icon-menu .btn-search,
  .header .icon-menu .btn-cart,
  .header .icon-menu .btn-user {
    width: 36px;
    height: 36px;
  }
  .header .header-search .btn-close {
    width: 28px;
    height: 28px;
  }
  .header-mobile .logo img {
    width: 66px;
    height: 36px;
    margin-left: 71px;
  }
  .header-mobile .header-title .btn-close {
    width: 36px;
    height: 36px;
  }
}
.before-payment {
  margin: 0;
  height: 0px;
}
.section-search-result+.before-payment,
.section-rest-content+.before-payment {
  background: #FFFFFF;
}
.section-rest-list-grid+.before-payment {
  background: transparent;
}
.section-page.section-news+.before-payment,
.section-rest-list-grid+.before-payment,
#Popup_RestDetail+script+.before-payment,
.section-contact+script+script+.before-payment,
.section-about+.before-payment,
.section-career+.before-payment,
#Popup_RestDetail+.before-payment {
  display: none;
}
.payment {
  margin: 0;
  padding: 10px 0;
  background: #F4EFEF;
  z-index: 1;
}
.payment .container>div {
  font-size: 12px;
  text-align: center;
}
.payment .container>div div {
  display: inline-block;
  display: -webkit-inline-block;
}
.payment .container>div div:nth-child(n+2) {
  margin-left: 40px;
}
.payment .container>div img:nth-child(n+2) {
  margin-left: 40px;
}
.payment .container>div>* {
  margin: 2px 4px;
}
.footer {
  margin: 0;
  padding: 10px 0;
  color: #F4EFEF;
  font-size: 10px;
  letter-spacing: normal;
  background: #270606;
  z-index: 1;
}
.footer .flex {
  align-items: center;
}
.footer a,
.footer span {
  color: #F4EFEF;
  font-size: 10px;
  letter-spacing: normal;
}
.footer .copyright {
  margin-right: 43px;
}
.footer .terms {
  flex: 1;
  -webkit-flex: 1;
  text-align: right;
}
.footer .terms>.group {
  display: inline-block;
  display: -webkit-inline-block;
  position: relative;
  padding: 0 10px;
}
.footer .terms>.group a {
  margin-left: 20px;
}
.footer .terms>.group a:first-child {
  margin-left: 0;
}
.footer .terms>.group:first-child {
  padding-left: 0;
}
.footer .terms>.group:nth-child(n+2):before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #F4EFEF;
}
.footer .terms>.group:nth-child(n+2) a {
  display: block;
}
.footer .social {
  display: flex;
  text-align: right;
}
.footer .social a {
  display: inline-block;
  display: -webkit-inline-block;
  width: 24px;
  height: 24px;
}
.footer .social a:nth-child(-n+1) {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .footer .flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .footer .copyright {
    order: 3;
    margin: 15px 0 0;
    width: 100%;
    text-align: center;
  }
  .footer .terms {
    order: 1;
    text-align: center;
  }
  .footer .social {
    order: 2;
  }
}
@media (max-width: 767px) {
  .payment .container>div {
    margin: 0 -15px;
  }
  .payment .container>div div:nth-child(n+2) {
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .footer .terms {
    order: 2;
    margin: 15px 0 0;
    width: 100%;
    text-align: center;
  }
  .footer .social {
    display: block;
    order: 1;
    width: 100%;
    text-align: center;
  }
  .footer .social a {
    vertical-align: middle;
  }
  .payment .container>div img:nth-child(n+2) {
    margin-left: 20px;
  }
}
.my-pts-grid {
  margin: 30px 0;
  padding: 40px;
  background: #F4EFEF;
}
.my-pts-grid span {
  color: #56413E;
  font-size: 18px;
  opacity: .5;
}
.my-pts-grid span:first-child {
  font-size: 60px;
  font-weight: 600;
  opacity: 1;
}
#Popup_Coupon.popup .popup-content-div,
#CouponList.popup .popup-content-div,
.section-member.popup .popup-content-div {
  padding: 40px 60px 60px;
  width: 920px;
}
#Popup_Coupon .popup-title,
#CouponList .popup-title,
.section-member .popup-title {
  font-family: 'Noto Sans', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
}
#Popup_Coupon .popup-title .tab-group,
#CouponList .popup-title .tab-group,
.section-member .popup-title .tab-group {
  display: flex;
  display: -webkit-flex;
  gap: 10px;
  margin: 0 -15px;
  border-bottom: #BAA7A3 1px solid;
}
#Popup_Coupon .popup-title .tab-group .tab,
#CouponList .popup-title .tab-group .tab,
.section-member .popup-title .tab-group .tab {
  flex: 1;
  -webkit-flex: 1;
  padding-bottom: 18px;
  color: #A29595;
  font-weight: 400;
  opacity: .5;
  transition: 300ms;
  border-bottom: #E3AB3D 0px solid;
  cursor: pointer;
  text-transform: none;
}
#Popup_Coupon .popup-title .tab-group .tab.active,
#CouponList .popup-title .tab-group .tab.active,
.section-member .popup-title .tab-group .tab.active {
  padding-bottom: 18px;
  color: #270606;
  font-weight: 600;
  opacity: 1;
  border-bottom-width: 4px;
}
#CheckoutCouponListDiv #CheckoutCouponList {
  min-height: auto;
}
#CheckoutCouponListDiv #CheckoutCouponList>.remarks {
  font-size: 18px;
}
#CheckoutCouponListDiv #CheckoutCouponList .item-qty-control {
  margin-top: 14px;
}
#CheckoutCouponList,
#CouponListOpts,
#CouponRedemptionCenter {
  min-height: 400px;
}
#CheckoutCouponList .checkbox-group,
#CheckoutCouponList .checkbox-group.size-lg,
#CouponListOpts .checkbox-group,
#CouponListOpts .checkbox-group.size-lg,
#CouponRedemptionCenter .checkbox-group,
#CouponRedemptionCenter .checkbox-group.size-lg {
  gap: 20px;
}
#CheckoutCouponList .checkbox-group span,
#CheckoutCouponList .checkbox-group.size-lg span,
#CouponListOpts .checkbox-group span,
#CouponListOpts .checkbox-group.size-lg span,
#CouponRedemptionCenter .checkbox-group span,
#CouponRedemptionCenter .checkbox-group.size-lg span {
  color: #270606;
  font-size: 28px;
}
#CheckoutCouponList .checkbox-group span.sub,
#CheckoutCouponList .checkbox-group.size-lg span.sub,
#CouponListOpts .checkbox-group span.sub,
#CouponListOpts .checkbox-group.size-lg span.sub,
#CouponRedemptionCenter .checkbox-group span.sub,
#CouponRedemptionCenter .checkbox-group.size-lg span.sub {
  color: #56413E;
  font-size: 18px;
}
#CheckoutCouponList .checkbox-group .pts,
#CheckoutCouponList .checkbox-group.size-lg .pts,
#CouponListOpts .checkbox-group .pts,
#CouponListOpts .checkbox-group.size-lg .pts,
#CouponRedemptionCenter .checkbox-group .pts,
#CouponRedemptionCenter .checkbox-group.size-lg .pts {
  color: #E3AB3D;
  font-size: 24px;
}
#CheckoutCouponList .remarks,
#CouponListOpts .remarks,
#CouponRedemptionCenter .remarks {
  font-size: 14px;
  letter-spacing: normal;
}
#CheckoutCouponList .remarks.remarks-red,
#CouponListOpts .remarks.remarks-red,
#CouponRedemptionCenter .remarks.remarks-red {
  display: block;
  color: #D7254F;
  margin-top: 14px;
}
#CheckoutCouponList .qty,
#CouponListOpts .qty,
#CouponRedemptionCenter .qty {
  margin-right: 24px;
}
#CheckoutCouponList .item-qty-control,
#CouponListOpts .item-qty-control,
#CouponRedemptionCenter .item-qty-control {
  gap: 0;
  width: 140px;
}
#CheckoutCouponList .item-qty-control .item-qty-minus,
#CheckoutCouponList .item-qty-control .item-qty-plus,
#CouponListOpts .item-qty-control .item-qty-minus,
#CouponListOpts .item-qty-control .item-qty-plus,
#CouponRedemptionCenter .item-qty-control .item-qty-minus,
#CouponRedemptionCenter .item-qty-control .item-qty-plus {
  width: 32px;
  height: 32px;
}
#CheckoutCouponList .item-qty-control .item-qty-num input,
#CouponListOpts .item-qty-control .item-qty-num input,
#CouponRedemptionCenter .item-qty-control .item-qty-num input {
  padding: 0;
  height: 32px;
  border: none;
  outline: none;
}
#CheckoutCouponList .content,
#CouponListOpts .content,
#CouponRedemptionCenter .content {
  flex: 1;
  -webkit-flex: 1;
}
#CouponDetailDiv .popup-title .btn-back {
  padding-left: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  background-image: url('./../img/common/angle-left-24.webp');
  background-position: left center;
  background-size: 24px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
#CouponDetailDiv .popup-title hr {
  margin: 10px 0;
}
#CouponDetailDiv .popup-content {
  text-align: left;
}
#CouponDetailDiv .popup-content .info-div {
  display: flex;
  display: -webkit-flex;
  margin: 40px 0;
  align-items: center;
}
#CouponDetailDiv .popup-content .info-content {
  flex: 1;
  -webkit-flex: 1;
  text-align: left;
}
#CouponDetailDiv .popup-content .info-content>div:nth-child(n+2) {
  margin-top: 14px;
}
#CouponDetailDiv .detail-image {
  margin: 50px 0 60px;
  text-align: center;
}
#CouponDetailDiv .title {
  font-size: 28px;
  font-weight: 600;
}
#CouponDetailDiv .pts {
  color: #E3AB3D;
  font-size: 28px;
}
#CouponDetailDiv .item-qty-control {
  gap: 0;
  width: 140px;
}
#CouponDetailDiv .item-qty-control .item-qty-minus,
#CouponDetailDiv .item-qty-control .item-qty-plus {
  width: 32px;
  height: 32px;
}
#CouponDetailDiv .item-qty-control .item-qty-num input {
  padding: 0;
  height: 32px;
  border: none;
  outline: none;
}
#CouponDetailDiv .btn-submit {
  position: sticky;
  top: 0;
  z-index: 1;
  text-align: center;
}
@media (max-width: 767px) {
  #Popup_Coupon.popup .popup-content-div,
  #CouponList.popup .popup-content-div {
    padding: 20px 30px 30px;
  }
  #CheckoutCouponList .checkbox-group,
  #CheckoutCouponList .checkbox-group.size-lg,
  #CouponListOpts .checkbox-group,
  #CouponListOpts .checkbox-group.size-lg,
  #CouponRedemptionCenter .checkbox-group,
  #CouponRedemptionCenter .checkbox-group.size-lg {
    gap: 10px;
  }
  #CheckoutCouponList .checkbox-group span,
  #CheckoutCouponList .checkbox-group.size-lg span,
  #CouponListOpts .checkbox-group span,
  #CouponListOpts .checkbox-group.size-lg span,
  #CouponRedemptionCenter .checkbox-group span,
  #CouponRedemptionCenter .checkbox-group.size-lg span {
    font-size: 20px;
  }
  #CheckoutCouponList .checkbox-group span.sub,
  #CheckoutCouponList .checkbox-group.size-lg span.sub,
  #CouponListOpts .checkbox-group span.sub,
  #CouponListOpts .checkbox-group.size-lg span.sub,
  #CouponRedemptionCenter .checkbox-group span.sub,
  #CouponRedemptionCenter .checkbox-group.size-lg span.sub {
    font-size: 14px;
  }
  #CheckoutCouponList .remarks.remarks-red,
  #CouponListOpts .remarks.remarks-red,
  #CouponRedemptionCenter .remarks.remarks-red {
    margin-top: 12px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .my-pts-grid {
    padding: 30px 15px;
  }
  .my-pts-grid span:first-child {
    font-size: 32px;
  }
  #Popup_Coupon .popup-title .tab-group .tab,
  #CouponList .popup-title .tab-group .tab {
    font-size: 15px;
  }
  #CheckoutCouponList .checkbox-group,
  #CheckoutCouponList .checkbox-group.size-lg,
  #CouponListOpts .checkbox-group,
  #CouponListOpts .checkbox-group.size-lg,
  #CouponRedemptionCenter .checkbox-group,
  #CouponRedemptionCenter .checkbox-group.size-lg {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #CheckoutCouponList .checkbox-group span,
  #CheckoutCouponList .checkbox-group.size-lg span,
  #CouponListOpts .checkbox-group span,
  #CouponListOpts .checkbox-group.size-lg span,
  #CouponRedemptionCenter .checkbox-group span,
  #CouponRedemptionCenter .checkbox-group.size-lg span {
    font-size: 18px;
  }
  #CheckoutCouponList .checkbox-group span.sub,
  #CheckoutCouponList .checkbox-group.size-lg span.sub,
  #CouponListOpts .checkbox-group span.sub,
  #CouponListOpts .checkbox-group.size-lg span.sub,
  #CouponRedemptionCenter .checkbox-group span.sub,
  #CouponRedemptionCenter .checkbox-group.size-lg span.sub {
    font-size: 12px;
  }
  #CheckoutCouponList .content,
  #CouponListOpts .content,
  #CouponRedemptionCenter .content {
    flex: auto;
    -webkit-flex: auto;
    width: 100%;
    text-align: center;
  }
  #CheckoutCouponList .item-qty-control,
  #CouponListOpts .item-qty-control,
  #CouponRedemptionCenter .item-qty-control {
    width: 100%;
  }
  #CouponRedemptionCenter .checkbox-group>*,
  #CouponRedemptionCenter .checkbox-group.size-lg>* {
    width: 100%;
    text-align: center;
  }
  #CouponDetailDiv {
    margin: 0 -15px;
  }
  #CouponDetailDiv .popup-content .info-div {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #CouponDetailDiv .popup-content .info-content {
    flex: auto;
    -webkit-flex: auto;
    width: 100%;
  }
  #CheckoutCouponList .checkbox-group>*:nth-child(1) {
    order: 3;
    flex: 1;
    -webkit-flex: 1;
    text-align: center;
  }
  #CheckoutCouponList .checkbox-group>*:nth-child(2) {
    order: 1;
    width: 100%;
    text-align: center;
  }
  #CheckoutCouponList .checkbox-group>*:nth-child(3) {
    order: 2;
  }
  #CheckoutCouponList .checkbox-group>*:nth-child(4) {
    order: 4;
    flex: 1;
    -webkit-flex: 1;
    text-align: center;
  }
  #CheckoutCouponList .checkbox-group:nth-child(-n+2) {
    padding-bottom: 30px;
    border-bottom: rgba(186,167,163,0.5) 1px solid;
  }
}
html body .ui-widget.ui-widget-content {
  gap: 40px;
  border: none;
  padding: 0;
}
html body .ui-datepicker-multi-2 .ui-datepicker-group {
  flex: 1;
  -webkit-flex: 1;
}
html body .ui-datepicker-row-break,
html body .ui-helper-clearfix:before,
html body .ui-helper-clearfix:after {
  display: none;
}
html body .ui-datepicker table,
html body .ui-datepicker table thead tr,
html body .ui-datepicker table tbody,
html body .ui-datepicker table tbody tr {
  width: 100%;
  gap: 4px;
  letter-spacing: 0.04em;
}
html body .ui-datepicker table thead {
  width: 100%;
}
html body .ui-datepicker-multi .ui-datepicker-group table,
html body .ui-datepicker-multi .ui-datepicker-group table tbody {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
html body .ui-datepicker th,
html body .ui-datepicker td {
  flex: 1;
  -webkit-flex: 1;
  position: relative;
}
html body .ui-datepicker th {
  height: 40px;
  color: #56413E;
  font-size: 14px;
  padding: 0.7em 0;
}
html body .ui-datepicker td {
  height: 48px;
}
html body .ui-datepicker td.special:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #E3AB3D;
  border-radius: 50%;
}
html body .ui-datepicker .ui-widget-header {
  background: transparent;
  border: none;
  padding: 20px 20px;
  width: 100%;
}
html body .ui-datepicker .ui-datepicker-title {
  color: #270606;
}
html body .ui-state-default,
html body .ui-widget-content .ui-state-default,
html body .ui-widget-header .ui-state-default,
html body .ui-button,
html body .ui-button.ui-state-disabled:hover,
html body .ui-button.ui-state-disabled:active {
  border: none;
  border-radius: 5px;
  box-shadow: #A29595 0px 0px 1px 1px;
  height: 100%;
  line-height: 42px;
  text-align: center;
  background: transparent;
  color: #56413E;
  font-size: 14px;
}
html body .ui-state-active,
html body .ui-widget-content .ui-state-active,
html body .ui-widget-header .ui-state-active,
html body a.ui-button:active,
html body .ui-button:active,
html body .ui-button.ui-state-active:hover {
  background: #56413E;
  color: #F4EFEF;
}
html body .ui-datepicker-today .ui-state-active,
html body .ui-datepicker-today .ui-widget-content .ui-state-active,
html body .ui-datepicker-today .ui-widget-header .ui-state-active,
html body .ui-datepicker-today a.ui-button:active,
html body .ui-datepicker-today .ui-button:active,
html body .ui-datepicker-today .ui-button.ui-state-active:hover {
  background: transparent;
  color: #56413E;
}
html body .booking-today .ui-state-active,
html body .booking-today .ui-widget-content .ui-state-active,
html body .booking-today .ui-widget-header .ui-state-active,
html body .booking-today a.ui-button:active,
html body .booking-today .ui-button:active,
html body .booking-today .ui-button.ui-state-active:hover {
  background: #56413E;
  color: #F4EFEF;
}
html body .ui-state-disabled,
html body .ui-widget-content .ui-state-disabled,
html body .ui-widget-header .ui-state-disabled {
  opacity: 1;
}
html body .ui-state-disabled span,
html body .ui-widget-content .ui-state-disabled span,
html body .ui-widget-header .ui-state-disabled span {
  color: #BAA7A3;
  box-shadow: none;
}
html body .ui-datepicker .ui-datepicker-prev,
html body .ui-datepicker .ui-datepicker-next {
  top: 50%;
  transform: translateY(-50%);
}
html body .timepicker tr td {
  text-align: center;
}
html body .timepicker tr td .btn {
  color: #54413e;
}
html body .timepicker tr td .btn-primary {
  background-color: #54413e;
  border-color: #54413e;
  color: #ffffff;
}
html body .input .ui-widget.ui-widget-content {
  width: 100% !important;
  display: flex !important;
  display: -webkit-flex !important;
}
html body .input .ui-datepicker table,
html body .input .ui-datepicker table thead tr,
html body .input .ui-datepicker table tbody,
html body .input .ui-datepicker table tbody tr {
  display: flex;
  display: -webkit-flex;
}
html body>.ui-widget.ui-widget-content {
  width: 495px !important;
}
html body>.ui-widget.ui-widget-content table thead tr,
html body>.ui-widget.ui-widget-content table tbody tr {
  display: flex;
  display: -webkit-flex;
}
@media (max-width: 1440px) {
  html body .input .ui-datepicker td {
    height: 32px;
  }
  html body .input .ui-datepicker td.special:after {
    right: 5px;
    top: 5px;
    width: 4px;
    height: 4px;
  }
  html body .input .ui-state-default,
  html body .input .ui-widget-content .ui-state-default,
  html body .input .ui-widget-header .ui-state-default,
  html body .input .ui-button,
  html body .input .ui-button.ui-state-disabled:hover,
  html body .input .ui-button.ui-state-disabled:active {
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  html body .ui-widget.ui-widget-content {
    gap: 20px;
  }
  html body>.ui-widget.ui-widget-content {
    width: 465px !important;
  }
}
@media (max-width: 991px) {
  html body .ui-datepicker td {
    height: 40px;
  }
  html body .ui-datepicker td.special:after {
    right: 8px;
    top: 8px;
    width: 4px;
    height: 4px;
  }
  html body .ui-state-default,
  html body .ui-widget-content .ui-state-default,
  html body .ui-widget-header .ui-state-default,
  html body .ui-button,
  html body .ui-button.ui-state-disabled:hover,
  html body .ui-button.ui-state-disabled:active {
    line-height: 34px;
  }
  html body>.ui-widget.ui-widget-content {
    width: 355px !important;
  }
}
@media (max-width: 767px) {
  html body .ui-datepicker-group-last {
    display: none;
  }
  html body .ui-datepicker td {
    height: 56px;
  }
  html body .ui-datepicker td.special:after {
    right: 10px;
    top: 10px;
    width: 6px;
    height: 6px;
  }
  html body .ui-state-default,
  html body .ui-widget-content .ui-state-default,
  html body .ui-widget-header .ui-state-default,
  html body .ui-button,
  html body .ui-button.ui-state-disabled:hover,
  html body .ui-button.ui-state-disabled:active {
    line-height: 48px;
    font-size: 18px;
  }
  html body .ui-datepicker th {
    font-size: 18px;
  }
  html body .ui-widget.ui-widget-content {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  html body .ui-datepicker table,
  html body .ui-datepicker table thead tr,
  html body .ui-datepicker table tbody,
  html body .ui-datepicker table tbody tr {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  html body>.ui-widget.ui-widget-content {
    width: calc(50vw - 20px) !important;
  }
}
@media (max-width: 575px) {
  html body .input .ui-datepicker td {
    height: 42px;
  }
  html body .input .ui-datepicker td.special:after {
    right: 8px;
    top: 8px;
    width: 4px;
    height: 4px;
  }
  html body .input .ui-state-default,
  html body .input .ui-widget-content .ui-state-default,
  html body .input .ui-widget-header .ui-state-default,
  html body .input .ui-button,
  html body .input .ui-button.ui-state-disabled:hover,
  html body .input .ui-button.ui-state-disabled:active {
    line-height: 36px;
    font-size: 14px;
  }
  html body .input .ui-datepicker th {
    font-size: 14px;
  }
  html body>.ui-widget.ui-widget-content {
    width: calc(100vw - 30px) !important;
  }
}
.booking-card {
  margin: auto;
  width: 600px;
  max-width: calc(100vw - 30px);
}
.booking-card .booking-info {
  padding: 30px;
  background-color: #F9F9F9;
  border-radius: 20px;
  text-align: center;
}
.booking-card .booking-info .booking-no {
  color: #888888;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.04em;
}
.booking-card .booking-info .date {
  margin: 10px;
  color: #000000;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.08em;
}
.booking-card .booking-info .time {
  margin: 20px;
  color: #E3AB3D;
  font-weight: 600;
  font-size: 48px;
  line-height: 67px;
  letter-spacing: 0.04em;
}
.booking-card .booking-info .size {
  color: #000000;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.08em;
}
@media (max-width: 575px) {
  .booking-card .booking-info .date {
    font-size: 24px;
  }
  .booking-card .booking-info .size {
    font-size: 18px;
  }
}
#MyLoading {
  z-index: 1000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.2);
  display: none;
  cursor: wait;
}
#MyLoading >div {
  position: absolute;
  left: 50%;
  top: 50%;
}
#MyLoading .loading {
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  transform-origin: center center;
  border: #FFFFFF 1px ridge;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 50%;
}
#MyAlert {
  z-index: 30;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  display: none;
}
#MyAlert .btn-popup-close {
  z-index: 9;
  cursor: pointer;
}
#MyAlert .btn-popup-close:before,
#MyAlert .btn-popup-close:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  background-color: linear-gradient(0deg,rgba(214,200,202,0.14),rgba(214,200,202,0.14)), #F4EFEF;
  border-top: #56413E 2px solid;
  border-bottom: #56413E 2px solid;
  transition: 300ms;
}
#MyAlert .btn-popup-close:before {
  top: 21px;
}
#MyAlert .btn-popup-close:after {
  bottom: 21px;
}
#MyAlert .btn-popup-close.active:before,
#MyAlert .btn-popup-close.active:after {
  height: 2px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #56413E;
  background-color: #56413E;
}
#MyAlert .btn-popup-close.active:before {
  top: 40px;
  transform: rotate(45deg) scale(.8);
}
#MyAlert .btn-popup-close.active:after {
  top: 40px;
  transform: rotate(-45deg) scale(.8);
}
#MyAlert >div {
  position: absolute;
  padding: 24px 24px;
  left: 50%;
  top: 50%;
  width: auto;
  min-width: 150px;
  max-width: 80vw;
  transform: translate(-50%,-50%);
  color: #56413E;
  background: #ffffff;
  border-radius: 5px;
  max-height: 90vh;
  overflow: auto;
}
#MyAlert >div .title {
  margin-bottom: 24px;
  color: #56413E;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
#MyAlert >div .title span {
  vertical-align: middle;
}
#MyAlert >div .content {
  margin-top: 24px;
  margin-bottom: 30px;
  color: #56413E;
  font-size: 18px;
  line-height: 1.5;
  max-height: calc(90vh - 146px);
  overflow: auto;
}
#MyAlert >div .content ul li {
  padding-left: 20px;
  background-image: url('./../images/draft/alert_li.jpg');
  background-size: auto 1px;
  background-position: 5px 10px;
  background-repeat: no-repeat;
}
#MyAlert >div .content ul.decimal {
  padding-left: 20px;
  list-style-type: decimal;
}
#MyAlert >div .content ul.decimal li {
  padding: 0;
  background: none;
}
#MyAlert >div .confirm,
#MyAlert >div .cancel {
  display: inline-block;
  display: -webkit-inline-block;
  margin-left: 20px;
  color: linear-gradient(0deg,rgba(214,200,202,0.14),rgba(214,200,202,0.14)), #F4EFEF;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
  background-color: #56413E;
}
#MyAlert >div .cancel {
  color: #56413E;
  background-color: transparent;
}
#MyAlert >div .username {
  vertical-align: middle;
}
#MyAlert >div .username .user-icon-small {
  position: relative;
  margin: 0;
  width: 70px;
  height: 70px;
  float: left;
  broder-width: 2px;
  vertical-align: middle;
}
#MyAlert >div .username .user-icon-small .vip-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  background-image: url('./../images/output/ic_vip_club.png');
  background-size: 27px 27px;
  background-position: center center;
  background-repeat: no-repeat;
}
#MyAlert >div .username .user-name {
  margin-left: 20px;
  color: #56413E;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
}
#MyAlert[data-size=full] div {
  width: 100%;
}
#MyAlert[data-size=half]>div {
  width: 50%;
}
@media (max-width: 575px) {
  #MyAlert >div,
  #MyQR >div,
  #MyConfirm >div,
  #MyChoice >div,
  #MyConfirmGrand >div,
  #MyShare >div {
    max-width: 100%;
    max-height: 100%;
  }
  #MyAlert >div .content,
  #MyQR >div .content,
  #MyConfirm >div .content,
  #MyChoice >div .content,
  #MyConfirmGrand >div .content,
  #MyShare >div .content {
    max-height: calc(90% - 146px);
  }
}
#MyChoice {
  z-index: 40;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  z-index: 200;
}
#MyChoice .btn-popup-close {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  z-index: 9;
  border: #000000 1px solid;
  cursor: pointer;
  background: #ffffff;
  border-radius: 50%;
}
#MyChoice .btn-popup-close:before,
#MyChoice .btn-popup-close:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  background-color: linear-gradient(0deg,rgba(214,200,202,0.14),rgba(214,200,202,0.14)), #F4EFEF;
  border-top: #56413E 2px solid;
  border-bottom: #56413E 2px solid;
  transition: 300ms;
}
#MyChoice .btn-popup-close:before {
  top: 21px;
}
#MyChoice .btn-popup-close:after {
  bottom: 21px;
}
#MyChoice>div {
  position: absolute;
  padding: 24px 24px;
  left: 50%;
  top: 50%;
  width: auto;
  min-width: 150px;
  max-width: 80vw;
  transform: translate(-50%,-50%);
  color: #56413E;
  background: #ffffff;
  border-radius: 10px;
  max-height: 90vh;
  overflow: auto;
}
#MyChoice>div>div.popup-content {
  padding: 10px 0px 0;
  background: #ffffff;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#MyChoice .title {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #56413E;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
#MyChoice .title span {
  vertical-align: middle;
}
#MyChoice .content {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #56413E;
  font-size: 18px;
  line-height: 1.5;
  max-height: calc(90vh - 146px);
  overflow: auto;
}
#MyChoice .btn-group {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  gap: 10px;
}
#MyChoice .btn-group .btn-custom {
  margin: 0;
  padding: 8px 20px;
  border-radius: 20px;
}
@media (max-width: 575px) {
  #MyChoice >div {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
  }
  #MyChoice >div .content {
    max-height: calc(90% - 146px);
  }
}
.flex-card {
  margin-bottom: 60px;
  gap: 40px;
}
.flex-card>* {
  flex: 1;
  -webkit-flex: 1;
}
.flex-card img {
  width: 100%;
}
.table-membership {
  text-align: center;
  font-size: 18px;
}
.table-membership thead tr th {
  padding: 14px 20px;
  text-align: center;
  color: #F4EFEF;
  background: #A29595;
  border: none;
}
.table-membership thead tr th:first-child {
  background: none;
}
.table-membership thead tr th:nth-child(2) {
  border-top-left-radius: 5px;
}
.table-membership thead tr th:nth-child(4) {
  border-top-right-radius: 5px;
}
.table-membership tbody tr td {
  padding: 28px;
  vertical-align: middle;
  border: none;
}
.table-membership tbody tr td ul {
  padding-left: 20px;
  text-align: left;
}
.table-membership tbody tr td li+li {
  margin-top: 10px;
}
.table-membership tbody tr td:first-child {
  text-align: left;
  white-space: nowrap;
}
.table-membership tbody tr:nth-child(odd) td {
  background: #F9F7F7;
}
@media (max-width: 1199px) {
  .flex-card {
    gap: 20px;
  }
  .table-membership {
    font-size: 16px;
  }
  .table-membership tbody tr td {
    padding: 14px 20px;
  }
}
@media (max-width: 991px) {
  .flex-card {
    gap: 10px;
  }
  .flex-card>* {
    cursor: pointer;
    opacity: .5;
  }
  .flex-card>*.active {
    opacity: 1;
  }
  .table-membership thead {
    display: none;
  }
  .table-membership tbody tr td {
    padding: 8px 12px;
    text-align: left;
    font-size: 14px;
  }
  .table-membership tbody tr td.off {
    display: none;
  }
  .table-membership tbody tr td:first-child {
    vertical-align: top;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .section-news-list {
    padding: 30px 0 30px;
  }
  .flex-card {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .join-us,
  .section-news-list .join-us {
    padding: 20px 20px;
    font-size: 16px;
  }
  .join-us h3,
  .section-news-list .join-us h3 {
    font-size: 18px;
  }
  .join-us .btn-group-custom,
  .section-news-list .join-us .btn-group-custom {
    margin-top: 20px;
    gap: 12px;
  }
  .join-us .btn-group-custom .btn-custom,
  .section-news-list .join-us .btn-group-custom .btn-custom {
    min-width: unset;
    padding: 8px 12px;
    flex: 1;
    -webkit-flex: 1;
    font-size: 14px;
    white-space: nowrap;
  }
}
#QuestionnaireDiv .info-div {
  margin-top: 40px;
}
#QuestionnaireDiv .info-detail {
  gap: 50px;
}
#QuestionnaireDiv .info-detail>div {
  flex: 1;
  -webkit-flex: 1;
  align-items: center;
}
#QuestionnaireDiv .info-detail>div>div {
  flex: 1;
  -webkit-flex: 1;
}
#QuestionnaireDiv .info-detail>div>div:first-child {
  text-align: left;
}
#QuestionnaireDiv .info-detail>div>div:last-child {
  text-align: right;
}
#QuestionnaireDiv .checkbox-group.size-lg {
  align-items: baseline;
  gap: 6px;
}
#QuestionnaireDiv .checkbox-group.size-lg input[type=checkbox],
#QuestionnaireDiv .checkbox-group.size-lg input[type=radio] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  transform: translateY(2px);
}
#QuestionnaireDiv .checkbox-group.size-lg input[type=checkbox]:after,
#QuestionnaireDiv .checkbox-group.size-lg input[type=radio]:after {
  left: 4.5px;
  top: 1px;
  width: 5px;
  height: 9.5px;
  border-bottom: #FFFFFF 1px solid;
  border-right: #FFFFFF 1px solid;
}
#QuestionnaireDiv .checkbox-group.size-lg input[type=checkbox]:checked+span+input[type=text],
#QuestionnaireDiv .checkbox-group.size-lg input[type=radio]:checked+span+input[type=text] {
  display: block;
}
#QuestionnaireDiv .checkbox-group.size-lg input[type=checkbox]+span+input[type=text],
#QuestionnaireDiv .checkbox-group.size-lg input[type=radio]+span+input[type=text] {
  display: none;
  padding: 0 12px;
  border: none;
  border-bottom: #56413E 1px solid;
  border-radius: 0;
  outline: none;
}
#QuestionnaireDiv .checkbox-group.size-lg span {
  font-size: 18px;
}
#QuestionnaireDiv .item-grid[data-type=questionnare-s] {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  gap: 40px;
  margin-top: 20px;
}
#QuestionnaireDiv .item-grid[data-type=questionnare-q] {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}
#QuestionnaireDiv .item-grid[data-type=questionnare-a] {
  display: flex;
  display: -webkit-flex;
  align-items: start;
  gap: 20px;
  margin-top: 12px;
}
#QuestionnaireDiv .item-grid[data-type=questionnare-a]>.item {
  width: 25%;
}
#QuestionnaireDiv .btn-submit {
  max-width: 320px;
  margin: auto;
}
.selectpicker-div button {
  padding: 16px 14px;
  padding-right: 40px;
  width: 100%;
  color: #56413E;
  font-size: 18px;
  letter-spacing: 0.04em;
  background-image: url(./../img/common/tri-down.svg);
  background-position: calc(100% - 20px) center;
  background-size: 18px 14px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: #56413E 1px solid;
  box-shadow: none;
  border-radius: 5px;
  transition: 100ms;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.selectpicker-div .filter-option {
  transform: translateY(10px);
}
.selectpicker-div .small-label {
  position: absolute;
  left: 14px;
  line-height: 1;
  transition: 100ms;
  pointer-events: none;
  top: 10px;
  color: #56413E;
  font-size: 12px;
  opacity: 1;
  transform: none;
}
.dropdown-menu {
  z-index: 9;
}
@media (max-width: 1440px) {
  #QuestionnaireDiv .info-detail {
    gap: 40px;
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (max-width: 1199px) {
  #QuestionnaireDiv .info-detail {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 12px;
  }
  #QuestionnaireDiv .info-detail>div {
    flex: auto;
    -webkit-flex: auto;
    width: 100%;
  }
  #QuestionnaireDiv .item-grid[data-type=questionnare-a] {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 4px 25px;
    margin-bottom: 0;
  }
  #QuestionnaireDiv .item-grid[data-type=questionnare-a]>.item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  #NotifyDetail {
    padding: 30px 15px;
  }
  #NotifyDetail .info-div {
    margin-top: 20px;
  }
  #NotifyDetail .info-content .title {
    font-size: 20px;
  }
  #NotifyDetail .info-content .remarks {
    font-size: 12px;
  }
  #NotifyDetail .info-content .terms {
    font-size: 14px;
  }
  #NotifyDetail .checkbox-group.size-lg span {
    font-size: 13px;
  }
}
