.location-picker {
  height: 100%;
  margin-right: 30px;
}
@media screen and (max-width: 992px) {
  .location-picker {
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .location-picker {
    margin-right: 10px;
  }
}
.location-picker__text-overflow {
  font-weight: 700;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1240px) {
  .location-picker__text-overflow {
    max-width: 140px;
  }
}
.location-picker__close {
  background-image: url(/build/images/cross-orange.4a75bd72.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: absolute;
  right: -5px;
  top: 4px;
  width: 30px;
}
.location-picker__search {
  background: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  display: none;
  left: 15px;
  padding: 10px 15px;
  position: absolute;
  top: calc(100% + 6px);
  width: 300px;
  z-index: 10;
}
.location-picker__search.oiedtrhvar {
  display: block;
}
.location-picker__form {
  position: relative;
}
.location-picker__form input[type="text"] {
  border: none;
  border-bottom: 2px solid #f5f5f5;
  height: 40px;
  margin-bottom: 5px;
  width: 100%;
}
.location-picker__list {
  display: block;
  width: 100%;
}
.location-picker__list-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 7px 0;
  transition: all 0.1s ease;
}
.location-picker__list-item:hover {
  color: #3ae23a;
  cursor: pointer;
}
.location-picker__list-item:last-child {
  border-bottom: none;
}
.location-picker__current-location {
  align-content: center;
  align-items: center;
  background-image: url(/build/images/header-pin.3c16afe6.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 16px;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  height: 100%;
  padding-left: 26px;
}
@media screen and (max-width: 767px) {
  .location-picker__current-location {
    display: inline-block;
    line-height: 22px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.location-picker__current-location:hover {
  color: #3ae23a;
}
.location-picker__current-location:after {
  background-image: url(/build/images/arrow-down.329ff1d9.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: 5px;
  width: 16px;
}
@media screen and (max-width: 767px) {
  .location-picker__current-location:after {
    display: none;
  }
}
