/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.10.0_webpack@5.90.1/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/postcss-loader@7.3.4_postcss@8.4.35_webpack@5.90.1/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/.pnpm/sass-loader@13.3.3_sass@1.70.0_webpack@5.90.1/node_modules/sass-loader/dist/cjs.js!./sass/listing/map-listing.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.inspect-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .inspect-pagination ul {
    gap: 16px;
  }
}
.inspect-pagination ul li a,
.inspect-pagination ul li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--dark-bg-color);
  color: var(--dark-text-color);
  font-size: 14px;
  font-weight: normal;
  border-radius: 6px;
}
.inspect-pagination ul li a:hover,
.inspect-pagination ul li span:hover {
  background-color: var(--brand-color);
  color: var(--lighter-text-color);
}
.inspect-pagination ul li a.current,
.inspect-pagination ul li span.current {
  background-color: var(--brand-color);
  color: var(--lighter-text-color);
}

body.admin-bar .inspect-map-search > div {
  top: 106px;
}
@media (min-width: 768px) {
  body.admin-bar .inspect-map-search > div {
    top: 116px;
  }
}
@media (min-width: 1024px) {
  body.admin-bar .inspect-map-search > div {
    top: 112px;
  }
}
@media (min-width: 1400px) {
  body.admin-bar .inspect-map-search > div {
    top: 112px;
  }
}
@media screen and (min-width: 1440px) {
  body.admin-bar .inspect-map-search > div {
    top: 122px;
  }
}
body.admin-bar .inspect-map-search .inspect-filter-results-container .map-container .map-sticky {
  top: 190px;
}
@media screen and (min-width: 1440px) {
  body.admin-bar .inspect-map-search .inspect-filter-results-container .map-container .map-sticky {
    top: 200px;
  }
}
body.admin-bar .inspect-map-search .inspect-filter-results-container .map-container .map-sticky .map {
  height: calc(100vh - 190px) !important;
}
@media screen and (min-width: 1440px) {
  body.admin-bar .inspect-map-search .inspect-filter-results-container .map-container .map-sticky .map {
    height: calc(100vh - 200px) !important;
  }
}
body.admin-bar.logged-in .inspect-filter-wrapper {
  margin-top: 0;
}

.inspect-map-search {
  margin-bottom: 40px;
}
.inspect-map-search .inspect-filter-header {
  gap: 10px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-left {
  gap: 10px;
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-left .inspect-filter-header-form .inspect-filter-form-wrapper form {
  gap: 10px;
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-left .inspect-filter-header-form .inspect-filter-form-wrapper form .inspect-filter-widget {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(17, 24, 39, 0.059);
          box-shadow: 0px 2px 8px 0px rgba(17, 24, 39, 0.059);
}
@media (min-width: 1024px) {
  .inspect-map-search .inspect-filter-header .inspect-filter-header-left .inspect-filter-header-form .inspect-filter-form-wrapper form .inspect-filter-widget {
    min-width: 160px;
    max-width: 160px;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1500px) {
  .inspect-map-search .inspect-filter-header .inspect-filter-header-left .inspect-filter-header-form .inspect-filter-form-wrapper form .inspect-filter-widget {
    min-width: 210px;
    max-width: 210px;
  }
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-left .inspect-filter-header-form .inspect-filter-form-wrapper form .inspect-filter-widget .checkbox-group {
  padding: 0;
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-left .inspect-filter-header-form .inspect-filter-form-wrapper form .inspect-filter-widget .select2 .selection .select2-selection {
  height: 46px;
  border-color: var(--light-border-color);
  border-radius: 8px;
  padding-right: 14px;
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-left .inspect-filter-header-form .inspect-filter-form-wrapper form .inspect-filter-widget .select2 .selection .select2-selection:hover {
  border-color: var(--main-border-color);
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-left .inspect-filter-header-form .inspect-filter-form-wrapper form .inspect-filter-widget .select2 .selection .select2-selection .select2-selection__arrow {
  height: auto;
  background-color: var(--background-color);
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-left .inspect-filter-header-form .inspect-filter-form-wrapper form .inspect-filter-widget-date {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(17, 24, 39, 0.0588235294);
          box-shadow: 0px 2px 8px 0px rgba(17, 24, 39, 0.0588235294);
  min-width: 210px;
  max-width: 250px;
  text-overflow: ellipsis;
}
@media (min-width: 1500px) {
  .inspect-map-search .inspect-filter-header .inspect-filter-header-left .inspect-filter-header-form .inspect-filter-form-wrapper form .inspect-filter-widget-date {
    min-width: 210px;
    max-width: 250px;
  }
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-left .inspect-filter-header-form .inspect-filter-form-wrapper form .inspect-filter-widget-date > div {
  padding: 0;
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-left .inspect-filter-header-form .inspect-filter-form-wrapper form .inspect-filter-widget-date .daterange {
  background-color: var(--background-color) !important;
  border-radius: 8px;
  border: 1px solid var(--main-border-color) !important;
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-left .inspect-filter-header-form .inspect-filter-form-wrapper form .inspect-filter-widget-date .daterange:hover {
  border-color: var(--main-border-color) !important;
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-left .inspect-open-drawer {
  border: 1px solid var(--main-border-color);
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(17, 24, 39, 0.0588235294);
          box-shadow: 0px 2px 8px 0px rgba(17, 24, 39, 0.0588235294);
  padding: 0 8px;
  height: 36px;
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-left .inspect-open-drawer:hover {
  border-color: var(--main-border-color);
}
@media (min-width: 1024px) {
  .inspect-map-search .inspect-filter-header .inspect-filter-header-left .inspect-open-drawer {
    height: 44px;
    padding: 0 12px;
  }
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-left .inspect-filter-clear-widget {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 1;
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-left .inspect-filter-clear-widget .clear-all-filter {
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  color: var(--brand-color);
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-right .inspect-total-filtered-products-wrapper {
  position: relative;
  top: unset;
  left: unset;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  z-index: 1;
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-right .inspect-total-filtered-products-wrapper .inspect-total-filtered-products {
  padding: 0;
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-right .inspect-total-filtered-products-wrapper .inspect-btn-loading-ui {
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 100px;
  min-height: 30px;
  top: 0;
  left: 0;
  background-color: var(--background-color);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-right .inspect-total-filtered-products-wrapper .inspect-btn-loading-ui.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-right .inspect-total-filtered-products-wrapper .inspect-btn-loading-ui span {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background-color: var(--brand-color);
  display: inline-block;
  -webkit-animation: blinkloader 1.4s infinite both;
          animation: blinkloader 1.4s infinite both;
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-right .inspect-total-filtered-products-wrapper .inspect-btn-loading-ui span.dot-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-right .inspect-total-filtered-products-wrapper .inspect-btn-loading-ui span.dot-3 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-right .inspect-filter-sort {
  margin-right: 0;
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-right .inspect-filter-sort .select2 .selection .select2-selection {
  background-color: var(--dark-bg-color);
  height: 46px;
  border: none;
  border-radius: 8px;
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-right .inspect-filter-sort .select2 .selection .select2-selection:hover {
  border: none;
}
.inspect-map-search .inspect-filter-header .inspect-filter-header-right .inspect-filter-sort .select2 .selection .select2-selection .select2-selection__arrow {
  background-color: var(--dark-bg-color);
  height: auto;
}
.inspect-map-search .inspect-drawer-container .inspect-drawer-header {
  border-bottom: 1px solid var(--main-border-color);
  padding: 8px 16px;
}
.inspect-map-search .inspect-drawer-container .inspect-drawer-header .inspect-close-drawer {
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inspect-map-search .inspect-drawer-container .inspect-drawer-header .inspect-close-drawer:hover {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(17, 24, 39, 0.0588235294);
          box-shadow: 0px 2px 8px 0px rgba(17, 24, 39, 0.0588235294);
}
.inspect-map-search .inspect-drawer-container .inspect-drawer-header .filter-heading {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.inspect-map-search .inspect-drawer-container .inspect-filter-form-wrapper {
  padding-top: 12px;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .inspect-map-search .inspect-drawer-container .inspect-filter-form-wrapper {
    overflow-y: unset;
    max-height: unset;
  }
}
.inspect-map-search .inspect-drawer-container .inspect-filter-form-wrapper form {
  gap: 0 !important;
}
.inspect-map-search .inspect-drawer-container .inspect-filter-form-wrapper form .inspect-filter-widget {
  max-width: 100%;
  padding-top: 20px;
}
.inspect-map-search .inspect-drawer-container .inspect-filter-form-wrapper form .inspect-filter-widget h2 {
  margin-bottom: 0;
}
.inspect-map-search .inspect-drawer-container .inspect-filter-form-wrapper form .inspect-filter-widget > div {
  padding-top: 20px;
}
.inspect-map-search .inspect-drawer-container .inspect-filter-form-wrapper form .inspect-filter-widget .product-resource-search-icon-wrapper {
  top: 81%;
  right: 4px;
}
.inspect-map-search .inspect-drawer-container .inspect-filter-form-wrapper form .inspect-filter-widget .select2 .selection .select2-selection {
  background-color: var(--dark-bg-color);
  border-color: transparent;
}
.inspect-map-search .inspect-drawer-container .inspect-filter-form-wrapper form .inspect-filter-widget .select2 .selection .select2-selection .select2-selection__arrow {
  height: auto;
  background-color: var(--dark-bg-color);
}
.inspect-map-search .inspect-drawer-container .inspect-filter-form-wrapper form .inspect-filter-widget .select2.select2-container--open .selection .select2-selection {
  border-color: var(--brand-color);
}
.inspect-map-search .inspect-drawer-container .inspect-filter-form-wrapper form .inspect-filter-widget-date .calender_icon {
  left: 32px;
  top: 33px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.inspect-map-search .inspect-drawer-container .inspect-total-filtered-products-wrapper .inspect-total-filtered-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.inspect-map-search .inspect-drawer-container .inspect-drawer-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.inspect-map-search .inspect-filter-result-wrapper {
  margin-top: 0;
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .inspect-map-search .inspect-filter-result-wrapper {
    padding: 0;
    -webkit-padding-start: 24px;
            padding-inline-start: 24px;
  }
}
@media screen and (min-width: 2160px) {
  .inspect-map-search .inspect-filter-result-wrapper {
    padding: 0 24px;
  }
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container {
  gap: 24px;
}
@media (min-width: 1780px) {
  .inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container {
    display: grid;
    grid-template-columns: 2fr 3fr;
  }
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container {
  padding-top: 20px;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop {
  padding: 16px;
}
@media (min-width: 640px) {
  .inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop {
    padding: 16px;
  }
}
@media (min-width: 1280px) {
  .inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop {
    padding: 24px;
    gap: 32px;
  }
}
@media (min-width: 1500px) {
  .inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop {
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop .post-thum {
    min-width: 240px;
  }
}
@media (min-width: 1024px) {
  .inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop .post-thum {
    min-width: 1px;
  }
}
@media (min-width: 1280px) {
  .inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop .post-thum {
    min-width: 200px;
  }
}
@media (min-width: 1400px) {
  .inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop .post-thum {
    min-width: 220px;
  }
}
@media (min-width: 1500px) {
  .inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop .post-thum {
    min-width: 270px;
  }
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop .content h3 {
  font-size: 16px;
  color: var(--brand-color);
  line-height: 1.6;
  margin-bottom: 4px;
}
@media (min-width: 1400px) {
  .inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop .content h3 {
    font-size: 18px;
  }
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop .content p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--light-text-color);
  margin-bottom: 16px;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop .loop-listing-attributes {
  max-width: 385px;
  margin-top: 0;
  row-gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 1280px) {
  .inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop .loop-listing-attributes {
    row-gap: 14px;
  }
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop .loop-listing-attributes > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
@media (min-width: 1280px) {
  .inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop .loop-listing-attributes > div {
    gap: 8px;
  }
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop .loop-listing-attributes > div span:first-child {
  max-width: 20px;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop .content-footer {
  border-top: 1px dashed var(--main-border-color);
  padding-top: 16px;
  margin-top: 24px;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop .content-footer .price {
  font-size: 14px;
  color: var(--brand-color);
  font-weight: 500;
}
@media (min-width: 1280px) {
  .inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop .content-footer .price {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop .content-footer .price {
    font-size: 18px;
  }
}
@media (min-width: 1780px) {
  .inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop .content-footer .price {
    font-size: 20px;
  }
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop .content-footer .post-link a {
  padding: 12px 16px;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  color: var(--lighter-text-color);
  font-weight: 500;
  text-transform: uppercase;
  background-color: var(--brand-color);
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .product-loop .content-footer .post-link a:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .inspect-product-search-loadmore button {
  padding: 12px 18px;
  background-color: var(--brand-color);
  color: var(--lighter-text-color);
  text-transform: capitalize;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  font-size: 14px;
  font-weight: 500;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .product-container .filter-results .inspect-product-search-loadmore button:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  background-color: var(--brand-color);
  color: var(--lighter-text-color);
}
@media (min-width: 1780px) {
  .inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .map-container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .map-container .inspect-filter-loader {
  display: none !important;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .map-container .map-sticky {
  top: 158px;
}
@media screen and (min-width: 1440px) {
  .inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .map-container .map-sticky {
    top: 168px;
  }
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .map-container .map-sticky .map {
  height: calc(100vh - 158px) !important;
}
@media screen and (min-width: 1440px) {
  .inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .map-container .map-sticky .map {
    height: calc(100vh - 168px) !important;
  }
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .map-container .gm-style-mtc button {
  height: 34px !important;
  line-height: 1 !important;
  font-size: 14px !important;
  margin-right: 4px !important;
  border-radius: 4px !important;
  color: var(--brand-color) !important;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .map-container .gm-style-mtc ul {
  margin-top: 4px !important;
  border-radius: 4px !important;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .map-container .gm-style-mtc ul li {
  line-height: 1 !important;
  font-size: 14px !important;
  border-radius: 2px !important;
  color: var(--brand-color) !important;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .map-container .gm-svpc {
  border-radius: 8px !important;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .map-container .gm-fullscreen-control {
  border-radius: 8px !important;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .map-container .gm-bundled-control-on-bottom > div:last-child {
  top: 58px !important;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .map-container .gm-bundled-control-on-bottom > div:last-child > div {
  height: 85px !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .map-container .gm-bundled-control-on-bottom > div:last-child > div > div {
  display: none !important;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .map-container .gm-bundled-control-on-bottom > div:last-child > div .gm-control-active {
  background-color: var(--background-color) !important;
  border-radius: 8px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px !important;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px !important;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .map-container .gm-bundled-control-on-bottom > div:last-child > div .gm-control-active:last-of-type {
  margin-top: 4px !important;
}
.inspect-map-search .inspect-btn-loading-ui {
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 100px;
  min-height: 30px;
  top: 0;
  left: 0;
  background-color: var(--background-color);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.inspect-map-search .inspect-btn-loading-ui.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inspect-map-search .inspect-btn-loading-ui span {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background-color: var(--brand-color);
  display: inline-block;
  -webkit-animation: blinkloader 1.4s infinite both;
          animation: blinkloader 1.4s infinite both;
}
.inspect-map-search .inspect-btn-loading-ui span.dot-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.inspect-map-search .inspect-btn-loading-ui span.dot-3 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

body.listing-page-with-map > header {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: 1px solid var(--main-border-color);
}
body.listing-page-with-map > header > div {
  max-width: 2160px;
}
@media (min-width: 1500px) {
  body.listing-page-with-map > header > div {
    padding-left: 24px;
    padding-right: 24px;
  }
}
body.listing-page-with-map .select2-container .select2-dropdown {
  margin-top: 4px;
}
body.listing-page-with-map .daterangepicker {
  max-width: 660px;
  width: 100%;
}
body.listing-page-with-map .daterangepicker .ranges {
  display: none;
}
body.listing-page-with-map .daterangepicker .drp-calendar {
  padding: 0;
}
body.listing-page-with-map .daterangepicker .drp-calendar .calendar-table {
  border: none;
}
body.listing-page-with-map .daterangepicker .drp-calendar.left,
body.listing-page-with-map .daterangepicker .drp-calendar.right {
  max-width: 100%;
}
@media (min-width: 640px) {
  body.listing-page-with-map .daterangepicker .drp-calendar.left,
  body.listing-page-with-map .daterangepicker .drp-calendar.right {
    max-width: 50%;
  }
}
body.listing-page-with-map .daterangepicker .drp-calendar.left .table-condensed,
body.listing-page-with-map .daterangepicker .drp-calendar.right .table-condensed {
  border: 1px solid var(--main-border-color);
}
body.listing-page-with-map .daterangepicker .drp-calendar.left .table-condensed thead tr th,
body.listing-page-with-map .daterangepicker .drp-calendar.right .table-condensed thead tr th {
  border-radius: 0;
  border: none;
}
body.listing-page-with-map .daterangepicker .drp-calendar.left .table-condensed tbody tr td,
body.listing-page-with-map .daterangepicker .drp-calendar.right .table-condensed tbody tr td {
  padding: 0;
}
body.listing-page-with-map .daterangepicker .drp-calendar.left .table-condensed tbody tr td.active, body.listing-page-with-map .daterangepicker .drp-calendar.left .table-condensed tbody tr td.start-date, body.listing-page-with-map .daterangepicker .drp-calendar.left .table-condensed tbody tr td.end-date,
body.listing-page-with-map .daterangepicker .drp-calendar.right .table-condensed tbody tr td.active,
body.listing-page-with-map .daterangepicker .drp-calendar.right .table-condensed tbody tr td.start-date,
body.listing-page-with-map .daterangepicker .drp-calendar.right .table-condensed tbody tr td.end-date {
  background-color: var(--brand-color) !important;
}
body.listing-page-with-map .daterangepicker .drp-calendar.left .table-condensed tbody tr td.in-range,
body.listing-page-with-map .daterangepicker .drp-calendar.right .table-condensed tbody tr td.in-range {
  background-color: var(--dark-bg-color);
}
body.listing-page-with-map .daterangepicker .drp-calendar.left {
  float: left;
}
body.listing-page-with-map .daterangepicker .drp-calendar.left .calendar-table {
  padding-right: 0;
}
body.listing-page-with-map .daterangepicker .drp-calendar.left .calendar-table,
body.listing-page-with-map .daterangepicker .drp-calendar.left .table-condensed {
  border-radius: 0;
  border-right: 0;
}
body.listing-page-with-map .daterangepicker .drp-calendar.left .table-condensed thead {
  border-right: 1px solid var(--main-border-color);
}
body.listing-page-with-map .daterangepicker .drp-calendar.right {
  float: right;
  padding-left: 0;
}
body.listing-page-with-map .daterangepicker .drp-calendar.right .calendar-table,
body.listing-page-with-map .daterangepicker .drp-calendar.right .table-condensed {
  border-radius: 0;
  border-left: 0;
}
body.listing-page-with-map .daterangepicker .drp-calendar.right .table-condensed thead {
  border-left: 1px solid var(--main-border-color);
}
body.listing-page-with-map .daterangepicker .drp-calendar.right .table-condensed .next {
  border: 1px solid;
  border-color: var(--main-border-color) var(--main-border-color) var(--main-border-color) var(--main-border-color);
}
body.listing-page-with-map .daterangepicker .drp-buttons {
  clear: both;
}
body.listing-page-with-map .daterangepicker .drp-buttons .drp-selected {
  display: none;
}
@media (min-width: 640px) {
  body.listing-page-with-map .daterangepicker .drp-buttons .drp-selected {
    display: inline-block;
  }
}
body.listing-page-with-map .daterangepicker .drp-buttons .applyBtn,
body.listing-page-with-map .daterangepicker .drp-buttons .cancelBtn {
  color: var(--brand-color);
  border-radius: 6px;
}
body.listing-page-with-map .daterangepicker .drp-buttons .applyBtn:hover,
body.listing-page-with-map .daterangepicker .drp-buttons .cancelBtn:hover {
  background-color: var(--brand-color);
  color: var(--lighter-text-color);
}

@media screen and (max-width: 1024px) {
  body .daterangepicker {
    width: 80%;
  }
}
@-webkit-keyframes blinkloader {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes blinkloader {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
body.rtl.listing-page-with-map .inspect-map-search .inspect-filter-header .inspect-filter-header-left .select2 .selection .select2-selection.select2-selection--single {
  padding-right: 12px;
}
body.rtl.listing-page-with-map .inspect-map-search .inspect-filter-header .inspect-filter-header-left .select2 .selection .select2-selection.select2-selection--single .select2-selection__rendered {
  padding-left: 4px;
  padding-right: 0;
}
body.rtl.listing-page-with-map .inspect-map-search .inspect-filter-header .inspect-filter-header-left .select2 .selection .select2-selection .select2-selection__arrow {
  left: 8px;
  right: auto;
}
body.rtl.listing-page-with-map .inspect-map-search .inspect-drawer-container .inspect-drawer-content {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
body.rtl.listing-page-with-map .inspect-map-search .inspect-drawer-container .inspect-drawer-content.active {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
body.rtl.listing-page-with-map .inspect-map-search .inspect-drawer-container .inspect-drawer-header .filter-heading {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
body.rtl.listing-page-with-map .inspect-map-search .inspect-drawer-container .inspect-drawer-header .inspect-close-drawer {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
body.rtl.listing-page-with-map .inspect-map-search .inspect-drawer-container .inspect-filter-form-wrapper form .inspect-filter-widget input[type=search] {
  padding-right: 12px;
  padding-left: 40px;
}
body.rtl.listing-page-with-map .inspect-map-search .inspect-drawer-container .inspect-filter-form-wrapper form .inspect-filter-widget .product-resource-search-icon-wrapper {
  right: auto;
  left: 4px;
}
