.catalog-area .secondary-filters .with-bottom-margin:nth-of-type(1),
.catalog-area .secondary-filters .with-bottom-margin:nth-of-type(2),
.s-category-area + div .secondary-filters .with-bottom-margin:nth-of-type(1),
.s-author-area + div .secondary-filters .with-bottom-margin:nth-of-type(1) {
  display: none;
}
.hero_banner--main,
.hero_banner,
.hero_banner--cta {
  min-height: 350px;
}

.gdpr {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #e8e8e8;
  color: #000;
  text-align: left;
  z-index: 10;
  padding: 35px;
  font-size: 14px;
  padding-right: 420px;
}
.gdpr a {
  color: #2a234f;
}
.gdpr.active {
  display: block;
}
.gdpr p {
  display: inline-block;
  vertical-align: middle;
  color: #000;
}
.gdpr--actions {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translate(0, -50%);
}
.gdpr--button {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 15px;
  background: #5d1339;
  color: #fff !important;
  border: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  min-width: 150px;
  border-radius: 35px;
  outline: none;
  text-align: center;
}
.gdpr--button:hover {
  background: #5d1339;
}
.gdpr--button + .gdpr--button {
  margin-left: 10px;
}

@media only screen and (max-width:767px) {
  .gdpr {
    padding: 20px;
  }
  .gdpr--actions {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    display: block;
    margin: 0;
    text-align: center;
  }
}