/*
*
* Ncompass Css
*
*/
.gallery {
  display:inline-block;
  margin-left: 56px;
}
.in-stock {
  color: #75b730;
}
.out-of-stock, .low-stock{
  color: #ea2126;
}
img.cat_pos-top {
  position: absolute;
  right: -30px;
  top: -50px;
}
.bx-wrapper img.cat_pos {
	top: 0px;
	right: 0px;
}
.new-product {
  background-color: #a0a0a0;
  bottom: 0px;
  color: #ffffff;
  display: block;
  font-size: 23px;
  font-weight: 600;
  height: 28px;
  line-height: 24px;
  position: absolute; /*was relative*/
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
}
