.geo-link,
.geo-link--small,
.geo-city-link {
  font-size: 1rem;
  font-weight: normal;
  color: var(--az-link-primary-color);
  cursor: pointer !important;
  background: none;
  border: none;
  padding: 0;
  outline: none !important;
  -webkit-text-decoration: underline 2px rgba(0, 0, 0, 0) !important;
  -moz-text-decoration: underline 2px rgba(0, 0, 0, 0) !important;
  text-decoration: underline 2px rgba(0, 0, 0, 0) !important;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.geo-link--small {
  font-size: 0.875rem;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

.geo-link:hover,
.geo-link--small:hover,
.geo-city-link:hover {
  color: var(--az-link-primary-hover-color);
  text-decoration-color: var(--az-link-primary-hover-underline) !important;
}

.geo-link:focus,
.geo-link--small:focus,
.geo-city-link:focus {
  color: var(--az-link-primary-focus-color);
  text-decoration-color: var(--az-link-primary-focus-underline) !important;
}

.fa-sort,
.fa-list {
  color: var(--az-primary);
  font-size: 1rem;
}

i.fa-list {
  display: none;
}

#geo-link-selected {
  display: none;
  color: var(--az-gray-700);
  font-size: 1rem;
}

[data-bs-theme="dark"] #geo-link-selected {
  color: var(--az-body-color);
}

#geo-link-active {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  color: var(--az-link-primary-active-color);
  text-decoration-color: var(--az-link-primary-active-underline) !important;
}

.heading-two {
  font-size: 1.375rem !important;
}

.heading-three {
  font-size: 1rem !important;
}

.geo-text-wrap {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.geo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1rem;
  font-size: inherit;
  color: var(--az-body-color);
}

.geo-main-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* BS container-xl: 1140px, advertisement: 230px, gap: 1rem; BS5 gutter: 1.5rem */
  max-width: calc(1140px - 230px - (1rem + 1.5rem));
}

.geo-right-Ads {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 230px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
  max-width: 230px;
}

.geo-main__header--link-wrapper {
  margin: 0 0 0.5rem 0;
}

.geo-main__header--nav {
  margin: 0.5rem 0 0 0;
}

.geo__banner {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 135px;
  margin: 0;
  background-color: var(--az-gray-100);
  overflow: hidden;
}

[data-bs-theme="dark"] .geo__banner {
  background-color: var(--az-body-bg-darker);
}

.geo__banner::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.5) 20%,
    rgba(255, 255, 255, 0.8) 60%,
    rgba(255, 255, 255, 0)
  );
  -webkit-animation: shimmer 2s infinite;
  animation: shimmer 2s infinite;
  content: '';
}

.geo__banner img {
  position: relative;
  height: auto;
  width: 100%;
  z-index: 49;
}

.geo-main__header--nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.geo-main__inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.geo-main__inner-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.geo-main__inner-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.geo-main__inner-main--city ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

.geo-main__inner-main--topfive ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.geo-main__inner-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 220px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  max-width: 220px;
}

.geo-main__inner-hr {
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
  -moz-box-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%;
}

.geo-right-Ads img {
  width: 230px;
  display: inline-block;
}

.geo-main__advert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: hidden;
  color: var(--az-body-color);
}

/* Table */
.geo-table {
  margin-top: 1rem;
  font-size: inherit;
  color: var(--az-body-color);
}

.geo-table__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  padding: 0.5rem 0.5rem;
  color: var(--az-body-color);
  font-weight: bold;
  border-top: 1px solid var(--az-border-color);
  border-left: 1px solid var(--az-border-color);
  border-right: 1px solid var(--az-border-color);
  border-bottom: 1px solid var(--az-border-color);
  -webkit-border-top-left-radius: 0.25rem;
  -moz-border-radius-topleft: 0.25rem;
  border-top-left-radius: 0.25rem;
  -webkit-border-top-right-radius: 0.25rem;
  -moz-border-radius-topright: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.geo-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  padding: 0.5rem 0.5rem;
}

.geo-table-row:last-child {
  -webkit-border-bottom-left-radius: 0.25rem;
  -moz-border-radius-bottomleft: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  -webkit-border-bottom-right-radius: 0.25rem;
  -moz-border-radius-bottomright: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.RB {
  background-color: var(--az-body-bg) !important;
  border-top: none !important;
  border-left: 1px solid var(--az-border-color) !important;
  border-right: 1px solid var(--az-border-color) !important;
  border-bottom: 1px solid var(--az-border-color) !important;
}

.RA {
  background-color: var(--az-body-bg-darker) !important;
  border-top: none !important;
  border-left: 1px solid var(--az-border-color) !important;
  border-right: 1px solid var(--az-border-color) !important;
  border-bottom: 1px solid var(--az-border-color) !important;
}

[data-bs-theme="light"] .RA {
  background-color: var(--az-gray-000) !important;
}

.geo-table__header--name-company,
.geo-table-row--name-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 70%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
}

.geo-table__header--item--company,
.geo-table__item--company {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.geo-table__header--item--name,
.geo-table__item--name {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.geo-table__item--location {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 20%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
}

.geo-table__item--listings {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 10%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 10%;
  flex: 1 1 10%;
}

.geo-table__header--em {
  display: none;
  font-size: inherit;
  font-style: normal;
}

/* City Pages */
.geo-city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1rem;
  font-size: inherit;
  color: var(--az-body-color);
}

.geo-city__main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}

.geo-city__ight-Ads {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 230px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
  max-width: 230px;
}

@media only screen and (max-width: 1199px) {
  .geo,
  .geo-main__inner-wrapper {
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .geo-main-wrapper {
    /* BS container-lg: 960px, advertisement: 230px, gap: 0.5rem; BS5 gutter: 1.5rem */
    max-width: calc(960px - 230px - (0.5rem + 1.5rem));
  }

  .geo-main__inner-main--city ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
  }

  .geo__banner {
    height: unset !important;
    /* Set the aspect ratio for the container based on the banner image size (728x114) */
    aspect-ratio: 728 / 114;
  }

  .geo-name__fast-first {
    font-size: 0.875rem;
  }

  /* City Pages */
  .geo-city__ight-Ads {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 180px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
  }
}

@media only screen and (max-width: 991px) {
  .geo {
    row-gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .geo-main-wrapper {
    max-width: 100%;
  }

  .geo-right-Ads {
    display: none;
  }

  /* City Pages */
  .geo-city__ight-Ads {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .geo-main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .geo-main-wrapper-hr {
    display: none;
  }

  .geo-main__inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.5rem;
  }

  .geo-main__inner-top {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    row-gap: 1.5rem;
  }

  .geo-table__header--name-company,
  .geo-table-row--name-company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 55%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
  }

  .geo-table__header--item--company,
  .geo-table__item--company {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .geo-table__item--location {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 35%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
  }

  .geo-table__header--em {
    display: inline-block;
  }

  .geo-table-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .geo-list {
    display: none;
  }

  i.fa-list {
    display: block;
  }

}

@media only screen and (max-width: 575px) {
  .geo-main__inner-main--city ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (max-width: 460px) {
  .geo-main__header--link-wrapper {
    margin: 0 0 0.25rem 0;
  }
  
  .geo-main__header--nav {
    margin: 0.25rem 0 0 0;
  }

  .geo-table-row,
  .geo-table-row a {
    font-size: 0.875rem;
  }

  .geo-name {
    display: block;
  }

  .geo-main__inner-wrapper {
    row-gap: 1rem;
  }

  .geo-main__inner-top {
    row-gap: 1rem;
  }

  .geo-table__header--name-company {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 55%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
  }

  .geo-table__item--location {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
  }

  .geo-table__item--listings {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 5%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
  }
}

@media only screen and (max-width: 360px) {
  .geo-main__header--link-wrapper {
    margin: 0 0 0.5rem 0;
  }
  
  .geo-main__header--nav {
    margin: 0.25rem 0 0 0;
  }
}

@media only screen and (max-width: 350px) {
  .auc__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Animation */
@-webkit-keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}