.thankyou-page .thankyou-container {
  padding: 32px 0;
}
.thankyou-page .thankyou-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.thankyou-page .thankyou-container > .progress-container {
  margin: 40px auto 0;
  width: 100%;
}

.thankyou-page .thankyou-container > .title-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  padding: 0 24px;
}

.thankyou-page .thankyou-container > .title-container > .title {
  gap: 8px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-family: LibreBaskerville;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  color: #bca662;
}

.thankyou-page .thankyou-container > .title-container > .title > img {
  width: 64px;
  min-width: 64px;
  height: 64px;
}
.thankyou-page .thankyou-container > .title-container > strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}
.thankyou-page .thankyou-container > .title-container > p {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin: unset;
}
.thankyou-page .thankyou-container > .title-container > p > u {
  text-decoration: underline;
}
.thankyou-page .thankyou-container > .title-container .express-tips {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  background: #e7e1d0;
  border: 1px solid #bca662;
  border-radius: 5px;
  padding: 8px 16px;
  width: fit-content;
}
.thankyou-page .thankyou-container .thankyou-block {
  width: 100%;
  padding: 32px;
  background-color: #ffffff;
}
.thankyou-page .thankyou-container .thankyou-block > .title {
  gap: 8px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.thankyou-page .thankyou-container .thankyou-block > .title > .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thankyou-page .thankyou-container .thankyou-block > .desc {
  color: #7b7b7b;
  width: 100%;
  text-align: left;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}
.thankyou-page .thankyou-container .thankyou-block .info-line {
  gap: 40px;
  width: 100%;
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box:nth-child(2) {
  display: flex;
  justify-content: center;
  height: fit-content;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box:nth-child(2) .info {
  min-width: 205px;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info-box-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box:nth-child(3) .info-box-wrapper {
  gap: 12px;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .title {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value.copy {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #277BB2;
  font-weight: 400;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value.copy i {
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #3e3e3e;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .info-message-box {
  margin-top: 7px;
  padding: 8px 16px;
  line-height: 1.5;
  font-weight: 600;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .info-message-box.remark {
  border-color: #F3A72E;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .info-message-box.remark i {
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #000000;
}
.thankyou-page .content-block .info-message-box,
main .checkout-content .content-block .info-message-box {
  display: flex;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #3E3E3E;
  border: 1px solid #E1E1E1;
  background-color: #F6F6F6;
  border-radius: 5px;
  padding: 5px 8px;
}
.thankyou-page .content-block .info-message-box {
  align-items: center;
}
.thankyou-page .content-block .info-message-box span span {
  font-weight: 600;
}
.thankyou-page main .checkout-content .content-block .info-message-box {
  align-items: flex-start;
}
.thankyou-page .myCart-content .content-block .info-message-box {
  margin-bottom: 16px;
}
.thankyou-page .content-block .info-message-box i,
main .checkout-content .content-block .info-message-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #2E52FF;
}
.thankyou-page .content-block .info-message-box.remark,
main .checkout-content .content-block .info-message-box.remark {
  background-color: #FEEEDB;
}
.thankyou-page .content-block .info-message-box.remark i,
main .checkout-content .content-block .info-message-box.remark i {
  color: #f3a72e;
}
.thankyou-page .content-block .info-message-box.error,
main .checkout-content .content-block .info-message-box.error {
  background-color: #fdecea;
  border-color: #fdecea;
}
.thankyou-page .content-block .info-message-box.error i,
main .checkout-content .content-block .info-message-box.error i {
  color: #ea3d2f;
  transform: scaleY(-1);
}
@media screen and (max-width: 768px) {
  .thankyou-page .content-block .info-message-box {
    align-items: flex-start;
  }
}

.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .pickup-date {
  font-size: 14px;
  line-height: 150%;
  color: #9D0229;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .pickup-date span {
  font-weight: 700;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item .info {
  display: grid;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #3e3e3e;
  grid-template-columns: auto 1fr;
  gap: 4px 16px;
  margin-bottom: unset;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item .info > * {
  display: flex;
  align-items: center;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item .info > * img {
  margin-right: 4px;
  width: 16px;
  height: 16px;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item .info .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  grid-column: span 2;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item .info .address,
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item .info .openhour {
  grid-column: span 2;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item > .msg {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  display: flex;
  gap: 4px;
  padding: 4px 0;
  color: #f3a72e;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item > .msg i {
  width: 18px;
  height: 18px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item .action a {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  color: #ffffff;
  background: #9d0229;
  border-radius: 5px;
  padding: 8px 16px;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item.cce .action a {
  background: #bba661;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item .pick-up-tips {
  margin-top: 16px;
  outline: 1px solid #9d0229;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item .pick-up-tips .icon {
  width: 56px;
  height: 56px;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item.cce .pick-up-tips .icon img:not(.cce),
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item:not(.cce) .pick-up-tips .icon img.cce {
  display: none;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item .pick-up-tips .msg-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item .pick-up-tips .msg-group .msg span {
  font-weight: 600;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item .pick-up-tips .msg-group .estimated {
  color: #9d0229;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item.cce .pick-up-tips {
  outline-color: #bca662;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item.cce .pick-up-tips .msg-group .estimated {
  color: #bca662;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .balance-block {
  gap: 8px;
  display: flex;
  width: 100%;
  padding: 12px;
  background-color: #fbfaf7;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .balance-block > img {
  width: 24px;
  min-width: 24px;
  height: 24px;
  object-fit: contain;
  object-position: center;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .balance-block {
  font-size: 16px;
  line-height: 24px;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .balance-block .name {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-grow: 1;
  flex-basis: 0;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .balance-block .name span {
  color: #7b7b7b;
  font-size: 12px;
  line-height: 18px;
}
.thankyou-page .thankyou-container .thankyou-block .info-line .info-box .balance-block .value {
  font-weight: 600;
}
.thankyou-page .thankyou-container .button-list {
  gap: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.thankyou-page .thankyou-container .button-list > button {
  width: 280px;
  height: 48px;
  border-radius: 5px;
  border: 1px solid #9d0229;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.thankyou-page .thankyou-container .button-list > button:first-child,
.thankyou-page .thankyou-container .button-list > button:last-child:hover {
  color: #9d0229;
  background-color: #ffffff;
}
.thankyou-page .thankyou-container .button-list > button:last-child,
.thankyou-page .thankyou-container .button-list > button:first-child:hover {
  color: #ffffff;
  background-color: #9d0229;
}
@media screen and (max-width: 1024px) {
	main.thankyou-page {
		padding-bottom: 20px;
	}
  .thankyou-page .thankyou-container {
    padding: 20px 0 0;
		gap: 20px;
  }
  .thankyou-page .thankyou-container > .progress-container {
    margin-top: unset;
  }
  .thankyou-page .thankyou-container .thankyou-block .info-line {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .thankyou-page .thankyou-container .thankyou-block .info-line .info-box:nth-child(2) {
    justify-content: flex-start;
  }
  .thankyou-page .thankyou-container .thankyou-block .info-line .info-box:nth-child(2) .info {
    min-width: unset;
  }
  .thankyou-page .thankyou-container .thankyou-block .info-line,
  .thankyou-page .thankyou-container .thankyou-block .info-line .info-box:nth-child(3) .info-box-wrapper,
  .thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info-box-wrapper,
  .thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item {
    gap: 20px;
  }
  .thankyou-page .thankyou-container .thankyou-block .info-line .info-box {
    flex-basis: 100%;
  }
  .thankyou-page .thankyou-container .thankyou-block.w-reward .info-line .info-box:not(:last-child) {
    flex-basis: calc(50% - 10px);
  }
  .thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item {
    margin-top: unset;
  }
  .thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item .msg {
    margin-top: -15px;
  }
  .thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .pickup-date {
    margin-bottom: -18px;
  }
  .thankyou-page .thankyou-container .thankyou-block .info-line .info-box .info .value .store-item .pick-up-tips {
    margin-top: unset;
  }
  .thankyou-page .thankyou-container .button-list {
		padding: 0 20px;
	}
}

@media screen and (max-width: 768px) {
  main.thankyou-page {
    padding-bottom: unset;
  }
  .thankyou-page .thankyou-container > .title-container > .title {
    flex-direction: column;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    align-items: center;
  }
  .thankyou-page .thankyou-container > .title-container > .title > img {
    min-width: 110px;
    width: 110px;
    height: 110px;
  }
  .thankyou-page .thankyou-container > .title-container .express-tips {
    padding: 8px;
  }
  .thankyou-page .thankyou-container > .title-container > p {
    font-weight: 400;
    line-height: 21px;
  }
  .thankyou-page .thankyou-container > .title-container > p > u {
    text-decoration: unset;
  }
  .thankyou-page .thankyou-container .thankyou-block {
    padding: 20px;
  }
  .thankyou-page .thankyou-container .button-list {
    margin-top: -20px;
    padding-bottom: 40px;
    background-color: #ffffff;
    flex-direction: column-reverse;
		gap: 16px;
  }
	.thankyou-page .thankyou-container .button-list > button {
		width: 100%;
		height: 45px;
	}
}
