#sp-main-body {
  padding: 2rem 0;
  min-height: calc(100vh - 497px);
}

.com_travel.view-favorite #sp-main-body,
.com_travel.view-user #sp-main-body,
.com_travel.view-orders #sp-main-body,
.com_travel.view-order #sp-main-body {
  padding-top: 30px;
}
[id^="BootstrapVueNext__ID"] .dropdown-menu,
.modal {
  z-index: 10000 !important;
}

.form-control.has-error {
  border-color: var(--bs-danger);
}

.mx-n4 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.com-users-login > .row,
.com-users-remind > .row,
.com-users-reset > .row,
.com-users-reset-confirm > .row,
.com-users-reset-complete > .row,
.com-users-registration > .row {
  --bs-gutter-x: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.com-users-login > .row > [class*="col-"],
.com-users-remind > .row > [class*="col-"],
.com-users-reset > .row > [class*="col-"],
.com-users-reset-confirm > .row > [class*="col-"],
.com-users-reset-complete > .row > [class*="col-"],
.com-users-registration > .row > [class*="col-"] {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

body.com_users #sp-left-booking {
  display: none;
}

body.com_users #sp-component {
  flex: 0 0 100%;
  max-width: 100%;
}

/* travel search */
.dropdown-toggle::after {
  margin-left: 0.5rem;
  content: "\f078" !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-variant: normal;
  text-rendering: auto;
  font-style: normal;
  line-height: 1;
  border-top: none;
  vertical-align: middle;
  font-size: 14px;
  transition: rotate 0.5s;
}

.dropdown-toggle.show::after {
  rotate: -90deg;
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month {
  padding-top: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  line-height: 1;
}

.modal-tab-search-travel-product .modal-lg {
  --bs-modal-width: 900px;
}

.travel-search-package-content-container {
  min-height: 20rem;
}

.travel-search-package-content-container .nav {
  border-top: 1px solid var(--bs-nav-tabs-border-color);
  margin: 0.75rem 0;
  flex: 0 0 14rem;
  align-self: stretch;
  border-right: 1px solid var(--bs-nav-tabs-border-color) !important;
}

.travel-search-package-content-container .nav button {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--bs-nav-tabs-border-color) !important;
  color: unset;
  position: relative;
  text-align: left;
}

.travel-search-package-content-container .nav button.active {
  color: #fff;
  background-color: var(--bs-primary);
}

.travel-search-package-content-container .nav button.active::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid var(--bs-primary);
}

.travel-search-package-content-container .hot-cities-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}

.travel-search-package-content-container .hot-cities-list li {
  list-style: none;
}

.travel-search-package-content-container .list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
}

.travel-search-package-content-container .list-items .list-item {
  list-style: none;
  flex: 0 1 calc((100% - 3 * 0.5rem) / 4);
}

.area-country-city-list {
  margin: 0;
  padding: 0;
}

.area-country-city-list>li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin-bottom: 0.75rem;
}

.area-country-city-list>li>h4 {
  flex: 0 0 calc(25% - 0.5rem);
  margin: 0;
}

.area-country-city-list>li>ul {
  padding: 0;
  flex: 0 0 75%;
}

.area-country-city-list .city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5rem;
}

.area-country-city-list .city-list>li {
  list-style: none;
  flex: 0 1 calc((100% - 2 * 0.5rem) / 3);
}

.travel-search-package-content-container .list-item a,
.travel-search-package-content-container .area-country-city-list a {
  color: unset;
  font-size: 1rem;
}

.travel-search-package-content-container .theme-list .list-item {
  flex: 0 1 calc((100% - 2 * 0.5rem) / 3);
  height: 130px;
}

.travel-search-package-content-container .theme-list .list-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal-tab-search-travel-product .search-results {}

.modal-tab-search-travel-product .search-items {
  margin: 0;
  padding: 0;
}

.modal-tab-search-travel-product .search-items>li {
  list-style: none;
}

.modal-tab-search-travel-product .search-items>li a {
  display: flex;
  color: unset;
  padding: 0.75rem 1.5rem;
  border-bottom: solid 1px var(--bs-border-color);
  align-items: center;
}

.modal-tab-search-travel-product .search-items>li a i {
  margin-right: 0.75rem;
  opacity: 0.5;
  width: 1.3rem;
}

.modal-tab-search-travel-product .search-items .city-name {
  margin-right: 0;
  margin-left: auto;
  opacity: 0.4;
}

.modal-tab-search-travel-product .mobile-container {
  padding: 0 1.5rem;
}

.modal-tab-search-travel-product .mobile-container .title {
  font-weight: bold;
  font-size: 1rem;
  margin: 1.5rem 0 0.5rem;
}

.modal-tab-search-travel-product .mobile-container .country-name {
  display: none;
}

.modal-tab-search-travel-product .mobile-container .list-items,
.modal-tab-search-travel-product .mobile-container .area-country-city-list {
  display: block;
}

.modal-tab-search-travel-product .mobile-container .area-country-city-list>li,
.modal-tab-search-travel-product .mobile-container .area-country-city-list>li>ul {
  display: contents;
  margin: 0;
  padding: 0;
}

.modal-tab-search-travel-product .mobile-container .list-item,
.modal-tab-search-travel-product .mobile-container .area-country-city-list>li>ul>li {
  display: inline-block;
}

.modal-tab-search-travel-product .mobile-container .list-item a,
.modal-tab-search-travel-product .mobile-container .area-country-city-list a {
  border: solid 1px var(--bs-border-color);
  padding: 0.5rem;
  border-radius: 0.25rem;
  display: block;
  margin: 0 0.35rem 0.5rem 0;
}

.modal-tab-search-travel-product .mobile-container .theme-list .list-item {
  height: auto;
}

.max-height-scroll {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .modal-tab-search-travel-product .modal-header {
    display: none;
  }
}

/* home slick items */
.card-items:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.card-items .slick-list {
  margin: 0 -0.375rem;
}

.card-items .slick-list .slick-track {
  display: flex;
}

.card-items .item {
  border-radius: 0.375rem;
  overflow: hidden;
  flex: 0 1 calc((100% - 3 * 0.75rem) / 4);
  padding: 0.75em;
  color: unset;
}

.card-items .item.slick-slide {
  margin: 0 0.375rem;
  display: flex;
  flex-direction: column;
  height: auto !important;
}

.card-items .item-image {
  margin: -0.75rem -0.75rem 0.75em -0.75rem;
}

.card-items .item-image img {
  aspect-ratio: 4/3;
}

.card-items .item-title {
  margin-bottom: 0.75rem;
}

.card-items .item-footer {
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
}

.card-items .item-footer .item-price {
  margin-right: 0;
  margin-left: auto;
}

.slick-slider .slick-arrow {
  border: none;
  position: absolute;
  z-index: 100;
  top: 50%;
  translate: 0 -50%;
  right: auto;
  left: -50px;
  font-size: 0;
  color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.3;
}

.slick-slider .slick-arrow.slick-next {
  right: -50px;
  left: auto;
}

.slick-slider .slick-arrow::before {
  font-family: "Font Awesome 6 Free";
  content: "\f053";
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.slick-slider .slick-arrow.slick-next::before {
  content: "\f054";
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:hover,
.slick-slider .slick-next:focus {
  background-color: rgba(0, 0, 0, 0.75);
}

.btn-slick-show-more {
  margin: 1.5rem auto;
  display: block;
}

.sppb-addon-header.module-title-center,
.module-title-center .sppb-addon-header {
  display: flex;
}

.module-title-center .sppb-addon-title {
  text-align: center;
  margin: 0 auto 1rem !important;
}

.module-title-center .sppb-addon-title::after {
  content: "";
  display: block;
  width: 60%;
  border-bottom: 3px #fd7f23 solid;
  margin: 5px auto 0;
}

@media (max-width: 767px) {

  .card-items:not(.slick-slider),
  .card-items {
    display: block;
  }

  .card-items .item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    margin: 0 0 0.75rem;
  }

  .card-items .item .item-image {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    margin: -0.75rem 0.75rem -0.75em -0.75rem;
  }

  .card-items .item-image img {
    height: 100%;
    width: 100%;
  }

  .card-items .item .item-title {
    grid-column: 3 / 6;
    grid-row: 1 / 2;
    font-size: 1rem;
  }

  .card-items .item .item-footer {
    grid-column: 3 / 6;
    grid-row: 2 / 3;
  }
}

/* images-grid-5 */
@media (min-width: 768px) {
  .images-grid-5 .sppb-column-addons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    gap: 0.25rem;
  }

  .images-grid-5 .sppb-column-addons>div {
    background-color: #ccc;
    overflow: hidden;
  }

  .images-grid-5 .sppb-column-addons>div:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  .images-grid-5 .sppb-column-addons>div:nth-child(2) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }

  .images-grid-5 .sppb-column-addons>div:nth-child(3) {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
  }

  .images-grid-5 .sppb-column-addons>div:nth-child(4) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
  }

  .images-grid-5 .sppb-column-addons>div:nth-child(5) {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
  }
}

.images-grid-5 .sppb-column-addons .sppb-addon-single-image {
  position: relative;
}

.images-grid-5 .sppb-addon-title {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.images-grid-5 .sppb-addon-title:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #fff;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  translate: -50% 0;
}

.images-grid-5 .sppb-addon-single-image-container a::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0.2;
  transition: opacity 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.images-grid-5 .sppb-addon-single-image-container a {
  display: block;
}

.images-grid-5 .sppb-addon-single-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.images-grid-5 .sppb-column-addons .sppb-addon-single-image-container:hover a::after {
  opacity: 1;
}

.images-grid-5 .sppb-column-addons>div:hover .sppb-addon-title:after {
  width: 100px;
}

.images-grid-5 .sppb-column-addons>div,
.images-grid-5 .sppb-column-addons>div>div,
.images-grid-5 .sppb-column-addons>div>div>div,
.images-grid-5 .sppb-column-addons>div>div>div>div,
.images-grid-5 .sppb-column-addons>div>div>div>div>div,
.images-grid-5 .sppb-column-addons>div>div>div>div>div>a {
  height: 100%;
}

/* .sp-mobile-slick-items .sppb-column-addons */
.sp-mobile-slick-items .sppb-column-addons .slick-list {
  width: calc(100% - 30px);
  overflow: visible;
}

.sp-mobile-slick-items .sppb-column-addons .slick-track {
  margin: 0 -0.5rem;
}

.sp-mobile-slick-items .sppb-column-addons .slick-slide {
  margin: 0 0.5rem;
}

.sp-mobile-slick-items .sppb-column-addons .slick-slide img {
  aspect-ratio: 4/3;
}

@media (max-width: 767px) {
  .images-grid-5 .sppb-addon-title {
    font-size: 1rem;
  }
}

/* Footer menu */
@media (min-width: 768px) {
  #sp-footer #footer-menu {
    display: flex;
  }

  #sp-footer #footer-menu>li {
    flex: 0 0 33.33%;
    font-size: 1.2rem;
  }

  #sp-footer #footer-menu>li>span {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }

  #sp-footer #footer-menu ul {
    padding: 0;
  }

  #sp-footer #footer-menu li {
    display: block;
    margin: 0;
    margin-bottom: 0.35rem;
  }
}

@media (max-width: 767.98px) {
  #sp-footer .sppb-column-addons {
    padding: 0 1rem;
  }

  #sp-footer #footer-menu {
    margin-top: 0.75rem;
  }

  #sp-footer #footer-menu,
  #sp-footer #footer-menu ul {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  #sp-footer #footer-menu>li {
    width: 100%;
    display: block;
    margin-top: 0.75rem;
  }

  #sp-footer #footer-menu li {
    text-align: center;
    margin: 0;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  #sp-footer #footer-menu>li>.nav-header {
    margin: 0.75rem 0 0.25rem;
    display: block;
  }

  #sp-footer #footer-menu>li li:not(:last-child) {
    border-right: 1px solid #666;
  }

  #sp-footer #footer-menu>li a {
    line-height: 1;
  }
}

@media (max-width: 575px) {
  #sp-footer .btn-open-form {
    width: calc(100% + 2rem);
    border-radius: 0;
    margin: 0.75rem -1rem 0 -1rem;
  }
}

/* loading */

.loading {
  position: relative;
}

.dropdown-menu .loading {
  padding: 1.5rem 0.5rem;
}

.loading:after {
  position: absolute;
  content: "";
  border: 2px solid var(--bs-primary);
  border-top: 4px solid transparent;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 1s linear infinite;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.form-control.loading:after {
  width: 20px;
  height: 20px;
  left: auto;
  right: 0;
  margin: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.cursor-pointer,
.cursor-pointer * {
  cursor: pointer;
}

.w-1 {
  width: 1%;
}

.btn-icon-gray {
  --bs-btn-color: #999;
}

.btn-icon-gray:focus {
  --bs-btn-active-border-color: transparent;
}


/* mod custom popup */
:root {
  --orange: #fd7e14;
}

.tab-header {
  border-bottom: 2px solid var(--orange);
}

.tab-header .search {
  height: 65px;
}

.tab-header .search .search-dest {
  height: 100%;
}

.tab-header .search .search-dest .search-textword {
  height: 100%;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
  padding: 2px 35px 2px 20px;
  width: 100%;
  outline: 0;
}

.tab-header .search .search-dest .search-button {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--orange);
  width: 100px;
  height: 65px;
  border: none;
  line-height: 65px;
  text-align: center;
}

.tab-header .search .search-dest .search-button i {
  color: #ffffff;
  font-size: 21px;
}

.tab-header .search .search-dest i.fa-times {
  position: absolute;
  right: 115px;
  top: 35%;
  font-size: 20px;
  color: #ddd;
  cursor: pointer;
}

.tab-header .search .search-dest i.fa-times:hover {
  color: #1a1a1a;
}

#customModal {
  display: none;
}

#customModal {
  width: 900px;
  height: 70%;
}

#customModal .container {
  width: 100%;
  height: 100%;
}

#customModal .container .row {
  height: 100%;
}

#customModal .container div.bhoechie-tab-container {
  margin-top: 0;
  margin-left: 0;
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 0px;
  -moz-border-radius: 0px;
  border: none;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}

#customModal .bhoechie-tab-container .tab-header {
  padding-right: 0;
  padding-left: 0;
  position: relative;
}

#customModal .container .bhoechie-tab-container {
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 0px;
  -moz-border-radius: 0px;
  border: none;
  margin-top: 0;
  margin-left: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}

#customModal .container .row .container-content1 {
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}

.customModal .list-group {
  height: 100%;
  border-right: 1px solid #ddd;
}

.bhoechie-tab-menu {
  padding-right: 0;
  padding-left: 15px;
  padding-bottom: 0;
}

.bhoechie-tab-menu .list-group {
  margin-bottom: 0;
}

.bhoechie-tab-menu .list-group>a {
  margin-bottom: 0;
}

.bhoechie-tab-menu .list-group .list-group-item {
  border: none;
  padding: 16px;
  border-bottom: 1px solid #dddddd;
}

.bhoechie-tab-menu .list-group .list-group-item h4 {
  font-weight: 500;
}

.bhoechie-tab-menu .list-group .list-group-item.active {
  border-right: none;
  color: #ffffff;
  border-radius: 0;
}

.bhoechie-tab-menu .list-group .list-group-item.active span {
  color: #ffffff;
}

.bhoechie-tab-menu .list-group>a.active::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #fde000;
}

.list-group .list-group-item h4 {
  font-size: 16px;
  font-weight: 400;
}

#customModal .container .row .container-content1 .bhoechie-tab {
  height: 100%;
  background: #ffffff;
}

.bhoechie-tab-content {
  background-color: #ffffff;
  padding-left: 0px;
  padding-top: 30px;
}

.bhoechie-tab-content.active ul {
  padding-left: 0;
}

.bhoechie-tab-content.active ul li {
  list-style: none;
  display: inline-block;
}

.bhoechie-tab-content.active ul li.hotCityItem {
  list-style: none;
  display: inline-block;
  width: 30.7%;
  padding: 50px 0;
  background-color: #555;
  margin: 5px 5px;
  text-align: center;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  position: relative;
  font-size: 20px;
  min-height: 140px;
}

.bhoechie-tab-content.active ul li.hotCityItem.lang-chinese {
  font-weight: 700;
  font-size: 21px;
}

.bhoechie-tab-content.active ul a li.hotCityItem {
  text-shadow: 1px 1px 5px #000;
  color: #fff;
}

.bhoechie-tab-content.active ul a li.hotCityItem:hover {
  color: #fde000;
}

.bhoechie-tab-content.active ul li a {
  text-decoration: none;
  color: #555;
  font-size: 16px;
  position: relative;
  top: 0;
  display: table-cell;
  vertical-align: middle;
}

.bhoechie-tab-content.active .containerCategory {
  padding-left: 12px;
  padding-right: 12px;
}

.bhoechie-tab-content.active ul li.categoryItem {
  list-style: none;
  display: inline-block;
  width: 30.7%;
  padding: 70px 0;
  background-color: #555;
  margin: 5px 5px;
  text-align: center;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  position: relative;
  font-size: 16px;
}

.bhoechie-tab-content.active ul a li.categoryItem:hover {
  color: #fde000;
}

.bhoechie-tab-content.active ul.flex-col-banner {
  display: flex;
  flex-direction: column;
}

.bhoechie-tab-content.active ul.flex-col-banner li {
  padding: 10px 18px 10px 6px;
}

.bhoechie-tab-content.active ul.flex-col-banner li a img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.categoryItem .qx-blurb-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(rgba(102, 102, 102, 0.1),
      rgba(102, 102, 102, 0.2),
      rgba(0, 0, 0, 0.2));
}

.categoryItem .categoryTitle {
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  top: 60px;
}

.bhoechie-tab-content.active .containerTheme {
  padding-left: 12px;
  padding-right: 12px;
}

.bhoechie-tab-content.active ul li.themeItem {
  list-style: none;
  display: inline-block;
  width: 22.5%;
  height: 80px;
  background-color: #555;
  margin: 5px 5px;
  text-align: center;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  position: relative;
}

.bhoechie-tab-content.active ul a li.themeItem {
  text-shadow: 1px 1px 5px #000;
  color: #fff;
}

.bhoechie-tab-content.active ul a li.themeItem:hover {
  color: #fde000;
}

/*.bhoechie-tab-content div {
	margin-bottom: 30px;
}*/
.bhoechie-tab-content a:hover,
.bhoechie-tab-content ul li a:hover {
  color: var(--orange);
}

.bhoechie-tab-content .country-name {
  padding: 10px 10px;
  font-weight: 700;
}

.themeItem {
  position: relative;
}

.themeItem .qx-blurb-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(rgba(102, 102, 102, 0.1),
      rgba(102, 102, 102, 0.2),
      rgba(0, 0, 0, 0.2));
}

.themeItem .themeTitle {
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
}

.bhoechie-tab .bhoechie-tab-content:not(.active) {
  display: none;
}

.bhoechie-tab-content.active ul li.themeItem:hover {
  opacity: 0.8;
}

.bhoechie-tab-content.active ul li.categoryItem:hover {
  opacity: 0.8;
}

.bhoechie-tab-content.active ul li.hotCityItem:hover {
  opacity: 0.8;
}

.bhoechie-tab-content.active .itemList-city ul li {
  width: 24%;
  padding: 10px 10px;
  vertical-align: top;
}

#customModal .container .row .container-content2 {
  height: 90%;
}

#customModal .container .row .container-content2 .has-result {
  height: 95%;
  overflow-y: scroll;
  overflow-x: hidden;
}

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa {
  background-color: var(--orange);
  color: #fff;
}

div.bhoechie-tab-menu div.list-group>a.active::after {
  border-left: 10px solid var(--orange);
}

.bhoechie-tab-content.theme-list.active ul li {
  width: 100%;
  height: 150px;
  display: table;
  padding: 10px;
}

.bhoechie-tab-content.theme-list.active ul li a img {
  width: 100%;
}

.bhoechie-tab-content.theme-list ul li a span {
  display: none;
}

.bhoechie-tab-content.active ul a li.hotCityItem:hover {
  color: #fff;
}

.bhoechie-tab-content.active ul li.hotCityItem:hover .qx-blurb-content {
  position: absolute;
  height: 100%;
  width: 100%;
  background: var(--orange);
  opacity: 0.8;
}

.bhoechie-tab-content.active ul li.hotCityItem:hover .hoCityTitle {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999;
}

.bhoechie-tab-content.theme-list ul {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
}


#customModal {
  width: 900px;
  height: 70%;
}

#customModal .container {
  width: 100%;
  height: 100%;
}

#customModal .container .row {
  height: 100%;
}

#customModal .container div.bhoechie-tab-container {
  margin-top: 0;
  margin-left: 0;
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 0px;
  -moz-border-radius: 0px;
  border: none;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}

#customModal .bhoechie-tab-container .tab-header {
  padding-right: 0;
  padding-left: 0;
}

#customModal .container .bhoechie-tab-container {
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 0px;
  -moz-border-radius: 0px;
  border: none;
  margin-top: 0;
  margin-left: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}

#customModal .container .row .container-content1 {
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}

.bhoechie-tab-menu {
  padding-right: 0;
  padding-left: 15px;
  padding-bottom: 0;
}

.bhoechie-tab-menu .list-group {
  margin-bottom: 0;
}

.bhoechie-tab-menu .list-group>a {
  margin-bottom: 0;
}

.bhoechie-tab-menu .list-group .list-group-item {
  border: none;
  padding: 16px;
  border-bottom: 1px solid #dddddd;
}

.bhoechie-tab-menu .list-group .list-group-item h4 {
  font-weight: 500;
}

.bhoechie-tab-menu .list-group .list-group-item.active {
  border-right: none;
  color: #ffffff;
}

.bhoechie-tab-menu .list-group .list-group-item.active span {
  color: #ffffff;
}

.bhoechie-tab-menu .list-group>a.active::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #fde000;
}

.list-group .list-group-item h4 {
  font-size: 16px;
  font-weight: 400;
}

#customModal .container .row .container-content1 .bhoechie-tab {
  height: 100%;
  background: #ffffff;
}

.bhoechie-tab-content {
  background-color: #ffffff;
  padding-left: 0px;
  padding-top: 30px;
}

.bhoechie-tab-content.active ul {
  padding-left: 0;
}

.bhoechie-tab-content.active ul li {
  list-style: none;
  display: inline-block;
}

.bhoechie-tab-content.active ul li.hotCityItem {
  list-style: none;
  display: inline-block;
  width: 30.7%;
  padding: 50px 0;
  background-color: #555;
  margin: 5px 5px;
  text-align: center;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  position: relative;
  font-size: 20px;
  min-height: 140px;
}

.bhoechie-tab-content.active ul li.hotCityItem {
  vertical-align: bottom;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.bhoechie-tab-content.active ul a li.hotCityItem {
  text-shadow: 1px 1px 5px #000;
  color: #fff;
}

.bhoechie-tab-content.active ul a li.hotCityItem:hover {
  color: #fde000;
}

.bhoechie-tab-content.active ul li a {
  text-decoration: none;
  color: #555;
  font-size: 16px;
  position: relative;
  top: 0;
}

.bhoechie-tab-content.active .containerCategory {
  padding-left: 12px;
  padding-right: 12px;
}

.bhoechie-tab-content.active ul li.categoryItem {
  list-style: none;
  display: inline-block;
  width: 30.7%;
  padding: 70px 0;
  background-color: #555;
  margin: 5px 5px;
  text-align: center;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  position: relative;
  font-size: 16px;
}

.bhoechie-tab-content.active ul a li.categoryItem:hover {
  color: #fde000;
}


.bhoechie-tab-content.active .containerTheme {
  padding-left: 12px;
  padding-right: 12px;
}

.bhoechie-tab-content.active ul li.themeItem {
  list-style: none;
  display: inline-block;
  width: 22.5%;
  height: 80px;
  background-color: #555;
  margin: 5px 5px;
  text-align: center;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  position: relative;
}

.bhoechie-tab-content.active ul a li.themeItem {
  text-shadow: 1px 1px 5px #000;
  color: #fff;
}

.bhoechie-tab-content.active ul a li.themeItem:hover {
  color: #fde000;
}

/*.bhoechie-tab-content div {
	margin-bottom: 30px;
}*/
.bhoechie-tab-content a:hover,
.bhoechie-tab-content ul li a:hover {
  color: #e03a3e;
}

.bhoechie-tab-content .country-name {
  padding: 10px 10px;
  font-weight: 700;
}

.bhoechie-tab .bhoechie-tab-content:not(.active) {
  display: none;
}

.bhoechie-tab-content.active ul li.themeItem:hover {
  opacity: 0.8;
}

.bhoechie-tab-content.active ul li.categoryItem:hover {
  opacity: 0.8;
}

.bhoechie-tab-content.active ul li.hotCityItem:hover {
  opacity: 0.8;
}

.bhoechie-tab-content.active .itemList-city ul li {
  width: 24%;
  padding: 10px 10px;
  vertical-align: top;
}

#customModal .container .row .container-content2 {
  height: 90%;
}

#customModal .container .row .container-content2 .has-result {
  height: 95%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.customModal .has-result .res_list a p {
  color: #3f3f3f;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  margin: 0;
}

#mobileModal {
  display: none;
}

#mobileModal {
  width: 100%;
  height: 100%;
  max-height: 100%;
  background: #ffffff;
}

#mobileModal .js-popup-mobile {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#mobileModal .js-popup-mobile .js-pp-m-body {
  height: 100%;
}

.mobileModal .search-tab:not(.active) {
  display: none;
}

.mobileModal .search-tab.active {
  display: block;
  height: 100%;
  width: 100%;
}

.mobileModal .has-result .res_list a p {
  padding: 10px 0px;
  margin: 0;
}

.mobileModal .has-result .res_list a p {
  padding: 10px 0px;
  margin: 0;
}

.mobileModal .has-result .res_list a p {
  padding: 10px 0px;
  margin: 0;
}

.mobileModal .search-tab .hot-themes .theme-item img {
  aspect-ratio: 160/130;
  object-fit: cover;
}

.mobileModal .search-tab .hot-themes ul {
  padding: 10px 0 0 0;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
}

.mobileModal .search-tab .hot-themes ul a span {
  display: none;
}

.mobileModal .search-tab .hot-themes ul img {
  aspect-ratio: 2/1;
  object-fit: contain;
}

.mobileModal.search-tab .md-mb-body.flex-row {
  margin-top: 110px;
}

.md-mb-header {
  position: fixed;
  z-index: 3;
  background: #fff;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 20px;
}

.md-mb-body-input {
  position: relative;
  margin: 10px 20px;
}

.md-mb-header .btnClose {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 30px;
}

.md-mb-header .search-type {
  line-height: 30px;
}

.md-mb-body-input .input-search-city {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #ddd;
}

.md-mb-body-input .search-go {
  position: absolute;
  background: var(--orange);
  right: 4px;
  top: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}

.md-mb-body {
  margin-top: 110px;
  padding: 0 20px;
  height: 100%;
  padding-bottom: 150px;
  overflow-y: auto;
}

.md-mb-body-content .popular-list {
  padding: 20px 0;
}

.md-mb-header .btnBack {
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 30px;
  transform: rotate(180deg);
}

#mobileModal .md-mb-body-input .input-search-destinations {
  width: 100%;
  padding: 7px 40px !important;
  /* background: #efefef; */
  border-radius: 5px;
}

.popular-list ul.items-list li {
  display: inline-block;
  padding: 5px 20px;
  margin: 5px 0;
  border: 1px solid #898989;
  color: #565656;
}

.popular-list .detail-link {
  display: inline-block;
  padding: 10px 0;
  color: #0c619e;
}

.popular-list span {
  font-weight: 700;
}

.md-mb-body-input .input-search-themes {
  width: 100%;
  padding: 7px 40px;
  border: none;
  background: #efefef;
  border-radius: 5px;
}

.search-themes .md-mb-body-input::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  width: 20px;
  height: 20px;
  background: url("/templates/shaper_helixultimate/images/icon-search-mobile-module.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.md-mb-body-content .theme-list {
  padding: 20px 0;
}

ul.items-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.area-list ul.items-list li {
  display: inline-block;
  margin: 5px 0;
  border: 1px solid #898989;
  border-radius: 10px;
  color: #565656;
  position: relative;
}

.area-list ul.items-list li a {
  display: block;
  padding: 5px 20px;
}

.area-list ul.items-list li.active {
  background: #be3a48;
  color: #fff;
  border: 1px solid #be3a48;
}

.mobileModal ul.items-list li.active a {
  color: #fff;
}

.mobileModal a {
  color: #565656;
}

.mobileModal .country-name {
  font-weight: 700;
}

.has-result .res_list a p:hover {
  background-color: #eee;
}

.city-list ul.items-list li {
  display: inline-block;
  margin: 5px 0;
  border: 1px solid #898989;
  border-radius: 10px;
  color: #565656;
  position: relative;
}

.city-list ul.items-list li a {
  display: block;
  padding: 5px 20px;
}

.theme-list ul.items-list li {
  display: inline-block;
  margin: 5px 0;
  border: 1px solid #898989;
  border-radius: 10px;
  color: #565656;
  position: relative;
}

.theme-list ul.items-list li a {
  display: block;
  padding: 5px 20px;
}

.country-list .city-list {
  padding: 10px 0;
}

.popular-list .detail-link {
  display: inline-block;
  padding: 10px 0;
  color: #0c619e;
}

.md-mb-body-result .has-result {
  padding: 20px 0;
}


.flex-row .area-list {
  position: fixed;
  background: #fff;
  left: 20px;
  right: 50px;
  top: 100px;
  z-index: 3;
  width: auto;
  overflow-x: auto;
}

.flex-row .area-list .items-list {
  display: flex;
  flex-direction: row;
}

.flex-row .area-list .items-list li {
  word-break: keep-all;
  margin-right: 5px;
}

.flex-row .area-list .items-list.inline {
  display: inline-block;
}


.flex-row .area-btn {
  display: block;
  position: absolute;
  right: 10px;
  top: 130px;
  width: 30px;
  height: 30px;
  z-index: 3;
  cursor: pointer;
}

.flex-row .area-btn:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #be3a48 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 7px;
}

.flex-row .area-btn.show:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #be3a48 transparent;
  position: absolute;
  left: 0;
  top: 7px;
}

.md-mb-header {
  position: fixed;
  z-index: 3;
  background: #fff;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 20px;
}

.md-mb-header .btnClose {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 30px;
}

.md-mb-header .btnBack {
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 30px;
  transform: rotate(180deg);
}

.md-mb-header .search-type {
  line-height: 30px;
}

.md-mb-body {
  margin-top: 110px;
  padding: 0 20px;
  height: 100%;
  padding-bottom: 150px;
  overflow-y: auto;
}

.md-mb-body-input {
  position: relative;
  margin: 10px 20px;
}

.md-mb-body-input .input-search-city {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #ddd;
}

.md-mb-body-input .input-search-destinations {
  width: 100%;
  padding: 7px 40px;
  border: none;
  background: #efefef;
  border-radius: 5px;
}

.md-mb-body-input .input-search-themes {
  width: 100%;
  padding: 7px 40px;
  border: none;
  background: #efefef;
  border-radius: 5px;
}

.search-destinations .md-mb-body-input:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  width: 20px;
  height: 20px;
  background: url("/templates/shaper_helixultimate/images/icon-search.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.search-themes .md-mb-body-input:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  width: 20px;
  height: 20px;
  background: url("/templates/shaper_helixultimate/images/icon-search.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.md-mb-body-input .search-go {
  position: absolute;
  background: #bc3745;
  right: 4px;
  top: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}

.md-mb-body-content .popular-list {
  padding: 20px 0;
}

.md-mb-body-content .area-list {
  padding: 20px 0;
}

.md-mb-body-content .theme-list {
  padding: 20px 0;
}

.md-mb-body-result .has-result {
  padding: 20px 0;
}

.md-mb-body.flex-row {
  margin-top: 150px;
}

.area-btn {
  display: none;
}

.mobileModal.search-tab .md-mb-body.flex-row {
  margin-top: 110px;
}

.has-result .res_list a span.rs-city {
  float: right;
  color: #c4ced7;
}

.no-result {
  margin: 100px 50px;
  text-align: center;
}

.no-result p {
  padding: 10px 0;
}

.no-result a {
  color: #3f3f3f;
  border: 1px solid #eee;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .mobileModal .search-tab .hot-themes ul {
    grid-template-columns: 1fr 1fr;
  }

  .has-result .res_list a span.no-wrap {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .has-result .res_list a span.break-line {
    display: block;
    float: unset;
  }
}


.travel-products-sorting {
  position: relative;
}

html.com_w_travel_product .breadcrumbs-sort .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumbs-sort {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}

.travel-products-sorting {
  margin-left: auto;
  margin-right: 0;
}

.travel-products-sorting label {
  margin-bottom: 0;
}

.travel-products-sorting select,
.filters-sorting .sorting select {
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(255, 255, 255, 0.5);
  color: #666666;
}

.top-filters .sorting .btn-sort,
.travel-products-sorting .btn-sort {
  border: solid 0.1rem #f0f0f0;
  background-color: #e0e0e0;
  border-radius: 0.4rem;
  padding: 0.5rem 0.75em;
  color: #aaa;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
}

.top-filters .sorting .btn-sort:hover,
.top-filters .sorting .btn-sort.active,
.travel-products-sorting .btn-sort:hover,
.travel-products-sorting .btn-sort.active {
  color: #666;
}

.top-filters .sorting .btn-sort {
  padding: 2px 20px;
  margin: 4px 7px 4px 0px;
}

#departureDate .flatpickr-day.flatpickr-disabled,
#departureDate .flatpickr-day.flatpickr-disabled:hover {
  color: #888888;
}

#departureDate .flatpickr-day.selected:not(.flatpickr-disabled),
#departureDate .flatpickr-day:not(.flatpickr-disabled) {
  background-color: var(--orange) !important;
  border-color: var(--orange) !important;
  color: #fff;
  opacity: 1;
}

#departureDate .flatpickr-day:not(.flatpickr-disabled) {
  opacity: 0.5;
}

.image-4x3 {
  display: block;
  position: relative;
}

.image-4x3::before {
  content: "";
  display: block;
  padding-top: 75%;
  width: 100%;
}

.image-4x3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.days-nights-price .logo img {
  max-height: 50px;
  max-width: 100px;
}

.show-mobile {
  display: none;
}

.btn-whatsapp-fixed {
  position: fixed;
  right: 20px;
  bottom: 120px;
  display: block;
  width: 45px;
  z-index: 10000;
}

.logo-cruise {
  max-width: 150px;
}

.logo-cruise img {
  max-height: 50px;
  max-width: 100%;
  height: auto;
  margin-left: 10px;
}

.travel-box .travel-img {
  position: relative;
}

.travel-box .travel-img .item-theme-image {
  position: absolute;
  bottom: 20px;
  right: 10px;
}

.travel-box .travel-img .item-theme-image img {
  border-radius: 50%;
  height: auto;
  max-height: 90px;
  width: 90px;
}

.travel-img {
  width: 100%;
  height: 100%;
  background-color: #3e3e3e;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.js-listing-layout .js-listing-result .listing-result-items ul.items-travel-list>li {
  list-style: none;
  background: #ffffff;
  margin-bottom: 15px;
  transition: all 300ms ease;
}

.js-listing-result .listing-result-items ul.items-travel-list {
  padding: 0;
  margin: 0;
}

.js-listing-layout .travel-box {
  min-height: 230px;
  /* padding: 0; */
}

.js-listing-result .listing-result-items ul.items-travel-list .travel-item-social {
  text-align: right;
  margin-top: 15px;
  border-top: 1px solid #cccccc;
}

.linkto {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.related-row .card-bottom {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  height: 70px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.25rem;
}

.related-row .price {
  font-size: 18px;
  font-weight: 700;
}

.related-row .available.current {
  color: green;
}

.related-row .available {
  font-size: 12px;
}

.related-row h5.card-title {
  font-size: 16px;
}

.card-body .card-title {
  min-height: 40px;
}

h5.card-title {
  font-size: 16px;
  color: #484848;
}


@media (max-width: 767px) {
  .js-listing-result .listing-result-items ul.items-travel-list .travel-item-social {
    text-align: left;
    padding-left: 3px;
  }
}

.js-listing-result .listing-result-items ul.items-travel-list .travel-item-social ul {
  padding: 0;
  margin: 0;
}

.js-listing-result .listing-result-items ul.items-travel-list .travel-item-social ul li {
  list-style: none;
  display: inline-block;
}

.js-listing-result .listing-result-items ul.items-travel-list .travel-item-social ul li a {
  background: #939393;
  display: inline-block;
  padding: 10px 10px;
  margin: -1px 0 -6px -4px;
  border-left: 1px solid #ffffff;
  transition: all 0.5s ease 0s;
}

@media (max-width: 991px) {
  .js-listing-result .listing-result-items ul.items-travel-list .travel-item-social ul li a {
    padding-left: 4px;
    padding-right: 4px;
    border-left: none;
  }
}

.js-listing-result .listing-result-items ul.items-travel-list .travel-item-social ul li a:hover,
.js-listing-result .listing-result-items ul.items-travel-list .travel-item-social ul li a:focus,
.js-listing-result .listing-result-items ul.items-travel-list .travel-item-social ul li a:active {
  background: #6c6c6c;
}

.js-listing-result .listing-result-items ul.items-travel-list .travel-item-social ul li:first-child a {
  border-left: none;
}

.js-listing-result .listing-result-items ul.items-travel-list .travel-item-social ul li img {
  height: 26px;
}


.items-travel-list .row-item .row-item-body {
  display: flex;
  flex-direction: column;
}

.row-item .item-bottom {
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  padding: 0 15px 15px 0;
  align-items: flex-end;
}

.row-item .item-bottom .right-price {
  margin-left: auto;
  margin-right: 0;
}

.row-item .item-bottom .themes-logo {
  max-width: 180px;
  margin-top: 10px;
}

.row-item .item-bottom .themes-logo ul {
  padding-left: 0;
}

.row-item .item-bottom .product-price-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.travel-products-sorting {
  position: relative;
}


.js-listing-layout .js-listing-result .listing-result-items ul.items-travel-list>li .heading-group {
  display: flex;
  justify-content: space-between;
}

.js-listing-layout .js-listing-result .listing-result-items ul.items-travel-list>li .heading-group .left-heading {
  /*width: 75%;*/
}

.js-listing-layout .js-listing-result .listing-result-items ul.items-travel-list>li .heading-group .right-heading {
  min-width: 30%;
  margin-left: auto;
}

.js-listing-layout .js-listing-result .listing-result-items ul.items-travel-list>li .heading-group .right-heading .product-price-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 30px 20px;
}

.product-price-info .per-person-from {
  display: block;
  font-size: 12px;
}

.product-price-info .product-price {
  display: inline-block;
  font-size: 1.2em;
  position: relative;
  color: var(--orange);
}

.product-price-info .product-price strong {
  font-size: 1.6em;
}

.product-price-info .product-price .small-currency {
  position: absolute;
  top: 8px;
  left: 0px;
  font-size: 18px;
  font-weight: 400;
}

.product-price-info .days-nights {
  font-size: 14px;
}

.whole-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}

.js-listing-layout.city,
.js-listing-layout.theme {
  padding-bottom: 20px;
  padding-top: 20px;
}

.js-listing-layout.related_city {
  padding-top: 50px;
}

.js-listing-layout .js-listing-result .listing-result-items ul.items-travel-list>li.related-row {
  background: transparent;
}

.js-listing-layout .js-listing-result .listing-result-items ul.items-travel-list>li.related-row:hover {
  box-shadow: none;
}

.js-listing-layout .js-listing-result .listing-result-items ul.items-travel-list>li.cruise-item {
  width: 100%;
  min-height: 200px;
  display: flex;
  background: none;
  position: relative;
}

.js-listing-layout.city,
.js-listing-layout.theme {
  padding-bottom: 20px;
  padding-top: 20px;
}

.traveltour-top-bar {
  background-color: #fff;
}

body:has(.js-listing-layout) {
  background-color: #f2f2f2;
}

.breadcrumb {
  background: none !important;
}

@media only screen and (max-width: 767px) {
  .travel-addition-info {
    display: none;
  }

  .row-item .item-bottom .right-price {
    margin-left: 0;
  }

  .row-item .item-bottom .product-price-info {
    align-items: flex-start;
  }

  .heading-group,
  .right-price {
    padding: 0 24px;
  }
}

.js-listing-layout .result {
  min-height: 500px;
}

.js-listing-result .listing-result-items ul.items-travel-list>li .travel-heading {
  padding: 0 10px;
  position: relative;
}

.js-listing-layout .js-listing-result .listing-result-items ul.items-travel-list>li .travel-heading .travel-heading-title.mobile {
  width: 100%;
}

.mobile {
  display: none !important;
}

.js-listing-layout .js-listing-result .listing-result-items ul.items-travel-list>li .travel-heading .travel-heading-title {
  display: inline-block;
  color: #3f3f3f;
  /* width: 69%; */
}

.travel-heading-title * {
  color: #3f3f3f;
}

.js-listing-layout .js-listing-result .listing-result-items ul.items-travel-list>li .travel-description {
  margin: 0;
  padding: 0 10px;
  color: #000000;
}

.short-des-1,
.short-des-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.travel-description .desc-content {
  display: inherit;
  max-width: 100%;
}

.travel-description .desc-content * {
  color: #898889 !important;
  font-size: 14px;
}

ul.items-travel-list>li:hover {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.js-listing-layout .js-listing-result .listing-result-items ul.items-travel-list>li .travel-addition-info {
  padding: 0 10px;
}

.js-listing-layout .js-listing-result .listing-result-items ul.items-travel-list>li .travel-addition-info ul.flex-column-info {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.js-listing-layout .js-listing-result .listing-result-items ul.items-travel-list>li .travel-addition-info ul.flex-row-info {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}

.flex-column-info {
  position: relative;
}

ul.flex-column-info>li {
  padding-bottom: 10px;
}

ul.flex-row-info li span.label-info {
  margin-right: 10px;
  border: 2px solid var(--orange);
  padding: 5px 7px;
  border-radius: 5px;
  font-size: 12px;
  background: var(--orange);
  color: #fff;
}

ul.flex-row-info li span.date-value-from,
ul.flex-row-info li span.date-value-to {
  font-size: 14px;
}

ul.flex-row-info li span.date-value-from {
  font-weight: 600;
}

.js-listing-layout .js-listing-result .listing-result-items ul.items-travel-list>li .travel-heading .travel-heading-title h3.title {
  color: #3f3f3f;
  font-size: 21px;
  margin-bottom: 3px;
  font-weight: 400;
  width: unset;
  margin-top: 25px;
}

/* .row.row-item {
  margin: 0 auto;
}
 */
.container .container {
  padding: 0;
}

#loader {
  position: fixed;
  overflow: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: 50% 50% no-repeat rgba(249, 249, 249, 0.9);
  opacity: 1;
}

#loader .loading-text {
  width: 250px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
}

#loader .loading-text p {
  text-align: center;
  padding: 20px 0;
  border-radius: 10px;
  background-color: #fde000;
  font-size: 18px;
}

.lds-eclipse div {
  position: absolute;
  -webkit-animation: lds-eclipse 1s linear infinite;
  animation: lds-eclipse 1s linear infinite;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  box-shadow: 0 4px 0 0 #f48120;
  -webkit-transform-origin: 80px 82px;
  transform-origin: 80px 82px;
}

.lds-eclipse {
  position: relative;
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.has-result .res_list a i {
  font-size: 22px;
  padding-right: 20px;
  color: #d5d5d5;
}


.sec-text-form {
  position: relative;
  z-index: 2;
  margin-top: 10px;
}

.sec-text-form .section-short-desc h1 {
  font-size: 42px;
  color: #484848;
  margin-bottom: 20px;
}

.sec-text-form .section-short-desc .text-sub .text-des {
  color: #6d6d6d;
  align-self: center;
}

.sec-text-form .section-short-desc .promotional {
  padding: 20px 0;
  border-top: 1px solid rgba(109, 108, 108, 0.3803921569);
  border-bottom: 1px solid rgba(109, 108, 108, 0.3803921569);
  margin-bottom: 20px;
}

.sec-text-form .section-short-desc .promotional ul {
  padding-left: 0;
  margin-bottom: 0;
}

.sec-text-form .section-short-desc .promotional ul li {
  display: inline-block;
  font-size: 16px;
  padding-right: 50px;
  color: #6d6d6d;
}

.sec-text-form .section-short-desc .promotional ul li .fa {
  margin-right: 10px;
  font-size: 20px;
}

.sec-content-text h4 {
  display: block;
  padding-bottom: 7px;
  border-bottom: 1px solid #c0bfbf;
  margin-bottom: 20px;
  color: #6d6d6d;
  font-size: 21px;
  font-weight: 400;
}

.sec-content-text p {
  color: #6d6d6d !important;
}

.sec-content-text ul li {
  color: #6d6d6d;
}

.sec-content-text img {
  margin-bottom: 1rem;
}

#relatedProducts .content-title h2 {
  font-size: 21px;
  color: #6d6d6d;
  font-weight: 400;
}

@media (min-width:1200px) {
  .content-right {
    margin-top: -130px;
    padding-left: 15px;
  }
}

.sec-content-text p,
.sec-content-text h3 {
  word-break: break-all;
}

.sec-text-form .section-short-desc .promotional ul li img {
  height: 25px;
}

.sec-text-form .section-short-desc h1 {
  font-size: 32px;
}

.short-desc {
  font-size: 18px;
  padding-top: 20px;
}

.sec-content-text p strong,
.sec-content-text p b {
  color: #000;
}

#introContent {
  padding-bottom: 20px;
}

#introContent ul.list-ul {
  padding-top: 20px;
}

.desc-content {
  font-size: 14px;
}

.icon-list-group ul {
  padding-left: 0px;
}

.icon-list-group ul li {
  display: inline-block;
  list-style: none;
  padding: 10px;
}

ul.list-ul li {
  margin-bottom: 10px;
}

img.sm-icon {
  height: 25px;
  display: inline;
}

.section-short-desc .text-sub {
  padding: 10px 0;
  border-top: 1px solid rgba(109, 108, 108, 0.3803921569);
  border-bottom: 1px solid rgba(109, 108, 108, 0.3803921569);
  align-items: center;
}

.social .fa.fa-whatsapp {
  font-size: 22px;
  vertical-align: middle;
}

.social ul li a {
  display: inline-block;
  padding: 2px;
  color: #484848;
}

.content-right {
  margin-top: -160px;
  padding-left: 15px;
}

.content-right.form-pin .top-form {
  background: rgba(253, 127, 35, 1);
}

.content-right .price-label {
  display: inline-block;
  width: 305px;
  background: #fff;
  text-align: center;
  padding: 5px 0;
}

.top-form {
  margin: 0;
  background: var(--orange);
  padding: 13px 15px;
  color: #fff;
  text-align: center;
  width: 305px;
  /*width: 100%;*/
}

.top-form h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.top-form h3 span {
  font-size: 28px;
}

h3.contact-price strong {
  font-size: 30px;
}

.form-right {
  padding: 25px 15px 15px;
  background-color: #fff;
  width: 305px;
  /*width: 100%;*/
}

.form-right .btn-submit-contact {
  background: var(--orange);
  color: #fff;
  border-radius: 10px;
  box-shadow: none;
}

.form-right .btn-submit-contact:hover {
  background: #6d6e71;
}

.form-right .form-group {
  margin-bottom: 15px;
}

.form-right input.form-control {
  height: 50px;
}

.form-right .form-control {
  border-radius: 0;
}

.contact-checkbox-group {
  display: flex;
  padding-bottom: 10px;
}

span.checkbox {
  background: url("../images/unchecked.png") 0% 0% / 25px 25px no-repeat;
  width: 10%;
  margin-right: 5px;
  cursor: pointer;
}

span.checkbox.checked {
  background: url("../images/checked.png");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  width: 10%;
  margin-right: 5px;
  cursor: pointer;
}

.contact-checkbox-group label {
  font-size: 12px;
  width: 90%;
  cursor: pointer;
}

.form-right .btn {
  width: 100%;
  border-radius: 0;
  font-size: 21px;
  font-weight: 400;
  padding: 10px 20px;
}

.form-right .btn-submit-contact {
  background: var(--orange);
  color: #fff;
  border-radius: 10px;
  box-shadow: none;
}

.form-right .send-mail-message,
.mb-send-email-form .send-mail-message {
  text-align: center;
  height: 478px;
}


.form-pin {
  position: fixed;
  margin-top: 0;
  top: 0;
  width: 335px;
}

.form-pin-bottom {
  margin-top: unset;
  position: absolute;
  width: 335px;
}

#relatedProducts .content-title h2 {
  font-size: 21px;
  color: #6d6d6d;
  font-weight: 400;
}

.deal-item-product {
  position: relative;
  height: 500px;
  transition: 0.2s ease-in-out;
}

.related_products .deal-item {
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(171, 171, 171, 0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(171, 171, 171, 0.75);
  box-shadow: 0px 0px 3px 0px rgba(171, 171, 171, 0.75);
}

.text-top,
.text-bottom-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.deal-item .deal-item-image {
  height: 100%;
  width: 100%;
}

#main-content .deal-item .deal-item-image {
  height: 230px;
}

.related_products .deal-item .deal-item-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.related_products .deal-item .deal-item-body {
  height: 275px;
  width: 100%;
  padding: 20px;
  background: #fff;
}

#main-content .deal-item .deal-item-body {
  position: relative;
  height: 270px;
}

.deal-item .deal-item-body::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
}

.deal-item .deal-item-body .item-title {
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  top: 20px;
}

#main-content .deal-item .deal-item-body .item-title .title {
  color: #c66419;
}

.related_products .deal-item .deal-item-body .item-title .item-desc {
  padding-top: 15px;
  color: #777777;
}

.related_products .deal-item .deal-item-body .item-title .item-desc p {
  font-size: 14px;
}

.related_products .deal-item .deal-item-body .item-bottom .airlines-date {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.item-bottom .flight-price {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.item-bottom .airlines-date .airline-icon {
  display: inline-block;
}

.airline-icon img {
  max-width: 120px;
  max-height: 40px;
}

.item-bottom .airlines-date .airline-icon img {
  max-width: 120px;
}

.item-bottom .airlines-date .departure-date {
  padding-top: 5px;
  font-size: 12px;
  color: #777777;
}

.related_products .product-price-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 20px;
}

.product-price-info .days-nights {
  font-size: 14px;
}

.product-price-info .product-price {
  display: inline-block;
  font-size: 1.2em;
  position: relative;
  color: var(--orange);
}

.product-price-info .product-price strong {
  font-size: 1.6em;
}

.text-top:after,
.text-bottom-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: -1;
}

.form-group {
  margin-bottom: 1rem;
}

@media (max-width:767px) {
  .desktop {
    display: none !important;
  }

  .mobile {
    display: inline-block !important;
  }

  .show-mobile {
    display: block !important;
  }

  .hide-mobile {
    display: none !important;
  }

  .mb-form-pin {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.5s, opacity 0.5s linear;
    -moz-transition: visibility 0.5s, opacity 0.5s linear;
    -o-transition: visibility 0.5s, opacity 0.5s linear;
    transition: visibility 0.5s, opacity 0.5s linear;
  }

  .mb-form-pin {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20px;
    z-index: 9999;
  }

  .mb-form-pin.active {
    visibility: visible;
    opacity: 1;
  }

  .mb-form-pin {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 20px;
    z-index: 9999;
  }

  .mb-form-pin .form-group .form-control {
    border-radius: 0;
  }

  #mb-form-send {
    width: 100%;
    border-radius: 0;
    background: #fd7f23;
    border: none;
  }

  .mb-contact-btn.pin-it {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }

  .mb-contact-btn {
    background-color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 18px;
  }

  .mb-contact-btn .price-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: bold;
    line-height: 1.2;
    margin: -5px 0 5px 10px;
  }

  .mb-contact-btn .price-text .product-days-nights {
    font-weight: normal;
    font-size: 70%;
    color: #666;
  }

  .mb-contact-btn .btn {
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
  }

  .mb-contact-btn .flatpickr-input,
  .mb-contact-btn #mb-contact {
    background-color: #ffa600;
    border-color: #ffa600;
  }
}


@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* mod_themes */


.mod_hot_themes .hot-themes {
  display: flex;
  flex-wrap: wrap;
}

.mod_hot_themes .hot-themes .left-side {
  width: 50%;
}

.mod_hot_themes .hot-themes .right-side {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.mod_hot_themes .hot-themes .theme-item {
  position: relative;
}

.mod_hot_themes .hot-themes .theme-item.big-box {
  width: 100%;
  height: 500px;
}

.mod_hot_themes .hot-themes .theme-item.small-box {
  width: calc(50% - 6px);
  height: 247px;
  margin: 0px 0px 6px 6px;
}

.mod_hot_themes .hot-themes .theme-item .blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 600ms ease 0s;
}

.mod_hot_themes .hot-themes .theme-item:hover .blur {
  background: rgba(0, 0, 0, 0.2);
}

.mod_hot_themes .hot-themes .theme-item:hover .separator {
  left: calc(50% - 50px);
  width: 100px;
}

.mod_hot_themes .hot-themes .theme-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mod_hot_themes .hot-themes .theme-item .theme-title {
  position: absolute;
  left: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 24px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

.mod_hot_themes .hot-themes .theme-item.big-box .theme-title {
  bottom: 60px;
}

.mod_hot_themes .hot-themes .theme-item.small-box .theme-title {
  bottom: 50px;
}

.mod_hot_themes .hot-themes .theme-item .separator {
  position: absolute;
  left: calc(50% - 25px);
  width: 50px;
  height: 4px;
  background: #fff;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}

.mod_hot_themes .hot-themes .theme-item.big-box .separator {
  bottom: 40px;
}

.mod_hot_themes .hot-themes .theme-item.small-box .separator {
  bottom: 30px;
}

/* mod_citylist */

.slick-items {
  padding: 0;
  margin: 0 -5px;
}

.slick-items>.slick-list {
  margin: 0;
}

.slick-items .item {
  padding: 5px;
}

.slick-items .item>div {
  transition: all 0.3s linear;
}

.slick-items .item>div:hover,
.deal-item-product:hover {
  opacity: 0.9;
}

.border_item .slick-items .card {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.border_item .slick-items .card.shadow {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.28) !important;
}

.related_products .deal-item .deal-item-body,
.slick-items .item .deal-item-body,
.slick-items .item .card-body {
  padding: 15px 7px !important;
}

.slick-items .item h5.title,
.slick-items .item .card-body h5.title {
  margin-bottom: 0;
}

.slick-items .slick-track {
  display: flex;
}

.slick-items>.slick-list>.slick-track>.slick-slide>div,
.slick-items>.slick-list>.slick-track>.slick-slide>div>.item,
.slick-items>.slick-list>.slick-track>.slick-slide>div>.item>div {
  height: 100%;
}

.slick-items-disable .item {
  width: 25%;
}

/* .slick-items-disable .item>div {
  height: 100%;
} */

.slick-items .days-nights-price .product-price,
.cruise-promotions .flight-price .price-box .price-text {
  font-size: 16px;
  font-weight: bold;
}

.slick-items .days-nights-price .product-price .upto,
.cruise-promotions .flight-price .price-box .price-text .upto {
  font-size: 0.8rem;
}

.slick-items .cruise-item-logo img {
  max-height: 35px;
  object-fit: contain;
}

.slick-slide {
  flex: 1;
  height: unset !important;
}

.view-more-btn {
  border: solid 1px #ccc !important;
  color: #666 !important;
  background-color: #f0f0f0 !important;
  border-radius: 8px !important;
  padding: 0.8rem 2.8rem;
}

.view-more-btn:hover {
  border-color: #fd7f23 !important;
  background-color: #fd7f23 !important;
  color: #fff !important;
  cursor: pointer;
}


.hot-packages .card-img-top {
  /* height: 230px; */
  object-fit: cover;
}

.hot-packages .city-name {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
}

.hot-packages .card-body .card-desc {
  padding-bottom: 10px;
  color: #9b9b9b;
  font-size: 0.9em;
}

.hot-packages .card-body .card-desc p {
  padding: 0px;
}

.hot-packages .days-nights-price {
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: auto;
}

.days-nights-price .product-days-nights {
  font-size: 0.9em;
}

.days-nights-price .product-price {
  color: var(--orange);
  font-size: 0.7em;
}

.days-nights-price .product-price strong {
  font-size: 1.6em;
  font-weight: normal;
}

.hot-packages .explore-more-packages {
  padding: 10px 100px;
  border: 1px #808080 solid;
  border-radius: 10px;
  color: #808080;
  transition: 0.2s ease all;
}

.hot-packages .explore-more-packages:hover {
  color: #000;
  border: 1px #000 solid;
}

ul.brand-list {
  margin: 0 50px;
}

ul.brand-list li.brand-item {
  padding: 0 40px !important;
}

.brand-list .slick-prev {
  position: absolute;
  top: 45%;
  left: -60px;
  background: var(--orange);
  text-indent: -9999px;
  padding: 10px 22px;
  border: none;
  border-radius: 50%;
  transition: 0.5s ease all;
  cursor: pointer;
  outline: none;
}

.brand-list .slick-prev:hover {
  background: #c77100;
}

.brand-list .slick-prev:before {
  content: "\2039";
  position: absolute;
  color: #fff;
  z-index: 999;
  left: 16px;
  top: -2px;
  text-indent: 0;
  font-size: 30px;
}

.brand-list .slick-next {
  position: absolute;
  top: 45%;
  right: -60px;
  background: var(--orange);
  text-indent: -9999px;
  padding: 10px 22px;
  border: none;
  border-radius: 50%;
  transition: 0.5s ease all;
  cursor: pointer;
  outline: none;
}

.brand-list .slick-next:hover {
  background: #c77100;
}

.brand-list .slick-next:before {
  content: "\203A";
  position: absolute;
  color: #fff;
  z-index: 999;
  left: 18px;
  top: -2px;
  text-indent: 0;
  font-size: 30px;
}

.product-days-nights-group {
  padding-right: 10px;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.product-days-nights-group .price-text {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}

.days-nights-price .product-days-nights {
  font-size: 0.9em;
}

.slick-items .days-nights-price .product-price,
.cruise-promotions .flight-price .price-box .price-text {
  font-size: 16px;
  font-weight: bold;
}

.days-nights-price .product-price {
  color: var(--orange);
  font-size: 0.7em;
}

.slick-items .days-nights-price .product-price .upto,
.cruise-promotions .flight-price .price-box .price-text .upto {
  font-size: 0.8rem;
}

.card-body {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  position: relative;
}

.hot-packages h5.card-title,
.hot-packages h5.item-title {
  min-height: auto;
  font-size: 16px;
}

.related_products .flight-price {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.cruise-promotions .price-box .price-text {
  margin-top: 0;
  color: var(--orange);
}
div.mod-languages ul li.lang-active{
  background-color: #f0f0f0 !important;
}

.hot-custombox .card {
  --bs-card-border-radius: 0.5rem;
}

.rotated-icon {
  transform: rotate(320deg);
}
.box-location ,.box-date  {
  display: flex;
  line-height: .9;
  gap: 5px;
}

.hot-custombox .card-title {
  color: var(--vs-text-color);
}

.price-text-v2-old {
  text-decoration: line-through;
  color: #aaaaaa;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}

.price-text-v2-new {
  color: var(--vs-text-color);
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
}
.list-unstyled .cursor-pointer .airline-icon,
#appTravelBooking .airline-icon{
  display: none;
}

@media (min-width: 992px){
  body.ltr #offcanvas-toggler.offcanvas-toggler-right{
    display: none !important;
  }
}
