@font-face {
  font-family: "cdiscount-icons";
  src: url("../fonts/cdiscount-icons.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "cdiscount-icons-new";
  src: url("../fonts/cdiscount-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hind-Madurai";
  src: url("../fonts/Hind-Madurai.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-bold";
  src: url("../fonts/Montserrat-bold.woff2") format("woff2");
  font-weight: 600;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-medium";
  src: url("../fonts/Montserrat-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-700";
  src: url("../fonts/Montserrat-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.products {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 15px;
}
@media (max-width: 991.98px) {
  .products {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.products .selected-filters {
  -webkit-margin-before: 26px;
          margin-block-start: 26px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.products .selected-filters .title {
  margin-right: 10px;
  margin-bottom: 8px;
}
.products .selected-filters .selected {
  height: 31px;
  padding: 0 15px;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.products .selected-filters .selected .delete-filter {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  cursor: pointer;
}
.products .top-title-section {
  margin: 20px 0 10px;
}
.products .top-title-section .top-cold-content-full {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
}
.products .top-title-section .top-cold-content-full.expanded {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: unset;
}
.products .product-item {
  height: 429px;
  margin-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .products .product-item {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .products .product-item {
    display: flex;
    height: 276px;
  }
}
.products .product-item .product-image-section {
  position: relative;
  min-height: 222px;
  max-height: 222px;
  height: 222px;
}
.products .product-item .product-image-section .product-labels-inner-container {
  position: absolute;
  z-index: 1;
  display: flex;
  padding: 10px;
}
.products .product-item .product-image-section .product-labels-inner-container .product-content-labels__label {
  height: 25px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  padding: 0 7px 0;
  margin-right: 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 6px;
}
.products .product-item .product-image-section .slick__slide {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  min-height: 222px;
  height: 222px;
}
.products .product-item .product-image-section .slick__slide img,
.products .product-item .product-image-section .slick__slide .img {
  min-height: 222px;
  max-height: 222px;
  height: 222px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.products .product-item .product-image-section .slick-dots {
  display: flex;
  position: absolute;
  bottom: 0;
  z-index: 1;
  bottom: 20px;
  width: 100%;
  justify-content: center;
}
.products .product-item .product-image-section .slick-dots li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 10px;
  text-indent: -999px;
}
.products .product-item .product-image-section .slick-arrow {
  display: none !important;
}
@media (min-width: 768px) {
  .products .product-item .product-image-section {
    position: relative;
    max-width: 430px;
    min-width: 430px;
    height: 430px;
  }
  .products .product-item .product-image-section .slick__slide {
    max-width: 430px;
    min-width: 430px;
    height: 430px;
  }
  .products .product-item .product-image-section .slick-dots {
    display: none !important;
  }
  .products .product-item .product-image-section .slick__slide {
    border-radius: 6px 0 0 6px;
  }
  .products .product-item .product-image-section .slick__slide img,
  .products .product-item .product-image-section .slick__slide .img {
    min-height: 276px;
    max-height: 276px;
    height: 276px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .products .product-item .product-image-section .slick-arrow {
    display: none !important;
    position: absolute;
    top: 50%;
    z-index: 1;
    opacity: 0.8;
    cursor: pointer;
  }
  .products .product-item .product-image-section .slick-arrow:after {
    font-family: "cdiscount-icons";
    content: "3";
    font-size: 20px;
    display: inline-block;
  }
  .products .product-item .product-image-section .slick-arrow:hover {
    opacity: 1;
  }
  .products .product-item .product-image-section .slick-prev {
    transform: rotate(180deg);
    left: 0;
  }
  .products .product-item .product-image-section .slick-next {
    right: 0;
  }
  .products .product-item .product-image-section:hover .slick-arrow {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .products .product-item .product-image-section {
    position: relative;
    max-width: 325px;
    min-width: 325px;
  }
  .products .product-item .product-image-section .slick__slide {
    max-width: 325px;
    min-width: 325px;
  }
}
@media (max-width: 767.98px) {
  .products .product-item .product-image-section {
    position: relative;
    max-width: 100%;
    min-width: 100%;
  }
  .products .product-item .product-image-section .slick__slide {
    max-width: 100%;
    width: 100%;
    min-width: 325px;
  }
  .products .product-item .product-image-section .slick__slide img,
  .products .product-item .product-image-section .slick__slide .img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767.98px) {
  .products .product-item .product-image-section .slick__slide {
    min-width: auto;
  }
}
.products .product-item .product-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: 207px;
}
@media (min-width: 768px) {
  .products .product-item .product-content {
    flex: 1;
    margin: 0;
    max-height: 276px;
    height: 276px;
  }
}
.products .product-item .product-content .product-content-labels {
  display: flex;
  flex-wrap: wrap;
}
.products .product-item .product-content-location {
  margin-bottom: 10px;
}
.products .product-item .product-content-title {
  margin-bottom: 10px;
}
.products .product-item .product-content-rating {
  margin-bottom: 10px;
}
.products .product-item .product-content-sub-title {
  margin-bottom: 10px;
}
.products .product-item .product-content-sub {
  margin-bottom: 10px;
}
.products .product-item .product-content .product-general {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  line-height: 16px;
  padding-bottom: 1px;
}
.products .product-item .product-content .product-general span::before {
  content: ":";
  margin: 0 3px;
}
@media (min-width: 768px) {
  .products .product-item .product-content .product-general {
    line-height: 16px;
  }
}
.products .product-item .product-content .product-price {
  display: flex;
  flex-direction: column;
}
.products .product-item .product-content .product-price .price-discount {
  margin-bottom: 10px;
}
.products .product-item .product-content .product-price .price-format {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
}
.products .product-item .product-content .product-price .price-format .price-highlight {
  font-size: 23px;
  color: #FF506E;
  font-weight: 700;
}
.products .product-item .product-content .product-price .price-format .price-highlight-crossed {
  margin-right: 5px;
}
.products .product-item .product-content .product-price .price-format .price-desc {
  margin-right: 5px;
}
.products .product-item .product-content .product-price .price-format .price-persons {
  margin-left: 5px;
  position: relative;
}
.products .product-item .product-content .product-price .price-format .price-persons .popup-wrapper {
  position: absolute;
  top: 0;
  right: -14px;
}
.products .product-item .product-content .product-price .price-format .price-persons .popup-wrapper .elem-icon {
  position: absolute;
  top: 0;
  right: 0;
  color: #293847;
  font-size: 12px;
}
.products .product-item .product-content .product-price .price-format .price-persons .popup-wrapper .elem-icon:before {
  content: attr(data-icon);
  font-family: "cdiscount-icons";
  display: block;
}
.products .product-item .product-content .product-price .price-format .price-persons .popup-wrapper .popup-open {
  position: absolute;
  top: 24px;
  right: -9px;
  min-width: 320px;
  background-color: #293847;
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  border-radius: 4px;
  padding: 9px 10px 6px;
  text-align: start;
  z-index: 2;
  display: none;
}
.products .product-item .product-content .product-price .price-format .price-persons .popup-wrapper .popup-open.active {
  display: block;
}
.products .product-item .product-content .product-price .price-format .price-persons .popup-wrapper .popup-open:before {
  position: absolute;
  top: -6px;
  right: 10px;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent #293847;
  border-width: 0 6px 6px;
  content: "";
  z-index: 1;
}
.products .product-item .product-content .product-price .price-format .price-persons .popup-wrapper .popup-open p {
  margin: 0 0 3px 0;
}
.products .product-item .product-content .product-price .price-format .price-persons .popup-wrapper .popup-open span {
  font-weight: 600;
}

.bottom-content-pagination .pagination-wrapper {
  max-width: 1324px;
  display: flex;
  flex-direction: column;
  padding: 15px;
  padding-top: 0;
  margin: 0 auto;
}
.bottom-content-pagination .pagination {
  display: flex;
  padding: 20px;
  margin: auto;
}
.bottom-content-pagination .pagination .pagination-item {
  border: 1px solid #293847;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  min-width: 22px;
  height: 22px;
  line-height: 19px;
  margin: 0 3px;
  padding: 1px 5px 0;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.bottom-content-pagination .pagination .pagination-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  cursor: pointer;
}
.bottom-content-pagination .pagination .pagination-arrow i:before {
  content: attr(data-icon);
  font-family: "cdiscount-icons";
  display: block;
  font-size: 12px;
}
.bottom-content-pagination .pagination .pagination-prev {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .bottom-content-pagination .pagination {
    margin: 0;
    margin-left: auto;
  }
}
.bottom-content-pagination .fallback-title {
  margin-bottom: 20px;
  font-size: 14px;
  margin-top: 20px;
}
.bottom-content-pagination .voyage {
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  align-items: center;
}
.bottom-content-pagination .voyage .separator {
  font-family: "cdiscount-icons";
  margin: 0 5px;
}
.bottom-content-pagination .voyage .separator:before {
  content: "3";
  color: #666;
  font-size: 10px;
}
.bottom-content-pagination .seo-text {
  line-height: 1.5;
  font-size: 14px;
}
.bottom-content-pagination .seo-text p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
}
.bottom-content-pagination .seo-text h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #121212;
}
.bottom-content-pagination .seo-text .cdiscount-icon {
  font-family: "cdiscount-icons" !important;
}
.bottom-content-pagination .destination {
  border: 1px solid #ececec;
  height: 27px;
  border-radius: 50px;
  padding: 0 15px;
  list-style: none;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .bottom-content-pagination .destination {
    white-space: normal;
  }
}
.bottom-content-pagination .plus-destinations-p {
  margin-bottom: 20px;
  font-size: 14px;
  margin-top: 20px;
}
.bottom-content-pagination .plus-destinations ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: space-around;
}
@media (min-width: 768px) {
  .bottom-content-pagination .plus-destinations ul {
    justify-content: center;
  }
}
.bottom-content-pagination .plus-destinations ul li {
  display: inline-flex;
  margin-bottom: 10px;
  margin-right: 10px;
}
.bottom-content-pagination .plus-destinations ul li a {
  font-size: 14px;
  color: #666;
}

#vfaq {
  margin-top: 20px;
  font-family: inherit;
}
#vfaq .vfaq-header {
  color: #666666;
}

.quick-product-filters {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin: 15px 0;
}
@media (max-width: 767.98px) {
  .quick-product-filters {
    padding: 15px 0;
    margin: 5px 0;
  }
}
.quick-product-filters .new-filter-link {
  padding: 8px 16px;
  font-family: hind-madurai;
  font-size: 14px;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  white-space: nowrap;
  font-weight: 500;
  background: white;
  color: #293847;
}
.quick-product-filters .new-filter-link.active {
  background: #3732FF;
  color: white;
}
.quick-product-filters .new-filter-link:hover {
  cursor: pointer;
  border-color: #211db6;
  color: #211db6;
}

.product-content-titles-price {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .product-content-titles-price {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
  }
}

.sub-titles-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.info-boxes-container {
  display: flex;
  gap: 16px;
  margin: 16px 0;
}
@media (max-width: 575.98px) {
  .info-boxes-container {
    flex-wrap: wrap;
  }
}
.info-boxes-container .info-box {
  background: #3731FE;
  border-radius: 8px;
  padding: 24px 20px;
  text-align: center;
  width: 100%;
  cursor: auto;
}
.info-boxes-container .info-box .info-box-title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 600;
  color: #EEEEFF;
}
.info-boxes-container .info-box .info-box-subtitle {
  margin: 0;
  font-size: 13px;
  color: #CCCCE8;
}

.dest-item .dest-row {
  height: 120px;
}
@media (max-width: 767.98px) {
  .dest-item .dest-row {
    height: 90px;
  }
}
@media (max-width: 575.98px) {
  .dest-item .dest-row {
    height: auto;
  }
}
.dest-item .dest-row .dest-thumb {
  width: 250px;
}
@media (max-width: 767.98px) {
  .dest-item .dest-row .dest-thumb {
    width: 120px;
  }
}
.dest-item .dest-drawer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}

.right-flex-box {
  display: flex;
  width: 100%;
  gap: 10px;
}
@media (max-width: 575.98px) {
  .right-flex-box {
    flex-wrap: wrap;
  }
  .right-flex-box .dest-info {
    flex: auto;
  }
}

.featured-badge {
  display: none;
}

.product-item--featured {
  border: none !important;
  outline: none !important;
}

.dest-item.open .dest-drawer {
  max-height: 4000px !important;
  overflow: visible !important;
}

.more-offers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.more-offers .more-offers-text {
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .more-offers .more-offers-text {
    display: none;
  }
}

