
@font-face {
    font-family: BentonSansCondBold;
    src: url(/fonts/BentonSans-Cond-Bold.otf);
}

@font-face {
    font-family: BentonSansCondLight;
    src: url(/fonts/BentonSans-Cond-Light.otf);
}

body{
	margin:0px;
	padding:0px;
	background-color:#fff;
	color:#333;
	font-family:Arial, Verdana, sans-serif;
	font-size:13px;
}

h1{
	font-size:24px;
	font-weight:normal;
	margin:0px 0px 5px 0px;
	line-height:26px;
}
h2{
	font-size:20px;
	font-weight:normal;
	margin:0px 0px 5px 0px;
}
h2.ingr{
	font-size:13px;
	line-height:16px;
	margin:0px 0px 10px 0px;
	font-weight:bold;
}
h3{
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}
h3.st{
	font-size:24px;
	font-weight:normal;
	margin:0px 0px 5px 0px;
	line-height:26px;
}
h3.checkh3{
	margin:0px 0px 13px 0px;
}
h3.katknapp {
    margin-bottom: 4px;
    cursor: pointer;
    padding-left: 20px;
    background-image: url(/im/katplus.png?r=3);
    background-repeat: no-repeat;
    background-position: top left;
}

h3.katknapp {
    margin-bottom: 4px;
    cursor: pointer;
    padding-left: 20px;
    background-image: url(/im/katplus.png?r=3);
    background-repeat: no-repeat;
    background-position: top left;
}
h3.katknapp.oppen{
    background-image: url(/im/katminus.png);
}


h3.alt-rubrik{
	display: block;
    padding-left: 40px;
    width: 100px;
    padding-top: 8px;
    height: 23px;
    background-position: top left;
    background-repeat: no-repeat;
    cursor: pointer;
}
h3.alt-rubrik.bev{
    width: 220px;
}
h3.alt-rubrik.minus {
    background-image: url(/im/minus-tecken.gif);
}
h3.alt-rubrik.plus {
    background-image: url(/im/plus-tecken.gif);
}


div.utokat-cont-kn{
	display: block;
	margin:8px 0px 8px 0px;
    padding-left: 40px;
    width: auto;
    padding-top: 8px;
    height: 31px;
    background-position: top left;
    background-repeat: no-repeat;
    cursor: pointer;
}
div.utokat-cont-kn.minus {
    background-image: url(/im/minus-tecken.gif);
}
div.utokat-cont-kn.plus {
    background-image: url(/im/plus-tecken.gif);
}

div.utokat-cont{
    display: none;
    margin:0px 0px 8px 0px;
    padding-top:15px;
}



h4{
	font-size:13px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}
h5{
	font-size:13px;
	font-weight:bold;
	margin:0px 0px 3px 0px;
}

p{
	line-height:16px;
	margin:0px 0px 10px 0px;
}

div{
	box-sizing: border-box;
}

ul, form{
	margin:0px 0px 0px 0px;
}

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

a.fortshandla{
	font-size:1.4em;
}

.fl{
	float:left;
}
.fr{
	float:right;
}

.clfl{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}
.clfl.ef{
	display: none;
}
br.ehonly{
	display: none;
}

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

div.onlymobile{
	display: none;
}

img{
	border:none;
}

ul{
	padding:0px;
	padding-left:15px;
}
ul.pmarg{
	margin-bottom:10px;
}

input, select, option{
	box-sizing: border-box;
	margin:0px;
	padding:1px;
	font-size: 13px;
	font-family:Arial, Verdana, sans-serif;
}
select{
	padding-left:5px;
}
input[type="text"], input[type="password"], textarea, select{
	border:1px solid #ccc;
}
input.cart-amount{
	display: block;
	float:left;
	width:30px;
	height:29px;
	text-align: center;
}
input.info, select.info{
	height:29px;
}
input[type="checkbox"]{
	margin:0px;
	padding:0px;
	box-sizing: border-box;
	height:13px;
	width:13px;
	font-size: 10px;
	line-height: 10px;
	vertical-align: bottom;
	position: relative;
	top:-3px;
}


div.searchbox-cont input.info{
	float:left;
	height:35px;
	width:76%;
}
div.search-but{
	float:right;
	padding-top:10px;
	background-color: #3ca64b;
	color:#fff;
	cursor: pointer;
	height:35px;
	width:24%;
	text-align: center;
	border-left: 15px solid #fff;
}




label{
	cursor: pointer;
}

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



div.cont{
	/*
	width: 100%;
	min-width: 100%;
	*/
	width: 100%;
	min-width: 1000px;
}
div.inner-cont{
	margin:0 auto;
	max-width: 1000px;
	text-align: center;
}
div.inner-cont.rndprod{
	cursor: pointer;
}
div.inner-cont.rndprod a{
	text-decoration: none;
	color:#fff;
}



div.top-menu{
	height:34px;
	background-color: #708090;
}
div.top-menu a{
	box-sizing: border-box;
	display: inline-block;
	padding:10px 12px 0px 12px;
	height: 34px;
	font-size: 0.87em;
	text-decoration: none;
	background-image: none;
	color:#fff;
}
div.top-menu a:hover, div.top-menu a.m{
	background-color:#fff;
	color:#333;
}
div.top-menu a.ls{
	display: none;
}



div.top-menu-hor{
	height:34px;
	background-color: #708090;
	border-bottom:none;
}
div#header.fixed div.top-menu-hor{
	height:35px;
	background-color: #fff;
	border-bottom:1px solid #708090;
}
div.top-menu-hor a{
	box-sizing: border-box;
	display: block;
	float: left;
	padding:11px 14px 0px 14px;
	height: 34px;
	font-size: 11px;
	text-decoration: none;
	background-image: none;
	color:#fff;
	vertical-align: top;
}
div#header.fixed div.top-menu-hor a{
	color:#708090;
}
div.top-menu-hor a:hover, div.top-menu-hor a.m{
	background-color:#fff;
	color:#708090;
}
div#header.fixed div.top-menu-hor a:hover, div#header.fixed div.top-menu-hor a.m{
	background-color:#708090;
	color:#fff;
}
div.top-menu-hor a.imlink{
	padding:0px;
	margin-right: 30px;
	background-color: #fff;
}

div.top-menu-hor a#logo-small-top{display:none;}
div#header.fixed div.top-menu-hor a#logo-small-top{display:block;}
div.top-menu-hor a#home-top{display:block;}
div#header.fixed div.top-menu-hor a#home-top{display:none;}

div.head-men-cont{
	box-sizing: border-box;
	float: left;
	padding:11px 14px 0px 14px;
	height: 34px;
	font-size: 11px;
	color:#fff;
	cursor: pointer;
	background-image:url(/im/arr-down-white.png?r=334);
	background-position: right center;
	background-repeat: no-repeat;
}
div#header.fixed div.head-men-cont{
	color:#708090;
	background-image:url(/im/arr-down-grey.png?r=334);
}
div.head-men-cont.open{

}
div#header.fixed div.head-men-cont.open{

}

div.head-men-inner{
	display: none;
	position: absolute;
	width:200px;
	padding-top:10px;
	padding-bottom:10px;
	height:auto;
	margin-top:23px;
	border-top:none;
	border-bottom:1px solid #708090;
	border-left:1px solid #708090;
	border-right:1px solid #708090;
	background-color: #708090;
}
div#header.fixed div.head-men-inner{
	margin-top:24px;
	border-bottom:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
	background-color: #fff;
}
div.top-menu-hor div.head-men-inner a{
	float: none;
	text-align: left;
	padding:8px 0px 8px 10px;
	height: auto;
}
div.top-menu-hor div.head-men-inner a:hover{
	background-color: 
}


div.top-menu-hor a.check-but-top{
	box-sizing: border-box;
	display: block;
	float: right;
	padding:11px 17px 0px 35px;
	height: 34px;
	text-decoration: none;
	background-color: #708090;
	color:#fff;
	background-image: url(/im/cart-bg-2.png?r=1);
	background-position: 8px 50%;
	background-repeat: no-repeat;
	float: right;
}
div.top-menu-hor a.check-but-top.filled{
	color:#fff;
	background-color: #3ca64b;
}

div.top-menu-hor a.check-but-top.added, div.top-menu-hor a.check-but-top.filled.added{
	background-color: #708090;
}


div#header.fixed div.top-menu-hor a.check-but-top{
	background-color: #fff;
	color:#708090;
	background-image: url(/im/cart-bg-2-grey.png?r=2);
}
div#header.fixed div.top-menu-hor a.check-but-top.filled{
	color:#fff;
	background-color: #3ca64b;
	background-image: url(/im/cart-bg-2.png?r=2);
}
div#header.fixed div.top-menu-hor a.check-but-top.added, div#header.fixed div.top-menu-hor a.check-but-top.filled.added{
	background-color: #9be0a4;
}

div.logo-cont{
	width:100%;
	background-color: #fff;
}
div.logo{
	padding:3% 0% 3% 0%;
}
div.logo img{
	display: block;
	margin:0 auto;
}


div.product-menu{
	height:36px;
	background-image: url(/im/product-menu-bg.png?r=1);
	background-repeat:repeat-x;
	border-bottom:1px solid #fff;
	background-color: #000;
}
div.product-menu div.left-cat{
	float:left;
}
div.product-menu div.left-cat a{
	box-sizing: border-box;
	display: block;
	float: left;
	padding:9px 12px 0px 12px;
	height: 34px;
	font-size: 1em;
	text-decoration: none;
	background-image: none;
	color:#fff;
}
div.product-menu div.left-cat a:hover, div.product-menu div.left-cat a.m{
	background-color: #000;
	color:#fff;
}
div.product-menu div.left-check{
	float:left;
}
div.product-menu div.left-check span.prod-menu-but{
	position: relative;
	z-index: 985;
	box-sizing: border-box;
	display: block;
	float: left;
	margin-top:4px;
	padding:7px 17px 0px 39px;
	height: 27px;
	font-size: 1em;
	text-decoration: none;
	background-color: #666;
	background-image: url(/im/prod-menu-but-bg.png?r=1);
	background-position: 6px 50%;
	background-repeat: no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	color:#fff;
}
div.product-menu div.left-check span.prod-menu-but.marked{
	background-color: #fff;
	color:#333;
	background-image: url(/im/prod-menu-but-marked-bg.png?r=1);
	background-position: 9px 50%;
}

div.product-menu div.right-check{
	float:right;
}
div.product-menu div.right-check a.check-but, div.top-menu-hor a.check-but{
	box-sizing: border-box;
	display: block;
	float: right;
	margin-top:4px;
	padding:7px 17px 0px 35px;
	height: 27px;
	font-size: 1em;
	text-decoration: none;
	background-color: #3ca64b;
	color:#fff;
	background-image: url(/im/cart-bg-2.png?r=1);
	background-position: 8px 50%;
	background-repeat: no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div.top-menu-hor a.check-but{
	margin-left:32px;
	float: right;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
div.top-menu-hor a.check-but.added{
	background-color: #fff;
}






div.product-menu div.right-check a.cart-but{
	box-sizing: border-box;
	display: block;
	float: right;
	margin-right: 4px;
	padding:11px 11px 0px 47px;
	height: 35px;
	font-size: 1em;
	text-decoration: none;
	background-image: url(/im/cart-bg.png?r=1);
	background-position: 8px 6px;
	background-repeat: no-repeat;
}
div.product-menu div.right-check a.cart-but:hover, div.product-menu div.right-check a.cart-but.m{
	background-color: #000;
	color:#fff;
}


span#grArrId{
	display:none;
	position: absolute;
	margin-left:-72px;
	width:35px;
	height: 27px;
	background-image: url(/im/arrow-green.png);
	background-repeat: no-repeat;
	margin-top: -7px;
}





div#header{
	position: static;
	width: 100%;
	min-width:1000px;
}




div.wide-image img{
	width:100%;
	vertical-align: bottom;
}

div.main-cont{

}

div.content{
	float:right;
	width:100%;
	margin-top:2%;
}
div.content.right{
	width:68%;
}
div.content.full{
	float:none;
}

div.cml{
	display:none;
}
div.show-desktop{
	display: none;
}
div.show-desktop.resp{
	display: block;
}
div.footer-cont div.show-desktop div.col.three{
	margin-left:0%;
	margin-top:2%;
}
div.show-desktop a{
	font-size: 1.3em;
}

div.cat-menu-outer{
	float:left;
	position: static;
	width:28%;
	max-width: 300px;
	margin-top:2%;
	z-index: 980;
	background-color: #fff;
}
div.main-cont.info div.cat-menu-outer{
	display:none;
}
div.cat-menu{
	position: static;
	width:100%;
	max-width: 300px;
	color:#333;
	padding-left:0px;
	padding-right:0px;
	text-align: left;
	font-size: 1em;
	background-color: #fff;
	z-index: 980;


	display: block;
}

div.filter-marked{
	padding-top:15px;
	padding-bottom:15px;
}
div.filter-but{
	padding:10px;
	padding-bottom: 0px;
	width:100%;
	background-color: #3ca64b;
	color:#fff;
	cursor: pointer;
	height:35px;
}

div.cat-menu a{
	color:#333;
	text-decoration:none;
}
div.cat-menu a:hover, div.cat-menu a.m{
	text-decoration:underline;
}
div.cat-menu input{

}
div.cat-menu div.under{
}
div.cat-menu div.cat{
	width:100%;
	padding:0.2em 3% 0.2em 3%;
	border-bottom: 1px solid #dbdbdb;
}
div.cat-menu div.under div.cat{
	padding-left:10%;
}
div.cat-menu div.under div.under div.cat{
	padding-left:17%;
}
div.cat-menu div.under div.under div.under div.cat{
	padding-left:24%;
}
div.cat-menu div.under div.under div.under div.under div.cat{
	padding-left:31%;
}
div.cat-menu div.cat.head{
	background-color: #dbdbdb;
}

div.cat-menu div.cat.markerad{
	background-color: #eee;
}

div.cat-menu div.cat div.l{
	float:left;
	width:7%;
	padding-top:0.4em;
	padding-bottom:0em;
	font-size: 16px;
	line-height: 16px;
}
div.cat-menu div.cat div.m{
	float:left;
	width:83%;
	padding-top:0.5em;
	padding-bottom:0.6em;
	padding-left:0.3em;
}
div.cat-menu div.cat div.r{
	float:right;
	width:10%;
	padding-top:0.2em;
	padding-bottom:0em;
	font-size: 22px;
	line-height: 22px;

}
div.cat-menu div.cat div.m a{
	
}
div.cat-menu div.cat div.l div.checkb{
	background-image: url(/im/checkb.png?r=1);
	cursor:pointer;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
}
div.cat-menu div.cat div.l div.checkb.marked{
	background-image: url(/im/checkb-m.png?r=1);
}

div.cat-menu div.cat div.r div.oc{
	background-image: url(/im/plus.png?r=1);
	cursor:pointer;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
}
div.cat-menu div.cat div.r div.oc.open{
	background-image: url(/im/minus.png?r=1);
}


div.breadcrumbs{
	height:auto;
	background-color: #ddd;
	padding:0px;
	margin:0% 0px 0px 0px;
	background-image: url(/im/breadcrumbs-bg.png);
	background-position: left top;
	background-repeat: repeat;
}
div.breadcrumbs a, div.breadcrumbs span{
	float:left;
    box-sizing: border-box;
    display: block;
    padding: 11px 3% 0px 3%;
    height: 35px;
    font-size: 0.9em;
    color:#333;
    text-decoration: none;
	background-image: url(/im/b-arr.png);
	background-position: right center;
	background-repeat: no-repeat;
	border-right: 1px solid #fff;
}
div.breadcrumbs span{

	background-image: url(/im/bc-span.png);
	background-position: right 1px;
	background-repeat: repeat-x;
}





div.h2-cont{
	width:100%;
	height:44px;
	background-color: #000;
	color:#fff;
	padding:1px 1px 1px 2%;
	margin:3% 0px 0px 0px;
}
div.h2-cont.start{
	background-color: #fff;
	color:#333;
	border-bottom: 1px solid #333;
	padding-left: 0px;
}

div.h2-cont.one{
	margin:0% 0px 0px 0px;
}
div.h2-cont h2{
	box-sizing: border-box;
	display:block;
	float: left;
	height:42px;
	padding-top:10px;
	margin:0px;
}
div.h2-cont.start h2{
	float:none;
	text-align: left;
}

div.h2-cont a{
	box-sizing: border-box;
	display:block;
	float: right;
	height:42px;
	width:140px;
	margin:0px;
	padding:14px 0px 0px 22px;
	background-image: url(/im/h2-cont-a-bg.png?r=1);
	background-position: left top;
	color:#000;
	text-decoration: none;
}
div.h2-cont a.bsaljare{
	padding:7px 0px 0px 22px;
}


div.more-links{
	text-align: right;
	padding-top:7px;
	padding-right:40px;
}



div.prod-slider{
	margin-top:2%;
}
div.prod-slider.mobile{
	display: none;
}


div.prods-four-cont.catpage{
	margin-bottom:2%;
}

div.produkt-cont-outer{
	cursor:pointer;
	float:left;
	width:16%;
	height:204px;
	padding:0px;
	overflow: hidden;
	background-image: url(/im/produkt-cont-nat-bg.png?r=1);
	background-repeat: no-repeat;
	box-sizing: border-box;
	margin-bottom:0px;
	margin-left:3%;
	text-align: left;
	background-image: none;
    border:1px solid #ddd;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(120,120,120,0.7);
    -moz-box-shadow: 1px 1px 1px 0px rgba(120,120,120,0.7);
    box-shadow: 1px 1px 1px 0px rgba(140,140,140,0.7);
}
div.produkt-cont-outer.catpage{
	width:30.6%;
	margin-left:4%;
	margin-top:2%;
	height: auto;
}
div.produkt-cont-outer.related{
	height: auto;
}
div.produkt-cont-outer.indexpage{
	height: 224px;
}

div.produkt-cont-outer.catpage.checkrel div.tinfo{
	height: 115px;
}
div.produkt-cont-outer.catpage.checkrel{
	height: auto;
}

div.produkt-cont-outer.related, div.produkt-cont-outer.related.ett{
	width:100%;
	margin-left:0%;
	margin-top:6%;
}
div.produkt-cont-outer.catpage.ett{
	margin-left:0%;
}
div.produkt-cont-outer.catpage div.pr{
	height: 44px;
	padding-bottom:0px;
}
div.produkt-cont-outer.related div.pr{
	height: 46px;
}

div.produkt-cont-outer.ett{
	margin-left:5%;
}

div.produkt-cont-outer.indexpage div.ben{
	height: 52px;
	max-height: 52px;
	overflow: hidden;
}


div.produkt-cont-outer.catpage.lista{
	float:none;
	cursor:pointer;
	width:100%;
	height:auto;
	padding:0px;
	overflow: hidden;
	background-image: url(/im/produkt-cont-nat-bg.png?r=1);
	background-repeat: no-repeat;
	box-sizing: border-box;
	margin-bottom:0px;
	margin-left:0%;
	text-align: left;
	background-image: none;
    border:1px solid #ddd;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(120,120,120,0.7);
    -moz-box-shadow: 1px 1px 1px 0px rgba(120,120,120,0.7);
    box-shadow: 1px 1px 1px 0px rgba(140,140,140,0.7);
	margin-top:2%;
}
div.produkt-cont-outer.catpage.lista div.bild-cont{
	float:left;
	width: 30%;
}
div.produkt-cont-outer.catpage.lista div.tinfo{
	float:left;
	width: 70%;
	min-height: 119px;
}
div.produkt-cont-outer.catpage.lista div.tinfo div.ben{
	float:left;
	width: 70%;
	max-height: none;
}
div.produkt-cont-outer.catpage.lista div.tinfo div.ben p.listinfo{
	margin:7px 0px 0px 0px;
	font-weight: normal;
	font-style: italic;
}

div.produkt-cont-outer.catpage.lista div.tinfo div.pr{
	float:left;
	width: 30%;
	text-align: right;
	padding: 7px 7px 0px 10px;
}


div.produkt-cont-outer.catpage.category{
	height:236px;
}



div.produkt-cont-outer.catpage.category div.tinfo.bottom, div.produkt-cont-outer.catpage.category div.tinfo.bottom div.ben{
	height: 62px;
	min-height: 62px;
	max-height: 62px;
	background-repeat: repeat;
}
div.produkt-cont-outer.catpage.category div.tinfo.bottom div.ben{
	height: 54px;
	min-height: 54px;
	max-height: 54px;
	margin-bottom: 8px;
}
div.produkt-cont-outer.catpage.category div.cell img{
	vertical-align: bottom;
}

div.tbwrap{
	display: table;
	width:100%;
}
div.cell{
	display: table-cell;
	vertical-align: middle;
	height: 119px;
}

div.produkt-cont-outer div.bild-cont{
	width:100%;
	text-align:center;
	box-sizing: border-box;
}
div.produkt-cont-outer div.bild-cont img{
	max-width: 100%;
	max-height: 100%;
}
div.produkt-cont-outer div.tinfo{
	background-image: url(/im/tinfo-bg.png?r=1);
	background-position: left top;
	background-repeat: repeat-x;
	padding:2px 4px 3px 2px;
}
div.produkt-cont-outer div.tinfo.top{
	padding:10px 2px 10px 2px;

	text-align: center;
	font-size: 16px;
	height: 54px;
}
div.produkt-cont-outer div.tinfo.bottom{
	height: 45px;
	overflow: hidden;
}





div.produkt-cont-outer.related div.tinfo.top{
	padding:0px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	height: 38px;
	overflow: hidden;
	width: 100%
}
div.produkt-cont-outer.related div.tinfo.top div.reltab{
	display: table;
	width: 100%;
}
div.produkt-cont-outer.related div.tinfo.top div.reltr{
	display: table-row;
}
div.produkt-cont-outer.related div.tinfo.top div.title{
	display: table-cell;
	width: 100%;
	height:38px;
	text-align: center;
	vertical-align: middle;
	padding:1px 3px 2px 3px;
}


div.produkt-cont-outer a{
	text-decoration: none;
	color:#333;
}
div.produkt-cont-outer div.ben{
	padding:7px 0px 0px 10px;
	min-height: 44px;
	max-height: 44px;
	overflow: hidden;
}
div.produkt-cont-outer.catpage div.ben{
	min-height: 53px;
	max-height: 53px;
}
div.produkt-cont-outer.related div.ben{
	min-height: 53px;
	max-height: 53px;
}
div.produkt-cont-outer div.pr{
	padding:7px 0px 0px 10px;
	font-size: 15px;
	font-weight: bold;
}
div.produkt-cont-outer div.pr span.prisdkksp{
	display:block;
	float:none;
	font-size: 12px;
	font-weight: normal;
	margin-top:3px;
	padding-right:0px;
}

div.prod-text-outer span.prisdkksp{
	display:block;
	float:right;
	font-size: 16px;
	font-weight: normal;
	margin-top:-10px;
	padding-bottom:12px;	
}

div.footer-cont{
	background-color: #000;
	margin-top:3%;
	padding-top:2%;
	padding-bottom:2%;
}
div.footer-inner{
	color:#fff;
	padding-left:2%;
	line-height: 18px;
}
div.footer-cont a{
	color:#fff;
	text-decoration: none;
}
div.footer-cont a:hover{
	text-decoration: underline;
}
div.footer-cont div.col{
	float:left;
	width:23%;
	margin-left:2%;
	text-align:left;
}
div.footer-cont div.col.one{
	margin-left:0%;
}

div.footer-cont a.imlnk1{
	display:block;
	float:left;
	padding-top:13px;
}

div.cat-text{
	text-align: left;
	padding:0% 2% 2% 0%;
	margin:3% 0% 3% 0%;
	width:100%;
	border-bottom: 1px solid #999;
}
div.cat-text.categories{
	padding:0% 0% 2% 0%;
}

div.prod-text-outer{
	margin:3% 0% 0% 0%;
}
div.prod-text{
	float:left;
	text-align: left;
	padding:0% 10% 0% 0%;
	width: 80%;
}
div.prod-text h1{
	margin-bottom:10px;
}
div.prod-price{
	float: right;
	width: 20%;
}
div.prod-price div.price{
	text-align: right;
	font-size: 24px;
	line-height: 26px;
	margin-bottom:12px;
}

div.prod-price div.buy-but{
	float: right;
	padding:12px 0px 0px 0px;
	margin:0% 0px 0px 0px;
	height: 37px;
	width:130px;
	font-size: 1em;
	text-decoration: none;
	background-color: #3ca64b;
	color:#fff;
	text-align: center;
	cursor:pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div.prod-price div.buy-but.added{
	border:1px solid #3ca64b;
	background-color: #fff;
	color:#3ca64b;
}


div.sold-but{
	float:left;
	padding:8px 17px 0px 17px;
	margin:0% 0px 0px 0px;
	height: 29px;
	width:auto;
	font-size: 1em;
	text-decoration: none;
	background-color: #708090;
	color:#fff;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


div.form-but{
	float:left;
	padding:8px 17px 0px 17px;
	margin:0% 0px 0px 0px;
	height: 29px;
	width:auto;
	font-size: 1em;
	text-decoration: none;
	background-color: #3ca64b;
	color:#fff;
	text-align: center;
	cursor:pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div.form-but.bev{
	float:none;
	padding:8px 17px 0px 17px;
	margin:16px 0px 0px 0px;
}

div.form-but.sbox{
	float:none;
	margin:10px 0px 0px 0px;
}

div.form-but.tabort-bev{
	width:49%;
	background-color: #c60200;
	padding:8px 0px 0px 0px;
}
div.form-but.andra-bev{
	float: right;
	width:49%;
	padding:8px 0px 0px 0px;
}



div.prod-img{
	margin-top:5px;
}


div.prod-thumbs{
	width:100%;
}
div.prod-thumbs div{
	float:left;
	width:16.83%;
	padding-left:1%;
	padding-top:1%;
}
div.prod-thumbs div.first{
	padding-left:0%;
	width:15.83%;
}
div.prod-thumbs div.last{
	float: right;
}
div.prod-thumbs div img{
	width:100%;
	vertical-align: bottom;
}


div.prod-desc{
	clear: both;
	float:left;
	width:70%;
	margin-top:5%;
	text-align: left;
}
div.prod-related{
	float:right;
	width:24%;
	margin-top:5%;
	text-align: left;
}
div.prod-related p{
	margin:0%;
}
div.prod-related p.sec{
	margin-top:20%;
}

div.desc-kol{
	float:left;
	width:47%;
}
div.desc-kol.two{
	float:right;
	width:47%;
}
div.desc-kol div{
	padding:4px 0px 4px 2px;
}
div.desc-kol div.g{
	background-color: #f2f2f2;
}
div.desc-kol div.w{
	background-color: #fff;
}
div.desc-kol div.head{
	margin-top:6%;
	font-weight: bold;
}

div.prodh3{
	float:left;
	padding-top:6px;
	padding-bottom:10px;
}
div.prodh3.sold{
	margin-top:3%;
	border-top:1px solid #999;
	padding-top:3%;
	width: 100%;
	text-align: left;
}
div.prodh3.soduna{
	padding-top:3%;
}
div.visningsikoner-cont{
	float:right;
	padding:0px 0px 5px 3px;
}
div.visningsikoner-cont div{
	float:right;
	padding-left:5px;
}
div.visningsikoner-cont div.visanatlis{
	padding-top:5px;
}

div.textcol-outer{
	text-align: left;
	padding-top:4%;
}
div.textcol{
	float:none;
	margin-top:3%;
	padding-left:0%;
	padding-right:2%;
	width:100%;
}

div.wide-prod{
	background-image: url(/im/wide-prod-bg.png?r=1);
	background-position: left top;
	background-repeat: repeat-x;
	height:299px;
	width:100%;
}
div.wide-prod div.img{
	float:right;
	width:640px;
	height:299px;
	background-size: cover;
	background-position: center center;
}
div.wide-prod div.toned{
	position: absolute;
	background-image: url(/im/toned-over.png?r=1);
	background-position: left top;
	background-repeat: no-repeat;
	width:640px;
	height:299px;
}
div.wide-prod div.text{
	position: absolute;
	margin-top:0.8em;
	margin-left:3%;
	color:#fff;
	text-align: left;
	font-family: BentonSansCondBold;
	font-size: 30px;
	line-height: 45px;
}
div.wide-prod p{
	margin:0px;
}
div.wide-prod p.header{
	font-size: 1.5em;
	line-height: 1.37em;
	max-height: 122px;
	overflow: hidden;
	width:500px;
}
div.wide-prod p.info{
	font-size: 0.66em;
	line-height: 1.42em;
	font-family: BentonSansCondLight;
}
div.wide-prod p.price{
	font-size: 1em;
	line-height: 1em;
	margin-top: 0.63em;
}


div.butrow-cont{
	margin-top:1px;
	width: 100%;
	height:65px;
	background-color: #757575;
}
div.butrow-cont-inner{
	width: 100%;
	max-width: 1000px;
	margin:0 auto;
}
div.butrow-cont div.but{
	float:left;
	width:33%;
	height:65px;
	border-right: 1px solid #fff;
}
div.butrow-cont div.but.one{
	border-left: 1px solid #fff;
	width:34%;
}
div.butrow-cont div.but a{
	display: block;
	box-sizing: border-box;
	width:100%;
	height: 65px;
	padding-top: 26px;
	text-align: left;
	color:#fff;
	font-size: 14px;
	text-decoration: none;
	background-repeat: no-repeat;
}
div.butrow-cont div.but.one a{
	background-image: url(/im/butrow-klockor-2.png?r=1);
	padding-left:42%;
	background-position: 32% 11px;
}
div.butrow-cont div.but.two a{
	background-image: url(/im/butrow-salj-2.png);
	padding-left:43%;
	background-position: 31% 11px;
}
div.butrow-cont div.but.three a{
	background-image: url(/im/butrow-tillbehor-2.png?r=2);
	padding-left:35%;
	background-position: 23% 11px;
}


div.checkout-cont{
	text-align: left;
}
div.page-cont{
	text-align: left;
}
div.page-cont img{
	max-width: 100%;
}

div.cart-cont{
	margin-top:1%;
	border-top:1px solid #ddd;
	padding-top:0%;
	padding-bottom:13px;
	border-bottom:1px solid #ddd;
	margin-bottom:1%;
}
div.cart-cont.total{
	margin-top:11px;
	border-top:none;
	text-align: right;
}
div.cart-row{
	margin:0% 0% 0% 0%;
}
div.cart-row.head{
	margin:13px 0% 0% 0%;
}
div.cart-row.head.mobile{
	display: none;
}
div.cart-row.head div.name, div.cart-row.head div.price, div.cart-row.head div.amount, div.cart-row.head div.sum, div.cart-row.head div.rem{
	padding-top:0px;
}
div.cart-cont div.name-price{
	float:left;
	width:72%;
	padding-right: 0%;
	padding-top: 0%;
}
div.cart-cont div.amount-sum-rem{
	float:left;
	width:28%;
	padding-left:3%;
}
div.cart-cont div.name{
	float:left;
	width:85%;
	padding-top:13px;
}
div.cart-cont div.name a{
	text-decoration: none;
}
div.cart-cont div.name a:hover{
	text-decoration: underline;
}
div.cart-cont div.price{
	float:right;
	width:15%;
	text-align: right;
	padding-top:13px;
}

div.cart-cont div.amount{
	float:right;
	width:48%;
	padding-top:5px;
}
div.cart-cont div.amount.receipt{
	padding-top:13px;
}
div.cart-cont div.amount.shipping{
	padding-top:13px;
	padding-left:12px;
}
div.cart-cont div.amount.again{
	padding-top:13px;
	padding-left:12px;
}
div.cart-cont div.sum{
	float:right;
	width:32%;
	padding-top:13px;
}
div.cart-cont div.sum.mobile{
	display:none;
}
div.cart-cont div.rem{
	float:right;
	width:20%;
	text-align: right;
	padding-top:5px;
}

div.rem-but{
	float:right;
	font-size: 10px;
	line-height: 10px;
	background-color: #ea6a6a;
	width: 30px;
	height: 29px;
	text-align: center;
	color:#fff;
	cursor: pointer;
	background-image: url(/im/rem-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
}
div.add-but{
	float:left;
	margin-left:2px;
	font-size: 10px;
	line-height: 10px;
	background-color: #4ab54a;
	width: 30px;
	height: 29px;
	text-align: center;
	color:#fff;
	cursor: pointer;
	background-image: url(/im/add-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
}
div.sub-but{
	float:left;
	margin-left:2px;
	font-size: 10px;
	line-height: 10px;
	background-color: #424242;
	width: 30px;
	height: 29px;
	text-align: center;
	color:#fff;
	cursor: pointer;
	background-image: url(/im/sub-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
}

div.cart-cont div.total{
	font-size: 17px;
}
div.cart-cont div.vat{
	
}


div.check-col-1{
	float:left;
	width:41%;
	padding-right:2%;
	padding-top:12px;
}
div.check-col-2{
	float:left;
	width:42%;
	padding-right:2%;
	padding-top:12px;
}
div.check-col-3{
	float:left;
	width:17%;
	padding-top:43px;
}
div.inp-l{
	float:left;
	width:34%;	
	padding-top:7px;
	padding-bottom:7px;
}

div.inp-l.nopadd{
	padding-top:0px;
}
div.inp-r{
	float:left;
	width:66%;	
	max-width: 271px;
	padding-bottom:7px;
}
div.inp-r.receipt{
	padding-top:7px;
}

div.inp-rl{
	float:left;
	width:30%;	
	max-width: 123px;
	padding-bottom:7px;
}
div.inp-rr{
	float:right;
	width:30%;	
	max-width: 123px;
	padding-bottom:7px;
}
div.inp-rl input, div.inp-rr input{
	max-width: 100%;
}

div.inp-check{
	float:left;
	width:100%;
	padding-bottom:7px;
}
div.inp-check.mbm{
	padding-bottom:20px;
}
div.inp-check div.ch-l{
	float:left;
	width:2%;
	padding-top:1px;
}
div.inp-check div.ch-r{
	float:left;
	width:98%;
}

div.inp-check div.ch-l.alt{
	padding-top:10px;
}
div.inp-check div.ch-r.alt{
	padding-top:9px;
}

div.estTxt{
	font-weight: bold;
    border: 1px solid #ccc;
    padding:5px;
    width: 100%;
    margin-top:3px;
}

div.inp-check div.ch-r input.info, div.inp-check div.ch-r select.info, input.infoNew{
	margin-top:5px;
	margin-bottom:5px;
	height: 29px;
	width:100%;
	max-width: 360px;
}

div.info-l{
	float:left;
	width:37%;
	max-width: 
}
div.info-r{
	float:left;
	padding-top:8px;
	padding-left:4px;
	width:3%;
	height: 39px;
	padding-right:4px;
}
div.info-r img{
	width:auto;
	max-width:100%;
	cursor: pointer;
}
div.inforuta{
	display: none;
	margin-top:15px;
	margin-bottom:15px;
	border:1px solid #ccc;
	padding:10px;
}
div.inforuta-2{
	display: none;
	float:left;
	margin-top:5px;
	margin-bottom:15px;
	border:1px solid #ccc;
	padding:10px;
	width:60%;
	font-style: italic;
}

div.saljalt-cont{
	display: none;
	margin-top:3px;
	margin-bottom:15px;
}

div.inp-r input.info, div.inp-r textarea.info, div.inp-r select.info{
	width: 100%;
}
div.inp-r input.persnr{
	float:left;
	width: 42%;
}
div.get-addr-but, div.greybut{
	float: right;
    padding: 8px 0px 0px 0px;
    margin: 0% 0px 0px 0px;
    height: 29px;
    width: 56%;
    font-size: 1em;
    text-decoration: none;
    background-color: #333;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.greybut.soks{
	float:left;
	margin-left:20px;
	width:auto;
	padding-left: 15px;
	padding-right: 15px;
}
div.greybut.soks.ett{
	margin-left:0px;
}

p.lal{
	text-align: left;
}

div.upd-amo-cont{
	float:left;
	padding-left:10px;
}

div.upd-amo-but{
    padding: 8px 0px 0px 0px;
    margin: 0% 0px 0px 0px;
    height: 29px;
    width: 100px;
    font-size: 1em;
    text-decoration: none;
    background-color: #333;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.terms-l{
	float:left;
	width:6%;	
	padding-top:8px;
	padding-bottom:7px;
}

div.terms-r{
	float:left;
	width:94%;
	padding-top:7px;
	padding-bottom:7px;
}

div.pay-cont{
	margin-top:13px;
	padding:2% 2% 3% 4%;
	border:1px solid #ccc;
}
div.pay-cont div.pay-l{
	float:left;
	width:8%;
	padding-top:18px;
}
div.pay-cont div.pay-r{
	float:left;
	width:92%;
}
div.pay-cont div.betbeskr{
	font-size: 11px;
}

div.pay-cont label.pay-delb-l{
	float:left;
	width:32%;
	padding-bottom:8px;
}
div.pay-cont div.pay-delb-r{
	float:left;
	width:68%;
	padding-top:26px;
	padding-bottom:8px;
}

div.pay-cont label img{
	max-width: 100%;
}

div.appr-send-order-but{
	float:right;
    padding: 20px 0px 18px 0px;
    margin: 0% 0px 0px 0px;
    height: auto;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
    background-color: #3ca64b;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div#inbpromed{
	display: none;
    padding: 10px 5px 9px 5px;
    margin: 0% 0px 0px 0px;
    height: auto;
    width: 100%;
    font-size: 13px;
    line-height: 15px;
    background-color: #cf0000;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom:13px;
    max-width: 410px;
}

div.form-cont{
	width:41%;
	margin-bottom:3%;
}
div.form-cont.dina-sidor{
	width:100%;
	max-width: 300px;
	margin-bottom:3%;
}
div.form-cont.bevakning{
	width:100%;
	max-width: 410px;
	margin-bottom:3%;
}
div.form-cont.bev{
	width:100%;
	max-width: 410px;
	margin-bottom:0%;
}
div.form-cont.kopesforfragan{
	width:100%;
	max-width: 410px;
	margin-bottom:3%;
}
div.form-cont.salja-klocka{
	width:48%;
	max-width: 410px;
	margin-bottom:3%;
}
div.form-cont.salja-klocka.bred{
	width:100%;
	max-width: 100%;
	margin-bottom:3%;
}
div.form-cont.salja-klocka.bred div.textcont{
	max-width: 590px;
}


div.logga-ut{
	margin-bottom:10px;
}

div.order-hist-cont{
	max-width:320px;
}
div.order-hist-row{
	background-color: #fff;
	padding:7px 7px 7px 7px;
	cursor: pointer;
}
div.order-hist-row.gr{
	background-color: #eee;
}
div.order-hist-row.head{
	cursor: default;
}
div.order-hist{
	float:left;
	width:95px;
}
div.order-hist.fir{
	width:70px;
}
div.order-hist.head{
	font-weight: bold;
}

div.avgr{
	margin:5px 0px 12px 0px;
	padding:0px;
	font-size:22px;
	line-height:22px;
	height:22px;
	background-image:url(/im/kv-avgr.gif);
	background-repeat: repeat-x;
}
div.avgr.v2{
	margin:15px 0px 12px 0px;
}
div.avgr.v3{
	margin:13px 0px 12px 0px;
}
div.avgr.tom{
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:15px;
	line-height:15px;
	height:15px;
	background-image:none;
}

div#alt2-cont, div#alt3-cont{
	padding-top:15px;
}

div.sell-l{
	float:left;
	width:48%;
	max-width: 410px;
}
div.sell-r{
	float:left;
	padding-left: 4%;
	width:52%;
	max-width: 410px;
}

	/* jssor slider bullet navigator skin 05 css */
	/*
	.jssorb05 div           (normal)
	.jssorb05 div:hover     (normal mouseover)
	.jssorb05 .av           (active)
	.jssorb05 .av:hover     (active mouseover)
	.jssorb05 .dn           (mousedown)
	*/
	div#jssor_1, div#jssor_1m, div#jssor_2, div#jssor_2m{
		position:relative;
		margin:0 auto;
		top:0px;
		left:0px;
		
		visibility:hidden;
	}
	div.jssor_1_slides{
		cursor:default;
		position:relative;
		top:0px;
		left:0px;
		overflow: hidden;
	}
	.jssorb05 {
	    position: absolute;
	    bottom:-22px;
	    z-index: 900;
	}
	.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	    position: absolute;
	    /* size of bullet elment */
	    width: 16px;
	    height: 16px;
	    background: url('/im/b05.png') no-repeat;
	    overflow: hidden;
	    cursor: pointer;
	}
	.jssorb05 div { background-position: -7px -7px; }
	.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
	.jssorb05 .av { background-position: -67px -7px; }
	.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

	/* jssor slider arrow navigator skin 22 css */
	/*
	.jssora22l                  (normal)
	.jssora22r                  (normal)
	.jssora22l:hover            (normal mouseover)
	.jssora22r:hover            (normal mouseover)
	.jssora22l.jssora22ldn      (mousedown)
	.jssora22r.jssora22rdn      (mousedown)
	.jssora22l.jssora22lds      (disabled)
	.jssora22r.jssora22rds      (disabled)
	*/
	.jssora22l, .jssora22r {
	    display: block;
	    position: absolute;
	    /* size of arrow element */
	    width: 30px;
	    height: 224px;
	    cursor: pointer;
	    background: url('/im/a22.png') center center no-repeat;
	    overflow: hidden;
	    background-position: center top;
	}
	.jssora22l{
		background-image: url(/im/arr-left.png?r=3);
		left:0px;
	}
	.jssora22r{
		background-image: url(/im/arr-right.png?r=3);
		right:0px;
	}
	.jssora22l.jssora22lds { opacity: .5; pointer-events: none; }
	.jssora22r.jssora22rds { opacity: .5; pointer-events: none; }




div.prod-img div.nivo-controlNav {
	display:block;
	padding:5px 0px 0px 0px;
	text-align:left;
	margin-left:-1%;
}
div.prod-img div.nivo-controlNav a {
	display: block;
	float: left;
	padding-left: 1%;
	padding-top: 1%;

	width: 16.66%;
	box-sizing: border-box;
	min-height:79px;
}
div.prod-img div.nivo-controlNav img {
	display: block;
	width: 100%;
}

div.mag-icon{
	position: relative;
	z-index:899;
	text-align: right;
	margin-right: 42px;
	pointer-events: none;
}
div.mag-icon img{
	position: absolute;
	margin-top: 10px;
	cursor: pointer;
	pointer-events: none;
}


.onlymobile{
	display:none;
}
.logo-cont-mobile, .top-mobmenu, .top-menu-mob{
	display:none;
}
.mob-menu-head{
	display:none;
}

div.start-info-cont{
	margin-top:1px;
	overflow: hidden;
}
div.start-info-cont img{
	position:absolute;
	width:100%;
	height:209px;
}
div.start-info{
    position: relative;
    width: 100%;
	padding:30px 0px 30px 0px;
	background-color: #dbdbdb;
	text-align: center;
}
div.start-info h1{
	margin-bottom: 10px;
}
div.start-info a{
	font-weight: bold;
	margin-left:10px;
	margin-right:10px;
}

div.start-info span.readmore{
	cursor: pointer;
}

div.searchbox-cont.start{
	width:280px;
	padding-left:50%;
	margin-left:-140px;
	box-sizing:content-box;
}
div.searchbox-cont.start div.search-but{
	border-left: 15px solid #dbdbdb;
}

div.searchbox-cont.marg{
	margin-bottom:15px;
}

.normHide{
	display:none;
}

div.permal-cont{
	
}
div#permal-id{
	display:none;
	text-align: left;
	padding-top:10px;
}
div#permal-id img{
	cursor: pointer;
}

div.slutsalda-c{
	padding-top:15px;
	text-align: right;
}
div.slutsalda-c a{
	font-size: 16px;
}

div.login-cont{
	display: none;
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background-image: url(/im/login-bg.png);
	background-repeat: repeat;
	z-index:1100;
}
div.login-cont-ta{
	display: table;
	width:100%;
	height: 100%
}
div.login-cont-tr{
	display: table-row;
}
div.login-cont-td{
	display: table-cell;
	vertical-align: middle;
	width:100%;
	height:100%;
}
div.login-cont-inner{
	position: relative;
	margin: 0 auto;
	width:100%;
	max-width: 600px;
	height:auto;
	max-height: 90%;
	padding:20px 20px 20px 20px;
	background-color: #fff;
	overflow-y: auto;
}
div.cl-but{
	position: absolute;
	width: 17px;
	height: 17px;
	top:10px;
	right:10px;
	cursor: pointer;
}

div.bev-res-cont{
	margin-top:15px;
	width: 100%;
}
div.bev-res-cont2{
	margin-top:18px;
	width: 100%;
}
div.bev-res-row{
	padding: 15px 0px 15px 0px;
	border-bottom:1px solid #ccc;
}
div.bev-res-td{
	float:left;
}
div.bev-res-td p{
	margin:10px 0px 0px 0px;
}
div.bev-res-td p:first-child{
	margin:0px 0px 0px 0px;
}
div.bev-res-td span{
	color:#999;
}
div.bev-res-td.one{
	width:33%;
	padding-right:3%;
}
div.bev-res-td.two{
	width:36%;
	padding-right:3%;
}
div.bev-res-td.three{
	width:31%;
}

.easy-autocomplete{
  width:100% !important
}

div.formtext{
	padding-top:7px;
}

div.dina-sidor-lankar{
	float:left;
	padding-left:25px;
}
div.dina-sidor-lankar.logga-ut{
	padding-left:0px;
}

div.sbox-cont{
	width:100%;
	max-width: 410px;
}
div.sbox-cont input{
	width:100%;
}

div.tbox-cont{
	margin-bottom:3%;
	border-bottom:1px solid #dfdfdf;
	padding-bottom:3%;
}

div.slickSliderCont{
	width: 100%;
}
div.slickSliderCont div{
	display: block;
	width: 100%;
}
div.slickSliderCont div img{
	display: block;
	width: 100%;
}


div.slickSliderCont .slick-prev, div.slickSliderCont .slick-next {
    width: 35px;
    height: 35px;
    text-shadow:none;
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    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: 99999;
    opacity: 0.6;
}
div.slickSliderCont .slick-prev{
	left: 15px;
	background-image: url(/im/slick-arrow-l.png);
	background-repeat: no-repeat;
}
div.slickSliderCont .slick-next{
	right: 15px;
	background-image: url(/im/slick-arrow-r.png);
	background-repeat: no-repeat;
}
.slick-prev:focus, .slick-next:focus{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}
div.slickSliderCont .slick-prev:hover, div.slickSliderCont .slick-next:hover{
  opacity: 1;
}

div.slickSliderCont .slick-prev:before, div.slickSliderCont .slick-next:before {

}




div.mag-icon-2{
	position: relative;
	z-index:899;
	text-align: right;
	margin-right: 42px;
}
div.mag-icon-2 img{
	position: absolute;
	margin-top: 10px;
	cursor: pointer;
}

div.prod-img div.slickSliderThumbs{
	margin-left: -1%;
	padding-top: 5px;
}
div.prod-img div.slickSliderThumbs div {
	display: block;
	float: left;
	padding-left: 1%;
	padding-top: 1%;

	width: 16.66%;
	box-sizing: border-box;
	min-height:79px;
}
div.prod-img div.slickSliderThumbs div img {
	display: block;
	width: 100%;
	cursor: pointer;
}

