div#bznrd-woo-locations {
  /* For WebKit browsers (Chrome, Safari, Edge) */
  /* Optional: on hover */
}
div#bznrd-woo-locations .vertical-align {
  display: flex;
  align-items: center;
}
div#bznrd-woo-locations div#locations-left-col {
  height: 700px;
  overflow-y: auto;
  scrollbar-width: none;
}
div#bznrd-woo-locations .search-container {
  position: relative;
}
div#bznrd-woo-locations .search-container input {
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  height: 48px;
  padding-right: 30px;
  padding-left: 30px;
  width: 100%;
}
div#bznrd-woo-locations .search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
div#bznrd-woo-locations .clear-input {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
}
div#bznrd-woo-locations a#use-current-location {
  display: block;
  margin-bottom: 40px;
  margin-top: 5px;
}
div#bznrd-woo-locations div#hits-container .list-group-item {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  display: block;
  margin-bottom: 20px;
}
div#bznrd-woo-locations div#hits-container .list-group-item:hover {
  background-color: #F9E9D8;
}
div#bznrd-woo-locations div#hits-container .badge-container {
  text-align: center;
}
div#bznrd-woo-locations div#hits-container .location-address {
  margin-bottom: 15px !important;
}
div#bznrd-woo-locations #map {
  height: 700px;
  width: 100%;
  border: 1px solid #ccc;
}
div#bznrd-woo-locations #hits-container {
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: 10px;
  padding-right: 10px;
}
div#bznrd-woo-locations #hits-container::-webkit-scrollbar {
  width: 8px;
}
div#bznrd-woo-locations #hits-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Light background */
}
div#bznrd-woo-locations #hits-container::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  /* Light grey scrollbar thumb */
  border-radius: 4px;
}
div#bznrd-woo-locations #hits-container::-webkit-scrollbar-thumb:hover {
  background-color: #b3b3b3;
}
div#bznrd-woo-locations div#store-details-container {
  text-align: center;
}
div#bznrd-woo-locations div#store-details-container a {
  display: block;
}
