.d-none {
  display: none;
}

#wwc .wwc-p-archiveItem_tag.is-active {
  color: #fff;
  background: #008496;
  border-color: #008496;
}

#wwc .wwc-p-archiveItem_wrapper > li:nth-child(n+4) .wwc-p-archiveItem {
  height: 100%;
}

.wwc-loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 8px solid #F4F4F4;
  border-top: 8px solid #222;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#wwc .wwc-p-categoryBtn {
  border-radius: 15px;
  padding: 10px 10px 10px 14px;
}

#wwc .wwc-areaCategory_list > li {
  margin-bottom: 12px;
  overflow: hidden;
}