.product-info__price[bss-b2b-product-id] {
    font-weight: 600;
}
.price[bss-b2b-product-id] span {
    font-weight: 600;
}
.price[bss-b2b-product-id]:not(:has(span.price__from)) span:before {
  content: "From ";
  font-weight: 500;
}

.bss-qb-cart-subtotal {
  display: inline-block!important;
}
[bss-b2b-cart-item-key] {
    font-weight: 600;
}