.seller_icon{
	vertical-align:-2px;
	margin:2px;
}
.categories_block{
	margin:20px 0 20px;
}

.button-group{
}
.bs{
	margin:10px 0 10px 0;
}

#subcategories{
	margin: 30px 0;
	width:330px;
	position: relative;
	z-index: 1;
}

.breadcrump{
	font-size:0.8em;
}

#sortform{
	margin-top:5px;
}

.category-jumbo {
	font-size:17px;
	color:white;
}
.category-jumbo h1>span, .category-jumbo p>span{
/*	background-color: black;
	padding: 5px;
	border-radius: 4px;*/
}

.category-description a {
	color: white;
	text-decoration: underline;
}


.bg-cover {
  background-size: cover;
  color: white;
	background-color: #999;
  background-position: center center;
  position: relative;
  z-index: 0;
  border-radius: 6px;
}

.overlay {
  background-color: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-radius: 6px;
}
/*Product col start*/
.products-list{
	margin-bottom:25px;
}
.product-head{
	padding: 14px 20px;
	margin:0 0 20px;
	font-size:24px;
	background:#717A82;
	color:#fff;
	text-transform:uppercase;
}
.product-head a{
	color: white;
	text-decoration: none;
}

.product-col{
	padding:15px 15px 10px;
	margin-bottom:20px;
	background:#EFF2F5;
	border:1px solid #e8e8e8;
}
	
.product-col.list .image{
	padding:20px 30px 10px 0;
	float:left;

}
	.caption h4 {
		font-size: 16px;;
	  }
	.product-col h4{
		font-size:18px;
		text-transform:uppercase;
	}
	.product-col .description{
		padding:5px 0;
		font-size:12px;
		line-height:18px;
		text-align:justify;
		color:#8b8b8b;
	}
	.product-col.list .description{
		padding-right:20px;
	}
	.product-col .price{
		padding:10px 0;
	}
.product-col .price .price-tax{
	font-size:14px;
	color:#212121;
	text-transform:uppercase;
}
span.price-new{
	color:#2f353b;
	font-size:24px;
	padding-right:5px;
}
.product-col .price span.price-old{
	font-size:18px;
	color:#808080;
	text-decoration:line-through;
}
.product-col .cart-button{
	padding-top:10px;
}
.product-col .cart-button .btn{
	-webkit-border-radius:2;
	   -moz-border-radius:2;
			border-radius:2;
}
.product-col .btn-wishlist,.btn-function,
.product-col .btn-compare{
	color:#fff;
	background:#303030;
	margin-right:3px;
}

.btn-function:hover,.btn-function:focus{
	color:#333;
	text-decoration: none;
}

.product-col .btn-wishlist:hover, .btn-function :hover,
.product-col .btn-compare:hover, 
.product-col .btn-function, 
.product-col .btn-function:hover .fa {
	background:#BE140F;
}
.product-col .btn-function, .product-col .btn-function{
	padding:0 0 0 15px;
	font-size:1px;
	color:#fff;
	text-transform:uppercase;
	border:none;
}
.product-col .btn-function .fa{
	margin-left:10px;
	padding:10px;
}
.product-col .btn-function .fa, 
.product-col .btn-function:hover{
	background:#303030;
}
.product-col .cart-button.button-group .btn-function{
	padding:5px 12px;
	font-size:15px;
}
.product-col .cart-button.button-group .btn-function .fa {
	margin-left:0;
	padding:0;
	background:none;
}
/*Product col end*/