.wpify-woo-prices {
  display: block;

  &__price-info {
	background-color: #eee;
	width: 17px;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	border-radius: 10px;
	cursor: help;

	display: inline-block;
	position: relative;
	bottom: 2px;

	&__text {
	  visibility: hidden;
	  width: 200px;
	  background-color: white;
	  text-align: center;
	  border-radius: 6px;
	  padding: 5px 0;
	  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
	  line-height: 1.2;
	  font-size: 14px;

	  position: absolute;
	  z-index: 2;
	  bottom: 100%;
	  left: 50%;
	  margin-left: -100px;
	}

	&:hover .wpify-woo-prices__price-info__text {
	  visibility: visible;
	}
  }
}
