#czcategorytabs {
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
    margin-top: 80px;
}

#czcategorytabs .categorytab.block {
    float: left;
    width: 100%;
}

#czcategorytabs .tab-content {
    clear: both;
}

#czcategorytabs .categoryimage .category_img {
    margin: 25px 0;
    max-width: 100%;
}

#czcategorytabs .tab-content .tab-pane {
    padding: 0px;
    border: none;
    background: none;
}

#czcategorytabs .tab-content .products {
	margin: 0px -16px;
}

#czcategory-tabs.nav-tabs .nav-link::before {
	display: none;
}

#czcategorytabs.tabs .nav-tabs .nav-link {
	padding: 0;
}

#czcategorytabs.tabs #czcategory-tabs {
	text-align: center;
}

#czcategorytabs.tabs .nav-tabs .nav-link:hover, 
#czcategorytabs.tabs .nav-tabs .nav-link.active{
    /* color: #000000; */
}


@media (max-width: 1500px) {
    
}

@media (max-width: 991px) {
    #czcategorytabs {
        margin-top: 40px;
    }
    #czcategorytabs .tab-content .products {
        margin: 0px -10px;
    }
}

@media (max-width: 575px) {
   
}