.cookie-consent {
    background-color: #44494D !important;
    color: #fff !important;
    padding: 15px 40px !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999999
}

.cookie-consent .cookie-consent__message {
    height: 32px !important;
    line-height: 32px !important
}

.cookie-consent .cookie-consent__agree {
    background-color: #EE0033 !important;
    border-color: #EE0033 !important;
    float: right;
    padding: 5px 10px !important;
    border-radius: 0 !important;
    outline: none !important
}

.cookie-consent .cookie-consent__agree:hover {
    color: #fff !important;
    background-color: #EE0033 !important;
    border-color: #EE0033 !important
}