/* ----------------------------------------------------------------------------- */
/* Cookies
-------------------------------------------------------------------------------- */

.cc-revoke.cc-bottom{
    left:auto !important;
    bottom: 0;
    right: 3em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}

@media (max-width:767px){
    .cc-revoke{
        display:none !important;
    }
}

.cc-window.cc-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.cc-banner .cc-message {
    display: block;
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
    max-width: 100%;
    margin-right: 1em;
}
