
#cookie-law-info-bar {
    height:96px;
    background: #353383 !important;
    color: #fff !important;
    bottom: 0px !important;
    position: fixed !important;
    display: block;
    font-family: 'Century Gothic Bold' !important;
    font-size: 12px !important;
    line-height: 22px;
    padding: 0 !important;
}

#cookie-law-info-bar > span {
    align-items: center;
    max-width: 1140px !important;
    display: flex !important;
    margin: 0 auto !important;
    height: 100%;
    justify-content: space-between;
    padding: 10px 0 0 0;
}

#cookie-law-info-bar p {
    width: calc(100% - 240px) !important;
    text-align: left !important;
    font-family: 'Century Gothic Bold';
    font-size: 12px;
    line-height: 22px;
    margin: 0 !important;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    float: none !important;
}

#cookie-law-info-bar p span {
    margin: 0 !important;
}

#cookie-law-info-bar p a{
    color: #fff;
    font-family: 'Century Gothic Bold';
    background: none;
    text-transform: unset;
    display: inline-flex;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 22px;
    align-items: center;
    gap: 0 2px;
}

#cookie-law-info-bar p a:after {
    background: url(../../img/arrow-right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 12px;
    margin-left: 0;
    position: relative;
    vertical-align: middle;
    width: 16px;
}

#cookie_action_close_header {
    display: flex !important;
    color: rgb(0, 113, 186) !important;
    background: 0 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    width: 193px !important;
    margin: 0 !important;
    gap: 0 15px;
    align-items:center;
    border-radius: 5px;
    font-family: 'Century Gothic Bold' !important;
    line-height: 16px !important;
    padding: 20px 30px 20px !important;
    text-transform: uppercase;
}

#cookie_action_close_header:after {
    background: url(../../img/arrow-right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 12px;
    margin-left: 0;
    position: relative;
    vertical-align: middle;
    width: 16px;
}