.home-cat {
    padding: 60px 0px 60px;
    background: #fbfbfd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.category-catalog-wrap {
	margin-bottom: 20px;
}
.category-wall .category-card {
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	height: 100%;
}
.category-wall .category-card {
    box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2509803922);
    padding: 12px;
    transition: 0.7s;
    position: relative;
    text-align: left;
    z-index: 1;
    display: flex;
    border: 1px solid #e7e7e7;
    background: white;
}
.category-wall .category-card:before {
    background: url(../image/category-bg.png) no-repeat;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    z-index: -1;
}
.category-wall .category-card:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 7px 14px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 7px 14px 0 rgb(0 0 0 / 10%);
}
.category-blocks {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px
}
.category-wall .category-name {
	font-weight: 600;
	font-size: 16px;
	color: #272727;
	display: block;
	text-transform: uppercase;
    transition: all .25s;
}
.category-wall .category-list a {
	display: block;
	font-size: 14px;
	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 {
	margin-bottom: 24px;
}
.category-body {
	flex: 1;
	flex-basis: auto;
    min-width: 50%;
}
.category-wall .category-img-link img {
	mix-blend-mode: multiply;
}
.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: 10px;
}

@media (min-width: 1200px) {
    .category-wall .col-lg-3 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1440px) {
    .category-wall2 .col-lg-3 {
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .category-wall2 .category-wall__tab a {
        padding:14px 20px
    }
}