/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_CustomPricing
 * @author     Extension Team
 * @copyright  Copyright (c) 2020 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
.item-price-rules span {
    position: relative;
    padding-left: 32px;
}
.item-price-rules span:before {
    position: absolute;
    content: '';
    background-image: url("../images/bss-commerce-logo-small.png");
    background-size: 32px;
    width: 32px;
    height: 32px;
    top: -6px;
    left: 0;
}
