.modal_shop_popup{
  height: 100%;
  left: 0px;
  opacity: 1;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  
  
}

.modal_shop_popup.active{
  display: flex !important;
}

.modal_shop_popup .modal_container{
   position: fixed;
   width: 60%;
   background: #fff;
   padding-top: 72px;
   padding-right: 40px;
   padding-bottom: 72px;
   padding-left: 40px;
   border-radius: 40px;
   box-shadow: 0 0 50px rgb(0 0 0 / 50%);
}


.modal_shop_popup .modal_container a{
  text-decoration:underline;
  font-weight: 600;
}

.modal_shop_location_popup_close{
  margin-top:20px;
}
.modal_shop_location_popup_close a{
  text-decoration: none !important;
}

@media only screen and (max-width: 768px) {
  .modal_shop_popup .modal_container{
    width:90%;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;

  }
}