.sh-cookie{
	background-color:#ddd;
	color:#333;
	height:auto;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	padding:30px 0 20px 0;
	display:none;
	z-index: 1000;
}

.sh-cookie h6{
  font-size: 24px;
  line-height: 1.3em;
	color: #333;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sh-cookie p{
	font-size:14px;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

body.sh-show-cookie .sh-cookie{
	display:block;
}

a.privacy{
	color: #333;
	text-decoration: underline;
  margin: 0;
}
