#otcategorytabs .categoryimage .category_img{
	max-width: 100%; 
}
#otcategorytabs .tab-content .tab-pane{
	padding: 0;
    border: none;
    background: none;
	margin:0;
	text-align:center;
}
#otcategorytabs .tab-content .products{ 
	position: relative;
	margin-bottom: 0;
}
#otcategorytabs .tab-content .categoryimage.col-sm-2 {
  display: none;
}
#otcategorytabs {
  margin: 0;
  padding:40px 0 20px;
  position: relative;
  float:none;
  display:inline-block;
  width:100%;
  list-style:none;
}
#otcategorytabs .tab-content {
  margin: 20px 0 0;
}
#otcategorytabs .otcategory {
  text-align: center;
}
#otcategorytabs .product-grid .thumbnail-container .otproduct-image a {
  border: medium none;
}
#otcategorytabs .products ul li.categoryslider ul li article:last-child {
  border-bottom: medium none;
}
#otcategorytabs .otcategory .products .product-grid {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  margin:0 1px;
}
#otcategorytabs .categoryli > ul {
  margin: 0;
}
.otcategory .product-grid .thumbnail-container .new {
  display: none;
}
.otcategory .product-grid .thumbnail-container .product-flags .on-sale
{
	display:none;
}
@media(max-width:767px){
	#otcategorytabs{
		padding:30px 0 15px;
	}
}
@media (max-width: 543px) {
	#otcategorytabs .tab-content .products{
		margin:0;
	}
	#otcategorytabs .customNavigation {
		right: 0;
		left: 0;
		top:27%;
		margin:20px 0;
	}
	#otcategorytabs .nav-tabs .nav-item
	{
		width:70%;
		margin:0 0 10px 0;
		float:none;
		display:inline-block;
		vertical-align:top;
	}
	#otcategorytabs .nav-tabs
	{
		width:100%;
	}
	#otcategorytabs .tab-content .tab-pane
	{
		margin:0;
	}
	#otcategorytabs .tab-content {
	  margin: 30px 0;
	}

}