.bs-seal img{
	width:70px;
	height:auto;
}

/* Widgets Best Sellers Categories */

.bs-best-sellers-category-filter-wrapper ul {
	display: block;
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

.bs-best-sellers-category-filter-wrapper ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bs-best-sellers-category-filter-wrapper ul li a {
	display:inline-block;
	margin: 0;
	padding: 5px 0;
	color: #666666;
	list-style: none;
	text-decoration: none;
	font-size: 16px;
	outline: none;    
}

.bs-best-sellers-category-filter-wrapper ul li a:before{
	display:inline-block;
	content: "\f345";
	font-family: dashicons;
	left: 10px;
	font-size: 16px;
	color: #000;
}

.bs-best-sellers-category-filter-wrapper ul li a:hover {
	text-decoration: underline;
}

.bs-best-sellers-category-filter-wrapper ul li a.bs-current{
	font-weight:bold;
	text-decoration:underline;
	color:#000;
}
