
#cookit.gizle { display:none;}
#cookit {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: .6rem 2rem;
  display: flex;
  z-index: 999;
  color:#FFF;
  background-color: #000;
}

#cookit #alert { display:none;}
#cookit.hidden { display: none; }


#cookit #cookit-container {
  margin: auto;
  /* width: 1200px; */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}

#cookit #cookit-container > * {/* margin: .4rem; */}
#cookit #cookit-container p {color: #fff;margin-bottom: 5px;}

#cookit #cookit-container a { text-decoration: none; }
#cookit #cookit-container a:hover { opacity: .9; }

#cookit #cookit-container #cookit-button {
  padding: 5px 20px;
  margin-left: auto;
  background-color: rgb(250, 208, 76);
  color: rgb(28, 28, 28);
  border:none;
}