#czcategorytabs {
    float: left;
    width: 100%;
	clear: both;
	margin: 0;
	padding: 50px 0 30px;
}
#czcategorytabs .categorytab.block {
    background: #ffffff;
	float: left;
    width: 100%;
}
#czcategorytabs .tab-content {
    clear: both;
}
#czcategorytabs .container{
	padding: 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 {
	top: 32%;
    right: 0;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
#czcategorytabs .customNavigation .prev {
    left: -20px;
}
#czcategorytabs .customNavigation .next {
    right: -20px;
}
#czcategorytabs .tab-content .products{ position: relative; margin:0 -15px 0 -14px; }
@media (max-width: 1500px) {
	#czcategorytabs .customNavigation .prev {
		left: 0;
	}
	#czcategorytabs .customNavigation .next {
		right: 0;
	}
}
@media (max-width: 991px) {
	#czcategorytabs .customNavigation {
		top: -115px;
		width: 35px;
		right: 15px;
	}
}
@media (max-width: 479px) {
	#czcategorytabs .customNavigation {
		top: -142px;
	}
}