It's a small fix but touching multiple files. You can either wait for an update or do it by yourself by doing these modifications:
Open carousel.php file in components\com_hikashop\views\product\tmpl and components\com_hikashop\views\category\tmpl and replace every occurence of
by
hikashop_main_carousel_div hikashop_subcontainer
Then edit the front_end.css file (via hikashop interface, System>configuration>display) and add these lines:
.hikashop_main_carousel_div ul li{
padding: 0px !important;
background: none !important;
}
It should avoid the kind of issues you encountered