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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	/*font-family: 'Butler_Bold';*/
	font-family: "Open Sans Regular";
}
section.content h1 {
	text-align: center;
}

section.underline-header h1:after,
section.underline-header h2:after {
    border-bottom: 1px solid #32302c;
    display: block;
    content: "";
    padding-top: 20px;
}

h2 {
	font-size: 1.6em;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	/*color: #34498a;*/
	color: #32302c;
    text-decoration: underline;
	transition: .2s all;
}
a:hover,
a:focus,
a:active {
	color: #191970;
	transition: .2s all;
}

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
/* .main-navigation {
	display: block;
	width: 100%;
} */

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	/* top: 100%; */
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0px;
}

.main-navigation li {
	position: relative;
	font-size: 1.1rem;
}
.mm-menu a {
	font-size: 1.1rem;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 1121px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

/* GENERAL */
body.home h1.entry-title {
    display: none;
}
.primary-top h1.entry-title {
	margin: 40px 0;
    text-align: left;
}
@media (min-width: 992px){
	.container {
		/*width: 850px;*/
		width: 1100px;
	}
}
@media screen and (min-width: 1200px){
	main#primary.container {
		max-width: 850px;
	}
}
.allure-transparent {
	background: transparent;
}
.allure-dark {
	background: #32302C;
}
.allure-light {
	background: #F8F3ED;
}
.allure-green {
	background: #D4DCDF;
}
h1,h2,h3,h4,h5,h6 {
	/*font-family: 'Butler_Bold';*/
	font-family: "Open Sans Regular";
}
.btn-primary {
	background: #32302C;
	color: #F8F3ED;
    text-align: center;
    text-decoration: none;
    font-size: 19px;
    padding: 10px 20px;
    transition: .2s all;
    border: 2px solid transparent;
	/*font-family: 'Butler_Bold';*/
	font-family: "Open Sans Regular";
}
	.btn-primary:hover {
		background: #F8F3ED;
		color: #32302C;
		transition: .2s all;
		cursor: pointer;
	}
.btn-secondary {
	background: #F8F3ED;
	color: #32302C;
    text-align: center;
    text-decoration: none;
    /*font-family: 'Butler_Bold';*/
	font-family: "Open Sans Regular";
    font-size: 19px;
    padding: 10px 20px;
    transition: .2s all;
    border: 2px solid transparent;
}
	.btn-secondary:hover {
		background: #32302C;
		color: #F8F3ED;
		transition: .2s all;
		cursor: pointer;
	}
.btn-third {
	background: #D4DCDF;
	color: #404040;
	text-align: center;
	text-decoration: none;
	/*font-family: 'Butler_Bold';*/
	font-family: "Open Sans Regular";
	font-size: 19px;
	padding: 10px 20px;
	transition: .2s all;
	border: 2px solid transparent;
}
	.btn-third:hover {
		background: #404040;
		color: #D4DCDF;
		transition: .2s all;
		cursor: pointer;
	}
.btn-orange {
	background: transparent;
	color: #404040;
	text-align: center;
	text-decoration: none;
	/*font-family: 'Butler_Bold';*/
	font-family: "Open Sans Regular";
	font-size: 19px;
	padding: 10px 20px;
	transition: .2s all;
	border: 2px solid #7a95b2;
}
	.btn-orange:hover {
		background: #7a95b2;
		color: #FFF;
		border: 2px solid #7a95b2;
		transition: .2s all;
		cursor: pointer;
	}
li.attention-menu {
	/* background: #D4DCDF;
	border: 2px solid #7a95b2; */
	background: transparent;
	color: #404040;
	border: 2px solid #7a95b2;
	text-align: center;
	text-decoration: none;
	font-family: "Open Sans Regular";
	font-size: 19px;
	margin-right: 10px;
	transition: .2s all;
}
	li.attention-menu a {
		/* color: #404040; */
		/* background: #7a95b2; */
		color: #FFF;
		/* border: 2px solid #7a95b2; */
		transition: .2s all;    
	}

	li.attention-menu:hover {
		/* color: #404040; */
		background: #7a95b2;
		color: #FFF;
		border: 2px solid #7a95b2;
		transition: .2s all;
	}
	li.attention-menu:hover a {
		/* color: #404040; */
		/* background: #7a95b2; */
		color: #FFF !important;
		/* border: 2px solid #7a95b2; */
		transition: .2s all;    
	}
#secondary-menu ul.sub-menu li a {
    text-transform: inherit;
}
.wpmm-menu {
	/* background-color: #D4DCDF !important;
	--mm-color-background: #D4DCDF; */
}
.mm-listitem--selected>.mm-listitem__text {
    background: #32302C;
    color: #F8F3ED !important;
}
button.menu-toggle.wpmm-button {
    background: none;
    border: none;
    color: #FFF;
    font-size: 34px;
    padding: 20px;
}
section.flexible-section.allure-dark,
section.flexible-section.allure-dark h1,
section.flexible-section.allure-dark h2,
section.flexible-section.allure-dark h3,
section.flexible-section.allure-dark h4,
section.flexible-section.allure-dark h5,
section.flexible-section.allure-dark h6 {
	color: #fff;
}
section.btn {
	width: 100%;
}
section.btn-section {
	display: flex;
}
.btn_item {
    margin: 0 5px;
}
.btn-fill {
	flex-direction: column;
	justify-content: center;
}
.btn-row {
	flex-direction: row;
	justify-content: center;
}
.btn-row-left {
	justify-content: left;
}
/* HEADER */
.pre-header {
    background: #F8F3ED;
    height: 40px;
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.pre-header span {
    font-size: 14px;
    margin-left: 10px;
	display: flex;
    align-items: center;
}
.pre-header ul {
    margin: 0 5px 0 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.pre-header ul li {
    padding: 0px 6px 0px;
	list-style: none;
}
.pre-header ul li a {
	text-decoration: none;
	font-size: 15px;
	transition: .2s all;
	color: #32302C;
}
.pre-header ul li a:hover {
    transition: .2s all;
    color: #aba494;
}
.pre-header ul li a i.lni {
    vertical-align: middle;
}
/* header#masthead {
    display: flex;
    align-items: center;
    justify-content: space-between;
} */
@media (max-width: 733px){
	.pre-header span.first-box {
		display: none;
	}
}
@media (max-width: 1010px){
	.pre-header span.first-box,
	.pre-header span.middle {
		/*display: none;*/
		font-size: 10px;
	}
	.pre-header ul li.hidden-mobile a {
		font-size: 10px;
	}
}
@media (min-width: 471px){
	li.hidden-mobile {
		display: inline-block;
	}
}
@media (max-width: 470px){
	li.hidden-mobile {
		display: none;
	}
}

/* three-split menu*/
.three-split-container {
	max-width: 1100px;
    margin: 0 auto;
	display: flex;
	/* height: 80px; */
    align-items: center;
    justify-content: space-between;
}
div#menu-location-menu-1 {
    display: none;
}
.menu-left {
    width: 450px;
    padding-left: 10px;
}
.menu-right {
    width: 450px;
}
@media (max-width: 575px){
	.menu-left {
    width: auto;
	}
	.menu-right {
		width: auto;
	}
}
.main-navigation .menu-menu-left-container ul li > ul {
	padding: 15px 0;
	top: 100%;
}
.main-navigation .menu-menu-left-container li {
    position: initial;
}
.menu-menu-left-container ul.sub-menu li {
	background: none;
    backdrop-filter: none;
    display: flex !important;
    flex-direction: column;
	/*width: 20%;*/
	width: 16%;
    margin: 0 auto;
	border-right: 1px solid #CCC;
}
@media (max-width: 1120px) {
	.menu-menu-left-container ul.sub-menu li {
		width: 23%;
	}
}
.menu-menu-left-container ul.sub-menu li:last-child {
	border-right: none;
}
.menu-menu-left-container ul.sub-menu li>ul>li { 
	margin: 0;
	border-right: none;
}
.menu-menu-left-container ul.sub-menu>li>a {
	font-weight: bold;
}
.menu-menu-left-container ul.sub-menu>li>ul.sub-menu>li>a {
	font-weight: normal;
    margin: 0 5px 10px;
    padding: 0 5px;
	text-transform: inherit;
}
.menu-menu-left-container ul.sub-menu li a:after {
	display: none;
}
.menu-menu-left-container li ul {
    position: absolute;
    /* left: 0; */
    right: 0;
    width: 100%;
    /*background: #d4dcdf;*/
    /*background: green;*/
	background: #FFF;
    display: flex !important;
    /* flex-direction: column; */
    /* align-items: center; */
}
.main-navigation .menu-menu-left-container ul li:hover > ul,
.main-navigation .menu-menu-left-container ul li.focus > ul {
	left: 0px;
}
.menu-menu-left-container ul.sub-menu li ul {
	top: 0;
    position: relative;
    /*background: red;*/
	width: auto;
	left: 0;
	border-right: none;
	box-shadow: none;
    top: 0;
    display: block !important;
}
.menu-menu-left-container ul.sub-menu li>ul>li.bold-menu a {
    font-weight: bold;
    margin-top: 25px;
}
.menu-menu-left-container ul.sub-menu>li>a:hover {
    /* color: #998c7f; */
}
.menu-menu-left-container ul ul a {
	width: auto;
	font-weight: normal;
}
.menu-right nav#site-navigation {
    float: right;
    padding-right: 5px;
}
@media screen and (max-width: 900px) {
	.main-navigation a {
		font-size: 1rem !important;
	}
}
li.attention-menu.menu-item.visible-mobile {
    width: 150px;
    list-style: none;
}
li.attention-menu.menu-item.visible-mobile a {
    text-decoration: none;
    display: block;
    padding: 10px 0;
}
@media screen and (max-width: 515px) {
	li.attention-menu.menu-item.visible-mobile {
		width: 100px;
	}
	li.attention-menu.menu-item.visible-mobile a {
		font-size: 15px;
	}
}
@media screen and (min-width: 1121px) {
	li.attention-menu.menu-item.visible-mobile {
		display: none;
	}
}

.site-header {
	background: #32302C;
}
.site-branding {
    margin-right: auto;
}
.site-branding img {
    max-width: 100%;
    width: 100px;
    height: auto;
    /* margin: 0 20px; */
	transition: .2s all;
}
@media screen and (min-width: 1121px){
	.main-navigation ul {
		display: flex;
	}
	.menu-menu-left-container ul#primary-menu > li.menu-item-has-children {
		height: 80px;
		display: flex;
		align-items: center;
	}
	.menu-menu-left-container ul#primary-menu {
		height: 80px;
		display: flex;
		align-items: center;
	}
	.main-navigation ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
		flex-wrap: wrap;
		list-style-type: none;
	}
	.main-navigation a {
		margin: 5px;
		border-radius: 5px;
		color: #fff;
		display: block;
		text-transform: uppercase;
		padding: 5px 5px;
		text-decoration: none;
		/* font-family: 'Butler_Regular';
		letter-spacing: 1px; */
		font-family: 'Open Sans Regular';
		font-size: 0.9rem;
		transition: .2s all;
	}
	ul li.menu-item-has-children>a:after {
		content: "▼";
		display: inline-block;
		float: right;
		vertical-align: middle;
		margin-left: 5px;
		line-height: 20px;
		color: #fff;
		font-size: 8px;
	}
	.main-navigation a:hover {
		color: #998c7f;
		transition: .2s all;
	}

	ul.sub-menu li {
		background: #FFF;
    	backdrop-filter: blur(10px);
	}
	.main-navigation ul ul a {
		width: 200px;
		color: #404040;
		font-size: 15px;
	}
}
/* STICKY STYLES */
.site-header  {
	position: relative;
	top: 0px;
	right: 0;
	/* margin-top: 30px; */
	left: 0;
	/* padding: 10px 0; */
	padding: 0px;
	z-index: 100;
  }
.site-header.is-sticky {
	position: sticky;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
	/* padding: 8px 0; */
	z-index: 100;
	/* background: #d4dcdfc2; */
	background: #32302ca1;
	backdrop-filter: blur(10px);
	animation: slideDown 0.15s ease-out;
  }
.site-header.is-sticky .site-branding img {
    width: 100px;
	transition: .2s all;
}
.site-header.is-sticky .main-navigation a {
	/* color: #404040; */
	/* color: #ffffff; */
}    
@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}
/* FOOTER */
footer.site-footer {
	background: #F8F3ED;
	padding: 100px 0;
	margin-top: 0px;
}
footer h4 {
	margin-bottom: 15px;
}
div#menu-location-footer-menu {
    margin-bottom: 1.5em;
}
@media (max-width: 575px){
	footer.site-footer {
		padding: 70px 15px;
	}
}
.footer-contact {
	margin-bottom: 25px;
}
.footer-contact a {
    display: block;
    margin-bottom: 5px;
	color: #404040;
}
.footer-contact i {
	font-size: 25px;
	vertical-align: middle;
	padding: 0;
	margin-right: 10px;
}
.site-footer i.lni-facebook,
.site-footer i.lni-instagram {
    color: #32302c;
    font-size: 33px;
    padding: 0px 10px 20px 0;
	transition: .2s all;
}

.site-footer i.lni-facebook:hover:before,
.site-footer i.lni-instagram:hover:before {
	content: "\ec16";
	color: #D4DCDF;
	transition: .2s all;
}
.site-footer i.lni.lni-facebook:hover:before {
	content: "\ec16";
	transition: .2s all;
}
.site-footer i.lni.lni-instagram:hover:before {
	content: "\ebfb";
	transition: .2s all;
}
.post-footer {
	background: #32302C;
	text-align: center;
	height: 40px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	color: #fff;
	font-size: 14px;
}
.post-footer span.copyright {
	display: inline-block;
    padding-right: 10px;
    margin-right: 7px;
    border-right: 1px solid #F8F3ED;
}
@media (max-width: 767px){
	.post-footer {
		height: 80px;
	}
	.post-footer span.copyright {
		border-right: none;
	}
}
.post-footer a {
	color: #F8F3ED;
}
.post-footer div#menu-location-menu-3 {
    display: inline-block;
}
ul#footer-shop-menu,
ul#footer-menu,
ul#post-footer-menu {
	margin: 0;
	padding: 1px;
	list-style: none;
}
ul#post-footer-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
}
ul#post-footer-menu li {
    padding: 0 5px;
}
ul#footer-shop-menu a,
ul#footer-menu a {
	color: #32302c;
	display: block;
    text-decoration: none;
}
img.footer-logo {
	width: 200px;
	margin-bottom: 15px;
}
/* FLEXIBLE CONTENT */
section.flexible-section {
	padding: 60px 0;
}
@media (max-width: 575px){
	section.flexible-section {
		padding: 40px 15px;
	}
}
section.flexible-section h2 {
	text-align: center;
    margin-bottom: 15px;
}
/* FAKTABOKS */
section.faktabox .highlight-box h2 {
	margin: 0;
}
/* HERO */
section.slider_hero-section {
    margin-bottom: 70px;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}
.hero-section .btn_item,
.slider_hero-section .btn_item {
    margin: 0 5px;
    font-size: 17px;
    padding: 5px 10px;
}
section.hero-section {
	position: relative;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}
section.hero-section.m-b {
	/*margin-bottom: 80px;*/
}

.hero {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 550px;
	display: flex;
}
	.hero-content {
		padding: 15px;
		background: #F8F3EDbd;
		width: 60%;
		text-align: center;
		position: absolute;
		bottom: 3%;
		left: 20%;
		box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
	}
	.hero-content h1 {
		margin-top: 0;
		margin-bottom: 5px;
		font-size: 26px;
	}
.slider_hero-section .hero-content {
	padding: 30px;
	background: #F8F3EDbd;
	width: 60%;
	text-align: center;
	position: absolute;
	bottom: 5%;
	left: 20%;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px){
	body.home section.hero-section.m-b {
		margin-bottom: 180px;
	}
	.hero {
		height: 300px;
	}
	body.home .hero-content,
	body.home .slider_hero-section .hero-content {
		width: 90%;
		bottom: -61%;
		background: #f8f3ed;
		left: 5%;
	}
	body.home .hero-content a.btn_item {
		font-size: 15px;
	}
	body.home section.video-section .hero-content {
		bottom: -60%;
		background: #F8F3ED;
		left: 5%;
		z-index: 10;
	}
	section.video-spacer {
		padding: 100px 0;
		margin-top: -5px;
	}
}
@media (max-width: 470px){
	body.home section.video-section .hero-content {
		bottom: -75%;
		background: #F8F3ED;
		left: 5%;
		z-index: 10;
	}
}
@media (max-width: 440px){
	body.home section.video-section .hero-content {
		bottom: -80%;
		background: #F8F3ED;
		left: 5%;
		z-index: 10;
	}
	.background-video-container h2 {
		font-size: 1.3em;
	}
}
@media (max-width: 400px){
	body.home section.video-section .hero-content {
		bottom: -90%;
		background: #F8F3ED;
		left: 5%;
		z-index: 10;
	}
}
@media (max-width: 390px){
	body.home section.video-section .hero-content {
		bottom: -95%;
		background: #F8F3ED;
		left: 5%;
		z-index: 10;
	}
}
section.hero-section.parallax.frontpage-banner-block {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center top 50%;
}
.frontpage-banner-block .hero {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 350px;
	position: relative;
}
@media (min-width: 1260px){
	section.hero-section.parallax.frontpage-banner-block {
		background-position: center top 33%;
	}
}
.frontpage-banner-block .hero-content {
    max-width: 900px;
    margin: 0 auto;
	height: 100%;
	position: relative;
    background: #32302cd1;
    color: #FFF;
    font-size: 22px;
    left: 0 !important;
    bottom: 0 !important;
    padding: 30px;
}
@media (max-width: 1260px){
	.frontpage-banner-block .hero-content{
		width: 90% !important;
		margin: 0 auto;
		height: 100%;
		background: #32302cd1 !important;
		color: #FFF;
		bottom: 0;
		left: 0;
		font-size: 18px;
		left: 0;
		right: 0;
		padding: 15px;
	}
}
@media (max-width: 600px){
	.frontpage-banner-block .hero {
		height: auto;
	}
	.frontpage-banner-block .hero-content{
		font-size: 16px;
	}
}

.slick-slider {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.slick-slide {
	overflow: hidden;
}
.slider-wrap {
	margin-bottom: -1.5em;
}
.hero-slider-item {
    height: 600px !important;
    background-size: cover !important;
    background-position: center center !important;
	position: relative !important;
}
@media (max-width: 575px){
	.hero-slider-item {
		height: 400px !important;
	}
}
ul.slick-dots {
	position: absolute;
	bottom: -35px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
ul.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 26px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .75;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	/*opacity: .100;*/
	color: #D4DCDF;
}
.full-width-content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 60px 60px 60px;
    color: #404040;
}
@media (max-width: 575px){
	section.fifty-fifty-box {
		padding-left: 0px;
		padding-right: 0px;
	}
	.full-width-content-box {
		padding: 20px;
	}
}
section.flexible-section.fifty-fifty-box.contact-page .full-width-content-wrap-right {
	background-size: contain;
}
/* BEHANDLING */
.full-width-content-box h1  {
    margin-top: 0;
}
.full-width-content-box p:last-child {
    margin-bottom: 0;
}
.full-width-content-box .entry-content {
    margin-top: 0;
}
.full-width-content-wrap-right {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 320px;
}
.highlight-box {
    /* background: #D4DCDF; */
    padding: 20px;
    font-size: 16px;
}
.highlight-box.center-text {
    text-align: center;
}
.highlight-box p {
    margin: 0;
}
/* BEHANDLINGER STYLE 1 */

/* BEHANDLINGER STYLE 2 */
.treatment-box {
	text-decoration: none;
    margin-bottom: 30px;
    display: block;
}
.treatment-box-image {
	position: relative;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}
.treatment-name {
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    color: #32302c;
}
@media (max-width: 575px){
	.treatment-box-image {
		height: 150px;
	}
	.treatment-name {
		padding: 10px 0px;
		font-size: 14px;
	}
}
.treatment-name h4 {
	font-size: 19px;
    text-align: center;
    font-family: 'Butler_Bold';
    color: #32302c;
    margin: 5px 0 10px;
}
.treatment-box-caption-content {
	position: relative;
}
.treatment-overlay {
	display: none;
	transition: .2s all;
    position: absolute;
    top: -99999px;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    background: #32302c82;
}
a.treatment-box:hover .treatment-overlay {
	top: 0;
	display: flex;
	transition: .2s all;
}
.treatment-overlay span {
    background: #404040;
    margin: 0 auto;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    color: #f8f4ef;
    flex-direction: column;
    justify-content: center;
    display: flex;
    font-family: 'Butler_Bold';
}
.faded-image-box {
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
	margin-bottom: 30px;
}
.faded-image-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
	 background: #d4dcdfcf;
	 transition: .2s all;
	 backdrop-filter: blur(3px);
}
.faded-image-box:hover .faded-image-overlay {
	backdrop-filter: blur(0px);
	transition: .2s all;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}
section.flexible-section.allure-dark .faded-image-box h4,
.faded-image-box h4 {
    /* font-size: 18px; */
    color: #404040;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    z-index: 10;
}
.faded-image-box p {
    /* font-size: 18px; */
    color: #404040;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    z-index: 10;
}
.faded-image-box-content {
    font-size: 16px;
    color: #404040;
    z-index: 10;
}
.faded-image-box-content a {
    color: #404040;
    margin-top: 15px;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    font-size: 15px;
}
@media (max-width: 575px){
    .faded-image-box {
        height: 200px;
        padding: 15px 15px;
    }
}
/* BEHANDLINGER STYLE 4 */
.treatment-box.style-4 .treatment-box-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #32302c;
    color: #f8f3ed;
}
.highlight-box.style-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #f8f3ed;
    font-size: 27px;
	position: relative;
	margin-bottom: 30px;
	font-family: 'Butler_Regular';
}
.treatment-box.style-4 h4 {
    font-size: 20px;
}
.highlight-box.style-4 .highlight-boxes-box-content {
	margin-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1220px){
	.highlight-box.style-4 {
		font-size: 20px;
	}
}
@media (min-width: 576px) and (max-width: 991px){
	section.category-highlight {
		padding-left: 60px;
		padding-right: 60px;
	}
}
.highlight-box.style-4 .treatment-overlay {
    display: none;
    transition: .2s all;
    position: absolute;
    top: -99999px;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 10;
	font-size: 15px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    background: #32302c82;
}
a.category-highlight {
	text-decoration: none;
}
a.category-highlight:hover .treatment-overlay {
    top: 0;
    display: flex;
    transition: .2s all;
}
section.highlight-boxes .highlight-box {
    display: flex;
    flex-direction: column;
}
section.highlight-boxes .highlight-boxes-box-content {
    flex-grow: 1;
}
.highlight-boxes-box-content {
    margin-bottom: 10px;
}
.highlight-boxes-img-box {
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 35px;
    min-height: 220px;
    border-radius: 50%;
    border: 1px solid #D4DCDF;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}
.blog-info-box {
    padding: 15px;
    border: 1px solid #38404a;
    min-height: 420px;
}
@media (max-width: 575px) {
    .blog-info-box {
        min-height: 230px;
    }
}
@media (max-width: 991px){
    .blog-info-box {
        min-height: 320px;
    }
}
.blog-textimage-block-wrap {
    padding: 30px 0;
}
.blog-textimage-block-wrap:last-child {
    padding-bottom: 0;
}
.blog-textimage-block-wrap:first-child {
	padding-top: 0px;
}
.blog-textimage-block-wrap .image-element {
    display: flex;
    justify-content: center;
    flex-direction: column;
    order: 1;
}
.blog-textimage-block-wrap .image-element img {
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}
.blog-textimage-block-wrap .content-element {
    padding-left: 40px;
	text-align: center;
}
.blog-textimage-block-wrap .content-element.left {
	text-align: left;
}
.blog-textimage-block-wrap .content-element.left h2 {
	text-align: left;
}
.blog-textimage-block-wrap .content-element {
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 2;
}
.blog-textimage-block-wrap.image-right .content-element {
    order: 1;
	padding-left: 15px;
}
.blog-textimage-block-wrap.image-right .image-element {
    order: 2;
}
@media (max-width: 575px){
	.blog-textimage-block-wrap {
		padding: 20px 0;
	}
	.blog-textimage-block-wrap .content-element p {
		margin-bottom: 0.5em;
	}
    .blog-textimage-block-wrap .image-element {
        order: 2;
    }
    .blog-textimage-block-wrap .content-element {
        padding-left: 15px;
    	padding-right: 15px;
    }
    .blog-textimage-block-wrap .content-element {
        order: 1;
    }
}
@media (max-width: 575px){
	div#accordionFlush {
		padding: 0;
	}
}
.accordion-button:focus {
	z-index: 3;
	border-color: #D4DCDF;
	outline: 0!important;
	box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 25%);
 }
 .accordion-button:not(.collapsed) {
	color: #32302c;
    background-color: #f8f4ef;
    /* box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); */
}
.accordion-button:focus {
    z-index: 3;
    border-color: #D4DCDF;
    outline: 0!important;
    /* box-shadow: 0 0 0 0.25rem rgba(39, 156, 136, 0.25); */
}
.accordion-button:after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2332302C'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
  }
  h2.accordion-header {
    margin-bottom: 0 !important;
}
  .accordion-body p {
    margin-bottom: 15px;
    padding-left: 20px;
}
.accordion-body p a {
    color: #212529;
    text-decoration: none;
}
hr.flexible-breaker {
    background-color: #404040;
    border: 0;
    height: 1px;
    width: 40%;
    margin: 0px auto;
}
hr.flexible-breaker.hr-wide {
    width: 100%;
}
section.testimonial img.rounded-circle {
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}
section.behandlinger .col-12 {
	margin-top: 15px;
}
section.video .video-container {
	position: relative;
	padding-bottom: 56.25%;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}
section.video .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section.video video {
	max-width: 100%;
	height: auto;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}

.beforeafter-image-box {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	/*height: 410px;*/
	height: 250px;
	position: relative;
}
@media (min-width:768px) and (max-width:991px){
	.beforeafter-image-box {
		height: 160px;
	}
}
@media (min-width:381px) and (max-width:575px){
	.beforeafter-image-box {
		height: 480px;
	}
}
@media (min-width:381px) and (max-width:405px){
	.beforeafter-image-box {
		height: 340px;
	}
}
@media (min-width:315px) and (max-width:380px){
	.beforeafter-image-box {
		height: 320px;
	}
}
/*
@media (min-width: 1200px){
	.beforeafter-image-box {
		height: 520px;
	}
}
@media (max-width: 1200px){
	.beforeafter-image-box {
		height: 460px;
	}
}
*/
/*@media (min-width: 991px){
	.beforeafter-image-box {
		height: 460px;
	}
}*/
/*
@media (max-width: 992px){
	.beforeafter-image-box {
		height: 320px;
	}
}
*/
/*@media (min-width: 768px){
	.beforeafter-image-box {
		height: 330px;
	}
}*/
/*
@media (max-width: 767px){
	.beforeafter-image-box {
		height: 510px;
	}
}
*/
/*@media (min-width: 576px){
	.beforeafter-image-box {
		height: 510px;
	}
}*/
/*
@media (max-width: 575px){
	.beforeafter-image-box {
		height: 400px;
	}
}
@media (max-width: 400px){
	.beforeafter-image-box {
		height: 290px;
	}
}
*/
/*@media (min-width: 400px){
	.beforeafter-image-box {
		height: 510px;
	}
}*/


.beforeafter-caption {
    /*background: #f8f3ee;
    padding: 20px;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);*/
}
.beforeafter-caption p {
	margin-bottom: 0px;
}
.beforeafter-box-wrap {
    position: relative;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}
.beforeafter-caption {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
}
.beforeafter-box-wrap .overlay {
    display: none;
    position: absolute;
    background: #000000a3;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.beforeafter-box-wrap:hover .beforeafter-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
	color: #FFF;
    z-index: 10;
}
.beforeafter-box-wrap:hover .overlay {
    display: block;
}
span.img-caption {
    position: absolute;
    top: 0;
    left: 0;
    color: #f8f3ed;
    background: #32302c;
    padding: 1px;
    font-size: 14px;
    width: 45px;
    text-align: center;
}
ul.treatment-data {
    margin: 2em 0 0;
    padding: 0;
    list-style: none;
}
ul.treatment-data li {
    font-size: 16px;
    margin-bottom: 20px;
	line-height: 34px;
    text-align: left;
    /*text-align: center;
    min-height: 140px;*/
}
ul.treatment-data li i.lni {
    /*display: block;
    text-align: center;*/
    font-size: 30px;
    margin-bottom: 10px;
	display: inline-block;
    float: left;
	margin-right: 5px;
}
ul.treatment-data li b {
    /*display: block;*/
	font-family: 'Butler_Regular';
	font-size: 1.1rem;
	margin-right: 5px;
}
span.price {
	display: block;
	font-size: 1.1rem;
	text-align: left;
}
span.price b {
	display: block;
}
section.content-four-boxes {
    padding-left: 10%;
    padding-right: 10%;
}
@media (min-width: 1650px){
	section.content-four-boxes {
		padding-left: 20%;
		padding-right: 20%;
	}
}
.steps-wrap .content-block {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15px;
}
.steps-wrap .content-block p {
    margin-bottom: 0px;
}
@media (max-width: 575px) {
	.steps-wrap .content-block {
		min-height: auto;
	}
}
.steps-wrap .content-block h4 {
    margin: 20px 0 30px;
}
.border-5 {
    --bs-border-width: 3px;
}
@media (max-width: 992px){
	.border-5 {
		--bs-border-width: 0px;
	}
}

/* FILLER SIDE - ARRANGÉR FILLER BILLEDE OVER BOTOX PÅ MOBIL*/
@media (max-width: 575px){
	body.page-id-668 .content-columns .col-xs-12.col-sm-6:first-child {
		order: 2;
	}
}

/* WOO */
/*
a.mobile-filter-btn {
    display: none;
}
@media (max-width: 767px){
	a.mobile-filter-btn {
		display: block;
	}
	.woo-filters-wrap {
		display: none;
	}
}
*/
.woo-container {
	padding-top: 25px;
	padding-bottom: 60px;
}
.woo-main-content {
    padding-left: 30px;
}
@media (max-width: 767px){
	.woo-container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.woo-main-content {
		padding-left: 15px;
	}
}
.wc-block-mini-cart__badge {
	color: #FFF;
}
span.wp-block-woocommerce-mini-cart-title-items-counter-block {
	display: none !important;
}
p.woocommerce-result-count {
    display: none !important;
}
form.woocommerce-ordering {
    display: none !important;
}
section.widget ul {
    margin: 0 0 15px;
    padding: 0;
}
.widget_wpcategorieswidget {
    margin-bottom: 15px;
    border-bottom: 1px solid #cfc8d8;
}
h3.wp-block-heading,
h2.widget-title {
    margin-bottom: 10px !important;
	font-size: 18px !important;
	text-transform: capitalize !important;
	color: #404040 !important;
}
section.widget ul ul {
    padding: 0;
    margin: 0 0 0 15px;
}
ul.wc-block-checkbox-list.wc-block-components-checkbox-list.wc-block-attribute-filter-list {
    padding-left: 10px;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    margin-right: 5px !important;
}
.wc-block-attribute-filter {
    margin-bottom: 0 !important;
}
.wc-block-components-checkbox {
    margin-top: 10px !important;
}
.wc-block-components-checkbox-list li {
    margin: 0px !important;
    padding: 0;
}
.widget_wpcategorieswidget ul li {
	font-size: 14px !important;
    border-bottom: none !important;
    line-height: 10px !important;
    padding: 10px 0 !important;
}
.widget_wpcategorieswidget ul li:first-child {
	padding-top: 0px !important;
}
.widget_wpcategorieswidget ul li:last-child {
	padding-bottom: 0px !important;
}
.widget_wp_categories_widget > ul li ul, 
.widget_wpcategorieswidget > ul li ul {
    padding-left: 0 !important;
}
.widget_wp_categories_widget ul li a,
.widget_wpcategorieswidget ul li a {
    display: inline-block;
    color: #32302c !important;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    text-decoration: none;
}
h1.woocommerce-products-header__title.page-title {
    margin-top: 0;
}
.product .summary.entry-summary {
    margin-top: 0;
}
section.widget.widget_block {
    margin-bottom: 15px;
}
.widget.widget_search {
    margin-bottom: 25px !important;
}
h2.woocommerce-loop-product__title {
    text-align: center;
	min-height: 70px;
	text-transform: initial;
}
.woocommerce ul.products li.product .price {
    color: #000;
    text-align: center;
	font-size: 14px;
}
@media (max-width: 1200px){
	.woocommerce ul.products li.product .price {
		font-size: 13px;
	}
}
@media (max-width: 992px){
	.woocommerce ul.products li.product .price {
		font-size: 12px;
	}
}
.woocommerce div.product form.cart {
    margin-bottom: 2em;
    display: flex;
    align-items: center;
}
.woocommerce div.product form.variations_form.cart {
    display: block;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
    display: flex;
    align-items: center;
}
button.ic-item-quantity-btn {
    height: 40px;
    border-radius: 0;
	display: flex;
    align-items: center;
	padding: 0.6em 0.6em;
}
button.ic-item-quantity-btn.minus {
    border-right: 0;
	display: none;
}
button.ic-item-quantity-btn.plus {
    border-left: 0;
	display: none;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 40px;
    border-radius: 0;
}
.woocommerce div.product form.cart .button {
    background: transparent;
    color: #404040;
    border: 2px solid #7a95b2;
    text-align: center;
    text-decoration: none;
    font-family: "Open Sans Regular";
    font-size: 14px;
    transition: .2s all;
    display: block;
    width: 150px;
	height: 40px;
	border-radius: 0px !important;
}
.woocommerce div.product form.cart .button:hover {
    background: #7a95b2;
    color: #FFF;
    border: 2px solid #7a95b2;
    transition: .2s all;
}
.woocommerce ul.products li.product .button {
    background: transparent;
    color: #404040;
    border: 2px solid #7a95b2;
    text-align: center;
    text-decoration: none;
    font-family: "Open Sans Regular";
    font-size: 14px;
    margin: 0 auto;
    transition: .2s all;
    display: block;
    width: 150px;
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	height: 40px;
	border-radius: 0px !important;
}
.woocommerce ul.products li.product .button:hover {
    background: #7a95b2;
    color: #FFF;
    border: 2px solid #7a95b2;
    transition: .2s all;
}
.woocommerce span.onsale {
    background-color: #32302c;
    height: 45px;
    width: 45px;
    line-height: 40px;
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0;
    background-color: #32302c;
    height: 45px;
    width: 45px;
    line-height: 40px;
}
section.product-block h2.woocommerce-loop-product__title {
	padding: .5em 0;
    margin: 0;
    font-size: 1em;
	text-transform: initial;
    font-weight: bold;
	text-decoration: none;
    color: #32302c;
}
h2.woocommerce-loop-product__title {
    text-transform: uppercase;
    font-weight: bold;
    color: #32302c;
}
section.product-block img {
	margin-bottom: 1em;
}
section.product-block a {
	text-decoration: none;
}
section.product-block span.price {
    color: #000;
    text-align: center;
    font-size: 14px;
	text-decoration: none;
	margin-bottom: .5em;
}
section.product-block .add_to_cart_button {
	background: transparent;
    color: #404040;
    border: 2px solid #7a95b2;
    text-align: center;
    text-decoration: none;
    font-family: "Open Sans Regular";
    font-size: 14px;
	line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    margin: 0 auto;
    transition: .2s all;
    display: block;
    width: 150px;
    height: 40px;
    border-radius: 0px !important;
}
section.product-block .add_to_cart_button:hover {
    background: #7a95b2;
    color: #FFF;
    border: 2px solid #7a95b2;
    transition: .2s all;
}
@media (max-width: 767px){
	section.product-block .add_to_cart_button {
		margin-bottom: 30px;
	}
}
.form-control {
    border-radius: 0 !important;
    height: 40px;
}
input[type="text"].form-control,
input[type="email"].form-control, 
textarea.form-control {
    padding: 6px;
	font-size: 14px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0px !important;
    height: 40px;
}
span#select2-billing_country-container {
    height: 40px;
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px !important;
}
.checkout h3 {
	font-size: 20px;
}
h3#ship-to-different-address {
    font-size: 16px;
    margin: 10px 0;
}
.woocommerce-shipping-fields span {
    margin-left: 5px;
}
button#place_order {
    margin: 5px;
    border-radius: 0px;
    display: block;
    text-transform: uppercase;
    padding: 15px;
    background: #7a95b2;
    color: #FFF;
    border: 2px solid #7a95b2;
    text-align: center;
    text-decoration: none;
    font-family: "Open Sans Regular";
    font-size: 18px;
    margin-right: 5px;
    transition: .2s all;
}
button#place_order:hover {
    background: transparent;
    color: #404040;
    border: 2px solid #7a95b2;
    transition: .2s all;
}
a.checkout-button.button.alt.wc-forward {
    border-radius: 0px;
    display: block;
    text-transform: uppercase;
    padding: 15px;
    background: #7a95b2;
    color: #FFF;
    border: 2px solid #7a95b2;
    text-align: center;
    text-decoration: none;
    font-family: "Open Sans Regular";
    font-size: 18px;
    transition: .2s all;
}
a.checkout-button.button.alt.wc-forward:hover {
    background: transparent;
    color: #404040;
    border: 2px solid #7a95b2;
    transition: .2s all;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f7f3ed !important;
    border-radius: 0px !important;
}
.woocommerce table.shop_table {
    border-radius: 0px !important;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 80px !important;
    display: block;
    box-shadow: none;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: auto;
	border-radius: 0px !important;
}
input#wp-block-search__input-1 {
    height: 40px;
    border-radius: 0px !important;
    padding: 6px;
}
.wp-block-search__button {
    margin-left: 0;
    border-radius: 0;
    border-left: 0;
}
.woocommerce div.product .product_title {
    font-weight: bold;
    text-transform: uppercase;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.product p.price {
    color: #000 !important;
    font-weight: bold;
}
.woocommerce div.product form.cart .variations label {
    line-height: 40px;
}
.woocommerce div.product form.cart .variations select {
    height: 40px;
    line-height: 40px;
    padding: 6px;
}
section.up-sells.upsells.products {
    background: #f7f3ed;
    padding: 60px 0;
}
section.related.products {
	padding: 60px 0;
	background: #32302c;
    color: #f7f3ed;
}
	section.related.products h2.woocommerce-loop-product__title {
		color: #f7f3ed;
	}
	section.related.products .woocommerce ul.products li.product .price {
		color: #f7f3ed;
	}
	section.related.products span.price {
		color: #f7f3ed !important;
	}
	section.related.products a.button {
		color: #f7f3ed !important;
	}
section.up-sells.upsells.products h2,
section.related.products h2 {
	text-align: center;
	margin-bottom: 15px;
}
.product_meta .table p {
	margin-bottom: 0px;
}
.product_meta .table>:not(caption)>*>* {
    padding: .5rem .5rem .5rem 0;
}
.cart_item .quantity {
    /*display: flex;
    align-items: center;*/
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
    height: 34px;
    border-radius: 0px;
}
.wp-block-search__button.has-icon {
    background: #f7f3ed !important;
}
.woo-widget-aside {
    border-right: 1px solid #cfc8d8;
	padding-right: 30px;
}
@media (max-width: 991px){
	.woo-widget-aside {
		border-right: none;
	}
}
@media (max-width: 767px){
	.woo-widget-aside {
		border-right: none;
		padding-right: 15px;
	}
}
@media (max-width: 991px){
	/*body.single-product .woo-widget-aside {*/
	body.single-product #block-24 {	
		display: none;
	}
}
@media (min-width: 992px){
	/*body.single-product .woo-widget-aside {*/
	.mobile-news-ticker {	
		display: none;
	}
}
p.mobile-news-ticker {
    text-align: center;
    background: #fafafa;
    padding: 15px;
    letter-spacing: 1px;
}
@media (min-width:767px) and (max-width: 992px) {
	body.post-type-archive-product .mobile-news-ticker {	
		display: none;
	}
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #cfc8d8;
    /* background-color: #f6f3ed; */
	background-color: #fafafa;
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0;
    padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border-bottom-left-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border-bottom-right-radius: 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    border-radius: 0px !important;
}
@media (max-width: 767px){
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding: 0 0 0 0em;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		padding: 0px 0px;
		width: 24%;
		text-align: center;
		font-size: 12px;
	}
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: none;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
a.added_to_cart.wc-forward {
    text-align: center;
    display: block;
    text-decoration: underline !important;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0em 0 0em;
    padding: 0 0 0em;
}
.bapf_sfilter.bapf_button_berocket .bapf_button {
    font-size: 12px;
    padding: 4px 15px;
    border: 0;
    line-height: 1;
    font-weight: normal;
    color: #f7f3ed;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    background-color: #32302c;
    border-radius: 0;
}
.bapf_ckbox_sqchck input[type=checkbox] {
    border: 1px solid #555;
}
.bapf_sfilter {
    padding-bottom: 15px;
    border-bottom: 1px solid #cfc8d8;
}
	.bapf_rst_nofltr.bapf_rst_sel.berocket_single_filter_widget.berocket_single_filter_widget_1518 .bapf_sfilter {
		border-bottom: none;
	}
@media screen and (max-width: 767px) {
	.bapf_sfilter {
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	.woocommerce .woocommerce-breadcrumb {
		margin: 0em 0 15px;
	}
}
h3.bapf_hascolarr {
    font-size: 18px;
    /* text-transform: uppercase; */
	margin-bottom: 5px;
}
input#wp-block-search__input-1:focus-visible {
    outline: none !important;
}
h1.woocommerce-products-header__title.page-title {
	font-weight: 400;
	text-align: center;
}
@media screen and (max-width: 767px) {
	h1.woocommerce-products-header__title.page-title {
		margin-top: 10px;
	}
}
h1.woocommerce-products-header__title.page-title:after {
    border-bottom: 1px solid #cfc8d8;
    display: block;
    content: "";
    padding-top: 20px;
}
.woocommerce div.product .product_title {
    font-weight: normal;
    text-transform: initial;
    text-align: left;
}
.woocommerce div.product .product_title:after {
    border-bottom: 1px solid #cfc8d8;
    display: block;
    content: "";
    padding-top: 20px;
}
.shop-usp-row-bg {
	width: 100%;
    margin: 0 auto;
    max-width: 1100px;
	/* border-bottom: 1px solid #cfc8d8; */
}
.shop-usp-row.three-items {
    padding-left: 2px;
    padding-right: 2px;
}
.shop-usp-row-bg section.widget.widget_block {
	margin: 0px 0;
	border-bottom: 1px solid #cfc8d8;
}
.shop-usp-row ul {
	display: flex;
	flex-flow: column wrap;
	gap: 1rem;
	align-items: stretch;
	justify-content: flex-start;
	max-width: 100%;
	padding: 1rem;
	margin-bottom: 0px !important;
  }
  .shop-usp-row ul li {
    flex: 1;
    padding: 1rem;
    list-style: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    /* background-color: #f8f3ee; */
  }
  .sidebar-usp .shop-usp-row.three-items ul li {
    display: flex;
	    justify-content: center;
    align-items: center;
}
  
  @media screen and (min-width: 600px) {
	.shop-usp-row ul {
	  flex-direction: row;
	  align-items: flex-start;
  
	}
  }
  @media screen and (max-width: 600px) {
	.shop-usp-row ul li {
		font-size: 14px;
	}
	.shop-usp-row ul {
		flex-flow: row;
		gap: 0rem;
	}
  }
  @media screen and (max-width: 600px) {
	.shop-usp-row ul li {
		font-size: 12px;
	}
  }
  @media screen and (max-width: 500px) {
    .shop-usp-row ul li {
        font-size: 10px;
        padding: 0.5rem;
    }
}
@media screen and (max-width: 440px) {
    .shop-usp-row ul li {
        font-size: 7px;
        padding: 0.5rem;
    }
}

  
  /* two items */
  .two-items::before {
	align-self: stretch;
	content: '';
	border: 1px solid #c00;
  }
  .two-items .shop-usp-row ul li:first-child {
	order: -1;
  }
  
  /* three items */
  /* .three-items::before, .three-items::after {
	align-self: stretch;
	content: '';
	border: 1px solid #c00;
  }
  .three-items .shop-usp-row ul li:first-child {
	order: -1;
  }
  .three-items .shop-usp-row ul li:last-child {
	order: 1;
  } */
  
  
  /* four items */
  .four-items {
	gap: 2rem;
	align-items: stretch;
  }
  .four-items .shop-usp-row ul li {
	position: relative;
  }
  .four-items .shop-usp-row ul li:not(:last-child)::after {
	position: absolute;
	bottom: -1rem;
	left: 0;
	width: 100%;
	content: '';
	border: 1px solid #c00;
  }
  @media screen and (min-width: 600px) {
	.four-items .shop-usp-row ul li:not(:last-child)::after {
	  top: 0;
	  right: -1rem;
	  bottom: auto;
	  left: auto;
	  width: 0;
	  height: 100%;
	}
  }
  
  /* four items using background */
  @media screen and (min-width: 600px) {
	.four-items-bg {
	  --bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect width='1' height='1' fill='%23c00'/%3E%3C/svg%3E");
	  gap: 2rem;
	  background-image:
		var(--bg-image),
		var(--bg-image),
		var(--bg-image);
		background-repeat: repeat-y;
		background-position-x: 25%, 50%, 75%;
		background-position-y: top;
		background-clip: content-box;
		background-size: 2px 2px;
	  }
	}
	
	/* four items using gradients */
	@media screen and (min-width: 600px) {
	  .four-items-gradients {
		gap: 2rem;
		background-image:
		  linear-gradient(
			to right,
			transparent,
			transparent calc(100% - 2px),
			#c00 calc(100% - 2px),
			#c00 2px
		  );
		background-clip: content-box;
		background-size: 25%;
	  }
	}

	.woocommerce img.pswp__img,.woocommerce-page img.pswp__img {
		max-width: none
	}
	
	button.pswp__button {
		box-shadow: none!important;
		background-image: url(default-skin/default-skin.png)!important
	}
	
	button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover {
		background-color: transparent!important
	}
	
	button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover {
		background-image: none!important
	}
	
	button.pswp__button--close:hover {
		background-position: 0 -44px
	}
	
	button.pswp__button--zoom:hover {
		background-position: -88px 0
	}
	
	/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
	.pswp {
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		overflow: hidden;
		-ms-touch-action: none;
		touch-action: none;
		z-index: 1500;
		-webkit-text-size-adjust: 100%;
		-webkit-backface-visibility: hidden;
		outline: 0
	}
	
	.pswp * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	
	.pswp img {
		max-width: none
	}
	
	.admin-bar .pswp {
		height: calc(100% - 32px);
		top: 32px
	}
	
	@media screen and (max-width: 782px) {
		.admin-bar .pswp {
			height:calc(100% - 46px);
			top: 46px
		}
	}
	
	.pswp--animate_opacity {
		opacity: .001;
		will-change: opacity;
		-webkit-transition: opacity 333ms cubic-bezier(.4,0,.22,1);
		transition: opacity 333ms cubic-bezier(.4,0,.22,1)
	}
	
	.pswp--open {
		display: block
	}
	
	.pswp--zoom-allowed .pswp__img {
		cursor: -webkit-zoom-in;
		cursor: -moz-zoom-in;
		cursor: zoom-in
	}
	
	.pswp--zoomed-in .pswp__img {
		cursor: -webkit-grab;
		cursor: -moz-grab;
		cursor: grab
	}
	
	.pswp--dragging .pswp__img {
		cursor: -webkit-grabbing;
		cursor: -moz-grabbing;
		cursor: grabbing
	}
	
	.pswp__bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		will-change: opacity
	}
	
	.pswp__scroll-wrap {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden
	}
	
	.pswp__container,.pswp__zoom-wrap {
		-ms-touch-action: none;
		touch-action: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0
	}
	
	.pswp__container,.pswp__img {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
		-webkit-touch-callout: none
	}
	
	.pswp__zoom-wrap {
		position: absolute;
		width: 100%;
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
		-webkit-transition: -webkit-transform 333ms cubic-bezier(.4,0,.22,1);
		transition: transform 333ms cubic-bezier(.4,0,.22,1);

		transform: translate(100px, 80px) scale(0.8) !important;
	}
	
	.pswp__bg {
		will-change: opacity;
		-webkit-transition: opacity 333ms cubic-bezier(.4,0,.22,1);
		transition: opacity 333ms cubic-bezier(.4,0,.22,1)
	}
	
	.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap {
		-webkit-transition: none;
		transition: none
	}
	
	.pswp__bg {
		opacity: 0.4 !important;
	}
	.pswp__container,.pswp__zoom-wrap {
		-webkit-backface-visibility: hidden
	}
	
	.pswp__item {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		overflow: hidden
	}
	
	.pswp__img {
		position: absolute;
		width: auto;
		height: auto;
		top: 0;
		left: 0
	}
	
	.pswp__img--placeholder {
		-webkit-backface-visibility: hidden
	}
	
	.pswp__img--placeholder--blank {
		background: #222
	}
	
	.pswp--ie .pswp__img {
		width: 100%!important;
		height: auto!important;
		left: 0;
		top: 0
	}
	
	.pswp__error-msg {
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		text-align: center;
		font-size: 14px;
		line-height: 16px;
		margin-top: -8px;
		color: #ccc
	}
	
	.pswp__error-msg a {
		color: #ccc;
		text-decoration: underline
	}
	
.wc-block-mini-cart__badge {
	align-items: center;
	font-family: "Open Sans Regular";
}

.woocommerce-product-gallery__wrapper h4 {
    text-align: left !important;
    padding: 1rem 0;
    font-size: 17px;
}

.woo-pre-header .shop-usp-row ul li:last-child {
    text-align: right;
	padding-right: 5px;
}
.woo-pre-header .shop-usp-row ul li:first-child {
    text-align: left;
	padding-left: 5px;
}
.woo-pre-header {
	background-color: #F8F3ED;
	height: 40px;
	display: flex;
    flex-direction: row;
    align-items: center;
}
.woo-pre-header .shop-usp-row-bg section.widget.widget_block {
    margin: 0px 0;
    border-bottom: none;
}
.woo-pre-header .shop-usp-row ul li {
    flex: 1;
    padding: 0rem 0;
    list-style: none;
    text-align: center;
    font-size: 14px;
    font-weight: initial;
    /* background-color: #f8f3ee; */
}
@media screen and (max-width: 650px){
	.woo-pre-header .shop-usp-row ul li {
		font-size: 9px !important;
		padding-top: 5px;
		padding-bottom: 5px;
		display: flex;
        justify-content: center;
        align-items: center;
	}
	.woo-pre-header .shop-usp-row ul li:first-child {
		text-align: left;
		padding-left: 0px;
	}
	.woo-pre-header .shop-usp-row ul li:last-child {
		text-align: right;
		padding-right: 0px;
	}
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
}
p.stock.available-on-backorder {
    font-weight: 700;
    color: #000 !important;
}
.wc_payment_method label {
    width: 100% !important;
}
a.components-button.wc-block-components-button.wp-element-button.wp-block-woocommerce-mini-cart-shopping-button-block.wp-block-button__link.wc-block-mini-cart__shopping-button.contained:hover {
    color: #FFF;
}
button.menu-toggle.wpmm-button {
    padding-right: 0;
    /* margin-left: 20px; */
}
span.tagged_as {
    display: none;
}

@supports (-webkit-touch-callout: none) {
    /* ios device specific */
    select, select.form-control {
        border-radius: 0px;
		border: 1px solid #ccc;
		background: #fff;
    }
}
.wp-block-cover, .wp-block-cover-image {
    align-items: flex-start;
    min-height: 500px;
}
.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
    color: inherit;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
p.has-text-align-left.has-large-font-size {
    margin: 0 0 5px;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 17px !important;
}
a.wp-block-button__link.wp-element-button {
    background: transparent;
    border: 1px solid #bbbbbb;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: none;
}

@media (max-width: 768px){
	.archive-product-filters {
		display: none;
	}
	.archive-product-filters.show{
		display:block;
	  }
}
@media (min-width: 768px){
	#block-29.widget {
		display: none;
	}
}
.cards {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.cards div {
    margin: 0 10px;
}
@media (max-width: 992px){
	.wp-block-cover.is-light.hidden-mobile {
		display: none;
	}
}
.aws-search-btn.aws-form-btn {
    background: #f7f3ed !important;
}
.widget_aws_widget {
    margin-bottom: 20px;
}
span.aws_result_title {
    color: #000 !important;
}

/* MOVE COOKIE RENEW TO RIGHT */
button#Coi-Renew {
    right: 0 !important;
    left: auto !important;
    border-top-left-radius: 50% !important;
    border-top-right-radius: 0 !important;
    transform-origin: bottom right !important;
}