
div#QuickLinks {
	background:#113E68;
	overflow:visible;
	width: 100%;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	z-index: 99;
	position: relative;
}

div#QuickLinks.fixed {
	position:fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
}

div#QuickLinks .placeholder {
	text-align: center;
}

#ul-quicklinks-new {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:13px;
	white-space:nowrap;
	overflow: hidden;
	text-align: left;
	display: table;
	width: 100%;
}

#ul-quicklinks-new li {
	display: table-cell;
	border-right: 1px solid #3B6180;
}

#ul-quicklinks-new li:first-of-type {
	border-left: 1px solid #3B6180;
	width: 50px;
}

#ul-quicklinks-new li > div {
	position: relative;
}

#ul-quicklinks-new li > div > a {
	color:#fff;
	display:block;
	padding: 12px 23px 10px 23px;
	text-decoration: none;
	text-align: center;
}

#ul-quicklinks-new li:first-of-type > div > a {
	padding-top: 10px;
}

#ul-quicklinks-new li > div > a:hover {
	background: rgba(255,255,255,0.05);
}

#ul-quicklinks-new li > div > a .fa-arrow-circle-down {
	right: 8px;
	top: 13px;
}

#ul-quicklinks-new li > div > a .fa-arrow-circle-down {
	position: relative;
	right: -6px;
	top: 0;
	margin: 0;
	display: inline-block;
}

#ul-quicklinks-new li > div > a.quicklink-easter {
	background: #ffc360;
	color: #222;
	font-weight: bold;
}

#ul-quicklinks-new li > div > a.quicklink-summer {
	background: #af3180;
	color: #fff;
	font-weight: bold;
}



.butiker-mobile-select {
	width: 100%;
	margin: 4px 0;
}





#ul-quicklinks {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:14px;
	white-space:nowrap;
	max-height: 40px;
	overflow: hidden;
}

#ul-quicklinks li {
	display:inline-block;
	overflow:auto;
	text-align: center;
	border:0 dashed #3B6180;
	border-width:0 1px 0 0;
}

#ul-quicklinks li:first-of-type {
	border-left-width:1px;
}

#ul-quicklinks li.num-quicklinks-7 {
	width: 18.8%;
}

#ul-quicklinks li.num-quicklinks-6 {
	width: 18.8%;
}

#ul-quicklinks li.num-quicklinks-5 {
	width:20%;
}

#ul-quicklinks li.num-quicklinks-4 {
	width:25%;
}

#ul-quicklinks li:first-of-type {
	width:58px;
}

#ul-quicklinks.start li > div > a {
	padding:10px 2px 9px 2px;
}

#ul-quicklinks.start li > div > a .fa-arrow-circle-down {
	right: 8px;
	top: 13px;
}



#ul-quicklinks li > div {
	position:relative;
}

#ul-quicklinks li > div > a {
	color:#fff;
	display:block;
	padding: 10px 0px 9px 0px;
	text-decoration: none;
}


#ul-quicklinks li > div > a:hover, #ul-quicklinks li.selected > a {
	background:#122C44;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

#ul-quicklinks li > div > a .glyphicon {
	font-size: 16px;
	position: absolute;
	left: 134px;
	top: 12px;
}

#ul-quicklinks-new li > div > a.quicklink-julkalender {
    background-color: #98332b;
    background: #98332b;
    background: -moz-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(183,0,0,1) 100%);
    background: -webkit-linear-gradient(top, #98332b 0%,#B70000 100%);
    background: linear-gradient(to bottom, #98332b 0%,#B70000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c98332b00', endColorstr='#b70000',GradientType=0 );
}

#ul-quicklinks-new li > div > a.quicklink-julkalender:hover {
    background-color: #98332b !important;
    background: #98332b !important;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}


#ul-quicklinks-new li > div > a.quicklink-julshoppen {
    background-color: #98332b;
    background: #98332b;
    background: -moz-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(183,0,0,1) 100%);
    background: -webkit-linear-gradient(top, #98332b 0%,#B70000 100%);
    background: linear-gradient(to bottom, #98332b 0%,#B70000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c98332b00', endColorstr='#b70000',GradientType=0 );
}

#ul-quicklinks-new li > div > a.quicklink-julshoppen:hover {
    background-color: #98332b !important;
    background: #98332b !important;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

#ul-quicklinks-new li > div > a.quicklink-black-friday {
    background-color: #000;
    background: #000;
}

#ul-quicklinks-new li > div > a.quicklink-black-friday:hover {
    background-color: #222;
    background: #222;
}

#ul-quicklinks-new li > div > a.quicklink-green-monday {
    background-color: #178a1f;
    background: #178a1f;
}

#ul-quicklinks-new li > div > a.quicklink-green-monday:hover {
    background-color: #238c2a;
    background: #238c2a;
}

#ul-quicklinks-new li > div > a.quicklink-singles-day {
    background-color: #fc2f51;
    background: #fc2f51;
}

#ul-quicklinks-new li > div > a.quicklink-singles-day:hover {
    background-color: #fc545b;
    background: #fc545b;
}

#ul-quicklinks-new li > div > a.quicklink-superweek {
    background-color: #fc2f51;
    background: #fc2f51;
}

#ul-quicklinks-new li > div > a.quicklink-superweek:hover {
    background-color: #fc545b;
    background: #fc545b;
}


.quick-bar {
	background:#888;
	text-align: center;
	padding:6px 0;
}

.quick-bar img {
	height:20px;
	width:20px;
	margin-bottom: 1px;
}

.quick-bar img:first-of-type {
	margin-left:10px;
}

.quick-bar p {
	font-size:16px;
}

.quick-bar a {
	color:#fff;
}




/* Butiker Dropdown*/
div#QuickLinks #butiksDropdown {
	z-index: 999999999;
	position: absolute;
	left: 0; /* 50% */
	display: none;
	color:#fff;
	/*margin-left:-480px;*/
	width: 100%;
	background: #1b6ab3;
}

div#QuickLinks #butiksDropdown a {
	color:#eee;
}

div#QuickLinks #butiksDropdown a:hover {
	color:#fff;
}

div#QuickLinks #butiksDropdown_child {
	position: relative;
	left: 0;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 50px;
	background:#1F6DB5;
	background: rgba(27,107,181,0.97);
	top: 0;

}

div#QuickLinks #butiksDropdown_child #butiksCount {
	font-size: 24px;
	margin-top: 3px;
	margin-bottom: 20px;
}

div#QuickLinks #butiksDropdown_child .all_shops_btn {
	background-color: white;
	color: black;
	text-align: center;
	padding: 10px;
	width: 250px;
}

div#QuickLinks #butiksDropdown_child .all_shops_btn:hover {
	background-color: rgba(236,236,236,1);
	cursor: pointer;
}

div#QuickLinks #butiksDropdown_child #butik_table {
	width: 100%;
	margin: 0 auto;
	display: block;
	border:0;
	padding:0;
	margin-left: 30px;
}

div#QuickLinks #butiksDropdown_child #butik_table tr,
div#QuickLinks #butiksDropdown_child #butik_table tbody {
	width: 100%;
	display: block;
}

div#QuickLinks #butiksDropdown_child #butik_table td {
	vertical-align: top;
}


div#QuickLinks #butiksDropdown_child td {
	padding: 0 5px 0 20px;
	margin: 0;
	font-size: 12px;
	width: 33%;
	display: inline-block;
	text-align: left;
	border-right: 1px solid rgba(148, 181, 210, 0.44);
}

div#QuickLinks #butiksDropdown_child td .each-butik:nth-child(odd) {

}

div#QuickLinks #butiksDropdown_child td .each-butik:nth-child(even) {

}

div#QuickLinks #butiksDropdown_child .firstLetter {
	font-weight: bold;
	font-size: 20px;
	background: rgba(255,255,255,0.1);
	padding: 1px 19px;
	margin: 10px -4px 10px -19px;
	box-shadow: 0 6px 8px -4px rgba(0,0,0,0.1);
}

div#QuickLinks #butiksDropdown_child .endofLetter {
	padding-bottom: 10px;
}


.hs-alert {
	display:none;
}

div.onepager.hs-alert h3 {
	font-weight:bold;
}

.hs-alert .browser-icon {
	margin:0 auto;
	display:block;
}

.hs-alert .hs-alert-answer {
	display:inline-block;
	margin-bottom:5px;
	font-weight: bold;
	font-size:16px;
	color:#eee;
}

.hs-alert .hs-alert-answer:hover {
	color:#fff;
}

.hs-alert-answer.yes {
	background: rgb(88, 162, 106);
}

.hs-alert-answer.no {
	background:rgb(79, 174, 255);
}

.hs-alert-answer.big-no {
	background:rgb(200, 0, 0);
}

.hs-alert ul, .hs-alert p {
	line-height: 1.7;
	color: #666;
	font-size:16px;
}






/**
 * Env:  Smakis;
 */
div#QuickLinks.smakis {
	background: #fff;
	font-size: 14px !important;
	border-bottom: 2px solid #000;
}

div#QuickLinks.smakis {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
}


div#QuickLinks.smakis #ul-quicklinks-new li {
	border: 0;
	margin: 0;
	padding: 0;
	float: right;
}

div#QuickLinks.smakis #ul-quicklinks-new li:first-of-type {
	margin-right: 20px;
	float: left;
}


div#QuickLinks.smakis #ul-quicklinks-new li > div > a {
	color: #111;
	padding: 30px 20px;
	font-size: 16px !important;
}

div#QuickLinks.smakis #ul-quicklinks-new li:first-of-type > div > a {
	background: inherit !important;
	padding: 0;
	margin: 0
}

div#QuickLinks.smakis #ul-quicklinks-new li:first-of-type > div > a img {
	width: 120px;
	display: inline-block;
	position: relative;
	top: 16px;
}

div#QuickLinks.smakis #ul-quicklinks-new li > div > a.active {
	background: #faca21;
}

div#QuickLinks.smakis #ul-quicklinks-new li > div > a:hover {
	background: rgba(223, 222, 220, 0.68);
	color: #000;
}










/* for 980px or less */
@media screen and (max-width: 992px) {

	div#QuickLinks td {
		font-size: 12px;
		padding-left: 20px;
		padding-right: 20px;

	}

	div#QuickLinks #butiksDropdown_child {
		width: 740px;
	}

	div#QuickLinks #butiksDropdown_child #butik_table {
		width: 720px;
	}

	div#QuickLinks #butiksDropdown_child td {
		padding: 0;
		margin: 0;
		font-size: 11px;
	}

	div#QuickLinks .chevron {
		font-size: 8px;
		margin-left: 5px;
		margin-top: 4px;
	}

	#ul-quicklinks li > div > a .glyphicon {
		left: 126px;
		top: 11px;
	}




}

/* for 700px or less */
@media screen and (max-width: 768px) {


	div#QuickLinks td {
		font-size: 11px;
		padding-left: 10px;
		padding-right: 10px;

	}

	div#QuickLinks .chevron {
		font-size: 7px;
		margin-left: 3px;
		margin-top: 2px;
	}

	div#QuickLinks {
		display:none;
	}

}


/* for 480px or less */
@media screen and (max-width: 480px) {


	div#QuickLinks td {
		font-size: 10px;
		padding-left: 12px;
		padding-right: 12px;

	}

	div#QuickLinks td.less_priority {
		display: none;
	}

	div#QuickLinks .chevron {
		font-size: 7px;
		margin-left: 2px;
		margin-top: 2px;
	}

}