header .sub-menu.products .types ul li a {
  height: 120px;
}

.product-page .samples-list .item a .img-wrapper {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
}

.product-page .samples-list .item a .img-wrapper img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.product-page .samples-list .item a .img-wrapper {
  background-size: contain;
}

footer ul.links {
  margin: -32px auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer ul.links li,
footer ul.links li a {
  color: #aaaaaa;
  font-size: 14px;
}

footer ul.links li {
  margin: 0 10px 8px 0;
}
/*# sourceMappingURL=changes.css.map */