.shopkeeper-pop-up,
.hiddenbtn {
    display: none;
}

.shopkeeper-pop-up.show-popup {
    display: block;
}

.shopkeeper-pop-up .popup-container iframe {
    width: 100%;
    background: #fff;
}


/* .shopkeeper-pop-up.show-popup {
    position: fixed;
    top: 100px;
    width: 90%;
    z-index: 10000000;
    height: 90vh;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    left: 0px;
    right: 0px;
    margin: 0px auto;
} */


/* has */

.shopkeeper-pop-up.show-popup {
    position: fixed;
    top: 40px;
    width: 90%;
    z-index: 10000000;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 100px;
}


/* has */

.shopkeeper-pop-up.show-popup .popup-container {
    width: 100%;
}

.shopkeeper-popup-opened {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
}

.shopkeeper-close {
    position: relative;
}

.shopkeeper-close span {
    position: absolute;
    right: 35px;
    width: 25px;
    top: 48px;
    cursor: pointer;
    z-index: 9;
}


/* .shopkeeper-pop-up.show-popup .popup-container iframe {
    height: 90vh;
    position: relative;
    top: 36px;
    border-radius: 10px;
} */


/* has */

.shopkeeper-pop-up.show-popup .popup-container iframe {
    height: 80vh;
    position: relative;
    border-radius: 10px;
}

@media only screen and (min-width: 2000px) {
    .shopkeeper-pop-up.show-popup .popup-container iframe {
        height: 70vh !important;
    }
}

@media only screen and (min-width: 2400px) {
    .shopkeeper-pop-up.show-popup .popup-container iframe {
        height: 60vh;
    }
}


/* has */

.shopkeeper-popup-opened .product__media {
    background: transparent !important;
    border: 0px !important;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
    .shopkeeper-close span {
        position: absolute;
        right: 0px;
        width: 100%;
        z-index: 9999;
    }
    .shopkeeper-close span svg {
        width: 20px;
        float: right;
        position: relative;
        right: 41px;
    }
}


/* sm start*/

.shopkeeper-pop-up.show-popup .popup-container iframe {
    height: 95vh;
}

.shopkeeper-pop-up.show-popup .popup-container {
    width: 90%;
    margin: auto;
}

.shopkeeper-pop-up.show-popup {
    top: 0;
    background: #00000078;
    width: 100%;
}


/* end */