#shop-sidebar #yith-woo-ajax-navigation-6 {
  display: none !important;
}

#shop-sidebar #yith_wcbr_brands_thumbnail-3 .yith-wcbr-thumbnail-list a.filter-brand-inactive {
  background-color: #e3e3e3;
  opacity: 0.3;
}

#shop-sidebar #yith_wcbr_brands_thumbnail-3 .yith-wcbr-thumbnail-list a.filter-brand-active {
  position: relative;
  overflow: initial;
}

#shop-sidebar #yith_wcbr_brands_thumbnail-3 .yith-wcbr-thumbnail-list a.filter-brand-active:before {
  background-color: #fff;
  border-radius: 500px;
  border: 1px solid red;
  color: red;
  content: "\00D7";
  font-size: 20px;
  height: 20px;
  left: -10px;
  line-height: 0;
  line-height: 18px;
  position: absolute;
  top: -5px;
  width: 20px;
}
