.slim-header-right {
    width: 40%;
}

.search-box, input#searchinput {
    width: 100% !important;
}
html {
    scroll-behavior: smooth;
}
img {
    width: 40px;
}
.os-image-icon {
    margin-left: 1.5em !important;
}

.os-image-icon > img {
    width: 30px;

    display: inline;
}
.os-link {
    margin-left: 0.6em !important;
}




li.nav-item {
    width: 100%;
}

#laptops > * {
    padding-left: 1.45em;
}

.nav-link {
    display: block;
}

.fs--1 {
    font-size: 0.9em;
}

.fs-2 {
    font-size: 2em;
}

.pagination {
    justify-content: center;
}

span.select2-selection__clear, .select2-selection__arrow {
    display: none;
}

.select-filter-wrapper {
    margin: 10px 0;
}
.select2-container {
    width: unset !important;
}

@media (min-width: 1201px) {
    .container {
        max-width: 1100px;
    }
}


@media (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
}


@media (max-width: 1200px)
{
    .container {
        max-width: 90% !important;
    }
}

@media (max-width: 766px)
{
    body > div.slim-header.slim-navbar > div > div.slim-header-left > span > a {
        font-size: 0.7em;
        letter-spacing: normal;
    }
    .container
    {
        width: 100%;
    }
    .mob-button {
        position: fixed;
        left: 1em;
        bottom: 0.5em;
        font-size: 1.5em;
        z-index: 1000;
        width: 40px;
        height: 40px;
    }
    .mob-button > i {
        transition: all cubic-bezier(.22,.61,.36,1) 0.2s;
    }
    #navbarVerticalCollapse {
        position: fixed;
        z-index: 900;
        margin: unset !important;
        left: 0;
        top: 0;
        width: 100%;
    }
}

@media (min-width: 767px) {
    .mob-button {
        display: none;
    }
    .search-box {
        display: flex;
    }

}

@media (min-width: 1024px)
{
    .navbar-toggler {
        display: none;
    }
    #navbarVerticalCollapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: block !important;
            flex-basis: auto;
        }
}

.table-wrapper {
    overflow-x: auto;
}

.devid > p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



@media (max-width: 1199px)
{
    .devid {
        display: none;
    }
}

@media (max-width: 1399px) {
    .devid > p {
        max-width: 150px;
    }
}

@media (min-width: 1400px)
{
    .devid > p {
    max-width: 200px;
    }
}
@media (min-width: 1600px)
{
    .devid > p {
        max-width: 350px;
    }
}


