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

#LSS_Result ul,
#LSS_Result li {
	list-style: none;
	padding: 0;
	margin: 0;
}


#LSS_Result::-webkit-scrollbar,
ul.LSS_Artiklar::-webkit-scrollbar,
ul.LSS_Artikelgrupper::-webkit-scrollbar {
	display: none;
}

.LSSordPris {
	text-decoration: line-through;
}

#LSS_Result .close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	text-align: center;
	right: 1rem;
}

#LSS_Result .close:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f00d";
	font-size: 24px;
	font-weight: 200;
}
.SokMer{
	color: #fff;
	white-space: nowrap;
}
.LSS_Artiklar .Beskr{
	font-size: 13px;
}

#LSS_Result .SokMer:hover {
	color: #fff;
}

@media only screen and (min-width: 48em) {

	#LSS_Result {
		background: var(--base-background1);
		position: absolute;
		right: 0;
		top: calc(100% + 1em); /* fallback */
		top: calc(100% + var(--gutter));
		width: calc(100% - 2rem + 2px);
		border: 1px solid var(--border-color1);
		max-height: 490px;
		overflow-y: auto;
		left: calc(1rem - 1px);
		padding: 1rem;
		box-shadow: var(--box-shadow1);
		border-top: 0px;
	}
}


@media screen and (max-width: 48em) {


	.LSS_Container, #LSS_Result {
		margin: var(--gutter)
	}

	#LSS_Result .close {
		display: none;
	}

	#LSS_Result {
		position: relative;
		top: 0;
	}

}