#cookie-consent-banner {
	display: none;
	padding: 20px;
	background: #ffffff;
	border: 1px solid silver;
	margin: 0 auto;
	width: 100%;
	
	webkit-box-shadow: -2px 7px 24px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: -2px 7px 24px 1px rgba(0,0,0,0.4);
	box-shadow: -2px 7px 24px 1px rgba(0,0,0,0.4);
	border-radius: 10px;

	z-index: 2000000002;
	user-select: none;
	
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cookie-consent-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
	z-index: 2000000001;
}

@media (max-width: 400px) {
	#cookie-consent-banner {
		width: 94%;
	}
}

@media (min-width: 401px) {
	#cookie-consent-banner {
		width: 385px;
	}
}

#cookie-consent-banner > img {
	position: absolute; 
	right: 10px; 
	top: 10px; 
	display: none;
	cursor: pointer;
}

#cookie-consent-banner > p:nth-of-type(1) {
	font-family: MainFontBold;
	font-size: 18px;
	margin-bottom: 10px;
}

.cookie-consent-settings {
	margin-bottom: 15px;
	display: flex;
}

.cookie-consent-settings > button {
	margin-top: 20px;
	margin-right: 10px;
	padding: 10px;
	cursor: pointer;
	text-transform: unset;
	font-size: 14px;
}

.cookie-consent-button.bnt-selected	{
	border: 1px solid #666;
	background: #fff;
}

.cookie-consent-button.bnt-personalize {
	background: #fff;
	border: 0px;
	color: #666;
}

.cookie-consent-button.bnt-personalize:hover {
	text-decoration: underline;
}

.cookie-consent-button.bnt-success {
	border: 0px;
}

.cookie-consent-options {
	margin-top: 20px;
	display: inline-flex;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	height: 200px;
	display: none;
}

.cookie-consent-options label {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding-right: 20px;
	font-size: 16px;
	cursor: pointer;
	width: 100%;
	max-width: 200px;
	display: flex;
	align-items: center;
	user-select: none
}

.cookie-consent-options label input {
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	width: 20px;
	height: 20px;
}

.cookie-consent-options > div {
	border: 1px solid silver;
	margin-top: 10px;
	padding: 5px 20px;
	max-width: 320px;
}

.cookie-consent-options > div > div:first-child {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.cookie-consent-options > div > div:last-child { 
	display: none;
	font-size: 14px;
}

.consent-info-btn {
	background: url('/theme/images/decoration/unwrap.png');
	width: 15px;
	height: 9px;
	cursor: pointer;
	padding: 5px;
	background-repeat: no-repeat;
	padding: 10px;
	background-position-x: center;
	background-position-y: center;
}

.consent-info-btn.unwrapped {
	background: url('/theme/images/decoration/wrap.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}

.necessary-info,
.analytics-info,
.marketing-info {
	display: none;
	padding-bottom: 10px;
}

#btn_accept_some {
	display: none;
}

#cookie-consent-banner > div:last-child {
	cursor: pointer;
}

.cookie-settings.min {
	padding: 20px;
	cursor: pointer;
	display: none;
}
