.iva_woo_category_slider_wrapper .single_product-category .woocommerce-loop-category__title {
	padding: 0.5em 0;
	margin: 0;
	font-size: 1em;

	font-weight: 900;
	color: #000;

	text-align: center;
}

.iva_woo_category_slider_wrapper .single_product-category a:hover .woocommerce-loop-category__title{
	font-weight: 900;
	color: #76b00a;
}

.iva_woo_category_slider_wrapper .single_product-category .woocommerce-loop-category__title mark.count {
	background: none;
}

.slick-arrow.slick-next,
.slick-arrow.slick-prev {
	color: #76b00a;
	z-index: 5;
}

button.slick-next:before,
button.slick-prev:before {
	color: #76b00a;
}


.iva_woo_category_slider {
	display: flex;
	flex-direction: row;
	margin: 0 35px;
}

.iva_woo_category_slider_wrapper .single_product-category img {
	width: 100%;
	height: 150px;
	height: 200px !important;
	object-fit: contain;
}

.iva_woo_category_slider_wrapper {
	position: relative;
}



/* the slides */
.iva_woo_category_slider_wrapper .slick-slide {
	padding: 0 20px;
}

/* the parent */
.iva_woo_category_slider_wrapper .slick-list {
	margin: 0 -27px;
}

.iva_woo_category_slider_wrapper .slick-next:before,
.iva_woo_category_slider_wrapper .slick-prev:before {
	font-family: 'cleversoft' !important;
	font-size: 30px !important;
	content: "쀴" !important;
}

.iva_woo_category_slider_wrapper .slick-prev {
	left: -30px;
}

.iva_woo_category_slider_wrapper .slick-prev:before {
	content: "쀤" !important;
}

.iva_woo_category_slider .slick-track {
	display: flex;
}

.iva_woo_category_slider .slick-slide {
	/* border-right: 1px solid var(--border-color); */
	/* min-height: 280px; */
	height: auto;
	align-self: stretch;
}


@media screen and (min-width: 768px) {
	.iva_woo_category_slider_wrapper {
		margin-bottom: 25px;
	}
	.iva_woo_category_slider_wrapper .single_product-category img {
		height: 300px;
	}
	.iva_woo_category_slider .slick-slide {
		border-right: 1px solid var(--border-color);
	}

	/* .iva_woo_category_slider_wrapper { */
	/* .iva_woo_category_slider {
		height: 360px;
	} */
}