.cookie-allow-box {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	max-width: 500px;
	margin: 0 auto;
	padding: 15px;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	position: fixed;
	bottom: -200px;
	left: 15px;
	right: 15px;
	z-index: 70;
	transition: .25s;
}

.cookie-allow-btns {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0;
}
