body {
  font-family: 'Titillium Web', sans-serif;
  background: #fafafa;
}

.directions-button {
  display: inline-block;
  padding: 8px 12px;
  background-color: #0e722e;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}

.directions-button:hover {
  display: inline-block;
  padding: 8px 12px;
  background-color: #0e722e;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}

.directions-button:active .directions-button:focus {
  display: inline-block;
  padding: 8px 12px;
  background-color: #0e722e;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}

.btn-custom {
  background-color: #0e722e;
  color: #fff;
  border: 1px solid #0e722e;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
}

.btn-custom:hover {
  background-color: #0e722e;
  border-color: #0e722e;
  color: #fff;
}

.btn-custom:active,
.btn-custom:focus {
  background-color: #0e722e;
  border-color: #0e722e;
  color: #fff;
}


.location-error {
  position: fixed;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  text-align: center;
}

.sidebar {
  background: #fafafa;
}

.sidebar .header {
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  margin-right: -15px;
  margin-left: -15px;
  background: #333;
}

.sidebar .logo {
  width: 250px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.sidebar h3 {
  font-weight: 700;

}

.sidebar form {
  padding: 20px;
}

.stores {
  padding-right: 0px;
  padding-left: 0px;
}

#map {
  height: 100vh;
  width: 100%;
  border-left: 5px solid rgb(99, 188, 70);
}

#map h3 {
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  margin-top: 0px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  background-color: rgb(99, 188, 70);
}

.current_location a {
  color: rgb(99, 188, 70);
}

@media only screen and (max-width: 750px) {
  #map {
    border-left: none !important;
    border-top: 5px solid rgb(99, 188, 70);
    height: 450px;
    margin-bottom: 30px;
  }

  .sidebar {
    padding-bottom: 20px;
  }
}



/* .info-window {
  font-family: Arial, sans-serif;
  width: 250px;
}

.info-window h3 {
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

.store-list {
  padding: 8px 0;
}

.store {
  padding: 4px 0;
  border-bottom: 1px solid #eee;
}

.store:last-child {
  border-bottom: none;
}

.store a {
  color: #0066cc;
  text-decoration: none;
}

.store a:hover {
  text-decoration: underline;
}

.contact-info {
  padding: 8px 0;
}

.directions-button {
  display: inline-block;
  padding: 8px 12px;
  background-color: #4CAF50;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  margin-top: 8px;
}

.directions-button:hover {
  background-color: #45a049;
} */