#czcategorytabs {
	padding-top: 50px;
    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;
    padding: 0;
}
#czcategorytabs .customNavigation {
	width: 0px;
	top: 0;
	right: 30px;
}
#czcategorytabs .customNavigation a.prev {
    left: -40px;
}
#czcategorytabs .customNavigation a.next {
    right: -30px;
}
#czcategorytabs .tab-content .products{ position: relative;   margin: 0 -10px;}
#czcategorytabs .view_more {
    text-align: center;
    margin-top: 30px;
}
#czcategorytabs .view_more a {
    background: #9ea18e;
    color: #fff;
    padding: 11px 30px;
    font-size: 16px;
    font-weight: 500;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#czcategorytabs .view_more a:hover {
    background-color: #000;
}

@media (max-width: 1720px) and (min-width: 1660px) {
	#czcategorytabs .customNavigation a.prev {
	    left: -10px;
	}
	#czcategorytabs .customNavigation a.next {
	    right: -10px;
	}
}

@media (max-width: 991px) {
	#czcategorytabs .tab-content .products {   clear: both; }
	#czcategorytabs .tab-content { width: 100%; padding: 0; }
	#czcategorytabs {
		padding-top: 30px;
	}

	#czcategorytabs .view_more {
		margin-top: 15px;
	}
	.tabs .nav-tabs .nav-link {
		font-size: 18px;
		line-height: 26px;
		margin: 0px 15px;
	}
	.tabs .nav-tabs li.nav-item::before {
		height: 19px;
	}
}
@media (max-width: 575px) {
	#czcategorytabs .customNavigation {
		width: 100%;
		top: 50%;
		right: 30px;
	}
	#czcategorytabs .customNavigation a.prev {
		left: 20px;
	}
	#czcategorytabs .customNavigation a.next {
		right: -40px;
	}
}
@media only screen and (max-width: 479px) {
	#czcategorytabs .tab-content {
		margin: 0;
	}
}
@media (max-width: 420px) {
	.tabs .nav-tabs .nav-item a {
		margin-right: 15px;
		margin-left: 0px;
	}
	.tabs .nav-tabs .nav-link {
		font-size: 15px;
	}
	.tabs .nav-tabs li.nav-item::before {
		border: 0;
	}
	.tabs .nav-tabs .nav-link:hover, .tabs .nav-tabs .nav-link.active {
		color: #9ea18e;
		border-color: #9ea18e;
	}
}