.MoveProductModal {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    pointer-events: none;

    &-container {
        flex-basis: 660px;
        pointer-events: auto;
    }

    &-header {
        display: flex;
        padding: 11px 0;
        position: relative;
    }

    &-results {
        margin: 0 0 20px;
    }

    &-x-icon {
        vertical-align: bottom;
    }

    &-heading {
        flex: 1;
        margin: 0;
    }

    &-button-wrapper {
        display: flex;
        flex-direction: column;
        font-size: 13px;
        justify-content: center;
        margin: 0 15px;
        text-align: right;
    }

    &-button-group {
        display: flex;
        justify-content: flex-end;
        padding-top: 30px;
    }

    &-cancel-button,
    &-save-button {
        margin: 0 20px;
    }

    &-input {
        display: inline-block;
        height: 30px;
        margin-bottom: 15px;
        padding: 5px 30px;
    }

    &-close-icon,
    &-search-icon {
        margin-top: 5px;
        position: absolute;
    }

    &-search-icon {
        margin-left: 10px;
    }

    &-close-icon {
        cursor: pointer;
        margin-left: -30px;

        .Icons-close-round {
            height: 18px;
            width: 18px;
        }
    }

    .SearchField {
        height: inherit;
        position: inherit;
    }

    &-title {
        font-weight: $weight_bold;
        margin: 0 0 15px;
    }

    &-list {
        margin: 0 0 15px;
    }
}
