.pagination-btn:hover {
    cursor: pointer;
}
#search-results-grid {
    position: relative;
}
#products-loading-segment {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 3;
}

#products-loading-segment .spinner-border {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
    width: 3em;
    height: 3em;
}
.product-search-result-item-row {
    cursor: pointer;
    min-height: 100px;
}
.add-product-to-orderlist-btn {
    cursor: pointer;
}

.filter-header {
    width: 175px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#gln-search-logo {
    width: auto !important;
    /*max-width: 75px !important;*/
    max-height: 50px;
}
