.price_matrix_wrapper .prices-wrapper {
    display: flex;
}

.price_matrix_wrapper .price.discount {
    order: 2;
}

.table-view .item-actions {
    flex-shrink: 1;
    width: 59% !important;
}

.sb_price label {
    display: flex !important;
}

.sb_price .old-price {
    color: #7e7e7e;
    display: flex;
    position: relative;
    margin-right: 5px;
    margin-left: 5px;
    font-weight: 100;
}

.sb_price .old-price span:after {
    content: "";
    background: #de272780;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    left: -2px;
    right: -2px;
}

.sb_price .price-current {
    margin-left: 5px;
}

.counter_block .sb_plus_js_tonna, .counter_block .sb_minus_js_tonna {
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
    cursor: pointer
}

.counter_block .sb_plus_js_tonna {
    right: 14px
}

.counter_block .sb_minus_js_tonna {
    left: 14px
}