#czcategorytabs .tab-content .tab-section + .tab-section {
	margin-top: var(--global-section-margin-desktop);
}
#czcategorytabs .czcategory-tab{
    margin-bottom: 0px;
}
.czcategory-tab .nav-tabs .nav-item a.nav-link {
	font-size: 22px;
	padding-top: 0;
}
#czcategorytabs.tabs .nav-tabs {
	text-align: left;
}
#czcategorytabs.tabs .nav-tabs .nav-link::before {
	display: none;
}
#czcategorytabs .products-section-title {
	text-align: left;
}
#czcategorytabs.tabs .nav-tabs .nav-item {
	margin-inline-end: 33px;
}
#czcategorytabs.tabs .nav-tabs .nav-item:last-child {
	margin: 0;
}
#czcategorytabs .view_more {
	top: auto;
	display: 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 .czcategory-double-slide .owl-controls {
	padding-top: 0;
	padding-bottom: 20px;
	display: none;
}
#czcategorytabs .tab-content .products-wrapper {
	position: relative;
	width: 68.85%;
	padding-inline-start: 30px;
}
.category-image {
	width: 31.15%;
}
.products-wrapper .category-image {
	width: fit-content;
}
#czcategorytabs .tab-content .category-image img {
	margin: 0;
	max-width: 100%;
	border-radius: var(--global-border-radius);
}
#czcategorytabs .tab-content .catimage-products-wrapper {
	display: flex;
	margin: 0 ;
}
#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;
}
#czcategorytabs .categorytab.block .category_design .product_list.grid.gridcount {
	margin: 0;
	padding: 0;
}
/* @media (max-width: 1399px) {
	#czcategorytabs .tab-content .categoryimage {
		width: 29.1%;
	}
	#czcategorytabs .tab-content .products-wrapper {
		width: 70.9%;
	}
} */
@media(max-width: 1459px) {
	#czcategorytabs .categorytab.block {
		width: 100%;
		float: none;
		margin: 0;
		margin-top: 0;
	}
	#czcategorytabs .tab-content .products-wrapper {
		width: 62%;
	}
	.category-image {
		width: 38%;
	}
}
@media (max-width: 1199px) {
	#czcategorytabs .categorytab.block .category-product-block {
		width: 50%;
		margin-bottom: 30px;
		padding: 0 15px;
	}
	#czcategorytabs .categorytab.block .category-product-block:last-child {
		margin: 0;
	}
	#czcategorytabs #category-products {
		margin: 0 -15px;
	}
	#czcategorytabs .tab-content .categoryimage {
		width: 35.1%;
	}
	/* #czcategorytabs .tab-content .products-wrapper {
		width: 64.9%;
	} */
	#czcategorytabs .products .product_list li .product-description {
		padding-right: 10px;
	}	
}

@media (max-width: 991px) {
	#czcategorytabs .tab-content {
		width: 100%;
		padding: 0;
	}
	/* #czcategorytabs .tab-content .products-wrapper {
		width: 55%;
	} */
	#czcategorytabs .tab-content .categoryimage {
		width: 45%;
	}
	#czcategorytabs .products .product_list li .product-description {
		min-height: auto;
		padding-top: 5px;
		padding-inline-start: 14px;
	}
	.tabs .nav-tabs li.nav-item::before {
		height: 19px;
	}
	#czcategorytabs .categorytab.block .categoryimage a .category-title {
		top: 49px;
	}
	#czcategorytabs .products .product_list.grid li.item {
		width: 50%;
	}
	#czcategorytabs .products .product_list li.item {
		padding: 0 10px;
	}
	#czcategorytabs .tab-content .products-wrapper {
		width: 54.5%;
	}
	.category-image {
		width: 45.5%;
	}
	#czcategorytabs .tab-content .tab-section + .tab-section {
		margin-top: var(--global-section-margin-laptop);
	}
}

@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: 20px;
	}
	#czcategorytabs .products .product_list li .product-description .product-actions .btn.add-to-cart {
		width: initial;
		padding: 9px 23px;
	}
	#czcategorytabs .products .product_list li .product-description {
		width: 100%;
		padding-top: 10px;
		padding-inline-start: 5px;
		padding-bottom: 15px;
		padding-right: 5px;
	}
	#czcategorytabs .products .product_list li .thumbnail-container {
		width: 120px;
	}
	#czcategorytabs .tab-content .tab-section + .tab-section {
		margin-top: var(--global-section-margin-tablet);
	}
	/* #czcategorytabs .tab-content .catimage-products-wrapper {
		margin: 0;
		display: block;
	} */
	/* #czcategorytabs .tab-content .products-wrapper {
		width: calc(100% + 20px);
        padding: 0;
	} */
	#czcategorytabs .tab-content .category-image {
		width: 100%;
		max-width: 436px;
	}
	#czcategorytabs .tab-content .products-wrapper {
		width: 100%;
		padding: 20px 0 0 0;
	}
	#czcategorytabs .tab-content .catimage-products-wrapper {
		flex-direction: column;
	}
	#czcategorytabs .products-section-title {
		float: none;
	}
	#czcategorytabs.tabs .nav-tabs {
		text-align: left;
		margin-top: 10px;
	}
	.czcategory-tab .nav-tabs .nav-item a.nav-link {
		padding: 10px 0;
	}
	#czcategorytabs.tabs .nav-tabs .nav-item {
		margin-inline-end: 20px;
	}	
}
@media(max-width: 575px) {
	#czcategorytabs .products .product_list li .product-description .product-actions {
		opacity: 1;
	}
	#czcategorytabs .tab-content .tab-section + .tab-section {
		margin-top: var(--global-section-margin-mobile);
	}
}
@media(max-width: 480px) {
	#czcategorytabs .tab-content {
		margin: 0;
	}
}
@media (max-width: 420px) {
	.tabs .nav-tabs li.nav-item::before {
		border: 0;
	}
}
@media(max-width: 380px) {
	#czcategorytabs .view_more a {
		min-width: auto;
	}
	#czcategorytabs.tabs .nav-tabs .nav-item {
		margin-inline-end: 10px;
	}
}
@media(max-width: 320px) {
		#czcategorytabs .products .product_list.grid li.item {
		width: 100%;
	}
}