#cookie-popup{
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  background:#1E3C96;
  color:#ffffff;
  font-family:'Montserrat', sans-serif;
  font-size:14px;
  font-weight: 500;
  padding:20px;
  z-index:9999;
  text-align:center;
}

#accept-cookies{
  	margin-left:20px;
	min-width: 150px;
    padding: 12px 20px;
    background-color: #A77556;
    color: #ffffff;
	font-size:14px;
	font-weight: 500;
    text-align: center;
    border-radius: 0px;
    box-shadow: 0 0 0 4em #A77556 inset, 0 0 0 rgba(0, 0, 0, 0.1);
}

#accept-cookies:hover{
	box-shadow: 0 0 0 4em #A77556 inset, 0 5px 8px rgba(0, 0, 0, 0.2);
}
