
#webshop{
	margin: 0;
	padding: 10px 0 20px 0;
	width: 100%;
	float: left;
	line-height: 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#webshop #mobilnav{
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 0 0 20px 0;
	display: none;
}
#webshop #mobilnav > ul{
	text-align: center;
	float: left;
	position: relative;
	list-style-type: none;
	padding: 0;
	width: 100%;
	margin: 0;
}
#webshop #mobilnav > ul > li{
	display: inline-block;
	position: relative;
	text-align: center;
	width: 15%;
	margin: 0 4%;
	padding: 12px 0 8px 0;
}
#webshop #mobilnav > ul > li > a:link, #webshop #mobilnav > ul > li > a:visited{
	width: 100%;
	text-align: center;
	padding: 2px 0 0 0;
	height: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#webshop #mobilnav ul > li > a img{
	max-width: 32px !important;
	max-height: 32px !important;
}
#webshop #mobilnav ul > li > a:hover, #webshop #mobilnav ul > li > a.active{
	background-color: rgba(255,255,255,.1);
}

/* Fixar pil uppåt (vitt fält) */
#webshop #mobilnav ul > li > ul:after{
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #ffffff;
	display: inline-block;
	position: absolute;
	content: '';
	right: 12%;
	top: -7px;
}
/* Fixar pil uppåt (vitt fält) */
#webshop #mobilnav ul > li > ul:before{
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #cccccc;
	display: inline-block;
	position: absolute;
	content: '';
	right: 12%;
	top: -8px;
}

#webshop #mobilnav > ul > li > ul{
	background: #ffffff;
	position: absolute;
	top: 100%;
	margin: 0;
	right: 10%;
	z-index: 800 !important;
	display: none;
	width: 190px;
	padding: 5px 0;
	border: none;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-ms-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-o-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25); 
}
#webshop #mobilnav ul > li > ul > li{
	background-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
#webshop #mobilnav ul > li > ul li{
	border-top: 1px solid #e5e5e5;
}
#webshop #mobilnav ul > li > ul li:first-child{
	border-top: 0;
}
#webshop #mobilnav ul > li > ul > li > a:link, #webshop #mobilnav ul > li > ul > li > a, #webshop #mobilnav ul > li > ul > li > a:visited{
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	color: #666666;
	display: block;
	width: 100%;
	margin: 0;
	text-transform: none;
	padding: 8px 0;
}
#webshop #mobilnav ul > li > ul > li > a:hover{
	background-color: #f0f0f0;
	text-decoration: none;
	color: #333333;
}

#webshop #shopnav:after{
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	display: none;
}
#webshop #shopnav{
	background-color: #ffffff;
	margin: 0;
	padding: 25px 15px 50px 15px;
	width: 20%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#webshop #shopnav h2{
	font-size: 20px;
}
#webshop #shopnav h2.small{
	font-size: 16px;
}
#webshop #shopnav ul{
	list-style-type: none;
	padding-top: 0;
	margin-top: 0;
	float: left;
	width: 100%;
}
#webshop #shopnav ul li{
	text-align: left;
	list-style-type: none;
	padding-top: 0;
	margin-top: 0;
	float: left;
	width: 100%;
}
#webshop #shopnav ul li ul{
	text-align: left;
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0;
	float: left;
	width: 100%;
}
#webshop #shopnav ul li a{
	text-decoration: none;
	padding: 5px 0 5px 0;
	width: 100%;
	font-size: 16px;
	display: block;
}
#webshop #shopnav ul li ul li a{
	font-size: 15px;
}
#webshop #shopnav ul li a:hover, #webshop #shopnav ul li a.active{
	text-decoration: underline;
	color: #555555;
}
#webshop #shopnav #partners{
	text-align: center;
	width: 100%;
	float: left;
}
#webshop #shopnav #partners h2{
	font-size: 17px;
}
#webshop #shopnav #partners img{
	margin-top: 20px;
}
#webshop #shopinfo{
	margin: 0;
	padding: 0 0 20px 0;
	width: 80%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
#webshop #shopinfo > div{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex: 1;
}
#webshop .product{
	background-color: #ffffff;
	margin: 0 0 30px 20px;
	position: relative;
	padding: 15px;
	width: 100%;
	max-width: 98%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#webshop .product .pic{
	max-width: 100% !important;
	height: auto !important;
}
#webshop .product .noprimaryimage img{
	width: 75px !important;
	height: auto !important;
}
#webshop .product .loc{
	width: 100%;
	display: block;
	color: #999999;
	font-size: 11px;
}
#webshop .product span.loc:last-child{
	margin-bottom: 15px;
}
#webshop .product .loc a:link, #webshop .product .loc a:visited{
	color: #999999;
}
#webshop .product .left{
	width: 67%;
	max-width: 67%;
	display: block;
	float: left;
}
#webshop .product .right{
	width: 31%;
	max-width: 31%;
  padding-top: 30px; 
	display: block;
	float: right;
}
#webshop .product h2{
	font-size: 17px;
	line-height: 20px;
	margin: 0;
	width: 100%;
}
#webshop div.item, #webshop a.item{
	background-color: #ffffff;
	position: relative;
	padding: 15px;
	width: 20%;
	width: calc(25% - 20px);
	margin: 0 0 20px 20px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#webshop div.item:hover{
	opacity: 1;
}
#webshop div.item *{
	position: relative;
	z-index: 20;
	opacity: 1;
}
#webshop div.item:hover *{
	opacity: 1;
}
#webshop div.item .new-en{
	background-image: url(../images/nyhet_en.png);
}
.item-label-wrapper{
  overflow: hidden;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  right: 0;
}

#webshop div.item .item-label{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 10px;
	width: 100%;
	display: block;
	text-align: center;
	transform: rotate(45deg);
	position: absolute;
	z-index: 99;
	top: 21px;
	right: -55px;
}
#webshop div.product .item-label{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 10px;
	width: 200px;
	display: block;
	text-align: center;
	transform: rotate(45deg);
	position: absolute;
	z-index: 99;
	top: 30px;
	right: -55px;
}
#webshop .item-label{
	background-color: #000;
	color: #fff;
}
#webshop .item-label.label-onsale{
	background-color: #cc0000;
	color: #fff;
}
#webshop .item-label.label-new{
	background-color: #0046ad;
	color: #fff;
}
#webshop .item-label.label-coming{
	background-color: #4e9a06;
	color: #fff;
}
#webshop .item-label.label-outgoing{
	background-color: #ffcc00;
	color: #000;
}
#webshop .item-label.label-eco{
	background-color: #4e9a06;
	color: #fff;
}




#webshop div.item img, #webshop a.item img{
	max-width: 315px;
	width: 100%;
	/*max-height: 190px;
	width: auto;
	height: auto;
	overflow: hidden;*/
}
#webshop div.item strong, #webshop a.item strong{
	padding: 5px 0 10px 0;
	display: block;
	text-align: center;
	width: 100%;
	word-wrap: break-word;
}
#webshop div.item strong img{
	vertical-align: middle;
	width: 20px;
	height: 20px;
}
#webshop div.item strong.buy input:hover{
	color: #333333;
}
#webshop div.item .field, #webshop .product .right .field{
	padding: 0px 0 5px 0;
	overflow: hidden;
}
#webshop div.item .field .price, #webshop .product .right .price{
	float: right;
}
#webshop div.item .field .saleprice, #webshop .product .right .saleprice{
	color: #CC0E6B;
	font-weight: bold;
	font-size: 20px;
	float: right;
}
#webshop div.item .field .oldprice, #webshop .product .right .oldprice{
	text-decoration: line-through;
	color: #666666;
	float: right;
}
#webshop div.item .field select{
	width: 80px;
	max-width: 80px;
	vertical-align: middle;
	float: right;
	margin: 0;
	padding: 5px 0;
	text-align: center;
}
#webshop div.item .field b.select{
	vertical-align: middle;
	display: inline-block;
	margin: 6px 0 0 0;
}
#webshop div.item .field input{
	text-align: center;
	margin: 0 0 0 3px;
	padding: 5px 0;
	max-width: 35px;
	font-size: 12px;
}
#webshop div.item .field input.submit, #webshop .right input.submit{
	margin: 0;
}
#webshop div.item .field a{
	opacity: 1;
}
#webshop div.item .field a:hover{
	opacity: 0.75;
}

#webshop .arrow, #webshop .arrowdown{
	font-family: "Oldenburg", Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0px rgba(255,255,255, 0.5);
	background-image: url(../images/shoparrow.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 10px 0 10px -10px;
	text-decoration: none;
	padding: 5px 0 0 25px;
	font-weight: normal;
	line-height: 30px;
	font-size: 17px;
	display: block;
	color: #444444;
	height: 34px;
	width: 178px;
	float: left;
}
#webshop .arrow:hover, #webshop .arrowdown:hover{
	color: #333333;
}
#webshop .arrowdown{
	background-image: url(../images/shoparrowdown.png);
	margin: 10px 0 0px -10px;
	height: 54px;
}
.clear{
	text-indent: -4000px;
	line-height: 0;
	display: block;
	font-size: 0;
	clear: both;
	height: 0;
}
.remove-product{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.remove-product:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.remove-product img{
	vertical-align: middle;
	border: 0;
}
.field100{
	float: left;
	width: 100%;
	max-width: 100%;
}
.field50{
	float: left;
	width: 50%;
	max-width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 0 0;
}
.field50:nth-of-type(even){
	padding: 0 0 0 10px;
}
.no-padding{
	padding: 0 !important;
}
.paymentoption *{
	line-height: 50px;
	vertical-align: middle;
}
.shopnavclose img{
	opacity: 0.5;
}
.shopnavclose:hover img{
	opacity: 1;
}
.red{
	color: #cc0000;
}
table.listcart{
	padding: 0 !important;
	margin: auto !important;
	width: 100% !important;
	border-collapse: collapse;
}
table.listcart tbody tr input{
	margin: 0;
	width: 60% !important;
}
table.listcart tbody tr, table.listcart thead tr{
	border-bottom: 1px solid #e5e5e5;
}
table.listcart tbody tr:hover{
	background-color: #f0f0f0;
}
table.listcart td, table.listcart th{
	padding: 1% 0;
	margin: 0;
}
table.listcart tfoot tr:first-child td, table.listcart tfoot tr:first-child th{
	padding-top: 10px;
}
table.listcart tfoot input{
	width: 47%;
	margin-right: 2%;
}
table.listcart-small td, table.listcart-small th{
	padding: 0.25% 0;
}
@media only screen and (max-width: 480px) {
	table.listcart tfoot  input{
		width: 100% !important;
		margin-left: 0;
	}
	#webshop .product{
		padding: 10px;
	}
}
label{
	font-weight: bold;
}
@media only screen and (max-width: 1000px) {
	#webshop #shopnav{
		width: 25% !important;
		min-width: 198px;
	}
	#webshop #shopinfo{
		width: 75%;
	}
	#webshop div.item{
		width: 30%;
		max-width: 30%;
	}

}
@media only screen and (max-width: 960px) {
	#webshop #shopnav{
		width: 33% !important;
		min-width: 33%;
	}
	#webshop #shopinfo{
		width: 67%;
	}
	#webshop div.item{
		width: 46%;
		max-width: 50%;
	}

}
@media only screen and (min-width: 801px) {
	#webshop #shopnav{
		display: block !important;
	}
}
@media only screen and (max-width: 800px) {
	#webshop #shopnav{
		max-width: 100% !important;
		min-width: 100%;
		display: none;
		position: absolute;
		z-index: 100;
		-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
		-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
		-ms-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
		-o-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
		box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25); 
		top: 0;
		margin: 0;
		left: 0;
		overflow-y: auto;
	}
	/* Fixar pil uppåt (vitt fält) */
	#webshop #shopnav:after{
		border-right: 7px solid transparent;
		border-left: 7px solid transparent;
		border-bottom: 7px solid #ffffff;
		display: inline-block;
		position: absolute;
		content: '';
		left: 8%;
		top: -7px;
	}
	/* Fixar pil uppåt (vitt fält) */
	#webshop #shopnav:before{
		border-right: 7px solid transparent;
		border-left: 7px solid transparent;
		border-bottom: 7px solid #cccccc;
		display: inline-block;
		position: absolute;
		content: '';
		left: 8%;
		top: -8px;
	}
	#webshop #shopinfo{
		width: 100% !important;
		max-width: 100% !important;
		margin: 0;
		padding: 0 0 20px 0;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#webshop .product{
		margin: 0 0 30px 0;
		max-width: 100%;
	}
	#webshop .product .pic{
		max-width: 100% !important;
		height: auto !important;
	}
	#webshop div.item{
		width: 31%;
		max-width: 31%;
		padding: 5px;
	}
	#webshop .item:nth-child(3n+1), #webshop .item:nth-child(3n+2){
		margin: 0 3.5% 20px 0;
	}
	#webshop .item:nth-child(3n+3){
		margin: 0 0 20px 0;
	}
	#webshop #mobilnav{
		display: block;
		height: 58px;
		width: 100%;
	}
}
@media only screen and (max-width: 650px) {
	#webshop .product .left{
		min-width: 100%;
		float: left;
	}
	#webshop .product .right{
		border-top: 1px solid #e5e5e5;
		padding: 20px 0 0 0;
		margin: 20px 0 0 0;
		min-width: 100%;
		float: left;
	}
	#webshop div.item{
		width: 47.5%;
		max-width: 47.5%;
	}
	#webshop div.item:nth-child(odd){
		margin: 0 5% 20px 0;
	}
	#webshop div.item:nth-child(even){
		margin: 0 0 20px 0;
	}
	.field100 > .field50{
		width: 100%;
		max-width: 100%;
		padding: 0 !important;
	}
	.field50 .field50{
		width: 50%;
		max-width: 50%;
		padding: 0 10px 0 0;
	}
	.field50 .field50:nth-of-type(even){
		width: 50%;
		max-width: 50%;
		padding: 0 0 0 10px !important;
	}

}


