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

edlesbad 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;
	border-radius: 8px !important;
}

/**
 * 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: "Figtree", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Figtree", sans-serif;
}

p {

	font-family: "Figtree", sans-serif;
	font-size: 14px;
	color: var(--color-text);
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Figtree", sans-serif;
	;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: "Figtree", sans-serif;
	;
}

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 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

/* a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 1px solid #d0d5dd;
	background: #ffffff;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	border-radius: 8px;
	padding: 10px 14px;
	color: #101828;
	font-weight: 400;
	font-size: 16px;
}

.wc-block-components-text-input input {
	border: 1px solid #d0d5dd !important;
	background: #ffffff !important;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05) !important;
	border-radius: 8px !important;
	color: #101828 !important;
	font-weight: 400 !important;
	font-size: 16px !important;
}

.wc-blocks-components-select__container select {
	border: 1px solid #d0d5dd !important;
	background: #ffffff !important;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05) !important;
	border-radius: 8px !important;
	color: #101828 !important;
	font-weight: 400 !important;
	font-size: 16px !important;
}

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 {
	/* reset */
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;


}

select {
	background-image: linear-gradient(45deg, transparent 50%, #98a2b3 50%), linear-gradient(135deg, #98a2b3 50%, transparent 50%), linear-gradient(to right, #eaecf0, #eaecf0);
	background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.7em;
	background-repeat: no-repeat;

	border: 1px solid #d0d5dd;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	border-radius: 8px;
	padding: 10px 14px;
	color: #101828;
	font-weight: 400;
	font-size: 16px;
	width: 100%;
}


select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}


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;
	display: none;
}

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



:root {
	/* Brand colors */
	--color-primary: #2C5A9E;
	--color-secondary: #14386F;

	/* Text colors */
	--color-text: #414651;
	--color-title: #252B37;
}


* {
	scroll-behavior: smooth;
}


.toast-container {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-top: 15px;
	position: fixed;
	right: 15px;
	top: 200px;
	z-index: 2000;
}

.toast-container .toast {
	align-items: center;
	background-color: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	color: #344054;
	display: flex;
	flex-direction: column;
	flex-direction: row;
	font-size: 14px;
	gap: 10px;
	opacity: 0;
	padding: 15px;
	transition: 0.5 ease-in-out;
	visibility: hidden;
	width: 300px;
}

.toast-container .toast.show {
	opacity: 1;
	visibility: visible;
}

.toast-container .toast .icon {
	align-items: center;
	display: flex;
	justify-content: center;
}

.toast-container .toast .icon svg path {
	fill: #32d583;
}

a,
link {
	outline: none !important;

}


.arrow-btn span {
	display: flex;
	transition: .2s ease-in-out;
}

.arrow-btn {
	font-weight: 400;
	font-size: 14px;
	background-color: var(--color-primary);
	padding: 8px 16px;
	border-radius: 100px;
	color: #fff;
	display: flex;
	text-decoration: none;
	width: max-content;
	gap: 6px;
	transition: .2s ease-in-out;
}

.arrow-btn:hover {
	background-color: var(--color-secondary);
	color: #fff;
	transition: .2s ease-in-out;
}

.arrow-btn:hover span {
	transform: rotate(45deg);
	transition: .2s ease-in-out;
}

.container {
	max-width: 1280px;
	padding: 0px 20px;
	margin: 0 auto;
}





.site-header {
	width: 100%;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
	height: 100px;
	position: sticky;
	top: 0px;
	left: 0px;
	z-index: 1500;
}

.site-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.site-header .site-branding {
	width: 200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-header .site-branding a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.site-header .site-branding a img {
	width: 90px;
	object-fit: contain;
}

.site-header .navigation {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-header .navigation .mobile-header {
	display: none;
}

.site-header .navigation nav>div>ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 16px;
}

.site-header .navigation nav>div>ul>li {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	position: relative;
}

.site-header .navigation nav>div>ul>li>a {
	text-decoration: none;
	color: var(--color-text);
	font-size: 16px;
	font-weight: 400;
	transition: all 0.3s ease;
	padding: 6px 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.site-header .navigation nav>div>ul>li:hover,
.site-header .navigation nav>div>ul>li.current-menu-item,
.site-header .navigation nav>div>ul>li.current-menu-ancestor,
.site-header .navigation nav>div>ul>li.toggled {
	background-color: #EAEFF5;
}

.site-header .navigation nav>div>ul>li:hover a,
.site-header .navigation nav>div>ul>li.current-menu-item a,
.site-header .navigation nav>div>ul>li.current-menu-ancestor a,
.site-header .navigation nav>div>ul>li.toggled a {
	color: var(--color-primary);
}

.site-header .navigation nav>div>ul>li:hover svg,
.site-header .navigation nav>div>ul>li.current-menu-item svg,
.site-header .navigation nav>div>ul>li.current-menu-ancestor svg,
.site-header .navigation nav>div>ul>li.toggled svg {
	stroke: var(--color-primary);
}

.site-header .navigation nav>div>ul>li:hover a {
	color: var(--color-primary);
}

.site-header .navigation nav>div>ul>li:hover svg {
	stroke: var(--color-primary);
}

.site-header .navigation nav>div>ul>li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.site-header .navigation nav>div>ul>li:hover .category-toggle {
	transform: rotate(180deg);
}

.site-header .navigation nav>div>ul>li .category-toggle {
	background-color: transparent;
	border: none;
	min-width: 0;
	width: 20px;
	height: 20px;
	padding: 0;
	margin-left: 5px;
	cursor: pointer;
	transition: 0.2s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-header .navigation nav>div>ul>li .category-toggle svg {
	width: 16px;
	height: 16px;
}

.site-header .navigation nav>div>ul>li>ul {
	position: absolute;
	top: 40px;
	left: 0;
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	padding: 6px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease-in-out;
	list-style: none;
	min-width: 180px;
	margin: 0;
	width: 100%;
	gap: 5px;
	display: flex;
	flex-direction: column;
}

.site-header .navigation nav>div>ul>li>ul li {
	border-radius: 10px;
}

.site-header .navigation nav>div>ul>li>ul li a {
	padding: 8px 12px;
	color: #404040;
	text-decoration: none;
	display: flex;
}

.site-header .navigation nav>div>ul>li>ul li:hover,
.site-header .navigation nav>div>ul>li>ul li.current-menu-item,
.site-header .navigation nav>div>ul>li>ul li.current-menu-ancestor,
.site-header .navigation nav>div>ul>li>ul li.toggled {
	background-color: #EAEFF5;
}

.site-header .navigation nav>div>ul>li>ul li:hover a,
.site-header .navigation nav>div>ul>li>ul li.current-menu-item a,
.site-header .navigation nav>div>ul>li>ul li.current-menu-ancestor a,
.site-header .navigation nav>div>ul>li>ul li.toggled a {
	color: var(--color-primary);
}


.site-header .actions {
	width: 200px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 12px;
}

.site-header .actions .user-drop {
	position: relative;
}

.site-header .actions .cart-btn {
	position: relative;
}

.site-header .actions .cart-btn #mini-cart-count {
	background-color: #ff3a3a;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 12px;
	height: 20px;
	justify-content: center;
	line-height: 20px;
	overflow: hidden;
	position: absolute;
	right: -5px;
	text-overflow: ellipsis;
	top: -5px;
	white-space: nowrap;
	width: 20px;
	transform: scale(1);
	transition: 0.2s ease-in-out;
}

.site-header .actions .cart-btn #mini-cart-count.hidden {
	opacity: 0;
	transform: scale(0);
}

.site-header .actions .user-menu {
	position: absolute;
	top: 60px;
	right: 5px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	padding: 6px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: 0.2s ease-in-out;
}

.site-header .actions .user-menu.toggled {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.site-header .actions .user-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-header .actions .user-menu ul li a {
	padding: 8px 12px;
	color: #404040;
	text-decoration: none;
	display: flex;
	border-radius: 10px;
}

.site-header .actions .user-menu ul li a:hover {
	background-color: #EAEFF5;
	color: var(--color-primary);
}

.site-header .actions .icon-btn {
	width: 50px;
	height: 50px;
	min-height: 50px;
	min-width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	border: 1px solid #D5D7DA;
	border-radius: 50px;
	padding: 0;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}

.site-header .actions .icon-btn:hover,
.site-header .actions .icon-btn.toggled {
	background-color: #EAEFF5;
	border-color: var(--color-primary);
}

.site-header .actions .icon-btn svg {
	width: 22px;
	height: 22px;
}

.site-header .actions .menu-btn {
	display: none;
}




.main-navigation {
	display: flex;
	background-color: #fff;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	z-index: 1400;
	position: sticky;
	left: 0;
	top: 100px;
	width: 100%;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #E9EAEB;
}

.main-navigation .submenu-chevron {
	display: none;
}

.main-navigation .mobile-toggle {
	display: none;
}

.main-navigation .container {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
}

.main-navigation .container>div>ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
	transition: 0.3s ease-in-out;
}

.main-navigation .container>div>ul>li {
	position: relative;
}

.main-navigation .container>div>ul>li a {
	color: var(--color-text);
	text-decoration: none;
	padding: 0 12px;
	font-size: 16px;
	font-weight: 400;
	transition: all 0.3s ease;
	padding: 8px 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-navigation .container>div>ul>li:hover {
	background-color: #EAEFF5;
	border-radius: 12px;
}

.main-navigation .container>div>ul>li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.main-navigation .container>div>ul>li>ul {
	padding: 16px;
	margin: 0;
	padding: 0;
	max-width: 1512px;
	margin: 0 auto;
	list-style: none;
	display: flex;
	position: absolute;
	top: 42px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	border-radius: 12px;
	padding: 6px;
	flex-direction: column;
	width: 100%;
	min-width: 240px;
	border: 1px solid #eaeaea;
	transition: 0.3s ease-in-out;
}

.main-navigation .container>div>ul>li>ul .submenu-chevron {
	display: flex;
}

.main-navigation .container>div>ul>li>ul .submenu-chevron svg {
	height: 20px;
	width: 20px;
}

.main-navigation .container>div>ul>li>ul>li {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	border-radius: 10px;
}

.main-navigation .container>div>ul>li>ul>li>a {
	padding: 8px 12px;
	color: var(--color-text);
	text-decoration: none;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.main-navigation .container>div>ul>li>ul>li>a>.left {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.main-navigation .container>div>ul>li>ul>li>a>.left .item-icon {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-navigation .container>div>ul>li>ul>li>a>.left .item-icon img {
	width: 25px;
	height: auto;
}

.main-navigation .container>div>ul>li>ul>li:hover {
	background-color: #EAEFF5;
}

.main-navigation .container>div>ul>li>ul>li:hover a {
	color: var(--color-primary);
}

.main-navigation .container>div>ul>li>ul>li:hover svg {
	color: var(--color-primary);
}

.main-navigation .container>div>ul>li>ul>li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.main-navigation .container>div>ul>li>ul>li ul {
	padding: 16px;
	margin: 0;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: flex;
	position: absolute;
	top: -6px;
	left: calc(100% + 5px);
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	border-radius: 12px;
	padding: 6px;
	flex-direction: column;
	width: 100%;
	min-width: 240px;
	border: 1px solid #eaeaea;
	transition: 0.3s ease-in-out;
}

.main-navigation .container>div>ul>li>ul>li ul>li {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	border-radius: 10px;
}

.main-navigation .container>div>ul>li>ul>li ul>li>a {
	padding: 8px 12px;
	color: var(--color-text) !important;
	text-decoration: none;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	height: auto;
}

.main-navigation .container>div>ul>li>ul>li ul>li:hover a {
	color: var(--color-primary);
}

.main-navigation .container>div>ul>li>ul>li ul>li:hover {
	background-color: #EAEFF5;
}

.main-navigation .container>div>ul>li>ul>li ul>li:hover a {
	color: var(--color-primary) !important;
}

.site-footer {
	padding: 60px 0 30px;
	border-top: 1px solid #E9EAEB
}

.site-footer a {
	color: var(--color-text);
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}

.site-footer ul {
	padding: 0;
	margin: 0;
}

.site-footer ul li {
	list-style: none;
	margin-bottom: 10px;
}

.site-footer ul li .sub-menu {
	display: none;
}

.site-footer .footer-wrap {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}

.footer-wrap .footer-menu {
	display: flex;
	gap: 80px;
}

.site-footer .contact-info {
	padding-top: 30px;
}

.site-footer .contact-info a:hover {
	text-decoration: underline;
}

.site-footer .contact-info .info-link {
	display: flex;
	gap: 12px;
}

.site-footer ul li a:hover {
	text-decoration: underline;
}

.bewertung a h3 {
	color: #0678A9;
	font-weight: 500;
	font-size: 14px;
	margin: 8px 0 30px;
}

.bewertung {
	text-align: center;
}


.site-footer .container .bellow-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	border-top: #E9EAEB solid 1px;
}


.bellow-footer .social-media {
	display: flex;
	gap: 12px;
}

.bellow-footer .social-media a {
	transition: .2s ease-in-out;
}

.bellow-footer .social-media a:hover {
	transform: translateY(-3px);
	transition: .2s ease-in-out;
}






#home-slider {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	background-color: #fff;
	height: 100%;
}

#home-slider a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#home-slider .home-slider-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	max-width: 1280px;
	background-position: center center;
	width: 100%;
}



/* Carousel Container */
.carousel-container {
	position: relative;
	width: 100%;
	/* Adjust as needed */
	height: 400px;
	/* Adjust as needed */
	overflow: hidden;
	margin: auto;
}

/* Carousel Track */
.carousel {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

/* Carousel Items */
.carousel-item {
	min-width: 100%;
	height: 100%;
}

/* Images and Videos */
.carousel-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Navigation Buttons */
.carousel-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	border: 1px solid #eaeaea;
	padding: 8px;
	cursor: pointer;
	z-index: 10;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.carousel-button:hover {
	background-color: #f9fafb;
	border: 1px solid #eaeaea !important;
}

.carousel-button.prev {
	left: 10px;
}

.carousel-button.next {
	right: 10px;
}

/* Add to your CSS file */
/* Cursor styling */
.carousel {
	cursor: grab;
}

.carousel.grabbing {
	cursor: grabbing;
}

/* Smooth transitions */
.carousel {
	transition: transform 0.3s ease-in-out;
}

/* Add to your CSS file */
/* Allow vertical scrolling but prevent horizontal scrolling */
.carousel-container {
	touch-action: pan-y;
}

/* Cursor styling */
.carousel {
	cursor: grab;
}

.carousel.grabbing {
	cursor: grabbing;
}

/* Adjust transition for smoother animation */
.carousel {
	transition: transform 0.3s ease-in-out;
}

/* Dots Indicators */
.carousel-dots {
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
	z-index: 999;
}

.carousel-dots .dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 0.3s;
}

.carousel-dots .dot.active {
	background-color: rgba(255, 255, 255, 0.9);
}

.home-content {
	padding-top: 70px;
}

.home-content h1 {
	color: var(--color-title);
	font-size: 28px;
	margin: 0 0 20px;
}

.home-content p {
	margin: 0;
}







.products {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px !important;
	margin: 0;
	padding: 0;
	flex-direction: row;
	padding-left: 8px;
	margin: 0px -8px;
	margin-top: 15px;
}

.products .product {
	background-color: #fff;
	border: 1px solid #eaecf0;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	height: 405px;
	justify-content: space-between;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: 0.3s ease-in-out;
	flex-basis: calc(25% - 6px);
}





.products .product a img {
	height: 237px;
	object-fit: cover;
}


.products .product .content {
	padding: 12px;
}

@media (max-width: 1280px) {
	.products .product {
		flex-basis: calc(25% - 8px);
	}
}

@media (max-width: 960px) {
	.products .product {
		flex-basis: calc(33.333% - 8px);
	}
}

@media (max-width: 580px) {
	.products .product {
		flex-basis: calc(50% - 8px);
		height: auto;
	}
}

.products .product .onsale {
	background-color: #079455;
	border-radius: 100px !important;
	color: #fff;
	font-size: 12px;
	padding: 8px 10px;
	font-weight: 400 !important;
	position: absolute;
	left: 8px !important;
	top: 8px !important;
	width: max-content !important;
}

.products .product .super-deal {
	background-color: #79b032;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	padding: 2px 6px;
	position: absolute;
	left: 8px;
	top: 8px;
}

.products .product .sale-percentage {
	background-color: #D92D20;
	border-radius: 100px;
	font-weight: 400 !important;
	color: #fff;
	font-size: 12px;
	padding: 6px 10px !important;
	position: absolute;
	right: 8px;
	top: 8px;
	left: inherit;
}

.products .product a {
	text-decoration: none;
}

.products .product h2 {
	-webkit-box-orient: vertical;
	color: #1d2939;
	display: box;
	font-size: 16px;
	font-weight: 400;
	height: 38px;
	-webkit-line-clamp: 2;
	/* Number of lines you want to display */
	margin: 0;
	margin-bottom: 5px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	line-height: 19px;
}

.products .product .content .woocommerce-LoopProduct-link {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 10px;
	text-align: left;
}


.products .product .price {
	color: var(--color-title);
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}

.products .product .price ins {
	text-decoration: none !important;
}

.products .product .price del {
	color: var(--color-text);
}


.products .product .price .amount {
	background-color: #fff !important;

}

ins .woocommerce-Price-amount bdi {
	color: var(--color-title);
}


.products .product .price .woocommerce-price-suffix {
	display: none;
}

.products .product:hover {
	--bit-shadow: 0 4px 20px rgba(44, 44, 44, 0.1);
	--bit-shadow-colored: 0 4px 20px var(--bit-shadow-color);
	box-shadow: var(--bit-ring-offset-shadow, 0 0 #0000), var(--bit-ring-shadow, 0 0 #0000), var(--bit-shadow);
}

.products .product .added_to_cart {
	display: none;
}

.products .product del {
	opacity: 0.6;
}

.products .product .woocommerce-Price-currencySymbol {
	margin-right: 0px;
}

.products .product .added_to_cart {
	display: none;
}

.products .product .actions {
	display: flex;
}

@media (max-width: 480px) {
	.products .product .actions {
		display: flex;
		flex-direction: column;
		margin-top: auto;
	}
}

.products .product .star-rating {
	display: none !important;
}

.products .product .add_to_cart_button,
.products .product .product_type_external,
.products .product .product_type_grouped,
.products .product .product_type_simple,
.products .product .product_type_variable {
	align-items: center;
	background-color: var(--color-primary);
	border: 0;
	border-radius: 100px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	margin: 0;
	overflow: hidden;
	padding: 10px 15px;
	text-decoration: none;
	text-overflow: ellipsis;
	transition: 0.3 ease-in-out;
	white-space: nowrap;
}

.products .product .add_to_cart_button.ajax_add_to_cart,
.products .product .product_type_external.ajax_add_to_cart,
.products .product .product_type_grouped.ajax_add_to_cart,
.products .product .product_type_simple.ajax_add_to_cart,
.products .product .product_type_variable.ajax_add_to_cart {
	overflow: hidden;
	position: relative;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.products .product .add_to_cart_button.ajax_add_to_cart::after,
.products .product .product_type_external.ajax_add_to_cart::after,
.products .product .product_type_grouped.ajax_add_to_cart::after,
.products .product .product_type_simple.ajax_add_to_cart::after,
.products .product .product_type_variable.ajax_add_to_cart::after {
	animation: spin 1s linear infinite;
	border: 2px solid #fff;
	border-radius: 50%;
	border-top: 2px solid #ccc;
	content: '';
	display: inline-block;
	height: 15px;
	margin-left: 10px;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	width: 15px;
}

.products .product .add_to_cart_button.ajax_add_to_cart::before,
.products .product .product_type_external.ajax_add_to_cart::before,
.products .product .product_type_grouped.ajax_add_to_cart::before,
.products .product .product_type_simple.ajax_add_to_cart::before,
.products .product .product_type_variable.ajax_add_to_cart::before {
	background-color: var(--color-secondary);
	content: '';
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%;
}

.products .product .add_to_cart_button.ajax_add_to_cart.loading::after,
.products .product .product_type_external.ajax_add_to_cart.loading::after,
.products .product .product_type_grouped.ajax_add_to_cart.loading::after,
.products .product .product_type_simple.ajax_add_to_cart.loading::after,
.products .product .product_type_variable.ajax_add_to_cart.loading::after {
	opacity: 1;
	visibility: visible;
}

.products .product .add_to_cart_button.ajax_add_to_cart.loading::before,
.products .product .product_type_external.ajax_add_to_cart.loading::before,
.products .product .product_type_grouped.ajax_add_to_cart.loading::before,
.products .product .product_type_simple.ajax_add_to_cart.loading::before,
.products .product .product_type_variable.ajax_add_to_cart.loading::before {
	opacity: 1;
	visibility: visible;
}

.products .product .add_to_cart_button:hover,
.products .product .product_type_external:hover,
.products .product .product_type_grouped:hover,
.products .product .product_type_simple:hover,
.products .product .product_type_variable:hover {
	background-color: var(--color-secondary);
	color: #fff;
}

.products .product .product_type_external {
	font-size: 12px;
}





.filter-container {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.filter-container * {
	box-sizing: border-box;
}

.filter-container .dropdown-menu {
	display: none;
}

.filter-container #product-search-form {
	height: 50px;
	border: 1px solid #eaeaea;
	border-radius: 50px;
	position: relative;
	background-color: #fefefe;
	min-width: 360px;
}

.filter-container #product-search-form input {
	background-color: transparent;
	border: none;
	outline: none;
	height: 50px;
	box-shadow: none;
	line-height: 50px;
	padding: 0px 20px;
	padding-right: 50px;
	max-width: 100%;
	width: 100%;
}

.filter-container .clear-filters-button {
	background-color: #2c6c9b;
	border: 1px solid #114d78;
	border-radius: 50px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
	padding-right: 70px;
	height: 50px;
	color: #fff;
}

.filter-container .clear-filters-button:hover {
	background-color: #114d78;
}

.filter-container .clear-filters-button .icon {
	border-color: #114d78;
}

.filter-container .clear-filters-button .icon svg {
	color: #114d78;
}

.filter-container .dropdown-toggle,
.filter-container .on-sale-toggle {
	background-color: #fefefe;
	border: 1px solid #eaeaea;
	border-radius: 50px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
	padding-right: 70px;
	height: 50px;
}

.filter-container .dropdown-toggle.active,
.filter-container .on-sale-toggle.active {
	border-color: #97b7ce;
	background-color: #e5edf3;
}

.filter-container .dropdown-toggle.active .icon,
.filter-container .on-sale-toggle.active .icon {
	background-color: #437da6;
}

.filter-container .dropdown-toggle.active .icon svg,
.filter-container .on-sale-toggle.active .icon svg {
	color: #fff;
}

.filter-container .icon {
	position: absolute;
	right: 5px;
	top: 4px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-radius: 50px;
}

.filter-container .icon svg {
	width: 18px;
	height: 18px;
	color: #475467;
}

.filter-container .custom-dropdown {
	position: relative;
}

.filter-container .custom-dropdown .dropdown-menu {
	position: absolute;
	top: 55px;
	left: 0;
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 400px;
	overflow-y: auto;
	width: 100%;
}

.filter-container .custom-dropdown .dropdown-menu li {
	padding: 10px 20px;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eaeaea;
	gap: 12px;
}

.filter-container .custom-dropdown .dropdown-menu li .line {
	display: flex;
	position: relative;
}

.filter-container .custom-dropdown .dropdown-menu li .line:before {
	content: '';
	display: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	background-color: #eaeaea;
}

.filter-container .custom-dropdown .dropdown-menu li:hover,
.filter-container .custom-dropdown .dropdown-menu li.active {
	background-color: #cbdbe6;
	border-bottom-color: #b1c9da;
}

.filter-container .custom-dropdown .dropdown-menu li:hover .line:before,
.filter-container .custom-dropdown .dropdown-menu li.active .line:before {
	background-color: #437da6;
}

@media (max-width: 960px) {
	.filter-container {
		flex-direction: column;
		gap: 6px;
	}

	.filter-container #product-search-form {
		min-width: 100%;
	}

	.filter-container .dropdown-toggle,
	.filter-container .on-sale-toggle,
	.filter-container .clear-filters-button {
		width: 100%;
	}
}





/**
 * Checkout
 */
.no-distraction .container {
	max-width: 1180px;
}

.no-distraction>.woocommerce {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-top: 15px;
}

.no-distraction .field-required-error-message {
	color: #e2401c !important;
}

.no-distraction .woocommerce-message {
	margin-bottom: 0;
	border-radius: 0;
}

.no-distraction .checkout-login-wrapper .woocommerce-form {
	background-color: #f9fafb;
	padding-bottom: 40px;
	padding-top: 20px;
}

.no-distraction .checkout-login-wrapper .woocommerce-form p {
	max-width: 500px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	text-align: left;
}

.no-distraction .checkout-login-wrapper .woocommerce-form p input {
	width: 100%;
}

.no-distraction .checkout-login-wrapper .woocommerce-form .form-row {
	margin-top: 10px;
}

.no-distraction .checkout-login-wrapper .woocommerce-form .woocommerce-form-login__rememberme {
	margin-bottom: 10px;
}

.no-distraction .checkout-login-wrapper .woocommerce-form .lost_password {
	margin-top: 10px;
}

.no-distraction .checkout-login-wrapper .woocommerce-form .lost_password a {
	color: #434343;
	font-size: 14px;
	text-decoration: none;
}

.no-distraction .checkout-login-wrapper .woocommerce-form .lost_password a:hover {
	text-decoration: underline;
}

.no-distraction .checkout-login-wrapper .woocommerce-form .woocommerce-form__input-checkbox {
	width: auto !important;
}

.no-distraction .checkout-login-wrapper .woocommerce-form .button {
	padding: 14px 32px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	background-color: #79b032;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	border: 2px solid #79b032;
	transition: 0.3s ease-in-out;
}

.no-distraction .checkout-login-wrapper .woocommerce-form .button:hover {
	background-color: #5d8c24;
	border-color: #5d8c24;
}

.no-distraction .form-row .required {
	text-decoration: none !important;
}

.no-distraction .checkout-wrapper {
	display: flex;
	align-items: flex-start;
	position: relative;
}

.no-distraction .checkout-wrapper .left {
	width: 60%;
	padding-right: 30px;
	padding-bottom: 60px;
}

.no-distraction .checkout-wrapper .left .header {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.no-distraction .checkout-wrapper .left .header h2 {
	font-size: 20px;
	color: #000;
}

.no-distraction .checkout-wrapper .left .woocommerce-account-fields .create-account p {
	margin: 0 !important;
}

.no-distraction .checkout-wrapper .left .woocommerce-account-fields .create-account .woocommerce-input-wrapper {
	display: block;
}

.no-distraction .checkout-wrapper .left .form-row {
	display: flex;
	align-items: flex-start;
	width: 100%;
	justify-content: flex-end;
}

.no-distraction .checkout-wrapper .left .form-row.create-account {
	justify-content: flex-start !important;
	font-size: 18px;
	font-weight: bold;
}

.no-distraction .checkout-wrapper .left .form-row label {
	width: 30%;
	font-size: 14px;
}

.no-distraction .checkout-wrapper .left .form-row>span {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 70%;
}

.no-distraction .checkout-wrapper .left .form-row>span input {
	width: 100%;
}

.no-distraction .checkout-wrapper .right {
	width: 40%;
	padding: 18px;
	border: 1px solid #eaeaea;
	background-color: #fff;
	border-radius: 12px;
	margin-top: 15px;
	margin-bottom: 30px;
	position: sticky;
	top: 15px;
}

.no-distraction .woocommerce-terms-and-conditions-wrapper span {
	color: #404040;
}

.no-distraction .woocommerce-terms-and-conditions-wrapper a {
	color: #404040;
}

.no-distraction .woocommerce-terms-and-conditions-wrapper a:hover {
	color: #79b032;
}

.no-distractions-header {
	border-bottom: 1px solid #eaeaea;
	padding: 15px 0px;
	background-color: #fff;
}

.no-distractions-header .container {
	max-width: 1180px;
}

.no-distractions-header a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
}

.no-distractions-header a img {
	width: 80px;
	height: 80px;
}

.page-template-pagesno-distraction-php .woocommerce-error {
	border-radius: 0px !important;
	background-color: transparent;
	padding: 20px;
}

.page-template-pagesno-distraction-php .woocommerce-error li {
	background-color: #e2401c !important;
	padding: 10px;
	margin-bottom: 5px;
	border-radius: 8px;
}

.page-template-pagesno-distraction-php #place_order {
	width: 100%;
	padding: 18px 32px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	background-color: #135B8E;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	border: 2px solid #135B8E;
	transition: 0.3s ease-in-out;
}

.page-template-pagesno-distraction-php #place_order:hover {
	background-color: #0d3d60;
	border-color: #0d3d60;
}

@media (max-width: 1024px) {
	.no-distraction .checkout-wrapper {
		flex-direction: column;
	}

	.no-distraction .checkout-wrapper .left {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #ccc;
		padding: 0;
	}

	.no-distraction .checkout-wrapper .left .form-row {
		flex-direction: column;
	}

	.no-distraction .checkout-wrapper .left .form-row label {
		width: calc(100% - 10px);
		overflow: hidden;
	}

	.no-distraction .checkout-wrapper .left .form-row .woocommerce-input-wrapper {
		width: 100%;
	}

	.no-distraction .checkout-wrapper .right {
		margin-top: 30px;
		margin-bottom: 60px;
		width: 100%;
		padding: 10px;
	}

	.no-distraction .checkout-login-wrapper .woocommerce-form {
		padding: 30px 15px;
	}

	.no-distractions-header a {
		margin-left: 0;
	}

	.page-template-pagesno-distraction-php .woocommerce-error {
		padding: 20px 0px;
	}
}

.shipping-methods {
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 30px;
}

.shipping-methods .woocommerce-form__shipping-option {
	display: flex;
	flex-direction: column;
}

.shipping-methods .woocommerce-form__shipping-option .radio {
	padding: 12px;
	border-bottom: 1px solid #eaeaea;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	display: flex;
	align-items: center;
	gap: 10px;
}

.shipping-methods .woocommerce-form__shipping-option .radio:hover,
.shipping-methods .woocommerce-form__shipping-option .radio.active {
	background-color: #e5edf3;
	color: #0a2e48;
}

.shipping-methods .woocommerce-form__shipping-option .radio:last-child {
	border-bottom: none;
}

.shipping-methods .shipping_address {
	padding: 12px;
	background-color: #fcfcfd;
	border-top: 1px solid #eaeaea;
}

.checkout-wrapper .woocommerce-checkout-review-order-table {
	margin-bottom: 0 !important;
}

.checkout-wrapper #payment .form-row {
	display: flex;
	gap: 10px;
	flex-direction: column !important;
}

.checkout-wrapper #payment .form-row label {
	width: 100%;
	font-size: 14px;
}

.checkout-wrapper .wc_payment_methods {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	list-style: none;
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	overflow: hidden;
}

.checkout-wrapper .wc_payment_methods .woocommerce-notice {
	border-radius: 8px;
	padding: 12px;
	margin-bottom: 12px;
}

.checkout-wrapper .wc_payment_methods .woocommerce-notice.woocommerce-info {
	background-color: #f5f9ff;
	border: 1px solid #7bb5ff;
	color: #042c40;
}

.checkout-wrapper .wc_payment_methods .wc_payment_method {
	border: 0;
	padding: 0px !important;
	border-radius: 0px;
	border-bottom: 1px solid #eaeaea;
}

.checkout-wrapper .wc_payment_methods .wc_payment_method:last-child {
	border-bottom: none;
}

.checkout-wrapper .wc_payment_methods .wc_payment_method .payment_box {
	padding-top: 12px;
}

.checkout-wrapper .wc_payment_methods .wc_payment_method .wc-stripe_cc-new-method-container {
	margin-bottom: 0;
}

.checkout-wrapper .wc_payment_methods .wc_payment_method .wc-stripe-save-source {
	display: flex;
	gap: 10px;
}

.checkout-wrapper .wc_payment_methods .wc_payment_method .wc-stripe-save-source label {
	width: auto;
}

.checkout-wrapper .wc_payment_methods .wc_payment_method .payment_box {
	padding: 12px !important;
	border-top: 1px solid #eaeaea;
	background-color: #fcfcfd;
}

.checkout-wrapper .wc_payment_methods .wc_payment_method label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	cursor: pointer;
	padding: 12px;
	height: 49px;
}

.checkout-wrapper .wc_payment_methods .wc_payment_method label .info {
	display: flex;
	align-items: center;
	width: 50%;
	gap: 10px;
}

.checkout-wrapper .wc_payment_methods .wc_payment_method label .icon {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 50%;
}

.checkout-wrapper .wc_payment_methods .wc_payment_method label .icon .wc-stripe-card-icons-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.wc-stripe-hide {
	transition: none !important;
}

.custom-checkout-info {
	margin-top: 20px;
	padding: 20px;
	background: #f8f8f8;
	border-radius: 8px;
}

.custom-checkout-info .info-item {
	margin-bottom: 15px;
}

.custom-checkout-info .info-item:last-child {
	margin-bottom: 0;
}

.custom-checkout-info .info-item p {
	margin: 0;
}

.custom-checkout-info .info-item strong {
	display: block;
	font-size: 16px;
}

.ready-to-ship {
	padding: 12px 32px;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}

.ready-to-ship span {
	text-align: center;
	width: 100%;
}

.coupon {
	padding: 18px;
	border: 1px solid #eaeaea;
	background-color: #fff;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.coupon button {
	width: 100%;
	padding: 12px 32px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	background-color: var(--color-primary);
	color: #fff;
	border-radius: 50px;
	text-decoration: none;
	border: 2px solid var(--color-primary);
	transition: 0.3s ease-in-out;
	cursor: pointer;
}

.coupon button:hover {
	background-color: var(--color-secondary);
	border-color: var(--color-secondary);
}

.coupon button:disabled {
	background-color: #d0d5dd;
	border-color: #d0d5dd;
}

.checkout-wrapper .payment-title {
	margin-bottom: 15px;
}

.checkout-wrapper .payment-title h3 {
	margin-bottom: 0;
}

.checkout-wrapper .payment-title p {
	margin: 0;
	color: #475467;
}

.mobile-cart {
	display: none;
}

@media (max-width: 1024px) {
	.mobile-cart {
		display: block;
		margin-top: 30px;
		background-color: #fff;
		border: 1px solid #eaeaea;
		border-radius: 8px;
		padding: 16px;
	}
}

@media (max-width: 1024px) {
	.container .checkout {
		padding-bottom: 60px;
	}

	.container .checkout .right {
		display: none;
	}
}

.no-distraction .woocommerce-notices-wrapper {
	max-width: 1180px;
	margin: 0 auto;
}

.woocommerce-checkout-review-order {
	width: 100%;
}

.woocommerce-checkout-review-order .cart-item {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	gap: 10px;
}

.woocommerce-checkout-review-order .cart-item .amount {
	font-size: 13px !important;
}

.woocommerce-checkout-review-order .cart-item .product-name {
	width: calc(100% - 100px);
}

.woocommerce-checkout-review-order .cart-item .product-name .details {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
}

.woocommerce-checkout-review-order .cart-item .product-name .details .image {
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
	border-radius: 8px;
	border: 1px solid #eaeaea;
	overflow: hidden;
}

.woocommerce-checkout-review-order .cart-item .product-name .details .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.woocommerce-checkout-review-order .cart-item .product-name .details .info {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.woocommerce-checkout-review-order .cart-item .product-name .details .info .name {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	max-width: calc(100% - 50px);
}

.woocommerce-checkout-review-order .shipping-not-in-checkout {
	display: none !important;
}

.woocommerce-checkout-review-order .cart-totals {
	margin-top: 10px;
}

.woocommerce-checkout-review-order .cart-totals .cart-subtotal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 0px;
}

.woocommerce-checkout-review-order .cart-totals .cart-discount {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 0px;
}

.woocommerce-checkout-review-order .cart-totals .cart-discount .woocommerce-remove-coupon {
	color: #ff1e1e;
	text-decoration: none;
}

.woocommerce-checkout-review-order .cart-totals .cart-discount .woocommerce-remove-coupon:hover {
	text-decoration: underline;
}

.woocommerce-checkout-review-order .cart-totals .order-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 19px;
	font-weight: 600;
	color: #000 !important;
}

.woocommerce-checkout-review-order .cart-totals .order-total span {
	font-weight: 600 !important;
}

.woocommerce-checkout-review-order .cart-totals .shipping {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	margin-bottom: 15px;
}

.woocommerce-checkout-review-order .cart-totals .shipping .shipping-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
	margin: 0;
	padding: 15px 20px;
	border-radius: 8px;
	border: 1px solid #025b85;
	background-color: #e5edf3;
	color: #025b85;
	width: 100%;
	margin-top: 15px;
}

.woocommerce-cart .get-free-shipping {
	margin-bottom: 30px;
}

.woocommerce-form-coupon {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 15px;
}

.woocommerce-form-coupon input {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 16px;
	height: 49px;
}

.woocommerce-form-coupon button,
.update-cart-btn {
	padding: 10px 20px;
	background-color: var(--color-primary);
	color: #fff;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	transition: 0.3s ease-in-out;
	min-width: 220px;
	height: 44px;
}

.woocommerce-form-coupon button:hover,
.update-cart-btn:hover {
	background-color: var(--color-secondary);
}


.woocommerce-info::before {
	display: none;
}



.top-products {
	padding: 70px 0 0;
}

.top-products .arrow-btn {
	margin-top: 32px;
}

.top-products h2 {
	color: var(--color-title);
	font-size: 28px;
	margin: 0 0 16px;
}

.top-products p {
	margin: 0;
}

.top-products .top-sellers {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 32px;

}

.top-products .top-sellers li a {
	text-decoration: none;
}

.top-products .top-sellers li {
	width: calc(25% - 21px);
}

.top-products .top-sellers li h2 {
	font-size: 16px;
	color: var(--color-title);
	margin: 12px 0 8px;
}

.top-products .top-sellers li img {
	height: 330px;
	object-fit: contain;
	border: 1px solid #E9EAEB;
	width: 100%;
}

.custom-slider-wrapper {
	overflow: hidden;
	position: relative;
	max-width: 100%;
}

.custom-slider {
	display: flex;
	transition: transform 0.5s ease;
	width: 100%;
}

.slide {
	min-width: 100%;
	position: relative;
}

.slide img {
	width: 100%;
	height: 330px;
	object-fit: cover;
	pointer-events: none;
	user-select: none;
}

.slider-dots {
	text-align: center;
	margin-top: -30px;
	position: relative;
}

.dot {
	width: 8px;
	height: 8px;
	border-radius: 50px;
	background: #FFFFFF;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	opacity: 0.3;
}

.dot.active {
	background: #FFFFFF;
	width: 12px;
	opacity: 1;
}


.bathroom-exhibition {
	display: flex;
	padding-top: 70px;
	gap: 32px;
}


.bathroom-exhibition .content {
	width: 60%;
}

.bathroom-exhibition .content h2 {
	margin: 0;
}

.bathroom-exhibition .content .btn {
	border: 1px solid #2C5A9E;
	padding: 8px 16px;
	border-radius: 100px;
	font-weight: 400;
	font-size: 14px;
	color: var(--color-primary);
	display: flex;
	gap: 6px;
	width: max-content;
	text-decoration: none;
	transition: .2s ease-in-out;
}

.bathroom-exhibition .content .btn:hover {
	background-color: #EAEFF5;
	transition: .2s ease-in-out;
}

.bathroom-exhibition .content .exhibition-button {
	display: flex;
	gap: 12px;
	padding-top: 32px;

}

.bathroom-exhibition .exhibition-slider {
	width: 40%;
}



.home-category-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	padding-top: 32px;
}

.home-category-wrapper .home-category-item {
	width: calc(25% - 21px);
}



.home-category-item {
	text-decoration: none;
}

.home-category-wrapper .home-category-title {
	font-weight: 600;
	font-size: 16px;
	color: var(--color-title);
	margin: 10px 0 8px;
}

.home-category-wrapper .home-category-description {
	margin: 0;
	color: var(--color-text);

}

.home-category {
	padding-top: 70px;
}


.home-category h2 {
	color: var(--color-title);
	font-size: 28px;
	margin: 0 0 16px;
}

.home-category p {
	margin: 0;
}



.home-blog {
	padding-top: 70px;
}

.home-blog h2 {
	color: var(--color-title);
	font-size: 28px;
	margin: 0 0 16px;
}

.home-blog p {
	margin: 0;
}


.home-blog .arrow-btn {
	margin-top: 32px;
}

.latest-posts {
	display: flex;
	gap: 28px;
	padding-top: 32px;
	flex-wrap: wrap;
}

.latest-posts .post-item a {
	text-decoration: none;
}

.latest-posts .post-item {
	width: calc(25% - 21px);
}

.latest-posts .post-item img {
	height: 330px;
	object-fit: cover;
}

.latest-posts .post-item .post-date {
	margin: 10px 0px;
	color: var(--color-text);
	font-size: 14px;
}

.latest-posts .post-item h4 {
	color: var(--color-title);
	font-size: 16px;
	margin: 0 0 12px;
}




.contact-page #map {
	scroll-margin-top: 100px !important;
}



.contact-page .contact-hero {
	padding: 30px 0px 50px;
}

.contact-page .contact-hero h1 {
	font-size: 28px;
	color: var(--color-title);
	margin: 0;
}

.contact-page .contact-box {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	padding-bottom: 20px;
}

.contact-page .contact-box .box {
	width: calc(25% - 24px);
}


.contact-page .contact-box .box h3 {
	font-size: 20px;
	color: var(--color-title);
	margin-top: 16px;
	margin-bottom: 8px;
}

.contact-page .contact-box .box p {
	margin: 0px;
	margin-bottom: 12px;
}

.contact-page .contact-box .box a {
	color: var(--color-primary);
	text-decoration: none;
	font-size: 16px;
}

.contact-page .contact-box .box a:hover {
	text-decoration: underline;
}







.customer-boxes .customer-reviews {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}



.customer-boxes .customer-reviews .review {
	padding: 20px;
	border: 1px solid #D5D7DA;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
}


.customer-boxes .customer-reviews .review p {
	margin: 0px;
	color: var(--color-text);
	font-weight: 400;
	font-size: 14px;
}

.customer-boxes .customer-reviews .review .box-bottom {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 12px;
	padding-bottom: 12px;
}

.customer-boxes .customer-reviews .review .box-bottom img {
	height: 44px;
	width: 44px;
	object-fit: cover;
}

.customer-boxes .customer-reviews .review .box-bottom .stars h4 {
	margin: 0px;
	font-weight: 600;
	font-size: 16px;
	color: var(--color-title);

}

.home-customer-reviews .section-header {
	padding-bottom: 30px;
}

.home-customer-reviews .section-header h2 {
	color: var(--color-title);
	font-size: 28px;
	margin: 0 0 16px;
}



.home-customer-reviews .section-header p {
	margin: 0;
}

.home-customer-reviews {
	padding: 70px 0px;
}

.home-customer-reviews .review-text .see-more {
	color: var(--color-title);

}

.home-customer-reviews .review-text .see-more:hover {
	color: var(--color-secondary);
}



.home-customer-reviews .arrow-btn {
	margin-top: 32px;
}






.custom-posts-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;

}


.custom-posts-flex .custom-post {
	width: calc(25% - 21px);
}

.custom-posts-flex .custom-post .thumbnail img {
	height: 330px;
	width: 100%;
	object-fit: cover;
}






.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 8px;
	margin-top: 64px;
	padding: 22px 0;
	border-top: 1px solid #EAECF0;
}

.pagination .page-numbers {
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #535862;
	padding: 0px 6px !important;
	padding: 5px 10px !important;
	border-radius: 100px;
}

.pagination .page-numbers.current {
	background-color: var(--color-primary);
	color: white;
}

.pagination .page-numbers.current:hover {
	background-color: var(--color-primary);
	color: white;
}

.pagination .prev {
	margin-right: auto;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #101828;
	line-height: 20px;

}


.pagination .next {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #101828;
	line-height: 20px;
}

.prev.page-numbers {
	box-shadow: 0px 2px 4px -2px #0A0D120F;
	box-shadow: 0px 4px 6px -1px #0A0D121A;
	background: #FAFAFA;
	border-radius: 100px;
	padding: 10px !important;
}

.next.page-numbers {
	box-shadow: 0px 2px 4px -2px #0A0D120F;
	box-shadow: 0px 4px 6px -1px #0A0D121A;
	background: #FAFAFA;
	border-radius: 100px;
	padding: 10px !important;
}

.pagination .page-numbers:hover {
	box-shadow: 0px 2px 4px -2px #0A0D120F;
	box-shadow: 0px 4px 6px -1px #0A0D121A;
	background: #FAFAFA;
}


.prev.page-numbers.disabled {
	box-shadow: none;
	box-shadow: none;
	background: none;
}

.next.page-numbers.disabled {
	box-shadow: none;
	box-shadow: none;
	background: none;
}


.pagination ul {
	display: flex;
	margin: 0;
	padding: 0;
}

.pagination ul li {
	list-style: none;
}



.page-numbers-wrap .prev.page-numbers {
	box-shadow: none;
	box-shadow: none;
	background: none;
}

.page-numbers-wrap .next.page-numbers {
	box-shadow: none;
	box-shadow: none;
	background: none;
}



.blog-container {
	max-width: 800px;
	margin: 0 auto;
}


.blog-container .post-thumbnail {
	padding-bottom: 60px;
	padding-top: 30px;
}

.blog-container .post-thumbnail img {
	width: 100%;
}

.blog-container .posted-on a {
	color: var(--color-text);
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
}

.blog-container .post-category {
	display: flex;
	align-items: center;
}

.blog-container .post-category p {
	margin: 0px;
	font-weight: 400;
	font-size: 14px;
}

.blog-container .post-category a {
	font-weight: 400;
	font-size: 14px;
	color: var(--color-text);
	text-decoration: none;
}

.blog-container .post-category a:hover {
	text-decoration: underline;
}


.blog-container .post-tags p {
	margin: 0px;
	font-weight: 400;
	font-size: 14px;
}

.blog-container .post-tags a {
	font-weight: 400;
	font-size: 14px;
	color: var(--color-text);
	text-decoration: none;
}

.blog-container .post-tags a:hover {
	text-decoration: underline;
}


.single-post .home-blog {
	padding-bottom: 50px;
}

.wp-block-list {
	margin: 0;
}



.contact-wrapper {
	padding: 50px 0px;

}

.contact-wrapper .contact-section {
	display: flex;
	gap: 40px;
}

.contact-wrapper .contact-section .contact-info {
	width: 55%;
}

.contact-wrapper .contact-section .contact-form {
	width: 45%;
}



.contact-section .contact-form .first-row h2 {
	text-align: left;
	color: var(--color-title);
	margin-top: 0px;
	font-size: 28px;

}

.contact-section .contact-info iframe {
	height: calc(100% - 17px) !important;
}

.contact-section .contact-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}







.wpforms-form em.wpforms-error {
	margin: 0px !important;
	padding: 0px !important;
	position: absolute !important;
	font-size: 12px !important;
}

.wpforms-error:before {
	display: none !important;
}

.wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block {
	padding: 0px 8px !important;
}

.wpforms-container .wpforms-field {
	padding: 8px 0px !important;
}

.wpforms-container-full input[type="text"] {
	height: 50px !important;
	border-radius: 10px !important;
	border: 1px solid #d5d7da !important;
	font-family: "Figtree", serif !important;
	color: #414651 !important;
	background-color: transparent !important;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05) !important;
	padding: 12px !important;

}

.wpforms-container-full input[type="email"] {
	height: 50px !important;
	border-radius: 10px !important;
	border: 1px solid #d5d7da !important;
	font-family: "Figtree", serif !important;
	color: #414651 !important;
	background-color: transparent !important;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05) !important;
	padding: 12px !important;

}

.wpforms-form textarea {
	min-height: 160px !important;
	border-radius: 10px !important;
	border: 1px solid #d5d7da !important;
	font-family: "Figtree", serif !important;
	color: #414651 !important;
	background-color: transparent !important;
	resize: none !important;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05) !important;
	padding: 12px !important;
}

.wpforms-container-full input[type="text"]::placeholder {
	font-family: "Figtree", serif !important;
	color: #414651 !important;
}

.wpforms-container-full input[type="email"]::placeholder {
	font-family: "Figtree", serif !important;
	color: #414651 !important;
}

.wpforms-form textarea::placeholder {
	font-family: "Figtree", serif !important;
	color: #414651 !important;
}

.wpforms-container-full button[type="submit"] {
	background: transparent !important;
	transition: 0.2s ease-in-out;
	border-radius: 10px !important;
	font-family: "Figtree", serif;
	color: #fff !important;
	background-color: var(--color-primary) !important;
	border: 1px solid #d5d7da;
	width: 100% !important;
	padding: 12px;
}

.wpforms-container-full button[type="submit"]:hover {
	background-color: var(--color-secondary) !important;
	border: 1px solid var(--color-secondary);
	transition: 0.2s ease-in-out;
}

@media (max-width: 600px) {
	.wpforms-one-half {
		width: 100% !important;
		margin-left: 0px !important;
	}

	.wpforms-form em.wpforms-error {
		position: relative !important;
	}
}

.wpforms-confirmation-container-full {
	background: transparent !important;
	box-sizing: border-box;
	height: 300px !important;
	display: flex !important;
	border: 1px solid #ececec !important;
	justify-content: center !important;
	align-items: center !important;
	text-align: center !important;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05) !important;
}

.about-us-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	/* 50% - 50% */
	grid-auto-rows: auto;
	gap: 8px;
}

.about-us-gallery .gallery-item img {
	height: 100%;
	object-fit: cover;
}

.about-us-gallery .gallery-item:nth-child(1) {
	grid-column: 1 / 2;
	/* Left side */
	grid-row: 1 / 3;
	/* Span two rows (match height of items 2 & 3) */
}

.about-us-gallery .gallery-item:nth-child(2) {
	grid-column: 2 / 3;
	/* Right side */
	grid-row: 1 / 2;
}

.about-us-gallery .gallery-item:nth-child(3) {
	grid-column: 2 / 3;
	/* Right side */
	grid-row: 2 / 3;
}

.about-us-page .hero {
	padding-bottom: 70px;
	padding-top: 30px;
}


.about-us-page .hero h1 {
	margin-top: 0px;
}

.about-us-page .bathroom-exhibition {
	padding-bottom: 70px;
}


.suppliers-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 21px;
}

.suppliers-wrapper .supplier-box {
	width: calc(25% - 20px);
	text-decoration: none;
}

.suppliers-wrapper .supplier-box .supplier-image {
	border: 1px solid #E9EAEB;
	padding: 16px;
}


.suppliers-wrapper .supplier-box .supplier-title {
	font-weight: 700;
	font-size: 16px;
	margin: 0 0 10px;
	color: var(--color-title);
}

.suppliers-wrapper .supplier-box .supplier-description {
	margin: 4px 0 0;
}

.suppliers-page .hero {
	padding: 30px 0;
}

.suppliers-page .hero h1 {
	margin: 0 0 20px;
}

.suppliers-page .hero p {
	margin: 0;
}

.suppliers-wrapper {
	padding: 40px 0 70px;
}




.woocommerce-breadcrumb {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 14px;
	padding-top: 15px;
}

.woocommerce-breadcrumb a {
	color: #475467;
	text-decoration: none;
}



.woo-breadcrumbs {
	max-width: 1280px;
	margin: 0 auto;
	padding: 10px 0 0 20px;
}





.woocommerce-cart .cart-data {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}

.woocommerce-cart .cart-data .coupon label {
	display: none;
}

.woocommerce-cart .cart-data .product-subtotal {
	text-align: right;
}

.woocommerce-cart .cart-data .cart_item .product-thumbnail .thumbnail a {
	border: 1px solid #e0e0e0;
	/* Replace $divider with actual color */
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	width: 70px;
	height: 70px;
	display: flex;
}

.woocommerce-cart .cart-data .woocommerce-cart-form {
	width: 70%;
}

.woocommerce-cart .cart-data .woocommerce-cart-form .expected-delivery-cart {
	color: #ed2939;
	font-size: 12px;
}

.woocommerce-cart .cart-data .woocommerce-cart-form .product-thumbnail img {
	max-width: 70px;
	max-height: 70px;
}

.woocommerce-cart .cart-data .woocommerce-cart-form .qty {
	width: 60px;
}

.woocommerce-cart .cart-data .cart-left {
	width: 70%;
}

.woocommerce-cart .cart-data .cart-collaterals {
	width: 30%;
}



.woocommerce-cart .cart-data .cart-collaterals .cart_totals {
	padding: 16px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	border-radius: 8px;
	margin-top: 16px;
}

.woocommerce-cart .cart-data .cart-collaterals .cart_totals .wc_stripe_cart_payment_methods {
	margin-bottom: 0 !important;
}

.woocommerce-cart .cart-data .cart-collaterals .checkout-button {
	border-radius: 50px;
}

.woocommerce-cart .cart-data .cart-collaterals .shipping-box {
	padding: 15px 0px;
	border-top: 1px solid #eaecf0;
	border-bottom: 1px solid #eaecf0;
}

.woocommerce-cart .cart-data .cart-collaterals .shipping-box li label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.woocommerce-cart .cart-data .cart-collaterals .shipping-box .woocommerce-shipping-destination {
	display: none;
}

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

.woocommerce-cart .cart-data .cart-collaterals .shop_table .cart-subtotal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 0px;
}

.woocommerce-cart .cart-data .cart-collaterals .shop_table .cart-discount {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 0px;
}

.woocommerce-cart .cart-data .cart-collaterals .shop_table .cart-discount .woocommerce-Price-amount bdi {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 90px;
}

.woocommerce-cart .cart-data .cart-collaterals .shop_table .cart-discount th {
	color: red !important;
}

.woocommerce-cart .cart-data .cart-collaterals .shop_table .cart-discount td {
	display: flex !important;
	justify-content: flex-end !important;
}

.woocommerce-cart .cart-data .cart-collaterals .shop_table .cart-discount .woocommerce-remove-coupon {
	color: #b71c1c;
	/* Replace $error-700 with actual color */
	text-decoration: none;
	background-color: #ff1e1e1c;
}

.woocommerce-cart .cart-data .cart-collaterals .shop_table .cart-discount .woocommerce-remove-coupon:hover {
	text-decoration: underline;
}

.woocommerce-cart .cart-data .cart-collaterals .shop_table .woocommerce-shipping-totals {
	padding: 16px 0px;
}

.woocommerce-cart .cart-data .cart-collaterals .shop_table tbody {
	display: flex;
	flex-direction: column;
}

.woocommerce-cart .cart-data .cart-collaterals .shop_table tr {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #eaecf0;
}

.woocommerce-cart .cart-data .cart-collaterals .amount bdi {
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.tax-rate-li-mwst-1 {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
}



@media (max-width: 770px) {
	.woocommerce-cart .cart-data .cart-collaterals .amount bdi {
		text-align: right;
		margin-left: auto;
		max-width: 25%;
	}
}

.woocommerce-cart .cart-data .cart-collaterals .order-total {
	padding: 15px 0px;
	border-top: 1px solid #eaecf0;
	border-bottom: 1px solid #eaecf0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.woocommerce-cart .cart-data .cart-collaterals .checkout-button {
	padding: 8px 32px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	background-color: var(--color-primary);
	/* Replace $blue with actual color */
	color: #fff;
	text-decoration: none;
	border: 2px solid var(--color-primary);
	/* Replace $blue with actual color */
	transition: 0.3s ease-in-out;
	width: 100%;
}

.woocommerce-cart .cart-data .cart-collaterals .checkout-button:hover {
	background-color: var(--color-secondary);
	border-color: var(--color-secondary);
}

.woocommerce-cart .cart-data .cart-collaterals .woocommerce-shipping-destination {
	text-align: left;
	margin: 10px 0px;
}

.woocommerce-cart .cart-data .cart-collaterals .woocommerce-shipping-methods {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-cart .cart-data .cart-collaterals .woocommerce-shipping-methods li {
	text-align: left;
}

.woocommerce-cart .cart-data .cart-collaterals input {
	width: 100%;
	border: 1px solid #d0d5dd;
	background: #ffffff;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	border-radius: 8px;
	padding: 10px 14px;
	color: #101828;
	font-weight: 400;
	font-size: 16px;
}

.woocommerce-cart .cart-data .cart-collaterals .select2-selection {
	height: 46px;
}

.woocommerce-cart .cart-data .cart-collaterals .select2-selection .select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
}

.woocommerce-cart .cart-data .cart-collaterals .woocommerce-shipping-calculator {
	text-align: left;
	margin: 10px 0px;
}

.woocommerce-cart .cart-data .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
	color: #000;
	text-decoration: underline;
	transition: 0.2s ease-in-out;
}

.woocommerce-cart .cart-data .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
	color: #024462;
	/* Replace $primary with actual color */
}

.woocommerce-cart .cart-data .cart-collaterals .woocommerce-shipping-calculator .button {
	padding: 8px 32px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	background-color: var(--color-primary);
	color: #fff;
	text-decoration: none;
	border: 2px solid var(--color-primary);
	transition: 0.3s ease-in-out;
	width: 100%;
	cursor: pointer;
}

.woocommerce-cart .cart-data .cart-collaterals .woocommerce-shipping-calculator .button:hover {
	background: var(--color-secondary);
	transition: 0.3s ease-in-out;
}








.woocommerce-cart table td,
.woocommerce-cart table th {
	padding: 10px 10px;
}

.woocommerce-cart table td {
	border-bottom: 1px solid #e0e0e0;
	/* Replace $divider with actual color */
}

.woocommerce-cart table td.actions {
	border-color: transparent;
}

@media (max-width: 960px) {
	.woocommerce-cart table tr {
		border: 1px solid #e0e0e0;
		/* Replace $divider with actual color */
	}
}

/* .woocommerce-cart .woocommerce-notices-wrapper {
	margin-bottom: 30px;
	padding: 0;
	margin-top: 20px;
} */

.woocommerce-cart .shipping-not-in-cart {
	display: none !important;
}

.woocommerce-cart .cart-cross-sells {
	margin-top: 60px;
}

.woocommerce-cart .cart-cross-sells h4 {
	margin-top: 0;
	color: #424242;
	/* Replace $grey-800 with actual color */
	font-size: 20px;
}

.cart-collaterals .cross-sells {
	display: none;
}




.woocommerce-cart .entry-title {
	color: #424242;
	/* Replace $grey-800 with actual color */
	font-size: 35px;
}

.woocommerce-cart .woocommerce-info {
	padding: 15px;
	text-align: center;
	color: #000 !important;
	border-radius: 8px;
	margin-bottom: 15px;
}

.woocommerce-cart .woocommerce-info a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.woocommerce-cart .woocommerce-info a:hover {
	text-decoration: underline;
}



.woocommerce .woocommerce-info {
	padding: 15px;
	text-align: center;
	color: #000 !important;
	border-radius: 8px;
	margin: 15px 0;
}

.woocommerce .woocommerce-info a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.woocommerce .woocommerce-info a:hover {
	text-decoration: underline;
}



.woocommerce-cart .recurring-amount {
	float: right !important;
}

.woocommerce-cart .ywsbs-price {
	font-weight: bold;
}

.woocommerce-cart .product-name a {
	display: block;
	color: #616161;
	/* Replace $grey-700 with actual color */
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
	padding-right: 30px;
}

.woocommerce-cart .product-name a:hover {
	text-decoration: underline;
}

.woocommerce-cart .product-delete .delete {
	display: block;
	text-align: right;
}

.woocommerce-cart .product-delete .delete a {
	top: 10px;
	right: 10px;
	margin: 0;
	color: #ff1e1e;
	display: flex;
	padding: 9px;
	border-radius: 10px;
	border: 1px solid transparent;
	justify-content: center;
	transition: .2s ease-in-out;
}

.woocommerce-cart .product-delete .delete a:hover {
	background-color: rgb(255, 241, 241);
	transition: .2s ease-in-out;
}

.woocommerce-cart .cart-data {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}

.woocommerce-cart .cart-data .coupon label {
	display: none;
}

.woocommerce-cart .cart-data .product-subtotal {
	text-align: right;
}

.woocommerce-cart .cart-data .cart_item .product-thumbnail .thumbnail a {
	border: 1px solid #e0e0e0;
	/* Replace $divider with actual color */
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	width: 70px;
	height: 70px;
	display: flex;
}

.woocommerce-cart .cart-data .woocommerce-cart-form {
	width: 70%;
}

.woocommerce-cart .cart-data .woocommerce-cart-form .expected-delivery-cart {
	color: #ed2939;
	font-size: 12px;
}

.woocommerce-cart .cart-data .woocommerce-cart-form .product-thumbnail::before {
	content: none;
}

.woocommerce-cart .cart-data .woocommerce-cart-form .product-thumbnail img {
	max-width: 70px;
	max-height: 70px;
}

.woocommerce-cart .cart-data .woocommerce-cart-form .qty {
	width: 60px;
}

.woocommerce-cart .cart-data .cart-left {
	width: 70%;
}

.woocommerce-cart .cart-data .cart-collaterals {
	width: 30%;
}

.woocommerce-cart .cart-data .cart-collaterals .cart_totals {
	padding: 16px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	border-radius: 8px;
	margin-top: 16px;
}

.woocommerce-cart .cart-data .cart-collaterals .cart_totals .wc_stripe_cart_payment_methods {
	margin-bottom: 0 !important;
}

.woocommerce-cart .cart-data .cart-collaterals .checkout-button {
	border-radius: 50px;
}

.woocommerce-cart .cart-data .cart-collaterals .shipping-box {
	padding: 15px 0px;
	border-top: 1px solid #eaecf0;
	border-bottom: 1px solid #eaecf0;
}

.woocommerce-cart .cart-data .cart-collaterals .shipping-box li label {
	display: flex;
	align-items: start;
	justify-content: space-between;
	width: 100%;
	flex-direction: column;
}

.woocommerce-cart .cart-data .cart-collaterals .shipping-box .woocommerce-shipping-destination {
	display: none;
}

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

.woocommerce-cart .cart-data .cart-collaterals .shop_table .cart-subtotal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 0px;
}

.woocommerce-cart .cart-data .cart-collaterals .shop_table .cart-discount {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 0px;
}

.woocommerce-cart .cart-data .cart-collaterals .shop_table .cart-discount .woocommerce-Price-amount bdi {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 90px;
}

.woocommerce-cart .cart-data .cart-collaterals .shop_table .cart-discount th {
	color: red !important;
}

.woocommerce-cart .cart-data .cart-collaterals .shop_table .cart-discount td {
	display: flex !important;
	justify-content: flex-end !important;
}

.woocommerce-cart .cart-data .cart-collaterals .shop_table .cart-discount .woocommerce-remove-coupon {
	color: #b71c1c;
	/* Replace $error-700 with actual color */
	text-decoration: none;
	background-color: #ff1e1e1c;
}

.woocommerce-cart .cart-data .cart-collaterals .shop_table .cart-discount .woocommerce-remove-coupon:hover {
	text-decoration: underline;
}

.woocommerce-cart .cart-data .cart-collaterals .shop_table .woocommerce-shipping-totals {
	padding: 16px 0px;
}

.woocommerce-cart .cart-data .cart-collaterals .shop_table tbody {
	display: flex;
	flex-direction: column;
}

.woocommerce-cart .cart-data .cart-collaterals .shop_table tr {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #eaecf0;
}

.woocommerce-cart .cart-data .cart-collaterals .amount bdi {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 85px;
}

.shipping-calculator-form button {
	padding: 8px 32px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	background-color: var(--color-primary);
	color: #fff;
	text-decoration: none;
	border: 2px solid var(--color-primary);
	transition: 0.3s ease-in-out;
	width: 100%;
	border-radius: 50px;
}

.home-cta {
	position: relative;
	background: linear-gradient(79.86deg, #0C2E46 -21.59%, #1D71AC 119.74%);
	overflow: hidden;
	padding: 70px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.home-cta::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('http://localhost:8888/edlesbad/wp-content/uploads/2025/06/cta-Grid-scaled.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 0;
}

.home-cta .container {
	z-index: 99;
}

.home-cta h2 {
	font-size: 32px;
	color: #fff;
	text-wrap: balance;
}

.home-cta p {
	font-size: 16px;
	color: #fff;
	padding-bottom: 32px;
}

.home-cta a {
	font-size: 16px;
	padding: 11px 18px;
	border-radius: 50px;
	background-color: #fff;
	color: #185A8C;
	text-decoration: none;
}

.home-cta a:hover {
	background-color: #EAEFF5;
}




@media (max-width: 770px) {
	.woocommerce-cart .cart-data .cart-collaterals .amount bdi {
		text-align: right;
		margin-left: auto;
		max-width: 25%;
	}
}

.woocommerce-cart .cart-data .cart-collaterals .order-total {
	padding: 15px 0px;
	border-top: 1px solid #eaecf0;
	border-bottom: 1px solid #eaecf0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.woocommerce-cart .cart-data .cart-collaterals .checkout-button {
	padding: 8px 32px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	background-color: var(--color-primary);
	/* Replace $blue with actual color */
	color: #fff;
	text-decoration: none;
	border: 2px solid var(--color-primary);
	/* Replace $blue with actual color */
	transition: 0.3s ease-in-out;
	width: 100%;
}

.woocommerce-cart .cart-data .cart-collaterals .checkout-button:hover {
	background-color: var(--color-secondary);
	border-color: var(--color-secondary);
}

.woocommerce-cart .cart-data .cart-collaterals .woocommerce-shipping-destination {
	text-align: left;
	margin: 10px 0px;
}

.woocommerce-cart .cart-data .cart-collaterals .woocommerce-shipping-methods {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-cart .cart-data .cart-collaterals .woocommerce-shipping-methods li {
	text-align: left;
	display: flex;
	align-items: start;
	gap: 15px;
	margin-bottom: 20px;
}

.woocommerce-cart .cart-data .cart-collaterals input {
	width: 100%;
	border: 1px solid #d0d5dd;
	background: #ffffff;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	border-radius: 8px;
	padding: 10px 14px;
	color: #101828;
	font-weight: 400;
	font-size: 16px;
}

.woocommerce-cart .cart-data .cart-collaterals input[type=radio] {
	width: max-content;
	box-shadow: none !important;
	margin-top: 5px;
}

.woocommerce-cart .cart-data .cart-collaterals .select2-selection {
	height: 46px;
}

.woocommerce-cart .cart-data .cart-collaterals .select2-selection .select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
}

.woocommerce-cart .cart-data .cart-collaterals .woocommerce-shipping-calculator {
	text-align: left;
	margin: 10px 0px;
}

.woocommerce-cart .cart-data .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
	color: #000;
	text-decoration: underline;
	transition: 0.2s ease-in-out;
}

.woocommerce-cart .cart-data .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
	color: #024462;
	/* Replace $primary with actual color */
}

.woocommerce-cart .cart-data .cart-collaterals .woocommerce-shipping-calculator .button {
	padding: 8px 32px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	background-color: var(--color-primary);
	color: #fff;
	text-decoration: none;
	border: 2px solid var(--color-primary);
	transition: 0.3s ease-in-out;
	width: 100%;
}

.woocommerce-cart .cart-data .cart-collaterals .woocommerce-shipping-calculator .button:hover {
	background: var(--color-secondary);
	transition: 0.3s ease-in-out;
}






.woocommerce-tabs {
	background-color: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	margin-top: 15px;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
	padding: 0 16px;
}

.woocommerce-tabs .woocommerce-Tabs-panel h2 {
	color: #404040;
	margin-top: 16px;
}

.woocommerce-tabs .woocommerce-product-attributes {
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	width: 100%;
}

.stock .less-than {
	color: orange !important;
}

.stock.in-stock {
	color: green;
}

.no-distraction .container {
	max-width: 1180px;
}

.no-distraction>.woocommerce {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-top: 15px;
}

.no-distraction .back-to-shop {
	margin: 30px 0px;
	text-align: center;
}


.no-orders {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 120px;
}

.no-orders img {
	width: 100px;
}


.no-orders .back-to-shop {
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	background-color: var(--color-primary);
	border-radius: 10px;
	border: 1px solid var(--color-primary);
	transition: 0.2s ease-in-out;
	font-family: "figtree", serif;
	padding: 8px 30px;
}

.no-orders .back-to-shop:hover {
	background-color: var(--color-secondary);
	border: 1px solid var(--color-secondary);
}

.no-distraction .field-required-error-message {
	color: #cc1818 !important;
	/* Zëvendëso me vlerën e $woocommerce__color-error */
}

.no-distraction .woocommerce-message {
	margin-bottom: 0;
	border-radius: 0;
}

.no-distraction .checkout-login-wrapper .woocommerce-form {
	background-color: #f9fafb;
	padding-bottom: 40px;
	padding-top: 20px;
}

.no-distraction .checkout-login-wrapper .woocommerce-form p {
	max-width: 500px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	text-align: left;
}

.no-distraction .checkout-login-wrapper .woocommerce-form p input {
	width: 100%;
}

.no-distraction .checkout-login-wrapper .woocommerce-form .form-row {
	margin-top: 10px;
}

.no-distraction .checkout-login-wrapper .woocommerce-form .woocommerce-form-login__rememberme {
	margin-bottom: 10px;
}

.no-distraction .checkout-login-wrapper .woocommerce-form .lost_password {
	margin-top: 10px;
}

.no-distraction .checkout-login-wrapper .woocommerce-form .lost_password a {
	color: #434343;
	font-size: 14px;
	text-decoration: none;
}

.no-distraction .checkout-login-wrapper .woocommerce-form .lost_password a:hover {
	text-decoration: underline;
}

.no-distraction .checkout-login-wrapper .woocommerce-form .woocommerce-form__input-checkbox {
	width: auto !important;
}

.no-distraction .checkout-login-wrapper .woocommerce-form .button {
	padding: 14px 32px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	background-color: #0073aa;
	/* Zëvendëso me vlerën e $primary */
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	border: 2px solid #0073aa;
	/* Zëvendëso me vlerën e $primary */
	transition: 0.3s ease-in-out;
}

.no-distraction .checkout-login-wrapper .woocommerce-form .button:hover {
	background-color: #5d8c24;
	border-color: #5d8c24;
}

.no-distraction .form-row .required {
	text-decoration: none !important;
}

.no-distraction .checkout-wrapper {
	display: flex;
	align-items: flex-start;
	position: relative;
}

.no-distraction .checkout-wrapper .includes_tax {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
	text-align: right;
	justify-content: flex-end;
}

.no-distraction .checkout-wrapper .left {
	width: 60%;
	padding-right: 30px;
	padding-bottom: 60px;
}

.no-distraction .checkout-wrapper .left .header {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.no-distraction .checkout-wrapper .left .header h2 {
	font-size: 20px;
	color: #000;
}

.no-distraction .checkout-wrapper .right {
	width: 40%;
	padding: 18px;
	border: 1px solid #dcdcdc;
	/* Zëvendëso me vlerën e $divider */
	background-color: #fff;
	border-radius: 12px;
	margin-top: 15px;
	margin-bottom: 30px;
	position: sticky;
	top: 15px;
}

@media (max-width: 1024px) {
	.no-distraction .checkout-wrapper {
		flex-direction: column;
	}

	.no-distraction .checkout-wrapper .left {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #ccc;
		padding: 0;
	}

	.no-distraction .checkout-wrapper .left .form-row {
		flex-direction: column;
	}

	.no-distraction .checkout-wrapper .left .form-row label {
		width: calc(100% - 10px);
		overflow: hidden;
	}

	.no-distraction .checkout-wrapper .left .form-row .woocommerce-input-wrapper {
		width: 100%;
	}

	.no-distraction .checkout-wrapper .right {
		margin-top: 30px;
		margin-bottom: 60px;
		width: 100%;
		padding: 10px;
	}
}

.no-distraction .woocommerce-terms-and-conditions-wrapper span {
	color: #404040;
}

.no-distraction .woocommerce-terms-and-conditions-wrapper a {
	color: #404040;
}

.no-distraction .woocommerce-terms-and-conditions-wrapper a:hover {
	color: #79b032;
}

.no-distractions-header {
	border-bottom: 1px solid #dcdcdc;
	/* Zëvendëso me vlerën e $divider */
	padding: 15px 0px;
	background-color: #fff;
}

.no-distractions-header .container {
	max-width: 1180px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.no-distractions-header .support {
	display: flex;
	align-items: center;
	gap: 12px;
	background-color: #fff;
	padding: 10px;
	border-radius: 8px;
	border: 1px solid #eaecf0;
}

.no-distractions-header .support p {
	margin: 0;
	color: #101828;
	line-height: 1.25em;
}

.no-distractions-header .support p a {
	width: auto;
	height: auto;
	color: #79b032;
	/* Zëvendëso me vlerën e $secondary */
	text-decoration: none;
	justify-content: flex-start;
}

.no-distractions-header .support p a:hover {
	text-decoration: underline;
}

.no-distractions-header a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.no-distractions-header a img {
	width: 150px;
	height: 80px;
	object-fit: contain;
}








.woocommerce-checkout .woocommerce-message {
	background-color: #f6fef9;
	border: 1px solid #6ce9a6;
	color: #039855;
	padding: 16px;
	border-radius: 8px !important;
}

.woocommerce-checkout .woocommerce-message a {
	color: #039855;
	font-weight: 700;
}

.before-checkout .woocommerce-message {
	margin-top: 8px;
	background-color: #f6fef9;
	border: 1px solid #6ce9a6;
	color: #039855;
	padding: 16px;
	border-radius: 8px !important;
}

.before-checkout .woocommerce-message a {
	color: #039855;
	font-weight: 700;
}

.woocommerce-notices-wrapper {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 1512px;
	margin: 0px auto;
	padding: 0 16px;
	width: 100%;
}

.woocommerce-notices-wrapper .woocommerce-message {
	background-color: #f6fef9;
	border: 1px solid #6ce9a6;
	color: #039855;
	padding: 16px;
	border-radius: 8px !important;
}

.woocommerce-notices-wrapper .woocommerce-message a {
	color: #039855;
	font-weight: 700;
}

.woocommerce-form-login-toggle {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 1512px;
	margin: 0px auto;
	padding: 0 16px;
	width: 100%;
}

.woocommerce-form-login-toggle .woocommerce-info {
	background-color: #f5f9ff;
	border: 1px solid #7bb5ff;
	color: #0f5d7f;
	padding: 16px;
	border-radius: 8px;
}

.woocommerce-form-login-toggle .woocommerce-info a {
	color: #0f5d7f;
	font-weight: 700;
}

.single-gallery-image img {
	min-height: 200px;
	object-fit: cover;
}

.wp-block-migb-masonry-gallery .single-gallery-image figure {
	height: 200px;
}

.site-footer .bellow-footer .footer-payments img {
	max-height: 35px;
	width: 100%;
	max-width: 35px;
	height: 100%;
}

.page-template-account .woocommerce-message {
	background-color: #f6fef9;
	border: 1px solid #6ce9a6;
	color: #039855;
	padding: 12px;
	border-radius: 8px !important;
}

.page-template-account .woocommerce-error li {
	list-style: none !important;
	background-color: #fff0f0 !important;
	border: 1px solid #cc1818 !important;
	padding: 12px !important;
	color: #cc1818 !important;
	border-radius: 8px !important;
}

/* .product .wc-gzd-additional-info {
	display: none;
} */

.show-password-input {
	display: none;
}

.woocommerce-error {
	margin: 10px 0px;
	padding: 0;
	background-color: transparent;
}

.woocommerce-error li {
	list-style: none;
	background-color: #fff0f0 !important;
	border: 1px solid #cc1818;
	padding: 12px;
	color: #cc1818;
	border-radius: 8px;
}

.page-template-account .woocommerce-notices-wrapper {
	padding: 0px !important;
}





.select2-container--default .select2-selection--single {
	border: 1px solid #d0d5dd;
	background: #ffffff;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	border-radius: 8px;
	padding: 10px 14px;
	color: #101828;
	font-weight: 400;
	font-size: 16px;
	width: 100%;
	height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 13px;
	right: 5px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0px;
}

.select2-dropdown {
	border: 1px solid #d0d5dd;
}

.shopping-cart-empty .entry-title {
	display: none;
}


/* .shopping-cart-empty .entry-content {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
} */

.shopping-cart-empty .entry-content h1 {
	color: #1d2939;
	font-size: 35px;
	margin-bottom: 10px;
}


.woocommerce-address-fields .button {
	padding: 10px 30px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	background-color: var(--color-primary);
	color: #fff;
	border-radius: 50px;
	text-decoration: none;
	border: 2px solid var(--color-primary);
	transition: 0.2s ease-in-out;
	cursor: pointer;
	width: 100%;
}

.woocommerce-address-fields .button:hover {
	background-color: var(--color-secondary);
	border-color: var(--color-secondary);
}

.shopping-cart-empty .entry-content .cart-empty {
	background-color: transparent;
}




.account--wrapper .divider {
	border-top: 1px solid #eaecf0;
	margin: 20px 0;
}

.account--wrapper .woocommerce-address-fields__field-wrapper .form-row {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

.account--wrapper .woocommerce-address-fields__field-wrapper .form-row label {
	width: 30%;
}

.account--wrapper .woocommerce-address-fields__field-wrapper .form-row label .required {
	display: none;
}

.account--wrapper .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper {
	width: 70%;
}

.account--wrapper .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper input:focus {
	border-color: #000;
}

.account--wrapper .woocommerce-Address-title {
	display: flex;
	align-items: center;
}

.account--wrapper .woocommerce-Address-title .btn {
	padding: 6px 18px;
	margin-left: 15px;
}

.woocommerce-lost-password .woocommerce-ResetPassword {
	max-width: 500px;
	margin: 0 auto;
}

.woocommerce-lost-password .woocommerce-form-row {
	display: flex;
	flex-direction: column;
}

.woocommerce-form-row label {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
}

.woocommerce-lost-password .woocommerce-form-row input {
	width: 100%;
}

.woocommerce-lost-password .woocommerce-form-row input:focus {
	border-color: #000;
}

.woocommerce-lost-password .woocommerce-form-row .button {
	padding: 12px 32px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	background-color: var(--color-primary);
	border: 1px solid var(--color-primary);
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	width: 100%;
	border-radius: 100px;
}

.woocommerce-lost-password .woocommerce-form-row .button:hover {
	background-color: var(--color-secondary);
	border: 1px solid var(--color-secondary);
}

.page-template-account h1 {
	color: #000;
}



.custom-login-form {
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.custom-login-form .woocommerce-privacy-policy-text {
	display: none !important;
}

.custom-login-form .back-to-home,
.custom-login-form .back-to-login {
	margin-bottom: 20px;
}

.custom-login-form .back-to-home a,
.custom-login-form .back-to-login a {
	display: flex;
	align-items: center;
	border: 0;
	background-color: transparent;
	padding: 8px 15px 8px 0;
	border-radius: 8px;
	transition: padding 0.2s;
	width: max-content;
	color: #667085;
	font-weight: 500;
	text-decoration: none;
}

.custom-login-form .back-to-home a:hover,
.custom-login-form .back-to-login a:hover {
	background-color: #eeeff0;
	padding: 8px 16px;
	outline: none;
}

.custom-login-form .back-to-home a svg,
.custom-login-form .back-to-login a svg {
	fill: #667085;
	margin-right: 9px;
}

.custom-login-form .tab {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	background: #fff;
	padding: 8px;
	border-radius: 8px;
	border: 1px solid #eaeaea;
	width: 100%;
	gap: 10px;
}

.custom-login-form .tab button {
	border-radius: 8px;
	display: block;
	padding: 12px 12px;
	color: #667085;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	background-color: transparent;
	border: none;
	font-size: 16px;
	margin: 0;
	width: 50%;
	border: 1px solid transparent;
}

.custom-login-form .tab button:hover {
	cursor: pointer;
}

.custom-login-form .tab button.active,
.custom-login-form .tab button:hover {
	box-shadow: 0px 1px 3px rgba(11, 23, 48, 0.1),
		0px 1px 2px rgba(8, 16, 32, 0.06);
	background-color: #fff;
	color: #344054;
	border-color: #eaeaea;
}

.custom-login-form h2 {
	text-align: left;
	color: #101828;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 5px;
}

.custom-login-form h3 {
	margin-top: 0;
	margin-bottom: 30px;
	text-align: left;
	color: #667085;
	font-size: 16px;
	font-weight: 400;
}

.custom-login-form .logo-wrapper {
	margin-bottom: 30px;
}

.custom-login-form .logo-wrapper .header-gif {
	width: 50px;
}

.custom-login-form .form-row input {
	width: 100%;
}

.custom-login-form .form-row input:focus {
	border-color: #000;
}

.custom-login-form .woocommerce-form-row {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.custom-login-form .woocommerce-form-row input {
	width: 100%;
}

.custom-login-form .woocommerce-form-row input:focus {
	border-color: #000;
}

.custom-login-form .remember-me {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.custom-login-form .remember-me p {
	margin: 0;
	font-size: 16px;
}

.custom-login-form .remember-me .woocommerce-form__label:hover {
	cursor: pointer;
}

.form-row-remember label {
	display: flex;
	gap: 8px;
}

.custom-login-form .lost_password a {
	color: #434343;
	font-size: 16px;
	text-decoration: none;
}

.custom-login-form .lost_password a:hover {
	text-decoration: underline;
}

.custom-login-form .woocommerce-button {
	padding: 12px 32px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	background-color: #0188a6;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	border: 1px solid #0188a6;
	transition: 0.3s ease-in-out;
	width: 100%;
	cursor: pointer;
}

.custom-login-form .woocommerce-button:hover {
	background-color: #024462;
	border-color: #024462;
}

.woocommerce-fr-refund .woocommerce-MyAccount-content h1,
.woocommerce-fr-refund .woocommerce-MyAccount-content h2,
.woocommerce-fr-refund .woocommerce-MyAccount-content h3 {
	color: #000;
}

.woocommerce-fr-refund .woocommerce-MyAccount-content p,
.woocommerce-fr-refund .woocommerce-MyAccount-content span {
	color: #667085;
}

.woocommerce-fr-refund .woocommerce-table {
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 10px 0px;
	box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1),
		0px 1px 2px rgba(16, 24, 40, 0.06);
	border-radius: 8px;
	overflow: hidden;
}

.woocommerce-fr-refund .woocommerce-table th {
	color: #667085;
	font-weight: 400;
}

.woocommerce-fr-refund .woocommerce-table a {
	color: #667085;
	text-decoration: none;
	font-weight: bold;
}

.woocommerce-fr-refund .woocommerce-table a:hover {
	text-decoration: underline;
}

.woocommerce-fr-refund .woocommerce-table thead {
	text-align: left;
}

.woocommerce-fr-refund .woocommerce-table thead tr th {
	color: #667085 !important;
	background-color: #f9fafb;
	display: table-cell;
	padding: 16px;
	font-weight: 500;
}

.woocommerce-fr-refund .woocommerce-table thead tr th:last-child {
	text-align: right;
}

.woocommerce-fr-refund .woocommerce-table .item-info th,
.woocommerce-fr-refund .woocommerce-table .item-info td {
	border-top: 0;
}

.woocommerce-fr-refund .woocommerce-table tbody tr,
.woocommerce-fr-refund .woocommerce-table tfoot tr {
	text-align: left;
}

.woocommerce-fr-refund .woocommerce-table tbody tr td,
.woocommerce-fr-refund .woocommerce-table tbody tr th,
.woocommerce-fr-refund .woocommerce-table tfoot tr td,
.woocommerce-fr-refund .woocommerce-table tfoot tr th {
	display: table-cell;
	padding: 16px;
	border-top: 1px solid #d0d5dd;
	color: #667085 !important;
}

.woocommerce-fr-refund .woocommerce-table tbody tr td:last-child,
.woocommerce-fr-refund .woocommerce-table tbody tr th:last-child,
.woocommerce-fr-refund .woocommerce-table tfoot tr td:last-child,
.woocommerce-fr-refund .woocommerce-table tfoot tr th:last-child {
	text-align: right;
}

.woocommerce-fr-refund .fr-request-form label {
	margin-bottom: 5px;
}

.woocommerce-fr-refund .fr-request-form textarea {
	height: 150px;
	resize: vertical;
}

.woocommerce-fr-refund .fr-request-form select {
	border: 1px solid #d0d5dd;
	background: #ffffff;
	border-radius: 8px;
	padding: 10px 14px;
	color: #101828;
	font-weight: 400;
	font-size: 16px;
	outline: none;
}

.woocommerce-fr-refund .button {
	border-radius: 8px !important;
}

.woocommerce-fr-refund .primary-button {
	padding: 12px 32px !important;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	background-color: #79b032 !important;
	color: #fff !important;
	border-radius: 8px !important;
	text-decoration: none;
	border: 2px solid #79b032 !important;
	transition: 0.3s ease-in-out;
}

.woocommerce-fr-refund .primary-button:hover {
	background-color: #5d8c24 !important;
	border-color: #5d8c24 !important;
	cursor: pointer !important;
}

.woocommerce-fr-refund input[type="submit"] {
	padding: 12px 32px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	background-color: #79b032;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	border: 2px solid #79b032;
	transition: 0.3s ease-in-out;
	width: 100%;
}

.woocommerce-fr-refund input[type="submit"]:hover {
	background-color: #5d8c24;
	border-color: #5d8c24;
	cursor: pointer;
}

.divider {
	border-top: 1px solid #eaecf0;
	margin: 20px 0;
}

.account--wrapper .divider {
	border-top: 1px solid #eaecf0;
	margin: 20px 0;
}

.account--wrapper .woocommerce-address-fields__field-wrapper .form-row {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

.account--wrapper .woocommerce-address-fields__field-wrapper .form-row label {
	width: 30%;
}

.account--wrapper .woocommerce-address-fields__field-wrapper .form-row label .required {
	display: none;
}

.account--wrapper .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper {
	width: 70%;
}

.account--wrapper .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper input:focus {
	border-color: #000;
}

.account--wrapper .woocommerce-Address-title {
	display: flex;
	align-items: center;
}

.account--wrapper .woocommerce-Address-title .btn {
	padding: 6px 18px;
	margin-left: 15px;
}







.account--wrapper {
	padding-top: 30px;
	margin-bottom: 60px;
	max-width: 1240px;
}

.account--wrapper .display-flex {
	display: flex;
	gap: 15px;
}

.account--wrapper input {
	width: 100% !important;
	max-width: 100% !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
	width: max-content !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
	width: max-content !important;
}

.account--wrapper .change-password {
	padding: 30px;
	border: 1px solid #eaecf0;
	margin-top: 30px;
	border-radius: 8px;
}

.account--wrapper .change-password p {
	margin-bottom: 30px;
}

.account--wrapper .change-password h2 {
	margin: 0;
	margin-bottom: 30px;
}

.account-tabs {
	margin-bottom: 30px;
}

.account-tabs ul {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
	background: #fff;
	padding: 8px;
	border-radius: 8px;
	border: 1px solid #eaeaea;
}

.account-tabs ul li {
	margin: 5px;
}

.account-tabs ul li a {
	border-radius: 8px;
	display: block;
	padding: 8px 12px;
	color: #667085;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	border: 1px solid transparent;
}

.account-tabs ul li.is-active a,
.account-tabs ul li:hover a {
	box-shadow: 0px 1px 3px rgba(11, 23, 48, 0.1),
		0px 1px 2px rgba(8, 16, 32, 0.06);
	background-color: #fff;
	color: #344054;
	border: 1px solid #eaeaea;
}

.no-orders {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 120px;
}








.page-template-account h1 {
	color: #000;
}

.page-template-account .woocommerce-orders-table {
	margin: 60px 0px;
	border-collapse: collapse;
	border-spacing: 10px 0px;
	box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1),
		0px 1px 2px rgba(16, 24, 40, 0.06);
	border-radius: 8px;
	overflow: hidden;
}

.page-template-account .woocommerce-orders-table th {
	color: #667085;
}

.page-template-account .woocommerce-orders-table a {
	color: #667085;
	text-decoration: none;
}

.page-template-account .woocommerce-orders-table a:hover {
	text-decoration: underline;
}

.page-template-account .woocommerce-orders-table thead tr th {
	color: #667085 !important;
	background-color: #f9fafb;
	display: table-cell;
	padding: 16px;
	font-weight: 500;
}

.page-template-account .woocommerce-orders-table tbody tr td {
	display: table-cell;
	padding: 16px;
	border-top: 1px solid #d0d5dd;
}

.page-template-account .woocommerce-pagination .woocommerce-button {
	padding: 12px 32px;
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	background-color: #79b032;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

.page-template-account .woocommerce-pagination .woocommerce-button:hover {
	background-color: #5d8c24;
	cursor: pointer !important;
}

.woocommerce-view-order h1,
.woocommerce-view-order h2 {
	color: #000;
	font-size: 25px;
}

.woocommerce-view-order .placed-order {
	background: #f9fafb;
	border: 1px solid #eaecf0;
	border-radius: 8px;
	padding: 18px 20px;
	color: #000;
}

.woocommerce-view-order .placed-order mark {
	background-color: transparent;
	font-weight: 600;
}

.woocommerce-view-order .woocommerce-Price-currencySymbol {
	margin-right: 5px;
}

.woocommerce-view-order .order-details-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}

.woocommerce-view-order .order-details-wrapper .woocommerce-order-details {
	width: 70%;
}

.woocommerce-view-order .order-details-wrapper .woocommerce-customer-details {
	width: 30%;
}

.woocommerce-view-order table {
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 10px 0px;
	box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1),
		0px 1px 2px rgba(16, 24, 40, 0.06);
	border-radius: 8px;
	overflow: hidden;
}

.woocommerce-view-order table th {
	color: #667085;
	font-weight: 400;
}

.woocommerce-view-order table a {
	color: #667085;
	text-decoration: none;
	font-weight: bold;
}

.woocommerce-view-order table a:hover {
	text-decoration: underline;
}

.woocommerce-view-order table thead {
	text-align: left;
}

.woocommerce-view-order table thead tr th {
	color: #667085 !important;
	background-color: #f9fafb;
	display: table-cell;
	padding: 16px;
	font-weight: 500;
}

.woocommerce-view-order table tbody tr,
.woocommerce-view-order table tfoot tr {
	text-align: left;
}

.woocommerce-view-order table tbody tr td,
.woocommerce-view-order table tbody tr th,
.woocommerce-view-order table tfoot tr td,
.woocommerce-view-order table tfoot tr th {
	display: table-cell;
	padding: 16px;
	border-top: 1px solid #d0d5dd;
	color: #667085 !important;
}

.woocommerce-view-order table td {
	text-align: right;
}

.woocommerce-view-order table td.product-name {
	text-align: left;
}

.woocommerce-view-order table .product-total {
	text-align: right;
}

.woocommerce-view-order .woocommerce-customer-details {
	margin-bottom: 20px;
}

.woocommerce-view-order .woocommerce-customer-details address {
	color: #667085 !important;
	box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1),
		0px 1px 2px rgba(16, 24, 40, 0.06);
	border-radius: 8px;
	padding: 15px;
}

.woocommerce-fr-refund .woocommerce-MyAccount-content h1,
.woocommerce-fr-refund .woocommerce-MyAccount-content h2,
.woocommerce-fr-refund .woocommerce-MyAccount-content h3 {
	color: #000;
}

.woocommerce-fr-refund .woocommerce-MyAccount-content p,
.woocommerce-fr-refund .woocommerce-MyAccount-content span {
	color: #667085;
}

.woocommerce-fr-refund .woocommerce-table {
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 10px 0px;
	box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1),
		0px 1px 2px rgba(16, 24, 40, 0.06);
	border-radius: 8px;
	overflow: hidden;
}

.woocommerce-fr-refund .woocommerce-table th {
	color: #667085;
	font-weight: 400;
}

.woocommerce-fr-refund .woocommerce-table a {
	color: #667085;
	text-decoration: none;
	font-weight: bold;
}

.woocommerce-fr-refund .woocommerce-table a:hover {
	text-decoration: underline;
}

.woocommerce-fr-refund .woocommerce-table thead {
	text-align: left;
}

.woocommerce-fr-refund .woocommerce-table thead tr th {
	color: #667085 !important;
	background-color: #f9fafb;
	display: table-cell;
	padding: 16px;
	font-weight: 500;
}

.woocommerce-fr-refund .woocommerce-table thead tr th:last-child {
	text-align: right;
}

.woocommerce-fr-refund .woocommerce-table .item-info th,
.woocommerce-fr-refund .woocommerce-table .item-info td {
	border-top: 0;
}

.woocommerce-fr-refund .woocommerce-table tbody tr,
.woocommerce-fr-refund .woocommerce-table tfoot tr {
	text-align: left;
}

.woocommerce-fr-refund .woocommerce-table tbody tr td,
.woocommerce-fr-refund .woocommerce-table tbody tr th,
.woocommerce-fr-refund .woocommerce-table tfoot tr td,
.woocommerce-fr-refund .woocommerce-table tfoot tr th {
	display: table-cell;
	padding: 16px;
	border-top: 1px solid #d0d5dd;
	color: #667085 !important;
}

.woocommerce-fr-refund .woocommerce-table tbody tr td:last-child,
.woocommerce-fr-refund .woocommerce-table tbody tr th:last-child,
.woocommerce-fr-refund .woocommerce-table tfoot tr td:last-child,
.woocommerce-fr-refund .woocommerce-table tfoot tr th:last-child {
	text-align: right;
}

.woocommerce-fr-refund .fr-request-form label {
	margin-bottom: 5px;
}

.woocommerce-fr-refund .fr-request-form textarea {
	height: 150px;
	resize: vertical;
}

.woocommerce-fr-refund .fr-request-form select {
	border: 1px solid #d0d5dd;
	background: #ffffff;
	border-radius: 8px;
	padding: 10px 14px;
	color: #101828;
	font-weight: 400;
	font-size: 16px;
	outline: none;
}

.woocommerce-fr-refund .button {
	border-radius: 8px !important;
}

.woocommerce-fr-refund .primary-button {
	padding: 12px 32px !important;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	background-color: #79b032 !important;
	color: #fff !important;
	border-radius: 8px !important;
	text-decoration: none;
	border: 2px solid #79b032 !important;
	transition: 0.3s ease-in-out;
}

.woocommerce-fr-refund .primary-button:hover {
	background-color: #5d8c24 !important;
	border-color: #5d8c24 !important;
	cursor: pointer !important;
}

.woocommerce-fr-refund input[type="submit"] {
	padding: 12px 32px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	background-color: #79b032;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	border: 2px solid #79b032;
	transition: 0.3s ease-in-out;
	width: 100%;
}

.woocommerce-fr-refund input[type="submit"]:hover {
	background-color: #5d8c24;
	border-color: #5d8c24;
	cursor: pointer;
}

.divider {
	border-top: 1px solid #eaecf0;
	margin: 20px 0;
}

.account--wrapper .divider {
	border-top: 1px solid #eaecf0;
	margin: 20px 0;
}

.account--wrapper .woocommerce-address-fields__field-wrapper .form-row {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

.account--wrapper .woocommerce-address-fields__field-wrapper .form-row label {
	width: 30%;
}

.account--wrapper .woocommerce-address-fields__field-wrapper .form-row label .required {
	display: none;
}

.account--wrapper .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper {
	width: 70%;
}

.account--wrapper .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper input:focus {
	border-color: #000;
}

.account--wrapper .woocommerce-Address-title {
	display: flex;
	align-items: center;
}

.account--wrapper .woocommerce-Address-title .btn {
	padding: 6px 18px;
	margin-left: 15px;
}

.place-order button {
	width: 100%;
	padding: 12px 32px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	background-color: #025b85;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	border: 2px solid #025b85;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}

.place-order button:hover {
	background-color: #024462;
	transition: 0.2s ease-in-out;
}

.page-template-account .woocommerce-orders-table {
	margin: 60px 0px;
	border-collapse: collapse;
	border-spacing: 10px 0px;
	box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1),
		0px 1px 2px rgba(16, 24, 40, 0.06);
	border-radius: 8px;
	overflow: hidden;
}




.checkout-inline-error-message {
	display: none;
}



.error-404 {
	padding: 90px 0px;
}

.error-404 h2 {
	font-weight: 600;
	font-size: 48px;
	color: #181D27;
	text-align: center;
	margin: 0px;
}

.error-404 p {
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	color: #535862;

}

.error-404 .go-home {
	color: #fff;
	background-color: var(--color-primary);
	padding: 10px 14px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	border-radius: 100px;
	transition: .2s ease-in-out;
}

.error-404 .go-home:hover {
	background-color: var(--color-secondary);
	transition: .2s ease-in-out;
}


.boxes-404 {
	padding-top: 75px;
	width: 100%;
}

.boxes-404 .box {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 22px 0px;
	border-top: 1px solid #EAECF0;
	text-decoration: none;
	justify-content: space-between;
}

.boxes-404 .box div {
	display: flex;
	gap: 20px;
}

.boxes-404 .box div .content {
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.boxes-404 .box:last-child {
	border-bottom: 1px solid #EAECF0;
}



.boxes-404 .box h3 {
	margin: 0px;
	font-weight: 600;
	font-size: 20px;
	color: #181D27;
}

.boxes-404 .box p {
	margin: 0px;
	font-weight: 400;
	font-size: 16px;
	color: #535862;
}

.boxes-404 .box span {
	display: flex;
}

.error-404 {
	max-width: 600px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}








.loading-item {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	/* Replace $grey-200 with actual color */
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	height: 485px;
	justify-content: space-between !important;
	padding: 10px;
	position: relative;
	width: 100%;
}

@media (max-width: 500px) {
	.loading-item {
		height: 350px;
	}

	.loading-item .loading-img {
		height: 200px !important;
	}

	.loading-item .content {
		padding-top: 15px;
	}
}

.loading-item .loading-img {
	border-radius: 4px;
	height: 280px;
	width: 100%;
}

.loading-item .content {
	height: auto !important;
}

.loading-item .content .loading-title {
	border-radius: 8px;
	height: 15px;
	margin-bottom: 10px;
	width: 70%;
}

.loading-item .content .loading-price {
	border-radius: 8px;
	height: 25px;
	margin-bottom: 10px;
	width: 30%;
}

.loading-item .content .loading-button {
	border-radius: 8px;
	height: 35px;
}

.loading-wave {
	animation: 1s loading ease-in-out infinite;
	background: linear-gradient(100deg,
			rgba(255, 255, 255, 0) 40%,
			rgba(255, 255, 255, 0.5) 50%,
			rgba(255, 255, 255, 0) 60%) #ededed;
	background-color: #ededed;
	background-position-x: 180%;
	background-size: 200% 100%;
}

@keyframes loading {
	to {
		background-position-x: -20%;
	}
}





.no-products-found {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 120px 16px;
	gap: 15px;
}

.no-products-found p {
	color: #424242;
	/* Replace $grey-800 with actual color */
	font-size: 16px;
	font-weight: 500;
	margin: 12px 0px;
	text-align: center;
}

.no-products-found .btn.primary {
	background-color: #025b85;
	color: #fff;
	transition: 0.2s ease;
	padding: 12px 16px;
	border-radius: 100px;
	text-decoration: none !important;
}

.no-products-found .btn.primary:hover {
	background-color: #024a6b !important;
	color: #fff;
	transition: 0.2s ease;
}

.no-products-found .clear-filters-btn {
	padding: 12px 32px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	background-color: var(--color-primary);
	color: #fff;
	border-radius: 50px;
	text-decoration: none;
	border: 2px solid var(--color-primary);
	transition: 0.3sease-in-out;
	cursor: pointer;

}

.no-products-found .clear-filters-btn:hover {
	background-color: var(--color-secondary);
	border-color: var(--color-secondary);
}


.empty-img {
	width: 100px;
}

.our-story {
	padding-top: 70px;
}

.our-story ul {
	margin: 0px;
	font-size: 14px;
}


.taxonomy-description p {
	word-break: break-word;
}

.consultation-page .bathroom-exhibition {
	padding-bottom: 30px;
}

.consultation-page .contact-hero h1 {
	font-size: 28px;
	color: var(--color-title);
	margin: 0;
}


.consultation-page .contact-hero {
	padding: 60px 0px 40px;
}

.consultation-box .content-right h4 {
	margin: 0px;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
}

.consultation-box .content-right p {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
}

.consultation-box {
	display: flex;
	margin-bottom: 20px;
	gap: 20px;
}

.free-consultation-wrapper {
	background-color: #F5F5F5;
	padding: 20px;
	width: 50%;
}

.free-consultation-wrapper h3 {
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 50px;
}

.free-consultation {
	display: flex;
	gap: 32px;
}

.free-consultation .contact-form {
	width: 50%;
}

.free-consultation .contact-form .wpforms-container {
	margin: 0;
}


.free-consultation .contact-form .wpforms-field-container textarea {
	height: 200px !important;
}

.page-id-76 .entry-header {
	display: none;
}

.page-id-76 .post-thumbnail {
	display: none;
}

.gb-container {
	height: auto !important;
}

.page-id-78 .entry-title {
	display: none;
}

.page-id-78 .post-thumbnail {
	display: none;
}

.woocommerce-MyAccount-content .btn {
	padding: 10px 16px !important;
	border-radius: 100px;
	background-color: var(--color-primary);
	color: #fff;
	font-size: 14px;
	transition: .2s ease-in-out;
	text-decoration: none !important;
	cursor: pointer;
}

.woocommerce-MyAccount-content .btn:hover {
	background-color: var(--color-secondary);
	transition: .2s ease-in-out;
}

.remember-me .form-row-remember input {
	width: max-content !important;
}

/* .woocommerce-account .woocommerce {
	max-width: 500px;
	margin: 0 auto;

} */

.woocommerce-account .woocommerce h2 {
	text-align: left;
}

.woocommerce-form-login .woocommerce-form-row {
	display: flex;
	flex-direction: column;
	justify-content: start;
	width: 100%;
}

.woocommerce-form-login .woocommerce-form-row .woocommerce-Input {
	width: 100%;
}

.woocommerce-form-login .woocommerce-form-row label {
	text-align: left;
}

.remember-me {
	display: flex;
	justify-content: space-between;
}

.lost_reset_password p {
	text-align: left !important;
	font-size: 16px !important;
	color: var(--color-text);
}



.wc-block-components-button {
	font-weight: 400;
	font-size: 14px;
	background-color: var(--color-primary);
	padding: 8px 16px;
	border-radius: 100px;
	color: #fff;
	display: flex;
	text-decoration: none;
	width: max-content;
	gap: 6px;
}

.wc-block-components-button:hover {
	background-color: var(--color-secondary);
	transition: 0.2s ease-in-out;
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected,
.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
	background-color: var(--color-primary) !important;
	color: #fff !important;
	border-color: var(--color-primary) !important;
}

.wc-block-cart-item__wrap a {
	color: var(--color-text);
}



.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
	background-color: var(--color-primary) !important;
}



.wp-block-woocommerce-empty-cart-block .has-text-align-center a {
	font-weight: 400;
	font-size: 14px;
	background-color: var(--color-primary);
	padding: 8px 16px;
	border-radius: 100px;
	color: #fff;
	display: flex;
	text-decoration: none;
	width: max-content;
	gap: 6px;
	transition: .2s ease-in-out;
}

.wp-block-woocommerce-empty-cart-block .has-text-align-center {
	justify-items: center;
}

.wp-block-product-new .wc-block-grid__product {
	background-color: #fff;
	border: 1px solid #eaecf0;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	height: 405px;
	justify-content: space-between;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: 0.3s ease-in-out;
	flex-basis: calc(25% - 6px);
	gap: 8px !important;
}

.wp-block-product-new .wc-block-grid__product .wc-block-grid__product-image img {
	height: 237px;
	object-fit: cover;
	width: 100%;
}

.wp-block-product-new .wc-block-grid__product .wc-block-grid__product-image {
	width: 100%;
}

.wc-block-grid__products {
	gap: 8px;
}

.wc-block-grid__products .wc-block-grid__product {
	max-width: 24% !important;

}



.woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.woocommerce-MyAccount-navigation {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
	background: #fff;
	padding: 8px;
	border-radius: 8px;
	border: 1px solid #eaeaea;
	margin-bottom: 15px;
}

.woocommerce-MyAccount-navigation ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
	gap: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
	border-radius: 8px;
	display: block;
	padding: 8px 12px;
	color: #667085;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	border: 1px solid transparent;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	box-shadow: 0px 1px 3px rgba(11, 23, 48, 0.1), 0px 1px 2px rgba(8, 16, 32, 0.06);
	background-color: #fff;
	color: #344054;
	border: 1px solid #eaeaea;
}

.woocommerce-MyAccount-navigation ul li.is-active a:hover {
	box-shadow: 0px 1px 3px rgba(11, 23, 48, 0.1), 0px 1px 2px rgba(8, 16, 32, 0.06);
	background-color: #fff;
	color: #344054;
	border: 1px solid #eaeaea;
}




.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
	padding-right: 0% !important;
	background-color: #fff;
	border: 1px solid #eaecf0;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: 0.3s ease-in-out;
	width: calc(33% - 8px) !important;
	margin-right: 12px !important;
}

.wp-block-cart-cross-sells-product__product-title {
	text-align: left;
	padding: 0px 12px !important;
	font-weight: 600;
	font-size: 14px !important;
	line-height: 18px;
	color: #344054;
}

.wp-block-cart-cross-sells-product__product-title a {
	text-decoration: none !important;
}

.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product:nth-child(3n+3) {
	margin-right: 0px !important;
}

.wc-block-components-product-button__button {
	width: 100% !important;
	margin: 0px;
	padding: 10px;
	background-color: var(--color-primary);
	transition: 0.2s ease-in-out;
}

.wc-block-components-product-button__button:hover {
	background-color: var(--color-secondary);
	transition: 0.2s ease-in-out;
}

.wc-block-components-product-price {
	text-align: left !important;
	padding: 0px 12px !important;
}

.wp-block-button.wc-block-components-product-button {
	padding: 12px;
}



.breadcrumb-trail a {
	color: var(--color-text);
}


#customer_login {
	max-width: 500px;
	margin: 0 auto;
}


.woocommerce-form-register .woocommerce-form-row {
	display: flex;
	flex-direction: column;
	justify-content: start;
	width: 100%;
}

.woocommerce-form-register p {
	text-align: left;
}

.woocommerce-form-login p {
	text-align: left;
}

.woocommerce-form-login {
	padding-bottom: 50px;
}




.search-modal {
	position: fixed;
	top: 120px;
	left: 0;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1900;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease-in-out;
}

.search-modal.toggled {
	opacity: 1;
	visibility: visible;
}

.search-modal .container {
	display: flex;
	gap: 16px;
	position: relative;
	max-width: 1280px;
}

.search-modal .container .aws-container {
	width: 100%;
}

.search-modal .container .aws-container .aws-search-form {
	height: auto;
	background-color: transparent;
}

.search-modal .container .aws-container .aws-wrapper {
	max-width: calc(100% - 76px);
}

.search-modal .container .aws-container .aws-search-field {
	padding: 12px 24px;
	border-radius: 8px !important;
	padding-right: 40px;
	height: 60px;
	background-color: #fff;
}

.search-modal .container .aws-container .aws-search-field::placeholder {
	color: #404040;
	font-size: 14px;
}

.search-modal .aws-loader {
	right: 20px !important;
}



.wc-block-grid__product .add_to_cart_button {
	width: 100%;
}

.tab-content .woocommerce-product-attributes-item__label {
	width: 25%;
	text-align: left;
}

.downloads-list {
	padding: 0px;
	list-style: none;
}

.downloads-list li a {
	color: var(--color-text);

}


.wc-block-components-totals-wrapper {
	padding: 16px 10px !important;
}








@media (max-width: 1080px) {
	.search-modal {
		top: 30px;
	}
}

.aws-search-result {
	margin-top: 15px;
	border-radius: 8px !important;
	overflow: hidden;
}

.aws-search-result .aws_result_scroll {
	max-height: calc(100vh - 300px);
}

@media (max-width: 1080px) {
	.aws-search-result .aws_result_scroll {
		max-height: calc(100vh - 300px);
	}
}

.close-search {
	border-radius: 8px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	transition: 0.2s ease-in-out;
	cursor: pointer;
	padding: 0;
	position: absolute;
	top: 0;
	right: 16px;
}

.close-search svg {
	width: 25px;
	height: 25px;
}

.close-search:hover {
	background-color: #eaeaea;
}

.search-modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1800;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease-in-out;
	cursor: pointer;
	backdrop-filter: blur(3px);
}

.search-modal-backdrop.toggled {
	opacity: 1;
	visibility: visible;
}











.tab-content ul {
	margin: 0 !important;
}





.edit-account .woocommerce-form-row {
	display: flex;
	flex-direction: column;
}

.edit-account .password-input input {
	width: 100% !important;
}



.edit-account .woocommerce-Button {
	font-weight: 400;
	font-size: 14px;
	background-color: var(--color-primary);
	padding: 10px 16px !important;
	border-radius: 100px;
	color: #fff;
	display: flex;
	text-decoration: none;
	width: max-content;
	gap: 6px;
	transition: .2s ease-in-out;
}

.woocommerce-Address a {
	font-weight: 400;
	font-size: 14px;
	background-color: var(--color-primary);
	padding: 10px 16px !important;
	border-radius: 100px;
	color: #fff;
	display: flex;
	text-decoration: none;
	width: max-content;
	gap: 6px;
	transition: .2s ease-in-out;
}

.woocommerce-Address a:hover {
	background-color: var(--color-secondary);
	transition: .2s ease-in-out;
}


.woocommerce-address-fields .form-row {
	display: flex;
	flex-direction: column;
	justify-content: start;
	width: 100%;
	text-align: left;
}

.woocommerce-address-fields .form-row input {
	width: 100%;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart {
	margin: 0px 8px 8px !important;
}

.wc-block-grid__product .wc-block-grid__product-price {
	margin: 0px 8px !important;
	text-align: left;
}

.wc-block-grid__product .wc-block-grid__product-title {
	margin: 0px 8px !important;
	text-align: left;
	color: #1d2939;
	font-size: 16px;
	text-decoration: none !important;
}

.wc-block-grid__product .wc-block-grid__product-title a {
	color: #1d2939;
	text-decoration: none !important;
}

.wc-block-grid__product a {
	text-decoration: none !important;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	font-weight: 400;
	font-size: 14px;
	background-color: var(--color-primary);
	padding: 10px 16px !important;
	border-radius: 100px;
	color: #fff;
	display: flex;
	text-decoration: none;
	transition: .2s ease-in-out;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
	background-color: var(--color-secondary);
	transition: .2s ease-in-out;
}



#account_display_name_description {
	text-align: left !important;
}


.woocommerce-Address address {
	text-align: left !important;
}



.woocommerce-order-received .woocommerce-order-overview {
	color: #667085 !important;
	box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
	border-radius: 8px;
	padding: 15px;
	margin: 0;
	list-style: none;
}

.woocommerce-order-received .woocommerce-order-details {
	color: #667085 !important;
	box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
	border-radius: 8px;
	padding: 15px;
	margin-top: 20px;
	text-align: left;
}

.woocommerce-columns--addresses {
	display: flex;
	gap: 20px;
}


.woocommerce-table__product-name a {
	color: #667085 !important;
}




.woocommerce-columns--addresses .woocommerce-column {
	width: 50%;
}

.woocommerce-orders-table__cell-order-number {
	border: 1px solid #eaeaea;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-right: none;
}


.blog-container .entry-content {
	text-align: left;
}


.woocommerce-form-login .form-row {
	display: flex !important;
	flex-direction: column !important;
}

.woocommerce-form-login .woocommerce-button {
	font-weight: 400;
	font-size: 14px;
	background-color: var(--color-primary);
	padding: 12px 16px;
	border-radius: 100px;
	color: #fff;
	text-decoration: none;
	gap: 6px;
	transition: .2s ease-in-out;
	cursor: pointer;
}

.woocommerce-form-login .woocommerce-button:hover {
	background-color: var(--color-secondary);
	transition: .2s ease-in-out;
}


.woocommerce-form-register .woocommerce-button {
	font-weight: 400;
	font-size: 14px;
	background-color: var(--color-primary);
	padding: 12px 16px;
	border-radius: 100px;
	color: #fff;
	text-decoration: none;
	gap: 6px;
	transition: .2s ease-in-out;
	cursor: pointer;
}

.woocommerce-form-register button:hover {
	background-color: var(--color-secondary);
	transition: .2s ease-in-out;
}


.bewertung-page .hero h1 {
	margin-top: 0px;
}



.bewertung-page .customer-boxes {
	padding: 50px 0 !important;
}

.bewertung-page .hero {
	padding: 30px 0 !important;
}

.customer-boxes .customer-reviews .review p a {
	color: var(--color-title);
}

@media (min-width: 1080px) {
	.site-header .user-navigation {
		display: none;
	}
}





@media (max-width: 1020px) {
	.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
		width: calc(50% - 14px) !important;
	}
}





@media (max-width: 767px) {
	.page-template-account .woocommerce-orders-table tbody tr {
		display: flex !important;
		flex-direction: column !important;
	}

	table.shop_table_responsive tbody tr td {
		padding: 10px;
	}

}




@media(max-width: 1080px) {
	.site-header {
		z-index: 999999;
	}

	.site-header .user-navigation {
		border-top: 1px solid #eaecf0;
		padding-top: 15px;
		margin-top: 15px;
	}


	.site-header .navigation nav ul {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.site-header .actions .user-drop {
		display: none;
	}

	.site-header .navigation nav ul li a {
		width: 100%;
		justify-content: space-between !important;
		padding-right: 22px !important;
		padding: 12px !important;
		text-decoration: none;
		color: #414651;
		font-size: 16px;
		font-weight: 500;
		transition: all 0.3s ease;
		padding: 2px 2px;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		gap: 5px;
	}


	.site-header .actions .menu-btn {
		display: flex;
	}

	.site-header .navigation {
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
		width: 100%;
		height: 100vb;
		flex-direction: column;
		justify-content: flex-start;
		opacity: 0;
		visibility: hidden;
		transform: translateX(100%);
		transition: 0.3s ease-in-out;
		z-index: 200;
	}

	.site-header .navigation nav {
		width: 100%;
		padding: 6px;
		padding-top: 30px;
		height: calc(100vb - 100px);
		overflow-y: auto;
	}

	.site-header .navigation nav .sub-menu {
		position: relative !important;
		top: inherit !important;
		left: inherit !important;
		margin: 12px;
		width: calc(100% - 24px);
		margin-top: 0px;
		display: none;
	}

	.site-header .navigation nav ul {
		width: 100%;
	}

	.site-header .navigation nav ul li {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.site-header .navigation nav ul li.toggled .sub-menu {
		display: block;
		opacity: 1;
		visibility: visible;
	}

	.site-header .navigation nav ul li a {
		width: 100%;
		justify-content: space-between !important;
		padding-right: 22px !important;
		padding: 12px !important;
	}

	.site-header .navigation .mobile-header {
		height: 100px;
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #eaeaea;
		padding: 0 16px;
	}

	.site-header .navigation .mobile-header span {
		font-size: 22px;
	}


	.site-header .navigation nav>div>ul {
		gap: 0px;
	}


	.account--wrapper .form-row-remember input {
		width: auto !important;
	}

	.site-header .navigation .mobile-header button {
		background-color: transparent;
		border: none;
		padding: 0;
		margin: 0;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 50px;
		border-radius: 50px;
		transition: 0.2s ease-in-out;
		border: 1px solid #eaeaea;
	}

	.site-header .navigation .mobile-header button svg {
		width: 22px;
		height: 22px;
	}

	.site-header .navigation .mobile-header button:hover {
		background-color: rgba(0, 0, 0, 0.1);
	}

	.site-header .navigation ul {
		flex-direction: column;
	}

	.site-header .navigation.toggled {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}

	.main-navigation .mobile-toggle {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.main-navigation .mobile-toggle span {
		color: var(--color-text) !important;
	}

	.main-navigation .mobile-toggle button {
		background-color: #EAEFF5 !important;
		border: none;
		padding: 0;
		margin: 0;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 40px;
		border-radius: 8px;
		transition: 0.2s ease-in-out;
	}

	.main-navigation .mobile-toggle button svg {
		width: 22px;
		height: 22px;
		color: var(--color-text) !important;
		transition: 0.2s ease-in-out;
	}

	.main-navigation .mobile-toggle button:hover {
		background-color: #EAEFF5 !important;
	}

	.main-navigation .mobile-toggle.active button {
		background-color: #EAEFF5 !important;
	}

	.main-navigation .mobile-toggle.active button svg {
		transform: rotate(180deg);
	}

	.main-navigation .menu-categories-container {
		z-index: 1000;
		overflow-x: hidden;
		position: absolute;
		top: 49px;
		left: 0;
		overflow-y: auto;
		background: #fff;
		width: 100%;
		visibility: hidden;
		opacity: 0;
		transition: 0.3s ease-in-out;
		display: none;
	}

	.main-navigation .menu-categories-container.active {
		display: block;
		visibility: visible;
		opacity: 1;
		height: calc(100vb - 150px);
	}

	.main-navigation .menu-categories-container>ul {
		display: flex;
		flex-direction: column;
		transition: none;
	}

	.main-navigation .menu-categories-container>ul>li {
		position: relative;
		border-bottom: 1px solid #eaeaea;
		border-radius: 0;
	}

	.main-navigation .menu-categories-container>ul>li:hover {
		border-radius: 0 !important;
		background-color: transparent;
	}

	.main-navigation .menu-categories-container>ul>li:hover ul {
		opacity: 0 !important;
		visibility: hidden !important;
	}

	.main-navigation .menu-categories-container>ul>li .submenu-chevron {
		position: absolute;
		right: 16px;
		top: 2.5px;
		width: 50px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
		border-radius: 8px;
	}

	.main-navigation .menu-categories-container>ul>li .submenu-chevron svg {
		width: 20px;
		height: 20px;
		transition: 0.2s ease-in-out;
	}

	.main-navigation .menu-categories-container>ul>li .submenu-chevron:hover,
	.main-navigation .menu-categories-container>ul>li .submenu-chevron.toggled {
		background-color: #f2f4f7;
	}

	.main-navigation .menu-categories-container>ul>li .submenu-chevron.toggled svg {
		transform: rotate(90deg);
	}

	.main-navigation .menu-categories-container>ul>li a {
		color: #1d2939 !important;
		display: flex;
		justify-content: space-between !important;
		align-items: center;
		position: relative;
		z-index: 98;
		width: 100%;
		padding: 8px 16px !important;
	}

	.main-navigation .menu-categories-container>ul>li .sub-menu {
		border: none;
		border-radius: 0;
		min-width: 100%;
		top: 0;
		position: relative;
		height: auto;
		width: 100%;
		max-width: 100%;
		padding: 0;
		transition: none;
		display: none;
	}

	.main-navigation .menu-categories-container>ul>li .sub-menu li {
		border-radius: 0;
		padding: 0;
		display: block;
	}

	.main-navigation .menu-categories-container>ul>li .sub-menu li:hover {
		background-color: transparent;
	}

	.main-navigation .menu-categories-container>ul>li .sub-menu li a {
		padding: 8px 24px !important;
		min-width: 100%;
	}

	.main-navigation .menu-categories-container>ul>li .sub-menu .submenu-chevron {
		top: 4.5px;
	}

	.main-navigation .menu-categories-container>ul>li .sub-menu.toggled {
		display: flex;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.main-navigation .menu-categories-container>ul>li .sub-menu .sub-menu {
		border: none;
		border-radius: 0;
		min-width: 100%;
		top: 0;
		position: relative;
		width: 100%;
		max-width: 100%;
		padding: 0;
		transition: none;
		left: 0;
		margin: 0;
	}

	.main-navigation .menu-categories-container>ul>li .sub-menu .sub-menu li a {
		padding: 8px 40px !important;
	}

	.main-navigation .menu-categories-container>ul>li .sub-menu .sub-menu.toggled {
		display: flex;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.top-products .top-sellers li {
		width: calc(50% - 14px);
	}

	.bathroom-exhibition {
		flex-direction: column;
	}

	.bathroom-exhibition .content {
		width: 100%;
	}

	.bathroom-exhibition .exhibition-slider {
		width: 100%;
	}

	.slide img {
		height: 100% !important;
		max-height: 290px !important;

	}

	.customer-boxes .customer-reviews {
		grid-template-columns: repeat(2, 1fr);

	}
}


@media(max-width: 960px) {
	.site-footer .footer-wrap {
		flex-direction: column;
		gap: 30px;
	}

	.customer-boxes .customer-reviews {
		grid-template-columns: repeat(1, 1fr);
	}

	.footer-wrap .footer-menu {
		flex-direction: column;
		gap: 30px;
	}

	.bewertung {
		text-align: left;
	}

	.site-footer .container .bellow-footer {
		flex-direction: column;
		align-items: start;
	}

	.home-category-wrapper .home-category-item {
		width: calc(50% - 14px);
	}

	.latest-posts .post-item {
		width: calc(50% - 14px);
	}

	.contact-page .contact-box .box {
		width: 100%;
	}

	.contact-wrapper .contact-section {
		flex-direction: column;
	}

	.contact-wrapper .contact-section .contact-form {
		width: 100%;
	}

	.contact-wrapper .contact-section .contact-info {
		width: 100%;
		height: 400px;
	}

	.about-us-gallery {
		grid-template-columns: auto;
		grid-auto-rows: auto;
	}

	.about-us-gallery .gallery-item:nth-child(1) {
		grid-column: auto;
		grid-row: auto;
	}

	.about-us-gallery .gallery-item:nth-child(2) {
		grid-column: auto;
		grid-row: auto;
	}

	.about-us-gallery .gallery-item:nth-child(3) {
		grid-column: auto;
		grid-row: auto;
	}

	.woocommerce-cart .cart-data {
		flex-direction: column;
	}

	.woocommerce-cart .cart-data .woocommerce-cart-form {
		width: 100%;
	}

	.woocommerce-cart .cart-data .cart-left {
		width: 100%;
	}

	.woocommerce-cart .cart-data .update-cart-btn {
		width: 100%;
	}

	.woocommerce-cart .cart-data .cart-collaterals {
		width: 100%;
	}

	.woocommerce-cart .cart-data .cart-collaterals td {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}

	.free-consultation {
		flex-direction: column;
	}

	.free-consultation .contact-form {
		width: 100%;
	}

	.free-consultation .free-consultation-wrapper {
		width: 100%;
	}

	.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
		width: calc(100% - 0px) !important;
	}

	.wc-block-grid__products .wc-block-grid__product {
		flex-basis: calc(50% - 6px) !important;
		max-width: 50% !important;
	}

	.woocommerce-columns--addresses {
		flex-direction: column;
	}

	.woocommerce-columns--addresses .woocommerce-column {
		width: 100%;
	}

	.about-us-gallery .gallery-item img {
		height: 400px;
		width: 100%;
		object-fit: cover;
	}


}


@media(max-width: 700px) {
	.wc-block-checkout__shipping-method-container {
		flex-direction: column !important;
	}

	.wc-block-checkout__shipping-method-container {
		border-radius: 30px !important;
	}

	.wc-block-components-checkout-return-to-cart-button {
		display: flex;
		justify-content: center;
	}
}



@media(max-width: 600px) {
	.top-products .top-sellers li {
		width: 100%;
	}

	.latest-posts .post-item {
		width: 100%;
	}

	.bathroom-exhibition .content .exhibition-button {
		flex-direction: column;
	}

	.bathroom-exhibition .content .btn {
		justify-content: center;
		width: 100%;
	}

	.bathroom-exhibition .content .arrow-btn {
		width: 100%;
		justify-content: center;
	}

	.wc-block-grid__products .wc-block-grid__product {
		max-width: 100% !important;
		margin-top: 10px;
	}
}


.top-products .products .product .add_to_cart_button {
	margin: 10px;
}


.ultimate-product-slider .slick-slide>div {
	width: 100% !important;
}