#politicaCookies { display:none; }
#cookies { height:0; position: fixed; background-color: #dcdcdc; display: block; bottom: 0; left: 0; width: 100%; border-bottom:0px none; z-index: 999; color:#333; }
#cookies #cookies-message { padding: 15px 0; margin: 0px auto; background-color: transparent; border-radius: 8px; max-width:974px; position: relative; text-align: center; font-size: 13px; line-height: 16px; }
#cookies #cookies-message a { color: #333 !important; text-decoration: underline !important; }
#cookies #cookies-message button { border:0; background: #bd2830; margin-top: 0px; color: #fff; padding: 6px 17px; cursor: pointer; border-radius: 1px; font-size: 14px; float: left; }

@media (max-width: 767px) {
    #cookies #cookies-message button {
        text-align: center;
        float: none !important;
        margin-top: 20px;
    }
}