sort-filter-root .ngx-pagination {
  margin-left: 0;
  margin-bottom: 1rem;
  text-align: center;
  padding-top: 30px;
}
sort-filter-root .ngx-pagination::after,
sort-filter-root .ngx-pagination::before {
  content: " ";
  display: table;
}
sort-filter-root .ngx-pagination::after {
  clear: both;
}
sort-filter-root .ngx-pagination li {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: inline-block;
}
sort-filter-root .ngx-pagination a {
  text-decoration: none;
}
sort-filter-root .ngx-pagination a,
sort-filter-root .ngx-pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  cursor: pointer;
}
sort-filter-root .ngx-pagination a:hover,
sort-filter-root .ngx-pagination button:hover {
  background: #e6e6e6;
}
sort-filter-root .ngx-pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2199e8;
  color: #fefefe;
  cursor: default;
}
sort-filter-root .ngx-pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: default;
}
sort-filter-root .ngx-pagination .disabled:hover {
  background: 0 0;
}
sort-filter-root .ngx-pagination .pagination-previous a::before,
sort-filter-root .ngx-pagination .pagination-previous.disabled::before {
  content: "«";
  display: inline-block;
  margin-right: 0.5rem;
}
sort-filter-root .ngx-pagination .pagination-next a::after,
sort-filter-root .ngx-pagination .pagination-next.disabled::after {
  content: "»";
  display: inline-block;
  margin-left: 0.5rem;
}
sort-filter-root .ngx-pagination .show-for-sr {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
sort-filter-root .buttons-flex {
  max-width: 180px;
  flex-basis: 180px;
}
sort-filter-root .one-filter-full {
  flex-basis: 100%;
}
sort-filter-root .mb-10 {
  margin-bottom: 10px;
}
sort-filter-root #resultCount {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
}
sort-filter-root .search-button {
  border: 1px solid #bdbdbd;
  padding: 2px 0.75rem;
  display: flex;
  align-items: center;
  background: #e0e0e0;
}
sort-filter-root .search-button svg {
  height: 24px;
  width: 24px;
}
sort-filter-root #Search {
  padding-right: 2.1em;
}
sort-filter-root .form-control-clear {
  pointer-events: auto;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 59px;
  z-index: 99;
  display: block;
  line-height: 1.4;
  text-align: center;
  font-size: 30px;
}

.nav#new-nav-mobile {
  display: none !important;
}
.mobile-nav-search {
  display: none;
}
.new-nav-mobile {
  display: none;
}
.mobile-nav-search {
  display: none;
}
.mobile-nav-items {
  display: none;
}
button.btn.btn-primary.dropdown-toggle.no-toggle.search-button.ssi.d-xl-none {
  display: none;
}
.page-title-mobile.p-none {
  display: none;
}
