.dropdown_lightstore {
  position: fixed;
  background-color: #fff;
  min-width: 160px;
  padding: 5px 0;
  margin: 4px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 1000;
}
.list_lightstore {
  font-size: 14px;
  text-align: left;
  list-style: none;
}
.list_lightstore a {
  display: block;
  padding: 4px 20px;
  clear: both;
  font-weight: 600;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
}
.list_lightstore a:hover {
  color: #3a3a3a;
}
.storename-total-div a, .storename-total-div a:hover {
  text-decoration: none;
}
.current-store-location .current-store-location-sub span {
  line-height: inherit;
}
@media screen and (max-width: 767.5px) {
  .dropdown_lightstore {
    margin: 7px 0 0;
    font-size: 13px;
    padding: 4px 0;
  }
}
/*# sourceMappingURL=custom.map */