/*-------------------------------

	POPUP.CSS

-------------------------------*/

.popup_back {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.popup_cont {
    position: absolute;
    overflow: hidden;
    z-index: 10000;
}

.preloader {
    z-index: 101;
}

/*---------------------

	EDIT BELOW

*/

.popup_close {
    color: #888;
    cursor: pointer;
    position: absolute;
    /*padding: 5px;*/
    right: 10px;
    top: 5px;
    font-size: 40px;
    font-weight: bolder;
    line-height: 30px;
}

.popup_close:hover {
    color: #111;
}

.popup_back {
    cursor: pointer;
    background-color: #222;
}

div.popup {
    background: #fff;
    /*padding: 25px;*/
    box-shadow: 0 3px 10px #222;
}

.preloader {
    left: 50%;
    margin: -10px 0 0 -25px;
    position: fixed;
    top: 50%;
}

.digift_noScroll {
    overflow: hidden !important;
}

.popup_overlay {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    overflow-y: auto;
    z-index: 10000;
}

@media screen and (max-width: 640px) {
    .popup_cont {
        position: absolute;
        top: 0 !important;
    }
}

@media screen and (max-width: 540px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 440px) {
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
}