a {
  font-family: "PTSans-Regular" !important;
}

p {
  font-family: "PTSans-Regular" !important;
}

body {
  font-family: "PTSans-Regular" !important;
}

/* .button {
  border-radius: 6px !important;
} */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#create-trip-button {
  position: absolute;
  top: 18px !important;
  top: calc(18px + constant(safe-area-inset-top)) !important;
  top: calc(18px + env(safe-area-inset-top)) !important;
  left: 15px;
  height: 34px;
  z-index: 102;
  width: 34px;
  text-align: center;
  padding: 0px;
  /*-webkit-transition: top 1s; !* Safari *!*/
  /*transition: top 1s;*/
  background: rgb(255, 255, 255);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 45px;
  padding-top: 0px !important;
  animation-name: create-trip-anime;
  animation-duration: 0.3s;
}

#close-modal-button {
  position: absolute;
  top: 18px !important;
  left: 15px;
  height: 34px;
  z-index: 102;
  width: 34px;
  text-align: center;
  padding: 0px;
  /*-webkit-transition: top 1s; !* Safari *!*/
  /*transition: top 1s;*/
  background: rgb(255, 255, 255);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 45px;
  padding-top: 0px !important;
  animation-name: create-trip-anime;
  animation-duration: 0.3s;
}

#search-plu-button {
  position: absolute;
  top: 18px !important;
  top: calc(18px + constant(safe-area-inset-top)) !important;
  top: calc(18px + env(safe-area-inset-top)) !important;
  right: 15px;
  height: 34px;
  z-index: 102;
  width: 34px;
  text-align: center;
  padding: 0px;
  /*-webkit-transition: top 1s; !* Safari *!*/
  /*transition: top 1s;*/
  background: rgb(255, 255, 255);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 45px;
  padding-top: 0px !important;
  animation-name: create-trip-anime;
  animation-duration: 0.3s;
}

#delete-edit-product-button {
  position: absolute;
  top: 24px !important;
  top: calc(24px + constant(safe-area-inset-top)) !important;
  top: calc(24px + env(safe-area-inset-top)) !important;
  right: 115px;
  height: 34px;
  z-index: 102;
  width: 34px;
  text-align: center;
  padding: 0px;
  /*-webkit-transition: top 1s; !* Safari *!*/
  /*transition: top 1s;*/
  background: rgb(255, 255, 255);

  padding-top: 0px !important;
  animation-name: create-trip-anime;
  animation-duration: 0.3s;
}

#quantity-select-button {
  position: absolute;
  bottom: 68px;
  bottom: calc(68px + (constant(safe-area-inset-bottom))) !important;
  bottom: calc(68px + (env(safe-area-inset-bottom))) !important;
  z-index: 102;
  text-align: center;
  padding: 0px;
  /*-webkit-transition: top 1s; !* Safari *!*/
  /*transition: top 1s;*/
  /* animation-name: create-trip-anime;
	animation-duration: 0.3s; */
}

.paymethodbtn:hover {
  background-color: #5CABD2 !important;
  font-family: PTSans-Bold !important;
  color: white !important;
  border: unset !important;
  width: 100% !important;
  font-size: 16px !important;
  border-radius: 100px !important;
}

.orderMethodBtn-on {
  background-color: black !important;
  font-family: PTSans-Bold !important;
  border-radius: 100px !important;
  color: white !important;
  width: 100px !important;
  font-size: 14px !important;
  line-height: 40px;
  min-height: 42px;
}

.orderMethodBtn-off {
  background: rgb(235, 235, 235);
  border-radius: 100px !important;
  font-family: PTSans-Bold !important;
  color: black !important;
  width: 100px !important;
  font-size: 14px !important;
  line-height: 40px;
  min-height: 42px;
}

.multirow-display-text {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  /* 保证文字垂直居中 */
}

.multirow-display {}

.multirow-display:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.cartEditBtn-on {
  padding: 1px 15px 3px 15px;
  border-radius: 45px;
  border: 1px solid #5CABD2;
  background: #5CABD2;
  color: white;
  font-size: 14px;
  letter-spacing: 0.29pt !important;
}

.cartEditBtn-off {
  padding: 1px 15px 3px 15px;
  border-radius: 45px;
  border: 1px solid black;
  color: black;
  font-size: 14px;
  letter-spacing: 0.29pt !important;
}

.fq-opacity-1 {
  opacity: 1;
}

.fq-opacity-04 {
  opacity: 0.4;
}

/* tour guide */
/* Store  */
.tour-storesHeader-height {
  height: 14px;
  height: calc(14px + (constant(safe-area-inset-top))) !important;
  height: calc(14px + (env(safe-area-inset-top))) !important;
}

/* store details */
.tour-storesDetails-height {
  height: calc(100% - 60px) !important;
  height: calc(100% - 60px - (constant(safe-area-inset-bottom))) !important;
  height: calc(100% - 60px - (env(safe-area-inset-bottom))) !important;
}

.tour-storesImg-Height {
  height: calc(100% - 118px) !important;
  height: calc(100% - 118px - (env(safe-area-inset-top) + env(safe-area-inset-bottom))) !important;
  height: calc(100% - 118px - (constant(safe-area-inset-top) + constant(safe-area-inset-bottom))) !important;
}

.tour-storesBtn-bottom {
  bottom: calc(0px) !important;
  bottom: calc(0px + (constant(safe-area-inset-bottom))) !important;
  bottom: calc(0px + (env(safe-area-inset-bottom))) !important;
}

.tour-storesDetails-bottom {
  bottom: calc(60px) !important;
  bottom: calc(60px + (constant(safe-area-inset-bottom))) !important;
  bottom: calc(60px + (env(safe-area-inset-bottom))) !important;
}

.home-emptylist-top {
  top: calc((100% / 2) - 128px) !important;
  /* top: calc( (100% / 2) + 60px  + (constant(safe-area-inset-bottom)))!important;
	top: calc( (100% / 2) + 60px + (env(safe-area-inset-bottom)))!important;	 */
}

.continueCheckOut-on {
  background: rgb(203, 51, 59) !important;

  color: white !important;
}

.continueCheckOut-off {
  background: rgb(43, 43, 43) !important;

  color: white !important;
}

.intro-slider-height {
  height: calc(100% - 195px) !important;
  height: calc(100% - 195px - (env(safe-area-inset-top) + env(safe-area-inset-bottom))) !important;
  height: calc(100% - 195px - (constant(safe-area-inset-top) + constant(safe-area-inset-bottom))) !important;
}

.intro-slider-top {
  margin-top: 10px !important;
  margin-top: calc((env(safe-area-inset-top) + 10px)) !important;
  margin-top: calc((constant(safe-area-inset-top) + 10px)) !important;
}

.intro-align-center {
  top: 47%;
  position: absolute;
  transform: translateY(-50%);
}

/*iPhone-8*/
@media (min-width: 375px) {
  .intro-image-size {
    width: 80%;
  }

  .intro-align-center {
    top: 47%;
    position: absolute;
    transform: translateY(-50%);
  }
}

/*iPhone-8+*/
@media (min-width: 414px) {
  .intro-align-center {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }

  .intro-image-size {
    width: 90%;
  }
}

.intro-bottom {
  bottom: 0px !important;
  bottom: calc((env(safe-area-inset-bottom))) !important;
  bottom: calc((constant(safe-area-inset-bottom))) !important;
}

.intro-slider-padding-top {
  padding-top: calc(100% - 93%) !important;
  padding-top: calc(100% - 93% - (env(safe-area-inset-top) + env(safe-area-inset-bottom))) !important;
  padding-top: calc(100% - 93% - (constant(safe-area-inset-top) + constant(safe-area-inset-bottom))) !important;
}

.slider-pager .slider-pager-page {
  display: inline-block;
  margin: 0px 3px;
  width: 15px;
  color: rgb(0, 133, 148) !important;
  text-decoration: none;
  opacity: 0.3;
}

.checkbox input:checked:before,
.checkbox input:checked+.checkbox-icon:before {
  background: white;
  border: 1px solid #999;
}

.checkbox input,
.checkbox-icon {
  border: 1px solid #888;
}

.checkbox input:before,
.checkbox-icon:before {
  display: table;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background: #fff;
  content: " ";
  -webkit-transition: background-color 20ms ease-in-out;
  transition: background-color 20ms ease-in-out;
}

.item-checkbox .checkbox {
  position: absolute;
  top: 50%;
  right: 8px;
  left: 0;
  z-index: 3;
  margin-top: -21px;
}

.item-checkbox {
  padding-left: 48px;
}

.checkbox input:after,
.checkbox-icon:after {
  -webkit-transition: opacity 0.05s ease-in-out;
  transition: opacity 0.05s ease-in-out;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 33%;
  left: 25%;
  display: table;
  width: 13px;
  height: 6px;
  border: 1px solid #5CABD2;
  border-top: 0;
  font-weight: bold;
  border-right: 0;
  content: " ";
  opacity: 0;
}

.has-footer {
  bottom: 60px;
  bottom: calc(60px + (constant(safe-area-inset-bottom))) !important;
  bottom: calc(60px + (env(safe-area-inset-bottom))) !important;
}

.has-kiosk-footer {
  bottom: 160px;
  bottom: calc(160px + (constant(safe-area-inset-bottom))) !important;
  bottom: calc(160px + (env(safe-area-inset-bottom))) !important;
}

.has-selfcheckout-kiosk-footer {
  bottom: 586px;
  bottom: calc(586px + (constant(safe-area-inset-bottom))) !important;
  bottom: calc(586px + (env(safe-area-inset-bottom))) !important;
}

.has-kiosk-orderConfirmatioinfooter {
  bottom: 220px;
  bottom: calc(220px + (constant(safe-area-inset-bottom))) !important;
  bottom: calc(220px + (env(safe-area-inset-bottom))) !important;
}

.braintree-sheet__icons {
  display: none;
}

/* [data-braintree-id="toggle"] {
  display: none;
} */

.braintree-methods--active:not(.braintree-methods--edit) .braintree-method--active .braintree-method__check {
  background-color: #5CABD2;
}

.braintree-methods--active:not(.braintree-methods--edit) .braintree-method--active {
  border-color: #5CABD2;
}

.orderEditBtn-on {
  /* color: white !important;
  font-size: 14px;
  letter-spacing: 0.29pt !important;
  border: 1px solid #d9534f;
  background-color: #d9534f !important; */
  padding: 5px 22px;
  border: unset;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  color: white !important;
  background-color: #d9534f !important;
}

.orderEditBtn-off {
  padding: 5px 12px;
  border: 1px solid black;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  color: black;
}

.cart-regular-label {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  padding: 15px 15px 0px 15px !important;
  color: rgb(255, 213, 182);
  font-size: 18px;
  background-color: white;

}

.kiosk-bg {
  background-image: url(../img/kiosk/kiosk-bg.jpg);
}

.kiosk-bg-cafe {
  background-image: url(../img/kiosk/Osaka-coffee.jpg);
}

.kiosk-bg-fc {
  background-image: url(../img/kiosk/Osaka-fc.jpg);
}


.kiosk-bg-self {
  background-image: url(../img/animation/selfcheckout/start_bg.gif);
}

.kiosk-osaka-white-logo {
  background-image: url(../img/selfcheckout/picture/OSKMKP_logo_white_w300.svg);
}

.cart-preorder-label {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  padding: 15px 15px 0px 15px !important;
  color: rgb(44, 46, 47);
  font-size: 18px;
  background-color: white;
}

.btn-add-address {
  background: white;
  color: #686868;
  line-height: 24px;
  min-height: 44px;
  border-radius: 6px !important;
  padding: 0 15px;
  margin-top: 12px;
  margin-bottom: 7px;
  border: 2px solid #cb333b !important;
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 14px !important;
}

.btn-add-address hover {
  background: white;
  color: #686868;
  line-height: 24px;
  min-height: 44px;
  border-radius: 6px !important;
  padding: 0 15px;
  margin-top: 12px;
  margin-bottom: 7px;
  border: 2px solid #cb333b !important;
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 14px !important;
}

.new-slider-pager .slider-pager {
  bottom: 8px !important;
  height: 2px !important;
}

.new-slider-pager .slider-pager .slider-pager-page {
  color: white !important;
  font-size: 34px;
  margin-top: -20px;
  width: 24px;
}

.new-slider-pager .slider-pager .slider-pager-page .ion-record:before {
  content: "";
}

.query-icon-0 {
  height: 29px;
  width: 35px;
  content: url("../img/desktop/orders/filter/active_order.svg");
}

.query-icon-1 {
  height: 29px;
  width: 27px;
  content: url("../img/desktop/orders/filter/pending_orders.svg");
}

.query-icon-2 {
  height: 29px;
  width: 27px;
  content: url("../img/desktop/orders/filter/today.svg");
}

.query-icon-3 {
  height: 29px;
  width: 27px;
  content: url("../img/desktop/orders/filter/last_7_days.svg");
}

.query-icon-4 {
  height: 29px;
  width: 27px;
  content: url("../img/desktop/orders/filter/last_30_days.svg");
}

.query-icon-5 {
  height: 29px;
  width: 27px;
  content: url("../img/desktop/orders/filter/day_range.svg");
}

.query-icon-6 {
  height: 29px;
  width: 27px;
  content: url("../img/desktop/orders/filter/by_order_number.svg");
}

.header-with-boder {
  box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 70%);
}

.selectTimeWindow {
  height: calc(100% - 80px) !important;
}

.selectSlotWindow {
  height: calc(100%) !important;
}

.kioskFrontTitle {
  font-family: Open Sans !important;
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 109px;
  text-align: center;

  /* White */

  color: #ffffff;

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.kioskFrontLeftButton {
  position: absolute;
  width: 300px;
  height: 400px;
  left: 210px;
  top: 586px;
  padding-top: 100px;
  cursor: pointer;
  /* Orange */

  background: #f89940;
  box-shadow: 0px 30px 48px -12px rgba(248, 153, 64, 0.5);
  border-radius: 10px;
}

.kioskFrontLeftButton a {
  font-family: Open Sans !important;
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 60px;
  /* identical to box height */

  text-align: center;

  /* White */

  color: #ffffff;
}

.kioskFrontRightButton {
  position: absolute;
  width: 300px;
  height: 400px;
  left: 570px;
  top: 586px;
  cursor: pointer;

  padding-top: 100px;
  /* Orange */

  background: #f89940;
  box-shadow: 0px 30px 48px -12px rgba(248, 153, 64, 0.5);
  border-radius: 10px;
}

.kioskFrontRightButton a {
  font-family: Open Sans !important;
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 60px;
  /* identical to box height */

  text-align: center;

  /* White */

  color: #ffffff;
}

.kioskSelectStore-Store {
  /* Black */
  width: 400px;
  height: 300px;
  margin: 0 auto 70px auto;
  position: relative;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  float: left;
  color: black;
}

.kioskStoreDetail-StoreButton {
  cursor: pointer;
  width: 100%;
}

.kioskStoreDetail-StoreName {
  font-family: Open Sans !important;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  word-break: break-word;
  color: #000000;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 5px 0px;
}

.kioskStoreDetail-StoreButton2 {
  width: 185px;
    cursor: pointer;
   height: 196px;
   float: left;
    margin:0 10px;
  }
  
  .kioskStoreDetail-StoreName2 {
    font-family: Open Sans !important;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    word-break: break-word;
    color: #000000;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 20px 0px;
  }

.kioskStoreDetail-sellItem {
  /* Auto Layout */

  cursor: pointer;
  /* White */

  background: #FFFFFF;
  /* Light Gray */

  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  border-radius: 8px;
}

.kioskStoreDetail-programName {
  font-family: Open Sans !important;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 65px;

  /* Black */

  color: #000000;
}

.kiosk-footer {
  /* White */

  background: #FFFFFF;
  box-shadow: 0px -2px 24px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

input[type="range"] {
  -webkit-appearance: none;
  border-radius: 2px;
  width: 100%;
  height: 80px;
  /* background-image:-webkit-linear-gradient(left ,#f22 0%,#f22 50%,#fff 50%, #fff 100%); */
  /* box-shadow:inset #ebb 0 0 5px; */
  outline: none;
  transition: .1s;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 40px;
  height: 40px;
  background: #F89940;
  border-radius: 50%;
  transition: .1s;
}

input[type="range"]::-webkit-slider-thumb:hover,
input[type="range"]::-webkit-slider-thumb:active {
  width: 66px;
  height: 66px;
}

.min-modal {
  top: 50%;
  height: 50%;
}

.min-modal-2btns {
  top: 47%;
  height: 53%;
}




[data-braintree-id="choose-a-way-to-pay"] {
  display: none;
}