<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body .topnav .logo {
	height: 44px;
}
body .infobar {
	background-color: #a2d240;
}
body #ProductMenu_List &gt; li &gt; a[href="/shop/produkter-187s1.html"] {
	background-color: #1b8b00;
}
.contactCto a {
	background-color: #1b8b00;
	color: #FFF;
	text-decoration: none;
	border-radius: 2px;
	padding: 8px 10px;
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}
.productcard-buysection .askformbutton {
	font-size: 18px;
	padding: 20px;
	background-color: #1b8b00;
	color: #FFF;
}
body .askformbutton img {
	width: 30px;
}
body .specs {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
    background-color: transparent;
    padding: 0;
    border: solid 1px rgba(235,235,235,1.00);
    border-radius: 5px;
    overflow: hidden;
}
body .specs &gt; div {
	display: flex;
	justify-content: flex-start;
}
body .specs &gt; div &gt; * {
    flex: auto;
    padding: 5px 10px;
}
body .specs &gt; div &gt; :first-child {
    width: 130px;
    flex: none;
    padding-right: 15px;
}
body .specs &gt; div &gt; :last-child {
    font-weight: bold;
}
body .specs &gt; div:nth-child(2n) {
    background-color: #f9f9f9;
}
body .askform {
	display: block;
}
body .productcard-shippinginfo {
	margin: 5px 0 20px 0;
}
.stockInfo {
	display: flex;
	align-items: center;
}
.stockInfo img {
	border-radius: 50%;
    margin-right: 8px;
    flex: none;
}
.product-description {
	line-height: 2;
}
body .basket {
	display: none !important;
}
.pcardcontact {
	background-color: #f9f9f9;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	font-size: 30px;
}
.pcardcontact a {
	color: #1b8b00;
	text-decoration: none;
	font-weight: bold;
}
.pcardcontact img {
	width: 100px;
	border-radius: 5px;
	margin-right: 20px;
}
.norlogusp {
	background-color: #1b8b00;
	padding: 20px 0;
	margin-bottom: 0px;
}
.norlogusp &gt; div {
	display: flex;
	align-items: center;
	color: #FFF;
}
.norlogusp &gt; div &gt; div {
	flex: none;
	width: 33.3%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}
.norlogusp &gt; div &gt; div img {
	display: block;
	width: 25px;
	margin-right: 8px;
}
body footer {
	padding: 0 0 40px 0;
}
body .askform &gt; *:not(:last-child) {
	margin-bottom: 10px;
}
.welcome {
	display: flex;
	flex-wrap: wrap;
}
.welcome &gt; div {
	flex: none;
	width: 50%;
}
.welcome &gt; div img {
	max-width: 100%;
	display: block;
}
.welcome &gt; div:last-child {
	display: flex;
	align-items: center;
}
.logos {
	background-color: #FFF;
	padding: 50px 0;
	border-top: 1px solid #eee;
}
.logos &gt; div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.logos &gt; div img {
	width: 8%;
}
.infobar {
	display: none !important;
}
.productmenu {
	border-bottom: 1px solid #eee;
	box-shadow: 0 19px 16px rgba(0,0,0,0.04);
}
.dropdowncontainer &gt; .dropdowninnercontainer .dropdownimage {
	display: none;
}
.dropdowncontainer &gt; .dropdowninnercontainer &gt; ul {
	padding-left: 0 !important;
}
.slideoutcontainer:not(.active) .slideoutmain .line &gt; .price, .slideoutmain .line &gt; .price {
	display: none !important;
}

@media (min-width: 900px) {
	body .productcard {
		max-width: 1400px;
		margin: 0 auto;
	}
	body .productcard &gt; div.imagescontainer {
		width: 35%;
	}
	body .productcard .imagescontainer .images a img {
		max-height: 600px;
		width: auto;
	}
}
@media (max-width: 899px) {
  
	body .frontpagecategories &gt; span {
		margin: 20px 0;
	}
	body .topnav .logo {
		height: 20px;
	}
	.norlogusp &gt; div {
		flex-wrap: wrap;
	}
	.welcome &gt; div, .norlogusp &gt; div &gt; div {
		width: 100%;
	}
	.norlogusp &gt; div &gt; div {
		padding: 10px 0;
	}
	.welcome &gt; div:last-child  {
		padding: 20px;
	}
	.logos &gt; div img {
		width: 25%;
	}
}</pre></body></html>