.breadcrums{
  display: flex;
  width: 100%;
  max-width: 105rem;
  margin: -3rem auto 0 auto !important;
  justify-content: space-between;
}
.breadcrums .breadcrums-list{
  align-items: center;
  display: flex;
  margin-bottom: 3rem;
}
.breadcrums .breadcrums-list div{
  margin: 0 0.75rem;
  width: auto;
}
ul.breadcrums-subgroups{
  list-style-type: none;
  display: flex;
  flex-direction: row;
  max-width: 100%;
  flex-flow: wrap;
  gap: 1rem;
}
ul.breadcrums-subgroups li{
  margin: 0 0 0 0rem;
  display: flex;
  flex-direction: column;
}
ul.breadcrums-subgroups li a{
  border: 1px solid #e5e5e5;
  padding: 1rem 2rem;
  white-space: nowrap;
}
ul.breadcrums-subgroups li a i{
  display: none;
}

#webshop{
	margin: 0 0 2rem 0;
	padding: 0 0 2rem 0;
	width: 100%;
	line-height: 2.2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow-x: hidden;
}
#webshop > div{
	margin: 0;
	padding: 0 0 2rem 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
#webshop #shopinfo > div{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex: 1;
}
#webshop .category_header{
  background-color: var(--backgroundColor);
  min-height: 20rem;
  margin: 0 0 5rem 0;
  display: flex;
  justify-content: right;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
#webshop .category_header.category_background, #webshop .category_header.category_video{
  min-height: 30rem;
}
#webshop .category_header.category_video.main_header,
#webshop .category_header.category_background.main_header{
  min-height: 45rem;
}
#webshop .category_header h1{
  z-index: 10;
  font-size: 4rem;
  padding: 5rem 5rem;
  height: 30rem;
  margin: 0;
}
#webshop .category_header.category_background h1{
  background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

#webshop .category_header.category_video div{
  display: flex;
  width: 100%;
  height: 100%;
  padding: 56.25% 0 0 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
}
#webshop .category_header.category_video div iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#webshop .category_info{
  width: 100%;
  max-width: 1050px;
  padding: 0 0 5rem 0;
}
#webshop .category_info p{
  width: 100%;
}
#webshop .category_info h1,
#webshop .category_info h2{
  width: 100%;
}
#webshop .product{
	background-color: #fff;
	margin: 5rem 0 3rem 0;
	position: relative;
	padding: 2rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#webshop .product h1{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 2.8rem;
	line-height: 3.4rem;
}
#webshop .product .pic{
	width: 100%;
	height: auto;
}
#webshop .product .product_thumbnails{
  width: 100%;
  padding: 2rem 0;
  display: flex;
  gap: 1rem;
}
#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: 45%;
	display: block;
	position: relative;
}
#webshop .product .right{
	width: 45%;
	display: block;
	position: relative;
}
#webshop .product h2{
	font-size: 17px;
	line-height: 20px;
	margin: 0;
	width: 100%;
}
#webshop div.item, #webshop a.item, #webshop a.item:visited{
	background-color: var(--white);
	position: relative;
	padding: 0;
	width: 25%;
	width: calc(25% - 1.5rem);
	margin: 0 0 3rem 0;
	font-size: 1.7rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	text-decoration: none;
}
#webshop div.container.category-wrapper{
    justify-content: center;
}
#webshop div.item.category-item .item_title.t-center{
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
}
#webshop div.item.category-item{
	margin: 0 0 5rem 0;
}
#webshop div.item:hover{
	opacity: 1;
}
#webshop div.item.category-item .image_container{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  display: flex;
  padding-top: 100%;
}
/*
#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);
}
#webshop div.item .item-label{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 10px;
	width: auto;
	display: flex;
	transform: rotate(-90deg);
  transform-origin: top right;
	text-align: center;
	position: absolute;
	z-index: 99;
	top: 0;
  right: 3.5rem;
}
#webshop div.product .item-label{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0.5rem 2rem;
	display: block;
	text-align: center;
	transform: rotate(-90deg);
  transform-origin: top right;
	position: absolute;
	z-index: 99;
	top: 0;
  right: 5.2rem;
}
#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 img{
	max-width: 315px;
	width: 100%;
	/*max-height: 190px;
	width: auto;
	height: auto;
	overflow: hidden;*/
}
#webshop div.item .item_title, 
#webshop div.item a .item_title{
	padding: 1rem;
	display: flex;
	font-weight: normal;
	text-align: left;
	width: 100%;
	word-wrap: break-word;
}
#webshop div.item > a, 
#webshop div.item > a:link, 
#webshop div.item > a:visited {
	text-decoration: none !important;
	display: flex;
	flex-direction: column;
	width: 100%;
}
#webshop div.item .image_container{
  padding: 1rem;
}
#webshop div.item .item_title a{
	text-decoration: none;
}
#webshop div.item .item_ondemand{
  width: 100%;
  display: flex;
  height: 2.5rem;
  overflow: hidden;
  align-items: center;
  font-size: 1.2rem;
}
#webshop div.product .item_ondemand{
  width: 100%;
  display: flex;
  align-items: center;
  font-size: inherit;
  margin: 2rem 0;
}
#webshop div.product .item_ondemand img{
  width: 4rem;
  margin-right: 1rem;
}
.orange{
  color: #ffa00f;
}
#webshop div.item .item_ondemand i{
	vertical-align: middle;
	margin-right: 1rem;
	font-size: 2rem;
}
#webshop div.item .item_ondemand img{
	vertical-align: middle;
  width: 2rem;
  margin-right: 1rem;
}
#webshop div.product .item_ondemand i{
	vertical-align: middle;
	margin-right: 1rem;
	font-size: 3rem;
}
#webshop div.item .item_ondemand a:link, #webshop div.item .item_ondemand a:visited, 
#webshop div.product .item_ondemand a:link, #webshop div.product .item_ondemand a:visited{
	text-decoration: none;
}
#webshop div.item .item_ondemand span, 
#webshop div.product .item_ondemand span{
	text-decoration: underline;
}
#webshop div.item .item_ondemand span.item_ondemand_title{
	text-decoration: none;
}
#item_ondemand_info i{
	vertical-align: middle;
	margin-right: 1rem;
}
#item_ondemand_info img{
	width: 4rem;
	margin-right: 1rem;
	vertical-align: middle;
}
#webshop div.item strong.buy input:hover{
	color: #333;
}
#webshop div.item .field-list{
	padding: 0 0 0.5rem 0;
	display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#webshop .product .field-list{
	padding: 0 0 1rem 0;
	display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#webshop div.item .field-list .price, #webshop .product .price{
	padding-top: 1rem;
}
#webshop .product .field-list.product-package-buy{
  padding-top: 5rem;
}
.field-expand{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
}
.field-expand .field-expand-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #f0f0f0;
  padding: 0.7rem 1rem;
  border: 1px solid #999;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.4rem;
}
.field-expand.open .field-expand-header i{
	transform: rotate(180deg);
}
.field-expand .field-expand-content {
  width: 100%;
  display: none;
  padding: 1rem;
  border: 1px solid #999;
  border-top: none;
}
.field-expand.open .field-expand-content {
  display: block;
}
#webshop .product .product_externa_link{
  text-decoration: none;
  display: flex;
  align-items: center;
}
#webshop .product .product_externa_link:hover{
  opacity: .5;
}
#webshop .product .product_externa_link i{
  margin-right: 0.5rem;
}
#webshop .product .product_info{
  width: 100%;
  margin-bottom: 5rem;
}
#webshop .product .product-price{
  font-size: 2rem;
  border-bottom: 1px solid var(--black);
  padding: 1rem 0 1rem 0;
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
}
#webshop .product .product-price .price{
  font-weight: bold;
}
#webshop div.item .field-list .saleprice, #webshop .product .saleprice{
	color: #CC0E6B;
	font-weight: bold;
	font-size: 20px;
	float: right;
}
#webshop div.item .field-list .oldprice, #webshop .product .oldprice{
	text-decoration: line-through;
	color: #666;
	float: right;
}
#webshop div.item .field-list input, #webshop div.item .field-list select, #webshop div.item .field-list input.submit, 
#webshop .product .field-list input, #webshop .product .field-list select, #webshop .product .field-list input.submit{
	text-align: center;
	margin: 0;
	padding: 0.5rem 1rem;
	width: 7rem;
	max-width: 50%;
	max-width: calc(50% - 0.5rem);
	font-size: 1.4rem;
	min-width: unset;
	font-weight: bold;
}
#webshop div.item .field-list input.submit, 
#webshop .product .field-list input.submit{
	font-weight: normal;
}
#webshop .product .field-list input, #webshop .product .field-list select, #webshop .product .field-list input.submit{
	text-align: center;
	margin: 0;
	padding: 1rem 1rem;
	width: 40%;
	max-width: calc(50% - 0.5rem);
	font-size: 1.4rem;
	min-width: unset;
}
#webshop .product .field-list input.antal, #webshop .product .field-list select.antal, #webshop .product .field-list input.submit.antal{
	width: 6rem;
}
#webshop div.item .field-list input.submit, #webshop input.submit{
	margin: 0;
}
#webshop div.item .field-list a{
	opacity: 1;
}
#webshop div.item .field-list a:hover{
	opacity: 0.75;
}

#webshop .item form{
	margin: 0;
	padding: 0 1rem;
}

#webshop .arrow, #webshop .arrowdown{
	font-family: "Oldenburg", Verdana, Arial, Helvetica, sans-serif;
	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{
  margin-left: 1rem;
}
.remove-product:hover{
  opacity: 0.5;
}
.field100{
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
}
.field50{
	width: 50%;
	max-width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 0 0;
}
.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;
}

label{
	font-weight: bold;
}

#webshop .ad-box-container{
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 5rem 0 0 0;
}
.ad-box-container .ad-box-item{
  width: 25%;
  display: flex;
  flex-direction: row;
  min-height: 40rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: end;
  padding: 2rem 3rem;
  text-decoration: none;
  flex-grow: 1;
}
.ad-box-container a.ad-box-item:hover{
  opacity: .7;
}
.ad-box-container .ad-box-item .box-title{
  font-size: 3rem;
  color: #fff;
  width: 100%;
  margin: 0;
  text-align: right;
  font-weight: bold;
  text-decoration: none;
  line-height: 3.4rem;
}
.ad-box-container .ad-box-item .box-content{
  width: 100%;
  display: flex;
  flex-direction: row;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  height: 100%;
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: bold;
  text-decoration: none;
}


@media only screen and (max-width: 1100px) {

  #webshop > div{
    padding: 0 2rem 2rem 2rem;
  }
  #webshop .category_info {
    padding: 0 2rem 5rem 2rem;
  }
	#webshop .product {
    padding: 0;
  }

	#webshop div.item, .package-item{
    width: 33.33%;
    width: calc(33.33% - 1.5rem);
	}
	  
  .ad-box-container .ad-box-item{
    width: 50%;
  }

}
@media only screen and (max-width: 960px) {


}
@media only screen and (max-width: 800px) {


	#webshop div.item, .package-item{
    width: 50%;
    width: calc(50% - 1rem);
    margin: 0;
	}
	
  #webshop .category_header.category_video.main_header,
  #webshop .category_header.category_background.main_header,
  #webshop .category_header.category_background,
  #webshop .category_header.category_video {
    min-height: 20rem;
  }
  #webshop .category_header.category_background h1,
  #webshop .category_header.category_video h1 {
    height: 20rem;
  }

}

@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;
	}
	  
  .ad-box-container .ad-box-item{
    width: 100%;
  }

}


