#czcategorytabs {
	margin-top: 40px;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 25px;
}
#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 .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 -15px;}
#czcategorytabs .view_more {
    text-align: center;
    margin-top: 30px;
}
#czcategorytabs .view_more .btn-primary {
	padding: 11px 15px;
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	min-width: 180px;
	border: 1px solid transparent;
}
#czcategorytabs .view_more .btn-primary:hover {
	background-color: #000000;
	border-color: #000000;
}

@media (max-width: 991px) {
	#czcategorytabs .tab-content .products {   clear: both; }
	#czcategorytabs .tab-content { width: 100%; padding: 0; }
	#czcategorytabs {
		margin-top: 25px;
	}

	#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: 480px) {
	#czcategorytabs .tab-content {
		margin: 0;
	}
}
@media (max-width: 420px) {
	.tabs .nav-tabs .nav-item a {
		margin-right: 15px;
		margin-left: 0px;
	}
	.tabs .nav-tabs li.nav-item::before {
		border: 0;
	}
	.tabs .nav-tabs .nav-link:hover, .tabs .nav-tabs .nav-link.active {
		border-color: #2959c2;
	}
	#czcategorytabs .customNavigation {
		width: 100%;
		top: 50%;
		left: 0;
		right: 0;
	}
	#czcategorytabs .customNavigation a.prev {
		left: 0px;
	}
	#czcategorytabs .customNavigation a.next {
		right: 0px;
	}
	.tabs .nav-tabs {
		margin-bottom: 10px;
	}
}
@media(max-width: 380px) {
	#czcategorytabs .tab-content .products {
		margin: 0 -10px;
	}
	.products .product_list li.item {
		padding-left: 10px;
		padding-right: 10px;
	}
	#czcategorytabs .view_more a {
		min-width: auto;
		padding-top: 6px;
		padding-bottom: 6px;
	}
}