.wt_bestseller_category h3 
{
 margin: 0 0 15px 0;
  color: #333;
  font-size: 24px;
  font-weight: 400;
}
.wt_bestseller_category .block-content
{
	display:inline-block;
	background: #fff;
	border-top: 2px solid #8FBA26;
	width:100%;
	margin-bottom: 15px;
}
.wt_bestseller_category ul{margin:0;}
.wt_bestseller_category ul li.item {
  border-top: 1px solid #d6d6d6;
}
.wt_bestseller_category .tab-content
{
padding:0;border-left: 1px solid #d6d6d6;
}
#wt_bestseller_category_list
{padding-right:0; border-bottom:none;}
#wt_bestseller_category_list li {float:none;display:block;border-top:1px solid #d6d6d6;background:#f7f7f7;}
#wt_bestseller_category_list li > a{ display: inline-block; padding: 9.5px 20px; width: 100%;}
#wt_bestseller_category_list li:first-child {border-top:none;}
#wt_bestseller_category_list .cat-img{float:left;margin-right:15px;}
#wt_bestseller_category_list .cat-title{font-size:14px;font-weight:400;margin-bottom:7px;max-height:15px; overflow:hidden;display:block;}
#wt_bestseller_category_list .cat-title:hover{color:#8fba26;}
#wt_bestseller_category_list  .cat-count{color:#999;}
#wt_bestseller_category_list .product-image-container{margin-bottom:10px;}
@media (min-width: 768px)
{
.wt_bestseller_category ul li.item{
  border-right: 1px solid #d6d6d6;padding-top:8px;padding-bottom:8px;
}

}
@media (max-width: 767px)
{
.wt_bestseller_category ul
{margin-right:-15px; }
#wt_bestseller_category_list{padding-right:15px;}
.wt_bestseller_category .tab-content{border:none;}
#wt_bestseller_category  .product_list{overflow:hidden;}
.wt_bestseller_category .block-content{display:block;}
#wt_bestseller_category  .product_img_link{display:inline-block;}

}
@media only screen and (min-width : 768px) and (max-width : 992px)
{
#wt_bestseller_category_list .cat-count{display:none;}

}
@media only screen and (min-width : 993px) and (max-width : 1199px)
{
#wt_bestseller_category_list li > a{  padding: 8px 15px; }
}
@media only screen and (min-width : 768px) and (max-width : 1199px)
{
.wt_bestseller_category .tab-content{border-left:none;}
#wt_bestseller_category_list{border-right:1px solid #d6d6d6;}
.wt_bestseller_category ul li.item{border-bottom:1px solid #d6d6d6;border-top:none;}
}