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 #map {
  height: 700px;
  width: 100%;
  border: 1px solid #ccc;
}
div#bznrd-woo-locations div#store-details-container {
  text-align: center;
}
div#bznrd-woo-locations div#store-details-container a {
  display: block;
}
