/*!
Theme Name: Sabaliene
Theme URI: https://sabaliene.com/
Author: Ramunas Sabalys
Author URI: https://sabalys.com
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: sabaliene
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.

Sabaliene 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%;
	overflow-x: hidden;
	background: #65574d;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	background: #65574d;
}

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

mark, ins {
	background: none !important;
    font-weight: 700;
    margin-left: 7px;
}

del {
	color: #3f3f3f;
	font-weight: 400;
}

/* 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;
	text-decoration: none;
}

/**
 * 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/ */
a {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

button,
button::after {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

/* Links
--------------------------------------------- */
a {
	color: #8B7060;
}

a:visited {
	
}

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

a:focus {
	outline: thin dotted;
}

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


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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.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: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: 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 {
	padding: 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;
}





.site-main {
	width: 90%;
    margin: 0 auto;
    margin-top: 120px;
}



.mobile {
	display: none;
}

.home .menu-icon span {
	background-color: #fff2e3;
}

.menu-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
	}
  .menu-wrap .menu-icon {
	transform: scale(1.5);
  }
  :root {
	--bar-bg: #212529;
  }
  .menu-icon {
	position: relative;
	width: 50px;
	height: 50px;
	cursor: pointer;
  }
  .menu-icon .menu-icon__cheeckbox {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
	z-index: 2;
	-webkit-touch-callout: none;
	position: absolute;
	opacity: 0;
  }
  .menu-icon div {
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 27px;
	height: 12px;
	}
  .menu-icon span {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--bar-bg, #000);
	border-radius: 1px;
	transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
  }
  .menu-icon span:first-of-type {
	top: 0;
  }
  .menu-icon span:last-of-type {
	bottom: 0;
  }
  .mobile-m-active .menu-icon span:nth-child(1) {
	transform: rotate(45deg);
	top: 5px;
	background-color: #8B7060;
	}
	.mobile-m-active .menu-icon span:nth-child(2) {
	transform: rotate(-45deg);
	bottom: 5px;
	background-color: #8B7060;
	}
	.mobile-m-active .menu-icon span:nth-child(1) {
	width: 28px;
	}
  @media (min-width: 1024px) {
	.menu-icon:hover span:first-of-type {
	  width: 26px;
	}
	.menu-icon:hover span:last-of-type {
	  width: 12px;
	}
  }
  


.bar {
    text-align: center;
    padding: 6px 0;
    font-size: 13px;
    color: #fff;
    position: absolute;
    width: 100%;
	z-index: 1;
}

.bar .back {
	background: #746153de;
	background: #65574dde;
	backdrop-filter: blur(2px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bar p {
	margin: 0;
    position: relative;
}

.bar a {
	text-decoration: underline;
	color: #ffeee1;
}




header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	width: 100%;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 90%;
	z-index: 999;
}

.home header {display: flex;align-items: center;justify-content: space-between;position: absolute;width: 100%;top: 50px;left: 50%;transform: translateX(-50%);width: 90%;max-width: 1440px;z-index: 999;}


	header div {
		list-style: none;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	header .cart {margin-right: 30px;font-size: 14px;position: relative; cursor: pointer;}

	header .cart img {
		width: 18px;
		/* margin-right: 25px; */
	}

	header .user img {
		width: 19px;
		margin-right: 15px;
		margin-top: 2px;
	}

	header .cart span {
		position: absolute;
		right: -9px;
		top: 0;
		line-height: 12px;
		padding: 4px 7px;
		background: #000000;
		border-radius: 100%;
		font-size: 11px;
		color: #fff;
	}

	header div img {
		width: 150px;
		transition-duration: 0.3s;
	}

	.home header div img {
		width: 170px;
	}

	header div ul {
		padding: 0;
		margin: 0;
		list-style: none;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
		margin-left: 55px;
	}

		header div ul li {
			font-weight: 600;
			font-size: 15px;
			line-height: 20px;
			text-align: right;
			letter-spacing: -0.03em;
			font-family: Source Sans Pro;
			color: #fff;
			text-transform: uppercase;
		}

		header div ul li a {
			color: #000;
			text-decoration: unset;
		}

		.home header div ul li a {
			color: #fff;
			text-decoration: unset;
		}

		.home header div ul li a:hover {
			text-decoration: underline;
			color: rgb(219, 219, 219);
		}

		header div ul li a:hover {
			text-decoration: underline;
			color: rgb(57 57 57);
		}

	header div a {
		
	}

	header .book {

	}

		.home header .book button {background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), rgba(83, 59, 38, 0.58);backdrop-filter: blur(7.5px);
/* Note: backdrop-filter has minimal browser support */

			color: #fff;border-radius: 2.23776px;font-style: normal;font-weight: 600;font-size: 16px;line-height: 17px;text-align: center;color: #FFFFFF;text-transform: uppercase;font-family: Source Sans Pro;padding: 12px 34px;border: 0.559441px solid #FFFFFF;border-radius: 2.23776px;cursor: pointer;

	
		}

		.home header .book button::before,
		.home header .book button::after {
			background: #746153;
			content: '';
			position: absolute;
			z-index: -1;
			border-radius: 2px;
		}

		.home header .book button::after {
			height: 0;
			left: 0;
			top: 0;
			width: 100%;
		  }
		  
		  .home header .book button:hover:after {
			height: 100%;
		  }


		header .book button	{
			border-radius: 2.23776px;
			font-style: normal;
			font-weight: 600;
			font-size: 14px;
			line-height: 17px;
			text-align: center;
			color: #000;
			text-transform: uppercase;
			font-family: Source Sans Pro;
			padding: 10px 31px;
			background: unset;
			border: 1px solid #000;
			cursor: pointer;
		}

footer {width: 90%;max-width: 1440px;margin: 0 auto;margin-top: 140px;border-top: 1px solid #272727;display: flex;flex-wrap: wrap;justify-content: space-between;}

.home footer {
	width: 85%;
}

footer .top {
	width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

	footer .left {

	}

		footer .left h2 {font-family: Source Sans Pro;font-weight: 275;font-size: 41px;line-height: 38px;
/* or 93% */letter-spacing: -0.02em;color: #000000;max-width: 306px;     margin-bottom: 17px;}

		footer .left button {z-index: 1;position: relative;border: 1.28205px solid #000000;border-radius: 2.5641px;background: unset;font-style: normal;font-weight: 600;font-size: 15px;line-height: 20px;text-align: center;color: #000000;font-family: Source Sans Pro;padding: 11px 28px;cursor: pointer;}

		footer .left button::before,
		footer .left button::after	{
			background: #ece4dd;
			content: '';
			position: absolute;
			border-radius: 2px;
		}

		footer .left button::after {
			height: 0;
			left: 0;
			top: 0;
			width: 100%;
			z-index: -1;
		}
		
		footer .left button:hover:after {
			height: 100%;
		}

		footer .left .cta-wrap {
			display: flex;
			align-items: center;
			gap: 20px;
			margin-top: 27px;
		}

		footer .left .cta-wrap button {

		}

		footer .left .cta-wrap svg {
			width: 40px;
			height: 40px;
			margin-top: 8px;
		}

	footer .right {
		gap: 50px;
	}

		footer .right ul {
			margin: 0;
			padding: 0;
			list-style: none;
			margin-top: 32px;
		}


			footer .right ul li {
				font-family: Source Sans Pro;
				font-style: normal;
				font-weight: 300;
				font-size: 18px;
				line-height: 23px;
				letter-spacing: -0.02em;
				margin-bottom: 7px;
			}

		footer .right h3 {
			font-size: 14px;
			margin-top: 30px;
			margin-bottom: 5px;
			color: #624d41;
			font-weight: 500;

			font-family: Source Sans Pro;
			font-style: normal;
			font-weight: 300;
			font-size: 18px;
			line-height: 23px;
			letter-spacing: -0.02em;
		}

		footer .right table {
			border-collapse: collapse;
			font-size: 13px;

			border-collapse: separate;
            border-spacing: 0;
            width: 100%;
            border: 1px solid #e3e3e3;
            border-radius: 2px;
		}

		footer .right table tr:first-child td:first-child { border-top-left-radius: 2px; }
        footer .right table tr:first-child td:last-child { border-top-right-radius: 2px; }
        footer .right table tr:last-child td:first-child { border-bottom-left-radius: 2px; }
        footer .right table tr:last-child td:last-child { border-bottom-right-radius: 2px; }

        footer .right table td {
            border-bottom: 1px solid #e3e3e3;
            padding: 10px;
        }

		footer .right table tr:last-child td {
			border-bottom: 0;
		}

		footer .right table tr {
			
		}

		footer .right table tr:first-child {

		}

		footer .right table tr:last-child {
			
		}
		
		
		footer .right table tr td {
			padding: 0;
			padding-bottom: 2px;
			padding: 4px 9px;
		}

		footer .right table tr td:first-child {
			padding-right: 20px;
			color: #746b65;
		}

		footer .right table tr td:last-child {
			font-weight: 400;
		}

		footer .right p:nth-child(3) {
			margin: 0;
			font-size: 14px;
			font-weight: 200;
		}

		footer .right p:nth-child(2) {
			color: #000;
			font-weight: 200;
			font-size: 20px;
			margin-left: 0;
			margin-bottom: 0;
			margin-top: 13px;
		}
		

	footer .center {
		display: flex;
		gap: 50px;
		width: 40%;
	}
	
		footer .center ul {
			margin: 0;
			padding: 0;
			list-style: none;
			margin-top: 32px;
		}

		footer .center ul li {
			font-family: Source Sans Pro;
			font-style: normal;
			font-weight: 300;
			font-size: 18px;
			line-height: 23px;
			letter-spacing: -0.02em;
			margin-bottom: 7px;
		}




	footer .bottom {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 50px;
	}

		footer .bottom p {
			font-family: Source Sans Pro;
			font-weight: 300;
			letter-spacing: -0.02em;
			font-size: 15px;
		}

	footer .bottom .social {
		display: flex;
		align-items: center;
		gap: 12px;
	}

		footer .bottom .social a {
		
		}

		footer .bottom .social a img {
			height: auto;
			object-fit: cover;
			/* width: auto; */
			border-radius: 3px;
		}

.book-popup-outer {
	display: none;
}

.book-popup-outer iframe {
	border-radius: 4px;
	overflow: hidden;
}

.book-popup-outer.active {
	display: block;
}

.book-popup {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 90%;
	max-width: 700px;
	transform: translate(-50%, -50%);
	height: 600px;
	/* border: 2px #000 solid; */
	border-radius: 1px;
	z-index: 10000;
}

	.book-popup-back {
		background: #00000070;
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
	}

/* Home */


.site-main {height: 100%;margin-bottom: 20px;margin-top: 130px;}

.home .site-main {
	margin: 0;
	width: 100%;
}

	.site-main .hero {
		/* background: linear-gradient(89.84deg, #342A21 0.45%, #30261E 0.46%, rgba(32, 26, 20, 0.3) 43.95%, rgba(32, 26, 20, 0) 98.31%), url(/wp-content/themes/sabaliene/assets/images/hero-back.jpg); */
		/*background: linear-gradient(89.84deg, #342a21ba 0.45%, #30261ec9 10%, rgba(32, 26, 20, 0.3) 43.95%, rgba(32, 26, 20, 0) 98.31%), url(/wp-content/themes/sabaliene/assets/images/hero-back.jpg);*/
		/* background: linear-gradient(89.84deg, #342a21cf 0.45%, #342a21ad 0.46%, #342a21bd 44%, #342a2175 98.1%), url(/wp-content/themes/sabaliene/assets/images/hero-back.jpg); */
		height: 100vh;
		/* background: linear-gradient(89.84deg, #342a21ba 0.45%, #30261ec9 10%, rgba(32, 26, 20, 0.3) 43.95%, rgba(32, 26, 20, 0) 98.31%), url(/wp-content/themes/sabaliene/assets/images/hero-back.jpg); */
		/*background-image: linear-gradient(to right, #6a4d32ba, #6a4d32ba), url(/wp-content/themes/sabaliene/assets/images/hero-back.jpg);
		background-image: linear-gradient(to right, #6a4d32f5, #6a4d325c), url(/wp-content/themes/sabaliene/assets/images/hero-back.jpg);
		background-image: linear-gradient(to right, #5a4939c9, #5a49397d), url(/wp-content/themes/sabaliene/assets/images/hero-back.jpg);
		background-image: linear-gradient(to right, #5a4939, #5a49397d), url(/wp-content/themes/sabaliene/assets/images/hero-back.jpg);
		background-image: linear-gradient(to right, #5a4939, #5a493900), url(/wp-content/themes/sabaliene/assets/images/hero-back.jpg);*/

		background-repeat: no-repeat;
		background-size: cover;
		background-position: left center;
		display: flex;
		align-items: center;
		color: #fff;
		max-height: 950px;

		background-attachment: fixed;
		background-position: 50% 80%;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}

	.site-main .hero .paralax {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #5a4939c9;
	}

	.site-main .hero .paralax video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.site-main .hero .paralax .shadow {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(to right, #5a4939, #5a493900);
	}

		.site-main .hero .inner {
			width: 90%;
			margin: 0 auto;
			max-width: 1440px;
		}

		.site-main .hero .inner .buttons {}

		.site-main .hero h1 {
			margin-top: 0;
			font-family: Marcellus;
			font-weight: 400;
			font-size: 65px;
			line-height: 60px;
			max-width: 600px;
			color: #FFFFFF;
			margin-bottom: 16px;
			position: relative;
		}

		.site-main .hero p {
			margin-top: 0;
			font-family: 'Poppins';
			font-style: normal;
			font-weight: 300;
			font-size: 21px;
			line-height: 32px;
			color: #F9F6F4;
			max-width: 490px;
			position: relative;
		}

		.site-main .hero .book {
			
		}

			.site-main .hero .book button {
				background: #FFFFFF;
				border-radius: 2.10248px;
				font-style: normal;
				font-weight: 600;
				font-size: 17.3455px;
				line-height: 19px;
/* identical to box height */
				text-align: center;
				color: #000000;
				font-family: Source Sans Pro;
				padding: 13px 37px;
				border: unset;
				cursor: pointer;
				position: relative;
				z-index: 1;
			}

			.site-main .hero .book button::before,
			.site-main .hero .book button::after	{
				background: #ac9f96;
				content: '';
				position: absolute;
				border-radius: 2px;
			}

			.site-main .hero .book button::after {
				height: 0;
				left: 0;
				top: 0;
				width: 100%;
				z-index: -1;
			}
			
			.site-main .hero .book button:hover:after {
				height: 100%;
			}

			.site-main .hero .book button:hover {
				color: #fff;
			}
		
		.site-main .hero .contact {
			margin-left: 16px;
		}

			.site-main .hero .contact button {
				background: rgba(217, 217, 217, 0.14);
				border: 0.14px solid #FFFFFF;
				backdrop-filter: blur(4px);
/* Note: backdrop-filter has minimal browser support */
				border-radius: 2.10248px;
				color: #fff;
				padding: 12px 37px;
				font-family: Source Sans Pro;
				text-transform: uppercase;
				font-size: 17.3455px;
				line-height: 19px;
				font-weight: 300;
				cursor: pointer;
				position: relative;
			}

			.site-main .hero .contact button::before,
			.site-main .hero .contact button::after	{
				background: #594a3f;
				content: '';
				position: absolute;
				border-radius: 2px;
			}

			.site-main .hero .contact button::after {
				height: 0;
				left: 0;
				top: 0;
				width: 100%;
				z-index: -1;
			}
			
			.site-main .hero .contact button:hover:after {
				height: 100%;
			}

		.site-main .hero .reviews {
			display: flex;
			align-items: center;
			margin-top: 70px;
			margin-left: -6px;
			gap: 13px; 
		}

		.site-main .hero .review {
			display: flex;
			align-items: center;
			gap: 5px; 
		}

			.site-main .hero .reviews .logo {
				margin-bottom: 4px;
				position: relative;
				height: 25px;
				object-fit: contain;
			}

			.site-main .hero .review-google .logo {
				margin-bottom: 0;
				position: relative;
				height: 32px;
				object-fit: contain;
			}

			.site-main .hero .reviews p {
				font-family: Source Sans Pro;
				font-style: normal;
				font-weight: 700;
				font-size: 15.9064px;
				line-height: 17px;
				color: #FFFFFF;
				margin-bottom: 0;
				margin-right: 3px;
				margin-left: 25px;
			}

			.site-main .hero .reviews .stars {
				width: 80px;
				position: relative;
			}


.section-work {
    transform: translateY(-150px);
    /* max-width: 1440px; */
    /* margin: 0 auto; */
    margin-bottom: -50px;
}

.section-work .inner {
	width: 95%;
	margin: 0 auto;
	margin-right: 0;
}

	.section-work h2 {
		font-family: Marcellus;
		font-weight: 400;
		font-size: 19px;
		line-height: 26px;
		margin-top: 0;
		color: #fff;
		align-items: center;
		gap: 12px;
		display: flex;
	}

	.section-work h2 img {
		width: 16px;
	}

	.section-work .splide-darbai {

	}

		.section-work .splide__track {
			
		}

		.section-work .splide__track ul {
			
		}

			.section-work .splide__track ul li {padding: 6px;background: #fff;border-radius: 2px;}

			.section-work .splide__slide img {border-radius: 2px;}

.section-quote {
	margin-bottom: 120px;
    font-style: italic;
    font-weight: 300;
}

	.section-quote .quote { 
		max-width: 680px;
		margin: 0 auto;
		text-align: center;
		width: 90%;
	}

	.section-quote .quote .q {
		font-size: 26px;
		margin-bottom: 12px;
		font-weight: 300;
	}

	.section-quote .quote .name {
		font-size: 14px;
		font-size: 16px;
		font-weight: 500;
	}

.section-partners {max-width: 100%;margin: 0 auto;margin-top: -100px;max-width: 1440px;margin: 0 auto;}

	.section-partners h2 {font-family: Marcellus;font-weight: 400;font-size: 30px;line-height: 38px;
/* identical to box height */text-align: center;letter-spacing: -0.02em;color: #000000;}

	.section-partners .splide img {
		width: 200px;
	}

	.section-partners .splide ul li {
		text-align: center;
		height: 75px;
		width: fit-content;
	}

		.section-partners .splide ul li img {
			text-align: center;
			height: 75px;
			object-fit: contain;
			width: auto;
		}

	.section-partners .splide .splide__arrows {
		display: none;
	}

	.section-partners .splide__pagination {
		display: none;
	}

.section-services {
	max-width: 100%;
	margin: 0 auto;
	margin-top: 100px;
	width: 100%;
	background: #F6F2EC;
	padding-top: 120px;
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.section-services .wrapper {
	margin: 0 auto;
	max-width: 1440px;
}

.section-services .line {
	display: none;
	width: 1px;
	height: calc(100% - 400px);
	background: #000;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

	.section-services h2 {margin-top: 0;font-family: 'Marcellus';font-style: normal;font-weight: 400;font-size: 40px;line-height: 63px;
/* identical to box height */text-align: center;letter-spacing: -0.02em;color: #000000;margin-bottom: 105px;position: relative;}

	.section-services h2::before {
		content: '';
		display: block;
		width: 100px;
		height: 1px;
		background: #000;
		margin: 0 auto;
		margin-bottom: 55px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -15px;
	}

	.section-services .service {/*background: #f5f0e8*/;display: flex;border-radius: 4px;align-items: center;margin-bottom: 20px;width: 90%;max-width: 1200px;margin: 0 auto;margin-bottom: 140px;}

		.section-services .service .img_wrapper {
			width: 55%;
			border-radius: 4px 0 0 4px;
			/* overflow: hidden; */
			position: relative;
		}

		.section-services .service .img_wrapper img {
			width: 100%;
			border-radius: 4px 4px 4px 4px;
			z-index: 3;
			position: relative;
		}

		.section-services .service .img_wrapper .back {
			content: '';
			display: block;
			width: 55%;
			height: 110%;
			background: #d9c6b1;
			/*background: linear-gradient(180deg, rgb(230 218 206) 0%, rgb(205 174 142) 100%);*/
			position: absolute;
			right: 50%;
			top: 50%;
			transform: translateY(-50%);
			border-radius: 4px 4px 4px 4px;
		}

		.section-services .service .img_wrapper:nth-child(2n) .back {
			right: 0;
			left: 50%;
		}

		.section-services .service:nth-child(3) .back {
			background: #967760;
			/*background: linear-gradient(190deg, rgb(217 196 179) 0%, rgba(122,93,70,1) 100%);*/
		}

		.section-services .service:nth-child(4) .back {
			background: #A09685;
			/*background: linear-gradient(180deg, rgba(193,186,179,1) 0%, rgba(201,168,135,1) 100%);*/
		}

		.section-services .service .info {
			width: 45%;
			text-align: center;
		}

		.section-services .service .info .info_wrapper {width: fit-content;margin: 0 auto;}

		.section-services .service:nth-child(4) .info .info_wrapper {
			margin: 0 auto;
		}

			.section-services .service .info h3 {
				font-family: Marcellus;
				font-style: normal;
				font-weight: 400;
				font-size: 40px;
				line-height: 56px;
				text-align: center;
				margin-bottom: 14px;
				color: #000000;
				margin-top: 0;
				line-height: 40px;
			}

			.section-services .service .info h3::before {
				content: '';
				display: block;
				width: 100px;
				height: 1px;
				background: #000;
				margin: 0 auto;
				margin-bottom: 55px;
				position: absolute;
				left: 50%;
				transform: translateX(-50%);
				top: -15px;
			}

			.section-services .service .info p {
				font-family: Source Sans Pro;
				font-style: normal;
				font-weight: 400;
				font-size: 19px;
				line-height: 30px;
/* or 158% */
				text-align: center;
				letter-spacing: -0.3px;
				color: #000000;
				max-width: 450px;
				margin: 0 auto;
				margin-bottom: 42px;
			}

			.section-services .service .info button {
				/* border: 1.28205px solid #000000; */
				
/* Note: backdrop-filter has minimal browser support */
				border-radius: 1.5px;
				border: none;
				background: unset;
				font-style: normal;
				font-weight: 600;
				font-size: 17px;
				line-height: 20px;
				text-align: center;
				color: #ffffff;
				font-family: Source Sans Pro;
				padding: 13px 37px;
				cursor: pointer;
				background: #7e6552;
				/*background: linear-gradient(180deg, rgb(180 152 123) 0%, rgb(126 99 73) 100%);*/
				position: relative;
				z-index: 1;
			}

			.section-services .service .info button::before,
			.section-services .service .info button::after	{
				background: #ac9f96;
				content: '';
				position: absolute;
				border-radius: 2px;
			}

			.section-services .service .info button::after {
				height: 0;
				left: 0;
				top: 0;
				width: 100%;
				z-index: -1;
			}
			
			.section-services .service .info button:hover:after {
				height: 100%;
			}


.section-reviews {max-width: 100%;margin: 0 auto;margin-top: 250px;}

	.section-reviews .head {position: relative; width: 85%;display: flex;align-items: end;justify-content: space-between;margin: 0 auto;}

	.section-reviews .head::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background: #e0dbd2;
		top: -75px;
	}

		.section-reviews .head h2 {font-family: 'Marcellus';font-style: normal;font-weight: 400;font-size: 50px;line-height: 63px;
/* identical to box height */letter-spacing: -0.02em;color: #000000;margin-top: 0;margin-bottom: 0;position: relative;}

		.section-reviews .head h2::before {
			content: '';
			position: absolute;
			width: 0;
			height: 1px;
			background: #000;
			top: -35px;
		}

		.section-reviews .head .reviews {display: flex;gap: 30px;}

		.section-reviews .head .review {margin-bottom: 0;}

			.section-reviews .head .review .logo {height: 18.5px;display: block;margin-left: -4px;}

			.section-reviews .head .review-google .logo {
				height: 24px;
				display: block;
				margin-left: 0px;
				margin-bottom: -2px;
			}

			.section-reviews .head .review p {font-weight: 700;font-size: 16px;line-height: 17px;margin: 0;display: inline-block;vertical-align: middle;}

			.section-reviews .head .review-google p {margin-top: -4px;}

			.section-reviews .head .review .stars {height: 34px;vertical-align: middle;display: inline-block;}

			.section-reviews .head .review-google .stars {margin-top: -4px;}

	.section-reviews .cont {margin-top: 26px;}

		.section-reviews .cont .review {max-width: 400px;background: #f5f0e8;
/* Review Border */border: 1.01287px solid #ece5d9;border-radius: 3.03861px;padding: 25px;padding-bottom: 16px;
background: #F6F2EC;
border: 1.01287px solid #f1ede8;
		}

		.section-reviews .cont .review .top {display: flex;justify-content: space-between;}

		.section-reviews .cont .review .top .sep {
			display: flex;
		}

		.section-reviews .cont .review .top .sep .stars {
			height: 15px;
		}

		.section-reviews .cont .review .top .sep p {
			font-weight: 700;
			font-size: 13.3699px;
			line-height: 15px;
/* identical to box height */
			color: #000000;
			margin: 0;
			margin-top: 1px;
			margin-left: 10px;
		}

		.section-reviews .cont .review .top .logo {
			height: 19px;
		}

			.section-reviews .cont .review h3 {margin-top: 50px;font-family: Marcellus;font-style: normal;font-weight: 400;font-size: 26.3346px;line-height: 30px;
/* or 115% */letter-spacing: 0.01em;margin-bottom: 14px;position: relative;}

			.section-reviews .cont .review h3::before {
				content: '';
				position: absolute;
				width: 50px;
				height: 1px;
				background: #000;
				top: -15px;
			}

			.section-reviews .cont .review .text {font-family: Poppins;font-style: normal;font-weight: 400;font-size: 15.193px;line-height: 24px;
/* or 160% */letter-spacing: 0.01em;color: #5C5C5C;margin-bottom: 40px;}

			.section-reviews .cont .review .name {font-family: Poppins;font-style: normal;font-weight: 400;font-size: 12px;line-height: 24px;
/* identical to box height, or 203% */letter-spacing: 0.01em;color: #373737;margin-bottom: 0;}

		.section-reviews .splide__pagination {
			display: none;
		}

		.section-reviews .splide__arrow {
			display: none;
		}

.section-cta {border: 1px solid #ece5d9;width: 85%;max-width: 1440px;margin: 0 auto;display: flex;background: #f5f2ef;border-radius: 3px;align-items: center;margin-top: 150px;position: relative;    padding: 15px;}

	.section-cta .register {
		width: 70%;
		/*margin-bottom: 50px;*/
		z-index: 3;
	}

	.section-cta .info .inner {
		margin: 0 70px;
		max-width: 440px;
	}

		.section-cta .info h2 {
			font-family: Marcellus;
			font-weight: 400;
			font-size: 50px;
			line-height: 63px;
			letter-spacing: -0.02em;
			color: #000000;
			margin-bottom: 14px;
			margin-top: 0;
		}

		.section-cta .info p {
			
/* identical to box height */
			font-family: Poppins;
			font-weight: 300;
			font-size: 21px;
			line-height: 32px;
			color: #000000;
			margin-top: 0;
		}

		.section-cta .info button {
			border: 1.28205px solid #000000;
			border-radius: 2.5641px;
			background: unset;
			font-style: normal;
			font-weight: 600;
			font-size: 17px;
			line-height: 20px;
			text-align: center;
			color: #000000;
			font-family: Source Sans Pro;
			padding: 13px 37px;
			background: #fff;
			cursor: pointer;
			z-index: 1;
			position: relative;
		}

		.section-cta .info button::before,
		.section-cta .info button::after	{
			background: #ece4dd;
			content: '';
			position: absolute;
			border-radius: 2px;
		}

		.section-cta .info button::after {
			height: 0;
			left: 0;
			top: 0;
			width: 100%;
			z-index: -1;
		}
		
		.section-cta .info button:hover:after {
			height: 100%;
		}

		.section-cta .info .reviews {
			display: flex;
			position: absolute;
			bottom: 40px;
			gap: 35px;
		}

			.section-cta .info .reviews .review {
				display: flex;
				gap: 9px;
			}	

			.section-cta .info .review-treatwell .logo {
				width: 75px;
				height: 30px;
				margin-top: 2px;
				object-fit: contain;
			}
			
			.section-cta .info .review-google .logo {
				width: 57px;
				height: 30px;
				margin-top: 2px;
				object-fit: contain;
			}

			.section-cta .info .reviews p {
				margin: 0;
			}	

			.section-cta .info .reviews .stars {
				height: 32px;
				width: auto;
				object-fit: contain;
			}	


	.section-cta img {
		width: 30%;
		object-fit: cover;
		/* padding-top: 40px; */
		height: 550px;
		position: absolute;
		z-index: 0;
		right: 0;
		border-radius: 5px;
		margin-right: 5px;
		margin-left: 10px;
	}

	.section-cta #wahanda-online-booking-widget-iframe {
		height: 530px;
	}

.white-section-cta {
	background: #fff;
	border: 1px solid #000;
	width: 100%;
}

.section-products {width: 85%;max-width: 1440px;margin: 0 auto;display: none;}

.section-products h2 {font-family: Marcellus;font-style: normal;font-weight: 400;font-size: 35px;line-height: 44px;
/* identical to box height */letter-spacing: -0.02em;margin-top: 115px;}

	.section-products .products {
			display: flex;
			gap: 28px;
	}

	.section-products .product {
		border-bottom: 1.17669px solid #DCDCDC;
	}

		.section-products .product .image {
			background: #F5F0EA;
			border-radius: 1px;
		}

		.section-products .product .image img {
			padding: 10px 0;
		}

	.section-products .content {
	
	}	
	
		.section-products .content h3 {
		font-family: 'Source Sans Pro';
		font-weight: 400;
		font-size: 20.0037px;
		line-height: 25px;
		letter-spacing: -0.02em;
		color: #000000;
		}	

		.section-products .content .action {
		display: flex;
		align-items: center;
		justify-content: space-between;
		}	

		.section-products .content .action h4 {
		font-family: Source Sans Pro;
		font-weight: 600;
		font-size: 21px;
		line-height: 24px;
/* identical to box height, or 112% */
		letter-spacing: -0.02em;
		color: #000000;
		}	

		.section-products .content .action button {
		border: 0.369307px solid #000000;
		border-radius: 2px;
		background: unset;
		height: fit-content;
		}	

			.section-products .content .action button img {
				width: 16px;
			}	

.section-products .action {
	bottom: 10px;
	width: 100%;
	justify-content: space-between;
	align-self: flex-end;
	margin-top: auto;
}

/* END Home */ 


/* Projects */

.mywork {
	width: 90%;
	margin: 0 auto;
	margin-top: 120px;
}

	.mywork h2 {
		font-size: 19px;
		margin-bottom: 10px;
		font-weight: 500;
		letter-spacing: -0.8px;
		color: #000;
	}

	.mywork h1 {font-family: Marcellus;font-style: normal;font-weight: 400;font-size: 60px;line-height: 75px;text-align: center;letter-spacing: -0.02em;color: #000000;margin-top: 0;margin-bottom: 0;}

	.mywork .items {
		display: grid;
		gap: 22px;
		margin-top: 50px;
		flex-wrap: wrap;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr;
		gap: 20px 20px;
		grid-template-areas:
			". . . .";
		margin-top: 0;
		margin-bottom: 45px;
	}

		.mywork .item {}

			.mywork .items img {

			}

/* END Projects */

/* Services */

.services .service-block {
    display: flex;
    gap: 30px;
    background: #faf5f1;
	margin-bottom: 20px;
	align-items: center;
}

.services .service-block img {
	width: 30%;
    object-fit: cover;
    border-radius: 5px;
}

.services .service-block .data {
	margin-right: 20px;
}

.services .service-block .data h2 {
	margin-bottom: 6px;
    margin-top: 20px;
}

.services .service-block .data p {
	margin-top: 6px;
    margin-bottom: 15px;
}

.services .service-block .data button {
    background: #65574dde;
    backdrop-filter: blur(2px);
    border: none;
    padding: 10px 35px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.3px;
}

.services .service-block .data .button_wrap {
	display: flex;
	gap: 10px;
    align-items: center;
	margin-bottom: 25px;
}

.services .service-block .data .button_wrap h3 {
	margin: 0;
	font-size: 14px;
}

.services .service-block .data .button_wrap button {
	cursor: pointer;
}

/* END Services */

/* FAQ */

.faqs {
	margin-top: 70px;
	width: 100%;
}

.faqs .full-hero {

}

.faqs .wrapper {
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
}

.faqs .full-hero img {
    height: 390px;
    width: 100%;
    object-position: top;
    object-fit: cover;
}

.faqs h1 {
    margin-top: 70px;
    margin-bottom: 30px;
    font-size: 35px;
    color: #60554c;
}

.faqs .items {

}

.faqs .wrapper h3 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: #626262;
	margin-bottom: 20px;
}

.faqs .wrapper .faq-block {
	border: 1px solid #d8d8d8;
    border-radius: 6px;
    padding: 15px 20px;
	padding-bottom: 0;
	margin-bottom: 30px;
}

.faqs .items .faq {
	border-bottom: 1px solid #dedede;
	margin-bottom: 12px;
}

.faqs .items .faq:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.faqs .items .faq .faq-top {
    cursor: pointer;
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 14px;
}

.faqs .items .faq .faq-top svg {
	width: 35px;
    height: 35px;
}

.faqs .items .faq .faq-top h2 {
    cursor: pointer;
    color: #60554c;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
	    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faqs .items .faq:last-child .faq-top h2 {
	margin-bottom: 0;
}

.faqs .items .faq:last-child {
	border-bottom: 0;
}

.faqs .items .faq .faq-top .line-wrap {

}

.faqs .items .faq .inner_content {

}

.faqs .items .faq .inner_content .text {
	height: 0;
	overflow: hidden;
}

.faqs .items .faq.active .inner_content .text {
	height: auto;
}

.faqs .items .faq .inner_content p {
    color: #6f6359;
}

.faqs .items .faq .inner_content p:first-child {
	margin-top: 0;
}


/* END FAQ */


/* Rezervacija */

.rezervacija {

}

.rezervacija h1 {
    margin: 0;
    font-family: Marcellus;
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.02em;
    margin-bottom: 40px;
    margin-top: 0;
    margin-top: -20px;
}

.rezervacija .amelia-v2-booking #amelia-container.am-fs__wrapper {
	margin-top: 0;
	border-top: 1px solid #ececec;
}


/* Contact */

.contact {
	margin-top: 60px;
}

	.contact h1 {
		font-family: Marcellus;
		font-weight: 400;
		font-size: 50px;
		line-height: 75px;
		text-align: left;
		letter-spacing: -0.02em;
		margin-bottom: 20px;
		margin-top: 60px;
	}

	.contact .top-section {display: flex;}

		.contact .form {
			width: 40%;
		}

			.contact .form input {
				width: 100%;
				margin-bottom: 10px;
				background: #FBF8F6;
				border-radius: 2px;
				border: unset;
				border-bottom: 1px solid #000000;
				padding: 13px 20px;
				font-family: Marcellus;
				font-style: normal;
				font-weight: 400;
				font-size: 19px;
				line-height: 25px;
/* identical to box height */
				letter-spacing: -0.02em;
			}

			.contact .form textarea {
				width: 100%;
				margin-bottom: 10px;
				background: #FBF8F6;
				border-radius: 2px;
				border: unset;
				border-bottom: 1px solid #000000;
				padding: 13px 20px;
				font-family: Marcellus;
				font-style: normal;
				font-weight: 400;
				font-size: 19px;
				line-height: 25px;
				letter-spacing: -0.02em;
				min-height: 130px;
			}

			.contact .form form {
				width: 90%;
				max-width: 500px;
			}

			.contact .form button {
				background: #FBF8F6;
				border: 1.11888px solid #000000;
				backdrop-filter: blur(7.5px);
/* Note: backdrop-filter has minimal browser support */
				border-radius: 2.23776px;
				font-weight: 600;
				font-size: 16px;
				padding: 10px 27px;
				padding-bottom: 10px;
				line-height: 17px;
				text-align: center;
				color: #000000;
				text-transform: uppercase;
				font-family: Source Sans Pro;
				letter-spacing: -0.5px;
				margin-top: 20px;
			}

		.contact .map {
			width: 60%;
			height: 650px;
			max-height: 85%;
			position: relative;
		}

			.contact .map #map {
			width: 100%;
			height: 100%;
			}

			.contact .map canvas {
				width: 100%;
				height: 100%;
				border-radius: 5px;
				overflow: hidden;
			}

			.contact #map svg path {
				fill: #796d64;
			}

			.contact .map .howtogo {
				position: absolute;
				bottom: 8px;
				left: 10px;
				z-index: 3;
				background: #796d64;
				color: #f2e6dd;
				padding: 4px 11px;
				border-radius: 3px;
				font-size: 14px;
				font-weight: 400;
				display: flex;
				align-items: center;
				gap: 8px;
			}

			.contact .map .howtogo svg {
				width: 36px;
			}

			.contact .map .howtogo svg path {
				fill: #f2e6dd;
			}

/* END Contact */

/* Shop */

.shop .wrapper {display: flex;}

.shop h1 {
	font-family: Marcellus;
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 75px;
	letter-spacing: -0.02em;
	color: #000000;
	margin-bottom: 29px;
}

	.shop .wrapper .section-products {
		width: 75%;
		margin: 0;
	}

		.shop .wrapper .section-products .products {
			flex-wrap: wrap;
			display: grid;
			grid-template-columns: 1fr 1fr 1fr 1fr;
			grid-template-rows: 1fr;
			gap: 35px 15px;
			grid-template-areas:
				". . . .";
		}

	.shop .wrapper .filters {
		width: 25%;
	}

	.shop .wrapper .filters h3 {font-family: Marcellus;font-style: normal;font-weight: 400;font-size: 21px;line-height: 26px;letter-spacing: -0.02em;color: #313131;margin-left: 45px;margin-top: 0px;padding-bottom: 15px;border-bottom: 1px solid #D1D1D1;}

		.shop .wrapper .filters ul {margin-left: 45px;padding: 0;list-style: n;}

		.shop .wrapper .filters ul li {list-style: none;font-family: Source Sans Pro;font-style: normal;font-weight: 300;font-size: 19px;line-height: 24px;
/* identical to box height */color: #000000;margin-bottom: 9px;}

/* END Shop */


/* WooCommerce */

.woocommerce-breadcrumb {
    font-size: 14px;
    font-family: Source Sans Pro;
    color: #000;
	letter-spacing: -0.2px;
}

.woocommerce-breadcrumb a {
	color: #000;
}

.woocommerce-products-header__title.page-title {font-family: Marcellus;font-style: normal;font-weight: 400;font-size: 60px;line-height: 75px;letter-spacing: -0.02em;color: #000000;margin: 0;margin-bottom: 25px;}

.post-type-archive-product .woocommerce-products-header, .tax-product_cat .woocommerce-products-header, .tax-product_tag .woocommerce-products-header {max-width: 100%;}

.post-type-archive-product .site-main, .tax-product_cat .site-main, .tax-product_tag .site-main {
	margin-top: 80px;
}

.post-type-archive-product .woocommerce-result-count, .tax-product_cat .woocommerce-result-count, .tax-product_tag .woocommerce-result-count {
	/* display: none !important; */
	color: #000;
	display: initial;
	/* margin-right: 10px; */
	font-size: 13px;
}

.post-type-archive-product .site-main .woocommerce-ordering, .tax-product_cat .site-main .woocommerce-ordering, .tax-product_tag .site-main .woocommerce-ordering {
	/* display: none; */
	/* text-align: right; */
	z-index: 99;
	display: inline;
}

.post-type-archive-product ul.products li.product img, .tax-product_cat ul.products li.product img, .tax-product_tag ul.products li.product img {
	width: 100%;
	background: #F5F0EA;
	border-radius: 1px;
}

.post-type-archive-product ul.products li.product .price, .tax-product_cat ul.products li.product .price, .tax-product_tag ul.products li.product .price {
	font-family: Source Sans Pro;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.04em;
	color: #000000;
	display: flex;
	margin-top: 20px;
}

.post-type-archive-product .products .product h2, .tax-product_cat .products .product h2, .tax-product_tag .products .product h2 {font-family: 'Source Sans Pro';font-weight: 500;font-size: 19px;line-height: 23px;letter-spacing: -0.02em;color: #000000;text-decoration: none;margin-top: 6px;margin-bottom: 00px;}

.post-type-archive-product .products .product .onsale, .tax-product_cat .products .product .onsale, .tax-product_tag .products .product .onsale {
	position: absolute;
    background: #783333;
    left: 7px;
    top: 7px;
    padding: 3px 9px;
    letter-spacing: -0.3px;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
}

.post-type-archive-product ul.products, .tax-product_cat ul.products, .tax-product_tag ul.products {
	margin-top: 30px;
}

.post-type-archive-product ul.products, .tax-product_cat ul.products, .tax-product_tag ul.products {
	width: 72%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 35px 20px;
	grid-template-areas:
		". . . .";
	margin-top: 0;
}

.post-type-archive-product ul.products li.product, .post-type-archive-product ul.products.columns-4 li.product, .tax-product_cat ul.products li.product, .tax-product_cat ul.products.columns-4 li.product
, .tax-product_tag ul.products li.product, .tax-product_tag ul.products.columns-4 li.product {
	width: 100%;
	border-bottom: 1.17669px solid #DCDCDC;
	padding-bottom: 15px;
	flex-wrap: wrap;
	display: flex;
	align-items: start;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

.post-type-archive-product .archive-wrapper, .tax-product_cat .archive-wrapper, .tax-product_tag .archive-wrapper {display: flex;margin-top: 15px;}

.post-type-archive-product .widget-area, .tax-product_cat .widget-area, .tax-product_tag .widget-area {
	width: calc(28% - 40px);
	margin-left: 30px;
	font-family: Source Sans Pro;
}

.product-search-filter-search-heading, .product-search-filter-price-heading, .product-search-filter-terms-heading, .product-search-filter-extras-heading, .product-search-filter-reset-heading {
    font-family: Marcellus;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #313131;
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 0;
    display: none;
}

.product-search-filter-terms .product-search-filter-product_cat .term-name, .product-search-filter-terms .product-search-filter-product_tag .term-name, .product-search-filter-terms .product-search-filter-attribute .term-name {
	list-style: none;
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #575757;
	margin-bottom: 2px;
	letter-spacing: -0.3px;
	padding-left: 0;
	padding-right: 0;
}

.post-type-archive-product ul.products li.product .action, .tax-product_cat ul.products li.product .action, .tax-product_tag ul.products li.product .action {
	/* display: flex; */
	/* position: absolute; */
	bottom: 10px;
	width: 100%;
	justify-content: space-between;
	align-self: flex-end;
	margin-top: auto;
}

.post-type-archive-product ul.products li.product .button, .tax-product_cat ul.products li.product .button, .tax-product_tag ul.products li.product .button {
	color: #000;
	border: 1px solid;
	padding: 7px 15px;
	padding-top: 6px;
	font-size: 14px;
	font-weight: 300;
	border-radius: 3px;
	/* opacity: 0; */
	width: auto;
	text-align: center;
	letter-spacing: -0.4px;
	margin-top: 5px;
}

.post-type-archive-product ul.products li.product a, .tax-product_cat ul.products li.product a, .tax-product_tag ul.products li.product a {
	width: 100%;
	height: fit-content;
}

.post-type-archive-product ul.products li.product .category, .tax-product_cat ul.products li.product .category, .tax-product_tag ul.products li.product .category {margin-top: 6px;font-size: 14px;letter-spacing: -0.2px;}

ul.products li.product:hover .button {
	opacity: 1;
}

ul.products li.product:hover .button:hover {
	background: #000;
	color: #fff;

}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	font-size: 14px;
	color: #fff;
	padding: 5px 10px;
}

.woocommerce-message a {
	color: #fff;
	font-weight: 600;
	letter-spacing: -0.5px;
}

table.shop_table_responsive tbody th {
	width: 20%;
}

table.shop_table_responsive tbody th {
	padding: 0.8em 1em;
	padding-bottom: 0;
}

.product-search-filter-terms .style-inline li.nav-back {display: flex !important;align-items: center;margin-top: 5px;}

.product-search-filter-terms .nav-back:before {line-height: 14px;}

.product-search-filter-terms .cat-item-all.nav-back>a, .product-search-filter-terms .attribute-item-all.nav-back>a, .product-search-filter-terms .tag-item-all.nav-back>a {
	font-size: 13px;
	/* margin-top: 3px; */
}

.product-search-filter-search a, .product-search-filter-terms a, .product-search-filter-price a, .product-search-filter-extras a {
	position: relative;
}

.product-search-product_cat-filter-item.current-cat>a:after, .product-search-attribute-filter-item.current-attribute>a:after {
    position: absolute;
    top: -1px;
}

/* Woocommerce Cart */

.woocommerce-cart article header {max-width: 100%;}

.woocommerce-cart h1 {font-family: Marcellus;font-style: normal;font-weight: 400;font-size: 60px;line-height: 75px;letter-spacing: -0.02em;width: 100%;max-width: 100%;color: #000000;margin-bottom: 10px;margin-top: 0;}

.woocommerce-cart-form__cart-item img {
	/* background: #F5F0EA; */
	border-radius: 1px;
	height: 100px;
	object-fit: contain;
}

.woocommerce-cart tbody {
	position: relative;
}

.woocommerce-cart table.shop_table_responsive tr td.product-remove a {
	/* position: absolute; */
	top: 7px;
	left: 10px;
	/* height: 30px; */
	width: 30px;
	align-items: center;
	line-height: 16px;
	font-size: 24px;
	text-align: center;
	border-radius: 2px;
	color: #000;
	display: block;
}

.woocommerce-cart table {
    border-collapse: collapse;
}

.woocommerce-cart .input-text {
	background: #fff;
	border: 1px solid #ededed;
}


table.cart td.actions .coupon {
	display: inline-block;
	float: left;
	/* margin-top: 20px; */
}

table.cart td.actions {
	text-align: right;
}

table.cart thead tr {
	background: #eeeeee;
	border: 1px solid #e2e0e0;
}

table.shop_table_responsive tr th, table.shop_table_responsive tr td {
	padding: 0.5em !important;
}

table.cart tbody tr:first-child {
	background: #f8f8f8;
	border: 1px solid #efefef;
}

table.cart tbody tr:last-child {
	/* background: #eeeeee; */
	padding-top: 30px;
}

table.cart tbody tr:last-child td {
	padding: 0;
}

table.cart tbody .product-thumbnail {
	padding: 10px;
	padding-top: 15px;
}

table.cart tbody .product-name a {
	color: #000;
	letter-spacing: -0.4px;
}

table.cart thead .product-thumbnail {padding: 0;}

.woocommerce-cart .site-main {
	max-width: 1000px;
    margin: 0 auto;
    margin-top: 130px;
}

.cart-collaterals h2 {
    font-family: Marcellus;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 75px;
    letter-spacing: -0.02em;
    width: 100%;
    max-width: 100%;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 60px;
}

.cart-collaterals table tr th {background: #eeeeee;padding-left: 1em;padding-top: 1em;}

.cart-collaterals table tr td {background: #f8f8f8;}

.cart-collaterals table .shipping ul {padding: 0;margin: 0;list-style: none;}

.cart-collaterals table .order-total th {
	padding-bottom: 1em;
}

.cart-collaterals table .order-total td {
	padding-bottom: 1em;
}

table.cart {
	font-family: Source Sans Pro;
}

table.shop_table_responsive tr th {text-transform: uppercase;letter-spacing: -0.4px;font-weight: 600;}

table.cart td.actions .coupon label {
	display: none;
}

table.cart td.actions button {
	background: #000;
	color: #fff;
	border: unset;
	font-family: Source Sans Pro;
	letter-spacing: -0.4px;
	padding: 10px 20px;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
}

table.cart td.actions input {
	height: 100%;
	padding: 8px;
	border-radius: 0;
	border-radius: 2px;
}

.cart-collaterals table .woocommerce-shipping-methods .terminal-container {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 6px;
}

.cart-collaterals table .woocommerce-shipping-methods .omnivalt_terminal {
	display: none;
}

.cart-collaterals table .woocommerce-shipping-methods .omniva-terminals-list {
    width: 70%;
    height: 35px;
}

.cart-collaterals table .woocommerce-shipping-methods .omniva-terminals-list .dropdown { 
	height: 35px;
    line-height: 30px;
    border-radius: 0;
}

.cart-collaterals table .woocommerce-shipping-methods .omniva-terminals-list .inner-container {
	display: none;
}

.cart-collaterals table .woocommerce-shipping-methods .omniva-btn {
    width: 190px;
    margin-top: 0;
    font-family: Source Sans Pro;
    letter-spacing: -0.4px;
    padding: 9px;
    font-size: 15px;
    max-height: unset;
    background: unset;
    border: 1px solid;
    font-weight: 600;
    border-radius: 2px;
}

.woocommerce-cart .wc-proceed-to-checkout {text-align: right;}

.woocommerce-cart .wc-proceed-to-checkout a {background: #000;border-radius: 2.23776px;font-style: normal;font-weight: 600;font-size: 14px;line-height: 17px;text-align: center;color: #fff;text-transform: uppercase;font-family: Source Sans Pro;padding: 10px 31px;border: 1px solid #000;}

.cart-collaterals table .woocommerce-shipping-methods .terminal-container {
	display: none;
}

/* WooCommerce Checkout */

.woocommerce-checkout .page header {
	max-width: 100%;
}

	.woocommerce-checkout h1 {
		font-family: Marcellus;
		font-style: normal;
		font-weight: 400;
		font-size: 60px;
		line-height: 75px;
		letter-spacing: -0.02em;
		width: 100%;
		max-width: 100%;
		color: #000000;
		margin-bottom: 10px;
		margin-top: 0;
	}

@media (min-width: 768px) {
	.woocommerce-checkout .col2-set {
		width: 47.8260869565%;
		float: left;
		margin-right: 4.347826087%;
	}

	.woocommerce-checkout #order_review, .woocommerce-checkout #order_review_heading {
		width: 47.8260869565%;
		float: right;
		margin-right: 0;
		clear: right;
	}



}

@media (max-width: 768px) {
	.section-cta .face {
		display: block;
    position: relative;
    width: 90%;
    transform: unset;
    left: unset;
    top: unset;
    right: unset;
    margin: 0 auto;
	border-radius: 5px !important;
	position: relative !important;
    transform: unset !important;
    width: 100% !important;
    right: unset !important;
    top: unset !important;
	}

	.section-cta .register {
		width: 100%;
	}

	.section-cta {
		padding-top: 0;
    background: #f3f1ee;
    padding-bottom: 20px;
	margin-top: 20px !important;
    padding-top: 0 !important;
	display: block !important;
    width: 90% !important;
    padding-top: 15px !important;
    margin-top: 70px !important;
	padding: 9px !important;
    padding-top: 9px !important;
    width: 94% !important; 
	}

	#wahanda-online-booking-widget-iframe {
		height: unset !important;
	}

	#wahanda-online-booking-widget-iframe iframe {
		height: 600px !important;
	}
}

.woocommerce-checkout form.woocommerce-checkout {
	margin-top: 30px;
}

.woocommerce-checkout form.woocommerce-checkout h3 {
	font-family: Marcellus;
	font-size: 22px;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
	padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 13%);
}

.woocommerce-checkout .form-row input, .form-row textarea, .form-row select {width: 10%%;}

.woocommerce-checkout .form-row-wide {
	width: 100%;
	clear: both;
}

.woocommerce-checkout .form-row input, .form-row textarea, .form-row select {
	width: 100%;
}

.woocommerce-checkout form.woocommerce-checkout p {
	margin-bottom: 1.6em;
}

.woocommerce-checkout form.woocommerce-checkout .create-account {display: flex;}

.woocommerce-checkout form.woocommerce-checkout .create-account label {
	display: flex;
    align-items: center;
    text-align: left;
    flex-direction: row-reverse;
}

.woocommerce-checkout form.woocommerce-checkout .create-account input {
	width: auto;
    margin-left: 15px;
    margin-top: 2px;
}

.woocommerce-checkout .col2-set {
	margin-bottom: 130px;
}

.woocommerce-checkout form.woocommerce-checkout #ship-to-different-address {
	margin-top: 70px;
}

#order_review .shop_table {
	margin-bottom: 2.617924em;
	border-collapse: collapse;
}

table.woocommerce-checkout-review-order-table .product-name {
	width: 45%;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all;
}

.woocommerce-checkout table:not( .has-background ) th {
	background-color: #f8f8f8;
}

.woocommerce-checkout table thead th {
	padding: 1.41575em;
    vertical-align: middle;
}

.woocommerce-checkout table:not( .has-background ) tbody td {
	background-color: #fcfcfc;
}

.woocommerce-checkout table td, .woocommerce-checkout table th {
	text-align: left;
	vertical-align: top;
	padding: 1em 1.41575em;
	background: #fcfcfc;
}

.woocommerce-checkout .woocommerce-shipping-totals .woocommerce-shipping-methods {margin: 0;padding: 0;list-style: none;}

.woocommerce-checkout .col2-set .form-row-first,  .woocommerce-checkout .col2-set .form-row-last {
	margin-top: 0;
}

.woocommerce-checkout {
	font-family: Source Sans Pro;
}


.woocommerce-checkout .site-main {
	max-width: 1000px;
    margin: 0 auto;
    margin-top: 130px;
}

.woocommerce-checkout .wc_payment_methods {margin: 0;padding: 0;list-style: none;}

.woocommerce-checkout .wc_payment_methods .payment_box {
	display: none !important;
}

.woocommerce-checkout .wc_payment_methods img {
	display: inline-block;
    vertical-align: middle;
    width: 90px;
    margin: 0;
    margin-left: 10px;
    margin-bottom: 2px;
}

.woocommerce-checkout .wc_payment_method {
	height: 50px;
	/* border: 1px solid; */
	padding-left: 15px;
	align-items: center;
	display: flex;
	margin-bottom: 10px;
	background: #f8f8f8;
}

.woocommerce-checkout .wc_payment_method input {
	margin-right: 10px;
}

.woocommerce-checkout .wc_payment_method label {
	margin-top: 3px;
}

.woocommerce-checkout-payment .woocommerce-privacy-policy-text {font-size: 14px;margin-top: 30px;}

.woocommerce-checkout #place_order {
    border-radius: 2.23776px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: Source Sans Pro;
    padding: 15px 31px;
    border: 1px solid #000;
    width: 100%;
    background: #000;
}

.woocommerce-checkout #show-omniva-map {
    border-radius: 2.23776px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-family: Source Sans Pro;
    padding: 10px 31px;
    background: unset;
    border: 1px solid #000;
    max-height: unset;
}

.woocommerce-checkout .omniva-btn img {
    top: 8px;
}

.omniva-terminals-list .dropdown {
	padding: 10px;
    max-height: unset;
    height: 38px;
    border-radius: 2px;
    line-height: 17px;
    margin-top: 7px;
}

/* END WooCommerce Checkout */

/* WooCommerce Thank You */

.woocommerce-order-received .woocommerce-order ul {margin: 0;padding: 0;list-style: none;}

.woocommerce-order-received .woocommerce-order .woocommerce-table__product-name a {color: #000;}

.woocommerce-order-received .woocommerce-order table {
	border-collapse: collapse;
	border: 1px solid #f1f1f1;
}

.woocommerce-order-received .woocommerce-order table tr {
	border: 1px solid #e2e0e0;
}

/* END WooCommerce Thank You */


/* WooCommerce Single Product */

.single-product .site-main {
	margin-top: 25px;
}

@media (min-width: 768px) {
	.single-product div.product .woocommerce-product-gallery {
		width: 55%;
		float: left;
		margin-right: 0;
		margin-bottom: 3.706325903em;
	}
}

@media (min-width: 768px) {
	.single-product div.product .summary {
		width: 42%;
		float: right;
		margin-right: 0;
		margin-top: 0;
		max-width: 450px;
	}
}

@media (min-width: 768px) {
	.single-product div.product .woocommerce-tabs {
		clear: both;
	}

}

.single-product .woocommerce-product-gallery__wrapper a {
	text-align: center;
    width: 100%;
    display: block;
}

.single-product .woocommerce-product-gallery__wrapper a img {
	/* background: #F5F0EA; */
	height: 590px;
	width: 60%;
	object-fit: contain;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	background: #F5F0EA;
}

.single-product div.product .onsale, .home .product .onsale {
	position: absolute;
	background: #783333;
	left: 12px;
	top: 12px;
	padding: 3px 14px;
	letter-spacing: -0.3px;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	z-index: 9;
}

.single-product .woocommerce-breadcrumb {
	margin-bottom: 13px;
	font-size: 13px;
	/* display: none; */
	margin-top: 30px;
}


.single-product {
	font-family: Source Sans Pro;
}

.single-product .product_title {
	font-family: Marcellus;
	font-style: normal;
	font-weight: 400;
	font-size: 27px;
	line-height: 40px;
	letter-spacing: -0.02em;
	width: 100%;
	max-width: 100%;
	color: #000000;
	margin-bottom: 6px;
	padding-bottom: 0;
	margin-top: 55px;
	max-width: 530px;
	/* border-bottom: 1px solid #dedede; */
}

.single-product .price, .home .product .price {
	font-size: 29px;
	margin-top: 25px;
	color: #000;
	letter-spacing: -0.9px;
	margin-bottom: 10px;
	font-weight: 600;
}

.single-product .woocommerce-product-details__short-description p {margin-top: 0;}

.single-product .variations {
	text-align: left;
	/* background: #f8f8f8; */
	/* border: 1px solid #e9e9e9; */
	border-radius: 2px;
	border-collapse: collapse;
}

.single-product .variations table td, .single-product .variations table th {

}

.single-product .variations select {
    padding: 7px 10px;
    font-weight: 400;
    border-radius: 2px;
    letter-spacing: -0.3px;
    font-size: 14px;
}

.single-product .variations tr {
    border: 1px solid #e9e9e9;
}

.single-product .variations tr label {
	margin-left: 15px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.4px;
}

.single-product .variations tr .label {
    padding: 0.6em;
	padding-bottom: 0;
}

.single-product .summary .woocommerce-product-rating {
	display: flex;
    gap: 10px;
}

.single-product .summary .woocommerce-product-rating a {
	font-size: 14px;
}

.single-product .summary .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: space-between;
}

.single-product .summary .quantity {
    display: block;
    width: 100px;
}

.single-product .summary .quantity input {
	width: 100%;
}

.single-product div.product {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 40px;
}

.single-product div.product .woocommerce-tabs {
    width: 100%;
}

.single-product div.product .related {
    width: 100%;
}

.woo-variation-swatches.wvs-show-label .variations td, .woo-variation-swatches.wvs-show-label .variations th {
	padding-left: 10px;
}

.single-product .variations td {
    padding: 4px;
}

.single-product .reset_variations {
	margin-left: 15px;
	font-size: 15px;
}

.single-product .quantity {display: none;}

.single-product .single_add_to_cart_button {
	border-radius: 2.23776px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 17px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: Source Sans Pro;
	padding: 13px 31px;
	border: 1px solid #000;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	background: #000;
	width: calc(100% - 100px);
}

.single-product .product_meta {font-size: 14px;display: grid;}


.single-product div.product .woocommerce-product-gallery {
	background: #f8f7f5;
}

.woocommerce-tabs ul.tabs {
	width: 29.4117647059%;
    float: left;
    margin-right: 5.8823529412%;
}

.woocommerce-tabs .panel {
	width: 64.7058823529%;
    float: right;
    margin-right: 0;
    margin-top: 0;
}

.woocommerce-tabs ul.tabs li {
	border-bottom: 1px solid rgba(0,0,0,.05);
}

.woocommerce-tabs ul.tabs li a {
	color: #60646c;
}

.woocommerce-tabs ul.tabs .active, .woocommerce-tabs ul.tabs .active a {
	font-weight: 600;
	color: #000;
}

.woocommerce-tabs .panel h2:first-of-type {
	font-family: Marcellus;
}

.star-rating span::before {
	color: #8B7060 !important;
}

.single-product ul.products.columns-3 li.product {
	width: 20%;
}

.home .products li.product {
	width: 25%;
	list-style: none;
	font-family: Source Sans Pro;
	padding-bottom: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

.home .products li.product a {
	width: 100%;
}

.single-product ul.products li.product img, .home .products li.product img {
	width: 100%;
    border-radius: 1px;
    background: #F5F0EA;
}

.single-product ul.products li.product .woocommerce-loop-product__title, 
  .home .products li.product .woocommerce-loop-product__title {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #000000;
    text-decoration: none;
    margin-top: 6px;
}

.single-product ul.products li.product .category, 
  .home .products li.product .category {
	font-size: 14px;
	margin-top: 3px;
}

.single-product ul.products li.product .button {
	display: none;
}

.home .products li.product .button {display: block;margin-top: 5px;text-align: center;width: 100%;color: #000;border: 1px solid;padding: 5px 25px;padding-top: 4px;font-size: 14px;font-weight: 400;border-radius: 3px;/* opacity: 0; */width: fit-content;text-align: center;letter-spacing: -0.4px;margin-top: 5px;}

.single-product ul.products,
  .home .products {
	display: flex;
}

.single-product .woocommerce-product-attributes-item__label {
	text-align: left;
}

.single-product .woocommerce-product-attributes-item__value {
	text-align: left;
}

.single-product .woocommerce-product-attributes-item__value p {
	margin: 0;
}

.single-product .woocommerce-tabs table:not( .has-background ) th {
	background-color: #f8f8f8;
}

.single-product .woocommerce-tabs table:not( .has-background ) tbody td {
	background-color: #fdfdfd;
}

.single-product .woocommerce-tabs table td, .single-product table th {
	padding: 1em 1.41575em;
    text-align: left;
    vertical-align: top;
}

.single-product .woocommerce-tabs .panel .commentlist {
	margin: 0;
    padding: 0;
    list-style: none;
}

.single-product .woocommerce-tabs .panel .comment_container {
	display: flex;
    align-items: start;
    gap: 15px;
}

.single-product .woocommerce-tabs .panel .avatar {
	margin-top: 5px;
}

.single-product .woocommerce-tabs .panel .meta {
	margin: 0;
}

.single-product .woocommerce-tabs .panel .description p {
    margin: 0;
    margin-top: 6px;
}


.single-product .comment-respond {
	margin-top: 60px;
	border-top: 1px solid #e6e6e6;
	padding-top: 20px;
}

.single-product #reply-title {
	display: none;
}

.single-product .woocommerce-verification-required {
	margin-top: 50px;
	font-size: 14px;
}

.single-product .comment-form-rating .stars.selected {

}

.single-product .comment-form-rating p.stars.selected a:not(.active)::before {
    color: #8B7060 !important;
}

p.stars.selected a.active::before {
	color: #8B7060 !important;
}

.single-product .comment-form .submit {
	border-radius: 2.23776px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-family: Source Sans Pro;
    padding: 10px 31px;
    background: unset;
    border: 1px solid #000;
}

.product-search-filter-terms .product-search-filter-product_cat ul, .product-search-filter-terms .product-search-filter-product_tag ul, .product-search-filter-terms .product-search-filter-attribute ul {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}


.product-search-filter-terms .cat-item-all {position: absolute;right: 15px;z-index: 9;}

.product-search-filter-terms .cat-item-all.nav-back:before, .product-search-filter-terms .attribute-item-all.nav-back:before, .product-search-filter-terms .tag-item-all.nav-back:before {
	margin-right: 3px;
	font-size: 23px;
	position: absolute;
	left: -18px;
	top: 50%;
	transform: translateY(-35%);
}

.product-search-filter-terms .cat-item-all.nav-back>a, .product-search-filter-terms .attribute-item-all.nav-back>a, .product-search-filter-terms .tag-item-all.nav-back>a {
    pointer-events: auto;
}

.product-search-filter-terms .product-categories li:nth-of-type(1) a span:first-child {
	/*font-size: 12px;*/
}

.product-categories > li:first-child > a > span {
	/*font-size: 12px;*/
  }

ul.product-categories li span {
	/*font-size: 17px !important;*/
}

ul.product-categories li:first-child a span {
	/*font-size: 12px !important;*/
}

ul.product-categories > li > a > span {
    /*font-size: 13px !important;
    background: #ebebeb;
    line-height: 14px !important;
    padding: 5px 9px !important;
    border-radius: 3px;
    margin-top: 15px;
     margin-right: 0; 
    letter-spacing: -0.3px;
    font-weight: 600 !important;*/
    font-family: Marcellus;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 19px  !important;
    line-height: 20px  !important;
    letter-spacing: -0.02em;
    color: #313131  !important;
    margin-top: 0px;
    padding-bottom: 10px  !important;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0  !important;
    margin-bottom: 12px  !important;
    width: 100%;
    margin-top: 0;
    letter-spacing: -0.8px;
    pointer-events: none;
}

ul.product-categories > li:last-child > .children {
	margin-bottom: 0;
}

ul.product-categories > li > a {
	pointer-events: none;
}

ul.product-categories > li:first-child > a > span {
	margin-top: 0;
}

.product-search-filter-terms .product-search-filter-product_cat :nth-child(1) {
	
}


.product-search-filter-terms .product-search-filter-product_cat.style-inline li, .product-search-filter-terms .product-search-filter-product_tag.style-inline li, .product-search-filter-terms .product-search-filter-attribute.style-inline li {
	display: block;
}

.woocommerce-ordering select {padding: 5px 7px;font-size: 13px;border-radius: 2px;letter-spacing: -0.24px;z-index: 9;position: relative;cursor: pointer;margin-right: 10px;}


/* END WooCommerce Single Product */

/* WooCommerce Account */

.woocommerce-account .entry-header {
	max-width: 100%;
}

.product-search-filter-terms .product-search-filter-product_cat, .product-search-filter-terms .product-search-filter-product_tag, .product-search-filter-terms .product-search-filter-attribute {
	padding: 15px;
	border: 1px solid #ececec;
	border-radius: 3px;
	/* background: #fafafa; */
	/* padding-top: 20px; */
	/* padding-bottom: 20px; */
	position: relative;
}

.product-search-product_cat-filter-item.current-cat>a:after, .product-search-attribute-filter-item.current-attribute>a:after {
	content: '';
	display: none !important;
}

.product-search-product_cat-filter-item .children a:before, .product-search-attribute-filter-item .children a:before {
	font-family: 'Font Awesome 5 Free Regular';
	font-weight: 900;
	font-size: 80%;
	content: "\f111";
	vertical-align: middle;
	padding: 0 2px;
	margin-right: 3px;
}

.product-search-product_cat-filter-item .children .current-cat a:before, .product-search-attribute-filter-item .children .current-cat a:before {
	font-family: 'Font Awesome 5 Free Regular';
	font-weight: 900;
	font-size: 80%;
	content: "\f192";
	vertical-align: middle;
	padding: 0 2px;
	margin-right: 3px;
}

.archive-wrapper .widget-area #block-6 p {
	margin-top: 0;
	margin-bottom: 0;
	font-family: Source Sans Pro;
	letter-spacing: -0.5px;
	font-weight: 600;
	font-size: 16px !important;
}

.archive-wrapper .widget-area #block-6 {
	margin-bottom: 10px;
}

.archive-wrapper .widget-area #block-5 .product-search-filter-search-clear {position: absolute;right: 13px;top: 50%;transform: translateY(-45%);text-align: right;width: fit-content;left: unset;}

.archive-wrapper .widget-area #block-5 form {
	margin-bottom: 12px !important;
}

.archive-wrapper .widget-area #block-5 {
	margin-bottom: 10px;
}

.woocommerce-account .woocommerce ul {margin: 0;padding: 0;list-style: none;display: block;gap: 20px;margin-bottom: 60px;}

.woocommerce-account h1 {
	font-family: Marcellus;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 75px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
}

.woocommerce-account article h1 {
	text-align: center;
	margin: 0 auto;
}

.woocommerce-account article .entry-content {margin: 0 auto;width: fit-content;margin-top: 40px;min-width: 450px;}

.woocommerce-account .woocommerce h2 {
	font-family: Source Sans Pro;
	font-weight: 600;
	letter-spacing: -0.8px;
	font-size: 17px;
	border-bottom: 1px solid #dadada;
	padding-bottom: 4px;
	margin-bottom: 20px;
}

.woocommerce-account .woocommerce .username {
    display: block;
    font-size: 15px;
}

.woocommerce-account .woocommerce input {
	width: 100%;
	margin-top: 5px;
}

.woocommerce-account .woocommerce .woocommerce-form-login__rememberme label {
    display: flex;
    align-items: center;
}

.woocommerce-account .woocommerce .woocommerce-form-login__rememberme input {
	width: fit-content;
}

.woocommerce-account .woocommerce .woocommerce-form-login__rememberme span {
	margin-left: 10px;
}

.woocommerce-account .woocommerce .woocommerce-form-login__submit {
	display: block;
	margin-top: 30px;
	border-radius: 2.23776px;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 17px;
	width: 100%;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-family: Source Sans Pro;
	padding: 12px 31px;
	background: unset;
	border: 1px solid #000;
}

.woocommerce-account .woocommerce .woocommerce-form p {
	margin-top: 10px;
    margin-bottom: 10px;
}

.woocommerce-account .woocommerce .lost_password {
	text-align: center;
	margin-top: 5px;
}





.woocommerce-account.logged-in .entry-title{
	margin: 0;
	text-align: left;
	margin-bottom: 20px;
}

.woocommerce-account.logged-in article .entry-content {
	margin: 0;
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #f6f6f6;
    padding: 15px 10px;
    width: 300px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
	margin-top: 0;
	margin-left: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content p {
	margin-bottom: 0em;
}

.woocommerce-account .woocommerce-orders-table {border-collapse: collapse;}

.woocommerce-account .woocommerce-orders-table tr {
    background: #eee;
}

.woocommerce-account.logged-in .woocommerce {
	display: flex;
	width: 100%;
}

.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content {
    margin-top: 0;
    margin-left: 30px;
    width: 100%;
}

.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation li {
    padding: 5px 10px;
}

.woocommerce-account.logged-in .entry-header {
	margin-bottom: 25px;
}

.woocommerce-account.logged-in  .woocommerce-orders-table tbody tr {
	background: #fff;
	border: 1px solid #e6e6e6;
}

.woocommerce-account.logged-in .woocommerce-orders-table tbody tr td {padding-bottom: 10px;}
.woocommerce-account.logged-in .woocommerce-orders-table thead tr th {padding-bottom: 7px;font-size: 14px;}

.woocommerce-account.logged-in .woocommerce-MyAccount-content mark {
	background: none;
	font-weight: 600;
}

.woocommerce-account.logged-in .woocommerce-order-details {
	margin-top: 30px;
}

.woocommerce-account.logged-in .woocommerce-table--order-details {
	text-align: left;
}

/* END WooCommerce Account */


/* Mobile Menu */

.mobile-m {width: 100vw;position: fixed;height: fit-content;left: 0;top: 0;background: #f5f0e8;z-index: 5;border-radius: 0px 0px 100px 25px;transition-duration: 0.35s;transform: translateY(-100%);}

.mobile-m-wrap.active .mobile-m {
	transform: translateY(0);
}

.mobile-m ul {
	margin-top: 130px;
	margin-left: 20px;
	list-style: none;
	padding-left: 0;
	font-size: 30px;
	font-family: 'Marcellus';
}

.mobile-m-wrap .back {
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
	background: rgb(81 68 60 / 76%);
	z-index: 3;
	position: fixed;
	transition-duration: 0.4s;
	transform: translateY(-100%);
}

.mobile-m-wrap.active .back {
	transform: translateY(0);
}

.mobile-m-wrap {
	z-index: 99;
    position: relative;
}

.mobile-m li {
	
}

.mobile-m-active img {
	opacity: 0;
}

#header {
	position: absolute;
}

#header.mobile-m-active {
	position: fixed;
	z-index: 999;
}

header.mobile-m-active .mobile {
    /* position: fixed; */
    /* right: 0; */
}

header.hidden {
	opacity: 0;
	z-index: -9;
	pointer-events: none;
}

/* END Mobile Menu */


/* Page */

.single-post header {
    flex-wrap: wrap;
}

.single-post .entry-title {
    width: 100%;
    margin-bottom: 0;
}

.single-post .entry-content {
	max-width: 90%;
    margin: 0 auto;
    margin-top: 100px;
}



.popup {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #00000044;
	z-index: 9999;
}

.popup.show {
	display: flex;
}

.popup iframe {
	width: 800px;
    height: 600px;
    max-width: 90%;
    border: unset;
    max-height: 90%;
	border-radius: 10px;
	z-index: 999999;
}

.popup .back {
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}



.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-price-w .os-item-price {
	font-family: Source Sans Pro !important;
}