.product-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.product-icons img {
  width: 35px !important;
  height: 35px !important;
  margin-right: 10px !important;
}

.single-product-icons {
  display: flex;
  justify-content: center;
  align-items: top;
  margin-top: 10px;
}

.single-product-icons img {
  display: inline !important;
  width: 70px !important;
  height: 70px !important;
  margin-top: 10px !important;
  text-align: center !important;
}

.single-icon-wrapper {
  width: 120px;
  text-align: center;
  justify-content: center;
  vertical-align: top;
  margin-right: 30px;
}

.icon-text {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}

.cruelty {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  width: 70px;
}