.products .nav-link.active,
.products .show > .nav-link {
  color: #fff;
}

.products .nav-link a {
  color: #ccc;
}

.item {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transform: translateY(20px);
  opacity: 0;
  transition: 0.5s;
}

.item.show {
  transform: translateY(0);
  opacity: 1;
}

.store a {
  text-decoration: none;
  color: #999;
}

.store h4 {
  text-decoration: underline;
  color: #fff;
}

.store:hover {
  background-color: #333;
}

.store:hover h4 {
  text-decoration: none;
}

.top-scroll {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 10px;
  background: #f00;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .thbnme {
    overflow: hidden;
    height: 70px;
  }
  .thbnme a {
    line-height: 60%;
    font-size: 90%;
  }
}/*# sourceMappingURL=custom.css.map */