You should add that CSS on your website for the titles missing:
#hikashop_checkout_page legend {
color: black !important;
}
For the image, you should edit the file "cart" of the view "checkout" via Display->Views and change the line:
<?php echo $this->image->display($image->file_path,true,$image->file_name,'style="margin-top:10px;margin-bottom:10px;display:inline-block;vertical-align:middle"'); ?>
to:
<?php echo $this->image->display($image->file_path,true,$image->file_name,'style="margin-top:10px;margin-bottom:10px;display:inline-block;vertical-align:middle"', '', 50, 50); ?>