.category-wall-module{
	padding:110px 0 60px;
position:relative;
z-index:1;
max-width:558px;
margin:0 auto;
}
body.product-category .category-wall-module{
	margin-bottom:65px;
}
.category-wall-module:before{
	content:"";
	display:block;
	position:absolute;
	margin-left:50%;
	left:-50vw;
	width:100vw;
	height:100%;
	top:0;
	z-index:-1;
	background:#F3FFEC;
}
.category-wall-module .heading{
font-size:42px;
font-weight:500;
margin-bottom:44px;
}



 .category-wall .uni-module__wrapper{
	 margin:0 !important;
 }
.category-wall .uni-module__wrapper.owl-loaded{opacity:1;}

.category-wall-module .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.category-wall.uni-module .owl-item{padding:0;}
.category-wall__item {position:relative;z-index:0;width:170px;min-width:170px;margin:20px 0 !important;padding:12px 0;border:1px solid rgba(10, 45, 35, 0.1) !important;border-radius:12px;height:250px;background:#FCFFFC;box-shadow:none !important;}

.category-wall__item:before{
content:"";
display:block;
position:absolute;
z-index:-1;
height:100%;
width:100%;
left:0;
top:0;
border-radius:12px;
transition:.3s;
opacity:0;
background:#76B751;
}
.category-wall__item.active:before,
.category-wall__item:hover:before{
opacity:1;
height:calc(100% + 24px);
top:-12px;
}
.category-wall__image{
display: flex;
    align-items: center;
    justify-content: center;
position:relative;
overflow:hidden;
width:calc(100% - 2px);
text-align:center;
height:170px;
margin:0 auto;
transition:.3s;}

.category-wall__image img{
	object-fit: cover;
    height: auto;
    width: auto;
	max-width:89px;
    left: 0;
    top: 0;
}
/*
.category-wall__item:hover .category-wall__image,
.category-wall__item.active .category-wall__image{
	width:123px;
	border-radius:12px;
}*/
.category-wall__image.child{border-bottom:solid 1px rgba(0, 0, 0, .07);box-shadow:0 5px 5px -2px rgba(0, 0, 0, .06)}
.category-wall__ul {margin:0;list-style:none}
.category-wall__ul{padding:15px 15px 35px}
.category-wall__ul.child-empty{padding:4px 12px;}
.category-wall__li{margin:0 0 5px;font-size:.95em}
.category-wall__li a {display:flex;color:#666}
.category-wall__li a:hover{color:#222}
.category-wall__li a:before{margin:1px 7px 0 0;content:"\2022";color:#aaa}
.category-wall__title {margin:0 0 12px;font-size:16px;line-height:1.25;word-wrap:break-word}
.category-wall__title a{color:#0F1F24;transition:.3s;}
.category-wall__item:hover .category-wall__title a,
.category-wall__item.active .category-wall__title a{color:var(--primary-brand-accent);}
.category-wall__title.child-empty{margin:0;padding:0;text-align:center}
.category-wall__more {position:absolute;bottom:15px}
.category-wall__more span {font-size:.9em;text-decoration:underline}


.category-wall__item.type2 {display:flex;padding:15px}
.category-wall__image.type2{flex:0 0 40%;border:none;box-shadow:none}
.category-wall__ul.type2{width:100%;padding:0 0 25px 15px}
.category-wall__title.type2{text-align:left}
.category-wall__more.type2{}

.category-wall .owl-carousel .owl-dots{
display:none;}

.category-wall .owl-carousel .owl-nav{
opacity:1;}

.category-wall .owl-carousel .owl-next{
right:-48px;}
.category-wall .owl-carousel .owl-prev{
left:-48px;}


@media (max-width:1200px){
	.category-wall-module .category-wall{
		max-width:100%;
	}
	.category-wall .owl-carousel .owl-prev{
		left:0;
	}
	.category-wall .owl-carousel .owl-next{
		right:0;
	}
}
@media (max-width:992px){
	.category-wall-module{
		padding:32px 0;
	}
	.category-wall-module .heading{
		font-size:28px;
		margin-bottom:16px;
	}
	.category-wall__title{
		font-size:14px;
	}
}

@media (max-width:768px){
	.category-wall__item{
		width:100%;
		min-width:unset;
		height:auto;
	}
}