/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#cookieNotice{
	box-shadow: none !important;
	border-top: 2px solid #F95C6E;
}

#cookieNoticeContent{
	padding: 15px 30px;
	font-family: 'Poppins', Verdana, sans-serif;
}

#cookieNotice p{
	font-size: 14px;
	line-height: 1.5;
}

.closeButtonNormal{
	padding: 5px 10px;
	font-family: 'Cuprum', Oswald, Verdana, sans-serif;
}

.note{
	margin-top: 15px;
}

.note p{
	font-size: 14px;
}