/**
* Updated: May 28 2024
* Author: Groworks IT
*/

.filters a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.filters a:hover,
.filters a:focus,
.filters a:active {
  text-decoration: none;
}

.filters a:hover:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #fbd341;
}

    .filters a.active {
    color: #fbd341;
}

.filters a.active:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: none;
}

.item {
  border: none;
}
