.sokrutan {z-index:3;}
.Sokfalt {padding:0 10px; width:100%; height:40px !important; -webkit-appearance:none; -webkit-border-radius:26px !important; -moz-border-radius:26px !important; border-radius:26px !important; font-size:14px !important; border: 1px solid #cfcfcf !important; padding-left:16px !important;}
.Sokknapp {border:none; background:transparent; cursor:pointer; width:40px; height:40px; position:absolute; right:0; top:0; text-indent:-5000px;}
.LSS_Input:after {color:#222; content:"\f002"; font-size:16px; width:50px; height:40px; line-height:40px; text-align:center; position:absolute; right:0; top: 0;}
.LSS_Container {position:relative;}
ul.LSS_Artiklar {
	box-sizing: border-box;
  	display: -ms-flexbox;
  	display: -webkit-box;
  	display: flex;
  	-ms-flex: 0 1 auto;
  	-webkit-box-flex: 0;
  	flex: 0 1 auto;
  	-ms-flex-direction: row;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	flex-direction: row;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	margin-right: calc(var(--gutter)*-1);
  	margin-left: calc(var(--gutter)*-1);
  	padding: 1em;
  	width: 100%;
}
.LSS_Art_Text {padding: 0;}
#LSS_Result {background:#fff; position:absolute; right:0; top:70px; width:100%; border:1px solid #f1f1f1; max-height:490px; overflow-y:scroll; box-shadow: 0 5px 16px -1px rgba(0, 0, 0, 0.1);}
#LSS_Result, #LSS_Result div, #LSS_Result ul, #LSS_Result ul li {z-index:1005;}
#LSS_Result h3 {margin:0 0 15px;}
#LSS_Result li {list-style:none;}
#LSS_Close {position: fixed; top:60px; margin-left: 270px; display: none;}
#LSS_Close .close {color:#ccc;font-size:13px; right:0; top:0;}
#LSS_Close .close::before {color:#000;}
#lblTerm {display:none;}
.LSS_Artiklar li:hover {background:#f1f1f1; -moz-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;}
.LSS_Artiklar .Bild {margin:0 0 5px; overflow:hidden; text-align:center;}
.LSS_Artiklar .Bild img {max-width:100%; max-height:100%; vertical-align:middle;}
.LSS_Artiklar .LSS_Art_Text span.Beskr {font-size:15px; font-weight: 500;}
.LSS_Sokterm {font-weight:700;}
#LSS_Result::-webkit-scrollbar, ul.LSS_Artiklar::-webkit-scrollbar, ul.LSS_Artikelgrupper::-webkit-scrollbar {display:none;}
.LSSordPris {text-decoration: line-through;}
.sokrutan {display:none;}
.sokrutan.active {display:block; /* position:absolute; top:-3px; right:32px; width:230px; */ z-index:3;}
.sokrutan.active input {border-radius:0;}
/*------------------------*/
@media screen and (min-width: 851px) {
	.sokrutan {display:block; width:230px; z-index:3;}
	.soktoggle {display: none;}
}
/*------------------------*/
@media screen and (max-width: 850px) {
	.soktoggle {cursor:pointer; display:inline-block; text-align: right; line-height:32px; color:#90887b; display: block;}
	#LSS_Result {top:45px; width:100%; margin:0; padding:0px; max-height:330px; overflow-y:scroll;}
	#LSS_Result #LSS_Close {display:none;}
	.sokrutan.active {display:block; left:50%; position:fixed; top:85px; -ms-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); transform:translate(-50%, -50%); width:95%; max-width:1280px; z-index:3;}
}