.di-results {
    overflow: auto;
    padding: 0 1.5rem 1.5rem 1.5rem !important;
    width: 100%;
}

.di table {
    width: 100%;
    table-layout: fixed;
}

.di th {
    padding: 1rem;
    font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
}

.di table tr td {
    border-top: 1px solid rgba(0, 0, 0, .15);
    padding: 1rem;
    vertical-align: middle;
}

.di [data-di-structure="thead"] {
    display: none !important;
}

.di [data-di-field="distributor_logo"] {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
}

.di [data-di-field="distributor_name"] {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-family: Helvetica Neue LT W05_55 Roman,Helvetica Neue,Arial,sans-serif;
}

.di [data-di-field="distributor_name"] div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.di [data-di-field="quantity_in_stock"] {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    font-family: Helvetica Neue LT W05_55 Roman,Helvetica Neue,Arial,sans-serif;
}

.di [data-di-field="buy_now_url"] {
    text-align: right;
    width: 170px;
    min-width: 170px;
    max-width: 170px;
}

.di-results-toggle-trigger {
    appearance: none; 
    background: transparent;
    font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.53;
    margin: 0 auto;
    padding: 0;
    color: #e32013;
    display: flex;
    align-items: center;
}

[data-di-view-all],
[data-di-view-fewer] {
    border-bottom: 0 !important;
}

.di .di-footer {
    border-top: 1px solid rgba(0,0,0,.15); 
    padding: .25rem 1rem; 
    text-align: right;
}

.di .di-loading-container {
    height: 25px; 
    display: flex;
}

.di .di-loading-icon-container {
    text-align: center;
}

.di .di-toggler-icon {
    font-size: 2.5rem; 
    width: 2.5rem; 
    height: 2.5rem;
}

.di .di-distributor-logo {
    width: 60px; 
    display: block;
}

.di .di-footer a {
    color: inherit !important;
}

.di-buynow-btn {
    margin-right: 0;
}

.di .di-buynow-btn-copy {
    padding: 0 1.375rem !important;
}

.di .di-buynow-btn-icon {
    height: 2.5rem !important; 
    width: 2.5rem !important;
}

.di-eao-cart-icon {
    height: 2.5rem !important; 
    width: 2.5rem !important; 
    font-size: 2.5rem !important;
}

@media screen and (max-width: 1080px) {
    .di [data-di-field="sku"] {
        display: none;
    }

    .di td[data-di-field="distributor_name"] {
        font-family: inherit;
    }
}

@media screen and (max-width: 750px) {
    .di thead {
        display: none;
    }

    .di table tr:first-child td {
        border-top: 0 !important;
    }

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

    .di [data-di-field="quantity_in_stock"] {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .di .btn-copy {
        padding: 0 1.175rem !important;
    }
}