#bss-cookie-notice {
	position: fixed;
	display: none;
	z-index: 99;
	padding: 2px 10px;
	border: 0;
	border-radius: 0;
	box-shadow: 3px 3px 15px #222222;
	font-size: 10pt;
	max-width: 100%;
	width: 100%; 
}
#autoHideMsg { 
	display: none;
}
#bss-cookie-notice .cookie-title {
	margin: 10px 0px;
}
#bss-cookie-notice .cookie-content .cookie-text{
	float:left;
}
#bss-cookie-notice .btn-cookie-accept {
	padding: 1px 10px;
	font-weight: bold;
	border: none;
	box-shadow: none;
	text-decoration: none;
	border-radius: 3px;
	line-height: 1.6rem;
	display: inline-block;
	margin: 0 0 3px 10px;
	width: auto;
	font-size: 10pt;
	line-height: 1.2rem;
	text-transform: capitalize;
}
#bss-cookie-notice .btn-cookie:hover {
	border: none;
	box-shadow: none;
	color: #222222;
	background-color: #ffffff;
}
@media screen and (max-width: 768px) {
	#bss-cookie-notice {
		max-width: 100%;
	}
}

