.hc-localstore-popup{
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    background: #00000052;
    z-index: 20000;
}

.hc-local-popup{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    max-height: 80vh;
    transform: translate(-50%,-50%);
    width: 1400px;
    overflow: hidden;
    background: #ffffff;
    padding: 30px;

}

.hc-localstore-shops{
  height: 100%;
  max-height: calc(80vh - 200px);
  overflow-y: auto;
  margin-bottom: 30px;
  padding-right: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  column-gap: 20px;
}

.localstore-button{
    display: flex;
    font-weight: bold;
    align-items: center;
    cursor: pointer;
    margin: 20px 0px;
    transition: 0.3s all;
    font-size: 14px;
    color: #049f00;

}

.localstore-button::before{
  font-family: organique-ico !important;
  font-size: 31px;
  color: #fff;
  left: 30px;
  top: 13px;
  content: "";
  height: 20px;
  display: block;
  color: #000000;
}

.localstore-button:hover{
    opacity: 0.7;
}

.hc-local-active{
    display: block !important;
}

.hc-local-close{
    display: flex;
    position: absolute;
    top: 20px;
    cursor: pointer;
    right: 20px;
    font-size: 21px;
    border: 1px solid #000000;
    width: 30px;
    height: 30px;
    transition: 0.3s all;
    justify-content: center;
    align-items: center;
    padding-bottom: 6px;
}


.hc-local-close:hover{
    opacity: 0.7;
}

.search-title{
    font-size: 19px;
    font-weight: bold;
    margin: 20px 0px;
}

.hc-localstore-search{
    width: 100%;
    margin: 20px 0px;
    height: 38px;
    border: 1px solid #000000;
    padding: 10px;
}

.hc-localstore-shop{
    display: block;
    border: 1px solid #000000;
    padding: 20px;
}

.localstore-button img{
    margin-right: 5px;
}

.hc-shop-address-content{
    height: 0px;
    overflow: hidden;
    opacity: 0;
    margin-top: 20px;
}

.hc-localstore-name{
    font-size: 16px;
    font-weight: bold;
}

.hc-localstore-button{
    width: fit-content;
    min-height: 60px;
    background-color: #d7ede9;
    border: 0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #595959;
    position: relative;
    font-size: 16px;
    font-family: "bodoni_antiquaregular";
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-top: 20px;
    padding: 0px 20px;
}

.hc-localstore-button:hover{
    opacity: 0.7;
}

.localstore-quantity-low{
    color: #f16027;
}

.localstore-quantity-normal{
    color: #049f00;
}


.localstore-arrow {
    border: solid #349d1b;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    transition: 0.3s all;
    width: 5px;
    height: 5px;
  }


  .hac-arrow-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .hc-arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }


  .hc-shop-button{
    display: flex;
    align-items: center;
    cursor: pointer;
    column-gap: 10px;
    row-gap: 10px;
    font-weight: bold;
    transition: 0.3s all;
    color: #349d1b;
  }

  .hc-shop-button:hover{
    opacity: 0.7;
  }



 .hc-shop-address-active .hc-shop-address-content{
    height: fit-content;
    overflow: visible;
    opacity: 1 !important;
 }

 .hc-shop-address-active .hc-shop-button .localstore-arrow{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
 }


/* width */
.hc-localstore-shops::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
.hc-localstore-shops::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
.hc-localstore-shops::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
.hc-localstore-shops::-webkit-scrollbar-thumb:hover {
    background: #555;
  }



  @media only screen and (max-width: 1500px) {
    .hc-local-popup{
      width: 1200px;
    }
  }

  @media only screen and (max-width: 1300px) {
    .hc-local-popup{
      width: 90% !important;
    }
  }

  @media only screen and (max-width: 769px) {
    .hc-localstore-shops{
      max-height: calc(80vh - 230px);
      grid-template-columns: 1fr;
    }

    .search-title{
      padding-top: 30px;
    }
  }



  @media only screen and (max-width: 500px) {
    .hc-localstore-shops{
      max-height: calc(80vh - 250px);
    }
  }

.hc-localstore-product-notavaible{
  display: none;
}

.hc-localstore-notavailbe  .hc-localstore-product-notavaible{
  display: block;
}


.hc-localstore-notavailbe .hc-localstore-button{
    display: none !important;
  }



