/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */




/*  */
.wpsl-infobox *{
  color:#000!important;
  font-family: Figtree!important;
}
.wpsl-infobox a{
  font-weight: 600!important;
}
.wpsl-infobox strong{
  font-weight: 600!important;
}
.store-results-panel #wpsl-stores ul {
  height: auto !important;
  max-height: 350px !important;
  overflow-y: scroll !important;

}

#wpsl-search-btn{
  border-radius:6px!important;
}

.store-locator-top {
  display: grid;
  grid-template-columns:  1fr 2fr;
  gap: 32px;
  align-items: start;
}

.store-filter-panel {
  background: #fff;

  padding: 24px;
}

.store-filter-heading h3,
.store-results-title h3 {
  margin: 0 0 8px;
}

.store-filter-heading p {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.5;
}

.store-filter-panel .wpsl-search {
  padding: 0;
  margin: 0;
  background: transparent;
}

.store-filter-panel #wpsl-search-wrap {
  width: 100%;
}

.store-filter-panel form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.store-filter-panel .wpsl-input,
.store-filter-panel .wpsl-select-wrap,
.store-filter-panel #wpsl-radius,
.store-filter-panel #wpsl-results {
  width: 100%;
  float: none;
  margin: 0;
}

.store-filter-panel input,
.store-filter-panel select {
  width: 100%;
}

.store-product-filter h4 {
  margin: 0 0 12px;
  font-size: 15px;
}

.store-map-panel #wpsl-gmap {
  width: 100%;
  min-height: 460px;
}

.store-results-panel {
  margin-top: 40px;
}

.store-results-title {
  margin-bottom: 16px;
}

#wpsl-result-list {
  width: 100%;
}

#wpsl-stores ul {
  margin: 0;
  padding: 0;
}

#wpsl-stores li {
  list-style: none;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

#wpsl-checkbox-filter, .wpsl-custom-checkboxes{
display:flex!important;
flex-direction:column!important;
gap:18px;

}
#wpsl-checkbox-filter.wpsl-checkbox-3-columns li, .wpsl-custom-checkboxes.wpsl-checkbox-3-columns li{
  width:100%;
}

#wpsl-search-wrap div label{
  display: flex!important;
  gap:13px!important;
  flex-direction:row!important;
  align-items: center!important;
  width:100%!important;
}
#wpsl-checkbox-filter input, .wpsl-custom-checkboxes input{
  width:fit-content!important;
 }

 #wpsl-search-wrap .wpsl-input #wpsl-search-input{
  width:100%!important;
 }

#wpsl-search-btn{
  width: fit-content!important;
  background:#2B598B!important;
  color:#fff!important;
  text-transform:uppercase!important;
  font-weight: 800!important;
}
@media (max-width: 768px) {
  .store-locator-top {
    grid-template-columns: 1fr;
  }

  .store-filter-panel {
    padding: 20px;
  }

  .store-map-panel #wpsl-gmap {
    min-height: 360px;
  }
}
@media (max-width: 768px) {
  .store-locator-top {
    grid-template-columns: 1fr;
  }
}



/* table */
.store-results-panel {
  margin-top: 40px;
}

.store-results-table-head {
  display: grid;
  grid-template-columns: 1fr 1.25fr 1.8fr;
  gap: 24px;
  padding: 8px 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  font-size: 13px;
  font-weight: 700;
}

#wpsl-result-list {
  width: 100%;
}

#wpsl-stores ul {
  margin: 0;
  padding: 0;
}

#wpsl-stores li.store-result-row {
  display: grid;
  grid-template-columns: 1fr 1.25fr 1.8fr;
  gap: 24px;
  align-items: start;
  list-style: none;
  padding: 28px 0;
  border-bottom: none;
}

.store-result-name strong {
  /* font-size: 14px; */
  font-weight: 700;
}

.store-result-location span,
.store-result-products span {
  display: block;
  /* font-size: 13px; */
  line-height: 1.35;
}

.store-result-location a {
  color: inherit;
  text-decoration: none!important;
}



@media (max-width: 768px) {
  .store-results-table-head {
    display: none;
  }

  #wpsl-stores li.store-result-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 0;
  }

  .store-result-name::before,
  .store-result-location::before,
  .store-result-products::before {
    display: block;
    font-weight: 700;
    margin-bottom: 4px;
  }

  .store-result-name::before {
    content: "Name";
  }

  .store-result-location::before {
    content: "Location";
  }

  .store-result-products::before {
    content: "Products";
  }
#wpsl-wrap #wpsl-result-list ul li{
    border-bottom:2px solid #000!important;
  }
}

.store-results-table-head div {
    font-size: 22px!important;
}
