.handle-counter { overflow: hidden; margin-top: 10px;}

.handle-counter .counter-minus,  .handle-counter .counter-plus,  .handle-counter input {
    float: left;
    text-align: center;
}

.handle-counter .counter-minus,  .handle-counter .counter-plus { text-align: center; }

.handle-counter input {
    width: 50px;
    height: 34px;
    border-width: 1px;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.handle-counter .btn {
    padding: 6px 12px;
    border: 1px solid transparent;
    color: #fff;
    border-radius: unset;
    cursor: pointer;
}

.handle-counter .btn:disabled, .btn:disabled:hover {
    background-color: darkgrey;
    cursor: not-allowed;
}

.handle-counter .btn-primary { background-color: #fbb72c; }

.handle-counter .btn-primary:hover, .btn-primary:focus { background-color: #0486b9; }