ul.cart-nav {	
	float: right
}
ul.cart-nav li {
	float: left;
	border-right: 1px solid #999;
	padding: 0 10px;
}
ul.cart-nav li a, ul.cart-nav li a:visited {
	font-size: 11px;
	color: #333;
}
ul.cart-nav li:last-child {
	border-right: none
}

#cart-item {
	border-top: 1px dotted #7f7f7f;
	clear: both;
	padding-right: 10px;
	padding-top: 10px
}
#cart-item .fa-briefcase {
	font-size: 22px;
}
#cart-item .fa-shopping-cart {	
	font-size: 24px;
}
#cart-item .social-fb {
	padding-right: 0;
}
#cart-item .social-fb a:hover {
	text-decoration: none;
}
#cart-item .fa-facebook-square {
	color: #486AA7;
	font-size: 26px;
}
