#customAutocomplete {
  position: relative; }
  #customAutocomplete .locations-list {
    position: absolute;
    z-index: 100;
    width: 300px;
    border: 1px solid;
    text-align: left;
    top: 35px; }
    @media (max-width: 767px) {
      #customAutocomplete .locations-list {
        width: 100%; } }
    #customAutocomplete .locations-list ul {
      background: white;
      list-style: none;
      padding: 0;
      margin: 0; }
      #customAutocomplete .locations-list ul li {
        padding: 10px 0;
        margin: 0 15px;
        cursor: pointer;
        border-bottom: 1px solid #ddd; }
        #customAutocomplete .locations-list ul li .fa-chevron-right {
          margin-top: 5px; }
      #customAutocomplete .locations-list ul li:last-child {
        border: none; }
    #customAutocomplete .locations-list .g-logo {
      height: 30px; }
      #customAutocomplete .locations-list .g-logo img {
        width: 100px; }
    #customAutocomplete .locations-list .list-header {
      background: #4DB348 !important;
      color: white;
      margin: 0;
      padding: 12px;
      cursor: default; }
      #customAutocomplete .locations-list .list-header a {
        color: white; }

/*# sourceMappingURL=autocomplete.css.map */
