/*!
Theme Name: Groteski
Theme URI: http://underscores.me/
Author: Mainostoimisto Groteski
Author URI: https://www.groteski.fi
Description: Several Oy - Sevshop teema
Version: 1.1.5
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: groteski-basic
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.

Groteski 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;
}

h1.not-found {
	margin-top: 150px;
}

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;
}


big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-family: "Epilogue", sans-serif;
}

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
--------------------------------------------- */


.site-branding {
	z-index: 99999;
	padding-left: 2rem;
}

.site-branding img {
	max-width: 200px;
}

@media (max-width: 991px) {

	.site-branding {
		padding-left: 0;
		margin-top: 7px;
	}
}

@media (max-width: 480px) {

	.site-branding img {
		max-width: 150px;

	}
}

@media (max-width: 360px) {

	.site-branding img {
		max-width: 125px;
	}
}

.center-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flexing {
	display: flex;
}

form.search-form {
	margin-left: auto;
}

ul#cart-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
}

ul#static-menu li.active {
	font-weight: 900;
}

ul#static-menu li:first-child {
	margin-left: auto;
}

/* pre header */

header.static-top {
	padding: 1rem 0;
	background: #fff;
	color: #345ca6;
	position: static;

}

.mobile-menu-info,
header.static-top .info {
	display: flex;
	justify-content: space-evenly;
}

.mobile-menu-info .menu-info,
header.static-top .menu-info {
	display: flex;
}

.mobile-menu-info span.material-icons,
header.static-top span.material-icons {
	margin-right: 5px;
	font-size: 2rem;
}

.mobile-menu-info .info-content,
header.static-top .info-content {
	display: flex;
	flex-direction: column;
}

.mobile-menu-info .info-content a,
header.static-top .info-content a {
	text-decoration: none;
}

.mobile-menu-info .info-content span:nth-child(1),
header.static-top .info .info-content span:nth-child(1) {
	font-size: 0.8rem;
	color: #000;
}

.mobile-menu-info .info-content span:nth-child(2),
header.static-top .info .info-content span:nth-child(2) {
	font-size: 1rem;
	font-weight: 600;
	color: #045ca6;
	text-transform: uppercase;
	font-family: Epilogue, sans-serif;
}

header.static-top ul.main-navigation {
	justify-content: flex-start;
}

header.static-top .main-navigation li.account-login {
	margin-left: auto;
	position: relative;
	font-weight: 700;
	margin-right: 25px;
}

header.static-top .main-navigation li.account-login::before {
	top: -15px;
	left: -35px;
	font-family: "Material Icons";
	content: "person";
	display: block;
	color: #045ca6;
	font-size: 2rem;
	position: absolute;
}

.main-navigation.static ul li a {
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	color: #377db8;
}

.main-navigation.static ul li {
	position: relative;
}

.main-navigation.static ul li:nth-child(1) {
	margin-right: 5px;
}

.main-navigation.static ul li:nth-child(2) {
	margin-left: 20px;
}

.main-navigation.static ul li:nth-child(1)::after {
	content: "|";
	margin: 0 5px;
	display: block;
	position: absolute;
	top: 0;
	right: -20px;
	color: #345ca6;
}

.main-navigation.static ul li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	content: "";
	display: block;
	height: 1px;
	background-color: #045ca6;
	transition: all 0.25s;
}

.main-navigation.static ul li a.active {
	font-weight: 900;
}

.main-navigation.static ul li a.active::after {
	width: 100%;
}

.main-navigation.static ul li a:hover::after {
	width: 100%;
}

a.wpmenucart-contents {
	color: #fff;
	text-decoration: none;
}

a.wpmenucart-contents i {
	font-size: 1.6rem;
}

a.wpmenucart-contents:hover {
	color: #fff !important;
}

/* Fixed navigation */

.search-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}

.search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}

.search-field::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
}

.mobile-search .search-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #345ca6;
	opacity: 1; /* Firefox */
}

.mobile-search .search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #345ca6;
}

.mobile-search .search-field::-ms-input-placeholder { /* Microsoft Edge */
	color: #345ca6;
}

header input[type="search"] {
	background-color: transparent;
	color: #f8f8f8;
	border: none;
	width: 400px;
	padding-left: 15px;
	-webkit-appearance: unset;
	outline-offset: unset;
}

header input[type="search"]:focus {
	color: #fff;
	outline: none !important;
}

header form.search-form {
	border: 2px solid rgba(255, 255, 255, 0.95);
	position: relative;
	border-radius: 15px;
}

input.search-submit {
	width: 150px;
	background-color: #f8f8f8;
	color: #045ca6;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.2rem;
	padding: 10px 0 12px 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: none;
	cursor: pointer;
}

header form.search-form::after {
	position: absolute;
	content: "search";
	font-family: "Material Icons";
	right: 100px;
	color: #fff;
	top: calc(50% + 1px);
	transform: translate(0, -50%);
	cursor: pointer;
	color: #045ca6;
	font-size: 1.2rem;
	font-weight: 700;
}

.site-header {
	background: #345ca6;
	position: static;
	padding: 1rem 0;
}

.site-header.scrolled {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}


@media screen and (max-width: 576px) {

	.site-header {
		padding: 5px 0;
	}
}

.site-header .container {

}

@media screen and (max-width: 991px) {

	.site-header .container {
		margin-top: 5px;
	}
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 2rem;
	top: 59px;
}

.main-navigation ul li:hover > ul::before,
.main-navigation ul li.focus > ul::before {
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	height: 50px;
	content: "";
	display: block;
	cursor: pointer;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation > div.menu-main-navigation-container > ul > li > a {
	display: block;
	text-decoration: none;
	padding: 0 2rem;
	line-height: 40px;
	font-size: 1.2rem;
	font-weight: 500;
	transition: all 0.25s;
	color: #fff;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
}

.main-navigation > div.menu-main-navigation-container > ul > li > a:visited {
	color: #fff;
}

.main-navigation > div.menu-main-navigation-container > ul > li > a:hover {
	color: #fff;
}

.main-navigation > div.menu-main-navigation-container > ul > li.current-menu-item > a {
	color: #fff;
}

/* Sub menu */

.main-navigation ul li > ul.sub-menu {
	float: none;
	box-shadow: none;
	width: auto;
	flex-direction: column;
	background-color: #fff;
	align-items: flex-start;
	justify-content: unset;
	min-width: 350px;
	padding-top: 25px;
}

.main-navigation ul li > ul.sub-menu li {
	width: 100%;
	background-color: #fff;
}

.main-navigation ul li > ul.sub-menu li a {
	font-size: 1.2rem;
	color: #fff;
	padding: 1rem 2rem;
	font-weight: 700;
	transition: all 0.25s;
	color: #345ca6;
	max-width: 80%;
	text-transform: uppercase;
	position: relative;
}

.main-navigation ul li > ul.sub-menu li a::after {
	position: absolute;
	right: -15px;
	top: 5px;
	font-size: 2rem;
	content: "▸";
	display: block;
	width: 15px;
	height: 15px;
	transition: all 0.25s;
	color: #345ca6;
}

.main-navigation ul li > ul.sub-menu li:hover {
	background-color: #e4edf5;
}

.main-navigation ul li > ul.sub-menu li:hover a::after {
	right: -25px;
}

ul.sub-menu {
	display: none;

}

/* mega menu */

.groteski-megamenu {
	display: none;
	background: transparent;
	position: absolute;
	width: 100%;
	z-index: 9999;
}

.groteski-megamenu ul {
	list-style: none;

	margin: 0;
	min-height: 450px;
	transition: all 0.25s;
}

.groteski-megamenu ul:not(.brands) {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.21);
	padding: 2rem 0 0 0;
}

.groteski-megamenu .megamenu-title {
	display: block;
	padding: 3rem 0 1rem 2.5rem;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
}

.groteski-megamenu ul li {
	display: flex;
	align-items: center;
}

.groteski-megamenu ul li a {
	padding: 1rem 0 1rem 3rem;
	width: 100%;
	height: 100%;
}

.groteski-megamenu ul li span.material-icons {
	font-size: 2rem;
	color: #345ca6;
	cursor: pointer;
	height: 100%;
	width: 20%;
	padding: 1rem 0 1rem 0;
}

.groteski-megamenu a {
	text-decoration: none;
}

.groteski-megamenu ul.megamenu-main li {
	transition: all 0.25s;
}

.groteski-megamenu ul.megamenu-main li:hover {
	background-color: #e4edf5;
}

.groteski-megamenu ul.megamenu-main li a {
	width: 80%;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #345ca6;
}

.groteski-megamenu ul.megamenu-second li {
	border-bottom: 1px solid #e4edf5;
	transition: all 0.25s;
}

.groteski-megamenu ul.megamenu-second li:hover {
	background-color: #fff;
}

.groteski-megamenu ul.megamenu-second li:last-child {
	border-bottom: none;
}

.groteski-megamenu ul.megamenu-second li a {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #345ca6;
	width: 100%;
}

.groteski-megamenu ul.megamenu-main {
	background: #fff;
}

.groteski-megamenu ul.megamenu-second {
	background: #fbfbfb;
	z-index: 999;
}

.groteski-megamenu div.megamenu-last {
	background: #e4edf5;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.21);
	overflow-x: hidden;
}

.groteski-megamenu li[class^="megamenu-category-child-"] {
	display: none;
}

.groteski-megamenu ul.brands {
	margin: 0;
	padding: 0;
}

.groteski-megamenu ul.brands li a {
	font-weight: 700;
	text-transform: uppercase;
	color: #345ca6;
	padding: 0.5rem 0 0.5rem 2.5rem;
	z-index: 999;
	position: relative;
}

.groteski-megamenu ul.brands li {
	position: relative;
}

.groteski-megamenu ul.brands li:hover {

}

.groteski-megamenu ul.brands li::after {
	position: absolute;
	top: 0;
	left: -2rem;
	width: calc(100% + 3rem);
	height: 100%;
	background-color: #fff;
	opacity: 0;
	transition: all 0.25s;
	content: "";
	z-index: 1;
}

.groteski-megamenu ul.brands li:hover::after {
	opacity: 1;
}

/* Mobile menu */
@media screen and (min-width: 992px) {

	.material-icons.menu-toggle {
		display: none;
	}
}

@media screen and (max-width: 991px) {

	.material-icons.menu-toggle {
		display: block;
		padding: 0;
		color: #045ca6;
	}

	.groteski-megamenu {
		display: none !important;
	}
}

.mobile-menu-items-wrapper > .menu-main-navigation-container {
	background: #fff;
}

.mobile-cart-menu-wrapper > .menu-cart-container-menu-container {
	background: #fff;
}

.mobile-cart-menu-wrapper {
	box-shadow: 0 3px 6px #ccc;
}

.mobile-navigation ul li a.wpmenucart-contents {
	background: #345ca6 !important;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.mobile-menu-info {
	background: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	padding: 20px 0;
	z-index: -1;
	position: relative;
}

.mobile-menu-login {
	background: #345ca6;

}

.mobile-menu-login a {
	display: flex;
	align-items: center;
	padding: 20px 0 20px 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 1.2rem;
}

.mobile-menu-login a span.material-icons {
	font-size: 2.6rem;
	margin-right: 5px;
	margin-bottom: 2px;
}

.mobile-navigation {
	display: none;
	color: #045ca6;
	background: rgba(52, 92, 166, 0.71);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-bottom: 10%;
	z-index: 10000000;
	max-height: 100vh;
}

.mobile-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	position: relative;
}

.mobile-navigation ul#mobile-menu::before {
	height: 100%;
	background: #345ca6;
	content: "";
	display: block;
	left: -2000px;
	width: 6000px;
	z-index: -1;
	position: absolute;
}

.mobile-navigation ul.sub-menu {
	display: none;
}

.mobile-navigation li {
	margin: 0;
}

.mobile-navigation ul li a {
	padding: 25px;
	position: relative;
	display: block;
}

.mobile-navigation ul li a,
.mobile-navigation ul li a:visited {
	color: #fff;
	text-decoration: none;
}

.mobile-navigation ul#mobile-menu > li {
	position: relative;
	background: #345ca6;
	margin-bottom: 1px;
}

.mobile-navigation ul#mobile-menu > li::after {
	position: absolute;
	right: 25px;
	top: 20px;
	content: "▸";
	display: block;
	color: #fff;
	font-size: 1.5rem;
}


.mobile-navigation .sub-menu {
	font-size: 24px;
}

.mobile-navigation ul li {
	display: none;
}

@media screen and (min-width: 992px) {

	.main-navigation ul {
		display: flex;

		align-items: center;
	}
}


.menu-toggle {
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
}

.menu-close {
	height: 30px;
	background: none;
	border: none;
	flex-direction: row-reverse;
	margin-top: 25px;
	position: fixed;
	top: 0;
	right: 0;
	color: #fff;
	cursor: pointer;
}

.menu-close .material-icons,
.material-icons.menu-toggle {
	font-size: 48px !important;
}


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* 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;
}

.gal {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-content: space-around;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
Slick slider
--------------------------------------------------------------*/

@font-face {
	font-family: "slick";
	font-weight: normal;
	font-style: normal;
	src: url("./fonts/slick.woff");
}

.slick-prev {
	left: -70px !important;
}

.slick-prev .slick-prev-icon::before,
.slick-next .slick-next-icon::before {
	color: #000 !important;
	font-size: 4rem !important;
}

.slick-carousel {
	margin: 0 -50px;
}

.slick-wrapper {
	margin: 0 50px;
}

.slick-wrapper img {

}

.slick-wrapper.boxy img {
	border-radius: 0;
}

.slick-wrapper.multiple-images {
	margin: 0 10px;
}

.slick-wrapper.multiple-images span {
	color: #fff;
	display: block;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	bottom: 0%;
	text-shadow: 2px 2px #000;
	font-weight: 500;
	font-size: 1.5rem;
	text-transform: uppercase;
	padding: 0 15px;
}

@media screen and (max-width: 992px) {

	.slick-wrapper.multiple-images span {
		margin-left: 15px;
		font-size: 1.2rem;
	}
}

/*--------------------------------------------------------------
Layout customization
--------------------------------------------------------------*/

/* Generic */

html,
body {
	overflow-x: hidden;
}

a {

}

body {
	width: 100%;
}

.material-icons {
	font-family: "Material Icons";
}

.center {
	text-align: center;
}

.reverse {
	flex-direction: row-reverse;
}

.flip {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.hidden {
	display: none;
}

/* Bootstrap grid max width */
@media (min-width: 1370px) {

	.container {
		max-width: 1340px !important;
	}
}

@media (min-width: 992px) {

	.container.header {
		max-width: 1920px !important;
	}
}

.justified {
	justify-content: flex-end;
}

.justify-start {
	margin-right: auto;
}

/* fixes sticky navigation going on top of wp admin bar */
#wpadminbar {
	z-index: 100000;
}

/* Gallery */

.gal img {
	height: 250px;
	object-fit: cover;
}



/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.pre-footer {
	padding: 50px 0;
	background: #345ca6;
	margin-top: 100px;
	color: #fff;
}

.pre-footer-contacts {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
}

.pre-footer-contact-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 33%;
}

.pre-footer-contact-wrapper .material-icons {
	display: flex;
	width: 50px;
	height: 50px;
	color: #345ca6;
	justify-content: center;
	align-items: center;
	background: white;
	border-radius: 15px;
	font-size: 2rem;
}

.site-footer {
	margin-top: 50px;
	color: #345ca6;
}

.pre-footer-contact-info {
	margin-top: 25px;
	text-transform: uppercase;
	max-width: 140px;
}

.site-footer a {
	color: #345ca6;
}

.site-footer strong {
	text-transform: uppercase;
	font-weight: 700;
}

.pre-footer-title,
.pre-footer-contact-title {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1.4rem;
}

.pre-footer-contact-title {
	margin-bottom: 50px;
	display: block;
}

.site-footer .some-logot {
	padding: 25px 0 0 100px;
}

@media screen and (max-width: 576px) {

	.site-footer .some-logot {
		padding: 50px 25px;
	}
}

.some {
	display: flex;
	flex-direction: column;
}

.some a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #345ca6;
	margin: 5px 0;
}

.some a img {
	margin-right: 25px;
}

.some a span {
	margin-bottom: 5px;
}

.design-by {
	margin: 25px 0;
	display: block;
}

/* napit */
.woocommerce .pre-footer a.button,
a.button {
	display: inline-block;
	padding: 20px 10px 15px 10px;
	background-color: #fff;
	color: #045ca6;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	border-radius: 15px;
	text-align: center;
	min-width: 185px;
	font-size: 1rem;
}

.woocommerce .pre-footer a.button,
.pre-footer a.button {
	margin-top: 0;
	padding: 15px 10px 10px 10px;
	min-width: 200px;
}

.footer-left {
	display: flex;
	flex-direction: column;
}

.footer-left p {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.footer-left p:first-child {
	margin-bottom: 0;
}

@media screen and (max-width: 991px) {

	.some a {
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {

	.pre-footer-contact-title {
		margin-top: 50px;
	}

	.pre-footer-contact-wrapper {
		margin-bottom: 25px;
	}

	.pre-footer-contact-wrapper:last-child {
		margin-bottom: 0;
	}

	.pre-footer-contacts {

		justify-content: center;
	}

	.some a {
		justify-content: center;
	}
}

@media screen and (max-width: 450px) {

	.pre-footer-contacts {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

/*--------------------------------------------------------------
Hero area
--------------------------------------------------------------*/

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-image-block {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 650px;
	position: relative;
	margin-bottom: 100px;
}

/* Bigger image on front page */
.home .hero-image-block {
	height: 900px;
	margin-bottom: 100px;
}

@media screen and (max-width: 768px) {

	.hero-image-block {
		height: 300px;
		margin-bottom: 50px;
	}

	.home .hero-image-block {
		height: 450px;
		margin-bottom: 50px;
	}
}

.hero-image-block .hero-image-caption {

}

.hero-image-caption {
	bottom: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 5rem;
	font-weight: 900;
	line-height: 1;
	padding: 32px 0;
	padding-bottom: 44px;
}

.hero-image-caption span {
	display: block;
	margin: 0 auto;
}


.hero-triple-block {
	width: 100%;
	max-width: 2560px;
	height: 900px;
	display: flex;

}

div[class^="hero-triple-wrapper-"] {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	position: relative;
}

div[class^="hero-triple-wrapper-"] .hero-triple-content {
	display: flex;
	padding: 15px 50px;
	align-items: center;
}

.hero-triple-right {
	height: 100%;
	display: flex;
	flex-direction: column;
	width: 50%;
}

.hero-triple-wrapper-0 {
	height: 100%;
	width: 50%;
}

.hero-triple-wrapper-0 .hero-triple-content {
	margin-top: auto;
	height: 225px;
	background-color: rgba(255, 255, 255, 0.91);
	color: #045ca6;
	width: 100%;
}

.hero-triple-wrapper-1,
.hero-triple-wrapper-2 {
	width: 100%;
	height: 50%;
}

.hero-triple-wrapper-1 .hero-triple-content,
.hero-triple-wrapper-2 .hero-triple-content {
	display: block;
	margin-top: auto;
	min-height: 135px;
	width: 100%;
}

.hero-triple-wrapper-1 .hero-triple-content {
	background-color: rgba(255, 255, 255, 0.91);
	color: #045ca6;
}

.hero-triple-wrapper-2 .hero-triple-content {
	background-color: rgba(52, 92, 166, 0.91);
	color: #fff;
}

.hero-triple-title {
	font-size: 2rem;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
	z-index: 999;
}

.hero-triple-description {
	font-size: 1.4rem;
	font-weight: 500;
	position: relative;
	z-index: 999;
}

.hero-triple-text {
	display: flex;
	flex-direction: column;
	flex: 66%;
	width: 66%;
	margin-right: 15px;
}

.hero-triple-block a.button {
	display: block;
	align-self: flex-end;
	margin-bottom: 25px;
	padding: 20px 10px 15px 10px;
	background-color: #045ca6;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	position: relative;
	z-index: 999;
	opacity: 0.7;
	border-radius: 15px;
	text-align: center;
	min-width: 185px;
	font-size: 1rem;
}

.hero-triple-block .hide-overlay a.button {
	opacity: 1;
}


.hero-triple-block .hero-triple-wrapper-2 a.button {
	background-color: #fff;
	color: #045ca6;
}

.hero-triple-sale {
	width: 250px;
	color: #000;
	height: 250px;
	background: #ffc425;
	position: absolute;
	right: 0;
	top: 0;
	border-bottom-left-radius: 125px;
	box-shadow: -2px 2px 6px #888;


}

.hero-triple-sale span {
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translate(-50%, -42%);
	font-size: 5rem;
	font-family: "Segoe UI", sans-serif;
	font-weight: 700;
}

div[class^="hero-triple-wrapper-"]:hover {
	box-shadow: 0 2px 8px #000;
}

div[class^="hero-triple-wrapper-"]::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background-color: rgba(52, 92, 166, 0.7);
	transition: all 0.25s;
	opacity: 1;
}

div[class^="hero-triple-wrapper-"].hide-overlay::after {
	opacity: 0;
	transition: all 0.25s;
}

@media screen and (max-width: 1700px) {

	.hero-triple-title {
		font-size: 1.6rem;
	}

	.hero-triple-description {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 1369px) {

	.hero-triple-block a.button {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 1200px) {

	.hero-triple-title {
		font-size: 1.4rem;
	}

	.hero-triple-description {
		font-size: 1rem;
	}

}

@media screen and (max-width: 991px) {

	.hero-triple-block {
		flex-direction: column;
		height: auto;
	}

	div[class^="hero-triple-wrapper-"] {

	}

	.hero-triple-right {
		width: 100% !important;
		flex-direction: column;
	}

	.hero-triple-wrapper-0 {
		min-height: 500px;
		height: 500px !important;
		width: 100%;
	}

	.hero-triple-wrapper-0 .hero-triple-content {
		height: 150px;
	}

	.hero-triple-wrapper-1,
	.hero-triple-wrapper-2 {
		height: 400px;
		width: 100%;
	}

	.hero-triple-block a.button {
		font-size: 1rem;
	}

	.hero-triple-sale {
		height: 150px;
		width: 150px;
		border-bottom-left-radius: 75px;
	}

	.hero-triple-sale span {
		top: 42%;
		left: 56%;
		transform: translate(-50%, -50%);
		font-size: 3rem;
	}
}

@media screen and (max-width: 767px) {

	.hero-triple-block a.button {
		font-size: 0.9rem;
	}

	div[class^="hero-triple-wrapper-"] .hero-triple-content {
		flex-direction: column;
		padding: 15px 30px;
	}

	.hero-triple-text {
		width: 100%;
		flex: 100%;
		margin-right: unset;
	}

	div[class^="hero-triple-wrapper-"] .hero-triple-content {
		height: auto !important;
	}

	.hero-triple-block a.button {
		margin: 10px 0 0 0;
		align-self: flex-start;
	}

	div[class^="hero-triple-wrapper-"]:hover {
		box-shadow: unset;
	}
}

/* 3 col block */

.three-column-block {
	background-color: #e4edf5;
	padding: 100px 0;
	box-shadow: inset 4px 4px 8px rgba(4, 92, 166, 0.15);
}

.three-column-content {
	border: 1px solid rgba(4, 92, 166, 0.78);
	background-color: #2d5194;
	color: #fff;
	text-align: center;
	padding: 15px;
	position: relative;
	border-radius: 15px;
	transition: all 0.25s;
	box-shadow: 6px 6px 16px rgba(45, 81, 148, 0.25);
}

.three-column-content:hover {
	background-color: #345ca6;
	box-shadow: 6px 6px 16px rgba(45, 81, 148, 0.5);
}

.three-column-sale {
	width: 100px;
	color: #000;
	height: 100px;
	background: #ffc425;
	position: absolute;
	right: 0;
	top: 0;
	border-bottom-left-radius: 50px;
	box-shadow: -2px 2px 6px #888;
	border-top-right-radius: 13px;
}

.three-column-sale span {
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translate(-50%, -42%);
	font-size: 2rem;
	font-family: "Segoe UI", sans-serif;
	font-weight: 700;
	color: #000;
}

h3.three-column-title {
	font-size: 2.5rem;
	text-transform: uppercase;
	font-family: "Segoe UI", sans-serif;
	font-weight: 700;
	margin-top: 100px;
}

.three-column-block a.button {
	margin-bottom: 45px;
}

.three-column-text {
	padding: 0 15px;
}

@media screen and (max-width: 1200px) {

	h3.three-column-title {
		font-size: 2rem;
	}
}

@media screen and (max-width: 991px) {

	.three-column-block .container .row > div:nth-child(3) {
		margin-top: 25px;
	}

	.three-column-block .container > .row {
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {

	.three-column-block .container .row > div {
		margin-top: 25px;
	}

	h3.three-column-title {
		margin-top: 75px;
	}
}


/* tuotteet */

/* product list */
.product-list-block {
	position: relative;
	margin-bottom: 100px;
}

.product-list-block::before {
	position: absolute;
	content: "";
	height: 7px;
	width: 100%;
	display: block;
	background-color: #fff;
	z-index: 999;
	left: 0;
	top: 0;
}

.product-list-block .container {
	position: relative;
}

ul.product-list-switcher {
	position: absolute;
	top: -47px;
	margin: 0;
	padding: 0;
	display: flex;
	width: 100%;
	list-style: none;

}

ul.product-list-switcher li {
	margin: 0 15px;
	background-color: #fff;
	padding: 15px 20px 10px 20px;
	color: #345ca6;
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-top-right-radius: 15px;
}

ul.product-list-switcher li.active {
	background-color: #345ca6;
	color: #fff;
}

ul.product-list-switcher li:nth-child(1) {
	margin-left: 0;
}

a.product-wrapper {
	text-decoration: none;
	color: #fff;
	background-color: #345ca6;
	display: block;
	border-radius: 15px;
	transition: all 0.25s;
	box-shadow: 6px 6px 16px rgba(45, 81, 148, 0.25);
	border: 1px solid #345ca6;
	position: relative;
	margin-top: 30px;
}

a.product-wrapper:hover {
	box-shadow: 6px 6px 16px rgba(45, 81, 148, 0.5);
}

a.product-wrapper img {
	border-top-right-radius: 13px;
	border-top-left-radius: 13px;
	width: 100%;
	height: 303px;
	object-fit: contain;
	background: #fff;
}


a.product-wrapper .sale {
	width: 100px;
	color: #000;
	height: 100px;
	background: #ffc425;
	position: absolute;
	right: 0;
	top: 0;
	border-bottom-left-radius: 50px;
	box-shadow: -2px 2px 6px #888;
	border-top-right-radius: 13px;
}

a.product-wrapper .sale span {
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translate(-50%, -42%);
	font-size: 2rem;
	font-family: "Segoe UI", sans-serif;
	font-weight: 700;
	color: #000;
}

@media screen and (max-width: 400px) {

	a.product-wrapper {
		display: flex;
	}

	a.product-wrapper picture {
		height: 156px;
		width: 156px;
		flex-shrink: 0;
	}

	a.product-wrapper img {
		flex-shrink: 0;
		border-top-right-radius: 0;
		border-top-left-radius: 13px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 13px;
		height: 100%;
		width: 156px;
		object-fit: cover;
	}

	.product-price {
		font-size: 1.2rem;
	}
}

.product-content {
	padding: 15px 25px;
	min-height: 175px;
	display: flex;
	flex-direction: column;
}

.product-title {
	font-weight: 700;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.product-price {
	margin-top: auto;
	font-weight: 700;
	font-size: 2rem;
}

.product-price span.small {
	font-size: 0.8rem;
}

/* hups */
td.product-price,
th.product-price {
	margin-top: unset;
	font-weight: unset;
	font-size: unset;
}


.product-price.ale del {
	font-size: 1.2rem;
}

.product-price.ale ins {
	background-color: unset;
	color: #ffc425;
	text-decoration: none;
}

div[class*="productlist-page-"] {
	display: none;
}

div.productlist-page-1 {
	display: flex;
}

@media screen and (max-width: 767px) {

	ul.product-list-switcher {
		top: -46px;
	}
}

@media screen and (max-width: 480px) {

	ul.product-list-switcher li {
		margin: 0 5px;
		font-size: 0.8rem;
	}

	ul.product-list-switcher {
		top: -44px;
		left: 0;
	}
}

@media screen and (max-width: 400px) {

	ul.product-list-switcher {
		position: static;
		display: flex;
		flex-direction: column;
		padding-top: 25px;
	}

	ul.product-list-switcher li {
		margin: 5px 0 !important;
		border-radius: 15px;
		border: 2px solid rgba(52, 92, 166, 0.71);
		font-size: 0.9rem;
	}


}

/* txt block */
.text-block {
	padding: 50px 0;
}

/* product lift */
.product-lift-block {
	padding: 100px 0;
	background-color: #345ca6;
	border-bottom: 1px solid #fff;
}

.product-lift-block.automatic-lifts {
	background-color: #e4edf5;

}

a.product-lift-wrapper {
	text-decoration: none;
	color: #345ca6;
	display: flex;
	transition: all 0.25s;
	box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.2);
	border: 1px solid #345ca6;
	position: relative;
	min-height: 450px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

a.product-lift-wrapper:hover {
	box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.7);
}

.product-lift-block.automatic-lifts a.product-lift-wrapper {
	border: unset;
}

.product-lift-content {
	padding: 15px 30px;
	font-size: 1.6rem;
	font-weight: 900;
	background: rgba(255, 255, 255, 0.8);
	margin-top: auto;
	width: 100%;
	text-transform: uppercase;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.product-lift-content span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

h3.popular-title,
h3.latest-title {
	margin: 0;
	margin-top: 25px;
	display: inline-block;
	background: #345ca6;
	color: #fff;
	padding: 15px 30px;
	border-top-right-radius: 15px;
	text-transform: uppercase;
	font-size: 0.9rem;
}

.title-wrapper {
	border-bottom: 1px solid #345ca6;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 25px 0;
	padding: 2em 0;
	font-size: 1rem;
	color: #000;
	background: rgba(228, 237, 245, 0.28);
}

.woocommerce .woocommerce-breadcrumb a {
	color: #345ca6;
}

/* single product */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	height: auto;
}

.woocommerce.single-product .single-sale {
	width: 75px;
	color: #000;
	height: 75px;
	background: #ffc425;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: unset;
	border-bottom-left-radius: 50px !important;
	border-top-right-radius: 13px !important;
	box-shadow: -2px 2px 6px #888;
}

.woocommerce.single-product .single-sale span {
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translate(-50%, -42%);
	font-size: 1.6rem;
	text-transform: uppercase;
	font-family: "Segoe UI", sans-serif;
	font-weight: 700;
	color: #000;
}

.woocommerce.single-product .product_meta {
	display: flex;
	flex-direction: column;
}

/* hide tags */
.woocommerce.single-product .product_meta .tagged_as {
	display: none;

}

.single-product.woocommerce div.product div.images img {
	height: 100%;
	max-height: 555px;
	width: 100%;
	object-fit: contain;
}

.single-product.woocommerce div.product p.price,
.single-product.woocommerce div.product span.price {
	font-weight: 700;
	font-size: 3rem;
	color: #345ca6;
}

.single-product.woocommerce div.product p.price.variable,
.single-product.woocommerce div.product span.price.variable {
	font-size: 2rem;
}

.single-product.woocommerce div.product p.price del,
.single-product.woocommerce div.product span.price del {
	font-size: 1.2rem;
	color: #000;
}

.single-product.woocommerce div.product p.price ins,
.single-product.woocommerce div.product span.price ins {
	background-color: unset;
	text-decoration: none;
}


.woocommerce div.product div.images.woocommerce-product-gallery
.woocommerce-product-gallery__trigger {
	display: none !important;
}

.woocommerce-product-gallery__image:nth-child(1) {
	border: 1px solid #345ca6;
	border-radius: 25px;
	height: 100%;
	margin-bottom: 10px;
}

.woocommerce-product-gallery__image:nth-child(1) img {
	border-radius: 25px;
}

.single-product.woocommerce div.product form.cart div.quantity {
	float: unset;
	margin-bottom: 20px;
}

.woocommerce .order-review-wrapper button.button#place_order,
.woocommerce div.product form.cart .button {
	background-color: #3ca634;
	width: 100%;
	height: 100px;
	font-size: 1.8rem;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 15px;
	box-shadow: 6px 6px 16px rgba(45, 81, 148, 0.25);
	transition: all 0.25s;
}

.woocommerce .order-review-wrapper button.button#place_order:hover,
.woocommerce div.product form.cart .button:hover {
	background-color: #48c23f;
	box-shadow: 6px 6px 16px rgba(45, 81, 148, 0.5);
}

.woocommerce .order-review-wrapper button.button#place_order span,
.woocommerce div.product form.cart .button span {
	display: inline-block;
	position: relative;
	padding-left: 55px;
}

.woocommerce .order-review-wrapper button.button#place_order span::before,
.woocommerce div.product form.cart .button span::before {
	position: absolute;
	font-family: "Material Icons" !important;
	content: "\e8cc";
	left: -20px;
	top: -18px;
	font-size: 4rem;
	display: block;
	color: #fff;
}

.woocommerce .order-review-wrapper button.button#place_order {
	width: 40%;
	align-self: flex-end;
	margin-left: auto;
}

/* product loop */

.woocommerce .products ul,
.woocommerce ul.products {
	position: relative;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	text-decoration: none;
	color: #fff;
	background-color: #345ca6;
	border-radius: 15px;
	transition: all 0.25s;
	box-shadow: 6px 6px 16px rgba(45, 81, 148, 0.25);
	border: 1px solid #345ca6;
	position: relative;
	margin-top: 30px;
	height: 420px;
	margin-bottom: 0;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	box-shadow: 6px 6px 16px rgba(45, 81, 148, 0.5);
}

.woocommerce ul.products li.product a {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	color: #fff;
	padding: 10px 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product {
	min-height: 100px;
}

.woocommerce ul.products li.product .price {
	margin-top: auto;
	font-weight: 700;
	font-size: 1.6rem;
	color: #fff !important;
	padding: 10px 20px 0 20px;
	margin-bottom: 0;
}

.woocommerce ul.products li.product span.small {
	display: inline-block;
	font-size: 0.8rem;
	color: #fff;
	padding: 0 0 10px 20px;
}


.woocommerce ul.products li.product .price.ale del {
	font-size: 0.9rem;
	color: #fff;
}

.woocommerce ul.products li.product .price.ale ins {
	background-color: unset;
	color: #ffc425;
	text-decoration: none;
}

.woocommerce ul.products li.product .loop-sale {
	width: 75px;
	color: #000;
	height: 75px;
	background: #ffc425;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: unset;
	border-bottom-left-radius: 50px !important;
	border-top-right-radius: 13px !important;
	box-shadow: -2px 2px 6px #888;
}

.woocommerce ul.products li.product .loop-sale span {
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translate(-50%, -42%);
	font-size: 1.6rem;
	text-transform: uppercase;
	font-family: "Segoe UI", sans-serif;
	font-weight: 700;
	color: #000;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
	border: unset;
}

.woocommerce ul.products li.product a img {
	border-top-right-radius: 13px;
	border-top-left-radius: 13px;
}

.woocommerce div.product .stock {
	color: #345ca6;
}

@media screen and (max-width: 1369px) {

	.woocommerce section.related.products ul.products li.product,
	.woocommerce-page section.related.products ul.products li.product {
		margin-top: 25px !important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1369px) {

	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
		width: 30%;
		margin: 10px 10px;
	}

	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
		clear: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {

	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
		margin: 0 0 20px 20px;
	}

	.woocommerce ul.products li.product a img {
		max-height: 250px;
		object-fit: cover;
	}

	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
		width: 47.02%;
		float: left;
		clear: none;
	}
}

@media screen and (max-width: 450px) {

	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
		width: 100%;
		height: auto;
		margin-bottom: 25px;
	}

	.woocommerce ul.products li.product a img {
		max-height: 250px;
		object-fit: cover;
	}

	.woocommerce ul.products li.product .price {
		margin-bottom: 15px;
	}
}

.post-type-archive-product.woocommerce .woocommerce-breadcrumb,
.tax-product_cat.woocommerce .woocommerce-breadcrumb {
	background-color: unset;

}

#shop-menu-title {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

#shop-menu-title .toggle-categories {
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: #345ca6;
	border: 1px solid #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.25s all;
}

@media screen and (min-width: 992px) {

	#shop-menu-title .toggle-categories {
		display: none;
	}
}

.shoptoggler {
	display: none;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}

@media screen and (max-width: 991px) {

	.shoptoggler {
		display: block;
	}
}

.shop-categories,
.shop-filters {
	background: #345ca6;
	color: #fff;
	margin-top: 25px;
	margin-bottom: 25px;
}

.shop-filters {
	margin-bottom: 25px;
	position: relative;
}

.shop-filters .filters-container {
	background: #345ca6;
	color: #fff;
	padding: 10px 20px;
}

.yith-wcan-filters .yith-wcan-filter h4 {
	color: #fff !important;
	text-transform: uppercase;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
	color: #fff !important;
}

/* Chrome, Safari, Edge, Opera */
.filter-content input::-webkit-outer-spin-button,
.filter-content input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
	border-radius: 3px;
	padding: 5px 3px;
	width: 60px !important;
	border: 2px solid #fff;
	background: #345ca6;
	color: #fff;
	text-align: center;
}

/* Firefox */
.filter-content input[type="number"] {
	-moz-appearance: textfield;
	border-radius: 3px;
	padding: 5px 3px;
	width: 60px !important;
	border: 2px solid #fff;
	background: #345ca6;
	color: #fff;
	text-align: center;
}

.shop-categories a span.cat-name {
	font-size: 0.9rem;
	display: block;
	position: relative;
}

ul.product-child-categories a:hover > span.cat-name::after {
	right: -15px;
}

.shop-categories span.h3,
.shop-filters span.h3 {
	text-transform: uppercase;
	margin: 15px 0;
	font-weight: 700;
	display: block;
	font-size: 1.2rem;
	position: relative;
}

.shop-filters span.h3::after {
	position: absolute;
	right: 44px;
	top: calc(50% - 5px);
	font-size: 2rem;
	font-family: "Material Icons";
	content: "\e5df";
	display: block;
	width: 15px;
	height: 15px;
	transition: all 0.25s;
	color: #fff;
	transform: translate(0%, -50%);
}

@media screen and (min-width: 992px) {

	.shop-filters span.h3::after {
		display: none;
	}
}

.shop-filters span.h4 {
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	font-size: 1.1rem;
}

.shop-categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shop-categories ul li ul.product-grandchild-categories {
	display: none;
	padding-left: 15px;
}

.shop-categories > ul > li a {
	display: block;
	background: #345ca6;
	color: #fff;
	margin: 1px 0;
	padding: 10px 0;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	width: 80%;
}

.shop-categories > ul > li a.underline {
	text-decoration: underline;
}

.shop-categories > ul > li a:hover {
	text-decoration: underline;
}

.shop-categories > ul > li span.material-icons {
	font-size: 2rem;
	cursor: pointer;
	transition: all 0.25s;
}

.shop-categories > ul > li span.material-icons.rotated {
	transform: rotate(90deg);
}

.shop-categories > ul > li {
	position: relative;
}

.shop-categories > ul > li a span.cat-name {
	color: #fff;
}

.shop-categories ul li {
	position: relative;
}

.shop-categories > ul > ul li a {
	display: block;
	padding: 10px 10px 10px 15px;
	width: 100%;
	color: #fff;
	text-decoration: none;
	transition: 0.25s all;
}

.shop-categories > ul > ul li a.underline {
	text-decoration: underline;
}

.shop-categories > ul > ul li a.has-children {
	width: calc(100% - 40px);
}

.shop-categories > ul > ul li span.toggle-child {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: #345ca6;
	border: 1px solid #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.25s all;
}

.shop-categories > ul > ul li span.toggle-child:hover {
	background-color: #e4edf5;
	color: #345ca6;
}

.shop-categories > ul > ul li a:hover .cat-name {
	text-decoration: underline;
}

@media screen and (max-width: 991px) {

	.shop-categories > ul > li a {
		width: 100%;
	}

	.shop-categories > ul > li span.material-icons {
		margin-right: 25px;
	}

	.shop-categories ul.product-child-categories a span.cat-name {
		max-width: 100%;
		padding-right: 50px;
	}

	.shop-categories ul.product-child-categories a span.cat-name::after {
		right: 35px;
	}

	ul.product-child-categories a:hover > span.cat-name::after {
		right: 15px;
	}
}

.shop-categories {
	padding: 15px;
	border-radius: 8px;
}

.shop-filters {
	background: #345ca6;
	padding-bottom: 25px;
}

.brand-wrapper {
	padding: 10px 25px 10px 25px;
	display: flex;
	align-items: center;
}

.brand-wrapper input {
	margin-left: auto;
}

.brand-filter {
	display: flex;
	flex-direction: column;
}

label.brand-name {

}

.yith-wcan-filters button.apply-filters,
button.yith-wcan-reset-filters {
	display: inline-block;
	padding: 15px 10px;
	background-color: #fff;
	color: #045ca6;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	border-radius: 15px;
	text-align: center;
	min-width: 100%;
	font-size: 1.2rem;
	margin: 0;
	border: 2px solid #345ca6;
	transition: all 0.25s;
	cursor: pointer;
}

.yith-wcan-filters button.apply-filters {
	display: block !important;
	margin-bottom: 15px !important;
}

.yith-wcan-filters button.apply-filters:hover,
button.yith-wcan-reset-filters:hover {
	border: 2px solid #fff;
	background-color: #345ca6;
	color: #fff;
}

.irs--round .irs-min,
.irs--round .irs-max {
	color: #fff;
	font-family: "Epilogue", sans-serif;
	font-size: 1rem;
}

.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-to,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-single {
	font-family: "Epilogue", sans-serif;
	font-size: 1rem;
}

#ajaxLoader {
	display: none;
	z-index: 99999;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#ajaxLoader img {
	max-width: 40px;
}

@media screen and (max-width: 575px) {

}

/* wtf */

section.related.products {
	display: inline-block;
	width: 100%;
	position: relative;
}

section.related.products::after {
	position: absolute;
	left: -2000px;
	bottom: -20px;
	width: 6000px;
	height: 20px;
	content: "";
	box-shadow: 0 3px 6px rgba(52, 92, 166, 0.15);
}

section.related.products h2 {
	color: #fff;
	display: inline-block;
	background: #345ca6;
	padding: 15px 30px 10px 25px;
	text-transform: uppercase;
	font-size: 1rem;
	border-top-right-radius: 40px;
	border-top-left-radius: 5px;
	margin-bottom: 0;
}

section.related.products ul {
	margin-top: 0;
	border-top: 1px solid #345ca6;
}

/* wc messages */
.woocommerce-checkout .full-width-block-wrapper > .woocommerce > .woocommerce-notices-wrapper:first-child {

	background: #e4edf5;
}

.woocommerce-checkout .full-width-block-wrapper > .woocommerce > .woocommerce-notices-wrapper:first-child .woocommerce-message {
	margin-bottom: 0;
}

.woocommerce-page .woocommerce-message a.button {
	color: #fff;
	border: 2px solid #fff;
	background: #345ca6;

}

.woocommerce-page .woocommerce-message a.button:hover {
	background: #fff;
	border: 2px solid #345ca6;
	color: #345ca6;
}

.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-error .button {
	padding: 15px 10px 10px 10px;
	margin-left: auto;
	transition: all 0.25s;
}

.woocommerce-message,
.woocommerce-info {
	border: 1px solid #345ca6;
	border-top: 3px solid #345ca6;
	background: #fff;
	font-family: "Epilogue", sans-serif;
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: #345ca6;
}

.woocommerce-error {
	border: 1px solid #b81c23;
	border-top: 3px solid #b81c23;
	background: #fff;
	font-family: "Epilogue", sans-serif;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	max-width: 1100px;
	margin: 0 auto 25px auto;
}

.woocommerce form.checkout_coupon {
	max-width: 1100px;
	margin: 0 auto 25px auto !important;
}

.woocommerce form.checkout_coupon button.button {
	margin-top: 0 !important;
}

/* ostoskori / kassa / oma tili */
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce-checkout div.col-1,
.woocommerce-checkout div.col-2,
body.woocommerce-order-received div.col-1,
body.woocommerce-order-received div.col-2 {
	max-width: unset !important;
	width: 100% !important;
	float: none !important;
}

.woocommerce-order-received .full-width-block {
	background: #efefef;
}

.woocommerce-order-received .full-width-block-wrapper {
	max-width: 1370px;
	margin: 0 auto;
}

.woocommerce-order-received .full-width-block-wrapper > div.woocommerce {
	padding: 50px 25px;
	background: #fff;
}

body.woocommerce-order-received .full-width-block-wrapper .ul.order_details {
	margin: 0;
	padding: 0 0 0 15px;
}

.woocommerce-order-received .full-width-block-wrapper div.woocommerce .woocommerce-column--billing-address,
.woocommerce-order-received .full-width-block-wrapper div.woocommerce .woocommerce-column--shipping-address {
	border: 2px solid #999;
	border-radius: 15px;
	margin-bottom: 25px;
	padding-bottom: 15px;
}

.woocommerce-order-received .woocommerce-column__title {
	padding-left: 15px;
}

.woocommerce .woocommerce-customer-details address {
	border: none;
}

@media screen and (max-width: 767px) {

	.woocommerce-checkout div.col-1,
	.woocommerce-checkout div.col-2,
	body.woocommerce-order-received div.col-1,
	body.woocommerce-order-received div.col-2 {
		max-width: 100% !important;
	}
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	margin: 0 0 2em 0;
}

.woocommerce-page table.cart td.actions .coupon {
	display: none !important;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	height: 204px;
	width: 204px;
	object-fit: contain;
	border: 1px solid #345ca6;
}

.woocommerce table.shop_table {
	border: none;
	border-collapse: collapse !important;
}

.woocommerce-checkout table.cart td.product-name {
	max-width: 300px;
}

.woocommerce-checkout table.cart td.product-name a {
	color: #000;
	font-weight: 700;
	text-decoration: none;
	font-size: 1.1rem;
}

.woocommerce table.cart.shop_table td {
	border-bottom: 1px solid #345ca6;
	border-top: unset;
}

.woocommerce table.cart.shop_table td.product-subtotal,
.woocommerce table.cart.shop_table td.product-price {
	font-weight: 700;
}

.woocommerce table.cart.shop_table tr:last-child td {
	border-bottom: unset;
}

.woocommerce-checkout table.cart td > * {
	display: block;
	margin-top: 25px;
}

.woocommerce-checkout table.cart td > small.cart-small {
	margin-top: 5px;
}

.woocommerce-checkout table.cart td.actions > * {
	display: block;
	margin-top: unset;
}

.woocommerce-checkout table.cart td.actions span.cart-totals {
	font-size: 2.2rem;
	color: #345ca6;
	font-weight: 700 !important;
	display: inline-block;
	margin-top: 25px;
}

.woocommerce button.button:not(.single_add_to_cart_button):not(.button#place_order),
.woocommerce-checkout table.cart td.actions button.button {
	margin-top: 25px;
	float: left;
	vertical-align: middle;
	padding: 15px 10px 15px 10px;
	background-color: #045ca6;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	border-radius: 15px;
	text-align: center;
	min-width: 185px;
	font-size: 1rem;
	border: 2px solid #045ca6;
	transition: all 0.25s;
}

.woocommerce button.button:not(.single_add_to_cart_button):not(.button#place_order):hover,
.woocommerce-checkout table.cart td.actions button.button:hover {
	color: #045ca6;
	background-color: #fff;
}

.woocommerce-checkout table.cart td > div.quantity {
	margin-top: 20px;
}

.woocommerce-checkout table.cart td > span.sku {
	margin-top: 0;
}

.woocommerce table.shop_table td > span.alv,
.woocommerce-checkout table.cart td > span.alv {
	margin-top: 0;
	font-weight: 400;
	font-size: 0.8rem;

}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td > span.alv {
	margin-left: 5px;
}

.woocommerce table.shop_table thead th {
	border-bottom: 1px solid #000;
	font-weight: 400;
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
	vertical-align: top;
}

form.woocommerce-checkout {
	padding: 50px 0 0 0;
	position: relative;
	background-color: #fbfbfb;
	z-index: 999;
}

.woocommerce-checkout::before {
	position: absolute;
	top: 0;
	left: -2000px;
	width: 6000px;
	height: 100%;
	background-color: #fbfbfb;
	content: "";
	z-index: -1;
	box-shadow: 0 3px 6px rgba(52, 92, 166, 0.15);
}

.woocommerce-checkout::after {
	position: absolute;
	top: -10px;
	left: -2000px;
	width: 6000px;
	height: 10px;
	content: "";
	box-shadow: 0 3px 6px rgba(52, 92, 166, 0.15);
}

.page-id-399 .site-main {
	background-color: #fff;
}

.page-id-399 .text-block > .container > .row > div > .woocommerce {
	background-color: #fff;
	position: relative;
	z-index: 999;
}

.page-id-399 .text-block > .container > .row > div > .woocommerce::before {
	position: absolute;
	top: 0;
	left: -2000px;
	width: 6000px;
	height: 100%;
	background-color: #fff;
	content: "";
	z-index: -1;
}

h3.cart-title {
	font-size: 2rem;
	font-weight: 700;
}

.woocommerce form .form-row .optional {
	display: none;
}

.woocommerce form select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	padding: 15px 10px;
	border-radius: 15px;
	border: 2px solid rgba(0, 0, 0, 0.55);
	background: transparent;
	color: #000;
	transition: all 0.25s;
}

.woocommerce form select:active,
.woocommerce form select:focus,
.woocommerce form .form-row input.input-text:active,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea,
.woocommerce form .form-row textarea:active,
.woocommerce form .form-row textarea:focus {
	background: #fff;
}

.woocommerce form .form-row label {
	color: #345ca6;
}

.woocommerce form .form-row textarea {
	height: 125px;
}

.showlogin.kassa {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin-left: 60px;
	text-decoration: none;
	color: #345ca6;
}

.showlogin.kassa::before {
	top: -15px;
	left: -35px;
	font-family: "Material Icons";
	content: "person";
	display: block;
	color: #045ca6;
	font-size: 2rem;
	position: absolute;
}

.login-form.kassa {
	display: none;
}

.woocommerce-form-login-toggle.kassa {
	display: flex;
	align-items: center;
	padding: 0 15px;
}

.woocommerce-billing-fields > h3:first-child {
	display: none;
}

.woocommerce-form-login-toggle.kassa .input-wrapper {
	margin-left: auto;
}

.woocommerce-form-login-toggle.kassa .input-wrapper label,
.woocommerce-form-login-toggle.kassa .input-wrapper input {
	color: #345ca6;
}

.woocommerce-form-login-toggle.kassa .input-wrapper label {
	margin-left: 5px;
}

#billing_y_tunnus_field,
#billing_company_field,
#shipping_company_field {
	display: none;
	transition: all 0.25s;
}

body.B2B #billing_y_tunnus_field,
body.B2B #billing_company_field,
body.B2B #shipping_company_field {
	display: block;
}

.single-product span.no-tax small {
	font-size: 1rem;
}

.single-product span.small.no-tax,
.product-price span.small.no-tax,
body.woocommerce ul.products li.product span.small.no-tax {
	display: none;
}

body.B2B.single-product span.small.no-tax,
body.B2B .product-price span.small.no-tax,
body.B2B.woocommerce ul.products li.product span.small.no-tax {
	display: block;
}

body.B2B.single-product span.small.tax,
body.B2B .product-price span.small.tax,
body.B2B.woocommerce ul.products li.product span.small.tax {
	display: none;
}

body.B2C.single-product span.small.tax,
body.B2C .product-price span.small.tax,
body.B2C.woocommerce ul.products li.product span.small.tax {
	display: block;
}

body.B2C.single-product span.small.no-tax,
body.B2C .product-price span.small.no-tax,
body.B2C.woocommerce ul.products li.product span.small.no-tax {
	display: none;
}

.single-product .price.no-tax,
.product-price .price.no-tax,
body.woocommerce ul.products li.product .price.no-tax {
	display: none;
}

body.B2B.single-product .price.no-tax,
body.B2B .product-price .price.no-tax,
body.B2B.woocommerce ul.products li.product .price.no-tax {
	display: block;
}

body.B2B.single-product .price.tax,
body.B2B .product-price .price.tax,
body.B2B.woocommerce ul.products li.product .price.tax {
	display: none;
}

body.B2C.single-product .price.tax,
body.B2C .product-price .price.tax,
body.B2C.woocommerce ul.products li.product .price.tax {
	display: block;
}

body.B2C.single-product .price.no-tax,
body.B2C .product-price .price.no-tax,
body.B2C.woocommerce ul.products li.product .price.no-tax {
	display: none;
}

.product-price.variable > span.price::before,
.woocommerce ul.products li.product .price.variable::before {
	display: inline-block;
	content: "alk. ";
	margin-right: 5px;
}

.woocommerce nav.woocommerce-pagination ul {
	border-radius: 15px;
	border: 1px solid #345ca6;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 1px solid #345ca6;
}

.woocommerce .woocommerce-pagination ul.page-numbers li:first-child,
.woocommerce-page .woocommerce-pagination ul.page-numbers li:first-child {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li:last-child,
.woocommerce-page .woocommerce-pagination ul.page-numbers li:last-child {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background-color: #eaf1f7;
	color: #345ca6;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	font-weight: 700;
	background-color: #eaf1f7;
	color: #345ca6;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	color: #345ca6;
}

.woocommerce .product .long-description {
	clear: both;
}

.product-video {
	padding: 100px 0;
	clear: both;
	position: relative;
}

.product-video::before {
	position: absolute;
	top: 0;
	left: -2000px;
	width: 6000px;
	height: 100%;
	background: rgba(228, 237, 245, 0.28);
	content: "";
	z-index: -1;
}

.product-video::after {
	position: absolute;
	top: -20px;
	left: -2000px;
	width: 6000px;
	height: 20px;
	box-shadow: 0 3px 6px rgba(52, 92, 166, 0.15);
	display: block;
	content: "";
	z-index: -1;
}

.product-video iframe {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.product-video-wrapper {
	height: 600px;
	width: 100%;
}

h3.product-video-title {
	font-size: 2rem;
	margin-top: 0;
	line-height: 1;
	padding-top: 0;
}

@media screen and (max-width: 1199px) {

	.product-video-wrapper {
		height: 400px;
	}
}

@media screen and (max-width: 768px) {

	.product-video-wrapper {
		height: 300px;
	}
}

.after-single-product {
	background-color: #345ca6;
	padding: 75px 0;
	border-bottom: 1px solid #fff;
}

.pre-footer {
	margin-top: 0;
}

.latest-products-block {
	margin-bottom: 50px;
}


.tax-product_cat.woocommerce main,
.post-type-archive-product.woocommerce-shop main {
	margin-bottom: 50px;
}

.tax-product_cat.woocommerce nav.woocommerce-pagination,
.post-type-archive-product.woocommerce-shop.woocommerce nav.woocommerce-pagination {
	margin-top: 50px;
}

h3#order_review_heading {
	font-size: 2.5rem;
}

.order-review-wrapper {
	display: flex;
}

.order-review-wrapper .woocommerce-checkout-review-order {
	width: 50%;
	flex: 50%;
	margin-right: 25px;
}

.woocommerce .order-review-wrapper table.shop_table td {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce .order-review-wrapper table.shop_table {
	border-collapse: collapse;
}

.woocommerce .order-review-wrapper table.shop_table tr.order-total th,
.woocommerce .order-review-wrapper table.shop_table tr.order-total td {
	border-top: 1px solid #345ca6 !important;
	border-bottom: none !important;
	padding: 30px 0;
}

.woocommerce .order-review-wrapper table.shop_table td,
.woocommerce .order-review-wrapper table.shop_table th {
	padding: 15px 0;
}

.woocommerce .order-review-wrapper table.shop_table tr:last-child td.product-name,
.woocommerce .order-review-wrapper table.shop_table tr:last-child td.product-total {
	padding: 15px 0 30px 0;
}

.woocommerce .order-review-wrapper table.shop_table td span:not(.alv) span.amount bdi,
.woocommerce .order-review-wrapper table.shop_table tr.order-total td :not(.alv) span.amount bdi {
	color: #345ca6;
	font-weight: 700;
	font-size: 1.4rem;
}

.B2B-total {
	display: none;
}

body.B2B .B2B-total {
	display: table-row;
}

.order-bottom {
	position: relative;
	padding-top: 25px;
	padding-bottom: 75px;
}

.order-bottom::after {
	position: absolute;
	left: -2000px;
	top: 0;
	width: 6000px;
	height: 100%;
	content: "";
	background: #fff;
	z-index: -1;
}

.order-bottom::before {
	position: absolute;
	left: -2000px;
	top: -20px;
	width: 6000px;
	height: 20px;
	content: "";
	box-shadow: 0 3px 6px rgba(52, 92, 166, 0.15);
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li:not(.paytrail-woocommerce-payment-fields--list-item),
.woocommerce ul#shipping_method li,
.paytrail-provider-group {
	margin: 15px 0 15px 0;
	line-height: 1.5em;
	list-style: none outside;
	padding: 20px 20px 15px 20px;
	border: 2px solid rgba(0, 0, 0, 0.4);
	border-radius: 15px;
	cursor: pointer;
	position: relative;
	transition: all 0.25s;
}

body .woocommerce-checkout #payment .paytrail-woocommerce-payment-fields--list-item--input:checked + .paytrail-woocommerce-payment-fields--list-item--wrapper,
body .woocommerce-checkout #payment .paytrail-woocommerce-payment-fields--list-item:hover .paytrail-woocommerce-payment-fields--list-item--wrapper {
	border: 2px solid #345ca6 !important;
	border-radius: 15px !important;
	background: #fff !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
	margin: 15px 0 15px 0;
	line-height: 1.5em;
	list-style: none outside;
	padding: 20px 20px 15px 20px;
	border: none !important;
	border-radius: 15px;
	cursor: pointer;
	position: relative;
	transition: all 0.25s;
}

body ul.paytrail-woocomemrce-payment-fields li.paytrail-woocommerce-payment-fields--list-item {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background-color: transparent;
	margin: 0.5em 0;
}

.woocommerce ul#shipping_method li input {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}

.woocommerce-checkout #payment ul.payment_methods li.payment_method_paytrail {
	background: #e4edf5;
}

body .paytrail-provider-group {
	background-color: #fff !important;
	margin: 25px 0;
	color: #345ca6 !important;
}

body .paytrail-provider-group:hover {
	color: #345ca6 !important;
	background-color: #efefef !important;
}

.woocommerce ul#shipping_method li:hover,
.woocommerce ul#shipping_method li.selected {
	background-color: #e4edf5;
}

body.woocommerce-checkout div#payment > ul.wc_payment_methods > li.wc_payment_method.col-wide {
	border: 2px solid #999 !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: transparent;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label {
	padding: 10px 0 0 15px;
	display: inline-block;
	color: #345ca6;
}

.paytrail-woocommerce-payment-fields--list-item--input + .paytrail-woocommerce-payment-fields--list-item--wrapper {
	border-radius: 15px;
	border: 2px solid #999 !important;
}

body.woocommerce-checkout #payment ul.payment_methods li.paytrail-woocommerce-payment-fields--list-item .paytrail-woocommerce-payment-fields--list-item--wrapper:hover {
	border: 2px solid #345ca6 !important;
}

body ul.paytrail-woocommerce-payment-fields li.paytrail-woocommerce-payment-fields--list-item {
	margin: 5px 5px !important;
	padding: 0 !important;
}

li.paytrail-woocommerce-payment-fields--list-item.selected,
.paytrail-woocommerce-payment-fields--list-item:hover {
	border: 2px solid #345ca6 !important;
	background: #fff;
}

body .paytrail-provider-group.selected .paytrail-provider-group-title i {

}

body .paytrail-provider-group {
	transition: none !important;
}

body .paytrail-provider-group.selected div,
body .paytrail-provider-group.selected,
body .paytrail-provider-group.selected:hover {
	background-color: #345ca6 !important;
	color: #fff !important;
	transition: none !important;
}

.woocommerce-checkout a.paytrail-for-woocommerce-tokenized-payment-method-links {
	padding: 15px 10px 15px 10px;
	color: #fff;
	background-color: #345ca6;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	border-radius: 15px;
	text-align: center;
	width: 120px;
	font-size: 1rem;
	border: 2px solid #345ca6;
	transition: all 0.25s;
	display: flex !important;
	flex-direction: row;
	align-items: center;
}

.woocommerce-checkout a.paytrail-for-woocommerce-tokenized-payment-method-links:hover {
	border: 2px solid #345ca6;
	background-color: #fff;
	color: #345ca6;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	padding: 0 !important;
}

/*  woocommerce oma tili */
body .payment_method_paytrail .paytrail-provider-group-title i {
	filter: brightness(0.9) invert(0.6) sepia(0.3) hue-rotate(170deg) saturate(500%);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	background: #345ca6;
	color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation a span {
	color: #000;
	font-size: 1rem;
	max-width: 80%;
	display: block;
	position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation a span::after {
	position: absolute;
	right: -15px;
	top: -5px;
	font-size: 1.5rem;
	content: "▸";
	display: block;
	width: 15px;
	height: 15px;
	transition: all 0.25s;
	color: #345ca6;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a span::after,
.woocommerce-account .woocommerce-MyAccount-navigation  a:hover > span::after {
	right: -25px;
}

.woocommerce-account .woocommerce-MyAccount-navigation h3 {
	text-transform: uppercase;
	padding: 5px 0 0 25px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 2px 2px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	padding: 15px 0 15px 25px;
	display: block;
	background: #fff;
	color: #000;
	margin: 1px 0;
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
	background-color: #345ca6;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout span {
	color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout span::after {
	color: #fff;
}

.woocommerce-account header.woocommerce-Address-title {
	display: flex;
	align-items: center;
}

.woocommerce-account .addresses .title .edit {
	float: none;
	margin-left: auto;
}

.woocommerce-EditAccountForm fieldset {
	margin-top: 50px;
	border: 2px solid #345ca6;
}

.woocommerce form.woocommerce-cart-form table.shop_table td small.includes_tax {
	display: none !important;
}

header.mobile-header {
	display: none;
}

body.search #primary {
	padding-bottom: 25px;
}

/* responsive */
@media screen and (max-width: 1369px) {

	header input[type="search"] {
		width: 300px;
	}

}

@media screen and (max-width: 1200px) {

	ul#primary-menu li a {
		font-size: 1.1rem !important;
	}

	header input[type="search"] {
		width: 250px;
	}

	input.search-submit {
		width: 100px;
	}

	header form.search-form::after {
		right: 75px;
	}

	.main-navigation > div.menu-main-navigation-container > ul > li > a {
		padding: 0 1.25rem;
	}

	.main-navigation.static ul li.account-login a {
		line-height: 2;
		top: 10px;
	}

	header.static-top .main-navigation li.account-login::before {
		top: -25px;
		left: 15px;
	}

	header.static-top .main-navigation li.account-login {
		margin-right: 10px;
	}

	header.static-top .info .info-content span:nth-child(2) {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 1199px) {

	header.static-top .main-navigation li.account-login {
		margin-right: 0;
	}

	header.static-top span.material-icons {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {

	.product-lift-content {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 991px) {

	.woocommerce .order-review-wrapper button.button#place_order {
		font-size: 1.5rem !important;
	}

	#shopCats {
		display: none;
	}

	#shopFilters {
		display: none;
	}

	.shop-filters span.h3.toggled::after,
	.shop-categories span.h3.toggled::after {
		transform: translate(0%, -50%) rotate(90deg);
	}

	header.static-top,
	header.site-header {
		display: none;
	}

	header.mobile-header {
		display: block;
		transition: all 0.25s;
	}

	header.mobile-header .container {
		max-width: 100%;
	}

	header.mobile-header.scrolled {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999999;
		background: #fff;
		width: 100%;
	}

	header.mobile-header a.wpmenucart-contents {
		color: #045ca6;
	}

	header.mobile-header a.wpmenucart-contents:hover {
		color: #045ca6;
	}

	.mobile-top {
		display: flex;
		justify-content: space-between;
		padding: 15px 0;
		align-items: center;
	}

	#cart-nav-mobile-header {
		margin-left: auto;
		margin-right: 2rem;
	}

	ul#cart-menu-mobile-header {
		margin: 0 !important;
		padding: 0 !important;
		list-style: none !important;
	}

	.mobile-search {
		background: #fff;
		position: relative;
		padding: 20px 0;
	}

	.mobile-search::before {
		position: absolute;
		content: "";
		top: -8px;
		left: 0;
		height: 5px;
		width: 100%;
		box-shadow: 0 3px 6px #ccc;
	}

	.mobile-search form.search-form {
		border: 2px solid #345ca6;
		position: relative;
		border-radius: 15px;
		margin: 0 auto;
		width: 100%;
		display: flex;
		align-items: center;
		height: 44px;
	}

	.mobile-search label {
		width: 100%;
		height: 100%;
	}

	.mobile-search input[type="search"] {
		background-color: transparent;
		color: #345ca6;
		border: none;
		width: 100%;
		padding-left: 15px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		-webkit-appearance: unset;
		outline-offset: unset;
		margin-left: auto;
		height: 100%;

	}

	.mobile-search input.search-submit {
		width: 150px;
		margin-left: auto;
		background-color: #345ca6;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 1.2rem;
		padding: 10px 0 12px 0;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border: none;
		cursor: pointer;
	}

}

@media screen and (max-width: 767px) {

	.order-review-wrapper {
		flex-direction: column;
	}

	.order-review-wrapper .woocommerce-checkout-review-order {
		width: unset;
		flex: unset;
		margin-right: unset;
	}

	.woocommerce .order-review-wrapper button.button#place_order {
		font-size: 2rem !important;
		width: 100%;
		align-self: unset;
		margin-left: unset;
	}

	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: #fff !important;
	}

	.woocommerce-checkout table.cart td.actions span.cart-totals {
		margin-top: 50px;
		font-size: 2rem;
	}

	.product-lift-block .row > div:first-child {
		margin-bottom: 25px;
	}

	.woocommerce ul.order_details {
		display: flex;
		flex-direction: column;
	}

	.woocommerce ul.order_details li {
		margin: 5px 0;
		border-right: none;
	}

	.woocommerce-checkout table.cart td.product-name {
		max-width: unset;
	}

	.woocommerce-checkout table.cart td > * {
		margin-top: unset;
	}

	.woocommerce-checkout table.cart td > div.quantity {
		margin-top: unset;
	}
}

@media screen and (max-width: 575px) {

	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-last,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first {
		float: none;
	}

	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		width: 100%;
	}

	#cart-nav-mobile-header {
		margin-left: auto;
		margin-right: 15px;
	}
}

@media screen and (max-width: 416px) {

	li.wpmenucartli a.wpmenucart-contents span.amount {
		display: none !important;
	}

	.mobile-menu-info span.material-icons,
	header.static-top span.material-icons {
		font-size: 1.5rem;
	}

	.mobile-menu-info .info-content span:nth-child(2) {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 400px) {

	a.product-wrapper .sale {
		left: 0;
		right: unset;
		border-radius: 13px 0 25px 0;
		width: 75px;
		height: 75px;
	}

	a.product-wrapper .sale span {
		font-size: 1.4rem;
	}

	.product-price {
		font-size: 1.2rem;
	}

	.product-content {
		min-height: unset;
	}

	.product-title {

		-webkit-line-clamp: 3;

	}
}

body.woocommerce div.product .summary  form.cart .variations th,
body.woocommerce div.product .summary  form.cart .variations td {
	display: table-cell;
	line-height: 0;
	vertical-align: middle;
}

body.woocommerce div.product .summary  form.cart .variations th label {
	display: block;
}

body.woocommerce div.product form.cart .variations {
	margin: 15px 0;
}

.woocommerce div.product form.cart .reset_variations {
	margin-top: 15px;
	display: inline-block;
}


.woocommerce .order-review-wrapper table.shop_table td span:not(.alv) del span.amount bdi,
.woocommerce .order-review-wrapper table.shop_table tr.order-total td :not(.alv) del span.amount bdi {
	font-size: 1rem;
	font-weight: 400;
	color: #7e7e7e;
}

.page-id-416 .two-column-block {
	padding: 50px 0;
}

.page-id-416 .two-column-block iframe {
	border: unset;
}

.page-id-416 .two-column-block .two-column-left-wrapper {
	padding-left: 10rem;
}

@media (max-width: 1369px) {

	.page-id-416 .two-column-block .two-column-left-wrapper {
		padding-left: 5rem;
	}
}

@media (max-width: 991px) {

	.page-id-416 .two-column-block .two-column-left-wrapper {
		padding-left: 0;
	}

	.page-id-416 .two-column-block {
		padding: 0 0 25px 0;
	}
}

#cmplz-document p,
.editor-styles-wrapper .cmplz-unlinked-mode p,
#cmplz-document li,
.editor-styles-wrapper .cmplz-unlinked-mode li,
#cmplz-document td,
.editor-styles-wrapper .cmplz-unlinked-mode td {
	font-size: 16px;
}

#cmplz-document {
	font-size: 16px;
}

.wc-block-components-notice-banner__content {
	display: flex;
	align-items: center;
	gap: 5px;
}

.wc-block-components-notice-banner__content a.button.wc-forward {
	order: 2;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.search-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-top: 30px;
}

.search-navigation .posts-navigation .nav-previous a,
.search-navigation .posts-navigation .nav-next a {
	padding: 12px 10px 10px 10px;
	background-color: #045ca6;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	border-radius: 15px;
	text-align: center;
	min-width: 185px;
	font-size: 1rem;
	border: 2px solid #045ca6;
	transition: all 0.15s;
}

.search-navigation .posts-navigation .nav-previous a:hover,
.search-navigation .posts-navigation .nav-next a:hover {
	color: #045ca6;
	background-color: #fff;
}

.menu-cart a {
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: 5px;
}

.menu-cart.color-white a {
	color: #fff;
}

.menu-cart.color-blue a {
	color: #045ca6;
}
