.item-stock-status {
  margin-bottom: 5px;
}
.item-stock-status .fa {
  background: none;
  color: #02c200;
  border-radius: 50%;
  padding: 2px;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
}
.item-stock-status.out-stock .fa {
  color: #ff002b;
}
.uael-woo-products-thumbnail-wrap .uael-out-of-stock {
  display: none;
}
.astra-shop-thumbnail-wrap .ast-shop-product-out-of-stock {
  display: none;
}
