header {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 10px 40px;
  border-radius: 5px;
  margin: 10px auto 0;
}
@media (min-width: 1300px) {
  header {
    max-width: 1280px !important;
  }
}
@media (max-width: 1299px) {
  header {
    max-width: 97% !important;
    padding: 10px 25px;
  }
}
header .inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
header .inner-header a.main-logo {
  width: 168px;
  height: 30px;
  display: inline-flex;
  flex-shrink: 0;
}
header .inner-header a.main-logo img {
  width: 100%;
  height: 100%;
}
header .inner-header .menu-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  header .inner-header .menu-wrapper {
    display: none;
  }
  header .inner-header .menu-wrapper.active {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100svh;
    background: #fff;
    z-index: 9;
    align-items: flex-start;
  }
  header .inner-header .menu-wrapper.active nav ul.menu-list {
    flex-direction: column;
    padding: 54px 28px 28px;
    align-items: flex-start;
  }
  header .inner-header .menu-wrapper.active nav ul.menu-list li.menu-item .header-seach-form {
    display: none;
  }
  header .inner-header .menu-wrapper.active nav ul.menu-list li.menu-item a {
    color: var(--color-green);
  }
  header .inner-header .menu-wrapper.active nav ul.menu-list li.menu-item a.menu-link {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
  }
  header .inner-header .menu-wrapper.active nav ul.menu-list li.menu-item a.menu-link + .dropdown-menu {
    inset: auto 0 0 0 !important;
    transform: translate(0, 111%) !important;
  }
  header .inner-header .menu-wrapper.active nav ul.menu-list li.menu-item a.menu-link + .dropdown-menu li {
    background: #fff;
  }
  header .inner-header .menu-wrapper.active nav ul.menu-list li.menu-item a.menu-link + .dropdown-menu li .dropdown-item {
    font-size: 12px !important;
  }
  header .inner-header .menu-wrapper.active nav ul.menu-list li.menu-item.btn-item {
    text-align: left;
  }
  header .inner-header .menu-wrapper.active nav ul.menu-list li.menu-item.action-item {
    flex-direction: column;
  }
}
header .inner-header .menu-wrapper nav {
  display: flex;
  align-items: center;
  flex-grow: 1;
  position: relative;
}
header .inner-header .menu-wrapper nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}
header .inner-header .menu-wrapper nav > ul.menu-list {
  display: flex;
  gap: 15px;
  flex-grow: 1;
}
header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item .header-seach-form {
  max-width: 271px;
  height: 38px;
  background: #fdfdfd;
  border: 1px solid #f4f1f1;
  position: relative;
  border-radius: 5px;
  margin: 0 30px 0 0;
  flex-shrink: 1;
}
@media (max-width: 1199px) {
  header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item .header-seach-form {
    max-width: 200px;
  }
}
header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item .header-seach-form input.form-control {
  padding: 5px 43px 5px 13px;
}
header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item .header-seach-form .search-icon {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item .header-seach-form .search-icon img {
  width: 100%;
  height: 100%;
}
header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item a {
  text-decoration: none;
  display: inline-flex;
}
header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item a.menu-link {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: var(--color-green);
}
@media (max-width: 1199px) {
  header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item a.menu-link {
    font-size: 14px;
  }
}
header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item.category-btn a {
  border: 1px solid var(--color-green);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
  padding: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 5px;
  color: var(--color-green);
}
header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item.category-btn.active a, header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item.category-btn:hover a {
  background: var(--color-green);
  color: #fff;
}
header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item a.btn,
header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item button {
  appearance: none;
  background: var(--color-green);
  color: #fff;
  min-width: 173px;
  height: 40px;
  padding: 7px 14px;
  border-radius: 5.66px;
  border: 1px solid var(--color-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1199px) {
  header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item a.btn,
  header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item button {
    font-size: 14px;
    min-width: 150px;
  }
}
header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item a.btn span,
header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item button span {
  line-height: inherit;
  font-size: inherit;
}
header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item.btn-item {
  flex-grow: 1;
  flex-shrink: 0;
  text-align: center;
}
header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item.action-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  gap: 5px;
}
header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item.dropstart .dropdown-toggle:before {
  content: unset;
}
header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item .dropdown-menu {
  background: var(--color-green);
  padding: 0;
  overflow: hidden;
}
header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item .dropdown-menu > li .dropdown-item {
  color: #fff;
}
header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item .dropdown-menu > li .dropdown-item:focus, header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item .dropdown-menu > li .dropdown-item:hover {
  background: #fff;
  color: var(--color-green);
}
header .inner-header .menu-wrapper nav > ul.menu-list li.menu-item .dropdown-menu > li:not(:last-of-type) .dropdown-item {
  border: none;
  border-bottom: 1px solid #fff;
}
header .inner-header .menu-wrapper nav .menu-close-btn {
  position: absolute;
  top: 25px;
  right: 20px;
}
@media (max-width: 1199px) {
  header .inner-header .menu-wrapper .desktop-nav {
    display: none;
  }
}
header .inner-header .menu-wrapper .mobile-nav {
  display: none;
}
@media (max-width: 1199px) {
  header .inner-header .menu-wrapper .mobile-nav {
    display: flex;
  }
}
header .inner-header .menu-wrapper .mobile-nav .menu-list .menu-item.mobile-menu-item .dropdown-item {
  background: var(--color-green);
  color: #fff;
  min-width: 150px;
  border-radius: 5px;
  justify-content: center;
  border: 1px solid var(--color-green);
  width: unset;
}
header .inner-header .menu-wrapper .mobile-nav .menu-list .menu-item.mobile-menu-item .dropdown-item:focus, header .inner-header .menu-wrapper .mobile-nav .menu-list .menu-item.mobile-menu-item .dropdown-item:hover, header .inner-header .menu-wrapper .mobile-nav .menu-list .menu-item.mobile-menu-item .dropdown-item:active {
  background: #fff;
  color: var(--color-green);
}
header .inner-header .menu-close-btn,
header .inner-header .toggle-btn {
  display: none;
  align-items: center;
  justify-content: center;
  height: 19px;
  width: 28px;
  color: var(--color-green);
}
@media (max-width: 1199px) {
  header .inner-header .menu-close-btn,
  header .inner-header .toggle-btn {
    display: inline-flex;
  }
}
header .inner-header .language-div {
  margin-left: 10px;
}
header .inner-header .language-div .language-btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 5px;
}
header .inner-header .language-div .language-btn img {
  width: 18px;
}
header .inner-header .language-div .language-btn span {
  color: var(--color-green);
  font-weight: 500;
}

.category-btn-wrapper {
  margin: 32px 0 33px;
  padding: 5px 0;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.category-btn-wrapper::-webkit-scrollbar {
  display: none !important;
}
.category-btn-wrapper .category-btn-inner-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.category-btn-wrapper .category-btn-inner-wrapper .place-card {
  text-decoration: none;
  min-width: 162px;
  width: max-content;
  flex-shrink: 0;
  height: 45px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 5px;
  color: var(--color-green);
  border: 1px solid var(--color-green);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.category-btn-wrapper .category-btn-inner-wrapper .place-card span {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: inherit;
}
.category-btn-wrapper .category-btn-inner-wrapper .place-card img {
  width: 23px;
  height: 23px;
}
.category-btn-wrapper .category-btn-inner-wrapper .place-card.active, .category-btn-wrapper .category-btn-inner-wrapper .place-card:hover {
  background: var(--color-green);
  color: #fff;
}
.category-btn-wrapper .category-btn-inner-wrapper .place-card.active img, .category-btn-wrapper .category-btn-inner-wrapper .place-card:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(254deg) brightness(103%) contrast(104%);
}

.bolinger-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 25px;
}
@media (max-width: 850px) {
  .bolinger-card-grid {
    grid-template-columns: auto;
  }
}

@media (max-width: 1250px) and (min-width: 1025px) {
  .content-show-wrapper .bolinger-card-grid {
    grid-template-columns: auto;
  }
}

.bolinger-card-wrapper {
  position: relative;
}
.bolinger-card-wrapper .bolinger-card {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 16.37px;
  background: #fff;
  text-decoration: none;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.bolinger-card-wrapper .bolinger-card .card-img {
  max-width: 165px;
  width: 100%;
  height: 100%;
  border-radius: 10.37px;
  flex-shrink: 0;
}
@media (max-width: 460px) {
  .bolinger-card-wrapper .bolinger-card .card-img {
    max-width: 120px;
    width: 120px;
  }
}
.bolinger-card-wrapper .bolinger-card .card-img img {
  width: 100%;
  height: 100%;
  max-height: 190px;
  border-radius: 10.37px;
  object-fit: cover;
}
.bolinger-card-wrapper .bolinger-card .card-detail {
  display: flex;
  gap: 6px;
  flex-direction: column;
  max-width: calc(100% - 165px);
  width: 100%;
}
@media (max-width: 460px) {
  .bolinger-card-wrapper .bolinger-card .card-detail {
    max-width: calc(100% - 120px);
  }
}
.bolinger-card-wrapper .bolinger-card .card-detail span {
  color: #676767;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.bolinger-card-wrapper .bolinger-card .card-detail span.ad-price {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
}
.bolinger-card-wrapper .bolinger-card .card-detail span.ad-price strong {
  font-size: 26px;
  line-height: 33px;
  font-weight: 700;
  color: var(--color-green);
}
.bolinger-card-wrapper .bolinger-card .card-detail .card-badge {
  max-width: 196px;
  width: 100%;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-green);
  padding: 5px 10px;
  border-radius: 10px;
}
.bolinger-card-wrapper .bolinger-card .card-detail .card-badge span {
  color: white !important;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}
.bolinger-card-wrapper .bolinger-card .card-detail small {
  color: #999999;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
}
.bolinger-card-wrapper .heart-icon-btn {
  position: absolute;
  bottom: 0px;
  right: 6px;
}
.bolinger-card-wrapper .view-icon-btn {
  position: absolute;
  top: 0px;
  right: 6px;
}

.filter-data-wrapper {
  margin-bottom: 20px;
}
.filter-data-wrapper .filter-heading {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}
.filter-data-wrapper .filter-data {
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-data-wrapper .filter-data .filter-card {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  padding: 5px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16.37px;
  background: #fff;
  flex-shrink: 0;
  min-width: 100px;
  height: 34px;
}
.filter-data-wrapper .filter-data .filter-card .card-title {
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  text-transform: capitalize;
  text-wrap: nowrap;
}
.filter-data-wrapper .filter-data .filter-card .card-value {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: var(--color-green);
}

.ad-public-card {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ad-public-card .public-img-wrapper {
  max-width: 200px;
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 680px) {
  .ad-public-card .public-img-wrapper {
    display: none;
  }
}
.ad-public-card .public-img-wrapper img {
  width: 100%;
  height: 120px;
  border-radius: 8px;
  object-fit: cover;
}
.ad-public-card .public-card-detail {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ad-public-card .public-card-detail .public-sub-title {
  font-weight: 500;
  font-size: 20px;
  color: #000;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ad-public-card .public-card-detail .public-description {
  font-weight: 300;
  font-size: 18px;
  color: #000;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 991px) {
  #cookies-modal.modal .modal-dialog.modal-lg {
    --bs-modal-width: 90vw !important;
  }
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body {
  height: 400px;
  overflow: hidden;
}
@media (max-height: 780px) {
  #cookies-modal.modal .modal-dialog .modal-content .modal-body {
    height: calc(100vh - 254px);
  }
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper {
  height: 100%;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper ul {
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper ul#cookies-tab.nav.nav-pills .nav-item .nav-link {
  padding: 10px;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  color: #000;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper ul#cookies-tab.nav.nav-pills .nav-item .nav-link:hover, #cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper ul#cookies-tab.nav.nav-pills .nav-item .nav-link.active {
  border-bottom: 2px solid var(--color-green);
  color: var(--color-green);
  background: transparent;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content {
  padding: 20px;
  position: relative;
  height: calc(100% - 60px);
  overflow-y: auto;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane {
  height: 100%;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane p:not(:last-of-type) {
  margin: 0 0 20px 0;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane p a {
  color: var(--color-green);
  text-decoration: none;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane .check-box-label {
  display: flex;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane .check-box-label input[type=checkbox] {
  display: none;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane .check-box-label span {
  width: 60px;
  height: 28px;
  border-radius: 25px;
  border: 1px solid var(--color-green);
  position: relative;
  transition: all 0.3s ease-in-out;
  background: #eafaf4;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane .check-box-label span small {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--color-green);
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane .check-box-label:has(input:checked) span {
  background: var(--color-green);
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane .check-box-label:has(input:checked) span small {
  left: unset;
  right: 5px;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane .check-box-label:has(input:disabled) span {
  opacity: 0.6;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane .inner-cookie-div {
  height: 100%;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane#consent-tab-content form {
  position: absolute;
  width: 100%;
  bottom: -2px;
  left: 0;
  right: 0;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane#consent-tab-content form.content-selection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane#consent-tab-content form.content-selection .selction-checkbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: 12px;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane#consent-tab-content form.content-selection .selction-checkbox:not(:last-of-type) {
  border-right: 1px solid #d6d6d6;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane#consent-tab-content form.content-selection .selction-checkbox label {
  color: var(--color-green);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane#consent-tab-content form.content-selection .selction-checkbox input[type=checkbox] {
  display: none;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane#consent-tab-content form.content-selection .selction-checkbox span {
  width: 60px;
  height: 28px;
  border-radius: 25px;
  border: 1px solid var(--color-green);
  position: relative;
  transition: all 0.3s ease-in-out;
  background: #eafaf4;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane#consent-tab-content form.content-selection .selction-checkbox span small {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--color-green);
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane#consent-tab-content form.content-selection .selction-checkbox:has(input:checked) span {
  background: var(--color-green);
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane#consent-tab-content form.content-selection .selction-checkbox:has(input:checked) span small {
  left: unset;
  right: 5px;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane .accordion-wrapper {
  height: 100%;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane .accordion-wrapper ul {
  list-style: none;
  border: 0;
  padding-right: 15px;
  padding-left: 40px;
  margin: 0;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane .accordion-wrapper ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane .accordion-wrapper ul li details {
  transition: all 0.2s ease-in-out;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane .accordion-wrapper ul li details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane .accordion-wrapper ul li details summary strong {
  color: var(--color-green);
  font-weight: 500;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane .accordion-wrapper ul li details summary:before {
  position: absolute;
  left: -32px;
  top: 6px;
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 11px;
  color: var(--color-green);
  transition: all 0.2s ease-in-out;
  transform-origin: center;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-body .cookies-tab-wrapper .tab-content .tab-pane .accordion-wrapper ul li details[open] summary::before {
  transform: rotate(180deg);
}
#cookies-modal.modal .modal-dialog .modal-content .modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-footer .cookie-btn {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  appearance: none;
  border: 1px solid #eafaf4;
  background: #eafaf4;
  border-radius: 2px;
  outline: none;
  color: var(--color-green);
  margin: 0;
  padding: 10px;
  transition: all 0.2s ease-in-out;
}
#cookies-modal.modal .modal-dialog .modal-content .modal-footer .cookie-btn:hover, #cookies-modal.modal .modal-dialog .modal-content .modal-footer .cookie-btn:active, #cookies-modal.modal .modal-dialog .modal-content .modal-footer .cookie-btn.active {
  border: 1px solid var(--color-green);
  background: var(--color-green);
  color: #fff;
}

.bolinger-map-card {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .bolinger-map-card {
    flex-direction: column;
  }
}
.bolinger-map-card .map-card-img {
  height: 200px;
  width: 200px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .bolinger-map-card .map-card-img {
    height: 100px;
    width: 100%;
  }
}
.bolinger-map-card .map-card-img img {
  width: 100%;
  height: 100%;
}
.bolinger-map-card .map-card-detail {
  display: flex;
  gap: 6px;
  flex-direction: column;
  max-width: calc(100% - 165px);
  width: 100%;
}
@media (max-width: 767px) {
  .bolinger-map-card .map-card-detail {
    max-width: calc(100% - 1px);
  }
}
.bolinger-map-card .map-card-detail span {
  color: #676767;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.bolinger-map-card .map-card-detail span.ad-price {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
}
.bolinger-map-card .map-card-detail span.ad-price strong {
  font-size: 26px;
  line-height: 33px;
  font-weight: 700;
  color: var(--color-green);
}
.bolinger-map-card .map-card-detail .card-badge {
  max-width: 196px;
  width: 100%;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-green);
  padding: 5px 10px;
  border-radius: 10px;
}
.bolinger-map-card .map-card-detail .card-badge span {
  color: white !important;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}
.bolinger-map-card .map-card-detail small {
  color: #999999;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
}

.gm-style-iw-t .gm-style-iw-chr .gm-style-iw-ch {
  display: none !important;
}
.gm-style-iw-t .gm-style-iw-chr .gm-ui-hover-effect {
  position: absolute !important;
  cursor: pointer;
  user-select: none;
  width: 43px !important;
  height: 40px !important;
  right: 0 !important;
}
@media (max-width: 767px) {
  .gm-style-iw-t .gm-style-iw-chr .gm-ui-hover-effect {
    width: 20px !important;
    height: 20px !important;
    top: 0;
  }
  .gm-style-iw-t .gm-style-iw-chr .gm-ui-hover-effect span {
    width: 19px !important;
    height: 19px !important;
    margin: 0 !important;
  }
}
.gm-style-iw-t .gm-style-iw-d {
  padding: 13px 20px 10px 0;
  overflow: hidden auto !important;
}
@media (max-width: 767px) {
  .gm-style-iw-t .gm-style-iw-d {
    padding: 13px 12px 10px 0;
    max-height: unset !important;
    height: auto;
    overflow: hidden auto !important;
  }
}

/*# sourceMappingURL=header.css.map */
