/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2022 | 11:44:34 */
#cookie-notice #cn-notice-buttons #cn-accept-cookie {
	padding: 12px 40px;
	color: #333;
	border-radius: 0px;
	font-size: 14px;
}
#cookie-notice #cn-notice-buttons #cn-accept-cookie:hover {
	background-color: #feeff3 !important;
}
.cn-close-icon::after, .cn-close-icon::before {
	background-color: #fff;
}
#cn-notice-text {
	font-size: 14px;
	line-height: 1.4;
	font-family: "Josefin Sans", sans-serif;
}
#cn-notice-buttons {
	font-family: "Josefin Sans", sans-serif;
}
@media (min-width:768px){
#cookie-notice .cookie-notice-container {
	display: block;
	max-width: 1380px;
	margin: 0 auto;
}
#cn-notice-text {
	text-align: left;
	padding-right: 50px;
	margin-bottom: 0px !important;
	display: inline-block;
	width: 70%;
}
#cn-notice-buttons {
	display: inline-block;
	width: 30%;
	text-align: right;
	vertical-align: top;
}
}
@media (max-width:767px){
  #cn-notice-buttons {
	font-style: normal;
}
}


@media (max-width:1400px){
  #cn-notice-buttons {
	text-align: center;
}
}