/**
 * This Software is property of Mario Krell - Hamburg Medien DS GmbH is protected by
 * copyright law - it is NOT Freeware.
 * Any unauthorized use of this software without a valid license agreement
 * will be prosecuted by civil and criminal law.
 *
 * @link        https://www.hamburg-medien.de
 * @projectlink	https://www.hamburg-medien.de
 * @authors     Mario Krell <mario.krell@hamburg-medien.de>
 * @copyright   (C) Mario Krell
 * @module      HM Filter
 * @version     17.12.2021 1.0.0
 */

.listRefine .pagination-options,
.listRefine .filter-options {
	padding-left: 0;
	padding-right: 0;
}

.hm-filter-loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 999;
}

.hm-filter-loader:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url('/out/flow/img/spinner.gif');
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: contain;
} 

#elastic-suggester li[data-type="product"] .subtitle-1 {
	display: block;
}