#czcategorytabs {
	padding: 45px 0;
	float: left;
	width: 100%;
	position: relative;
}

#czcategorytabs #category-products {
	margin: 0 -25px;
}
#czcategorytabs .categorytab.block {
    position: relative;
    float: left;
    width: 100%;
}
#czcategorytabs .categorytab.block .category-product-block {
	width: 33.33%;
	float: left;
	padding: 0 25px;
	position: relative;
}
#czcategorytabs .categorytab.block .products .product_list.grid li.product_item{
	padding: 0;
    margin-bottom: 20px;
}

.czcategory-double-slide.products.row {
	margin: 0 -15px;
}
#czcategorytabs .categorytab.block .item {
	width: 100%;
	padding: 15px;
}

#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 {
	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%;
	padding: 0;
}
#czcategorytabs .products .product_list li .product-description {
    float: left;
    width: 62.9%;
    min-height: 150px;
    padding: 20px 10px 0 20px;
}
#czcategorytabs .products .product_list li .thumbnail-container .outer-functional {
	display: none;
}
#czcategorytabs .products .product_list li.item {
    float: left;
    width: 100%;
}
#czcategorytabs .products .product_list li:last-child {
	border-bottom: 0;
}
#czcategorytabs .products .product_list li.item:last-child,
#czcategorytabs .categorytab.block .products .product_list.grid li.product_item:last-child {
    margin: 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 .comments_note ,
#czcategorytabs .categorytab.block .products .product_list.grid li.product_item:hover .product-description .comments_note {
	opacity: 0;
}
#czcategorytabs .pro_review_wrap {
    position: relative;
}

#czcategorytabs .categorytab.block .item .outer-functional {
    left: 0;
    right: auto;
    top: 3px;
    opacity: 0;
    background: #fff;
}
#czcategorytabs .categorytab.block .item:hover .outer-functional {
    opacity: 1;
}
#czcategorytabs .products .product_list li.item:hover .product-description .product-actions .add-to-cart ,
#czcategorytabs .categorytab.block .products .product_list.grid li.product_item:hover .product-description .product-actions .add-to-cart {
	opacity: 1;
	filter: alpha(opacity=100);
}
#czcategorytabs .categoryimage .category_img{ margin:25px 0; max-width: 100%; }
#czcategorytabs .tab-content .tab-pane{
	padding: 0px;
    border: none;
    background: none;
}

#czcategorytabs .categorytab.block .czcategory-double-slide .owl-controls {
	padding-top: 0;
	padding-bottom: 20px;
	display: none;
}
#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: 1459px) and (min-width:1200px) {
#czcategorytabs .products .product_list li .product-description {
    min-height: 130px;
    padding-top: 10px;
}
}
@media (max-width: 1199px) {
	#czcategorytabs .categorytab.block .category-product-block {
		width: 50%;
		margin-bottom: 30px;
	}
	#czcategorytabs .categorytab.block .category-product-block:last-child {
		margin: 0;
	}
}
@media (max-width: 991px) {
	#czcategorytabs .tab-content .products {   clear: both; }
	#czcategorytabs .tab-content { width: 100%; padding: 0; }

	#czcategorytabs {
		padding: 25px 0;
	}
	#czcategorytabs .categorytab.block .category-product-block {
		padding: 0 15px;
	}
	#czcategorytabs #category-products {
		margin: 0 -15px;
	}
	#czcategorytabs .products .product_list li .product-description {
		min-height: 140px;
		padding-top: 10px;
	}
	#czcategorytabs .products .product_list li .product-description {
		
	}
	.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 {
		padding-top: 15px;
	}
	#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: 575px) {
#czcategorytabs .categorytab.block .item {
    padding-inline: 10px;
}
.czcategory-double-slide.products.row {
    margin: 0 -10px;
}
#czcategorytabs .categorytab.block .item .product-title {
	-webkit-line-clamp: 1;
}
}
@media(max-width: 480px) {
	#czcategorytabs .tab-content {
		margin: 0;
	}
}
@media (max-width: 420px) {
	.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;
	}
	.tabs .nav-tabs {
		margin-bottom: 10px;
	}
	#czcategorytabs .products .product_list li .product-description {
		padding-top: 5px;
	}
}
@media(max-width: 1459px) {

	#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);
		min-height: 120px;
	}
	#czcategorytabs .products .product_list li .thumbnail-container {
		width: 100px;
	}
	#czcategorytabs {
		padding-top: 30px;
	}
}
@media(max-width: 380px) {
	#czcategorytabs .view_more a {
		min-width: auto;
	}
	#czcategorytabs .products .product_list li .product-description {
		padding-inline-start: 10px;
	}
	#czcategorytabs .categorytab.block .categoryimage a .category-title {
		top: 34px;
		left: 20px;
	}
}