#czcategorytabs {
    padding: 90px 0;
    margin: 0;
	float: left;
	width: 100%;
    background: #f0f0f0;
}
#czcategorytabs .categorytab.block {
	float: left;
    width: 100%;
}
#czcategorytabs .nav-tabs {
    width: auto;
    display: block;
    text-align: right;
    margin: 0;
    margin-right: 80px;
}
#czcategorytabs .categoryimage .category_img{ margin:25px 0; max-width: 100%; }
#czcategorytabs .tab-content .tab-pane{
	padding: 0px;
    border: none;
    background: none;
}
#czcategorytabs .nav-item .category-title {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.2px;
    padding: 0;
}
#czcategorytabs .customNavigation {
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    top: -50px;
    width: 85px;
    right: 5px;
}

#czcategorytabs .customNavigation a.prev {
    left: 0;
}
#czcategorytabs .customNavigation a.next {
    right: 0;
}

#czcategorytabs .tab-content .products{ position: relative; margin:0 -14px 0; }

@media (max-width: 1199px) {
	#czcategorytabs {
	    padding: 50px 0 40px;
	}
}
@media (max-width: 991px) {
	#czcategorytabs .tab-content .products {   clear: both; }
	#czcategorytabs .tab-content { width: 100%; padding: 0; }
	#czcategorytabs .customNavigation a.prev {
		left: 0;
	}
	#czcategorytabs .customNavigation a.next {
		right: 0;
	}
	
}
@media (max-width: 767px) {
	#czcategorytabs {
	    padding: 40px 0 30px;
	}
}
@media (max-width: 650px) {
	#czcategorytabs .nav-tabs {
	    width: 100%;
		display: inline-block;
		text-align: left;
		margin: 0;
   }
   #czcategorytabs .customNavigation {
		top: -72px;
	}
}
@media (max-width: 479px) {
	#czcategorytabs .czcategory-tab { float: none; margin: 0; width: 100%; }
	.tabs .nav-tabs {
		float: none;
		width: 100%;
		margin: 0;
		text-align: center;
		padding: 0;
	}
	#czcategorytabs .categoryimage{ display: none; }
	#czcategorytabs .nav-item .category-title {
		padding-top : 10px;
		padding-bottom: 10px;
	}
	.products-section-title:before{border:0;}
	#czcategory-tabs {
		margin-top: 0;
		margin-bottom: 10px;
		border: 0;
	}
}
@media (max-width: 380px) {
	#czcategorytabs .nav-tabs {
		width: 80%;
	}
}