.cookiealert { border-top: 3px solid #e9573e; position: fixed; bottom: 0; left: 0; width: 100%; margin: 0 !important; z-index: 999; opacity: 0; border-radius: 0; background: #000; transform: translateY(100%); transition: all 500ms ease-out; color: #fff; }
.cookiealert.show { opacity: 1; transform: translateY(0%); transition-delay: 1000ms; }
.cookiealert-container { padding: 20px; text-align: center; }
.cookiealert-container a { color: #e9573e; }
.cookiealert-container a:hover { text-decoration: underline; }
.acceptcookies { clear: both; background: #e9573e; border: 1px solid #e9573e; text-transform: uppercase; color: #fff; font-size: 13px; cursor: pointer; padding: 5px; margin-top: 15px; }
.acceptcookies:hover { color: #dbdbdb; }