/* 
---------------------------------------------
cookie Style
--------------------------------------------- 
*/


#cookiePopup {
  background-color: #ffffff;
  position: fixed;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 10px;
  bottom: 0;
  left: 0;
  z-index: 9000;
}

#cookiePopup p {
  color: #111111;
  text-align: center;
  margin: 1.5em 0;
}

#cookiePopup button {
  background-color: #0066ff;
  border: none;
  color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  margin-left: 1%;
  margin-right: 1%;
  
  z-index: 30000;
}

#cookiePopup a {
  border: none;
  padding: 10px;
  margin-left: 1%;
  margin-right: 1%;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer
}
