/* compiled by scssphp v0.0.12 on Wed, 25 Aug 2021 09:37:42 +1200 (0.01s) */

#stockists-container .wrap {
  max-width: 100%;
  padding: 0;
}
#stockists-container .content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.stockist-locations:after {
  content: '';
  display: block;
  clear: both;
}
.stockist-locations ul {
  margin: 0;
}
.stockist-locations ul > li {
  padding: 0 0 30px;
}
.stockist-locations ul > li:before {
  display: none;
}
.stockist-locations .locations {
  float: left;
  width: 500px;
  height: 500px;
  max-width: 100%;
  overflow: auto;
}
.stockist-locations .locations ul {
  border-top: 1px solid #ccc;
}
.stockist-locations .locations ul > li {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.stockist-locations .locations ul > li.active, .stockist-locations .locations ul > li:hover {
  background: #f2f2f2;
}
.stockist-locations .locations ul > li select {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.stockist-locations .locations ul > li select + select {
  margin-top: 10px;
}
.stockist-locations .locations ul li.search ul.ui-autocomplete {
  top: 100%;
  width: 100%;
}
.stockist-locations .locations ul li.search ul.ui-autocomplete li {
  padding: 0;
}
.stockist-locations .map {
  overflow: hidden;
  height: 500px;
}
@media only screen and (max-width: 750px) {
  .stockist-locations .locations {
    width: 100%;
  }
  .stockist-locations .locations {
    float: none;
  }
}
