/*!
Theme Name: Suortuva
Theme URI: http://underscores.me/
Author: Isto Karttunen
Author URI: http://underscores.me/
Description: Suortuva theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: suortuva
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 with others.

Suortuva is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */

 @import url("https://use.typekit.net/kwz8ovj.css");


 .title-bar {
   display: none;
 }

html {
	line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  /* font-family: 'neue-haas-unica', sans-serif; */
  font-weight: 500;
  font-style: normal;
  color: #333;
  font-family: 'futura-pt', sans-serif;
  overflow-x: hidden;
}

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  font-family: 'futura-pt', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  overflow-x: hidden;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #333;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
  line-height: 1.5; 
  font-family: 'futura-pt', sans-serif;
  font-weight: 500;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  clear: both;
  font-weight: 900;
  /* font-size: 4rem; */
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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 {
	left: 100%;
}

.main-navigation ul ul a {
	width: 250px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: -1rem;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
ul.sub-menu {
  padding: 0.75rem 1rem;
  min-width: 250px;
}

.main-navigation ul.sub-menu a {
  width: max-content;
}

.sub-menu li {
  width: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* Suortuva */

.modern-font {
  font-family: 'moderno-fb', serif;
}
header#masthead .top-bar {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;

}
header#masthead .top-bar.sticky.is-at-top.is-stuck {
  /* 
  background: rgb(255,255,255);
  background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(249,222,213,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(249,222,213,1) 100%);
  background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(249,222,213,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f9ded5",GradientType=1); 
  */
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}



.is-stuck ul#primary-menu a {
  color: #333;
}
ul#primary-menu a:after {
  content: "";
  background: #333;
  height: 2px;
  width: 0;
  display: block;
  margin-top: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}


ul#primary-menu .menu__account a:after, ul#primary-menu .menu__cart a:after {
  display: none;
}

ul#primary-menu .menu__account a, ul#primary-menu .menu__cart a {
-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

ul#primary-menu .menu__account a:hover, ul#primary-menu .menu__cart a:hover {
  opacity: 0.6;
}



ul#primary-menu .sub-menu a:after {
  content: "";
  background: #333;
  height: 2px;
  width: 0;
  display: block;
  margin-top: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.is-stuck ul#primary-menu a:after {
  background: #333;
}

ul#primary-menu a:hover:after {
  width: 100%;
}

ul#primary-menu {
  font-size: 1.1rem;
  color: #fff !important;
  font-weight: 500;
}  
ul#primary-menu a {
  color: #333;
}

.hero-inner {
  width: 100vw;
  height: calc(100vh - 4.5rem);
}
.home header#masthead {
  background: rgba(256,256,256,0);
}

header#masthead {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 9;
  height: 4.5rem !important;
  display: flex;
  align-items: center;
}

header#masthead .top-bar, header#masthead .top-bar ul {
  background-color: #fff;
  box-shadow: none;
}

header#masthead .top-bar.sticky.is-at-top.is-stuck .sub-menu {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

}

header#masthead .top-bar {
  background-color: #fff;
  padding: 0rem 3rem;
  height: 4.5rem;
  top: 0 !important;
}

ul#primary-menu li a {
  margin-top: 0.5rem;
}

ul#primary-menu .sub-menu a {
  color: #333;
  text-transform: initial;
  font-size: 1.1rem;
  line-height: 1rem;
  font-weight: 500;
  padding: 0.25rem 1rem;
}
img.header-image {
  max-width: 150px;
  padding-bottom: 2px;
}
.home .top-bar.sticky.is-anchored.is-at-top img.header-image {
  filter: brightness(0);
}
button {
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
}
button a {
  border: 0;
  border-radius: 0;
  padding: 1.4rem 3rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  background: #f9ded5;
  color: #333333;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
button a:hover {
  background: #dac7c1;
}
button.hero-button a {
    background: #fff;
    padding: 1.6rem 3.4rem;
    color: unset;
    border-radius: 0;
    padding: 1rem 2rem;
    font-size: 1.3rem;
    font-weight: 700;
    background: transparent;
    color: #ffffff;
    -webkit-transition: background 100ms ease-out, border 100ms ease-out;
    -moz-transition: background 100ms ease-out, border 100ms ease-out;
    -o-transition: background 100ms ease-out, border 100ms ease-out;
    transition: background 100ms ease-out, border 100ms ease-out;
    width: max-content;
    margin: 0 auto;
    border: 2px solid #fff;
    left: 0;
    right: 0;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
}
div.justify-center  {
    display: flex;
	align-items: center;
	justify-content: center;	
}
button.hero-button.alt a {
    background: #2b2b2b;
}
button.hero-button a:hover {
  background: #f9ded5;
  color: unset;
  border: 2px solid #f9ded5;
}

.hero-mask {
  --background: rgba(0,0,0,0.3);
  width: 100vw;
  height: 100vh;
}
.hero-inner-content {
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  color: #fff;
  width: 100%;
}
.hero-inner-content h1 {
  font-size: 8rem;
  line-height: 8rem;
  padding: 0;
  margin: 0 0 1rem 0px;
}
.hero-inner-content-text.modern-font {
  font-size: 1.6rem;
  margin-bottom: 4rem;
  font-family: unset;
}
.hero-left {
  padding: 0 0 5rem 5rem;
}

.hero-content-left {
  height: 200px;
  background: #f9ded5;
  color: #333333;
  padding: 3rem;
  max-width: 400px;
}
.hero-content-right {
  height: 200px;
  width: 200px !important;
  display: flex;
  align-items: center;
}
.hero-content-left-title {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  padding-bottom: 1rem;
  font-size: 0.9rem;
}
.italic {
  font-style: italic;
}
.hero-content-left-product {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9rem;
  font-family: unset;
  font-style: normal;
}
.hero-right:hover {
  transform: translate(10px,0)
}
.hero-right {
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

/* 
.hero-content-right.arrow.right{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.hero-content-right i {
  border: solid #333333;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  max-width: 30px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  display: none;
}
.hero-right:hover i {
  display: block;
}
*/

.arrow-right 
{
  width: 20px;
  margin-left: 1rem;
  margin-top: -2px;
  position: absolute;
  opacity: 0;
  display: inline-block;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.hero-right:hover .arrow-right  {
  transform: translate(10px,0);
  opacity: 1;

}

section#tuotteet-sinulle {
  padding: 7rem 0;
  background: #f6f6f6;
}
section#tuotteet-sinulle h2 {
  /*
  font-size: 2rem;
  font-weight: 600;
  font-family: 'moderno-fb', serif;
  font-style: italic;
  margin-bottom: 4rem;
  */
}

section#tuotteet-sinulle  h2.tuotteet-sinulle-title{
  font-size: 3rem;
  margin-bottom: 3rem;
}

.tuotteet-sinulle-content {
  max-width: 1200px;
  margin: 0 auto;
}
.tuotteet-sinulle-content-title {
  font-family: 'moderno-fb', serif;
  font-style: italic;
  font-size: 1.5rem;
  padding: 1.5rem 2rem 0.75rem 2rem
}
.tuotteet-sinulle-content-price ins, .tuotteet-sinulle-content-price del  {
  background: unset;
  padding: 0 0.5rem;
}
.tuotteet-sinulle-content-price del  {
  text-decoration: none;
}


.tuotteet-sinulle-content-price del{
  position: relative;
  display: inline-block;
}
.tuotteet-sinulle-content-price del::after,
.tuotteet-sinulle-content-price del::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  top: 50%;
  margin-top: -0.5px;
  background: rgba(0, 0, 0, 0.31);
  width: 100%
}
.tuotteet-sinulle-content-price del::before {
  left: -2.5px;
}
.tuotteet-sinulle-content-price del::after {
  right: 2.5px;
  background: rgba(0, 0, 0, 0.31);
  -webkit-transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.tuotteet-sinulle-content-price del:hover .tuotteet-sinulle-content-price del:before {
  background: rgba(0, 0, 0, 0.31);
  width: 100%;
  -webkit-transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.option:hover span:after {
  background: transparent;
  width: 100%;
  -webkit-transition: 0s;
  transition: 0s;
}

span.woocommerce-Price-amount.amount {
  font-size: 1.2rem;
  font-weight: 300;
}
.tuotteet-sinulle-content-product img  {
  -webkit-transition: transform 500ms ease-out;
  -moz-transition: transform 500ms ease-out;
  -o-transition: transform 500ms ease-out;
  transition: transform 500ms ease-out;
}
.tuotteet-sinulle-content-product:hover img {
  transform: translate(0,-10px);

}
.tuotteet-sinulle-content a {
  color: unset;
}
.button {
  border-radius: 0;
  width: auto;
  margin: 0 0.25rem;
  background-color: #eee;
  border: 0;
  padding: 0;
  display: inline-flex;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}


.tuotteet-sinulle-content-price {
  margin-bottom: 1.25rem;
}
.tuotteet-napit .button a {
  padding: 1rem 2rem;
  font-size: 0.75rem;
}
.button.primary a {
  background: #f9ded5;
  color: #333;
}
.button.primary a:hover {
  background: #ead2ca;
  color: #333;
}

.button.secondary a {
  background: #b7b7b7;
  color: #fff;
}
.button.secondary a:hover {
  background: #a5a5a5;
  color: #fff;
}

section#jotain {
  padding: 5rem 0 7rem 0;
  background: #f9ded5;
}
.jotain-content {
  max-width: 800px;
  margin: 0 auto;
}

.grid-x.hero-right-content {
  margin-left: -3rem;
}

/**  Woocommerce */

.single-product div.product {
  display: block;
  table-layout: unset;
  position: relative;
}
.product__page_info {
  max-width: 1200px;
  margin: 0 auto;
}

.product__archive {
  background: #f6f6f6;
}

.product__archive_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 1rem 0.5rem 1rem;
  position: relative;
}

.product__archive_controller {
  text-align: right;
}

.product__archive_list {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

p.woocommerce-result-count {
  margin: 0;
  padding-top: 5px;
}

.woocommerce-ordering {
    position: relative;
}

h2.woocommerce-loop-product__title {
  font-family: 'moderno-fb', serif;
  font-style: italic;
  font-size: 1rem;
  padding: 1.5rem 1rem 0.75rem 1rem;
  text-align: center;
  color: #333;
  font-weight: 500;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  min-height: 85px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
  max-height: 220px;
  width: auto;
  text-align: center;
  margin: 0 auto;

}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.button.product_type_simple {
    border-radius: 0;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 700;
    /* letter-spacing: 0.05rem; */
    background: transparent;
    color: #333333;
    -webkit-transition: background 100ms ease-out, border 100ms ease-out;
    -moz-transition: background 100ms ease-out, border 100ms ease-out;
    -o-transition: background 100ms ease-out, border 100ms ease-out;
    transition: background 100ms ease-out, border 100ms ease-out;
    /* width: 100%; */
    margin: 0px 1rem 0 1rem;
    border: 2px solid #333;
    bottom: 1.5rem;
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover, a.button.product_type_simple:hover  {
  border: 2px solid #f9ded5;
  background: #f9ded5;
}

.product__archive_list span.price {
  color: #333;
  display: block;
  margin-bottom: 1rem;

}

.product__archive_list.grid-margin-y:not(.grid-y)>.cell {
  height: 30rem;
  background: #fff;
  padding: 1rem;
  position: relative;
}
.columns-3 {
  background: #f6f6f6;
}

span.woocommerce-Price-amount.amount {
  font-size: 1rem;
  font-weight: 500;
  font-family: futura-pt;
}

del, ins {
  background: transparent;
  padding: 0.25rem;
}

span.onsale {
  background: #f9ded5;
  padding: 1rem;
  position: absolute;
  left: 1rem;
  top: 1rem;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  color: #333;
  line-height: 35px;
  font-size: 1rem;
  font-weight: 500;
}

select.orderby {
  border: 0;
  background: unset;
  width: max-content;
  padding: 0;
  text-align: right;
}

select.orderby:focus {
  box-shadow: none;
}

.woocommerce-ordering:after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: 0px;
  /* margin-top: -200px; */
  position: absolute;
  top: 15px;
}

div#content {
  padding-top: 4.5rem;
}

header.woocommerce-products-header {
  min-height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9ded5;
}

header.woocommerce-products-header h1 {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 4rem;
}

.imagewrapper {
  height: 250px;
  display: flex;
  align-items: center;
}

section.related.products {
    background: #f6f6f6;
    padding: 4rem 0;
}

section.related.products h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.pswp__bg {
  opacity: 0.85 !important;
}

.pswp__top-bar, .pswp__caption {
  background-color: unset !important;
}
.pswp__caption {
  display: none;
}

.woocommerce-product-gallery__image {
  text-align: center;
}

.woocommerce-product-gallery__image img.wp-post-image {
  max-height: 600px;
  width: auto;
  margin: 0 auto;
  text-align: center;
}

.single-product .product__page_info {
  margin: 7.5rem auto;
}

.single-product h1.product_title.entry-title {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.single-product .summary.entry-summary span.woocommerce-Price-amount.amount {
  font-size: 1.5rem;
}

button.single_add_to_cart_button.button.alt {
  border-radius: 0;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  background: transparent;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  width: max-content;
  margin: 0 auto;
  bottom: 1.5rem;
  font-weight: 500;
  font-style: normal;
  border: 2px solid #f9ded5;
  background: #f9ded5;
  color: #333;
  margin-top: -3px;
}

button.single_add_to_cart_button.button.alt:hover {
  border: 2px solid #333;
  background: #333;
  color: #fff;
}
.quantity input {
  height: 53px;
  border-radius: 0;
  box-shadow: none;
  width: 5rem;
  margin-right: 0.5rem;
  padding: 1rem;
}

.single-product form.cart {
  margin-bottom: 2rem;
}

.summary.entry-summary p {
  font-size: 1.2rem;
}

p.stock.in-stock {
  font-size: 1rem;
  display: none;
}

.single-product .product_meta {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 1rem 0;
  margin-top: 3rem;
}

span.sku_wrapper, span.posted_in {
  display: block;
}
.product_meta .grid-x {
  margin-bottom: 0.25rem;
}
.product_meta a {
  color: unset;
}

nav.woocommerce-pagination {
  text-align: center;
}

ul.page-numbers {
  list-style: none;
  display: inline-flex;
  align-items: center;
  margin: 0;
}

ul.page-numbers {
  font-size: 1.2rem;
}
ul.page-numbers li {
  background: #fff;
  margin: 0.25rem;
  width: 3rem;
  height: 3rem;
}

.yith-infs-loader {
  padding-bottom: 3rem;
}

a.added_to_cart.wc-forward {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #f9ded5;
  padding: 0.5rem;
  display: none;
}

a.added_to_cart.wc-forward:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  filter: blur(50%);
}

span#count-cart-items {
  text-align: center;
  background: #f9ded5;
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 50%;
  top: 7px;
  right: -8px;
  font-size: 0.9rem;
  line-height: 25px;
}

li.menu__cart {
  right: 0;
  top: 0;
  margin-top: -5px;
}
.menu__cart img {
  height: 29px;
  position: absolute;
  top: 17px;
  right: 20px;
}

ul#primary-menu li.menu__account a {
  background-image: url(https://suortuva.fi/wp-content/themes/suortuva/img/user.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 5px;
  font-size: 0;
  width: 30px;
  height: 30px;
  background-size: cover;
  margin-top: 12px;
  margin-right: 30px;;
}

li.menu__account {
  padding: 0 0.25rem 0 2rem;
}

.blockUI.blockOverlay {
  background: rgba(256, 256, 256, 0.9) url("https://suortuva.fi/wp-content/uploads/2019/11/91-1.gif") center center no-repeat !important;
  background-size: 64px 64px;
  min-height: 64px;
}

.button.loading {
  background-position: center 50% !important;
  background-repeat: no-repeat !important;
  position: absolute !important;
  width: 100% !important;
  height: 100%;
  top: 0;
  left: 0 !important;
  border: 0 !important;
  background: #f9ded5 url(https://suortuva.fi/wp-content/uploads/2019/11/91-1.gif) center center no-repeat !important;
  font-size: 0 !important;
}


#main .woocommerce-message {
  max-width: 1200px;
  margin: 2rem auto 0rem auto;
  background: #f6f6f6;
  padding: 1rem 1rem 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#main .woocommerce-message a {
  background: #f9ded5;
  padding: 1rem 2rem;
  color: #333;
  font-size: 1.1rem;
  order: 2;
  float: right;
  margin-left: 2rem;
}

form.woocommerce-cart-form {
  max-width: 1200px;
  margin: 2rem auto;
}

tr.woocommerce-cart-form__cart-item.cart_item img {
  max-height: 100px;
  width: auto;
  margin: 0 auto;
  text-align: center;
}

.woocommerce-cart-form td.product-thumbnail {
  text-align: center !important;
  margin: 0 auto;
}

.woocommerce-cart-form tbody tr:nth-child(even) {
  background-color: transparent;
}

.woocommerce-cart-form .cart_item {
  border-bottom: 1px solid #dcdcdc;
}

.woocommerce-cart-form tbody {
  border: none;
  background-color: transparent;
}

.woocommerce-cart-form thead th {
  padding: .5rem .625rem .625rem;
  font-weight: 500;
  text-align: left;
  font-size: 1.2rem;
}

.woocommerce-cart-form td.product-name a {
    color: unset;
}

#main .entry-header {
  background: #f9ded5;
  text-align: center;
  padding: 1rem;
}

.woocommerce-cart-form thead {
  background: #f6f6f6;
  color: #333;
  border: none;
}
td.product-remove {
  text-align: right !important;

}

td.product-remove a {
  font-weight: 400;
  padding: 1rem;
  line-height: 1;
  text-align: right;
  font-size: 2rem;
  color: #333;
}

.woocommerce-cart-form .coupon {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  float: left;
  margin-top: 1rem;
}

input#coupon_code {
  flex: 0 1 50%;
  height: 53px;
  border-radius: 0;
  box-shadow: none;
  width: 5rem;
  margin-right: 0.5rem;
  padding: 1rem;
}

.coupon button.button {
  border: 1px solid #f9ded5;
  height: 53px;
  background: #f9ded5;
  color: #333;
  padding: 0 2rem;
  font-size: 1.1rem;
}

.coupon label {
  flex: 0 1 100%;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.cart__update {
    width: 100%;
    float: right;
}

.woocommerce-cart-form .cart__update button.button {
  height: 53px;
  background: #f9ded5;
  font-size: 1.1rem;
  color: #333;
  padding: 0 2rem;
  float: right;
}

.cart-collaterals {
  width: 600px;
  float: left;
  background: #f6f6f6;
  margin-top: 50px;
  padding: 1.5rem 2.5rem;
}

.cart_totals h2 {
  font-size: 2.5rem;
}

.cart-collaterals tbody, .cart-collaterals tbody tr{
  border: none;
  border-bottom: 1px solid #b1b1b1;
  background-color: transparent;
  font-size: 1.1rem;
  font-weight: 500;
}
.cart-collaterals tbody tr{
  height: 60px;
} 
.cart-collaterals th {
  font-weight: 500;
}

.wc-proceed-to-checkout a {
    background: #000000;
    font-size: 1.1rem;
    color: #333;
    padding: 1.25rem 2.5rem;
    color: #fff;
    font-size: 1.3rem;
}

ul#shipping_method {
  list-style: none;
  margin: 0;
  font-size: 1.1rem;
}

ul#shipping_method label {
  font-size: 1.1rem;
  padding-left: 0.5rem;
}

.wc-proceed-to-checkout {
  margin: 3rem 0 1rem 0;
}

a.button.product_type_variable {
  border-radius: 0;
  padding: 1rem 1.25rem;
  font-size: 1.1rem;
  font-weight: 700;
  /* letter-spacing: 0.05rem; */
  background: transparent;
  color: #333333;
  -webkit-transition: background 100ms ease-out, border 100ms ease-out;
  -moz-transition: background 100ms ease-out, border 100ms ease-out;
  -o-transition: background 100ms ease-out, border 100ms ease-out;
  transition: background 100ms ease-out, border 100ms ease-out;
  /* width: 100%; */
  margin: 0px 1rem 0 1rem;
  border: 2px solid #333;
  bottom: 1.5rem;
  /* position: absolute; */
  /* left: 0; */
  /* right: 0; */
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

.variations tbody, tfoot, thead {
  border: 0;
  background-color: transparent;
}


.variations .label {
width: 100%;
display: block;
background: transparent;
padding: 0;
}

.variations .label label {
  font-size: 1.1rem;

}
.variations .value {
  display: block;
  padding: 0;
  margin-top: 0.5rem;
}
.variations select {
  border-radius: 0;
  padding: 0rem 2rem 0px 1rem;
  height: 53px
}
a.reset_variations {
  display: none !important;
}
ol.flex-control-nav.flex-control-thumbs li {
  padding-right: 1rem;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex !important;
  align-items: center;
}

.single-product .flex-viewport {
  min-height: 490px;
}

form.checkout.woocommerce-checkout {
  max-width: 1200px;
  margin: 0 auto;
}

div#customer_details .col-1, div#customer_details .col-2 {
  width: 50%;
  float: left;
}

div#customer_details .col-1 {
  padding-right: 2rem;
}

div#customer_details .col-2 {
  padding-left: 2rem;
}


.post, .page {
  margin: 0;
}

footer#colophon {
  background: #2b2b2b;
  color: #fff;
}

footer#colophon .footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 0;
}



.footet-title img {
  max-width: 200px;
}
.footer__menu {
  margin-top: 1.5rem;
}

.footer__menu_item {
  padding: 0.25rem 0px;
  font-size: 1.1rem;
}

.footer__menu_item a {
  color: unset;
}


form.woocommerce-form.woocommerce-form-login.login {
  max-width: 1200px;
  margin: 0 auto;
}

p.cart-empty.woocommerce-info {
  max-width: 1200px;
  margin: 2rem auto 2rem auto;
  text-align: left;
  display: block;
  background: #f6f6f6;
  padding: 1.5rem 2.5rem;
}


p.return-to-shop {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

p.return-to-shop a, .woocommerce-form-login__submit {
  border-radius: 0;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  background: transparent;
  color: #333333;
  -webkit-transition: background 100ms ease-out, border 100ms ease-out;
  -moz-transition: background 100ms ease-out, border 100ms ease-out;
  -o-transition: background 100ms ease-out, border 100ms ease-out;
  transition: background 100ms ease-out, border 100ms ease-out;
  width: max-content;
  margin: 0 auto;
  border: 2px solid #333;
  left: 0;
  right: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

p.return-to-shop a:hover, .woocommerce-form-login__submit:hover {
  border: 2px solid #f9dfd6;
  background: #f9dfd6;
  color: #333;
}

.woocommerce-account h2 {
  max-width: 1200px;
  margin: 0 auto;
  margin: 2rem auto;
}

label {
  display: block;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}

input#username, input#password {
  height: 53px;
  border-radius: 0;
  box-shadow: none;
  margin-right: 0.5rem;
  padding: 1rem;
}

.woocommerce-form-login__submit {
  margin-top: 2rem;
}

p.woocommerce-LostPassword.lost_password a {
  color: unset;
}

.woocommerce-notices-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

ul.woocommerce-error {
  width: 100%;
  list-style: none;
  margin: 0;
  background: #f9dfd6;
  padding: 1.5rem 2rem;
  margin-top: 1rem;
}

form.woocommerce-form.woocommerce-form-login.login {
  margin-bottom: 5rem;
}

.woocommerce-account.woocommerce-page .woocommerce {
  max-width: 1200px;
  margin: 0 auto;
  margin: 3rem auto;
}

nav.woocommerce-MyAccount-navigation {
  background: #f6f6f6;
  padding: 2rem 1rem 0.5rem 1rem;
  margin-bottom: 3rem;
}

nav.woocommerce-MyAccount-navigation a {
  font-size: 1.1rem;
  color: unset;
}


a.woocommerce-button {
  border-radius: 0;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  background: #f9ded5;
  color: #333333;
  -webkit-transition: background 100ms ease-out, border 100ms ease-out;
  -moz-transition: background 100ms ease-out, border 100ms ease-out;
  -o-transition: background 100ms ease-out, border 100ms ease-out;
  transition: background 100ms ease-out, border 100ms ease-out;
  width: max-content;
  margin: 0 auto;
  border: 2px solid #f9ded5;
  left: 0;
  right: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

a.woocommerce-button:hover {
  background: #333;
  border: 2px solid #333;
  color: #fff;
}


.kinnunen-logo img {
  max-height: 30px;
  width: auto;
}

.kinnunen-logo, .suortuva-logo {
  height: 40px;
}
.klarna-logo {
  margin-bottom: 1rem;
}

.width-content {
  margin: 0 auto;
  max-width: 1200px;
}

.toimitusehdot h2 {
  margin: 3rem 0;
}

.toimitusehdot h3 {
  margin: 2rem 0 1rem 0;
}
h1.entry-title {
  font-size: 4rem;
}

nav#nav-main.closed {
  display: none !important;
}

.woocommerce-order {
  max-width: 1200px;
  margin: 2rem auto;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  display: none;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  display: none;
}
section.woocommerce-order-details {
  display: none;
}

/** Media Query */


@media screen and (max-width: 1250px) {

  .page-template-page-perussivu .entry-content {
    margin: 1.5rem;
  }
  .hero-inner-content h1 {
    font-size: 6rem;
    line-height: 6rem;
  }
  .hero-content-left {
    padding: 2rem;
  }
  .hero-content-left-product {
    font-size: 1.4rem;
  }
  .woocommerce-account .entry-content {
    margin: 1.5rem 1.5rem;
  }

}

@media screen and (max-width: 1050px) {

  .hero-content-right {
    height: 150px !important;
  }
  .hero-content-left-product {
    line-height: 1.3;
    font-size: 1.2rem;
  }
    .hero-content-left {
      height: 150px;
      padding: 2rem;
      width: 50% !important;
  }

}

@media screen and (max-width: 1023px) {
  footer#colophon {
    padding: 0 2rem;
    text-align: center;
  }
  .footer-2 {
    order: 3;
  }
  .footer-1, .footer-3 {
    margin-bottom: 3rem;
    text-align: center;
  }
}


@media screen and (max-width: 720px) {

  .hero-right {
    width: 100% !important;
  }
  .grid-x.hero-right-content {
    margin-left: 0rem;
  }
  .hero-content-left {
    width: 66.66667% !important;
    max-width: 100%;
  }
  .hero-content-right {
    width: 33.33333% !important;
  }
  .hero-left {
    width: 100% !important;
  }
  .hero-inner-content h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
  .hero-left {
    padding: 2rem;
    margin: 0 auto;
    text-align: center;
  }
  button.hero-button {
    text-align: center;
    margin: 0 auto;
  }
  .hero-inner-content-text.modern-font {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }

  ul#primary-menu li a {
    padding: .7rem 0.5rem;
  }
  ul#primary-menu li.menu__cart a {
    padding: .7rem 1rem;
  }
  img.header-image {
    max-width: 100px;
  }
  li.menu__account {
    padding: 0 0.25rem 0 1rem;
  }

  /*
  nav#site-navigation {
    display: none !important;
  }
  /*
  .title-bar {
    display: block !important;
  }
  button.menu-icon {
    display: block !important;
  }
*/

}


@media screen and (max-width: 640px) {
  ul#primary-menu li a {
    font-size: 0.9rem;
  }

  .top-bar .top-bar-left {
    width: 30%;
    max-width: 30%;
}

.top-bar .top-bar-right {
  width: 70%;
  max-width: 70%;
}


}


@media screen and (min-width: 37.5em) {
  /*menu fix*//*nav#nav-main {
   display: none !important;
  }*/
  /*menu fix*//*.title-bar {
    display: none !important;
  }*/
}



@media screen and (max-width: 37.5em) {

  img.header-image {
    max-width: 150px;
  }

  /*menu fix*//*.title-bar {
    display: block;
    background: transparent;
    text-align: right;
    padding: 0;
  }*/
  /*menu fix*//*#site-navigation {
    display: none;
  }*/
  .hero-inner-content h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .hero-content-right {
    height: 150px;
    width: 33.333333%  !important;
  }
  .hero-content-left-title {
    font-size: 0.8rem;
  }
  .hero-content-left-product {
    font-size: 1.2rem;
    line-height: 1.5rem;  
  }
  .grid-x.hero-right-content {
    margin-left:   0;
  }
  .hero-content-left {
    height: 150px;
    padding: 2rem 2rem;
  }
  .hero-left {
    padding: 0px 1.5rem 4rem 1.5rem;
    text-align: center;
  }
  .hero-inner-content-text.modern-font {
    margin-bottom: 3.5rem;
  }
  button.hero-button {
    display: block;
    margin: 0 auto;
  }
  section#tuotteet-sinulle {
    padding: 4rem 0.5rem; 
  }
  section#tuotteet-sinulle h2.tuotteet-sinulle-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  section#jotain {
    padding: 3rem 2rem 4rem 2rem;
    background: #f9ded5;
  }
  footer#colophon {
    padding: 0 2rem;
    text-align: center;
  }
  .footer-1, .footer-3 {
    margin-bottom: 3rem;
    text-align: center;
  }
  .footer-2 {
    order: 3;
  }
  .footer__menu {
    margin-top: 1rem;
  }
  .product__archive {
    padding: 0 0.5rem;
  }
  .single-product .product__page_info {
    margin: 2.5rem auto;
    padding: 0 1rem;
  }
  .woocommerce-product-gallery__image img.wp-post-image {
    max-height: 300px;
  }
  .product__archive_list {
    padding: 0 0.5rem;
  }
  .single-product h1.product_title.entry-title {
    font-size: 1.5rem;
  }

  /*menu fix*//*#nav-main ul { 
    list-style: none; 
    margin: 0; 
    padding: 0; 
    text-align: left; 
  }*/
  /*menu fix*//*#nav-main ul a {
    display: block;
    text-decoration: none;        
  }*/
  /*menu fix*//*#nav-main ul li { 
    display:inline-block; 
    width: 100%; 
    position: relative;
  }*/
  /*menu fix*//*#nav-main ul li a { 
    text-decoration: none;
    display: block;
    font-size: 1.2em;
    padding: 0.5rem 0rem;
    margin: 0px 0px;
    border-top: 0;
    position: relative;
  }*/
  /*menu fix *//*#nav-main ul li a:hover { 
    background: unset; 
  }*/
  /*menu fix *//*#nav-main ul li ul li a:hover { 
    background: none;
  }*/
  /*menu fix *//*#nav-main ul li ul { 
    position: relative;
    top: 0px;
    margin-bottom: 2rem;
    padding-left: 0.5rem;
  }*/
  
  /*menu fix*//*#nav-main ul ul li a { background: none; border: none; padding: 2px 0px 2px 0px; margin: 0 0 0 27px; }*/
  /*menu fix*//*#nav-main ul ul li ul { margin: 0 0 0 8px; }*/
  
      
  header#masthead .top-bar {
    background-color: #fff;
    padding: 0rem 1.5rem;
    height: 3rem;
    top: 0 !important;
  }
  .top-bar .top-bar-left, .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 50%;
  }
  /*menu fix*//*.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 20px;
    cursor: pointer;
  }*/
  /*menu fix*//*.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #000000;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
    content: '';
  }*/
  header#masthead {
    height: 3rem !important;
  }
  div#content {
    padding-top: 3rem;
  }
  /*menu-fix*//*nav#nav-main {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #f9ded5;
    display: none;
    margin-top: 3rem;
  }*/

  /*menu fix*//*header#masthead .top-bar ul {
    background-color: unset;
    box-shadow: none;
  }*/
  /*menu fix*//*.menu-valikko-container {
    margin-top: 2rem;
    padding: 0 1.5rem;
  }*/
  /*menu fix*//*ul#primary-menu .sub-menu a {
    color: #333;
    text-transform: initial;
    font-size: 1.1rem;
    line-height: 1rem;
    font-weight: 500;
    padding: 0.75rem 0 0 1rem;
    margin: 0;
    display: inline-block;
  }*/
  /*menu fix*//*.sub-menu li:before {
    content: "\203A";
    color: #000;
    display: inline-block;
    font-size: 0.75rem;
    position: absolute;
    margin-top: 10px;
  }

  li.menu__cart {
    position: relative;
    display: block;
    width: 50px !important;
    margin-top: 1.5rem;
  }

  li.menu__account {
    width: 50px !important;
    padding: 0;
    margin-top: 1.5rem;
  }

  button.menu-icon {
    display: block !important;
    float: right;

  }

  ul.sub-menu {
    display: none;
  }
  ul#primary-menu a:hover:after {
    display: none;
  }

  ul#primary-menu .sub-menu a:after {
    display: none;
  }
  .menu__cart img {
    height: 29px;
    position: absolute;
    top: 12px;
    left: 0;
    margin-left: 0.5rem;
  }
  span#count-cart-items {
    text-align: center;
    background: #ffffff;
    width: 25px;
    height: 25px;
    position: absolute;
    border-radius: 50%;
    top: -3px;
    right: -17px;
    font-size: 0.9rem;
    line-height: 25px;
  }

  .menu-item-has-children:after {
    content: "";
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    top: 9px;
    right: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  ul#primary-menu a:after {
    display: none;
  }*/


  /*menu-fix*//*button.menu-icon {
    visibility: visible;
    display: block;
    float: right;
    position: relative;
    text-indent: -9999px;
    background-repeat: no-repeat;
    width: 28px;
    height: 4px;
    background-color: #404040;
    margin: 0px 0;
    transition: .4s;
    transition-property: background-color,transform;
    padding: 0;
    border: 0;
    border-radius: 0;
    right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }*/

  /*menu fix*//*button.menu-icon:before {
    top: 8px;
    position: absolute;
    content: '';
    display: block;
    width: 28px;
    height: 4px;
    background-color: #404040;
    transition-property: background-color,transform;
    transition-duration: .3s;
    -webkit-box-shadow: none;
      box-shadow: none;
  }
  button.menu-icon:after {
  top: -8px;
  position: absolute;
  content: '';
  display: block;
  width: 28px;
  height: 4px;
  background-color: #404040;
  transition-property: background-color,transform;
  transition-duration: .3s;
  -webkit-box-shadow: none;
      box-shadow: none;
  }*/

  .menu-icon:hover::after {
    background: #404040;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  h1.entry-title {
    font-size: 2rem;
  }
  .cart-collaterals {
    width: 100%;
    padding: 1.5rem 1.5rem;
    margin-bottom: 2rem;
  }
  .woocommerce-cart .entry-content {
    margin: 0 1.5rem;
  }
  .cart_totals h2 {
    font-size: 1.5rem;
  }

  .cart_totals tbody td {
    padding: 1rem 0;
  }

  ul#shipping_method {
    font-size: 1rem;
    text-align: left;
    display: block;
    clear: both;
    margin-bottom: 0.75rem;
  }
  ul#shipping_method label {
    font-size: 1rem;
  }
  table.shop_table_responsive tr td:before {
    margin-bottom: 1rem;
  }
  p.woocommerce-shipping-destination {
    text-align: left;
  }
  .woocommerce-cart-form .coupon {
    width: 100%;
  }
  input#coupon_code {
    flex: 1;
    width: 50%;
  }
  .woocommerce-checkout .entry-content {
    margin: 2rem 1.5rem;
  }
  .woocommerce-form-coupon-toggle .woocommerce-info {
    background: #f6f6f6;
    padding: 1rem 2rem;
  }
  form.checkout_coupon.woocommerce-form-coupon button {
    width: 50%;
  }

  header.woocommerce-products-header h1 {
    font-size: 3rem;
    line-height: 1.2;
  }



}


div#kco-order-review {
  display: none;
}

#kco-iframe {
  width: 100% !important
}

.woocommerce-order-received section.woocommerce-customer-details {
  display: none;
}

div.tiny-margin {
	padding:0px 1rem 0px 1rem;
	margin-top:1rem;
	height: 11rem;
}



/* Brändit */

.type-brandit .entry-header {
  min-height: 461px;
}
.grid-x.brandi-content {
  padding: 4rem 0 0 0;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.1rem;
}
.brandi-content h1 {
  font-size: 3rem;
}
.brandi-content h2 {
  font-size: 2rem;
  margin: 3rem 0 1rem 0;
}
.brandi-content h3 {
  font-size: 1.5rem;
  margin: 3rem 0 1rem 0;
}
.brandi-columns, .brandi-text, .brandi-gallery  {
  padding: 4rem 0;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.1rem;
}
.brandi-gallery h2 {
  margin-bottom: 2rem;
}
.brandi-columns-img {
  margin-bottom: 2rem;
}
.brandi-columns .cell {
  margin-bottom: 3rem;
}
.brandi-columns-text-link {
  display: block;
  margin-top: 3rem;
}
.brandi-columns-text-link a {
  border-radius: 0;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  background: transparent;
  color: #333333;
  -webkit-transition: background 100ms ease-out, border 100ms ease-out;
  -moz-transition: background 100ms ease-out, border 100ms ease-out;
  -o-transition: background 100ms ease-out, border 100ms ease-out;
  transition: background 100ms ease-out, border 100ms ease-out;
  width: max-content;
  margin: 0 auto;
  border: 2px solid #333;
  bottom: 1.5rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.brandi-columns-text-link a:hover {
  border: 2px solid #f9ded5;
  background: #f9ded5;
}

.product_meta a {
  text-decoration: underline;
}


/* Haun lisäys navigaatioon, 2023 / Otto */
/* Haun lisÃ¤ys navigaatioon, 2023 / Otto */
.search-container a[href*="/?s="]:after,
ul#primary-menu a[href*="/?s="]:after {
  border: unset;
  display: none;
}
.search-container a[href*="/?s="],
li.menu-item-18667 a[href*="/?s="] {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgOTYgOTYwIDk2MCIgd2lkdGg9IjQ4Ij48cGF0aCBkPSJNNzkwLjYxNSA5MTguNDYgNTMxLjA3NyA2NTguOTIycS0yOS44NDggMjYuNDE0LTY5LjYxIDQwLjcwN3QtODIuMzEzIDE0LjI5M3EtMTAxLjg3MyAwLTE3Mi40MzYtNzAuNTE0dC03MC41NjMtMTcwLjk5OXEwLTEwMC40ODUgNzAuNTE0LTE3MS4wNjIgNzAuNTE0LTcwLjU3NyAxNzEuMjE5LTcwLjU3NyAxMDAuNzA2IDAgMTcxLjI1NSA3MC41MzMgNzAuNTQ4IDcwLjUzMiA3MC41NDggMTcxLjA1NCAwIDQyLjAyOC0xNC4zODQgODEuODM1LTE0LjM4NSAzOS44MDgtNDEuNjE2IDcyLjExNWwyNjAuMTU0IDI1OC41MzktMzMuMjMgMzMuNjE0Wk0zNzguNTM5IDY2OC41MzlxODEuOTU1IDAgMTM4Ljg2Mi01Ny4xMTYgNTYuOTA3LTU3LjExNSA1Ni45MDctMTM5LjA3NyAwLTgxLjk2MS01Ni45MDctMTM5LjA3Ny01Ni45MDctNTcuMTE1LTEzOC44NjItNTcuMTE1LTgyLjQ2OCAwLTEzOS43MzQgNTcuMTE1LTU3LjI2NiA1Ny4xMTYtNTcuMjY2IDEzOS4wNzcgMCA4MS45NjIgNTcuMjY2IDEzOS4wNzcgNTcuMjY2IDU3LjExNiAxMzkuNzM0IDU3LjExNloiLz48L3N2Zz4="); 
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 5px;
  font-size: 0;
  width: 30px;
  height: 30px;
  background-size: cover;
  margin-top: 10px;
}
header.woocommerce-products-header input.search-input-alt {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  clear: both;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #fff;
  color: #363636;
  font-size: 3rem;
  height: fit-content;
  line-height: 3rem;
  box-shadow: unset;
  border: unset;
  border-radius: 0;
  background: unset;
  margin-right: -3rem;
}
.search-container {
  display: flex;
  flex-direction: row;
  border: unset;
  border-radius: 0;
  border-bottom: solid 2px #000;
  max-width: 30rem;
  margin: 1rem 3rem 2rem;
}
.search-container a[href*="/?s="] {
  width: 3rem;
  height: 3rem;
  display: block;
}
li.menu-item-18667 {
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
  transition: width 0.15s;
  margin: 4px 8px 0 0;
}
li.menu-item-18667:focus-within {
  border: unset;
  border-radius: 0;
  border-bottom: solid 2px #000;
}
li.menu-item-18667:focus-within input.search-input {
  width: auto;
}
input[type="text"].search-input:focus, input.search-input {
  box-shadow: unset;
  border: unset;
  border-radius: 0;
  width: 0px;
  margin-right: 0;
  height: fit-content;
  font-size: 1rem;
  line-height: 1rem;
  background: unset;
  padding-right: 0;/* Haun lisÃ¤ys navigaatioon, 2023 / Otto */
}
.search-container a[href*="/?s="],
li.menu-item-18667 a[href*="/?s="] {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgOTYgOTYwIDk2MCIgd2lkdGg9IjQ4Ij48cGF0aCBkPSJNNzkwLjYxNSA5MTguNDYgNTMxLjA3NyA2NTguOTIycS0yOS44NDggMjYuNDE0LTY5LjYxIDQwLjcwN3QtODIuMzEzIDE0LjI5M3EtMTAxLjg3MyAwLTE3Mi40MzYtNzAuNTE0dC03MC41NjMtMTcwLjk5OXEwLTEwMC40ODUgNzAuNTE0LTE3MS4wNjIgNzAuNTE0LTcwLjU3NyAxNzEuMjE5LTcwLjU3NyAxMDAuNzA2IDAgMTcxLjI1NSA3MC41MzMgNzAuNTQ4IDcwLjUzMiA3MC41NDggMTcxLjA1NCAwIDQyLjAyOC0xNC4zODQgODEuODM1LTE0LjM4NSAzOS44MDgtNDEuNjE2IDcyLjExNWwyNjAuMTU0IDI1OC41MzktMzMuMjMgMzMuNjE0Wk0zNzguNTM5IDY2OC41MzlxODEuOTU1IDAgMTM4Ljg2Mi01Ny4xMTYgNTYuOTA3LTU3LjExNSA1Ni45MDctMTM5LjA3NyAwLTgxLjk2MS01Ni45MDctMTM5LjA3Ny01Ni45MDctNTcuMTE1LTEzOC44NjItNTcuMTE1LTgyLjQ2OCAwLTEzOS43MzQgNTcuMTE1LTU3LjI2NiA1Ny4xMTYtNTcuMjY2IDEzOS4wNzcgMCA4MS45NjIgNTcuMjY2IDEzOS4wNzcgNTcuMjY2IDU3LjExNiAxMzkuNzM0IDU3LjExNloiLz48L3N2Zz4="); 
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 5px;
  font-size: 0;
  width: 30px;
  height: 30px;
  background-size: cover;
  margin-top: 10px;
}
header.woocommerce-products-header input.search-input-alt {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  clear: both;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #fff;
  color: #363636;
  font-size: 3rem;
  height: fit-content;
  line-height: 3rem;
  box-shadow: unset;
  border: unset;
  border-radius: 0;
  background: unset;
  margin-right: -3rem;
}
.search-container {
  display: flex;
  flex-direction: row;
  border: unset;
  border-radius: 0;
  border-bottom: solid 2px #000;
  max-width: 30rem;
  margin: 1rem 3rem 2rem;
}
.search-container a[href*="/?s="] {
  width: 3rem;
  height: 3rem;
  display: block;
}
li.menu-item-18667 {
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
  transition: width 0.15s;
  margin: 4px 8px 0 0;
}
li.menu-item-18667:focus-within {
  border: unset;
  border-radius: 0;
  border-bottom: solid 2px #000;
}
li.menu-item-18667:focus-within input.search-input {
  width: auto;
}
input[type="text"].search-input:focus, input.search-input {
  box-shadow: unset;
  border: unset;
  border-radius: 0;
  width: 0px;
  margin-right: 0;
  height: fit-content;
  font-size: 1rem;
  line-height: 1rem;
  background: unset;
  padding-right: 0;
  text-align: center;
}
.search header.woocommerce-products-header h1 {
  color: #363636;
}
li.menu__account {
  padding: unset;
}
@media screen and (max-width: 1299px) {
  #nav-main ul li.menu-item-18667 {
    display: flex;
    flex-direction: row-reverse;
    align-items: end;
    transition: width 0.15s;
    margin: 4px 22px 0 0;
    width: fit-content;
  }
}

/* wide mobile */
@media screen and (min-width: 1300px) {
  nav#nav-main {
    display: none !important;
  }
  .title-bar {
    display: none !important;
  }
}


@media screen and (max-width: 1299px) {
  #site-navigation {
    display: none;
  }
  nav#nav-main {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #f9ded5;
    display: none!important;
    margin-top: 3rem;
  }
  .title-bar {
    display: block!important;
    background: transparent;
    text-align: right;
    padding: 0;
    padding: 1rem 0px;
    width: fit-content;
    margin-left: auto;
    cursor: pointer;
  }
  header#masthead .top-bar ul {
    background-color: unset;
    box-shadow: none!important;
  }
  #nav-main ul li { 
    display:inline-block; 
    width: 100%; 
    position: relative;
  }
  #nav-main ul li a { 
    text-decoration: none;
    display: block;
    font-size: 1.2em;
    padding: 0.5rem 0rem;
    margin: 0px 0px;
    border-top: 0;
    position: relative;
  }
  #nav-main ul li a:hover { 
    background: unset; 
  }
  #nav-main ul li ul li a:hover { 
    background: none;
  }
  #nav-main ul li ul { 
    position: relative;
    top: 0px;
    margin-bottom: 2rem;
    padding-left: 0.5rem;
  }
  #primary-menu .sub-menu a {
    color: #333;
    text-transform: initial;
    font-size: 1.1rem;
    line-height: 1rem;
    font-weight: 500;
    padding: 0.75rem 0 0 1rem;
    margin: 0;
    display: inline-block;
  }
  #nav-main ul ul li a { 
    background: none; 
    border: none; 
    padding: 2px 0px 2px 0px; 
    margin: 0 0 0 27px; 
  }
  #nav-main ul ul li ul {
    margin: 0 0 0 8px; 
  }
  #nav-main ul { 
    list-style: none; 
    margin: 0; 
    padding: 0; 
    text-align: left; 
  }
  #nav-main ul a {
    display: block;
    text-decoration: none;        
  }
  .menu-valikko-container {
    margin-top: 2rem;
    padding: 0 1.5rem;
  }
  .sub-menu li:before {
    content: "\203A";
    color: #000;
    display: inline-block;
    font-size: 0.75rem;
    position: absolute;
    margin-top: 10px;
  }

  li.menu__cart {
    position: relative;
    display: block;
    width: 50px !important;
    margin-top: 1.5rem;
  }

  li.menu__account {
    width: 50px !important;
    padding: 0;
    margin-top: 1.5rem;
  }

  button.menu-icon {
    display: block !important;
    float: right;

  }

  ul.sub-menu {
    display: none;
  }
  ul#primary-menu a:hover:after {
    display: none;
  }

  ul#primary-menu .sub-menu a:after {
    display: none;
  }
  .menu__cart img {
    height: 29px;
    position: absolute;
    top: 12px;
    left: 0;
    margin-left: 0.5rem;
  }
  span#count-cart-items {
    text-align: center;
    background: #ffffff;
    width: 25px;
    height: 25px;
    position: absolute;
    border-radius: 50%;
    top: -3px;
    right: -17px;
    font-size: 0.9rem;
    line-height: 25px;
  }

  .menu-item-has-children:after {
    content: "";
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    top: 9px;
    right: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  ul#primary-menu a:after {
    display: none;
  }
  #nav-main ul li.menu-item-18667 {
    display: flex;
    flex-direction: row-reverse;
    align-items: end;
    transition: width 0.15s;
    margin: 4px 22px 0 0;
    width: fit-content;
  }
  #nav-main ul li.menu-item-18667 a {
      color: transparent;
  }
  button.menu-icon {
    visibility: visible;
    display: block;
    float: right;
    position: relative;
    text-indent: -9999px;
    background-repeat: no-repeat;
    width: 28px;
    height: 4px;
    background-color: #404040;
    margin: 0px 0;
    transition: .4s;
    transition-property: background-color,transform;
    padding: 0;
    border: 0;
    border-radius: 0;
    right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  button.menu-icon:before {
    top: 8px;
    position: absolute;
    content: '';
    display: block;
    width: 28px;
    height: 4px;
    background-color: #404040;
    transition-property: background-color,transform;
    transition-duration: .3s;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  button.menu-icon:after {
    top: -8px;
    position: absolute;
    content: '';
    display: block;
    width: 28px;
    height: 4px;
    background-color: #404040;
    transition-property: background-color,transform;
    transition-duration: .3s;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 20px;
    cursor: pointer;
  }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #000000;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
    content: '';
  }
}

@media screen and (max-width: 1299px) and (min-width: 37.5em) {
  nav#nav-main {
    margin-top: 4.5rem;
  }
}


.brandi-text li {
  width: fit-content;
  margin: 0 auto;
}