It’s because the dependencies are broken
if ( is_rtl() ) {
wp_enqueue_style( 'pinkmart_child_theme_style', trailingslashit( get_stylesheet_directory_uri() ) . 'style.css', array( 'icomoon','pinkmart-theme-style','pinkmart-woocommerce-style','pinkmart-responsive', 'pinkmart-rtl') );
} else {
wp_enqueue_style( 'pinkmart_child_theme_style', trailingslashit( get_stylesheet_directory_uri() ) . 'style.css', array( 'icomoon','pinkmart-theme-style','pinkmart-woocommerce-style','pinkmart-responsive' ) );
}