@import url('fonts.css');

#cookie-consent-banner {
	transition: .5s;
	position: fixed;
	display: flex;
	padding: 20px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	bottom: 20px;
	left: 20px;
	width: calc(100% - 40px);
	max-width: 750px;
	color: rgb(255, 255, 255);
	background-color: #eb4034;
	box-shadow: 0px 3px 30px #00000029;
	opacity: 0.95;
	font: 14px / 1.7 Verdana, sans-serif;
	font-weight: normal;
	z-index: 999998;	
}

#cookie-consent-banner h3 {
	font-family: 'Bebas Neue', sans-serif;
	color: #fff;
	text-align: center;
	font-size: 40px;
	line-height: 37px;
	font-weight: 400;
	margin-bottom: 20px;
}
#cookie-consent-banner p {
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	text-wrap: balance;
	margin-bottom: 20px;
	color: #fff;
}
#cookie-consent-banner label {
	font: 17px / 1.7 Verdana, sans-serif;
	line-height: 26px;
	color: #fff;
}
#cookie-consent-banner label input {
	margin-right: 7px;
}

 input[type=checkbox]:checked:before{
	background-color: #ff3d00;
}

#cookie-consent-banner .cookie-consent-options,
#cookie-consent-banner .cookie-consent-buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	gap: 20px;
}

#cookie-consent-banner .cookie-consent-buttons button {
	font-family: 'Bebas Neue', sans-serif;
	display: block;
	width: 200px;
	height: 50px;
	border: solid 2px #fff;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	font-size: 17px;
    letter-spacing: 1px;
	cursor: pointer;
}
#cookie-consent-banner .cookie-consent-buttons button:nth-of-type(1) {
	background-color: #000000;
}
#cookie-consent-banner .cookie-consent-buttons button:nth-of-type(2) {
	background-color: #db2b1f;
}
#cookie-consent-banner .cookie-consent-buttons button:nth-of-type(3) {
	background-color: #c93e34;
}

#cookie-consent-banner .cookie-consent-buttons button.details {
	background-color: #db2b1f;
}

#cookie-consent-banner .accordion {
	width: 100%;
	padding: 0 5px;
	margin:  0 0 20px 0;
}

#cookie-consent-banner .btn-custom-cookie {
    color: #fff;
    background: none;
    border: #fff solid 2px;
    padding: 5px 15px;
    font-size: 14px;
	width: 96px;
	height: 36px;
}

#cookie-consent-banner .accordion-title {
	text-align: center;
	
}

#cookie-consent-banner .accordion-title:after {
	background: none;
}

#cookie-consent-banner .accordion-body .accordion-body-wrapper {
	padding: 5px 35px;
	float: left;
}

#cookie-consent-banner .accordion-body-wrapper p {
	font-weight: 600;
	text-align: left;
	margin: 10px 0 0px 0;
	font-size: 15px;
}

.cookie-consent-banner-open {
	position:fixed;
	bottom:25px;
	left:25px;
	text-indent:9999px;
	background: url('../img/cookie-icon.png') 0 0 no-repeat;
	width: 50px;
	height: 50px;
	cursor: pointer;
	transition: .5s;
	opacity: .5;
	z-index: 999997;
}
.cookie-consent-banner-open:hover {
	opacity: 1;
}

#cookie-consent-banner .btn-custom-cookie.openCookie {
	display: inline-block;
}
#cookie-consent-banner .btn-custom-cookie.closeCookie {
	display: none;
}

@media screen and (width < 600px) {
	#cookie-consent-banner .accordion-body .accordion-body-wrapper {
		padding: 5px 0;
		line-height: 1em;
	}
	#cookie-consent-banner .accordion-body .accordion-body-wrapper p {
		font-size: 13px;
	}
	#cookie-consent-banner .accordion-body .accordion-body-wrapper span {
		font-size: 12px;
	}
	#cookie-consent-banner h3 {
		font-size: 20px;
		line-height: 25px;
	}
	#cookie-consent-banner p {
		font-size: 14px;
		line-height: 16px;
	}

	#cookie-consent-banner .cookie-consent-buttons {
		flex-direction: row;
	}
	#cookie-consent-banner .cookie-consent-buttons button {
		width: 30%;
		line-height: 13px;
    	font-size: 13px;
	}
	#cookie-consent-banner label {
		line-height: 0;
		width: 100%;
		text-align: left;
		margin: 0;
		width: 40%;
		font-size: 14px;
	}
	#cookie-consent-banner .accordion-title {
		text-align: center;
	}
	#cookie-consent-banner .btn-custom-cookie {
		color: #fff;
		background: none;
		border: #fff solid 2px;
		padding: 5px 15px;
		font-size: 14px;
	}
	

	#cookie-consent-banner .accordion {
		margin: 10px 0;
	}

	#cookie-consent-banner .cookie-consent-buttons {
		gap: 10px;
	}
}
