
.shop{
    background-color: #000;
display: none;
height: 2127px;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 10000;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
opacity: 0.2;
}

#shopping{
    padding-left: 74px;
/*background-color: white;*/
position: absolute;
display: none;
z-index: 10002;
width: 80%;
height: auto;
margin-top: 12%;
margin-right: 8%;
margin-left: 8%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
#loading_img{
    margin-top: 16%;
margin-left: 50%;
}
