.cookieconsent
{
    font-size:1.45rem;
    position:fixed;
    display:flex;
    justify-content:space-between;
    border-radius:0.3rem;
    align-items:center;
    padding:2rem 3rem;
    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 0rem 0rem 0.6rem 0.3rem;
    font-weight: normal;
    font-size: 1.5rem;
    text-align: left;
    color: #585a5f;
}
.cookieconsent span
{
    font-weight:900;
    color: #471B48;
    text-transform:uppercase;
}
.continue
{
    margin-left:1rem;
    margin-right: 2rem;
    border-radius: 0.3rem;
    color:#fff !important;
    padding:1rem 3rem;
    background-color: #471B48;
    white-space: nowrap;
}
.policy
{
    text-decoration: underline;
    color:#585a5f;
}
@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;
    }
}
