#tmcategorytabs .categoryimage .category_img{ margin:10px 0; max-width: 100%; }
#tmcategorytabs .tab-content .tab-pane{
	padding: 0px;
    border: none;
    background: none;
    position: relative;
    float: left;
	width: 100%;
}
#tmcategorytabs .tab-content .products {
	position: relative;
	width: 100%;
	float: left;
	border-top: 0;
}
#tmcategorytabs .tab-content{
	display: none;
}
#tmcategorytabs .tab-content.active{
	display: block;
}
#tmcategorytabs .nav-tabs .nav-item .nav-link{
	cursor: pointer;
}
#tmcategorytabs .nav-tabs .nav-item.active .nav-link{
	color: #9bbab1;
}
#tmcategorytabs .hb-animate-element.left-to-right {
	float: left;
	width: 100%;
	text-align: left;
}