.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 11
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    position: absolute;
    right: 0;
    height: 50%;
    padding: 0;
    width: 2em;
    text-align: center;
    line-height: 1
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0 4px 0 0;
    top: 0
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0 0 4px 0;
    bottom: 0
}

.cart-form .bootstrap-touchspin-down {
    border-radius: 4px 0 0 4px !important;
    padding: 4px 8px !important;
    background-color: #edeaff;
    border-color: #edeaff;
    color: #11142d;
}

.cart-form #demo3 {
    border-color: #edeaff;
    width: 50px;
    padding: 4px 12px;
}

.cart-form .bootstrap-touchspin-up {
    border-radius: 0 4px 4px 0 !important;
    padding: 4px 8px !important;
    background-color: #edeaff;
    border-color: #edeaff;
    color: #11142d;
}