@charset "utf-8";

/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Patua+One);
 @import url(https://fonts.googleapis.com/css?family=Coming+Soon|Open+Sans);
/* make the footer stick to bottom */

html, body {
	height: 100%;
}
#wrap {
	min-height: 77%;
}
#main {
	overflow: auto;
	margin-bottom: 10px;
	clear: both;
}  /* must be same height as the footer */
#footer {
	background-color: #101010;
	display: block;
	width: 100%;
	color: #FFFFFF;
	height: auto;
	padding: 20px 0;
	position: relative;
	clear: both;
}
.site-title {
	font-size: 65px;
	font-weight: bold;
	font-family: 'Patua One', cursive;
	color: #46685e;
	line-height: 1;
	display: inline-block;
	position: relative;
	top: -25px;
	left: 40px;
}
.textblock {
	float: left;
	clear: both;
	max-width: 100%;
}
.textblock img {
	margin: 0 10px 5px 0;
	max-width:100%;
}

/*Opera Fix*/

body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}
/* end of footer stick */



body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
}
a:link {
	text-decoration: underline;
	color: #0000CC;
}
a:visited {
	text-decoration: underline;
	color: #990033;
}
a:active {
	text-decoration: underline;
	color: #990099;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
.text {
	font-weight: bold;
}
#footer a:link, #footer a:visited {
	color: #fff !important;
}
#logowrap {
	background-color: #FFF;
	width: 100%;
	padding-top: 10px;
}
#logowrap img {
	max-width: 100%;
	height: auto;
}
#logo {
	width: 870px;
	margin: 0 auto;
	text-align: center;
}
#header {
	background-color: #fff;
	display: block;
	width: 100%;
	height: 55px;
	padding-top: 0px;
}
#header-menu {
	margin: auto;
	width: 850px;
}
#header-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: white;
	float: left;
	width: 100%;
}
#header-menu li {
	float: left;
	margin: 0 1em 0 0;
}
#header-menu a {
	text-decoration: none;
	display: block;
	width: 6em;
	padding: 0 0.5em;
	font-weight: bold;
	border-bottom: 0.5em solid grey;
	color: grey;
}
#header-menu a:hover {
	border-bottom: 0.5em solid black;
	color: black;
}
#header-menu a:active {
	border-bottom: 0.5em solid black;
	color: black;
}
#mobilebanner {
	display: none;
}
#content {
	background-color: #FFFFFF;
	display: block;
	min-height: 500px;
	width: 100%;
}
#skyltfonster, #article {
	width: 885px;
	min-height: 460px;
	margin: 0 auto;
	padding: 0 0 25px 0;
}
#skyltfonster h1 {
	width: 70%;
	font-family: 'Patua One', cursive;
	font-size: 48px;
	color: #333;
	line-height: 50px;
	margin: 10px 0 35px 0;
}
#article h1 {
	width: 100%;
	font-family: 'Patua One', cursive;
	font-size: 62px;
	letter-spacing: -0.05em;
	color: #333;
	line-height: 56px;
	margin: 10px 0 50px 0;
}
#skyltfonster h2, h3 {
	font-family: 'Patua One', cursive;
}
h2 {
	clear: both;
}
#skyltfonster p a, #related li a, #skyltfonster td a {
	color: #03C !important;
	text-decoration: underline !important;
}
#skyltfonster p {
	font-size: 16px;
	line-height: 24px;
}
#skyltfonster li {
	display: inline;
	float: left;
	padding: 0 10px;
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Georgia;
	height: auto;
}
.categories {
	padding: 0 !important;
	width: 130px !important;
	display: inline-block !important;
	float: none !important;
}
#catboxes {
	display: block;
	max-width: 600px;
	margin: auto;
}
.catbox {
	display: block;
	float: left;
	text-align: center;
	margin-right: 15px;
	padding-bottom: 25px;
}
#skyltfonster li a:link {
	text-decoration: none;
}
#skyltfonster img {
	border: 1px solid grey;
	display: block;
}
#skyltfonster img:hover {
	border: 1px solid grey;
}
#skyltfonster p img {
	border: none;
	display: block;
}
#skyltfonster p img:hover {
	border: none;
}
#skyltfonster form {
	clear: both;
	float: right;
	display: block;
	border: 1px solid grey;
	border-radius: 5px;
	padding: 10px;
	background-color: white;
	font-size: 15px;
	width: 28%;
	margin-top: 10px;
}
#skyltfonster #sokruta {
	float: none;
}
#skyltfonster .bluelink {
	color: #00F !important;
	text-decoration: underline !important;
}
#skyltfonster .brandselect {
	display: block;
	clear: both;
	float: none;
	vertical-align: middle;
	width: 320px;
	align-content: center;
	border: 1px solid grey;
	border-radius: 8px;
	padding: 10px;
	margin: 30px auto;
	background: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
}
#skyltfonster .brandselect select {
	height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 23px;
	color: #000;
	width: 300px;
}
#skyltfonster .brandselect input[type="button"] {
	margin-top: 10px;
	width: 300px;
	height: 30px;
	font-size: 16px;
}
#breadcrumbs {
	width: 100%;
	max-width: 885px;
	margin: 0 auto;
	clear: both;
}
#breadcrumbs ol {
	padding-left: 0;
}
#breadcrumbs ol li {
	display: inline-block;
	list-style-type: none;
	text-transform: capitalize;
	float: none;
	padding: 0 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #03C !important;
	text-decoration: underline !important;
}
.brandtext ul {
	list-style-type: circle !important;
	left: 0 !important;
}
.brandtext ul li {
	display: block !important;
	float: none !important;
	text-align: left !important;
}
.indent {
	padding-left: 5%;
}
.toc {
	background-color: #fff;
	padding: 20px;
	border: 1px solid black;
	max-width: 100%;
	width: 95%;
}
blockquote {
  font-style: italic;
  background: #f3f8f3;
  border-left: 4px solid #4caf50;
  margin: 1.5em 0;
  padding: 1em 1.2em;
  color: #333;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  font-family: Georgia, serif;
  font-size:1.5em;
}


.normal ol, .normal ul {
	max-width: 90% !important;
}
.normal ol li, .normal ul li {
	margin-left: 10px !important;
	text-transform: none !important;
	float: none !important;
	text-align: left !important;
	display: list-item !important;
	font-size: 16px !important;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif !important;
}
.normal a:link, .normal a:visited {
	color: #03c !important;
	text-decoration: underline !important;
	font-family: 'Open Sans', sans-serif;
}
.productfeed ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.productfeed li {
	display: inline;
	float: left;
	padding: 0 10px;
	display: block;
	height: 200px;
	width: 200px;
	margin-bottom: 20px;
}
.productfeed li a:link {
	text-decoration: none;
}
.productfeed .productimage {
	border: 1px solid #e8e8e8;
	display: block;
	height: 200px;
	align-content: center;
}
.productfeed img {
	border: 1px solid grey;
	border: none !important;
	width: 200px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 5px 0;
	max-height: 195px;
}
.productfeed .infobox {
	color: #000;
	font-size: 10px;
	display: block;
	width: 192px;
	height: 37px;
	padding: 5px;
	overflow: hidden;
	text-transform: none;
	text-align: left;
}
.productfeed .productname {
	background: #000;
	color: #FFFFFF;
	display: block;
	width: 192px;
	height: 40px;
	position: relative;
	padding: 5px;
}
.productfeed .white {
	position: relative;
	left: -11px;
	top: -72px;
}
.productfeed .white img {
	opacity: 0.2;
}
.productfeed .white img:hover {
	opacity: 0;
	border: 1px solid grey;
}
.productfeed .productname h3 {
	font-weight: bold;
	font-size: 10px;
	margin: 1px;
	font-family: Verdana, sans-serif !important;
	line-height: 12px;
}
.productfeed .pricelink {
	padding: 5px;
	font-weight: bold;
	font-size: 13px;
	display: block;
	height: 32px;
	width: 192px;
	background-color: #294169;
	color: #FFFFFF;
	text-align: center;
}
.productfeed .discount {
	background-color: #CB0404;
}
.productfeed .discount .oldprice {
	text-decoration: line-through;
}
.productfeed .normal {
	background-color: #294169;
}
.productfeed .pricelink:hover {
	background-color: #000;
}
.productfeed .shopname {
	text-transform: none;
	font-size: 9px;
	font-weight: normal;
}
.productfeed .readmore {
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
}
#related {
	clear: both;
}
#related ul {
	left: 0px;
}
#related li {
	display: list-item;
	float: none;
	text-align: left;
	text-transform: capitalize;
	list-style-type: disc;
	left: 0px;
}
.brandlist a:link {
	text-decoration: underline !important;
	color: #0000CC !important;
	display: block;
}
.frontblockleft {
	clear: both;
	display: block;
	width: 45%;
	float: left;
	border-right: thin black dotted;
	margin-right: 10px;
	padding-right: 10px;
}
.frontblockright {
	display: block;
	width: 45%;
	float: left;
}
.menurow {
	display: block;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	background: #3799CD;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: white;
}
.menurow:hover {
	background: #A6A6A6;
}
#footer .block {
	width: 750px;
	margin: auto;
}
#footer .block h3 {
	font-weight: bold;
	color: #ffffff;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
}
#footer a:link, #footer a:visited {
	color: #fff !important;
	text-decoration: underline !important;
}
.greytext {
	color: grey;
}
.floatLeft {
	float: left;
	display: block;
}
.table {
	float: left;
	display: block;
	text-align: center;
	margin-right: 25px;
}
.table table {
	border: 1px solid black;
}
.table caption {
	font-weight: bold;
	width: 100%;
	background: #3799CD;
	font-size: 16px;
	line-height: 35px;
	color: #FFFFFF;
}
.table tr:nth-child(even) {
	background: #CCC;
}
.table tr:nth-child(odd) {
	background: #FFF;
}

.break-wide {
	clear: both;
}
.standard-list ul {
	display: block;
	list-style-type: square !important;
	left: 25px !important;
}
.standard-list li {
	display: list-item !important;
	float: none !important;
	text-align: left !important;
	text-transform: none !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 12px;
}
.standard-list li a:link, .standard-list li a:visited {
	text-decoration: underline !important;
	color: #00c !important;
}
.pros ul li, .cons ul li {
	background-repeat: no-repeat;
	line-height: 30px;
	padding: 0 0 0 30px !important;
	margin-top: 5px !important;
	list-style: none !important;
}
.cons ul li {
	background-image: url('/imgs/icons/minus-circle-red.png');
}
.pros ul li {
	background-image: url('/imgs/icons/plus-circle-green.png');
}
.video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Responsive menu */

/* Clearfix */

.clearfix:before,  .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
/* Basic Styles */





nav {
	height: 40px;
	width: 100%;
	font-weight: bold;
	position: relative;
	color: #000;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 870px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
}
nav a {
	color: #000;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	font-weight: bold;
	color: grey;
	border-bottom: 0.5em solid grey;
}
nav li a {
}
nav li:last-child a {
	border-right: 0;
}
a:visited, a:link {
	color: black !important;
	text-decoration: none !important;
}
nav a:hover {
	border-bottom: 0.5em solid #2f9cf9;
	color: black;
}
nav a:active {
	border-bottom: 0.5em solid #2f9cf9;
	color: black;
}
nav a#pull {
	display: none;
}
.flexcontainer {
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
}
.flexitem-33 {
	flex-basis: 31%;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-bottom: 10px;
	padding:5px;
}
.flexitem-50 {
	flex-basis: 46%;
	margin-bottom: 10px;
}
.flexitem-50 img {
	max-width: 95%;
	height: auto;
}
.flexcontainer ul {max-width:90%;padding-left:15px;}
#article a {
	text-decoration: underline !important;
	color: #00c !important;
}
#article h2 {
	clear: both;
	padding-top: 25px;
}
#article .formCalc, #article #message_ajax, #article #message_ajax_2 {
	display: inline-block;
	width: 100%;
}
#article .tempo_ajax input[type=text], #article .hastighet_ajax input[type=text] {
	text-align: right;
}
#article form {
	clear: both;
	float: left;
	display: block;
	border: 1px solid grey;
	border-radius: 5px;
	padding: 10px;
	background-color: white;
	font-size: 15px;
	width: 350px;
	margin-top: 10px;
}
#article .resultat {
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
/*Search form styling */

#search-form {
	width: 430px;
	height: 360px;
	margin: 60px auto 0 auto;
	padding: 1px 0 0 0;
	background: url(imgs/form-bg.png) top center no-repeat;
}
.form-container {
	width: 353px !important;
	height: 49px;
	padding: 0;
	overflow: hidden;
	text-align: left;
	background: #f8f8f8;
	border: 1px solid #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #f8f8f8, #eeeeee);
	background-image: -moz-linear-gradient(top, #f8f8f8, #eeeeee);
	background-image: -ms-linear-gradient(top, #f8f8f8, #eeeeee);
	background-image: -o-linear-gradient(top, #f8f8f8, #eeeeee);
	background-image: linear-gradient(top, #f8f8f8, #eeeeee);
	-moz-box-shadow: 0 4px 0 #ddd, 0 6px 8px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 4px 0 #ddd, 0 6px 8px rgba(0,0,0,.5);
	box-shadow: 0 4px 0 #ddd, 0 6px 8px rgba(0,0,0,.5);
}
.search-field {
	float: left;
	width: 250px;
	height: 34px;
	margin: 6px 0 0 8px;
	padding: 0 8px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	color: #888;
	font-style: italic;
	font-weight: 400;
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: -moz-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: -ms-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: -o-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: linear-gradient(top, #f5f5f5, #ffffff);
	-moz-box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
}
.search-field:focus {
	outline: 0;
	color: #666;
	border-color: #aaa;
	-moz-box-shadow: 0 1px 1px #dadada inset;
	-webkit-box-shadow: 0 1px 1px #dadada inset;
	box-shadow: 0 1px 1px #dadada inset;
}
.submit-container {
	float: left;
	width: 60px;
	height: 32px;
	margin: 7px 0 0 7px;
	padding: 0;
	cursor: pointer;
	background: #e63c0d;
	border: 1px solid #d62700;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f55f15), to(#e63c0d));
	background-image: -webkit-linear-gradient(top, #f55f15, #e63c0d);
	background-image: -moz-linear-gradient(top, #f55f15, #e63c0d);
	background-image: -ms-linear-gradient(top, #f55f15, #e63c0d);
	background-image: -o-linear-gradient(top, #f55f15, #e63c0d);
	background-image: linear-gradient(top, #f55f15, #e63c0d);
	-moz-box-shadow: 0 1px 1px #fa8e1f inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #fa8e1f inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #fa8e1f inset, 0 1px 0 #fff;
}
.submit-container:hover, .submit-container:focus {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e63c0d), to(#f55f15));
	background-image: -webkit-linear-gradient(top, #e63c0d, #f55f15);
	background-image: -moz-linear-gradient(top, #e63c0d, #f55f15);
	background-image: -ms-linear-gradient(top, #e63c0d, #f55f15);
	background-image: -o-linear-gradient(top, #e63c0d, #f55f15);
	background-image: linear-gradient(top, #e63c0d, #f55f15);
	-moz-box-shadow: 0 1px 1px #f36215 inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #f36215 inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #f36215 inset, 0 1px 0 #fff;
}
.submit-container:active {
	outline: 0;
	-moz-box-shadow: 0 1px 6px #e4340b inset;
	-webkit-box-shadow: 0 1px 6px #e4340b inset;
	box-shadow: 0 1px 6px #e4340b inset;
}
.submit {
	float: left;
	width: 60px;
	height: 32px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 0px solid #000;
	background: url(imgs/form-magnifier.png) 20px 6px no-repeat;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
/* Responsive table */

/* Generic Styling, for Desktops/Laptops */

table {
	width: 100%;
	border-collapse: collapse;
}
table a:link {
	text-decoration: underline !important;
}
table a:hover {
	color: #06F !important;
}
/* Zebra striping */

tr:nth-of-type(odd) {
	background: #e4e1e1;
}
th {
	background: #086793;
	color: white;
	font-weight: bold;
}
td, th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left;
}
/*******
FAQ accordion javascript krävs
********/

.faq-accordion {
	border: 1px solid #ddd;
	border-radius: 12px;
	padding: 1em;
	background-color: #f9f9f9;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.faq-item {
	margin-bottom: 1em;
}
.faq-question {
	width: 100%;
	background: none;
	border: none;
	font-size: 1.05em;
	text-align: left;
	padding: 0.5em 0;
	position: relative;
	cursor: pointer;
	font-weight: 600;
	display: flex;
	align-items: center;
}
.faq-icon {
	margin-right: 0.8em;
	font-weight: bold;
	font-size: 1.2em;
	width: 1em;
	text-align: center;
	transition: transform 0.2s;
}
.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	padding-left: 1.8em;
	color: #555;
}
.faq-question[aria-expanded="true"] + .faq-answer {
	max-height: 200px;
}
.faq-question[aria-expanded="true"] .faq-icon {
	transform: rotate(45deg);
}


/************
   TOC
*************/

.toc {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    max-width: 100%;
    margin-bottom: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 450px;
}
.toc ul {padding-left:5px; left:0 !important;}



/**********
   LOGO BUTTONS
   ***************/
   
   .centered-block {
  text-align: center;
  margin-top: 1.5rem;
}

.retail-header {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.logo-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.logo-button {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-align: center;
  transition: all 0.2s ease;
  width: fit-content;
}

.logo-button img {
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none; 
}

.logo-button:active,
.logo-button:focus,
.logo-button:hover {
  background-color: #eaeaea;
  transform: scale(1.02);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  outline: none;
  border-color: #999;
}

.logo-button:focus-visible {
  outline: 2px solid #555;
  outline-offset: 2px;
}

.logo-column img {
  display: block;
  max-width: 100%;
  height: auto;
  border:none !important;
}


/*Styles for screen 600px and lower*/

@media screen and (max-width: 600px) {
#content {
	padding-left: 15px;
	padding-right: 15px;
	width: 90%;
	margin-top: 0px;
	z-index: 0;
}
#skyltfonster, #article {
	width: 95%;
}
#socialbuttons {
	margin: auto;
	width: 100%;
	text-align: center;
}
.site-title {
	font-size: 32px;
	top: -6px;
	left: -5px;
}
#article img {
	max-width: 100%;
	height: auto;
}
#article form {
	max-width: 90%;
}
#skyltfonster h1, #article h1 {
	font-size: 33px;
	line-height: 35px;
	width: 95%;
	margin-bottom: 25px;
}
#skyltfonster ul {
	width: 100%;
	margin: 15px auto;
}
body {
	font-size: 14px;
}
a:visited, a:link {
	color: #fff !important;
	text-decoration: none !important;
}
.textblock a:visited, .textblock a:link {
	color: #03C !important;
	text-decoration: underline !important;
}

.toc {max-width:90%;}

#footer .block {
	width: 95%;
}
.logo, #logo {
	max-width: 100%;
}
#logowrap img {
	max-height: 35px;
	width: auto;
	margin: 0 15px;
}
#skyltfonster form {
	width: 95%;
	margin-bottom: 20px;
}
#skyltfonster img {
	max-width: 100%;
	height: auto;
}
#skyltfonster .productfeed {
	width: 100%;
	margin: 0 auto;
}
.toc {
	max-width: 90%;
}
.productfeed .productname, .productfeed .pricelink, .productfeed .infobox {
	width: 100%;
}
.productfeed .infobox {
	max-height: 70px;
	height: auto;
	font-size: 12px;
	padding: 0;
}
#skyltfonster .productfeed li {
	text-align: left;
	width: 96%;
	padding: 0 0 0 10px;
}
.productfeed .productimage {
	height: auto;
	min-height: 250px;
}
.productimage img {
	min-height: 100px;
}
.productfeed .productname {
	border: 1px solid #000;
	padding: 0;
}
.productfeed .pricelink {
	border: 1px solid #294169;
	padding: 5px 0 0 0;
	height: 45px;
	font-size: 16px;
}
.productfeed .productname h3 {
	margin: 5px;
}
#mobilebanner {
	display: block;
}
#related li {
	font-size: 16px;
	padding: 3px;
	line-height: 24px;
}
#related ul {
	width: 90% !important;
}
.break-wide {
	clear: none;
}
.standard-list ul {
	left: -10px !important;
	width: 90% !important;
}
.brandlist a:visited {
	color: #0000CC !important;
}
#catboxes img {
	display: unset;
}
.catbox {
	width: 100%;
}
nav a:hover {
	border: none;
}
nav {
	height: auto;
	border-bottom: 0;
	background-color: #000;
	color: #fff;
	margin-top: 0px;
	z-index: 1;
}
nav ul {
	width: 100%;
	display: none;
	height: auto;
}
nav li {
	width: 50%;
	float: left;
	position: relative;
}
nav li a {
	border: none;
	color: #fff;
}
nav a {
	text-align: left;
	width: 100%;
	text-indent: 25px;
}
nav a#pull {
	display: block;
	background-color: #000;
	color: #fff;
	width: 100%;
	position: relative;
}
nav a#pull:after {
	content: "";
	background: url('/imgs/nav-icon.png') no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 10px;
}
.flexcontainer {
	flex-flow: column wrap;
}
#article a:link, #article a:visited, #skyltfonster td a {
	text-decoration: underline !important;
	color: #00c !important;
}
.form-container {
	max-width: 95% !important;
}
.search-field {
	max-width: 55% !important;
}
iframe {
	max-width: 100% !important;
	height: auto;
	min-height: 400px;
}
}

/*Styles for screen 515px and lower*/

@media only screen and (max-width : 480px) {
.productfeed .productname {
	height: 46px;
}
.productfeed .productname h3 {
	font-size: 12px;
	line-height: 14px;
}
}

/*Smartphone*/

@media only screen and (max-width : 320px) {
nav li {
	display: block;
	float: none;
	width: 100%;
}
nav li a {
	border-bottom: 1px solid #576979;
}
}
