* { box-sizing: border-box; }
body { margin: 0; }
#cookit.gizle { display:none;}
#cookit {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: .6rem 2rem;
  display: flex;
  z-index: 999;
  color:#FFF;
}

#cookit #alert {display:none;color: darkorange;}
#cookit.hidden { display: none; }
#cookit input{line-height: 22px;
  height: 22px;
  font-size: 15px;
  width: 22px;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-align: left;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding-left: 20px;
  padding-right: 10px;
  outline: 0;
  margin: 0 10px;}

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

#cookit #cookit-container > * {margin: 0;}
#cookit #cookit-container p {line-height: auto;}

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

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