:root {
    --sold-percents: 0%;
}

.main__logo--img {
    height: 110px;
}
.footer__logo--link img {
    height: 110px;
}
.hero__slider--section {
    padding-bottom: 6rem;
}
.blog__card::before {
    background: -webkit-gradient(linear, left bottom, left top, from(#C1E6EA), to(#F5F5FE));
    background: linear-gradient(to top, #C1E6EA, #F5F5FE);
}
.testimonial__items--thumbnail__img {
    border-radius: 50%;
}
.variant__size--value {
    width: unset;
    padding: 0 10px;
}
.rating_list_write .rating_null.hide {
    display: none;
}
.rating_list_write .rating_full.hide {
    display: none;
}
.home1-slider1-bg {
    background: #ffffff;
}
.product__sold::after {
    width: var(--sold-percents);
}
.categories__submenu.style2 .categories__submenu--items {
    width: auto;
}
.product__tab--content li {
    list-style-type: unset;
}
.banner__thumbnail .banner__thumbnail--img {
    background-color: #ffffff;
    filter: brightness(0.8);
}
.banner__content--title-big {
    font-size: 18px;
}
