.product-list-subcategories .see-more-link-wrapper {
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(200, 200, 200, 0.7));
  text-align: center;
}

.product-list-subcategories .see-more-link {
  display: inline-block;
  font-size: 120%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  color: #002147;
  font-weight: bold;
  text-decoration: none;
  background: #ffffff;
  border: 2px solid black;
  border-radius: 8px;
}

.product-list-subcategories .see-more-link:link, .product-list-subcategories .see-more-link:visited, .product-list-subcategories .see-more-link:hover, .product-list-subcategories .see-more-link:focus, .product-list-subcategories .see-more-link:active {
  color: #002147;
  font-weight: bold;
  text-decoration: none;
}

.product-list-subcategories .fade-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 40px;
}

.product-list-subcategories > .row {
  /* Bootstrap row gutters (-9px) spill past zero-padded #inner-wrapper */
  margin-left: 0;
  margin-right: 0;
}

/*# sourceMappingURL=category.css.map */