
/* The Modal (background) */
.sc-buy-now-modal {
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-overflow-scrolling: touch;
}

/* Modal Content */
.sc-buy-now-modal-content {
    background-color: rgba(0,0,0,0.6);
    margin: 200px auto;
    padding-top: 15px;
    border: 0px solid #888;
    width: 50%;
    height: 75%;
    min-width: 300px;
    min-height: 500px;
    max-width: 600px;
}

.sc-buy-now-canvas-menu-bar {
    height: 40px;
    color: white;
}

.sc_buy_now_canvas .app-shopper-choice .wrapper .container {
    max-width: none;
}

.sc-buy-now-canvas-iframe {
    height: 125%;
    width: 100%;
}

/* The Close Button */
.sc-buy-now-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -1px;
}

.sc-buy-now-close:hover,
.sc-buy-now-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.sc-buy-now-lightbox-active {
    overflow:hidden
}