#czcategorytabs {
   margin:25px 0 30px 0;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    clear: both;
    background: #ffffff;
}
#czcategory-tabs {
    padding:0;
    margin: 0;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
#czcategorytabs .customNavigation {
    right: 0;
    left: auto;
    top: -55px;
}
#czcategorytabs .products-section-title {
    display: none;
}
#czcategorytabs .categorytab.block {
    width:100%;
    float: left;
    position: relative;
}
#czcategorytabs .czcategory-tab {
	line-height: 10px;
}
#czcategorytabs .categoryimage .category_img{ margin:25px 0; max-width: 100%; }
#czcategorytabs .tab-content .tab-pane{
	padding: 10px;
    border: none;
    background: none;
}

#czcategorytabs .nav-item .category-title {
    display: block;
	padding:0;
	font-weight:500;
}
#czcategorytabs .categoryimage.cate_img0 {
    background-position:center -20px;
}
#czcategorytabs .categoryimage.cate_img1 {
    background-position: center -122px;
}
#czcategorytabs .categoryimage.cate_img2 {
    background-position:center -420px;
}
#czcategorytabs .categoryimage.cate_img3 {
    background-position:center -216px;
}
#czcategorytabs .categoryimage.cate_img4 {
    background-position: center -317px;
}
#czcategorytabs .tab-content .products{ position: relative; margin:0; }

@media (max-width: 991px) {
	#czcategorytabs .categorytab.block {
		width: 100%;
		padding-left: 0;
	}
	#czcategorytabs {
		margin-top: 15px;
		margin-bottom: 20px;
	}
	
}
@media (max-width: 680px) {
	#czcategorytabs .categoryimage {
		display: none;
	}
}
@media (max-width: 500px) {
	#czcategorytabs .categoryimage{ display: none; }
	#czcategory-tabs {
		padding-bottom: 40px;
	}
	#czcategorytabs .customNavigation {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}