﻿.exit-intent-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5555;
    background: rgba(33, 33, 33, .8);
    transform: translateY(60%) scale(0);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1)
}

    .exit-intent-popup.visible {
        transform: translateY(0) scale(1)
    }

    .exit-intent-popup .newsletter {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

.eepop-content span {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size:13px;
}

.exit-intent-popup .newsletter {
    background: #fff;
    border-radius: 3px;
    max-width: 700px;
    width: 100%;
    top: 50%;
    align-items: center;
    padding: 40px 20px 40px 40px;
}

.eepop-img {
    width:30%;
    text-align:right;
}

.exit-intent-popup .newsletter {
    display: flex;
    justify-content: space-around;
}

.exit-intent-popup .close-it {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    font-size: 26px
}

.exit-intent-popup .eepop-content {
    width:61%;
    padding-right:20px;
}

    .exit-intent-popup .eepop-content h1 {
        font-family: Poppins;
        font-style: normal;
        font-weight: 800;
        font-size: 36px;
        line-height: 63px;
        display: block;
        color: #4B89E2;
    }

    .exit-intent-popup .eepop-content p {
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        font-size: 19px;
        line-height: 150%;
        display: block;
        color: #323234;
       /* padding: 0 35px*/
    }
        .exit-intent-popup .eepop-content p.small {
            font-size: 21px;
        }
    .exit-intent-popup .eepop-content b {
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 150%;
        color: #4B89E2;
    }
        /*.exit-intent-popup .eepop-content b span {
            font-size: 24px;
            position: initial;
            color: #4b89e2;
        }*/
    .exit-intent-popup .eepop-content a.ee-buynow {
        background: #4B89E2;
        border-radius: 7px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 32px;
        letter-spacing: .2px;
        display: inline-block !important;
        color: #fff;
        padding: 8px 15px;
        text-decoration: none;
        margin-top: 25px;
        margin-bottom: 20px;
        width: 215px;
        text-align: center;
    }

.closeIntent {
    cursor: pointer;
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/close.png");
    background-size: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 15px
}

@media screen and (max-width:767px) {
    .exit-intent-popup .newsletter {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }

    .eepop-img {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .exit-intent-popup .newsletter {
        transform: translate(-50%, 0)
    }

    .exit-intent-popup .newsletter {
        /*bottom: -20px;*/
        top: auto
    }
}

@media screen and (max-width:530px) {
    .exit-intent-popup .eepop-content p {
        font-size: 17px;
        line-height: 27px
    }

    .exit-intent-popup .eepop-content b {
        font-size: 17px;
        line-height: 26px
    }

    .exit-intent-popup .eepop-content a.ee-buynow {
        color: #fff;
        padding: 6px 40px;
        margin-top: 15px;
        font-size: 16px;
    }

    .eepop-img img {
        max-width: 100%;
        margin-bottom: 20px
    }
    .exit-intent-popup .eepop-content{width:100%;}

    .exit-intent-popup .eepop-content h1 {
        font-size: 44px;
        line-height: 46px
    }

    .exit-intent-popup .newsletter {
        padding: 40px 20px 40px;
        top: 10%;
    }

    .eepop-content span {
        position: relative;
        bottom: auto;
        left: auto;
        padding-top: 10px;
        text-align: center;
        display: block;
    }
}
