.Cart{
    padding: 12px 0px 22px 0px;
}
.Cart .modal-dialog {
  width: 810px;
}
.Cart .modal-content {
  min-height: 320px;
  top: 2vh;
}
.Cart .modal-content, .Cart .modal-body {
  background-color: #FFFFFF;
  /* border-radius: 10px; */
}
.cart .modal-control {
  padding-top: 26px !important;
  z-index: 9999;
}
.cart .modal-content .cart-header {
  width: 100%;
  background-color: #FFFFFF;
  color: #FFFFFF;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
  top: -60px;
  padding: 18px 0;
  margin-bottom: -60px;
  text-overflow: ellipsis;
}
.Cart p.header-small-text {
  font-size: 0.9em !important;
}
.Cart .modal-content .cart-header p {
  font-size: 1.1em;
  margin-bottom: 6px;
}
.Cart .modal-content .cart-header ul li {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 50%;
}

.Cart .modal-content .cart-header .visible-xs ul li {
  width: 60%;
}

.Cart .cart-body {
  display: flex;
}

.Cart .modal-content p.empty-cart-msg {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.1em;
}
.Cart .empty-cart-msg p {
  width: 30%;
  margin: 12px auto 28px auto;
  line-height: 24px;
}
.Cart .cart-header .cart-count span {
  background-color: #92D27F;
  display: block;
  width: 20px;
  height: 20px;
  /* border-radius: 10px; */
  color: #FFFFFF;
  margin-left: 6px;
}
.Cart .modal-body {
  padding: 12px 12px 22px 12px;
}
.Cart .modal-content {
  overflow: visible;
}

.Cart .cart-body .cart-item-list {
  width: 50%;
  max-height: 70vh;
  /* margin-left: 12px; */
  /* overflow-y: auto; */
  overflow-y: hidden;
  overflow-x: hidden;
}

.Cart .cart-body .cart-item-list::-webkit-scrollbar {
  width: 8px;
}

.Cart .cart-body .cart-item-list::-webkit-scrollbar-track {
  background-color: transparent;
}

.Cart .cart-body .cart-item-list::-webkit-scrollbar-thumb {
  background: #B4B4B4;
  border: 1px solid #FFFFFF;
}
.Cart .cart-body .cart-item-list::-webkit-scrollbar-thumb:window-inactive {
  background: #CECECE;
}

.Cart .cart-body .cart-item-list > ul {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 95px;
  background-color: #FFFFFF;
  text-align: left;
  position: relative;
  margin-bottom: 6px;
  /* box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15); */
}
.Cart .cart-body .cart-item-list p.customer::before {
  content: "Label:";
  font-size: 13px;
  color: #7D7769;
  padding-right: 4px;
}
.Cart .cart-body .cart-item-list .qty
.Cart .cart-body .cart-item-list .qty-en
.Cart .cart-body .cart-item-list .qty-ja {
  font-size: 13px;
  font-weight: 700;
  /* color: var(--color, #7D7769); */
}
.Cart .cart-body .cart-item-list .qty::before {
  content: "Qty: ";
  font-size: 13px;
  /* color: var(--color, #7D7769); */
}
.Cart .cart-body .cart-item-list .qty-en::before {
  content: "Qty: ";
  font-size: 13px;
  /* color: var(--color, #7D7769); */
}
.Cart .cart-body .cart-item-list .qty-ja::before {
  content: "数量：";
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  /* color: var(--color, #7D7769); */

  /* color: #7D7769; */
}
.Cart .cart-body .cart-item-list p.price {
  /* font-size: 0.9em !important;
  position: absolute;
  padding-right: 2px;
  left: 10px;
  bottom: 5px;
  line-height: 16px; */
}
.Cart .cart-body .cart-item-list {
  display: inline-block;
  vertical-align: text-top;
}
.Cart .cart-body .cart-checkout {
  width: 50%;
  position: relative;
  margin: 0 12px 0 24px;
}
.Cart .cart-body .cart-checkout p.cart-label{
  color: #7D7769;
  font-size: 0.85em;
  margin-bottom: 6px;
}

/*.Cart .cart-body .cart-checkout .Select, .Cart .cart-body .cart-checkout div {
  margin-left: 0;
}*/

.Cart .cart-body .cart-checkout .cart-button .Button {
  padding: 12px 0;
  width: 100%;
  /* border-radius: 10px; */
}

.Cart .cart-body .cart-checkout .cart-button .Button.loading .fa-spin {
  top: 15px;
}
.Cart .cart-body .cart-checkout .cart-button {
  margin-top: 16px;
  width: 100%;
  display: flex;
}
.Cart .cart-body .cart-checkout .cart-button .MenuButton {
  width: 50%;
  height: 52px;
  position: relative;
  font-size: 0.9em;
  margin-right: 15px;
}
.Cart .cart-body .cart-checkout .cart-button .MenuButton .Button > span {
  display: flex;
}
.Cart .cart-body .cart-checkout .cart-button .MenuButton .Button .Caption {
  flex: 1;
}
.Cart .cart-body .cart-checkout .cart-button .MenuButton .Button .lnr {
  margin-left: 5px;
}
.Cart .cart-body .cart-checkout .cart-button .MainButton {
  width: 50%;
  height: 52px;
  position: relative;
  font-size: 0.9em;
  flex-grow: 1;
}
.Cart .cart-body .cart-checkout .cart-button .MainButton .Button > span {
  display: flex;
}
.Cart .cart-body .cart-checkout .cart-button .MainButton .Button .Caption {
  flex: 1;
}
.Cart .cart-body .cart-checkout .cart-button .MainButton .Button .lnr {
  margin-right: 5px;
}
.Cart .cart-body .cart-checkout .cart-button p {
  color: #3C6142;
  font-size: 0.8em;
  margin-top: 15px;
}

.Cart .cart-body .cart-checkout .CartError {
  display: flex;
  padding: 0 10px;
  margin-top: 20px;
  margin-bottom: 0;
}
.Cart .cart-body .cart-checkout .CartError .InputAlertText {
  flex: 1;
  text-align: left;
  padding: 0;
  margin: 0;
  width: auto;
}
.Cart .cart-body .cart-checkout .CartError .InputAlertText p {
  margin: 0;
}
.Cart .cart-body .cart-checkout .CartError .CartErrorButton {
  text-align: right;
}

.Cart .deliveryAddress {
  font-size: 14px;
  color: #7D7769;
  text-align: left;
  line-height: 1em;
}

.Cart .deliveryAddress .addressSticker {
  display: inline-flex;
  align-items: center;
  /* border-radius: 4px; */
  width: 100%;
  background-color: #F1F1F2;
  border: 1px solid #D0D0D0;
  padding: 13px;
  color: #3C6142;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4em;
}

.Cart .deliveryAddress .addressSticker img {
  margin-right: 10px;
}

.Cart .visible-xs .deliveryHeaderMobile {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Cart .Checkbox {
  border-top: 1px solid #91B698;
  padding: 16px 0 0;
  margin-top: 5px;
}

.Cart .Checkbox label::after {
  left: 0;
  bottom: 2px; /* Works for Safari and Chrome */
}
.Cart .cart-price-message-wrapper {
  margin-top: 10px;
}

.Cart .cart-staff-message-wrapper {
  margin-top: 20px;
}
.Cart .cart-price-message-text {
  
}


.MenuCartFooter {
  position: fixed;
  width: calc(100% - 20px);
  right: 10px;
  height: 50px;
  bottom: 15px;
  /* border-radius: 10px; */
  /* background-color: rgb(33,33,33,1.0); */
  color: #FFFFFF;
  /* box-shadow: 0px 0px 5px 0px #ffffff; */
  display: flex;
  justify-content: space-between;
  z-index: 1000;
  cursor: pointer;
}
.MenuCartFooterCancel {
  height: 50px;
  min-width: 50px;
  /* background-color: #212121; */
  /* border-radius: 40px; */
  /* border: 1px solid #212121; */
  display: flex;
  justify-content: center;
  /* box-shadow: 0px 0px 5px 0px #ffffff; */
  margin: 0px 2px 0px 0px;
  padding: 8px 0px 0px 0px;
}
.MenuCartFooterCancel span{
  color: #ffffff;
  text-align: center;
  font-size: 40px;
  font-weight: 100;
  line-height: 50px;
  margin: -2px 2px 0px 0px;
}

.MenuCartFooter .Button { 
  height: 50px;
  width: calc(100% - 52px);
  /* border-radius: 10px; */
  /* background-color: rgb(33,33,33,1.0); */
  color: #FFFFFF;
  /* box-shadow: 0px 0px 25px 10px #ffffff; */
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 0px 0px;
  /* box-shadow: 0px 0px 5px 0px #ffffff; */
  cursor: pointer;
}
.MenuCartFooter .Button .cart-place-order-wrapper {
  /* padding-left: 5px; */
  position: relative;
  width:100%;
  display:flex;
  justify-content: space-between;
  text-align: center;
}
.MenuCartFooter .Button .cart-footer-splitter {
  margin: 5px 0px;
  border-right: 1px solid #b4b4b4
}

.MenuCartFooter .Button .cart-place-order-wrapper div{
  white-space: nowrap;
  display: flex;
}
.MenuCartFooter .Button .cart-price-wrap{
  margin: 0px 0px 0px 15px;
}

.MenuCartFooter .Button .cart-price-label {
  font-size: 16px;
  font-weight: 900;
  line-height: 42px;
  margin-right: 5px;
}
.MenuCartFooter .Button .cart-price-total {
  font-size: 18px;
  font-weight: 900;
  line-height: 42px;
}

.MenuCartFooter .Button .cart-price-text-name{
  /* width: 50%; */
  line-height: 40px;
  font-size: 19px;
  font-weight: 900;
  padding: 0px 0px 0px 10px;
}

.MenuCartFooter .cart-place-order-wrapper .Next {
  margin: 8px 10px 8px 10px;
}

/* Tablet Only */
@media (min-width: 768px) and (max-width: 992px) {
  .Cart .modal-dialog {
    width: 88%
  }
  .Cart .empty-cart-msg p {
    width: 50%;
  }
  .Cart .modal-content {
    top: 5vh;
  }
  .Cart .modal-body {
    padding: 12px 12px 22px 12px;
  }

  .Cart .cart-body .cart-item-list {
    width: 50%;
    max-height: 70vh;
    overflow-y: auto;
  }

  .Cart .cart-body .cart-checkout {
    width: calc(50% - 25px);
    /* padding-top: 20px; */
    position: relative;
    margin: 0 10px 0 15px;
  }

  .Cart .cart-body .cart-checkout .pick-up-time span.instant-order, .Cart .cart-body .cart-checkout .pick-up-time span.schedule-order {
    margin-right: 5px;
  }
}

/*--- Mobile Landscape & Portrait ---*/
@media (max-width: 767px) {
  .cart.modal.fade.in {
    display: block;
  }
  .cart, .Cart .modal-dialog, .Cart .modal-content {
    width: 100vw !important;
    height: 100%;
    margin: 0;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    max-width: none;
  }
  .Cart .cart-header .cart-count span {
    font-size: 1em;
    top: 0;
  }

  .Cart .modal-content .cart-header p {
    font-size: 1.05em;
    margin-bottom: 6px;
    color: #FFFFFF;
    font-weight: 400 !important;
  }

  .Cart .modal-content p.empty-cart-msg {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2em;
  }
  .Cart .empty-cart-msg p {
    font-size: 1.1em;
    width: 60%;
    margin: 12px auto 28px auto;
    line-height: 26px;
  }
  .Cart .MainButton {
    width: 70%;
  }

  .Cart .MinOrderInfo {
    display: none;
  }

    /*--- cart with item --*/
  .Cart .cart-body {
    flex-direction: column;
    text-align: center;
    padding: 14px 0px;
  }
  .Cart .cart-body .cart-item-list {
    width: 100%;
    max-height: none;
  }
  .cart-item-list {
    display: block;
  }
  .Cart .cart-body .cart-checkout {
    width: 100%;
    padding: 20px 24px;
    margin: 0 auto;
  }
  .Cart .cart-body .cart-checkout p.cart-label{
    font-size: 0.9em;
    margin-bottom: 10px;
  }
  .Cart .cart-body .cart-checkout .pick-up-time {
    font-size: 0.9em;
  }
  .Cart .cart-body .cart-checkout .pick-up-time span.instant-order, .Cart .cart-body .cart-checkout .pick-up-time span.schedule-order {
    margin-right: 5px;
  }
  .Cart .cart-body .cart-checkout ul.price li:first-child {
    left: 10px;
  }
  .Cart .cart-body .cart-checkout ul.price li:last-child {
    right: 10px;
  }
  .Cart .cart-body .cart-item-list > .CartItem > li:nth-child(2) {
    width: calc(100% - 95px);
  }
  .Cart .deliveryAddress .addressSticker {
    border-color: #91B698;
    line-height: 1.4em;
  }
}
.cart-customer-info-fullname, .cart-customer-info-callname, .cart-customer-info-email, .cart-customer-info-phone{
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  line-height: 20px;
  overflow-wrap: anywhere;
}
.cart-customer-info-error-fullname, .cart-customer-info-error-callname, .cart-customer-info-error-email, .cart-customer-info-error-phone{
    color: red;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}
.cart-order-price .cart-order-price-separator{
    border-top: 1px solid #212121;
    height: 10px;
}
.cart-order-price .cart-order-subtotal, 
.cart-order-price .cart-order-disc-wrapper, 
.cart-order-price .cart-total-price-wrapper, 
.cart-order-price .cart-total-price-others-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cart-order-price .cart-order-tax-wrapper {
  text-align: right;

}

.cart-order-price .cart-order-subtotal{
  font-size: 15px;
  font-weight: 400;
}
.cart-order-price .cart-disc-textlist span {
    float: left;
    display: inline-block !important;
    padding: 2px 5px 2px 5px;
    margin: 2px auto 2px 2px !important;
    font-size: 1.2rem !important;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
    outline: none;
    /* color: #fff; */
    /* background-color: #577bfd; */
    border: none;
    /* border-radius: 15px; */
}
.cart-order-price .cart-disc-price{
  font-size: 15px;
  line-height: 28px;
  color: #7e7e7e;
  /* padding-right: 10px; */
  min-width: 100px;
  text-align: right;
  font-weight: 400;
}
.cart-order-price .cart-sfee-default-include,
.cart-order-price .cart-sfee-default-exclude,
.cart-order-price .cart-sfee-takeaway-include,
.cart-order-price .cart-sfee-takeaway-exclude {
  font-size: 12px;
  /* color: #434343; */
  /* padding-right: 10px; */
  text-align: right;
  font-weight: 400;
}
.cart-order-price .cart-tax-default-include,
.cart-order-price .cart-tax-default-exclude,
.cart-order-price .cart-tax-takeaway-include,
.cart-order-price .cart-tax-takeaway-exclude {
  font-size: 12px;
  /* color: #434343; */
  /* padding-right: 10px; */
  text-align: right;
  font-weight: 400;
}

  
.cart-order-price .cart-total-price-wrapper{
  /* color: #656565; */
}
  
.cart-order-price .cart-total-price-title{
  font-size: 15px;
  /* color: #434343; */
  /* padding-right: 10px; */
  text-align: left;
  font-weight: 700;
}
.cart-order-price .cart-total-price-others-title{
  font-size: 15px;
  /* color: #434343; */
  /* padding-right: 10px; */
  text-align: left;
  font-weight: 400;
}
.cart-order-price .cart-total-price{
  font-size:15px;
  /* color: #434343; */
  /* padding-right: 10px; */
  text-align: right;
  font-weight: 700;
}
.cart-order-price .cart-total-price-others {
  font-size:15px;
  /* color: #434343; */
  /* padding-right: 10px; */
  text-align: right;
  font-weight: 400;
}

.cart-order-method .SelectWrapper #OrderMethod::-ms-expand {
	display: none;
}
.cart-order-method .SelectWrapper #OrderMethod {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  max-width: unset;
  /* font-family: 'Rubik'; */
  width: 100%!important;
  background-color: #ffffff;
  /* color: #212121; */
  font-size: 14px;
  padding: 15px 30px 15px 35px;
  line-height: 20px;
  font-weight: 700;
  text-wrap: wrap;
  cursor: pointer;
}
.cart-order-method .SelectWrapper .icon {
  color: #212121;
  font-size: 14px;
  padding: 0px 0px 0 0;
  position: absolute;
  justify-self: center;
  align-self: center;
  width: 14px;
  left: 13px;
  top: 20px;
  z-index: 2;
}
.cart-customer .cart-order-method .Select {
    margin-bottom: 10px;
}

.cart-order-method .SelectWrapper #OrderTime::-ms-expand {
	display: none;
}
.cart-order-time .SelectWrapper #OrderTime {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: unset;
  /* font-family: 'Rubik'; */
  width: 100%!important;
  background-color: #ffffff;
  /* color: #212121; */
  font-size: 14px;
  padding: 15px 0px 15px 35px;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
}
.cart-order-time .SelectWrapper .icon {
  /* color: #212121; */
  font-size: 14px;
  padding: 0px 0px 0 0;
  position: absolute;
  justify-self: center;
  align-self: center;
  width: 14px;
  left: 13px;
  top: 20px;
  z-index: 2;
}
.cart-order-time .SelectWrapper #OrderTime {
  text-align: left;
  border: 1px solid #212121;

}

.cart-order-method .Select {
    margin-bottom: 5px;
}
.cart-order-method .Select option{
    /* background-color: #ffffff;
    color: #212121; */
}
.cart-order-time .Select {
    margin-bottom: 5px;
}
.cart-order-time .Select option{
    /* background-color: #ffffff;
    color: #212121; */
}




/* Pre Order Date and Time */
.cart-preorder-time {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: unset;
  /* font-family: 'Rubik'; */
  width: 100%!important;
  background-color: #ffffff;
  /* color: #212121; */
  font-size: 14px;
  /* padding: 15px 0px 15px 35px; */
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
}
.cart-preorder-time-icon {
  /* color: #212121; */
  font-size: 14px;
  padding: 0px 0px 0 0;
  position: absolute;
  justify-self: center;
  align-self: center;
  width: 14px;
  left: 13px;
  top: 20px;
  z-index: 2;
}
.cart-preorder-time-date-wrapper {
  text-align: left;
  border: 1px solid #212121;
  display: flex;
}
.cart-preorder-time-time-wrapper {
  text-align: left;
  border: 1px solid #212121;
}
.cart-preorder-date-box {
  position: relative;
  height: 50px;
  width: calc(50% - 10px);
  border: 1px solid #414141;
  padding: 15px 5px 15px 5px;
  margin: 0px 5px 5px 5px;
  cursor: pointer;
}
.cart-preorder-date-box-date {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.cart-preorder-notice-nodate1 {
  color: #FF0000;
  font-size: 16px;
  padding: 0px 0px 10px 5px;
}
.cart-preorder-notice-nodate2 {
  color: #FF0000;
  font-size: 16px;
  padding: 0px 0px 0px 5px;
}


/* Customer Info */
.cart-customer {
    margin-bottom: 5px;
}
.cart-customer .cart-customer-info {
  width: 100%!important;
  font-size: 14px;
  background: #D0D0D0;
  appearance: none;
  padding: 16px 35px 16px 35px;
  line-height: 20px;
  height: 100%;
  border-color: #D0D0D0;
  cursor: pointer;
  border: 1px solid #c4c4c4;
}
.cart-customer .FormWrapper .icon {
    color: #212121;
    font-size: 16px;
    padding: 1px 10px 0 0;
}
.cart-customer .FormWrapper .icon {
  color: #212121;
  font-size: 14px;
  padding: 0px 0px 0 0;
  position: absolute;
  justify-self: center;
  align-self: center;
  width: 14px;
  left: 13px;
  top: 20px;
  z-index: 2;
}
.cart-customer .FormWrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    cursor: pointer;
}
.cart-customer .FormWrapper .button_customer{
  position: absolute;
  padding: 0px;
  width: 16px;
  right: 14px;
  top: 14px;
}
.cart-customer .FormWrapper .icon_customer{
    color: #212121;
}
.cart-customer .cart-customer-edit {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - 20px) !important;
  /* background-color: #434343; */
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: #D0D0D0;
  appearance: none;
  padding: 10px 24px 10px 24px;
  line-height: 20px;
  /* height: 100%; */
  border-style: solid;
  border-width: 2px;
  border-color: #D0D0D0;
  /* border-radius: 4px; */
  z-index: 5000;
}
.cart-customer-edit-screen {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(33,33,33,0.7);
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
.cart-customer-edit-name {
  position: relative;
  margin: 0px -8px 10px -8px;
}
.cart-customer-edit-email {
  position: relative;
  padding: 4px 0 0 0 0 0 0;
  margin: 0px -5px 10px;
}
.cart-customer-edit-phone {
    position: relative;
    padding: 4px 0 0 0 0 0 0;
    margin-right: -5px;
    margin-left: -5px;
}
.cart-customer-edit .input_label_wrapper {
  display:flex;
}
.cart-customer-edit-name li{
    position: relative;
    display: inline-block;
    padding: 12px 0 0 0;
    width: 49%;
}
.cart-customer-edit-name li.fullwidth{
    position: relative;
    display: inline-block;
    padding: 12px 0 0 0;
    width: 98%;
}
.cart-customer-edit-name .firstnameicon{
    background-color: #212121;
    /* position: absolute; */
    justify-self: center;
    align-self: center;
    left: 10px;
    top: 5px;
    color: #D0D0D0;
    font-size: 12px;
    line-height: 20px;
    padding: 0 2px;
    z-index: 2;
}
.cart-customer-edit-name .familynameicon{
    background-color: #212121;
    /* position: absolute; */
    justify-self: center;
    align-self: center;
    left: 10px;
    top: 5px;
    color: #D0D0D0;
    font-size: 12px;
    line-height: 20px;
    padding: 0 2px;
    z-index: 2;
}
.cart-customer-edit-name .callnameicon{
    background-color: #212121;
    /* position: absolute; */
    justify-self: center;
    align-self: center;
    left: 10px;
    top: 5px;
    color: #D0D0D0;
    font-size: 12px;
    line-height: 20px;
    padding: 0 2px;
    z-index: 2;
}
.cart-customer-edit-name .firstname{
  text-align: left;
  padding-left: 2px;
  color: rgb(32,32,32);
  font-size: 16px;
  margin: 0px 2px 5px 0px;
  z-index: 2;
}
.cart-customer-edit-name .familyname{
  text-align: left;
  padding-left: 2px;
  color: rgb(32 32 32);
  font-size: 16px;
  margin: 0px 2px 5px 0px;
  z-index: 2;
}
.cart-customer-edit-name .namecall{
  text-align: left;
  padding-left: 2px;
  color: rgb(32 32 32);
  font-size: 16px;
  margin: 0px 0px 5px 0px;
  z-index: 2;
}
.cart-customer-edit-email .emailicon{
  text-align: left;
  padding-left: 2px;
  color: rgb(32 32 32);
  font-size: 16px;
  margin: 0px 0px 5px 0px;
  z-index: 2;
}
.cart-customer-edit-email .email{
  text-align: left;
  padding-left: 2px;
  color: rgb(32 32 32);
  font-size: 16px;
  margin: 0px 0px 5px 0px;
  z-index: 2;
}
.cart-customer-edit-phone .phoneicon{
  text-align: left;
  padding-left: 2px;
  color: rgb(32 32 32);
  font-size: 16px;
  margin: 0px 0px 5px 0px;
  z-index: 2;
}
.cart-customer-edit-phone .phone{
  text-align: left;
  padding-left: 2px;
  color: rgb(32 32 32);
  font-size: 16px;
  margin: 0px 0px 5px 0px;
  z-index: 2;
}
.cart-customer-edit-name li input{
    position: relative;
    width: 100%;
    height: 40px;
    padding: 5px 5px 5px 12px;
    /* border-style: solid;
    border-width: 2px; */
    border-color: #D0D0D0;
    border: solid 1px #767676;
    border-radius: 0px;
}
.cart-customer-edit-email input{
    position: relative;
    width: 100%;
    height: 40px;
    padding: 5px 5px 5px 12px;
    /* border-style: solid;
    border-width: 2px; */
    border-color: #D0D0D0;
    border: solid 1px #767676;
    border-radius: 0px;
}
.cart-customer-edit-phone input{
    position: relative;
    width: 100%;
    height: 40px;
    padding: 5px 5px 5px 12px;
    /* border-style: solid;
    border-width: 2px; */
    border-color: #D0D0D0;
    border: solid 1px #767676;
    border-radius: 0px;
}
.cart-customer-edit-name li form_register{
    display: relative;
    width: 90%;
    padding: 12px 0 0 0;
}
.cart-customer-edit-submit { 
  width: 160px;
  height: 40px;
  position: relative;
  background-color: #212121;
  border: 1px;
  border-color: #212121;
  /* border-radius: 4px; */
  color: white;
  padding: 5px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin: 10px auto;
  transition-duration: 0.4s;
  cursor: pointer;
}
.cart-customer-edit-submit-text {
  text-align: center;
  line-height: 31px;
}
.cart-customer-edit-footer{
  font-size: 12px;
  font-weight: 400;
  color: #212121;
  margin: 15px 0px;
  line-height: 1.3rem;
}
/*payment*/
.cart-payment-cardform{
    margin-top: 10px;
}
.cart-payment-info-method, .cart-payment-info-last4{
    /* color: #212121; */
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding: 16px 0px 16px 0px;
}
.cart-payment-info-error-method, .cart-payment-info-error-last4{
    color: red;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    padding: 16px 0px 16px 0px;
}
.cart-payment .cart-payment-info {
    width: 100%!important;
    /* background-color: #ffffff; */
    /* color: #212121; */
    font-size: 14px;
    background: #D0D0D0;
    appearance: none;
    padding: 0px 40px 0px 35px;
    line-height: 20px;
    height: 100%;
    /* border-style: solid;
    border-width: 2px; */
    border-color: #D0D0D0;
    border: 1px solid #c4c4c4;
    /* border-radius: 4px; */
    cursor: pointer;
}
.cart-payment .FormWrapper .icon {
    color: #434343;
    font-size: 16px;
    padding: 1px 10px 0 0;
}
.cart-payment .FormWrapper .icon {
  color: #fff;
  font-size: 14px;
  padding: 0px 0px 0 0;
  position: absolute;
  justify-self: center;
  align-self: center;
  width: 14px;
  left: 13px;
  top: 20px;
  z-index: 2;
}
.cart-payment .FormWrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}
.cart-payment .FormWrapper .button_payment{
  position: absolute;
  padding: 0px;
  width: 16px;
  right: 14px;
  top: 14px;
}
.cart-payment .FormWrapper .icon_payment{
    color: #212121;
}
.cart-payment .cart-payment-edit {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - 20px) !important;
  max-height: 80%;
  overflow-y: auto;
  background-color: #FFFFFF;
  color: #212121;
  font-size: 14px;
  background: #D0D0D0;
  appearance: none;
  padding: 6px 28px 10px 28px;
  line-height: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #D0D0D0;
  /* border-radius: 4px; */
  z-index: 5000;
}
.cart-payment-edit-name {
    position: relative;
}
.cart-payment-edit-email {
    position: relative;
    padding: 12px 0 0 0;
}
.cart-payment-edit-phone {
    position: relative;
    padding: 12px 0 0 0;
}
.cart-payment-edit-name li{
    position: relative;
    display: inline-block;
    padding: 12px 0 0 0;
    width: 49%;
}
.cart-payment-edit-screen {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(33,33,33,0.7);
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}

.card-element-label{
    font-weight: 700;
}
#card-errors{
  font-size: 14px;
  font-weight: 700;
  margin: 5px;
  width: 100%;
  color: red;
}

.cart-staff-box {
  position: relative;
  width: 100%;
  /* height: 100%; */
  font-weight: 700;
  display: flex;
  cursor: pointer;
}
#StaffUserIcon {
  color: #212121;
  font-size: 14px;
  padding: 0px 0px 0 0;
  position: absolute;
  justify-self: center;
  align-self: center;
  width: 14px;
  left: 13px;
  top: 50%;
  z-index: 2;
  transform: translate(0px, -50%);
}
.cart-staff-select {
  width: 70%;
  font-size: 14px;
  background: #D0D0D0;
  appearance: none;
  padding: 17px 40px 18px 37px;
  line-height: 20px;
  /* height: 100%; */
  white-space: pre-wrap;
  border: 0px;
  cursor: pointer;
}
.cart-staff-paid {
  width: 30%;
  height: 100%;
}


.StaffModePaid input {
  display: none;
  z-index: -9999;
}

.StaffModePaid label {
  width: 100%;
  margin-bottom: 0rem;
  display: block;
}

.StaffModePaid input[type="checkbox"] + label .icon-checkbox::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #c4c4c4;
  /* border-radius: 3px; */
  margin-right: 10px;
  vertical-align: middle;
}
.StaffModePaid .icon-checkbox:hover {
    border-color: #545454;
}
.StaffModePaid input[type="checkbox"]:checked + label .icon-checkbox::before {
  /* background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%230bd' stroke-width='3' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E); */
  /* background-image: url(data:image/svg+xml;charset=utf-8,%253Csvg%2520width%253D%252220%2522%2520height%253D%252220%2522%2520viewBox%253D%25220%25200%252020%252020%2522%253E%250A%2520%2520%253Crect%2520x%253D%25226%2522%2520y%253D%25226%2522%2520width%253D%25228%2522%2520height%253D%25228%2522%2520style%253D%2522fill%253A%2523000000%253Bstroke%253Apink%253Bstroke-width%253A0%253Bfill-opacity%253A1.0%253Bstroke-opacity%253A1.0%2522%2520%252F%253E%250A%253C%252Fsvg%253E); */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Crect x='6' y='6' width='8' height='8' style='fill:%23FFFFFF;stroke:pink;stroke-width:0;fill-opacity:1.0;stroke-opacity:1.0' /%3E%3C/svg%3E ");
  /* background-image: url(https://www.take-my-order.com/svg/check1.svg); */
  background-repeat: no-repeat;
  background-position: -1px -1px;
  /* background-color: #434343; */
  background-color: var(--backgroundcolor, rgb(94, 94, 94));
  border: var(--border, 1px solid #545454);
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  /* border-radius: 3px; */
  /* margin-right: 0.8rem; */
  vertical-align: middle;
}
.StaffModePaid input[type="checkbox"] + label .StaffModePaidLabelTable {
    background-color: #ffffff;
}
.StaffModePaid input[type="checkbox"]:checked + label .StaffModePaidLabelTable {
    background-color: #e0e0e0;
}
.StaffModePaidLabelTable {
    display: table;
    /* justify-content: space-between; */
    /* border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece; */
    /* border-collapse: collapse; */
    width: 100%;
}
.StaffModePaidLabelRow {
  min-height: 44px;
  position: relative;
  display: flex;
  /* border: 1px solid #b1b1b1; */
  cursor: pointer;
}
.StaffModePaidLabelRow .left{
    width: 45px;
    /* padding: 0 0 0 14px; */
}
.StaffModePaidLabelCellIconCheckbox {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
}
.StaffModePaidLabelRow .center{
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.StaffModePaidLabelRow .right{
  width: 100%;
  padding: 12px 14px 12px 0;
  text-align: right;
}
.StaffModePaidLabelCell {
  /* display: table-cell; */
  vertical-align: top;
  position: relative;
  /* line-height: 1.42857143; */
  padding: 12px 0px 12px 14px;
  /* left: 20px; */
  /* transform: translate(0, -50%); */
  /* height: 44px; */
  width: 45px;
}
.StaffModePaidLabelCellTitle {
  font-size: 15px;
  margin: 0px 0px 0px 45px;
  padding: 17px 0px 17px 0px;
  line-height: 20px;
}

.test {
  color:#f360a6;
}




/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;

  /* height: 40px; */
  width: 100%;
  padding: 10px 12px; 
  margin: 0px 0px 5px 0px;

  /* border: 1px solid transparent; */
  /* border: solid 1px #767676; */
  /* border-radius: 4px; */
  background-color: #D0D0D0;

  /* box-shadow: 0 1px 3px 0 #e6ebf1; */
  /* -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease; */
  /* box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%); */
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #D0D0D0;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.cart-payment .stripe-card-button-store{
  width: 160px;
  height: 40px;
  background-color: #212121; /* Green */
  border: 1px;
  border-color: #212121;
  /* border-radius: 4px; */
  color: white;
  padding: 5px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.cart-payment .stripe-card-button-store:hover{
    background-color: #212121;
    /* color: #545454; */
}
.cart-payment .card-element-label{
  color: rgb(32 32 32);
  margin: 4px 0 5px 0;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}


.ActionButton .cart-price-label{
    font-size: 12px;
}
.ActionButton .cart-price-wrap{
    width: 30%;
}
.ActionButton .cart-price-wrap{
    width: 30%;
    border-right: 1px solid white;
}
.ActionButton .cart-price-text-name{
  width: 70%;
  height: 50px;
  line-height: 50px;
}
.cart-footer-error{
    color: red;
    padding: 15px 0 0 0;
}
.card-secure-text {
  font-size: 12px;
  font-weight: 700;
  color: #212121;
  padding: 0 0 0 5px;
  line-height: 13px;
  text-align: left;
}

/* Modal CSS */

/* The Modal (background) */
.cart-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(33,33,33,0.7);
}

/* Modal Content */
.cart-modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #212121;
    width: calc(100vw - 20px);
    max-width: 500px;
    /* border-radius: 12px 12px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cart-modal-header{
    /* background-color: #434343; */
    /* border-radius: 10px 10px 0px 0px; */
    display: flex;
    justify-content: space-between;
    color: #f4f5f6;
    /* font-family: HelveticaNeue,Helvetica,Arial,sans-serif; */
    font-size: 16px!important;
    font-weight: 700;
    min-height: 20px;
    padding: 10px 0px 10px 10px;
}
.cart-modal-body{
    background-color: #F5F5F5;
    /* border-radius: 0px 0px 10px 10px; */
    color: #56616f;
    /* font-family: HelveticaNeue,Helvetica,Arial,sans-serif; */
    font-size: 16px!important;
    font-weight: 700;
    min-height: 20px;
    padding: 15px;

}
.cart-modal-title{
  padding: 3px 0px 3px 14px;
    font-size: 16px;
    font-weight: 700;
}
/* The Close Button */
.cart-modal-buttons{
    display: flex;
    margin: 5px 20px 5px 20px;
    justify-content: space-evenly;
}
.cart-modal-buttons .modal-changealert-button{
    color: #212121;
    font-size: 16px;
    font-weight: 700;
}
.cart-modal-close {
    width: 10%;
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    /* margin-top: 5px; */
    font-weight: bold;
}

.cart-modal-close:hover,
.cart-modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.cart-modal-shop{
    margin: 2px 8px 2px 0px;
    text-align: center;
}
.cart-modal-singlecontent.blue{
    background-color: #fefefe;
    margin: auto;
    border: 3px solid #0a4fb7;
    width: 300px;
    /* border-radius: 12px 12px; */
    padding: 15px 10px 15px 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #0a4fb7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cart-modal-singlecontent.orange{
    background-color: #fefefe;
    margin: auto;
    border: 3px solid #000000bf;
    width: 300px;
    /* border-radius: 12px 12px; */
    padding: 15px 10px 15px 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #ED8D2F;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cart-modal-useanothercard.orange{
    background-color: #fefefe;
    margin: auto;
    border: 3px solid #000000bf;
    width: 300px;
    /* border-radius: 12px 12px; */
    padding: 15px 10px 15px 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #ED8D2F;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* Modal Off HourCSS */


/* Modal RemainAmount */
.cart-modal-remainamount.red {
  background-color: #fefefe;
  margin: auto;
  border: 3px solid #000000bf;
  min-width: 300px;
  width: 80%;
  /* border-radius: 12px 12px; */
  padding: 15px 10px 15px 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #db2215;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cart-modal-remainamount-header {
  margin: 5px 0px 10px 0px;

}
.menu-remainamount-error {
  padding: 5px 20px 5px 20px;
}
.modal-remainamount-button {
  width: 160px;
  height: 40px;
  background-color: #545454; /* Green */
  border: 1px;
  border-color: #212121;
  /* border-radius: 4px; */
  color: white;
  padding: 5px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
/* Modal RemainAmount (End) */


/* Modal Communication */
.cart-modal-communication.red {
  background-color: #fefefe;
  margin: auto;
  border: 3px solid #000000bf;
  min-width: 300px;
  width: 80%;
  /* border-radius: 12px 12px; */
  padding: 15px 10px 15px 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #db2215;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cart-modal-communication-header {
  margin: 5px 0px 10px 0px;

}
.menu-communication-error {
  padding: 5px 20px 5px 20px;
}
.modal-communication-button {
  width: 160px;
  height: 40px;
  background-color: #545454; /* Green */
  border: 1px;
  border-color: #212121;
  /* border-radius: 4px; */
  color: white;
  padding: 5px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
/* Modal Communication (End) */


/* The Modal (background) */
.cart-modal-offhour {    
  display: none;
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  overflow: auto;
  z-index: 99999;
}

/* Modal Content */
.cart-modal-content-offhour {
  background-color: #d48c0a;
  margin: auto;
  border: 1px solid #8a5900;
  width: 98%;
  max-width: 500px;
  left: 50%;
}
.cart-modal-header-offhour{
    background-color: #d48c0a;
    display: flex;
    justify-content: space-between;
    color: #f4f5f6;
    /* font-family: HelveticaNeue,Helvetica,Arial,sans-serif; */
    font-size: 16px!important;
    font-weight: 700;
    min-height: 10px;
}
.cart-modal-body-offhour{
    background-color: #d48c0a;
    color: #ffffff;
    /* font-family: HelveticaNeue,Helvetica,Arial,sans-serif; */
    font-size: 16px!important;
    font-weight: 700;
    min-height: 20px;
    padding: 15px;
}
.cart-modal-title-offhour{
    padding: 5px 0px 0px 14px;
    font-size: 16px;
    font-weight: 700;
}

/* The Close Button */
.cart-modal-buttons-offhour{
    background-color: #d48c0a;
    display: flex;
    margin: 5px 20px 5px 20px;
    justify-content: space-evenly;
}
/* The Close Button */
.cart-modal-offhour-close{
    width: 10%;
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: 700;
    margin-top: 5px;
    font-weight: bold;
    cursor: pointer;
}
.cart-modal-buttons-offhour{
    background-color: #d48c0a;
    display: flex;
    margin: 5px 20px 5px 20px;
    justify-content: space-evenly;
}
.cart-modal-buttons-offhour .modal-checkopeninghour-button{
    background: #f7c127;
    width: 80%;
    color: white;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #ffffff;
    margin: 0 0 10px 0;
    border-radius: 0px;
}
.cart-modal-close-offhour {
    width: 10%;
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    margin-top: 5px;
    font-weight: bold;
}

.cart-modal-close-offhour:hover,
.cart-modal-close-offhour:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.CartItem {
  cursor: pointer;
}
#PlaceOrder {
  cursor: pointer;
}

.Cart .cart-order-time .context-footer {
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  padding-right: 30px;
}





/* Mobile Portrait */
@media (max-width: 430px) {
  .MenuCartFooter .Button .cart-price-wrap {
    /* width: 50%; */
    margin: 0px 0px 0px 10px;
  }
  .MenuCartFooter .Button .cart-price-label {
    font-size: 14px;
    font-weight: 900;
    margin-right: 8px;
  }
  .MenuCartFooter .Button .cart-price-total {
    font-size: 16px;
    font-weight: 900;
  }
  .MenuCartFooter .Button .cart-price-text-name {
    font-size: 18px;
    padding: 0px 0px 0px 5px;
  }
  .MenuCartFooter .cart-place-order-wrapper .Next {
    margin: 8px 5px 8px 0px;
  }

}
@media (max-width: 380px) {
  .MenuCartFooter {
    width: calc(100% - 10px);
    right: 5px;
  }
  .MenuCartFooter .Button .cart-price-wrap {
    /* width: 50%; */
  }
  .MenuCartFooter .Button .cart-price-label {
    font-size: 13px;
    font-weight: 900;
    line-height: 20px;
    margin-right: 5px;
    position: absolute;
  }
  .MenuCartFooter .Button .cart-price-total {
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    margin: 20px 0px 0px 0px;
  }
  .MenuCartFooter .Button .cart-price-text-name {
    font-size: 18px;
    padding: 0px 0px 0px 5px;
  }
  .MenuCartFooter .cart-place-order-wrapper .Next {
    margin: 8px 4px 8px -3px;
  }

}
@media (max-width: 320px) {
  .MenuCartFooter {
    width: calc(100% - 0px);
    right: 0px;
  }
  .MenuCartFooter .Button .cart-price-label {
    font-size: 12px;
    font-weight: 900;
    line-height: 20px;
    margin-right: 5px;
    position: absolute;
  }
  .MenuCartFooter .Button .cart-price-total {
    font-size: 12px;
    font-weight: 900;
    line-height: 20px;
    margin: 20px 0px 0px 0px;
  }
  .MenuCartFooter .Button .cart-price-text-name {
    font-size: 17px;
    padding: 0px 0px 0px 5px;
  }
  .MenuCartFooter .cart-place-order-wrapper .Next {
    margin: 8px 0px 8px -3px;
  }

}

@media (max-width: 290px) {
  .MenuCartFooter {
    width: calc(100% - 0px);
    right: 0px;
  }
  .MenuCartFooter .Button .cart-price-label {
    font-size: 12px;
    font-weight: 900;
    line-height: 20px;
    margin-right: 5px;
    position: absolute;
  }
  .MenuCartFooter .Button .cart-price-total {
    font-size: 13px;
    font-weight: 900;
    line-height: 20px;
    margin: 20px 0px 0px 0px;
  }
  .MenuCartFooter .Button .cart-price-text-name {
    font-size: 15px;
    padding: 0px 0px 0px 5px;
  }
  .MenuCartFooter .cart-place-order-wrapper .Next {
    margin: 8px 0px 8px -3px;
  }

}
