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

#cookie-note {
	z-index: 100002; 
	max-width: 450px;
	line-height: 1.5em;
	display: none;
	width: calc(98vw - 40px);
	margin:1vw; 
	position: fixed; 
	bottom: 0; 
	right: 0;
	background-color: #ffffff;
	padding: 20px 20px;
	font-size: 0.85em;
	letter-spacing: .02em;
	border: 1px solid #e2e2e2;
	max-height: calc(100vh - 2vw - 40px);
	overflow-x: hidden;
	overflow-y: auto;
}

#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;
	background: none;
	padding: 0;
}


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

#cookie-note .uk-h6 {
	font-size: 1.2em;
	font-weight: bold !important;
}

#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;
}


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

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

.uk-button {
    font-weight: 400;
    padding: 6px 25px;
    color: rgb(255,255,255);
    background: rgb(226,0,26);
    text-decoration: none;
    cursor: pointer;
    min-width: auto;
    border: 1px solid rgb(226,0,26);
}

.uk-button:hover {    
	background: rgb(135,122,109);
    border: 1px solid rgb(135,122,109);
}

#cookie-settings-popup {
}