.nc_product_filter {
  position: fixed;
  right: -600px;
  width: 500px;
  height: 100%;
  top: 0px;
  padding: 2rem;
  background-color: #fff;
  z-index: 9999999;
  transition: all 0.3s;
  max-width: 100%;
}
.nc_product_filter.active {
  right: 0px;
}
.nc_filter_title {
  font-size: 1.1rem;
  font-family: "Evogria";
  font-style: italic;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 1rem;
}
.nc_product_filter hr {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  background-color: #bbbbbb;
}
.nc_product_filter_close {
  position: absolute;
  top: 1rem;
  cursor: pointer;
  right: 1rem;
}
.grecaptcha-badge {
  display: none !important;
}
