.Stepper{
    display: flex;
    width: 185px;
    height: 50px;
    border: 1PX solid #D9D9D9;
    border-radius: 2PX;

    &Button{
        width: 50px;
        height: 50px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        activeBgColor();

        &.disable{
            opacity: 0.3;
        }
    }

    & &Icon{
        width: 21px;
    }

    &Add{
        border1px(left);
    }

    &Cut{
        border1px(right);
    }

    &Put{
        input{
            width: 85px;
            height: 100%;
            padding: 0;
            text-align: center;
            outline: none;
            border: 0;
        }
    }
}
