.elementor-2389 .elementor-element.elementor-element-65c53e8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:32px;--padding-right:32px;}@media(min-width:768px){.elementor-2389 .elementor-element.elementor-element-65c53e8{--content-width:1600px;}}/* Start custom CSS for shortcode, class: .elementor-element-556c458 */.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, .2);
  height: max-content;
  position: sticky;
  top: 24px;
}
@media (max-width: 1280px) {
    .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 .2s ease-out;

  @media (hover: hover) {
    &:hover {
      box-shadow: 0 2px 10px 0 rgba(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%;
      }
  }

    @media (max-width: 767px) {
         .store_locator_image_container + .store_locator_details {
      margin-top: 24px;
         }
    }
.store_locator_image_container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
  }
.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;
}

.store_locator_actions a {
    margin: 8px 0 0 8px;
    height: auto;
}
.store_locator_actions a:hover {
          color: #20153d;
          background-color: #cdcff7;
          border: 1px solid #20153d;
        }
 .store_locator_actions a.store_locator_visit_store.btn-primary.btn.button {
      border: 1px solid #20153d;
      background: transparent; }




.store-locator-is-premium::after {
    content: "Premium";
    font-weight: 900;
    color: #20153D;
    position: absolute;
    top: -20px;
    right: 20px;
    z-index: 2;
    font-size: 16px;
}
.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;
}


.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;
}

@media (max-width: 767px) {
     .store_locator_actions  {

    justify-content: flex-end;
  }
  .store_locator_actions a {
      margin: 8px 8px 0 0;
  }
  .store-locator-is-premium::after {
       right: 36px;
  }
  .store-locator-is-premium::before {
      right: 15px;
  }
}/* End custom CSS */