/* compiled by scssphp v1.0.6 on Mon, 21 Oct 2024 19:49:09 +0000 (0.0926s) */

#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: 542px;
  overflow: auto;
  /* New */
  overflow: hidden;
  position: absolute;
  z-index: 5;
  top: 25px;
  left: 0px;
  background: #1a4489;
  border-radius: 0px 25px 25px 0px;
  color: #ffffff;
}
.stockist-locations .locations ul {
  width: 100%;
  height: 432px;
  overflow: auto;
  padding-right: 15px;
  padding-left: 10px;
}
.stockist-locations .locations .search {
  display: none;
}
.not-found-station {
  color: #ffffff;
  padding: 10px;
  margin: 5px 0px;
}
h2.fs-h2 {
  font-size: 1.5em;
  text-align: center;
  margin: 10px auto;
  color: #ffffff;
  font-family: Arial, sans-serif;
  letter-spacing: 1px;
}
.filter-search-form {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  flex-direction: row;
}
.filter-search-form #search-station {
  height: 40px;
  width: 60%;
  border-radius: 25px;
  outline: none;
  border: none;
  padding: 0 10px;
}
.filter-search-form #fuel-filter-btn {
  height: 40px;
  padding: 0px 20px;
  border-radius: 25px;
  border: none;
  outline: none;
  background-color: #ed1b2f;
  color: #ffffff;
  letter-spacing: 0.9px;
  font-weight: 600;
  transition: 0.3s ease all;
}
.filter-search-form #fuel-filter-btn:hover {
  cursor: pointer;
  opacity: 0.9;
}
.relative-div {
  position: relative;
}
.filter-list-form {
  position: absolute;
  z-index: 6;
  top: 25px;
  left: 0;
  width: 100%;
  max-width: 700px;
  height: auto;
  background-color: #0f1d4c;
  border-radius: 0px 25px 25px 0px;
  min-height: 450px;
  display: none;
}
.filter-list-form .filter-header {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  padding: 20px;
  background-color: #09112a;
  border-radius: 0px 25px 0px 0px;
}
.filter-list-form .filter-header .back-filter {
  font-size: 35px;
}
.filter-list-form .filter-header .back-filter:hover {
  cursor: pointer;
}
.filter-list-form .filter-body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #1a4489;
}
.filter-list-form .filter-body .filter-body-left {
  padding-left: 25px;
}
.filter-list-form .filter-body .filter-body-left, .filter-list-form .filter-body .filter-body-right {
  width: 50%;
  padding-bottom: 25px;
}
.filter-list-form .filter-body .filter-body-left h3, .filter-list-form .filter-body .filter-body-right h3 {
  color: #ffffff;
  font-size: 20px;
  padding: 10px;
  margin: 20px 0px !important;
}
.filter-list-form .filter-body .filter-body-left span, .filter-list-form .filter-body .filter-body-right span, .filter-list-form .filter-body .filter-body-left label, .filter-list-form .filter-body .filter-body-right label {
  color: #ffffff;
}
.filter-list-form .filter-body .filter-body-left .filter-checkbox-item, .filter-list-form .filter-body .filter-body-right .filter-checkbox-item {
  padding: 10px;
}
.filter-list-form .filter-body .filter-body-left .filter-checkbox-item label:hover, .filter-list-form .filter-body .filter-body-right .filter-checkbox-item label:hover {
  cursor: pointer;
}
#apply-filter {
  height: 40px;
  padding: 0px 20px;
  border-radius: 25px;
  border: none;
  outline: none;
  background-color: #ed1b2f;
  color: #ffffff;
  letter-spacing: 0.9px;
  font-weight: 600;
  transition: 0.3s ease all;
}
#apply-filter:hover {
  cursor: pointer;
  opacity: 0.9;
}
.stockist-locations .locations ul {
  border-top: 1px solid #cccccc;
}
.stockist-locations .locations ul > li {
  padding: 15px;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}
.stockist-locations .locations ul > li.active, .stockist-locations .locations ul > li:hover {
  background: rgba(0, 0, 0, 0.6);
}
.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;
  /* New */
  height: calc(100vh - 144px);
}
.locations ul {
  list-style: none;
}
.alltime-drop {
  margin-top: 18px !important;
}
.hoursNote {
  background: rgba(0, 0, 0, 0.9);
  padding: 10px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  max-width: 190px;
}
.hoursNote .time-item {
  display: flex;
  justify-content: space-between;
}
.locations .inline-items {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.locations .inline-items .inline-item {
  margin-right: 15px;
}
.locations .inline-items .big-icon {
  font-size: 22px;
  margin-left: 10px;
}
#region-search {
  display: none;
}
.map div {
  background-repeat: no-repeat;
  background-position: 60% 50% !important;
}
span.openingsoon-notice h3 {
  margin: 0;
  color: #f5f5f5;
  text-align: center;
  animation: zoom-in-zoom-out 1.75s ease infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
#listing-ul .available-products {
  display: flex;
  margin-bottom: -15px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
#listing-ul .available-products .item {
  padding: 0 8px;
  border-radius: 8px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 5px;
}
#listing-ul .available-products .paybyapp.item, #listing-ul .available-products .unleaded.item {
  background: #00d36d;
  background: -moz-linear-gradient(180deg, #00d36d 0%, #006c38 57%, black 100%);
  background: -webkit-linear-gradient(180deg, #00d36d 0%, #006c38 57%, black 100%);
  background: linear-gradient(180deg, #00d36d 0%, #006c38 57%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00d36d",endColorstr="#000000",GradientType=1);
}
#listing-ul .available-products .premium.item, #listing-ul .available-products .mobilecard.item {
  background: red;
  background: -moz-linear-gradient(186deg, red 0%, #7d0000 51%, black 100%);
  background: -webkit-linear-gradient(186deg, red 0%, #7d0000 61%, black 100%);
  background: linear-gradient(186deg, red 0%, #7d0000 61%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000",endColorstr="#000000",GradientType=1);
}
#listing-ul .available-products .diesel.item, #listing-ul .available-products .highflow.item {
  background: #595959;
  background: -moz-linear-gradient(186deg, #595959 0%, #2b2b2b 61%, black 100%);
  background: -webkit-linear-gradient(186deg, #595959 0%, #2b2b2b 61%, black 100%);
  background: linear-gradient(186deg, #595959 0%, #2b2b2b 61%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#595959",endColorstr="#000000",GradientType=1);
}
#listing-ul .available-products .goclear.item {
  background: #0876ff;
}
#listing-ul .available-products .waitomoapp.item {
  background: #ffe100;
  background: -moz-linear-gradient(180deg, #ffe100 0%, #8c7b00 83%, #574c00 100%);
  background: -webkit-linear-gradient(180deg, #ffe100 0%, #8c7b00 83%, #574c00 100%);
  background: linear-gradient(180deg, #ffe100 0%, #8c7b00 83%, #574c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe100",endColorstr="#574c00",GradientType=1);
}
#listing-ul .available-products .commercialapp.item, #listing-ul .available-products .hydrogen.item {
  color: #000000;
  background: #d5d5d5;
  background: -moz-linear-gradient(180deg, #d5d5d5 0%, #484847 100%);
  background: -webkit-linear-gradient(180deg, #d5d5d5 0%, #484847 100%);
  background: linear-gradient(180deg, #d5d5d5 0%, #484847 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d5d5d5",endColorstr="#484847",GradientType=1);
}
#listing-ul .available-products .waitomocard.item {
  background: #00e3fa;
  background: -moz-linear-gradient(180deg, #00e3fa 0%, #03555d 77%, black 100%);
  background: -webkit-linear-gradient(180deg, #00e3fa 0%, #03555d 77%, black 100%);
  background: linear-gradient(180deg, #00e3fa 0%, #03555d 77%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00e3fa",endColorstr="#000000",GradientType=1);
}
#listing-ul .available-products .bankcard.item, #listing-ul .available-products .othercard.item {
  background: #fa6700;
  background: -moz-linear-gradient(180deg, #fa6700 0%, #7a3300 75%, black 100%);
  background: -webkit-linear-gradient(180deg, #fa6700 0%, #7a3300 75%, black 100%);
  background: linear-gradient(180deg, #fa6700 0%, #7a3300 75%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fa6700",endColorstr="#000000",GradientType=1);
}
#listing-ul .available-products span.kora.item {
  background: linear-gradient(180deg, #d3d3d3 0%, #ffffff 75%, #7f7f7f 100%);
  color: #000000;
}
@media (max-width: 1080px) {
  .stockist-locations {
    display: flex;
    flex-direction: column;
  }
  .stockist-locations .locations {
    position: relative;
    top: 0;
    border-radius: 0;
    width: 100%;
  }
  .filter-list-form {
    top: 0;
    border-radius: 0;
    width: 100%;
    max-width: 1080px;
  }
}
@media (max-width: 840px) {
  .stockist-locations .locations, .stockist-locations .map {
    float: none;
    width: 100%;
    clear: both;
  }
}
@media (max-width: 490px) {
  .filter-list-form .filter-body {
    flex-direction: column;
  }
  .filter-list-form .filter-body .filter-body-left, .filter-list-form .filter-body .filter-body-right {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 25px;
  }
  .filter-list-form .filter-body h3 {
    margin: 2px 0px !important;
  }
}
@media (max-width: 415px) {
  #listing-ul .available-products .item {
    margin-bottom: 5px;
  }
}
@media (max-width: 390px) {
  .filter-search-form {
    flex-direction: column;
    margin-top: 17px;
  }
  .filter-search-form #search-station {
    width: 90%;
  }
  .filter-search-form p {
    display: none;
  }
  .filter-search-form #fuel-filter-btn {
    margin: 15px auto;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22edit%2Fmodules%2Ffuelstations%2Ffuelstations.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BaAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAiBA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOI%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAaA%3BAAAA%3BeAAA%3BAAAA%3BAAMJ%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAaI%3BAAAA%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAQI%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAGJ%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAQI%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BuBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAGI%3BAAAA%2CkBAAA%3BAAAA%3BAAOhB%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAaA%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2CiCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAII%3BAAAA%2CaAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAOA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQI%3BAAAA%3BiCAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOI%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAMJ%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B0CAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BkDAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%2C2BAAA%3BAAAA%3BAAGA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAGA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQI%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3BmHAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3BmHAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3BmHAAA%3BAAAA%3BAAWA%3BAAAA%2CsBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3BmHAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3BmHAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3BmHAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3BmHAAA%3BAAAA%3BAAWA%3BAAAA%3BiBAAA%3BAAAA%3BAAWR%3BAAEI%3BAAAA%3B2BAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAGI%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAAA%3BAASJ%3BAAEI%3BAAAA%2C2BAAA%3BAAAA%3BAAGI%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAOA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAMR%3BAAEI%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BqBAAA%3BAAAA%3BAAIQ%3BAAAA%2CeAAA%3BAAAA%3BAAEA%3BAAAA%2CkBAAA%3BAAAA%3BAAEA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%22%7D */