#czcategorytabs {
    padding:50px 0;
    margin: 0;
	float: left;
	width: 100%;
}
#czcategorytabs .categorytab.block {
    background: #ffffff;
	float: left;
    width: 100%;
}
#czcategorytabs .czcategory-tab {
    float: right;
}
#czcategorytabs .tab-content {
	width: 74.40%;
    display: inline-block;
	position: relative;
}
#czcategorytabs .products .product_list li.item {
    padding-top: 0;
}
#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 {
    width: 100%;
    top: 140px;
    right: 0;
}
#czcategorytabs .customNavigation a.prev {
    left: -10px;
}
#czcategorytabs .customNavigation a.next {
    right: -10px;
}
/*.categorytab2.block .customNavigation {
    right: -32%;
}*/
#czcategorytabs .tab-content .products{ position: relative; margin:0 -15px 0; }
@media (min-width: 992px) and (max-width:1199px) {
	#czcategorytabs .tab-content .products { margin: 0; }
}
@media (max-width: 991px) {
	#czcategorytabs { padding-top: 30px; padding-bottom: 30px; }
	#czcategorytabs .tab-content { width: 100%; padding: 0; }
	#czcategorytabs .customNavigation a.prev {
		left: 0;
	}
	#czcategorytabs .customNavigation a.next {
		right: 0;
	}
}
@media (max-width: 700px) {
	#czcategorytabs .czcategory-tab { float: none; margin: 0; width: 100%; }
	#czcategorytabs .products-section-title { 
		margin-bottom: 10px;
	 }
	#czcategorytabs .categoryimage{ display: none; }
	#czcategorytabs .nav-item .category-title {
		padding-top : 10px;
		padding-bottom: 10px;
	}
	.products-section-title:before{border:0;}
}