/**
 * 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;
}

@font-face {
font-family: "FontAwesome";
font-weight: normal;
font-style : normal;
       src : url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
       src : url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
             url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
             url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
             url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
             url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

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

.fa-home::before {
    content: "\f015";
}

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