#theme-breadcrumb {
	width: 100%;
	position:relative;
    background: #f8fafc;
	padding: 30px;
	text-align: center;
	border-top: 1px solid #ebeff2;
	border-bottom: 1px solid #ebeff2;
}

#theme-breadcrumb ul {
	list-style: none;
	padding: 0;
}

#theme-breadcrumb  li {
	display: inline-block;
	line-height: 22px;
	font-size: 14px;
}

#theme-breadcrumb .sep {
    padding: 10px;
}

#theme-breadcrumb .woocommerce-breadcrumb {
    margin: 0;
    padding: 0;
    font-size: inherit;
    color: inherit;
}

#theme-breadcrumb .woocommerce-breadcrumb a {
	color: inherit;
}

#theme-breadcrumb .woocommerce-breadcrumb a:hover {
	color: #CC4604;
}

