/*  7.32 tour css start
/*----------------------------------------*/
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-tour-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.tp-tour-filter-btn {
  color: var(--tp-common-black);
  font-size: 16px;
  letter-spacing: -0.02em;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 50px;
  padding: 11px 24px;
  flex: 0 0 auto;
}
.tp-tour-filter-btn:hover {
  color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.tp-tour-filter-btn svg {
  margin-right: 5px;
  transform: translateY(-2px);
}
.tp-tour-filter-result {
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-tour-sort .tp-select {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  padding-right: 45px;
  height: 50px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 50px;
  line-height: 48px;
}
.tp-tour-sort .tp-select::after {
  right: 24px;
  top: 3px;
  transform: translateY(0%);
  border: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-tour-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-tour-ptb-2 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.tp-tour-item {
  backdrop-filter: blur(32px);
  box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.05);
  background: var(--tp-common-white);
  border-radius: 16px;
}
.tp-tour-item:hover .tp-tour-thumb .image::before {
  opacity: 1;
  visibility: visible;
}
.tp-tour-item:hover .tp-tour-thumb .image img {
  transform: scale(1.1);
}
.tp-tour-item:hover .tp-tour-media-meta span, .tp-tour-item:hover .tp-tour-media-meta a {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tp-tour-item:hover .tp-tour-media-meta span:nth-child(1), .tp-tour-item:hover .tp-tour-media-meta a:nth-child(1) {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.tp-tour-item:hover .tp-tour-media-meta span:nth-child(2), .tp-tour-item:hover .tp-tour-media-meta a:nth-child(2) {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tp-tour-item:hover .tp-tour-media-meta span:nth-child(3), .tp-tour-item:hover .tp-tour-media-meta a:nth-child(3) {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tp-tour-thumb {
  border-radius: 16px 16px 0 0;
}
.tp-tour-thumb .image {
  position: relative;
  display: block;
  height: 233px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-tour-thumb .image {
    height: 320px;
  }
}
.tp-tour-thumb .image::before {
  position: absolute;
  content: "";
  background: rgba(7, 21, 22, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}
.tp-tour-thumb .image img {
  transition: all 0.4s ease;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.tp-tour-review span {
  color: var(--tp-common-yellow);
}
.tp-tour-review-score {
  font-size: 14px;
  letter-spacing: -0.05em;
  color: var(--tp-grey-1);
  margin-top: 2px;
}
.tp-tour-title {
  font-size: 24px;
  line-height: 125%;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-tour-title {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-tour-title {
    font-size: 20px;
  }
}
.tp-tour-title a:hover {
  color: var(--tp-theme-1);
}
.tp-tour-info {
  border-bottom: 1px solid rgba(7, 21, 22, 0.1);
  padding-bottom: 17px;
  margin-bottom: 12px;
}
.tp-tour-info > span, .tp-tour-info a {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: var(--tp-grey-1);
  display: inline-block;
  align-items: center;
  position: relative;
}
.tp-tour-info > span:first-child, .tp-tour-info a:first-child {
  margin-bottom: 4px;
  margin-right: 0;
  padding-right: 0;
  display: block;
}
.tp-tour-info > span:first-child::before, .tp-tour-info a:first-child::before {
  display: none;
}
.tp-tour-info > span:not(:last-child), .tp-tour-info a:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-tour-info > span:not(:last-child), .tp-tour-info a:not(:last-child) {
    margin-right: 7px;
  }
}
.tp-tour-info > span:not(:last-child)::before, .tp-tour-info a:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: rgba(17, 17, 17, 0.08);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.tp-tour-info > span svg, .tp-tour-info a svg {
  transform: translateY(-1px);
  margin-right: 2px;
}
.tp-tour-old-price {
  text-decoration: line-through;
}
.tp-tour-new-price {
  font-size: 28px;
  letter-spacing: -0.04em;
  color: var(--tp-theme-1);
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-tour-new-price {
    font-size: 22px;
  }
}
.tp-tour-top-price span {
  font-size: 14px;
  letter-spacing: -0.01em;
  color: var(--tp-grey-1);
}
.tp-tour-suffix {
  font-size: 14px;
  color: var(--tp-grey-1);
  display: inline-block;
  transform: translateY(-1px);
}
.tp-tour-meta {
  margin-bottom: 8px;
}
.tp-tour-content {
  padding: 14px 24px 20px 24px;
}
.tp-tour-wishlist {
  border-radius: 30px;
  width: 29px;
  height: 29px;
  backdrop-filter: blur(3px);
  background: var(--tp-common-white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--tp-common-black);
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  cursor: pointer;
  transition: all 0.4s ease;
}
.tp-tour-wishlist:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-tour-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  display: flex;
  gap: 5px;
  align-items: start;
  flex-direction: column;
}
.tp-tour-badge .discount {
  font-size: 12px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border-radius: 24px;
  padding: 8px 12px;
  display: inline-block;
  background: var(--tp-theme-1);
  line-height: 1;
}
.tp-tour-media-meta {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 1;
}
.tp-tour-media-meta span, .tp-tour-media-meta a {
  border-radius: 24px;
  width: 29px;
  height: 29px;
  box-shadow: 0 1px 20px 0 rgba(17, 17, 17, 0.25);
  background: var(--tp-common-white);
  color: var(--tp-common-black);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}
.tp-tour-media-meta span:hover, .tp-tour-media-meta a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  transition: all 0.4s ease;
}
.tp-tour-dis-banner {
  border-radius: 16px;
  padding: 27px 30px 15px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-tour-dis-banner {
    background-position: right;
  }
}
.tp-tour-dis-icon {
  color: var(--tp-common-white);
  flex-wrap: wrap;
  margin-right: 12px;
}
.tp-tour-dis-subtitle {
  font-family: var(--tp-ff-dancing);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.06em;
  color: var(--tp-common-white);
}
.tp-tour-dis-title {
  font-size: 18px;
  letter-spacing: -0.05em;
  color: var(--tp-common-white);
}
.tp-tour-list .tp-tour-thumb {
  width: 457px;
  height: 374px;
  border-radius: 8px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-tour-list .tp-tour-thumb {
    width: 257px;
    height: 330px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-tour-list .tp-tour-thumb {
    width: 357px;
    height: 330px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-tour-list .tp-tour-thumb {
    width: 100%;
    height: 100%;
  }
}
.tp-tour-list .tp-tour-thumb .image {
  height: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-tour-list .tp-tour-dec br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-tour-list .tp-tour-title br {
    display: none;
  }
}
.tp-tour-list .tp-tour-item {
  display: flex;
  align-items: center;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 16px;
  padding: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-tour-list .tp-tour-item {
    flex-wrap: wrap;
  }
}
@media (max-width: 574.98px) {
  .tp-tour-list .tp-tour-item {
    padding: 20px;
  }
}
.tp-tour-list .tp-tour-content {
  width: 100%;
  padding-left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-tour-list .tp-tour-content {
    padding-left: 24px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-tour-list .tp-tour-content {
    padding: 0;
    padding-top: 20px;
  }
}
.tp-tour-list .tp-tour-info {
  padding-bottom: 26px;
  margin-bottom: 27px;
}
.tp-tour-list .tp-tour-media-meta {
  right: auto;
  left: 16px;
}
.tp-tour-list .tp-tour-top-price {
  margin-bottom: 4px;
}
.tp-tour-list .tp-tour-info > span:not(:last-child), .tp-tour-list .tp-tour-info a:not(:last-child) {
  margin-right: 22px;
  padding-right: 22px;
}
@media (max-width: 574.98px) {
  .tp-tour-list .tp-tour-info > span:not(:last-child), .tp-tour-list .tp-tour-info a:not(:last-child) {
    padding-right: 8px;
    margin-right: 8px;
  }
}
.tp-tour-list-map .tp-tour-thumb {
  width: 333px;
  height: 330px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-tour-list-map .tp-tour-thumb {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-tour-list-map .tp-tour-thumb {
    width: 257px;
    height: 330px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-tour-list-map .tp-tour-thumb {
    width: 100%;
    height: 100%;
  }
}
.tp-tour-list-map .tp-tour-info > span svg, .tp-tour-list-map .tp-tour-info a svg {
  color: var(--tp-theme-1);
}
.tp-tour-list-map .tp-tour-info > span:not(:last-child), .tp-tour-list-map .tp-tour-info a:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
}
.tp-tour-list-map .tp-tour-info {
  padding-bottom: 17px;
  margin-bottom: 12px;
}
.tp-tour-list-map .tp-tour-top-price {
  margin-bottom: 0;
}
.tp-tour-list-map .tp-tour-content {
  padding-left: 20px;
  padding-right: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-tour-list-map .tp-tour-content {
    padding-left: 0;
  }
}
.tp-tour-map {
  position: sticky;
  top: 0;
  width: 100%;
  height: 1268px;
  padding-left: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-tour-map {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-tour-map {
    height: 600px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 574.98px) {
  .tp-tour-map {
    height: 400px;
  }
}
.tp-tour-map iframe {
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-tour-map-area {
    overflow: hidden;
  }
}
.tp-tour-grid-map {
  padding-top: 120px;
  padding-bottom: 160px;
  padding-left: 160px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-tour-grid-map {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-tour-grid-map {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-tour-grid-map {
    padding-left: 30px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-tour-grid-map {
    padding-left: 15px;
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-tour-grid-map {
    padding-right: 15px;
  }
}
.tp-tour-gallery-thumb {
  border-radius: 16px;
}
.tp-tour-gallery-thumb img {
  transition: all 0.4s ease;
}
.tp-tour-gallery-thumb:hover img {
  transform: scale(1.1);
}
.tp-tour-gallery-thumb .tp-tour-media-meta {
  left: 32px;
  bottom: 32px;
  right: auto;
}
.tp-tour-gallery-thumb .tp-tour-media-meta span, .tp-tour-gallery-thumb .tp-tour-media-meta a {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 50px;
  height: 50px;
}
.tp-tour-gallery-thumb.gallery .tp-tour-media-meta {
  left: auto;
  right: 32px;
}
.tp-tour-gallery-thumb.gallery .tp-tour-media-meta span, .tp-tour-gallery-thumb.gallery .tp-tour-media-meta a {
  border-radius: 34px;
  width: auto;
  height: auto;
  padding: 7px 22px;
}
.tp-tour-gallery-thumb.gallery .tp-tour-media-meta span svg, .tp-tour-gallery-thumb.gallery .tp-tour-media-meta a svg {
  margin-right: 8px;
}
.tp-tour-gallery-thumb.gallery-col-1 {
  margin-right: -20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-tour-gallery-thumb.gallery-col-1 {
    margin-right: 0;
  }
}
.tp-tour-gallery-inner {
  margin-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-tour-gallery-inner {
    margin-left: 0;
  }
}
.tp-tour-gallery-gg-rating span {
  color: var(--tp-theme-1);
  line-height: 1;
}
.tp-tour-gallery-gg-rating .rating-count {
  font-size: 16px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.tp-tour-gallery-gg-rating p {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-grey-1);
}
.tp-tour-gallery-gg-rating-wrap {
  background: #f5f7f7;
  border-radius: 16px;
  padding: 45px 60px 50px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-tour-gallery-gg-rating-wrap {
    padding: 25px 30px 20px 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-tour-gallery-gg-rating-wrap .mb-145 {
    margin-bottom: 95px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-tour-gallery-gg-rating-wrap .mb-145 {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-tour-gallery-gg-rating-wrap .mb-145 {
    margin-bottom: 45px;
  }
}
.tp-tour-red .tp-tour-info > span svg, .tp-tour-red .tp-tour-info a svg {
  color: var(--tp-theme-1);
}
.tp-tour-tab ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-tour-tab ul {
    justify-content: flex-start;
  }
}
.tp-tour-tab ul li {
  list-style: none;
}
.tp-tour-tab ul li a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 53, 50, 0.1);
  border-radius: 50px;
  padding: 16px 24px;
  display: inline-block;
  line-height: 1;
}
.tp-tour-tab ul li a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-tour-tab ul li a.active {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.tp-animate-tab .tab-pane {
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}

.tp-animate-tab .tab-pane.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

.tour-checkout-sidebar-wrap {
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 16px;
  box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.03);
  background: var(--tp-common-white);
  padding: 32px 32px 25px 32px;
}
.tour-checkout-product-thumb {
  flex: 0 0 auto;
  margin-right: 16px;
}
.tour-checkout-product-thumb img {
  width: 100px;
  height: 100px;
  border-radius: 16px;
}
.tour-checkout-product-title {
  font-size: 20px;
  line-height: 150%;
}
.tour-checkout-product-title a:hover {
  color: var(--tp-theme-1);
}
.tour-checkout-product-btn {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  border: 1px solid var(--tp-theme-1);
  border-radius: 50px;
  padding: 6px 17px;
  display: inline-block;
  line-height: 1;
}
.tour-checkout-border {
  border-bottom: 1px solid rgba(7, 21, 22, 0.1);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.tour-checkout-reservation .item:not(:last-child) {
  margin-bottom: 18px;
}
.tour-checkout-reservation .value {
  margin-top: 2px;
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-grey-1);
}
.tour-checkout-reservation .price {
  margin-top: 2px;
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-black);
}
.tour-checkout-promo.tp-checkout-verify-item {
  margin-bottom: 0;
}
.tour-checkout-promo.tp-checkout-verify-item:not(:last-child) {
  margin-bottom: 20px;
}
.tour-checkout-promo .tp-return-customer {
  padding: 20px;
  border-radius: 8px;
}
.tour-checkout-promo .tp-checkout-verify-reveal {
  padding: 0;
  border: none;
  font-size: 16px;
  font-weight: 500;
}
.tour-checkout-promo .tp-checkout-login-form-reveal-btn {
  color: var(--tp-theme-1);
  font-size: 16px;
  font-weight: 500;
}
.tour-checkout-promo .tp-checkout-login-form-reveal-btn::after {
  background: var(--tp-theme-1);
}
.tour-checkout-subtotal {
  background: #f9f9f9;
  padding: 15px 20px;
  border-radius: 4px;
}
.tour-checkout-subtotal .value {
  font-size: 18px;
  font-weight: 500;
}
.tour-checkout-subtotal .price {
  font-size: 18px;
  font-weight: 600;
  color: var(--tp-theme-1);
}
.tour-checkout-subtotal.total .value {
  font-size: 20px;
}
.tour-checkout-subtotal.total .price {
  font-size: 20px;
}
.tour-checkout-form-single {
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 16px;
  box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.03);
  background: var(--tp-common-white);
  padding: 32px 32px 25px 32px;
}
.tour-checkout-form-single .tp-review-input .tp-select {
  width: 100%;
  line-height: 56px;
}
.tour-checkout-form-single .tp-review-input .tp-select::after {
  right: 20px;
}
.tour-checkout-form-single .tp-review-select {
  height: 56px;
}
.tour-checkout-form-title {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}

/*----------------------------------------*/
