.premium-labels {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.premium-labels__item {
  text-transform: uppercase;
  padding: 4px 16px 2px 12px;
  font-size: 12px;
  line-height: 125%;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.premium-labels__item:before {
  content: "\f02e";
  font: normal 12px/1 "Font Awesome 5 Free";
  margin-right: 8px;
}
.premium-labels__item:first-child {
  background: #a8deaa;
  color: #006f44;
}
.premium-labels__item:nth-child(2) {
  background: #c4dcff;
  color: #18418e;
}
.premium-labels__item:nth-child(3) {
  background: #ffedd7;
  color: #ff7e00;
}

.popup__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}
.popup__content {
  position: absolute;
  background: transparent;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 32px;
  display: flex;
}
@media (max-width: 768px) {
  .popup__content {
    inset: 0;
    transform: none;
    padding: 0;
    width: 100%;
    min-height: 100dvh;
  }
}
.popup__close {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
  background: transparent;
  border: none;
  z-index: 11;
}
@media (max-width: 768px) {
  .popup__close {
    top: 0;
    right: 0;
  }
}
.popup__close i {
  font-size: 32px;
}
.popup__sidebar, .popup__form-wrapper {
  background: #ffffff;
  min-height: 60vh;
  border-radius: 8px;
}
.popup__sidebar {
  margin-right: 12px;
  width: 256px;
  min-width: 256px;
  padding: 24px;
}
@media (max-width: 1024px) {
  .popup__sidebar {
    display: none;
  }
}
.popup__form-wrapper {
  max-width: 650px;
  width: 100%;
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .popup__form-wrapper {
    max-width: 100%;
    border-radius: 0;
  }
}
.popup__image {
  margin-bottom: 16px;
}
.popup__image img {
  border-radius: 6px;
}
.popup .store-form-contact {
  width: 100%;
}
@media (max-width: 768px) {
  .popup .store-form-contact {
    min-height: 100dvh;
    display: grid;
    grid-template-rows: auto 1fr auto;
  }
}
.popup .store-form-header {
  padding: 24px;
}
.popup .store-form-header h2 {
  margin-bottom: 0;
}
.popup .store-form-inputs-wrapper {
  overflow-y: auto;
  max-height: calc(100dvh - 230px);
  padding: 0 24px 24px;
  transition: min-height 0.12s;
}
@media (max-width: 768px) {
  .popup .store-form-inputs-wrapper {
    max-height: calc(100dvh - 165px);
  }
}
.popup .store-form-inputs-wrapper label {
  color: #2f3238;
}
.popup textarea {
  resize: vertical;
  min-width: 1px;
  height: 200px;
}
.popup .store-form-footer {
  border-top: 1px solid #dbdce0;
  padding: 24px;
  background: #ffffff;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .popup .store-form-footer {
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .popup .store-form-response-wrapper {
    position: fixed;
    bottom: 90px;
    right: 24px;
    left: 24px;
  }
}
.popup .wpcf7-response-output {
  margin: 0 0 0 18px !important;
  padding: 4px 8px !important;
  border-radius: 6px;
  border-width: 1px;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .popup .wpcf7-response-output {
    margin: 0 0 12px 0 !important;
  }
}
.popup select[name=store_locator_form_store_select] {
  pointer-events: none;
}
.popup input[name=store_locator_form_customer_address] {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
}
.popup .store-form-subject {
  width: 100%;
  height: var(--et_inputs-height, 2.642rem);
}
.popup .store-form-contacts-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "title title" "name email" "phone phone";
  grid-column-gap: 36px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .popup .store-form-contacts-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "name" "email" "phone";
  }
}
.popup .store-form-contacts-title {
  grid-area: title;
  margin-bottom: 16px;
}
.popup .store-form-name {
  grid-area: name;
}
.popup .store-form-email {
  grid-area: email;
}
.popup .store-form-phone {
  grid-area: phone;
  width: 100%;
}
@media (max-width: 768px) {
  .popup .store-form-submit-wrapper, .popup .wpcf7-submit {
    width: 100%;
  }
}
.popup .wpcf7-not-valid {
  border-color: #ff0000;
}
.popup .wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 14px;
}
.popup div.wpcf7 .wpcf7-spinner {
  opacity: 1;
}
@media (max-width: 768px) {
  .popup div.wpcf7 .wpcf7-spinner {
    margin: 10px 3px;
  }
}
.popup div.wpcf7 .wpcf7-spinner:before {
  border-width: 2px;
}

.no-scroll {
  overflow-y: hidden;
}

.elementor-element-58ee182 .store_locator_search_box {
  max-width: calc(25% - 24px);
  order: 14;
  margin: 0 0 24px 24px;
  padding: 24px;
  border: 1px solid #dadada;
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  height: max-content;
  position: sticky;
  top: 24px;
}
@media (max-width: 1280px) {
  .elementor-element-58ee182 .store_locator_search_box {
    order: -1;
    max-width: 100%;
    margin: 0 0 24px;
    position: static;
  }
}

#store_locator_result_list {
  max-height: none !important;
  overflow-y: visible;
  overflow-x: visible;
}

.store_locator_main {
  order: 15;
}

@media (max-width: 1280px) {
  .store_locator_sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.store_locator_sidebar_content {
  padding: 0;
}

.store_locator_result_list_item {
  padding: 24px;
  border: 1px solid #dadada;
  border-radius: 8px;
  margin-bottom: 24px;
  transition: all 0.2s ease-out;
}
@media (hover: hover) {
  .store_locator_result_list_item:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .store_locator_result_list_item {
    margin-bottom: 16px;
    padding: 24px 12px;
  }
}
.store_locator_result_list_item i.fa-star {
  display: none;
}

.store_locator_details {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 767px) {
  .store_locator_details {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.store_locator_details .store_locator_contact {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .store_locator_image_container {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.store_locator_image_container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .store_locator_image_container + .store_locator_details {
    margin-top: 24px;
  }
}

.store_locator_result_list_description {
  order: 3;
}
.store_locator_result_list_description p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

a:has(.store_locator_rating) {
  order: 2;
}

.store_locator_rating_icon {
  font-size: 24px;
}

.store_locator_address {
  order: 4;
  display: flex;
  gap: 6px;
}

.store_locator_contact {
  order: 5;
}

.store_locator_actions {
  order: 5;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .store_locator_actions {
    justify-content: flex-end;
  }
}
.store_locator_actions a {
  margin: 8px 0 0 8px;
  height: auto;
}
@media (max-width: 767px) {
  .store_locator_actions a {
    margin: 8px 8px 0 0;
  }
}
.store_locator_actions a.store_locator_visit_store.btn-primary.btn.button {
  border: 1px solid #20153d;
  background: transparent;
}
@media (hover: hover) {
  .store_locator_actions a.store_locator_visit_store.btn-primary.btn.button:hover {
    color: #20153d;
    background-color: #cdcff7;
    border: 1px solid #20153d;
  }
}

.store-locator-is-premium::after {
  content: "Premium";
  font-weight: 900;
  color: #20153D;
  position: absolute;
  top: -20px;
  right: 20px;
  z-index: 2;
  font-size: 16px;
}
@media (max-width: 767px) {
  .store-locator-is-premium::after {
    right: 36px;
  }
}
.store-locator-is-premium::before {
  content: "\f005";
  font: normal 16px/1 "Font Awesome 5 Free";
  font-weight: 900;
  color: #20153D;
  position: absolute;
  top: -18px;
  right: -2px;
  z-index: 2;
  font-size: 16px;
}
@media (max-width: 767px) {
  .store-locator-is-premium::before {
    right: 15px;
  }
}

.grey {
  display: none;
}

.template-container:has(.store_locator) {
  overflow: visible;
}

.store_locator .store_locator_address_field {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  border-radius: 4px;
}

.single-stores .post-header,
.single-stores .about-author-title,
.single-stores .author-info,
.single-stores .comments {
  display: none;
}
.single-stores .template-container {
  overflow: visible;
}
.single-stores .container {
  padding: 0 32px;
}
.single-stores .premium-labels {
  grid-area: labels;
}
.single-stores p {
  margin: 0;
}

.store-locator-row:has(.store_locator_single_sidebar) {
  display: grid;
  grid-template-columns: auto 400px;
  grid-template-areas: "title sidebar" "labels sidebar" "categories sidebar" "filter sidebar" "address sidebar" "contact sidebar" "description sidebar" "hours sidebar" "map sidebar" "reviews sidebar" "reviews sidebar";
  column-gap: 120px;
}
@media (max-width: 1024px) {
  .store-locator-row:has(.store_locator_single_sidebar) {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "labels" "categories" "filter" "address" "contact" "sidebar" "description" "hours" "map" "reviews";
  }
}
.store-locator-row:has(.store_locator_single_sidebar) > div:not(.store_locator_single_categories) {
  padding: 0 0 16px;
}

.store_locator_single_sidebar {
  grid-area: sidebar;
}
.store_locator_single_sidebar_content {
  position: sticky;
  top: 50px;
  padding: 24px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.store_locator_single_sidebar_cta {
  display: flex;
  flex-direction: column;
}
.store_locator_single_sidebar_cta a {
  padding: 8px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.store_locator_single_sidebar_cta a:not(:last-child) {
  border-bottom: 1px solid #dadada;
}
.store_locator_single_sidebar_cta i {
  margin: 0 8px;
}
.store_locator_single_sidebar_cta .fa-caret-right {
  margin-left: auto;
}
.store_locator_single_sidebar_main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  padding: 16px 0;
}
.store_locator_single_title {
  grid-area: title;
}
.store_locator_single_categories {
  grid-area: categories;
  padding: 0;
}
.store_locator_single_filter {
  grid-area: filter;
}
.store_locator_single_address {
  grid-area: address;
}
.store_locator_single_contact {
  grid-area: contact;
  max-width: 100%;
  border-bottom: 1px solid #dadada;
  margin-bottom: 24px;
}
.store_locator_single_description {
  grid-area: description;
}
.store_locator_single_opening_hours {
  padding: 0;
}
.store_locator_single_map {
  grid-area: map;
  margin-top: 24px;
}
.store_locator_single_map_render {
  border-radius: 8px;
}

.store-locator-col-12:has(.store_locator_single_opening_hours) {
  grid-area: hours;
  max-width: 100%;
  border-bottom: 1px solid #dadada;
}
.store-locator-col-12:has(.store-locator-review-container) {
  grid-area: reviews;
}
.store-locator-col-12:has(.store_locator_single_opening_hours2) {
  display: none;
}

.store-locator-review-container {
  flex-direction: column-reverse;
  margin: 24px -15px;
}
.store-locator-review-container > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.store-locator-reviews-container {
  margin-bottom: 24px;
}
.store-locator-reviews-listing {
  max-height: 600px;
}
.store-locator-review-listing {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #dadada;
}
.store-locator-review-form-container {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #dadada;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.store-locator-review-form input, .store-locator-review-form textarea {
  border-radius: 4px;
}
.store-locator-review-form-title {
  padding-top: 16px;
}
.store-locator-review-field-text {
  resize: vertical;
}
.store-locator-review-form-rating label .store-locator-review-form-rating-icon {
  font-size: 36px;
}
/*# sourceMappingURL=additional.css.map */
