/*!
Theme Name: ms_membrasin
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ms_membrasin
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.

ms_membrasin 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

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

/**
 * @license
 * MyFonts Webfont Build ID 5042756, 2022-06-16T08:33:26-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: AvenirLTPro-Book by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-45-book/
 * Copyright: Copyright &amp;#x00A9; 2014 Monotype GmbH. All rights reserved.
 * 
 * 
 * 
 * © 2022 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/4cf244");
  
@font-face {
  font-family: "AvenirLTPro-Book";
  src: url('webFonts/AvenirLTProBook/font.woff2') format('woff2'), url('webFonts/AvenirLTProBook/font.woff') format('woff');
}

/**
 * @license
 * MyFonts Webfont Build ID 5042757, 2022-06-16T08:35:13-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Troia-R-Regular by Ahmet Altun
 * URL: https://www.myfonts.com/fonts/ahmet-altun/troia/rounded-regular/
 * Copyright: Copyright (c) 2013 by Ahmet Altun. All rights reserved.
 * 
 * 
 * 
 * © 2022 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/4cf245");
  
@font-face {
  font-family: "Troia-R-Regular";
  src: url('webFonts/TroiaRRegular/font.woff2') format('woff2'), url('webFonts/TroiaRRegular/font.woff') format('woff');
}



/*--------------------------------------------------------------
# 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: #000;
	font-family: "AvenirLTPro-Book";
	font-size: 16px;
	line-height: 23px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Troia-R-Regular";
	text-transform: uppercase;
}

h1 { font-size: 22px; letter-spacing: 0.05em; line-height: 24px; }
.hero h1 { margin: 0; }

h2 { font-size: 24px; line-height: 30px; letter-spacing: 0.043em; }

h3 { font-size: 20px; line-height: 25px; }

.site-footer h4 { color:#000; font-size:16px; line-height:24px; margin:30px 0 20px;}

p {
	margin-bottom: 25px;
}
.site-footer p { color:#000; font-size:16px; line-height:20px; letter-spacing:0.05em; text-transform: uppercase; font-family: "Troia-R-Regular"; margin-bottom:40px; }
.site-footer p.copy { font-family: "AvenirLTPro-Book"; text-transform: none; margin-top: 90px; }
.site-footer p.some a { color:#000; font-size:26px; margin-right:10px; }

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0 0 25px;
}

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, a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration: underline;
}

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;
	font-size: 16px;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder {
	font-size: 14px;
}

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%;
}

a.linkbutton, a.linkbutton:visited, button.linkbutton, input.linkbutton, .single .cart button[type="submit"], #review_form input[type="submit"] { display: inline-block; vertical-align: middle; padding: 25px 29px; background: #fff; color: #000; text-decoration: none; text-align: center; border: none; border-radius: 0; text-transform: uppercase; font-family: 'Troia-R-Regular'; font-size: 14px; line-height: normal; }
a.linkbutton:hover, button.linkbutton { text-decoration: none; }
a.linkbutton:active, a.linkbutton:focus, button.linkbutton, input.linkbutton { outline: none; }
a.linkbutton.linkbutton-white, a.linkbutton.linkbutton-white:visited { border: 1px solid #000; }
#review_form input[type="submit"] { width: 170px; }

/* Navigation
--------------------------------------------- */
#masthead {  position: relative; }
#masthead:after { content:" "; display:block; clear:both; }

#masthead .header-wrapper { max-width: 1440px; padding: 0 15px; margin: 0 auto; }
a#logo { display:block; margin: 0 auto; width:340px; height:90px; background:url(img/membrasin_logo_black.png) no-repeat center center; background-size:contain; text-indent:-9000pt; position: relative; top: 25px; }

a#footer-logo { display:block; margin:70px auto 0; width:340px; height:90px; background:url(img/membrasin_logo_black.png) no-repeat center center; background-size:contain; text-indent:-9000pt; }

.main-navigation {
	display: block;
    float:left;
    margin:0;
}

.shop-navigation {
	display: block;
    float:right;
    margin:0;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#primary-menu { position: relative; }

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: calc(100% - 1px);
	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 ul a {
	width: 200px;
}*/

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
#primary-menu > li:not(.mega) > ul { background: rgba(255,255,255,.7); border-top: 2px solid #000; width: 100%; padding: 30px 15px 15px 23px; }
.main-navigation ul li:not(.mega):hover > ul,
.main-navigation ul li:not(.mega).focus > ul {
	left: -15px;
}

.main-navigation li {
    display:inline-block;
    margin-right:20px;
}
.main-navigation li.mega { position: relative; }
#primary-menu > li > a { padding: 61px 8px; position: relative; cursor: pointer; }
#primary-menu > li:hover > a::after, #primary-menu > li.current-menu-item > a::after, #primary-menu > li.current-menu-ancestor > a::after { content: ''; display: block; background: #000; height: 2px; width: 100%; position: absolute; z-index: 1; left: 0; bottom: -33px; top: 0; margin: auto 0; }

.main-navigation a {
	display: block;
	text-decoration: none;
    color:#000;
    font-size:15px;
    line-height:18px;
    letter-spacing:0.07em;
    text-transform: uppercase;
    font-family: "Troia-R-Regular";
}

.main-navigation li.mega > .sub-menu {
    display:none; 
    flex-wrap: wrap;
	/*width: calc(100vw - 40px);*/
	width: 430px;
    max-width:1200px;
    left:-15px;
    border-top:2px solid #000;
	background-color: #fff;
}
.main-navigation li.mega:hover > .sub-menu, .main-navigation li.mega:focus > .sub-menu { display: flex; }
.main-navigation li.mega li.shop-all { display:flex; flex: 0 0 100%; padding:20px 23px; background:#fff;}
.main-navigation li.mega li.shop-all a { text-transform: capitalize; font-size: 18px; line-height: 20px; letter-spacing: 0.05em; margin-bottom: 0; }

.main-navigation li.mega li.cat { /*flex:0 0 33.333%;*/ flex: 0 0 100%; padding:2.5% 23px; margin:0; min-height:100%; box-sizing:border-box; }
.main-navigation li.mega li.cat ul { display:block; left:0; position:relative; }
.main-navigation li.mega li.cat li { width:100%; }
.main-navigation li.mega li.cat li a { width:100%; }

.main-navigation li.mega li.cat .sub-menu a { color:#fff; }

.main-navigation li.mega li.cat.moisture { background:rgba(243,147,27,0.70); }
.main-navigation li.mega li.cat.vision { background:rgba(32,124,182,0.80); }
.main-navigation li.mega li.cat.dermal { background:rgba(107,77,125,0.79); }
.main-navigation li.mega li.cat > a { font-size: 17px; line-height: 22px; letter-spacing: 0.05em; }

.main-navigation ul.sub-menu a { text-transform: none; margin-bottom: 15px; }
.main-navigation li.mega li.menu-item-object-product_cat > ul.sub-menu a { text-transform: uppercase; letter-spacing: 0; }

#primary-menu > li:not(.mega) > ul > li { display: block; }

.shop-navigation { position: relative; top: 57px; }
#shop-menu { padding: 0; margin: 0; }
.shop-navigation .menu > li {
	position: relative;
    display:inline-block;
    margin-right:20px;
    vertical-align: top;
}

.shop-navigation a {
	display: block;
	text-decoration: none;
    color:#000;
    font-size:15px;
    line-height:18px;
    letter-spacing:0.0em;
    text-transform: uppercase;
    font-family: "Troia-R-Regular";
    padding-top:5px;
}
.shop-navigation .active a, .lang-switch.active a { text-decoration: underline; }

.shop-navigation .myacc-link a { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.567' height='27.434' viewBox='0 0 23.567 27.434'%3E%3Cg id='login' transform='translate(-1665.136 -57.183)'%3E%3Cpath id='Path_79' data-name='Path 79' d='M1666.619,83.618H1687.7V58.183h-21.085' transform='translate(0 0)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_80' data-name='Path 80' d='M1666.136,69.266h15.106' transform='translate(0 1.635)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3Cpath id='Path_81' data-name='Path 81' d='M1675.226,63.428l6.555,7.826-6.555,7.037' transform='translate(0 0)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A"); display:block; width:21px; height:26px; text-indent:-9000pt; background-repeat:no-repeat; background-size:100% auto; padding:0; }

.shop-navigation .cart-link a { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.051' height='28.481' viewBox='0 0 29.051 28.481'%3E%3Cg id='OSTOSKORI' transform='translate(-1712.437 -54.519)'%3E%3Cpath id='Path_75' data-name='Path 75' d='M1719.832,70h22.656l-1.544,9.751h-18.975Z' transform='translate(-2 -8)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cg id='Ellipse_1' data-name='Ellipse 1' transform='translate(1718 75)' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='4' cy='4' r='4' stroke='none'/%3E%3Ccircle cx='4' cy='4' r='3' fill='none'/%3E%3C/g%3E%3Cg id='Ellipse_2' data-name='Ellipse 2' transform='translate(1732 75)' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='4' cy='4' r='4' stroke='none'/%3E%3Ccircle cx='4' cy='4' r='3' fill='none'/%3E%3C/g%3E%3Cpath id='Path_78' data-name='Path 78' d='M1743.9,60.638l-4.337-6.086' transform='translate(-25.731 1.362)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A"); display:block; width:26px; height:26px; background-repeat:no-repeat; background-size:100% auto; padding:0; position: relative; }
#site-header-cart { list-style: none;  }
#site-header-cart .count { position: absolute; z-index: 1; background: #000; color: #fff; border-radius: 50px; width: 20px; height: 20px; top: -8px; right: -7px; font-size: 12px; text-align: center; line-height: 20px; letter-spacing: -0.02em; }

#show-menu { display: none; }
.main-navigation .lang-switch { display: none; }
.open-sub { display: none; cursor: pointer; }

.hello-bar-wrapper {
	background-color: #000;
	padding: 0.5em 0;
}
.hello-bar { color: #fff; margin-bottom: 0; display: none; }

@media (max-width:1230px) {
	.main-navigation li { margin-right: 14px; }
	#primary-menu > li > a { padding: 61px 0; }
}
@media (max-width:1120px) {
	a#logo { width: 260px; }
	#primary-menu > li > a { letter-spacing: 0.03em; font-size: 14px; line-height: 17px; }
}
@media (max-width:960px) {
	body { padding-top: 90px; }
	#masthead {  position: fixed; width: 100%; background: #fff; z-index: 999; top: 0; }
	#masthead .header-wrapper { padding: 20px 15px; }
	a#logo { top: 0; width: 214px; height: 50px; }
	#shop-navigation { top: 14px; }
	
	#show-menu { display:block; z-index:299; cursor:pointer; position:absolute; top:0; bottom:0; left: 15px; margin-top: auto; margin-bottom: auto; width: 22px; height: 23px; }
	#show-menu .bar { position:relative; display:block; opacity:1; width:100%; height:3px; background:#000; margin-bottom:7px; -webkit-transition: opacity 500ms, transform 500ms, position 500ms; -moz-transition: opacity 500ms, transform 500ms, position 500ms; -ms-transition: opacity 500ms, transform 500ms, position 500ms; -o-transition: opacity 500ms, transform 500ms, position 500ms; transition: opacity 500ms, transform 500ms, position 500ms;  }
		.mm-open #show-menu .bar { background:#000; }
		.mm-open #show-menu .bar:nth-child(1) { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top:10px; z-index:2; }
		.mm-open #show-menu .bar:nth-child(3) { -moz-transform: rotate(135deg); -webkit-transform: rotate(135deg); -o-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); top:-10px; z-index:2; }
		.mm-open #show-menu .bar:nth-child(2) { opacity:0; background:#000; z-index:1; }

	.main-navigation, #shop-menu .lang-switch { display: none; }
	.main-navigation { position: absolute; z-index: 999; left: 0; top: 100%; background: #fff; width: 100%; }
	.mm-open .main-navigation, .main-navigation .lang-switch { display: block; }
	
	#primary-menu { padding: 30px 0; }
	#primary-menu > li { display: block; margin-bottom: 30px; }
	#primary-menu > li > a { display: inline-block; padding: 0; margin-left: 15px; font-size: 15px; line-height: 18px; }
		
	#primary-menu > li.menu-item-has-children { position: relative; cursor: pointer; }
	#primary-menu > li.menu-item-has-children > .open-sub { display: inline-block; position: absolute; z-index: 1; top: 0; right: 20px; font-size: 13px; }
	#primary-menu .sub-menu { display: none; }
	#primary-menu li.mega > .sub-menu .sub-menu { display: none; }
	.main-navigation li.mega > .sub-menu, .main-navigation ul ul { position: static; float: none; }
	#primary-menu > li.sub-open > .sub-menu { display: block; }
	#primary-menu > li.sub-open > .open-sub .fa-chevron-down:before { content: '\f077'; }
	#primary-menu > li.menu-item-has-children .sub-menu a { display: block; width: 100%; }
	
	.main-navigation li.mega > .sub-menu { border: none; }
	.main-navigation li.mega li.shop-all { padding: 20px 15px; }
	.main-navigation li.mega li.shop-all a { font-size: 15px; line-height: 18px; letter-spacing: 0.05em; }
	.main-navigation li.mega li.cat { display: block; flex: none; padding: 25px 15px 10px; }
	.main-navigation li.mega > .sub-menu { width: 100%; }
	.main-navigation li.mega li.cat > a { font-size: 15px; line-height: 18px; }
		
	.main-navigation li { margin-right: 0; }
	#primary-menu > li:hover > a::after, #primary-menu > li.current-menu-item > a::after, #primary-menu > li.current-menu-ancestor > a::after { bottom: -24px; }
/*	#primary-menu > li.menu-item-has-children:hover > a::after, #primary-menu > li.menu-item-has-children.current-menu-item > a::after, #primary-menu > li.menu-item-has-children.current-menu-ancestor > a::after { width: calc(100% + 22px); }*/
	
	#primary-menu > li:not(.mega) > ul { background: rgba(243,147,27,0.70); border: none; margin-top: 20px; }
	
	#primary-menu .lang-switch { max-width: 50%; display: inline-block; }
	#primary-menu > li.lang-switch:hover > a { text-decoration: underline; }
	#primary-menu > li.lang-switch:hover > a::after { content: none; }
/*
	.main-navigation li::after {content:'';}
	
	.main-navigation ul { display:none; z-index:199; width:100%; background:#fff; position:absolute; left:0px; top:0; bottom:auto; margin:0; padding:50px 0; text-align:center; }
		.main-navigation ul li { float: none; margin: 0px; background:#fff; }
		.main-navigation ul li a { width:auto; display:inline-block; padding:0 0; height: auto; font-size: 18px; color:#000; text-align:center; margin-bottom:15px; }
			.main-navigation ul li a:hover, .main-navigation ul li.active a { border-bottom: 0; color: #333;}
    
    .main-navigation .current_page_item a { color: red; }
	.main-navigation .current_page_ancestor a { color: red; }
    
    .main-navigation ul ul { display:block; text-align:center; position: relative; left:0; float:none; width:100%; padding:0; border:0; } 
    .main-navigation ul ul li { display:inline; float:none; margin: 10px 5px 0 5px; }
    .main-navigation ul ul li a { display:inline-block; width:auto; font-size:16px; }
*/

	#shop-navigation li { margin-right: 0; }
	#shop-navigation li:first-child { margin-right: 15px; }
}
@media (max-width:390px) {
	a#logo { width: 180px; height: 42px; }
	#shop-navigation li:first-child { margin-right: 8px; }
	.shop-navigation .myacc-link a { width: 18px; height: 21px; }
	.shop-navigation .cart-link a { width: 22px; height: 22px; }
}

.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
--------------------------------------------- */
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

body { min-width:320px; margin-bottom:0!important; }

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px;
    }
}

.site-footer { background-size: contain; background-position: top left; background-repeat: no-repeat; padding-bottom:100px; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.mobile-hero-text { display: none; }
.troia { font-family: 'Troia-R-Regular'; text-transform: uppercase; }

/***Front page***/
.fp-hero, .hero { padding-top: 31.250%; min-height: 234px; position: relative; overflow: hidden; }
.fp-hero-inner { position: absolute; z-index: 1; margin: 0 auto; right: 0; left: 0; bottom: 16%; width: 100%; max-width: 720px; padding: 0 15px; }
.hero a.linkbutton { margin-top: 30px; }

.cat-hls { margin-top: 75px; }
.cat-hls h2 { margin-bottom: 50px; }
.cat-hl h3 { color: #fff; text-shadow: 0 3px 6px #000; }
.cat-hl-img a { display: flex; justify-content: center; padding-top: 69.780%; position: relative; text-align: center; }
.cat-hl-img a > img { position: absolute; z-index: 1; left: 0; top: 0; object-fit: cover; width: 100%; height: 100%; }
.cat-hl-img h3, .cat-hl-img button { position: absolute; z-index: 2; margin: 0; bottom: 43.6%; }
.cat-hl-img button { bottom: 5%; }
.cat-hl-img-canvas { position: absolute; z-index: 3; left: 0; right: 0; top: 0; bottom: 0; background-color: #000000; mix-blend-mode: color; }
.cat-hl-img:hover .cat-hl-img-canvas, .cat-hl-img:focus .cat-hl-img-canvas { mix-blend-mode: normal; background: none; }
.cat-hl p { padding: 20px 8%; }
.cat-hl a.learn-more, .cat-hl a.learn-more:visited { text-decoration: underline; color: #000; font-weight: 900; }

.fp-icons { margin-top: 130px; }
.fp-icons h2 { margin-bottom: 75px; }
.fp-icons .icons { text-align:center; }
.fp-icons .img, .icon-col-icon{ height: 120px; display: flex; align-items: center; justify-content: center; margin-bottom: 25px; }
.fp-icons .img > img, .icon-col-icon > img { object-fit: scale-down; width: 100%; height: 100%; }

.popular-prods { margin-top: 160px; }
.popular-prods .col-12 > h2 { margin-bottom: 65px; }

.post-hls-video-mobile { display: none; }
.home .post-hls, .page-template-default .post-hls, .single-post .post-hls { background-color: #FEF6EC; }
.post-hls { margin-top: 72px; padding-bottom: 10px; }
.post-hls-bg { padding-top: 36.4340%; }
.post-hls > .container { padding-top: 190px; }
.post:not(article) { margin-bottom: 100px; }
.post-link:hover { text-decoration: none; }
.post-thumb-wrap { padding-top: 72.670%; position: relative; margin-bottom: 30px; }
.post-thumb-wrap img { object-fit: cover; width: 100%; height: 100%; position: absolute; z-index: 1; left: 0; top: 0; }
.post-cat { font-size: 14px; line-height: 19px; letter-spacing: 0.053em; text-transform: uppercase; font-family: 'Troia-R-Regular'; margin-bottom: 25px; }
.post-excerpt { margin-top: 30px; }
.post-excerpt:last-of-type { margin-bottom: 0; }
.post-excerpt .read-more { font-weight: 900; display: block; text-decoration: underline; }
.post-inner .linkbutton { margin-top: 30px; }
.post-hls .blog-view-all { text-decoration: underline; font-weight: 700; margin-bottom: 50px; display: inline-block; }

.testimonials { margin-top: 116px; margin-bottom: 80px; }
.single-product .testimonials.container { max-width: none; }
.testimonials .title > h2 { margin-bottom: 130px; }
.testimonial > h2 { position: relative; padding-left: 35px; }
.testimonials .quote-mark { color: #F3931B; font-size: 90px; line-height: 1; font-family: 'Troia-R-Regular'; position: absolute; z-index: 1; top: -3px; left: -5px; }
.testimonial-excerpt { margin-top: 30px; color: #6F6F6F; }
.testimonial p:last-of-type { margin-bottom: 0; }
.testimonials .linkbutton { margin-top: 50px; }

#newsletter { background: url(img/nl_bg.jpg) no-repeat center/cover; min-height: 376px; display: flex; align-items: center; }
#newsletter h2 { margin-bottom: 35px; }
#newsletter input[type="email"], #newsletter input[type="text"] { background: transparent; border: none; border-bottom: 2px solid #000; border-radius: 0; font-size: 16px; width: 70%; height: 67px; }
#newsletter input[type="email"]::placeholder, #newsletter input[type="text"]::placeholder { color: #000; text-transform: uppercase; font-family: 'Troia-R-Regular'; font-size: 14px; }
#newsletter input[type="submit"], #newsletter button { padding-right: 10px; padding-left: 10px; margin-left: 20px; width: calc(30% - 20px); max-width: 143px; }
#newsletter ._error-inner { color: red; margin-top: 5px; font-size: 14px; }
#newsletter ._form-thank-you { font-size: 20px; font-family: 'Troia-R-Regular'; text-transform: uppercase; }

/***Product category***/
.loop-prod-inner { height: 100%; position: relative; text-align: center; padding: 0 20px 20px; }
.loop-prod-inner > .tag { text-transform: uppercase; font-size: 14px; line-height: 18px; letter-spacing: 0.064em; font-family: 'Troia-R-Regular'; background: #fff; position: absolute; z-index: 2; top: 0; left: 0; display: block; padding: 4px 40px; }
.loop-img-wrap { padding-top: 77.5%; position: relative; width: 81%; margin: 0 auto 20px; }
.loop-img-wrap > img { position: absolute; z-index: 1; bottom: 0; left: 0; right: 0; margin: 0 auto; object-fit: contain; width: 100%; height: 100%; object-position: bottom; }
.loop-prod-inner .star-rating { position: absolute; z-index: 2; bottom: 0; left: 0; right: 0; margin: 0 auto; }
h2.woocommerce-loop-product__title { font-size: 16px; line-height: 21px; letter-spacing: 0; text-align: center; margin-bottom: 35px; }
.loop-price-wrap { margin-bottom: 10px; display: flex; }
.loop-prod-inner .price { font-family: 'Troia-R-Regular'; font-size: 29px; line-height: normal; }
.loop-prod-inner .contents { position: relative; /*top: -14px;*/ margin-left: 15px; }
.loop-price-link-wrap { display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center; }
.loop-prod-inner .add_to_cart_button { margin: 0 7px; }
/*.loop-prod-inner .added_to_cart.wc-forward { display: block; font-family: 'Troia-R-Regular'; margin-top: 15px; flex: 0 0 100%; }*/
.loop-prod-inner .added_to_cart.wc-forward { display: none!important; }
.added_to_cart.wc-forward::before { content: ''; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.051' height='28.481' viewBox='0 0 29.051 28.481'%3E%3Cg id='OSTOSKORI' transform='translate(-1712.437 -54.519)'%3E%3Cpath id='Path_75' data-name='Path 75' d='M1719.832,70h22.656l-1.544,9.751h-18.975Z' transform='translate(-2 -8)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cg id='Ellipse_1' data-name='Ellipse 1' transform='translate(1718 75)' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='4' cy='4' r='4' stroke='none'/%3E%3Ccircle cx='4' cy='4' r='3' fill='none'/%3E%3C/g%3E%3Cg id='Ellipse_2' data-name='Ellipse 2' transform='translate(1732 75)' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='4' cy='4' r='4' stroke='none'/%3E%3Ccircle cx='4' cy='4' r='3' fill='none'/%3E%3C/g%3E%3Cpath id='Path_78' data-name='Path 78' d='M1743.9,60.638l-4.337-6.086' transform='translate(-25.731 1.362)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A"); display:inline-block; width:20px; height:20px; background-repeat:no-repeat; background-size:100% auto; padding:0; margin-right: 7px; position: relative; bottom: -3px; }

/***Single product***/
.prod-top { padding: 150px 0 100px; }
.woocommerce-product-gallery { max-width: 614px; margin: 0 auto; }
.slick-slide { padding: 0 15px; }
.slide-inner > img { margin: 0 auto; }
.slick-dots { position: static; margin-top: 20px; }
.slick-dotted.slick-slider { margin-bottom: 0; }
.prod-info { padding: 0 55px; }
h1 .product_title.entry-title { margin: 0; font-size: 29px; line-height: 36px; letter-spacing: 0.053px; }
.prod-info .loop-price-wrap { margin-top: 35px; margin-bottom: 30px; }
.prod-info .price { font-size: 39px; line-height: 48px; font-family: 'Troia-R-Regular'; margin-bottom: 0; }
.prod-info .contents { font-size: 23px; line-height: 31px; margin-left: 20px; }
.prod-info .cart { margin-bottom: 35px; }
.woocommerce-product-details__short-description { border-top: 2px solid #000; padding-top: 35px; }
.woocommerce-product-details__short-description ul, .woocommerce-product-details__short-description ol { font-size: 15px; color: #6F6F6F; line-height: 22px; }
.woocommerce-product-details__short-description ul { list-style: none; margin: 0; padding: 0; }
.woocommerce-product-details__short-description ul li { position: relative; padding-left: 30px; display: block; margin-bottom: 15px; }
.woocommerce-product-details__short-description ul li:last-of-type { margin-bottom: 0; }
.woocommerce-product-details__short-description ul li::before { content: ''; border-radius: 50px; display: block; width: 14px; height: 14px; background: #000; position: absolute; z-index: 1; left: 0; top: 2px; }
.summary .stock { display: none; }

.woocommerce-Tabs-panel .woocommerce-Reviews-title { display: none; }
#reviews .commentlist { list-style: none; padding: 0; margin: 0; }
#reviews .review { border-bottom: 2px solid #5D5D5D; padding-bottom: 15px; }
#reviews .review .meta { color: #6F6F6F; }
#reviews .review { color: #000; }
#reviews .review:first-child { margin-top: 0; }
#reviews .review { margin-top: 40px; }
#reviews .review .comment-text .star-rating { margin-left: auto; }
#review_form_wrapper { background-color: #FDEDD8; padding: 30px 24px 24px; margin-top: 30px; }
#review_form_wrapper { color: #000; }
#review_form .comment-reply-title { font-family: 'Troia-R-Regular'; font-size: 16px; text-transform: uppercase; color: #6F6F6F; margin-bottom: 24px; display: block; }
#review_form .required { color: #000; }
#review_form .form-submit { margin-bottom: 0; }
#review_form textarea { min-height: 100px; border: none; }
#reviews .woocommerce-verification-required { padding-top: 30px; font-weight: 600; }

/*Input quantity*/
.single .cart input[type=number]::-webkit-inner-spin-button,
.single .cart input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.single .cart input[type=number] { -moz-appearance:textfield; }
.single .cart { position: relative; }
.single_add_to_cart_button { text-transform: capitalize; width: 160px; height: 56px; }
.woocommerce div.product form.cart div.quantity { display: inline-block; position: relative; margin-right: 17px; }
.single .cart input.qty { padding: 10px 50px; width: 167px; height: 59px; border: none; color: #000; font-size: 26px; line-height: 1; font-weight: 600; background: transparent; font-family: 'Troia-R-Regular'; text-align: center; }
.single .cart input.qty:active, .single .cart input.qty:focus { outline: none; }
/*.single .cart .quantity-nav { display: block; width: 15px; height: 56px; position: absolute; top: 0; right: 12px; font-size: 12px; }*/
.single .cart .quantity-nav .quantity-button { display: block; width: 41px; height: 41px; padding: 0; cursor: pointer; position: absolute; top: 0; bottom: 0; margin: auto 0; z-index: 1; background: #fff; font-size: 34px; text-align: center; line-height: 44px; }
.single .cart .quantity-nav .quantity-button.quantity-up { left: 0; }
.single .cart .quantity-nav .quantity-button.quantity-down { right: 0; }
.single .cart .quantity-nav .quantity-button:hover { color: #000; }
.woocommerce-cart .quantity-nav { display: none; }
.single .cart button[type="submit"] { height: 59px; padding: 10px; vertical-align: bottom; }

.single .summary .single_add_to_cart_button + .added_to_cart.wc-forward { display: none!important; }

.container.prod-bottom { margin-top: 50px; margin-bottom: 78px; }
@media (min-width:1200px) {
	.container.prod-bottom { max-width: 1175px; }
}
.woocommerce-tabs { max-width: 960px; margin-left: auto; margin-right: auto; }
.wc-tab.entry-content { padding-top: 32px; }
.wc-tab.entry-content { font-size: 17px; color: #6F6F6F; }
.wc-tab.entry-content p strong { font-size: 18px; color: #000; font-weight: 400; }
.wc-tab.entry-content ul, .wc-tab.entry-content ol { padding-left: 15px; }

.single .separator::before { border-width: 2px; margin-top: 80px; margin-bottom: 80px; }
.single .prod-hls > div > h2 { margin-bottom: 40px; }
body:not(.home) .col-12.product { max-width: 530px; }

.single .cat-hls > .col-12:nth-of-type(odd) { padding-right: 28px; }
.single .cat-hls > .col-12:nth-of-type(even) { padding-left: 28px; }

/***Product category***/
.hero-inner { position: absolute; z-index: 1; top: 0; right: 0; }
.cat-hero .container-xl { position: absolute; z-index: 1; top: 0; left: 0; right: 0; margin: 0 auto; }
.cat-hero .hero-inner { max-width: 520px; width: 100%; top: 10%; right: 6.945%; }
.cat-hero.products-hero .hero-inner { max-width: 530px; /*top:35%;*/ top: 50%; transform: translateY(-50%); right: 1.5%; }
.cat-hero h1 { font-size: 20px; letter-spacing: 0.076em; }
.cat-hero h1 img { width: 270px; }
.cat-hero p { margin-top: 70px; margin-bottom: 0; font-size: 18px; line-height: 28px; letter-spacing: 0.09em; font-family: 'Troia-R-Regular'; text-transform: uppercase; }
.mobile-hero-text p { font-family: 'Troia-R-Regular'; text-transform: uppercase; }
.cat-hero.products-hero p { margin-top: 30px; }

.tax-product_cat .products, .page-template-template-products .products { max-width: 1167px; margin: 182px auto 140px; }
.page-template-template-products .products { margin: 0 auto; }
.page-template-template-products #products { margin: 182px auto 140px; }

.col-12.product { margin-bottom: 66px; }

/***Default page***/
.lead-p { padding: 115px 0 106px; }
.lead-p .col-12, .lead-icons .container { max-width: 780px; margin: 0 auto; }
.lead-p p, .tihl-content, .wide-text, .icon-cols p { font-size: 22px; line-height: 32px; letter-spacing: 0.1em; }
.lead-p p:first-of-type { margin-top: 100px; }
.lead-p p:last-of-type { margin-bottom: 0; }
.fp-icons.lead-icons { margin-top: 75px; }
.lead-p .icon > p, .icon-cols .icon-title { text-transform: uppercase; font-size: 13px; line-height: 18px; letter-spacing: 0.05em; }
.home .lead-p, .page-template-template-products .lead-p, .archive.tax-product_cat .lead-p { padding-bottom: 30px; padding-left: 15px; padding-right: 15px; }
.home .lead-p p, .page-template-template-products .lead-p p, .archive.tax-product_cat .lead-p p { margin-top: 0!important; }
.lead-p-cat-container { max-width: 1167px; }
.lead-p-cat-container + #products, .archive.tax-product_cat .lead-p-cat-container + .container #primary .products { margin-top: 80px; }
.lead-p-cat-container.after-prods-text { margin-top: -80px; margin-bottom: 90px; }
.lead-p-cat-container.after-prods-text .lead-p { padding: 0 15px; }

.tihl-content { background-color: #EDF5FB; display: flex; align-items: center; justify-content: center; padding: 11% 0; }
.tihl-content.tihl-content-alt { background-color: #FEF3E6; }
.tihl-content-inner { padding: 0 15px; width: calc( 1440px / 2 ); max-width: 606px; margin-left: calc(100% - (1440px/2)); }
.tihl-content-alt .tihl-content-inner { margin-left: unset; margin-right: calc(100% - (1440px/2)); }
.tihl-content h2 + *:not(img) { margin-top: 135px; }
.tihl-content h2 + img { margin-top: 40px; margin-bottom: 50px; }
.tihl-img > img { object-fit: cover; width: 100%; height: 100%; }

.wide-text { padding: 146px 0 92px; }
.wide-text .col-12 { max-width: 1080px; margin: 0 auto; }
.wide-text h2 { margin-bottom: 92px; }
.wide-text .col-12 > *:last-child { margin-bottom: 0; }

.page-template-default .post-hls { margin-bottom: 42px; }

.icon-cols { background-color: #FFF8F0; padding: 82px 0 190px; }
.icon-col { text-align: center; margin-bottom: 100px; }
.icon-col.only-icon:nth-of-type(odd) { text-align: right; }
.icon-col.only-icon:nth-of-type(even) { text-align: left; }
.icon-col-inner { max-width: 400px; }
.icon-col:nth-of-type(odd) > .icon-col-inner { padding-right: 50px; margin-right: 0; margin-left: auto; }
.icon-col:nth-of-type(even) > .icon-col-inner { padding-left: 50px; margin-right: auto; margin-left: 0; }
.icon-col .icon-col-icon { margin-bottom: 26px; }
.icon-col .icon-title { display: block; margin-bottom: 73px; }
.icon-col-inner > *:last-child { margin-bottom: 0; }

/***Blog***/
.blog #primary { margin-top: 200px; margin-bottom: 200px; }
.blog h1 { margin-bottom: 70px; }

#cat-filter, #prod-filter { margin-bottom: 150px; }
#cat-filter button, #faq-links a, #prod-filter button { font-size: 19px; line-height: 23px; letter-spacing: 0.03em; font-family: 'Troia-R-Regular'; background: transparent; border: none; border-radius: 0; position: relative; padding: 6px 0; text-transform: uppercase; margin-right: 45px; }
#cat-filter button:last-of-type, #faq-links a:last-of-type, #prod-filter button:last-of-type { margin-right: 0; }
#cat-filter button.active::after, #prod-filter button.active::after {  content: ''; display: block; background: #000; height: 2px; width: 100%; position: absolute; z-index: 1; left: 0; bottom: -33px; top: 0; margin: auto 0; }

/***Blog post***/
.single.single-post .blog-title { margin-top: 153px; margin-bottom: 56px; }
.single.single-post h1.entry-title { font-size: 35px; line-height: 43px; letter-spacing: 0.053em; margin-bottom: 67px; margin-top: 0; }
.single.single-post .entry-content, .single .post-thumbnail, .single.single-post .entry-footer { max-width: 1055px; margin: 0 auto; }
.single.single-post .post-thumbnail > img { width: 100%; margin-bottom: 56px; }

.single.single-post .entry-content * { margin-bottom: 38px; }
.single.single-post .entry-content *:not(img):not(.separator) { max-width: 850px; margin-left: auto; margin-right: auto; }
.single.single-post .entry-content img { width: 100%; }
.single.single-post p.lead-p-text { /*font-size: 22px; line-height: 32px;*/ font-size: 19px; line-height: 28px; letter-spacing: 0; font-weight: 600; color: #6F6F6F; }
.single.single-post .separator::before { margin: 65px auto 55px; }
.single.single-post .post-scriptum { font-size: 15px; line-height: 21px; font-style: italic; color: #6F6F6F; }
.single.single-post .post-scriptum *:last-child { margin-bottom: 0; }

.single.single-post .entry-footer { margin-top: 142px; margin-bottom: 52px; }
.single.single-post .entry-footer .prod-hls h2 { margin-bottom: 90px; }

.single.single-post .post-hls { margin-top: 0; padding-top: 96px; margin-bottom: 135px; }
.single.single-post .post-hls > .container { padding-top: 0; }
.single.single-post .post-hls h2 { margin-bottom: 70px; }

/***FAQ***/
.faq-hero .hero-inner { top: 0; bottom: 0; right: 0; left: 0; display: flex; align-items: center; justify-content: center; }

#faq-links { margin-top: 114px; }

#faq, #faq-links { margin-top: 110px; max-width: 1175px; margin-left: auto; margin-right: auto; }
#faq { padding: 0 30px; margin-bottom: 185px; }
.card, .card-header, .card-body, .card-header button { padding: 0; background: transparent; border: none; border-radius: 0; }
.faq-cat { margin-bottom: 114px; }
.faq-cat:last-child { margin-bottom: 0; }
/*.faq-cat-title, .card { border-bottom: 2px solid #000; }*/
.faq-sub-cat-title, .card { border-bottom: 2px solid #000; }
.faq-cat-title { padding: 20px 0; }
.faq-cat-title > h1 { font-size: 32px; line-height: 32px; font-weight: 700; }
/*.faq-cat-title + .col-12 { padding: 0; }*/
.faq-sub-cat + .faq-sub-cat { margin-top: 30px; }
.card-header, .card-body { max-width: 850px; margin: 0 auto; width: 100%; }
.card-header button { position: relative; display: block; max-width: 100%; width: 100%; text-align: left; padding: 20px 30px 20px 0; }
.card-header button i { position: absolute; z-index: 1; top: 27px; margin-bottom: 0; right: 0; font-size: 12px; }
.card-header button:not(.collapsed) i::before { content: '\f078'; }

/***Reviews***/
.page-template-template-reviews .testimonials { margin-top: 0; }
.single-product .testimonial, .page-template-template-reviews .testimonial { margin-bottom: 115px; }

.cat-filter-container { margin-top: 114px; }
.page-template-template-reviews #cat-filter, .page-template-template-reviews #prod-filter { margin-bottom: 74px; }

.testimonial.testimonial-review > h2 { padding-left: 0; font-size: 16px; margin-bottom: 0; }
.testimonial.testimonial-review .testimonial-excerpt { position: relative; margin-top: 50px; }
.testimonial.testimonial-review .quote-mark { top: -25px; z-index: -1; }

/*Cart, Checkout & Account*/
.woocommerce-cart #primary, .woocommerce-checkout #primary, .woocommerce-account #primary { margin-top: 60px; margin-bottom: 100px; }
.woocommerce-cart #primary button, .woocommerce-checkout #primary button, .woocommerce-account #primary button {
	padding: 15px 19px;
	background: #fff;
	color: #000;
	text-decoration: none;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	font-family: 'Troia-R-Regular';
	font-size: 14px;
	line-height: 1;
	border: 1px solid #000;
}
.woocommerce-cart #primary input:not([type="radio"]), .woocommerce-checkout #customer_details input, .woocommerce-checkout .woocommerce-form input, .woocommerce-checkout .woocommerce-form-coupon input, .woocommerce-account #primary input {
	height: 46px; border-radius: 0;
}
button[name="apply_coupon"] { vertical-align: middle; }
.woocommerce-checkout .required, .woocommerce-account .required { text-decoration: none; }
.select2-container--default .select2-selection--single { height: 46px; border-radius: 0; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 46px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 46px; }
.woocommerce-cart #primary input[type="checkbox"], .woocommerce-checkout #primary input[type="checkbox"], .woocommerce-account #primary input[type="checkbox"] { height: auto; }
.woocommerce-checkout textarea { min-height: 100px; }

/***Footer***/
.site-footer ul { margin:0; padding:0; list-style-type:none; }
.site-footer ul li { margin-bottom:5px; }
.site-footer ul li a { color:#000; font-size:15px; line-height:24px; }

/***Alt front hero***/
.fp-hero.fp-hero-alt .fp-hero-inner { bottom: 50%; transform: translateY(50%); max-width: 95%; padding-right: 38%; }
.fp-hero.fp-hero-alt h1 { font-size: 44px; letter-spacing: 0; line-height: 46px; margin-bottom: 42px; }
.fp-hero.fp-hero-alt p { font-size: 18px; line-height: 20px; font-family: 'Troia-R-Regular'; }
.fp-hero.fp-hero-alt.hero a.linkbutton { padding: 13px 29px; margin-top: 48px; }
@media (min-width:1510px) {
	.fp-hero.fp-hero-alt .fp-hero-inner { max-width: 1418px; padding-right: 10vw; }
}

@media (max-width:1085px) {
	.fp-hero.fp-hero-alt .fp-hero-inner { padding-right: 34%; }
	.fp-hero.fp-hero-alt h1 { font-size: 32px; line-height: 34px; margin-bottom: 22px; }
	.fp-hero.fp-hero-alt p { font-size: 16px; line-height: 18px; }
	.fp-hero.fp-hero-alt.hero a.linkbutton { padding: 10px 29px; margin-top: 22px; }
}
@media (max-width:767px) {
	.fp-hero.fp-hero-alt .fp-hero-inner { padding-right: 34%; }
	.fp-hero.fp-hero-alt h1 { display: block; font-size: 22px; line-height: 24px; margin-bottom: 12px; }
	.fp-hero.fp-hero-alt p { font-size: 14px; line-height: 16px; }
	.fp-hero.fp-hero-alt.hero a.linkbutton { padding: 10px 29px; margin-top: 16px; font-size: 12px; }
}
@media (max-width:575px) {
	.fp-hero.fp-hero-alt .fp-hero-inner { text-align: center; padding-right: 15px; max-width: none; bottom: unset; top: 10%; transform: none; }
/*	.fp-hero.fp-hero-alt h1 { font-size: 48px; line-height: 48px; margin-bottom: 22px; }*/
	.fp-hero.fp-hero-alt h1 { font-size: 8.3vw; line-height: 8.3vw; margin-bottom: 3.8vw; }
/*	.fp-hero.fp-hero-alt p { font-size: 22px; line-height: 24px; }*/
	.fp-hero.fp-hero-alt p { font-size: 3.82vw; line-height: 4.2vw; }
/*	.fp-hero.fp-hero-alt.hero a.linkbutton { padding: 15px 39px; margin-top: 27px; font-size: 16px; }*/
	.fp-hero.fp-hero-alt.hero a.linkbutton { padding: 2.6vw 6.7vw; margin-top: 4.7vw; font-size: 2.8vw; }
}

/***Newsletter thank you page***/
#tyfs { text-align: center; display: flex; align-items: center; justify-content: center; aspect-ratio: 4/1; }
#tyfs > .container { padding-top: 40px; padding-bottom: 40px; }
#tyfs > .container > *:last-child { margin-bottom: 0; }

/***Media queries***/
@media (max-width:1400px) {
	.tihl-content-inner { width: 100%; margin-left: unset; }
	.tihl-content-alt .tihl-content-inner { margin-right: unset; }
}

/*
@media (max-width:1199px) {
	.cat-hero.products-hero .hero-inner { top: 13%; }
}
*/

@media (max-width:991px) {
	.cat-hero p { margin-top: 30px; }
}

@media (max-width: 767px) {
	body, button, input, select, optgroup, textarea { font-size: 14px; line-height: 21px; }
	h1 { font-size: 20px; line-height: 22px; }
	h2 { font-size: 22px; line-height: 28px; }
	h3 { font-size: 18px; line-height: 23px; }
	
	.fp-hero { min-height: unset; }
	.fp-hero h1, .cat-hero p, .products-hero h1, .product-hero p { display: none; }
	.cat-hero .hero-inner { left: 0; right: 0; margin: 0 auto; }
	
	.cat-hl-img-canvas { mix-blend-mode: normal; background: none; }
	
	.mobile-hero-text { display: block; margin-top: 40px; }
	.page-template-template-products .mobile-hero-text h1 { margin-bottom: 30px; }
	
	.mobile-scroll-container { padding-right: 0; padding-left: 0; }
	.mobile-scroll-container > .row { margin-left: auto; margin-right: auto; }
	.mobile-scroll { flex-wrap:nowrap; overflow-x: auto; margin-right: 0; margin-left: 0; }
	.mobile-scroll::-webkit-scrollbar { display: none; }
	.mobile-scroll > div { max-width:none; padding-right: 8px; padding-left: 8px; flex: 0 0 240px; }
	.mobile-scroll > div:first-child { margin-left: 250px; }
	.mobile-scroll > div:last-child { margin-right: 250px; }
	
	.mobile-scroll { scroll-snap-type: x mandatory; /*scroll-padding: 0 24px;*/ }
	.mobile-scroll > div { scroll-snap-align: center; }
	
	.carousel-container { max-width: 100%; }
	.col-4.slick-slide.post, .col-4.slick-slide.testimonial { flex: 0 0 330px; max-width: 330px; padding: 0 8px; outline: 0; border: 0; }
	.col-6.slick-slide.testimonial { padding: 0 8px; outline: 0; border: 0; }
	.col-4.slick-slide.post .post-inner { outline: 0; border: 0; }
	
	.single .cat-hls > .col-12:nth-of-type(odd) { padding-right: 15px; }
	.single .cat-hls > .col-12:nth-of-type(even) { padding-left: 15px; }
	
	.tihl-img { position: relative; padding-top: 68.534%; }
	.tihl-img > img { position: absolute; z-index: 1; top:0; left: 0; }
	
	.icon-cols { padding: 60px 0 50px; }
	.icon-col { text-align: center; margin-bottom: 50px; }
	.icon-col.only-icon:nth-of-type(odd), .icon-col.only-icon:nth-of-type(even) { text-align: center; }
	.icon-col:nth-of-type(odd) > .icon-col-inner, .icon-col:nth-of-type(even) > .icon-col-inner { padding-right: 0; padding-left: 0; margin-right: auto; margin-left: auto; max-width: 350px; }
	.icon-col .icon-title { margin-bottom: 26px; }
	
	#newsletter { background-image: url(img/nl_bg_mobile.jpg); min-height: 647px; }
	#newsletter > .container { max-width: 366px; }
	#newsletter h2 { font-size: 20px; }
	#newsletter input[type="email"], #newsletter input[type="text"] { width: 100%; }
	#newsletter input[type="submit"], #newsletter button { margin-left: auto; margin-right: auto; margin-top: 90px; display: block; width: 179px; max-width: 100%; }
	
	.cat-hls { margin-top: 55px; }
	.cat-hls h2 { margin-bottom: 30px; }
	
	a.linkbutton, a.linkbutton:visited, button.linkbutton, input.linkbutton, .single .cart button[type="submit"] { padding: 18px 24px; }
	
	.fp-icons { margin-top: 50px; }
	.fp-icons h2 { margin-bottom: 55px; }
	.fp-icons .img, .icon-col-icon { height: 60px; margin-bottom: 20px; }
	
	.popular-prods { margin-top: 60px; }
	.col-12.product { margin-bottom: 20px; }
	
	.post-hls { margin-top: 50px; }
	.post-hls > .container { padding-top: 50px; }
	.post:not(article) { margin-bottom: 20px; }
	.post-thumb-wrap { margin-bottom: 20px; }
	.post-excerpt { margin-top: 20px; }
	.post-cat { margin-bottom: 15px; }
	.page-template-default .post-hls { margin-bottom: 30px; }
	.post-inner .linkbutton { margin-top: 20px; }
	.post-hls .blog-view-all { margin-top: 35px; }
	
	.testimonials { margin-top: 60px; margin-bottom: 60px; }
	.testimonials .title > h2 { margin-bottom: 50px; }
	
	.lead-p { padding: 50px 0 30px; }
	.lead-p p:first-of-type { margin-top: 50px; }
	.lead-p p, .tihl-content, .wide-text, .icon-cols p { font-size: 20px; line-height: 28px; }
	.home .lead-p, .page-template-template-products .lead-p, .archive.tax-product_cat .lead-p { padding: 30px 15px; }
	.home .lead-p p, .page-template-template-products .lead-p p, .archive.tax-product_cat .lead-p p { font-size: 16px; line-height: 22px; }
	.archive.tax-product_cat .lead-p-cat-container + .container #primary .products { margin-top: 40px; }
	.lead-p-cat-container.after-prods-text { margin-top: -20px; margin-bottom: 40px; }
	.fp-icons.lead-icons { margin-top: 50px; }
	.fp-icons.lead-icons .icon.col { margin-bottom: 20px; }
	
	.tihl-content h2 + *:not(img) { margin-top: 50px; }
	.tihl-content h2 + img { margin-top: 20px; margin-bottom: 30px; }
	
	.wide-text { padding: 50px 0; }
	.wide-text h2 { margin-bottom: 50px; }
	
	.icon-col.only-icon { margin-bottom: 30px; }
	
	.page-template-template-products #products, .tax-product_cat .products { margin: 60px auto 40px; }
	
/*	.page-template-template-reviews .testimonials { margin-top: 60px; }*/
	.single-product .testimonial, .page-template-template-reviews .testimonial { margin-bottom: 30px; }
	.testimonial h2 { font-size: 18px; line-height: 26px; }
	.testimonials .quote-mark { font-size: 70px; }
	.testimonial.testimonial-review .quote-mark { top: -18px; }
	.testimonial-excerpt { margin-top: 20px; }
	.testimonial.testimonial-review .testimonial-excerpt { margin-top: 30px; }
	
	.single.single-post .blog-title { margin-top: 20px; margin-bottom: 30px; }
	.single.single-post h1.entry-title { font-size: 26px; line-height: 34px; margin-bottom: 30px; }
	.single.single-post .post-thumbnail > img { margin-bottom: 30px; }
	.single.single-post p.lead-p-text { font-size: 16px; line-height: 22px; }
	.single.single-post .entry-content * { margin-bottom: 20px; }
	.single.single-post .separator::before, .single .separator::before { margin: 30px auto 30px; }
	.single.single-post .entry-footer { margin-top: 80px; margin-bottom: 40px; }
	.single.single-post .entry-footer .prod-hls h2 { 40px; }
	
	.single.single-post .post-hls { padding-top: 50px; margin-bottom: 35px; }
	.single.single-post .post-hls h2 { margin-bottom: 40px; }
	
	.prod-top { padding: 40px 0; }
	.prod-info { margin-top: 20px; padding: 0 20px; }
	.prod-info .loop-price-wrap { margin-bottom: 20px; }
	.prod-info .price { font-size: 34px; line-height: 40px; }
	.prod-info .contents { font-size: 20px; line-height: 28px; }
	.single .cart button[type="submit"] { width: 167px; }
	.woocommerce-product-details__short-description { padding-top: 25px; }
	.container.prod-bottom { margin-top: 40px; margin-bottom: 50px; }
	.wc-tab.entry-content { font-size: 15px; padding-top: 20px; }
	.wc-tab.entry-content p strong { font-size: 16px; }
	
	#faq { margin-bottom: 60px; }
	#faq, #faq-links { margin-top: 40px; }
	#cat-filter button, #faq-links a, #prod-filter button { font-size: 14px; margin-right: 15px; }
	.faq-cat { margin-bottom: 50px; }
	.faq-cat-title { padding: 10px 0; }
	.faq-cat-title > h1 { font-size: 26px; line-height: 30px; }
	#faq .card-header h3 { font-size: 16px; line-height: 21px; }
	.faq-sub-cat { padding: 0 0 0 5px; }
	.faq-sub-cat + .faq-sub-cat { margin-top: 40px; }
	.card-header button { padding: 10px 20px 10px 0; }
	.card-header button i { top: 14px; }
	
	.cat-filter-container { margin-top: 30px; }
	.page-template-template-reviews #cat-filter, .page-template-template-reviews #prod-filter { margin-bottom: 26px; }
	.page-template-template-reviews #cat-filter button, #prod-filter button { margin-bottom: 10px; font-size: 12px; line-height: 12px; }
	.page-template-template-reviews #cat-filter button.active::after, .page-template-template-reviews #prod-filter button.active::after { height: 1px; top: unset; bottom: 0; }

	
	.blog #primary { margin-top: 60px; margin-bottom: 60px; }
	.blog h1 { margin-bottom: 40px; }
	#cat-filter { margin-bottom: 50px; }
	
	#colophon { padding-top: 50px; padding-bottom: 20px; }
	.site-footer { background-position: -40px 0; }
	a#footer-logo { width: 206px; height: 60px; margin-top: 0; }
	.site-footer p { margin-bottom: 20px; }
	.site-footer p.some { margin-bottom: 80px; }
	.site-footer p.copy { margin-top: 0; }
	
	.woocommerce-checkout #primary input { font-size: 16px; }
	.woocommerce-checkout #primary textarea { font-size: 16px; }
	
	
}

@media(max-width:575px) {
	.fp-hero, .hero { padding-top: 139.9650%; }
	.fp-hero-inner { bottom: 9%; }
	
	.post-hls-video { display: none; }
	.post-hls-video-mobile { display: block; }
	.embed-responsive-mobile::before { padding-top: 125%; }
/*
	.mobile-scroll > div { flex: 0 0 165px; }
	.mobile-scroll > div:last-child { padding-right:0; flex: 0 0 160px; }
*/
	.col-4.slick-slide.post, .col-4.slick-slide.testimonial { flex: 0 0 240px; max-width: 240px; }
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/* CHOOSE REGION */


