.category-wall {
	padding: 55px 0 25px;
	position: relative;
}
.category-wall .category-image img {
  
}

.category-wall .home-title {
	margin-bottom: 48px;
}

.category-card-title {
	margin-top:20px;
}
a.category-img-link {
	height: 100px;
    display: flex;
}

.category-wall .category-image .category-image-svg {
	background-repeat: no-repeat;
	background-size: 100%;
	width:84px;
	height: 100px;
}
.category-wall .category-image img {
	-webkit-transform: translate3d(0,0,0);
	    transform: translateZ(0);
}

.category-wall:before {
	content: '';
	position: absolute;
	background: #F4F5F9;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100vw - 17px);
	height: 100%;
	z-index: -1;
}

.category-wall h3 {
	font-weight: 600;
	font-size: 28px;
	line-height: 139.02%;
	text-align: center;
	color: #090F24;
	font-family: 'Rubik', sans-serif;
	margin: 0;
}

.category-wall h4 {
	font-family: 'Pacifico', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 185%;
	text-align: center;
	background: linear-gradient(180deg, #ED9BC1 0%, #ED9BB9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin: 0 0 36px;
}

.category-catalog-wrap {
	margin-bottom: 20px;
}

.category-wall .category-card {
	padding: 17px 20px;
	border-radius: 8px;
	transition: all .3s ease-in-out;
	background: #f3f5f7;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.category-wall .category-cards {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.category-wall .category-card:hover {
	background: #FFBB17;
	box-shadow: 0px 2px 4px rgba(51, 196, 223, 0.2);
	border-radius: 10px;
}

.category-wall .category-card:hover .category-name {
	color: #fff;
}

.category-blocks {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px
}

.category-catalog-wrap {
	width: 33%;
	padding: 0;
	display: none;
}
.category-catalog-wrap:nth-child(-n+9) {
	display: block;
}

@media (min-width: 550px) {
	.category-catalog-wrap {
		width: 25%;
	}
	.category-catalog-wrap:nth-child(-n+12) {
		display: block;
	}
	.category-catalog-wrap.is-columns {
		width: 100%;
		display: none;
	}
	.category-catalog-wrap.is-columns:nth-child(-n+3) {
		display: block;
	}
}

@media (min-width: 767px) {
	.category-catalog-wrap.not-column {
		width: calc(100% / 5);
		display: none;
	}
	.category-catalog-wrap.not-column:nth-child(-n+15) {
		display: block;
	}
}

@media (min-width: 1200px) {
	.category-catalog-wrap.not-column {
		width: calc(100% / 6);
	}
	.category-catalog-wrap.not-column:nth-child(-n+15) {
		display: none;
	}
	.category-catalog-wrap.not-column:nth-child(-n+12) {
		display: block;
	}
}

.category-wall .category-name {
	font-weight: 500;
	font-size: 15px;
	line-height: 142%;
	text-align: center;
	color: #090F24;
    transition: all .25s;
	position: relative;
	top: -10px;
}

.category-wall .category-list a {
	display: block;
	font-size: 13px;
	margin-bottom: 4px;
	color: #333;
	transition: all .25s;
}

.category-wall .category-name:hover,
.category-wall .category-name:focus,
.category-wall .category-list a:focus:not(.category-count),
.category-wall .category-list a:hover:not(.category-count) {
	color: #559cff;
}

.category-wall .category-image {
}

.category-body {
	flex: 1;
	flex-basis: auto;
    min-width: 50%;
	text-align: center;
}

.category-wall .category-img-link svg {
	/*mix-blend-mode: multiply;*/
	height: 105px;
}

.category-wall a.category-count {
	color: #ffffff;
	display: inline-block;
	background: #41c962;
	border-radius: 25px;
	padding: 2px 7px;
	-webkit-box-shadow: 0 4px 18px 0 rgb(90 210 119 / 50%);
	box-shadow: 0 4px 18px 0 rgb(90 210 119 / 50%);
	margin-top: 12px;
	text-shadow: 0 1px rgb(23 187 62 / 22%);
}

.category-list {
    margin-top: 20px;
}

@media (max-width: 991px) {
	.category-wall .category-name {
		font-weight: 500;
		font-size: 13px;
		line-height: 142%;
		margin-top: 20px;
		display: block;
	}

	.category-wall h3 {
		font-size: 26px;
	}

	.category-wall .category-card {
		padding: 0 10px;
	}

	.category-catalog-wrap {
		margin-bottom: 22px;
	}

}


@media (max-width: 410px) {
	.category-catalog-wrap {
		width: 50%;
	}

	.category-catalog-wrap:nth-child(-n+9) {
		display: none;
	}

	.category-catalog-wrap:nth-child(-n+6) {
		display: block;
	}

	.category-wall .category-img-link img {
		margin: 0 auto;
	}
}

.category-catalog-wrap-visible {
	display: block !important;
}

#show-more-category-wall {
	text-align: center;
    width: 100%;
	font-family: 'Noto Sans';
	font-size: 16px;
	font-weight: 600;
	color: #00AE5A;
	border: none;
	background: none;
}

#show-more-category-wall svg {
	margin-left: 4px;
    margin-bottom: 2px;
}

#show-more-category-wall svg path {
	stroke: #00AE5A;
}