.bootstrap-touchspin{
    /*max-width: 133px;*/
    display: flex;
}

.bootstrap-touchspin .input-group-prepend, .bootstrap-touchspin .input-group-append {
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.qtySpinner{
    max-width: 40px;
    padding: 4px;
    height: 40px;
    border:1px solid #D9D9D9;
    margin: 0;
    box-shadow: none;
    text-align: center;
}

.btnSpinnerDownQty, .btnSpinnerUpQty {
    border: none;
    width: 34px;
    height: 34px;
}

.btnSpinnerDownQty{
    background: url("../../images/V3/Minus_Icon.svg") no-repeat center #F8F8F8;
}

.btnSpinnerUpQty{
    background: url("../../images/V3/Plus_Icon.svg") no-repeat center #F8F8F8;
}

.btnSpinnerDownQty , .btnSpinnerUpQty{
    width: 40px;
    height: 40px;
    background-size: 18px;
    transition: background-color 0.3s ease;
}

.btnSpinnerDownQty:hover,
.btnSpinnerUpQty:hover {
    background-color:#EAEAEA;
}
