.StoSearchInterface,
.StoSearchInterface .coveo-hidden,
.StoSearchInterface .coveo-hidden-elements,
.StoSearchInterface .coveo-visible-to-screen-reader-only{
  display: none;
  visibility: hidden;
}
.StoSearchInterface.coveo-after-initialization{
  display: block;
  visibility: visible;
}
.StoSearchInterface.coveo-executing-query{
  opacity: 0.5;
}
.StoSearchInterface .coveo-highlight{
  background-color: #ccc !important;
}
.StoSearchInterface .CoveoTab>*{
  margin-bottom:0;
}
.StoSearchInterface .CoveoTab span.tab-count{
  padding-left:5px;
}
.StoSearchInterface .CoveoTab.coveo-selected,
.StoSearchInterface .CoveoTab:active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.StoSearchInterface .CoveoTab.coveo-selected:hover {
  background-color: #58585a;
  border-color: #58585a;
  color: #fff;
}