/*
	Theme Name: Rehub child theme
	Theme URI: https://wpsoul.com
	Description: A Hybrid magazine/shop/review/news Wordpress Theme
	Author: Sizam
	Author URI: https://wpsoul.com
	Version: 9.4
	Template: rehub-theme
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
/* Target the breadcrumbs container */
.ce_woo_blocks nav.woocommerce-breadcrumb {
    /* Add your styles here */
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #987;
    background-color: #45f5f5;
    padding: 10px;
    margin: 0;
}

/* Target the individual breadcrumb items */
.nav.woocommerce-breadcrumb {
    /* Add your styles here */
    display: inline;
    margin-right: 1px;
}