[data-di-container-index] {
    margin: auto;
}

.di-dropdown {
    min-height: 47px;
}

.di-dropdown select {
    margin-bottom: 10px;
    font-size: 16px;
    border: 1px solid #dfdfdf;
    background-color: #fff !important;
    padding: .5rem;
}

.di table {
    width: 100%;
}

.di-loading-display {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    text-align: center;
}

.di th {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 17px;
}

.di td {
    padding: 14px 30px;
    line-height: 1.4em;
    vertical-align: top;
}

.di tr.odd {
    background-color: #f4f4f4;
}

.di tr.even {
    background-color: white;
}

td.di-logo {
    width: 90px;
    min-width: 90px;
    padding: 0 !important;
    padding-left: 15px !important;
    padding-top: 8px !important;
}

.di-distributor {
    padding-left: 10px !important;
}

td.di-distributor {
    padding-right: 0px !important;
}

td.di-mpn a:hover {
    text-decoration: underline;
}

td.di-logo img {
    vertical-align: middle;
    width: 70px;
}

.di-max-lines-1, .di-max-lines-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    word-wrap: break-word;
}

.di-max-lines-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.di-max-lines-1 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.di-mpn {
    min-width: 300px;
}

th.di-mpn {
    padding-left: 52px;
}

th.di-qty {
    padding-right: 30px;
}

th.di-price {
    padding-right: 52px;
}

.di-qty, .di-price, .di-buy {
    text-align: right !important;
}

.di-qty {
    padding-left: 0 !important;
}

td.di-buy {
    padding-left: 0 !important;
    padding-right: 10px !important;
}

td.di-buy a {
    white-space: nowrap;
    color: white !important;
    text-decoration: none !important;
    background: #00a880;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: smaller;
}

.di .di-price-break {
    display: flex;
    margin-bottom: 1px;
    margin-left: auto;
}

.di .di-price-break .di-one, .di-price-break .di-two {
    flex-grow: 0;
}

.di .di-price-break .di-dots {
    flex-grow: 1;
    border-bottom: 2px dotted #80808096;
    margin: 8px 3px;
}

.di .di-icon-down-dir, .di .di-icon-up-dir {
    cursor: pointer;
}

.di-price-breaks {
    display:flex;
}

.di-price-break-container {
    flex-grow: 1;
    margin-right: 2px;
    max-width: 150px;
}

.di-price-breaks .di-price-break:not(:first-child) {
    display: none;
}

.di-price-breaks.di-display .di-price-break:not(:first-child) {
    display: flex;
}

[data-di-hidden] .di-mpn .di-icon-container > div, .di-mpn .di-icon-container[data-di-results-count="1"] > div {
    display: none;
}

[data-di-hidden] .di-distributor > *, [data-di-hidden] .di-logo > * {
    display: none;
}

[data-di-hidden].di-hidden-row-show {
    display: table-row !important;
}

.di-icon-container {
    width: 22px;
}

.di-icon-container[data-di-price-count="1"] [data-di-toggle-prices] {
    display: none;
}

.di-icon-container[data-di-price-count="0"] [data-di-toggle-prices] {
    display: none;
}

.di-powered-by {
    float: right;
    line-height: 22px;
    margin: 18px 16px 10px 0;
}

.di-powered-by img {
    width: 130px;
    vertical-align: bottom;
    margin-bottom: 2px;
}

.di-mobile-display {
    display: none;
}

@media screen and (max-width: 1000px) {
    .di-select-currency {
        display: none !important;
    }

    .di-price { 
        display: none !important;
    }
}


@media screen and (max-width: 700px) {
    .di-select-currency {
        display: none !important;
    }

    .di thead {
        display: none;
    }

    .di [data-di-field] {
        display: none;
    }

    .di [data-di-field].di-mobile-display {
        display: table-cell;
        padding: .5rem;
    }
}


