.cookie-jar, .cookie-overlay {
	position: absolute;
	z-index: 10000;
	width: 100%;
}

.checkbox-cookie-setting label {
	color: #ccc;
	cursor: pointer;
	line-height: 18px;
	font-size: 1.7rem;
	font-weight: 400;
}

.cookie-btn.cookie-btn {
	font-weight: 400;
	font-size: 1.7rem;
	text-transform: none;
	padding: 1rem 2rem;
}

.cookie-btn-secondary {
	color: #ccc;
}

.cookie-btn-sm {
	font-size: 1.4rem;
}

@media screen and (min-width: 768px), all {
	.cookie-container {
		max-width: 150rem;
	}
}