/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.md
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to support@qloapps.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to https://store.webkul.com/customisation-guidelines for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/afl-3.0.php Academic Free License 3.0
*/

/* column for equal height */

.row.row-equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}

.row.row-equal-height > [class*="col-"] {
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

/* Package serach result block */

.no_package_results {
  background: #ffffff;
  box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  opacity: 0.6;
  font-size: 22px;
  color: #333333;
  text-align: center;
  padding: 30px 15px;
}

.pkg_img_wrapper {
  justify-content: center;
  padding: 30px;
}

.pkg_detail_wrapper {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  /* overflow: hidden; */
  line-height: 25px;
  margin-top: 10px;
}

.pkg_info_wrapper {
  line-height: 30px;
}

.pkg_info_wrapper > div {
  justify-content: center;
  padding-top: 15px;
}

.pkg_info_wrapper .pkg_heading {
  font-size: 20px;
  color: #333333;
}

.pkg_info_wrapper .pkg_days_wrapper {
  opacity: 0.6;
  font-size: 14px;
  color: #333333;
  background: #ffffff;
  border: 1px solid rgba(151, 151, 151, 0.5);
  border-radius: 3px;
  padding: 4px 10px;
}

.pkg_route_info {
  font-size: 16px;
  color: #333333;
}

.pkg_info_wrapper .pkg_final_price_block {
  margin-bottom: 9px;
  font-size: 28px;
  line-height: 38px;
  color: #333333;
}

.pkg_final_price {
  white-space: nowrap;
}

.pkg_info_wrapper .pkg_price_block {
  background: #f7f7f7;
}

.pkg_info_wrapper .pkg_orig_price {
  opacity: 0.5;
  font-size: 18px;
  color: #333333;
  margin-bottom: 0px;
}

.pkg_info_wrapper .price_dtl_txt {
  opacity: 0.5;
  line-height: 16px;
  font-size: 12px;
  color: #333333;
  display: block;
}

.pkg_themes_info_list li {
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  opacity: 0.6;
  font-size: 14px;
  color: #333333;
}

/* offer toottip css */

.pkg_discount_btn {
  background: #417505;
  top: -30px;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
  cursor: pointer;
  padding: 2px 9px;
}

.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
  text-transform: none;
  visibility: hidden;
  width: 120px;
  background-color: #417505;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 5px 9px;
  position: absolute;
  z-index: 99999;
  top: 135%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #417505 transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*
.pkg_info_wrapper p {
    margin-bottom: 15px;
} */

.pkg_info_wrapper .button.button-medium {
  padding: 0px 15px;
  border-radius: 4px;
}

.pkg_info_wrapper .button.button-medium span {
  padding: 7px 10px 7px 14px;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: -0.34px;
  text-align: center;
}

.results_main_head {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}

@media (max-width: 767px) {
  .category_packages_wrapper {
    margin-top: 20px;
  }
  .results_main_head {
    margin-bottom: 10px;
  }
  .package_sort_cont {
    float: unset !important;
    max-width: unset !important;
  }
}

/* Filters of the page */

.rating_span {
  opacity: 0.6;
  font-size: 15px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin: 0px 20px 15px 0px;
  padding: 5px 10px;
  cursor: pointer;
  display: inline-block;
  color: #333333;
}

.filter_main_head {
  font-size: 20px;
  color: #333333;
  line-height: 1.6;
}

.package_filter_block {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 10px;
}

.package_filter_block div.pack_filter_head {
  padding: 10px;
}

.package_filter_block div.pack_filter_head div.pack_filter_head_wrapper span {
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: left;
  display: block;
}

.package_filter_block div.pack_filter_head span.clear_filter {
  cursor: pointer;
  font-size: 12px;
  color: #a9a9a9;
  letter-spacing: 0;
  text-align: left;
  text-decoration: underline;
}

.pf_sub_cont {
  padding: 10px;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 5px;
  padding: 0 10px 10px;
}

.package_filt {
  margin-bottom: 15px;
}

.sub_package_filt {
  margin-top: 10px;
  margin-left: 10px;
}

.ratting_img_style {
  height: 14px;
  width: 92px;
  transform: translate(0px, 6px);
}

.ratting_5 {
  background-position: 0 0;
}

.ratting_4 {
  background-position: 0 -28px;
}

.ratting_3 {
  background-position: 0 -54px;
}

.ratting_2 {
  background-position: 0 -81px;
}

.ratting_1 {
  background-position: 0 -108px;
}

.ratting_0 {
  background-position: 0 -135px;
}

.filters_name,
.price_filter_subcont span {
  font-size: 16px;
  color: #555555;
  font-weight: 400;
}

.package_filt div.checker {
  display: inline-block;
}

.package_filt span.filters_name,
.package_filt span.ratting_img_style {
  display: inline-block;
}

#filter_price_silder {
  margin-top: 15px;
}

#filter_price_silder .ui-slider-range {
  background-color: var(--primary-base);
  background-image: none;
}

#filter_price_silder .ui-slider-handle {
  background-color: #ffffff;
  background-image: none;
  border-color: #bebbbb;
  border-radius: 50%;
  outline: none;
}

#filter_price_silder.ui-widget-content {
  border: none;
}

.package_filter_block .ui-slider-horizontal {
  height: 0.3em;
}

.package_filter_block .ui-slider-horizontal .ui-slider-handle {
  top: -0.5em;
}

.package_sort_cont {
  width: 100%;
  max-width: 250px;
  color: #333333;
}

#package_sort_btn {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: right;
  width: 100%;
}

#package_sort_btn .sort_btn_span {
  margin-right: 5px;
}

#package_sort_btn .sort_value {
  font-weight: bold;
}

.package_sort_cont .dropdown-menu {
  left: 0;
  margin: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.package_sort_cont .dropdown-menu .sort_result.selected {
  font-weight: bold;
  color: var(--primary-base);
}

.error-border {
  border: 2px solid #dc3545 !important;
}
