  .content_filters {
  margin-bottom: 50px;
}
.content_filters__dropdowns {
  display: flex;
}
.content_filters .dropDown__options {
  overflow: scroll;
  max-height: 360px;
}
.content_filters .dropDown__options::-webkit-scrollbar {
  width: 6px;
}
.content_filters .dropDown__options::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #ccc;
}
.content_filters__remove_filters {
  color: #bbb;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  position: relative;
  margin: 16px 0 0 8px;
  cursor: pointer;
  display: inline-flex;
}
.content_filters__remove_filters:after {
  content: '';
  background-color: #bbb;
  -webkit-mask-image: url("/wp-content/plugins/redandblue-content-filters/dist/css/img/close.svg");
          mask-image: url("/wp-content/plugins/redandblue-content-filters/dist/css/img/close.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  display: block;
  height: 14px;
  width: 14px;
  margin-left: 8px;
}
.content_filters__remove_filters:hover:after {
  transition: all 400ms ease-out;
  transform: rotate(-360deg);
}
.content_filters__content_wrapper {
  position: relative;
}
.content_filters__loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255,255,255,0.7);
  display: flex;
  align-content: flex-start;
  justify-content: center;
  z-index: 98;
}
.content_filters__pager {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.content_filters__page {
  height: 40px;
  width: 40px;
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  cursor: pointer;
  transition: background-color 300ms ease-in;
}
.content_filters__page:before {
  display: none !important;
}
.content_filters__page.textLink {
  width: auto;
  padding: 0 10px;
}
.content_filters__page.hidden {
  position: relative;
  visibility: hidden;
  width: 10px;
  height: 0;
}
.content_filters__page.hidden:after {
  display: block;
  content: "...";
  visibility: visible;
  position: absolute;
  top: 10px;
  height: 0px;
  cursor: default;
  white-space: nowrap;
}
.content_filters__page.hidden + .hidden {
  display: none;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.content_filters__selector {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.content_filters__selector li {
  padding: 13px 22px;
  margin-right: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.09em;
  cursor: pointer;
  transition: all 300ms ease-in;
}
.content_filters__selector li.active {
  transition: all 300ms ease-out;
}
.content_filters {
  margin-bottom: 50px;
}
.content_filters__notfound {
  color: #aaa;
  text-align: center;
}
.content_filters__content_wrapper {
  margin-bottom: 65px;
}
.content_filters__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.content_filters .dropDown {
  border: 0;
  margin: 0 0 8px;
}
.dropDown__name {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #aaa;
  margin-left: 8px;
}
.dropDown__input {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  z-index: 99;
  position: relative;
  transform: all 200ms ease;
}
.dropDown__label {
  padding: 14px 40px 14px 15px;
  text-align: left;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  font-size: 13px;
  line-height: 21px;
  color: #aaa;
}
.dropDown__drop_btn {
  position: absolute;
  top: 17px;
  right: 15px;
  height: 20px;
  width: 20px;
}
.dropDown__drop_btn:after {
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  background-color: #ccc;
  -webkit-mask-image: url("/wp-content/plugins/redandblue-content-filters/assets/down.svg");
          mask-image: url("/wp-content/plugins/redandblue-content-filters/assets/down.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  transition: all 200ms ease;
}
.open .dropDown__drop_btn:after {
  transform: rotate(180deg);
}
.dropDown__selected_options {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.open .dropDown__selected_options {
  white-space: pre-wrap;
  overflow: visible;
}
.dropDown__option_name {
  font-style: normal;
}
.dropDown__option_name:after {
  content: ', ';
}
.dropDown__option_name:last-of-type:after {
  content: '';
}
.dropDown__options {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px 16px 0;
  border-top: 1px solid #ccc;
  backface-visibility: hidden;
  animation: dropdownToggleOut 500ms;
  Animation-fill-mode: backwards;
}
.dropDown__options.hidden {
  backface-visibility: hidden;
  animation: dropdownToggleIn 500ms;
  Animation-fill-mode: forwards;
}
.dropDown__options.init {
  max-height: 0 !important;
  opacity: 0 !important;
}
.dropDown__option {
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: left;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  padding: 10px;
  margin: 0 16px 16px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 200ms ease-in;
}
.dropDown__option:hover {
  border: 1px solid #aaa;
  color: #aaa;
  transition: all 200ms ease-out;
}
.dropDown__option.selected {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  transition: all 200ms ease-out;
}
@keyframes dropdownToggleOut {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dropdownToggleIn {
  0% {
    opacity: 1;
    max-height: 360px;
    width: 100%;
    position: absolute;
    left: 0;
  }
  99% {
    max-height: 0;
    width: 100%;
    position: absolute;
    left: 0;
  }
  100% {
    position: absolute;
    left: -1000vw;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    width: 100%;
  }
}
.searchField__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
[v-cloak] {
  display: none;
}
