.js-filters li {
	display:inline;
	padding: 10px 25px;
    border: 2px solid var(--woodza-base);
    margin-left: 20px;
    margin-right: 20px;
	background:#fff;
}
.js-filters li:hover {
	background:var(--woodza-base);
	color:#fff;
}

.js-filters li.is-checked {
	background:var(--woodza-base);
	color:#fff;
}


@media (max-width: 767px) {
.js-filters li {
	margin-left: 5px;
    margin-right: 5px;
}
}


#fvpp-close {
  position: absolute !important;
  top: 15px;
  right: 30px;
  color: #fff !important;
  cursor: pointer;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.7);
  padding-left: 15px;
  padding-right: 16px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: 400;
}

#cookie-notice-top {
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffff;
  font-weight: 400;
  z-index: 9999;
  padding-right: 100px;
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 3px solid #ec3c3c;
  color: #fff !important;
  right: 0;
  font-size: 15px;
}

.cookie-notice-wrapper {
  width: 100%;
  position: relative;
}

@media(max-width: 768px) {
  #cookie-notice-top {
    font-size: 14px;
  }
}