/* Description */
.description_text.collapsed {
  max-height: 300px;
  overflow: hidden;
  position: relative;
}
.description_text.collapsed::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom, rgb(255 253 253 / 0%) 33%, rgb(250 248 248));
  background-repeat: repeat-x;
  pointer-events: none;
  z-index: 10;
}
button#read_more_description {
  background: #fff;
  border: .5px solid var(--primary-color);
  color: var(--primary-color);
  padding: 5px 15px;
  border-radius: 9999px;
  font-weight: 300;
}

#result_page_title {
  font-size: 25px;
}

.container_top_info_map {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.view_with_map .container_top_info_map {
  padding: 15px 15px 0px 15px;
}

.custom_map_property {
  display: flex;
  position: absolute;
  margin: auto;
  /* width: 45px;
  height: 65px;
  left: calc(50% - 22.5px);
  top: calc(50% - 32.5px); */
  transition: all 0.2s linear;
}

.custom_map_property.grow {
  /* width: 50px;
  height: 70px;
  left: calc(50% - 25px);
  top: calc(50% - 35px); */
  background-color: var(--hover-markers);
}
.leaflet-popup.leaflet-zoom-animated {
  bottom: 20px !important;
}

.custom_map_property svg {
  width: 100%;
  height: 100%;
}
.custom_map_property svg path {
  transition: all 0.1s linear;
}
/* .custom_map_property:hover .custom_marker_path_color,
.custom_marker_path_color.active {
  fill: #00539d;
  border: 10px solid #000;
}
.custom_marker_path_color.active {
  fill: #00539d;
} */
.leaflet-bottom.leaflet-right {
  display: none;
}
a.show_results_on_map {
  color: var(--primary-color);
  font-family: 'Roboto';
  font-weight: 400;
  text-decoration: underline;
  width: fit-content;
}
a.show_results_on_map:hover {
  cursor: pointer;
  color: var(--primary-color);
}
.active_filters {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  flex-wrap: nowrap;
  overflow: auto hidden;
}
.active_filter_item * {
  white-space: nowrap;
}

.active_filter_item {
  background: var(--white);
  border-radius: 5px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 7.5px;
  padding: 0.5em;
}
.remove_active_filter {
  border: unset;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5em;
  margin: -0.5em;
}

.active_filters .active_filter_item .remove_active_filter svg path {
  stroke: var(--black);
}

.active_filters .active_filter_item .filter_text > * {
  font-size: min(max(12px, calc(0.75rem + ((1vw - 2.8px) * 0.2439))), 16px);
  color: var(--black);
  font-weight: 300;
}

.property_card_item.selected_property .property-wrapper {
  border: 1px solid var(--primary-color);
  position: relative;
}
/* .show_phone_number {
  display: none;
  position: absolute;
  z-index: 1;
  background: var(--primary-color);
  color: #fff;
  border: unset;
  padding: 5px 15px;
  border-radius: 5px;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  text-align: center;
}
.show_phone_number:hover {
  color: #fff;
} */
/* .property_card_item.selected_property .show_phone_number {
  display: flex;
} */
.custom_pagination {
  width: 100%;
  grid-column: 1/-1;
  padding-top: 15px;
}

.custom_map_loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 32px 0 #fff, -32px 0 #fff;
  position: relative;
  animation: flash 0.5s ease-out infinite alternate;
}

@keyframes flash {
  0% {
    background-color: #fff2;
    box-shadow: 32px 0 #fff2, -32px 0 #fff;
  }
  50% {
    background-color: #fff;
    box-shadow: 32px 0 #fff2, -32px 0 #fff2;
  }
  100% {
    background-color: #fff2;
    box-shadow: 32px 0 #fff, -32px 0 #fff2;
  }
}
/* List view  */
.map_properties_view.list_view .property-wrapper {
  flex-direction: row;
}
.map_properties_view.list_view .property-wrapper .property-header .property-image {
  position: relative;
  padding-top: 0;
  height: 100%;
}
.map_properties_view.list_view .property-wrapper .property-header .property-image img {
  width: 250px;
  position: relative;
  height: 200px;
}
.map_properties_view.list_view .loader_container {
  grid-template: auto / 1fr;
}
.map_properties_view.list_view .card_loader {
  display: flex;
}
.map_properties_view.list_view .card_loader.is-loading {
  flex-shrink: 0;
}
.map_properties_view.list_view .card_loader.is-loading .image {
  height: 200px;
  width: 420px;
}
.map_properties_view.list_view .show_phone_number {
  bottom: 20px;
  left: 20px;
  right: auto;
  margin: unset;
  height: fit-content;
  top: unset;
}

.map_properties_view.list_view .card_loader .content {
  width: 100%;
  height: 100%;
}
/* END list view styles */

.map_properties_view {
  margin: 0;
  display: grid;
  grid-template: auto / 1fr;
}

.view_with_map .map_properties_view {
  padding: 15px;
  gap: 15px;
}

/* .views_page_without_map .map_properties_view {
  gap: 30px;
} */
/* 
.map_properties_view .property-col {
  display: flex;
  max-width: 100%;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
} */

/* SHOW RESULTS PAGE */
.map_col {
  height: calc(100vh - var(--header-height));
  position: sticky;
  top: var(--header-height);
}
/* Loader */
.loader_container {
  width: 100%;
  grid-column: 1/-1;
}
.card_loader {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: var(--border-radius-l);
}
.card_loader .image img {
  max-width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.card_loader .content {
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  padding-top: 0;
}

/* LIST VIEW LOADER */
.properties_wrapper.list_properties_view .loader_container {
  grid-template: auto / 1fr;
  gap: 15px;
}
.properties_wrapper.list_properties_view .card_loader {
  display: flex;
  border-radius: 15px;
}
.properties_wrapper.list_properties_view .card_loader.is-loading .image {
  height: 250px;
  width: 40%;
  flex-shrink: 0;
  margin: 10px;
}
.properties_wrapper.list_properties_view .card_loader .content {
  width: 100%;
  padding: 15px;
}
.properties_wrapper.list_properties_view .card_loader.is-loading h2 {
  height: 70px;
}
.properties_wrapper.list_properties_view .card_loader.is-loading p {
  height: 100%;
}
/* LIST VIEW LOADER */

.card_loader.is-loading .image,
.card_loader.is-loading h2,
.card_loader.is-loading p {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  -webkit-animation: 1.5s shine linear infinite;
  animation: 1.5s shine linear infinite;
}
.card_loader.is-loading .image {
  height: 250px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-radius: 10px;
  margin: 20px;
}
.card_loader.is-loading h2 {
  height: 30px;
}
.card_loader.is-loading p {
  height: 70px;
}

@-webkit-keyframes shine {
  to {
    background-position-x: -200%;
  }
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

/* Loader count results */
.custom_line_loader {
  float: left;
  width: 140px;
  height: 16px;
  margin-top: 12px;
  border-radius: 7px;
  background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
  background-size: 600px;
  animation: shine-lines 1.6s infinite linear;
}
.custom_line_loader {
  margin-top: 0;
  width: 200px;
  height: 25px;
}
.custom_line_loader ~ .custom_line_loader {
  background-color: #ddd;
}

@keyframes shine-lines {
  0% {
    background-position: -100px;
  }
  40%,
  100% {
    background-position: 140px;
  }
}
@keyframes shine-avatar {
  0% {
    background-position: -32px;
  }
  40%,
  100% {
    background-position: 208px;
  }
}

/* Filters css */
.filter_container {
  position: sticky;
  top: var(--header-height);
  width: 100%;
  left: 0;
  background: var(--secondary-color);
  margin: 0 auto;
  max-width: 100%;
  padding: 15px;
  z-index: 10;
  border-top: 1px solid #fff3;
}
.filter_container input:disabled,
.filter_container select:disabled {
  background-color: #262626;
  opacity: 1;
}
/* .filter_container .form-control::placeholder {
  color: #c6c6c6;
  opacity: 1;
} */
/* .filter_container .form-control:focus {
  color: #c6c6c6;
  background-color: #2d2d2d;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
} */
.ajax_update_filters input,
.ajax_update_filters select {
  background: #2d2d2d;
  border: unset;
  color: #c6c6c6;
}
.advanced_filter_map {
  display: none;
  position: absolute;
  background: var(--secondary-color);
  width: 100%;
  left: 0;
  top: var(--filter-container-height);
  z-index: 99999;
  border-top: 1px solid #fff3;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show_advanced_filters {
  background: var(--primary-color);
  color: #fff;
  border: unset;
  border-radius: var(--border-radius-m);
  font-size: min(max(14px, calc(0.875rem + ((1vw - 2.8px) * 0.122))), 16px);
  grid-row: 2/3;
  grid-column: 4/5;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-fast);
}
.show_advanced_filters:hover {
  background: var(--hover-primary);
  transition: var(--transition-fast);
}
.apply_filters {
  background: var(--primary-color);
  border-radius: var(--border-radius-m);
  padding: 1em 2em;
  color: #fff;
  font-size: min(max(14px, calc(0.875rem + ((1vw - 2.8px) * 0.122))), 16px);
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 1rem;
  border: none;
  width: fit-content;
  justify-content: center;
  transition: all .2s linear;
}

.apply_filters:hover {
  background-color: var(--hover-primary);
}

.view_with_map .advanced_filters_container {
  grid-template: auto / repeat(3, 1fr);
}

.advanced_filters_container {
  display: grid;
  grid-template: auto / repeat(4, 1fr);
  padding: 0 15px;
  gap: 15px;
}
.range_filter_container {
  display: flex;
  gap: 15px;
  align-items: center;
}
.advanced_filter_item label {
  color: var(--white);
  font-size: min(max(14px, calc(0.875rem + ((1vw - 2.8px) * 0.122))), 16px);
  letter-spacing: 0.5px;
  font-family: "Roboto";
}

.standard_filters_container {
  display: grid;
  grid-template: auto / 1fr;
  width: 100%;
  gap: 0;
}
.standard_filters {
  display: grid;
  grid-template: auto / repeat(4, 1fr);
  gap: 15px;
}

.search_form_properties_filter {
  grid-row: 2/3;
  grid-column: 1/4;
}

/* Map loader */

.loader_map {
  position: absolute;
  z-index: 999;
  inset: 0;
  margin: auto;
  width: 48px;
  height: 48px;
  display: block;
  border: 3px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  animation: animloader 2s linear infinite;
}
.loader_map::after {
  content: "";
  box-sizing: border-box;
  width: 6px;
  height: 24px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -20px;
  left: 46px;
}

@keyframes animloader {
  0% {
    transform: translate(-10px, -10px);
  }
  25% {
    transform: translate(-10px, 10px);
  }
  50% {
    transform: translate(10px, 10px);
  }
  75% {
    transform: translate(10px, -10px);
  }
  100% {
    transform: translate(-10px, -10px);
  }
}

.map_col.overlay_loader::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: flex;
  background: #0005;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.circle_loader {
  width: 15px;
  height: 15px;
  border: 3px dotted #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 0.8s linear infinite;
}

.circle_loader.dark {
  width: 18px;
  height: 18px;
  border: 3px dotted #000;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#total_count {
  display: flex;
  gap: 5px;
  font-size: min(max(14px, calc(0.875rem + ((1vw - 2.8px) * 0.2439))), 18px);
  margin: 0;
}
/* #sort_property_results {
  max-width: 180px;
} */
.advanced_button_actions_container {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
  border-top: 1px solid #fff3;
  margin-top: 15px;
  padding-inline: 15px;
}

/* PAGES WITHOUT MAP */
/* filters */
@media (min-width: 1200px) {
  .views_page_without_map .filter_container,
  .views_page_without_map .advanced_button_actions_container {
    padding-inline: var(--container-padding);
  }
  .views_page_without_map .advanced_filters_container {
    padding: 0 var(--container-padding);
  }
}
/* international filters */
.international_filters {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 25px;
}
.international_filetrs_wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
}

/* filters */
.sort-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.sort-wrapper svg {
  position: absolute;
  right: 1.25rem;
}

.sort-wrapper select:focus {
  border-color: var(--primary-color);
  transition: var(--transition-fast);
}

.sort-wrapper select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius-m);
  background: var(--body-bg);
  color: var(--black);
  font-family: "Roboto";
  padding: 0.625rem 1.25rem;
  padding-right: calc(2.5rem + 12px);
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 100%;
  transition: var(--transition-fast);
  line-height: normal;
  min-height: 50px;
}

.sort-wrapper svg path {
  stroke: var(--black);
}
.views_page_without_map {
  margin: 3rem 0;
}
.results_col {
  min-height: 100vh;
}
.views_page_without_map .results_col {
  display: flex;
  flex-direction: column;
  /* gap: 3rem; */
  min-height: unset;
}

.views_page_without_map .container_top_info_map {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-inline: 15px;
}

.views_page_without_map .results_col .properties-grid-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media(max-width: 576px) {
  
  .sort-wrapper select {
    font-size: 14px;
    padding: 3px 30px 3px 10px;
  }
  .sort-wrapper svg {
    position: absolute;
    right: 12.5px;
}
.views_page_without_map .results_col,
.views_page_without_map .container_top_info_map {
  gap: 15px;
}

}
.views_page_without_map .map_properties_view {
  padding-bottom: 3rem !important;
}
.views_page_without_map #result_page_title {
  font-size: 20px;
}
/* .views_page_without_map .map_properties_view,
.views_page_without_map .loader_container {
  grid-template: auto / 100%;
} */
@media (min-width: 500px) {
  /* .views_page_without_map .map_properties_view,
  .views_page_without_map .loader_container {
    grid-template: auto / repeat(2, calc(50% - 15px));
  } */
  .views_page_without_map #result_page_title {
    font-size: 25px;
  }
}
@media (min-width: 991px) {
  /* .views_page_without_map .map_properties_view,
  .views_page_without_map .loader_container {
    grid-template: auto / repeat(3, calc((100% - 60px) / 3));
  } */
  .views_page_without_map #result_page_title {
    font-size: 30px;
  }
}
/* .views_page_without_map .map_properties_view, .views_page_without_map .loader_container {
  grid-template: auto / repeat(4, calc((100% - 90px) / 4));
} */

.views_page_without_map .standard_filters {
  grid-template: auto / repeat(6, 1fr);
}
.views_page_without_map .search_form_properties_filter {
  grid-column: 1/2;
  grid-row: 1/2;
}
.views_page_without_map .show_advanced_filters {
  grid-row: 1/2;
  grid-column: 6/7;
}

/* Category page */
.row_category {
  margin-top: calc(var(--header-height) + 30px);
  margin-bottom: 60px;
}

/* Slider view  */

.slider_properties_view, 
.slider_properties_agent {
  opacity: 0;
  height: 100%;
}
@media(min-width: 768px) {
    .slider_properties_view, .slider_properties_agent, .slider_properties_view_post_content {
    opacity: 0;
    display: flex;
    align-items: center;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .slider_properties_view_post_content {
    opacity: 1;
  }
  .properties_wrapper.slider_properties_view .property_card_item, 
  .properties_wrapper.slider_properties_agent .property_card_item,
  .properties_wrapper.slider_properties_view_post_content .property_card_item {
    margin: 0 15px;
  }
}

.properties_wrapper.slider_properties_view .slick-list, 
.properties_wrapper.slider_properties_agent .slick-list,
.properties_wrapper.slider_properties_view_post_content .slick-list {
  display: grid;
  width: 100%;
}

.properties_wrapper.slider_properties_view .slick-list .slick-track, 
.properties_wrapper.slider_properties_agent .slick-list .slick-track,
.properties_wrapper.slider_properties_view_post_content .slick-list .slick-track {
  margin-left: unset;
}

.properties_wrapper.slider_properties_view .slick-arrow-secondary, 
.properties_wrapper.slider_properties_agent .slick-arrow-secondary,
.properties_wrapper.slider_properties_view_post_content .slick-arrow-secondary {
  padding: 15px;
  margin: -15px;
  cursor: pointer;
  z-index: 999;
  height: 100%;
  display: flex;
  align-items: center;
  background: var(--body-bg);
}
.properties_wrapper.slider_properties_agent .slick-arrow-secondary,
.properties_wrapper.slider_properties_view_post_content .slick-arrow-secondary {
  background: transparent;
}

.properties_wrapper.slider_properties_view .slick-arrow-secondary .arrow, 
.properties_wrapper.slider_properties_agent .slick-arrow-secondary .arrow,
.properties_wrapper.slider_properties_view_post_content .slick-arrow-secondary .arrow {
  display: flex;
}

.properties_wrapper.slider_properties_view .slick-arrow-secondary .arrow svg path, 
.properties_wrapper.slider_properties_agent .slick-arrow-secondary .arrow svg path,
.properties_wrapper.slider_properties_view_post_content .slick-arrow-secondary .arrow svg path {
  stroke: var(--primary-color);
}


/* Active selectors */

.select-wrapper.selected select {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.select-wrapper.selected svg path {
  stroke: var(--primary-color);
}
.select-wrapper select option {
  color: #fff;
}


/* Responsive filters */
@media(max-width: 1600px) {
  /* .filter_container.map_filters {
    position: fixed;
    height: fit-content;
    z-index: 9999999999;
    width: 41.666667%;
    right: 0;
    left: auto;
    transition: all .2s linear;
} */

/* .map_filters .advanced_filter_map {
    position: relative;
    top: 15px;
} */

.map_filters .advanced_filter_item {
  background: #222222;
  padding: 10px;
  border-radius: 7.5px;
}

.map_filters .advanced_filter_item label {
  color: #e9e9e9;
}

.map_filters .advanced_filter_item select, .map_filters .advanced_filter_item input {
  background: #383838 !important;
  border: unset !important;
  padding: 5px 10px !important;
  min-height: 45px !important;
  font-size: 15px;
}

/* .map_filters .advanced_filters_container {
  padding-inline: 0;
} */
}

@media(max-width: 1400px) {
  .custom_col_map {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.custom_col_results {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
/* .filter_container.map_filters {
  width: 50%;
} */
/* .advanced_filters_container {
  max-height: 400px;
  overflow-y: auto;
} */
}


@media(max-width: 1200px) {
  .custom_col_map {
    position: fixed;
    z-index: 999999;
    height: 100%;
    inset: 0;
    width: 100%;
    margin: auto;
    /* border-radius: 20px; */
    overflow: hidden;
    transition: all .2s linear;
    transform: translateY(-100vh);
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    opacity: 0;
}
.opened_map_results .custom_col_map {
  transform: translateY(0);
  opacity: 1;
}

.custom_col_results {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.filter_container {
  position: relative;
  top: unset;
}
}

/* Open map modal */
.button_open_map,
.button_open_filter {
  gap: 15px;
  /* width: calc(100% - 30px); */
  width: 100%;
  border: unset;
  background: var(--primary-color);
  margin-inline: auto;
  color: #fff;
  padding: 5px 10px;
  border-radius: 7.5px;
  min-height: 50px;
}
.filter_map_actions {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.button_open_map svg{
  width: 30px;
  height: 30px;
}
.button_open_filter svg{
  width: 22px;
  height: 22px;
}

.button_open_map svg path, .button_open_filter svg path {
  fill: #fff;
}
/* Close map modal */
.close_map {
  position: absolute;
  z-index: 999999;
  background: #000000;
  color: #fff;
  border: unset;
  top: 15px;
  right: 15px;
  border-radius: 6px;
  font-family: 'Manrope';
  padding: 5px 15px;
}

@media(max-width: 550px) {
#result_page_title {
  font-size: 20px;
}
}

/* Filter responsive */
@media(max-width: 1200px) {
  .filter_container {
    position: fixed;
    inset: 0;
    height: fit-content;
    margin: auto;
    width: calc(100% - 60px);
    border-radius: 15px;
    z-index: 999999;
    transform: translateY(100vh);
    opacity: 0;
    transition: all .2s linear;
}
.opened_filters .filter_container {
  transform: translateY(0);
  opacity: 1;
}
.opened_filters {
  position: fixed;
  transition: all .2s linear;
  width: 100%;
}

.opened_filters::after {
  content: '';
  position: absolute;
  background: #0009;
  inset: 0;
  z-index: 99999;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  height: 100%;
  width: 100%;
}
.standard_filters, .views_page_without_map .standard_filters {
  grid-template: auto / repeat(2, 1fr);
}
.search_form_properties_filter, .views_page_without_map .search_form_properties_filter {
  grid-row: unset;
  grid-column: 1/-1;
}
.show_advanced_filters, .views_page_without_map .show_advanced_filters {
  grid-row: unset;
  grid-column: 2/3;
  padding: 15px;
}
  .advanced_filter_map, .views_page_without_map .advanced_filter_map {
    position: fixed;
    height: fit-content;
    width: 100%;
    margin: auto !important;
    inset: 0;
    border-radius: 15px;
    transition: all .2s linear;
    /* transform: translateY(-100vh); */
}
.advanced_filter_item {
  background: #222222;
  padding: 10px;
  border-radius: 7.5px;
}

.advanced_filter_item label {
  color: #e9e9e9;
}

.advanced_filter_item select, .advanced_filter_item input {
  background: #383838 !important;
  border: unset !important;
  padding: 5px 10px !important;
  min-height: 45px !important;
  font-size: 15px;
}
.advanced_filters_container {
  grid-template: auto / repeat(3, 1fr);
  height: 100vh;
  max-height: 65vh;
  overflow-x: auto;
}
.close_filters {
  background: transparent;
  color: var(--primary-color);
  border: 1px solid;
  border-radius: 10px;
  padding: 15px;
}
}

@media(min-width: 1200px) {
  .close_filters {
    display: none;
  }
}

@media(max-width: 850px) {}
.advanced_filters_container {
  grid-template: auto / repeat(2, 1fr) !important;
}
@media(max-width: 600px) {
  .advanced_filters_container {
    grid-template: auto / 100% !important;
  }
  .filter_container {
    width: calc(100% - 30px);
}
}

@media(max-width: 600px) {
  button.apply_filters {
    width: 100%;
}
}