.badPopupnewsletter-i .close {
    background: var(--theme-custom-color) url(../img/icon_close.png) no-repeat scroll center center;
    color: #fff;
    font-size: 0;
    height: 30px;
    opacity: 1;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    background-size: 16px;
    width: 30px;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.badPopupnewsletter-i .close:hover {
    opacity: 0.6;
}
.badnewsletterp-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.badnewsletterpopup {
    position: relative;
    background-color: #f6f6f6;
    border-radius: 5px;
    width: 100%}
#newsletter_block_popup {
    bottom: 0;
    left: 0;
    margin-left: 50%;
    padding: 60px 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
#newsletter_block_popup .block_content .newsletter_title h3 {
    color: #333;
    font-size: 36px;
    line-height: 1;
    margin: 0 0 25px;
    text-transform: none;
}
#newsletter_block_popup .block_content .badContent {
    color: #666;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}
#newsletter_block_popup .block_content .badContent p {
    margin: 0;
}
#newsletter_block_popup .block_content .badAlert {
    color: #b11e22;
    font-size: 14px;
}
#newsletter_block_popup .block_content .inputNew {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    width: 90%;
    margin-bottom: 30px;
}
#newsletter_block_popup .block_content .badnewsletter-popup-send-reqest {
    background: #b11e22 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 30px;
    padding: 0 30px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#newsletter_block_popup .block_content .badnewsletter-popup-send-reqest:hover {
    background-color: #333;
}
#newsletter_block_popup .newsletter_block_popup-bottom {
    display: inline-block;
}
#newsletter_block_popup .newsletter_block_popup-bottom .subscribe-bottom {
    display: inline;
    float: left;
    line-height: 25px;
    margin-right: 5px;
}
#newsletter_block_popup .newsletter_block_popup-bottom .bad-newsletter-dont-show-again {
    color: #666;
    font-size: 14px;
    font-style: italic;
    line-height: 25px;
    margin: 0;
}
.badPopupnewsletter-i {
    margin: auto;
    max-width: 420px;
    height: auto;
    top: 50%;
    bottom: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    position: relative;
    left: 0;
    right: 0;
    padding:15px;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}
.badnewsletter-popup-content-images img {
    width: 100%
}
.badnewsletter-popup-block {
    border: 3px solid #ffffff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15);
    background-color: #ffffff;
}
.badnewsletter-popup-content-title {
    padding: 30px;
    text-align: left;
}
.badnewsletter-popup-content-title .newsletter_title {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.badnewsletter-popup-content-title .badContent h4 {
    display: none;
}
.badnewsletter-popup-content-title .badContent p {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    line-height: 24px;
}
.badnewsletter-popup-content-title .badContent {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.badnewsletterp-popup input {
    border: 1px solid #ccc;
    height: 40px;
    padding: 5px 15px;
    width: 100%;
    background-color: #ffffff;
    font-size: 14px;
    outline: none;
    box-shadow: none;
}
.badnewsletterp-popup button {
    border: none;
    height: 40px;
    cursor: pointer;
    padding: 10px 20px;
    line-height: 20px;
    background-color: var(--theme-custom-color);
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    transition: all 0.5s ease;
}
.badnewsletterp-popup button:hover {
    color: var(--theme-custom-color);
    background-color: #fff;
    box-shadow: 0 0 30px 0 #e1e1e1;
}
.badnewsletter-popup-bottom {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.badnewsletter-popup-bottom label {
    margin-bottom: 0;
    margin-left: 5px;
    text-align: left;
    font-size: 13px;
    color: #777777;
}
.badnewsletter-popup-checkbox {
    height: 13px;
}
.badAlert {
    font-size: 14px;
    color: #27a74f;
    padding-bottom: 10px;
}
@media(max-width:991px) {
    .badnewsletter-popup-content-title .badContent p {
        font-size: 13px;
    }
}
@media(max-width:767px) {
    .badnewsletter-popup-content-title {
        padding: 15px;
    }
    .badnewsletter-popup-content-title .newsletter_title {
        font-size: 20px;
    }
}
@media(max-width:480px) {
    .badnewsletterp-popup input {
        width: 63%
    }
    .badPopupnewsletter-i .close {
        right: 15px;
        top: -15px;
    }
}
@media(max-width: 375px){
    .badnewsletterp-popup input {
        height: 36px;
    }
    .badnewsletterp-popup button {
        padding: 10px;
        font-size: 13px;
        height: 36px;
        line-height: 16px;
    }
}