.cookie-container {
	background: #6634e0;
	bottom: 0;
	color: #fff;
	display: none;
	padding: 2rem 4rem;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.hidden {
	display: none;
}

.cookie-wrapper {
	display: flex;
	margin: auto;
	max-width: var(--teft-theme-site-width);
}

.cookie-items {
	display: flex;
	flex-flow: column;
	margin: auto;
}

.cookie-container .leadin-button {
	-webkit-appearance: none;
	background-color: #fff;
	border: 0 none transparent;
	border-radius: 0.25em;
	color: #6634e0;
	cursor: pointer;
	font-size: 1em;
	font-weight: 700;
	line-height: 1;
	padding: 0.5em 1.7em;
	text-decoration: none;
	width: 100%;
	z-index: 9999;
}

.cookie-item {
	margin: auto;
}

.cookie-item.cookie-item__text {
	margin-bottom: 1rem;
}

.cookie-item.cookie-item__close {
	margin: auto 0;
}

@media ( min-width: 961px ) {
	.cookie-items {
		flex-flow: row;
	}

	.cookie-item.cookie-item__text {
		margin-bottom: 0;
		width: 85%;
	}

	.cookie-item.cookie-item__close {
		margin: auto;
	}
}

