@import url('https://fonts.googleapis.com/css?family=Viga');

.wigzo-animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}
em{
    font-style: italic !important;
}

@-webkit-keyframes wigzo-animation-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes wigzo-animation-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes wigzo-animation-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.wigzo-animation-fadeIn {
    -webkit-animation-name: wigzo-animation-fadeIn;
    -moz-animation-name: wigzo-animation-fadeIn;
    animation-name: wigzo-animation-fadeIn;
}

@-webkit-keyframes wigzo-animation-slideInLeft {
    0% {
        -ms-transform: translate3d(-100%,0,0);
        -webkit-transform: translate3d(-100%,0,0);
        -moz-transform: translate3d(-100%,0,0);
        -o-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible;
    }

    100% {
        -ms-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@-moz-keyframes wigzo-animation-slideInLeft {
    0% {
        -ms-transform: translate3d(-100%,0,0);
        -webkit-transform: translate3d(-100%,0,0);
        -moz-transform: translate3d(-100%,0,0);
        -o-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible;
    }

    100% {
        -ms-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes wigzo-animation-slideInLeft {
    0% {
        -ms-transform: translate3d(-100%,0,0);
        -webkit-transform: translate3d(-100%,0,0);
        -moz-transform: translate3d(-100%,0,0);
        -o-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible;
    }

    100% {
        -ms-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.wigzo-animation-slideInLeft {
    -webkit-animation-name: wigzo-animation-slideInLeft;
    -moz-animation-name: wigzo-animation-slideInLeft;
    animation-name: wigzo-animation-slideInLeft;
}

@-webkit-keyframes wigzo-animation-slideInUp {
    0% {
        -ms-transform: translate3d(0,100%,0);
        -webkit-transform: translate3d(0,100%,0);
        -moz-transform: translate3d(0,100%,0);
        -o-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible;
    }

    100% {
        -ms-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@-moz-keyframes wigzo-animation-slideInUp {
    0% {
        -ms-transform: translate3d(0,100%,0);
        -webkit-transform: translate3d(0,100%,0);
        -moz-transform: translate3d(0,100%,0);
        -o-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible;
    }

    100% {
        -ms-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes wigzo-animation-slideInUp {
    0% {
        -ms-transform: translate3d(0,100%,0);
        -webkit-transform: translate3d(0,100%,0);
        -moz-transform: translate3d(0,100%,0);
        -o-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible;
    }

    100% {
        -ms-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.wigzo-animation-slideInUp {
    -webkit-animation-name: wigzo-animation-slideInUp;
    -moz-animation-name: wigzo-animation-slideInUp;
    animation-name: wigzo-animation-slideInUp;
}

@-webkit-keyframes wigzo-animation-swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        -ms-transform: rotate3d(0,0,1,15deg);
        -moz-transform: rotate3d(0,0,1,15deg);
        -o-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg);
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        -ms-transform: rotate3d(0,0,1,-10deg);
        -moz-transform: rotate3d(0,0,1,-10deg);
        -o-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg);
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        -ms-transform: rotate3d(0,0,1,5deg);
        -moz-transform: rotate3d(0,0,1,5deg);
        -o-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg);
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        -ms-transform: rotate3d(0,0,1,-5deg);
        -moz-transform: rotate3d(0,0,1,-5deg);
        -o-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg);
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        -ms-transform: rotate3d(0,0,1,0deg);
        -moz-transform: rotate3d(0,0,1,0deg);
        -o-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}

@-moz-keyframes wigzo-animation-swing {
    20% {
        -moz-transform: rotate3d(0,0,1,15deg);
        -ms-transform: rotate3d(0,0,1,15deg);
        -moz-transform: rotate3d(0,0,1,15deg);
        -o-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg);
    }

    40% {
        -moz-transform: rotate3d(0,0,1,-10deg);
        -ms-transform: rotate3d(0,0,1,-10deg);
        -moz-transform: rotate3d(0,0,1,-10deg);
        -o-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg);
    }

    60% {
        -moz-transform: rotate3d(0,0,1,5deg);
        -ms-transform: rotate3d(0,0,1,5deg);
        -moz-transform: rotate3d(0,0,1,5deg);
        -o-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg);
    }

    80% {
        -moz-transform: rotate3d(0,0,1,-5deg);
        -ms-transform: rotate3d(0,0,1,-5deg);
        -moz-transform: rotate3d(0,0,1,-5deg);
        -o-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg);
    }

    100% {
        -moz-transform: rotate3d(0,0,1,0deg);
        -ms-transform: rotate3d(0,0,1,0deg);
        -moz-transform: rotate3d(0,0,1,0deg);
        -o-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}

@keyframes wigzo-animation-swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        -ms-transform: rotate3d(0,0,1,15deg);
        -moz-transform: rotate3d(0,0,1,15deg);
        -o-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg);
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        -ms-transform: rotate3d(0,0,1,-10deg);
        -moz-transform: rotate3d(0,0,1,-10deg);
        -o-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg);
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        -ms-transform: rotate3d(0,0,1,5deg);
        -moz-transform: rotate3d(0,0,1,5deg);
        -o-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg);
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        -ms-transform: rotate3d(0,0,1,-5deg);
        -moz-transform: rotate3d(0,0,1,-5deg);
        -o-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg);
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        -ms-transform: rotate3d(0,0,1,0deg);
        -moz-transform: rotate3d(0,0,1,0deg);
        -o-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}

.wigzo-animation-swing {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: wigzo-animation-swing;
    -moz-animation-name: wigzo-animation-swing;
    animation-name: wigzo-animation-swing;
}

@-webkit-keyframes wigzo-animation-shake {
    0%,100% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        -ms-transform: translate3d(-10px,0,0);
        -moz-transform: translate3d(-10px,0,0);
        -o-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        -ms-transform: translate3d(10px,0,0);
        -moz-transform: translate3d(10px,0,0);
        -o-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
}

@-moz-keyframes wigzo-animation-shake {
    0%,100% {
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    10%,30%,50%,70%,90% {
        -moz-transform: translate3d(-10px,0,0);
        -ms-transform: translate3d(-10px,0,0);
        -moz-transform: translate3d(-10px,0,0);
        -o-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    20%,40%,60%,80% {
        -moz-transform: translate3d(10px,0,0);
        -ms-transform: translate3d(10px,0,0);
        -moz-transform: translate3d(10px,0,0);
        -o-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
}

@keyframes wigzo-animation-shake {
    0%,100% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        -ms-transform: translate3d(-10px,0,0);
        -moz-transform: translate3d(-10px,0,0);
        -o-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        -ms-transform: translate3d(10px,0,0);
        -moz-transform: translate3d(10px,0,0);
        -o-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
}

.wigzo-animation-shake {
    -webkit-animation-name: wigzo-animation-shake;
    -moz-animation-name: wigzo-animation-shake;
    animation-name: wigzo-animation-shake;
}

@-webkit-keyframes wigzo-animation-blur {
    0% {
        -webkit-filter: blur(2px);
    }

    100% {
        -webkit-filter: blur(0px);
    }
}

@-moz-keyframes wigzo-animation-blur {
    0% {
        -moz-filter: blur(2px);
    }

    100% {
        -moz-filter: blur(0px);
    }
}

@keyframes wigzo-animation-blur {
    0% {
        filter: blur(2px);
    }

    100% {
        filter: blur(0px);
    }
}

.wigzo-animation-blur {
    -webkit-animation-name: wigzo-animation-blur;
    -moz-animation-name: wigzo-animation-blur;
    animation-name: wigzo-animation-blur;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
}
.dialog-branding-text{
    display: flex;
    align-items: center;
    justify-content: center;
}

.wigzo-consent-text {
    padding: 10px 0;
    width: 100%;
    position: relative;
    font-size: 7px !important;
    color: #999999 !important;
    text-align: center;
}
#exit-intent-tempalte19 #wigzoInnerHolder span#closeWigzo:after{
    color: #000;
}
.exit-intent19 {
    background-color: #ffffff;
}
#exit-intent-tempalte.exit-intent-mini-tempalte {
    background: transparent;
    font-family: 'Open Sans',Helvetica Nueue,Helvetica,Arial,Times,sans-serif;
    color: #000;
    position: fixed;
    min-height: 350px;
    max-width: 300px;
    width: 100%;
    z-index: 9346262749;
    overflow: visible;
}

#exit-intent-tempalte.exit-intent-mini-tempalte .wigzo-close-1-img {
    position: absolute;
    top: -10px;
    right: -10px;
    text-decoration: none!important;
    display: block;
    width: 25px;
    height: 25px;
    background: url("close.png") no-repeat scroll 0 0;
    z-index: 934626275;
    background-size: contain;
}

#exit-intent-tempalte.exit-intent-mini-tempalte .wigzo-close-2-icon {
    width: 20px;
    height: 20px;
    right: 25px;
    cursor: pointer;
    position: absolute;
    top: 25px;
    display: block;
    text-align: center;
    z-index: 999999999;
}

#exit-intent-tempalte.exit-intent-mini-tempalte .wigzo-close-2-icon:before {
    display: inline-block;
    content: "\00d7";
    float: right;
    color: #000;
    font-size: 30px;
    line-height: 20px;
}

#exit-intent-tempalte.exit-intent-mini-tempalte .exit-intent-tempalte {
    display: inline-table;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 934626274;
    min-height: 350px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

#exit-intent-tempalte.exit-intent-mini-tempalte div.wigzo-close-link {
    color: #fff;
    font-size: 15px;
    display: block;
    font-weight: 100;
    cursor: pointer;
    text-align: center;
    margin: 10px auto;
    padding: 0 20px;
}

.wigzo-overlay-container {
    position: fixed;
    z-index: 934626274;
    top: 0px;
    left: 0px;
    zoom:1;width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: auto;
    background: rgba(0,0,0,.7);
    opacity: 1;
}

.exit-intent-tempalte.language-handler,#wigzonotify-bottom-right-exitintent.language-handler {
    display: none;
}

.full-page-exit-intent-wigzo {
    position: fixed;
    z-index: 9346262749;
    top: 0px;
    left: 0px;
    zoom:1;width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: auto;
    background: rgba(199,43,44,0.9);
    opacity: 1;
}

#exit-intent-tempalte {
    background: transparent;
    font-family: 'Open Sans',Helvetica Nueue,Helvetica,Arial,Times,sans-serif;
    color: #000;
    position: fixed;
    min-height: 175px;
    max-width: 700px;
    width: 100%;
    z-index: 9346262749;
    overflow: visible;
    display: none;
}
.exit-intent-tempalte22 {
    background: transparent;
    font-family: 'Open Sans',Helvetica Nueue,Helvetica,Arial,Times,sans-serif;
    color: #000;
    position: fixed;
    min-height: 175px;
    max-width: 700px;
    width: 100%;
    z-index: 9346262749;
    overflow: visible;
    /*display: none;*/
}
#exit-intent-tempalte13 .exit-intent-banner #fortuneWheel {
    width: 100%;
    height: 550px;
}

#exit-intent-tempalte.border-modal {
    border: 7px solid #777;
}

#exit-intent-tempalte.border-modal1 {
    border: 3px solid #fff;
}

#exit-intent-tempalte .border-modal5 {
    border: 3px dashed #ff552e;
    background: #F6F4F1;
}

#exit-intent-tempalte .border-modal6 {
    border: 3px dashed #999;
    background: #f5f5f5;
}

#exit-intent-tempalte b {
    font-weight: 600;
}

#exit-intent-tempalte .wigzo-close-1-img {
    position: absolute;
    top: -19px;
    right: -19px;
    text-decoration: none!important;
    display: block;
    width: 35px;
    height: 35px;
    background: url("close.png") no-repeat scroll 0 0;
    z-index: 934626275;
}

#exit-intent-tempalte .wigzo-close-2-icon {
    width: 20px;
    height: 20px;
    right: 10px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    display: block;
    text-align: center;
    z-index: 999999999;
}

#exit-intent-tempalte .wigzo-close-2-icon:before {
    display: inline-block;
    content: "\00d7";
    float: right;
    color: #000;
    font-size: 30px;
    line-height: 20px;
}

.full-page-exit-intent-wigzo #exit-intent-tempalte .wigzo-close-2-icon {
    width: 30px!important;
    height: 30px!important;
    right: 10px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    display: block;
    text-align: center;
    z-index: 999999999;
}

.full-page-exit-intent-wigzo #exit-intent-tempalte .wigzo-close-2-icon:before {
    display: inline-block;
    content: "\00d7";
    float: right;
    color: #fff!important;
    font-size: 40px!important;
    line-height: 30px!important;
}

#exit-intent-tempalte .exit-intent-tempalte {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 934626274;
}

#exit-intent-tempalte .logo-container {
    width: 100%;
    margin: 15px auto;
    text-align: center;
    padding: 0 15px;
}

#exit-intent-tempalte .logo-container img {
    margin: 0 auto;
    max-width: 250px;
    max-height: 100px;
}

#exit-intent-tempalte .template-inputs {
    margin: 10px 0 0 0;
    display: inline-block;
    width: 100%;
}

#exit-intent-tempalte .buttons-container {
    margin: 5px 0 15px;
    display: inline;
    width: 90%;
}

#exit-intent-tempalte ::-webkit-input-placeholder {
    color: rgba(0,0,0,0.3);
    text-align: center;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte :-moz-placeholder {
    color: rgba(0,0,0,0.3);
    opacity: 1;
    text-align: center;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte ::-moz-placeholder {
    color: rgba(0,0,0,0.3);
    opacity: 1;
    text-align: center;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte :-ms-input-placeholder {
    color: rgba(0,0,0,0.3);
    text-align: center;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

@media (max-width: 991px) and (min-width: 1px) {
    #exit-intent-tempalte .exit-intent-title span {
        font-size:25px;
        line-height: 25px;
    }

    #exit-intent-tempalte .exit-intent-desc span {
        font-size: 15px;
        line-height: 15px;
    }

    #exit-intent-tempalte .wigzo-close-1-img {
        right: 5px;
    }

    .WIGZOEXITINTENTTEMP28 .wigzonotify-exitintent .wigzo-close-1-img{
        right: 5px;

    }

    #exit-intent-tempalte {
        width: 90vw;
    }

    #exit-intent-tempalte1 {
        text-align: center;
        padding: 5px;
    }

    #exit-intent-tempalte .logo-container img {
        margin: 0 auto;
        max-width: 200px;
        max-height: 80px;
    }
}

#exit-intent-tempalte1 {
    text-align: center;
    padding: 15px;
    background: #cdc8c8;
}

#exit-intent-tempalte1 .exit-intent-title span {
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 10px 0;
    color: #000;
    width: 100%;
    position: relative;
}

#exit-intent-tempalte1 .exit-intent-desc span {
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    margin: 15px 0 5px 0;
    color: #344a5f;
    width: 100%;
    position: relative;
}

#exit-intent-tempalte1 input {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-style: italic;
    font-weight: 100;
    margin: 0 auto;
    max-width: 600px;
    height: 52px;
    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    width: 90%;
    border-radius: 8px!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    outline: none!important;
    padding: 0 10px;
}

#exit-intent-tempalte1 button[type=submit] {
    position: relative;
    color: #fefefe;
    text-decoration: none;
    background-color: #00ad5d;
    font-size: 30px;
    font-weight: bold;
    max-width: 600px;
    display: block;
    padding: 15px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 0px rgba(117,117,117,0.5),0px -4px 0px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 0px 0px 0px rgba(117,117,117,0.5),0px -4px 0px rgba(0,0,0,0.2) inset;
    box-shadow: 0px 0px 0px rgba(117,117,117,0.5),0px -4px 0px rgba(0,0,0,0.2) inset;
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
    transition: all 100ms;
    width: 90%;
    border: 0!important;
    outline: none!important;
}

#exit-intent-tempalte1 button[type=submit] b {
}

#exit-intent-tempalte1 button[type=submit]:active {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    top: 3px;
}

#exit-intent-tempalte1 div.wigzo-close-link {
    color: #344a5f;
    position: relative;
    margin-top: 10px;
    border-bottom: 1px dashed;
    font-size: 18px;
    display: inline-block;
    font-weight: 100;
    font-style: italic;
    cursor: pointer;
    margin-bottom: 15px;
}

@media (max-width: 991px) and (min-width: 1px) {
    #exit-intent-tempalte1 div.wigzo-close-link {
        font-size:15px
    }

    #exit-intent-tempalte1 button[type=submit] {
        font-size: 20px;
    }

    #exit-intent-tempalte1 input {
        font-size: 15px;
        height: 40px;
    }
}

#exit-intent-tempalte2 {
    text-align: center;
    padding: 15px;
    background: #fff;
}

#exit-intent-tempalte2 .exit-intent-title span {
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 10px 0;
    color: #000;
    width: 100%;
    position: relative;
}

#exit-intent-tempalte2 .exit-intent-desc span {
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    margin: 15px 0 5px 0;
    color: #000;
    width: 100%;
    position: relative;
}

#exit-intent-tempalte2 input {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-style: italic;
    padding: 0 10px;
    font-weight: 100;
    margin: 0 auto;
    max-width: 600px;
    height: 52px;
    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    width: 90%;
    border-radius: 0!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    outline: none!important;
}

#exit-intent-tempalte2 button[type=submit] {
    position: relative;
    color: #fff;
    text-decoration: none;
    background: #ed2117;
    font-size: 30px;
    font-weight: 200;
    max-width: 600px;
    display: block;
    padding: 15px 0;
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
    transition: all 100ms;
    width: 90%;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    border: 0!important;
    border-radius: 0!important;
    outline: none!important;
}

#exit-intent-tempalte2 button[type=submit] b {
}

#exit-intent-tempalte2 button[type=submit]:active {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    top: 3px;
}

#exit-intent-tempalte2 div.wigzo-close-link {
    color: #000;
    position: relative;
    margin-top: 10px;
    border-bottom: 1px dashed;
    font-size: 18px;
    display: inline-block;
    font-weight: 100;
    font-style: italic;
    cursor: pointer;
    margin-bottom: 15px;
}

@media (max-width: 991px) and (min-width: 1px) {
    #exit-intent-tempalte2 div.wigzo-close-link {
        font-size:15px
    }

    #exit-intent-tempalte2 button[type=submit] {
        font-size: 20px;
    }

    #exit-intent-tempalte2 input {
        font-size: 15px;
        height: 40px;
    }
}

#exit-intent-tempalte3 {
    text-align: center;
    padding: 15px;
    background: transparent;
}

#exit-intent-tempalte3 .exit-intent-title span {
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 10px 0;
    color: #fff;
    width: 100%;
    position: relative;
}

#exit-intent-tempalte3 .exit-intent-desc span {
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    margin: 5px 0 15px 0;
    color: #fff;
    width: 100%;
    position: relative;
}

#exit-intent-tempalte3 input {
    display: block;
    text-align: left;
    font-size: 1.4em;
    color: rgba(255,255,255,0.9);
    font-weight: 300;
    margin: 0 auto;
    max-width: 600px;
    padding: 0 10px;
    height: auto;
    margin-bottom: 10px;
    border: 3px solid rgba(255,255,255,0.5);
    width: 90%;
    background: transparent!important;
    padding: 10px;
    line-height: 1.9;
    outline: none!important;
}

#exit-intent-tempalte3 button[type=submit] {
    position: relative;
    color: #000;
    text-decoration: none;
    background-color: #FFD234;
    font-size: 30px;
    font-weight: 200;
    max-width: 600px;
    display: block;
    padding: 20px 0;
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
    transition: all 100ms;
    width: 90%;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    border: 0!important;
    border-radius: 0!important;
    outline: none!important;
}

#exit-intent-tempalte3 button[type=submit] b {
}

#exit-intent-tempalte3 button[type=submit]:active {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    top: 3px;
}

#exit-intent-tempalte3 div.wigzo-close-link {
    color: #fff;
    position: relative;
    margin-top: 10px;
    border-bottom: 1px dashed;
    font-size: 18px;
    display: inline-block;
    font-weight: 100;
    font-style: italic;
    cursor: pointer;
    margin-bottom: 15px;
}

#exit-intent-tempalte3 ::-webkit-input-placeholder {
    color: rgba(255,255,255,0.9);
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte3 :-moz-placeholder {
    color: rgba(255,255,255,0.9);
    opacity: 1;
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte3 ::-moz-placeholder {
    color: rgba(255,255,255,0.9);
    opacity: 1;
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte3 :-ms-input-placeholder {
    color: rgba(255,255,255,0.9);
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

@media (max-width: 991px) and (min-width: 1px) {
    #exit-intent-tempalte3 div.wigzo-close-link {
        font-size:15px
    }

    #exit-intent-tempalte3 button[type=submit] {
        font-size: 20px;
    }

    #exit-intent-tempalte3 input {
        font-size: 15px;
        height: 40px;
    }
}

#exit-intent-tempalte4 {
    text-align: center;
    padding: 15px;
    background: #fcfcfc;
}

#exit-intent-tempalte4 .exit-intent-title span {
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 10px 0;
    color: #000;
    width: 100%;
    position: relative;
}

#exit-intent-tempalte4 .exit-intent-desc span {
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    margin: 15px 0 5px 0;
    color: #000;
    width: 100%;
    position: relative;
}

#exit-intent-tempalte4 input {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-style: italic;
    font-weight: 100;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 590px;
    height: 52px;
    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    width: 90%;
    border-radius: 0!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    outline: none!important;
}

#exit-intent-tempalte4 button {
    position: relative;
    color: #fff;
    text-decoration: none;
    background: #ed2117;
    font-size: 30px;
    font-weight: 200;
    max-width: 600px;
    height: auto;
    display: block;
    padding: 15px 0;
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
    transition: all 100ms;
    width: 90%;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    border: 0!important;
    border-radius: 0!important;
    outline: none!important;
}

#exit-intent-tempalte4 .yes-btn {
    width: 100%;
    max-width: 289px;
    background: #ffb800;
    color: #282828;
    display: inline-block;
    text-align: center;
    padding: 10px;
    font-size: 25px;
    margin: 5px;
}

#exit-intent-tempalte4 .no-btn {
    width: 100%;
    max-width: 289px;
    background: #d1d1d1;
    color: #282828;
    display: inline-block;
    text-align: center;
    padding: 10px;
    font-size: 25px;
    margin: 5px;
}

#exit-intent-tempalte4 button[type=submit] b {
}

#exit-intent-tempalte4 button[type=submit]:active {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    top: 3px;
}

#exit-intent-tempalte4 div.wigzo-close-link {
    color: #000;
    position: relative;
    margin-top: 10px;
    border-bottom: 1px dashed;
    font-size: 18px;
    display: inline-block;
    font-weight: 100;
    font-style: italic;
    cursor: pointer;
    margin-bottom: 15px;
}

@media (max-width: 991px) and (min-width: 1px) {
    #exit-intent-tempalte4 div.wigzo-close-link {
        font-size:15px
    }

    #exit-intent-tempalte4 button[type=submit] {
        font-size: 20px;
    }

    #exit-intent-tempalte4 input {
        font-size: 15px;
        height: 40px;
    }
}

#exit-intent-tempalte5 {
    text-align: center;
    padding: 15px;
    background: #F6F4F1;
}

#exit-intent-tempalte5 .exit-intent-title span {
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 10px 0;
    color: #000;
    width: 100%;
    position: relative;
}

#exit-intent-tempalte5 .exit-intent-desc span {
    font-size: 25px;
    line-height: 25px;
    display: inline-block;
    margin: 15px 0 5px 0;
    color: #ff552e;
    width: 100%;
    position: relative;
}

#exit-intent-tempalte5 input {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-style: italic;
    font-weight: 100;
    margin: 0 auto;
    max-width: 590px;
    padding: 0 10px;
    height: 52px;
    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    width: 90%;
    border-radius: 0!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    outline: none!important;
}

#exit-intent-tempalte5 button {
    position: relative;
    color: #fff;
    text-decoration: none;
    background: #ed2117;
    font-size: 30px;
    font-weight: 200;
    max-width: 600px;
    display: block;
    padding: 15px 0;
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
    transition: all 100ms;
    width: 90%;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    border: 0!important;
    border-radius: 0!important;
    outline: none!important;
}

#exit-intent-tempalte5 .yes-btn {
    width: 100%;
    max-width: 287px;
    background: #ff552e;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 10px;
    font-size: 25px;
    margin: 5px;
}

#exit-intent-tempalte5 .no-btn {
    width: 100%;
    max-width: 287px;
    background: #d1d1d1;
    color: #282828;
    display: inline-block;
    text-align: center;
    padding: 10px;
    font-size: 25px;
    margin: 5px;
}

#exit-intent-tempalte5 button[type=submit] b {
}

#exit-intent-tempalte5 button[type=submit]:active {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    top: 3px;
}

#exit-intent-tempalte5 div.wigzo-close-link {
    color: #000;
    position: relative;
    margin-top: 10px;
    border-bottom: 1px dashed;
    font-size: 18px;
    display: inline-block;
    font-weight: 100;
    font-style: italic;
    cursor: pointer;
    margin-bottom: 15px;
}

@media (max-width: 991px) and (min-width: 1px) {
    #exit-intent-tempalte5 div.wigzo-close-link {
        font-size:15px
    }

    #exit-intent-tempalte5 button[type=submit] {
        font-size: 20px;
    }

    #exit-intent-tempalte5 input {
        font-size: 15px;
        height: 40px;
    }
}

#exit-intent-tempalte6 {
    text-align: center;
    padding: 15px;
    background: #f5f5f5;
}

#exit-intent-tempalte6 .exit-intent-title span {
    font-size: 25px;
    line-height: normal;
    display: inline-block;
    padding: 10px 0;
    color: #000;
    width: 100%;
    position: relative;
}

#exit-intent-tempalte6 .exit-intent-title b {
    font-size: 40px;
    line-height: 40px;
    display: inline-block;
    color: #ec1c23;
    width: 100%;
    font-weight: bolder;
    padding-bottom: 15px;
}

#exit-intent-tempalte6 .exit-intent-desc span {
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 15px 0 5px 0;
    color: #000;
    position: relative;
    font-weight: 500;
}

#exit-intent-tempalte6 .exit-intent-desc span.line {
    margin-top: 28px;
    width: 85px;
    display: inline-block;
    border-bottom: 5px solid;
    vertical-align: top;
    border-color: #ec1c23;
}

#exit-intent-tempalte6 input {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-style: italic;
    font-weight: 100;
    margin: 0 auto;
    max-width: 400px;
    height: 52px;
    margin-bottom: 10px;
    padding: 0 10px;
    border: 1px solid rgba(0,0,0,0.1);
    width: 90%;
    border-radius: 0!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    outline: none!important;
}

#exit-intent-tempalte6 button[type=submit] {
    position: relative;
    color: #fff;
    text-decoration: none;
    background: #ec1c23;
    font-size: 30px;
    font-weight: 200;
    max-width: 400px;
    display: block;
    padding: 15px 0;
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
    transition: all 100ms;
    width: 90%;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    border: 0!important;
    border-radius: 0!important;
    outline: none!important;
}

#exit-intent-tempalte6 button[type=submit] b {
}

#exit-intent-tempalte6 button[type=submit]:active {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    top: 3px;
}

#exit-intent-tempalte6 div.wigzo-close-link {
    color: #000;
    position: relative;
    margin-top: 10px;
    border-bottom: 1px dashed;
    font-size: 18px;
    display: inline-block;
    font-weight: 100;
    font-style: italic;
    cursor: pointer;
    margin-bottom: 15px;
}

@media (max-width: 991px) and (min-width: 1px) {
    #exit-intent-tempalte6 div.wigzo-close-link {
        font-size:15px
    }

    #exit-intent-tempalte6 button[type=submit] {
        font-size: 20px;
    }

    #exit-intent-tempalte6 input {
        font-size: 15px;
        height: 40px;
    }

    #exit-intent-tempalte6 .exit-intent-desc span.line {
        width: 55px;
    }

    #exit-intent-tempalte6 .exit-intent-title span {
        font-size: 20px;
    }

    #exit-intent-tempalte6 .exit-intent-title b {
        font-size: 30px;
    }
}

#exit-intent-tempalte7 {
    text-align: center;
    padding: 15px;
    background: #000;
}

#exit-intent-tempalte7 .exit-intent-title span {
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 10px 0;
    color: #fff;
    width: 100%;
    position: relative;
}

#exit-intent-tempalte7 .exit-intent-desc span {
    font-size: 25px;
    line-height: 25px;
    display: inline-block;
    margin: 15px 0 5px 0;
    color: #fff;
    position: relative;
}

#exit-intent-tempalte7 .exit-intent-desc span.line {
    margin-top: 28px;
    width: 85px;
    display: inline-block;
    border-bottom: 5px solid;
    vertical-align: top;
    border-color: #ffb800;
}

#exit-intent-tempalte7 input {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-style: italic;
    font-weight: 100;
    margin: 0 auto;
    max-width: 600px;
    padding: 0 10px;
    height: 52px;
    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    width: 90%;
    border-radius: 0!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    outline: none!important;
}

#exit-intent-tempalte7 button {
    position: relative;
    color: #fff;
    text-decoration: none;
    background: #ed2117;
    font-size: 30px;
    font-weight: 200;
    max-width: 600px;
    display: block;
    padding: 15px 0;
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
    transition: all 100ms;
    width: 90%;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    border: 0!important;
    border-radius: 0!important;
    outline: none!important;
}

#exit-intent-tempalte7 .yes-btn {
    width: 100%;
    max-width: 289px;
    background: #ffb800;
    color: #282828;
    display: inline-block;
    text-align: center;
    padding: 10px;
    font-size: 25px;
    margin: 5px;
}

#exit-intent-tempalte7 .no-btn {
    width: 100%;
    max-width: 289px;
    background: #d1d1d1;
    color: #282828;
    display: inline-block;
    text-align: center;
    padding: 10px;
    font-size: 25px;
    margin: 5px;
}

#exit-intent-tempalte7 button[type=submit] b {
}

#exit-intent-tempalte7 button[type=submit]:active {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    top: 3px;
}

#exit-intent-tempalte7 div.wigzo-close-link {
    color: #000;
    position: relative;
    margin-top: 10px;
    border-bottom: 1px dashed;
    font-size: 18px;
    display: inline-block;
    font-weight: 100;
    font-style: italic;
    cursor: pointer;
    margin-bottom: 15px;
}

@media (max-width: 991px) and (min-width: 1px) {
    #exit-intent-tempalte7 div.wigzo-close-link {
        font-size:15px
    }

    #exit-intent-tempalte7 button[type=submit] {
        font-size: 20px;
    }

    #exit-intent-tempalte7 input {
        font-size: 15px;
        height: 40px;
    }

    #exit-intent-tempalte7 .exit-intent-desc span.line {
        width: 50px;
    }
}

#exit-intent-tempalte8 {
    text-align: center;
    padding: 15px;
    background: transparent;
}

#exit-intent-tempalte8 .exit-intent-title span {
    font-size: 100px;
    line-height: 100px;
    display: inline-block;
    padding: 10px 0;
    color: #fff;
    width: 100%;
    position: relative;
    margin: 0 0 20px 0;
}

#exit-intent-tempalte8 .exit-intent-desc span {
    font-size: 35px;
    line-height: 35px;
    display: inline-block;
    margin: 5px 0 15px 0;
    color: #fff;
    width: 100%;
    position: relative;
}

#exit-intent-tempalte8 .btn-input {
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
}

#exit-intent-tempalte8 input {
    display: inline-block;
    text-align: left;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    -ms-border-radius: 50px 0 0 50px;
    -o-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    font-size: 15px;
    color: #878787;
    font-weight: 600;
    margin: 0 auto;
    height: 52px;
    border: 1px solid #fff;
    padding: 0 25px;
    vertical-align: top;
    min-width: 300px;
    width: 65%;
}

#exit-intent-tempalte8 .inline-submit {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    background-color: #222;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
    padding: 15px;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
    -o-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    transition: all 100ms;
    height: 52px;
    margin-left: -5px;
    box-shadow: 0 -4px 0 rgba(0,0,0,0.1) inset;
    outline: none!important;
    border: 0!important;
    width: 35%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#exit-intent-tempalte8 div.wigzo-close-link {
    color: #fff;
    position: relative;
    margin-top: 10px;
    border-bottom: 1px dashed;
    font-size: 18px;
    display: inline-block;
    font-weight: 100;
    font-style: italic;
    cursor: pointer;
    margin-bottom: 15px;
}

#exit-intent-tempalte8 ::-webkit-input-placeholder {
    color: rgba(255,255,255,0.9);
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte8 :-moz-placeholder {
    color: rgba(255,255,255,0.9);
    opacity: 1;
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte8 ::-moz-placeholder {
    color: rgba(255,255,255,0.9);
    opacity: 1;
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte8 :-ms-input-placeholder {
    color: rgba(255,255,255,0.9);
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

@media (max-width: 991px) and (min-width: 1px) {
    #exit-intent-tempalte8 div.wigzo-close-link {
        font-size:15px
    }

    #exit-intent-tempalte8 button[type=submit] {
        font-size: 20px;
    }

    #exit-intent-tempalte8 input {
        display: block;
        margin: 10px auto;
        border-radius: 0;
        border: 1px solid #fff;
        width: 100%;
        max-width: 300px;
    }

    #exit-intent-tempalte8 .inline-submit {
        display: block;
        margin: 0 auto;
        border-radius: 0;
        width: 100%;
        max-width: 300px;
    }

    #exit-intent-tempalte8 .exit-intent-title span {
        font-size: 60px;
        line-height: 60px;
    }

    #exit-intent-tempalte8 .exit-intent-desc span {
        font-size: 20px;
        line-height: 20px;
    }
}

#exit-intent-tempalte9 {
    text-align: center;
    padding: 0;
    background: transparent;
    margin: 0;
}

#exit-intent-tempalte9 .exit-intent-banner {
    position: relative;
    max-width: 700px;
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 370px;
    height: 100%
}

#exit-intent-tempalte9 .exit-intent-banner img {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    height: auto;
    width: 100%;
    max-width: 700px;
    max-height: 370px;
    background-size: cover;
}

#exit-intent-tempalte9 .exit-intent-form-actions {
    background: #e9e9e9;
    border-top: 1px solid #bbb;
    clear: both;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: baseline;
    outline: 0;
    padding: 15px 0 10px 0;
    display: inline-block;
    width: 100%;
}

#exit-intent-tempalte9 .exit-intent-form-actions-offers {
    background: #e9e9e9;
    /*border-top: 1px solid #bbb;*/
    clear: both;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: baseline;
    outline: 0;
    padding: 25px 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
}

#exit-intent-tempalte9 .exit-intent-form-actions-offers span {
    text-align: center;
    font-size: 25px;
    font-weight: 100;
}

#exit-intent-tempalte9 .exit-intent-form-actions-offers b {
    font-weight: 600;
    font-size: 25px;
}

#exit-intent-tempalte9 .exit-intent-form-actions form {
    margin: 0!important;
    padding: 0!important;
}

#exit-intent-tempalte9 input {
    display: inline;
    max-width: 600px;
    height: 36px;
    border: 2px solid #ebeef0;
    padding: 6px;
    margin: 0 10px 0 0;
    width: 100%;
}

#exit-intent-tempalte9 button[type=submit] {
    display: inline;
    max-width: 180px;
    font-size: 16px;
    padding: 6px;
    margin-right: 0;
    line-height: 24px;
    background: #659a17;
    color: #fff;
    border-color: #659a17;
    outline: 0;
    border: 0;
    border-radius: 2px;
    width: 100%;
}

#exit-intent-tempalte9 button[type=submit] b {
}

#exit-intent-tempalte9 ::-webkit-input-placeholder {
    color: rgba(0,0,0,0.3);
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte9 :-moz-placeholder {
    color: rgba(0,0,0,0.3);
    opacity: 1;
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte9 ::-moz-placeholder {
    color: rgba(0,0,0,0.3);
    opacity: 1;
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte9 :-ms-input-placeholder {
    color: rgba(0,0,0,0.3);
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte9 .exitintent-error-block {
    text-align: left;
}

@media (max-width: 991px) and (min-width: 1px) {
    #exit-intent-tempalte9 button[type=submit] {
        font-size:20px;
    }

    #exit-intent-tempalte9 input {
        display: block;
        margin: 0 auto 15px;
        width: 100%;
        max-width: 300px;
    }

    #exit-intent-tempalte9 button[type=submit] {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
    }
}

.wigzo-overlay-container {
    position: fixed;
    z-index: 934626274;
    top: 0px;
    left: 0px;
    zoom:1;width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: auto;
    background: rgba(0,0,0,.7);
    opacity: 1;
}

#exit-intent-tempalte10 {
    position: fixed;
    z-index: 9346262749;
    bottom: 0px;
    left: 0px;
    right: 0px;
    zoom:1;width: 100vw;
    height: auto;
    margin: 0px;
    padding: 0px;
    display: block;
    background: rgba(199,43,44,0.9);
    opacity: 1;
    text-align: center;
}

#exit-intent-tempalte10 .exit-intent-form-actions {
    background: transparent;
    clear: both;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: baseline;
    outline: 0;
    padding: 10px;
}

#exit-intent-tempalte10 .exit-intent-form-actions form {
    margin: 0!important;
    padding: 0!important;
}

#exit-intent-tempalte10 input {
    height: auto;
    border: 2px solid #ebeef0;
    padding: 5px;
    margin: 0 0 10px 0!important;
    width: 100%;
    border-radius: 4px;
    display: block;
}

#exit-intent-tempalte10 .exitintent-error-block {
    background: rgba(255,255,255,0.7);
    margin-top: -9px;
    width: auto;
    text-align: left;
    padding: 0 5px;
}

#exit-intent-tempalte10 button[type=submit] {
    display: inline;
    font-size: 18px;
    padding: 6px;
    margin-right: 0;
    line-height: 24px;
    background: #FFD234;
    color: #000;
    outline: 0;
    border: 0;
    border-radius: 2px;
    width: 100%;
    text-transform: uppercase;
}

#exit-intent-tempalte10 button[type=submit] b {
}

#exit-intent-tempalte10 ::-webkit-input-placeholder {
    color: rgba(0,0,0,0.3);
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte10 :-moz-placeholder {
    color: rgba(0,0,0,0.3);
    opacity: 1;
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte10 ::-moz-placeholder {
    color: rgba(0,0,0,0.3);
    opacity: 1;
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte10 :-ms-input-placeholder {
    color: rgba(0,0,0,0.3);
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte10 .exit-intent-tempalte {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 934626274;
    max-width: 700px;
    margin: 0 auto;
}

#exit-intent-tempalte10 .wigzo-close-1-img {
    position: absolute;
    top: -19px;
    right: -19px;
    text-decoration: none!important;
    display: block;
    width: 35px;
    height: 35px;
    background: url("close.png") no-repeat scroll 0 0;
    z-index: 934626279;
    overflow: auto;
}

#exit-intent-tempalte10 .exit-intent-desc span {
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    margin: 20px auto 0;
    color: #fff;
    position: relative;
}

@media (max-width: 991px) and (min-width: 1px) {
    #exit-intent-tempalte10 button[type=submit] {
        font-size:18px;
    }

    #exit-intent-tempalte10 input {
        display: inline-block;
        margin: 0 auto 5px;
        width: 100%;
    }

    #exit-intent-tempalte10 button[type=submit] {
        display: inline-block;
        margin: 0 auto 10px;
        width: 100%;
        font-size: 18px;
        border-radius: 0;
    }

    #exit-intent-tempalte10 .exit-intent-tempalte {
        max-width: 300px;
    }

    #exit-intent-tempalte10 .exit-intent-desc span {
        font-size: 14px;
        line-height: normal;
        display: inline-block;
        margin: 12px auto 5px;
        color: #fff;
        position: relative;
    }
}

#exit-intent-tempalte11 {
    text-align: center;
    padding: 0;
    margin: 0;
}

#exit-intent-tempalte11 .exit-intent-title span {
    font-size: 50px;
    line-height: 60px;
    display: inline-block;
    padding: 10px 0;
    color: #fff;
    width: 100%;
    position: relative;
}

#exit-intent-tempalte11 .exit-intent-desc span {
    font-size: 22px;
    line-height: 25px;
    display: inline-block;
    margin: 0 0 15px;
    color: #fff;
    width: 100%;
    position: relative;
    padding: 10px;
    text-align: center;
}

#exit-intent-tempalte11 .exit-intent-form-actions-offers .exit-intent-title span {
    font-size: 50px;
    line-height: 60px;
    display: inline-block;
    padding: 10px 0;
    color: #fff;
    width: 100%;
    position: relative;
}

#exit-intent-tempalte11 .exit-intent-form-actions-offers .exit-intent-desc span {
    font-size: 22px;
    line-height: 25px;
    display: inline-block;
    margin: 0 0 15px;
    color: #fff;
    width: 100%;
    position: relative;
    padding: 10px;
    text-align: center;
}

#exit-intent-tempalte11 .exit-intent-form-actions {
    background: rgba(0,0,0,0.7);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: baseline;
    outline: 0;
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
}

#exit-intent-tempalte11 .exit-intent-form-actions-offers {
    background: rgba(0,0,0,0.7);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: baseline;
    outline: 0;
    padding: 30px 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    border-radius: 8px;
}

#exit-intent-tempalte11 .exit-intent-form-actions-offers span {
    text-align: center;
    font-size: 25px;
    font-weight: 100;
}

#exit-intent-tempalte11 .exit-intent-form-actions-offers b {
    font-weight: 600;
    font-size: 30px;
}

#exit-intent-tempalte11 .exit-intent-form-actions form {
    margin: 0!important;
    padding: 0!important;
}

#exit-intent-tempalte11 input {
    display: inline;
    height: 36px;
    background: #fff;
    border: 2px solid #ebeef0;
    padding: 5px 15px;
    margin: 0 10px 0 0;
    width: 100%;
    border-radius: 2px;
}

#exit-intent-tempalte11 button[type=submit] {
    display: inline;
    max-width: 180px;
    font-size: 16px;
    padding: 0 10px;
    margin-right: 0;
    line-height: 36px;
    background: #ec1c23;
    color: #fff;
    outline: 0;
    border: 0;
    border-radius: 2px;
    width: 100%;
}

#exit-intent-tempalte11 button[type=submit] b {
    font-weight: bold;
}

#exit-intent-tempalte11 ::-webkit-input-placeholder {
    color: rgba(0,0,0,0.3);
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte11 :-moz-placeholder {
    color: rgba(0,0,0,0.3);
    opacity: 1;
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte11 ::-moz-placeholder {
    color: rgba(0,0,0,0.3);
    opacity: 1;
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte11 :-ms-input-placeholder {
    color: rgba(0,0,0,0.3);
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte11 .exitintent-error-block {
    text-align: left;
}

@media (max-width: 991px) and (min-width: 1px) {
    #exit-intent-tempalte11 .exit-intent-title span {
        font-size:35px;
        line-height: 45px;
    }

    #exit-intent-tempalte11 .exit-intent-desc span {
        font-size: 18px;
        line-height: 20px;
    }

    #exit-intent-tempalte11 button[type=submit] {
        font-size: 20px;
    }

    #exit-intent-tempalte11 input {
        display: block;
        margin: 0 auto 15px;
        width: 100%;
    }

    #exit-intent-tempalte11 button[type=submit] {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
    }
}

#exit-intent-tempalte12 {
    text-align: center;
    padding: 0;
    background: #fff;
}

#exit-intent-tempalte12 .exit-intent-banner {
    position: relative;
    max-width: 700px;
    width: 100%;
    margin: 0;
    padding: 0;
}

#exit-intent-tempalte12 .exit-intent-banner img {
    display: block;
    margin: 0 auto;
    text-align: center;
    height: auto;
    width: 100%;
    background-size: cover;
}

#exit-intent-tempalte12 .exit-intent-form-actions form {
    margin: 0!important;
    padding: 0!important;
}

#exit-intent-tempalte12 input {
    display: block;
    text-align: left;
    font-size: 16px;
    color: #333333;
    font-weight: 200;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 600px;
    height: 52px;
    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    width: 100%;
    border-radius: 0!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    outline: none!important;
}

#exit-intent-tempalte12 button[type=submit] {
    position: relative;
    color: #fff;
    text-decoration: none;
    background: #e7402e;
    font-size: 20px;
    font-weight: 200;
    max-width: 600px;
    display: block;
    padding: 5px 0;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    transition: all 100ms;
    width: 100%;
    height: 52px;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    border: 0!important;
    border-radius: 0!important;
    outline: none!important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#exit-intent-tempalte12 button[type=submit] b {
}

#exit-intent-tempalte12 button[type=submit]:active {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    top: 0;
}

#exit-intent-tempalte12 div.wigzo-close-link {
    color: #000;
    font-size: 16px;
    display: inline-block;
    font-weight: 100;
    cursor: pointer;
    text-align: center;
    margin: 0 auto 15px;
    padding: 0 20px;
    width: 100%;
}

#exit-intent-tempalte12 div.wigzo-close-link span {
    border-bottom: 1px dashed;
}

#exit-intent-tempalte12 ::-webkit-input-placeholder {
    color: rgba(0,0,0,0.9);
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte12 :-moz-placeholder {
    color: rgba(0,0,0,0.9);
    opacity: 1;
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte12 ::-moz-placeholder {
    color: rgba(0,0,0,0.9);
    opacity: 1;
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte12 :-ms-input-placeholder {
    color: rgba(0,0,0,0.9);
    text-align: left;
    padding: 0 5px;
    font-style: normal;
    font-weight: 100;
}

@media (max-width: 991px) and (min-width: 1px) {
    #exit-intent-tempalte12 div.wigzo-close-link {
        font-size:15px
    }

    #exit-intent-tempalte12 button[type=submit] {
        font-size: 20px;
    }

    #exit-intent-tempalte12 input {
        font-size: 15px;
        height: 40px;
    }
}

/* Template 13 CSS Starts Here */

#exit-intent-tempalte13 {
    width: 100%!important;
    text-align: center;
    padding: 0;
    background: #fff;
    display: table;
    margin: 0;
    vertical-align: middle;
    border: 0 !important;
}

#exit-intent-tempalte13 .exit-intent-banner {
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 450px;
}

#exit-intent-tempalte13 .exit-intent-banner img {
    background-size: cover;
    margin: 0;
    padding: 0;
    object-fit: cover;
    max-width: 350px;
    min-height: 450px;
}

#exit-intent-tempalte13 .wigzo-content-area {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    height: 400px;
    display: table-cell;
    vertical-align: middle;
}

#exit-intent-tempalte13 .exit-intent-title span {
    font-size: 25px;
    line-height: 50px;
    display: inline-block;
    padding: 10px 15px;
    color: #000;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

#exit-intent-tempalte13 .exit-intent-desc span {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    margin: 0 auto;
    color: #000;
    width: 100%;
    position: relative;
    padding: 10px 15px;
}

#exit-intent-tempalte13 input {
    display: block;
    text-align: left;
    font-size: 15px;
    padding: 0 5px;
    color: #333333;
    font-style: italic;
    font-weight: 100;
    margin: 0 auto;
    height: 45px;
    margin-bottom: 10px;
    border: 1px solid #333;
    border-radius: 0!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    outline: none!important;
    width: 100%;
}

#exit-intent-tempalte13 button[type=submit] {
    position: relative;
    color: #fff;
    text-decoration: none;
    background: #ed2117;
    font-size: 15px;
    font-weight: 200;
    display: block;
    padding: 15px 30px;
    height: 49px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    transition: all 100ms;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    border: 0!important;
    border-radius: 0!important;
    outline: none!important;
}

#exit-intent-tempalte13 button[type=submit] b {
}

#exit-intent-tempalte13 button[type=submit]:active {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    top: 3px;
}

#exit-intent-tempalte13 ::-webkit-input-placeholder {
    color: rgba(0,0,0,0.9);
    text-align: left;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte13 :-moz-placeholder {
    color: rgba(0,0,0,0.9);
    opacity: 1;
    text-align: left;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte13 ::-moz-placeholder {
    color: rgba(0,0,0,0.9);
    opacity: 1;
    text-align: left;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte13 :-ms-input-placeholder {
    color: rgba(0,0,0,0.9);
    text-align: left;
    font-style: normal;
    font-weight: 100;
}

@media (max-width: 991px) and (min-width: 1px) {
    #exit-intent-tempalte13 div.wigzo-close-link {
        font-size:15px
    }

    #exit-intent-tempalte13 button[type=submit] {
        font-size: 20px;
    }

    #exit-intent-tempalte13 input {
        font-size: 15px;
        height: 40px;
    }
}
/* Template 13 CSS Ends Here */

.wigzonotify-exitintent {
    z-index: 2147483000;
    font-family: Arial,Helvetica,sans-serif;
    margin: 10px;
    width: 365px;
    float: right;
    position: relative;
    background: #ffffff;
    min-height: 100px;
    border: 1px solid #EBEEE5;
    border-radius: 0;
    padding: 0;
    clear: both;
}

#wigzonotify-bottom-right-exitintent {
    z-index: 2147483000;
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: left;
    direction: ltr;
}

#wigzonotify-bottom-right-exitintent .wigzo-notifyicon {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(images/wigzo-notify.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 30px;
}

#wigzonotify-bottom-right-exitintent .wigzo-notifylogo {
    width: 80px;
    height: 80px;
    position: absolute;
}

#wigzonotify-bottom-right-exitintent .wigzo-notifylogo img {
    vertical-align: middle;
    width: inherit;
    padding: 0;
    margin: 0;
}

#wigzonotify-bottom-right-exitintent .wigzo-notifystart {
    margin: 10px 25px 0 90px;
    width: auto;
    min-height: 70px;
}

#wigzonotify-bottom-right-exitintent .wigzo-close-button:before {
    display: inline-block;
    content: "\00d7";
    float: right;
    color: #9f9f9f;
    font-size: 20px;
    line-height: 15px;
    margin: 2px 4px 0 0;
}

#wigzonotify-bottom-right-exitintent .wigzo-notifystart .wigzo-notifytitle {
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    color: #333333;
    margin-right: 10px;
    width: 100%;
}

#wigzonotify-bottom-right-exitintent .wigzo-notifydesc {
    font-size: 13px;
    line-height: 16px;
    text-transform: none;
    color: #333333;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

#wigzonotify-bottom-right-exitintent button[type=submit] {
    position: relative;
    width: 100%;
    color: #222;
    text-decoration: none;
    background: #EBEEE5;
    font-size: 15px;
    font-weight: 200;
    display: block;
    padding: 10px 15px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    transition: all 100ms;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    border: 0!important;
    border-radius: 0!important;
    outline: none!important;
}

#exit-intent-tempalte15 {
    text-align: center;
    padding: 10px;
    background: #fff;
    margin: 20px 20px 40px 20px;
}

#exit-intent-tempalte15 .exit-intent-title span {
    font-size: 30px;
    line-height: 50px;
    display: inline-block;
    padding: 30px 0;
    color: #000;
    width: 100%;
    position: relative;
    text-align: center!important;
}

#exit-intent-tempalte15 .exit-intent-title span b {
    font-size: 30px;
}

#exit-intent-tempalte15 .exit-intent-desc span b {
    font-size: 15px;
}

#exit-intent-tempalte15 .exit-intent-desc span {
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    margin: 0 0 35px 0;
    color: #000;
    width: 100%;
    position: relative;
    text-align: center!important;
}

#exit-intent-tempalte15 form {
    margin: 0 0 25px 0!important;
    padding: 0!important;
    display: flex;
}

#exit-intent-tempalte15 input {
    display: block;
    text-align: left;
    font-size: 15px;
    color: #333333;
    font-weight: 200;
    margin: 0 auto;
    padding: 0 5px;
    max-width: 600px;
    height: auto !important;
    border: 1px solid rgba(0,0,0,0.1);
    width: 60%;
    border-radius: 0!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    outline: none!important;
    float: left;
    /*background: url(https://app.wigzo.com/assets/img/email.png) no-repeat scroll 5px 5px;*/
    /*padding-left: 30px;*/
}

#exit-intent-tempalte15 button[type=submit] {
    position: relative;
    color: #fff;
    text-decoration: none;
    background: #e7402e;
    font-size: inherit;
    font-weight: 200;
    max-width: 600px;
    display: inline-block;
    padding: 5px 0;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    transition: all 100ms;
    width: 40%;
    height: auto;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    border: 0!important;
    border-radius: 0!important;
    outline: none!important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#exit-intent-tempalte15 button[type=submit] b {
}

#exit-intent-tempalte15 button[type=submit]:active {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    top: 0;
}

#exit-intent-tempalte15 ::-webkit-input-placeholder {
    color: rgba(0,0,0,0.9);
    text-align: left;
    padding: 0;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte15 :-moz-placeholder {
    color: rgba(0,0,0,0.9);
    opacity: 1;
    text-align: left;
    padding: 0;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte15 ::-moz-placeholder {
    color: rgba(0,0,0,0.9);
    opacity: 1;
    text-align: left;
    padding: 0;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte15 :-ms-input-placeholder {
    color: rgba(0,0,0,0.9);
    text-align: left;
    padding: 0;
    font-style: normal;
    font-weight: 100;
}

#exit-intent-tempalte16 {
    text-align: center;
    padding: 0;
    background: #fff;
    margin: 0;
}

#exit-intent-tempalte16 .exit-intent-banner {
    margin: 0!important;
    padding: 0!important;
    width: 100%;
    max-width: 300px;
    max-height: 300px;
}

#exit-intent-tempalte16 .exit-intent-banner img {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    height: auto;
    width: 100%;
    max-width: 300px;
    max-height: 300px;
}

#exit-intent-tempalte16 .exit-intent-title span {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    padding: 20px 5px 0;
    color: #000;
    width: 100%;
    position: relative;
    text-align: center!important;
}

#exit-intent-tempalte16 .exit-intent-desc span {
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    padding: 0 5px 5px 5px;
    color: #000;
    width: 100%;
    position: relative;
    text-align: center!important;
}

#exit-intent-tempalte16 form {
    margin: 0 0 25px 0!important;
    padding: 0 15px!important;
    display: flex;
}

#exit-intent-tempalte16 input {
    display: block;
    text-align: left;
    font-size: 15px;
    color: #333333;
    font-weight: 200;
    margin: 0 auto;
    padding: 0 5px;
    max-width: 600px;
    height: auto !important;
    border: 1px solid #000;
    width: 60%;
    border-radius: 0!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    outline: none!important;
    float: left;
    /*background: url(https://app.wigzo.com/assets/img/email.png) no-repeat scroll 5px center;
    padding-left: 30px;*/
}

#exit-intent-tempalte16 button[type=submit] {
    position: relative;
    color: #fff;
    text-decoration: none;
    background: #000;
    font-size: inherit;
    font-weight: 200;
    max-width: 600px;
    display: inline-block;
    padding: 5px 0;
    margin: 0 auto 0 0;
    text-align: center;
    cursor: pointer;
    transition: all 100ms;
    width: 40%;
    height: auto;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    border: 0!important;
    border-radius: 0!important;
    outline: none!important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#exit-intent-tempalte16 button[type=submit] b {
}

#exit-intent-tempalte16 button[type=submit]:active {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    top: 0;
}

#exit-intent-tempalte16 ::-webkit-input-placeholder {
    color: rgba(0,0,0,0.9);
    text-align: left;
    padding: 0;
    font-size: 15px;
    font-style: normal;
}

#exit-intent-tempalte16 :-moz-placeholder {
    color: rgba(0,0,0,0.9);
    opacity: 1;
    text-align: left;
    padding: 0;
    font-size: 15px;
    font-style: normal;
}

#exit-intent-tempalte16 ::-moz-placeholder {
    color: rgba(0,0,0,0.9);
    opacity: 1;
    text-align: left;
    padding: 0;
    font-style: normal;
    font-size: 15px;
}

#exit-intent-tempalte16 :-ms-input-placeholder {
    color: rgba(0,0,0,0.9);
    text-align: left;
    padding: 0;
    font-style: normal;
    font-size: 15px;
}

#WIGZOEXITINTENTTEMP17 {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: rgba(255,255,255,.9);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2147;
}

.wigzo-subscribe {
    width: 670px;
    height: 425px;
    background: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    text-align: left!important;
    margin-top: -213px;
    margin-left: -335px;
    -webkit-box-shadow: 0px 0px 43px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 43px rgba(0,0,0,0.2);
}

#exit-intent-tempalte17 .wigzo-subs-img-pos {
    position: absolute;
    top: 0px;
    left: 0px;
}

#exit-intent-tempalte17 .wigzo-subs-img-pos img {
    margin: 0!important;
    padding: 0!important;
    width: 240px;
    height: 425px;
}

#exit-intent-tempalte17 .wigzo-subscribe-wrapper {
    margin: 25px;
    padding: 0px;
    width: 620px;
    height: 375px;
    position: absolute;
    border: 1px solid #000;
}

#exit-intent-tempalte17 .wigzo-subscribe-content-area {
    margin-left: 210px;
    padding: 60px
}

#exit-intent-tempalte17 h3.wigzo-subscribe-title span {
    font-size: 24px;
    text-transform: uppercase;
    font-family: times;
    line-height: 1em;
    padding: 0px;
    margin: 0px;
    color: #000;
}

#exit-intent-tempalte17 .wigzo-title-bottom-line {
    border-bottom: 1px solid #000;
    margin: 22px 0px 19px;
    height: 1px;
}

#exit-intent-tempalte17 .wigzo-subscribe-content-area p span {
    font-size: 14px;
    font-family: arial;
    color: #000;
    line-height: 1.8em;
    margin: 0px;
    padding: 0px;
}

#exit-intent-tempalte17 .wigzo-subs-pop-form {
    margin: 0px;
    padding: 0px;
    margin-top: 22px;
}

#exit-intent-tempalte17 .wigzo-subs-pop-input {
    width: 90%;
    padding: 10px 5%;
    color: #1f1e1e;
    font-size: 13px;
    text-shadow: none;
    appearance: none;
    outline: none;
    border: 1px solid #e2e2e2;
    border-radius: 0px;
    -webkit-appearance: none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}

#exit-intent-tempalte17 .wigzo-subs-pop-input:focus {
    border: 1px solid #000;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

#exit-intent-tempalte17 .wigzo-subs-pop-input::-webkit-input-placeholder {
    color: #1f1e1e;
}

#exit-intent-tempalte17 .wigzo-subs-pop-input::-moz-placeholder {
    color: #1f1e1e;
    opacity: 1;
}

#exit-intent-tempalte17 .wigzo-subs-pop-input:-ms-input-placeholder {
    color: #1f1e1e;
}

#exit-intent-tempalte17 .wigzo-subs-pop-input:-moz-placeholder {
    color: #1f1e1e;
    opacity: 1;
}

#exit-intent-tempalte17 .wigzo-btn-subscribe {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 15px 35px;
    font-size: 12px;
    line-height: 1em;
    margin-top: 15px;
    cursor: pointer;
}

#exit-intent-tempalte17 .wigzo-subscribe-close-icon {
    position: absolute;
    right: 40px;
    top: 40px;
    opacity: 1;
}

#exit-intent-tempalte17 .wigzo-subscribe-close-icon img,.wigzo-subscribe-close-icon:focus {
    border: 0px;
    outline: none;
}

#wigzo-secret-offers-popup {
    background: #fff;
    position: fixed;
    bottom: 0px;
    padding: 25px 0px;
    width: 100%;
    border-top: 1px solid #c0c0c0;
    z-index: 934;
}

#wigzo-secret-offers-popup .wigzo-secret-offers-wrap {
    position: relative;
}

#wigzo-secret-offers-popup .wigzo-secret-offers-wrap h3 {
    margin: 0px;
    padding: 10px 0 0 0;
    font-size: 15px;
    font-family: arial;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center!important;
}

#wigzo-secret-offers-popup .wigzo-mobile-offers-form {
    margin-top: 20px;
    padding: 0px 25px;
    position: relative;
    display: flex;
}

#wigzo-secret-offers-popup .wigzo-mobile-offers-form .wigzo-mobile-offers-input {
    padding: 10px 5%;
    width: 100%;
    color: #1f1e1e;
    font-size: 12px;
    text-shadow: none;
    appearance: none;
    outline: none;
    border: 1px solid #8e8e8e;
    border-radius: 4px;
    -webkit-appearance: none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    height: auto;
    line-height: 15px;
}

#wigzo-secret-offers-popup .wigzo-mobile-offers-form .wigzo-mobile-offers-input:focus {
    border: 1px solid #000;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

#wigzo-secret-offers-popup .wigzo-mobile-offers-form .wigzo-mobile-offers-input::-webkit-input-placeholder {
    color: #000;
}

#wigzo-secret-offers-popup .wigzo-mobile-offers-form .wigzo-mobile-offers-input::-moz-placeholder {
    color: #000;
    opacity: 1;
}

#wigzo-secret-offers-popup .wigzo-mobile-offers-form .wigzo-mobile-offers-input:-ms-input-placeholder {
    color: #000;
}

#wigzo-secret-offers-popup .wigzo-mobile-offers-form .wigzo-mobile-offers-input:-moz-placeholder {
    color: #000;
    opacity: 1;
}

#wigzo-secret-offers-popup .wigzo-btn-offers {
    position: absolute;
    right: 28px;
    top: 3px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 7px 12px;
    font-size: 12px;
    line-height: 15px;
    cursor: pointer;
    width: auto;
    overflow: visible;
    margin: 0;
}

#wigzo-secret-offers-popup .wigzo-offers-close-icon {
    position: absolute;
    line-height: 1em;
    left: 50%;
    top: -46px;
    padding: 15px;
    margin-left: -23px;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
}

#wigzo-secret-offers-popup .wigzo-offers-close-icon img,.wigzo-offers-close-icon:focus {
    border: 0px;
    outline: none;
    margin: 0;
    padding: 0;
}

#WIGZOEXITINTENTTEMP0,#WIGZOEXITINTENTTEMP1,#WIGZOEXITINTENTTEMP3,#WIGZOEXITINTENTTEMP4,#WIGZOEXITINTENTTEMP5,#WIGZOEXITINTENTTEMP6,#WIGZOEXITINTENTTEMP8,#WIGZOEXITINTENTTEMP10,#WIGZOEXITINTENTTEMP11,#WIGZOEXITINTENTTEMP12,#WIGZOEXITINTENTTEMP13,#WIGZOEXITINTENTTEMP15,#WIGZOEXITINTENTTEMP16 {
    position: fixed;
    width: 100%;
    display: block;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 93462627999;
}
/* Template 19 starts here */
.wigzoHolderLarge,
.wigzoHolderLarge * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: Lato, Arial, Helvetica, sans-serif;
}
.wigzoHolderLarge .fullTemplateRedirect{
    cursor: pointer;
}
.wigzo-notification-lg {
    height: 100%;
}
.wigzo-notification-lg-info {
    padding: 15px 20px 15px 110px;
    height: 100%;
    position: relative
}
.wigzoHolderLarge,
.wigzoHolderLarge.smaller-size {
    position: fixed;
    background-color: #ffffff !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.wigzoHolderLarge {
    display: none;
    max-width: 93%;
    width: 400px;
    height: auto;
}
.wigzoHolderLarge.wigzo-top-animation-large{
    -moz-animation: slide-wigzo-down-top-animation-large 2s ease-in-out 1;
    -o-animation: slide-wigzo-down-top-animation-large ease-in-out 1;
    -ms-animation: slide-wigzo-down-top-animation-large 2s ease-in-out 1;
    -webkit-animation: slide-wigzo-down-top-animation-large 2s ease-in-out 1;
    animation: slide-wigzo-down-top-animation-large 2s ease-in-out 1;
    top: 0;
    right: calc(50% - 165px);
}
.wigzoHolderLarge a {
    text-decoration: none !important;
    color: inherit !important;
}
.wigzoHolderLarge a:hover {
    text-decoration: underline
}
.wigzoHolderLarge.smaller-size {
    width: 330px;
    height: auto;
}
.smaller-size .wigzo-notification-lg-info .wigzo-message {
    font-size: 14px;
    padding-bottom: 0;
    font-family: Arial;
    text-align: center;
}
.smaller-size .wigzo-notification-lg-info .wigzo-message  h1{
    font-size: 30px;
    color: #fff;
    line-height: normal;
    font-weight: normal;
    letter-spacing: 1.5px;
}
.smaller-size .wigzo-notification-lg-info .wigzo-message  h1 b{
    font-size: 41px;
    color: inherit;
}
.smaller-size .wigzo-notification-lg-info .wigzo-message  h1 span{
    font-size: 20px;
    color: inherit;
}
.smaller-size .wigzo-notification-lg-info .wigzo-message  h1:after{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dashed #fff;
    padding: 0;
    content: '';
    margin: 10px -15px;
}
.smaller-size .wigzo-notification-lg-info .wigzo-message  strong{
    font-size: 13px;
    color: #333;
    padding: 5px;
    background: #e7ecf2;
    font-weight: normal;
    display: block;
    margin: 0 auto 5px;
    border-radius: 4px;
}
.smaller-size .wigzo-notification-lg-info .wigzo-message  strong b{
    font-weight: bold;
}
.smaller-size .wigzo-notification-lg-info .wigzo-message  p{
    margin: 0;
    color: #54bcef;
    font-size: 16px;
}
.smaller-size .wigzo-event-image {
    width: 70px
}
.smaller-size .wigzo-notification-lg-info {
    padding: 20px;
}
.smaller-size .wigzo-time-stamp {
    position: static;
    margin-top: 5px
}
@-moz-keyframes slide-wigzo-down-top-animation-large {
    0% {
        bottom: auto;
        top: -100%;
        right: calc(50% - 165px);
    }
    100% {
        top: 0;
        right: calc(50% - 165px);
    }
}
@-webkit-keyframes slide-wigzo-down-top-animation-large {
    0% {
        bottom: auto;
        top: -100%;
        right: calc(50% - 165px);
    }
    100% {
        top: 0;
        right: calc(50% - 165px);
    }
}
@-ms-keyframes slide-wigzo-down-top-animation-large {
    0% {
        bottom: auto;
        top: -100%;
        right: calc(50% - 165px);
    }
    100% {
        top: 0;
        right: calc(50% - 165px);
    }
}
@-o-keyframes slide-wigzo-down-top-animation-large {
    0% {
        bottom: auto;
        top: -100%;
        right: calc(50% - 165px);
    }
    100% {
        top: 0;
        right: calc(50% - 165px);
    }
}
@keyframes slide-wigzo-down-top-animation-large {
    0% {
        bottom: auto;
        top: -100%;
        right: calc(50% - 165px);
    }
    100% {
        top: 0;
        right: calc(50% - 165px);
    }
}
.wigzo-notification-lg-info .wigzo-message {
    line-height: 1.4
}
.wigzo-event-image>a {
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}
#wigzoInnerHolder span#closeWigzo {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 3px;
    right: 6px;
    line-height: normal;
    color: #fff;
}
#wigzoInnerHolder span#closeWigzo:after {
    content: "\00d7";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: inherit;
}
.wigzoHolderLarge {
    border-radius: 0;
    overflow: hidden;
    z-index: 2147483647;
    text-align: left;
}
@media only screen and (max-device-width: 425px) {
    .wigzoHolderLarge.wigzo-top-animation-large{
        -moz-animation: slide-wigzo-down-top-animation-large 2s ease-in-out 1;
        -o-animation: slide-wigzo-down-top-animation-large ease-in-out 1;
        -ms-animation: slide-wigzo-down-top-animation-large 2s ease-in-out 1;
        -webkit-animation: slide-wigzo-down-top-animation-large 2s ease-in-out 1;
        animation: slide-wigzo-down-top-animation-large 2s ease-in-out 1;
        top: 0;
        right: 0;
        left: 0;
    }
    @-moz-keyframes slide-wigzo-down-top-animation-large {
        0% {
            bottom: auto;
            top: -100%;
            right: 0;
            left:0;
        }
        100% {
            top: 0;
            right: 0;
            left:0;
        }
    }
    @-webkit-keyframes slide-wigzo-down-top-animation-large {
        0% {
            bottom: auto;
            top: -100%;
            right: 0;
            left:0;
        }
        100% {
            top: 0;
            right: 0;
            left:0;
        }
    }
    @-ms-keyframes slide-wigzo-down-top-animation-large {
        0% {
            bottom: auto;
            top: -100%;
            right: 0;
            left:0;
        }
        100% {
            top: 0;
            right: 0;
            left:0;
        }
    }
    @-o-keyframes slide-wigzo-down-top-animation-large {
        0% {
            bottom: auto;
            top: -100%;
            right: 0;
            left:0;
        }
        100% {
            top: 0;
            right: 0;
            left:0;
        }
    }
    @keyframes slide-wigzo-down-top-animation-large {
        0% {
            bottom: auto;
            top: -100%;
            right: 0;
            left:0;
        }
        100% {
            top: 0;
            right: 0;
            left:0;
        }
    }
    .wigzoHolderLarge,
    .wigzoHolderLarge.smaller-size {
        max-width: 100%;
        border-radius: 0;
        width: 100%
    }
    .wigzo-notification-lg-info {
        padding: 5px 5px 20px 110px
    }
    .wigzo-notification-lg-info .wigzo-message,
    .wigzo-notification-lg-info .wigzo-message span {
        font-size: 12px
    }
}
/* Template 19 ends here */



/* Template 20 starts here */
.wigzoCoupanSmall,
.wigzoCoupanSmall * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: Lato, Arial, Helvetica, sans-serif;
}
.wigzoCoupanSmall .fullTemplateRedirect{
    cursor: pointer;
}
.wigzo-notification-sm {
    height: 100%;
}
.wigzo-notification-sm-info {
    padding: 15px 20px 15px 110px;
    height: 100%;
    position: relative
}
.wigzoCoupanSmall,
.wigzoCoupanSmall.smaller-size {
    position: fixed;
    background-color: #f4bb23 !important;
    background-size: cover !important;
    background-repeat: repeat !important;
}
.wigzoCoupanSmall {
    display: none;
    max-width: 100%;
    width: 400px;
    height: auto;
}
.wigzoCoupanSmall.wigzo-top-animation{
    -moz-animation: slide-wigzo-down-top-animation 1s ease-in-out 1;
    -o-animation: slide-wigzo-down-top-animation ease-in-out 1;
    -ms-animation: slide-wigzo-down-top-animation 1s ease-in-out 1;
    -webkit-animation: slide-wigzo-down-top-animation 1s ease-in-out 1;
    animation: slide-wigzo-down-top-animation 1s ease-in-out 1;
    top: 0;
    bottom: auto;
    right: 0;
    left: 0;
}
.wigzoCoupanSmall.wigzo-bottom-animation{
    -moz-animation: slide-wigzo-up-bottom-animation 1s ease-in-out 1;
    -o-animation: slide-wigzo-up-bottom-animation ease-in-out 1;
    -ms-animation: slide-wigzo-up-bottom-animation 1s ease-in-out 1;
    -webkit-animation: slide-wigzo-up-bottom-animation 1s ease-in-out 1;
    animation: slide-wigzo-up-bottom-animation 1s ease-in-out 1;
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
}
.wigzoCoupanSmall a {
    text-decoration: none !important;
    color: inherit !important;
}
.wigzoCoupanSmall a:hover {
    text-decoration: underline
}
.wigzoCoupanSmall.smaller-size {
    width: 100%;
    height: auto;
}
.smaller-size .wigzo-notification-sm-info .wigzo-message {
    font-size: 14px;
    padding-bottom: 0;
    font-family: Arial;
    text-align: center;
}
.smaller-size .wigzo-notification-sm-info .wigzo-message .logo-container{
    position: relative;
    width: 75px;
    height: 75px;
}
.smaller-size .wigzo-notification-sm-info .wigzo-message .logo-container img{
    width: auto !important;
    height: 100% !important;
}
.smaller-size .wigzo-notification-sm-info .wigzo-message .logo-container.left{
    float: left;
    margin: -10px 25px 10px 0px;
}
.smaller-size .wigzo-notification-sm-info .wigzo-message .logo-container.right{
    float: right;
    margin: -10px 25px 10px 0px;
}
.smaller-size .wigzo-notification-sm-info .wigzo-message .logo-container.center{
    margin: 15px;
    margin-top: 0;
    width: 100%;
}
.smaller-size .wigzo-notification-sm-info .wigzo-message  h1{
    font-size: 16px;
    color: #666;
    line-height: normal;
    font-weight: normal;
    letter-spacing: 1.5px;
}
.smaller-size .wigzo-notification-sm-info .wigzo-message  h1 b{
    font-size: inherit;
    color: inherit;
}
.smaller-size .wigzo-notification-sm-info {
    padding: 20px 30px;
}
@-moz-keyframes slide-wigzo-down-top-animation {
    0% {
        bottom: auto;
        top: -50%;
        right: 0;
        left: 0;
    }
    100% {
        top: 0;
        right: 0;
        left: 0;
    }
}
@-webkit-keyframes slide-wigzo-down-top-animation {
    0% {
        bottom: auto;
        top: -50%;
        right: 0;
        left: 0;
    }
    100% {
        top: 0;
        right: 0;
        left: 0;
    }
}
@-ms-keyframes slide-wigzo-down-top-animation {
    0% {
        bottom: auto;
        top: -50%;
        right: 0;
        left: 0;
    }
    100% {
        top: 0;
        right: 0;
        left: 0;
    }
}
@-o-keyframes slide-wigzo-down-top-animation {
    0% {
        bottom: auto;
        top: -50%;
        right: 0;
        left: 0;
    }
    100% {
        top: 0;
        right: 0;
        left: 0;
    }
}
@keyframes slide-wigzo-down-top-animation {
    0% {
        bottom: auto;
        top: -50%;
        right: 0;
        left: 0;
    }
    100% {
        top: 0;
        right: 0;
        left: 0;
    }
}
@-moz-keyframes slide-wigzo-up-bottom-animation {
    0% {
        top: auto;
        bottom: -50%;
        right: 0;
        left: 0;
    }
    100% {
        bottom: 0;
        right: 0;
        left: 0;
    }
}
@-webkit-keyframes slide-wigzo-up-bottom-animation {
    0% {
        top: auto;
        bottom: -50%;
        right: 0;
        left: 0;
    }
    100% {
        bottom: 0;
        right: 0;
        left: 0;
    }
}
@-ms-keyframes slide-wigzo-up-bottom-animation {
    0% {
        top: auto;
        bottom: -50%;
        right: 0;
        left: 0;
    }
    100% {
        bottom: 0;
        right: 0;
        left: 0;
    }
}
@-o-keyframes slide-wigzo-up-bottom-animation {
    0% {
        top: auto;
        bottom: -50%;
        right: 0;
        left: 0;
    }
    100% {
        bottom: 0;
        right: 0;
        left: 0;
    }
}
@keyframes slide-wigzo-up-bottom-animation {
    0% {
        top: auto;
        bottom: -50%;
        right: 0;
        left: 0;
    }
    100% {
        bottom: 0;
        right: 0;
        left: 0;
    }
}
.wigzo-notification-sm-info .wigzo-message {
    line-height: 1.4
}
.wigzo-event-image>a {
    z-index: 9999;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}
#wigzoInnerHolderSmall span#closeWigzo {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    line-height: normal;
    color: #666;
}
#wigzoInnerHolderSmall span#closeWigzo:after {
    content: "\00d7";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: inherit;
}
.WIGZOEXITINTENTTEMP26 #wigzoInnerHolderSmall span#closeWigzo:after{
    font-size: 27px!important;
}
.wigzoCoupanSmall {
    border-radius: 0;
    overflow: hidden;
    z-index: 2147483647;
    text-align: left;
}
@media only screen and (max-device-width: 425px) {
    .wigzoCoupanSmall.wigzo-top-animation{
        -moz-animation: slide-wigzo-down-top-animation 1s ease-in-out 1;
        -o-animation: slide-wigzo-down-top-animation ease-in-out 1;
        -ms-animation: slide-wigzo-down-top-animation 1s ease-in-out 1;
        -webkit-animation: slide-wigzo-down-top-animation 1s ease-in-out 1;
        animation: slide-wigzo-down-top-animation 1s ease-in-out 1;
        top: 0;
        bottom: auto;
        right: 0;
        left: 0;
    }
    .wigzoCoupanSmall.wigzo-bottom-animation{
        -moz-animation: slide-wigzo-up-bottom-animation 1s ease-in-out 1;
        -o-animation: slide-wigzo-up-bottom-animation ease-in-out 1;
        -ms-animation: slide-wigzo-up-bottom-animation 1s ease-in-out 1;
        -webkit-animation: slide-wigzo-up-bottom-animation 1s ease-in-out 1;
        animation: slide-wigzo-up-bottom-animation 1s ease-in-out 1;
        bottom: 0;
        top: auto;
        right: 0;
        left: 0;
    }
    @-moz-keyframes slide-wigzo-down-top-animation {
        0% {
            bottom: auto;
            top: -50%;
            right: 0;
            left: 0;
        }
        100% {
            top: 0;
            right: 0;
            left: 0;
        }
    }
    @-webkit-keyframes slide-wigzo-down-top-animation {
        0% {
            bottom: auto;
            top: -50%;
            right: 0;
            left: 0;
        }
        100% {
            top: 0;
            right: 0;
            left: 0;
        }
    }
    @-ms-keyframes slide-wigzo-down-top-animation {
        0% {
            bottom: auto;
            top: -50%;
            right: 0;
            left: 0;
        }
        100% {
            top: 0;
            right: 0;
            left: 0;
        }
    }
    @-o-keyframes slide-wigzo-down-top-animation {
        0% {
            bottom: auto;
            top: -50%;
            right: 0;
            left: 0;
        }
        100% {
            top: 0;
            right: 0;
            left: 0;
        }
    }
    @keyframes slide-wigzo-down-top-animation {
        0% {
            bottom: auto;
            top: -50%;
            right: 0;
            left: 0;
        }
        100% {
            top: 0;
            right: 0;
            left: 0;
        }
    }
    @-moz-keyframes slide-wigzo-up-bottom-animation {
        0% {
            top: auto;
            bottom: -50%;
            right: 0;
            left: 0;
        }
        100% {
            bottom: 0;
            right: 0;
            left: 0;
        }
    }
    @-webkit-keyframes slide-wigzo-up-bottom-animation {
        0% {
            top: auto;
            bottom: -50%;
            right: 0;
            left: 0;
        }
        100% {
            bottom: 0;
            right: 0;
            left: 0;
        }
    }
    @-ms-keyframes slide-wigzo-up-bottom-animation {
        0% {
            top: auto;
            bottom: -50%;
            right: 0;
            left: 0;
        }
        100% {
            bottom: 0;
            right: 0;
            left: 0;
        }
    }
    @-o-keyframes slide-wigzo-up-bottom-animation {
        0% {
            top: auto;
            bottom: -50%;
            right: 0;
            left: 0;
        }
        100% {
            bottom: 0;
            right: 0;
            left: 0;
        }
    }
    @keyframes slide-wigzo-up-bottom-animation {
        0% {
            top: auto;
            bottom: -50%;
            right: 0;
            left: 0;
        }
        100% {
            bottom: 0;
            right: 0;
            left: 0;
        }
    }
    .wigzoCoupanSmall,
    .wigzoCoupanSmall.smaller-size {
        max-width: 100%;
        border-radius: 0;
        width: 100%
    }
    .wigzo-notification-sm-info {
        padding: 5px 5px 20px 110px
    }
    .wigzo-notification-sm-info .wigzo-message,
    .wigzo-notification-sm-info .wigzo-message span {
        font-size: 12px
    }
}
/*Template 22 starts here*/
.wigzo-control-label1{color:#808080;font-size: 10px;font-weight: 400;letter-spacing: .1px;line-height: 20px;}
.temp22_check:checked,
.temp22_check:not(:checked){position:absolute;left:-9999px}
.temp22_check:checked + label,
.temp22_check:not(:checked) + label{position:relative;display:block;padding:25px;cursor:pointer;}
.temp22_check:checked + label:before,
.temp22_check:not(:checked) + label:before{content:'';position:absolute;left:0;margin-left:0px;top:4px;width:12px;height:12px;border:1px solid #e4e4e4;border-radius:0;background:#ffffff;}
.temp22_check:checked + label:after,
.temp22_check:not(:checked) + label:after {content:'';width:6px;height:6px;background:#9d0000;position:absolute;top:7px;left:-1px;margin-left:4px;border-radius:0;transition: visibility .4s;}
.temp22_check:checked + label,
.temp22_check:not(:checked) + label{padding: 0px;padding-left: 22px; left:-3px;}
.temp22_check:not(:checked) + label:after {opacity:0;visibility:hidden;}
.temp22_check:checked+label:after{opacity:1;visibility:visible;}
.exit-intent-desc-temp22 span{
    font-size: 12px;
    margin-top: -16px;
}
.exit-intent-desc-temp22{
    margin-left: 14px;
}

/*Template 22 ends here*/
/* Template 20 ends here */

#WIGZOEXITINTENTCUSTOMTEMP {
    position: fixed;
    width: 100%;
    display: block;
    height: 100vh!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 93462627999;
}

.wigzo-exit-intent-template-error {
    border: 1px solid red!important;
}
.wigzo-col-12 {
    width: 100%;
    float: left;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    min-height: 1px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wigzo-col-8 {
    width: 66.66666667%;
    float: left;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    min-height: 1px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wigzo-col-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    min-height: 1px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wigzo-col-6 {
    width: 50%;
    float: left;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    min-height: 1px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.exitintent-error-block {
    margin-top: 2px;
    margin-bottom: 15px;
    font-size: 11px;
    color: #F41D56;
    font-family: 'Ubuntu',sans-serif;
    font-weight: 400;
    display: block;
}

@media (max-width: 991px) and (min-width: 1px) {
    .wigzo-col-4,.wigzo-col-6,.wigzo-col-8,.wigzo-col-12 {
        width:100%;
        float: left;
        position: relative;
        padding-right: 10px;
        padding-left: 10px;
        min-height: 1px;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/* Template 23 CSS Starts Here */

#WIGZOEXITINTENTTEMP23 {
    text-align: center;
    padding: 15px;
    background: #000;
}


#WIGZOEXITINTENTTEMP23 .exit-intent-title span {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight: 500;
    line-height:1.1;
    display:inline-block;
    padding:10px 0;
    color: #333;
    width:100%;
    position:relative;
}
#WIGZOEXITINTENTTEMP23 .exit-intent-desc span {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    display:inline-block;
    margin:15px 0 5px 0;
    color: #333;
    text-transform: uppercase;
    position:relative;
}
#WIGZOEXITINTENTTEMP23 .exit-intent-desc span.line{
    margin-top: 28px;
    width: 85px;
    display: inline-block;
    border-bottom: 5px solid;
    vertical-align: top;
}
#WIGZOEXITINTENTTEMP23 input {
    display : block;
    text-align : center;
    font-size : 14px;
    color : #767e9f;
    font-weight : 100;
    margin: 0 auto;
    max-width: 600px;

    height : 50px;
    margin-bottom : 11px;
    border: 1px solid #e5e9ef;
    width: 96%;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}
#WIGZOEXITINTENTTEMP23 #wigzo_exit_intent_template_form input  {
    width: 100%;
    min-height: 48px;
    color: #767e9f;
    font-size: 12px;
    padding: 0 0 0 16px;
    position: relative;
    border: solid 1px #e5e9ef;
    font-family: Helvetica,Arial,"sans-serif";
}

#WIGZOEXITINTENTTEMP23 #wigzo_exit_intent_template_form input::placeholder {
    color: #b0b4c7;
    letter-spacing: .7px;
}

#WIGZOEXITINTENTTEMP23 .flex-container{
    display: flex;
    flex-direction: row;
}


#WIGZOEXITINTENTTEMP23 button {
    position : relative;
    color: #fff;
    text-decoration : none;
    background: #ed2117;
    font-size : 14px;
    vertical-align: top;
    font-weight: 700;
    max-width: 600px;
    display : block;
    padding : 12px 0;
    margin : 10px auto;
    text-align : center;
    cursor : pointer;
    transition: all 100ms;
    width: 90%;
    -webkit-appearance: button;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border:0 !important;
    border-radius:0 !important;
    outline:none !important;
    letter-spacing: .3px;
}
#WIGZOEXITINTENTTEMP23 .yes-btn{
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 700;
    width:100%;
    max-width: 289px;
    background:#ee5858;
    color:#fff;
    display: inline-block;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    margin: 5px;
    float: right;
    border: solid 1px #ee5858;
}
#WIGZOEXITINTENTTEMP23 .no-btn{
    width:100%;
    max-width: 289px;
    background:#f4f6fd;
    border-color: #e5e9ef;
    color:#6c6c6c;
    display: inline-block;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    margin: 5px;
    float: left;
    border: solid 1px #e5e9ef;
}

#WIGZOEXITINTENTTEMP23 .customchk input[type="checkbox"],
#WIGZOEXITINTENTTEMP23 .customchk input[type="radio"] {
    border: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    outline: 0;
    position: absolute;
    left: 0;
    top: 0;
}
#WIGZOEXITINTENTTEMP23 .checkbox input[type="checkbox"],
#WIGZOEXITINTENTTEMP23 .radio input[type="radio"] {
    position: absolute;
    width: 18px;
    height: 18px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    left: 0;
    cursor: pointer;
}
#WIGZOEXITINTENTTEMP23 .radio input[type="radio"],
#WIGZOEXITINTENTTEMP23 .radio-inline input[type="radio"],
#WIGZOEXITINTENTTEMP23 .checkbox input[type="checkbox"],
#WIGZOEXITINTENTTEMP23 .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px;
    margin-left: -20px;
}
#WIGZOEXITINTENTTEMP23 input[type="checkbox"],
#WIGZOEXITINTENTTEMP23 input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
#WIGZOEXITINTENTTEMP23 input,
#WIGZOEXITINTENTTEMP23 button,
#WIGZOEXITINTENTTEMP23 select,
#WIGZOEXITINTENTTEMP23 textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: Helvetica,Arial,"sans-serif";
}
#WIGZOEXITINTENTTEMP23 input {
    line-height: normal;
}
#WIGZOEXITINTENTTEMP23 button,
#WIGZOEXITINTENTTEMP23 input,
#WIGZOEXITINTENTTEMP23 optgroup,
#WIGZOEXITINTENTTEMP23 select,
#WIGZOEXITINTENTTEMP23 textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
#WIGZOEXITINTENTTEMP23 .exit-intent-title-step2 span {
    font-family: 'Viga', sans-serif;
    font-size:30px;
    font-weight: 500;
    line-height:1.1;
    display:inline-block;
    padding:10px 0;
    color: #1aa5d9;
    width:100%;
    position:relative;
}
#WIGZOEXITINTENTTEMP23 .exit-intent-desc-step2 span {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    display:inline-block;
    margin:15px 0 5px 0;
    color: #333;
    text-transform: uppercase;
    position:relative;
}

#WIGZOEXITINTENTTEMP23 button[type=submit] b {

}
#WIGZOEXITINTENTTEMP23 button[type=submit]:active {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    top: 3px;
}
#WIGZOEXITINTENTTEMP23 div.wigzo-close-link {
    color: #000;
    position : relative;
    margin-top : 10px;
    border-bottom : 1px dashed;
    font-size : 18px;
    display : inline-block;
    font-weight : 100;
    font-style : italic;
    cursor : pointer;
    margin-bottom: 15px;
}
@media (max-width: 991px) and (min-width: 1px) {
    #WIGZOEXITINTENTTEMP23 div.wigzo-close-link {
        font-size:15px
    }
    #WIGZOEXITINTENTTEMP23 button[type=submit] {
        font-size:20px;
    }
    #WIGZOEXITINTENTTEMP23 input {
        color: #767e9f;
        font-size: 12px;
        height : 40px;
    }
    #WIGZOEXITINTENTTEMP23 .exit-intent-desc span.line{
        width:50px;
    }
}
/* Template 23 CSS Ends Here */

/* Custom Tempalte CSS */
.WIGZOEXITINTENTCUSTOMTEMP{
    padding:25px;
    background:#212121;
    min-height: 565px;
    overflow-x: hidden;
    overflow-y: auto;
    position:relative;
}
#wigzo-panel-preview-frame .WIGZOEXITINTENTCUSTOMTEMP #preview-iframe{
    position: relative;
    z-index: 1000;
    height: 510px;
    max-width:100%;
    overflow: hidden!important;
}
#preview-iframe{
    max-width: 100%;
    width: 100%;
    height: 510px;
    display: block;
    border: 0;
    margin: 0 auto;
}

.form-group.margin-0{
    margin-bottom: 0 !important;
}

.popup-size{
    width:100%;
    display:inline-block;
    margin-top: 20px;
    margin-bottom: 0;
}

.popup-size label{
    width:auto;
}

.popup-size div{
    width: 160px;
    text-align: right;
    float: right;
}

.popup-size input{
    width:65px;
    text-align:right;
    display:inline-block;
}

.popup-size span{
    display:inline-block;
    margin:5px;
}


/* End Custom Tempalte CSS */
/*Custom Checkbox CSS starts Here*/
.WIGZOEXITINTENTTEMP23 .customchk input[type="radio"], .WIGZOEXITINTENTTEMP24 .customchk input[type="radio"]{
    border: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    outline: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.WIGZOEXITINTENTTEMP23.customradio input[type="radio"], .WIGZOEXITINTENTTEMP24.customradio input[type="radio"]  {
    position: absolute;
    width: 18px;
    height: 18px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    left: 0;
    cursor: pointer;
}
.WIGZOEXITINTENTTEMP23 .customchk input[type="radio"]:before, .WIGZOEXITINTENTTEMP24 .customchk input[type="radio"]:before  {
    border-radius: 22px;
}
.WIGZOEXITINTENTTEMP23 .customchk input[type="radio"]:before, .WIGZOEXITINTENTTEMP24 .customchk input[type="radio"]:before {
    content: '';
    width: 22px;
    height: 22px;
    margin: 0 0 0;
    border: solid 1px #767e9f;
    display: inline-block;
    outline: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.WIGZOEXITINTENTTEMP23 .genders label, .WIGZOEXITINTENTTEMP24 .genders label{
    width: 100%;
    float: left;
    min-height: 48px;
    color: #767e9f;
    font-size: 12px;
    padding: 0 0 0 16px;
    position: relative;
    border: solid 1px #e5e9ef;
    text-align: left;
}
.WIGZOEXITINTENTTEMP23 .customradio label,.WIGZOEXITINTENTTEMP24 .customradio label{
    padding-left: 9px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.WIGZOEXITINTENTTEMP23 label, .WIGZOEXITINTENTTEMP24 label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    font-family: Helvetica,Arial,"sans-serif";
    color: #333;
}
.WIGZOEXITINTENTTEMP23 .genderblock,.WIGZOEXITINTENTTEMP24 .genderblock{
    display: flex;
}
.WIGZOEXITINTENTTEMP23 .genders .loginmale label span, .WIGZOEXITINTENTTEMP24 .genders .loginmale label span{
    background: url('https://app.wigzo.com/assets/img/exitintent-template/icon-male-blue.png') no-repeat left top;
    background-size: 24px auto;
}
.WIGZOEXITINTENTTEMP23 .genders label span, .WIGZOEXITINTENTTEMP24  .genders label span{
    padding: 7px 0 4px 35px;
    margin: 9px 0 0;
}
.WIGZOEXITINTENTTEMP23 .genders label span, .WIGZOEXITINTENTTEMP24 .genders label span {
    padding: 16px 0 0 0;
    display: inline-block;
}
.WIGZOEXITINTENTTEMP23 .popupbody .CO-shippingAdres-form.newslettersignupForm .genderblock,.WIGZOEXITINTENTTEMP24 .popupbody .CO-shippingAdres-form.newslettersignupForm .genderblock {
    padding: 0;
}
.WIGZOEXITINTENTTEMP23 .customchk .customradio .loginfemale, .WIGZOEXITINTENTTEMP24 .customchk .customradio .loginfemale{
    padding-left: 5px;
}
.WIGZOEXITINTENTTEMP23 .genders .customchk, .WIGZOEXITINTENTTEMP24 .genders .customchk{
    padding: 0;
    margin: 0 0 0;
    width: 50%;
}
.WIGZOEXITINTENTTEMP23 .genders .customradio, .WIGZOEXITINTENTTEMP24 .genders .customradio{
    float: left;
    margin: 0 0 0 30px;
}
.WIGZOEXITINTENTTEMP23 .customchk, .WIGZOEXITINTENTTEMP24 .customchk{
    position: relative;
    font-size: 12px;
    padding: 3px 0 0 31px;
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
}
.WIGZOEXITINTENTTEMP23 .customchk .customradio .loginfemale,.WIGZOEXITINTENTTEMP24 .customchk .customradio .loginfemale{
    padding-left: 5px;
}
.WIGZOEXITINTENTTEMP23 .genders .customchk, .WIGZOEXITINTENTTEMP24 .genders .customchk{
    padding: 0;
    margin: 0 0 0;
    width: 50%;
}
.WIGZOEXITINTENTTEMP23 .genders .customradio,.WIGZOEXITINTENTTEMP24 .genders .customradio{
    float: left;
    margin: 0 5px 9px 6px;
}
.WIGZOEXITINTENTTEMP23 .customchk, .WIGZOEXITINTENTTEMP24 .customchk{
    position: relative;
    font-size: 12px;
    padding: 3px 0 0 31px;
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
}
.WIGZOEXITINTENTTEMP23 .customchk input[type="radio"]:checked:before,.WIGZOEXITINTENTTEMP24 .customchk input[type="radio"]:checked:before {
    border: solid 4px #767e9f;
}
.WIGZOEXITINTENTTEMP23 .customchk input[type="radio"]:before, .WIGZOEXITINTENTTEMP24 .customchk input[type="radio"]:before{
    border-radius: 22px;
}
.WIGZOEXITINTENTTEMP23 .customchk input[type="radio"]:before, .WIGZOEXITINTENTTEMP24 .customchk input[type="radio"]:before{
    content: '';
    width: 22px;
    height: 22px;
    margin: 0 0 0;
    border: solid 1px #767e9f;
    display: inline-block;
    outline: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.WIGZOEXITINTENTTEMP23 .genders .customradio input[type="radio"]:checked + label,.WIGZOEXITINTENTTEMP24 .genders .customradio input[type="radio"]:checked + label  {
    border-color: #414f61;
    color: #767e9f;
    background: url('https://app.wigzo.com/assets/img/exitintent-template/icon-male-blue.png') no-repeat right center;
    background-size: 24px auto;
}
.WIGZOEXITINTENTTEMP23 .genders .loginfemale label span,.WIGZOEXITINTENTTEMP24 .genders .loginfemale label span{
    background: url('https://app.wigzo.com/assets/img/exitintent-template/icon-female-blue.png') no-repeat left top;
    background-size: 24px auto;
}
.WIGZOEXITINTENTTEMP23 .genders label span, .WIGZOEXITINTENTTEMP24 .genders label span  {
    padding: 7px 0 4px 35px;
    margin: 9px 0 0;
}
.WIGZOEXITINTENTTEMP23 .genders .customradio input[type="radio"]:checked + label,.WIGZOEXITINTENTTEMP24 .genders .customradio input[type="radio"]:checked + label {
    border-color: #414f61;
    color: #767e9f;
    background: url('https://app.wigzo.com/assets/img/exitintent-template/icon-blue-yellow.png') no-repeat right center;
    background-size: 24px auto;
}
.WIGZOEXITINTENTTEMP23 .customchk input[type="radio"]:checked:before,.WIGZOEXITINTENTTEMP24 .customchk input[type="radio"]:checked:before {
    border: solid 4px #767e9f;
}
.WIGZOEXITINTENTTEMP23 .genders .customradio input[type="radio"]:checked + label,.WIGZOEXITINTENTTEMP24 .genders .customradio input[type="radio"]:checked + label  {
    border-color: #414f61;
    color: #767e9f;
    background: url('https://app.wigzo.com/assets/img/exitintent-template/icon-blue-yellow.png') no-repeat right center;
    background-size: 24px auto;
}
.genderblockParent{
    display: flex;
    width: 100%;
}
/*Template 24 css starts here*/

.WIGZOEXITINTENTTEMP24.input, .WIGZOEXITINTENTTEMP24 .button, .WIGZOEXITINTENTTEMP24 select, .WIGZOEXITINTENTTEMP24 textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: Helvetica,Arial,"sans-serif";
}
.WIGZOEXITINTENTTEMP24.input {
    line-height: normal;
}
.WIGZOEXITINTENTTEMP24 button,
.WIGZOEXITINTENTTEMP24 input,
.WIGZOEXITINTENTTEMP24 optgroup,
.WIGZOEXITINTENTTEMP24 select,
.WIGZOEXITINTENTTEMP24 textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
.WIGZOEXITINTENTTEMP24 .exit-intent-title-step2 span {
    font-size:30px;
    font-weight: 500;
    line-height:1.1;
    display:inline-block;
    padding:10px 0;
    color: #1aa5d9;
    width:100%;
    position:relative;
}
.WIGZOEXITINTENTTEMP24 .exit-intent-desc-step2 span {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    display:inline-block;
    margin:15px 0 5px 0;
    color: #333;
    text-transform: uppercase;
    position:relative;
}

.WIGZOEXITINTENTTEMP24 button[type=submit] b {

}
.WIGZOEXITINTENTTEMP24 button[type=submit]:active {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    top: 3px;
}
.WIGZOEXITINTENTTEMP24 .flex-container{
    display: flex;
    flex-direction: row;
}


.WIGZOEXITINTENTTEMP24 button {
    position : relative;
    color: #fff;
    text-decoration : none;
    background: #ed2117;
    font-size : 14px;
    vertical-align: top;
    font-weight: 700;
    display : block;
    padding : 12px 0;
    margin : 10px auto;
    text-align : center;
    cursor : pointer;
    transition: all 100ms;
    width: 100%;
    -webkit-appearance: button;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border:0 !important;
    border-radius:0 !important;
    outline:none !important;
    letter-spacing: .3px;
}
.WIGZOEXITINTENTTEMP24 .yes-btn{
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 700;
    width:100%;
    background:#ee5858;
    color:#fff;
    display: inline-block;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    margin-right: 5px;
    float: right;
    border: solid 1px #ee5858;
    margin-left: 5px;
}
.WIGZOEXITINTENTTEMP24 .no-btn{
    width:100%;
    background:#f4f6fd;
    border-color: #e5e9ef;
    color:#6c6c6c;
    display: inline-block;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    float: left;
    border: solid 1px #e5e9ef;
}

.WIGZOEXITINTENTTEMP24 {
    text-align: center;
    background: #000;
}


.WIGZOEXITINTENTTEMP24 .exit-intent-title span {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight: 500;
    line-height:1.1;
    display:inline-block;
    padding:10px 0;
    color: #333;
    width:100%;
    position:relative;
}
.WIGZOEXITINTENTTEMP24 .exit-intent-desc span {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    display:inline-block;
    margin:15px 0 5px 0;
    color: #333;
    /*text-transform: uppercase;*/
    position:relative;
    margin-bottom: 20px;
}
.WIGZOEXITINTENTTEMP24 .exit-intent-title-step2 span {
    font-family: 'Viga', sans-serif;
    font-size:30px;
    font-weight: 500;
    line-height:1.1;
    display:inline-block;
    padding:10px 0;
    color: #1aa5d9;
    width:100%;
    position:relative;
}
.WIGZOEXITINTENTTEMP24 .exit-intent-desc span.line{
    margin-top: 28px;
    width: 85px;
    display: inline-block;
    border-bottom: 5px solid;
    vertical-align: top;
}
.WIGZOEXITINTENTTEMP24 #wigzoExitIntentEmailField{
    width: 100%;
    min-height: 48px;
    font-size: 1.4em;
}

.WIGZOEXITINTENTTEMP24 #wigzoExitIntentPhoneField{
    width: 100%;
    min-height: 48px;
    font-size: 1.4em;
}



/* Template 25 starts here */

.WIGZOEXITINTENTTEMP25 .WIGZOEXITINTENTTEMP25-wigzo-secret-offers-popup .wigzo-secret-offers-wrap{
    position:relative;
    padding: 0 10%;
}

.WIGZOEXITINTENTTEMP25.WIGZOEXITINTENTTEMP25-wigzo-secret-offers-popup {
    background: #7D7D7D;
    position: fixed;
    padding: 12PX;
    width: 100%;
    z-index: 124568999955;
    left: 0;
    right: 0;
    bottom: 0;
}

.WIGZOEXITINTENTTEMP25 .WIGZOEXITINTENTTEMP25-wigzo-secret-offers-popup .wigzo-secret-offers-wrap h3 {
    margin: 0;
    font-family: Montserrat!important;
    letter-spacing: initial;
    font-size: 11px !important;
    text-transform: initial!important;
    font-weight: 100!important;
    color: #fff;
}

.WIGZOEXITINTENTTEMP25 .WIGZOEXITINTENTTEMP25-wigzo-secret-offers-popup .wigzo-mobile-exclusive-offers-form {
    margin-top: 10px;
    position: relative;
    Height: auto;
}

.WIGZOEXITINTENTTEMP25 #wigzo_exit_intent_template_form {
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.WIGZOEXITINTENTTEMP25 .WIGZOEXITINTENTTEMP25-wigzo-secret-offers-popup .wigzo-mobile-exclusive-offers-form .wigzo-mobile-exclusive-offers-input {
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 0;
    color: white;
    padding: 8px 10px;
    min-width: 190px;
    width: auto;
    color: #fff;
    font-size: 11px;
    line-height: 11px;
    text-shadow: none;
    font-family: montserrat;
    background: #292929;
    appearance: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    height: auto;
    border: none;
    min-height: 30px;
}

.WIGZOEXITINTENTTEMP25 .WIGZOEXITINTENTTEMP25-wigzo-secret-offers-popup .wigzo-mobile-exclusive-offers-form .wigzo-mobile-exclusive-offers-input:focus{
    border:1px solid #000;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.WIGZOEXITINTENTTEMP25 #wigzo-mobile-exclusive-offers-form input {
    width: 100%;
    color: #ffffff;
    min-height: 18px;
    color: #767e9f;
    font-size: 13px;
    padding: 0 7px 0 12px;
    position: relative;
    border: solid 1px #292929;
    font-family: montserrat;
    color: #fff;
}

.WIGZOEXITINTENTTEMP25 .WIGZOEXITINTENTTEMP25-wigzo-secret-offers-popup .wigzo-mobile-exclusive-offers-form .wigzo-mobile-exclusive-offers-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #81807C;
    text-align: left;
}
.WIGZOEXITINTENTTEMP25 .WIGZOEXITINTENTTEMP25-wigzo-secret-offers-popup .wigzo-mobile-exclusive-offers-form .wigzo-mobile-exclusive-offers-input::-moz-placeholder { /* Firefox 19+ */
    color: #81807C;
    opacity: 1;
    text-align: left;
}
.WIGZOEXITINTENTTEMP25 .WIGZOEXITINTENTTEMP25-wigzo-secret-offers-popup .wigzo-mobile-exclusive-offers-form .wigzo-mobile-exclusive-offers-input:-ms-input-placeholder { /* IE 10+ */
    color: #81807C;
    text-align: left;
}
.WIGZOEXITINTENTTEMP25 .WIGZOEXITINTENTTEMP25-wigzo-secret-offers-popup .wigzo-mobile-exclusive-offers-form .wigzo-mobile-exclusive-offers-input:-moz-placeholder { /* Firefox 18- */
    color: #81807C;
    opacity: 1;
    text-align: left;
}


.WIGZOEXITINTENTTEMP25 .WIGZOEXITINTENTTEMP25-wigzo-secret-offers-popup .wigzo-btn-exclusive-offers {
    background: #C11D14;
    color: #fff;
    border: none;
    cursor: pointer;
    width: auto;
    overflow: visible;
    margin: 0;
    padding: 8px 11px!important;
    height: auto!important;
    font-family: Montserrat;
    line-height: 12px!important;
    text-align: center;
    font-weight: bold;
    font-size: 9px;
    min-height: 30px;
}

.WIGZOEXITINTENTTEMP25 .WIGZOEXITINTENTTEMP25-wigzo-secret-offers-popup .wigzo-exclusive-offers-close-icon {
    position: absolute;
    line-height: 1em;
    top: -1px;
    padding: 0px;
    opacity: 1;
    background: #292929;
    border-radius: 50%;
    right: 1%;
    height: 15px;
    width: 15px;
    text-align: center;
    font-size: 9px;
    font-family: Montserrat;
    color: #FFF;
    font-weight: 500;
    padding: 2px;
}

.WIGZOEXITINTENTTEMP25-wigzo-secret-offers-popup {
    background: #7D7D7D!important;
    position: fixed;
    bottom: 0px;
    padding: 10px 0px!important;
    width: 100%;
    border-top: none !important;
    z-index: 124568999955;
    left: 0;
    right: 0;
    bottom: 0;
}


/* Template 25 ends here */

/*Template 28 starts here*/

.WIGZOEXITINTENTTEMP28 #wigzonotify-bottom-right-exitintent .wigzo-close-button:before{
    display: inline-block;
    content: "\00d7";
    float:right;
    right: 0;
    z-index: 99999999;
    position: absolute;
    color: #ffffff;
    top: 2px;
    font-size: 17px;
    line-height: 15px;
    margin: 2px 4px 0 0;
    padding: 3px 6px 4px 6px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
}
.WIGZOEXITINTENTTEMP28 #wigzonotify-bottom-right-exitintent{
    right: unset;
    left: 0;
}
.WIGZOEXITINTENTTEMP28 #wigzonotify-bottom-right-exitintent img{
    height: 100%;
    width: 100%;
}
.WIGZOEXITINTENTTEMP28 .wigzonotify-exitintent {
    /*z-index: 2147483000;*/
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px;
    width: 185px;
    height: 225px;
    float: right;
    position: relative;
    background: #ffffff;
    min-height: 100px;
    border: 1px solid #EBEEE5;
    border-radius: 0;
    padding: 0;
    clear: both;
}

/*Template 28 ends here*/

/*Template 29 css starts here*/
@media (max-width: 991px) and (min-width: 1px) {
    .WIGZOEXITINTENTTEMP29 #wigzo-secret-offers-popup{
        top: 0;
        display: flex;
        align-items: center;
    }
    .WIGZOEXITINTENTTEMP29 .wigzo-secret-offers-wrap {
        width: 100%;
    }
}
.WIGZOEXITINTENTTEMP29.input,
.WIGZOEXITINTENTTEMP29 button,
.WIGZOEXITINTENTTEMP29 select,
.WIGZOEXITINTENTTEMP29 textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: Helvetica,Arial,"sans-serif";
}
.WIGZOEXITINTENTTEMP29.input {
    line-height: normal;
}
.WIGZOEXITINTENTTEMP29.button,
.WIGZOEXITINTENTTEMP29 input,
.WIGZOEXITINTENTTEMP29 optgroup,
.WIGZOEXITINTENTTEMP29 select,
.WIGZOEXITINTENTTEMP29 textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
.WIGZOEXITINTENTTEMP29 .exit-intent-title-step2 span {
    font-size:30px;
    font-weight: bold;
    line-height:1.1;
    display:inline-block;
    padding:15px 0 0 0;
    color: #1aa5d9;
    width:100%;
    position:relative;
}
.WIGZOEXITINTENTTEMP29 .exit-intent-desc span h2 {
    font-size: 60px;
    margin-top: 0px;
}
.WIGZOEXITINTENTTEMP29 .exit-intent-desc-step2 span {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    display:inline-block;
    margin:15px 0 5px 0;
    color: #333;
    text-transform: uppercase;
    position:relative;
}

.WIGZOEXITINTENTTEMP29 button[type=submit] b {

}
.WIGZOEXITINTENTTEMP29 button[type=submit]:active {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    top: 3px;
}
.WIGZOEXITINTENTTEMP29 .flex-container{
    display: flex;
    flex-direction: row;
}

.WIGZOEXITINTENTTEMP29 .yes-btn{
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 700;
    width:100%;
    background:#ee5858;
    color:#fff;
    display: inline-block;
    text-align: center;
    padding: 15px 12px;
    font-size: 14px;
    margin-right: 5px;
    float: right;
    border: solid 1px transparent;
    margin-left: 5px;
    border-radius: 3px;
}

.WIGZOEXITINTENTTEMP29 {
    text-align: center;
    background: url(iphone-frame.png) no-repeat scroll 0 0 !important;
}
#wigzo-panel-preview-frame .WIGZOEXITINTENTTEMP29{
    position: absolute;
    margin: 0 auto;
    height: 681px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    background-size: cover;
    -moz-background-size: cover;
    -o-background-image: cover;
    -webkit-background-size: cover;
    width: 576px;
}
.WIGZOEXITINTENTTEMP29 .yes-btn h2{
    font-size: 22px;
}

.WIGZOEXITINTENTTEMP29 .exit-intent-title{
    margin-top: 50px;
}
.WIGZOEXITINTENTTEMP29 .exit-intent-title p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    display: inline-block;
    padding: 15px 17px;
    color: #333;
    width: 100%;
    position: relative;
}
.WIGZOEXITINTENTTEMP29 .exit-intent-desc span {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    display: inline-block;
    margin: 0px 0 5px 0;
    color: #333;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}

.WIGZOEXITINTENTTEMP29 .exit-intent-desc span.line{
    margin-top: 28px;
    width: 85px;
    display: inline-block;
    border-bottom: 5px solid;
    vertical-align: top;
}
.WIGZOEXITINTENTTEMP29 #wigzoExitIntentEmailField{
    width: 100%;
    min-height: 48px;
    font-size: 1.2em;
    border-radius: 3px;
    border: 0;
}

.wigzo-close-29-icon {
    width: 20px;
    height: 20px;
    right: 20px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    display: block;
    text-align: center;
    z-index: 999999999;
}
.wigzo-close-29-icon:before {
    display: inline-block;
    content: "\00d7";
    float:right;
    color: #000;
    font-size: 30px;
    line-height: 20px;
}
/*Template 29 end here*/

/*Template 30 css starts here*/
@media (max-width: 991px) and (min-width: 1px) {
    .WIGZOEXITINTENTTEMP30 #wigzo-secret-offers-popup{
        top: 0;
        display: flex;
        align-items: center;
    }
    .WIGZOEXITINTENTTEMP30 .wigzo-secret-offers-wrap {
        width: 100%;
    }
}
.WIGZOEXITINTENTTEMP30.input, .WIGZOEXITINTENTTEMP30 button, .WIGZOEXITINTENTTEMP30 select,.WIGZOEXITINTENTTEMP30 textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: Helvetica,Arial,"sans-serif";
}
.WIGZOEXITINTENTTEMP30.input {
    line-height: normal;
}
.WIGZOEXITINTENTTEMP30 button,
.WIGZOEXITINTENTTEMP30 input,
.WIGZOEXITINTENTTEMP30 optgroup,
.WIGZOEXITINTENTTEMP30 select,
.WIGZOEXITINTENTTEMP30 textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
.WIGZOEXITINTENTTEMP30 .exit-intent-desc span h2 {
    font-size: 60px;
    margin-top: 0px;
}

.WIGZOEXITINTENTTEMP30 button[type=submit] b {

}
.WIGZOEXITINTENTTEMP30 button[type=submit]:active {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    top: 3px;
}
.WIGZOEXITINTENTTEMP30 .flex-container{
    display: flex;
    flex-direction: row;
}

.WIGZOEXITINTENTTEMP30 .yes-btn{
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 700;
    width:100%;
    background:#ee5858;
    color:#fff;
    display: inline-block;
    text-align: center;
    padding: 15px 12px;
    font-size: 14px;
    margin-right: 5px;
    float: right;
    border: solid 1px transparent;
    margin-left: 5px;
    border-radius: 3px;
}

.WIGZOEXITINTENTTEMP30 {
    text-align: center;
    background: url(iphone-frame.png) no-repeat scroll 0 0 !important;
}
#wigzo-panel-preview-frame .WIGZOEXITINTENTTEMP30{
    position: absolute;
    margin: 0 auto;
    height: 681px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    background-size: cover;
    -moz-background-size: cover;
    -o-background-image: cover;
    -webkit-background-size: cover;
    width: 576px;
}
.WIGZOEXITINTENTTEMP30 .yes-btn h2{
    font-size: 22px;
}
.WIGZOEXITINTENTTEMP30 .exit-intent-title span {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    display: inline-block;
    padding: 15px 17px;
    color: #333;
    width: 100%;
    position: relative;
}
.WIGZOEXITINTENTTEMP30 .exit-intent-desc span {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    display: inline-block;
    margin: 0px 0 5px 0;
    color: #333;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}

.WIGZOEXITINTENTTEMP30 .exit-intent-desc span.line{
    margin-top: 28px;
    width: 85px;
    display: inline-block;
    border-bottom: 5px solid;
    vertical-align: top;
}
.WIGZOEXITINTENTTEMP30 #wigzoExitIntentEmailField{
    width: 100%;
    min-height: 48px;
    font-size: 1.2em;
    border-radius: 3px;
    border: 0;
}

.wigzo-close-30-icon {
    width: 20px;
    height: 20px;
    right: 20px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    display: block;
    text-align: center;
    z-index: 999999999;
}
.wigzo-close-30-icon:before {
    display: inline-block;
    content: "\00d7";
    float:right;
    color: #000;
    font-size: 30px;
    line-height: 20px;
}
/*Template 30 end here*/

/*Template 31 css starts here*/
#WIGZOEXITINTENTTEMP31 text{
    font-family:Helvetica, Arial, sans-serif;
    font-size:0.9rem;
    pointer-events:none;
    fill: #ffffff;
}
.WIGZOEXITINTENTTEMP32 text{
    font-family:Helvetica, Arial, sans-serif;
    font-size:1rem;
    pointer-events:none;
    fill: #ffffff;
}
#WIGZOEXITINTENTTEMP31 .wigzo-step-form {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    flex-direction: row-reverse;
}
.wigzo-step-form > div:first-child {
    width: 45%;
    display: flex;
    align-items: center;
}
.wigzo-step-form > div:nth-child(2) {
    width: 55%;
}
#WIGZOEXITINTENTTEMP31 #exit-intent-tempalte {
    max-width: 900px !important;
    width: unset;
}
#WIGZOEXITINTENTTEMP31 #exit-intent-tempalte13{
    background: #57c7d4;
    width: 55vw !important;
}
#WIGZOEXITINTENTTEMP31 #exit-intent-tempalte13 .wigzo-content-area{
    text-align: left !important;
}
#WIGZOEXITINTENTTEMP31 #exit-intent-tempalte13 button[type=submit] {
    width: 100%;
}
#WIGZOEXITINTENTTEMP31 #exit-intent-tempalte13 .exit-intent-title span {
    font-size: 35px;
    line-height: 40px;
    padding: 10px 0;
}
#WIGZOEXITINTENTTEMP31 #exit-intent-tempalte13 .exit-intent-desc span {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0;
}
#WIGZOEXITINTENTTEMP31 #exit-intent-tempalte13 .exit-intent-desc span p {
    margin: 0.4rem 0;
}
#WIGZOEXITINTENTTEMP31 #exit-intent-tempalte13 input{
    border: 0px;
    font-style: normal;
}
#WIGZOEXITINTENTTEMP31 .wheel-ribbon{
    position: relative;
}
#WIGZOEXITINTENTTEMP31 .wheel-ribbon > div {
    padding: 10px;
}
/*Template 31 end here*/

/*Template 32 css starts here*/
@media (max-width: 991px) and (min-width: 1px) {
    .WIGZOEXITINTENTTEMP32 #wigzo-secret-offers-popup{
        top: 0;
        display: flex;
        align-items: center;
        height: 100%;
        padding-top: 10px;
        padding-bottom: 0;
        background-color: #57c7d4;
    }
    .WIGZOEXITINTENTTEMP32 .wigzo-secret-offers-wrap {
        width: 100%;
    }
}
.WIGZOEXITINTENTTEMP32.input, .WIGZOEXITINTENTTEMP32 button, .WIGZOEXITINTENTTEMP32 select, .WIGZOEXITINTENTTEMP32 textarea {
    font-size: inherit;
    line-height: inherit;
}
.WIGZOEXITINTENTTEMP32.input {
    line-height: normal;
}
.WIGZOEXITINTENTTEMP32 button,
.WIGZOEXITINTENTTEMP32 input,
.WIGZOEXITINTENTTEMP32 optgroup,
.WIGZOEXITINTENTTEMP32 select,
.WIGZOEXITINTENTTEMP32 textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
.WIGZOEXITINTENTTEMP32 .exit-intent-desc span h2 {
    font-size: 60px;
    margin-top: 0px;
}

.WIGZOEXITINTENTTEMP32 button[type=submit] b {

}
.WIGZOEXITINTENTTEMP32 button[type=submit]:active {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    top: 3px;
}
.WIGZOEXITINTENTTEMP32 .flex-container{
    display: flex;
    flex-direction: row;
}

.WIGZOEXITINTENTTEMP32 button.submit{
    position: relative;
    color: #fff;
    text-decoration: none;
    background: #ed2117;
    font-size: 16px;
    font-weight: 200;
    display: block;
    width: 96%;
    padding: 10px 30px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    transition: all 100ms;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    border: 0!important;
    border-radius: 3px !important;
    outline: none!important;
}

.WIGZOEXITINTENTTEMP32 {
    text-align: left;
    background: url(iphone-frame.png) no-repeat scroll 0 0 !important;
}
#wigzo-panel-preview-frame .WIGZOEXITINTENTTEMP32{
    position: absolute;
    margin: 0 auto;
    height: 681px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    background-size: cover;
    -moz-background-size: cover;
    -o-background-image: cover;
    -webkit-background-size: cover;
    width: 576px;
}
.WIGZOEXITINTENTTEMP32 .exit-intent-title span {
    font-weight: bold;
    display: inline-block;
    color: #000;
    width: 100%;
    position: relative;
    font-size: 35px;
    line-height: 40px;
    padding: 10px 0;
}
.WIGZOEXITINTENTTEMP32 .exit-intent-desc span {
    font-size: 12px;
    margin: 0px 0 5px 0;
    color: #000;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}

.WIGZOEXITINTENTTEMP32 .exit-intent-desc span.line{
    margin-top: 28px;
    width: 85px;
    display: inline-block;
    border-bottom: 5px solid;
    vertical-align: top;
}
.WIGZOEXITINTENTTEMP32 #wigzoExitIntentEmailField,
.WIGZOEXITINTENTTEMP32 #wigzoExitIntentPhoneField{
    width: 100%;
    min-height: 35px;
    font-size: 1.2em;
    border-radius: 3px;
    border: 0;
    padding: 10px;
}

/*Template 32 end here*/
