.sideLink {
  color: #898C8E;
}
.sideLink:visited {
  color: #161519;
}

.sideLink:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #44D62C;
  transition: width 0.3s 0.3s;
}

.sideLink:focus:after {
  width: 100%;
}

.sideLink:hover:after {
  width: 100%;
}

.sideIcon a i.bi {
  margin-right: -20px;
  color: transparent;
  transition: 0.5s;
}

.sideIcon a:focus i.bi {
  margin-right: 0px;
  color: #44D62C;
}
.sideIcon a:hover i.bi {
  margin-right: 0px;
  color: #44D62C;
}

.sideIcon a:focus {
  color: #44D62C;
}
.sideIcon a:hover {
  color: #44D62C;
}

.sideIcon a:active {
  color: #44D62C;
}
.sideIcon a:active i.bi {
  margin-right: 0px;
  color: #44D62C;
}

.sideIcon a:focus {
  color: #44D62C;
}
.sideIcon a:focus i.bi {
  margin-right: 0px;
  color: #44D62C;
}

.productsList {
  margin-bottom: 80px;
}

.productsList-btn {
  background-color: #161519;
  color: #fff;
}
.productsList-btn:hover {
  background-color: #44D62C;
  color: #161519;
  transition: 0.5s;
}
.productsList-btn:focus {
  background-color: #44D62C;
  color: #161519;
}/*# sourceMappingURL=products.css.map */