#_CookieText {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    min-height: 50px;
    z-index: 1000;
    background: #fff;
    text-align: center;
    color: #412f65;
    font-size: 16px;
}

button#CookieEnableNew {position: relative;
    font-weight: 700;
    display: inline-block;
    padding: .5rem 1rem;
    line-height: 1;
    -moz-border-radius: 1.2rem;
    border-radius: 1.2rem;
    vertical-align: middle;
    background: 0;
    -webkit-appearance: none;
    min-width: 12.5rem;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    font-family: bold,sans-serif;
    cursor: pointer;
    overflow: hidden;
    will-change: color;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease;
    z-index: 1;
    margin-top: .5rem;
	}

button#CookieDeclineNew{
	right: 0em;
    cursor: pointer;
    position: absolute;
    background: white;
    border: none;
    font-family: BrandonGrotesque Medium;
    font-size: 16px;
    font-weight: bolder;
}
button#CookieEnable{display:none;}
button#CookieDecline{display:none;}

.Acceptbtn {text-align:center;}