.bjorkInventory {
    color: #5f5f5f;
    background-color: #fff;
    box-sizing: border-box;
    min-height: 300px;
}

/*
.bjorkInventory.popup_view {
    margin: 0;
    padding: 0;
}
.bjorkInventory.popup_view .bi-area-side {
    padding-top: 20px;
    padding-left: 20px;
}
.bjorkInventory.popup_view .bi-area-center {
    padding-top: 20px;
}
.bjorkInventory.popup_view[data-side-area='true'] .bi-area-side {
    width: 200px;
}
.bjorkInventory.popup_view[data-side-area='true'] .bi-area-center {
    width: calc(100% - 200px);
}
.bjorkInventory.popup_view .popup-content {

}
.bjorkInventory.popup_view .popup-footer {
    padding: 10px 30px;
}
*/

.bjorkInventory a {
    color: #5f5f5f;
}

.bjorkInventory .hidden_before_load {
    display: none !important;
}

.bjorkInventory .bi-header select,
.bjorkInventory input:not([type='submit']):not([type='checkbox']):not([type='radio']) {
    font-size: 13px;
    padding: 8px 12px;
    box-sizing: border-box;
    border: 1px solid #DADADA;
    border-radius: 0; -webkit-border-radius: 0;
    outline: none;
}

.bjorkInventory select:focus,
.bjorkInventory select:active,
.bjorkInventory input:not([type='submit']):not([type='checkbox']):not([type='radio']):focus,
.bjorkInventory input:not([type='submit']):not([type='checkbox']):not([type='radio']):active {
    border-color: #727272;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(63,63,68,0.05);
    -moz-box-shadow: inset 0 1px 0 0 rgba(63,63,68,0.05);
    box-shadow: inset 0 1px 0 0 rgba(63,63,68,0.05);
	outline: none;
}

/* Side area */
.bjorkInventory .bi-area-side {
    float: left;
    width: 0px;
    display: none;
    min-height: 1px;
    box-sizing: border-box;
}
.bjorkInventory .bi-area-side-content {
    width: 0px;
    box-sizing: border-box;
    width: 100%;
    padding-right: 40px;
}
.bjorkInventory .bi-area-center {
    float: left;
    box-sizing: border-box;
    width: 100%;
}

.bjorkInventory[data-side-area='true'] .bi-area-side {
    display: block;
    width: 220px;
}
.bjorkInventory[data-side-area='true'] .bi-area-center {
    width: calc(100% - 220px);
}

.bjorkInventory[data-window-expanded='true'] {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 150;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 0px 100px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 0px 100px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 0px 100px rgba(0,0,0,0.5);
}
    .bjorkInventory[data-window-expanded='true'] .bi-area-side {
        display: none;
        width: 0;
    }
        .bjorkInventory[data-window-expanded='true'] .bi-area-side-content {
            padding-right: 0;
        }

    .bjorkInventory[data-window-expanded='true'] .bi-area-center {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 9998;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        padding: 10px;
        box-sizing: border-box;
        background-color: #fff;
    }
        .bjorkInventory[data-side-area='true'][data-window-expanded='true'] .bi-area-center {
            width: calc(100% - 40px);
        }
        .bjorkInventory[data-window-expanded='true'] .bi-area-center .bi-page-content {
            width: 100%;
            height: calc(100% - 100px);
            overflow-y: auto;
            overflow-x: auto;
        }


/* Header */
.bjorkInventory .bi-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 10px;
    padding-bottom: 20px;
}
    .bjorkInventory .bi-header .bi-header-item {
        display: flex;
        align-items: center;
        height: 35px;
    }
    .bjorkInventory .bi-header .bi-header-flex-space-l {
        flex-grow: 1;
    }
    .bjorkInventory .bi-header .bi-header-flex-space-s {

    }
    .bjorkInventory .bi-header .bi-header-item.padding-left {
        padding-left: 40px;
    }
    .bjorkInventory .bi-header .bi-header-item.padding-right {
        padding-right: 40px;
    }

/* Page content */
.bjorkInventory .bi-page-content {
    background-color: #fff;
}
    .bjorkInventory .bi-page-content .bi-page-content-inner {
        background-color: #fff;
    }
    .bjorkInventory .bi-page-content .bi-page-content-rows {
        display: table;
        width: 100%;
        font-family: 'Open Sans', sans-serif;
    }
    .bjorkInventory .bi-page-content .bi-page-content-grid {

    }
    .bjorkInventory .bi-page-content .no-items {
        padding: 20px 20px;
    }

/* Page content - Scrollable */
.bjorkInventory[data-page-view='rows'] .bi-page-content.pageContentScrollable {
    overflow-y: auto;
    overflow-x: auto;
    -webkit-box-shadow: inset 0px 10px 10px 0px rgb(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 10px 10px 0px rgb(0, 0, 0, 0.1);
    box-shadow: inset 0px 10px 10px 0px rgb(0, 0, 0, 0.1);
    /*border: 1px #3a3a3a solid;*/
}
    .bjorkInventory[data-page-view='rows'] .bi-page-content.pageContentScrollable .bi-page-content-inner {
        background-color: unset;
    }
    .bjorkInventory[data-page-view='rows'] .bi-page-content.pageContentScrollable .bi-item-row-header .bi-item-td {
        position: unset;
        top: unset;
        z-index: unset;
    }
    .bjorkInventory[data-page-view='rows'] .bi-page-content.pageContentScrollable .bi-item-td {
        white-space: nowrap;
    }

.bjorkInventory .bi-item-settings .icon {
    margin-left: 2px;
    cursor: pointer;
}

/* Footer */
.bjorkInventory .bi-page-footer {
    padding: 0 10px;
    padding-top: 20px;
}

/* Result */
.bjorkInventory .bi-header .bi-result {
    font-size: 13px;
}

/* Sort */
.bjorkInventory .bi-header .bi-sort {
    white-space: nowrap;
}
    .bjorkInventory .bi-header .bi-sort select {
        padding: 5px 7px;
        width: 160px;
    }

/* Window expand */
.bjorkInventory .bi-header .bi-window-expand {
    white-space: nowrap;
}
    .bjorkInventory .bi-header .bi-window-expand .window-expand-btn {
        display: inline-block;
        margin-left: 10px;
        font-size: 18px;
        color: #3a3a3a;
    }
    .bjorkInventory .bi-header .bi-window-expand .window-expand-btn:hover {
        color: #626262;
        cursor: pointer;
    }

    .bjorkInventory .bi-header .bi-window-expand .window-expand-btn-open { display: inline-block; }
    .bjorkInventory .bi-header .bi-window-expand .window-expand-btn-closed { display: none; }
    .bjorkInventory[data-window-expanded='true'] .bi-header .bi-window-expand .window-expand-btn-open { display: none; }
    .bjorkInventory[data-window-expanded='true'] .bi-header .bi-window-expand .window-expand-btn-closed { display: inline-block; }


/* Mobile Show/hide Search, ranges & filters */
.bjorkInventory .bi-display-side-options-btn {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
    width: calc(100% - 20px);
    border: 1px rgba(0,0,0,0) solid;
    background-color: #3a3a3a;
    padding: 12px 16px;
    font-size: 20px;
    color: #fff;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* View */
.bjorkInventory .bi-header .bi-view {
    white-space: nowrap;
}
    .bjorkInventory .bi-header .bi-view .view-btn {
        display: inline-block;
        margin-left: 10px;
        font-size: 26px;
        color: rgba(0,0,0,0.2);
        cursor: pointer;
    }
    .bjorkInventory .bi-header .bi-view .view-btn:not(.selected):hover {
        color: rgba(0,0,0,0.3);
    }
    .bjorkInventory .bi-header .bi-view .view-btn.selected {
        color: #3a3a3a;
    }

/* View Rows*/
.bjorkInventory .bi-item-row.bi-item-row-header .bi-item-td {
    background-color: #3a3a3a;
    -webkit-box-shadow: 0px -20px 0px 0px #fff;
    -moz-box-shadow: 0px -20px 0px 0px #fff;
    box-shadow: 0px -20px 0px 0px #fff;
    color: #fff;
    padding: 10px;
    border: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: sticky; top: 0; z-index: 1; /* Sticky row headers only works when a width and height is calculated OR when over there is visable overflow */
}
    .bjorkInventory .bi-item-row {
        position: relative;
        display: table-row;
    }
    .bjorkInventory .bi-item-row:not(.ep-title):hover {
        background-color: rgba(0, 0, 0, 0.03);
    }
    .bjorkInventory .bi-item-row .bi-item-td {
        display: table-cell;
        padding: 8px;
        border-bottom: 1px #eee solid;
        vertical-align: middle;
    }
    .bjorkInventory .bi-item-row .bi-item-td,
    .bjorkInventory .bi-item-row .bi-item-td select,
    .bjorkInventory .bi-item-row .bi-item-td input:not([type='submit']):not([type='checkbox']):not([type='radio']) {
        font-size: 16px;
    }
    .bjorkInventory .bi-item-row.bi-item-row-inputs .bi-item-td {
        padding: 0 12px;
        border-top: 0px #fff solid;
        border-right: 1px #eee solid;
        border-left: 0px #fff solid;
        border-bottom: 1px #eee solid;
    }
    .bjorkInventory .bi-item-row.bi-item-row-inputs .bi-item-td:first-child {
        border-left: 1px #eee solid;
    }
    .bjorkInventory .bi-item-row .bi-item-td.bi-item-td-input {
        position: relative;
        padding: 0;
    }
        .bjorkInventory .bi-item-row .bi-item-td select,
        .bjorkInventory .bi-item-row .bi-item-td input:not([type='submit']):not([type='checkbox']):not([type='radio']) {
            min-width: 100%;
            border: 0 solid #000;
            background-color: rgba(0,0,0,0);
            padding: 12px;
            box-sizing: border-box;
            border-radius: 0;
            -webkit-border-radius: 0;
            outline: none;
            font-family: 'Open Sans', sans-serif;
        }
        .bjorkInventory .bi-item-row .bi-item-td select:focus,
        .bjorkInventory .bi-item-row .bi-item-td select:active,
        .bjorkInventory .bi-item-row .bi-item-td input:not([type='submit']):not([type='checkbox']):not([type='radio']):focus,
        .bjorkInventory .bi-item-row .bi-item-td input:not([type='submit']):not([type='checkbox']):not([type='radio']):active {
            box-shadow: 0px 0px 0px 1px rgba(0,0,0,.5);
            background-color: #fff;
            outline: none;
        }
        .bjorkInventory .bi-item-row .bi-item-td.td-center select,
        .bjorkInventory .bi-item-row .bi-item-td.td-center input:not([type='submit']):not([type='checkbox']):not([type='radio']) {
            text-align: center;
        }

        .bjorkInventory .bi-item-row .bi-item-td.bi-item-td-error {
            border: 1px #f73e3e solid !important;
            background-color: #fff3f3 !important;
        }
        .bjorkInventory .bi-item-row .bi-item-td .bi-item-td-error-message {
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 100%;
            box-sizing: border-box;
            padding: 5px 10px;
            background-color: #f73e3e;
            color: #fff;
            font-style: italic;
            z-index: 9999;
        }

        .bjorkInventory .bi-item-row .bi-item-td.bi-item-td-checkbox {
            text-align: center;
        }
        .bjorkInventory .bi-item-row .bi-item-td.bi-item-td-checkbox:hover {
            background-color: rgb(0 0 0 / 10%);
            cursor: pointer;
        }
        .bjorkInventory .bi-item-row .bi-item-td.bi-item-td-checkbox input:hover {
            cursor: pointer;
        }


    .bjorkInventory .bi-item-row .height-wrapper {
        position: relative;
        overflow: hidden;
        padding-bottom: 78.6%;
    }
    .bjorkInventory .bi-item-row .height-content {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .bjorkInventory .bi-item-row .bi-item-td.bi-row-image {
        width: 60px;
    }
    .bjorkInventory .bi-item-row .bi-row-image img {
        width: 100%;
        height: auto;
    }
    .bjorkInventory .bi-item-row .bi-item:last-child .bi-item-td {
        border-bottom: 0px #fff solid;
    }
    .bjorkInventory .bi-item-row .td-center { text-align: center; }
    .bjorkInventory .bi-item-row .td-right { text-align: right; }

/* View Grid */
.bjorkInventory .bi-item-grid {
    position: relative;
    display: inline-block;
    margin: 8px;
    width: calc(20% - 20px);
    max-width: 320px;
    min-width: 90px;
}
    .bjorkInventory .bi-item-grid .bi-item-title {
        text-align: center;
        font-size: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .bjorkInventory .bi-item-grid .bi-grid-image {
        display: block;
        margin-top: 7px;
        margin-bottom: 5px;
        border: 7px solid #fff;
        text-align: center;
        -webkit-box-shadow: 0 0 0 1px #c5c5c5;
        -moz-box-shadow: 0 0 0 1px #c5c5c5;
        box-shadow: 0 0 0 1px #c5c5c5;
    }
    .bjorkInventory .bi-item-grid .bi-grid-image:hover {
        -webkit-box-shadow: 0 0 0 2px #3ebbf7;
        -moz-box-shadow: 0 0 0 2px #3ebbf7;
        box-shadow: 0 0 0 2px #3ebbf7;
    }

    .bjorkInventory .bi-item-grid .height-wrapper {
        position: relative;
        overflow: hidden;
        padding-bottom: 78.6%;
    }
    .bjorkInventory .bi-item-grid .height-content {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .bjorkInventory .bi-item-grid .bi-grid-image img {
        width: 100%;
        height: auto;
    }


/* Sticky scrollbar */
.bjorkInventory .bi-sticky-scrollbar {
    width: 0;
    height: 30px;
    left: 0;
    bottom: 0;
    overflow: auto;
    position: fixed;
    background-color: rgba(0,0,0,0);
}
    .bjorkInventory .bi-sticky-scrollbar.hideaway {
        opacity: 0 !important;
        pointer-events: none !important;
        bottom: -100px !important;
    }

    .bjorkInventory .bi-sticky-scrollbar-expander { height: 1px; }
    .bjorkInventory .bi-sticky-scrollbar::-webkit-scrollbar { height: 20px; width: 20px; }
    .bjorkInventory .bi-sticky-scrollbar::-webkit-scrollbar-thumb { background-color: #5ca0db; border-radius: 99px; }
    .bjorkInventory .bi-sticky-scrollbar::-webkit-scrollbar-track { background-color: #eee; border-radius: 0; }
    .bjorkInventory .bi-sticky-scrollbar::-webkit-scrollbar-corner { background: rgba(0,0,0,0); }

    .bjorkInventory .bi-page-content::-webkit-scrollbar { height: 20px; width: 20px; }
    .bjorkInventory .bi-page-content::-webkit-scrollbar-thumb { background-color: #5ca0db; border-radius: 99px; }
    .bjorkInventory .bi-page-content::-webkit-scrollbar-track { background-color: #eee; border-radius: 0; }

/* Navigation */
.bjorkInventory .bi-navigation {
    margin-bottom: 40px;
}
    .bjorkInventory .bi-navigation a.item {
        display: flex;
        align-items: center;
        padding: 10px;
        padding-left: 15px;
        font-size: 13px;
        background-color: #efefef;
        margin-bottom: 4px;
        border-left: 0 #fff solid;
    }
    .bjorkInventory .bi-navigation a.item:not(.item-type-active):hover {
        background-color: #f7f7f7;
        cursor: pointer;
    }
    .bjorkInventory .bi-navigation a.item.item-type-active {
        background-color: #3a3a3a;
        color: #fff;
    }
    .bjorkInventory .bi-navigation a.item.item-type-child {
        justify-content: space-between;
    }
    .bjorkInventory .bi-navigation .item-label {
        margin-top: -3px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .bjorkInventory .bi-navigation .item-arrow-right {
        display: none;
        padding-left: 5px;
        text-align: right;
        font-size: 75%;
    }
    .bjorkInventory .bi-navigation .item-arrow-left {
        display: none;
        padding-right: 5px;
        text-align: left;
        font-size: 75%;
    }
    .bjorkInventory .bi-navigation a.item-type-parent .item-arrow-left {
        display: block;
    }
    .bjorkInventory .bi-navigation a.item-type-child .item-arrow-right {
        display: block;
    }
    .bjorkInventory .bi-navigation .item-tab-indent-1 {
        border-left-width: 10px;
    }
    .bjorkInventory .bi-navigation .item-tab-indent-2 {
        border-left-width: 20px;
    }
    .bjorkInventory .bi-navigation .item-tab-indent-3 {
        border-left-width: 30px;
    }
    .bjorkInventory .bi-navigation .item-tab-indent-4 {
        border-left-width: 40px;
    }

/* Clear search, filters & range */
.bjorkInventory .bi-reset-side-options-btn {
    width: 100%;
    margin-bottom: 20px;
    border: 1px rgba(0,0,0,0) solid;
    background-color: #3a3a3a;
    padding: 8px 16px;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
    .bjorkInventory .bi-reset-side-options-btn.btn-disabled {
        opacity: 0.2;
    }

/* Search */
.bjorkInventory .bi-search {
    position: relative;
}
    .bjorkInventory .bi-search .bi-search-clear {
        position: absolute;
        right: 0;
        top: 0;
        display: none;
        justify-content: center;
        align-items: center;
    }
    .bjorkInventory .bi-search .bi-search-clear:hover {
        color: #ff7d64;
        cursor: pointer;
    }

    /* Search left side (side area) */
    .bjorkInventory .bi-area-side-content .bi-search {
        margin-bottom: 20px;
    }
    .bjorkInventory .bi-area-side-content .bi-search input[type='text'] {
        padding: 8px 12px;
        width: 100%;
    }
    .bjorkInventory .bi-area-side-content .bi-search .bi-search-clear {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    /* Search right side (header) */
    .bjorkInventory .bi-header .bi-search input[type='text'] {
        padding: 6px 12px;
        width: 160px;
    }
    .bjorkInventory .bi-search .bi-search-clear {
        top: calc(50% - 15px);
        width: 30px;
        height: 30px;
        font-size: 12px;
    }



/* Range */
.bjorkInventory .bi-ranges {

}
    .bjorkInventory .bi-ranges .item {
        padding-bottom: 24px;
    }
    .bjorkInventory .bi-ranges .item-label {
        padding-bottom: 3px;
        border-bottom-width: 1px;
        margin-bottom: 6px;
    }
    .bjorkInventory .bi-ranges .item-value {
        box-sizing: border-box;
        font-size: 13px;
    }
    .bjorkInventory .bi-ranges .item-value span {
        font-weight: bold;
    }
    .bjorkInventory .bi-ranges .range-slider-container {
        box-sizing: border-box;
        padding: 10px 6px;
    }


/* Filter */
.bjorkInventory .bi-filters {

}
    .bjorkInventory .bi-filters .item {
        padding-bottom: 20px;
    }
    .bjorkInventory .bi-filters .item-label {
        padding-bottom: 3px;
        border-bottom-width: 1px;
        margin-bottom: 6px;
    }
    .bjorkInventory .bi-filters a.item-value {
        display: inline-flex;
        align-items: center;
        box-sizing: border-box;
        width: 100%;
        padding: 3px 8px;
        font-size: 13px;
        cursor: pointer;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .bjorkInventory .bi-filters a.item-value-label {
        display: block;
    }
    .bjorkInventory .bi-filters a.item-value:hover {
        background-color: #f7f7f7;
    }
    .bjorkInventory .bi-filters a.item-value.selected {
        color: #3a3a3a;
    }

    .bjorkInventory .bi-filters .item-value .icon-checkbox-checked,
    .bjorkInventory .bi-filters .item-value .icon-checkbox-unchecked { padding-right: 7px; }
    .bjorkInventory .bi-filters .item-value .icon-checkbox-checked { display: none; }
    .bjorkInventory .bi-filters .item-value .icon-checkbox-unchecked { display: block; }
    .bjorkInventory .bi-filters .item-value.selected .icon-checkbox-checked { display: block; }
    .bjorkInventory .bi-filters .item-value.selected .icon-checkbox-unchecked { display: none; }
    .bjorkInventory .bi-filters .item-value.hidden-value {
        display: none;
    }
    .bjorkInventory .bi-filters .item.show-hidden-items .item-value.hidden-value {
        display: inline-flex;
    }
    .bjorkInventory .bi-filters .item-showmore {
        display: block;
        padding: 8px 8px;
        font-size: 13px;
        text-align: left;
        cursor: pointer;
        color: #3a3a3a;
        width: 100%;
    }
    .bjorkInventory .bi-filters .item-showmore:hover {
        text-decoration: underline;
    }

/* Page links */
.bjorkInventory .bi-page-number-links { float: left; }
.bjorkInventory .bi-page-size-links { float: right; }
.bjorkInventory .bi-page-size-links,
.bjorkInventory .bi-page-number-links {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
    .bjorkInventory .bi-page-size-links a.item,
    .bjorkInventory .bi-page-number-links a.item {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 34px;
        height: 30px;
        font-size: 13px;
        text-align: center;
        background-color: #efefef;
        margin-bottom: 4px;
        border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius 4px;
    }
    .bjorkInventory .bi-page-size-links a.item { margin-left: 4px; }
    .bjorkInventory .bi-page-number-links a.item { margin-right: 4px; }
    .bjorkInventory .bi-page-size-links a.item:not(.disabled):not(.selected):not(.dots):hover,
    .bjorkInventory .bi-page-number-links a.item:not(.disabled):not(.selected):not(.dots):hover {
        cursor: pointer;
        background-color: #f7f7f7;
    }
    .bjorkInventory .bi-page-size-links a.item.selected,
    .bjorkInventory .bi-page-number-links a.item.selected {
        background-color: #3a3a3a;
        border-color: #3a3a3a;
        color: #fff;
    }
    .bjorkInventory .bi-page-size-links a.item.disabled,
    .bjorkInventory .bi-page-number-links a.item.disabled {
        color: #c7c7c7;
    }
    .bjorkInventory .bi-page-number-links a.item.dots {
        border: 1px rgba(0,0,0,0) solid;
    }

/* Lazy load loader */
.bjorkInventory .bi-page-lazyload-loader {
    display: flex;
    justify-content: center;
}
    .bjorkInventory .bi-page-lazyload-loader .loader {
    	display: none;
        width: 50px;
        height: 50px;
    	border: 4px solid rgba(0,0,0,0.1);
    	border-top-color: #14a3e8;
    	border-radius: 9999px;
    	-o-border-radius: 9999px;
    	-ms-border-radius: 9999px;
    	-webkit-border-radius: 9999px;
    	-moz-border-radius: 9999px;
    	animation: ep-loader-rotate 800ms ease infinite;
    	-o-animation: ep-loader-rotate 800ms ease infinite;
    	-ms-animation: ep-loader-rotate 800ms ease infinite;
    	-webkit-animation: ep-loader-rotate 800ms ease infinite;
    	-moz-animation: ep-loader-rotate 800ms ease infinite;
    }
	@keyframes ep-loader-rotate {
		100% { transform: rotate(360deg); }
	}
	@-webkit-keyframes ep-loader-rotate {
		100% { -webkit-transform: rotate(360deg); }
	}


.bjorkInventory .ui-slider { border: 0px #3a3a3a solid; background-color: #BFBFBF; }
.bjorkInventory .ui-slider .ui-widget-header { background: #3a3a3a; }
.bjorkInventory .ui-slider .ui-slider-handle { border: 3px #fff solid; background: #3a3a3a; }
.bjorkInventory .ui-slider .ui-slider-handle:hover { background: #3a3a3a; }


@media only screen and (min-width:769px){

    .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-area-side {
        display: block !important;
    }
    .bjorkInventory[data-side-area='true'][data-mobile='true'][data-window-expanded='true'] .bi-area-side {
        display: none !important;
    }

}

@media only screen and (min-width:769px) and (max-width:1024px){

    .bjorkInventory .bi-item-grid {
        width: calc(33.33333% - 20px) !important;
    }

}

@media only screen and (max-width:768px){

    .bjorkInventory .bi-item-grid {
        width: calc(50% - 20px) !important;
    }

    /* Mobile -------------------------------------------------------------------------------------------- */
    .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-area-side {
        display: none;
        z-index: 9998;
        top: 0;
        right: 0;
        float: none;
        position: fixed;
        width: 100%;
        height: 100%;
        padding: 20px;
        background-color: #fff;
        overflow: auto;
    }
        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-area-side::-webkit-scrollbar { width: 10px; height: 10px; background-color: rgba(0,0,0,0); }
        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-area-side::-webkit-scrollbar-thumb { /*border-radius: 10px;*/ background-color: rgba(0, 0, 0, 0.2); }
        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-area-side::-webkit-scrollbar-track { background-color: rgba(0,0,0,0.09); }
        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-display-side-options-btn { display: block; }
        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-area-side-content { padding: 0; }

    .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-area-center {
        float: none;
        box-sizing: border-box;
        width: 100%;
        padding: 0px;
    }

    .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-navigation { display: none; }

    .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-filters .item {
            padding-bottom: 10px;
    }
        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-filters a.item-value {
            width: auto;
            background-color: #fff;
            border: 1px #ccc solid;
            padding: 8px 16px;
            margin-right: 10px;
            margin-bottom: 10px;
            border-radius: 999px; -webkit-border-radius: 999px;
            font-size: 16px;
        }
        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-filters a.item-value.selected {
            background-color: #3a3a3a;
            border-color: #3a3a3a;
            color: #fff;
        }
        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-filters a.item-value:not(.selected):hover {
            background-color: #f9f9f9;
        }
        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-filters a.item-value.selected:hover {
            background-color: #4e4e4e;
        }
        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-filters a.item-value:not(.selected):hover .item-value-label {
            color: #3a3a3a;
        }

        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-navigation,
        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-reset-side-options-btn,
        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-search { margin-bottom: 30px; }
        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-ranges { margin-bottom: 10px; }

        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-area-side,
        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-ranges .item-value,
        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-area-side input:not([type='submit']):not([type='checkbox']):not([type='radio']),
        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-area-side .bi-filters .item-showmore,
        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-reset-side-options-btn,
        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-header .bi-result { font-size: 20px; }

        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-header .bi-view .view-btn {
            font-size: 44px;
            margin-left: 0;
            margin-right: 10px;
        }

        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-header .bi-sort select {
            font-size: 20px;
            padding: 8px 12px;
            width: 220px;
        }

        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-header .bi-view {
            order: 1;
            flex-grow: 1;
            padding-right: 0;
        }
        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-header .bi-sort {
            order: 2;
        }
        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-header .bi-header-flex-space-l {
            width: 100%;
            height: 40px;
            order: 3;
        }
        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-header .bi-result {
            order: 4;
        }

        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-page-size-links a.item,
        .bjorkInventory[data-side-area='true'][data-mobile='true'] .bi-page-number-links a.item {
            min-width: 36px;
            height: 32px;
            font-size: 16px;
            margin-bottom: 8px;
            border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius 5px;
        }

}
