/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./assets/sass/main.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
#map {
  width: 100%;
  height: 400px;
}

.pmp-map-result--item {
  border-top: 2px solid #1e267b;
  margin-top: 50px;
  padding-top: 50px;
}
.pmp-map-result--item h3 {
  font-size: 22px;
}
.pmp-map-result--item .opening-hours {
  font-weight: bold;
}

.pmp-map-result--item .distance {
  display: block;
  margin-bottom: 15px;
  margin-top: -15px;
  font-weight: 600;
}

.store-based-results {
  display: none;
}

#pmp-store-locator {
  position: relative;
}
#pmp-store-locator .pmp-loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: white;
  display: none;
}
#pmp-store-locator .pmp-loading-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 25px;
}
#pmp-store-locator .pmp-loading-inner * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
#pmp-store-locator .pmp-loading-inner .pmp-loading-spinner {
  width: 100%;
  font-size: 45px;
  margin-bottom: 20px;
}

.pmp-online-results--item {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.pmp-online-results--item img {
  width: 100%;
  margin-bottom: 10px;
}

.offline-store-text {
  display: none;
}

/*# sourceMappingURL=frontend.css.map*/