#cooky-policy {
	position: fixed;
	z-index: 100;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(234, 94, 17, 0.85);
	color: #fff;
}
#cooky-policy .text a {
	color: #fff;
	text-decoration: underline;
}
#cooky-policy .close-container a {
	display: block;
	padding: 5px 12px;
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
	text-decoration: none!important;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	transition: all 150ms linear;
}
#cooky-policy .close-container:hover a {
	border: 1px solid rgba(234, 94, 17, 0.85);
	color: rgba(234, 94, 17, 0.85);
	background-color: #fff;
}
#cooky-policy:not(.checked) + #pipedrive-chat-holder {
	display: none;
}