#gdpr-cookie-message {
	bottom: 0;
	padding: 10px 0 10px 0px !important;
	width: 100%;
}
#gdpr-cookie-message {
	position: fixed;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	z-index: 99;
	border-top: 1px solid #D1D1D1;
	left: 0;
}
#gdpr-cookie-message p {
	padding: 0 10px;
	text-align: center;
}
#gdpr-cookie-message p {
	color: #000;
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 10px;
}
#gdpr-cookie-message p:last-child {
	margin-bottom: 0;
	text-align: center;
}
#gdpr-cookie-message p:last-child {
	margin-bottom: 0;
	text-align: right;
  display: flex;
  justify-content: center;
}
#gdpr-cookie-message button {
	border: none;
	background: #3170be;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 14px;
	padding: 7px;
	border-radius: 3px;
	margin-left: 15px;
	cursor: pointer;
	transition: all .3s ease-in;
}

.cookie-popup__form a.cookie-popup__link {
	margin-left: 15px;
}