.shop-items .quick-view:before {
    content: "просмотр";
}

.shop-items.favorite:empty::before {
    content: "Товаров пока нет";
}

.next:before {
    content: "Показать еще";
}

.filter .filtered-count>div:before {
    content: "Показать: ";
}

.shop-items-header .sort-list:before {
    content: "Сортировать: ";
}

.shop-items-header .count:before {
    content: "Товаров: ";
}

.filter-selected .clear-all::before {
    content: "Очистить все";
}

.shop-item .note::before {
    content: "Важно:";
}

.shop-items-block-other::before {
    content: "Другие товары бренда";
}

.shop-items-block-random::before {
    content: "С этим товаром покупают";
}

.cart:before {
    content: "Корзина";
}

.cart .cart-items .delete::after {
    content: "Удалить";
}

.cart .sum .order-sum:before {
    content: "Общая сумма:";
}

.cart .sum .order-sale:before {
    content: "Скидка";
}

.to-cart button::after {
    content: "В корзину";
}

.filter-button:before {
    content: "Фильтр";
}

.filter-button.opened:before {
    content: "Скрыть";
}

.filter .show-other:before {
    content: "Показать все";
}

.to-top::after {
    content: "наверх";
}