.cookie-law-bar-transition-top {
  -webkit-transition: top 500ms cubic-bezier(.455,.03,.515,.955);
  transition: top 500ms cubic-bezier(.455,.03,.515,.955);
}

.cookie-law-bar-transition-bottom {
  -webkit-transition: bottom 500ms cubic-bezier(.455,.03,.515,.955);
  transition: bottom 500ms cubic-bezier(.455,.03,.515,.955);
}

body.cookie-law-bar-body-slide:before {
  height: 42px !important;
  -webkit-transition: height 500ms cubic-bezier(.455,.03,.515,.955) !important;
  transition: height 500ms cubic-bezier(.455,.03,.515,.955) !important;
}
