#header-cart-button.fullBasket > .action__icon > svg {
    width: 48px;
    height: 48px;
    color: var(--color-secondary);
}

#header-cart-button.fullBasket > .action__icon > .action__icon--cart-counter {
    top: 6px;
    right: -6px;
}

#header-cart-button.fullBasket > .action__body {
    font-weight: 700;
}

.mobile_partners {
    text-align: center;
    color: #6b4f46;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.category_section{
    margin: 0 50px;
}

.category_section > div {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.category_section .item {
    width: 18%;
    margin: .5%;
    padding: 1px;
    transition: .7s;
    /*padding: 10px 0.5%;*/
    display: inline-block;
    box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.2)
}

.category_section .item:hover {
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.30)
}

.category_section img {
    width: 100%;
}

.category_section .cat_name {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1em;
}

.category_section a {
    text-decoration: none;
    color: #6b4f46;
}

.category_section .item:hover a {
    color: #41a0ff;
}

.category_section .img_wrapper {
    width: 98%;
    height: 0;
    padding-bottom: 100%;
    border: 2px solid white;
    position: relative;
    overflow: hidden;
}
.category_section img {
    width: 100%;
    position: absolute;
}

.item_inner {
    height: 100%;
    position: relative;
    background-color: #fff;
}
.featuresNew {
    margin: var(--section-margin);
    margin-right: auto;
    margin-left: auto;
    padding: 52px 16px;
    background-color: rgba(180,190,194,0.04);
    box-shadow: inset 0 1px 4px 0 rgba(180,190,194,0.15);
}
.featuresNew__inner {
    flex-flow: row;
}
.featuresNew__inner {
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap !important;
    flex-flow: column;
    justify-content: space-around;
}
.featuresNew__inner {
    flex-flow: row;
}
.featuresNew__item {
	 display: flex;
    flex-direction: column;
    justify-content: center;
	width: 28%;
}
.featureNew__img {
	display:block;
	margin: 0 auto;
}
.featureNew__img>img {
    height: 90px;
    margin-bottom: 8px;
}
.featureNew__header {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
	text-align: center;
}
.featureNew__descr {
    font-size: 16px;
    line-height: 1.5;
	text-align: center;
	min-height: 100px;
    padding: 0 10px;
}

@media screen and (max-width: 1199px) {
    .category_section .item {
        width: 24%;
    }
}

@media screen and (max-width: 1024px) {
    .category_section .item {
        width: 32%;
    }
}
@media screen and (max-width: 900px) {
    .featuresNew__item {
		width: 45%;
	}
}

@media screen and (max-width: 768px) {
    .category_section .item {
        width: 49%;
    }
    .category_section {
        margin: 0 20px;
    }
}

@media screen and (max-width: 679px) {
    .featuresNew__item {
		width: 100%;
	}
}

@media screen and (max-width: 425px) {
    .category_section .item {
        width: 100%;
    }
}