/*------------------------
   SEARCH
------------------------*/
.sokrutan {width:250px; z-index:3; position:relative;}
.Sokfalt {padding:0 10px; width:100%; height:40px !important; -webkit-appearance:none; -webkit-border-radius:0 !important; -moz-border-radius:0 !important; border-radius:0 !important; font-size:13px !important; background:#f1f1f1 !important; border:none !important; padding-left:10px !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;}
.LSS_Container {position:relative;}
#LSS_Result {background:#fff; position:absolute; right:0; top:40px; width:100%; border:1px solid #f1f1f1; max-height:490px; overflow-y:scroll;}
#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; }
#LSS_Close .close {color:#ccc;font-size:13px; right:0; top:0;}
#LSS_Close .close::before {color:#000;}
/*#LSS_Close .SearchClose {color:#ccc; font-size:13px;}
.SearchClose::before {content:"\f00d"; font-size:20px; color:#fff;}*/
#lblTerm {display:none;}
ul.LSS_Artiklar {width:100%;}
.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 {height:50px; line-height:50px; margin:0 0 5px; overflow:hidden; text-align:center; border:1px solid #f1f1f1; background:#fff;}
.LSS_Artiklar .Bild img {max-width:100%; max-height:100%; vertical-align:middle;}
.LSS_Artiklar .LSS_Art_Text span.Beskr {font-size:13px; font-weight:400;}
.LSS_Artiklar .LSS_Pris, .LSS_Artiklar .LSS_Kampanjpris {font-size:12px;}
.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;}

/*------------------------*/
@media screen and (max-width: 850px) {
	.soktoggle {cursor:pointer; display:inline-block; line-height:32px; float:left; }
	.sokrutan {display:none;}
	.sokrutan.active {display:block; left:50%; position:fixed; top:90px; -ms-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); transform:translate(-50%, -50%); width:95%; z-index:3;}
	.sokrutan.active input {border-radius:0;}
	#LSS_Result {top:45px; width:100%; margin:0; padding:0px; max-height:330px; overflow-y:scroll;}
	#LSS_Result #LSS_Close {display:none;}
	.LSS_Artiklar .Bild {width:23.78%;}
	.LSS_Artiklar .LSS_Art_Text {width:74.54%; margin:0 0 0 1.6%;}
}