#ttcategorytabs .categoryimage .category_img {
    max-width: 100%;
}
#ttcategorytabs .tab-content .tab-pane {
    padding: 0;
    border: none;
    background: none;
}
#ttcategorytabs .tab-content .products {
    position: relative;
    margin: 0;
}
#ttcategorytabs .ttcategory {
	padding: 0;
	float: left;
	width: 100%;
}
#ttcategorytabs {
	background: none;
	float: left;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}
#ttcategorytabs .customNavigation {
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 991px) {
	#ttcategorytabs{
		margin:0;
	}
}
@media (max-width: 767px) {
    #index #ttcategorytabs .tt-title {
        float: none;
        width: 100%;
		border: none;
		margin: 0 0 15px;
    }
    #ttcategorytabs .customNavigation {
        top: 60px;
    }
	#index #ttcategorytabs .tt-title::after	{
		background: #ed1e3c;
		top: auto;
		bottom: 0;
		content: "";
		height: 4px;
		left: 0;
		right: 0;
		width: 50px;
		margin: auto;
		position: absolute;
		transition: width 400ms ease-in-out 0s;
		-webkit-transition: all 400ms ease-in-out 0s;
		-moz-transition: all 400ms ease-in-out 0s;
		-o-transition: all 400ms ease-in-out 0s;
		-ms-transition: all 400ms ease-in-out 0s;
	}
}
@media (max-width: 543px) {
    #ttcategorytabs {
        margin: 0 auto;
    }
	#ttcategorytabs .customNavigation {
        position: static;
    }
}