.page-checkout {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 16px;
}

.tabbar-header-checkout {
  height: 30px;
  display: flex;
  margin-top: 16px;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.06);
}

.btn-tabar-checkout {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: #ffffff;
  cursor: pointer;
  color: #ee4d2d;
  border: 1px solid #ee4d2d;
}

.btn-tabar-checkout.active {
  color: #ffffff;
  background-color: #ee4d2d;
}

.checkout-detail {
  display: flex;
  margin-top: 24px;
}

.checkout-detail-left {
  width: 60%;
}

.checkout-detail-right {
  width: 40%;
  padding-left: 16px;
}

.voucher-title {
  font-weight: bold;
}

.delivery-info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
  padding: 0 20px;
}

.delivery-info-title i {
  font-size: 14px;
  color: #adaeae;
}

.delivery-info-content {
  background: #ffffff;
}

.delivery-info-content .wrap-input {
  padding: 10px 0;
  margin: 0 20px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
}

.delivery-info-content .wrap-input input {
  /* height: 18px; */
  border: none;
  outline: none;
  margin-left: 12px;
  flex-grow: 1;
}


.children-vnpay .container-radio input:checked~.checkmark-radio {
  background-color: #6d6bd3;
}

.children-vnpay {
  display: none;
}

.delivery-location-title {
  margin: 0 20px;
  padding-top: 10px;
}

/* .wrap-location {
  position: relative;
}

.wrap-location .search-box {
  position: absolute;
  background: #fff;
  min-width: 350px;
  transform: translateY(3.8rem);
  left: 28px;
  top: -8px;
  z-index: 9;
  box-shadow: 0 0 4px 2px rgba(128, 128, 128, 0.15);
  border-radius: 5px;
  min-height: 100px;
  max-height: 350px;
  overflow-y: overlay;
}

.search-item {
  padding: 10px 15px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
}

.search-item .name {
  font-weight: bold;
} */

.delivery-datetime {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}

.delivery-datetime .time {
  font-weight: bold;
  color: #282828;
}

.delivery-info-content {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.edit-delivery-datetime {
  color: #799dd9;
  font-size: 13px;
  cursor: pointer;
}

.delivery-info-title-left {
  font-weight: bold;
}

.payment-method {
  margin-top: 32px;
}

.payment-method .delivery-info-content {
  padding: 0 20px;
}

.choose-store {
  padding: 14px 20px 10px 20px;
  border-bottom: 1px solid #f1f1f1;
}

.choose-store-content {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.choose-store-content .left,
.choose-store-content .right {
  display: flex;
  align-items: center;
}

.choose-store-content .left i {
  margin-right: 8px;
}

.choose-store-content .right i {
  color: #adaeae;
}

.choose-store-content .distance {
  margin-right: 16px;
}

.list-checkout {
  padding: 0 20px;
}

.product-checkout {
  display: flex;
  align-items: center;
  padding: 12px 0 8px;
  border-bottom: 1px solid #f1f1f1;
}

.product-checkout img {
  width: 70px;
  margin-right: 12px;
}

.product-checkout .title {
  font-weight: bold;
  padding-bottom: 5px;
}

.product-checkout .customizations {
  font-size: 13px;
  padding-left: 5px;
  color: #7c7c7c;
}

.product-checkout .quantity {
  font-size: 13px;
  padding-left: 5px;
  padding-top: 3px;
  font-weight: bold;
  color: #8a733f;
}

.promotion-icon {
  width: 24px;
  margin-right: 16px;
}

.btn-add-voucher {
  color: #ffffff;
  text-transform: none;
  border-radius: 30px;
  border: none;
  height: 30px;
  padding: 0 18px;
  font-weight: 500;
  background: #d8b979;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.btn-remove-voucher {
  color: #ffffff;
  text-transform: none;
  border-radius: 30px;
  border: none;
  height: 30px;
  padding: 0 18px;
  font-weight: 500;
  background: #799dd9;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.promotion-code .left {
  display: flex;
  align-items: center;
}

.promotion-code {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 15px;
  border-bottom: 1px solid #f1f1f1;
}

.price-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-top .total,
.transport-price,
.promotion-amount,
.grand-total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 4px 0;
}

.price-top .total-number,
.price-top .quanity-number {
  font-weight: bold;
}

.txt-right {
  width: 80px;
  text-align: right;
}

.checkout-price {
  padding: 6px 20px;
}

.grand-total {
  border-bottom: 1px solid #f1f1f1;
}

.grand-total-title {
  font-weight: bold;
}

.grand-total .txt-right {
  color: #86744e;
  font-weight: bold;
}

.ta-checkout-note {
  background: #ffffff;
  border: none;
  box-shadow: none;
  width: 100% !important;
  box-sizing: border-box;
  height: 100%;
  outline: 0;
  transition: height 2s ease;
  font-size: 14px;
  padding: 10px 20px 4px;
  border-top: 1px solid #f1f1f1;
}

.wrap-checkout-btn {
  padding: 15px;
}

.btn-order {
  background: #ee4d2d;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 30px;
  width: 100%;
  outline: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.btn-back-to-menu {
  background: #ffffff;
  color: #d8b979;
  height: 32px;
  border-radius: 30px;
  width: 100%;
  outline: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  border: 1px solid #d8b979;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.popup-choose-store {
  width: 400px;
  height: 500px;
  position: fixed;
  display: flex;
  flex-direction: column;
  top: calc(50% - 250px);
  left: calc(50% - 200px);
  background: #ffffff;
  z-index: 2;
  border-radius: 3px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.06);
}

.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(128, 128, 128, 0.5);
}

.popop-search-box {
  display: flex;
  border-bottom: 1px solid #f1f1f1;
  padding-left: 15px;
  padding-right: 10px;
}

.popup-choose-store .icon-search {
  width: 14px;
}

.popup-choose-store input.ip-search {
  border: none;
  background: var(--tocotoco-color-white);
  height: 38px;
  padding: 0 0 0 10px;
  width: 100%;
  outline: 0;
  box-shadow: unset;
}

.popup-choose-store .list-store {
  padding-left: 15px;
  padding-right: 10px;
  height: 1px;
  flex-grow: 1;
  overflow-y: scroll;
  /* overflow: scroll; */
}

.popup-choose-store .store-item {
  padding: 8px 0;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.popup-choose-store .store-name {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
}

.popup-choose-store .store-address {
  font-size: 12px;
  color: #7c7c7c;
}

.popup-choose-store .list-store .right {
  color: #7c7c7c;
  font-weight: 500;
}

#map-checkout {
  width: 100%;
  height: 200px;
}

.hide {
  display: none;
}


.popup {
  background-color: #e5e5ca;
}

.voucher-popup-body {
  padding: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
}


.content-detail-voucher {
  margin: 10px 20px;
}

.button-voucher-wrap {
  display: flex;
  justify-content: center;
  margin: 5px 0px;
}

/* .input-voucher {
  flex-grow: 1;
  padding: 4px 24px;
  border: 1px solid #d4d4d4;
  border-radius: 25px;
  outline: none;
} */

/*test*/


.voucher-list {
  height: 100%;
  background: #e5e5ca;
}

.voucher-list .loader-wrapper {
  background: #e5e5ca !important;
}

.input-voucher-wrap {
  padding: 0px 15px;
  margin-bottom: 7px;
}

.coupon {
  min-height: 90px
}

.coupon .kanan {
  border-left: 1px dashed #ddd;
  width: 40% !important;
  position: relative;
  display: flex;
  justify-content: center;
}

.coupon .info {
  width: 80%;
}

.coupon .kanan .info::after,
.coupon .kanan .info::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: #e5e5ca;
  border-radius: 100%;
}

.coupon .kanan .info::before {
  top: -10px;
  left: -10px;
}

.coupon .kanan .info::after {
  bottom: -10px;
  left: -10px;
}

.coupon .time {
  font-size: 1.6rem;
}

.popup .badge {
  color: blue;
  text-decoration: underline;
  font-weight: normal;
  padding: 0px;
  font-size: 14px;
}

.coupon .lead {
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
  font-family: Barlow;
}

.coupon .tengah {
  margin: auto;
}

.coupon img {
  transition: transform 0.2s ease-in-out;
  /* add transition for smooth effect */
}

.coupon img:hover {
  transform: scale(1.2);
  /* decrease the size of the image */
}

/*end tesst*/

.btn-user-voucher {
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d8b979;
  font-weight: bold;
  color: #ffffff;
  font-size: 13px;
  cursor: pointer;
}

.voucher-list {
  overflow-y: overlay;
}

.voucher-item {
  padding: 15px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-bottom: 16px;
}

.item-voucher {
  margin-bottom: 20px;
  border: 1px;
  padding-left: 0px;
  border-radius: 2px;
  box-shadow: 2px 2px 5px 0px #d7abab;
}

.item-voucher .item-image {
  justify-content: center;
  display: flex;
  position: relative;
}

.item-image img {
  width: 100%;
  height: 100%;
}

.item-content {
  margin: auto;
}

.item-content .title {
  font-size: 18px;
  margin: 0px;
}

.item-voucher .item-button {
  margin: auto;
  text-align: center;
}

.item-button .btn-used {
  width: 100px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background-color: #28a745;
  font-weight: bold;
  color: #ffffff;
  font-size: 13px;
  cursor: pointer;
  border: 0px;
}


.voucher-item:nth-child(odd) {
  margin-right: 2%;
}

.voucher-img {
  background: url(../images/voucher_default.webp);
  background-size: cover;
  width: 135px;
  height: 135px;
}

.voucher-apply {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  justify-content: flex-end;
  margin-right: 80px;
}

.voucher-apply .voucher-icon {
  width: 20px;
  height: 12px;
  background: url(../images/promotion-primary.png) no-repeat center;
  background-size: contain;
}

.voucher-apply .voucher-code {
  color: #839bc5;
}

.order-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}
.result-vnpay{
  display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 10px 0px 30px 0px;
    height: auto;
}

.result-title {
  font-size: 25px;
  /* padding-bottom: 40px; */
}

.result-ok {
  border-radius: 24px;
  background-color: #d8b979;
  color: #ffffff;
  padding: 5px 20px;
  font-weight: bold;
  cursor: pointer;
}

.tracking {
  border-radius: 24px;
  color: #ffffff;
  padding: 5px 20px;
  font-weight: bold;
  cursor: pointer;
}

.checkout-top {
  display: none;
}

.wrap-select-time {
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  margin: 0 auto;
}

.finish-edit-time {
  background: #d8b979;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 30px;
  width: 100%;
  outline: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.container-select-time {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  justify-content: space-between;
}

.container-select-time select {
  width: 48%;
  height: 32px;
}

/* Mobile */
@media only screen and (max-width: 768px) {
  .order-header {
    display: none !important;
  }

  .coupon .kanan {
    width: 25% !important;
  }

  .coupon .p-3 {
    padding: 0px !important;
  }

  .coupon a {
    font-size: 10px;
  }

  .coupon .pb-3,
  .py-3 {
    padding: 0px !important;
    margin-left: 5px !important;
  }

  .coupon .lead {
    font-family: Barlow;
    font-size: 12px;
  }

  .coupon .text-muted {
    font-size: 12px;
    font-family: Barlow;
  }

  .coupon span {
    font-size: 12px;
    font-family: Barlow;
  }

  .popup .badge {
    font-size: 12px;
    font-family: Barlow;
  }

  .button-voucher-wrap .flex-column {
    flex-direction: row !important;
  }


}

/* Mobile */
@media only screen and (max-width: 425px) {}