#czcategorytabs {
    padding: 40px 0 30px;
    margin: 0;
	float: left;
	width: 100%;
}
#czcategorytabs .categorytab.block {
    background: #ffffff;
	float: left;
    width: 100%;
}

#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.6px;
    padding: 8px 0 0;
    display: inline-block;
}
#czcategorytabs .customNavigation {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    top: 36%;
}
#czcategorytabs:hover .customNavigation{
	opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 100ms ease 0s;
    -moz-transition: all 100ms ease 0s;
    -o-transition: all 100ms ease 0s;
    transition: all 100ms ease 0s;
}
#czcategorytabs .customNavigation a.prev {
    left: -40px;
}
#czcategorytabs .customNavigation a.next {
    right: -40px;
}
#czcategorytabs .tab-content .products{ position: relative; margin:0; }
@media (max-width: 1500px) {
	#czcategorytabs .customNavigation a.prev {
	    left: -15px;
	}
	#czcategorytabs .customNavigation a.next {
	    right: -15px;
	}
}
@media (max-width: 991px) {
	#czcategorytabs .tab-content .products {   clear: both; }
	#czcategorytabs {
	    padding-top: 30px;
	    padding-bottom: 0;
	}
}
@media (max-width: 767px) {
	#czcategorytabs .customNavigation a.prev {
	    left: 0;
	}
	#czcategorytabs .customNavigation a.next {
	    right: 0;
	}
	#czcategorytabs .nav-item .category-title {
		display: none;
	}
}
@media only screen and (max-width: 479px) {
	#czcategorytabs .customNavigation {
	    top: 38%;
	}
	#czcategorytabs .tab-content {
		margin: 0;
	}
}