Sorry for my stupidity I tried
if ( sizeof( $woocommerce->cart->cart_contents ) == 0 ) {
echo '<div class="' . $position . ' cart-tab no-animation ' . $skin . '">';
} else {
echo '<div class="' . $position . ' cart-tab ' . $skin . '">';
}
and nothing happened.
Is it possible for me to display Empty Cart when cart = 0?