.category_image_box {
	height: 100%;
	/* max-height: 350px; */
}

/* .category_image_box .overlay_banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
	opacity: .3 !important;
} */

.categorybanner_container .banner-paginationn{
	display: flex;
    justify-content: center;
    margin: 10px 0 0;
}

/* .categorybannerSwiper .swiper-pagination-bullet-active {
    background: var(--black-color);
} */

.categorybanner_container .navigation_panel .banner-pagination {
    width: fit-content !important;
}

@media only screen and (max-width: 1050px) {
    .category_inner_container_type_3{
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media only screen and (max-width: 610px) {
    .category_inner_container_type_2, .category_inner_container_type_3{
		grid-template-columns: repeat(1, 1fr) !important;
	}
}