
.tc-ai-product-changed-price-no-vat .tc-table-column[data-field="price_list_price_no_vat"],
.tc-ai-product-changed-price-with-vat .tc-table-column[data-field="price_list_price_with_vat"],
.tc-ai-product-changed-pcn .tc-table-column[data-field="sup_pcn"] {
	background: #F7DC6F;
}

.tc-ai-product-changed-pcn:hover .tc-table-column[data-field="sup_pcn"],
.tc-ai-product-changed-pcn.tc-hover .tc-table-column[data-field="sup_pcn"],
.tc-ai-product-changed-price-no-vat:hover .tc-table-column[data-field="price_list_price_no_vat"],
.tc-ai-product-changed-price-no-vat.tc-hover .tc-table-column[data-field="price_list_price_no_vat"],
.tc-ai-product-changed-price-with-vat:hover .tc-table-column[data-field="price_list_price_with_vat"],
.tc-ai-product-changed-price-with-vat.tc-hover .tc-table-column[data-field="price_list_price_with_vat"] {
 background: #F4D865 !important;
}