.store-locator-container .btn-storelocator-search {
  background-color: #f9f9f9;
  border-color: var(--skin-primary-color-1);
  border: solid #fff;
  color: var(--skin-primary-color-1);
}
.store-locator-container .btn-storelocator-search:hover {
  background-color: var(--skin-primary-color-1);
  color: #f9f9f9;
}
.store-locator-container .detect-location {
  margin-bottom: 1em;
}
.store-locator-container .store-name {
  font-weight: 600;
}
.store-locator-container .store-details {
  display: block;
}
.store-locator-container .striped > div:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.store-locator-container .search-form {
  width: 100%;
  margin-bottom: 4rem;
}
@media (min-width: 544px) {
  .store-locator-container .select-store {
    margin-top: -3rem;
  }
}
.store-locator-container .custom-radio .store-details {
  margin-left: 1.125em;
}
.store-locator-container .store-locator-no-results {
  display: none;
}
@media (min-width: 769px) {
  .store-locator-container .results {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (min-width: 769px) {
  .store-locator-container .results-container {
    overflow-y: hidden;
    overflow-x: hidden;
  }
}

body {
  overflow-x: hidden;
}

.store-locator-form .select-store-input {
  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", "Liberation 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);
}

.store-locator-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.map-canvas {
  min-height: 50vh;
}
@media (min-width: 544px) {
  .map-canvas {
    width: 100%;
    display: block;
  }
}

.store-name {
  font-weight: 600;
  font-size: 2rem;
}

.store-details {
  display: 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: 544px) {
  .store-locator-hero {
    display: none;
  }
}

@media (min-width: 769px) {
  .results {
    overflow-y: auto !important;
    overflow-x: hidden;
  }
}

@media (min-width: 769px) {
  .results-container {
    overflow-y: hidden;
    overflow-x: hidden;
  }
}

.store-locator-main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* height: 831px; */
}

.store-locator-map-container {
  min-height: 500px;
}

.store-locator-card-box-results {
  max-height: 300px;
  overflow-y: scroll;
  margin-top: 15px;
}

@media (max-width: 543px) {
  .store-locator-map-container {
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 80%;
  }
  .disable-small-screen {
    display: none;
  }
  .smartphone-form-color {
    background-color: #1C355E;
  }
  .heb-input-phone {
    border: 3px solid white !important;
    border-radius: 0;
    padding: 20px;
    width: 100%;
    background-color: #1C355E !important;
    color: white !important;
  }
  input::-webkit-input-placeholder {
    color: white !important;
  }
  input::-moz-placeholder {
    color: white !important;
  }
  input:-ms-input-placeholder {
    color: white !important;
  }
  input::-ms-input-placeholder {
    color: white !important;
  }
  input::placeholder {
    color: white !important;
  }
  .store-radius-select {
    border: solid 3px white !important;
    border-radius: 0;
    height: 50px;
    background-color: #1C355E !important;
    color: white !important;
  }
  .store-locator-card-box {
    border: none !important;
    /* padding: 0px 8px !important; */
  }
  .store-locator-card-box-results {
    max-height: 300px;
    overflow-y: scroll;
  }
  .store-locator-titles-white {
    font-weight: bold;
    color: white !important;
  }
  .store-radius {
    font-weight: bold;
    color: white !important;
  }
  .store-locator-details-texts {
    color: #1C355E !important;
  }
}
@media (min-width: 544px) and (max-width: 991px) {
  .store-locator-map-container {
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
  }
  .store-locator-texts {
    color: #1C355E !important;
    font-size: 1.5rem;
  }
  .store-radius-select {
    border: solid #1C355E;
    border-radius: 0;
    height: 50px;
  }
  .store-locator-card-box {
    border: none !important;
    /* padding: 8px 0px !important; */
  }
  .store-locator-titles-blue {
    font-weight: bold;
    color: #1C355E !important;
  }
  .store-radius {
    font-weight: bold;
    color: #1C355E !important;
  }
  .store-locator-container-margin {
    padding: 0px 35px !important;
  }
}
@media (min-width: 992px) {
  .store-locator-map-container {
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .store-locator-form {
    width: 40%;
    /* overflow-y: auto; */
    border-left: solid 5px #1C355E;
    padding: 0 15px;
  }
  .store-locator-search-box-large {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .store-locator-search-box-large input {
    width: 200% !important;
  }
  .store-locator-texts {
    color: #1C355E !important;
    font-size: 1.5rem;
  }
  .store-radius-select {
    border: solid #1C355E;
    border-radius: 0;
    height: 50px;
  }
  .store-locator-card-box {
    border: none !important;
    /* padding: 0px 8px !important; */
  }
  .store-locator-titles-blue {
    font-weight: bold;
    color: #1C355E !important;
  }
  .store-radius {
    font-weight: bold;
    color: #1C355E !important;
  }
}
.store-locator-map {
  height: 100% !important;
  min-height: 500px;
  border-radius: 0px;
}

@media (max-width: 991px) {
  .store-locator-form {
    width: 100%;
    /* overflow-y: auto; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 55vh;
  }
  .store-locator-card-box-results {
    max-height: 300px;
    overflow-y: scroll;
  }
  .store-locator-custom {
    display: block;
  }
  .map-canvas {
    min-height: 150px;
  }
  .results-container {
    max-height: 150px;
    overflow: auto;
  }
  .button.store-fields-input.btn.btn-block.btn-storelocator-search.store-locator-btn.btn-outline-primary-150 {
    font-size: 1.5rem;
  }
}
@media (max-width: 544px) {
  .store-locator-form {
    width: 100%;
    /* overflow-y: auto; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 29vh;
  }
}
.store-locator-form-style {
  height: 100%;
  border-right: solid #1C355E;
}

.store-locator-search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .store-locator-search-box-tablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.store-locator-btn {
  margin-left: 16px;
  background-color: #1C355E !important;
  border-radius: 0 !important;
  color: #fff !important;
  border: solid #fff !important;
  font-weight: bold;
  height: 60px !important;
}

.store-fields-input {
  width: 70% !important;
}

.store-fields-button {
  width: 30% !important;
  margin-left: 16px;
}

@media (min-width: 544px) {
  .enable-small-screen {
    display: none;
  }
}
.store-locator-separator {
  margin-top: 30px;
  border: 1px solid #1C355E;
}

/**
 * @license
 * Copyright 2019 Google LLC. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */
/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#map {
  height: 100%;
}

/* 
 * Optional: Makes the sample page fill the window. 
 */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  font-family: Roboto;
  padding: 0;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

.store-locator-container .store-details {
  display: block;
}
@media (min-width: 769px) {
  .store-locator-container .store-details {
    margin-left: 0;
  }
}