@import url("./buttons.css");
@import url("./icons.css");
@import url("./typography.css");
@import url("./inputs.css");


body.cookies-confirmation-open {
  transition: padding-top 0.3s ease-in;
}

.cookies-confirmation {
  display: none;
  color: #fff;
  padding: 8px 140px 8px 10px;
  background: #6f972e;
  background: rgba(111, 151, 46, 0.91);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 6666;
}

.cookies-confirmation.open {
  display: block;
}

.cookies-confirmation h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.cookies-confirmation a {
  color: #000;
}

.cookies-confirmation div {
  font-size: 12px;
  line-height: 14px;
}

.cookies-confirmation input {
  padding: 5px 21px;
  line-height: 14px;
  font-size: 12px;
  height: 26px;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 5px 21px;
  line-height: 14px;
  font-size: 12px;
  font-weight: 700;
}

.cookies-confirmation:after {
  content: "";
}

.cookies-confirmation .mobile-header-wrapper {
  position: relative;
}

.redesign .page-content {
  width: 100%;
  height: 100%;
}
