#czcategorytabs {
	float: left;
	width: 100%;
	margin: 40px 0 30px;
}
.czcategory-tab {
	text-align: center;
	margin-bottom: 27px;
}

.czcategory-tab {
	text-align: center;
}
#czcategorytabs .products-section-title {
	margin-bottom: 15px;
}


#czcategorytabs .categoryimage .category_img{ margin:25px 0; max-width: 100%; }
#czcategorytabs .tab-content .tab-pane{
	padding: 0px;
    border: none;
    background: none;
}
#czcategorytabs .nav-item .category-title {
	text-transform: capitalize;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.8px;
	padding: 0;
}
#czcategorytabs .tab-content .products {
	position: relative;
	margin: 0 -1px 0 0;
}

@media (max-width: 1199px) {
#czcategorytabs .tab-content .products {
	position: relative;
	margin: 0 -3px 0 0;
}
}

@media (max-width: 991px) {
	#czcategorytabs {
		margin: 20px 0 10px;
	}
}
@media (max-width: 600px) {
	#czcategorytabs .categoryimage{ display: none; }
	#czcategorytabs .nav-item .category-title {
		padding-top : 10px;
		padding-bottom: 10px;
	}
}