.num_oper {
    float: left;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    display: -webkit-box;
}
#cart_index .media-list .item-media {
    display: flex !important;
}
.item-subtitle .attr{color:#999;    padding-left: 5px;}
.num_oper .numj {
    color: #999;
    font-weight: 700;
    width: 1.75rem;
    background: #fff;
    border: 0;
    border-right: 1px solid #e1e1e1;
    -webkit-appearance: none;
    border-radius: 0px;
    display: block;
    text-align: center;
}
.num_oper .num_tx {
    color: #333;
    width: 2.5rem;
    font-size: .8rem;
    background: #fff;
    border: 0;
    text-align: center;
    border-radius: 0px;
}
.num_oper .numd {
    color: #999;
    font-weight: 700;
    width: 1.75rem;
    background: #fff;
    border: 0;
    border-left: 1px solid #e1e1e1;
    -webkit-appearance: none;
    border-radius: 0px;
    display: block;
    text-align: center;
}