.ov-cookie-consent-bar {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #f9f9f9;
  padding: 60px;
}
.ov-cookie-consent-bar .ov-cookie-consent-bar-content {
  padding-left: 120px;
  background-image: url("../img/cookies.svg");
  background-size: 83px;
  background-repeat: no-repeat;
}
.ov-cookie-consent-bar .bar-title {
  color: #333;
  overflow: hidden;
  position: relative;
  font-size: 28px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.ov-cookie-consent-bar .bar-description {
  font-size: 16px;
  margin-bottom: 40px;
}
.ov-cookie-consent-bar.hidden {
  display: none;
}
.ov-cookie-consent-bar .ov-cookie-content-manage {
  margin-bottom: 40px;
}
.ov-cookie-consent-bar .ov-cookie-content-manage .ov-cookie-content-manage-item input[type=checkbox] {
  display: none;
}
.ov-cookie-consent-bar .ov-cookie-content-manage label {
  color: #222222;
  font-weight: 500;
  font-size: 18px;
  padding-left: 40px;
  background: url("../img/unchecked.svg") no-repeat 0 50%;
}
.ov-cookie-consent-bar .ov-cookie-content-manage label.active, .ov-cookie-consent-bar .ov-cookie-content-manage label.default {
  background: url("../img/checked.png") no-repeat 0 50%;
}
.ov-cookie-consent-bar .ov-cookie-content-manage label span {
  font-weight: 400;
}
.ov-cookie-consent-bar .ov-cookie-content-manage.hidden {
  display: none;
}
.ov-cookie-consent-bar .button {
  text-transform: initial;
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  color: #686868;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 20px 30px;
  font-size: 0.875rem;
  border-radius: 100px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ov-cookie-consent-bar .button.hidden {
  display: none;
}
.ov-cookie-consent-bar .button.manage,
.ov-cookie-consent-bar .button.changes {
  border: solid 2px #1e1e1e;
  margin-right: 10px;
  color: #1e1e1e;
}
.ov-cookie-consent-bar .button.accept {
  background-color: #1e1e1e;
  border: solid 2px #1e1e1e;
  color: #fff;
}
.ov-cookie-consent-bar .button.accept:hover, .ov-cookie-consent-bar .button.accept:focus, .ov-cookie-consent-bar .button.accept:active {
  border: 2px solid #1e1e1e;
}

@media (max-width: 768px) {
  .ov-cookie-consent-bar {
    padding: 20px;
  }
  .ov-cookie-consent-bar .bar-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .ov-cookie-consent-bar .bar-title:after {
    height: 10px;
    bottom: 5px;
  }
  .ov-cookie-consent-bar .bar-description {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .ov-cookie-consent-bar .ov-cookie-consent-bar-content {
    padding-left: 60px;
    background-size: 53px;
  }
  .ov-cookie-consent-bar .ov-cookie-content-manage {
    margin-bottom: 20px;
  }
  .ov-cookie-consent-bar .ov-cookie-content-manage label {
    font-size: 14px;
    padding-left: 30px;
    background: url("../img/unchecked.svg") no-repeat 0 0;
  }
  .ov-cookie-consent-bar .ov-cookie-content-manage label.active, .ov-cookie-consent-bar .ov-cookie-content-manage label.default {
    background: url("../img/checked.png") no-repeat 0 0;
  }
  .ov-cookie-consent-bar .ov-cookie-consent-bar__actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .ov-cookie-consent-bar .ov-cookie-consent-bar__actions .button {
    font-size: 12px;
  }
}/*# sourceMappingURL=ov-cookie-consent-bar.css.map */
