/*------------------------
	SEARCH
------------------------*/

/* current_vehicle */
body[data-lang='no'] .regnr-search,
body[data-lang='dk'] .regnr-search,
body[data-lang='fi'] .regnr-search,
body[data-lang='no'] .reg-icon,
body[data-lang='dk'] .reg-icon,
body[data-lang='fi'] .reg-icon,
body[data-lang='de'] .reg-icon,
body[data-lang='pl'] .reg-icon {
	display: none !important;
}

body[data-lang='de'] .regnr-search__head,
body[data-lang='pl'] .regnr-search__head {
	display: none !important;
}

[class*='fa-']::before {
	font-family: 'Font Awesome 5 pro';
	margin-right: 5px;
}

.fa-car-side::before {
	content: '\f5e4';
}

.fa-edit::before {
	content: '\f044';
}

.fa-delete::before {
	content: '\f1f8';
}

#current__vehicle.canvas-right-module {
	transform: translate(100%, 25%);
	height: 70vh;
}

#current__vehicle.canvas-right-module.active {
	transform: translate(0, 25%);
	box-shadow: var(--box-shadow1);
}

.current__Vehicle__inner {
	padding: 15px;
	color: #333;
	position: relative;
}

#current__vehicle .close-header {
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 200ms ease;
}

.more__info__heading {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	padding-right: 35px;
}

.vehicle__edit__delete {
	padding: 10px;
}

.vehicle__edit__delete a {
	transition: opacity 200ms ease;
}

.vehicle__edit__delete a:hover,
#current__vehicle .close-header:hover {
	opacity: 0.75;
}

.more__info__other {
	line-height: 1.7;
}

.badge-beta {
	position: absolute;
	z-index: 10;
	left: calc(15% + var(--gutter));
	top: 0px;
	width: calc(100% - calc(15% + var(--gutter)));
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ed6255;
	border-radius: 0 var(--border-radius2) 0 0;
}

.badge-beta a {
	color: #fff;
}

input#regnr {
	text-transform: uppercase;
	padding-right: 0 !important;
	padding-top: 10px !important;
}

.license-wrapper #suggest-area ul li a {
	display: block;
}

.license-wrapper #suggest-area div>ul>li {
	padding-left: 0;
	padding-right: 0;
}

.license-wrapper #license-result:empty {
	display: none;
}

#suggest-area:has(#license-result:empty) {
	padding: 0;
	border: 0;
}

#suggest-area {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#suggest-area::-webkit-scrollbar {
	display: none;
}

/* // current_vehicle */

#suggest-area ul li {
	list-style: none;
	line-height: 30px;
	padding-left: var(--gutter);
	padding-right: var(--gutter);
	color: #333;
}

#suggest-area ul li a {
	width: 100%;
	display: flex;
}

/* #suggest-area ul li a span:before{
	font-family: "Font Awesome 5 Pro";
	content: "\f002"; 
	font-weight: 200;
	margin-right: 5px;
} */

#suggest-area ul li span,
#suggest-area ul li a {
	font-weight: bold;
}

#suggest-area ul li a span.suggest-hl,
#suggest-result ul.LSS_Varumarken.tom span.suggest-hl,
.suggest-hl,
#search-history ul li a,
#suggest-area #search-popular ul li a {
	font-weight: normal;
}

#suggest-no-result {
	padding: 0 var(--gutter);
}

.elastic--title,
.search-history-header {
	font-weight: 600;
	margin-bottom: calc(var(--gutter) / 2);
	padding-left: var(--gutter);
	padding-right: var(--gutter);
	line-height: 30px;
	display: block;
	width: 100%;
	margin-top: var(--gutter);
	color: #000;
	text-transform: uppercase;
}

.elastic--btn a {
	font-weight: 600;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	background: #3cd28e;
	color: #fff;
	height: 45px;
	margin-top: var(--gutter);
}

.search-history-header {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

#search-history-clear {
	font-weight: normal;
	color: var(--danger-color);
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	font-size: 12px;
}

/* #search-history-clear:before{
	content: "-";
	margin: 0 calc(var(--gutter)/2);
	color: var(--base-color1);
}
#search-history-clear:after{
	font-family: "Font Awesome 5 Pro";
	content: "\f00d";
	font-weight: 200;
	color: var(--danger-color);
	margin-left: 5px;
	font-size: 8px;
	height: 12px;
	border: 1px solid var(--danger-color);
	border-radius: 20px;
	line-height: 11px;
	width: 12px;
	text-align: center;
	margin-top: 9px;
}  */

/* Populära sökningar ikon */
/* .search-popular-li a:before{
	font-family: "Font Awesome 5 Pro";
	content: "\f005"; 
	font-weight: 200;
	margin-right: 5px;
} */

/* Senaste sökningarna ikon */
/* .search-history-li a:before{
	font-family: "Font Awesome 5 Pro";
	content: "\f017"; 
	font-weight: 200;
	margin-right: 5px;
} */

.LSS_Input:after {
	z-index: 5;
}

.matched-group-wrapper {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.matched-group-wrapper {
	margin-bottom: calc(var(--gutter) * 2);
}

ul.matched-group-wrapper,
ul.matched-group-wrapper li {
	list-style: none;
}

.matched-group-title {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	border: 2px solid #777;
	cursor: pointer;
	margin: calc(var(--gutter) / 2);
	height: 42px;
	font-weight: 600;
	font-size: 14px;
	padding: 0 calc(var(--gutter) * 2);
	color: #000;
	order: 1;
	width: 15% !important;
}

.matched-group-title * {
	cursor: pointer;
}

.matched-group-title label {}

.matched-group-title.active label {
	font-weight: bold;
}

/* .matched-group-title span{
	font-size: 12px;
	margin-left: 3px;
} */
.matched-group-title.active {
	background: var(--base2-color5);
	border: 1px solid var(--base2-color5);
	color: #fff;
}

.matched-group-title.active label {}

.matched-group-item-wrapper,
.matched-group-item-wrap.active {
	-ms-flex-align: flex-start;
	-webkit-box-align: flex-start;
	align-items: flex-start;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	width: 100%;
	flex-flow: wrap;
}

.matched-group-item-wrap.active {
	margin-top: calc(var(--gutter) * 2);
}

.matched-group-item-wrap {
	display: none;
	order: 2;
}

.matched-group-item {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	margin: calc(var(--gutter) / 2);
}

/* CUSTOM */
#suggest-area .close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

#suggest-area .close:before {
	font-family: 'Font Awesome 5 Pro';
	content: '\f00d';
	font-size: 24px;
	font-weight: 200;
	color: #000;
}

body.current__vehicle__open #dimmer {
	display: none !important;
}

/* MOBIL*/
@media screen and (max-width: 48em) {
	#current-vehicle {
		z-index: 6;
		color: #333;
		font-size: 12px;
		display: flex;
		justify-content: center;
	}

	#current__vehicle.canvas-right-module.active {
		transform: translate(0%, 0%);
	}

	#current__vehicle.canvas-right-module {
		height: 100vh;
		transform: translate(100%, 0%);
	}

	input#regnr {
		padding-top: 0 !important;
	}

	#search-wrapper,
	.regnr-search {
		position: absolute;
		background: #fff;
		top: 0;
		width: 100%;
		border-bottom: 1px solid #ddd;
		max-height: 680px;
		overflow-y: scroll;
	}

	.regnr-search {
		padding: 0 !important;
		border: 0;
		overflow-y: auto;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	}

	.regnr-search #suggest-close .close {
		top: 0px;
		right: 50px;
		z-index: 10;
	}

	.badge-beta {
		width: 100%;
		left: 0;
		border-radius: 0;
	}

	.seatch-icon i:before,
	.reg-icon i:before {
		margin: 0 !important;
	}

	.sokrutanWrap:focus-within+.regnr-search {
		display: none;
	}

	.regnr-search::before {
		height: 51px;
	}

	.regnr-search::after {
		height: 25px;
	}

	.regnr-search::before,
	.regnr-search::after {
		left: inherit;
		right: 0;
		width: 50px;
		/* top: 15px; */
	}

	#regnr {
		padding-left: 0;
		font-size: 16px !important;
	}

	/* .license-wrapper {
		padding-top: 15px;
	} */
	.search-history-title {
		margin-right: 20px;
	}

	#suggest-area .close {
		top: 51px;
		right: 3px;
		z-index: 2;
	}

	.matched-group-list {
		justify-content: center;
		gap: calc(var(--gutter) / 2);
	}
}

#suggest-area {
	padding: clamp(0.6rem, calc(0.6rem + (2 - 0.6) * ((100vw - 48.1rem) / (81.25 - 48.1))), 2rem);
	min-height: 0vw;
}

span.headline {
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}

.andra-sok {
	font-weight: 500;
}

.matched-group-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.elastic-open {
	display: block;
}

.matched-group-list .pointer {
	pointer-events: none;
}

.elastic-closed.row {
	display: none;
}

.search-result-wrapper>.wrap>.row>.col-xs-12 {
	padding: 1rem 2rem;
}

.ten.center {
	color: #333;
}

/* DESKTOP*/
@media screen and (min-width: 48em) {
	#suggest-area {
		/* display: none;
		background: #ffffff;
		position:absolute;
		width: calc(100% - var(--gutter) * 2);
		left:var(--gutter);
		box-shadow: 0 0px 15px -5px rgba(0,0,0,0.57);
		-webkit-box-shadow: 0 0px 15px -5px rgba(0,0,0,0.57);
		-moz-box-shadow: 0 0px 15px -5px rgba(0,0,0,0.57);
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		max-height: 80vh;
		overflow-y: scroll;
		overflow-x: hidden; */
		background: #fff;
		position: absolute;
		display: none;
		right: 0;
		top: calc(100% + 1em);
		top: calc(100% + var(--gutter));
		width: calc(100% - 2rem + 2px);
		border: 1px solid #ddd;
		max-height: 640px;
		overflow-y: scroll;
		left: calc(1rem - 1px);
		box-shadow: var(--box-shadow1);
		border-top: 0;
	}

	.license-wrapper #suggest-area {
		width: 200%;
	}

	.TreeCategory input[type='checkbox']:not([disabled]):after {
		color: black;
	}

	#suggest-area .close {
		top: 5px;
	}

	#search-wrapper input#search-input:hover,
	#search-wrapper input#search-input:focus {
		background: #f7f7f7;
	}

	.matched-group-item a:hover {
		background: #f1f1f1;
	}

	/* #suggest-area ul li:hover{
		background: #f1f1f1;
	} */
	#suggest-area ul li:hover a {
		color: #444;
	}

	.matched-group-list {
		justify-content: center;
	}

	.elastic-search-product-results .Filter_F_feed_instock {
		color: #000;
	}

	.elastic-search-product-results .antalProdukter {
		padding-left: var(--gutter);
	}
}

.elastic-search-product-results .Filter_F_feed_instock {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	text-align: left;
	font-weight: 600;
}

.elastic-search-product-results .col-xs-12.col-sm-9 {
	position: relative;
}

.elastic-search-product-results .close-header:after {
	display: none;
}

span#antalProdukter {
	position: absolute;
	left: 0;
	top: 23px;
}

/* #antalProdukter {
	display: none;
} */

#suggest-result ul.LSS_Varumarken.tom>li {
	padding: 0 !important;
}

@media screen and (max-width: 47.99em) {
	.elastic-search-result {
		padding-bottom: 60px;
	}

	.TreeCategory input[type='checkbox']:after {
		color: white;
	}

	.elastic-search-product-results .Artgrupp_header {
		background: none;
		/*width: 100%;*/
	}

	.elastic-search-product-results {
		position: relative;
	}

	.elastic-search-product-results .Artgrupp_header_wrap.end-xs {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: left;
		text-align: start;
	}

	.elastic-search-product-results .Artgrupp_header>.select-wrapper {
		border: none !important;
		padding: 0 !important;
	}

	.elastic-search-product-results .Artgrupp_header {
		margin-left: 0;
	}

	#antalProdukter {
		display: none;
	}

	.elastic-search-product-results .Filter_Tree>.Filter_Titel {
		display: inline-block;
		margin-bottom: 10px;
	}

	.elastic-search-product-results .Filter_Tree .Filter_Container>.TreeCategory li {
		padding-left: 0px;
		padding-right: 0px;
	}

	.elastic-search-product-results .Filter_Tree li.has-child {
		border-bottom: 1px solid var(--base2-color6);
	}

	.elastic-search-product-results .Filter_Tree li {
		padding-bottom: 13px;
		margin-bottom: var(--gutter);
	}

	.elastic-search-product-results .Filter_Tree li label {
		text-transform: none;
		padding-left: 20px;
		padding-right: 20px;
	}

	.Filter_Tree ul ul .TreeCategory:last-child>li {
		border: 0 !important;
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
	}

	.elastic-search-product-results .Filter_Tree .Filter_Container li ul {
		margin-top: 10px;
		padding: 0;
	}

	/*.elastic-search-product-results .Filter_Tree .Filter_Container li ul{
	    max-height: 260px;
    	overflow-y: scroll;
	}*/

	.elastic-search-product-results>.filter-wrapper {
		position: absolute;
		display: flex;
		flex-direction: row;
		width: 50%;
		top: 16px;
		right: var(--gutter);
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: right;
		text-align: end;
		z-index: 61;
	}

	.elastic-search-product-results .Filter_Tree.FilterWrapper>span {
		padding-left: 20px !important;
	}

	.elastic-search-product-results .children>.TreeCategory>.has-child>label,
	.elastic-search-product-results .children>.TreeCategory>li>label {
		padding-right: 20px;
		padding-left: 20px !important;
		display: flex;
		overflow: hidden;
	}

	.elastic-search-product-results .children>.TreeCategory>.has-child>label input,
	.elastic-search-product-results .children>.TreeCategory>li>label input {
		height: 20px;
	}

	.elastic-search-product-results .children>.TreeCategory>.has-child>label span,
	.elastic-search-product-results .children>.TreeCategory>li>label span {
		white-space: nowrap;
		word-break: break-word;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	/*	#suggest-area {
    padding: 1rem ;
	}*/
	.elastic-search-product-results .children li.has-child.Filter_Titel {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.matched-group-item-wrapper,
	.matched-group-item-wrap.active {
		justify-content: start;
	}

	.elastic--btn {
		position: fixed;
		bottom: 0;
		width: 100%;
	}

	.matched-group-title {
		height: 42px;
		padding: 0 calc(var(--gutter) / 2);
	}

	.matched-group-item-wrap.active {
		margin-top: calc(var(--gutter));
	}

	#search-wrapper input#search-input {
		font-size: 16px !important;
	}

	.matched-group-title {
		margin: calc(var(--gutter) / 4);
	}

	.elastic-search-product-results .Filter_F_feed_instock {
		color: #fff;
	}

	.elastic-search-product-results .filterknapp_wrapper {
		width: 100%;
	}

	.elastic-search-product-results .filter-btn {
		text-align: right;
	}
}

ul.Lank_Container.Filter_Container>*>li>label>input,
ul.Lank_Container.Filter_Container>* .inactive {
	display: none;
}

.elastic-search-product-results .Filter_Lank,
.elastic-search-product-results .Filter_Titel,
.elastic-search-product-results .antalProdukter {
	padding: 0 !important;
}

@media screen and (min-width: 48em) {
	.elastic-search-product-results .Filter_Tree .Filter_Titel {
		padding: 0 var(--gutter) !important;
	}
}

.F_type {
	display: none;
}

.elastic-search-product-results .Filter_Tree.FilterWrapper {
	text-align: left;
}

.elastic-search-product-results .category-tree .Lank_Container>.TreeCategory {
	margin-top: var(--gutter);
	margin-bottom: var(--gutter);
}

.elastic-search-product-results .children li.has-child.Filter_Titel {
	padding-right: 0;
	padding-left: 5px;
}

.TreeCategory input[type='checkbox']:after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f0c8';
	font-weight: 400;
	font-size: 20px;
	line-height: 14px;
	width: 14px;
}

.TreeCategory li:not(.has-child) input[type='checkbox'].disabled,
.TreeCategory li:not(.has-child) input[type='checkbox'].disabled+span {
	opacity: 0.4;
	pointer-events: none;
}

.TreeCategory input[type='checkbox']:not([disabled]):checked:after {
	content: '\f14a';
	font-weight: 700;
}

.TreeCategory li ul.children.active ul.children.active {
	padding-left: 0;
}

.TreeCategory li ul.children.active ul.children.active .TreeCategory>.Filter_Titel {
	padding-left: 5px;
}

.TreeCategory li ul.children.active input {
	width: 20px;
	background: unset !important;
}

.TreeCategory input {
	border: none !important;
}

.active_nbr {
	display: none !important;
}

.elastic-search-product-results .Filter_Lank {
	border: none !important;
}

.elastic-search-product-results .filterOmslut>.category-tree>.Filter_Tree>.Filter_Titel {
	padding: 0 calc(var(--gutter) * 2);
	text-transform: uppercase;
	font-weight: 800;
}

.elastic-search-product-results .Artgrupp_header>.select-wrapper {
	order: 2;
	position: relative;
	height: fit-content;
	text-align-last: left;
	padding: 0 var(--gutter);
	border: 2px solid #777;
	align-self: flex-end;
}

.elastic-search-product-results .children>.TreeCategory>.has-child>label,
.elastic-search-product-results .children>.TreeCategory>li>label {
	padding-left: 0;
}

.category-tree {
	padding: 0 !important;
}

/*
.paket-btn, .products-btn {
	display: none; 
}
*/
.search-result-wrapper a.matched-group-link.btn {
	border-radius: 0;
}

.search-result-wrapper .matched-group-item a:hover {
	background: #fff;
	color: var(--base2-color5);
}

.TreeCategory {
	width: 100%;
}

.term {
	padding-left: 6px;
	display: block !important;
}

@media screen and (max-width: 48em) {
	.Info_Res {
		order: 3;
		margin-bottom: 60px;
	}

	#suggest-area .Cat_Varum_Res ul li {
		padding-right: 0;
		padding-left: calc(var(--gutter) / 2) !important;
	}

	.LSS_Category,
	.LSS_Brand,
	.Pro_Res {
		text-align: left;
		padding-right: 0 !important;
		padding-left: calc(var(--gutter) / 2) !important;
	}
}

.LSS_Close {
	flex-direction: column;
}

.Info_Res {
	order: 3;
}

.Pro_Res {
	order: 2;
}

.Cat_Varum_Res {
	order: 1;
}