.cat:nth-child(even) {
  background-color: #eee;
}
.cat img {
  width: 427px;
  height: 285px;
}

.reset-link {
  color: #333;
  transition: 0.5s;
}
.reset-link:hover {
  color: #c73535;
  text-decoration: none;
  transition: 0.5s;
}

.content-title {
  font-size: 25px;
}

.products .title {
  font-size: 24px;
}
.products .product-item {
  margin-top: 5px;
  background-color: white;
  border-right: 1px solid #eee;
}
.products .product-item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}
.products .product-item img {
  padding-top: 10px !important;
  margin: auto;
  display: block;
  object-fit: contain;
}
.products .product-item a {
  color: #333;
}
.products .product-item a .name-product {
  text-align: center;
  margin-bottom: 0;
}
.products .product-item a .truncate {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 40px;
  color: rgb(36, 36, 36);
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: 0.1px;
  text-align: left;
  text-overflow: ellipsis;
  margin: 0px;
  overflow: hidden;
  height: 40px;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 5px;
}
.products .product-item a:hover {
  text-decoration: none;
}
.products .product-item:hover img {
  transform: scale(0.9);
  transition: 0.5s;
}
.products .product-item img {
  transition: 0.5s;
}
.products .product-item col {
  padding: 0;
}

@media (max-width: 1300px) {
  .image-box-show {
    display: none;
  }
  .cat img {
    width: 100%;
    mix-blend-mode: multiply;
  }
}
@media (min-width: 1300px) {
  .cat .bgsp img {
    width: 427px;
    height: 285px;
  }
  .cat .bgsp2 img {
    width: 427px;
    height: 285px;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 1600px) {
  .cat img {
    width: 500px;
    height: 333px;
    mix-blend-mode: multiply;
  }
}
@media (min-width: 1900px) {
  .cat img {
    width: 600px;
    height: 400px;
    mix-blend-mode: multiply;
  }
}/*# sourceMappingURL=sanpham.css.map */