#czcategorytabs {
	padding-top: 90px;
	margin: 0;
	float: left;
	width: 100%;
	position: relative;
}
#czcategorytabs .categorytabs_banner {
	float: left;
	width: 340px;
	position: relative;
    display: inline-block;
}
#czcategorytabs #category-products {
	margin: 0 -10px;
}
#czcategorytabs .categorytab.block {
	position: relative;
	width: calc(100% - 360px);
	float: right;
	margin-top: -10px;
}
#czcategorytabs .categorytab.block .category-product-block {
	width: 33.33%;
	float: left;
	padding: 0 10px;
	position: relative;
}
#czcategorytabs .categorytab.block .products .product_list.grid li.product_item{
	padding: 10px 0;
}
/* #czcategorytabs .categorytabs_banner:before {
	background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    content: "";
    left: 50%;
    right: 50%;
    position: absolute;
} */

/* #czcategorytabs .categorytabs_banner:hover:before {
	left: 0;
    right: 0;
	-webkit-transition: all 800ms ease 0s;
	-moz-transition: all 800ms ease 0s;
	-o-transition: all 800ms ease 0s;
	transition: all 800ms ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
} */
#czcategorytabs .categorytabs_banner img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
.czcategory-double-slide.products.row {
	margin: 0 -10px;
}
#czcategorytabs .categorytab.block .item {
	width: 100%;
	padding: 0 10px;
}
/* #czcategorytabs .categorytab.block .categoryimage img {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	width: 100%;
	max-height: 147px;
	-webkit-transition: all 800ms ease 0s;
	-moz-transition: all 800ms ease 0s;
	-o-transition: all 800ms ease 0s;
	transition: all 800ms ease 0s;
}
#czcategorytabs .categorytab.block .categoryimage:hover img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all 800ms ease 0s;
	-moz-transition: all 800ms ease 0s;
	-o-transition: all 800ms ease 0s;
	transition: all 800ms ease 0s;
} */
#czcategorytabs .products-section-title {
	margin-bottom: 0;
	font-size: 24px;
	text-align: left;
	line-height: 30px;
}
#czcategorytabs .categorytab.block .categoryimage .category-title{
	font-size: 26px;
	font-weight: 700;
	text-align: left;
	line-height: 20px;
	letter-spacing: .7px;
	padding: 0;
	position: absolute;
	top: 64px;
	left: 40px;
}

#czcategorytabs .categorytab.block .category_design {
	background-color: #fff;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
}

#czcategorytabs .categorytab.block .categoryimage {
	display: block;
	cursor: pointer;
	position: relative;
	display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #e5e7e4;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	min-height: 145px;
	overflow: hidden;
}

#czcategorytabs .products .product_list li .thumbnail-container {
	float: left;
	width: 37.1%;
}
#czcategorytabs .products .product_list li .product-description {
	float: right;
	width: 62.9%;
	padding-bottom: 0;
	min-height: 150px;
	padding: 30px 10px 0 20px;
}
#czcategorytabs .products .product_list li .thumbnail-container .outer-functional {
	display: none;
}
#czcategorytabs .products .product_list li.item {
	float: left;
	width: 100%;
	margin-bottom: 0;
	padding: 10px 10px;
}
#czcategorytabs .products .product_list li:last-child {
	border-bottom: 0;
}

#czcategorytabs .products .product_list li.triple-slideitem {
    padding: 0;
}
#czcategorytabs .products .product_list li .product-miniature{
	overflow: hidden;
	background-color: #fff;
	position: relative;
}
#czcategorytabs .products .product_list li.item .product-description .product-price-and-shipping {
	margin-top: 3px;
	display: table;
}
#czcategorytabs .products .product_list li.item:hover .product-description .product-price-and-shipping {
	opacity: 0;
}
#czcategorytabs .products .product_list li .product-description .product-actions {
	padding-top: 5px;
	margin-top: 0;
	margin-top: -30px;
	z-index: 9;
	position: relative;
}
#czcategorytabs .products .product_list li .product-description .product-actions .add-to-cart {
	padding: 0;
	background: transparent;
	text-align: left;
	text-decoration: underline;
	overflow: visible;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #222;
}
#czcategorytabs .products .product_list li.item:hover .product-description .product-actions .add-to-cart {
	opacity: 1;
	filter: alpha(opacity=100);
}
#czcategorytabs .products .product_list li .product-description .product-actions .add-to-cart:hover {
	text-decoration: none;
}
#czcategorytabs .categoryimage .category_img{ margin:25px 0; max-width: 100%; }
#czcategorytabs .tab-content .tab-pane{
	padding: 0px;
    border: none;
    background: none;
}
#czcategorytabs .categorytab.block .customNavigation {
	width: 0px;
	top: 0;
	left: auto;
	right: 7%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#czcategorytabs .categorytab.block .czcategory-double-slide .owl-controls {
	padding-top: 0;
	padding-bottom: 20px;
	display: none;
}
#czcategorytabs .customNavigation a {
	border: 0;
}
#czcategorytabs .customNavigation a::before {
	font-size: 30px;
	color: #b2b2b2;
}
#czcategorytabs .customNavigation a:hover::before {
	color: #000000;
}
#czcategorytabs .customNavigation a.prev {
    left: -30px;
}
#czcategorytabs .customNavigation a.next {
    right: -30px;
}
#czcategorytabs .tab-content .products{ position: relative;   margin: 0 -15px;}
#czcategorytabs .view_more {
    text-align: right;
}
#czcategorytabs .view_more .btn-primary {
	padding: 0;
	border-bottom: 1px solid #292931;
	background-color: transparent;
	color: #292931;
	border: 0;
	text-decoration: underline;
	border-radius: 0;
}
#czcategorytabs .view_more .btn-primary:hover {
	text-decoration: none;
}

#czcategorytabs .categorytab.block .owl-controls {
	text-align: center;
	clear: both;
	line-height: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	padding-top: 20px;
	display: none !important;
}
#czcategorytabs .categorytab.block .owl-controls .owl-page {
    margin: 0px 4px 0px;
    display: inline-block;
    zoom: 1;
	cursor: pointer;
	background: #dddddd;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
	border-radius: 50%;
}
#czcategorytabs .categorytab.block .owl-controls .owl-page:hover,
#czcategorytabs .categorytab.block .owl-page.active {
    display: inline-block;
    zoom: 1;
	cursor: pointer;
	-webkit-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
    -moz-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
    -o-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
    transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #fcce00;
}

#czcategorytabs .categorytab.block .owl-controls .owl-page span {
    width: 9px;
    height: 9px;
    display: block;
    cursor: pointer;
    margin: 1px;
	text-indent: -9999px;
}


@media(max-width: 1500px){
	#czcategorytabs .categorytab.block .categoryimage a .category-title {
		top: 44px;
		left: 30px;
		font-size: 21px;
	}
	#czcategorytabs .products .product_list li .product-description .product-title {
		margin-top: 0;
	}
}
@media(max-width: 1359px){
	#czcategorytabs .categorytab.block .categoryimage a .category-title {
		top: 57px;
	}
}
@media (max-width: 1199px) {
	#czcategorytabs .products .product_list li .product-description {
		padding-top: 15px;
		padding-right: 5px;
		padding-bottom: 10px;
	}
	#czcategorytabs .categorytab.block .categoryimage a .category-title {
		top: 39px;
	}
	#czcategorytabs .categorytab.block .categoryimage {
		min-height: auto;
	}
	#czcategorytabs .categorytab.block .categoryimage .category-title {
		top: 41%;
	}
	#czcategorytabs {
		padding-top: 70px;
	}
	#czcategorytabs .categorytab.block .category-product-block {
		width: 50%;
		margin-bottom: 20px;
	}
	#czcategorytabs .products-section-title {
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	#czcategorytabs .tab-content .products {   clear: both; }
	#czcategorytabs .tab-content { width: 100%; padding: 0; }
	#czcategorytabs {
		padding-top: 50px;
	}
	#czcategorytabs .products .product_list li .product-description {
		min-height: auto;
	}
	.tabs .nav-tabs .nav-link {
		font-size: 18px;
		line-height: 26px;
		margin: 0px 15px;
	}
	.tabs .nav-tabs li.nav-item::before {
		height: 19px;
	}
	#czcategorytabs .categorytab.block .categoryimage a .category-title {
		top: 49px;
	}
}
@media(max-width: 767px) {
	#czcategorytabs .categorytab.block .owl-controls {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	#czcategorytabs .products .product_list li .product-description .product-actions {
		padding-top: 0;
	}
}
@media(max-width: 700px) {
	#czcategorytabs .products .product_list li .product-description {
		width: 75%;
	}
	#czcategorytabs .products .product_list li .thumbnail-container {
		width: 25%;
	}
	#czcategorytabs .categorytab.block .category-product-block {
		width: 100%;
	}
}
@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 .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 {
		border-color: #2959c2;
	}
	#czcategorytabs .customNavigation {
		width: 100%;
		top: 50%;
		left: 0;
		right: 0;
	}
	.tabs .nav-tabs {
		margin-bottom: 10px;
	}
}
@media(max-width: 1459px) {
	#czcategorytabs .categorytabs_banner {
		display: none;
	}
	#czcategorytabs .categorytab.block {
		width: 100%;
		float: none;
		margin: 0;
		margin-top: 0;
	}
}
@media(max-width: 480px) {
	#czcategorytabs .products .product_list li .product-description {
		width: calc(100% - 100px);
	}
	#czcategorytabs .products .product_list li .thumbnail-container {
		width: 100px;
	}
	#czcategorytabs .products .product_list li.item{
		padding-left: 10px;
		padding-right: 10px;
	}
	#czcategorytabs {
		padding-top: 30px;
	}
}
@media(max-width: 380px) {
	#czcategorytabs .view_more a {
		min-width: auto;
	}
	#czcategorytabs .categorytab.block .categoryimage a .category-title {
		top: 34px;
		left: 20px;
	}
}