#czcategorytabs {
	float: left;
	width: 100%;
	clear: both;
    margin-top: 80px;
}

#czcategorytabs .tab-content {
    clear: both;
    position: relative;
}

.czcategory-tab {
	float: right;
}

#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:hover, 
#czcategorytabs.tabs .nav-tabs .nav-link.active{
    /* color: #000000; */
}


@media (max-width: 1199px) {
    .czcategory-tab {
        float: none;
        text-align: left;
        display: flex;
        padding-block: 10px;
    }
}

@media (max-width: 991px) {
    #czcategorytabs {
        margin-top: 40px;
    }
    #czcategorytabs .tab-content .products {
        margin: 0px -10px;
    }
}

@media (max-width: 420px) {
    .tabs .nav-tabs .nav-item:nth-child(3) {
        display: flex;
        align-content: center;
        justify-content: flex-start;
        padding-top: 10px;
    }
}