body .product__check span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3; }

body .category-list img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto; }
