#czcategorytabs {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px;
}

#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;
    position: relative;
}

#czcategorytabs .tab-content .products {
    position: relative;
    margin: 0px;
}

#czcategorytabs .customNavigation {
	width: 100%;
	left: 0;
	right: 0;
    top: 39%;
    opacity: 0;
}

#czcategorytabs .customNavigation a {
    position: absolute;
}


@media (max-width: 1500px) {
    
}

@media (max-width: 991px) {
    #czcategorytabs {
        padding-top: 40px;
        padding-bottom: 20px;
    }
}

@media (max-width: 480px) {
    
}