/* xl - DESKTOP STYLES */
#filterCity .wpc-filters-widget-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#filterCity .wpc-filters-widget-wrapper .wpc-filters-section {
  flex: 0 1 45%;
  max-width: 45%;
}
@media (max-width: 767px) {
  #filterCity .wpc-filters-widget-wrapper .wpc-filters-section {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F3105-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */