/* stylelint-disable */
body.cookie-padding {
  padding-bottom: 50px;
}

.cc_banner-wrapper {
  z-index: 9001;
  position: absolute;
}

.cc_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 20px 40px;
  box-sizing: border-box;
  border-top: 1px solid #333;
  background: #fff;
  color: #333;
}

.cc_container.cc_position_top {
  top: 0;
  bottom: auto;
  border-bottom: 1px solid #333;
  border-top: none;
}

.cc_container .cc_btn {
  float: right;
  height: 26px;
  width: 80px;
  margin: 0;
  padding-top: 2px;
  text-decoration: none;
}

.cc_container .cc_message {
  font-size: 17px;
  transition: font-size 0.2s;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #333;
  display: block;
}

.cc_container .cc_message a {
  color: #333;
  text-decoration: underline;
  font-weight: 700;
}

.cc_container ::-moz-selection {
  background: #ff5e99;
  color: #fff;
  text-shadow: none;
}

@media print {
  .cc_container .cc_banner-wrapper,
  .cc_container .cc_container {
    display: none;
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    transform: translateY(66px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    -ms-transform: translateY(66px);
    transform: translateY(66px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.cc_btn,
.cc_container,
.cc_message {
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}

.cc_btn_accept_all {
  float: right;
  height: 26px;
  width: 80px;
  margin: 0;
  padding-top: 2px;
  text-decoration: none;
}

.cc_container_border_false {
  border-bottom: none !important;
  border-top: none !important;
}

.cc_container_border_true {
}
