#nkd-store-finder .results-container {
  margin-top: 50px;
}

#nkd-store-finder h2,
#nkd-store-finder h3 {
  margin-bottom: 10px;
}

#nkd-store-finder #nkd-store-finder-form input:not([type="submit"]),
#nkd-store-finder #nkd-store-finder-form select:not([type="submit"]) {
  width: 100%;
  max-width: 300px;
  display: block;
  margin-bottom: 10px;
}

#nkd-store-finder #nkd-store-finder-form select {
  max-width: 326px !important;
  border-radius: 0;
  height: 44px;
}

#nkd-store-finder #store-map-container {
  width: 100%;
  height: 400px;
  margin: 20px 0;
}

#nkd-store-finder ul {
  list-style: none;
  margin-left: 0;
}

#nkd-store-finder #nkd-store-finder-locations ul li {
  color: #EF0000;
  text-decoration: underline;
  cursor: pointer;
}

#nkd-store-finder #nkd-store-finder-locations .locations--results-header {
  font-size: 120%;
  margin-bottom: 14px;
}

#nkd-store-finder #nkd-store-finder-locations .locations--results-header .location-name {
  color: #EF0000;
}

#nkd-store-finder #nkd-store-finder-stores ul li:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottoM: 20px;
}

@media (max-width: 767px) {
  #nkd-store-finder #nkd-store-finder-stores .nkd-store-finder-store-opening-hours .vc_col-md-6.vc_col-sm-5 {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  #nkd-store-finder #nkd-store-finder-stores .nkd-store-finder-store-route {
    margin-bottom: 30px;
  }
}
