#cookies-eu-banner {
	background: #000;
	color: #fff;
	padding: 6px;
	font-size: 13px;
	text-align: center;
	position: fixed;
	bottom: 0;
	height: 120px;
	width: 100%;
	z-index: 999999999;
}

@media (min-width: 768px) {
	#cookies-eu-banner {
		height: 80px;
		font-size: 16px;
	}
}

.cookies-eu-container {
	width: 100%;
	height: 100%;
}

/* #cookies-eu-more,
#cookies-eu-accept,
#cookies-eu-reject {
	text-decoration: none;
	background: #222;
	color: #fff;
	border: 1px solid #000;
	cursor: pointer;
	padding: 4px 7px;
	margin: 2px 0;
	font-size: 13px;
	font-weight: bold;
	transition: background 0.07s, color 0.07s, border-color 0.07s;
}

#cookies-eu-more:hover,
#cookies-eu-more:focus,
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
	background: #fff;
	color: #222;
}

#cookies-eu-more {
	margin-left: 7px;
}

#cookies-eu-reject {
	background: none;
	font-weight: normal;
	color: #ccc;
	cursor: pointer;
	padding: 4px 7px;
	margin: 2px 0;
	border: 1px solid #666;
}

#cookies-eu-reject:hover,
#cookies-eu-reject:focus {
	border-color: #fff;
	background: #222;
	color: #fff;
} */


#cookies-eu-accept {
	border: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 26px;
	line-height: 40px;
	color: var(--btn_txt_color) !important;
	background: linear-gradient(50deg, var(--primary_color) 0%, var(--darker_primary_color) 100%) !important;
	margin-left:10px;
}


#cookies-eu-more,
#cookies-eu-reject {
	border: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 26px;
	line-height: 40px;
	color: #fff;
	background: transparent;
	text-decoration: underline;
}