.cs-featured-category  .cs-product-list .row{
	margin-left:-15px;
	margin-right:-15px;
}
.cs-featured-category  .cs-product-list .cs-item{
	padding:15px;
}
.cs-featured-category  .cs-product-list .cs-item .cs-product{
	overflow:hidden;
}
@media (min-width: 767px) {
	.cs-featured-category  .cs-product-list  .cs-product > div{
		width:44%;
		float:left;
	}
	.cs-featured-category  .cs-product-list  .cs-product .cs-right-product{
		padding-left:30px;
		width:55%;
	}
	.cs-featured-category  .cs-product-list .cs-right-product .product-desc{
		margin:10px 0 20px;
	}
}
.cs-featured-category  .cs-product-list .cs-right-product,
.cs-featured-category  .cs-product-list .comments_note{
	text-align:left;
}
.cs-featured-category  .cs-product-list .cs-right-product .product-desc{
	display:block;
}
.cs-featured-category  .cs-product-list .cs-right-product .button-container{
	display:block!important;
	text-align:left;
}
.cs-featured-category  .cs-product-list .cs-left-product .button-container{
	display:none;
}
.cs-featured-category    .cs-right-product .ajax_add_to_cart_button,
.cs-featured-category    .cs-right-product .wishlist a,
.cs-featured-category    .cs-right-product  .compare a,
.cs-featured-category    .cs-right-product  .quick-view{
	background:none;
	border:1px solid #333;
	color:#333;
	text-transform:uppercase;
	margin-right:5px;
}
.cs-featured-category    .cs-right-product .ajax_add_to_cart_button{
	padding-left:15px;
	padding-right:15px;
}
.cs-featured-category    .cs-right-product .wishlist a,
.cs-featured-category    .cs-right-product  .compare a,
.cs-featured-category    .cs-right-product  .quick-view{
	height:38px;
	width:38px;
	/*line-height:38px;*/
}
.cs-featured-category    .cs-right-product .ajax_add_to_cart_button:hover,
.cs-featured-category    .cs-right-product .wishlist a:hover,
.cs-featured-category    .cs-right-product  .compare a:hover,
.cs-featured-category    .cs-right-product  .quick-view:hover,
.cs-featured-category    .cs-right-product .wishlist a.checked,
.cs-featured-category    .cs-right-product .compare a.checked{
	border-color:#5364a4;
	color:#5364a4
}
@media (min-width: 992px) {
	.cs-featured-category    .cs-right-product .content_price{
		margin-bottom:30px;
	}
}
.cs-featured-category .cs-container-list{
	margin-bottom:0;
}
@media (max-width: 767px) {
	.cs-featured-category .cs-product-list .row{
		margin-left:-10px;
		margin-right:-10px;
	}
	.cs-featured-category .cs-product-list .cs-item{
		padding:10px;
	}
	.cs-featured-category h2.title_block{
		margin-bottom:0;
	}
}