#inshopy-popup{
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0,0,0,.55);
display:flex;
justify-content:center;
align-items:center;
z-index:999999;
}

#inshopy-box{
background:#fff;
width:400px;
padding:25px;
border-radius:15px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,.25);
}

#inshopy-map{
height:250px;
border-radius:10px;
margin-bottom:15px;
overflow:hidden;
}

#inshopy-btn{
width:100%;
padding:14px;
border:none;
border-radius:10px;
background:#0d6efd;
color:#fff;
font-size:16px;
cursor:pointer;
}


#inshopy-box{
    position:relative;
}

#inshopy-close{

position:absolute;

top:12px;

right:12px;

width:34px;

height:34px;

border:none;

border-radius:50%;

background:#f3f3f3;

cursor:pointer;

font-size:18px;

font-weight:bold;

transition:.3s;

}

#inshopy-close:hover{

background:#ff4d4d;

color:#fff;

}