div#bznrd-woo-locations {
  /* For WebKit browsers (Chrome, Safari, Edge) */
  /* Optional: on hover */
  /* Selected + 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;
}
div#bznrd-woo-locations .custom-select-wrapper {
  position: relative;
  width: 400px;
}
div#bznrd-woo-locations .custom-select-wrapper select {
  width: 100%;
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 12px center;
  background-size: 16px;
  font-size: 16px;
  cursor: pointer;
}
div#bznrd-woo-locations .custom-select-wrapper select:focus {
  border-color: var(--e-global-color-accent);
  outline: none;
  box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.2);
}
div#bznrd-woo-locations .custom-select-wrapper option {
  padding: 14px 12px !important;
  font-size: 16px !important;
  min-height: 42px !important;
}
div#bznrd-woo-locations .custom-select-wrapper option:checked,
div#bznrd-woo-locations .custom-select-wrapper option:hover {
  background-color: var(--e-global-color-accent) !important;
  color: #fff !important;
}
div#bznrd-woo-locations .store-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 2px;
}
div#bznrd-woo-locations .store-badge-wrapper {
  flex: 0 0 auto;
}
div#bznrd-woo-locations .store-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  white-space: nowrap;
}
