#map_section {
  height: 600px;
  width: 100%;
}
#onsite_store_locator {
/*   display: flex;
  align-items: stretch; */
  height: 100%;
}
#onsite_store_locator > div:first-child {
  width: 29%;
  margin-right: 2%;
  border: 1px solid #ccc;
}
#onsite_store_locator > div:last-child {
  width: 100%;
}
#onsite_store_locator .search-field {
  display: flex;
}
#onsite_store_locator .search-field input[type="text"] {
  border-right: 0px !important;
  border-radius: 0px !important;
}
#onsite_store_locator button.btn-search {
  border-radius: 0px !important;
  margin-left: -1px;
  color: white !important;
}
#onsite_store_locator button.btn-search:hover,
#onsite_store_locator button.btn-search:focus {
  background-color: #c60c29 !important;
}

#onsite_store_locator button.current-location {
  width: 100%;
  margin-top: 10px;
  text-decoration: none !important;
}

.store-options-list {
  display: flex;
  flex-direction: column;
  background: white;
  position: absolute;
  z-index: 9999;
  width: 99%;
  left: 0.5%;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

#search_section {
  max-width: 500px;
  position: relative;
}

#search_section .store-options-list > a:not(:first-child) {
  border-top: 1px solid #eee;
}
#search_section .store-options-list > a {
  display: flex;
  color: #c60c29;
  padding: 6px 20px;
  padding-left: 25px;
  transition: background-color 100ms;
  cursor: pointer;
  position: relative;
  line-height: 1.3em;
  font-size: 14px;
}
#search_section .store-options-list > a::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(../images/icon-pin-location.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 6px;
  top: calc(50% - 7.5px);
}
#search_section .store-options-list > a:hover {
  background-color: #eee;
}

.stores-container {
  height: 420px;
  overflow: hidden;
}

.store-item {
  padding: 10px;
}
.store-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

button.current-location {
  background-color: #0f3a59 !important;
  color: #ffdc47 !important;
  padding: 10px !important;
  border-radius: 0 !important;
  border: 0 !important;
}
.shipping-containers-count {
  background: #c60c29;
  color: white;
  padding: 5px 10px;
}

.search_box {
  padding: 10px;
}
.store-item {
  display: flex;
}
.store-details {
  width: calc(100% - 100px);
}
.store-details a {
  text-decoration: none !important;
}

.store-details .fas,
.oiw-telephone .fas {
  font-size: 10px;
  width: 10px;
  text-align: center;
}

.store-location,
.store-tel a {
  font-size: 13px;
  color: #000 !important;
  font-weight: 400 !important;
  line-height: 1em;
}
.store-btn-container a {
  display: block;
  font-size: 13px;
  font-weight: 400 !important;
  text-transform: uppercase;
  background-color: #c60c29;
  color: #fff !important;
  padding: 4px 20px;
  border-radius: 3px;
}

.store-btn-container {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oiw-location {
  font-weight: 600;
  color: #c60c29;
  font-size: 15px;
  margin-bottom: 3px;
}

.oiw-telephone a {
  text-decoration: none !important;
  color: #000 !important;
  font-size: 13px;
  font-weight: 400 !important;
}

.oiw-btn-pricing {
  font-size: 11px;
  font-weight: 400 !important;
  text-transform: uppercase;
  background-color: #c60c29;
  color: #fff !important;
  padding: 4px 20px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 3px;
  width: 100%;
  text-align: center;
}
.osl-heading {
  margin-bottom: 30px;
}
.osl-heading h3 {
  font-size: 29px !important;
  color: #000 !important;
  font-weight: 600 !important;
  text-align: center;
  margin-bottom: 0;
}
.osl-heading span {
  font-size: 28px;
  font-weight: 600;
  color: #c60c29;
  text-align: center;
  display: block;
}

@media (max-width: 480px) {
  .onsite-store-locator-container {
    display: none;
  }
}
