/*!
Theme Name: Abacus Plus
Theme URI: http://underscores.me/
Author: Abacus Plus
Author URI: http://www.abacusplus.ba
Description: Custom Theme Developed by Abacus Plus Team
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: abacusplus
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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
--------------------------------------------- */
/* Forms
--------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

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

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

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

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

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

.post,
.page {
	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;
}

/* ACF Style
--------------------------------------------- */
/* GENERAL
------------------------------------------------------------------------ */
/* GENERAL-PAGES 
------------------------------------------------------- */
.page {
	margin: 0;
}

body {
	background-color: var(--bg-type-solid);
}

nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* GENERAL-LINKS 
------------------------------------------------------- */
a {
	transition: var(--transition);
	text-decoration: none;
	color: white;
}

a:visited,
a:hover,
a:focus,
a:focus-visible {
	outline: 0;
}

/* GENERAL-MENUS 
------------------------------------------------------- */
.menu ul {
	list-style: none;
	margin: 0;
}

.menu ul li::marker {
	display: none;
}

.menu ul li a {
	text-decoration: none;
}

/* FIELDS 
------------------------------------------------------------------------ */
/* FIELDS-NORMAL
------------------------------------------------------- */
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-radius: var(--fields-border-radius);
	font-size: var(--fields-font-size);
	padding: var(--fields-padding);
	font-family: var(--secondary-font);
	color: var(--grey-color-900);
	border: 1px solid black;
	width: 100%;
	transition: var(--transition);
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder {
	color: var(--grey-color-900);
}

/* FIELDS-FOCUSVISIBLE
------------------------------------------------------- */
input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="url"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="number"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="range"]:focus-visible,
input[type="date"]:focus-visible,
input[type="month"]:focus-visible,
input[type="week"]:focus-visible,
input[type="time"]:focus-visible,
input[type="datetime"]:focus-visible,
input[type="datetime-local"]:focus-visible,
input[type="color"]:focus-visible,
textarea:focus-visible {
	outline: 0;
	border-color: none;
	box-shadow: none;
}

/* FIELDS-ERROR
------------------------------------------------------- */
.wpcf7-not-valid {
	border-color: #FDA29B !important;
	box-shadow: 0px 0px 2px 4px #fda29b5c !important;
}

/* FONTS
------------------------------------------------------------------------ */
/* FONTS-PARAGRAPHS & CAPTIONS
------------------------------------------------------- */
p {
	margin: 0;
	font-size: var(--paragraph);
	line-height: 1em;
	font-family: var(--secondary-font);
}

.p-extra-small {
	margin: 0;
	font-size: .75rem;
	line-height: 1em;
	font-family: var(--secondary-font);
}

.p-small {
	margin: 0;
	font-size: .875rem;
	line-height: 1em;
	font-family: var(--secondary-font);
}

.p-normal {
	margin: 0;
	font-size: var(--paragraph);
	line-height: 1em;
	font-family: var(--secondary-font);
}

.p-big {
	margin: 0;
	font-size: 1.125rem;
	line-height: 22.63px;
	font-family: var(--secondary-font);
}

.caption {
	font-size: var(--caption);
	font-family: var(--secondary-font);
	line-height: 1em;
	margin: 0;
	line-height: var(--caption-line-height);
}

/* FONTS-WEIGHTS
------------------------------------------------------- */
.w-100 {
	font-weight: 100;
}

.w-200 {
	font-weight: 200;
}

.w-300 {
	font-weight: 300;
}

.w-400 {
	font-weight: 400;
}

.w-500 {
	font-weight: 500;
}

.w-600 {
	font-weight: 600;
}

.w-700 {
	font-weight: 700;
}

.w-800 {
	font-weight: 800;
}

.w-900 {
	font-weight: 900;
}

/* FONTS-HEADINGS
------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--primary-font);
	margin: 0;
}

h1 {
	font-size: var(--heading-h1);
	line-height: 90.49px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h2 {
	font-size: var(--heading-h2);
	line-height: 113.12px;
	letter-spacing: 2px;
}

h3 {
	font-size: var(--heading-h3);
	line-height: 47.76px;
	letter-spacing: 1px;
}

h4 {
	font-size: var(--heading-h4);
	line-height: 1em;
}

h5 {
	font-size: var(--heading-h5);
	line-height: 1em;
}

h6 {
	font-size: var(--heading-h6);
	line-height: 1em;
}

/* FONTS-HEADINGS-MOBILE/TABLET
------------------------------------ */
@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
	.hm-1 {
		font-size: 3rem;
	}
	.hm-2 {
		font-size: 2.5rem;
	}
	.hm-3 {
		font-size: 2rem;
	}
	.hm-4 {
		font-size: 1.75rem;
	}
	.hm-5 {
		font-size: 1.5rem;
	}
	.hm-6 {
		font-size: 1.25rem;
	}
}

@media only screen and (max-width: 599px) {
	.hm-1 {
		font-size: 1.75rem;
		line-height: 36px;
	}
	.hm-2 {
		font-size: 2rem;
		line-height: 40px;
	}
	.hm-3 {
		font-size: 1.5rem;
		line-height: 32px;
	}
	.hm-4 {
		font-size: 1.75rem;
	}
	.hm-5 {
		font-size: 1.5rem;
	}
	.hm-6 {
		font-size: 1rem;
	}
}

/* FONTS-COLORS
------------------------------------------------------- */
/* FONTS-COLORS-PRIMARY
------------------------------------ */
.color-is-primary-100 {
	color: var(--primary-color-100);
}

.color-is-primary-200 {
	color: var(--primary-color-200);
}

.color-is-primary-300 {
	color: var(--primary-color-300);
}

.color-is-primary-400 {
	color: var(--primary-color-400);
}

.color-is-primary-500 {
	color: var(--primary-color-500);
}

.color-is-primary-600 {
	color: var(--primary-color-600);
}

.color-is-primary-700 {
	color: var(--primary-color-700);
}

.color-is-primary-800 {
	color: var(--primary-color-800);
}

.color-is-primary-900 {
	color: var(--primary-color-900);
}

/* FONTS-COLORS-SECONDARY
------------------------------------ */
.color-is-secondary-100 {
	color: var(--secondary-color-100);
}

.color-is-secondary-200 {
	color: var(--secondary-color-200);
}

.color-is-secondary-300 {
	color: var(--secondary-color-300);
}

.color-is-secondary-400 {
	color: var(--secondary-color-400);
}

.color-is-secondary-500 {
	color: var(--secondary-color-500);
}

.color-is-secondary-600 {
	color: var(--secondary-color-600);
}

.color-is-secondary-700 {
	color: var(--secondary-color-700);
}

.color-is-secondary-800 {
	color: var(--secondary-color-800);
}

.color-is-secondary-900 {
	color: var(--secondary-color-900);
}

/* FONTS-COLORS-NEUTRAL
------------------------------------ */
.color-is-neutral-100 {
	color: var(--grey-color-100);
}

.color-is-neutral-200 {
	color: var(--grey-color-200);
}

.color-is-neutral-300 {
	color: var(--grey-color-300);
}

.color-is-neutral-400 {
	color: var(--grey-color-400);
}

.color-is-neutral-500 {
	color: var(--grey-color-500);
}

.color-is-neutral-600 {
	color: var(--grey-color-600);
}

.color-is-neutral-700 {
	color: var(--grey-color-700);
}

.color-is-neutral-800 {
	color: var(--grey-color-800);
}

.color-is-neutral-900 {
	color: var(--grey-color-900);
}

/* FONTS-COLORS-SHADES
------------------------------------ */
.color-is-white {
	color: white;
}

.color-is-black {
	color: black;
}

/* BUTTONS
------------------------------------------------------------------------ */
.primary-button {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	border-radius: var(--border-radius-pb);
	background-color: white;
	text-decoration: none;
	border: 0;
	line-height: 17.6px;
	font-style: normal;
	font-weight: 700;
	font-family: var(--secondary-font);
	transition: var(--transition);
	width: fit-content;
	color: black;
	text-transform: uppercase;
}

.primary-button:hover {
	background-color: var(--grey-color-100);
}

.secondary-button {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background-color: var(--grey-color-900);
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-weight: 700;
	font-family: var(--secondary-font);
	color: white;
	transition: var(--transition);
	padding: 12px 26px;
	font-size: .875rem;
	width: fit-content;
	text-transform: uppercase;
	border: 0;
}

.secondary-button:hover {
	background-color: var(--grey-color-500);
}

.small {
	padding: var(--padding-small);
	font-size: var(--font-size-sm);
}

.medium {
	padding: var(--padding-medium);
	font-size: var(--font-size-md);
}

.large {
	padding: var(--padding-large);
	font-size: var(--font-size-lg);
}

.icon-right::after {
	content: var(--btn-icon);
	height: auto;
}

.only-icon {
	height: fit-content;
}

.only-icon::after {
	content: url("/wp-content/uploads/2024/04/Iconbtn.svg");
	height: 20px;
}

.only-icon-dw {
	height: fit-content;
}

.only-icon-dw::after {
	content: url("/wp-content/uploads/2024/04/Button-Icon.svg");
	height: 20px;
}

.single-product .container {
	max-width: 100%;
	width: 98%;
}

.page-template-homepage .container {
	max-width: 100%;
	width: 98%;
}

.post-type-archive .container {
	max-width: 100%;
	width: 98%;
}

.page-template-wishlist .container {
	max-width: 100%;
	width: 98%;
}

header.site-header .container {
	max-width: 100%;
	width: 98%;
}

/* Website SCSS
--------------------------------------------- */
.konfigurator-section {
	height: 90vh;
}

.konfigurator-section__wrapper {
	position: relative;
}

@media (max-width: 768px) {
	.konfigurator-section__wrapper {
		display: none;
	}
}

.konfigurator-section__wrapper img {
	position: relative;
	z-index: 1;
	border-radius: 4px;
	width: 100%;
	height: 90vh;
	object-fit: cover;
}

.konfigurator-section__wrapper .content-wrapper {
	position: absolute;
	top: 64px;
	z-index: 2;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.konfigurator-section__wrapper .content-wrapper span {
	color: #E1872D;
	font-size: 1.25rem;
	font-family: 'Staatliches', sans-serif;
	font-weight: 400;
	letter-spacing: 6px;
}

.konfigurator-section__wrapper .content-wrapper h2 {
	color: white;
	font-family: 'Staatliches', sans-serif;
	font-weight: 400;
	font-size: 3rem;
	margin: 0;
}

.konfigurator-section__wrapper .content-wrapper h2 span {
	color: #E1872D;
	text-decoration: underline;
	font-size: 3rem;
	letter-spacing: 0;
}

.konfigurator-section__wrapper .hotspot-content-custom {
	position: absolute;
	z-index: 2;
	top: 0;
	width: 100%;
	height: 100%;
}

.konfigurator-section__wrapper .hotspot-content-custom .single-hotspot {
	display: flex;
	align-items: center;
	gap: 16px;
	width: fit-content;
	position: absolute;
	flex-direction: column;
}

.konfigurator-section__wrapper .hotspot-content-custom .single-hotspot .number {
	background: transparent;
	padding: 10px;
	line-height: 0;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border: 1px solid white;
	color: white;
	font-family: var(--secondary-font);
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	z-index: 2;
	font-size: 25px;
	transition: all .3s ease-in-out;
}

.konfigurator-section__wrapper .hotspot-content-custom .single-hotspot .number:hover {
	background-color: white;
	color: black;
	border: 1px solid black;
}

.konfigurator-section__wrapper .hotspot-content-custom .single-hotspot .content {
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border-radius: 4px;
	min-width: 300px;
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	position: relative;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease-in-out;
}

.konfigurator-section__wrapper .hotspot-content-custom .single-hotspot .content .title-and-close {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.konfigurator-section__wrapper .hotspot-content-custom .single-hotspot .content .title-and-close .hotspot-title {
	font-family: var(--secondary-font);
	font-size: .875rem;
	font-weight: 700;
	color: var(--grey-color-900);
}

.konfigurator-section__wrapper .hotspot-content-custom .single-hotspot .content .title-and-close .close-icon {
	line-height: 0;
}

.konfigurator-section__wrapper .hotspot-content-custom .single-hotspot .content .title-and-close .close-icon .x-icon {
	all: unset;
	width: 14px;
	height: auto;
	cursor: pointer;
	/*&:hover {
                                    filter: invert(68%) sepia(55%) saturate(2038%) hue-rotate(339deg) brightness(92%) contrast(92%);
                                }*/
}

.konfigurator-section__wrapper .hotspot-content-custom .single-hotspot .content .hotspot-subtitle {
	font-family: var(--secondary-font);
	font-size: 0.75rem;
	font-weight: 700;
	margin: 0;
	color: var(--grey-color-600);
	margin-bottom: 8px;
}

.konfigurator-section__wrapper .hotspot-content-custom .single-hotspot .content .other-options-wrapper {
	display: flex;
	gap: 8px;
}

.konfigurator-section__wrapper .hotspot-content-custom .single-hotspot .content .other-options-wrapper a {
	width: -webkit-fill-available;
}

.konfigurator-section__wrapper .hotspot-content-custom .single-hotspot .content .other-options-wrapper a .hotspot-other-options {
	background-color: white;
	color: var(--grey-color-900);
	font-family: var(--primary-font);
	font-weight: 400;
	border-radius: 4px;
	padding: 6px 12px;
	font-size: 0.875rem;
	min-width: 45px;
	text-align: center;
	display: block;
	transition: var(--transition);
}

.konfigurator-section__wrapper .hotspot-content-custom .single-hotspot .content .other-options-wrapper a .hotspot-other-options:hover {
	background-color: var(--primary-color-500);
}

.konfigurator-section__wrapper .hotspot-content-custom .single-hotspot.open .number {
	background-color: white;
	color: black;
	border: 1px solid black;
}

.konfigurator-section__wrapper-mobile {
	display: none;
	position: relative;
}

@media (max-width: 768px) {
	.konfigurator-section__wrapper-mobile {
		display: block;
	}
}

.konfigurator-section__wrapper-mobile img {
	position: relative;
	z-index: 1;
	border-radius: 4px;
	width: 100%;
	height: 90vh;
	object-fit: cover;
}

.konfigurator-section__wrapper-mobile .content-wrapper {
	position: absolute;
	top: 64px;
	z-index: 2;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.konfigurator-section__wrapper-mobile .content-wrapper span {
	color: #E1872D;
	font-size: 1.25rem;
	font-family: 'Staatliches', sans-serif;
	font-weight: 400;
	letter-spacing: 6px;
}

.konfigurator-section__wrapper-mobile .content-wrapper h2 {
	color: white;
	font-family: 'Staatliches', sans-serif;
	font-weight: 400;
	font-size: 3rem;
	margin: 0;
}

.konfigurator-section__wrapper-mobile .content-wrapper h2 span {
	color: #E1872D;
	text-decoration: underline;
	font-size: 3rem;
	letter-spacing: 0;
}

.konfigurator-section__wrapper-mobile .hotspot-content-custom {
	position: absolute;
	z-index: 2;
	top: 0;
	width: 100%;
	height: 100%;
}

.konfigurator-section__wrapper-mobile .hotspot-content-custom .single-hotspot {
	display: flex;
	align-items: center;
	gap: 16px;
	width: fit-content;
	position: absolute;
	flex-direction: column;
}

.konfigurator-section__wrapper-mobile .hotspot-content-custom .single-hotspot .number {
	background: transparent;
	padding: 10px;
	line-height: 0;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border: 1px solid white;
	color: white;
	font-family: var(--secondary-font);
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	z-index: 2;
	font-size: 25px;
	transition: all .3s ease-in-out;
}

.konfigurator-section__wrapper-mobile .hotspot-content-custom .single-hotspot .number:hover {
	background-color: white;
	color: black;
	border: 1px solid black;
}

.konfigurator-section__wrapper-mobile .hotspot-content-custom .single-hotspot .content {
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	min-width: auto;
	border-radius: 4px;
	width: auto;
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	position: relative;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease-in-out;
}

.konfigurator-section__wrapper-mobile .hotspot-content-custom .single-hotspot .content .title-and-close {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.konfigurator-section__wrapper-mobile .hotspot-content-custom .single-hotspot .content .title-and-close .hotspot-title {
	font-family: var(--secondary-font);
	font-size: .875rem;
	font-weight: 700;
	color: var(--grey-color-900);
}

.konfigurator-section__wrapper-mobile .hotspot-content-custom .single-hotspot .content .title-and-close .close-icon {
	line-height: 0;
}

.konfigurator-section__wrapper-mobile .hotspot-content-custom .single-hotspot .content .title-and-close .close-icon .x-icon {
	all: unset;
	width: 14px;
	height: auto;
	cursor: pointer;
	/*&:hover {
                                    filter: invert(68%) sepia(55%) saturate(2038%) hue-rotate(339deg) brightness(92%) contrast(92%);
                                }*/
}

.konfigurator-section__wrapper-mobile .hotspot-content-custom .single-hotspot .content .hotspot-subtitle {
	font-family: var(--secondary-font);
	font-size: 0.75rem;
	font-weight: 700;
	margin: 0;
	color: var(--grey-color-600);
	margin-bottom: 8px;
}

.konfigurator-section__wrapper-mobile .hotspot-content-custom .single-hotspot .content .other-options-wrapper {
	display: flex;
	gap: 8px;
}

.konfigurator-section__wrapper-mobile .hotspot-content-custom .single-hotspot .content .other-options-wrapper a {
	width: -webkit-fill-available;
}

.konfigurator-section__wrapper-mobile .hotspot-content-custom .single-hotspot .content .other-options-wrapper a .hotspot-other-options {
	background-color: white;
	color: var(--grey-color-900);
	font-family: var(--primary-font);
	font-weight: 400;
	border-radius: 4px;
	padding: 6px 12px;
	font-size: 0.875rem;
	min-width: 45px;
	text-align: center;
	display: block;
	transition: var(--transition);
}

.konfigurator-section__wrapper-mobile .hotspot-content-custom .single-hotspot .content .other-options-wrapper a .hotspot-other-options:hover {
	background-color: var(--primary-color-500);
}

.konfigurator-section__wrapper-mobile .hotspot-content-custom .single-hotspot.open .number {
	background-color: white;
	color: black;
	border: 1px solid black;
}

.hero-section {
	height: 700px;
	position: relative;
}

.hero-section .overlay {
	position: absolute;
	width: 100%;
	height: 700px;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
}

.hero-section__image,
.hero-section video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	position: relative;
}

.hero-section__main-wrapper {
	position: absolute;
	display: flex;
	top: calc(50% - 145px);
	z-index: 3;
	width: 35%;
}

@media only screen and (min-width: 600px) and (max-width: 2080px) {
	.hero-section__main-wrapper {
		width: 55%;
	}
}

@media only screen and (max-width: 599px) {
	.hero-section__main-wrapper {
		width: 92%;
	}
}

.hero-section__main-wrapper .content {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.hero-section__main-wrapper .content h1 {
	text-transform: uppercase;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.hero-section__main-wrapper .content h1 {
		line-height: 1.5;
	}
}

section.reviews {
	padding: 80px 0px;
	background-color: #f6f6f6;
}

.reviews h2 {
	background: -webkit-linear-gradient(45deg, #B49751, #F2E9A0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	margin-bottom: -85px;
	width: fit-content;
}

@media only screen and (max-width: 599px) {
	.reviews h2 {
		margin-bottom: -50px;
	}
}

/*.ti-widget.ti-goog .ti-col-7 .ti-review-item {
    flex: 0 0 25% !important;
    max-width: 25% !important;
}

.ti-widget.ti-goog .ti-col-8 .ti-review-item {
    flex: 0 0 25% !important;
    max-width: 25% !important;
}

.ti-widget.ti-goog .ti-col-6 .ti-review-item {
    flex: 0 0 25% !important;
    max-width: 25% !important;
}*/
.instagram {
	padding: 80px 0px;
}

@media only screen and (max-width: 599px) {
	.instagram {
		height: 1000px;
	}
	.instagram #sb_instagram #sbi_images .sbi_item {
		overflow: visible !important;
	}
	.instagram #sb_instagram #sbi_load {
		position: relative;
		top: 480px;
	}
}

.instagram h2 {
	background: -webkit-linear-gradient(45deg, #B49751, #F2E9A0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	margin-bottom: -50px;
	width: fit-content;
}

@media only screen and (max-width: 599px) {
	.instagram h2 {
		margin-bottom: -20px;
	}
}

#sb_instagram img {
	border-radius: 4px;
}

#sb_instagram .sbi_photo img {
	height: 320px;
}

@media only screen and (max-width: 599px) {
	#sb_instagram .sbi_photo img {
		height: auto !important;
	}
}

#sb_instagram {
	padding-bottom: 0 !important;
}

#sbi_images {
	height: 320px;
	padding: 20px 0 !important;
}

.ti-widget.ti-goog .ti-controls .ti-next {
	right: 20px !important;
	transform: scale(1) !important;
}

.ti-widget.ti-goog .ti-controls .ti-next::before {
	display: none !important;
}

.ti-widget.ti-goog .ti-controls .ti-next::after {
	all: unset !important;
	content: url("/wp-content/uploads/2024/07/Icons.svg") !important;
	background-color: var(--primary-color-500) !important;
	padding: 5px 5px 0 5px !important;
	border-radius: 4px !important;
}

.ti-widget.ti-goog .ti-controls .ti-prev {
	left: -15px !important;
	top: 18px !important;
	transform: rotate(180deg) !important;
}

.ti-widget.ti-goog .ti-controls .ti-prev::before {
	display: none !important;
}

.ti-widget.ti-goog .ti-controls .ti-prev::after {
	all: unset !important;
	content: url("/wp-content/uploads/2024/07/Icons.svg") !important;
	background-color: var(--primary-color-500) !important;
	padding: 5px 5px 0 5px !important;
	border-radius: 4px !important;
}

.ti-widget.ti-goog .ti-widget-container {
	margin-bottom: 0 !important;
}

.ti-widget.ti-goog .ti-review-header .ti-profile-details .ti-name {
	font-family: var(--secondary-font) !important;
	font-weight: 700 !important;
	font-size: .75rem !important;
	line-height: 15.08px !important;
	letter-spacing: 2% !important;
	color: var(--grey-color-900) !important;
}

.ti-widget.ti-goog .ti-widget-container .ti-date {
	font-family: var(--secondary-font) !important;
	font-weight: 400 !important;
	font-size: .625rem !important;
	line-height: 12.57px !important;
	letter-spacing: 2% !important;
	color: var(--grey-color-500) !important;
}

.ti-widget.ti-goog .ti-review-content {
	font-family: var(--secondary-font) !important;
	font-weight: 400 !important;
	font-size: .625rem !important;
	line-height: 12.57px !important;
	letter-spacing: 2% !important;
	color: var(--grey-color-900) !important;
}

#sb_instagram .sbi_follow_btn a {
	display: flex !important;
	gap: 10px !important;
	justify-content: center !important;
	align-items: center !important;
	border-radius: 4px !important;
	background-color: var(--grey-color-900) !important;
	text-decoration: none !important;
	line-height: normal !important;
	font-style: normal !important;
	font-weight: 600 !important;
	font-family: var(--secondary-font) !important;
	color: white !important;
	transition: var(--transition) !important;
	padding: 12px 26px !important;
	font-size: .875rem !important;
	width: fit-content !important;
	text-transform: normal !important;
	border: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
}

#sb_instagram .sbi_follow_btn a:hover {
	background-color: var(--grey-color-500) !important;
}

#sb_instagram .sbi_follow_btn a svg {
	display: none !important;
}

@media only screen and (max-width: 599px) {
	.ti-widget.ti-goog .ti-controls-line {
		background: white !important;
	}
}

@media only screen and (max-width: 599px) {
	.ti-widget.ti-goog .ti-controls-line .dot {
		background: var(--primary-color-500) !important;
	}
}

.acf-map {
	width: 100%;
	height: 600px;
	border-radius: 4px;
}

.hero-contact {
	padding: 60px 0px;
}

@media only screen and (max-width: 599px) {
	.hero-contact {
		padding: 30px 0px;
	}
}

.hero-contact__title {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.hero-contact__title h1 {
	text-transform: uppercase;
}

.card-contact {
	padding: 0px 0px 0px 60px;
}

@media only screen and (max-width: 599px) {
	.card-contact {
		padding: 0px;
	}
}

.card-contact__wrapper .card-contact__wrapper {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 12px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 50%;
}

@media only screen and (max-width: 599px) {
	.card-contact__wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

.card-contact__inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 1rem;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #f8f3e9;
	padding: 32px 40px;
	border-radius: 4px;
	height: 100%;
}

@media only screen and (max-width: 599px) {
	.card-contact__inner {
		width: 100%;
		max-height: max-content;
		height: -webkit-fill-available;
		padding: 16px 20px;
	}
}

.card-contact__content {
	display: flex;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.contact-form {
	padding: 60px 0px;
}

.contact-form__inner {
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.contact-form__inner h3 {
	text-transform: uppercase;
}

.contact-form__wrapper {
	display: flex;
	gap: 24px;
}

@media only screen and (max-width: 599px) {
	.contact-form__wrapper {
		flex-direction: column;
	}
}

.contact-form .form.wpcf7-form.init {
	width: 800px;
}

.contact-form form.wpcf7-form.init {
	width: 100%;
}

@media only screen and (max-width: 599px) {
	.contact-form form.wpcf7-form.init {
		width: 100%;
	}
}

.lokacija__content {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding-bottom: 32px;
}

.lokacija__content h3 {
	text-transform: uppercase;
}

h3.wp-block-heading {
	padding-bottom: 1rem;
}

@media only screen and (max-width: 599px) {
	h3.wp-block-heading {
		padding-bottom: 1rem;
		font-size: 1.75rem;
	}
	.page-template-privacy-policy h1 {
		font-size: 2rem;
	}
}

.faq-wrapper {
	padding: 60px 0px;
	height: 100%;
}

@media only screen and (max-width: 599px) {
	.faq-wrapper {
		height: 100%;
	}
}

.faq-wrapper .hero-contact__title {
	padding-bottom: 2rem;
}

.faq-wrapper .faq {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 599px) {
	.faq-wrapper .faq {
		max-width: 100%;
	}
}

.faq-wrapper .accordion-button:focus {
	box-shadow: none;
	border-color: transparent;
}

.faq-wrapper .accordion-button:not(.collapsed) {
	background-color: white;
	box-shadow: none;
	border-bottom: 1px solid #dee2e6;
}

.faq-wrapper .accordion-item {
	color: unset;
	background: none;
	border: none;
	border-bottom: 1px solid black;
}

.faq-wrapper .accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.faq-wrapper .accordion {
	--bs-accordion-border-radius: 0;
}

.faq-wrapper .accordion-button {
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.125rem;
	letter-spacing: 1px;
}

.faq-wrapper .accordion-body {
	font-size: 1rem;
	font-family: var(--secondary-font);
}

.video {
	padding-bottom: 60px;
}

@media only screen and (max-width: 599px) {
	.video {
		padding-bottom: 30px;
	}
}

.video__inner {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.ytp-cued-thumbnail-overlay-image {
	height: 300px;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block a {
	color: black;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" preserveAspectRatio="none"><line x1="0" y1="0" x2="10" y2="10" stroke="black" stroke-width="0.4"/></svg>');
	background-size: cover;
	pointer-events: none;
}

button.woocommerce-Button.button {
	background-color: black;
	color: white;
	margin-top: 10px;
}

button.woocommerce-Button.button:hover {
	background-color: var(--grey-color-500);
	color: white;
}

section.privacy-template {
	padding: 50px 0px;
}

.page-template-shops .contact-form {
	padding: 0px 0px 60px 0px;
}

.page-template-shops .hero-contact__title {
	padding-bottom: 1rem;
}

.page-template-shops .card-contact__wrapper {
	display: flex;
	gap: 12px;
	width: 100%;
	flex-direction: row;
}

@media only screen and (max-width: 599px) {
	.page-template-shops .card-contact__wrapper {
		flex-direction: column;
	}
}

.page-template-shops .contact-form__inner {
	display: block;
}

.page-template-shops iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.page-template-shops .video {
	padding-bottom: 30px;
}

.page-template-contact .card-contact__wrapper {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 12px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.page-template-contact .card-contact__inner {
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 2rem;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #f8f3e9;
	padding: 16px 20px;
	border-radius: 4px;
	height: 100%;
}

.page-template-contact .card-contact__content {
	display: flex;
	gap: 1rem;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	overflow-wrap: break-word;
	width: 200px;
	text-align: left;
}

.page-template-contact .card-contact__content h4 {
	text-align: left;
	width: 100%;
}

.page-template-contact .card-contact__content p {
	text-align: left;
	width: 100%;
}

article#post-113 {
	padding-top: 80px;
}

@media only screen and (max-width: 599px) {
	article#post-113 {
		padding-top: 40px;
	}
}

article#post-113 h1 {
	line-height: normal;
}

@media only screen and (max-width: 599px) {
	article#post-113 h1 {
		font-size: 3rem;
		line-height: normal;
	}
}

article#post-113 h2 {
	line-height: revert;
	font-size: 3rem;
}

@media only screen and (max-width: 599px) {
	article#post-113 h2 {
		font-size: 2rem;
	}
}

article#post-113 p.woocommerce-customer-details--email {
	display: flex;
	align-items: center;
}

article#post-113 .woocommerce .woocommerce-customer-details address {
	height: auto;
	display: flex;
	flex-direction: column;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

article#post-113 .wc-block-components-title.wc-block-components-title {
	font-size: 2rem;
	text-transform: uppercase;
	line-height: normal;
}

@media only screen and (max-width: 599px) {
	article#post-113 .wc-block-components-title.wc-block-components-title {
		font-size: 1.5rem;
	}
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
	padding-left: 3.5em !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input {
	display: block !important;
}

.wc-block-components-radio-control-accordion-content {
	display: none;
}

.nosearhresults {
	padding-left: 35px;
	font-size: 1.5rem;
}

p.woocommerce-customer-details--email {
	display: flex;
	align-items: center;
}

.woocommerce .woocommerce-customer-details address {
	height: auto;
	display: flex;
	flex-direction: column;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.newsletter {
	background-color: #F8F9FA;
	padding: 80px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.newsletter__center {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.newsletter__center h3 {
	text-transform: uppercase;
}

@media only screen and (max-width: 599px) {
	.newsletter__center #wpcf7-f180-o1 {
		width: 100%;
	}
}

@media only screen and (max-width: 599px) {
	.newsletter__center .wpcf7-form-control-wrap {
		width: 100%;
	}
}

.newsletter__center form.wpcf7-form.init {
	display: flex;
	align-items: center;
	gap: 20px;
}

@media only screen and (max-width: 599px) {
	.newsletter__center form.wpcf7-form.init {
		flex-direction: column;
	}
}

.newsletter__center form.wpcf7-form.init p {
	display: flex;
}

@media only screen and (max-width: 599px) {
	.newsletter__center form.wpcf7-form.init p {
		min-width: 100%;
	}
}

@media only screen and (max-width: 599px) {
	.newsletter__center form.wpcf7-form.init .secondary-button {
		width: 100%;
	}
}

@media only screen and (max-width: 599px) {
	.newsletter__center .wpcf7-spinner {
		display: none;
	}
}

.page-id-113 ins.wc-block-components-product-price__value.is-discounted.wc-block-components-order-summary-item__individual-price {
	color: var(--primary-color-500);
	background: transparent;
}

.page-template-privacy-policy h1,
.page-template-privacy-policy h2,
.page-template-privacy-policy h3,
.page-template-privacy-policy h4,
.page-template-privacy-policy h5,
.page-template-privacy-policy h6 {
	color: black;
}

.parallax {
	display: flex;
	align-items: center;
	position: relative;
}

@media only screen and (max-width: 599px) {
	.parallax {
		min-height: 500px !important;
	}
}

.parallax .overlay {
	position: absolute;
	width: 100%;
	height: 800px;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
}

@media only screen and (max-width: 599px) {
	.parallax .overlay {
		height: 500px;
	}
}

.parallax__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	position: absolute;
	z-index: 3;
	left: calc(50% - 253px);
	top: calc(50% - 115px);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.parallax__content {
		left: calc(50% - 130px);
	}
}

.parallax__content h2 {
	text-transform: uppercase;
}

@media only screen and (min-width: 600px) and (max-width: 2080px) {
	.parallax__content h2 {
		line-height: 1.1;
	}
}

@media only screen and (max-width: 599px) {
	.parallax__content {
		width: 92%;
		left: auto;
	}
}

.page-id-114 h2 {
	font-size: var(--heading-h3);
	line-height: 47.76px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.page-id-114 p.woocommerce-LostPassword.lost_password a {
	color: black;
}

.page-id-114 .woocommerce-privacy-policy-text a {
	color: black;
	text-decoration: underline;
}

.page-id-114 .woocommerce form.checkout_coupon,
.page-id-114 .woocommerce form.login,
.page-id-114 .woocommerce form.register {
	border: none;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	border-radius: 4px;
	background-color: #f8f9fa;
}

.page-id-114 .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background-color: var(--grey-color-900);
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-weight: 700;
	font-family: var(--secondary-font);
	color: white;
	transition: var(--transition);
	padding: 12px 26px;
	font-size: .875rem;
	width: fit-content;
	text-transform: uppercase;
	border: 0;
	margin-top: 1rem;
}

.page-id-114 button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background-color: var(--grey-color-900);
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-weight: 700;
	font-family: var(--secondary-font);
	color: white;
	transition: var(--transition);
	padding: 12px 26px;
	font-size: .875rem;
	width: fit-content;
	text-transform: uppercase;
	border: 0;
	margin-top: 1rem;
}

.page-id-114 .xoo-wsc-basket {
	display: none !important;
}

.page-id-114 p.woocommerce-LostPassword.lost_password {
	margin-top: 1rem;
}

.page-id-114 .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	margin-top: 1rem;
}

.page-id-114 .woocommerce {
	padding-top: 50px;
	display: flex;
}

.page-id-114 nav.woocommerce-MyAccount-navigation {
	background-color: white;
	width: 25%;
}

.page-id-114 .woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 20%;
}

.page-id-114 .woocommerce-MyAccount-content {
	float: right;
	width: 70%;
	margin-left: auto;
}

.page-id-114 .woocommerce-MyAccount-content a {
	color: black;
}

.page-id-114 nav.woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-direction: column;
	font-size: 1.125rem;
	border-right: 1px solid black;
}

.page-id-114 nav.woocommerce-MyAccount-navigation li a {
	font-weight: 700;
	font-family: 'Source Sans 3';
	color: black;
}

.page-id-114 a.woocommerce-button.button.view {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background-color: var(--grey-color-900);
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-weight: 700;
	font-family: var(--secondary-font);
	color: white;
	transition: var(--transition);
	padding: 6px 26px;
	font-size: .875rem;
	width: fit-content;
	text-transform: uppercase;
	border: 0;
}

.page-id-114 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.page-id-114 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.page-id-114 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.page-id-114 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
.page-id-114 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
.page-id-114 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
.page-id-114 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
.page-id-114 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
	background-color: var(--grey-color-500);
}

.page-id-114 li.woocommerce-MyAccount-navigation-link {
	padding: 10px;
}

.page-id-114 li.woocommerce-MyAccount-navigation-link.is-active a {
	color: white;
}

.page-id-114 li.woocommerce-MyAccount-navigation-link.is-active {
	background-color: black;
}

.page-id-114 h1.entry-title {
	display: none;
}

.page-id-114 main#primary {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-id-114 fieldset {
	padding: 0;
}

@media only screen and (max-width: 599px) {
	.page-id-114 h1.entry-title {
		padding-top: 25px;
	}
	.page-id-114 .woocommerce {
		flex-direction: column;
		gap: 20px;
		padding-top: 0px;
	}
	.page-id-114 nav.woocommerce-MyAccount-navigation {
		width: 100%;
	}
	.page-id-114 .woocommerce-MyAccount-content {
		width: 100%;
	}
}

.page-id-113 .wc-block-components-button:not(.is-link) {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background-color: var(--grey-color-900);
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-weight: 700;
	font-family: var(--secondary-font);
	color: white;
	transition: var(--transition);
	padding: 12px 26px;
	font-size: .875rem;
	width: fit-content;
	text-transform: uppercase;
	border: 0;
}

.site-header__topbar {
	background-color: #F8F9FA;
	padding: 12px 0;
}

.site-header__topbar .topbar-info {
	display: flex;
	gap: 24px;
}

@media only screen and (max-width: 599px) {
	.site-header__topbar .topbar-info {
		justify-content: center;
	}
}

.site-header__topbar .topbar-info__inner {
	display: flex;
	gap: 8px;
	align-items: center;
}

.site-header__main {
	padding: 18px 0;
}

@media only screen and (max-width: 599px) {
	.site-header__main {
		padding: 12px 0;
	}
}

.site-header__main .main-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width: 599px) {
	.site-header__main .main-wrapper {
		display: none;
	}
}

.site-header__main .main-wrapper__main-menu {
	flex: 1;
}

.site-header__main .main-wrapper__main-menu #menu-menu-1 {
	display: flex;
	align-items: center;
	gap: 40px;
}

.site-header__main .main-wrapper__main-menu #menu-menu-1 li a {
	font-size: 1rem;
	font-weight: 700;
	font-family: var(--secondary-font);
	text-transform: uppercase;
	color: var(--grey-color-900);
}

.site-header__main .main-wrapper__icons-wrapper {
	display: flex;
	align-items: center;
	gap: 32px;
	justify-content: flex-end;
	flex: 1;
}

.site-header__main .main-wrapper__icons-wrapper form {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #F8F9FA;
	padding: 10px;
	border-radius: 4px;
	width: 300px;
}

.site-header__main .main-wrapper__icons-wrapper form input {
	border: 0;
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	color: var(--grey-color-900);
	font-weight: 400;
	font-size: 1rem;
}

.site-header__main .main-wrapper__icons-wrapper form input::placeholder {
	color: var(--grey-color-900);
	font-weight: 400;
	font-size: 1rem;
}

.site-header__main .main-wrapper__logo-link {
	flex: 1;
	text-align: center;
}

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

@media only screen and (max-width: 599px) {
	.site-header .mobile-wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
	}
}

.site-header .mobile-wrapper__menu-toggle {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.site-header .mobile-wrapper__menu-toggle .bar1,
.site-header .mobile-wrapper__menu-toggle .bar2,
.site-header .mobile-wrapper__menu-toggle .bar3 {
	background-color: black;
	width: 24px;
	height: 1px;
}

.site-header .mobile-wrapper__logo {
	height: 20px;
	padding: 0 8px;
}

#search-results {
	position: absolute;
	background: #fff;
	width: 100%;
	z-index: 9999;
	top: 123px;
	height: 96%;
	left: 0;
	padding: 64px 0;
	overflow-y: scroll;
}

#search-results .new-products__wrapper {
	max-width: 100%;
	width: 97%;
	margin: 0 auto 48px;
}

#search-results .new-products__heading-wrapper {
	max-width: 100%;
	width: 97%;
	margin: 0 auto -30px;
}

.site-header img#close2 {
	position: absolute;
	right: -10px;
	top: 20px;
}

.site-header img#close {
	position: absolute;
	right: 25px;
	top: 20px;
}

.site-header .navigation-icon img {
	height: 25px;
	width: auto;
}

.site-header span.wishlist-count {
	border-radius: 50%;
	height: 18px;
	line-height: 18px;
	width: 18px;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	position: absolute;
	background-color: black;
	margin-left: -7px;
	margin-top: -2px;
}

@media screen and (max-width: 820px) {
	.site-header img#close3 {
		display: none;
	}
	.site-header .main-wrapper__main-menu {
		display: none;
	}
}

@media screen and (min-width: 1000px) {
	.site-header .category-tabs {
		display: none;
	}
	.site-header ul#menu-menu-2 {
		display: none;
	}
}

.site-header .main-wrapper__main-menu.active {
	display: block;
}

.site-header .search-popup__content #mobile-search {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #F8F9FA;
	padding: 10px;
	border-radius: 4px;
	width: 270px;
}

.site-header .search-popup__content input#search-mobile {
	border: 0;
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	color: var(--grey-color-900);
	font-weight: 400;
	font-size: 1rem;
}

.site-header .search-popup {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 95%;
	height: 700px;
	background: white;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	z-index: 4;
	margin-top: 57px;
	margin-left: 10px;
}

.site-header .search-popup__content {
	background: white;
	padding: 10px;
	padding-left: 0;
	border-radius: 4px;
	position: absolute;
	z-index: 5;
	top: 10px;
	width: 300px;
}

.site-header .search-popup.active {
	display: flex;
}

.site-header .no-scroll {
	overflow: hidden;
}

.site-header div#search-results-mobile {
	overflow-y: scroll;
	height: 600px;
	padding-top: 25px;
}

@media only screen and (max-width: 599px) {
	.site-header .main-wrapper__main-menu {
		display: none;
		/* Initially hidden */
		position: absolute;
		height: 85%;
		background-color: #f8f9fa;
		z-index: 5;
		width: 92%;
		border-radius: 4px;
		opacity: 0;
		/* Start with 0 opacity */
		transform: translateY(-20px);
		/* Start slightly above */
		transition: opacity 0.3s ease, transform 0.3s ease;
		/* Transition for opacity and transform */
	}
	.site-header .main-wrapper__main-menu.active {
		display: block;
		/* Display block when active */
		opacity: 1;
		/* Fade to full opacity */
		transform: translateY(0);
		/* Slide to its original position */
	}
	.site-header div#search-results-mobile .new-products__wrapper {
		display: flex;
		flex-direction: column;
	}
	.site-header .main-wrapper__main-menu.active {
		display: block;
		position: absolute;
		height: 85%;
		background-color: #f8f9fa;
		z-index: 5;
		width: 92%;
		border-radius: 4px;
	}
	.site-header ul#menu-menu-2 {
		display: flex;
		justify-content: space-around;
	}
	.site-header ul#menu-menu-2 li a {
		color: black;
	}
	.site-header .category-tabs {
		position: relative;
	}
	.site-header .tab-list {
		display: flex;
		margin-bottom: 10px;
		list-style: none;
		padding: 20px 30px 0px 30px;
		gap: 50px;
	}
	.site-header .tab-item {
		cursor: pointer;
		text-align: center;
		font-weight: 600;
		font-size: 1.125rem;
	}
	.site-header .tab-item.active {
		color: black;
		border-bottom: solid 2px;
		padding-bottom: 7px;
	}
	.site-header .tab-content {
		overflow-y: scroll;
		white-space: nowrap;
		height: 600px;
		padding-bottom: 20px;
	}
	.site-header .tab-pane {
		display: none;
	}
	.site-header .tab-pane.active {
		display: block;
	}
	.site-header .menu-items {
		list-style: none;
		padding: 0;
	}
	.site-header .menu-items > ul {
		margin-left: 20px;
	}
	.site-header .nav-item a {
		text-decoration: none;
		color: #000;
		display: block;
		padding: 5px 0;
	}
	.site-header .nav-item ul {
		padding-left: 10px;
	}
}

.section-footer {
	padding: 80px 0px 25px 0px;
}

.section-footer .row {
	row-gap: 24px;
}

.section-footer__socials {
	display: flex;
	align-items: center;
	gap: 1rem;
}

@media only screen and (max-width: 599px) {
	.section-footer__socials {
		padding-bottom: 24px;
	}
}

.section-footer__copyright {
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
	align-items: center;
}

@media only screen and (max-width: 599px) {
	.section-footer__copyright {
		flex-direction: column-reverse;
		padding: 0 12px;
		gap: 16px;
	}
}

.section-footer__title {
	text-transform: uppercase;
	font-family: var(--primary-font);
	font-weight: 400;
	font-size: 1rem;
	color: var(--grey-color-900);
	letter-spacing: 1px;
}

.section-footer__title2 {
	text-transform: uppercase;
	font-family: var(--primary-font);
	font-weight: 400;
	font-size: 1rem;
	color: var(--grey-color-900);
	letter-spacing: 1px;
	padding-top: 24px;
}

.section-footer__list {
	list-style: none;
	padding: 16px 0px 16px 0px;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.section-footer__list li {
	color: var(--grey-color-900);
	font-weight: 400;
	font-family: var(--secondary-font);
	font-size: 0.875rem;
	text-decoration: none;
}

.section-footer__list a {
	color: var(--grey-color-900);
	font-weight: 400;
	font-family: var(--secondary-font);
	font-size: 0.875rem;
	text-decoration: none;
}

@media only screen and (max-width: 599px) {
	.section-footer__contact .section-footer__list {
		padding: 16px 0 32px 0;
	}
}

.section-footer__logo p {
	padding: 24px 0;
	line-height: 17.6px;
}

.payment-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
	display: none;
}

.payment-wrapper img {
	height: 24px;
}

.section-footer .container {
	max-width: 100%;
	width: 98%;
}

.new-products {
	padding: 80px 0;
}

.new-products__heading-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: -30px;
}

.new-products__heading-wrapper .show-hide-filters {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	justify-content: flex-end;
}

.new-products__heading-wrapper .show-hide-filters img {
	height: 16px;
}

.new-products__heading-wrapper .show-hide-filters span {
	font-family: var(--secondary-font);
}

@media only screen and (max-width: 599px) {
	.new-products__heading-wrapper {
		margin-bottom: 0;
	}
}

.new-products__heading-wrapper h2 {
	background: -webkit-linear-gradient(45deg, #B49751, #F2E9A0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
}

.new-products__heading-wrapper .view-all {
	font-family: var(--secondary-font);
	font-size: .875rem;
	gap: 10px;
	display: flex;
	align-items: center;
	position: relative;
	line-height: 17.6px;
}

@media only screen and (max-width: 599px) {
	.new-products__heading-wrapper .view-all span {
		display: none;
	}
}

.new-products__heading-wrapper .view-all .underline {
	width: 0;
	height: 2px;
	position: absolute;
	background: var(--primary-color-500);
	bottom: 0;
	transition: var(--transition);
}

.new-products__heading-wrapper .view-all .icon {
	background-color: var(--primary-color-500);
	border-radius: 4px;
	padding: 5px;
	transition: var(--transition);
}

.new-products__heading-wrapper .view-all .icon img {
	transition: var(--transition);
}

.new-products__heading-wrapper .view-all:hover .underline {
	width: 46px;
}

.new-products__heading-wrapper .view-all:hover .icon {
	background-color: var(--grey-color-900);
}

.new-products__heading-wrapper .view-all:hover .icon img {
	filter: invert(64%) sepia(51%) saturate(381%) hue-rotate(6deg) brightness(89%) contrast(88%);
}

.new-products__shop-content {
	display: flex;
	gap: 48px;
}

.new-products__filter {
	display: flex;
	flex-direction: column;
	gap: 24px;
	display: none;
	width: 0%;
}

.new-products__filter .sorting-filter,
.new-products__filter .category-filter,
.new-products__filter .color-filter,
.new-products__filter .size-filter {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.new-products__filter .sorting-filter span,
.new-products__filter .category-filter span,
.new-products__filter .color-filter span,
.new-products__filter .size-filter span {
	font-size: 1rem;
	font-family: var(--secondary-font);
	text-transform: uppercase;
}

.new-products__filter .sorting-filter #sort-options,
.new-products__filter .sorting-filter #category-options,
.new-products__filter .sorting-filter #color-options,
.new-products__filter .sorting-filter #size-options,
.new-products__filter .category-filter #sort-options,
.new-products__filter .category-filter #category-options,
.new-products__filter .category-filter #color-options,
.new-products__filter .category-filter #size-options,
.new-products__filter .color-filter #sort-options,
.new-products__filter .color-filter #category-options,
.new-products__filter .color-filter #color-options,
.new-products__filter .color-filter #size-options,
.new-products__filter .size-filter #sort-options,
.new-products__filter .size-filter #category-options,
.new-products__filter .size-filter #color-options,
.new-products__filter .size-filter #size-options {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.new-products__filter .sorting-filter #sort-options label,
.new-products__filter .sorting-filter #category-options label,
.new-products__filter .sorting-filter #color-options label,
.new-products__filter .sorting-filter #size-options label,
.new-products__filter .category-filter #sort-options label,
.new-products__filter .category-filter #category-options label,
.new-products__filter .category-filter #color-options label,
.new-products__filter .category-filter #size-options label,
.new-products__filter .color-filter #sort-options label,
.new-products__filter .color-filter #category-options label,
.new-products__filter .color-filter #color-options label,
.new-products__filter .color-filter #size-options label,
.new-products__filter .size-filter #sort-options label,
.new-products__filter .size-filter #category-options label,
.new-products__filter .size-filter #color-options label,
.new-products__filter .size-filter #size-options label {
	font-size: .875rem;
	font-family: var(--secondary-font);
	font-weight: 400;
	color: var(--grey-color-500);
	display: flex;
	align-items: center;
	gap: 8px;
	line-height: 0;
}

.new-products__filter .sorting-filter #sort-options label input[type="checkbox"],
.new-products__filter .sorting-filter #category-options label input[type="checkbox"],
.new-products__filter .sorting-filter #color-options label input[type="checkbox"],
.new-products__filter .sorting-filter #size-options label input[type="checkbox"],
.new-products__filter .category-filter #sort-options label input[type="checkbox"],
.new-products__filter .category-filter #category-options label input[type="checkbox"],
.new-products__filter .category-filter #color-options label input[type="checkbox"],
.new-products__filter .category-filter #size-options label input[type="checkbox"],
.new-products__filter .color-filter #sort-options label input[type="checkbox"],
.new-products__filter .color-filter #category-options label input[type="checkbox"],
.new-products__filter .color-filter #color-options label input[type="checkbox"],
.new-products__filter .color-filter #size-options label input[type="checkbox"],
.new-products__filter .size-filter #sort-options label input[type="checkbox"],
.new-products__filter .size-filter #category-options label input[type="checkbox"],
.new-products__filter .size-filter #color-options label input[type="checkbox"],
.new-products__filter .size-filter #size-options label input[type="checkbox"] {
	appearance: none;
}

.new-products__filter .sorting-filter #sort-options label input[type="checkbox"]::before,
.new-products__filter .sorting-filter #category-options label input[type="checkbox"]::before,
.new-products__filter .sorting-filter #color-options label input[type="checkbox"]::before,
.new-products__filter .sorting-filter #size-options label input[type="checkbox"]::before,
.new-products__filter .category-filter #sort-options label input[type="checkbox"]::before,
.new-products__filter .category-filter #category-options label input[type="checkbox"]::before,
.new-products__filter .category-filter #color-options label input[type="checkbox"]::before,
.new-products__filter .category-filter #size-options label input[type="checkbox"]::before,
.new-products__filter .color-filter #sort-options label input[type="checkbox"]::before,
.new-products__filter .color-filter #category-options label input[type="checkbox"]::before,
.new-products__filter .color-filter #color-options label input[type="checkbox"]::before,
.new-products__filter .color-filter #size-options label input[type="checkbox"]::before,
.new-products__filter .size-filter #sort-options label input[type="checkbox"]::before,
.new-products__filter .size-filter #category-options label input[type="checkbox"]::before,
.new-products__filter .size-filter #color-options label input[type="checkbox"]::before,
.new-products__filter .size-filter #size-options label input[type="checkbox"]::before {
	display: block;
	background: white;
	content: '';
	width: 18px;
	height: 16px;
	border: 1px solid #D0D5DD;
	border-radius: 4px;
	padding-bottom: 16px;
	padding-left: 3px;
}

.new-products__filter .sorting-filter #sort-options label input[type="checkbox"]:checked,
.new-products__filter .sorting-filter #category-options label input[type="checkbox"]:checked,
.new-products__filter .sorting-filter #color-options label input[type="checkbox"]:checked,
.new-products__filter .sorting-filter #size-options label input[type="checkbox"]:checked,
.new-products__filter .category-filter #sort-options label input[type="checkbox"]:checked,
.new-products__filter .category-filter #category-options label input[type="checkbox"]:checked,
.new-products__filter .category-filter #color-options label input[type="checkbox"]:checked,
.new-products__filter .category-filter #size-options label input[type="checkbox"]:checked,
.new-products__filter .color-filter #sort-options label input[type="checkbox"]:checked,
.new-products__filter .color-filter #category-options label input[type="checkbox"]:checked,
.new-products__filter .color-filter #color-options label input[type="checkbox"]:checked,
.new-products__filter .color-filter #size-options label input[type="checkbox"]:checked,
.new-products__filter .size-filter #sort-options label input[type="checkbox"]:checked,
.new-products__filter .size-filter #category-options label input[type="checkbox"]:checked,
.new-products__filter .size-filter #color-options label input[type="checkbox"]:checked,
.new-products__filter .size-filter #size-options label input[type="checkbox"]:checked {
	appearance: none;
}

.new-products__filter .sorting-filter #sort-options label input[type="checkbox"]:checked::before,
.new-products__filter .sorting-filter #category-options label input[type="checkbox"]:checked::before,
.new-products__filter .sorting-filter #color-options label input[type="checkbox"]:checked::before,
.new-products__filter .sorting-filter #size-options label input[type="checkbox"]:checked::before,
.new-products__filter .category-filter #sort-options label input[type="checkbox"]:checked::before,
.new-products__filter .category-filter #category-options label input[type="checkbox"]:checked::before,
.new-products__filter .category-filter #color-options label input[type="checkbox"]:checked::before,
.new-products__filter .category-filter #size-options label input[type="checkbox"]:checked::before,
.new-products__filter .color-filter #sort-options label input[type="checkbox"]:checked::before,
.new-products__filter .color-filter #category-options label input[type="checkbox"]:checked::before,
.new-products__filter .color-filter #color-options label input[type="checkbox"]:checked::before,
.new-products__filter .color-filter #size-options label input[type="checkbox"]:checked::before,
.new-products__filter .size-filter #sort-options label input[type="checkbox"]:checked::before,
.new-products__filter .size-filter #category-options label input[type="checkbox"]:checked::before,
.new-products__filter .size-filter #color-options label input[type="checkbox"]:checked::before,
.new-products__filter .size-filter #size-options label input[type="checkbox"]:checked::before {
	background-image: url(/wp-content/uploads/2024/07/check.svg);
	border: 1px solid var(--primary-color-500);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
	background-color: var(--primary-color-300);
}

.new-products .show-filters {
	width: 20%;
	min-width: 10%;
	display: flex;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.new-products .show-filters {
		min-width: 23%;
		width: 23%;
	}
}

@media screen and (min-width: 800px) and (max-width: 1200px) and (orientation: landscape) {
	.new-products .show-filters {
		width: 20%;
		min-width: 18%;
	}
}

@media only screen and (max-width: 599px) {
	.new-products__slider {
		overflow-x: auto;
		white-space: nowrap;
		width: 100%;
		overflow-y: hidden;
		scrollbar-width: none;
	}
}

.new-products__wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 8px;
	row-gap: 48px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.new-products__wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 599px) {
	.new-products__wrapper {
		row-gap: 32px;
	}
}

.new-products__product {
	position: relative;
}

@media only screen and (max-width: 599px) {
	.new-products__product {
		margin-right: 110px;
		width: 100%;
	}
}

.new-products__product .wishlist {
	position: absolute;
	padding: 12px 12px;
	width: 100%;
	z-index: 3;
}

.new-products__product .wishlist__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.new-products__product .wishlist__wrapper .new-label {
	padding: 4px 16px;
	border-radius: 4px;
	background-color: var(--primary-color-500);
	font-family: var(--secondary-font);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .625rem;
	line-height: 12.57px;
}

.new-products__product .wishlist__wrapper .wishlist-icon img {
	height: 24px;
}

.new-products__product .image-and-sizes {
	position: relative;
}

.new-products__product .image-and-sizes a {
	display: block;
	height: auto;
	overflow: hidden;
}

@media only screen and (max-width: 599px) {
	.new-products__product .image-and-sizes a {
		height: 400px;
	}
}

.new-products__product .image-and-sizes a img {
	transition: var(--transition);
	height: auto;
	object-fit: cover;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	min-width: 100%;
}

@media only screen and (max-width: 599px) {
	.new-products__product .image-and-sizes a img {
		height: 400px;
	}
}

.new-products__product .image-and-sizes a:hover img {
	scale: 1.2;
}

.new-products__product .image-and-sizes .sizes {
	opacity: 0;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 16px;
	border: none;
	border-radius: 4px;
	bottom: 12px;
	left: 2%;
	width: 96%;
	z-index: 2;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	transition: var(--transition);
	height: auto;
}

.new-products__product .image-and-sizes .sizes .korpa {
	font-size: 1rem;
	font-family: var(--primary-font);
	text-align: center;
	display: flex;
	width: 100%;
	justify-content: center;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.new-products__product .image-and-sizes .sizes__wrapper {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.new-products__product .image-and-sizes .sizes__wrapper .size-numbers {
	font-family: var(--primary-font);
	border-radius: 4px;
	padding: 6px 12px;
	font-size: 0.875rem;
	text-align: center;
	background: white;
	width: -webkit-fill-available;
	height: auto;
}

@media only screen and (max-width: 599px) {
	.new-products__product .image-and-sizes .sizes__wrapper .size-numbers {
		padding: 6px;
	}
}

.new-products__product .image-and-sizes .sizes__wrapper .size-numbers:hover {
	background-color: var(--primary-color-500);
}

.new-products__product .image-and-sizes:hover .sizes {
	opacity: 1;
}

.new-products__product p {
	text-transform: capitalize;
}

.new-products__content {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 16px;
}

.new-products__content a h6 {
	font-size: .875rem;
	font-family: var(--secondary-font);
	letter-spacing: 2%;
	line-height: 17.6px;
	transition: var(--transition);
}

.new-products__content a:hover h6 {
	color: var(--primary-color-500);
}

.new-products__content .color {
	letter-spacing: 2%;
	font-size: .75rem;
	line-height: 15.08px;
}

.new-products__content .price {
	font-family: var(--secondary-font);
	font-size: .75rem;
	line-height: 15.08px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 8px;
}

.new-products__content .price ins {
	background: transparent;
	color: var(--primary-color-500);
}

.xoo-wsc-sc-subt {
	display: none;
}

/* SINGLE PRODUCT */
.single-product .product-section {
	padding: 80px 0;
}

@media only screen and (max-width: 599px) {
	.single-product .product-section {
		padding: 40px 0;
	}
}

.single-product .product-section .rtwpvg-product .product-single-wrapper {
	display: flex;
	gap: 100px;
}

@media only screen and (max-width: 599px) {
	.single-product .product-section .rtwpvg-product .product-single-wrapper {
		flex-direction: column;
		gap: 40px;
	}
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .rtwpvg-images .rtwpvg-slider img {
	object-fit: cover;
	border-radius: 4px;
}

@media only screen and (max-width: 599px) {
	.single-product .product-section .rtwpvg-product .product-single-wrapper .rtwpvg-images {
		margin: 0;
	}
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .rtwpvg-images .rtwpvg-wrapper .rtwpvg-container .rtwpvg-slider-wrapper {
	display: none;
}

@media only screen and (max-width: 599px) {
	.single-product .product-section .rtwpvg-product .product-single-wrapper .rtwpvg-images .rtwpvg-wrapper .rtwpvg-container .rtwpvg-slider-wrapper {
		display: block;
	}
}

@media only screen and (max-width: 599px) {
	.single-product .product-section .rtwpvg-product .product-single-wrapper .rtwpvg-images .rtwpvg-wrapper .rtwpvg-container .rtwpvg-thumbnail-wrapper .swiper-wrapper {
		display: none !important;
	}
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .rtwpvg-images .rtwpvg-wrapper .rtwpvg-container .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image {
	opacity: 1;
	height: auto;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .rtwpvg-images .rtwpvg-wrapper .rtwpvg-container .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image img {
	border-radius: 4px;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product {
	max-width: 40%;
	width: 100%;
}

@media only screen and (max-width: 599px) {
	.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product {
		max-width: 100%;
	}
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .chart-overlay {
	display: none;
	z-index: 998;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .overlay-active {
	display: block;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product #size-chart {
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
	font-size: 1rem;
	font-family: var(--secondary-font);
	line-height: 17.6px;
	transition: var(--transition);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: underline;
	cursor: pointer;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .show-size-chart {
	display: none;
	right: 0;
	position: fixed;
	width: 40%;
	height: 96vh;
	right: 0%;
	z-index: 999;
	background-color: white;
	margin: 2vh;
	padding: 32px;
	border-radius: 4px;
	top: 0;
}

@media only screen and (max-width: 599px) {
	.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .show-size-chart {
		width: 91%;
	}
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .show-size-chart h3 {
	display: none;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .show-size-chart__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 -10px 24px -10px;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .show-size-chart__header span {
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
	font-size: 1rem;
	font-family: var(--secondary-font);
	line-height: 17.6px;
	transition: var(--transition);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .show-size-chart__header #close-chart {
	cursor: pointer;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .chart-active {
	right: 0;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary {
	float: none;
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary h1 {
	font-size: 1.5rem;
	font-family: var(--secondary-font);
	line-height: 17.6px;
	transition: var(--transition);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary #variation-price-container .price {
	font-family: var(--secondary-font);
	font-size: 1rem;
	line-height: 15.08px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 8px;
	color: var(--primary-color-500);
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary #variation-price-container .price ins {
	background: transparent;
	color: var(--primary-color-500);
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary #variation-price-container .price del {
	opacity: 1;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary #variation-price-container .price del span {
	color: var(--grey-color-900);
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form {
	margin: 0;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form div table {
	margin: 0;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form div table tbody {
	display: flex;
	flex-direction: column;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form div table tbody tr:last-child .label {
	display: none;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form div table tbody tr .label {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form div table tbody tr .label label {
	font-size: .875rem;
	line-height: 15.08px;
	color: var(--grey-color-500);
	font-weight: 400;
	margin: 0;
	font-family: var(--secondary-font);
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form div table tbody tr .label span {
	margin: 0;
	font-size: .875rem;
	line-height: 15.08px;
	color: var(--grey-color-900);
	font-weight: 400;
	font-family: var(--secondary-font);
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form div table tbody tr .woo-variation-items-wrapper .image-variable-items-wrapper {
	gap: 8px;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form div table tbody tr .woo-variation-items-wrapper .image-variable-items-wrapper .image-variable-item {
	margin: 0;
	box-shadow: none;
	width: 100px;
	height: 150px;
	padding: 0;
}

@media only screen and (max-width: 599px) {
	.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form div table tbody tr .woo-variation-items-wrapper .image-variable-items-wrapper .image-variable-item {
		width: 31.3%;
		height: 160px;
	}
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form div table tbody tr .woo-variation-items-wrapper .image-variable-items-wrapper .image-variable-item .variable-item-contents::before {
	display: none;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form div table tbody tr .woo-variation-items-wrapper .image-variable-items-wrapper .image-variable-item .variable-item-contents img {
	object-fit: cover;
	border-radius: 4px;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form div table tbody tr .woo-variation-items-wrapper .image-variable-items-wrapper .selected {
	opacity: .7;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form div table tbody tr .woo-variation-items-wrapper .button-variable-items-wrapper {
	flex-wrap: nowrap;
	gap: 10px;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form div table tbody tr .woo-variation-items-wrapper .button-variable-items-wrapper .button-variable-item {
	margin: 0;
	box-shadow: none;
	min-width: auto;
	width: -webkit-fill-available;
	border-radius: 4px;
	padding: 1px;
	height: auto;
	background: white;
	transition: var(--transition);
	border: 1px solid var(--grey-color-900);
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form div table tbody tr .woo-variation-items-wrapper .button-variable-items-wrapper .button-variable-item .variable-item-contents span {
	font-family: var(--primary-font);
	font-size: 0.875rem;
	text-align: center;
	background: transparent;
	width: -webkit-fill-available;
	height: auto;
	font-weight: 400;
	padding: 0;
	color: var(--grey-color-900);
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form div table tbody tr .woo-variation-items-wrapper .button-variable-items-wrapper .button-variable-item:hover {
	background: var(--primary-color-500);
	border: none;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form div table tbody tr .woo-variation-items-wrapper .button-variable-items-wrapper .selected {
	background: var(--primary-color-500);
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form div .single_variation_wrap {
	margin-top: 32px;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form div .single_variation_wrap .woocommerce-variation {
	display: none !important;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form div .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
	all: unset;
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	border-radius: var(--border-radius-pb);
	background-color: var(--grey-color-900);
	text-decoration: none;
	border: 0;
	line-height: 17.6px;
	font-style: normal;
	font-weight: 700;
	font-family: var(--secondary-font);
	transition: var(--transition);
	width: fit-content;
	color: white;
	text-transform: uppercase;
	padding: var(--padding-small);
	font-size: var(--font-size-sm);
	cursor: pointer;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form div .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input[type="number"] {
	height: 41.59px;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .product-infos {
	padding: 16px;
	border-radius: 4px;
	background-color: #F8F9FA;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .product-infos__single {
	display: flex;
	align-items: center;
	gap: 8px;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .product-infos__single span {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 18.6px;
	color: var(--grey-color-900);
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .entry-cross-sell {
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
	font-size: 1rem;
	font-family: var(--secondary-font);
	line-height: 17.6px;
	transition: var(--transition);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .products-cross-sell {
	display: flex;
	align-items: center;
	gap: 32px;
	border: 1px solid var(--grey-color-900);
	padding: 16px;
	border-radius: 4px;
	margin-top: 16px;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .products-cross-sell .cross-image img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 4px;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .products-cross-sell__inner {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 70%;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .products-cross-sell__inner .inner-title {
	color: transparent;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .products-cross-sell__inner .inner-title h2 {
	font-size: 1rem;
	font-family: var(--secondary-font);
	line-height: 17.6px;
	transition: var(--transition);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0;
	color: var(--grey-color-900);
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .products-cross-sell__inner .inner-title:hover h2 {
	color: var(--primary-color-500);
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .products-cross-sell__inner .price .woocommerce-Price-amount bdi {
	font-family: var(--secondary-font);
	font-size: .75rem;
	line-height: 15.08px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 4px;
	color: var(--grey-color-900);
	font-weight: 700;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .products-cross-sell__inner .color {
	letter-spacing: 2%;
	font-size: .75rem;
	line-height: 15.08px;
	font-weight: 400;
	color: var(--grey-color-300);
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-heading {
	display: none;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-product-title {
	margin: 0 !important;
	font-size: 1rem;
	font-family: var(--secondary-font);
	line-height: 17.6px;
	transition: var(--transition);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0;
	color: var(--grey-color-900);
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-product-separator {
	display: none !important;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-product-card {
	width: auto !important;
	display: flex;
	align-items: center;
	gap: 24px;
}

@media only screen and (max-width: 599px) {
	.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-product-card {
		margin-left: -40px;
	}
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-product-actions {
	display: none;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-fbt-products {
	margin: 0 !important;
	width: 100%;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-column {
	margin-bottom: 0 !important;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-gird {
	justify-content: space-between;
	width: 100%;
	flex-wrap: nowrap !important;
}

@media only screen and (max-width: 599px) {
	.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-gird {
		flex-direction: column;
	}
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-product-price {
	font-family: var(--secondary-font);
	font-size: 1rem;
	line-height: 15.08px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	gap: 8px;
	color: var(--primary-color-500);
	font-weight: 400;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cwu-product__inner-wrapper {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-buy-section {
	padding: 0 !important;
	max-width: 100% !important;
	display: flex;
	align-items: center;
	width: 223.27px;
}

@media only screen and (max-width: 599px) {
	.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-buy-section {
		width: 100%;
	}
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-actions span {
	display: none !important;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-product-image {
	height: 120px !important;
	width: auto !important;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-actions div:first-child,
.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-actions div:nth-child(2) {
	margin: 0 !important;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-add-to-cart {
	all: unset;
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	border-radius: var(--border-radius-pb);
	background-color: var(--grey-color-900);
	text-decoration: none;
	border: 0;
	line-height: 17.6px;
	font-style: normal;
	font-weight: 700;
	font-family: var(--secondary-font);
	transition: var(--transition);
	width: fit-content;
	color: white;
	text-transform: uppercase;
	padding: var(--padding-small);
	font-size: var(--font-size-sm);
	cursor: pointer;
}

@media only screen and (max-width: 599px) {
	.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-add-to-cart {
		width: fit-content !important;
	}
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-modal .cuw-modal-content table {
	margin: 0 !important;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-modal .cuw-modal-content thead {
	display: none;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-modal .cuw-modal-content .cuw-product-image img {
	width: 120px;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-modal .cuw-modal-content .cuw-product-price {
	display: none;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-modal .cuw-modal-content .cuw-modal-header,
.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-modal .cuw-modal-content .cuw-modal-footer {
	background-color: #F8F9FA;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-modal .cuw-modal-content .cuw-modal-close:hover,
.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-modal .cuw-modal-content .cuw-modal-close:focus {
	color: var(--primary-color-500);
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-modal .cuw-modal-content .cuw-total-price ins {
	background-color: transparent;
	color: var(--primary-color-500);
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product hr {
	width: 100%;
	opacity: 1;
	background-color: var(--grey-color-500);
	margin: 32px 0;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .woocommerce-tabs .accordion .accordion-item {
	background-color: transparent;
	border: 0;
	border-radius: 0;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .woocommerce-tabs .accordion .accordion-item .accordion-header .accordion-button {
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
	font-size: 1rem;
	font-family: var(--secondary-font);
	line-height: 17.6px;
	transition: var(--transition);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0;
	color: var(--grey-color-900);
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .woocommerce-tabs .accordion .accordion-item .accordion-header .accordion-button::after {
	background-size: 1rem;
	background-color: var(--grey-color-900);
	border-radius: 2px;
	background-position: center;
	background-image: url("/wp-content/uploads/2024/08/Property-1chevron-down-1.svg");
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .woocommerce-tabs .accordion .accordion-item .accordion-collapse .accordion-body {
	padding: 16px 0 0 0;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .woocommerce-tabs .accordion .accordion-item .accordion-collapse .accordion-body p {
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 16px;
	color: var(--grey-color-900);
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .woocommerce-tabs .accordion .accordion-item .accordion-collapse .accordion-body ul li {
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 16px;
	color: var(--grey-color-900);
}

.no-scroll {
	overflow: hidden;
}

.archive .xoo-wsc-basket {
	display: none !important;
}

.archive .new-products {
	padding: 20px 0;
}

.archive .new-products__heading-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.archive .new-products__heading-wrapper h2 {
	text-align: center;
}

@media only screen and (max-width: 599px) {
	.archive .new-products__heading-wrapper .show-hide-filters {
		position: fixed;
		bottom: 0;
		z-index: 8;
		background-color: white;
		width: 100%;
		display: flex;
		justify-content: center;
		padding: 10px;
	}
}

@media only screen and (max-width: 599px) {
	.archive .new-products__wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 599px) {
	.archive .new-products__product {
		margin-right: 0;
	}
}

.archive .new-products .image-and-sizes {
	position: relative;
}

@media only screen and (max-width: 599px) {
	.archive .new-products .image-and-sizes a {
		height: 300px;
	}
}

@media only screen and (max-width: 599px) {
	.archive .new-products .image-and-sizes a {
		height: 300px;
	}
}

@media only screen and (max-width: 599px) {
	.archive .new-products .show-filters {
		width: 100% !important;
		background-color: white;
		position: fixed;
		z-index: 7;
		height: 70%;
		bottom: 0;
		overflow-y: scroll;
		margin-bottom: 36px;
		padding-top: 20px;
	}
}

.single-product .summary.entry-summary a.wishlist-icon img {
	filter: invert(1);
	color: black;
	width: 26px;
	height: 26px;
}

.single-product .woocommerce-message {
	display: none;
}

.single-wrapper-wishlist {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form div table tbody tr .woo-variation-items-wrapper .button-variable-items-wrapper .button-variable-item.disabled {
	background-color: #e1e1e1;
}

@media only screen and (max-width: 599px) {
	.single-product .new-products {
		padding-bottom: 0;
	}
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled img,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled span,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover img,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover span {
	opacity: 0.9;
}

a.reset_variations {
	display: none !important;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .entry-summary .variations_form div table tbody tr .woo-variation-items-wrapper .image-variable-items-wrapper {
	padding-bottom: 10px;
}

a.xoo-wsc-ft-btn {
	border-radius: 4px;
}

.page-template-wishlist .new-products {
	padding: 80px 0;
}

@media only screen and (max-width: 599px) {
	.page-template-wishlist .new-products {
		padding: 40px 0;
	}
}

.main-wrapper__icons-wrapper .mobile-wrapper__search {
	display: none;
}

@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
	.main-wrapper__icons-wrapper .mobile-wrapper__search {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
	.rtwpvg-images {
		max-width: 100% !important;
	}
	.single-product .product-section .rtwpvg-product .product-single-wrapper {
		flex-direction: column;
	}
	.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product {
		max-width: 100%;
		width: 100%;
	}
	.site-header .search-popup {
		width: 98%;
	}
	.site-header .search-popup__content #mobile-search {
		width: 97%;
	}
	.site-header .search-popup__content {
		padding: 0;
		width: 90%;
	}
	.site-header div#search-results-mobile {
		scrollbar-width: none;
	}
	.site-header img#close2 {
		top: auto;
		right: -20px;
	}
	.new-products__slider {
		overflow-x: auto;
		white-space: nowrap;
		width: 100%;
		overflow-y: hidden;
		scrollbar-width: none;
	}
	.new-products__slider .new-products__wrapper {
		row-gap: 32px;
		grid-template-columns: repeat(4, 1fr);
	}
	.new-products__slider .new-products__product {
		margin-right: 240px;
		width: 100%;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
	h4.w-400.color-is-black.hm-1 {
		font-size: 1.5rem;
	}
	nav.main-wrapper__main-menu.mobile {
		display: none;
	}
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	padding-left: 0px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	font-size: 1.5rem;
	padding-bottom: 1rem;
}

section.woocommerce-order-details {
	margin-top: 2em;
}

td.woocommerce-table__product-name.product-name a {
	color: black;
	font-family: 'Source Sans 3';
	font-weight: 600;
}

/*@media screen and (max-width: 768px) {
    .hero-section__main-wrapper {
        top: 22%;
    }

    .overlay {
        height: calc(80vh - 50px);
    }

    .konfigurator-section__wrapper-mobile img {
        height: 700px;
    }

    .konfigurator-section {
        height: 700px;
    }

    .section-footer__copyright {
        padding-top: 20px;
        flex-direction: column;
        gap: 20px;
    }

    .section-footer__socials {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    form.wpcf7-form.init {
        flex-direction: column;
        align-items: baseline;
    }

    .parallax {
        min-height: 500px !important;
    }

    .ti-widget.ti-goog .ti-reviews-container {
        padding: 0 !important;
    }

    .new-products__content {
        padding-bottom: 25px;
    }

    .container-fluid {
        padding: 0 1rem;
    }

    .hero-section {
        height: 80vh;
    }

    .wishlist {

        width: 93.5%;
    }

    .new-products__product .sizes {
        margin-bottom: 29px;
        padding: 12px;
    }
}*/

.cuw-gird {
	flex-direction: column;
    gap: 24px;
}

.single-product .product-section .rtwpvg-product .product-single-wrapper .summary-product .cross-sell-products .cuw-product-card {
    justify-content: space-between;
    min-width: 100%;
}

.cuw-main-wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
}

.cuw-message {
	display: none!important;
}

.cuw-actions {
	display: block!important;
}

.attribute-select-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cuw-reset-attributes {
	text-align: right;
	color: black;
}

.cuw-attributes-select {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/*# sourceMappingURL=style.css.map */