.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}/*!
Theme Name: viherkauppa
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.2.9
Tested up to: 6.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: viherkauppa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

viherkauppa is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}






/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}/*!
Theme Name: viherkauppa
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.2.9
Tested up to: 6.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: viherkauppa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

viherkauppa is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}






/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*** UNIVERSAL ***/
*, *::before, *::after {
    box-sizing: border-box;
}
body {
	font-family: 'Jost', sans-serif;
	opacity: 0;
    overflow-x: hidden;
    background:var(--white);
}
a:focus, button:focus, input:focus {
	outline:none;
}
:root {
  --white: #ffffff;
  --dark: #1e1e1e;
  --green: #579339;
  --dark-green: #42702b;
  --orange: #ff8300;
  --dark-orange: #ed7a00;
  --light: #f9f9f9;
  --grey: #f3f3f3;
  --dark-grey: #ededed;
  --light-green: #e3f0e1;
}
p, span.stock, .custom-infotable-content, [role="alert"], .woocommerce-info {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    color: var(--dark);
}
a {
    color:var(--dark);
}
h2 {
    font-size:30px;
    font-weight:500;
    margin:0 0 40px 0;  
}
h3 {
    font-size: 24px;
}

/*** HEADER ***/
#headercontainer {
    background: #fff;
    position: absolute;
    width: 100%; 
    top: 40px;
    left: 0;
    z-index: 100;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 8%);
    transition: 0.1s all ease-in-out;
}
#headercontainer:after {
    content: '';
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    background: var(--grey);
    height: 1px;
}
.headercontainer-active {
    position: fixed !important;
    top: 0px !important;
}
.site-header {
	max-width:1460px;
	margin:0 auto;
	position: relative;
    height: 150px;
    transition: 0.1s all ease-in-out;
}
.site-header-active {
	height:130px;
}

/*** TOP MENU ***/
.top-menu {
	background:var(--dark);
    position: absolute;
    width: 100%;
    top: 0;
}
.top-content {
	max-width:1460px;
	margin:0 auto;
	height:40px;
    position: relative;
}
.top-menu ul {
	margin:0;
	padding:0;
}
.top-menu ul li {
	list-style-type: none;
	display: inline-block;
	position: relative;
}
.top-menu ul li a {
	color:var(--white);
	font-size:13px;
	font-weight:500;
	text-decoration: none;	
}
.left-menu {
	position: absolute;
	top:50%;
	left:30px;
	transform: translateY(-50%);
}
.left-menu li  {	
	margin-left:40px;
}
.left-menu li:first-of-type {
	margin-left:0;
}
.right-menu {
	position: absolute;
	top:50%;
	right:30px;
	transform: translateY(-50%);
}
.right-menu li  {	
	margin-left:70px;
}
.right-menu li:first-of-type {
    margin-left: 0;
}
img.search-icon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 24px;
    height: auto;
}
li.login-link:before {
	content:url(//www.viherkauppa.fi/wp-content/themes/viherkauppa/assets/login-white.svg);
    height: 18px;
    width: 16px;
	position: absolute;
	left:-30px;
	top:50%;
	transform:translateY(-50%);
}
li.sign-up-link:before {
	content:url(//www.viherkauppa.fi/wp-content/themes/viherkauppa/assets/profile-white.svg);
    height: 18px;
    width: 16px;
	position: absolute;
	left:-30px;
	top:50%;
	transform:translateY(-50%);	
}
#site-navigation > ul > li > ul {
    padding-bottom: 50px;
}
#site-navigation > ul > li > ul > li > ul {
    transition: 200ms ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding-bottom: 0;
}
#site-navigation > ul > li > ul > li a {
    position: relative;
}
/* #site-navigation > ul > li > ul > li a:after {
    content: 'open';
} */
#site-navigation .open-child-menu {
    content: url(//www.viherkauppa.fi/wp-content/themes/viherkauppa/assets/arrow-bottom.svg);
    position: absolute;
    top: 50%;
    right: 50px;
    height: 22px;
    width: 22px;
    transform:translateY(-50%); 
    transition: transform 333ms ease;
}
.open-child-menu.close {
    transform: rotate(180deg) translateY(50%) !important;
    transition: transform 333ms ease;
}
.open-filter.close {
    transform: rotate(180deg) !important;
    transition: transform 333ms ease;
}
#site-navigation > ul > li > ul > li > ul.show-child-menu {
    transition: 200ms ease-in;
    opacity: 1;
    height: auto;
    padding-bottom: 40px;
}




/*** HEADER SEARCH ***/
.search-container {
    position: absolute;
    top: 26px;
    right: 200px;    
    transition: 0.1s all ease-in-out;
}
.search-container-active {
	top:15px;
}
input.search-field {
    height: 50px;
    width: 450px;
    background: var(--grey);
    border:none;
    padding-left: 30px;
    border-radius:50px;
    color: var(--dark);
    font-weight: 500;
    font-size: 15px;
    transition: 0.2s all ease-in-out;
}
input.search-field:focus {
    background:var(--dark-grey) !important;
}
input.search-field::placeholder {
    color: var(--dark);
    font-weight: 500;
    font-size: 15px;
    font-style: italic;
    opacity: 0.5;
}
button.search-submit {
	background:none;
	border:none;
	position: absolute;
	right:10px;
	top:50%;
	transform:translateY(-50%);
	z-index: 1;
	cursor: pointer;
}
button.search-submit img {
	height: 24px;
	width:auto;
}
input[type=”search”]::-webkit-search-cancel-button {
-webkit-appearance: none;
}




/*** SHOPPING CART ***/
.shopping-cart {
    position: absolute;
    top: 38px;
    right: 30px;
    z-index: 1;
}
.shopping-cart-active {
    top:25px;
}
.shopping-cart img {
    width: 26px;
    height: auto;
}
a.cart-contents {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--green);
    position: absolute;
    top: -4px;
    left: -10px;
}
span.cart-contents-count {
    color: var(--white);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 12px;
    font-weight: 500;
}
.cart-total {
    position: absolute;
    left: -72px;
    top: 4px;
}
.cart-total span {
    font-weight: 500;
}








/*** LOGO ***/
.site-title {
	max-width:120px !important;
	position: absolute;
	top:18px;
	left:30px;
	height:auto;
    transition: 0.2s all ease-in-out;
}
.site-title-active {
	max-width:100px !important;
	top:10px;
}







/*** MOBILE MENU ***/
.mobile-menu {  
  display: none;
  position: absolute;
  right: 30px;
  bottom: 15px;  
  z-index: 102;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mobile-search-container {
    margin-bottom: 30px;
    display: none;
}
.tablet-search-container {
    height: 0;     
    position: absolute;
    left: 30px;
    bottom: 15px;
    max-width: 450px;
    width: 72%;
}
.mobile-search-container form {
    position: relative;
    width: 100%;
}
.mobile-search-container input {
    width: 100% !important;
}
@media only screen and (max-width: 768px) {
    .mobile-search-container {
        display: block;
    }
}

#nav-icon {
  width: 24px;
  height: 18px;
  position: relative;
  z-index: 100; 
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: var(--dark);
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 8px;
}
#nav-icon span:nth-child(4) {
  top: 16px;
}
#nav-icon.open span {
    background:var(--white);
}
#nav-icon.open span:nth-child(1) {
  top: 14px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%;
}



/*** SIDENAV ***/
.overlay {
    height: 100%;
    width: 100%;
    max-width:768px;
    position: fixed;
    z-index: 101;
    top: 0;
    right: -768px;
    /*background:var(--white);   */
    background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),url(//www.viherkauppa.fi/wp-content/themes/viherkauppa/assets/placeholder-crop-1.jpg) no-repeat;
    background-size:cover;    
    overflow: auto;
    transition: 0.5s;
}
.overlay-content {
    position: absolute;
    top: 30px;
    width:100%;
    padding: 40px 60px 40px 40px;
    text-align:left;
}
.overlay ul {
    padding:0;
    margin:0;
}
.overlay ul li {
    padding:0;
    margin:0;
    cursor:pointer;
    list-style-type: none;
}
.overlay ul li a {
    display: block;
    text-decoration: none;
    color:var(--white);
    font-size: 16px;
    letter-spacing: 0.6px;
    line-height: 32px;
    font-weight: 500;
    padding:2px 0;
    transition: 0.2s all ease-in-out;
    /*background:var(--light);*/
}
.overlay ul li a:hover {
    color:var(--green);
}
.overlay ul ul {
    /*background: var(--light);*/
    display: none;
}
.overlay ul ul li a {
    padding-left: 20px;
    font-size:14px;
}
.overlay ul ul ul li a {
    padding-left: 40px;
}
.overlay ul ul ul ul li a {
    padding-left:60px;
}
.overlay .menu-item-has-children a {
    position: relative;
    width: calc(100% - 40px);
}
.overlay .menu-item-has-children {  
    position: relative;
    /*background: var(--grey);*/
}
.overlay .sub-menu li a {
     font-size: 13px !important;
}
.overlay .menu-item-has-children:after {
    content: '';
    background: url(//www.viherkauppa.fi/wp-content/themes/viherkauppa/assets/arrow-bottom-white.png) no-repeat;
    width: 25px;
    height: 13px;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 12px;
    transition: 0.2s all ease-in-out;
}
/*.overlay ul ul .menu-item-has-children:after {  
    width: 16px;
    height: 16px;
    top: 12px;    
    right: 13px;
}*/
.overlay li.login-link:before {
    display: none;
}
.overlay .rotate-arrow:after {
    transform: rotate(180deg) !important;
}




.open-menu {
    right:0;
}
.mobile-menu-container {
    margin-bottom: 30px;
    padding:30px;
    /*background:var(--light);*/
    background:rgba(0,0,0,0.6);
    border-radius:10px;    
}
.mobile-menu-container h3 {
    margin:0 0 10px 0;
    color:var(--white);
}










/*** BANNER ***/
.banner-container {
	/*background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),url(//www.viherkauppa.fi/wp-content/uploads/2021/10/banner.jpg) no-repeat;
	background-size:cover;
	background-position: center center;*/
	height:600px;
	position: relative;
}
.banner-content {
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	max-width:650px;
	text-align:center;
}
.banner-content h1 {
	font-weight:500;
	font-size:48px;
	line-height: 60px;
	margin-bottom:30px;
	color:var(--white);
}
.banner-content p {	
	font-size:16px;
	margin-bottom:30px;
	color:var(--white);
    line-height: 30px;
}
.swiper {
    width: 100%;
    height: 600px;
}
.swiper-button-prev, .swiper-button-next, .swiper-pagination {
    color: var(--light-green) !important;
}
.swiper-pagination-bullet {
    background: var(--light-green) !important;
}


/*** MENU ***/
.main-navigation {
	margin:0 auto;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
}
.main-navigation a {
    display: block;
}

.main-navigation li a {
    padding:12px 14px;
    white-space: nowrap;
    color:var(--dark);
    font-weight:500;
    font-size:14px;
    text-decoration: none;
    transition: 0.2s all ease-in-out;
}
.main-navigation>ul>li:first-of-type > a {
    padding-left: 30px !important;
}
.main-navigation>ul>li > ul > li a {
    padding-left: 30px !important;
}
.main-navigation>ul>li:last-of-type > a {
    padding-right: 30px !important;
}
.main-navigation .menu-item-has-children:hover > ul  {
    /* transition: opacity 0.5s;
    transition-delay: 0.2s; */
    opacity: 1;
    visibility: visible;    
}
.main-navigation > ul > li.menu-item-has-children:not(.ishovered):not(:hover) > ul {
    transition: opacity 0.5s;
    transition: visibility 0s;
    opacity: 0;
    visibility: hidden;
}
.main-navigation > ul > li.menu-item-has-children.ishovered:not(:hover) > ul {
    opacity: 1;
    visibility: visible;
}
.main-navigation li a:hover {
    opacity: 0.75;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    justify-content: space-between; 
}
.main-navigation ul ul {
    position: absolute;
    background:var(--white);
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width:100%;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    border-radius:0 0 6px 6px;
    border-top:solid 1px var(--grey);
    box-shadow: 0px 5px 10px 5px rgb(30 30 30 / 5%);
}
.main-navigation ul ul li {
    float: left;
    padding-top:30px;  
    width:33.333%;  
}
.main-navigation ul ul li a {
    font-size: 20px;
    border-bottom: solid 1px var(--grey); 
    color:var(--green);
    font-weight:bold;
}
.main-navigation ul ul ul {
    display: block;
    margin-top:-10px;
    padding:20px 0 40px 0;
    border-top:none;
    box-shadow: none;
}
.main-navigation ul ul ul li {
    width:100%;
    float: none;
    padding:0;
}
.main-navigation ul ul ul li a {
    font-size: 15px !important;
    padding:5px 60px 5px 30px;
    border-bottom:none; 
    margin-bottom: 0;
    position: relative;
    color:var(--dark);
    font-weight:500;
}
.main-navigation ul ul ul ul {
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 10px !important;
}
.main-navigation ul ul ul ul li a {
    font-size: 13px !important;
}

.main-navigation ul ul li:nth-of-type(4), .main-navigation ul ul li:nth-of-type(5), .main-navigation ul ul li:nth-of-type(6), .main-navigation ul ul li:nth-of-type(7), .main-navigation ul ul li:nth-of-type(8) {
    padding-top: 0;
}

.main-navigation > ul > li.menu-item-has-children:hover > ul, .main-navigation > ul > li.menu-item-has-children.ishovered > ul {
    overflow: scroll;
    max-height: calc(100vh - 130px);
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}
.main-navigation > ul > li.menu-item-has-children:hover > ul::-webkit-scrollbar, .main-navigation > ul > li.menu-item-has-children.ishovered > ul::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.main-navigation .menu-item-has-children:hover > ul ul, .main-navigation .menu-item-has-children.ishovered > ul ul {
    opacity: 1;
    visibility: visible;
    transition: 0.2s all ease-in-out;
    margin-top:0;
    padding-bottom:40px;
}
.main-navigation ul li:hover ul, .main-navigation ul li.ishovered ul {
    position: absolute;
}
.main-navigation ul li:hover ul li ul, .main-navigation ul li.ishovered ul li ul {
    position: relative;
}




.main-navigation ul ul ul li a:after {
    content:url(//www.viherkauppa.fi/wp-content/themes/viherkauppa/assets/arrow-right-black.svg);
    height: 22px;
    width: 22px;
    position: absolute;
    right: 50px;
    top:50%;
    transform:translateY(-50%); 
    opacity: 0;
    transition: 0.2s all ease-in-out;
}
.main-navigation ul ul ul li a:hover:after {
    opacity: 1;
    right:40px;
}

#Yleinen {
    display: none;
}
/* nav#site-navigation > ul > li > ul {
    transition-delay: 300ms;
} */








/*** CONTENT ***/
.main-content {
	margin-top:190px;
}
.white-container {
	position: relative;
	background:var(--white);
}
.light-container {
    position: relative;
    background:var(--light);
}
.offers .site-content {
	padding-top:30px;
}
.recommended .site-content {
    padding-top: 0;
}
.site-content {
	max-width:1460px;
	padding:80px 30px;
	margin:0 auto;
	position: relative;
}
.flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-container .pagination {
    margin-top: 2rem;
    width: 100%;
    font-size: 125%;
}
@media only screen and (max-width: 726px) {
    .flex-container-tag {
        flex-direction: column;
    }
}
.flex-75 {
    width: calc(75% - 20px);
}
.flex-25 {
	width:calc(25% - 20px);
}
.flex-50 {
    width:calc(50% - 20px);
    margin-bottom: 40px;
}
.flex-66 {
    width:calc(66.66% - 20px);
}
.flex-33 {
	width:calc(33.33% - 20px);
}
.cta {
    background: var(--green);
    padding: 14px 60px 14px 60px;
    color: var(--white) !important;
    text-decoration: none;
    border-radius: 6px;
    display: inline-block;
    font-size: 18px;
    position: relative;
    transition:0.2s all ease-in-out;
    text-align:center;
}
/*.cta:after {
	content:url(//www.viherkauppa.fi/wp-content/themes/viherkauppa/assets/arrow-right-white.svg);
    height: auto;
    width: 22px;
	position: absolute;
    right: 54px;
	top:50%;
	transform:translateY(-50%);	
}*/
.cta:hover {
	background:var(--dark-green);
}

/*** NOSTO ***/
.nosto {
    position: relative;
    width:calc(33.33% - 20px);
    border-radius:10px;
    overflow:hidden;
}
.nosto-image img {
    height:460px;
    width:100%;
    object-fit: cover;
    border-radius:10px;
    display: block;
}
.nosto-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.nosto-content {
    position: absolute;
    left:80px;
    top:80px;
    width:calc(100% - 160px);
}

.nosto-content h2 {
    font-size:30px;
    color:var(--white);
    font-weight:500;
    line-height: 36px;
    margin:0 0 30px 0;
}
.nosto-content p {
    font-size:16px;
    color:var(--white);
    font-weight:400;
    line-height: 30px;
}
.nosto .cta {
    position: absolute;
    left:80px;
    bottom:80px;
    width:calc(100% - 160px);
}
/*.nosto {
    width:calc(33.33% - 20px);
    background-size:cover;
    background-position: center center;
    height:460px;
    position: relative;
    padding:80px;
    border-radius:10px;    
}
.nosto h2 {
    font-size:30px;
    color:var(--white);
    font-weight:500;
    line-height: 36px;
    margin:0 0 30px 0;
}
.nosto p {
    font-size:16px;
    color:var(--white);
    font-weight:400;
    line-height: 30px;
}
.nosto .cta {
    position: absolute;
    bottom: 80px;
    width: calc(100% - 160px);
    text-align: center;
}
*/

.new {
	border-top:solid 1px var(--grey);
}


/*** TUOTERYHMÄT ***/
/*.image-container {	
	background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),url(//www.viherkauppa.fi/wp-content/uploads/2021/10/banner.jpg) no-repeat;
	background-size:cover;
	background-position: center center;
	position: relative;
}*/
.image-container h2 {
	color:var(--white);
}
.image-container a.all {
	color:var(--white);
}




a.all {
    position: absolute;
    right: 30px;
    top: 95px;
    color: var(--dark);
    font-weight: 500;
    text-decoration: none;
}
a.all:after {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: var(--orange);
    left: 0;
}





/*** NEWS ***/
.blog {
    margin-top:60px;
}
.blog .flex-33 {
    margin-bottom:40px;
}
.category-container {
    margin-bottom: 40px;
}
.page-template-blog .all-categories {
    background:var(--orange);
}
.current-category {
    background:var(--orange) !important;
}
.category-container a {
    color: var(--white) !important;
    background: var(--green);
    padding: 8px 34px;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 0;
    display: inline-block;
    text-decoration: none;
    margin-right: 14px;
    margin-bottom: 14px;
    transition: 0.2s all ease-in-out;
}
.category-container a:hover {
    background:var(--dark-green);
}

.post-image {
	position: relative;
	border-radius:6px;
}
.post-image img {
	width:100%;
	height:300px;
	object-fit: cover;
	border-radius:6px;
    display: block;
}
.post-category-container {
	position: absolute;
	left:30px;
	bottom:30px;
}
.post-category-container a {
	color:var(--white);
	background:var(--orange);
	padding:4px 14px;
	border-radius:4px;
	font-size:14px;
	margin-bottom:0;
	display: inline-block;
	text-decoration: none;
	margin-right:14px;
}
.post-content {
	margin-top:30px;
    min-height: 220px;
}
.post-content h3 a {
	color:var(--dark);
	text-decoration: none;
	font-size:20px;
	font-weight:600;
}
.post-content p {
	color:var(--dark);	
	font-size:16px;
	line-height:30px;
	font-weight:500;	
}
.news-cta {
	background:var(--dark);
	width:100%;
    text-align: center;
}
.news-cta:hover {
    background:var(--green);    
}








/*** GUTENBERG ***/
.wp-block-column.has-background {
    padding: 30px;
}








/*** WOOCOMMERCE LOGIN / PROFILE ***/
.sign-up-link {
    display: none !important;
}
.logged-in .sign-up-link {
    display: inline-block !important;
}
.logged-in .login-link {
    display: none !important;
}
nav.woocommerce-MyAccount-navigation {
    padding: 30px;
    background: var(--light);
}
.woocommerce-MyAccount-content {
    padding:30px;
}
nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
nav.woocommerce-MyAccount-navigation ul li {
    line-height: 42px;
}
nav.woocommerce-MyAccount-navigation ul li a {
    color: var(--dark);
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
}
nav.woocommerce-MyAccount-navigation ul li a:hover {
    opacity: 0.6;
}
.woocommerce-page .input-text {
    height: 50px;
    background: var(--grey);
    border: none;
    padding-left: 20px;
    color: var(--dark);
    font-weight: 500;
    font-size: 15px;
    transition: 0.2s all ease-in-out;
}
.woocommerce-page .input-text:focus {    
    background: var(--dark-grey);
}






/*** WOOCOMMERCE ***/
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	display: none;
}
/* .woocommerce ul.products > li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} */
ul.products.columns-4, ul.products.columns-3, ul.products.columns-1 {
    display: flex;
    flex-wrap:wrap;
    justify-content: flex-start;
}
/*ul.products.columns-4 .woocommerce ul.products li.product, ul.products.columns-4 .woocommerce-page ul.products li.product {
	width:calc(25% - 20px);
	margin:0;
	position: relative;
}*/
.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
	width:calc(25% - 20px);
	margin-left: calc(80px / 3 / 2);
	margin-right: calc(80px / 3 / 2);
	position: relative;
}
.woocommerce ul.products.columns-4 li.product.first, .woocommerce-page ul.products.columns-4 li.product.first {
margin-left: 0 !important;
}
.woocommerce ul.products.columns-4 li.product.last, .woocommerce-page ul.products.columns-4 li.product.last {
margin-right: 0 !important;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	width:calc(33% - 10px);
	margin-left: calc(30px / 2 / 2);
	margin-right: calc(30px / 2 / 2);
	position: relative;
	margin-bottom:22px;
}

.woocommerce ul.products.columns-3 li.product.first, .woocommerce-page ul.products.columns-3 li.product.first {
margin-left: 0 !important;
}
.woocommerce ul.products.columns-3 li.product.last, .woocommerce-page ul.products.columns-3 li.product.last {
margin-right: 0 !important;
}
a.added_to_cart {
    color: var(--dark);
    font-weight: 500;
}
.woocommerce-form-login__rememberme {
    margin-top: 12px;
}
.woocommerce-info {
    border-top-color:var(--green);
}
.woocommerce-info::before {
    color:var(--green);
}
.woocommerce-info a {
    font-weight: 500;
}
ul.products > li:not(.switch-product-layout) > .woocommerce-loop-product__link {
    min-height: 520px;
}
@media only screen and (max-width: 750px) {
    ul.products > li:not(.switch-product-layout) > .woocommerce-loop-product__link {
        min-height: 500px !important;
    }
}
@media only screen and (max-width: 600px) {
    ul.products > li:not(.switch-product-layout) > .woocommerce-loop-product__link {
        min-height: 435px !important;
    }
}
ul.products > li:not(.switch-product-layout) > .woocommerce-loop-product__link > .price {
    margin-top: auto;
}





/*** WOOCOMMERCE CATEGORY TABS ***/
.tab {
    display: flex;
}
.tab button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    border-radius: 4px 4px 0 0;
    margin-right: 4px;
    background: var(--green);
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
}
.tab button:hover {
     background: var(--dark-green);
}
.tab button.active {
     background: var(--dark-green);
}
.tabcontent {
    display: none;
    padding: 10px 30px;    
    background:var(--light);
    border: solid 1px var(--grey);
}
.extra-text {
    display: none;
}
pre {
    background: none;
    padding: 0;
    color: var(--green);
    font-weight: 500 !important;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: 'Jost', sans-serif;
}
.show-more {
    display: block !important;
}



/*** CHANGE WOOCOMMERCE PRODUCT LISTING LAYOUT ***/
button#change-layout {
    padding: 10px;
    background: var(--light);
    border: solid 1px var(--grey);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.4px;
    cursor: pointer;
    float: right;
    line-height: 19px;
    margin-right: 10px;
}
.switch-product-layout {
    width:100% !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background: var(--light);
    padding: 20px !important;
    min-height: 200px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.switch-product-layout .woocommerce-loop-product__link {
    flex-direction: unset !important;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    width: 100% !important;
}
.switch-product-layout .vk-after-cart {
    display: none !important;
}
.switch-product-layout .woocommerce-loop-product__link .woocommerce-placeholder {
    margin-bottom: 0 !important;
}
.switch-product-layout .woocommerce-loop-product__link .woocommerce-loop-product__title, .switch-product-layout .woocommerce-loop-product__link .price {
    padding: 20px 10px !important;
    width: 33%;
    
}
.switch-product-layout .woocommerce-loop-product__link .woocommerce-loop-product__title {
    width: 50%;
}
.switch-product-layout .woocommerce-loop-product__link .price {
    width: 25%;
}
.switch-product-layout .button {
    width: calc(40% - 80px) !important;
    margin-right: 80px;
    max-width: 250px;
}
.switch-product-layout .woocommerce-loop-product__link img {
    padding: 20px 10px !important;
    width: 25% !important;
    object-fit: cover;
}
.switch-product-layout .woocommerce-loop-product__link .onsale > .campaign-name {
    display: none;
}
/* .switch-product-layout .woocommerce-loop-product__link .onsale::before {
    content: 'Ale';
} */
.switch-product-layout .size-woocommerce_thumbnail {
    width: 150px !important;
    margin-bottom: 0 !important;
}
.switch-product-layout h2.woocommerce-loop-product__title {
    width: 300px;
    margin: 0 !important;
    padding: 20px 20px 20px 40px !important;
}
.switch-product-layout span.price {
    width: 150px;
    padding: 20px !important;
    margin:0 !important;
}
.switch-product-layout .button {
    margin-top: 0 !important;
}
/* .switch-product-layout span.availability-icon-thumbnail {
    height: 48px;
    right: 40px;
    bottom:unset;
    top:50%;
    transform:translateY(-50%);
} */




/*** REORDER WOO ELEMENTS ***/
.woocommerce ul.products li.product a {
	display: flex;
	flex-direction: column;
	position: relative;
}
h2.woocommerce-loop-product__title, .related h2.woocommerce-loop-product__title {
	order: 0; 
    margin-top: 10px !important;
	color:var(--dark);
	font-weight:500;
}
.woocommerce ul.products li.product .price {
	order: 1; 
	font-size:20px;
	color:var(--dark);
	font-weight:400;
}
.woocommerce ul.products li.product .star-rating {
	order: 2; 
}
span.onsale { 
	background-color:var(--orange) !important;
    top: 20px !important;
    left: 20px !important;
    right:unset !important;
    margin: 0 !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0px 12px !important;
}
/*
.products span.onsale {
	right:20px !important;
}
.product span.onsale {	
	left:20px !important;
}*/
li.product a img {
    border-radius:6px;
    height:340px;
    width:100%;
    object-fit: cover;
}
.product_type_simple {
    width:100% !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-top: 20px !important;
}
.product_type_simple:hover {
	background:var(--green) !important;
}
.button:not(.button[disabled="disabled"]) {
    background: var(--dark) !important;
}
.button {
    font-size: 16px !important;
    color: var(--white) !important;
    font-weight: 500 !important;
    padding: 16px 30px !important;
    border-radius: 6px !important;
    text-align:center;
    position: relative !important;
    z-index: 1;
    /*transition: 0.2s all ease-in-out;*/
}
.button:hover {
    background:var(--green) !important;    
}





/*** PRODUCT CATEGORY PAGES ***/
.product-breadcrumbs {
    background: var(--green);
}
.woocommerce-breadcrumb {
    max-width: 1460px;
    margin: 0 auto !important;
    padding: 18px 30px !important;
    color:var(--white) !important;
}
.woocommerce-breadcrumb a {
	color:var(--white) !important;
}
.product-category-information {
    margin-bottom: 40px;
}
.product-category-information h1 {
    margin-top: 0;
    font-size:36px;
}
.product-cat-description-container {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    color: var(--dark);
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.product-cat-thumb img {
    border-radius: 6px;
}
.product-cat-description-container > *:not(:empty):nth-child(1) {
    width: 170px;
}
.product-cat-description-container:not(:has(*:nth-child(1):empty)) > *:nth-child(2) {
    width: calc(100% - 170px);
}
.product-cat-description-container:not(:has(*:nth-child(1):not(:empty))) > *:nth-child(2) {
    width: 100%;
}
@media (max-width: 900px) {
    .product-cat-description-container {
        flex-direction: column;
    }
    .product-cat-description-container > * {
        width:100% !important;
    }
}
.product-cat-bulletin-container {
    color: var(--dark-green);
    margin-bottom: 30px;
    padding: 30px;
    background: var(--light);
}
select.orderby {
    padding: 10px;
    background: var(--light);
    border: solid 1px var(--grey);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.4px;
    max-width: 100%;
}
mark, ins, span.count {
    font-size: 12px;
    background: none;
    color: var(--green);
    font-weight: bold;
}


/*** SIDEBAR ***/
.flex-25.sidebar .widget {
    padding: 30px;
    background: var(--light);
    height: fit-content;
    margin-bottom: 20px;
}
.widget {
    margin-bottom: 40px;
}
.widget-area {
    position: relative;
}
h2.widget-title {
    font-size: 22px;
    font-weight: bold;
    border-bottom: solid 1px var(--grey);
    margin-bottom: 20px;
    padding-bottom: 16px;
}
ul.product-categories {
    margin: 0;
    padding-left: 0;    
}
ul.product-categories li {
    line-height: 30px;
    list-style-type: none;
}
ul.product-categories li a {
    text-decoration: none;
    color: var(--dark);
    font-weight: 500;
    letter-spacing: 0.6px;
}
ul.product-categories li .children {
    margin-left:0;
    padding-left: 20px;
    font-size: 14px;
}
li.current-cat > a {
    color: var(--green) !important;
    font-weight: bold !important;
}
ul.product-categories li a:hover {
    color:var(--green) !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: var(--green);
}
.price_label {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    position: relative;
    top: 7px;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    color: var(--dark);
    text-decoration: none;
    font-size: 18px;
}
.woocommerce ul.cart_list span.quantity {
    font-weight: bold;
    color: var(--green);
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	width:60px;
}
.woocommerce a.remove {
    margin-top: 2px;
}
p.woocommerce-mini-cart__total.total {
    font-size: 18px;
    margin-top: 20px;
    padding-top: 14px !important;
}
/* #toggle-filters:before {
    background-image: url(//www.viherkauppa.fi/wp-content/themes/viherkauppa/assets/suodata.png);
    background-size: 30px 30px;
    display: inline;
    width: 30px; 
    height: 30px;
    content: "";
} */

#toggle-filters, #toggle-product-cats {
    height: 41px;
    width: 100%;
    display: none;
    padding: 10px;
    background: var(--light);
    border: solid 1px var(--grey);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .4px;
    cursor: pointer;
}
#toggle-filters:hover {
    background: var(--light) !important;
}
#toggle-filters > * {
    pointer-events: none;
}
#toggle-filters:hover, #toggle-product-cats:hover {
    background:var(--green);
}
.show-filters, .show-product-cats {
    display: block !important;
}





/*** STOCK / AVAILABILITY ***/
.stock {
    display: flex;
    align-items: center;
}
.availability-icon {
    height: .92em;
    user-select: none;
}
.availability-icon-thumbnail {
    position: absolute;
    top:15px;
    right: 15px;
}
.availability-icons-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}
.availability-icons-info img, #availability-filter-icon {
    height: 30px;
}
#availability-filter-container {
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
}
#availability-filter-container img {
    align-self: center;
}
#availability-filter-container > * {
    margin-left: 5px;
}
.availability-icons-info > * {
    margin-right: 10px !important;
}
.availability-icons-info > * > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 6px;
}
.availability-icons-info * {
    text-decoration: none;
}
.availability-icons-info > * > div > p {
    margin: 0 !important;
    padding-left: 6px;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: .4px !important;
}
/* .availability-icon-container img {
    min-width: 48px;
} */
#availability-form-container {
    display: none;
}
#availability-show-form {
    margin-left: calc(2em / 8);
    cursor: pointer;
}
p.woocommerce-result-count {
    margin: 0 0 10px 0 !important;
    font-size: 13px;
    letter-spacing: 0.4px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#toggleProdCatChildren {
    margin-bottom: 20px;
}

/*** SUODATTIMET ***/
.filter-section fieldset {
    min-width: 0;
}
.filter-section label {
    user-select: none;
}
.filter-section input[type="checkbox"] {
    accent-color: var(--dark-green);
}
.filter-section .filter-section-title {
    cursor: pointer;
    user-select: none;
}
.filter-section .filter-section-title .open-filter {
    content: url(//www.viherkauppa.fi/wp-content/themes/viherkauppa/assets/arrow-bottom.png);
    float: right;
    height: 16px;
    /* transform:translateY(-50%);  */
    transition: transform 333ms ease;
}
.vk-suodattimet-form fieldset {
    border: none;
    border-bottom: 1px solid var(--dark-grey);
    display:none;
}
.vk-suodattimet-form fieldset > div > input[type="checkbox"] {
    margin-right: 0.5rem;
}
/*** TABIT ***/
.tablinks > a {
    all: unset;
}
.tab-container {
    margin-bottom: 40px;
}
.tab-container .tab {
    flex-wrap: wrap;
}
.tablinks {
    margin-top: 4px;
}

/*** HINNASTOT/HINNAT ***/
.price-html-pricelist-name {
    color: var(--dark-green);
    font-size: 77%;
}
.product-tax-class-text {
    color: #999999;
    font-size: 76%;
    font-weight: 300;
}

.vk-huom, .woocommerce-message-huom::before {
    color: var(--dark-orange);
}
.woocommerce-message-huom::before {
    font-family: WooCommerce;
    /* content: "\e028"; */
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
    content: "\2139";
}
.woocommerce-message-huom {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    border-top-color: var(--dark-orange);
    color: var(--dark);
}

/* .campaign-info-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.campaign-info-container p {
    margin-right: 20px;
} */





/*** SINGLE PRODUCT ***/
span.posted_in a {
    font-weight: 500;
    color: var(--green);
}
.woocommerce .quantity .qty {
    height: 48px;
    border-radius: 6px;
}
ul.product-additional-details-list {
    padding-left: 0;
}
button.single_add_to_cart_button {
    margin-right: 10px !important;
}
.price span.woocommerce-Price-amount.amount {
    font-size: 20px;
}



/*** SUB PAGE ***/
.sub-page-image {
    position: relative;
}
.sub-page-image img {
    height: 400px; 
    width: 100%;
    object-fit: cover;
    display: block;
}
.sub-page .flex-75 {    
    height: fit-content;
}
.page-title-container {
    background: var(--white);
    padding: 40px 60px;
    border-bottom:solid 1px var(--grey);
}
.page-title-container h1 {
    font-style: italic;
    font-weight: 500;
}
.page-content {
    padding: 40px 60px;
    margin-top:0;
    background: var(--white); 
}
.page-content a {    
    color: var(--green);
}



.breadcrumb-container {
    background: var(--green);
}
.breadcrumb {
    max-width: 1460px;
    margin: 0 auto !important;
    padding: 18px 30px !important;
    color: var(--white) !important;
}
.breadcrumb a {
    color: var(--white) !important;
}






/*** SINGLE POST ***/
.date {
    font-style: italic;
    margin-bottom: 0;
    color: var(--green);
}
.post-menu-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:50px 0;
}
.previous-post, .next-post {
    width:100%;
    position: relative;    
    height:340px;
    overflow: hidden;
}
.image-overlay {
    position: absolute;    
    top: 0;
    left: 0;
    height: 100%; 
    width: 100%;
    background: rgb(0 0 0 / 20%);
    transition: 0.2s all ease-in-out;
}
.previous-post:hover .image-overlay, .next-post:hover .image-overlay {
    background: rgb(0 0 0 / 40%);
}
.post-menu-container img {
    width:100%;
    height:400px;
    object-fit: cover;
}
.post-menu-content {
    position: absolute;
    bottom:0;    
    background:var(--white);
    padding:40px;    
    z-index: 2;
}
.post-menu-content p {
    font-size: 15px;
    margin-bottom: 6px;
    /*border-bottom: solid 2px var(--green);*/
    padding-bottom: 6px;
}
.post-menu-content a {
    text-decoration: none;    
    color:var(--dark);
    font-size:22px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
.post-menu-content a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    bottom: 0;
    right: 0;
    background: var(--dark);
    transition: width .4s ease-in-out;
    -webkit-transition: width .4s ease-in-out;
}
.post-menu-content a:hover:before {
    width: 100%;
    left: 0;
}
.previous-post .post-menu-content {
    left:0;
}
.next-post .post-menu-content {
    right:0;
}
.previous-post a {
    padding-left:40px;
}
.next-post a {
    padding-right:40px;
}
.post-menu-content a:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}
.previous-post a:after {
    left: 0;
    background: url(//www.viherkauppa.fi/wp-content/themes/viherkauppa/assets/arrow-left-black.svg);
}
.next-post a:after {
    right: 0;
    background: url(//www.viherkauppa.fi/wp-content/themes/viherkauppa/assets/arrow-right-black.svg);
}




/*** SEARCH RESULTS ***/
.search-results .post-content {
    min-height: unset;
}
.no-results-search-container {
    max-width:450px;
    position: relative;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
.search-price-container { 
    margin-bottom:20px;
}
.search-price-container span {
    font-size: 20px;    
}
.search-results nav.navigation.posts-navigation {
    width: 100%;
    margin-top: 60px;
}







/*** WPFORMS ***/
input.wpforms-field-large {    
    height: 50px !important;
}
textarea.wpforms-field-large {
    height: 200px !important;
    padding-top: 16px !important;
}
input.wpforms-field-large, textarea.wpforms-field-large {
    background: var(--grey) !important;
    border: none !important;
    padding-left: 20px !important;
    border-radius: 3px !important;
    color: var(--dark) !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    transition: 0.2s all ease-in-out !important;
}
input.wpforms-field-large:focus {    
    background: var(--dark-grey) !important;    
}
button.wpforms-submit{    
    background: var(--dark) !important;
    color: var(--white) !important;
    font-weight: 500 !important;
    padding: 16px 30px !important;
    border-radius: 6px !important;
    border: none !important;
}










/*** FOOTER ***/
#footercontainer {
	border-top:solid 1px var(--grey);
}
.site-footer .flex-25 ul {
	margin:0 auto;
	list-style-type: none;
	padding:0;
}
.site-footer .flex-25 h4 {
	color:var(--dark);
	font-size: 24px;
	font-weight: 500;
}
.site-footer .flex-25 ul li, .site-footer .flex-25 ul li a {
	color:var(--dark);
	font-size:14px;
	font-weight:500;
	text-decoration:none;
	line-height: 40px;
}
@media only screen and (max-width: 600px) {
    #footercontainer h4 {
        font-size: 20px;
    }
}





















/*** MEDIA QUERIES ***/
@media(max-width:1450px){
    /* .switch-product-layout h2.woocommerce-loop-product__title {
        width:220px;
        padding:20px 20px 20px 20px !important;
    }
    .switch-product-layout .woocommerce-loop-product__link {
        width: calc(100% - 260px);
    }
    .switch-product-layout .button {
        width:200px !important;
    }
    .switch-product-layout span.availability-icon-thumbnail {
        right:16px;
    } */
}

@media(max-width:1367px){
    .nosto-content {
        left:60px;
        width:calc(100% - 120px);
    }
    .nosto .cta {
        left: 60px;
        bottom: 60px;
        width: calc(100% - 120px);
    }
    .blog .flex-33 {
        width:calc(50% - 15px);
        margin-bottom: 30px;
    }
}
.product-search {
    margin-bottom: 22px;
    min-height: 20
}
@media(max-width:1200px){
    .main-navigation {
        display: none;
    }
    .mobile-menu {
        display: block;
    }
    /*.shopping-cart {
        right:80px;
    }*/
    .flex-75.shop-products {
        width: calc(66.66% - 20px);
    }
    .flex-25.shop-filters {
        width: calc(33.33% - 20px);
    }
    
    .nosto {
        width:calc(50% - 20px);
        margin-bottom: 40px;
    }
    .flex-25.blog-post {
        width:calc(50% - 20px);
        margin-bottom: 40px;
    }
    .woocommerce ul.products {
        justify-content: space-between;
    }
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: calc(50% - 20px);
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 40px;
    }      
    .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
        width: calc(50% - 20px);
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 40px;
    }
   
    .product-search {
        width: calc(50% - 20px);
        margin-bottom: 40px;
    }
}


@media(max-width:991px){    
    .left-menu {
        display: none;
    }
    input.search-field {
        width:350px;
    }
    .nosto {
        width:calc(50% - 15px);
        margin-bottom: 30px;
    }    
    .flex-25.blog-post {
        width:calc(50% - 15px);
        margin-bottom: 30px;
    }
    .flex-75.sub-page-content {
        width: 100%;
    }
    .flex-25.sub-page-sidebar {
        width: 100%;
    }
    .flex-75.sub-page-image {
        width:100%;
    }
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width:calc(50% - 15px);
        margin-bottom: 30px;
    }      
    .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
        width:calc(50% - 15px);
        margin-bottom: 30px;
    }        
    .woocommerce-page.columns-1 ul.products li.product, .woocommerce.columns-1 ul.products li.product {
        width:calc(50% - 15px);
        margin-bottom: 30px;
    }
    .flex-75.shop-products {
        width: 100%;
    }
    .flex-25.shop-filters {
        width: 100%;
    }
    .shop-filters {
        display: none;
        width:100%;
    }
    #toggle-filters, #toggle-product-cats {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    #archive-toggle-btns-container {
        display: flex !important;
    }
    /* p.woocommerce-result-count {
        display: none;
    }  */
    #toggle-filters > img {
        margin-right: 5px;
    }
    #toggle-filters > span {
        margin-left: 5px;
    }
    .widget-area {
        position: relative;
        top: unset;
    }
    .show-filters aside#secondary > section:not([id^="wcvk_meta_filter_widget-"]) {
        display: none !important;
    }
    .show-product-cats aside#secondary > section:not([id^="woocommerce_product_categories-"]) {
        display: none !important;
    }
    /* #wcvk_meta_filter_widget-2, #woocommerce_product_categories-3,  */[id^="wcvk_meta_filter_widget-"], [id^="woocommerce_product_categories-"] {
        position: fixed;
        z-index: 100000;
        top: 0;
        padding-top: 60px;
        background: #f0f0f0;
        right: 0;
        height: calc(100vh - 0px) !important;
        width: max(50vw, 450px);
        max-width: 100%;
        overflow-y: auto;
        box-shadow: -10px 6px 10px rgb(0 0 0 / 0.5);
        transition: display 1s, opacity 1s linear;
    }
    aside#secondary section > .widget-title::after {
        content: 'X';
        float: right;
        cursor: pointer;
    }
}







@media(max-width:768px){
    p.woocommerce-result-count {
        display: none;
    }
    #archive-toggle-btns-container {
        float: left !important;
    }
    h2 {
        font-size:26px;
    }
    .search-container {
        display: none;
    }
    .site-content {
        padding:60px 30px;
    }
    .banner-container {
        height: calc(100vh - 190px);
    }
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: calc(50% - 10px);
    }      
    .nosto {
        width:100%;
    }    
    a.all {
        top:91px;
    }
    .flex-25.blog-post {
        width:100%;
    }
    .page-title-container {
        padding:30px;
    }
    .page-content {
        padding:30px;
    }
    .post-menu-content {
        padding:30px;
    }
    .post-menu-content p {
        margin-top:0;
    }
    #footercontainer .flex-25 {
        width: calc(50% - 20px);
        margin-bottom: 40px;
    }
}


@media(max-width:520px){
    .banner-content h1 {
        font-size: 42px;
    }    
    .nosto-content {
        left:40px;
        width:calc(100% - 80px);
    }
    .nosto .cta {
        left: 40px;
        bottom: 40px;
        width: calc(100% - 80px);
    }
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 100%;
    }
    .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
        width: 100%;
    }         
    .woocommerce-page.columns-1 ul.products li.product, .woocommerce.columns-1 ul.products li.product {
        width: 100%;
    }
    .previous-post a {
        padding-left: 30px;
    }
    .next-post a {
        padding-right: 30px;
    }
    .post-menu-content a {
        font-size:16px;
    }
    .post-menu-content a:after {
        width:24px;
        height:24px;
    }    
    .product-search {
        width: 100%;        
    }
}





.search-container-body {
    position:absolute;left:0;width:450px;height:50px;transition: 0.1s all ease-in-out;
}
.search-container-body > form {
    position: relative;
}
#by-preoni, #by-preoni a {
    color: #999999;
    font-weight: bold;
    margin-top: 32px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-button-next {
    background-image: url(//www.viherkauppa.fi/wp-content/themes/viherkauppa/assets/arrow-right-white.svg);
    background-repeat: no-repeat;
}
.swiper-button-prev {
    background-image: url(//www.viherkauppa.fi/wp-content/themes/viherkauppa/assets/arrow-right-white.svg);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }
}
.compare-price {
    font-weight: 300;
    color: #777;
    font-size: 65%;
}
.compare-price, .compare-price-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.compare-price-container::before {
    content: '';
    background: url(//www.viherkauppa.fi/wp-content/themes/viherkauppa/assets/pricetag.png);
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 4px;
} 

.woocommerce div.product div.images img {
    width: unset !important;
}
.custom-infotable-content {
    max-width: 900px;
}
.prod-list-details {
    font-style: italic;
    /* height: 80px; */
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
}
.woocommerce-loop-product__title {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    margin: 0 !important;
}
.prod-list-details {
    padding-top: 0.5rem !important;
    padding-bottom: 1rem !important;
    margin: 0 !important;
}
.woocommerce-breadcrumb {
    display: flex;
    flex-wrap: wrap;
}
#archive-toggle-btns-container {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
}
#archive-toggle-btns-container, form.woocommerce-ordering {
    width: min(214px, 49%);
}
@media (max-width: 500px) {
    #archive-toggle-btns-container, form.woocommerce-ordering {
        width: 214px;
        margin-bottom: 0 !important; 
    }
    form.woocommerce-ordering select.orderby {
        margin-bottom: 0 !important;
        float: left !important;
    }
}
#archive-toggle-btns-container > * {
    margin-right: 20px !important; 
}
form.woocommerce-ordering select, button#change-layout, p.woocommerce-result-count {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
#filter-terms {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
}
#filter-terms #availability-filter-icon {
    margin-right: 10px;
    margin-left: 0px;
}
#filter-terms > * {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .4px;
    background-color: var(--light-green);
    padding: 5px 10px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    height: 35px;
}
button.remove-filters {
    border: none;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: .4px !important;
    padding: 5px 10px;
    font-family: 'Jost', sans-serif;
    cursor: pointer;
}
#filter-terms > * > * {
    margin-left: 10px;
}
#filter-terms > * > .vks-del-filter {
    cursor: pointer;
    background: var(--dark-orange);
    border-radius: 50%;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-top:5px;
    padding-bottom:5px;
    text-decoration: none;
}
.filters-minmax-container {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.filters-minmax-container > * {
    width: calc(50% - 5px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
}
.filters-minmax-container > *:nth-child(1) {
    margin-right: 5px;
}
.filters-minmax-container > *:nth-child(2) {
    margin-left: 5px;
}
.filters-minmax-container > * > input {
    background: var(--grey);
    border-radius: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
.button#apply_filters:disabled {
    opacity: 1 !important;
    background: #999999 !important;
}
.locations-container {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}
.locations-select {
    padding: 10px;
    background: var(--light);
    border: solid 1px var(--grey);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .4px;
    width: 100%;
    box-sizing: border-box;
}
.tab-ul {
    list-style-image: url(//www.viherkauppa.fi/wp-content/themes/viherkauppa/assets/pdf-icon.png);
}
tr#pickup-point-container:has(td:empty) {
    display: none;
}
tr#pickup-point-container .woocommerce-info {
    margin: 0;
}
@media (max-width:768px) {
    .cart_totals tr#pickup-point-container td {
        display: flex;
        justify-content: space-between;
    }
    .cart_totals tr#pickup-point-container td > * {
        width: 75%;
    }
    .cart_totals tr#pickup-point-container select {
        padding-top: 0;
        padding-bottom: 0;
        border: 1px solid #c3c3c3;
        font-size: 14px;
    }
}
.range-wrapper {
    margin-left: 8.5px !important;
    width: calc(100% - 17px) !important;
}
.noUi-connects {
    background-color: #35224c;
}
.noUi-touch-area {
    cursor: ew-resize;
}