.shop-iframe-parent{
    display: none;
    background: rgba(0, 0, 0, 0.75);
    z-index: 500000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    right: 0;
    overflow: hidden;
    padding-top: 20px;
}

.shop-iframe-parent .close-besteron-window{
    position: fixed;
    right: 0;
    top: 0;
}

#shop-iframe{
    display: none;
    background: rgba(0, 0, 0, 0.75);
    z-index: 500000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    right: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

#shop-iframe.show{
    display: block;
}

.besteron-iframe {
    border: none;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    /*background-color: transparent;*/
    background-color: #fff;
    z-index: 12;
}