.number-col {
    max-width: 180px;
}
.order:first-child{
    border-top: 1px solid #E1E1E1;
}
.order{
    border-bottom: 1px solid #E1E1E1;
}

.basketno {display: none;margin: 10px 0;}

#basket h3, #deliverylist h3, #basketform h3 {margin-top: 20px;}
#basketform fieldset {padding: 0;border: 0;}

/* tabs */
.showorders {
    white-space: nowrap;
}
.showorders::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.tovar b{
    font-size: 90%;
    color: #444;
}
/* blocks */
.basket-right_block{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
}
.basket-right_blocks{
    position: sticky;
    top: 20px;
}
.itogo_price_with_delivery{
    font-size: 130%;
    font-weight: bold;
    color: #f60;
}