#toolbar {
    form[data-op3-element-options-type="orderbump"] {
        // Block layout/margin logic
        @import 'op3-live-editor-layouts';

    }

    // Hide px value on image width (OP3-1666)
    [data-op3-element-options-path$="orderbump/image"] {
        [data-op3-element-options-property-name="width"] .jquery-input-range-unit-container .jquery-input-range-unit-item:first-child {
            display: none;
        }
    }
}

form[data-op3-element-options-path$="/orderbump/checkbox"] {
    .op3-element-options-property[data-op3-element-options-property-id="urlMapping"] {
        display: none;
    }
}

