#cookie-banner-icon {
	width: 20px;
	height: 20px;
	z-index: 999;
	left:15px; 
	bottom:15px; 
	position:fixed
}

#cookie-note {
	z-index: 100002; 
	max-width: 450px;
	line-height: 1.5em;
	display: none;
	width:98%;
	margin:1%; 
	position: fixed; 
	bottom: 26px; 
	left: 0;
	background-color: #fbf7ef;
	padding: 17.5px 22.5px;
	font-size: 0.85em;
	letter-spacing: .02em;
	max-height: calc(100vh - 2% - 52px + 2px);
	overflow-x: hidden;
	overflow-y: auto;
	box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
}

#cookie-note .uk-list,
#cookie-note .uk-list li {
	list-style: none;
	margin: 0;
}

#cookie-note ul,
#cookie-note li {
	list-style: none;
	margin: 0;
	padding: 0;
}


#cookie-note .uk-list-divider>:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #a3a3a3;
}

#cookie-note .uk-h6 {
	font-size: 1.4em;
	font-weight: bold !important;
    margin-bottom: 0.5em;
    letter-spacing: 1px;
	font-family: RobotoSlab-Bold, sans-serif;
}

#cookie-note .uk-h7 strong {
	font-size: 1.1em;
	font-weight: bold !important;
	margin-top: 0.33em;
	display: block;
}

#cookie-note .uk-h8 {
	font-weight: bold !important;
	margin-top: 0.33em;
}


#cookie-note .uk-accordion-title-cat,
#cookie-note .uk-accordion-title-cookie  {
	display: inline-block;
}

#cookie-note .font-bold {
	font-weight: bold;
}

#cookie-note a {
	font-weight: 700;
	color: #83827e;
	text-decoration: underline;
}



#cookie-note a:hover {
	color: #000 !important;
}

.uk-button {
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0.1em;
    font-size: 1em;
	padding: 10px 20px;
    background-color: rgba(0, 0, 0, 1);
    border: 0;
	font-family: RobotoSlab-Light, sans-serif;
}

.uk-button:hover {
	background-color: rgba(0, 0, 0, 0.9);
}

#cookie-settings-popup {
}

.uk-accordion-title-cat,
.uk-accordion-title-cookie {
	cursor: pointer;
}

.uk-accordion-content {
	display: none;
}