/**
* 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
*/

/* package search block */

.package_search_submit {
  width: 100%;
  border-radius: 4px;
}

.package_search_submit span {
  padding: 6px 10px 6px 10px !important;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: -0.34px;
}

.home_block_seperator {
  left: -43px;
  right: -43px;
}

#category_search_wrapper label {
  text-transform: uppercase;
  font-size: 16px;
  color: #333333;
}

#category_search_wrapper .pkg-search-input {
  background: #ffffff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.15);
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  border: none;
  border-radius: 5px;
}

.pkg-search-input:-moz-placeholder,
.pkg-search-input:-moz-placeholder,
.pkg-search-input:-ms-input-placeholder,
.pkg-search-input:-webkit-input-placeholder {
  opacity: 0.3;
  font-size: 16px;
  /* font-weight: bold; */
  color: #000000;
}

.location_search_results_ul {
  display: none;
  top: 0px;
  padding: 0px;
  border-radius: 3px;
  border: 1px solid #d6d4d4;
  background-color: #fff;
  position: absolute;
  width: 100%;
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
}

.location_search_results_ul li {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  text-align: left;
  list-style: outside none none;
  font-size: 14px;
  width: 100%;
  padding: 15px;
}

.location_search_results_ul li.active {
  background-color: var(--primary-base);
  color: #fff;
}

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

/* landing page search */

.landing_search_container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.landing_search_wrapper > div.container {
  z-index: 5500;
  padding: 15px 25px;
  background: #ffffff;
  box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.package_search_xs {
  border: transparent;
  border-radius: 4px;
}

.package_search_xs span {
  padding: 6px 10px 6px 10px !important;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.34px;
}
