body #ccc #ccc-notify {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) !important;
bottom: auto;
right: auto;
height: auto;
min-height: auto;
padding: 30px;
display: block;
text-align: center;
z-index: 2;
min-width: 300px;
}

#ccc .ccc-notify-buttons {
margin-top: 15px;
margin-right: 0!important;
}

body #ccc .ccc-notify-text h3, #ccc .ccc-notify-text p {
text-align: center;
}

body #ccc #ccc-notify-dismiss {
display: none;
}

#ccc-overlay.modal-overlay {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}

#ccc[light] .ccc-notify-button.ccc-link {
border: 1px solid #253645 !important;
color: #253645 !important;
}

body #ccc div#ccc-notify {
background: #fff !important;
}

body #ccc #ccc-notify h3, body #ccc #ccc-notify p {
color: #253645 !important;
}
body #ccc[light] .ccc-notify-button.ccc-link:hover {
background: #fff !important;
border: 1px solid #2fa6bc !important;
}
body #ccc-notify {
display:none !important;
}
body #ccc-notify.show-notify {
display:block !important;
}
jQuery(window).on('load', function() {checkModal(); jQuery('#ccc-notify').addClass('show-notify'); jQuery('.ccc-link').on('click', function() { jQuery('#ccc-overlay').removeClass('modal-overlay'); }); jQuery('.ccc-notify-button').on('click', function() { jQuery('#ccc-overlay').removeClass('modal-overlay'); }); });function checkModal() { var attr = jQuery('#ccc-notify').attr('visible');if (typeof attr !== 'undefined' && attr !== false) { jQuery('#ccc-overlay').addClass('modal-overlay'); } else { jQuery('#ccc-overlay').removeClass('modal-overlay'); } } Arvitec -