.item-cat3__link {
  display: flex;
  align-items: center;
  padding: 15px;
  height: 100%;
  border-bottom: 3px solid transparent;
  transition: all 0.25s ease-in-out;
}

.item-cat3__link:hover .item-cat1__name span {
  border-color: transparent;
}

.item-cat3__image {
  margin-right: 15px;
  flex: 0 0 auto;
}

.item-cat3__image img {
  display: block;
}

.item-cat3__name {
  font-weight: 700;
  text-align: left;
}

.item-cat3__name span {
  border-bottom: 1px solid;
}

@media only screen and (min-width: 992px) {
  .item-cat3__image {
    width: 100px;
    height: 47px;
  }
}

@media only screen and (max-width: 479px) {
  .item-cat3__image {
    width: 100px;
    height: 47px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 991px) {
  .item-cat3__image {
    width: 150px;
    height: 71px;
  }
}
/*# sourceMappingURL=maps/item-cat3_1.css.map */
