footer {
  position: relative;
  box-shadow: 0px -11px 8px -10px #CCC;
  z-index: 9; }

.hidden {
  display: none; }

.breadcrumb-container {
  z-index: 998;
  position: relative; }

.trans-dur-200,
.trans-dur-200 * {
  transition-duration: 200ms; }

#location {
  width: 100%;
  height: 100vh; }

#header {
  /* background-color: white; */
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.8); }

/* ********************************* */
/* Overlay and location search popup */
/* ********************************* */
.overlay-wrapper {
  background-color: rgba(0, 0, 0, 0.6); }

#locationSearchModal {
  height: auto;
  min-height: 200px; }

/* ********************************* */
/*           Floating btn            */
/* ********************************* */
.search-bar-wrapper {
  width: fit-content;
  z-index: 888;
  top: 16px;
  left: 12px; }

.search-bar-wrapper.move {
  margin-left: 335px !important; }

.filter-toggler-wrapper {
  width: fit-content;
  z-index: 888;
  top: 64px;
  left: 12px; }

#filter-toggler {
  width: 40px;
  height: 40px; }

.filter-toggler-wrapper.hide {
  display: none; }

.text-field-search {
  border: none;
  width: auto;
  min-width: 300px;
  max-width: 768px;
  border: 2px solid var(--white);
  z-index: 996; }

.list-toggler-wrapper {
  top: 16px;
  right: 12px;
  z-index: 996; }

input:focus {
  outline: none;
  border: 2px solid var(--primary); }

.locationFilter {
  width: 320px;
  height: 100%;
  min-height: 350px;
  margin-left: -320px;
  box-shadow: 2px 0 5px -2px rgba(0, 0, 0, 0.25);
  /* padding-top: 134px; */
  z-index: 997; }
  .locationFilter .btn {
    min-height: 50px; }

.locationFilter.opened {
  margin-left: 0; }

#list-toggler {
  width: fit-content;
  z-index: 996;
  background-color: #231F20;
  color: white; }

#list-toggler:hover {
  background-color: var(--secondary); }

@media only screen and (max-width: 768px) {
  .search-bar-wrapper {
    width: 100%;
    padding: 0 12px;
    left: 0; }

  .text-field-search {
    width: 100%; }

  .list-toggler-wrapper {
    top: 76px; }

  .filter-toggler-wrapper.hide {
    display: none !important; }

  .list-toggler-wrapper.move {
    display: none !important; } }
@media only screen and (max-width: 425px) {
  .locationFilter {
    width: 100vw;
    margin-left: -100vw; }

  .locationFilter.opened {
    margin-left: 0vw; } }
/* ********************************* */
/*          List Container           */
/* ********************************* */
.list-wrapper {
  position: absolute;
  top: 100%;
  right: 12px;
  width: 425px;
  height: 80%;
  max-width: 425px;
  z-index: 1;
  transition-duration: 200ms; }

.list-wrapper.show {
  height: 80%;
  top: 70px; }

.list-result-wrapper {
  width: 200%;
  height: calc(100% - 58px); }

.list-result {
  margin-left: -50%;
  transition-duration: 200ms; }

.list-result.show {
  margin-left: 0; }

.list-group-wrapper {
  height: calc(100% - 37px); }

.list-group-item:hover {
  background-color: #e9f7f2;
  cursor: pointer; }

.cSectionContent .list-group-item {
  background-color: #fafafa; }

.list-dynamic-content-wrapper {
  height: calc(100% - 58px); }

.map-listItem .title {
  line-height: 1.2;
  padding-right: 5px; }

@media only screen and (max-width: 768px) {
  .list-wrapper.show {
    top: 120px; } }
@media only screen and (max-width: 425px) {
  .list-wrapper {
    width: calc(100% - 24px);
    height: 0;
    top: unset;
    bottom: 0;
    right: unset;
    margin-left: 12px;
    margin-right: 12px; }

  .list-wrapper.show {
    top: unset;
    bottom: 0;
    height: 50%; }

  .list-wrapper.show.more {
    height: 65%; }

  .list-result-wrapper {
    height: calc(100% - 51px); }

  .list-dynamic-content-title {
    cursor: pointer; } }
/* List Buttons */
.btn-back:hover,
.btn-close:hover {
  opacity: 0.6; }

.btn-back {
  visibility: visible; }

.btn-back.hide {
  visibility: hidden; }

.map-pin {
  width: 30px;
  margin-right: 10px;
  flex: 0 0 30px;
  align-self: start; }

/* ***************************************** */
/* Advanced Filters:                         */
/* ***************************************** */
.filter-cate-list .form-check {
  padding-left: 5px;
  padding-right: 5px; }

.locationFilter .cSectionTitle::after {
  width: 0.6em;
  height: 0.6em;
  margin-right: 1px; }
.locationFilter .filter-sub-list .cSectionTitle::after {
  width: 0.5em;
  height: 0.5em;
  margin-right: 2px; }

.checkbox {
  padding-left: 22px; }

.checkmark {
  height: 15px;
  width: 15px;
  top: 2px; }

.checkbox .checkmark:after {
  height: 9px;
  top: 1px;
  left: 3px; }

/* *********** */
/* nice select */
/* *********** */
.nice-select .list {
  overflow: auto; }

/* ***************************************** */
/* Set bootstrap-select to nice select style */
/* ***************************************** */
/* Hide nice select init multi select field redundant */
.nice-select.selectpicker {
  display: none;
  visibility: hidden; }

/* set bootstrap select field to nice select style */
.bootstrap-select button {
  background-color: white !important;
  border: none !important;
  padding: 12px 10px 12px 8px !important;
  font-size: 14px !important;
  color: #231F20 !important;
  border-bottom: 1px solid #dee2e6 !important; }
  .bootstrap-select button:hover {
    border: none !important;
    border-bottom: 1px solid #dee2e6 !important; }
  .bootstrap-select button.bs-placeholder {
    color: #707070 !important; }

.bootstrap-select .dropdown-menu {
  width: 100%; }

.bootstrap-select .dropdown-item {
  white-space: break-spaces !important;
  font-size: 14px !important;
  color: #707070 !important;
  padding: 10px 29px 10px 18px; }

.bootstrap-select .dropdown-item.disabled {
  font-weight: bold !important;
  color: #999 !important; }

.dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  color: white !important; }

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  top: 12px !important; }

.bootstrap-select div.filter-option {
  padding-right: 16px; }

/* change bootstrap arrow to nice select style */
.bootstrap-select .dropdown-toggle::after {
  border-bottom: 2px solid #999 !important;
  border-right: 2px solid #999 !important;
  content: '' !important;
  display: block !important;
  height: 5px !important;
  margin-top: -4px !important;
  pointer-events: none !important;
  position: absolute !important;
  right: 12px !important;
  top: 50% !important;
  transform-origin: 66% 66% !important;
  transform: rotate(45deg) !important;
  transition: all 0.15s ease-in-out !important;
  width: 5px !important;
  /* override the bootstrap style */
  margin-left: unset !important;
  vertical-align: unset !important;
  border-top: unset !important;
  border-left: unset !important; }

.bootstrap-select .dropdown-toggle.open::after {
  transform: rotate(-135deg) !important; }
