.account_info .account_info_row div svg path {
  fill: #1a6b3c;
}
/* register start */
.register-block {
  padding: 65px 0 100px 0;
  background-color: #f5f5f5;
  min-height: calc(100vh - 150px);
}

.register-container {
  padding: 30px 30px 50px 30px;
  background-color: #fff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.13);
  max-width: 500px;
  margin: auto;
}

.register-container .title {
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}

.form-group:not(:last-child) {
  margin-bottom: 20px;
}

.form-group .form-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.form-group input {
  width: 100%;
  min-height: 36px;
  border: #c9c9c9 1px solid;
  border-radius: 3px;
  margin-top: 4px;
  font-size: 16px;
  padding: 5px 8px;
}

.form-group .form-title + p {
  margin-top: 4px;
}

.form-group .error {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-top: 4px;
}

.form-group.double-input {
  display: flex;
}

.form-group.double-input > div {
  flex-grow: 1;
}

.form-group.double-input > div:first-of-type {
  margin-right: 20px;
}

.form-btn-block {
  text-align: center;
}

.form-btn {
  color: #fff;
  border: 0px;
  min-width: 240px;
  padding: 10px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  border-radius: 23px;
  margin-top: 40px;
  margin-bottom: 30px;
  cursor: pointer;
}

.remind {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.calendar-input {
  position: relative;
}

.calendar-btn {
  position: absolute;
  right: 8px;
  top: 14px;
  color: #8e8e8e;
  font-size: 18px;
  line-height: 30px;
  pointer-events: none;
}

@media screen and (max-width: 1199px) {
  .register-block {
    padding: 40px 0 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .register-block {
    padding: 0;
    min-height: calc(100vh - 295px);
  }

  .register-container {
    padding: 40px 20px 60px;
    max-width: 100%;
    min-height: calc(100vh - 250px);
  }

  .register-container .title {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

/* register end */

/* account-password start */
.account-password-block {
  padding: 90px 0 350px 0;
  background-color: #f5f5f5;
  min-height: calc(100vh - 150px);
}

.account-password-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
}

.left-menu {
  width: 240px;
  background-color: #fff;
  padding: 13px 0;
  border-radius: 3px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  margin-right: 30px;
}

.left-menu.account_info {
  display: block;
  position: static;
}

.left-menu.account_info .account_info_row {
  padding: 7px 0;
  justify-content: flex-start;
  margin-bottom: 6px;
  cursor: pointer;
}

.left-menu.account_info .account_info_row > div {
  margin-left: 20px;
}

.left-menu.account_info .account_info_row.brand_bg_color2 p {
  color: white !important;
}

.account-detail-container .password-form-block {
  flex-grow: 1;
  max-width: 930px;
  background-color: #fff;
  padding: 30px 30px 50px;
  border-radius: 3px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.form-block .title,
.favorite-form-block .title,
.add-form-block .title,
.password-form-block .title {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

.w-300 {
  width: 100%;
  max-width: 300px;
  margin: auto;
}

@media screen and (max-width: 1366px) {
  .account-password-block {
    padding: 90px 40px 350px;
  }
}

@media screen and (max-width: 1199px) {
  .account-password-block {
    padding: 0;
  }

  .left-menu.account_info {
    display: none;
  }

  .account-detail-container .password-form-block {
    max-width: 100%;
    padding: 40px 40px 80px;
  }

  .form-block .title,
  .favorite-form-block .title,
  .add-form-block .title,
  .password-form-block .title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .w-300 {
    width: 100%;
    max-width: none;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .account-detail-container .password-form-block {
    padding: 40px 20px 60px;
  }

  .form-block .title,
  .favorite-form-block .title,
  .add-form-block .title,
  .password-form-block .title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

/* account-password end */

/* account-detail start */
.account-detail-block {
  padding: 90px 0 90px 0;
  background-color: #f5f5f5;
  min-height: calc(100vh - 150px);
}

.account-detail-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
}

.account-detail-container .form-block {
  flex-grow: 1;
  max-width: 930px;
  background-color: #fff;
  padding: 30px 30px 50px;
  border-radius: 3px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.set-flex {
  display: flex;
}

.flex-grow-1 {
  flex-grow: 1;
}

.m-r-15 {
  margin-right: 15px;
}

.pc-m-r-25 {
  margin-right: 25px;
}

.pc-m-r-20 {
  margin-right: 20px;
}

.pc-m-1-20 {
  margin-left: 20px;
}

.pc-w-half {
  width: 50%;
}

.m-r-60 {
  margin-right: 60px;
}

.m-t-4 {
  margin-top: 4px;
}

.form-remind {
  font-size: 14px;
  line-height: 21px;
  color: #8e8e8e;
}

.common-select select {
  border-radius: 3px;
  width: 100%;
  border: 1px solid #c9c9c9;
  font-size: 16px;
  line-height: 26px;
  padding: 4px 8px;
  background-color: #fff;
}

.common-select {
  position: relative;
}

.common-select::before {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f107';
  top: 5px;
  right: 0px;
  width: 20px;
  height: 26px;
  font-size: 20px;
  line-height: 26px;
  color: #8e8e8e;
  font-weight: 400;
}

.common-select.two-select::after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f107';
  top: 55px;
  right: 0px;
  width: 20px;
  height: 26px;
  font-size: 20px;
  line-height: 26px;
  color: #8e8e8e;
  font-weight: 400;
}

.account-detail-block .form-btn {
  margin-top: 20px;
  margin-bottom: 0;
}

.form-group .common_radio_block {
  margin-bottom: 0;
}

.m-b-20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1366px) {
  .account-detail-block {
    padding: 90px 40px 90px;
  }
}

@media screen and (max-width: 1199px) {
  .account-detail-block {
    min-height: auto;
    padding: 0;
  }

  .left-menu.account_info {
    display: none;
  }

  .account-detail-container .form-block {
    max-width: 100%;
    padding: 40px 40px 80px;
  }

  .form-block .title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .set-flex {
    flex-wrap: wrap;
  }

  .pc-m-r-20 {
    margin-right: 0;
  }

  .pc-m-1-20 {
    margin-left: 0;
  }

  .pc-w-half {
    width: 100%;
  }

  .pc-m-r-25 {
    margin-right: 0;
  }

  .t-m-b-20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .account-detail-container .form-block {
    padding: 40px 20px 60px;
    min-height: calc(100vh - 295px);
  }

  .form-block .title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

/* account-detail end */

/* account-add start */
.account-add-block {
  padding: 90px 0 150px 0;
  background-color: #f5f5f5;
  min-height: calc(100vh - 150px);
}

.account-add-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
}

.account-detail-container .add-form-block {
  flex-grow: 1;
  max-width: 930px;
  background-color: #fff;
  padding: 30px 30px 50px;
  border-radius: 3px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.account-detail-container .add-form-block .form-btn-block .form-btn {
  margin-bottom: 0px;
  margin-top: -20px;
}

.common_recipients_block {
  display: flex;
  flex-wrap: wrap;
}

.common_recipients_item {
  padding: 20px;
  width: calc((100% - 41px) / 2);
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-right: 40px;
  margin-bottom: 30px;
  box-sizing: border-box;
  border: 2px solid #f5f5f5;
  position: relative;
}

.common_recipients_item:nth-child(2n + 2) {
  margin-right: 0;
}

.common_recipients_item .name,
.common_recipients_item .phone,
.common_recipients_item .preset {
  font-size: 16px;
  line-height: 26px;
}

.common_recipients_item .info {
  width: calc(100% - 95px);
  margin-right: 20px;
}

.common_recipients_item .preset {
  display: none;
  min-width: 75px;
  text-align: right;
}

.common_recipients_item.active {
  border: 2px solid #4cc98b;
}

.common_recipients_item.active .preset {
  display: block;
}

.common_recipients_item .delete-btn {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-image: url('../images/common/eatogether_trash_can.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  cursor: pointer;
}

.add-text-btn {
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
  cursor: pointer;
  margin-bottom: 60px;
  width: 150px;
}

.pop-container {
  position: fixed;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.6);
  top: -10%;
  left: 0;
  z-index: 200;
  overflow-y: auto;
  /* display: none; */
}

.pop-container .pop-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url(../images/common/close_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.pop-content {
  position: absolute;
  min-width: 600px;
  margin: auto;
  left: 50%;
  top: 50%;
  background-color: #fff;
  padding: 60px 95px 50px;
  border-radius: 3px;
  transform: translate(-50%, -55%);
  /* display: none; */
}

.pop-content .title {
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 40px;
}

.pop-content .form-group input {
  margin-top: 0;
}

.pop-content .form-btn-block .form-btn {
  margin-top: 40px;
  margin-bottom: 0;
}

#Add-addr-pop input[name='addr_floor'] {
  font-size: 14px;
}

.pop-content .common_radio_block:not(:last-child) {
  margin-right: 50px;
}

.pop-content .radio-container {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.pop-content .address_floor {
  margin-right: 0;
  margin-bottom: 20px;
}

.pop-content .common_radio_block {
  margin-bottom: 0;
}

.pop-content .address {
  width: 100%;
}

.pop-content .address input {
  width: 100%;

  padding-left: 25px;
}

.pop-content input::placeholder {
  color: #8e8e8e;
}

.pop-content .usually_use_address {
  /* display: none; */
  z-index: 10;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cdcdcd;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: '';
  height: 22px;
  width: 22px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

input:checked + .slider {
  background-color: #4cc98b;
}

input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 23px;
}

.slider.round:before {
  border-radius: 50%;
}

@media screen and (max-width: 1366px) {
  .account-add-block {
    padding: 90px 40px 150px;
  }
}

@media screen and (max-width: 1199px) {
  .account-add-block {
    padding: 0;
  }

  .left-menu.account_info {
    display: none;
  }

  .account-detail-container .add-form-block {
    max-width: 100%;
    padding: 40px 40px 80px;
  }

  .form-block .title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .account-detail-container .add-form-block {
    padding: 40px 20px 60px;
  }

  .form-block .title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .common_recipients_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .add-text-btn {
    margin-top: 10px;
    width: 100%;
  }

  .pop-container {
    padding: 0 20px;
  }

  .pop-content .title {
    margin-bottom: 20px;
  }

  .pop-content {
    min-width: 320px;
    padding: 50px 20px 40px;
  }

  .pop-content .form-group:not(:last-child) {
    margin-bottom: 10px;
  }

  .pop-content .set-flex.switch-block {
    justify-content: space-between;
  }

  .pop-content .common_radio_block:not(:last-child) {
    margin-right: 44px;
  }
}

/* account-add end */

/* account_favorite start */
.account-favorite-block {
  padding: 90px 0 90px 0;
  background-color: #f5f5f5;
  min-height: calc(100vh - 150px);
}

.account-favorite-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
}

.account-detail-block .favorite-form-block {
  flex-grow: 1;
  max-width: 930px;
  background-color: #fff;
  padding: 30px 30px 20px;
  border-radius: 3px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.account-detail-block .favorite-form-block .mark {
  margin-bottom: 20px;
}

.meal-container {
  margin-bottom: 30px;
}

.meal-container:last-child {
  margin-bottom: 0;
}

.meal-container .brand-logo-block {
  background-color: #f5f5f5;
  margin-bottom: 10px;
  padding: 10px 0;
}

.meal-container .brand-logo {
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.meal-block {
  display: flex;
  flex-wrap: wrap;
}

.meal-block .meal-item {
  width: calc((100% - 91px) / 4);
  margin-right: 30px;
  margin-bottom: 30px;
}

.meal-block .meal-item:nth-child(4n + 4) {
  margin-right: 0;
}

.meal-block .meal-item .meal-img {
  padding-top: 87.3%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
  position: relative;
}

.meal-block .meal-item .meal-name {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
}

.meal-block .meal-item .add-to-cart {
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
}

@media screen and (max-width: 1366px) {
  .account-favorite-block {
    padding: 90px 40px 90px;
  }
}

@media screen and (max-width: 1199px) {
  .account-favorite-block {
    padding: 0;
  }

  .left-menu.account_info {
    display: none;
  }

  .account-detail-block .favorite-form-block {
    padding: 40px 40px 50px;
  }

  .meal-container {
    margin-bottom: 0px;
  }

  .form-block .title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #Add-addr-pop input[name='addr_floor'] {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .account-detail-block .favorite-form-block {
    padding: 40px 20px 30px;
  }

  .form-block .title {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .meal-block .meal-item {
    width: calc((100% - 31px) / 2);
    margin-right: 30;
  }

  .meal-block .meal-item:nth-child(4n + 2) {
    margin-right: 0px;
  }
}

/* account_favorite end */

/* account-orders start */
.order_switch_btn {
  font-size: 0;
  min-width: 120px;
  max-width: 200px;
  display: flex;
  justify-content: space-between;
  background-color: #eeeeee;
  border-radius: 25px;
  position: relative;
  height: 36px;
  margin-bottom: 30px;
}

.order_switch_btn .order_green_btn {
  border-radius: 25px;
  width: 100px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0px;
  transition: 0.3s ease;
}

.order_switch_btn label:nth-of-type(1) .order_green_btn {
  left: 100%;
}

.order_switch_btn label:nth-of-type(2) .order_green_btn {
  left: -100%;
}

.order_switch_btn input {
  display: none;
}

.order_switch_btn label {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  overflow: hidden;
}

.order_switch_btn label p {
  border-radius: 25px;
  padding: 6px 0px;
  min-width: 100px;
  text-align: center;
  color: #212121;
  transition: 0.3s ease;
}

.order_switch_btn label:nth-of-type(1) input[type='radio']:checked + p {
  border-radius: 25px;
  padding: 6px 0px;
  min-width: 100px;
  text-align: center;
  color: white;
  position: relative;
  z-index: 2;
}

.order_switch_btn label:nth-of-type(1) input[type='radio']:checked + p + .order_green_btn {
  left: 0;
}

.order_switch_btn label:nth-of-type(2) input[type='radio']:checked + p {
  border-radius: 25px;
  padding: 6px 0px;
  min-width: 100px;
  text-align: center;
  color: white;
  position: relative;
  z-index: 2;
}

.order_switch_btn label:nth-of-type(2) input[type='radio']:checked + p + .order_green_btn {
  left: 0;
}

.account-orders-block {
  padding: 90px 0 180px 0;
  background-color: #f5f5f5;
  min-height: calc(100vh - 150px);
}

.account-orders-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
}

.account-orders-container .form-block {
  flex-grow: 1;
  max-width: 930px;
  background-color: #fff;
  padding: 30px 30px 50px;
  border-radius: 3px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.text-switch {
  width: 200px;
  height: 36px;
  background-color: #eeeeee;
  border-radius: 18px;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}

.text-switch input {
  display: none;
}

.text-switch .text-round {
  position: absolute;
  width: 100px;
  height: 36px;
  border-radius: 18px;
  top: 0;
  left: 0;
  transition: left 0.3s linear;
}

.text-switch input[type='checkbox']:checked + .text-round {
  left: 100px;
}

.text-switch input[type='checkbox'] + .text-round + span {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 14px;
  transform: translate(0, -50%);
  transition: color 0.3s linear;
}

.text-switch input[type='checkbox'] + .text-round + span + span {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0, -50%);
  transition: color 0.3s linear;
}

.text-switch input[type='checkbox']:checked + .text-round + span {
  color: #212121;
}

.text-switch input[type='checkbox']:checked + .text-round + span + span {
  color: #fff;
}

.order-item {
  cursor: pointer;
  border: 1px solid #eeeeee;
  display: flex;
}

.order-item {
  margin-bottom: 20px;
}

.order-item:last-child {
  margin-bottom: 0px;
}

.order-item .date-block {
  padding: 16px 25px;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  min-width: 100px;
}

.order-item .date-block .date {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 5px;
}

.order-item .info-block {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  padding: 20px 30px 20px 20px;
}

.order-item .info-block .text {
  flex-grow: 1;
  margin-right: 60px;
}

.order-item .info-block .title {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 0;
  margin-bottom: 8px;
  border: 0px;
}

.order-item .info-block .addr {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 4px;
}

.order-item .info-block .description {
  font-size: 14px;
  line-height: 21px;
}

.order-item .info-block .money {
  font-size: 14px;
  line-height: 21px;
}

.order-item .info-block .btn-block .form-btn {
  width: 160px;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.order-item .info-block .btn-block .form-btn.wait {
  top: 0%;
  transform: translate(0, 0%);
}

.order-item .info-block .btn-block .cancel-order {
  text-align: center;
  margin-top: 20px;
  color: #8e8e8e;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
}

.form-btn.preparation {
  background-color: #fff;
  border: 1px solid;
}

.form-btn.wait {
  background-color: #fff;
  border: 1px solid;
}

@media screen and (max-width: 1366px) {
  .account-orders-block {
    padding: 90px 40px 180px;
  }
}

@media screen and (max-width: 1199px) {
  .account-orders-block {
    padding: 0;
    min-height: auto;
  }

  .left-menu.account_info {
    display: none;
  }

  .account-orders-container .form-block {
    max-width: 100%;
    padding: 40px 40px 80px;
  }

  .form-block .title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .account-orders-container .form-block {
    max-width: 100%;
    padding: 40px 20px 60px;
  }

  .order-item .date-block {
    padding: 20px 10px 20px 20px;
    background-color: #fff;
    font-size: 16px;
    line-height: 26px;
    min-width: 80px;
  }

  .order-item .date-block .the-way-delivery {
    display: none;
  }

  .order-item .date-block .the-way-self {
    display: none;
  }

  .order-item .date-block .date {
    margin-bottom: 7px;
  }

  .order-item .info-block .text {
    flex-grow: 1;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .order-item .info-block {
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px 20px 10px;
  }

  .order-item .btn-block {
    width: 160px;
    position: relative;
    left: calc((50% - 115px));
  }
  .order-item .info-block .btn-block .form-btn {
    top: 0;
    transform: none;
  }
}

/* account-orders end */

/* orders-info-block start */
.orders-info-block {
  padding: 90px 0 90px 0;
  background-color: #f5f5f5;
  min-height: calc(100vh - 150px);
}

.orders-info-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
}

.orders-info-container .info-block {
  flex-grow: 1;
  max-width: 930px;
  background-color: #fff;
  padding: 20px 30px 50px;
  border-radius: 3px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.info-block-orders {
  flex-grow: 1;
  max-width: 930px;
  background-color: #fff;
  padding: 20px 30px 50px;
  border-radius: 3px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  min-height: 200px;
}
@media screen and (max-width: 767px) {
  .info-block-orders {
    min-height: 100vh;
  }
}

.return-btn {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  position: relative;
  padding-left: 17px;
  cursor: pointer;
  color: #212121 !important;
}

.return-btn::after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f104';
  top: 0px;
  left: 0px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.situation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 530px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.situation .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 6px;
}

.arrival-time-block {
  display: flex;
  font-size: 16px;
  line-height: 26px;
  align-items: center;
  margin-bottom: 6px;
}

.arrival-time-block .arrival-time {
  font-size: 30px;
  line-height: 45px;
  margin-right: 10px;
}

.schedule-blcok {
  width: 100%;
  position: relative;
  height: 8px;
  background-color: #d3d3d3;
  border-radius: 4px;
}

.schedule-bar {
  position: absolute;
  height: 8px;
  width: 55%;
  border-radius: 4px;
  top: 0;
  left: 0;
  transition: width 0.3s linear;
}

.map-store-info {
  display: flex;
  margin-bottom: 20px;
}

.map-store-info .map-block {
  max-width: 530px;
  width: 530px;
  height: 350px;
  margin-right: 20px;
}

.map-store-info .map-block img {
  max-width: 100%;
}

.map-store-info .store-info-block {
  background-color: #f5f5f5;
  padding: 20px;
  flex-grow: 1;
}

.map-store-info .store-info-block {
  font-size: 16px;
  line-height: 26px;
}

.map-store-info .store-info-block.set-flex .item {
  width: calc((100% - 51px) / 2);
  margin-right: 50px;
  margin-bottom: 0px;
}

.map-store-info .store-info-block.set-flex .item:last-child {
  margin-right: 0;
}

.map-store-info .store-info-block.set-flex .item:not(:last-child) {
  margin-bottom: 0px;
}

.map-store-info .store-info-block .item:not(:last-child) {
  margin-bottom: 30px;
}

.map-store-info .store-info-block .title {
  margin-bottom: 10px;
}

.map-store-info .store-info-block .text:not(:last-child) {
  margin-bottom: 4px;
}

.timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 50px;
}

.timeline .point {
  font-size: 14px;
  line-height: 21px;
  padding-top: 20px;
  position: relative;
  min-width: 100px;
  width: 100%;
  border-top: 1px solid #d3d3d3;
}

.timeline .end {
  position: absolute;
  right: 0;
  text-align: right;
}

.timeline .point::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #eeeeee;
  top: 0px;
  transform: translate(0px, -55%);
}

.timeline .point.current-position::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(76, 201, 139, 0.28);
  top: -8px;
  left: -3px;
  animation: radar 1s linear infinite;
}

.timeline .point.is-complete::after {
  background-color: #4cc98b;
}

.timeline .point.current-position::after {
  background-color: #4cc98b;
}

.timeline .end .point::after {
  right: 0;
}

.timeline .end .point.is-complete::after {
  background-color: #4cc98b;
}

.timeline .end .point.current-position::before {
  left: auto;
  right: -3px;
}

.order-number,
.order-notes {
  font-size: 16px;
  line-height: 26px;
  color: #525252;
}

.meal-list .meal-item {
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
  display: flex;
}

.meal-list .meal-item .meal-img {
  width: 125px;
  padding-top: 81.65%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 10px;
}

.meal-info {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}

.meal-info .left-block .title {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

.meal-info .left-block {
  width: 400px;
  font-size: 14px;
  line-height: 21px;
}

.meal-info .right-block {
  text-align: right;
}

.meal-info .right-block .price {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
}

.meal-info .right-block .count {
  margin-bottom: 8px;
}

.meal-info .item_remark {
  padding-top: 4px;
}

.count span {
  margin-right: 10px;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}

.count span:last-of-type {
  margin-right: 0;
}

.cancel {
  text-decoration: line-through;
  color: #8e8e8e;
}

.store-modify {
  color: #dd2c00;
}

.color-DD2C00 {
  color: #dd2c00;
}

.store-modify-remind {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  background-color: #dd2c00;
  border-radius: 16px;
  padding: 0 12px;
}

.store-added {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  border-radius: 16px;
  padding: 0 12px;
}

.store-delete {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  background-color: #8e8e8e;
  border-radius: 16px;
  padding: 0 12px;
}

.meal-item.meal-cancel .meal-img {
  position: relative;
}

.meal-item.meal-cancel .meal-img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.7);
}

.meal-item.meal-cancel .title,
.meal-item.meal-cancel .price {
  color: #8e8e8e !important;
}

.order-details {
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}

.order-details .item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 21px;
}

.order-details .item:not(:last-of-type) {
  margin-bottom: 15px;
}

.order-details .item .order-discount,
.order-details .item .first {
  color: #dd2c00;
}

.total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.total .title,
.total .price {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}

.order-details-block .btn {
  min-width: 240px;
  font-size: 16px;
  line-height: 26px;
  padding: 10px 12px;
  border-radius: 23px;
  border: 1px solid;
  cursor: pointer;
  text-decoration: none;
}

.order-details-block .btn.bgc-white {
  background-color: #fff;
}

.order-details-block .btn.again {
  color: #fff;
  border: 0px solid;
}

.text-center {
  text-align: center;
}

.meal-remarks-block {
  margin-bottom: 45px;
}

.meal-remarks-block .text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
  white-space: pre-line;
}

.meal-remarks-block .img-block {
  display: flex;
  flex-wrap: wrap;
}

.meal-remarks-block .img-block .item {
  width: calc((100% - 61px) / 3);
  margin-right: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 21.85%;
}

.meal-remarks-block .img-block .item:nth-child(3n + 3) {
  margin-right: 0;
}

@media screen and (max-width: 1366px) {
  .orders-info-block {
    padding: 90px 40px 90px;
  }
}

@media screen and (max-width: 1199px) {
  .orders-info-block {
    padding: 0;
  }

  .left-menu.account_info {
    display: none;
  }

  .orders-info-container .info-block {
    padding: 40px 40px 80px;
    max-width: 100%;
  }

  .info-block-orders {
    padding: 40px 40px 80px;
    max-width: 100%;
  }

  .form-block .title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .situation {
    max-width: 100%;
    align-items: flex-start;
  }

  .situation .title {
    margin-bottom: 0px;
  }

  .arrival-time-block {
    display: block;
    text-align: right;
    margin-bottom: 15px;
  }

  .arrival-time-block .arrival-time {
    margin-right: 0;
  }

  .map-store-info .map-block {
    max-width: none;
    width: 50.6%;
    height: 350px;
  }

  .meal-list {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .orders-info-container .info-block {
    padding: 40px 20px 60px;
  }

  .info-block-orders {
    padding: 40px 20px 60px;
  }

  .map-store-info {
    display: block;
    margin-bottom: 20px;
    padding-top: 390px;
    position: relative;
  }

  .map-store-info.no-map {
    padding-top: 0px;
  }

  .map-store-info .map-block {
    height: 370px;
    margin-right: 0;
    margin-bottom: 20px;
    position: absolute;
    left: -20px;
    right: -20px;
    top: 0;
    width: calc(100% + 40px);
  }

  .map-store-info .store-info-block.set-flex .item {
    width: 100%;
    margin-right: 0px;
  }

  .map-store-info .store-info-block.set-flex .item:not(:last-child) {
    margin-bottom: 30px;
  }

  .timeline {
    flex-direction: column;
  }

  .timeline .point {
    padding-top: 0;
    position: relative;
    height: 31px;
    border-top: 0px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    margin-left: 8px;
    padding-left: 12px;
  }

  .timeline .point > div {
    position: absolute;
    display: flex;
    top: -8px;
  }

  .timeline .point::after {
    width: 6px;
    height: 6px;
    top: 0px;
    left: 0px;
    transform: translate(-60%, 0);
  }

  .timeline .point.current-position::before {
    width: 13px;
    height: 12px;
    top: -3px;
    left: -7px;
  }

  .timeline .end .point.current-position::before {
    right: auto;
    left: -6px;
  }

  .timeline .end .point {
    border-left: 0px solid #d3d3d3;
  }

  .timeline .end .point::after {
    left: 1px;
  }

  .timeline .point > div .title {
    margin-right: 5px;
  }

  .timeline .end {
    right: auto;
    left: 0;
    bottom: -29px;
    text-align: left;
    width: 100%;
  }

  .meal-list {
    margin-top: 15px;
  }

  .meal-list .meal-item {
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
    display: block;
  }

  .meal-list .meal-item .meal-img {
    width: 39.1%;
    padding-top: 34.4%;
    margin-right: 0px;
  }

  .meal-info .left-block {
    width: 220px;
  }

  .total {
    margin-bottom: 40px;
  }

  .meal-remarks-block {
    margin-bottom: 25px;
  }

  .meal-remarks-block .img-block {
    padding: 0 25px;
  }

  .meal-remarks-block .img-block .item {
    width: 100%;
    margin-right: 0px;
    padding-top: 70.4%;
    margin-bottom: 15px;
  }

  .meal-remarks-block .img-block .item:nth-child(3n + 3) {
    margin-bottom: 0;
  }
}

/* orders-info-block end */

@keyframes radar {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }

  90% {
    transform: scale(1.5);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

/* location-info start */
.location-info-block {
  background-color: #f5f5f5;
  padding: 100px 0 70px 0;
  min-height: calc(100vh - 150px);
}

.location-info-container {
  max-width: 1200px;
  margin: auto;
}

.location-info-container .title {
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 40px;
}

.location-info-container .location-info-item {
  background-color: #fff;
  padding: 30px 30px 40px;
  position: relative;
}

.location-info-container .location-info-item::after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f107';
  top: 27px;
  right: 30px;
  font-size: 20px;
  line-height: 26px;
  color: #212121;
  font-weight: 400;
  cursor: pointer;
  pointer-events: none;
  transition: 0.6s ease;
}

.location-info-container .location-info-item.closed::after {
  transform: rotate(-180deg);
}

.location-info-container .location-info-item.active::after {
  content: '\f106';
}

.location-info-container .location-info-item:not(:last-child) {
  margin-bottom: 40px;
}

.location-info-container .location-info-item > .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  padding-right: 20px;
}

.location-info-container .location-info-item .addr,
.location-info-container .location-info-item .phone {
  font-size: 16px;
  line-height: 26px;
  position: relative;
}

.location-info-container .location-info-item .store-link {
  color: #212121;
}
.location-info-container .location-info-item .store-link:hover {
  text-decoration: underline;
}

.location-info-container .location-info-item .addr {
  padding-left: 22px;
}

.location-info-container .location-info-item .phone {
  padding-left: 22px;
}

.location-info-container .location-info-item .addr > svg {
  position: absolute;
  left: 0;
  height: 26px;
  width: 11px;
  background-repeat: no-repeat;
}

.location-info-container .location-info-item .phone > svg {
  position: absolute;
  left: 0;
  height: 26px;
  width: 13px;
  background-repeat: no-repeat;
  background-position: center;
}

.location-info-item .common-text .title {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
}

.location-info-item .common-text .content {
  font-size: 16px;
  line-height: 26px;
  white-space: pre-line;
}

.location-info-item .common-text {
  padding-bottom: 20px;
}

.business-hours {
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  display: flex;
}

.business-hours .item {
  width: calc((100% - 70px) / 2);
  margin-right: 70px;
}

.business-hours .item:nth-child(2n + 2) {
  margin-right: 0px;
}

.business-hours .item .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1366px) {
  .location-info-block {
    padding: 100px 40px 70px;
  }
}

@media screen and (max-width: 1199px) {
  .location-info-block {
    padding: 40px 40px 80px;
  }
}

@media screen and (max-width: 767px) {
  .location-info-block {
    padding: 40px 20px 60px;
  }

  .location-info-container .location-info-item::after {
    top: 31px;
  }

  .business-hours {
    flex-wrap: wrap;
  }

  .business-hours .item {
    width: 100%;
    margin-right: 0px;
  }

  .business-hours .item .title {
    margin-bottom: 10px;
  }

  .business-hours .item:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* location-info end */

/* discount-info start */
.promotion-information {
  padding: 30px;
  background-color: #fff;
}

.promotion-information .item {
  display: flex;
}

.promotion-information .item:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
}

.promotion-information .item .img-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 480px;
  margin-right: 30px;
}

.promotion-information .item .text-block {
  flex-grow: 1;
}

.promotion-information .item .text-block .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.promotion-information .item .text-block .text {
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 1199px) {
  .promotion-information .item {
    flex-wrap: wrap;
  }

  .promotion-information .item:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
  }

  .promotion-information .item .img-block {
    max-width: none;
    margin-right: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .promotion-information .item {
    flex-wrap: wrap;
  }

  .promotion-information {
    padding: 20px;
    background-color: #fff;
  }

  .promotion-information .item .img-block {
    width: 100%;
    margin-right: 0px;
  }
}

.order_switch_btn {
  font-size: 0;
  min-width: 120px;
  max-width: 200px;
  display: flex;
  justify-content: space-between;
  background-color: #eeeeee;
  border-radius: 25px;
  position: relative;
  height: 36px;
  margin-bottom: 30px;
}

.order_switch_btn .order_green_btn {
  border-radius: 25px;
  width: 100px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s ease;
}

.order_switch_btn .coming + a + .order_green_btn {
  left: 0;
}

.order_switch_btn .past + .order_green_btn {
  left: 50%;
}

.order_switch_btn a > span {
  position: absolute;
  cursor: pointer;
  z-index: 2;
}

.order_switch_btn a:nth-of-type(2) > span {
  left: 50%;
}

.order_switch_btn a > span > p {
  border-radius: 25px;
  padding: 6px 0px;
  min-width: 100px;
  text-align: center;
  color: #212121;
  transition: 0.3s ease;
  position: relative;
  z-index: 2;
}

.order_switch_btn a.coming > span > p {
  border-radius: 25px;
  padding: 6px 0px;
  min-width: 100px;
  text-align: center;
  color: white;
}

.order_switch_btn a.past > span > p {
  border-radius: 25px;
  padding: 6px 0px;
  min-width: 100px;
  text-align: center;
  color: white;
}

/* discount-info end */
.pop-content .content {
  text-align: center;
}

.pop-content .form-btn-block.muti-btn {
  display: flex;
  justify-content: space-between;
}

.cancel-btn {
  background-color: #fff;
  border: 1px solid;
}

.pop-content .form-btn-block .form-btn.half {
  min-width: auto;
  width: 45%;
}

.zipcode {
  display: none;
}

.county-sel {
  margin-bottom: 15px;
}

input[type='password']:focus {
  outline: none;
}

.react-datepicker-wrapper {
  display: block !important;
}

.react-datepicker__header select {
  -webkit-appearance: auto !important;
  appearance: auto !important;
  border-radius: 3px !important;
  padding: 3px 5px !important;
  background-color: #fff;
}

.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range,
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  background-color: #4cc98b !important;
  border-radius: 50% !important;
}

.react-datepicker__header {
  background-color: #1a6b3c !important;
}

.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::before {
  border-bottom-color: #1a6b3c !important;
}

.react-datepicker {
  border: 1px solid #1a6b3c !important;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 50% !important;
}

.react-datepicker__header__dropdown {
  padding: 10px 0 !important;
}

.react-datepicker__day-name {
  color: #fff !important;
}

.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle::before {
  border-top-color: 1px solid #1a6b3c !important;
}

.order-details .item + .item {
  margin-top: 0;
}
.meal-remarks-block .img-block .item + .item {
  margin-top: 0;
}

/* 隱私權政策 */
.promotion-information .item .text p {
  margin-bottom: 5px;
}
.promotion-information .item .text .list {
  display: flex;
  margin-bottom: 5px;
}
.promotion-information .item .text .list ul {
  margin: 0;
}
.promotion-information .item .text .list span {
  padding-right: 7px;
}

.order-container {
  position: relative;
}
.order-init-loading {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 999999;
}
.order-init-spinner-border {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  animation: spinner-border 0.75s linear infinite;
  color: #1a6b3c;
}
.info-block-orders .order-init-loading {
  top: 76px;
  height: calc(100% - 76px);
}

.favorite-init {
  position: relative;
  padding-top: 20%;
}

.pagination {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  border-radius: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #212121;
  font-size: 16px;
  line-height: 24px;
}

.pagination {
  padding-left: 0;
  margin: 20px 0;
}

.pagination>li {
  display: inline;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li>a, .pagination>li>span {
  min-width: 40px;
  padding: 8px 12px;
  color: #455a64;
  text-align: center;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: #1a6b3c;
  border-color: #455a64;
  z-index: 3;
  color: #fff;
  cursor: default;
}


/* 20210729 Ken 會員訂單分頁 */
.MuiPagination-root{
  display: flex;
  justify-content: center;
}

@media screen and (max-width:767px){
  .MuiPaginationItem-root{
    margin: 0px !important;
  }
}
