#filters-bar.oxy-sticky-active {
  box-shadow: 0px 8px 12px -6px rgb(0 0 0 / 30%);
}
body.logged-in #filters-bar {
    top: 82px;
}
.oxy-modal-backdrop.live {
  z-index: 2147483642 !important;
}

#destinations-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.des-item {
    width: calc(32.9% - 10px);
    max-width: calc(32.9% - 10px);
}
.des-item-img-wrap {
    position: relative;
}
.des-item-price {
    position: absolute;
    bottom: 1em;
    right: 1em;
    z-index: 5;
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #fff;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 60%);
}
.des-item-info-meta {
    padding: 10px 0;
}
.des-item-info-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    color: #1E212D;
}
.des-item-info-suite {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.selected-filters-item-loading {
    color: #505050;
}

@media only screen and (max-width: 992px) {
  .ct-section-inner-wrap, .oxy-header-container,
  .des-item {
      width: 100% !important;
      max-width: 100% !important;
  }
  header#_header-3-145 {
      z-index: 2147483642;
      position: fixed;
      top: 0;
      width: 100vw;
      /*background: #fff !important;*/
      /*padding-bottom: 0;*/
  }
  #_header-3-145.scrolled {
      background: #fff !important;
  }
#_header-3-145.scrolled #_nav_menu-40-145 .oxy-nav-menu-hamburger-line {
    background-color: #000000;
}
  .menu-main-menu-container {
      height: 100%;
      display: flex;
      align-items: center;
  }
  #filters-bar.oxy-sticky-active {
<<<<<<< HEAD
    /*box-shadow: none;*/
=======
    box-shadow: none;
>>>>>>> 7159c0aa1dd115c778b88fa3ee130e9ce7984928
  }
  .oxy-sticky-header-active + script + section + section {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3) !important;
  }
  #nav-search-2 input, #input-before-nav i.fas.fa-search, #_nav_menu-17-145 .menu-item a, #nav-search-2 input::placeholder {
    color: #000;
    border-bottom-color: #000 !important;
  }
}