
			.cookie-notice {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    border-top: 1px solid #E6E6E6;
    padding: 25px 0 15px;
    z-index: 20;
				bottom:0px !important;
}
.cookie-notice p {
    color: #525e68;
    font-size: 1.5rem;
}
.cookie-notice a {
    color: #2daae5;
    cursor: pointer;
}
.js-remove-cookie {
    background: #2daae5;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    padding: 15px 38px 12px;
    color: #fff !important;
    margin-top: 0;
    display: inline-block;
	    text-align: center;
}
.accept-cookie-button-container{
	    float: right !important;
}

@media (max-width: 767px){
	.js-remove-cookie {
		display: block !important;
		    margin-bottom: 15px;
	}
}