.cookies-panel {
    position: fixed;
    background: #fff;
    color: #000;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 38px;
    margin: auto;
    text-align: center;
    padding: 46px 26px;
    z-index: 5;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    display: none;
}

.cookies-panel p {
    font-size: 16px !important;
    text-transform: none;
    margin: 0 0 10px;
    line-height: 18px;
}

.cookies-panel a {
    font-size: 16px;
    color: #2f7ab3;
    text-decoration: underline;
    text-transform: none;
    font-weight: 300;
}

.cookies-panel button {
    font-weight: 600;
    transition: .2s;
    letter-spacing: .3px;
    border: none;
    background: #2f7ab3;
    color: #fff;
    line-height: 46px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 20px auto 0;
    max-width: 320px;
}

.cookies-panel .notification {
    position: absolute;
    left: 72px;
    bottom: 10px;
    width: 100px;
    height: auto;
    -webkit-filter: none!important;
    -moz-filter: none!important;
    -ms-filter: none!important;
    -o-filter: none!important;
    filter: none!important;
}

.is-visible {
    display: block;
}
.cookies-panel {
    height: 92px;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookies-panel .notification {
    position: unset;
    float: none;
    margin-right: 15px;
    width: 42px;
    margin-top: 0;
}

.cookies-panel-body {
    display: flex;
    align-items: center;
}

.cookies-panel-body > div {
    text-align: left;
}

.cookies-panel {
    height: 92px;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #FFF;
    /* font-size: 64px; */
    opacity: 0.9;
}
.cookies-panel p {
    font-size: 20px !important;
    text-transform: none;
    margin: 0 0 10px;
    line-height: 18px;
}
.cookies-panel a {
    font-size: 18px;
    color: #6cbeff;
    text-decoration: none;
    text-transform: none;
    font-weight: 300;
}
.cookies-panel .close { 
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 3rem;
}