/*!
Theme Name: weblance
Theme URI: http://weblance.pl/
Author: Weblance.pl
Author URI: http://weblance.pl/
Description: Profesjonalny motyw strony WWW
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: weblance.pl
Tags: weblance
*/


:root {
	--width: 1500px;

	/* Font sizes - mobile first */
	--font-size-h1: 28px;
	--font-size-h2: 24px;
	--font-size-h3: 20px;
	--font-size-h4: 18px;
	--font-size-h5: 16px;
	--font-size-h6: 14px;

	/* ensure "normal" text on smallest screen is 12px */
	--font-size-normal: 12px;
	--font-size-small: 10px;
	--font-size-smaller: 11px;

	/* Spacing - mobile first */
	--spacing-xl: 24px;
	--spacing-lg: 20px;
	--spacing-md: 16px;
	--spacing-sm: 12px;
	--spacing-xs: 8px;
	--padding: 20px;
	--color: #D7B56D;
}

/* >= 480px */
@media (min-width: 480px) {
	:root {
		--font-size-h1: 34px;
		--font-size-h2: 30px;
		--font-size-h3: 24px;
		--font-size-h4: 20px;
		--font-size-h5: 18px;
		--font-size-h6: 16px;

		--font-size-normal: 13px;
		--font-size-small: 11px;
		--font-size-smaller: 11px;

		--spacing-xl: 32px;
		--spacing-lg: 28px;
		--spacing-md: 20px;
		--spacing-sm: 16px;
		--spacing-xs: 10px;
	}
}

/* >= 786px */
@media (min-width: 786px) {
	:root {
		--font-size-h1: 36px;
		--font-size-h2: 32px;
		--font-size-h3: 26px;
		--font-size-h4: 22px;
		--font-size-h5: 20px;
		--font-size-h6: 16px;

		--font-size-normal: 14px;
		--font-size-small: 12px;
		--font-size-smaller: 12px;

		--spacing-xl: 48px;
		--spacing-lg: 36px;
		--spacing-md: 24px;
		--spacing-sm: 20px;
		--spacing-xs: 12px;
		--padding: 30px;
	}
}

/* >= 900px */
@media (min-width: 900px) {
	:root {
		--font-size-h1: 40px;
		--font-size-h2: 34px;
		--font-size-h3: 28px;
		--font-size-h4: 24px;
		--font-size-h5: 20px;
		--font-size-h6: 16px;

		--font-size-normal: 15px;
		--font-size-small: 12.5px;
		--font-size-smaller: 13px;

		--spacing-xl: 56px;
		--spacing-lg: 40px;
		--spacing-md: 28px;
		--spacing-sm: 24px;
		--spacing-xs: 14px;
	}
}

/* >= 1100px */
@media (min-width: 1100px) {
	:root {
		--font-size-h1: 44px;
		--font-size-h2: 36px;
		--font-size-h3: 30px;
		--font-size-h4: 26px;
		--font-size-h5: 22px;
		--font-size-h6: 18px;

		--font-size-normal: 16px;
		--font-size-small: 13px;
		--font-size-smaller: 13px;

		--spacing-xl: 72px;
		--spacing-lg: 56px;
		--spacing-md: 36px;
		--spacing-sm: 28px;
		--spacing-xs: 18px;
		--padding: 50px;
	}
}

/* >= 1400px */
@media (min-width: 1400px) {
	:root {
		--font-size-h1: 48px;
		--font-size-h2: 38px;
		--font-size-h3: 32px;
		--font-size-h4: 28px;
		--font-size-h5: 22px;
		--font-size-h6: 18px;

		--font-size-normal: 17px;
		--font-size-small: 13.5px;
		--font-size-smaller: 14px;

		--spacing-xl: 88px;
		--spacing-lg: 72px;
		--spacing-md: 48px;
		--spacing-sm: 36px;
		--spacing-xs: 20px;
	}
}

/* >= 1600px */
@media (min-width: 1600px) {
	:root {
		--font-size-h1: 52px;
		--font-size-h2: 42px;
		--font-size-h3: 36px;
		--font-size-h4: 30px;
		--font-size-h5: 24px;
		--font-size-h6: 20px;

		--font-size-normal: 18px;
		--font-size-small: 14px;
		--font-size-smaller: 14px;

		--spacing-xl: 100px;
		--spacing-lg: 80px;
		--spacing-md: 60px;
		--spacing-sm: 40px;
		--spacing-xs: 24px;
	}
}

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


/* 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: "Playfair Display", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: var(--font-size-normal);
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 500;
	color: black;
}

p {
	margin-bottom: 1.5em;
}

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


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 {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}


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

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



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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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


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


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


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

.bypostauthor {
	display: block;
}



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


header#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	padding: 30px max(var(--padding), calc((100% - var(--width) )/2));
	padding-bottom: 10px;
	z-index: 400;
}
.breadcrumbs-inner, .breadcrumbs-inner a {
    color: white;
    text-decoration: none;
}
header.entry-header .header-left {
    text-align: left;
}
.breadcrumbs-inner {
	opacity: 0.7;
}
header.entry-header {
	padding: 100px max(var(--padding), calc((100% - var(--width) )/2));
	padding-bottom: 50px;
	position: relative;
	min-height: 40vh;
	display: flex;
	flex-direction: column;
	margin: 20px;
	justify-content: end;
}

.default-section {
	padding: var(--padding) max(var(--padding), calc((100% - var(--width) )/2));
}
.content-area {
	padding: 0 max(var(--padding), calc((100% - var(--width) )/2));
}
h1.entry-title {
    font-size: var(--font-size-h1);
    font-weight: 400;
	margin: 0;
    color: white;
}
.header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.admin-bar #masthead {
	top: 32px;
}

.header-left ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
    list-style-type: none;
}
.header-left ul a {
	text-decoration: none;
	color: white;
}
.header-row {
	display: grid;
	grid-template-columns:1fr auto;
	align-items: center;
}


.header-row > :last-child {
	width: 150px;
}

.header-row > :nth-child(2) {
	text-align: center;
}
.menu-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: start;
}
.lang-cart-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding img {
    height: 30px;
    width: auto;
}
.lang-list a {
    text-decoration: none;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
}
.lang-list {
    color: rgba(255, 255, 255, 0.7);
}
.lang-list a.active {
	color: white;
}
.cart-icon, .cart-icon a {
    display: flex;
}
.site-branding, .site-branding a {
    display: flex;
}
@media screen and (max-width: 1300px) {
	.header-row > :last-child {
		width: 120px;
	}
	.header-left ul {
		gap: 20px;
	}
	.menu-logo-wrapper {
		gap: 30px;
	}
	.site-branding img {
		height: 20px;
	}
}

@media screen and (min-width: 1051px) {
	.mobile-header {
		display: none;
	}
	.mobile-menu-toggle {display: none;}
}
@media screen and (max-width: 1050px) {
	.mobile-header {
		position: fixed;
		top: 0;
		left: -100%;
		background-color: var(--color);
		width: 100%;
		z-index: 500;
		height: 100%;
		transition-duration: 0.3s;
		padding: 0 var(--padding);
	}
	.mobile-header-inner-wrapper {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	header#masthead .header-empty {
		display: none;
	}
	header#masthead .right-menu, header#masthead .left-menu, header#masthead .lang-selector {
		display: none;
	}
	.header-row > :first-child, .header-row > :last-child {
        width: auto;
    }
	.lang-cart-wrapper {
		gap: 20px;
	}
	.mobile-header.active {
		left: 0;
	}
	.header-row {
		display: flex;
		gap: var(--padding);
		justify-content: space-between;
		align-items: center;
	}
	.mobile-menu-toggle {
		display: flex;
		flex-direction: column;
		padding: 0;
		border-radius: 0;
		border: 0;
		background-color: transparent;
		gap: 6px;
				width: 30px;
				align-items: end;
	}
	.mobile-menu-toggle span {
		height: 3px;
		background-color: white;
	}
	.mobile-menu-toggle span:first-child {
		width: 100%;
	}
	.mobile-menu-toggle span:nth-child(2) {
		width: 70%;
	}
	.mobile-menu-toggle span:last-child {
		width: 40%;
	}
}
.mobile-logo img {
    max-width: 240px;
	width: calc(100% - 60px);
}
button.mobile-header-close {
    border: 1px solid white;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: white;
    width: 30px;
    height: 30px;
    float: right;
}


.mobile-menu-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.mobile-menu-content {
	margin-top:20px;
}
.mobile-menu-content ul a {
	font-size: var(--font-size-h4);
	text-decoration: none;
	color: white;
}
.mobile-lang-selector a {
	font-size: var(--font-size-h4);
}
.mobile-cart-lang {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
}
.mobile-logo {
    display: flex;
}

@media screen and (max-width: 786px) {
    header.entry-header {
        margin: 10px;
    }
}

nav.woocommerce-breadcrumb, header.woocommerce-products-header {
    display: none;
}
.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    margin-top: 5px;
}

.banner-slide-wrapper .header-row {
    padding: 0 max(var(--padding), calc((100% - var(--width)) / 2));
}
.entry-content .woocommerce {
	padding: 0 max(var(--padding), calc((100% - var(--width) )/2));
}
.menu-item-has-children {
	position: relative;
}
.marki-swiper-wrapper-upper {
    background: white;
    padding: 20px;
    display: none !important;
    flex-direction: column;
	border-radius: 0 0 15px 15px;
	position: absolute;
	top: 100%;
	left: 0;
	    width: 100%;
}
.sub-menu-open {
	border-radius: 0;
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
	color: var(--color);
}
.mobile-menu-content .sub-menu-open {
	padding-bottom: 20px;
	border-radius: 0 0 15px 15px;
}
.sub-menu-open::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	background-color: white;
	width: 100%;
	border-radius: 15px 15px 0 0;
	height: 10px;
}
.sub-menu-open > a {
	color: var(--color) !important;
}
ul.sub-menu.marki-sub-menu img {
    height: 50px;
    width: auto;
}
.swiper.marki-swiper {
    margin: 0;
}
ul.sub-menu.marki-sub-menu a {
	color: black;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
body, html {
	scroll-behavior: smooth;
}
.sub-menu-open .marki-swiper-wrapper-upper  {
	display: flex !important;
}
.menu-item-has-children {
	width: 300px;
	text-align: end;
}
.mobile-menu-content .marki-swiper-wrapper-upper {
    max-height: auto;
}

.mobile-menu-content ul .menu-item-has-children {
	width: 100%;
	text-align: start;
	
	
}
.mobile-menu-content ul .menu-item-has-children.sub-menu-open {
	margin-bottom: 20px;
}
.mobile-menu-content .marki-swiper-wrapper-upper {
	padding: 0;
}
.mobile-menu-content .swiper-wrapper {
	display: flex;
	flex-direction: column;
}
.mobile-menu-content .marki-swiper-nav {
	display: none;
}
.mobile-menu-content .marki-swiper-wrapper-upper {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 0 0 15px 15px;
}
.mobile-menu-content .marki-swiper-wrapper-upper {
	max-height: none;
}
.marki-swiper-wrapper-upper {
	max-height: 60vh;
}
.marki-swiper-slide img {
    width: 80px;
    height: auto;
}
.marki-swiper-slide a {
	display: flex;
	color: black !important; 
	flex-direction: row-reverse;
	font-weight: 400;
	align-items: center;
	font-size: var(--font-size-normal);
	text-align: left;
	justify-content: space-between;
	gap: 20px;
}
.marki-swiper-slide a:hover {
	color: var(--color) !important;
}
button.marki-swiper-button.marki-swiper-button-next {
	padding: 0;
	padding-top:5px;
    border-radius: 0;
    background: transparent;
    border: none;
    display: flex;
    border-top: 2px solid var(--color);
    width: 100%;
    justify-content: center;
}
button.marki-swiper-button.marki-swiper-button-next svg {
	height: 12px;
}
.custom-swiper-button-next svg, .custom-swiper-button-prev svg {
	width: 40px;
	height: 40px;
}
span.price * {
    font-size: var(--font-size-small);
    color: black;
	font-weight: 600;
}
span.price {
	display: block;
    width: 100%;
    text-align: center;
}
.wl-single-product-grid {
    display: grid;
	gap: var(--padding);
    grid-template-columns: calc((100% - var(--padding) ) /2 ) calc((100% - var(--padding) ) /2 );
}
.wl-product-header-wrapper img {
    height: 50px;
    width: auto;
}
.wl-product-header-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}
a.wl-brand-link button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    border-radius: 0;
    background: transparent;
	padding: 10px;
	text-transform: uppercase;
    background-color: var(--color);
	border: none;
	color: white;
}
h1.product_title.entry-title {
    font-size: var(--font-size-h6);
    color: var(--color);
    margin-top: 20px;
}
.wl-product-brands {
    color: var(--color);
}
.wl-product-brands strong {
	color: black;
	font-weight: 600;
}
.wl-product-short-desc p {
    font-size: calc(var(--font-size-normal));
    margin: 0;
}
.wl-product-short-desc {
	margin-top: 5px;
}
form.cart input {
	height: 50px;
	width: 50px !important;
	border-radius: 0;
	color: var(--color);
	font-weight: 600;
	border: 2px solid var(--color);
}
.wl-product-add-to-cart {
	margin-top: 20px;
}
form.cart {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 15px;
	margin-top: 10px;
}
button.single_add_to_cart_button {
    height: 50px;
    border-radius: 0 !important;
    background: var(--color) !important;
    padding: 10px 70px !important;
}
.wl-product-data-row {
    display: flex;
    gap: 5px;
}
.wl-product-data-label {
    width: 100%;
	display: flex;
	gap: 5px;
    flex: 1;
}
.wl-product-data-empty {
    width: 100%;
    flex: 1;
    border-bottom: 2px dotted var(--color);
	margin-bottom: 5px;
}
.wl-product-data-row:first-child {
    color: var(--color);
    font-weight: 500;
}
.wl-product-data-row {
	margin-bottom: 5px;
}
.wl-product-data-label strong {
    font-weight: 400;
}

.main_words_in_product_page {
    padding: 15px max(var(--padding), calc((100% - var(--width)) / 2));
    background: var(--color);
    text-align: center;
    font-weight: 400;
    color: white;
    margin: 0;
	margin-bottom: 50px;
	font-size: var(--font-size-h5);
	
}
.wl-product-data-list {
    margin-top: 20px;
}
.wl-product-long-desc {
    margin-top: 30px;
}
.product-swiper img {
    width: 100%;
    margin: auto;
    max-height: 500px;
    object-fit: contain;
}

.custom-swiper-button-next svg path, .custom-swiper-button-prev svg path{
	fill: var(--color);
}

button.qty-btn.qty-minus {
    position: absolute;
    bottom: 0;
	height: 22.5px !important;
	width: 22.5px !important;
	max-width: 22.2px !important;
    left: calc(100% + 5px);
	border-radius: 100%;
	border: 2px solid black;
	color: black;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 0;
	background: transparent;
	font-size: var(--font-size-normal);
}

.quantity {
	position: relative;
}
button.qty-btn.qty-plus {
	position: absolute;
	top: 0;
	height: 22.5px !important;
	width: 22.5px !important;
	max-width: 22.2px !important;
	left: calc(100% + 5px);
	border-radius: 100%;
	border: 2px solid black;
	color: black;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	background: transparent;
	font-size: var(--font-size-normal);
	cursor: pointer;
}

@media screen and (max-width: 1000px){
	.wl-single-product-grid {
		grid-template-columns: calc((100% - var(--padding) ) * 0.38 ) calc((100% - var(--padding) ) * 0.62 );
	}
}
@media screen and (max-width: 700px){
	.wl-single-product-grid {
		grid-template-columns: 100%;
	}
}
.wl-product-add-to-cart {
    padding-right: 27.5px;
}
.mobile-header-inner-wrapper {
    height: 100%;
	overflow-y: auto;
}

header.site-header.scrolled-down {
    top: -100% !important;
	transition-duration: 0.3s;
}
header.site-header.scrolled-up {
	top: 0 !important;
	padding-top: 10px !important;
	background-color: var(--color);
	transition-duration: 0.3s;
}
.admin-bar header.site-header.scrolled-up {
	top: 32px !important;
}
.footer-main-message {
    padding: 25px max(var(--padding), calc((100% - var(--width) )/2));
    background: var(--color);
	font-size: var(--font-size-h5);
    text-align: center;
    color: white;
    font-weight: 400;
	margin-top: 50px;
}

footer#colophon {
	padding: 50px max(var(--padding), calc((100% - var(--width) )/2));
}
h2.footer-main-header {
    font-size: var(--font-size-h3);
    font-weight: 400;
    color: black;
	margin: 0;
	margin-bottom: 30px;
}
ul.footer-contacts-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.footer-contacts-list a  {
	   font-size: var(--font-size-h3);
    font-weight: 500;
	text-decoration: none;
    color: black;
	margin: 0;
}
.footer-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--padding);
}
.footer-form label {
    display: none !important;
}
.footer-form {
	position: relative;
}
.footer-form input, .footer-form textarea {
	border: 2px solid black;
	border-width: 0 0 2px 0 !important;
}
.footer-form input::placeholder, .footer-form textarea::placeholder {
	color: black;
	font-weight: 500;
	opacity: 1;
} 
button.forminator-button.forminator-button-submit {
    border-radius: 0;
    background: transparent;
    color: black;
	border: 2px solid black !important;
	font-size: var(--font-size-normal) !important;
	padding: 5px 20px !important;
}
ul.footer-contacts-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-copyright {
    background: black;
    padding: 20px;
    text-align: center;
    color: white;
}
ul.footer-social-list {
    margin: 0;
    padding: 0;
    display: flex;
    list-style-type: none;
    gap: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
}
ul.footer-social-list img {
	width: 40px;
	height: auto;
}
.forminator-edit-module {
    display: none;
}

@media screen and (max-width: 786px){
	.footer-columns {
		grid-template-columns: 1fr;
		gap: 50px;
	}
	ul.footer-social-list {
		position: unset;
	}
}
.entry-content > *:not(.default-section):not(.block--custom):nth-child(2n + 1) {
padding: 50px max(var(--padding), calc((100% - var(--width) )/2));
}

.entry-content > *:not(.default-section):not(.block--custom):not(:nth-child(2n + 1)) {
	padding: 0 max(var(--padding), calc((100% - var(--width) )/2));
}
.stay-in-touch {
	border-radius: 30px;
	background-color: black;padding: 20px;
	font-weight: 400 !important;
	color: white;
}
.stay-in-touch h2 {
	font-weight: 400;
	color: white;
}
.more-gaps {
	gap: var(--padding);
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: unset;
    width: 100%;
}

.woocommerce-cart .woocommerce {
	display: grid;
	grid-template-columns: 4fr 2fr;
	gap: var(--padding);
}
.woocommerce-notices-wrapper {
    grid-column: 1 / -1;
}
td.product-quantity input {
    height: 50px;
    border: 2px solid var(--color);
	background-color: transparent;
	width: 50px !important;
    border-radius: 0;
	color: var(--color);
	font-weight: 600;
}
table.shop_table.shop_table_responsive th {
    opacity: 0.7;
    font-weight: 400;
}
table.shop_table.shop_table_responsive th, table.shop_table.shop_table_responsive td, table.shop_table.woocommerce-checkout-review-order-table th, table.shop_table.woocommerce-checkout-review-order-table td {
    border: none;
    border-bottom: 1px solid black;
}
table.shop_table.shop_table_responsive, table.shop_table.woocommerce-checkout-review-order-table {
	border: none;
	border-radius: 0;
}
td.product-thumbnail img {
    height: 100px !important;
	object-fit: contain;
    width: auto !important;
}
td.product-quantity .quantity {
	width: fit-content;
}
td.product-thumbnail a {
    display: flex;
    justify-content: center;
}
td.product-name {
    position: relative;
}
.woocommerce a.remove {
    color: black !important;
}
td.product-name a {
    text-decoration: none;
    color: black;
}
input#coupon_code {
    height: 50px;
    width: 200px;
    border: 2px solid black;
    border-width: 0 0 2px 0 !important;
    border-radius: 0;
}
button.button {
    height: 50px;
}
a.wl-brand-link button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	color: white !important;
}
.wc_payment_method label {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cart_totals h2, .woocommerce-billing-fields h3, h3#order_review_heading {
    font-weight: 400;
    font-size: var(--font-size-h3);
    margin: 0;
    margin-bottom: 20px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: rgba(215, 181, 109, 0.14);
    border-radius: 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background-color: var(--color);
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid var(--color);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: var(--color);
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: unset;
    width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: unset;
	width: 100%;
}
a.checkout-button.button.alt.wc-forward {
    padding: 15px;
    background: var(--color);
    font-weight: 400;
}
.product-quantity-wrapper {
    padding-right: 27.5px;
}
@media screen and (max-width: 986px){
	.woocommerce-cart .woocommerce {
		grid-template-columns: 1fr;
	}
}
@media screen and (min-width: 787px){
	.mobile-only-totals {
		display: none !important;
	}
}
@media screen and (max-width: 786px){
	tr.woocommerce-cart-form__cart-item.cart_item {
		margin-bottom: 20px;
		background-color: white !important;
		border-bottom: 2px solid black;
		position: relative;
		padding-bottom: 10px;
	}
	
	tr.woocommerce-cart-form__cart-item.cart_item td {
		border: none;
		background-color: white !important;

	}
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
		display: block;
		
	}
	td.product-name a, td.product-price, td.product-subtotal, td.product-quantity {
		font-size: var(--font-size-h3);
	}
	table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td, table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td {
text-align: left !important;
	}
	table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td::before, table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td::before {
		content: none;
	}
	td.product-name {
    padding: 0 !important;
    margin-bottom: 20px;
}
	td.product-thumbnail img {
		height: 180px !important;
		object-fit: contain;
		width: auto !important;
	}
	td.product-remove {
    position: absolute;
		top: 10px;
		right: 10px;
	}
	input#coupon_code {
		width: 150px;
	}
	table.shop_table.shop_table_responsive * {
    font-size: var(--font-size-h5);
}
	td.product-subtotal, td.product-price, td.product-quantity {
		display: none !important;
	}
	.mobile-only-totals-row {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.product-quantity-wrapper input {
    height: 50px;
    border: 2px solid var(--color);
    font-weight: 600;
    font-size: var(--font-size-h6);
    color: var(--color);
    border-radius: 0;
}
.product-subtotal, .product-price {
	font-size: var(--font-size-h3);
}
.coupon {
    display: flex;
}
}
form.checkout.woocommerce-checkout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--padding);
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-top-color: var(--color) !important;
}
.woocommerce-NoticeGroup {
    grid-column: 1 / -1;
}
div#customer_details input, div#customer_details textarea, span.select2-selection.select2-selection--single {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid black;
}

@media screen and (max-width: 786px){
	form.checkout.woocommerce-checkout {
		grid-template-columns: 1fr;
	}
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--color);
    color: white;
}
.lang-list {
    display: flex;
    gap: 10px;
}
button.qty-btn:hover {
    color: white;
    border-color: var(--color);
    transition-duration: 0.2s;
    background: var(--color);
}
span.cart-count-indicator {
    height: 25px;
    width: 25px;
    background: var(--color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: white;
	position: absolute;
	bottom: -10px;
	right: -10px;
	font-size: 14px;
}
a.cart-icon-wrapper {
    position: relative;
	text-decoration: none;
}
.standard-gapping {
	gap: 30px;
}
.woocommerce-variation-add-to-cart {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 15px;
    margin-top: 10px;
}
table.variations {
    color: var(--color);
	font-weight: 400;
}
.variable-item {
	height: auto !important; 
	padding: 10px !important;
	border: none !important;
}

.variable-item:first-child {
	margin-left: 0 !important;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
	border-radius: 0;
	border: 1px solid black;
}
a.reset_variations {
    font-size: var(--font-size-small);
    color: var(--color);
    margin-top: 5px;
    display: block;
}

.woocommerce-variation-price span.price * {
    color: #404040;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: var(--font-size-normal) !important;
    line-height: 1.5;
	font-weight: 400;
}
.woocommerce-variation-price span.price {
	display: flex;

	justify-content: start;
}
.gridproducts h2.products-grid-title {
    padding: 20px max(var(--padding), calc((100% - var(--width)) / 2));
    background: transparent;
    border-top: 2px solid var(--color);
    border-bottom: 2px solid var(--color);
    text-align: center;
    font-weight: 400;
    color:     var(--color);
    margin: 0;
}
.gridproducts {
    margin-top: var(--padding);
}
.products-grid-wrapper {
	padding: var(--padding) max(var(--padding), calc((100% - var(--width) )/2));
}

ul.products-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 0;
    margin: 0;
    clear: both;
    list-style-type: none;
    gap: 30px;
}
@media screen and (max-width: 1600px) {
    ul.products-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media screen and (max-width: 1200px) {
    ul.products-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
}
@media screen and (max-width: 900px) {
    ul.products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 600px) {
    ul.products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
h2.woocommerce-loop-product__title {
    font-size: var(--font-size-normal);
    font-weight: 400;
    color: black;
    text-align: center;
    margin: 0;
}
.products-grid-wrapper img {
    height: 200px;
    object-fit: contain;
}
.small-wrapper-product a {
    text-decoration: none;
}
.small-wrapper-product a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    height: 100%;
    align-items: center;
}
button.see-product-btn {
    padding: 4px 20px;
    width: fit-content;
    border-radius: 0;
    border: 1px solid var(--color);
    color: var(--color);
    background: transparent;
    text-transform: lowercase;
}
p.woocommerce-result-count {
    color: var(--color);
}
select.orderby {
    padding: 5px 10px;
    border: 1px solid var(--color);
    color: var(--color);
}
select.orderby:focus {
    outline: none;
    background-color: var(--color);
    color: white;
}

.same-size img {
	aspect-ratio: 1/1;
	object-fit: cover;
}
.wl-product-data-label img {
    height: 40px;
    width: auto;
}

li.wc_payment_method img {
    display: none;
}

.wl-product-data-value {
    display: flex;
    flex-direction: column;
    justify-content: end;
}