

@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,700|Lora');

/*
font-family: 'Lato', sans-serif;
font-family: 'Lora', sans-serif;
*/


html{
	-webkit-text-size-adjust: none;
	height:100%;
}
body{
	-webkit-text-size-adjust: none;
	margin:0px;
	padding:0px;
	background-color:#fff;
	color:#333;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 300;
	font-size:18px;
	height:100%;
    box-sizing: border-box;
}

h1{
	font-size:30px;
	line-height: 35px;
	font-weight:300;
	margin:0px 0px 11px 0px;
	letter-spacing: 0.01em;
}

h2{
	font-size:25px;
	line-height: 29px;
	font-weight:300;
	margin:0px 0px 11px 0px;
	letter-spacing: 0.01em;
}
div.main-text.artist h2{
	margin:0px 0px 0px 0px;
}
h2.large{
	font-size:30px;
	line-height: 35px;
	font-weight:300;
	margin:0px 0px -10px 0px;
	letter-spacing: 0.01em;
}
h3{
	font-size:21px;
	line-height: 25px;
	font-weight:400;
	margin:0px 0px 11px 0px;
	letter-spacing: 0.01em;
}
h3.mt{
	margin-top:10px;
}
h4{
	font-size:18px;
	line-height: 24px;
	font-weight:400;
	margin:0px 0px 11px 0px;
	letter-spacing: 0.01em;
}
p{
	font-size: 18px;
	line-height:24px;
	margin:0px 0px 15px 0px;
	letter-spacing: 0.01em;
}
p.h3{
	font-size:21px;
	line-height: 25px;
	font-weight:400;
	margin:0px 0px 11px 0px;
	letter-spacing: 0.01em;
}
p.h3.mt{
	margin-top:10px;
}
b, strong{
	font-weight: 700;
}
ul, ol{
	font-size: 1em;
	margin:-10px 0px 0.81em 0px;
	padding:0px 0px 0px 40px;
}
li{
	margin:0px 0px 0px 0px;
}
form{
	width:100%;
	margin:0px 0px 0px 0px;
	box-sizing: border-box;
}

table{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	table-layout: fixed;
	width: 100%;
	border-spacing: 0px;
}
tr, td{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
td{
	padding:0px 10px 10px 0px;
	vertical-align: top;
}


br.notmax{
	display: none;
}

br.utst-mobile{
	display: none;
}

div, h1, h2, h3, h4, p{
	box-sizing: border-box;
}

a{
	color:#333;
	text-decoration:underline;
}
a:hover{

}

a.nound{
	text-decoration:none;
}
a.nound:hover{
	text-decoration:underline;
}

.clfl{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}

img{
	border:none;
	vertical-align: bottom;
	max-width: 100%;
}

p.formmeddelande{
	color:#000;
	background-color:#daefda;
	border:1px solid #408940;
	padding:10px;
	
}
p.formfelmeddelande{
	color:#000;
	background-color:#FFAAAC;
	border:1px solid #de0000;
	padding:10px;
	font-weight:400;
}
p.forminfomeddelande{
    color:#000;
    background-color:#fbf1c2;
    border:1px solid #d5b622;
    padding:10px;
    font-weight:400;
}

textarea, input, textarea, select{
	font-family: 'Lato', Arial, sans-serif;
	font-size:16px;
	color:#000;
	display: block;
	box-sizing: border-box;
}
select{
	cursor: pointer;
}

input.cb{
	cursor: pointer;
}

input.tfield, textarea.tfield, select.tfield, input.subbutton{
	width:auto;
	margin:0px;
	padding:3px 5px 4px 5px;
	font-weight: 300;
	height: 36px;
}
textarea.tfield{
	height: auto;
}
textarea.tfield.chkout{
	width: 100%;
}
select.tfield{
	width:190px;
	max-width: 100%;
}
input.tfield.amount{
	width:55px;
	text-align: center;
}
input.tfield.chkout{
	width:200px;
}

div.info-l.rabkod{
	float: left;
    padding-top: 0px;
    margin-right: 10px;
    width: 140px;
}
div.info-r.rabkod{
	float: left;
	width: 125px;
}
input.tfield.chkout.rabkod{
	width:100%;
}
div.rabkod-info{
	display: none;
	color:#f00;
}



input.sfield{
	float:left;
	width:85%;

	font-size: 13px;
	line-height: 16px;
	padding:3px 5px 3px 8px;
	height:34px;
	border:1px solid #777;
	border-right:0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

input.sbut{
	float:left;
	width:15%;

	padding:4px 5px 2px 5px;
	height:34px;
	background-color: #777;
	background-image: url(/im/mag-icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50%;
	cursor: pointer;
	border:1px solid #777;
	border-left:0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

div.mobile-menu, div.mobile-head{
	display:none;
}

 
div.onlymob{
	display: none;
}

div.container{
	padding:0px 0px 0px 0px;
	min-height: 100%;
	background-color: #edeaee;
}
div.cont-inner{
	width:1092px;
	margin:0 auto;
}
div.cont-inner.slider{
	
	max-width: 100%;
	margin:0 auto;
}
div.cont-inner.withmen{
	padding:0px 56px 0px 55px;
}
div.cont-inner.withmen.topPadd{
	padding-top: 46px;
}



div.header{
	height:192px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color: #f8fbfd;
	border-bottom:2px solid #333;
	font-size: 22px;
	line-height: 22px;
}

div.header div.toplinks{
	height: 38px;
	padding-top:10px;
}
div.header div.toplinks.l{
	float:left;
	padding-left: 9px;
	width:50%;
	width: calc(100% - 289px);
}
div.header div.toplinks.r{
	float:right;
	width:289px;
	padding-right: 10px;
	padding-top: 0px;
	text-align: right;
}
div.header div.toplinks a{
	display: block;
	float: right;
	font-size: 14px;
	line-height: 14px;
	padding:1px 22px 1px 0px;
	margin-right: 21px;
	color:#333;
	border-right:1px solid #939494;
	text-decoration: none;
	box-sizing:border-box;
}
div.header div.toplinks.l a{
	float: left;
	padding:1px 0px 1px 22px;
	margin-right: 0px;
	margin-left: 21px;
	border-right:none;
	border-left:1px solid #939494;
}
div.header div.toplinks.l a.f{
	padding:1px 0px 1px 0px;
	margin-left: 0px;
	border-left:none;
}
div.header div.toplinks a:hover, div.header div.toplinks a.m{
	text-decoration: underline;
}

div.header div.toplinks a.medlem{
	padding-right:36px;
	margin-right: 0px;
	border-right: none;
	background-image: url(/im/medlem-bg.png);
	background-position: right center;
	background-repeat: no-repeat;
}

div.header div.toplinks a.greenBox{
	display: block;
	float: none;
	background-color: #468136;
	width: 100%;
	text-align: right;
	padding:11px 41px 0px 0px;
	margin:0px 0px 0px 0px;
	height: 37px;
	font-size: 14px;
	font-weight: 400;
	color:#fff;
	text-decoration: none;
	background-image: url(/im/medlem-bg-2.png);
	background-position: right top;
	background-repeat: no-repeat;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
div.header div.toplinks a.greenBox.new{
	display: inline-block;
	width: auto;
	padding-left: 15px;
}

div.header div.htop-l{
	float:left;
	width:40%;
	padding:0px;
}
div.header div.htop-r{
	float:right;
	width:60%;
	padding-top:0px;
}
div.header div.htop-r.n{
	padding-top:14px;
}

div.header div.main-menu{
	padding-top:35px;
}
div.header div.main-menu a{
	display: block;
	float: left;
	font-family: 'Lora', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 17px;
	color:#333;
	text-decoration: none;
	margin-left:48px;
	padding:0px 3px 3px 2px;
}
div.header div.main-menu a:hover, div.header div.main-menu a.m{
	color:#1974b4;
	border-bottom: 2px solid #1974b4;
}

div.header div.main-menu a.f{
	margin-left: 8px;
}


div.logo{

}


div.body{
	padding-bottom:90px;
	background-color: #fff;
}
div.l-menu{
	float:left;
	width:29%;
	padding-top:46px;
}


div.search-cont{
	float: right;
	width: 100%;
	max-width: 240px;
	padding:0px 9px 0px 0px;
}

div.checkbut-outer{

}
div.checkbut-inner{
	position: relative;
	margin-right: 10px;
}
a.checkbut{
	position: absolute;
	display: block;
	font-size: 20px;
	line-height: 20px;
	color:#fff;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 300;
	text-decoration: none;
	background-color: #468136;
	width: auto;
	height: 34px;
	padding:6px 12px 0px 48px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	margin-top:56px;
	background-image: url(/im/kv-ikon.png);
	background-position: left center;
	background-repeat: no-repeat;
	right: 0px;
}
a.checkbut.n{
	margin-top:42px;
}




div.cats-cont{
	width:85%;
	border:1px solid #bfbfbf;
}
div.cats-cont.sec{
	margin-top:46px;
}
div.cats-h{
	width:100%;
	padding:14px 0px 15px 13px;
	background-color: #eff0f0;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
}
div.cats-cont a{
	width:100%;
	padding:11px 20px 12px 13px;
	display: block;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	background-image: url(/im/arr-right.png);
	background-position: right center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
div.cats-cont a:hover, div.cats-cont a.m{
	background-color: #eff0f0;
	text-decoration: underline;
}


div.cats-cont.green{
	border:none;
}
div.cats-cont.green div.cats-h{
	background-color: #528f10;
	color:#fff;
	border-bottom: 1px solid #a9c788;
}
div.cats-cont.green a{
	background-color: #528f10;
	color:#fff;
	background-image: url(/im/arr-right-white.png);
}
div.cats-cont.green a:hover, div.cats-cont.green a.m{
	background-color: #edeaee;
	color:#333;
	background-image: url(/im/arr-right.png);
	text-decoration: none;
}


div.main{
	float:left;
	width:71%;
	padding-top:28px;
}
div.main.full{
	width:100%;
}
div.main.fuller{
	width:calc(100% + 20px);
}

div.main.nopadd{
	padding-top:0px;
}

div.main-text{
	padding:49px 56px 56px 55px;
}
div.main-text.startpage{
	padding-top:98px;
}

div.main-text.notop{
	padding-top:10px;
}
div.main-text.withmen{
	padding:10px 0px 30px 0px;
}



div.footer{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color: #eff0f0;
	font-size: 16px;
}
div.cont-inner.foot{

}
div.fcol-1{
	float:left;
	width:261px;
	padding:26px 0px 7.8% 0px;
}
div.fcol-2{
	float:left;
	width:217px;
	padding:28px 0px 7.8% 0px;
}
div.fcol-4{
	float:left;
	width:210px;
	padding:28px 0px 7.8% 0px;
}
div.fcol-3{
	float:right;
	width:170px;
	text-align: right;
	padding:28px 0px 7.8% 0px;
}
div.footer p{
	font-size: 16px;
	line-height: 20px;
	margin-bottom:8px;
}
div.footer div.fcol-1 p{
	line-height: 24px;
}
div.footer div.fcol-3 p{
	font-size: 14px;
	line-height: 19px;
}
div.footer div.fcol-3 a{
	text-decoration: none;
}
div.footer div.fcol-3 a:hover{
	text-decoration: underline;
}

div.soc-ic{
	float:left;
	width: 46px;
	margin-top:8px;
}

div.prod-l{
	float:left;
	width: 60%;
	padding-right: 5%;
}
div.prod-r{
	float:right;
	width: 40%;
}

div.prod-u{
	padding-top:20px;
	width: 100%;
}
div.prod-u strong{
	font-weight: 400;
}



div.img-big{
	text-align: center;
	margin-top:4px;
}
div.img-big a, div.img-big img{
	outline: 0;
}
a.BigImg{
	display: block;
	position: relative;
}
a.BigImg img.bi{
	width: 100%;
	height: auto;
}
a.BigImg.inv{
	display: none;
}
a.BigImg img.zoomImg{
	display: none;
	position: absolute;
	left:50%;
	top:50%;
	margin-left: -28px;
	margin-top: -28px;
}
a.BigImg:hover img.zoomImg{
	display: block;
}

a.BigImg.hori{
	text-align: left;
}
a.BigImg.hori img.bi{
	width: auto;
	max-height: 1000px;
}

div.thumbs{
	
}
a.th{
	display: block;
	box-sizing: border-box;
	float:left;
	width:30%;
	margin-left:5%;
	margin-top:5%;
	min-height: 60px;
	cursor: pointer;
	outline: 0;
}
a.th.f{
	margin-left:0%;
}
a.th img{
	display: block;
	margin:0 auto;
	height: auto;
}

div.prodtable-cont{

}
.checktable{
	display: table;
	padding: 0px;
    margin: 0px;
    width: 100%;
    border: 1px solid #ccc;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 0px;
    table-layout: fixed;
}
.checktable.total{
	-webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #ccc;
}

.checktr{
	display: table-row;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.checktd{
	display: table-cell;
	border-top: 1px solid #ccc;
    padding: 20px 10px 20px 10px;
    vertical-align: top;
    text-align: left;
    word-wrap: break-word;
    white-space: normal;
}
.checktd img{
	display: block;
}
.checktr.head .checktd{
    border-top: none;
    background-color: #f6f6f6;
    font-weight: 400;
}
.checktd label{
	display: none;
}

.checktd.ben{
	text-align: left;
}
.checktd.pris{
	width:120px;
	text-align: right;
}
.checktd.ant{
	width:120px;
	padding-left:40px;
	text-align: left;
}
.checktd.sum{
	width:140px;
	text-align: right;
}
.checktd.rem, .checktd.rem-tot{
	width:60px;
	text-align: right;
}
.checktd.rem-tot{
	border-top:none;
}

.checktd.str{
	font-weight: 400;
	width: auto;
    text-align: right;
    border-top:none;
}
.checktd.tot{
	font-weight: 400;
    width: 140px;
    text-align: right;
    border-top:none;
}
.checktd.str span, .checktd.tot span{
	font-weight: 300;
	font-size: 0.8em;
}

span.ordPris{
	font-size: 12px;
	font-style: italic;
	margin-top: -5px;
}

div.caminus{
	float: left;
	padding-right: 5px;
	padding-top:3px;
	cursor: pointer;
	width:21px;
}
div.caam{
	float: left;
}
div.caplus{
	float: left;
	padding-left: 5px;
	padding-top:3px;
	cursor: pointer;
}
div.carem{
	padding-top:3px;
	cursor: pointer;
}

br.checkbr{
	display: none;
}



div.contact-l{
	float:left;
	width: 40%;
}
div.contact-r{
	float:right;
	width: 60%;
}




div.bildspel{

}
div.bildspel.caro{
	height: 449px;
	overflow: hidden;
}
div.bildspel.slickSliderMob{
	display: none;
}

div.img-caption{
	padding-top:6px;
	height:54px;
	width:100%;
	background-image: url(/im/img-caption-bg.png);
	background-repeat: repeat;
	position: absolute;
	margin-top:-54px;
	text-align: center;
	font-size: 17px;
	line-height: 20px;
}
div.img-caption strong{
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
}



.arrow-left{
	display:block;position:absolute;
	background-image: url(/im/arrow-left.png);
	width:83px;
	height:127px;
	margin-top:-91px;
}
.arrow-right{
	display:block;position:absolute;
	background-image: url(/im/arrow-right.png);
	width:83px;
	height:127px;
	margin-top:-91px;
}


div.s-box{
	position: relative;
	float: left;
	width:29.6%;
	margin-top:36px;
	letter-spacing: 0.01em;
	margin-left: 5.6%;
	cursor: pointer;
}
div.s-box.f{
	margin-left: 0%;
}
div.s-box.l{
	float: right;
	margin-left: 0%;
}
div.s-cap{
	padding-top:11px;
	height:47px;
	width:100%;
	background-image: url(/im/img-caption-bg.png);
	background-repeat: repeat;
	position: absolute;
	margin-top:-47px;
	text-align: center;
	font-size: 21px;
	line-height: 24px;
}

div.avgr{
	width:100%;
	height:2px;
	line-height: 2px;
	font-size: 2px;
	background-color: #e5e5e5;
}


a.prod-small{
	display: block;
	position: relative;
	float:left;
	width:22.7%;
	margin-left:3.1%;
	border:1px solid #bfbfbf;
	padding:15px 15px 12px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top:31px;
	font-size: 14px;
	cursor: pointer;
	box-sizing: border-box;
	text-decoration: none;
}
a.prod-small.f{
	margin-left:0%;
}
a.prod-small.l{
	float:right;
	margin-left:0%;
}
a.prod-small div.img{
	text-align: center;
}
a.prod-small div.img img{
	height: auto;
}
a.prod-small div.txt{
	padding:5px 0px 0px 3px;
	line-height: 20px;
	word-wrap: break-word;
}


div.imgtbl{
	display: table;
	padding: 0px;
    margin: 0px;
    width: 100%;
    border: none;
    table-layout: fixed;
}
div.imgtr{
	display: table-row;
}
div.imgtd{
	display: table-cell;
	vertical-align: middle;
}
div.imgtd img{
	height: auto;
}



div.tbltbl{
	display: table;
    border: none;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0px;
    table-layout: fixed;
}
div.tbltr{
	display: table-row;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
div.tbltd{
	display: table-cell;
    padding: 0px 10px 10px 0px;
    vertical-align: top;
}


br.on820, br.mobmid{
	display: none;
}

div.show-more{
	margin-top:13px;
}
div.show-more a{
	display: block;
	float: right;
	font-size: 20px;
	text-decoration: none;
	border-bottom: 1px solid #333;
}


figure.image{
	display: inline-block;
	margin:0px;
	padding:10px 10px 10px 10px;
	max-width: 100%;
	font-size: 0.9em;
	background-color: #eff0f0;
	text-align: center;
	outline: 0;
}
figure.image img{
	margin-bottom:6px;
	display: block;
	vertical-align: bottom;
}
figure.image a, figure.image img{
	outline: 0;
}
figure.image figcaption{
	display: inline-block;
	word-break: break-all;
}



div.caption{
	display: inline-block;
	float: left;
	margin-right:25px;
	padding:10px 10px 10px 10px;
	max-width: 200px;
	font-size: 0.9em;
	background-color: #eff0f0;
	text-align: center;
	outline: 0;
}
div.caption img{
	margin-bottom:6px;
	height: auto;
}
div.caption a, div.caption img{
	outline: 0;
}




div.img-big a, div.img-big img{
	outline: 0;
}

div.bread-crumbs{
	margin:4px 0px 20px 0px;
	font-size: 14px;
	color:#666;
}
div.bread-crumbs a{
	color:#666;
	text-decoration: none;
}
div.bread-crumbs a:hover{
	text-decoration: underline;
}

div.main-text.prod h1{
	margin:0px 0px 21px 0px;
}

p.price{
	font-size: 1.2em;
	font-weight: 400;
}
p.price.var{
	font-size: 1.4em;
	font-weight: 400;
	margin-top:15px;
	margin-bottom:10px;
}
p.withOrdP{
	line-height: 19px;
}

div.prod-amount{
	float:left;
}
div.buybut-cont{
	float:left;
	padding-left:15px;
}
span.buybut, a.buybut, a.greenbut{
	display: block;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 20px;
	color:#fff;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 300;
	background-color: #468136;
	border: 1px solid #468136;
	width: 120px;
	height: 36px;
	padding:7px 0px 0px 0px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
}
span.buybut.added{
	background-image: url(/im/check.png);
	background-position: 9px 6px;
	background-repeat: no-repeat;
	padding:6px 0px 0px 20px;
	background-color: #fff;
	color: #468136;
}

a.greenbut{
	width: auto;
}

div.ship-group{
	float:left;
	margin-right: 25px;
	padding: 15px 25px 12px 5px;
	border:1px solid #fff;
}
div.ship-group.l{
	margin-right: 0px;
}

div.ship-group:hover, div.ship-group.m{
	border:1px solid #ddd;
	background-color: #f6f6f6;
}


div.ship-group.payment{
	padding: 15px 25px 0px 5px;
	height: 78px;
	cursor: pointer;
}



div.ship-opt{
	margin-top:25px;
	width:100%;
}
div.pay-opt{
	margin-top:25px;
	width:100%;
}


div.info-cont{
	margin-top:25px;
}
div.info-cont.swish{
	margin-top:50px;
}
div.info-cont.terms{
	margin-top:5px;
}
div.info-cont.complete{
	margin-top:20px;
}
div.info-cont.termsCheck{
	margin-top:50px;
}
div.termsCheck{
	display: none;
}

div.paym-l{
	float:left;
	width:50px;
	padding-left:10px;
	padding-top:7px;
	margin-bottom:10px;
}
div.paym-l.villk{
	padding-top:14px;
}
div.paym-r{
	float:left;
	padding-top:0px;
	margin-bottom:0px;
}


div.pay-opt div.paym-l.f{
	padding-top:13px;
}


div.pay-opt div.paym-l.klarna{
	padding-top:13px;
}
div.pay-opt div.paym-r.klarna{
	padding-top: 7px;
}

div.pay-opt div.paym-l.swish{
	padding-top:13px;
}
div.pay-opt div.paym-r.swish{
	
}


div.paym-method{
	margin-top: 0px;
	cursor: pointer;
}
div.paym-method.f{
	margin-top: 0px;
}
div.paym-method div.paym-l, div.paym-method div.paym-r{
	margin-bottom: 0px;
}


div.paym-r.txtett{
	padding-top:5px;
}
div.paym-r.txt{
	padding-top:12px;
}

div.paym-r label{
	display: block;
	cursor: pointer;
}


div.info-l{
	float:left;
	width:140px;
	padding-top:4px;
	margin-bottom:10px;
}
div.info-l.s{
	width:110px;
}
div.info-r{
	float:left;
	width:250px;
	margin-bottom:10px;
	word-break: break-all;
}
div.info-r.txt{
	padding-top:4px;
}

br.midbr{
	display:none;
}

div.sendOrderBut{
	display: block;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 20px;
	color:#fff;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
	background-color: #468136;
	border:1px solid #468136;
	width: auto;
	width: 180px;
	height: 45px;
	padding:10px 0px 0px 0px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}


div.sendOrderLoad{
	display: block;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 20px;
	color:#fff;
	background-color: #a6c9a7;
	border:1px solid #a6c9a7;
	width: auto;
	width: 180px;
	height: 45px;
	padding:0px 0px 0px 0px;
	background-image: url(/im/spinner-4.gif);
	background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.6;
	cursor: default;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	display: none;
}

div.error-info-box{
	margin-top: 5px;
    padding: 10px 10px 10px 15px;
    color: #000;
    font-weight: 300;
    background-color: #FFAAAC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}

div.normBut{
	display: block;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 18px;
	color:#fff;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 300;
	background-color: #468136;
	border:1px solid #468136;
	width: auto;
	width: 120px;
	height: 35px;
	padding:6px 0px 0px 0px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

div.cookie-info{
	position: fixed;
	bottom:0px;
	width:100%;
	background-color: #ddd;
	z-index: 9998;
	text-align: center;
	padding: 25px 10px 18px 10px;
	font-size: 16px;
}

div.cookie-info div{
	display:inline-block;
	margin-right: 20px;
	width:140px;
}
div.cookie-info span{
	display: block;
	margin-bottom: 20px;
}


div.erbj-cont-outer{
	position: fixed;
	height: 100%;
	width:100%;
	left:0px;
	top:0px;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
}
div.erbj-cont{
	position: relative;
	width:510px;
	margin:0 auto;
	top:50%;
	height: 306px;
	margin-top:-153px;
	padding:40px 0px 0px 40px;
	background-color: #00ca64;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}


div.erbj-cont.utstrab{
	height: 325px;
    margin-top: -162px;
}
div.erbj-cont p.utstrab{
	margin:0px 0px 10px 0px;
}
div.erbj-cont p span.utstrab{
	font-size: 16px;
	font-weight: 400;
	margin:10px 0px 0px 0px;
}


div.erbj-cont p{
	font-size: 28px;
	line-height: 30px;
	color:#fff;
	margin:0px 0px 25px 0px;
	font-weight: 700;
}
div.erbj-cont span{
	font-size: 14px;
	color:#fff;
	margin:15px 0px 0px 0px;
}
div.erbj-cont input.tfield{
	display: inline-block;
	border: none;
	background-color: #d0eadd;
	padding-left:10px;
	width: 250px;
}
div.erbj-cont input.tfield.epost{
	margin-bottom: 10px;
}
div.erbj-cont input.tfield.subm{
	background-color: #fff;
	width:100px;
	padding-left:0px;
	text-align: center;
	margin-left:10px;
	cursor: pointer;
}

div.erbj-cont div.villk-l{
	float:left;
	width:30px;
	padding-top:3px;
	margin-top:15px;
}
div.erbj-cont div.villk-r{
	float:left;
	width:370px;
	margin-top:15px;
}
div.erbj-cont img{
	position: absolute;
	right:8px;
	top:6px;
	cursor: pointer;	
}

div.erbj-cont div#erbErrid, div.erbj-cont div#erbErrid-2, div.erbj-cont div#erbErrid-3{
	display: none;
}

div.klarna-logo{
	padding-top:15px;
	padding-left:2px;
}
div.klarna-cont{
	
}
div.klarna-cont-checkout{
	max-width:640px;
	margin-top:25px;
	margin-left:-10px;
}
div.klarna-desc{
	max-width: 640px;
	margin: 0 auto;
}
div.klarna-cont-done{
	max-width: 640px;
}

div.klarna-desc.forts{
	text-align: center;
	font-size: 26px;
}
div.klarna-desc.forts a{
	text-decoration: none;
	border-bottom: 1px solid #333;
}


div.topArt-cont{
	height: 449px;
}
a.topArt{
	display: block;
	position: relative;
	float: left;
	width: 30%;
	width: calc(33.33% - 14px);
	margin-left: 21px;
	text-decoration: none;
}
div.topArtBg{
	width: 100%;
	height: 449px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
a.topArt.f{
	margin-left: 0px;
}
a.topArt img{
	display: none;
}



div.topArtCap{
	padding-top:6px;
	height:54px;
	width:100%;
	background-image: url(/im/img-caption-bg.png);
	background-repeat: repeat;
	position: absolute;
	text-align: center;
	font-size: 17px;
	line-height: 20px;
	bottom: 0px;
}
div.topArtCap strong{
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
}

div.my-tiny-slider div.topArtCap{
	padding-right: 20px;
}

div.my-tiny-slider{
	width: 100%;
	margin-left: 0px;
	height: 449px;
}
div.my-tiny-slider a.topArt{
	margin-left: 0px;
	width: 33.33%;
}

div.my-tiny-slider a.topArt div.topArtInner{
	padding-left: 0px;
	padding-right: 0px;
}
div.my-tiny-slider div.topArtBg{
	position: relative;
	background-color: #f8fbfd;
}
div.my-tiny-slider div.topArtBg.hori img{
	display: block;
	height: 100%;
	max-width: none;
	position: absolute;
	transform:translateX(-50%);
	left: 50%;
}
div.my-tiny-slider div.topArtBg.vert img{
	display: block;
	width:100%;
	max-width: none;
	position: absolute;
	transform:translateY(-50%);
	top: 50%;
}

div#my-tiny-controls{
	position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
div#my-tiny-controls button{
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 222px;
    margin-top: 2px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1000;
}
button.tinyPrev{
	left: 25px;
}
button.tinyNext{
	right: 25px;
}
button.tinyPrev:before {
	display: block;
   	content: '';
   	font-size: 40px;
   	line-height: 40px;
    width: 40px;
    height: 40px;
    background-image: url(/im/arr-left-slider.png);
    opacity: 0.75;
}
button.tinyNext:before {
	display: block;
   	content: '';
   	font-size: 40px;
   	line-height: 40px;
    width: 40px;
    height: 40px;
    background-image: url(/im/arr-right-slider.png);
    opacity: 0.75;
}
button.tinyPrev:hover:before, button.tinyNext:hover:before{
	opacity: 1;
}


div.startMainTextCont{
	margin-bottom: 40px;
}

p.startMainImg{
	float: left;
	margin-right:45px;
	width: 300px;
}
div.startMainText{
	float: left;
	width: 50%;
	width: calc(100% - 345px);
}

p.gl {
    text-align: left;
    margin-top: 15px;
}

div.glomt-losen-c {
	max-width: 450px;
    display: none;
    padding: 20px 25px 20px 25px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f5f5f5;
}

div.loadAni {
    display: none;
    margin-top: 0px;
}

div.errInfo {
    display: none;
    color: #000;
    background-color: #FFAAAC;
    border: 1px solid #de0000;
    padding: 10px 10px 10px 10px;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
    margin-bottom: 7px;
    word-break: normal;
}

div.ramval-cont{
	cursor: pointer;
}
div.ramval-cont label{
	cursor: pointer;
}
div.ramval-l{
	float:left;
	width: 30px;
	padding-top:3px;
	padding-bottom:15px;
}
div.ramval-r{
	float:left;
	width: calc(100% - 30px);
	padding-bottom:15px;
}

div.ramval-r strong{
	font-weight:400;
}
div.ramval-r span{
	font-size: 14px;
}
div.ramval-r label{
    cursor: pointer;
}

span.radioBut{
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #a9a9a9;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}
span.radioBut.checked:after{
	content: '';
    display: block;
    position: absolute;
    top:2px;
    left: 2px;
    width: 11px;
    height: 11px;
    background-color: #468136;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

div.prodChoices, div.tillval-cont{
	margin-top:12px;
}

div.chkbxCont{
	cursor: pointer;
}
span.chkbx{
	display: inline-block;
	width:15px;
	height: 15px;
	border:1px solid #a9a9a9;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
span.chkbx.checked, span.chkbxLocked.checked{
	background-color: #468136;
	border:1px solid #468136;
	background-image: url(/im/chkbx-checked.png);
	background-position: left center;
	background-position: left 0px  top 1px;
	background-repeat: no-repeat;
}

span.prisStr{
	font-size: 16px;
}




div.cont-inner.utstallning{
	width:60%;
	max-width: 900px;
}
div.main-text.utstallning{
	padding-left: 0px;
	padding-right: 0px;
}
div.utstallning-cont{
	text-align: center;
}
div.utstallning-cont div.utst-brodtext{
	max-width: 800px;
	margin: 0 auto;
}
div.utst-datum{
	font-size: 16px;
	padding-bottom: 20px;
}
div.utstallning-c{
	padding-top: 25px;
	padding-bottom: 50px;
	text-align: left;
	width: 100%;
	margin: 0 auto;
}
div.utstallning-c div.utst-img{
	width: 100%;
	text-align: center;
}
div.utstallning-c div.utst-img img{
	width: 100%;
}
div.utstallning-c div.utst-txt{
	float: left;
	padding: 10px 10px 10px 10px;
	font-size: 20px;
	font-weight: 300;
	width: calc(100% - 130px);
}
div.utstallning-c div.utst-kop{
	float: right;
	padding: 16px 10px 10px 0px;
	width: 130px;
}
div.utstallning-c div.utst-txt div.utst-ben{
	font-weight: 400;
	margin-bottom: 5px;
}







div.cont-inner.utstallning-2{
	width:90%;
	max-width: 100%;
}

div.cont-inner.utstallning-2 div.utstallning-cont div.utst-brodtext{
	padding-bottom: 40px;
}

a.utstallning-c.half{
	display: block;
	position: relative;
	float: left;
	width: calc(calc(100% / 4) - 30px);
	margin-left: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 25px;
	margin-bottom: 50px;
	text-align: left;
	text-decoration: none;
	box-sizing:border-box;
}
a.utstallning-c.half.first{
	margin-left: 0px;
}
a.utstallning-c.half.second{
	
}
a.utstallning-c.half.third{

}
a.utstallning-c.half.fourth{
	float: right;
}

a.utstallning-c div.utst-img{
	width: 100%;
	text-align: center;
}
a.utstallning-c div.utst-txt{
	float: none;
	width: 100%;
	padding: 10px 10px 10px 10px;
	font-size: 18px;
	font-weight: 300;
}
a.utstallning-c div.utst-txt div.utst-ben{
	font-weight: 400;
	margin-bottom: 5px;
}
a.utstallning-c div.utst-img{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}
a.utstallning-c div.utst-img.var{
    background-position: center center;
}
a.utstallning-c div.utst-img:before{
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}
a.utstallning-c div.utst-img.staende:before{
	padding-bottom: 120%;
}
a.utstallning-c div.utst-img.liggande:before{
	padding-bottom: 80%;
}


div.sald-flagga{
	position: absolute;
	top: 25px;
	right: 0px;
	background-color: #468136;
	color:#fff;
	padding: 5px;
	width: 50px;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
}
div.sald-flagga.prodpage{
	font-size: 16px;
	padding: 8px;
	width: 80px;
}

div.salt-info{

}

div.sald-flagga.utstflagga{
	font-size: 16px;
	padding: 8px;
	width: 80px;
}


div.utstallning-info-cont{
	padding:100px 30px 120px 30px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	cursor: pointer;
}
div.utstallning-info-cont h1{
	color:#fff;
	font-weight: 700;
	font-size: 60px;
	line-height: 80px;
	text-shadow: 0px 0px 20px #000;
	margin-bottom: 33px;
}
div.utstallning-info-cont h2{
	color:#fff;
	font-weight: 700;
	font-size: 40px;
}
div.utstallning-info-cont p{
	color:#fff;
	font-weight: 400;
	font-size: 36px;
	line-height: 46px;
	text-shadow: 0px 0px 10px #000;
	margin-bottom: 15px;
}

div.utst-a-c{
	margin-top:57px;
}
a.white-but{
	display: inline-block;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 20px;
	color:#333;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
	background-color: #fff;
	
	background-color: rgba(0, 0, 0, 0.3);
	color:#fff;

	border:1px solid #fff;
	width: 220px;
	height: 46px;
	padding:11px 0px 0px 0px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;	
	text-shadow: none;
}

a.mer-konst{
	display: block;
	margin-top: 20px;
	padding:8px 28px 10px 8px;
	background-color: #eff0f0;
	text-align: center;
	font-weight: 400;
	text-decoration: none;
	font-size: 16px;
	background-image: url(/im/mer-konst.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-position: right 12px center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.mer-konst span{
	display: inline-block;
}
div#merKonstUnderId, div#merKonstId{
	display: none;
}
div#merKonstUnderId.show, div#merKonstId.show{
	display: block;
}
a.mer-konst.under{
	float: left;
	width: auto;
	margin-top: 0px;
	margin-bottom: 22px;
	padding:8px 38px 10px 18px;
}

div.klarna-payment-cont, div.swish-payment-cont{
	display: none;
}

div.swish-info{
	background-color: #ffd953;
	padding:10px 18px 10px 18px;
	border-radius: 5px;
}
div.swish-info h2{
	font-size: 20px;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
}
div.swish-info p{
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
}

div.store-info{
	padding:30px;
	border:1px solid #ddd;
	font-size: 14px;
	font-weight: 400;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
}
div.store-col{
	float: left;
	width: auto;
	padding-left: 120px;
}
div.store-col.f{
	padding-left: 0px;
}
div.store-col.l{
	padding-left: 0px;
	float: right;
}

div.store-h1{
	font-size: 20px;
	margin-bottom: 10px;
}
div.store-checks{
	color:#468136;
}
div.store-checks .fa-times-circle{
	color:#dc0000;
}
div.store-subinfo{
	margin-top: 10px;
}

div.scrollToProd{
	cursor: pointer;
}
.onlymidmob{
	display: none;
}

div#my-tiny-controls.hi{
	display: none;
}
div.my-tiny-slider a.topArt{
	width: calc(33.33% - 14px);
}
div.my-tiny-slider a.topArt.em{
	margin-right: 21px;
}
div.my-tiny-slider a.topArt.hi{
	display: none;
}
div.my-tiny-slider a.tns-item{
	display: inline-block;
}
div.my-tiny-slider a.tns-item div.topArtCap{
	width: calc(100% - 21px);
}

label.framelabel{
	display: none;
}
