.cookieconsent
{
    font-size:1.45rem;
    position:fixed;
    display:flex;
    justify-content:space-between;
    border-radius:0.3rem;
    align-items:center;
    padding:2rem 3.0rem;
    line-height:2.0rem;
    left:50%;
    bottom:2.5rem;
    transform:translateX(-50%);
    background-color:#ffffff;
    width:93%;
    max-width:140rem;
    z-index:99999;
    box-shadow: #00000055 0px 0px 6px 3px;
}
.cookieconsent span
{
    font-weight:900;
    color: #00aeef;
    text-transform:uppercase;
}
.continue
{
    margin-left:1rem;
    border-radius: 0.3rem;
    color:#fff !important;
    padding:1rem 2rem;
    background-color: #00aeef;
}
.cookieconsent a 
{
    color: #00aeef; 
}
.policy
{
    text-decoration: underline;
    color:#000;
}
@media screen and (max-width: 700px)
{
    .cookieconsent
    {
        justify-content:center;
        flex-direction:column;
        text-align:justify;
    }
    .continue
    {
        margin-left:0rem;
        margin-top:1rem;
        width:100%;
        text-align:center;
    }
}
