/* primary */
/* primary hover */
/* dark */
/* light */
/* light hover */
/* accent */
/* accent hover */
.page_featurestips .product-feature__featurestips-decorator,
.page_featurestips .product-features-overview__item-featurestips-decorator {
  display: inline-flex;
  align-items: center;
}
.page_featurestips .product-feature__featurestips-decorator .featurestips_icon,
.page_featurestips .product-features-overview__item-featurestips-decorator .featurestips_icon {
  display: block;
  cursor: help;
}
.page_featurestips .product-feature__featurestips-decorator .featurestips_icon img,
.page_featurestips .product-features-overview__item-featurestips-decorator .featurestips_icon img {
  display: none;
}
.page_featurestips .product-feature__featurestips-decorator .featurestips_icon::before,
.page_featurestips .product-features-overview__item-featurestips-decorator .featurestips_icon::before {
  background: url("../svg/icon.sprite.svg#question") center/cover no-repeat;
  width: 12px;
  height: 12px;
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  opacity: 0.4;
  transition: opacity 0.3s;
}
.page_featurestips .product-feature__featurestips-decorator .featurestips_icon:hover::before,
.page_featurestips .product-features-overview__item-featurestips-decorator .featurestips_icon:hover::before {
  opacity: 0.6;
}
.page_featurestips .product-feature__featurestips-decorator .featurestips_view,
.page_featurestips .product-features-overview__item-featurestips-decorator .featurestips_view {
  margin-left: -18px;
  margin-top: 8px;
  font-size: 12px;
}
.page_featurestips .product-feature__featurestips-decorator {
  /* stylelint-disable-next-line no-descending-specificity */
}
.page_featurestips .product-feature__featurestips-decorator .featurestips_icon::before {
  width: 14px;
  height: 14px;
}