
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.entry-breadcrumbs {
	text-align: center;
}

.woocommerce-breadcrumb {
	text-align: center;
}

.sep {
	padding: 5px;
}

/* Remove after content if theme ads any */
.catch-breadcrumb .entry-breadcrumbs a:after, .catch-breadcrumb .woocommerce .woocommerce-breadcrumb a:after {
	display: none;
}

/* Set margin right to 0 */
.catch-breadcrumb .entry-breadcrumbs a, .catch-breadcrumb .woocommerce .woocommerce-breadcrumb a {
	margin-right: 0;
}

.fa.fa-home {
	font-family: "FontAwesome";
}

.fa-home::before {
	content: "";
}

#catch-breadcrumb-container {
	display: none;
}
