
.products-single
{
	border:1px solid #ccc !important;;
	padding:20px !important;

}
.products .products-single
{
position:relative;
text-align: center;
border:1px solid #ccc;
border-radius: 5px;
padding:10px !important;
margin-bottom:15px;

}
.products .products-single:hover
{
	border:1px solid #194176;
}

.products .products-single img
{
	position:relative;
	width:100% !important;
}
.product-text
{
	padding-top:10px;
	padding-bottom:10px;
}
.product-text .product-amont span
{
	font-size:18px;
	font-weight:600;
	color:#f00;
	text-align:center;
}






/* CSS */
.product-readmore .btn-default
{
padding: 10px;
border: 1px solid #ccc;

border-radius: 3px;
margin-top: 10px;
color:#03C !important;
}
.products-single hr
{
	margin-bottom:5px;
	margin-top:5px;
	
}

.products-single .hr3 {
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, transparent, #CCC, transparent);  
}



.ads img
{
	width:100% !important;
}
