.sl-input-container {
  width: 58%;
  position: relative;
}

.sl-input-wrapper {
  border-radius: 50px;
  background-color: white;
  width: 68%;
  min-width: 510px;
  border: 2px solid #E6E7E9;
  padding: 3px 12px 0 0;
  position: relative;
}
.sl-input-wrapper .sl-locate-link-load {
  height: 43px;
}
.sl-input-wrapper .datalist option {
  background-color: green;
}
.sl-input-wrapper.pac-open {
  border-radius: 25px 25px 0 0;
}
.sl-input-wrapper .errors-display-container {
  visibility: hidden;
  position: absolute;
  top: 50px;
  left: 22px;
  color: #C5003E;
  font-size: 12px;
  line-height: 22px;
}
@media (max-width: 709px) {
  .sl-input-wrapper .errors-display-container {
    top: 50px;
    left: 18px;
  }
}
.sl-input-wrapper.contains-errors .errors-display-container {
  visibility: visible;
}

.sl-locate-link {
  font-family: "Value-Bold", sans-serif;
  margin-right: 9px;
  min-width: 84px;
  text-align: right;
  margin-bottom: 4px;
}
.sl-locate-link.loading {
  display: none;
}

.sl-locate-link-load {
  display: none;
  margin-right: 9px;
}
.sl-locate-link-load.loading {
  display: block;
}

.sl-input-container__input {
  border: none;
  width: 50%;
  margin-left: 6px;
  height: 27px;
  margin-left: 0;
  margin-left: 20px;
  padding-right: 7px;
  background: transparent !important;
  padding-bottom: 4px;
  height: 43px;
  color: #222222;
  text-decoration: none !important;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.sl-input-container__input::-ms-clear {
  display: none;
}

.sl-open-filters {
  color: #C5003E;
  font-weight: bold;
  line-height: 20px;
}
.sl-open-filters .amf-icon-filters {
  margin-right: 10px;
}

.sl-search-button {
  margin-bottom: 4px;
}
.sl-search-button .am-icon-search {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
}
.sl-search-button .am-icon-search:after {
  margin-top: 4px;
}

@media only screen and (max-width: 979px) {
  .sl-input-wrapper {
    min-width: 510px;
  }

  .store-locator-results:not(.store-locator-wrapper) .sl-input-wrapper {
    min-width: 400px;
  }
}
@media only screen and (max-width: 707px) {
  .sl-input-container {
    width: 100%;
  }

  .sl-input-wrapper {
    min-width: 320px !important;
    width: 100%;
  }

  .sl-input-container__input {
    margin-left: 15px;
  }

  .sl-locate-link-load {
    margin-left: 37px;
  }
}
@media only screen and (max-width: 359px) {
  .sl-internal-header {
    padding: 20px 0;
  }
}

.pac-container {
  background-color: #ffffff;
  margin-top: 0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom: 2px solid #E6E7E9;
  border-right: 2px solid #E6E7E9;
  border-left: 2px solid #E6E7E9;
  padding: 10px 0 20px;
  font-family: "Noto Sans", sans-serif;
  box-shadow: none;
  position: absolute;
  top: var(--pac-container-top);
  overflow: hidden;
  z-index: 15;
  left: 0;
  right: 0;
  display: none;
  transition: top 0.3s linear;
}
.pac-container:after {
  margin-top: 5px;
  margin-bottom: 20px;
  height: 22px;
  background-size: 143px 18px;
  background-position: 95%;
}
.pac-container::before {
  content: "";
  background: url(../../amplifon-canada/clientlibs/clientlib-base/resources/img/loaders/loader-transparent.svg);
  width: 60px;
  height: 40px;
  opacity: 0;
  display: none;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.pac-container.is-loading::before {
  display: block;
  opacity: 1;
}
.pac-container .pac-item {
  border-top: none;
  position: relative;
  padding-right: 25px;
  cursor: pointer;
  line-height: 30px;
  text-align: start;
  display: flex;
  align-items: center;
}
.pac-container .pac-item .pac-icon {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 7px;
  transform: rotate(-90deg);
  background-size: contain;
  background: url("../../amplifon-canada/clientlibs/clientlib-base/resources/img/icons/expand.svg") no-repeat center;
  width: 15px;
  height: 20px;
  margin: auto 0;
  pointer-events: none;
}
.pac-container .pac-item .pac-item-query {
  font-size: 16px;
  color: #888888;
  padding-left: 15px;
  display: inline-block;
  pointer-events: none;
  text-wrap: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pac-container .pac-item .pac-item-query + span {
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (max-width: 707px) {
  .pac-container .pac-item .pac-item-query {
    padding-left: 10px;
  }
}
.pac-container .pac-item .pac-item-query .pac-matched {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #444444;
}
.pac-container .pac-item:hover {
  background: #E6E7E9;
}
.pac-container .pac-item:hover .pac-icon {
  opacity: 1;
}
.pac-container .pac-item:hover .pac-item-query {
  color: #C5003E;
}
.pac-container .pac-item:hover .pac-item-query + span {
  color: #C5003E;
}
.pac-container .pac-item:hover .pac-item-query .pac-matched {
  color: #C5003E;
}
@charset "UTF-8";

.m-014-direction-post-wrapper .direction-post-container {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 979px) {
  .m-014-direction-post-wrapper .direction-post-container {
    display: block;
  }
}
.m-014-direction-post-wrapper .direction-post-container .title-heading {
  margin-right: 20px;
  margin-top: 0;
  display: inline-block;
}
@media only screen and (max-width: 979px) {
  .m-014-direction-post-wrapper .direction-post-container .title-heading {
    display: block;
    width: 80%;
    margin: 0 auto;
    line-height: 36px;
  }
}
@media only screen and (min-width: 980px) {
  .m-014-direction-post-wrapper .direction-post-container .title-heading {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .m-014-direction-post-wrapper .direction-post-container .title-heading {
    margin-right: 40px;
  }
}
.m-014-direction-post-wrapper .direction-post-container.direction-input .title-heading {
  margin-right: 20px;
}
@media only screen and (max-width: 979px) {
  .m-014-direction-post-wrapper .direction-post-container.direction-input .title-heading {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 707px) {
  .m-014-direction-post-wrapper .direction-post-container.direction-input .title-heading {
    width: 100%;
  }
}
.m-014-direction-post-wrapper .direction-post-container .direction-btn {
  display: inline-block;
  margin-top: 0;
}
@media only screen and (max-width: 979px) {
  .m-014-direction-post-wrapper .direction-post-container .direction-btn {
    display: inline-block;
    margin-top: 20px;
  }
}
.m-014-direction-post-wrapper .direction-post-container .sl-input-container {
  width: auto;
  margin-top: 0;
  --pac-container-top: 50px;
}
@media only screen and (max-width: 979px) {
  .m-014-direction-post-wrapper .direction-post-container .sl-input-container {
    margin-top: 20px;
    --pac-container-top: 54px;
  }
}
.m-014-direction-post-wrapper .direction-post-container .sl-input-container .sl-input-wrapper  {
  width: auto;
}

@media (max-width: 707px) {
  .m-014-direction-post-wrapper .direction-post-container .direction-btn {
    width: 100%;
  }
}

