/* TradesFolks 18.4.159 — canonical Ask Price presentation */
.product-card .price.is-ask-price,
.tf-e-product-card .tf-e-price-row.is-ask-price strong,
.compare-price.is-ask-price,
.ef-products p.is-ask-price,
.curated-b2b-item small.is-ask-price{
  color:#0b66cc!important;
  font-weight:850!important;
}
.product-card .price.is-ask-price::before,
.tf-e-product-card .tf-e-price-row.is-ask-price strong::before{
  content:""!important;
  display:inline-block!important;
  width:6px!important;
  height:6px!important;
  margin-right:6px!important;
  border-radius:50%!important;
  background:#ffb81f!important;
  vertical-align:middle!important;
}
