/* Страница "Заказы" /store-listing/  */

#dokan-store-listing-filter-wrap .right .item .dokan-icons {
    left: 7% !important;
}
    /* Замена иконки "переход в магазин" */
.dashicons-arrow-right-alt2:before {
    content: "";
    display: inline-block;
    height: 20px; 
    width: 20px; 
    background-image: url('https://drawndress.ru/uploads/bag-button.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.dokan-btn-round[class] {
    height: 35px !important;
    font-size: 35px !important;
}