﻿.improved-inventory.comboboxRow {
    margin: -5px;
    padding: 10px;
    border-bottom: 1px solid #d4d7dc;
}

    .improved-inventory.comboboxRow .comboboxItemName {
        max-width: 768px;
        width: 100%
    }

@media (min-width:767px) {
    .improved-inventory.comboboxRow .comboboxItemName {
        min-width: 768px;
        padding-right: inherit
    }
}


.improved-inventory.comboboxRow .comboboxItemName .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000
}

.improved-inventory.comboboxRow .comboboxItemName .sku {
    padding-top: 2px;
    font-weight: 600;
}

.improved-inventory.comboboxRow .comboboxItemName .description,
.improved-inventory.comboboxRow .comboboxItemName .sku {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.improved-inventory.comboboxRow .comboboxItemName .category {
    font-style: italic;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    color: #8d9096;
    padding-top: 2px
}

.improved-inventory.comboboxRow .comboboxItemName div:empty {
    display: none
}

@media (max-width:767px) {
    .improved-inventory.comboboxRow .comboboxItemName {
        max-width: 375px
    }
}

@media (max-width:480px) {
    .improved-inventory.comboboxRow .comboboxItemName {
        max-width: 310px
    }
}

.improved-inventory.comboboxRow .comboboxItemName.categoriesEnabled .leftColumn {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 5px
}

.improved-inventory.comboboxRow .comboboxItemName.categoriesEnabled .rightColumn {
    display: inline-block;
    width: 50%;
    padding-left: 5px
}

@media (max-width:767px) {
    .improved-inventory.comboboxRow .comboboxItemName.categoriesEnabled .leftColumn {
        display: block;
        width: inherit;
        padding-right: 0
    }

        .improved-inventory.comboboxRow .comboboxItemName.categoriesEnabled .leftColumn .sku {
            font-size: 12px;
            padding-top: 8px
        }

    .improved-inventory.comboboxRow .comboboxItemName.categoriesEnabled .rightColumn {
        display: block;
        padding-left: 0;
        padding-top: 8px;
        width: inherit
    }

        .improved-inventory.comboboxRow .comboboxItemName.categoriesEnabled .rightColumn .category {
            font-size: 12px;
            padding-top: 8px
        }

        .improved-inventory.comboboxRow .comboboxItemName.categoriesEnabled .rightColumn .description {
            font-size: 12px;
            white-space: normal;
            word-wrap: break-word;
            word-break: break-all;
            position: relative;
            overflow: hidden;
            padding: 0;
            line-height: 1.2;
            max-height: 2.4em;
            text-align: justify;
            padding-right: 1em
        }

            .improved-inventory.comboboxRow .comboboxItemName.categoriesEnabled .rightColumn .description:before {
                content: "...";
                position: absolute;
                right: 0;
                bottom: 0
            }

            .improved-inventory.comboboxRow .comboboxItemName.categoriesEnabled .rightColumn .description:after {
                content: "";
                position: absolute;
                right: 0;
                width: 1em;
                height: 1em;
                margin-top: .2em;
                background-color: #fff
            }
}
