#popup_main_window
{
    position:fixed;
    z-index: 9999;
    top: 5%;
    left: 20%;
    display: none;
    width: 80%;
    margin: 0 auto;
}

    #loading_image
    {
        position: static;
        height: 100%;
        width: 100%;
    }
    
    
    #loading
    {
        display: none;
        height: 60px;
        margin-left: 45%;
        margin-top: .5%;
        width: 60px;
    }

#coupon-area{
    text-align: center;
    position:relative;
    width: 100%;
    display: none;
}
#show-coupon{
/*    border: 1px dashed #1193D6;
    color: #1193D6;
    background: #d3eaf6;
    width:43%;
    padding:20px;
    font-size: 42px;
    margin-left: 30%;
    margin-top: 3%;*/
    
    border: 1px dashed #1193D6;
    color: #1193D6;
    background: #d3eaf6;
    width: 43%;
    padding: 1%;
    font-size: 1.5em;
    margin-left: 30%;
    margin-top: 3%;
}
.success-msgs{
    line-height: 1;
    background: #4caf50;
    font-size: 18px;
    padding: 20px;
    color: white;
}
#error-title{
/*    font-size: 50px;
    color: #ee504d;*/

    font-size: 2.5em;
    color: #ee504d;
}
#error-text{
/*    font-size: 20px;
    margin-top: 10px;*/
    font-size: 1.5em;
    margin-top: 5%;
}
#error-popup{

    position: absolute;
    height: 30%;
    width: 30%;
    text-align: center;
    background: #efefef;
    border: #ff0000 dashed 2px;
    top: 0%;
    left: 22%;
    display: none;

}
.bottomtext{
    cursor: pointer;
}
#popup_preview{
    
    max-height: 50%;
    padding: 3%;
    width: 75%;
    background-color: #fbfbfb;
    background-repeat: no-repeat;
    background-size: cover;
    border: 8px dashed #d8d8d8;
}

.discount_title{
    
    border: none;
    width: 100%;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: -3%;
}

.discount_text{

    border: none;
    width: 100%;
    font-size: 1.5em;
    text-align: center;
}
.discount_information{
    margin-top: 5%;
    line-height: 1.5;
    margin-bottom: 4%;
}

.bottomtext{
    color: #717171;
    border-bottom: 1px dotted;
    left: 46%;
    text-align: center;
    font-style: italic;
    position: relative;
    display:inline;
}
.site-logo-popup{
    padding-left: 27%;
}
.textfieldbutton{
    margin-left: 8%
}
.emailfield{

    border: 4px solid #ccc;
    font-style: italic;
    text-align: center;
    font-size: 200%;
    width: 85% !important;
    height: 2.3215em !important;
    border-radius: 8px;
}
.newbutton{

    border: none;
    font-size: 2em;
    width: 85%;
    height: 2.3215em;
    border-radius: 8px;
    color: #ffffff;
    background-color: #ee5252;
    margin-top: 5px;
    opacity: 1;
    box-shadow: #000000 -1px 1px 5px;
}
.newbutton:hover{
    box-shadow: none;
}

.popup-main-title{
    font-size:55px;
    text-align: center;
    margin-top: 3%;
}
.black_overlay {
    background-color: #000;
    display: none;
    height: 1000%; 
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

/* Close Icon */
.rm_popup_close_icon {
    cursor: pointer;
    background: url('img/white.png') no-repeat transparent 0 0;
    background-color: #d3593d;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    margin-right: 25%;
    margin-top: 0%;
}

.rm_popup_close_icon:hover
{
    background-color: #cf1324;
}


@media (max-width:320px) {
    
    .discount_title
    {
        border: none;
        width: 100%;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        margin-bottom: -3%;
    }
    .discount_text{
        font-size:9px;
    }
    
    #loading_button
    {
        position: absolute;
        height: 10%;
        left: 34%;
        top: 63%;
        width: 10%;
    }
    
    #loading_image
    {
        height: 100%;
        width: 100%;
        position: static;
    }
    
    
    #loading
    {
        display: none;
        width: 20px;
        height: 20px;
        margin-left: 41%;
        margin-top: 2%;
    }
    
    .emailfield
    {
        border: 0px solid #ccc;
        font-style: italic;
        text-align: center;
        font-size: 40%;
        width: 85% !important;
        height: 4.322em !important;
        border-radius: 3px;
    }
    .newbutton
    {
        border: none;
        font-size: .5em;
        width: 85%;
        height: 3.322em;
        border-radius: 2px;
        margin-top: 5px;
        opacity: 1;
        box-shadow: #000000 -1px 1px 5px;
    }
    
    .bottomtext{
        top: -8%;
        font-size: 9px;
        left: 23%;
    }
    #error-title{
        font-size: 23px;
        color: #ee504d;
    }
    #error-text{
        font-size: 10px;
        margin-top: 6px;
    }
    #error-popup{
        position: absolute;
        height: 40%;
        width: 54%;
        text-align: center;
        padding: 10px;
        background: #E5E5E5;
        left: 11%;
    }
    #coupon-area{
        text-align: center;
        position: relative;
        width: 86%;
        left: 7%;
    }
    #show-coupon{
        border: 1px dashed #1193D6;
        color: #1193D6;
        background: #d3eaf6;
        width: 100%;
        padding: 3px;
        font-size: 10px;
        margin-left: 0;
        margin-top: 3%;

    }
    .success-msgs{
        background: #53b973;
        font-size: 7px;
        padding: 5px;
        color: white;

    }

}


@media (min-width: 320px) and  (max-width:480px) {

    
    .discount_title
    {
        border: none;
        width: 100%;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: -3%;
    }
    .discount_text{
        border: none;
        width: 100%;
        text-align: center;
        font-size: 10px !important;
    }
    
    #loading_button
    {
        position: absolute;
        height: 10%;
        left: 34%;
        top: 63%;
        width: 10%;
    }
    
    #loading_image
    {
        height: 100%;
        width: 100%;
        position: static;
    }
    
    
    #loading
    {
        width: 30px;
        height: 30px;
        margin-left: 45%;
        margin-top: 1%;
    }
    
    .emailfield
    {
        border: 0px solid #ccc;
        font-style: italic;
        text-align: center;
        font-size: 10px !important;
        width: 85% !important;
        height: 35px !important;
        border-radius: 3px;
    }
    .newbutton
    {
        border: none;
        font-size: 10px;
        width: 85%;
        height: 35px;
        border-radius: 2px;
        margin-top: 5px;
        opacity: 1;
    }
    
    .bottomtext{
        top: -8%;
        font-size: 9px;
        left: 40%;
    }
    #error-title{
        font-size: 20px;
        color: #ee504d;
    }
    #error-text{
        font-size: 12px;
    }
    #error-popup{
        position: absolute;
        height: 32%;
        width: 40%;
        text-align: center;
        padding: 10px;
        background: #E5E5E5;
        left: 17%;
    }
    #coupon-area{
        text-align: center;
        position: relative;
        width: 86%;
        left: 7%;
    }
    #show-coupon
    {
        border: 1px dashed #1193D6;
        color: #1193D6;
        background: #d3eaf6;
        width: 100%;
        padding: 3px;
        font-size: 12px;
        margin-left: 0;
        margin-top: 3%;
        margin-bottom: -12%;
    }
    .success-msgs
    {
        background: #53b973;
        font-size: 12px;
        padding: 5px;
        color: white;
    }

}
    
@media (min-width: 480px) and  (max-width:768px) {
    .discount_title
    {
        border: none;
        width: 100%;
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        margin-bottom: -3%;
    }
    .discount_text{
        border: none;
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
    
    #loading_image
    {
        height: 100%;
        width: 100%;
        position: static;
    }
    
    
    #loading
    {
        width: 35px;
        height: 35px;
        margin-left: 43%;
        margin-top: 1.5%;
    }
    
    .emailfield
    {
        font-size: 18px;
        border: 3px solid #ccc;
        border-radius: 4px;
        margin-left: 8%;
        height: 45px !important;
    }
    .newbutton
    {
        border: none;
        font-size: 18px;
        width: 85%;
        height: 45px;
        border-radius: 2px;
        margin-top: 5px;
        opacity: 1;
    }
    
    .bottomtext{
        top: 0px;
        font-size: 14px;
        left: 40%;
    }
    #error-title{
        font-size: 35px;
        color: #ee504d;
    }
    #error-text{
        font-size: 15px;
        margin-top: 8px;
    }
    #error-popup{
        position: absolute;
        height: 35%;
        width: 40%;
        text-align: center;
        padding: 10px;
        background: #E5E5E5;
        top: 0%;
        left: 17%;
    }
    #coupon-area{
        text-align: center;
        position: relative;
        width: 86%;
        left: 7%;
    }
    #show-coupon
    {
        border: 1px dashed #1193D6;
        color: #1193D6;
        background: #d3eaf6;
        width: 100%;
        padding: 3px;
        font-size: 16px;
        margin-left: 0;
        margin-top: 3%;
        margin-bottom: 0;
    }
    .success-msgs
    {
        background: #53b973;
        font-size: 16px;
        padding: 5px;
        color: white;
    }


}
@media (min-width: 768px) and  (max-width:1024px) {
    
    .discount_title
    {
        border: none;
        width: 100%;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        margin-bottom: -4%;
        margin-top: 2%;
    }
    .discount_text{
        border: none;
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
    
    #loading_image
    {
        height: 100%;
        width: 100%;
        position: static;
    }
    
    
    #loading
    {
        width: 40px;
        height: 40px;
        margin-left: 45%;
        margin-top: 1.5%;
    }
    
    .emailfield
    {
        font-size: 24px;
        border: 3px solid #ccc;
        border-radius: 4px;
        margin-left: 7%;
        height: 50px !important;
    }
    .newbutton
    {
        border: none;
        font-size: 18px;
        width: 85%;
        height: 50px;
        border-radius: 2px;
        margin-top: 5px;
        opacity: 1;
        margin-left: 7%;
    }
    
    .bottomtext{
        top: 0px;
        font-size: 14px;
        left: 40%;
    }
    #error-title{
        font-size: 35px;
        color: #ee504d;
    }
    #error-text{
        font-size: 20px;
        margin-top: 8px;
    }
    #error-popup{
        position: absolute;
        height: 38%;
        width: 40%;
        text-align: center;
        padding: 10px;
        background: #E5E5E5;
        top: 0%;
        left: 17%;
    }
    #coupon-area{
        text-align: center;
        position: relative;
        width: 86%;
        left: 7%;
    }
    #show-coupon
    {
        border: 1px dashed #1193D6;
        color: #1193D6;
        background: #d3eaf6;
        width: 100%;
        padding: 3px;
        font-size: 18px;
        margin-left: 0;
        margin-top: 3%;
        margin-bottom: 0;
    }
    .success-msgs
    {
        background: #53b973;
        font-size: 18px;
        padding: 5px;
        color: white;
    }
    
}

@media (min-width: 768px)
{
    .discount_text
    {
        border: none;
        width: 100%;
        text-align: center;
        font-size: 20px;
    }
}