#czcategorytabs {
    padding: 90px 0 55px;
    margin: 0;
	float: left;
	width: 100%;
	position: relative;
}
#czcategorytabs .categorytab.block {
    background: #ffffff;
	float: left;
	width: 100%;
    position: relative;
}

#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: 0;
}
#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: 50%;
	width: 100%;
    right: 0;
    left: 0;
}
#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 -14px;}
#czcategorytabs .view_more {
    text-align: center;
    display: block;
    margin-top: 30px;
}
#czcategorytabs .view_more a {
    background: #ebb5ac;
    color: #000;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.6px;
}
#czcategorytabs .view_more a:hover {
    background-color: #000;
    color: #fff;
}

@media (max-width: 1720px) and (min-width: 1660px) {
	#czcategorytabs .customNavigation a.prev {
	    left: -10px;
	}
	#czcategorytabs .customNavigation a.next {
	    right: -10px;
	}
}
@media (max-width: 1259px) and (min-width: 992px) {
	#czcategorytabs .customNavigation {
		top: 47.8%;
	}
	#czcategorytabs .customNavigation a.next {
	    right: -10px;
	}
	#czcategorytabs .customNavigation a.prev {
	    left: -10px;
	}
}
@media (max-width: 991px) {
	#czcategorytabs .tab-content .products {   clear: both; }
	#czcategorytabs .tab-content { width: 100%; padding: 0; }
	#czcategorytabs {
		padding-top: 50px;
    	padding-bottom: 35px;
	}
	#czcategorytabs .customNavigation {
	    top: 57%;
	}
	#czcategorytabs .customNavigation a.prev {
	    left: -20px;
	}
	#czcategorytabs .customNavigation a.next {
	    right: -20px;
	}
}
@media (max-width: 767px) {
	#czcategorytabs .customNavigation a.prev {
	    left: 0;
	}
	#czcategorytabs .customNavigation a.next {
	    right: 0;
	}
}
@media (max-width: 600px) {
	#czcategorytabs .categoryimage{ display: none; }
	#czcategorytabs .nav-item .category-title {
		padding-top : 10px;
		padding-bottom: 10px;
	}
	#czcategory-tabs {
		margin-top: 0;
	}
}
@media only screen and (max-width: 479px) {
	#czcategorytabs .tab-content {
		margin: 0;
	}
}