a, a:hover {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

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

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

#cookit #cooki-container>* {
  margin: .4rem
}

#cookit #cookit-container p {
  line-height: 1.4rem;
  margin: 0;
  padding: 0;
}

#cookit #cookit-container a {
  text-decoration: underline;
  line-height: 1.4rem;
  margin-left: 5px;
  font-weight: 600
}

a#cookit-button, a#cookit-link {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: 2px solid #fff;
  background: #fff!important;
  color: #ea504e!important
}

a#cookit-button:hover, a#cookit-link:hover {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: transparent!important;
  color: #fff!important
}

#cookit #cookit-container #cookit-button, #cookit #cookit-container #cookit-link {
  text-decoration: none;
  padding: .5rem 1rem;
}
