@media (max-width: 767px) {
  .site-content-contain {
    padding-top: 0 !important;
  }
  #af-mobile-content-wrapper {
    overflow: initial;
  }
}

@media (max-width: 991px) {
  #mm6-container #af-menu-main {
    top: 0;
  }
  #af-menu-main {
    position: absolute;
  }
  #af-menu-main h1,
  #af-menu-main .h1text {
    border-left: 5px solid #b39046;
  }
}

.af-vehicle-cash {
  display: flex;
  justify-content: center;
  align-items: center;
}
.af-vehicle-cash table {
  width: 100%;
}
.af-vehicle-cash table tbody {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.af-vehicle-cash table tr {
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* #whatsapp-button {
  background: #25d366 !important;
} */

#af-filter-results-title span,
.af-filter-clearall {
  color: #022124;
}

#af-menu-main:not(.af-menu-open) h1::after {
  content: 'Filter Results';
}
#af-menu-main h1::after {
  content: '';
}
#af-menu-main:not(.af-menu-open) h1 .matches {
  display: none;
}
#af-menu-main h1 .matches {
  display: block;
}
#af-menu-main.af-menu-open h1 .matches::before {
  content: 'View ';
}
#af-menu-main h1 .matches span {
  display: none;
}