.t-store__prod__quantity {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #f1ede4;
    border: 1px solid #f1ede4;
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    font-size: 14px;
    height: 45px;
    margin: 0 4px 8px 0;
    vertical-align: top;
}

.t-store__prod__quantity__minus {
    background: linear-gradient(#777, #777), #f1ede4;
}

.t-store__prod__quantity__plus {
    background: linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), #f1ede4;
}

.t-store__prod__quantity__minus,.t-store__prod__quantity__plus {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50% 1px,1px 50%;
    border-radius: 50px;
    display: inline-block;
    height: 100%;
    width: 100%
}