#czcategorytabs {
    float: left;
    width: 100%;
    clear: both;
    margin: 65px 0 25px;
    position: relative;
}
#czcategorytabs .categoryimage .category_img{ margin:25px 0; max-width: 100%; }
#czcategorytabs .tab-content .tab-pane{
	padding: 0px;
    border: none;
    background: none;
}
#czcategorytabs .czcategory-tab .nav-link .category-title {
    padding: 0;
    font-weight: 500;
}
#czcategorytabs .tab-content .products{ position: relative; margin:0; }

@media (max-width: 991px) {
    #czcategorytabs {
        margin-top: 35px;
    }
}