Hello,
It's seems that you have an override on your product/listing but can you check this ?
For this go to Main HikaShop Configuration => Display dropdown => Views
Then reproduce my screenshot :
[img size=450px ]
i.imgur.com/64LZc68.png
[/img]
If you have a little trash icon, then you have an override, my guess is maybe you have in this override some Css command...
The only way to go over it, is to have exactly the same selector, and prioritize your command with an !important, like this :
.Same_class_as_selector {
command: value !important;
}
Hope this will help you.
Regards