/* BASIC css start */
#MAKESHOPLY0,
#MAKESHOPLY1,
#MAKESHOPLY2,
#MAKESHOPLY3,
#MAKESHOPLY4,
#MAKESHOPLY5,
#MAKESHOPLY6,
#MAKESHOPLY7,
#MAKESHOPLY8,
#MAKESHOPLY9,
#MAKESHOPLY10 {
    z-index: 999999 !important;
    position: fixed !important;
    width: 600px !important;
    height: 800px !important;
    overflow: hidden !important;
    box-shadow: 2px 2px 10px #00000040 !important;
    background: #fff !important;

    /* top: 5rem !important;
    left: 0 !important;
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important; */

    left: 3rem !important;
    top: 5rem !important;
    border-radius: 2rem !important;
}
.event_inner {
    width: 100%;
    height: 100%;
}
.popup_imgWrapper {
    width: 100%;
    height: 100%;
}
.popup_imgWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.popup_closeBtn {
    position: absolute;
    z-index: 10;
    top: 1rem;

    right: 1.5rem;
    /* right: 50%;
    transform: translate(50%); */
    width: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0px 0px 5px #00000030;
}

.popup_closeBtn:hover {
    background: #000;
    color: #fff;
    transition: 0.3s;
}

.popup_shownomore {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    width: 18rem;
    height: 2.5rem;
    background: #fff;
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
    box-shadow: 0px 0px 5px #00000030;
}

/* BASIC css end */

