@media only screen and (max-width: 800px) {
    #ehandelAttentionPop{display:none !important;}
}

#ehandelAttentionPop{ display:none; background-color:#ffffff; position:fixed; z-index:100; right:0px; bottom:0px; padding:20px; border-left:1px solid #e0e0e0; border-top:1px solid #e0e0e0;
    -webkit-box-shadow: -4px -5px 27px -13px rgba(0,0,0,0.43); -moz-box-shadow: -4px -5px 27px -13px rgba(0,0,0,0.43); box-shadow: -4px -5px 27px -13px rgba(0,0,0,0.43);
}
.ehandelAttentionLeft{background-color:aqua; float:left; width:200px; height:100%;}
.ehandelAttentionRight{float:right; width:calc(100% - 200px);}
.attentionClose{position:absolute; top:-8px; left:-8px; width:20px; height:20px; background-color:#000000; cursor:pointer; border-radius:50%; color:#ffffff; font-size:18px; font-family:Arial; font-weight:bold; line-height:22px;}
.attentionClose:hover{background-color:#fc7470;}
.attentionImg{width:200px; height:100%; background-color:#4674b9; position:absolute; top:0px; left:0px; bottom:0px; background-position:center center; background-size:cover;}
.attentionTitle{font-family:"proxima_nova_rgbold"; text-align:left; margin-top:-3px; line-height:27px; color:#4674b9;}
.attentionText{font-size:15px; line-height:22px; text-align:left; margin-bottom:13px;}
#ehandelAttentionPop #id_email{width:100%; display:block; padding:21px 15px; border:1px solid #cacaca; border-radius:3px;}
#ehandelAttentionPop #id_email:hover, #ehandelAttentionPop #id_email:focus{border-color:#a0a0a0; outline:none;}

#ehandelAttentionPop button{width:100%; margin:0px; padding:13px 0px 8px 0px; color:#ffffff; font-size:20px; background-color:#4674b9; font-size:14px; text-transform:uppercase; 
    border-bottom: 3px solid #2f5590; box-shadow: 0 3px 0 rgba(0,0,0,0.1) !important; border-radius:4px;}
#ehandelAttentionPop button:hover{background-color:#2f5590;}

/* Blue Theme */
#ehandelAttentionPop.blueTheme{background-color:#4674b9;}
#ehandelAttentionPop.blueTheme .attentionTitle{color:#adcdff;}
#ehandelAttentionPop.blueTheme .attentionText{color:#ffffff;}
#ehandelAttentionPop.blueTheme button{background-color:#ffffff; color:#4674b9; border-color:#d8d8d8;}
#ehandelAttentionPop.blueTheme button:hover{outline:none; background-color:#edf4ff; border-color:#edf4ff;}
#ehandelAttentionPop.blueTheme #id_email{border-color:#305ca0;}
#ehandelAttentionPop.blueTheme #id_email:hover, #ehandelAttentionPop #id_email:focus{border-color:#18386b;}