.cookies {
    position: fixed;
    bottom: 0px;
    background-color: white;
    z-index: 2000;
    width: 100%;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 39%);
}

.cookies {
    font-size: 13px;
    color: #5763b9f9bf9b;
}
    
.cookies a {
    color: #fa2e21;
	font-weight: 800;
}

.cookies-button {
    cursor: pointer;
    text-align: center;
    background-color: #fa2e21;
    color: #fff;
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 14px;
    PADDING-RIGHT: 16px;
}