#theme-breadcrumb {
	width: 100%;
	position:relative;
	background: #EEE;
	padding: 30px;
	text-align: center;
}

#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;
}

