.store-locator-container .btn-storelocator-search {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 15px 6px 15px;
  font-size: 14px;
  height: 40px;
  border-radius: 0 4px 4px 0;
  line-height: 16px; }

.store-locator-container .store-locator-input-container {
  margin-bottom: 10px; }

.store-locator-container h1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px; }

.store-locator-container .detect-location {
  margin-bottom: 1em; }

.store-locator-container .store-name {
  font-weight: 600; }

.store-locator-container .search-form {
  width: 100%;
  margin-bottom: 0;
  border: 0; }
  .store-locator-container .search-form .page-title {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    background-color: transparent;
    left: 0; }
  .store-locator-container .search-form .card-body {
    padding: 0; }
    .store-locator-container .search-form .card-body > div,
    .store-locator-container .search-form .card-body form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .store-locator-container .search-form .card-body > div > .form-group,
      .store-locator-container .search-form .card-body form > .form-group {
        width: 87%;
        margin-bottom: 4px; }
    .store-locator-container .search-form .card-body input {
      height: 40px;
      border-radius: 0.25rem 0 0 0.25rem;
      font-size: 13px;
      line-height: 13px;
      color: #333;
      border: 1px solid #999; }

.store-locator-container .non-plp-page .modal-body .miles-away {
  padding: 0 24px 0 24px; }

.store-locator-container .miles-away {
  padding-bottom: 4px;
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
  color: #333;
  font-weight: bold; }

.store-locator-container .results-card {
  border: 0;
  padding: 0; }
  .store-locator-container .results-card .card-body,
  .store-locator-container .results-card .card-header {
    border: 0;
    padding: 0; }
  .store-locator-container .results-card .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px; }
    .store-locator-container .results-card .card-header span {
      font-size: 14px;
      color: #333; }
      .store-locator-container .results-card .card-header span:first-child {
        margin-right: 10px; }
    .store-locator-container .results-card .card-header .row-item {
      margin-right: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

@media (min-width: 375px) {
  .store-locator-container .select-store {
    margin-top: -3rem; } }

.store-locator-container .store-locator-no-results {
  display: none; }

.map-marker {
  float: left;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  border-radius: 0.375em;
  color: #fff;
  background-color: #7ed0ee;
  position: relative; }
  .map-marker::after {
    position: absolute;
    bottom: -0.625em;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1em 0.5em 0;
    border-color: #7ed0ee transparent transparent transparent; }

.gm-style-iw .store-details {
  margin-left: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5; }

.gm-style-iw a {
  color: var(--skin-link-color-1); }

.map-canvas {
  display: none; }
  @media (min-width: 375px) {
    .map-canvas {
      height: 28.125em;
      display: block; } }

.store-name {
  font-weight: 600; }

.store-locator-details,
.store-details {
  display: block;
  margin-right: 30px;
  color: #333; }
  .store-locator-details button,
  .store-locator-details a,
  .store-details button,
  .store-details a {
    color: #333; }
  .store-locator-details .store-name,
  .store-details .store-name {
    font-size: 14px;
    text-transform: none; }
  .store-locator-details .miles,
  .store-details .miles {
    margin: 5px 0 5px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700; }
  .store-locator-details .store-hours-show,
  .store-details .store-hours-show {
    text-transform: capitalize;
    font-size: 12px;
    text-decoration: underline;
    padding: 0;
    margin: 0 0 5px;
    display: none; }
    .store-locator-details .store-hours-show:hover,
    .store-details .store-hours-show:hover {
      text-decoration: none; }
    .store-locator-details .store-hours-show.collapsed,
    .store-details .store-hours-show.collapsed {
      display: block;
      color: #666; }
  .store-locator-details .store-hours.show,
  .store-details .store-hours.show {
    margin-bottom: 8px; }
  .store-locator-details .store-map,
  .store-locator-details .storelocator-phone,
  .store-details .store-map,
  .store-details .storelocator-phone {
    font-size: 12px;
    display: block; }
  .store-locator-details .store-map,
  .store-details .store-map {
    margin-bottom: 5px; }
    .store-locator-details .store-map + p,
    .store-details .store-map + p {
      margin-bottom: 5px; }
  .store-locator-details .store-links a,
  .store-details .store-links a {
    font-size: 12px;
    text-transform: capitalize;
    text-decoration: underline;
    font-weight: normal;
    color: #666; }
    .store-locator-details .store-links a:hover,
    .store-details .store-links a:hover {
      text-decoration: none; }
  .store-locator-details .hours-row,
  .store-details .hours-row {
    font-size: 12px; }
    .store-locator-details .hours-row .store-hours-day,
    .store-details .hours-row .store-hours-day {
      text-transform: none;
      width: 50%;
      display: inline-block; }

.store-locator-no-apiKey {
  display: none; }

.store-locator-no-results {
  display: none; }

.store-locator-hero {
  background-image: url("../images/storelocator.jpg");
  margin-bottom: 0.625em; }
  @media (min-width: 375px) {
    .store-locator-hero {
      display: none; } }

.store-locator-details {
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 991.98px) {
    .store-locator-details {
      margin-top: 40px; } }
  .store-locator-details h1 {
    font-size: 20px;
    text-transform: none;
    margin-top: 20px; }
  .store-locator-details img {
    max-height: 450px;
    width: 100%; }
  .store-locator-details .hours-row {
    font-size: 14px;
    color: #333; }
    .store-locator-details .hours-row .store-hours-day {
      text-transform: none;
      width: 30%;
      display: inline-block; }
  .store-locator-details .store-map,
  .store-locator-details .storelocator-phone {
    font-size: 14px;
    display: block;
    line-height: 1.2;
    color: #333; }
  .store-locator-details .store-map {
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: normal;
    text-decoration: underline;
    color: #666; }
    .store-locator-details .store-map:hover {
      text-decoration: none; }
  .store-locator-details .store-address {
    font-size: 14px;
    margin-bottom: 18px;
    color: #333; }
  .store-locator-details .storelocator-phone {
    margin-bottom: 18px; }
  .store-locator-details .miles {
    font-size: 13px; }
  .store-locator-details .store-hours {
    margin-bottom: 10px; }
  .store-locator-details .store-welcome {
    font-size: 12px; }

.gm-style-iw-d .miles {
  display: none; }

.store-locator-bopis .delivery-presale {
  font-size: 14px; }
