.g5plus-products .g5plus-product-item {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.g5plus-products .g5plus-product-item .gf-product-thumbnail {
  background-color: #EEEEEE;
}
.g5plus-products .g5plus-product-item h2.product-title {
  font-size: 14px;
  font-weight: normal;
  color: #222;
  margin-bottom: 0;
}
.g5plus-products .g5plus-product-item h2.product-title a {
  color: #222;
}
.g5plus-products .g5plus-product-item .price {
  color: #888;
  font-size: 14px;
}
.g5plus-products .g5plus-product-item .entry-title-price {
  padding: 30px 10px;
}
.g5plus-products .g5plus-product-item .price-primary {
  margin: 0 5px;
}
.g5plus-products .g5plus-product-item span.onsale,
.g5plus-products .g5plus-product-item span.onfeatured {
  position: absolute;
  right: 0;
  padding: 0 15px;
  background: #FFD117;
  color: #fff;
  box-shadow: 3px 1px 2px rgba(0, 0, 0, 0.37);
  font-weight: 600;
}
.g5plus-products .g5plus-product-item span.onsale {
  top: 0;
}
.g5plus-products .g5plus-product-item span.onfeatured {
  top: 35px;
}
.g5plus-products .owl-item:nth-child(odd) .entry-title-price {
  background-color: #EEEEEE;
}
.g5plus-products .owl-item:nth-child(event) .entry-title-price {
  background-color: #fff;
}
