/** Shopify CDN: Minification failed

Line 1199:14 Expected ":"

**/
.store-item:hover{
  cursor:pointer;
}
.store-review p{
  font-size: 14px;
}
.your-store-details{
  min-height:450px;
}
.sharing_test_right .share-button{
  display:none
}
summary.share-button__button.button.button--tertiary {
    padding: 0;
  justify-content: flex-start;
}
#reviews-by-user{
  margin-bottom:5px;
}
.store-title{
  margin-bottom:10px;
}

.testing_share{
          display: block;
        }
        .all-store-images{
          max-height: 330px;
      }
.all-store-images .swiper-pagination{
  bottom: 20px !important;
right: 35px !important;
  left: unset !important;
  background-color: #6F6F6F;
  text-align: center;
  backdrop-filter: blur(500px);
  transition: all .2s ease-in-out;
  color: white;
  border: 1px white solid;
  border-radius: 5px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 20%;
}

.current-location{
  color: #363535;
  text-transform: capitalize;
  opacity: 0.5;
  font-family:Lato Regular;
  font-size:16px;
  line-height:24px;
}
.reviews-content{padding-right:3rem;}
.yourStoreImg{
  object-fit: cover;
}
.reviews-stars {
  display: flex;
  align-items: center;
}
.reviews-stars img{
  width: 20px;
  height: 20px;
  opacity: 0.6;
  align-items: center;
}


#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}
  .star {
    display: inline-block;
    width: 24px;
    height: 24px;
    fill: #ccc;
  }

  .star.filled {
    fill: #e2a362;
    height:20px;
  }
  #store-locator-main{
   margin: 40px auto 67px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
  row-gap: 40px;
column-gap: 16px;
  }
  .store-item{
    width: 385px;
    height: -webkit-fill-available;
    max-height:410px;
    border-radius: 10px;
    background-color: #F8F8F8;
        margin: auto;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #E5E5E5;
  }
  .store-title-inner-div {
    min-height: 20px;
  }
  .store-title .store-review>p{
    font-family:Lato;
  }
  .store-item-media{
    height: 49%;
    position: relative;
    border-radius: 10px;
  }

  .store-item-media img{
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
  }
  .store-view{
    background-color: #000000;
    border: 1px solid #fff;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    backdrop-filter: blur(500px);
    transition: all .2s ease-in-out;
    height: 37px;
    color: #fff;
    width: 100%;
    border: 1px white solid;
    border-radius: 10px;
    display: flex;
    margin-top: 10px;
    justify-content: space-evenly;
    align-items: center;
  }

  .store-view p{
    margin: 0;
    font-size: 14px;
    font-family: Lato Regular;
    color:#FFFFFF;
  }
  .store-review {
    display: flex;
    margin-bottom: 3%;
    justify-content: flex-start;
    border: 1px solid #E5E5E5;
    align-items: center;
    border-radius: 5px;
    padding: 0 5px;
  }
.store-review p{
  margin:0 3px 0 0;
    font-size: 16px;
    font-family: Lato Regular;
  color:#383838;
}
.store-review p:last-child{
  margin: 0 0 0 4px;
}

  .store-review svg{
    width: 12px;
  }
  .store-item-description {
    margin: 10px 2%;
  }
  .timing-status {
    display: flex;
    align-items: center;
    margin-left: 3px;
  }

  .open-or-closed {
    width: auto;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
  }
  .isOpen{
    height:10px;
    width: 10px;
    border-radius:50%;
    background-color:#74A42B;
    margin-right: 3px;
  }
  .isClosed{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #A7312A;
    border: 1px solid #fff;
  }

  .open-or-closed p {
    font-size: 14px;
    font-family: Lato Medium;
    line-height:26px;
    margin: 0;
  }
#from-and-to{
  font-size: 14px;
    line-height:26px;
}
  .from-and-to p{
    font-size: 14px;
    line-height:26px;
    font-family: Lato Light ;
    color: #6F6F6F;
    margin: 0;
    padding-left: 5px;
        font-weight: 400;

  }
  .store-contact-info {
    display: flex;
    justify-content: start;
    gap: 16px;
  }

  .store-title{
   
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
  }

  .store-title p{
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    font-family: Lato Regular;
    color: #363535;
  }

  .store-item-description{
    margin-bottom:0px;
  }
  
  .call-us {
    width: 100px;
    height: 40px;
    border-radius: 30px;
    border: 1px #363535 solid;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
}

  .call-us p {
    color: #080101 !important;
   margin: 0;
    color: #363535;
    font-family: Lato Regular;
    font-size: 12px;
  }

  .view-on-map{
    border-radius: 30px;
    display: flex;
    justify-content: space-evenly;
    cursor: pointer;
    gap: 0.8rem;
  }

  .view-on-map p{
    margin: 0;
    color: #080101 !important;
    font-family: Lato Light;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height:20px;
  }


  .store-comp-bg
  {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 49;
    width: 100%;
    height: 100%;
    background-color: #707070;
    opacity: 0.8;
    visibility: visible;
    transition: opacity .2s;
    margin-top: 0;
  }

  .look-at-store{
    display:none;
    flex-direction: column;
    position: fixed;
    width: 909px;
    height: 90%;
    pointer-events: all;
    z-index: 55;
    background-color: #FFFFFF;
    top: 3%;
    left: 18%;
    border-radius: 10px;
    overflow-y: scroll;
        overflow-x: hidden;

}

  .your-store-details {
    width: 97%;
   
    max-height:370px;
    display: flex;
    align-items: flex-start;
    margin: 4% 1% 4% 3%;
    position: relative;
top: 5%;
background: white;
z-index: 2;

}


  .all-store-images {
    width: 95%;
    height: 85%;
    border-radius: 10px;
}

  .all-store-images img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

  .all-store-details {
    margin-top: 1%;
    display: flex;
    padding-left: 3%;
    flex-direction: column;
    align-items: flex-start;
}
  .timing-status-store {
    display: flex;
    align-items: center;
}

.open-or-closed::after {
  content: "-"
}

  .open-or-closed-store {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .isOpen-store {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #74A42B;
    margin-right: 3px;
}
  .open-or-closed-store p {
    margin: 0;
    font-size: 14px;
    font-family: Lato Bold;
    color: #363535;
}
  .close-store-details {
    height: 40px;
    width: 40px;
    margin-right: 2%;
}
.time-to-time p {
    margin: 0;
    font-size: 14px;
    font-family: Lato Regular;
    color: #6F6F6F;
}

  .your-store-name p{
    margin: 0;
    color: #363535;
    font-size: 20px;
    font-family: Lato Regular;
}

  .store-review-store{
    column-gap: 3px;
    display: flex;
    align-items: center;
  }
  .store-review-store p {
    font-size: 16px;
    color: #383838;
    font-family: Lato Regular;
    margin: 0px;
}
  .store-review-store svg{
    width: 12px;
  }

  .your-store-adress p{
    margin: 0;
    font-family: Lato Regular;
    font-size: 14px;
    color: #6F6F6F;
}
  .call-us-store {
    width: 100px;
    height: 40px;
    border-radius: 30px;
    border: 1px #363535 solid;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
}

  .call-us-store p {
   margin: 0;
    color: #363535;
    font-family: Lato Regular;
    font-size: 12px;
  }
  .call-us-store svg{
    height: 13px;
width: 13px;
  }

  .view-on-map-store{
     width: 145px;
    height: 40px;
    border-radius: 30px;
    border: 1px #363535 solid;
    display: flex;
    justify-content: space-evenly;
    align-items: center; 
    cursor: pointer;
  }

  .view-on-map-store p{
    margin: 0;
    color: #363535;
    font-family: Lato Regular;
    font-size: 12px;
  }
  .view-on-map-store svg{
    width: 10px;
    height: 14px;
  }
  .time-to-time {
    margin-bottom: 16px;
  }

  .your-store-name {
    padding: 1% 0;
  }

  .store-review-store {
    padding: 1% 0;
  }
  .your-store-adress {
    padding: 1% 0;
  }

  .store-contact-info-store {
    display: flex;
    align-items: flex-start;

    padding: 5% 0;
    padding-top:0;
    width: 100%;
    column-gap: 7px;
}
  .reviews-section {
    display: flex;
  
    margin: 5% 2%;
    
}

  .reviews-by-user.swiper-slide {
    display: flex;
   
    border-radius: 10px;

    background-color: #eee7db;
}
.user-image {
    margin: 8% 4%;
    border-radius: 50%;
}

  .user-image img {
    border-radius: 50%;
}

    .user-name p {
    margin: 0;
    font-size: 16px;
    font-family:Lato Bold !important;
}

  .reviews-stars p{
    margin: 0 0 0 8px;
    font-size: 16px;
    font-family: Lato Bold;
  }
  .reviews-content {
    margin: 7% 0%;
}

  .reviews-summary p{
    margin:0;
    font-size: 16px;
    font-family: Lato Regular;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .share-the-store {
  position: relative;
}

.tooltip1{
    
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 36%;
    right: 7%;
 
    transition: opacity .3s;
}



  @media (min-width: 2200px) and (max-width: 2570px)
  {
    .look-at-store {
      margin-left: 12%;
    }
  }

  @media (min-width: 2000px) and (max-width: 2200px)
  {
    .look-at-store {
      margin-left: 12%;
    }
  }

  @media (min-width: 1800px) and (max-width:2000px){
    .look-at-store {
      margin-left: 12%;
    }
  }

    @media(min-width: 1370px)
    {
      .look-at-store{
        width: 909px;
      }
    }
  @media(min-width:1366px){
  #store-locator-main{
    width: 1187px;
    
  }
}
  @media(max-width:1365px){
    .store-item{
      width:28.18448023426062vw;
    }
  }
  
  @media (min-width:1101px) and (max-width: 1300px)
  {
    
    .store-contact-info-store {
      display: flex;
      align-items: flex-start;
      justify-content: space-evenly;
      padding: 5% 0;
      width: 91%;
      column-gap: 7px;
    }
    #store-locator-main {
      
      margin: 10px auto 67px;
      width: 100%;
      padding: 1% 18%;
      display: grid;
      row-gap: 40px;
      column-gap: 16px;
    }
  }
  @media (min-width:950px) and (max-width: 1150px)
  {
    .look-at-store{
      left: 20%;
      width: 80%;
      transform: translateX(-10%);

    }
    .store-item{
    max-height:430px;
    }
    
    .store-contact-info-store {
      display: flex;
      align-items: flex-start;
      justify-content: space-evenly;
      padding: 5% 0;
      width: 91%;
      column-gap: 7px;
    }
    #store-locator-main {
      grid-template-columns: repeat(2,1fr);
      margin: 40px auto 67px;
      width: 100%;
      padding: 1% 10%;
      display: grid;
      row-gap: 40px;
      column-gap: 16px;
  }
  }
@media (min-width:650px) and (max-width: 950px)


  {
    .store-title{
      height:24px;
    }
    .store-title-inner-div p{
      line-height:24px;
      font-size:20px;
      font-family:'Lato Bold';
    }
    .sharing_test .share-button{
      display:none;
    }
    #store-locator-main{
      display: grid;
      grid-template-columns: repeat(1,1fr);
      gap: 30px;
    }
    .select-your-city {
      max-width: 455px;
      padding: unset;
    }

    .store-item {
      width: 455px;
      height: 400px;
      margin: auto;
    }
    .store-title {
      width: auto;
    }


  .store-contact-info-store{
    width: 100%;
   
  }
  .view-on-map p{
  margin-bottom:10px;
  }
  .look-at-store {
    display: none;
    flex-direction: column;
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: all;
    z-index: 55;
    background-color: #fff;
    top: 0;
    left:0;
    border-radius: 0;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .your-store-details {
    width: 97%;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 4% 1% 4% 3%;
    position: relative;
    top: 5%;
    background: white;
    z-index: 2;
  }
  .all-store-images {
    width: 95%;
    height: 70%;
    border-radius: 10px;
  }
  .all-store-details {
    margin-top: 1%;
    height: 50%;
    display: flex;
    padding-left: 3%;
    flex-direction: column;
    align-items: flex-start;
  }
  .close-store-details {
    height: 40px;
    width: 40px;
    position: absolute;
    display: flex;
    background: beige;
    z-index: 1;
    margin-right: 4%;
    margin-top: 2%;
    right: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .your-store-name, .store-review-store, .your-store-adress {
    padding: 0 0;
  }
  .store-contact-info-store{
    padding: 2% 0;
  }
  .call-us-store svg {
    height: 15px;
    width: 15px;
  }
  .call-us-store p {
    margin: 0;
    color: #363535;
    font-family: Lato Regular;
    font-size: 14px;
  }
  .view-on-map-store svg {
    height: 15px;
    width: 15px;
  }
  .view-on-map-store p {
    margin: 0;
    color: #363535;
    font-family: Lato Regular;
    font-size: 14px;
  }
    
  .reviews-by-user.swiper-slide {
    display: flex;
    height: 100%;
    border-radius: 10px ;
    background-color: #f0e7da;
  }
}

@media (min-width: 429px){
    
  .all-store-details {
    margin-bottom:20px;
  }
  .share_test {
      display: block;
  }
  .sharing_test_right{
    display: none;
  }
}

@media (max-width: 429px){
    .share_test {
      display: none;
  }
  .sharing_test_right{
    display: block;
  }

.sharing_test {
    display: flex;
    align-content: flex-end;
    gap: 20%;
    width: 100%;
    margin-top: 4%;
}
  
  .call_test {
    width: 100%;
    height: 40px;
    border-radius: 30px;
    border: 1px #363535 solid;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
  .map_test {
    width: 150%;
    gap: 3%;
    height: 40px;
    border-radius: 30px;
    border: 1px #363535 solid;
    display: flex;
    justify-content: center;
    align-items: center;
}
  .your-store-details .share-button__button{justify-content:right}
  .store-item{
    
    height:430px;
    }
}
.your-store-details{
  margin-bottom:0px;
}
.your-store-details{
  margin-bottom:0px;
}



  @media (min-width: 428px) and (max-width: 650px){
    .store-item{
    width: 310px;
    height:430px;
    }
    
    
     #store-locator-main{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 30px;
       margin-top: 5%;
  }
    .store-title {
    margin: 18px 0 8px;
    width: auto;
    height: auto;
  }
  
    .store-contact-info-store{
          width: 100%;
    }
    .look-at-store {
      display: none;
      flex-direction: column;
      position: fixed;
      width: 100%;
      height: 100%;
      pointer-events: all;
      z-index: 55;
      background-color: #fff;
      top: 0;
      left:0;
      border-radius: 0;
      overflow-y: scroll;
      overflow-x: hidden;
  }
    .your-store-details {
    width: 97%;
    
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 4% 1% 4% 3%;
    position: unset;
    top: 5%;
    background: white;
    z-index: 2;
}
    .all-store-images {
    width: 95%;
    height: 50%;
    border-radius: 10px;
}
    .all-store-details {
    margin-top: 1%;
    height: 50%;
    display: flex;
    padding-left: 3%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom:0px;
}
    .close-store-details {
        height: 40px;
    width: 40px;
    position: absolute;
    display: flex;
    background: beige;
    z-index: 1;
    margin-right: 4%;
    margin-top: 2%;
    right: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
    .your-store-name, .store-review-store, .your-store-adress {
    padding: 0 0;
  }
    .store-contact-info-store{
      padding: 2% 0;
    }
    .call-us-store svg {
    height: 15px;
    width: 15px;
  }
    .call-us-store p {
    margin: 0;
    color: #363535;
    font-family: Lato Regular;
    font-size: 14px;
}
    .view-on-map-store svg {
    height: 15px;
    width: 15px;
  }
    .view-on-map-store p {
    margin: 0;
    color: #363535;
    font-family: Lato Regular;
    font-size: 14px;
}
    
    .reviews-by-user.swiper-slide {
      display: flex;
      height: 100%;
      
      border-radius: 10px ;
      background-color: #f0e7da;
  }
   
}


  @media(max-width:600px){
    .city-accordion{
      width:100%;
    }
    .city-accordion img{
      width:15px;
      height:15px;
      padding:3px;
    }
    .store-view p{
      font-size: 12px;
    }
    .open-or-closed p{
      font-size: 12px;
    }
    .from-and-to p{
      font-size: 12px;
    }
    .store-title p{
      font-size: 18px;
    }
    .store-review p{
      font-size: 14px;
    }
    .call-us p{
      font-size: 12px;
    }
    .view-on-map p{
      font-size: 12px;
    }
    .store-view{
      height: 35px;
      width: 100%;
      margin-top: 5px;
    }
    .store-item {
      width: 353px;
      min-height: 450px;
    }
    .store-item-media{
      height: 53.5%;
    }
    .store-item-description {
      margin: 3px 4%;
    }
    #store-locator-main{
      width: 100%;
      margin: 40px auto;
      grid-template-columns: auto;
    }
    .select-your-city {
      width: 100%;
      margin: 35px auto 20px auto;
    }
    .store-name-acc{
      font-size: 20px;
    }
    
  }

  @media(max-width:429px){
.testing_share{
  display: none;
}
 
    .call-us p, .view-on-map p {
    font-size: 14px;
}
     #store-locator-main{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 30px;
       margin-top: 5%;
  }
    .store-title {
    margin: 0px 0 8px;
    width: auto;
    height: auto;
  }
    .look-at-store {
      display: none;
      flex-direction: column;
      position: fixed;
      width: 100%;
      height: 100%;
      pointer-events: all;
      z-index: 55;
      background-color: #fff;
      top: 0;
      left:0;
      border-radius: 0;
      overflow-y: scroll;
      overflow-x: hidden;
  }
    .your-store-details {
    width: 97%;
    
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 4% 1% 4% 3%;
    position: unset;
    top: 5%;
    background: white;
    z-index: 2;
    margin-bottom:0px;
}
    .all-store-images {
    width: 95%;
    height: 50%;
    border-radius: 10px;
}
    .all-store-details {
    margin-top: 1%;
    height: auto;
    display: flex;
    padding-left: 3%;
    flex-direction: column;
    align-items: flex-start;
}
    .close-store-details {
        height: 40px;
    width: 40px;
    position: absolute;
    display: flex;
    background: beige;
    z-index: 1;
    margin-right: 4%;
    margin-top: 2%;
    right: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
    .your-store-name, .store-review-store, .your-store-adress {
    padding: 0 0;
  }
    .store-contact-info-store{
      padding: 2% 0;
      width: 73%;
    }
    .call-us-store svg {
    height: 15px;
    width: 15px;
  }
    .call-us-store p {
    margin: 0;
    color: #363535;
    font-family: Lato Regular;
    font-size: 14px;
}
    .view-on-map-store svg {
    height: 15px;
    width: 15px;
  }
    .view-on-map-store p {
    margin: 0;
    color: #363535;
    font-family: Lato Regular;
    font-size: 14px;
}
    .your-store-name p{
      font-size: 18px;
    }
    
    .reviews-by-user.swiper-slide {
      display: flex;
      
      height: 100%;
      border-radius: 10px ;
      background-color: #f0e7da;
  }
    
    
  }
  
  @media(max-width:392px){
    .store-item {
      width: 310px;
      min-height: 420px;
    }
    .store-contact-info-store {
      padding: 2% 0;
      width: 85%;
    }
    .your-store-details{
      
      margin-bottom:0px;
    }
    .call-us-store p {
      margin: 0;
      color: #363535;
      font-family: Lato Regular;
      font-size: 12px;
    }

    .view-on-map-store p {
      margin: 0;
      color: #363535;
      font-family: Lato Regular;
      font-size: 12px;
  }
    .store-title {
      margin: 8px 0 8px;
    }
    

  }
  @media (max-width: 1300px) and (min-width:1150px){

    div#store-locator-main, .noStoreError{
      padding-left:100px;
    }
  }
  .your-store-details{
  height:auto;
  min-height:unset;
  margin-bottom:30px;
  } 
 
  .your-store-details{
    min-height 450px;
    max-height:500px;
  }
