#tmcategorytabs .categoryimage .category_img {
	margin: 0;
	max-width: 100%;
}
#tmcategorytabs .tab-content .tab-pane{
	padding: 0px;
    border: none;
    background: none;
    position: relative;
    float: left;
	width: 100%;
}
#tmcategorytabs.tabs .nav-tabs {
	float: left;
	width: 100%;
	margin: 0;
}
#tmcategorytabs .nav-tabs .categorytab-image {
	padding-inline: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	float: left;
	width: 292px;
	height: 386px;
	position: relative;
	padding-block: 100px;
	margin-block: 15px;
	margin-inline-start: 15px;
}
@media (max-width:991px) {
	#tmcategorytabs .nav-tabs .categorytab-image {
		height: 311px;
	}
}
#tmcategorytabs .nav-tabs .categorytab-image .category-info {
	font-family: AvenirNextWorld, AvenirNextLTPro, var(--title-font-family), Arial, Helvetica, sans-serif;
	position: relative;
	color: #fff;
	float: left;
	width: auto;
	margin-block-end: 20px;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
#tmcategorytabs .nav-tabs .categorytab-image .category-desc {
	float: left;
	width: auto;
	color: #fff;
}
#tmcategorytabs .nav-tabs .category-4 .category-info, #tmcategorytabs .nav-tabs .category-4 .category-desc {
	color: #222;
}
#tmcategorytabs .nav-tabs .categorytab-image .nav-link {
	padding: 0;
	position: relative;
}
#tmcategorytabs .tab-content .products {
	position: relative;
	width: 75%;
	float: right;
}

@media screen and (max-width: 1449px) {
#tmcategorytabs .tab-content .products {
	width: 74%;
}
}

@media screen and (max-width: 1199px) {
#tmcategorytabs .tab-content .products {
	width: 68%;
}
}

@media screen and (max-width: 991px) {
	#tmcategorytabs .tab-content .products {
		width: 59%;
	}
	}


@media screen and (max-width: 767px) {
	#tmcategorytabs .nav-tabs .categorytab-image {
		background-image: none !important;
		padding: 0;
		height: auto;
		width: auto;
		float: none !important;
	}
	#tmcategorytabs .nav-tabs .categorytab-image .category-info {
		color: #222;
	}
	#tmcategorytabs .nav-tabs .categorytab-image .category-desc {
		display: none;
	}
	#tmcategorytabs .tab-content .products {
		width: 100%;
	}
}
