.cookie-notification{
	padding: 20px 30px; position: fixed; bottom: 0; border-top: 1px solid #ccc; box-shadow: 0px 2px 10px #888888;    max-width: 1000px;
    margin: 15px auto;
    left: 0;
    right: 0;
	background: #fff;
    z-index: 99;
}
.cookie-notification p{
	color: #262626; font-size: 12px; line-height: 17px; letter-spacing: .1px; padding: 0 30px 0 0;margin:0
}
.btn-close-cookie-notification{
background-color: black; border: none; color: white; padding: 13px; cursor: pointer; max-height: 40px; font-size: 12px; position: relative;	
	
}
.cookie_notification_contents
{
display: flex;	
}