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

.products-list{
	margin-bottom:25px;
}
.product-head{
	padding: 14px 20px;
	margin:0 0 20px;
	font-size:24px;
	background:#252a2f;
	color:#fff;
	text-transform:uppercase;
}
.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;

}
.product-col .caption{


}
	.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;
}
.product-col .price 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;
}
.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;
}
.button-group{
	/*width:100px;*/
}
.bs{
	margin:10px 0 10px 0;
}

#subcategories{
	margin: 30px 0 30px 0;
}

.breadcrump{
	font-size:0.8em;
}

@media (max-width: 480px) {
	
.product-col .cart-button.button-group .btn-function{
	margin:0;
	padding:1px 5px;
	font-size:12px;
}	
.product-col .price span.price-new{
	font-size:80%;
}
.caption h4 {
    font-size: 90%;
  }

}