Hello Nicols, thanks for your prompt reply.
in
com_hikashop/views/product/cart.php
we have
$css_button_checkout = $this->config->get('css_button_checkout', '');
and
<a class="<?php echo $css_button . ' ' . $css_button_checkout; ?>" href="<?php echo $this->url_checkout; ?>" onclick="if(this.disable) return false; this.disable = true;"><span><?php
echo JText::_('PROCEED_TO_CHECKOUT');
?></span></a>
But I could not find the field in the config options.
although I found: css_button & css_button_cart, no css_button_checkout