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









.LSS_Input.BG:after {background: #9c9c9d;}

input[type="text"].Sokfalt::-moz-placeholder
{color: #c7c7c7 !important; opacity: 1 !important;}

input[type="text"].Sokfalt::-webkit-input-placeholder
{color: #c7c7c7 !important; opacity: 1 !important;}

input[type="text"].Sokfalt:-ms-input-placeholder
{color: #c7c7c7 !important; opacity: 1 !important;}

input[type="text"].Sokfalt:focus::-moz-placeholder
{opacity: 0 !important}
input[type="text"].Sokfalt:focus::-webkit-input-placeholder
{opacity: 0 !important}
input[type="text"].Sokfalt:focus:-ms-input-placeholder
{opacity: 0 !important}

.Sokfalt:focus {color: #000 !important;}


.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:auto;}
#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;*/
	position: absolute;
	top: 0;
	margin-left: 0;
	right: 5px;
	z-index: 1006;
}
#LSS_Close .close {color:#ccc;font-size:13px; right:0; top:0; z-index: 1006;}
#LSS_Close .close::before {color:#000;}
/*#LSS_Close .SearchClose {color:#ccc; font-size:13px;}
.SearchClose::before {content:"\f00d"; font-size:20px; color:#fff;}*/

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 {border-radius: var(--border-radius); 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;}
.Knapp_Generell a.SokMer {background: #f7b284;}
.Knapp_Generell a.SokMer:hover {background: #eda575;}

/*------------------------*/
@media screen and (max-width: 1250px) {
	
	
	.sokrutan.active {display:block; left:50%; position:fixed; top:130px; -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:50px; 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%;}

	.Varukorg .AIRvarukorg-Qty, .Varukorg .EmptyCart{left: 20px; bottom: 15px;}

	.LSS_Input:after {background: #9c9c9d;}
}