* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	scrollbar-width: thin;
	/* scrollbar-color: darkgrey #4C8942; */
	scrollbar-color: darkgrey #458A3A;
}
	::-webkit-scrollbar { width: 10px; }
	::-webkit-scrollbar-track { background: darkgrey; }
/*	::-webkit-scrollbar-thumb { background: #4C8942; } */
	::-webkit-scrollbar-thumb { background: #458A3A; }
body    {
	margin: 0;
	padding: 0;
        background-color: white;
        color: black;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 100%;
        font-weight: normal;
        font-style: normal;
	word-wrap: break-word;
}
th { font-weight: bold }
h1, h2, h3, h4, h5, h6 {
	font-size: 1.25em;
	display: block;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	word-wrap: break-word;
}
p {
	display: block;
	font-size: 1em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	margin-left: 0;
	margin-right: 0;
	text-decoration: none;
}
.max {
	margin: 0; 
	padding: 0; 
	border: 0; 
	width: 100%;
}
.fontbase {
	/* font-size: .75em; */
	font-size: .90em;
}
.center { 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.stickleft {
	display: inline-block;
}
.hastur { margin-left: auto; margin-right: auto; padding: 0; border: 0; width: 939px; }
.elvis { margin-left: auto; margin-right: auto; padding: 0; border: 0; width: 100%; }
.elder { 
	position: fixed; top: 5px; right: 5px;
	padding: 0px;
	border-style: solid;
	border-width: 1px; 
	/* border-color: #4C8942; */
	border-color: #458A3A;
	border-radius: 6px;
/*	background-color: #F3F5F2;  */
	background-color: #FAFAFA;
	z-index: 100;
}
button {
	font-weight: normal;
        font-style: normal;
	background-color: #76A56C;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 4px;
	/* border: 1px solid #4C8942; */
	border: 1px solid #458A3A;
	border-radius: 4px;
	margin: 2px;
	outline: none;
	cursor: pointer;
}
button:hover {
	font-weight: normal;
        font-style: normal;
	background-color: #85B27E;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 4px;
	/* border: 1px solid #4C8942;*/
	border: 1px solid #458A3A;
	border-radius: 4px;
	margin: 2px;
	outline: none;
	cursor: pointer;
}
button:focus {
	font-weight: normal;
        font-style: normal;
	background-color: #85B27E;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 4px;
	/* border: 1px solid #4C8942; */
	border: 1px solid #458A3A;
	border-radius: 4px;
	margin: 2px;
	outline: none;
	cursor: pointer;
}
.alert {
	border: 2px solid red;
	padding: 5px;
	text-align: center;
}
div.hisuo {
	display: none;
	position: relative;
}
/* RWD */
.row::after {
    content: "";
    clear: both;
    display: block;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
[class*="col-"] {
	float: left;
	padding-left: 1px;
}
/* small viewport */
[class*="col-"] {
    width: 100%;
}
.menucol {
	float: left;
}
.menucol2 {
	float: left;
	padding-left: 10px;
}
.sivumenucol {
	float: left;
	padding-right: 10px;
}
// tuotehaku grid view
.col-grid {
	float: left;
	padding-left: 1px;
	width: 100%;
}
input[id^='nmr_'] {
	width: 3em;
}
/* maksutavat */
div.ptprov {
	float: left;
	padding-left: 10px;
	padding-bottom: 15px;
}
img.ptprov {
	display: inline-block;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	width: auto;
	border: none;
}
.ptprovinfo {
	display: inline-block;
	padding-left: 10px;
	padding-bottom: 10px;
	line-height: 50px;
}
.ptbanner {
	border-top: 2px solid black;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.wishinfos {
	display: none;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 60;
	width: 250px;
	height: auto;
	overflow: visible;
	background-color: #fefefe;
	padding: 10px;
	border: 1px solid #888;
	border-radius: 6px;
}
.shareinfos {
	display: none;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 60;
	width: 250px;
	height: auto;
	overflow: visible;
	background-color: #fefefe;
	padding: 10px;
	border: 1px solid #888;
	border-radius: 6px;
}
/* hakusuodatin */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 20; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* euroranges */
.erangecontainer { width: 100%; }
.eranger {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 25px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}
.eranger:hover {
	opacity: 1;
}
.eranger::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	/* background: #4C8942; */
	background: #458A3A;
	cursor: pointer;
}
.eranger::-moz-range-thumb {
	width: 25px;
	height: 25px;
	/* background: #4C8942; */
	background: #458A3A;
	cursor: pointer;
}
.gallery {
	width: 100%;
}
.barpic {
	position: relative;
	max-height: 30px; /* was 44 ea */
	max-width: 30px;
	border: none;
	margin: none;
	padding: none;
	cursor: pointer;
}
.barpic-oversize {
	position: relative;
	max-height: 32px; /* was 44 ea */
	max-width: 32px;
	border: none;
	margin: none;
	padding: none;
	cursor: pointer;
}
.formpic {
	float: left;
	max-height: 20px;
	border: none;
	margin: none;
	padding: none;
	cursor: pointer;
}
.formpicspacer {
	/* space between basket and wish heart for narrow viewport only - obsolete with flexbox*/
	display: inline-block;
	position: relative;
	border: none;
	margin-left: 20px;
	padding: none;
}
.formpic_item {
	position: relative;
	max-height: 30px;
	border: none;
	margin-left: 20px;
	margin-right: 20px;
	padding: none;
	cursor: pointer;
}
.formpicr {
	position: relative;
	max-height: 20px;
	border: none;
	margin: none;
	padding: none;
	cursor: pointer;
}
.opastemodal {
  display: none;
  position: fixed;
  z-index: 20;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
/* news items small screen */
.nitem {
	position: relative;
	overflow: auto;
/*	background-color: #F3F5F2; */
	background-color: #FAFAFA;
	margin-left: 5px;
	margin-bottom: 10px;
	padding: 1px;
}
.minikori {
	width=100%;
	max-height: 32px;
	margin-bottom: 3px;
	overflow: hidden;
}
.minikori_w {
	width=100%;
	max-height: 32px;
	margin-bottom: 3px;
	overflow: hidden;
	background: white;
}
/* main page container */
.kontti {
	padding: 0;
	margin: 0;
	border: none;
	background-color: white;
}
.postmees {
	padding: 2px;
	margin: 0;
	border: none;
	background-color: white;
	width: 100%;
}
/* footer */
.ittnok {
	padding: 0;
	margin: 0;
	border: none;
}
.wall {
/*	background-color: #F3F5F2; */
	background-color: #FAFAFA;
	margin: 3px;
	padding: 3px;
}
div.listainfo {
	position: relative;
	margin-left: 4px;
	margin-bottom: 15px;
	max-height: 250px;
	overflow: auto;
	text-align: left;
}
div.listainfokaikki {
	margin-left: 4px;
	margin-bottom: 15px;
	text-align: left;
}
/* infolaatikon korkeus = listakuvan max. korkeus */
div.listainfoselaus {
	margin-left: 4px;
	max-height: 120px;
	height: auto;
	overflow: hidden;
}
.centruutu {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
	text-align: center;
	/*background-color: #e9e9e9;*/
/*	background-color: #F3F5F2; */
	background-color: #FAFAFA;
	padding: 3px;
	word-wrap: break-word;
}
.ruutu {
	display: inline-block;
	text-align: center;
	height: 300px;
	overflow: hidden;
	word-wrap: break-word;
}
.ruutuinfo {
	text-align: left;
	font-weight: normal;
	word-wrap: break-word;
}
img.ruutuimg {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	border: none;
}
.selausruutunimi {
	font-weight: bold;
}
.tuotekorttihuomio {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #888;
	border-radius: 6px;
	background-color: white;
}
.tuotekorttihintaxtra {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	color: black;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;	
}
.tuotekorttihinta {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	color: black;
	font-weight: bold;
	font-size: 1.8em;
	text-align: center;
}
.h30seli {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	color: black;
	font-size: .8em;
	text-align: center;
}
.h30mini {
	width: 98%;
	background: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	color: black;
	font-size: .5em;
	text-align: center;
}
.himmelstrike {
	opacity: .5; 
	text-decoration: line-through;
}
.tuotekorttinimi {
	padding-left: 4px;
}
.tuotekorttinimi h1{
	font-size: 1.6em;
	display: block;
	margin-top: 1em;
	margin-bottom: 1.2em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	word-wrap: break-word;
}
.ruutuhinta {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 6px;
	border-style: solid;
	border-width: 1px; 
	/* border-color: #4C8942; */
	border-color: #458A3A;
	border-radius: 6px;
	background-color: white;
	color: black;
	font-weight: bold;
	font-size: 1em;
	overflow: hidden;
	height: 45px;
}
.ruutulink {
	color: #202020;
	font-weight: normal;
}
.ruutulink:hover {
	color: #000000;
	font-weight: bold;
}
.saapalatflex {
	display: inline-block;
}
.saapalat {
	display: inline-block;
	width: 33%;
	height: 100%;
	text-align: center;
	margin: auto;
}
.saapalats {
	display: inline-block;
	width: 20%;
	height: 100%;
	text-align: center;
	margin: auto;
}
.saapalatb {
	display: inline-block;
	width: 40%;
	height: 100%;
	text-align: center;
	margin: auto;
}
.saagreen {
  height: 20px;
  width: 20px;
	margin-top: auto;
	margin-bottom: auto;
	padding: 2px 0;
  background-color: #008000;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.saagreen:hover {
	background-color: #228B22;
}
.saayellow {
  height: 20px;
  width: 20px;
	margin-top: auto;
	margin-bottom: auto;
	padding: 2px 0;
  background-color: #FFD700;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.saayellow:hover {
	background-color: #FFFF00;
}
.saared {
  height: 20px;
  width: 20px;
	margin-top: auto;
	margin-bottom: auto;
	padding: 2px 0;
  background-color: #FF0000;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.saared:hover {
	background-color: #8B0000;
}
/* touch screen "hover" info */
.saared .tooltiptext, 
.saagreen .tooltiptext, 
.saayellow .tooltiptext {
    #visibility: hidden;
	opacity: 0;
    position: absolute;
    z-index: 5;
    width: 120px;
    margin-top: -40px;
    margin-left: -20px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
	transition: all 3s ease-out;
}
.saared:hover .tooltiptext,
.saared:active .tooltiptext, 
.saagreen:active .tooltiptext, 
.saagreen:hover .tooltiptext,
.saayellow:hover .tooltiptext,
.saayellow:active .tooltiptext {
    #visibility: visible;
	opacity: 1;
	transition: all 0.2s ease;
}
/* small screen grid view */
.himmeli {
	display: inline-block;
	opacity: 0.7;
}
.himmeli:hover, .himmeli:active {
	display: inline-block;
	opacity: 1.0;
}
/* liikennevalon huutomerkki */
.erihuuto {
	vertical-align: super;
	color: black;
	font-size: .75em;
}
/* main menu items 2021 */
div.navfix {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: fixed;
	z-index: 15;
}
img.singlekuva2020 {
	max-width: 200px;
	max-height: 200px;
	height: auto;
	width: auto;
	padding: 0px;
	margin-right: 3px;
	margin-bottom: 15px;
	border: none;
}
img.singlekuvax {
	max-width: 350px;
	max-height: 350px;
	height: auto;
	width: auto;
	padding: 0px;
	margin-right: 3px;
	margin-bottom: 15px;
	border: none;
}
/* target: phone */
/* vain symbolit, ei seliteosaa */
div.top21 {
	width: 100%;
	background-color: #000000;
	/*background-color: #7f0000;*/
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 17px;
	overflow: hidden;
}
.menurow {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.menurow::after {
    content: "";
    clear: both;
    display: block;
}
div.menu21 {
	color: #ffffff;
/*	background-color: #4C8942; */
	background-color: #458A3A;
	text-align: center;
	width: 16%;
	float: left;
	padding-top: 1px;
}
div.menu21big {
	color: #ffffff;
/*	background-color: #4C8942; */
	background-color: #458A3A;
	text-align: left;
	width: 18%;
	float: left;
	padding-top: 1px;
	height: 30px;
	overflow: visible;
}
div.menu21bigr {
	color: #ffffff;
	/* background-color: #4C8942; */
	background-color: #458A3A;
	width: 18%;
	float: right;
	text-align: right;
	padding-top: 1px;
}
div.tuotteet21 {
	cursor: pointer;
	display: none;
}
div.omat21 {
	cursor: pointer;
	display: none;
}
div.wish21 {
	cursor: pointer;
	display: none;
}
div.info21 {
	cursor: pointer;
	display: none;
}
div.ajank21 {
	cursor: pointer;
	display: none;
}
div.haku21 {
	cursor: pointer;
	display: none;
}
.korieuro {
  position: relative;
  top: -10px;
  left: -23px;
  height: 16px;
  width: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 0;
	padding: 2px;
  background-color: #FFD700;
  border-radius: 20%;
  display: inline-block;
  color: black;
  font-size: 10px;
}
.dropdown-content2 {
    display: none;
    position: absolute;
	right: 0px;
    background-color: #f9f9f9;
    min-width: 110px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
}
.inlineform {
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 15px;
	padding: 2px;
}
div.listalista {
	display: block;
	position: relative;
	width: 100%;
}
div.listarivi {
	position: relative;
}
.lomakepic {
	position: relative;
	max-height: 20px;
	max-width: 20px;
	border: none;
	margin: none;
	padding: none;
}
.tuotekorttiloota {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 5px;
	padding: 3px;
	width: 100%;
	/*background-color: #e9e9e9;*/
/*	background-color: #F3F5F2;*/
	background-color: #FAFAFA;
}
.selectlimited {
	width: 350px;
}
@media only screen and (min-width: 600px) {
/* medium size viewport */
/* main menu items 2021 */
/* no change to default */

    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
	.col-grid {width: 50%;}
	.formpicspacer {
		/* space between basket and wish heart for all wider viewports */
		display: inline-block;
		position: relative;
		border: none;
		margin-left: 5px;
		padding: none;
	}
    .gallery {
	float: left;
        width: 49.99999%;
	margin: 6px 3px;
    }
	img.singlekuva2020 {
		max-width: 250px;
		max-height: 250px;
		height: auto;
		width: auto;
		padding: 0px;
		margin-right: 3px;
		margin-bottom: 15px;
		border: none;
	}
	img.singlekuvax {
		max-width: 480px;
		max-height: 480px;
		height: auto;
		width: auto;
		padding: 0px;
		margin-right: 3px;
		margin-bottom: 15px;
		border: none;
	}
    .footer {
	padding: 10px 0 0 2px;
    }
	.saared, .saagreen, .saayellow {
		padding: 4px 0;
	}
	/* news items - larger screen */
	.nitem {
		position: relative;
		overflow: auto;
		/* background-color: #F3F5F2; */
		background-color: #FAFAFA;
		margin: 0 15px 15px 5px;
		padding: 3px;
	}
	.kontti {
		margin-left: 6px;
		margin-right: 6px;
	}
	.ittnok {
		margin-right: 6px;
	}
	div.listainfo {
		margin-left: 8px;
		max-height: 250px;
		overflow: auto;
	}
	/* infolaatikon korkeus = listakuvan max. korkeus */
	div.listainfoselaus {
		margin-left: 8px;
		max-height: 120px;
		height: auto;
		overflow: hidden;
	}
	/* autocomplete */
	.ui-widget-content {
        	max-width: 300px;
	}
	.korieuro {
	  position: relative;
	  top: -10px;
	  left: 3px;
	  height: 18px;
	  width: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 4px;
	padding: 2px;
	  background-color: #FFD700;
	  border-radius: 20%;
	  display: inline-block;
	  color: black;
	  font-size: 12px;
	}
.selectlimited {
	width: 550px;
}

}

@media only screen and (min-width: 768px) {
/* large viewport */
/* main menu items 2021 */
/* target: tablet */
/* seliteosa esiin */
div.menu21 {
	width: 16%;
}
div.menu21big {
	width: 18%;
}
.barpic-oversize {
	position: absolute;
	top: 0px;
	height: 51px; /* was 44 ea */
	width: 51px;
	max-height: 51px;
	max-width: 51px;
	border: none;
	margin: none;
	padding: none;
	cursor: pointer;
}
div.menu21bigr {
	width: 18%;
}
div.tuotteet21 {
	line-height: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
}
div.omat21 {
	line-height: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
}
div.wish21 {
	line-height: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
}
div.info21 {
	line-height: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
}
div.ajank21 {
	line-height: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
}
div.haku21 {
	line-height: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
}
/* hakusuodatin */
.modal {
  display: none;
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 600px;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.opastemodal {
  display: none;
  position: fixed;
  z-index: 20;
  left: 50px;
  top: 50px;
  width: 668px;
  height: 90%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
	.col-grid {width: 33.33%;}
	.gallery {
	    float: left;
	    width: 32.99999%;
	    margin: 6px 3px;
	}
	.footer {
		padding: 10px 0 0 5px;
	}
	.kontti {
		margin-left: 12px;
		margin-right: 12px;
	}
	.ittnok {
		margin-right: 12px;
	}
	.wall {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		background-color: #FAFAFA;
		margin: 6px;
		padding: 3px;
	}
	div.listainfo {
		max-height: 250px;
		max-width: 600px;
		overflow: auto;
	}
	/* infolaatikon korkeus = listakuvan max. korkeus */
	div.listainfoselaus {
		margin-left: 12px;
		max-height: 120px;
		height: auto;
		overflow: hidden;
	}
	/* autocomplete */
	.ui-widget-content {
        	max-width: 400px;
	}
	.tuotekorttiloota {
		margin-left: auto;
		margin-right: auto;
		margin-top: 13px;
		margin-bottom: 15px;
		padding: 10px;
		width: 90%;
		max-width: 750px;
	/*	background-color: #F3F5F2;*/
		background-color: #FAFAFA;
	}
}

/* 1024 */
@media only screen and (min-width: 1024px) {
	.col-grid {width: 25%;}
	/* autocomplete */
	.ui-widget-content {
        	max-width: 500px;
	}
/* main menu items 2021 */
/* target: desktop */
	img.singlekuva2020 {
		max-width: 450px;
		max-height: 300px;
		height: auto;
		width: auto;
		padding: 0px;
		margin-right: 3px;
		margin-bottom: 15px;
		border: none;
	}
	div.listainfo {
		max-height: 250px;
		max-width: 750px;
		overflow: auto;
	}

}

/* widescreen */
@media only screen and (min-width: 1280px) {
/* main menu items 2021 */
/* limit max width for crazy people */
	.max {
		background-color: white;
		width: 1240px;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		padding: 0; 
		border: 0; 
	}
	div.navfix {
		width: 1240px;
	}
	.tuotekorttiloota {
		margin-left: auto;
		margin-right: auto;
		margin-top: 13px;
		margin-bottom: 15px;
		padding: 10px;
		width: 750px;
		/* background-color: #F3F5F2; */
		background-color: #FAFAFA;
	}
}

/* more generic stuff below */

img.rwd {
	max-width: 100%;
	height: auto;
	border: none;
}
img.news {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
	border: none;
	float: right;
}
img.newscenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
	border: none;
}
.bardiv {
	/* background-color: #4C8942; */
	background-color: #458A3A;
}
img.listakuva {
	max-width: 100%;
	height: auto;
	border: none;
	margin: 1px 3px 3px 0;
}
img.singlekuva {
	max-width: 120px;
	max-height: 120px;
	height: auto;
	width: auto;
	padding: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	border: none;
}
/* tuotekuva iso */
#tuotekuva {
	cursor: pointer;
	transition: 0.3s;
}
#tuotekuva:hover {
	opacity: 0.7;
}
.isokuva {
	display: none;
	position: fixed;
	z-index: 10;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.9);
}
.isokuva_sisus {
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
@keyframes zoom {
    from {transform: scale(0.1)} 
    to {transform: scale(1)}
}
.xclose {
    position: absolute;
    top: 35px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.xclose:hover,
.xclose:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.midline {
	background-color: #C3D5C2;
}
.botline {
	/* background-color: #F3F5F2; */
	background-color: #FAFAFA;
}
/* generic */
a { 
	/* color: #4C8942; */
	color: #458A3A;
	font-weight: bold; 
	word-wrap: break-word; 
}
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {
	text-decoration: underline; 
	/* color: #4C8942; */
	color: #458A3A;
}
.anchor { color: black; font-weight: bold }
.anchor:hover {color: black; text-decoration: none}
.testi { color: #ff6600; font-weight: bold }
.sublink { padding-left: 12px; }
.rbar { 
	border-top-style: solid; 
	/* border-top-color: #4C8942; */
	border-top-color: #458A3A;
	width: 100%; 
}
.o_palkki { 
	padding-left: 4px; 
	font-weight: bold; 
	color: #ffffff; 
	/* background-color: #4C8942; */ 
	background-color: #458A3A;
}
.o2_palkki { padding-left: 4px; font-weight: bold; color: black; background-color: white; }
.o3_palkki { 
	font-weight: bold; 
	/* background-color: #F3F5F2; */
	background-color: #FAFAFA;
}
.o4_palkki { font-weight: bold; background-color: #C3D5C2; }
.huomiotausta { font-weight: bold; background-color: #f01040; }
.lista1 { 
/* background-color: #F3F5F2; */
	background-color: #FAFAFA;
}
.lista2 { background-color: #ffffff; }
.lista11 { 
	/* background-color: #F3F5F2; */
	background-color: #FAFAFA;
	border-style: solid; 
	border-width: 1px; 
	border-color: black; 
}
.hinta { color: #000; }
.uutuudet { 
	/* color: #4C8942; */
	color: #458A3A;
	letter-spacing: 1px; 
}
.tuotteet { line-height: 20px; }
.huomio { font-weight: bold; color: #f30303; background-color: #000; }
.huomioiso { font-weight: bold; color: #f30303; background-color: #000; line-height: 22px; }
.sred { font-weight: bold; color: red; }
.sgreen { 
	font-weight: bold; 
	/* color: #4C8942; */
	color: #458A3A;
}
.hki,
.tku,
.joe,
.oul,
.jkl,
.tre,
.lpr,
.kuo { 
	font-weight: bold;
	color: #000;
	/* background-color: #F3F5F2; */
	background-color: #FAFAFA;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
} /* color: #42593e; */
.uutuuskuva { color: #42593e; font-weight: bold; }
img.uutuus { border: 1px solid #42593e; }
.error { color: #ff0000; background-color: white;}
.redspan {
	display: inline-block;
	color: #ff0000;
	background-color: white;
}
.greenspan {
	display: inline-block;
	color: green;
	background-color: white;
}
.bluespan {
	display: inline-block;
	color: blue;
	background-color: white;
}
.megaerror { color: #ff0000; font-weight: 900; text-decoration: blink; font-size: 1.5em; }
/* login-lomakkeet, yms */
.login {
	/* background-color: #F3F5F2; */
	background-color: #FAFAFA;
	padding: 2px;
}
.login_w {
	background-color: #FFFFFF;
	padding: 2px;
}
.prosentti { font-weight: normal; color: #000; background-color: #FFFFFF; } /* font-weight: bold; */
.loppusumma { 
	font-weight: bold; 
	color: #000; 
	/* background-color: #F3F5F2; */
	background-color: #FAFAFA;
}
img.plain { border: none; }
.twenty {
        font-weight: bold;
        text-align: center;
        background: #eeeeee;
}
table.twenty {
	/* border: 2px solid #4C8942; */
	border: 2px solid #458A3A;
}
.hide { background-color: #f06a3a; }
.opaste { 
	/* background-color: #F3F5F2; */
	background-color: #FAFAFA;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 95%;
}
.nuoli {
	width: 100%;
	background-image: url("kuvat/vihr_nuoli.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding: 5px 0px 5px 10px;
	margin-left: 3px;
}
.alanuoli {
	background-image: url("kuvat/vihr_nuoli.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding: 5px 0px 5px 10px;
	margin-left: 13px;	
}
.tuotelaatikko {
	margin-bottom: 1px;
}
input[type=text], input[type=password] {
	padding: 2px;
	margin: 4px 0;
	/* border: 1px solid #4C8942; */
	border: 1px solid #458A3A;
	border-radius: 4px;
}
input[type=text]:focus {
	outline: none;
	/* background-color: #F3F5F2; */
	background-color: #FAFAFA;
}
.search {
	padding: 2px;
	margin: 4px 0;
	/* border: 1px solid #4C8942; */
	border: 1px solid #458A3A;
	border-radius: 4px;
	background: white url("site_images/search-h.png") no-repeat right bottom;
}
.search:focus {
	padding: 2px;
	margin: 4px 0;
	/* border: 1px solid #4C8942;*/
	border: 1px solid #458A3A;
	border-radius: 4px;
	/* background: #F3F5F2; */
	background-color: #FAFAFA;
}
textarea {
	padding: 2px;
	/* border: 1px solid #4C8942;*/
	border: 1px solid #458A3A;
	border-radius: 4px;
	outline: none;
	resize: none;
}
select {
	padding: 2px;
	/* border: 1px solid #4C8942;*/
	border: 1px solid #458A3A;
	border-radius: 4px;
	/* background-color: #F3F5F2; */
	background-color: #FAFAFA;
	outline: none;
}
.korikori21 {
	float: left;
	max-height: 20px;
	border: none;
	margin-right: 3px;
	padding-bottom: 1px;
	cursor: pointer;
}
.korikorivale21 {
	float: left;
	max-height: 20px;
	border: none;
	margin-right: 3px;
	padding-bottom: 1px;
	opacity: 0.5;
	cursor: not-allowed;
}
input.korikori {
	font-weight: bold;
	font-style: normal;
	background: #85B27E url("kuvat/basket-small.png") no-repeat center/26px 20px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 4px;
	/* border: 1px solid #4C8942;*/
	border: 1px solid #458A3A;
	border-radius: 4px;
	margin: 2px;
	outline: none;
}
input.korikorivale {
	font-weight: bold;
	font-style: normal;
	background: #85B27E url("kuvat/basket-small.png") no-repeat center/26px 20px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 4px;
	/* border: 1px solid #4C8942;*(
	border: 1px solid #458A3A;
	border-radius: 4px;
	margin: 2px;
	outline: none;
	opacity: 0.5;
	cursor: not-allowed;
}
.toggle {
	background-color: #76A56C;
	color: #FFFFFF;
	padding: 2px 4px;
	/* border: 1px solid #4C8942;*/
	border: 1px solid #458A3A;
	border-radius: 4px;
	margin: 2px;
	outline: none;
	cursor: pointer;
}
input[type=button], input[type=submit], input[type=reset] {
	font-weight: normal;
        font-style: normal;
	background-color: #76A56C;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 4px;
	/* border: 1px solid #4C8942;*/
	border: 1px solid #458A3A;
	border-radius: 4px;
	margin: 2px;
	outline: none;
	cursor: pointer;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
        font-weight: normal;
        font-style: normal;
	background-color: #85B27E;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 4px;
	/* border: 1px solid #4C8942; */
	border: 1px solid #458A3A;
	border-radius: 4px;
	margin: 2px;
	outline: none;
}
input[type=button]:focus, input[type=submit]:focus, input[type=reset]:focus {
        font-weight: normal;
        font-style: normal;
	background-color: #85B27E;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 4px;
	/*border: 1px solid #4C8942;*/
	border: 1px solid #458A3A;
	border-radius: 4px;
	margin: 2px;
	outline: none;
}
button.ptbut, input[type=button].ptbut {
	background-color: #FFFFFF;
}
button.ptbut:focus, input[type=button].ptbut:focus {
	background-color: #EEEEEE;
}
button.ptbut:hover, input[type=button].ptbut:hover {
	background-color: #EEEEEE;
}
.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
/* menu / navigation */
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* background-color: #4C8942;*/
    background-color: #458A3A;
}
li {
    float: left;
}
li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 0;
    text-decoration: none;
}
li a:hover {
    text-decoration: underline;
}
li .dropdown:hover .dropbtn {
    background-color: #C3D5C2;
}
li.dropdown {
    display: inline-block;
}
li.dropdown2 {
	float: right;
    display: inline-block;
}
.dropdown-content {
    display: none;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 550px;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 110px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
}
.dropdown-content-large {
    display: none;
    overflow-x: auto;
    overflow-y: auto;
    height: 600px;
    width: 300px;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
}
@media only screen and (orientation: landscape) and (max-height: 600px) {
	.dropdown-content {
		max-height: 300px;
	}
	.dropdown-content-large {
		height: 270px;
	}
}
.dropdown-content-search {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
}
.dropdown-content a,p {
    padding: 6px 8px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content p {
    color: black;
}
.dropdown-content a {
 /*   color: #4C8942; */
	color: #458A3A;
}
.dropdown-content-large a,p {
    padding: 6px 8px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content-large p {
    color: black;
}
.dropdown-content-large a {
  /*  color: #4C8942; */
	color: #458A3A;
}
p.menuhdr {
	text-transform: uppercase;
}
.dropdown-content2 a,p {
    padding: 6px 8px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content2 p {
    color: black;
}
.dropdown-content2 a {
  /*  color: #4C8942; */
	color: #458A3A;
}
.dropdown-content-search input {
    display: block;
    text-align: left;
}
/*
.dropdown-content a:hover {
	background-color: #C3D5C2;
}
.dropdown-content-large a:hover {
	background-color: #C3D5C2;
}
*/
.dropdown-content-search input:hover {
	background-color: #C3D5C2;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropdown-content-large {
    display: block;
}
.dropdown2:hover .dropdown-content2 {
    display: block;
}
.dropdown:hover .dropdown-content-search {
    display: block;
}
div.menurow2 {
	display: none;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}
.topspacer {
	position: relative;
	display: block;
	height: 50px;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  z-index: 1;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/* blinking text */
.blinking{
    animation:blinkingText 1.0s infinite;
}
@keyframes blinkingText{
    0%{     color: #FF0000;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    100%{   color: #FF0000;    }
}
/* autocomplete additional styling */
.auto_odd {
	background-color: #E3E5E2;
}
/* hidden when not needed */
div.riddle {
	display: none;
	position: relative;
}
.toimo {
	display: none;
}
.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/* wishlist */
.koriwish {
	display: block;
}
.koriwish:after {
    content: "";
    clear: both;
    display: block;
}
.koriwish2 {
	display: block;
	padding-right: auto;
	padding-top: 10px;
	width: 252px;
}
.koriwish2:after {
    content: "";
    clear: both;
    display: block;
}
.koripala2 {
	float: left;
	margin-bottom: 10px;
}
.koripala {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 250px;
	padding-left: 4px;
}
.rivilomake {
	display: inline-block;
}
.taulu {
	display: inline-block;
	position: relative;
	margin-left: 5px;
}
.tauluostos {
	display: inline-block;
	position: relative;
	margin-left: 5px;
	width: 50px;
}
.tauluhead {
	display: inline-block;
	position: relative;
	margin-left: 5px;
	font-weight: bold;
}
.wishpala {
	display: inline-block;
	position: relative;
	margin-left: 5px;
}
.makeroom {
	height: 20px;
	width: 20px;
}
.tietopala {
	float: left;
	padding-left: 4px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-weight: bold;
}
#divlksub {
	display: inline-block;
	position: relative;
}
#lksub {
	display: inline-block;
	position: relative;
}
.delay {
  box-shadow: 0 0 0 3px green, 0 0 0 2px green inset;  
  border: 2px solid transparent;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 2px;
  line-height: 22px;
  color: green;
  font-size: 18px;
  font-family: Courier, cursive;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.6;
  width: 155px;
  transform: rotate(-5deg);
}
.divnappi {
	display: inline-block;
	position: relative;
	margin-left: 10px;
	padding: 5px;
	border-style: solid;
	border-width: 2px;
/*	border-color: #4C8942; */
	border-color: #458A3A;
	border-radius: 6px;
	cursor: pointer;
}
.seinakalenteri {
	display: none;
	margin-bottom: 10px;
	/* background-color: #F3F5F2; */
	background-color: #FAFAFA;
}
.setapaimg {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 8px;
}
.setapaimgunit {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.seinakuukausi {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding-bottom: 10px;
}
.sekalvvkk {
	font-size: 1.25em;
	font-weight: bold;
}
.seinaviikko {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
.seinapvnimi {
	width: 14%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	/* background-color: #F3F5F2; */
	background-color: #FAFAFA;
	padding-left: 10px;
}
.seinapv {
	width: 14%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: black;
	padding-left: 3px;
}
.seinapvactive {
	width: 14%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: black;
	padding-left: 3px;
}
.seinalast {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: black;
}
.seinapv h2 {
	margin-bottom: 0.25em;
	margin-left: 10px;
}
.seinapvactive h2 {
	margin-bottom: 0.25em;
	margin-left: 10px;
}
.setitletext {
	margin-bottom: 4px;
}
.pvmeni {
/*	background-color: #74a36c; */
}
.pvnyt {
	/* border: 2px solid #4C8942;*/
	border: 2px solid #458A3A;
	background-color: white;
}
.seinaonevents {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 20%;
}
.seinaevent {
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-color: black;
	border-bottom-style: solid;
	margin-bottom: 10px;
}
.spannappi {
	text-decoration: underline;
	cursor: pointer;
}
.serullaus {
	/* color: #4C8942;*/
	color: #458A3A;
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.aukinaps {
	/* color: #4C8942; */
	color: #458A3A;
	padding: 1px;
	border: 1px solid #FAFAFA;
	cursor: pointer;
}
.aukinaps:hover {
	background-color: white;
	padding: 1px;
	border: 1px solid #458A3A;
}
.pvmeni .aukinaps {
	opacity: 60%;
}
.pvmeni img {
	opacity: 60%;
}
.kallogo {
/*	position: relative;*/
	max-height: 30px;
	max-width: 42px;
	border: none;
	margin: none;
	padding: none;
	cursor: pointer;
}
.kallogokuvaus {
	max-width: 100px;
	max-height: 51px;
	border: none;
	margin: none;
	padding: none;
}
@media only screen and (min-width: 1024px) {
	.kallogo {
		max-width: 70px;
	}
}
.piakkoin {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.piakkoinatomi {
	padding: 3px;
	max-width: 150px;
}
