.modal-backdrop {
    z-index: 99999;
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

.modal {
    z-index: 9999999 !important;
}

#popup {
    outline: 0 !important;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -307px;
    overflow: auto;
    width: 600px;
    height: 400px;
    background-color: white;
    border: 7px solid #999;
    border: 7px solid rgba(255, 255, 255, 0.1);

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2), 0px -1px 0px -1px rgba(255, 255, 255, 0.3), 0px 1px 0px -1px rgba(0, 0, 0, 0.3);

    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

#popup .close {
    font-size: 20px;

    /* margin:10px 15px 0 0; */

    position: absolute;
    top: 10px;
    right: 15px;

    opacity: 1.0;
    filter: alpha(opacity = 100);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.10) !important;
}

#popup .close:hover {
    background-color: transparent;
    opacity: 0.6;
}

#popup .modal-body {
    padding: 0;
    height: 400px;
    max-height: 400px;
}

.popupimage {
    width: 600px;
    height: 400px;
}

.giftcard-link {
    display: block;
    width: 600px;
    position: absolute;
    top: 183px;
    left: 0px;
    height: 163px;
}

#popup .code {
    position: absolute;
    bottom: 75px;
    right: 100px;
    border: none;
    background: transparent;
    font-size: 24px;
    color: white;
    outline: 0;
    height: 36px;
    width: 119px;
    -webkit-box-shadow: 0px 0px 0px #fff;
    -moz-box-shadow: 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px #fff;
    cursor: text;
}

#popup .code:hover, #popup .code:active {
    border: none;
    -webkit-box-shadow: 0px 0px 0px #fff;
    -moz-box-shadow: 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px #fff;
    outline: 0;
}

/*** BUTTON ***/

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: #ec008c;
    position: relative;
    color: #fff;
    display: inline-block;
    color: #fff;
    font-size: 1.063em;
    color: #fff !important;
    font-weight: bold !important;
    border: none;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    padding: 16px 55px;
    text-transform: uppercase;
    font-family: "futura-pt", arial, sans-serif;
    margin: 0;
    cursor: pointer;

}

.button::after {
    display: block;
    z-index: -1;
    position: absolute;
    background: transparent;
    width: 75%;
    height: 99%;
    content: '';
    right: 7px;
    bottom: 10px;
    -webkit-transform: skew(6deg) rotate(3deg);
    -webkit-box-shadow: 8px 11px 10px rgba(0, 0, 0, 0.3);
    -moz-transform: skew(15deg) rotate(5deg);
    -moz-box-shadow: 8px 11px 10px rgba(0, 0, 0, 0.3);
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background: #f50894;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "futura-pt", arial, sans-serif;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    background: #BD0166;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "futura-pt", arial, sans-serif;
}