.hot-block_string {
  width: 100% !important;
  max-width: 100% !important;
}

.os-hottours-container.hot-tours-container .hot-block_tiles .hot-wrapper {
  margin-right: -24px !important;
}

.hot-tours-container * {
  font-family: Comfortaa, sans-serif !important;
}
.hot-tours-container .hot-block_tiles * {
  color: inherit;
}
.hot-tours-container .hot-block_tiles .hot-otp-form-wrap {
  display: inline-block;
}
.hot-tours-container .hot-wrapper.swiper-wrapper {
  width: calc(100% + 24px) !important;
  margin-right: -24px !important;
}
.hot-tours-container .hot-block_table {
  max-width: 100%;
}
.hot-tours-container .hot-block_table .hot-wrapper {
  padding: 0;
}
.hot-tours-container .hot-otp-content {
  text-align: left;
}
@media (min-width: 768px) {
  .hot-tours-container .hot-otp-content {
    overflow: visible !important;
  }
}
.hot-tours-container .hot-otp-form-wrap {
  width: calc(100% / 3 - 24px) !important;
  padding: 0 0 24px !important;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  border: none;
  cursor: pointer;
  transition-duration: 0.3s;
  height: 272px;
  border-radius: 24px !important;
  box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
.hot-tours-container .hot-otp-form-wrap:hover {
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.26);
}
.hot-tours-container .hot-otp-form-wrap:not(:nth-child(3n+3)) {
  margin-right: 24px;
}
.hot-tours-container .hot-block_table .hot-otp-form-wrap {
  margin-top: 0 !important;
}
.hot-tours-container .hot-block_table .hot-otp-form-wrap:first-child {
  padding: 0 !important;
}
.hot-tours-container .new-hot-tour-img-container {
  height: 182px;
  -webkit-border-radius: 24px 24px 0 0;
  -moz-border-radius: 24px 24px 0 0;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}
.hot-tours-container .new-hot-tour-img-container > img {
  width: 100%;
}
.hot-tours-container .new-hot-tour-body {
  position: relative;
  padding: 8px 16px 16px 16px;
  color: #474F55;
  font-weight: 900;
}
.hot-tours-container .new-hot-tour-body p {
  display: inline-block;
  margin: 0;
  font-size: 14px;
}
.hot-tours-container .new-hot-tour-price {
  position: absolute;
  top: -25px;
  right: 0;
  min-width: 115px;
  height: 50px;
  border-radius: 10px 0 0 10px;
  padding: 8px 15px;
  color: #fff;
  font-weight: bold;
  text-align: right;
  text-transform: lowercase;
}
.hot-tours-container .new-hot-tour-price-value > span {
  font-size: 18px;
}
.hot-tours-container .new-hot-tour-price-desc {
  font-size: 13px;
}
.hot-tours-container .new-hot-tour-location {
  max-width: calc(100% - 140px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.hot-tours-container p.new-hot-tour-name {
  margin: 0 0 4px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.hot-tours-container p.new-hot-tour-img-geo {
  font-size: 18px;
  margin: 0;
  white-space: nowrap;
}
.hot-tours-container .text-right {
  text-align: right;
}
.hot-tours-container .new-hot-tour-date:before {
  content: url(../img/moon-icon.svg);
  vertical-align: sub;
  margin-right: 8px;
}
.hot-tours-container .new-hot-tour-transport {
  display: inline-block;
  vertical-align: sub;
  margin: 0 21px 6px 0;
}
.hot-tours-container .new-hot-tour-date {
  margin-bottom: 6px;
}
.hot-tours-container [data-transport=air]:before {
  content: url(../img/plane-icon.svg);
}
.hot-tours-container [data-transport=bus]:before {
  content: url(../img/bus-icon.svg);
}
.hot-tours-container .hot-otp-content {
  margin-bottom: -24px;
}

@media all and (max-width: 768px) {
  .hot-tours-container .show-more-btn {
    display: none;
  }
  .hot-tours-container .hot-otp-form-wrap {
    width: 100% !important;
    padding-right: 16px !important;
    margin-right: 0 !important;
    box-shadow: none !important;
    background-color: transparent;
    border-radius: 0;
  }
  .hot-tours-container .hot-otp-form-wrap > a {
    box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    border-radius: 24px;
    display: block;
  }
  .hot-tours-container .hot-otp-form-wrap > a:hover {
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.26);
  }
  .hot-tours-container .hot-otp-form-wrap:first-child {
    padding-top: 0 !important;
  }
  .hot-tours-container .hot-wrapper.swiper-wrapper {
    display: flex !important;
  }
  .hot-tours-container .hot-wrapper.swiper-wrapper .swiper-slide {
    width: 85% !important;
    max-width: 350px;
  }
}
.hot-tours-container .hot-block_tiles .new-hot-tour-item-custom * {
  display: block;
}

.new-hot-tour-item-custom .new-hot-tour-name {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #474F55 !important;
  max-width: 200px !important;
  margin: 5px 0 9px;
}

.new-hot-tour-item-custom .new-hot-tour-img-container {
  display: flex !important;
  position: relative;
  align-items: center;
}

.new-hot-tour-item-custom .new-hot-tour-desc {
  text-align: justify;
}

.hot-tours-page {
  padding-top: 40px;
}
.hot-tours-page .foreword {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #474F55;
}
@media all and (max-width: 768px) {
  .hot-tours-page .foreword {
    text-align: left;
    margin-top: 0;
  }
}
@media all and (max-width: 768px) {
  .hot-tours-page .hot-tours-container .hot-otp-form-wrap:first-child {
    margin-right: 0;
  }
  .hot-tours-page .hot-tours-container .hot-otp-content {
    width: 100%;
    margin-right: 0;
  }
  .hot-tours-page .hot-wrapper {
    width: 100%;
  }
}
.hot-tours-page p.new-hot-tour-food {
  display: block;
  white-space: nowrap;
}

/*# sourceMappingURL=hot-tours-page.css.map */
