.cookie{
  z-index: 999;
	width: 420px;
  height: 72px;
  background-color: #fff;
  position: fixed;
  bottom: 88px;
  border-radius: 10px;
	left: 5%;
	padding: 10px 20px;
}
.cookie:hover{
  background-color: rgb(243, 243, 243);
}
.cookie .txt{
	float: left;
  width: 65%;
}
.txt p{
	color:#1D2D35;
  font-size: 1.1rem;
}
.txt a{
	color:#49a13e;
  font-size: 1.1rem;
}
.cookie .accept {
  background-color: #7ac000;
  color: #fff !important;
  border-radius: 32px;
  padding: 10px 23px 10px 23px;
  align-self: center;
  font-size: 19px;
  margin-top: 50px;	
  cursor: pointer;
  margin-left: 3%;
}
.accept2{
  align-items: center;
  margin-top: 12px;
}
.cookie .accept:hover {
	background-color: #6caa01;
}
