.axreassurances-block {
  padding: 0 !important;
}
.axreassurances-block .ax-title3 {
  margin-top: var(--padding-container);
}
@media screen and (min-width: 780px) {
  .axreassurances-block .ax-title3 {
    margin-top: var(--section-spacer);
  }
}
@media screen and (min-width: 780px) {
  .axreassurances-block .flex-block {
    justify-content: space-around;
  }
}
@media screen and (min-width: 780px) {
  .axreassurances-block .flex-block .card-icon .container-image_reassurance img {
    height: 80px;
  }
}

.store-loc {
  padding: calc(var(--section-spacer) / 2) 0;
}
@media screen and (min-width: 780px) {
  .store-loc {
    padding: var(--section-spacer) 0;
  }
}
.store-loc .ax-title3 {
  color: var(--primary);
  text-align: center;
  padding-bottom: 20px;
}
.store-loc .description-store-loc {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 780px) {
  .store-loc .description-store-loc {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 780px) {
  .store-loc #wpsl-gmap, .store-loc #wpsl-search-wrap {
    height: 670px !important;
  }
}
.store-loc #wpsl-gmap {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 780px) {
  .store-loc #wpsl-gmap {
    width: 75%;
    margin-bottom: 0;
  }
}
.store-loc #wpsl-result-list {
  width: 100%;
}
@media screen and (min-width: 780px) {
  .store-loc #wpsl-result-list {
    width: 25%;
  }
}
.store-loc #wpsl-search-btn, .store-loc #wpsl-search-wrap div {
  margin-right: 0;
}
.store-loc #wpsl-search-wrap input {
  border-radius: 0;
  border: 1px solid var(--primary);
}
.store-loc .wpsl-search-btn-wrap {
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary-ligth) 100%) !important;
}
@media screen and (max-width: 780px) {
  .store-loc .wpsl-search-btn-wrap .wpsl-search-btn-wrap {
    margin-top: 0 !important;
  }
}
.store-loc #wpsl-search-btn {
  mask-image: url("../assets/img/svg/localisation.svg");
  -webkit-mask-image: url("../assets/img/svg/localisation.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  width: 50px;
  height: 50px;
  margin: auto;
}
.store-loc .wpsl-search {
  padding: 0;
  background-color: var(--white);
}
.store-loc .wpsl-input {
  display: flex !important;
  width: 100% !important;
  margin-bottom: 0;
}
.store-loc .wpsl-input #wpsl-search-input {
  width: 100%;
}
.store-loc #wpsl-stores {
  width: 100%;
  height: 620px !important;
}
.store-loc #wpsl-stores li {
  display: flex;
  flex-direction: column;
  padding: 30px 15px;
  border: 1px solid var(--light-gray);
  border-right: none;
  transition: background-color ease 200ms;
}
.store-loc #wpsl-stores li:hover {
  background-color: var(--light-gray);
}
.store-loc #wpsl-stores li .wpsl-store-location p strong {
  font-family: var(--font-family-bold);
  font-size: 18px;
}
.store-loc #wpsl-stores li .wpsl-store-location p .wpsl-street {
  padding-top: 10px;
}
.store-loc #wpsl-stores li .wpsl-contact-details span {
  margin-bottom: 10px;
}

.wpsl-preloader {
  visibility: hidden;
}

.wpsl-infobox > img {
  display: none !important;
}

#wpsl-stores::-webkit-scrollbar {
  width: 14px;
}
#wpsl-stores::-webkit-scrollbar-track {
  background: #ECECEC;
}
#wpsl-stores::-webkit-scrollbar-thumb {
  background-color: #707070;
  border-radius: 10px;
}

.wpsl-info-window {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.wpsl-info-window a {
  font-size: 13px;
  line-height: normal;
}