#inventory_menu { margin-top: 35px; background-color: #0d0d0d !important; background-color: rgba(13, 13, 13, 0.89) !important; color: #fff; padding: 15px; position: relative; }
#inventory_menu #searchcontainer p { line-height: 24px; color: #fff; cursor: pointer; text-align: center; }
#inventory_menu #stock_holder { margin-right: 15px; }
.search-results-filter-holders { position: static; position: initial; }
.search-results-filter-holders .collapsible { position: absolute; z-index: 99; left: 0; top: 100%; width: 100%; display: block; padding: 15px 0; background: rgba(38, 38, 38, 0.73); max-height: 400px; overflow-y: auto; overflow-x: hidden; }
.search-results-filter-holders .collapsible a { color: #fff; }

#location_holder { display: block !important; }

section.inventory b { font-size: 20px; }

@media ( max-width: 767px ) {
	section.inventory .frame img { width: 100%; height: auto; }
}

.scroll-arrows {}
.scroll-arrows .arrow { display: inline-block; color: #fff; cursor: pointer; text-decoration: none; padding: 6px 12px; border: 1px solid #000; outline: 1px solid #fff; background: rgba(0,0,0,0.8); height: 34px; margin-right: 5px; position: fixed; top: 100px; right: 15px; }
.scroll-arrows .arrow.arrow-down { top: auto; bottom: 15px; }

@media ( max-width: 767px ) {
	.scroll-arrows { display: none; }
}