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

Pragna 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: "Montserrat", sans-serif;
	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: black;
	font-family: "Montserrat", 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
--------------------------------------------- */
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;
	}
}

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



/* 
//..............................................................................
//.....GGGGGGG....LLLL.........OOOOOOO.....BBBBBBBBBB......AAAAA.....LLLL.......
//...GGGGGGGGGG...LLLL........OOOOOOOOOO...BBBBBBBBBBB.....AAAAA.....LLLL.......
//..GGGGGGGGGGGG..LLLL.......OOOOOOOOOOOO..BBBBBBBBBBB....AAAAAA.....LLLL.......
//..GGGGG..GGGGG..LLLL.......OOOOO..OOOOO..BBBB...BBBB....AAAAAAA....LLLL.......
//.GGGGG....GGG...LLLL......OOOOO....OOOOO.BBBB...BBBB...AAAAAAAA....LLLL.......
//.GGGG...........LLLL......OOOO......OOOO.BBBBBBBBBBB...AAAAAAAA....LLLL.......
//.GGGG..GGGGGGGG.LLLL......OOOO......OOOO.BBBBBBBBBB....AAAA.AAAA...LLLL.......
//.GGGG..GGGGGGGG.LLLL......OOOO......OOOO.BBBBBBBBBBB..AAAAAAAAAA...LLLL.......
//.GGGGG.GGGGGGGG.LLLL......OOOOO....OOOOO.BBBB....BBBB.AAAAAAAAAAA..LLLL.......
//..GGGGG....GGGG.LLLL.......OOOOO..OOOOO..BBBB....BBBB.AAAAAAAAAAA..LLLL.......
//..GGGGGGGGGGGG..LLLLLLLLLL.OOOOOOOOOOOO..BBBBBBBBBBBBAAAA....AAAA..LLLLLLLLL..
//...GGGGGGGGGG...LLLLLLLLLL..OOOOOOOOOO...BBBBBBBBBBB.AAAA.....AAAA.LLLLLLLLL..
//.....GGGGGGG....LLLLLLLLLL....OOOOOO.....BBBBBBBBBB.BAAAA.....AAAA.LLLLLLLLL..
//..............................................................................
*/

.container {
	padding-left: 50px;
	padding-right: 50px;
	transition: all 0.3s;
}

.max-width-section {
	max-width: 1368px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1250px) {

	.container {
		padding-left: 35px;
		padding-right: 35px;
	}
}

@media only screen and (max-width: 950px) {
	.container {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media only screen and (max-width: 450px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}




#page {
	margin-top: 25px;
}

/* 

//.......................................................
//.MMMMMM...MMMMMM.EEEEEEEEEEE.NNNN...NNNN..UUUU...UUUU..
//.MMMMMM...MMMMMM.EEEEEEEEEEE.NNNNN..NNNN..UUUU...UUUU..
//.MMMMMM...MMMMMM.EEEEEEEEEEE.NNNNN..NNNN..UUUU...UUUU..
//.MMMMMMM.MMMMMMM.EEEE........NNNNNN.NNNN..UUUU...UUUU..
//.MMMMMMM.MMMMMMM.EEEE........NNNNNN.NNNN..UUUU...UUUU..
//.MMMMMMM.MMMMMMM.EEEEEEEEEE..NNNNNNNNNNN..UUUU...UUUU..
//.MMMMMMMMMMMMMMM.EEEEEEEEEE..NNNNNNNNNNN..UUUU...UUUU..
//.MMMMMMMMMMMMMMM.EEEEEEEEEE..NNNNNNNNNNN..UUUU...UUUU..
//.MMMMMMMMMMMMMMM.EEEE........NNNNNNNNNNN..UUUU...UUUU..
//.MMMM.MMMMM.MMMM.EEEE........NNNN.NNNNNN..UUUU...UUUU..
//.MMMM.MMMMM.MMMM.EEEEEEEEEEE.NNNN..NNNNN..UUUUUUUUUUU..
//.MMMM.MMMMM.MMMM.EEEEEEEEEEE.NNNN..NNNNN...UUUUUUUUU...
//.MMMM.MMMMM.MMMM.EEEEEEEEEEE.NNNN...NNNN....UUUUUUU....
//.......................................................

*/
.top-menu-wrapper {
	position: sticky;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 20;
	background-color: white;

	/* max-height: 100dvh;
    overflow-y: auto; */
}

@media only screen and (min-width: 951px) {
	.button-open-menu-mobile {
		display: none;
	}
}

@media only screen and (max-width: 950px) {
	.top-menu-wrapper {


		max-height: 100dvh;
		overflow-y: visible;
	}

	.menu-drop-down-relative {
		border-bottom: 0px !important;
	}
}


.top-bar-menu {
	background-color: #613D28;
}

.top-bar-menu-inside {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 8.5px;
	padding-bottom: 8.5px;
}

.top-bar-menu-inside .left-col {
	display: flex;
	align-items: center;
	gap: 15px;
}

.top-bar-menu-inside .left-col p,
.top-bar-menu-inside .left-col p,
.top-bar-menu-inside .left-col p a {
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
	margin: 0px;
	text-decoration: none;

}

.top-bar-menu-inside .left-col p:not(:last-child) {
	padding-right: 15px;
	border-right: 1px solid white;
}

.top-bar-menu-inside .right-col {
	display: flex;
	gap: 15px;
	align-items: center;
}

.top-bar-menu-inside .right-col a {
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
	margin: 0px;
	text-decoration: none;
}

.top-bar-menu-inside .right-col a svg {
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.top-bar-menu-inside .right-col a:not(.social-media-link) {
	padding-left: 15px;
	border-left: 1px solid white;
}


.middle-bar-menu-inside {
	display: flex;
	justify-content: space-between;
	padding-top: 35px;
	padding-bottom: 35px;
}


.middle-bar-menu-inside .left-col {
	flex: 1;
}

.middle-bar-menu-inside .right-col {
	flex: 1;
	display: flex;
	justify-content: end;
	align-items: center;
}

.middle-bar-menu-inside .middle-col {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}

.middle-bar-menu-inside .middle-col a {
	display: flex;
	align-items: center;
	max-width: 170px;
	width: 100%;
}

.middle-bar-menu-inside .middle-col a img {
	width: 100%;
}

.middle-bar-menu-inside .right-col .user-menu-links {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: flex-end;
}

.middle-bar-menu-inside .right-col .user-menu-links a {
	color: black;
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
	text-decoration: none;
	margin: 0px;
	align-items: center;
}

.middle-bar-menu-inside .right-col .user-menu-links a svg {
	width: 25px;
	height: 25px;
	object-fit: contain;
}



/* Styl dla elementu menu użytkownika */

.user-menu-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.user-menu-item .user-menu-toggle {
	color: black;
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
	text-decoration: none;
	margin: 0px;
	align-items: center;
}

.user-menu-item .user-menu-toggle svg {
	width: 25px;
	height: 25px;
	object-fit: contain;
}

/* Styl dla rozwijanego menu */

.user-submenu {
	position: absolute;
	top: 100%;
	right: 0;
	width: 200px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: 0.3s;
	z-index: 999;
}

.user-menu-item:hover .user-submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.user-submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.user-submenu ul li {
	list-style: none;
}

.user-submenu ul li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 10px 15px;
	font-size: 14px;
}

.user-submenu ul li:hover {
	background: #eee;
}



@media only screen and (max-width: 1100px) {
	.middle-bar-menu-inside .left-col {
		flex: 0 0 400px;
	}
}

@media only screen and (max-width: 950px) {
	.middle-bar-menu-inside {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px 10px;
	}

	.middle-bar-menu-inside .left-col {
		flex: 100%;
		grid-row: 2;
		grid-column: -1 / 1;
	}

	.hypercon-ajax-search {
		max-width: initial;
		width: 100%;
	}

	.hypercon-search-input-wrapper {
		flex: 1;
		min-width: 50%;
	}

	.middle-bar-menu-inside .middle-col {
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 768px) {
	.user-menu-link-text {
		display: none;
	}

	.top-bar-menu-inside .left-col p {
		border-right: 0px !important;
		padding: 0px !important;
	}

	.top-bar-menu-inside {
		justify-content: center;
	}

	.top-bar-menu-inside .left-col p:not(.top-bar-info-important) {
		display: none;
	}

	.top-bar-menu-inside .right-col {
		display: none;
	}

	.middle-bar-menu-inside {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.hypercon-ajax-search .select2.select2-container.select2-container--default {
		flex: 50%;
	}
}



.cart-menu-icon {
	position: relative;
}

.cart-menu-icon .card-count {
	position: absolute;
	right: 5px;
	width: 15px;
	height: 15px;
	background: #613D28;
	color: white;
	font-size: 8px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.dgwt-wcas-search-input{
	background: white !important;
    border: 1px solid #EFE6E1 !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    line-height: 15px !important;
}
.dgwt-wcas-search-submit{
	top: 50% !important;
    transform: translate(0, -50%) !important;
}
.dgwt-wcas-suggestions-wrapp{
	border: 1px solid #EFE6E1 !important;
    border-radius: 4px !important;
}

.top-menu-wrapper .dgwt-wcas-sf-wrapp{
padding: 0px !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
	padding: 13px 30px 13px 35px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
	left: 5px !important;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
	padding: 13px 30px 13px 35px !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-preloader{
	margin-right: 0px !important;
}
.dgwt-wcas-close{
	right: 15px !important;
}
.top-menu-wrapper .dgwt-wcas-search-wrapp{
	max-width: 370px;
	margin-right: auto;
	margin-left: initial;
}
.dgwt-wcas-suggestion-nores{
	font-size: 14px;
}
.dgwt-wcas-st{
	font-size: 14px;
	color: black;
}
.dgwt-wcas-st strong{
	font-weight: 500;
	
}

/* 
//........................................................
//.HHHH...HHHH....OOOOOOO....OMMMMM...MMMMMM.EEEEEEEEEEE..
//.HHHH...HHHH...OOOOOOOOOO..OMMMMM...MMMMMM.EEEEEEEEEEE..
//.HHHH...HHHH..OOOOOOOOOOOO.OMMMMM...MMMMMM.EEEEEEEEEEE..
//.HHHH...HHHH..OOOOO..OOOOO.OMMMMMM.MMMMMMM.EEEE.........
//.HHHH...HHHH.HOOOO....OOOOOOMMMMMM.MMMMMMM.EEEE.........
//.HHHHHHHHHHH.HOOO......OOOOOMMMMMM.MMMMMMM.EEEEEEEEEE...
//.HHHHHHHHHHH.HOOO......OOOOOMMMMMMMMMMMMMM.EEEEEEEEEE...
//.HHHHHHHHHHH.HOOO......OOOOOMMMMMMMMMMMMMM.EEEEEEEEEE...
//.HHHH...HHHH.HOOOO....OOOOOOMMMMMMMMMMMMMM.EEEE.........
//.HHHH...HHHH..OOOOO..OOOOO.OMMM.MMMMM.MMMM.EEEE.........
//.HHHH...HHHH..OOOOOOOOOOOO.OMMM.MMMMM.MMMM.EEEEEEEEEEE..
//.HHHH...HHHH...OOOOOOOOOO..OMMM.MMMMM.MMMM.EEEEEEEEEEE..
//.HHHH...HHHH.....OOOOOO....OMMM.MMMMM.MMMM.EEEEEEEEEEE..
//........................................................
*/

.section-benefit-bar {
	margin-top: 25px;
	margin-bottom: 75px;
}

.benefit-bar {
	background: #F8F6F5;
	border-radius: 8px;
	padding: 25px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}

.single-benefit-bar {
	flex: 1;
	display: flex;
	gap: 15px;
}

.single-benefit-bar .benefit-icon-wrapper {
	flex: 0 0 65px;
}

.single-benefit-bar .benefit-icon-wrapper img {
	width: 100%;
	max-width: 65px;
	/* height: auto; */
	height: 65px;
	object-fit: contain;
}

.single-benefit-bar .benefit-content h3 {
	font-size: 16px;
	line-height: 18px;
	color: black;
	margin: 0px;
	font-weight: 500;
}

.single-benefit-bar .benefit-content p {
	font-size: 14px;
	line-height: 18px;
	color: black;
	margin: 0px;
	margin-top: 8px;
	font-weight: 400;
}

@media only screen and (max-width: 1250px) {

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

@media only screen and (max-width: 800px) {
	.benefit-bar {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}

/* HERO */

.section-hero {
	margin-bottom: 25px;
}

/* Ustawienia dla kontenera slidera */
.container.section-hero {
	width: 100%;
}

.hero-slider {
	width: 100%;
	position: relative;
}

.hero-slider .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
}

.hero-slider img {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 1368 / 457;
	/* Ustawienie proporcji obrazka */
	border-radius: 8px;
}

/* Stylizacja paginacji w formie pasków */
.hero-slider .swiper-pagination {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
}

.hero-slider .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	transition: background 0.3s;
}

.swiper-pagination-bullet-active {
	background: #fff;
}

.hero-slider .swiper-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
	display: flex;
	width: initial;
	justify-content: center;
	padding: 8px;
	border-radius: 3px;
	background-color: #cecece21;
	left: 50%;
	transform: translate(-50%, 0px);
}

.hero-slider .swiper-pagination-bullet {
	width: 16px;
	height: 4px;
	border-radius: 1px;
	background-color: white;
	opacity: 0.4;
	transition: all 0.2s;
}

.hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: white;
	width: 36px;
	opacity: 1;
}

.swiper-pagination-wrapper {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
	background: red;
	position: absolute;
	bottom: 15px;
	width: 100%;
}


.hero-slider .mobile-slider{
	display: none;

	aspect-ratio: 900 / 1300;

}



@media only screen and (max-width: 768px) {
	.hero-slider .mobile-slider{
		display: block;
	}
	.hero-slider .desktop-slider{
		display: none;
	}
  }


/* BESTSELLERY */

.section-bestsellers {
	margin-top: 75px;
	margin-bottom: 75px;
}

.section-bestsellers .bestsellers-wrapper {}

.section-bestsellers .bestsellers-wrapper h2 {
	font-size: 36px;
	line-height: 38px;
	text-align: center;
	font-weight: 400;
	margin: 0px;
	margin-bottom: 20px;
}

.section-bestsellers .bestsellers-wrapper .bestsellers-nav {
	display: flex;
	justify-content: center;
	gap: 20px;
	overflow: hidden;
}

.section-bestsellers .bestsellers-wrapper .bestsellers-nav .bestseller-filter {
	font-size: 16px;
	line-height: 16px;
	padding: 0px;
	background-color: transparent;
	outline: none;
	border: 0px;
	font-weight: 400;
	color: #8F8783;
	cursor: pointer;
}

.section-bestsellers .bestsellers-wrapper .bestsellers-nav .bestseller-filter.active {
	font-weight: 500;
	color: black;
}

@media screen and (max-width: 768px) {
	.section-bestsellers .bestsellers-wrapper .bestsellers-nav {
		overflow-x: auto;
		/* Włączenie przewijania w poziomie */
		scroll-snap-type: x mandatory;
		/* Aktywacja przewijania zatrzaskowego */
		-webkit-overflow-scrolling: touch;
		/* Płynne przewijanie w Safari */
		display: flex;
		gap: 10px;

		justify-content: flex-start;

	}

	.section-bestsellers .bestsellers-wrapper .bestseller-filter {
		scroll-snap-align: start;
		/* Każdy przycisk zatrzymuje się na początku */
		white-space: nowrap;
		/* Zapobiega łamaniu tekstu */
		margin-left: auto;
		margin-right: auto;
	}

	/* Ukrycie domyślnego paska przewijania w przeglądarkach */
	.section-bestsellers .bestsellers-wrapper .bestsellers-nav::-webkit-scrollbar {
		display: none;
	}

	.section-bestsellers .bestsellers-wrapper .bestsellers-nav {
		scrollbar-width: none;
		/* Ukrycie paska przewijania w Firefoksie */
	}
}


.section-bestsellers .bestsellers-wrapper .bestsellers-content .products {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	margin-top: 55px;
	gap: 20px;
}

.section-bestsellers .bestsellers-wrapper .bestsellers-content .products .onsale {
	display: none !important;
}

.section-bestsellers .bestsellers-wrapper .bestsellers-content .products {
	list-style: none;
}

@media screen and (max-width: 1300px) {
	.section-bestsellers .bestsellers-wrapper .bestsellers-content .products {

		grid-template-columns: repeat(3, 1fr);

	}
}

@media screen and (max-width: 768px) {
	.section-bestsellers .bestsellers-wrapper .bestsellers-content .products {

		grid-template-columns: repeat(2, 1fr);

	}
}

.single-bestseller-product-reviews-wrapper {
	display: flex !important;
}

.single-bestseller-product-reviews-wrapper .star-rating {
	margin-left: auto !important;
	margin-right: auto !important;
}

.single-bestseller-product {
	/* .section-bestsellers .bestsellers-wrapper .bestsellers-content .single-bestseller-product { */
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.single-bestseller-product a {
	width: 100%;
}

.single-bestseller-product h3,
.single-bestseller-product h2 {
	/* .section-bestsellers .bestsellers-wrapper .bestsellers-content .single-bestseller-product h3 { */
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	color: black;
	margin: 0px;
	margin-top: 10px;
	font-weight: 400;

}

.single-bestseller-product-price-wrapper {
	/* .section-bestsellers .bestsellers-wrapper .bestsellers-content .single-bestseller-product-price-wrapper { */
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
}

.single-bestseller-product-price-wrapper .regular-price {
	/* .section-bestsellers .bestsellers-wrapper .bestsellers-content .single-bestseller-product-price-wrapper .regular-price { */
	font-size: 14px;
	line-height: 16px;
	color: black;
	font-weight: bold;

}

.single-bestseller-product-price-wrapper .old-price {
	/* .section-bestsellers .bestsellers-wrapper .bestsellers-content .single-bestseller-product-price-wrapper .old-price { */
	font-size: 13px;
	line-height: 16px;
	color: #969696;
	text-decoration: line-through;
}

.single-bestseller-img-wrapper {
	max-width: 180px;
	width: 100%;
	aspect-ratio: 1/1;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	/* position: relative; */
}

.single-bestseller-img-wrapper img {
	max-width: 160px;
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: contain;
}

/* KAFELKI Z KATEGORIAMI */

.section-category-tile {
	margin-top: 75px;
	margin-bottom: 75px;
}

.category-tile-loop {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.category-tile-loop .single-category-tile {
	background-color: white;
	text-decoration: none;
	aspect-ratio: 327/334;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: end;
	padding: 25px;
	border-radius: 8px;

	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: multiply;
	transition: all 0.2s;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 0px;

}

.category-tile-loop .single-category-tile:hover {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.category-tile-loop .single-category-tile h3 {
	font-size: 22px;
	line-height: 25px;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: white;
	-webkit-text-shadow: 0px 0 5px rgba(0,0,0,.5);
	-moz-text-shadow: 0px 0 5px rgba(0,0,0,.5);
	text-shadow: 0px 0 5px rgba(0,0,0,.5);
}

@media screen and (max-width: 1150px) {
	.category-tile-loop {

		grid-template-columns: repeat(2, 1fr);

	}

	.category-tile-loop .single-category-tile {

		aspect-ratio: 362/183;

	}
}

@media screen and (max-width: 600px) {
	.category-tile-loop {

		grid-template-columns: repeat(1, 1fr);

	}


}

/* ARTYKUŁY */

.section-articles {
	margin-top: 75px;
	margin-bottom: 75px;
}

.articles-wrapper h2 {
	font-size: 28px;
	line-height: 28px;
	text-align: center;
	margin: 0px;
	margin-bottom: 40px;
	font-weight: 400;
	color: black;
}

.articles-loop {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.articles-loop .single-articles-in-loop {
	text-decoration: none;
}

.articles-loop .single-articles-in-loop .article-img-wrapper {
	width: 100%;
	aspect-ratio: 439/214;
	border-radius: 8px;
	overflow: hidden;
}

.articles-loop .single-articles-in-loop .article-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.2s;
}

.articles-loop .single-articles-in-loop:hover .article-img-wrapper img {
	transform: scale(1.1);
}




.articles-loop .single-articles-in-loop h3 {
	margin: 0px;
	color: black;
	margin-top: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}


.article-meta-wrapper {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.article-meta-wrapper .article-single-meta {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: flex-start;


	text-transform: uppercase;
	font-size: 13px;
	line-height: 15px;
	color: black;
}

.article-meta-wrapper .article-single-meta svg {
	width: 18px;
	flex: 0 0 18px;
	height: auto;
	fill: #C5B4AA;
}

@media screen and (max-width: 768px) {
	.articles-loop {

		grid-template-columns: repeat(1, 1fr);

	}
}

.single-articles-in-loop .read-more {
	display: flex;
	gap: 15px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	text-decoration: none;
	color: black;
}

.single-articles-in-loop .read-more svg {
	fill: black;
	flex: 0 0 15px;
	width: 15px;
	height: auto;
}

/* 
//............................................................................
//.FFFFFFFFFF...OOOOOOO.......OOOOOOO.....TTTTTTTTTTTEEEEEEEEEEE.RRRRRRRRRR...
//.FFFFFFFFFF..OOOOOOOOOO....OOOOOOOOOO...TTTTTTTTTTTEEEEEEEEEEE.RRRRRRRRRRR..
//.FFFFFFFFFF.OOOOOOOOOOOO..OOOOOOOOOOOO..TTTTTTTTTTTEEEEEEEEEEE.RRRRRRRRRRR..
//.FFFF.......OOOOO..OOOOO..OOOOO..OOOOO.....TTTT....EEEE........RRRR...RRRR..
//.FFFF......FOOOO....OOOOOOOOOO....OOOOO....TTTT....EEEE........RRRR...RRRR..
//.FFFFFFFFF.FOOO......OOOOOOOO......OOOO....TTTT....EEEEEEEEEE..RRRRRRRRRRR..
//.FFFFFFFFF.FOOO......OOOOOOOO......OOOO....TTTT....EEEEEEEEEE..RRRRRRRRRRR..
//.FFFFFFFFF.FOOO......OOOOOOOO......OOOO....TTTT....EEEEEEEEEE..RRRRRRRR.....
//.FFFF......FOOOO....OOOOOOOOOO....OOOOO....TTTT....EEEE........RRRR.RRRR....
//.FFFF.......OOOOO..OOOOO..OOOOO..OOOOO.....TTTT....EEEE........RRRR..RRRR...
//.FFFF.......OOOOOOOOOOOO..OOOOOOOOOOOO.....TTTT....EEEEEEEEEEE.RRRR..RRRRR..
//.FFFF........OOOOOOOOOO....OOOOOOOOOO......TTTT....EEEEEEEEEEE.RRRR...RRRR..
//.FFFF..........OOOOOO........OOOOOO........TTTT....EEEEEEEEEEE.RRRR....RRR..
//............................................................................
*/


.section-newsletter {
	margin-top: 75px;
	margin-bottom: 75px;
}

.newsletter-wrapper {
	background-color: #F8F6F5;
	padding: 45px 25px;
	border-radius: 8px;
}

.newsletter-content {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.newsletter-content h3 {
	text-align: center;
	margin: 0px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	color: black;
	margin-bottom: 25px;
}

.newsletter-content p {
	font-size: 16px;
	line-height: 24px;
	color: black;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	font-weight: 400;
}

.newsletter-input-wrapper {
	max-width: 370px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.newsletter-input-wrapper input[type="email"] {
	width: 100%;
	outline: none;
	font-size: 14px;
	line-height: 16px;
	padding: 12px 15px;
	background-color: white;
	color: black;
	border-radius: 4px;
	border: 1px solid #EFE6E1;
	padding-right: 120px;
}

.newsletter-input-wrapper button[type="submit"] {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	background-color: #613D28;
	border-radius: 3px;
	color: white;
	cursor: pointer;
	padding: 7px 20px;

	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(0, -50%);
	border: 0px;
	outline: none;
}

@media only screen and (max-width: 450px) {
	.newsletter-wrapper {
		padding-left: 18px;
		padding-right: 18px;
	}

	.newsletter-input-wrapper button[type="submit"] {
		padding: 7px 10px;
	}

	.newsletter-input-wrapper input[type="email"] {
		padding-right: 98px;
	}
}

@media only screen and (max-width: 380px) {
	.newsletter-input-wrapper button[type="submit"] {
		position: initial;
		transform: initial;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 100%;
	}

	.newsletter-input-wrapper input[type="email"] {
		padding-right: 15px;
	}
}


/* STOPKA */

/* STOPKA LEFT COL */
.site-footer {
	display: flex;
	gap: 75px;
	justify-content: space-between;
}

.site-footer .left-col .logo-footer-wrapper {
	max-width: 150px;
	width: 100%;
}

.site-footer .left-col .logo-footer-wrapper a {
	display: block;
	max-width: 150px;
	width: 100%;
}

.site-footer .left-col .logo-footer-wrapper img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.site-footer .left-col {
	max-width: 346px;
	width: 100%;
}

.site-footer .left-col p {
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
	color: black;
	font-weight: 400;
	margin-top: 25px;
	margin-bottom: 25px;
}

.site-footer .left-col .social-media-links {
	margin-top: 25px;
	display: flex;
	gap: 10px;
}


.site-footer .left-col .social-media-links a {
	padding: 0px;
	text-decoration: none;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: 1px solid #EFE6E1;
	display: flex;
	justify-content: center;
	align-items: center;

}

.site-footer .left-col .social-media-links a svg {
	fill: #613D28;
	width: 20px;
	height: 20px;
	object-fit: contain;
}


/* STOPKA RIGHT COL */

.site-footer .right-col {
	display: flex;
	gap: 75px;

}

.site-footer .right-col .single-col {}

.site-footer .right-col .single-col h3 {
	font-size: 14px;
	line-height: 18px;
	color: black;
	font-weight: 600;
	margin: 0px;
	margin-bottom: 25px;
}

.site-footer .right-col .single-col a,
.site-footer .right-col .single-col p {
	text-decoration: none;
	margin: 0px;
	font-size: 13px;
	line-height: 20px;
	color: black;
	font-weight: 400;
	display: block;
}

@media only screen and (max-width: 1400px) {
	.site-footer {
		gap: 45px;
	}

	.site-footer .right-col {
		gap: 45px;
	}

}

@media only screen and (max-width: 1220px) {
	.site-footer {
		flex-direction: column;
		align-items: center;
	}

	.site-footer .left-col .social-media-links {
		justify-content: center;
	}

	.site-footer .left-col p {
		text-align: center;
	}

	.logo-footer-wrapper {
		margin-left: auto;
		margin-right: auto;
	}

	.site-footer .left-col {
		max-width: 700px;
	}

	.site-footer .right-col {
		gap: 25px;
		width: 100%;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 768px) {
	.site-footer .right-col {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

}

@media only screen and (max-width: 400px) {
	/* .site-footer .right-col {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	} */

	/* .site-footer .right-col .single-col {
		justify-content: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	} */
}

/* COPYRIGHT */

.copyright {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 25px;
	flex-wrap: wrap;
	margin-top: 30px;
	padding-bottom: 25px;
}

.copyright a,
.copyright p {
	text-decoration: none;
	color: #C5B4AA;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	margin: 0px;
}

@media only screen and (max-width: 700px) {
	.copyright {
		flex-direction: column;
		gap: 12px;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}


.cookie-footer-button button{
    text-decoration: none;
    margin: 0px;
    font-size: 13px;
    line-height: 20px;
    color: black;
    font-weight: 400;
    display: block;
	padding: 0px;
	background-color: transparent !important;
	border: 0px !important;
	border-color: white;
	cursor: pointer;
}
.cky-btn-revisit-wrapper{
	display: none !important;
}

.grecaptcha-badge{
	display: none !important;
}
/* 
//......................................................................
//.PPPPPPPPP...........................dddd.......................ttt...
//.PPPPPPPPPP..........................dddd......................cttt...
//.PPPPPPPPPPP.........................dddd......................cttt...
//.PPPP...PPPPPPrrrrrr..oooooo....ddddddddddduu..uuuuu..cccccc.ccctttt..
//.PPPP...PPPPPPrrrrrrroooooooo..oddddddddddduu..uuuuu.ccccccccccctttt..
//.PPPPPPPPPPPPPrrr...rooo.oooooooddd.ddddddduu..uuuuuucccc.cccc.cttt...
//.PPPPPPPPPP.PPrr...rroo...oooooodd...dddddduu..uuuuuuccc..ccc..cttt...
//.PPPPPPPPP..PPrr...rroo...oooooodd...dddddduu..uuuuuuccc.......cttt...
//.PPPP.......PPrr...rroo...oooooodd...dddddduu..uuuuuuccc.......cttt...
//.PPPP.......PPrr...rroo...oooooodd...dddddduu..uuuuuuccc..ccc..cttt...
//.PPPP.......PPrr....rooo.oooooooddd.ddddddduuu.uuuuuucccc.cccc.cttt...
//.PPPP.......PPrr....roooooooo..oddddddddd.duuuuuuuuu.ccccccccc.ctttt..
//.PPPP.......PPrr......oooooo....ddddddddd..uuuuuuuuu..cccccc...ctttt..
//......................................................................
*/
.hypercon-gallery-wrapper .gallery-thumbs .swiper-slide{
	opacity: 1 !important;
}
.woocommerce-message {
	border: 0px !important;
	border-radius: 8px !important;
	background-color: #F8F6F5 !important;
	outline: none !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.woocommerce-message::after {
	display: none !important;
}

.woocommerce-message::before {
	color: #613D28 !important;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	top: 50% !important;
	transform: translate(0, -50%);
}

#woosq-popup {
	padding: 25px;
	max-width: 1250px;
	max-height: 600px;
	border-radius: 4px;
}

#woosq-popup .woocommerce-review-link {
	display: none !important;
}


#woosq-popup h1 {
	font-size: 24px !important;
	line-height: 30px !important;
}

@media only screen and (max-width: 768px) {
	#woosq-popup {
		padding: 0px;
	}
}

.product-sku {
	color: #8F8783;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
}


.product_meta {
	display: none !important;
}

.swiper-button-lock {
	display: none !important;
}

.wpcvs-attributes-stacked .wpcvs-attribute-label label:after {
	display: none !important;
}

li .single-bestseller-product .itsnew.onsale {
	left: 0px !important;
	right: initial !important;
	background-color: #613D28 !important;
}

li .single-bestseller-product span.onsale {
	margin: 0px !important;
	display: flex;
	height: 21px;
	align-items: center;
	justify-content: center;
	background-color: #E90B0B !important;
	color: white !important;
	font-size: 12px !important;
	line-height: 15px !important;
	font-weight: 500 !important;
	text-align: center !important;
	border-radius: 4px !important;

	min-height: initial !important;
	max-height: initial;
	right: 0px !important;
	left: initial !important;
	top: 10px !important;
	text-transform: uppercase;
	padding: 0px 8px !important;
}

.woocommerce .product-top-content span.onsale {
	margin: 0px !important;
	display: flex;
	height: 21px;
	align-items: center;
	justify-content: center;
	background-color: #E90B0B !important;
	color: white !important;
	font-size: 12px !important;
	line-height: 15px !important;
	font-weight: 500 !important;
	text-align: center !important;
	border-radius: 4px !important;

	min-height: initial !important;
	max-height: initial;
	left: 0px !important;
	/* left: 0px !important; */
	top: 10px !important;
	text-transform: uppercase;
	padding: 0px 8px !important;
}



.woocommerce span.onsale {
	/* background-color: #613D28 !important;
	color: white !important;
	font-weight: 12px !important;
	line-height: 15px !important;
	font-weight: 500 !important;
	text-align: center !important;
	border-radius: 4px !important;

	min-height: initial !important;
	max-height: initial;
	right: initial !important;
	left: 0px !important;
	top: 15px !important; */
	/* background-color: #b3af54 !important;
	border-radius: 8px !important;
	font-size: 12px !important;
	line-height: 12px !important;
	padding: 2px 10px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 25px !important;
	left: -5px !important;
	top: 0px !important; */
}

/* Tabelka atrybutów */

table.woocommerce-product-attributes td,
table.woocommerce-product-attributes th {
	font-size: 14px !important;
	line-height: 16px !important;
	padding: 15px !important;
	text-align: left;
	border: 0px !important;

}

table.woocommerce-product-attributes p {
	padding: 0px !important;
}

.woocommerce table.shop_attributes th {
	width: 35% !important;
	font-weight: 600 !important;
}

.accordion-content>h2 {
	display: none !important;
}

.accordion-content strong {
	font-weight: 600 !important;
}

.woocommerce table.shop_attributes {
	border-top: 0px !important;
}

/* breadcrumb */

.woocommerce .woocommerce-breadcrumb::after,
.woocommerce .woocommerce-breadcrumb::before {
	display: none !important;
}

.woocommerce .woocommerce-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb .breadcrumb-last-title {
	font-size: 13px;
	line-height: 16px;
	color: #868686;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.woocommerce-breadcrumb .delimiter {
	margin-left: 15px;
}

.product-top-content {
	display: flex;
	/* flex-wrap: wrap; */
	gap: 50px;
}

@media screen and (max-width: 768px) {
	.product-top-content {
		flex-direction: column;
	}
}


.woocommerce-grouped-product-list-item__label a {
	color: black !important;
	text-decoration: none;
}

/* benefit bar */

.single-product .container.section-benefit-bar {
	padding-left: 0px;
	padding-right: 0px;
}

.product-page-title {
	margin: 0px !important;
	font-size: 32px !important;
	line-height: 39px !important;
	color: black !important;
	font-weight: 400 !important;
	margin-bottom: 25px !important;
	text-align: left !important;
}

.current-price {
	/* color: #CC0000;
	font-size: 20px;
	line-height: 24px; */
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product div.price {
	font-size: 20px !important;
	line-height: 24px !important;
	color: black !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product div.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	font-size: 20px !important;
	line-height: 24px !important;
	/* color: #CC0000 !important; */
	font-weight: 400 !important;
}


.woocommerce div.product div.price del,
.woocommerce div.product span.price del {
	color: #8F8783 !important;
}

.entry-summary .price {
	margin-bottom: 25px;
}

.product-simple-hc.sale .entry-summary .price ins {
	background-color: transparent;
}

.product-simple-hc.sale .entry-summary .price ins .woocommerce-Price-amount bdi {
	color: #CC0000 !important;
	font-weight: 500;
	background-color: transparent;
}

/* Dodaj do koszyka */
.single_add_to_cart_button {
	background-color: #613D28 !important;
	text-transform: uppercase;
	font-size: 15px !important;
	line-height: 15px !important;
	font-weight: 500 !important;
}

/* OPINIE I DODAJ DO ULUBIONYCH NAD TYTUŁEM */
.section-aboce-the-product-title {
	display: flex;
	gap: 15px;
	justify-content: space-between;
	align-items: center;
}


.section-aboce-the-product-title #ekomi-product-widget-identifier{
	display: none !important;
}

.section-aboce-the-product-title #widget-container .overall-rating-stars-fill{
	display: flex;
}
.section-aboce-the-product-title #widget-container .total_reviews{
	white-space: nowrap;
}
/* Opinie */
.single-product .summary {
	margin-top: 0px;
}

.section-aboce-the-product-title {
	margin-bottom: 10px;
}

.section-aboce-the-product-title .woocommerce-product-rating {
	display: flex !important;
	align-items: center;
	gap: 10px;
}

.section-aboce-the-product-title .woocommerce-product-rating {
	margin-bottom: 0px !important;
}

.section-aboce-the-product-title .woocommerce-product-rating .rating-count {
	font-size: 12px;
	line-height: 15px;
	color: #8F8783;
	font-weight: 400;
}

.section-aboce-the-product-title .woocommerce-product-rating .star-rating {
	margin-top: 0px !important;
}

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

.section-aboce-the-product-title .woocommerce-product-rating::after,
.section-aboce-the-product-title .woocommerce-product-rating::before {
	display: none !important;
}

/* Dodaj do ulubionych */
.section-aboce-the-product-title .hc-add-to-wishlist-product-page {
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: center;
	gap: 10px;
	border: 0px;
	outline: none;
	background: transparent;

	cursor: pointer;
	margin-left: auto;
}

.section-aboce-the-product-title .hc-add-to-wishlist-product-page .add-to-wishlist-text {
	font-size: 13px;
	line-height: 16px;
	color: #8F8783;
	white-space: nowrap;
}
@media only screen and (max-width: 360px) {
	.section-aboce-the-product-title .hc-add-to-wishlist-product-page .add-to-wishlist-text{
		white-space: initial;
	}
}
.section-aboce-the-product-title .hc-add-to-wishlist-product-page svg {
	fill: #8F8783 !important;
	flex: 0 0 16px;
	width: 16px;
	height: auto;
	object-fit: contain;
}

.section-aboce-the-product-title .hc-add-to-wishlist-product-page.added-to-wishlist {
	background-color: transparent;

}

.section-aboce-the-product-title .hc-add-to-wishlist-product-page.added-to-wishlist .add-to-wishlist-text {
	color: #613D28 !important;
}

.section-aboce-the-product-title .hc-add-to-wishlist-product-page.added-to-wishlist svg {
	fill: #613D28;
}

/* ATRYBUTY */
[data-tippy-root] {
	display: none !important;
}

.hint--top:before {
	display: none !important;
}

[class*="hint--"][aria-label]:after {
	display: none !important;
}

.wpcvs-attributes-stacked .wpcvs-attribute-label label,
.wpclv-attribute-label {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400 !important;
	color: black !important;
	margin-bottom: 4px !important;
	display: block;
}

.wpclv-attributes .wpclv-attribute {
	margin-bottom: 25px;
}

.wpcvs-attribute-selected {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500 !important;
	color: black !important;
}

.wpclv-attributes {
	margin-top: 25px;
}

.wpclv-attributes .wpclv-terms .wpclv-term span,
.wpclv-attributes .wpclv-terms .wpclv-term a,
.wpcvs-terms .wpcvs-term .wpcvs-term-inner {
	display: block;
	padding: 0px 10px;
	white-space: nowrap;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	width: 100%;
	position: relative;
	background-color: white;
	border-radius: 2px;
	outline: none;
	box-shadow: none;
	text-decoration: none;
	color: black;
}

.wpclv-attributes .wpclv-terms .wpclv-term {
	border-radius: 3px;

}

.wpcvs-terms .wpcvs-term:hover {
	border-color: #613D28;
}

.wpclv-attributes .wpclv-terms .wpclv-term.active,
.wpclv-attributes .wpclv-terms .wpclv-term:hover {
	border-color: #613D28;
}

.woocommerce div.product form.cart .reset_variations {
	visibility: visible;
	font-size: 12px;
	text-decoration: none;
	color: black;
}

.wpcvs-terms .wpcvs-term.wpcvs-selected {
	border-color: #613D28;
}

.wpcvs-terms .wpcvs-term.wpcvs-selected .wpcvs-term-inner:before {
	background-color: #613D28;
	content: "";
	display: none !important;
}

.wpcvs-attribute-selected {
	display: none !important;
}

.wpcvs-terms .wpcvs-term {
	border-radius: 3px !important;
}

/* .wpcvs-terms .wpcvs-term .wpcvs-term-inner{
	background-color: white;
} */
/* Tabsy */

.woocommerce-tabs.wc-accordion-wrapper {}

.accordion-item {
	border-bottom: 1px solid #EFE6E1;
}

.accordion-content a {
	text-decoration: none;
	color: black !important;
}

.accordion-button {
	color: black !important;
	width: 100%;
	background: white;
	padding: 15px 0px;
	text-align: left;
	cursor: pointer;
	border: 0px;
	font-weight: bold;
	outline: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

.accordion-button svg {
	width: 20px;
	flex: 0 0 20px;
	height: auto;
	fill: #C5B4AA;
	transition: all 0.2s;
}

.accordion-button[aria-expanded="true"] svg {
	transform: rotate(180deg);
}

/* .accordion-button:after {
	content: "\002B";
	font-size: 20px;
}

.accordion-button[aria-expanded="true"]:after {
	content: "\2212";
} */

.accordion-content {
	padding: 0px;
	display: none;
}


.woocommerce-loop-product__title {
	text-align: center !important;
	font-size: 14px !important;
	line-height: 16px !important;
	color: black !important;
	margin: 0px !important;
	margin-top: 10px !important;
	font-weight: 400 !important;

}

.single-bestseller-product a {
	text-decoration: none;
}

.single-bestseller-product-price-wrapper {
	/* flex-direction: column; */
}

.single-bestseller-product-price-wrapper .price,
.single-bestseller-product-price-wrapper .price bdi {
	font-size: 14px !important;
	line-height: 16px !important;
	color: black !important;
	font-weight: bold !important;
	text-align: center;
}

.single-bestseller-product-price-wrapper span.price {
	color: black !important;
}

.single-bestseller-product .add_to_cart_button {
	display: none !important;
}


.hc-quantity-wrapper {
	display: flex;
	align-items: stretch;
	max-width: 108px;
	border: 1px solid #EFE6E1;
	border-radius: 4px;
}

.hc-quantity-wrapper .hc-quantity-btn {
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: transparent;
	border: 0px;
	outline: none;
}

.hc-quantity-wrapper .hc-quantity-btn svg {
	width: 20px;
	height: auto;
	fill: #C5B4AA;
}

.hc-quantity-wrapper .quantity {
	margin: 0px !important;
	float: initial !important;
	flex: 1;
}

.hc-quantity-wrapper .qty {
	text-align: center;
	/* height: 100%; */
	width: 100% !important;
	height: 60px;
	border: 0px;
	outline: none !important;

}

/* Usunięcie strzałek dla przeglądarek opartych na WebKit (Chrome, Safari, Edge) */
.hc-quantity-wrapper .qty::-webkit-outer-spin-button,
.hc-quantity-wrapper .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Usunięcie strzałek dla Firefoksa */
.hc-quantity-wrapper .qty {
	-moz-appearance: textfield;
}

.hc_add_to_cart_button_wrapper {
	background-color: white;
}

.hc_add_to_cart_button_wrapper-qty-add-to-cart {
	display: flex;
	align-items: stretch !important;
	gap: 10px;
}

.hc_add_to_cart_button_wrapper {
	display: flex;
	flex-direction: column;
	border: 1px solid #EFE6E1;
	border-radius: 8px;
	padding-top: 15px;

	position: relative;
	z-index: 10;
}



.button-add-to-cart-all {
	width: 100%;
	display: flex !important;
	align-items: center;
	gap: 15px;
	justify-content: center;
	padding: 15px;
}


.product-page-additional-products-title {
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 55px;
}

.product-page-additional-products-wrapper {
	margin-top: 75px;
	margin-bottom: 75px;
	position: relative;
}

.product-page-additional-products-wrapper ul,
.product-page-additional-products-wrapper li {
	padding: 0px !important;
	margin: 0px !important;
	float: initial !important;
	width: initial !important;
}

.product-page-additional-products-wrapper li {
	list-style: none;
}

/* related */
.product-page-additional-products-wrapper.related .products {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}

.product-page-additional-products-wrapper.related .products::before,
.product-page-additional-products-wrapper.related .products::after {
	display: none !important;
}



/* Ogólne style Swipera */
.swiper-container {
	width: 100%;
	overflow: hidden;
}



/* Dodatkowe elementy pod dodaj do koszyka */
.el-in-add-to-cart-wrapper {
	padding-left: 25px;
	padding-right: 25px;
}

.el-in-add-to-cart-wrapper:not(:first-child) {
	border-top: 1px solid #EFE6E1;
}

.el-in-add-to-cart-wrapper.problem-z-zamowieniem {
	font-size: 14px;
	line-height: 20px;
	color: black;
	padding-top: 0px;
	padding-bottom: 15px;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
	display: block;
}

.el-in-add-to-cart-wrapper.problem-z-zamowieniem a {
	color: #613D28;
	text-decoration: none;
	font-weight: 600;
	text-decoration: underline;
}

.el-in-add-to-cart-wrapper {
	display: flex;
	gap: 25px;
	align-items: center;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 15px;

}

.hc_add_to_cart_button_wrapper-qty-add-to-cart {
	padding-top: 10px;
	padding-bottom: 10px;
}

.el-in-add-to-cart-wrapper .left-col {
	display: flex;
	gap: 15px;
}

.el-img-wrapper {
	flex: 0 0 32px;
	width: 32px;
}

.el-in-add-to-cart-wrapper .left-col .el-img-wrapper img {
	flex: 0 0 32px;
	width: 32px;
}

.el-in-add-to-cart-wrapper .left-col .el-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.el-in-add-to-cart-wrapper .left-col .el-content h3 {
	font-size: 13px;
	line-height: 14px;
	font-weight: 500;
	color: black;
	margin: 0px;
}

.el-in-add-to-cart-wrapper .left-col .el-content p {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #8F8783;
	margin: 0px;
}

.el-in-add-to-cart-wrapper .right-col .time-counter {
	display: flex;
	align-items: center;
	gap: 4px;
}

.el-in-add-to-cart-wrapper .right-col .time-counter span {
	background-color: #F8F6F5;
	border-radius: 4px;
	/* padding: 7px 11px; */
	font-size: 16px;
	line-height: 16px;
	color: black;
	font-weight: 500;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 32px;
}

/* Zapłać z paypo */
.el-in-add-to-cart-wrapper .right-col .paypo-logo {
	display: flex;
	align-items: center;
}

.el-in-add-to-cart-wrapper .right-col .paypo-logo img {
	width: 80px;
	height: auto;
	object-fit: contain;
}

/* Lista płatności */
.el-in-add-to-cart-wrapper.metody-platnosci {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	background-color: #F8F6F5;
	border-radius: 8px;

	position: relative;
	z-index: 5;
	transform: translate(0, -10px);
	padding-top: 25px;
	justify-content: space-around;
}

.el-in-add-to-cart-wrapper.metody-platnosci img {
	flex: 0 0 80px;
	width: 80px;
	height: auto;
	object-fit: contain;
	justify-content: space-evenly;
	max-height: 20px;
}

.product-top-content span.price ins bdi {
	color: #CC0000 !important;
	font-weight: 500;
}

.product-top-content span.price bdi {
	color: black !important;
}

.reset_variations {
	display: none !important;
}



/* OMNIBUS */

.summary.entry-summary div.price .price {}

.product-variable-hc .entry-summary>.iworks-omnibus {
	display: none;
}

.iworks-omnibus {
	font-size: 12px;
	line-height: 24px;
	color: #8F8783;
	font-style: italic;
	margin: 0px;
	margin-top: 5px;
}

.iworks-omnibus bdi {
	font-size: 12px !important;
	line-height: 24px !important;
	color: #8F8783 !important;
	font-style: italic !important;

}



@media only screen and (max-width: 768px) {
	.product-top-content {
		gap: 25px;
	}

	.product-page-title {
		font-size: 24px !important;
		line-height: 29px !important;
		margin-bottom: 15px !important;
	}

	.entry-summary .price {
		margin-top: 15px !important;
		margin-bottom: 5px !important;
	}

	.el-in-add-to-cart-wrapper {
		padding-left: 10px !important;
		padding-right: 10px !important;
		gap: 18px;
	}

	.woocommerce div.product div.summary {
		margin-bottom: 0px !important;
	}

	.woocommerce div.product form.cart {
		margin-bottom: 0px !important;
	}

	.product-top-content {
		margin-bottom: 50px !important;
	}

	.hypercon-opinie-top .hypercon-opinie-slider-left-col {
		flex-wrap: wrap;
		gap: 10px;
	}

	.hypercon-opinia {
		width: initial !important;
		min-width: 300px;
		max-width: 300px;
	}

	.hypercon-opinia-top {
		flex-direction: column;
		gap: 5px;
	}

	.hypercon-opinia-top-right-col {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.hypercon-opinia-top-right-col .hypercon-gwiazdki {
		display: flex;
	}

	.product-page-additional-products-wrapper {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.single-bestseller-product-price-wrapper .iworks-omnibus {
		display: none !important;
	}

	.product-page-additional-products-title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		color: black !important;
	}

	.woocommerce div.product form.cart .button {
		white-space: nowrap;
	}

	.hypercon-opinie-slider-kontener {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	#hypercon-dodaj-opinie-button {
		white-space: nowrap;
	}
}



.wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image img{
	width: 32px !important;
	height: 32px !important;
	object-fit: cover !important;
}
.wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image span, .wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image a{
	width: 32px !important;
    height: 32px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* 
//....................................................................................
//.....AAAAA.....RRRRRRRRRR.....CCCCCCC....HHHH...HHHH.IIIIIVVVV....VVVVVEEEEEEEEEEE..
//.....AAAAA.....RRRRRRRRRRR...CCCCCCCCC...HHHH...HHHH.IIIIIVVVV....VVVV.EEEEEEEEEEE..
//....AAAAAA.....RRRRRRRRRRR..CCCCCCCCCCC..HHHH...HHHH.IIIIIVVVV....VVVV.EEEEEEEEEEE..
//....AAAAAAA....RRRR...RRRRR.CCCC...CCCCC.HHHH...HHHH.IIIIIVVVVV..VVVV..EEEE.........
//...AAAAAAAA....RRRR...RRRRRCCCC.....CCC..HHHH...HHHH.IIIII.VVVV..VVVV..EEEE.........
//...AAAAAAAA....RRRRRRRRRRR.CCCC..........HHHHHHHHHHH.IIIII.VVVV..VVVV..EEEEEEEEEE...
//...AAAA.AAAA...RRRRRRRRRRR.CCCC..........HHHHHHHHHHH.IIIII.VVVVVVVVV...EEEEEEEEEE...
//..AAAAAAAAAA...RRRRRRRR....CCCC..........HHHHHHHHHHH.IIIII..VVVVVVVV...EEEEEEEEEE...
//..AAAAAAAAAAA..RRRR.RRRR...CCCC.....CCC..HHHH...HHHH.IIIII..VVVVVVVV...EEEE.........
//..AAAAAAAAAAA..RRRR..RRRR...CCCC...CCCCC.HHHH...HHHH.IIIII..VVVVVVV....EEEE.........
//.AAAA....AAAA..RRRR..RRRRR..CCCCCCCCCCC..HHHH...HHHH.IIIII...VVVVVV....EEEEEEEEEEE..
//.AAAA.....AAAA.RRRR...RRRRR..CCCCCCCCCC..HHHH...HHHH.IIIII...VVVVVV....EEEEEEEEEEE..
//.AAAA.....AAAA.RRRR....RRRR...CCCCCCC....HHHH...HHHH.IIIII...VVVVV.....EEEEEEEEEEE..
//....................................................................................
*/
.archive #page {
	margin-top: 0px;
}

.product-list-page .woocommerce-products-header {
	display: none !important;
}

.product-list-page {
	display: flex;
	gap: 25px;
}

.section-product-archive .product-list-page .right-col {
	flex: 1;
}

.section-product-archive .product-list-page .product-sidebar {
	flex: 0 0 300px;
}


.product-loop-acton-button-wrapper {
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 0px;
	gap: 15px;
	top: 50%;
}

.hc-add-to-wishlist.hc-add-to-wishlist-only-icon {
	background-color: #F8F6F5;
	width: 32px;
	height: 32px;
	padding: 0px;
	border: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 32px;
	cursor: pointer;
	box-shadow: 0px 3px 5px #00000029;
	transition: 0.2s;

}

.hc-add-to-wishlist.hc-add-to-wishlist-only-icon svg {
	width: 18px;
	height: auto;
	flex: 0 0 18px;
	fill: #613D28;
	transition: 0.2s;
}

.hc-add-to-wishlist.hc-add-to-wishlist-only-icon:hover {
	background-color: #FFF5F5;
	box-shadow: 0px 3px 5px #83000029;
}

.hc-add-to-wishlist.hc-add-to-wishlist-only-icon:hover svg {
	fill: #E90B0B;
}

.hc-add-to-wishlist.added-to-wishlist {
	background-color: #E90B0B;
	/* box-shadow: 0px 3px 5px #00000029; */
	/* Zmieniony kolor dla wizualizacji dodania */

}

.hc-add-to-wishlist.added-to-wishlist svg {
	fill: white;
}

.single-bestseller-product-top-wrapper {
	position: relative;
}

.single-bestseller-product-top-wrapper .hc-add-to-wishlist.hc-add-to-wishlist-only-icon {
	/* position: absolute; */
	right: 0px;
	top: 0px;
}

.hc-quick-view {
	/* position: absolute; */
	right: 0px;
	bottom: 0px;

	background-color: #F8F6F5;
	width: 32px;
	height: 32px;
	padding: 0px;
	border: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 32px;
	cursor: pointer;
	box-shadow: 0px 2px 4px #00000029;
	transition: all 0.2s;
}

.hc-quick-view svg {
	fill: #613D28;
	width: 18px;
	height: auto;
	flex: 0 0 18px;
	transition: all 0.2s;
}

.hc-quick-view:hover {
	background-color: #613D28;
	box-shadow: 0px 3px 5px #00000029;
}

.hc-quick-view:hover svg {
	fill: #FFFFFF;
}

.product-icon-to-show-hover {
	opacity: 0;
	transition: all 0.2s;

}

.single-bestseller-product:hover .product-icon-to-show-hover {
	opacity: 1;
}
@media only screen and (max-width: 768px) {
	.single-bestseller-product .product-icon-to-show-hover {
		opacity: 1 !important;
	}
  }

.yith-wcan-filter {
	/* background-color: #F8F6F5;
	margin-bottom: 0px; */
	background-color: transparent;
}

.hc-filter-wrapper {
	background-color: #F8F6F5;
	padding-left: 25px;
	padding-right: 25px;
}

.hc-filter-wrapper .yith-wcan-filters {
	background-color: transparent !important;
	margin-bottom: 0px !important;
}

.hc-filter-wrapper .filter-section-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;

}

.hc-filter-wrapper .filter-section-title svg {
	flex: 0 0 20px;
	width: 20px;
	height: auto;
	fill: #C5B4AA;
	transition: transform 0.3s ease;
}

.hc-filter-wrapper .filter-section-title svg.rotated {

	transform: rotate(180deg);
}

.filter-dropdown-content {
	display: none;
}

/* Ukryj domyślny checkbox tylko w obrębie filtra */
.yith-wcan-filter input[type="checkbox"] {
	display: none;
}

.yith-wcan-filter .filter-item a {
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: 400 !important;
}

/* Styluj link (etykietę) jako niestandardowy checkbox */
.yith-wcan-filter input[type="checkbox"]+a {
	position: relative;
	padding-left: 21px;
	cursor: pointer;
	display: inline-block;
	color: #333;
	/* Kolor tekstu */
	text-decoration: none;
	/* Usuń podkreślenie linku */
}

/* Dodaj przed linkiem pseudo-element reprezentujący checkbox */
.yith-wcan-filter input[type="checkbox"]+a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border: 1px solid #C5B4AA;
	border-radius: 2px;
	background: #fff;
}

/* Kiedy checkbox jest zaznaczony, zmień wygląd pseudo-elementu */
.yith-wcan-filter input[type="checkbox"]:checked+a::before {
	background: #613D28;
	border-color: #613D28;
}

/* Dodaj znak zaznaczenia */
.yith-wcan-filter input[type="checkbox"]:checked+a::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 48%;
	transform: translateY(-50%) rotate(45deg);
	width: 4px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
}

.yith-wcan-filters .yith-wcan-filter {
	margin-bottom: 0px !important;
	padding-bottom: 20px !important;
	padding-left: 0px;
	padding-right: 0px;
}

.yith-wcan-filters .yith-wcan-filter:last-child {
	padding-bottom: 0px !important;
}

.hc-category-filter-wrapper {
	margin-bottom: 5px !important;
	border-radius: 8px 8px 0px 0px !important;


}

.hc-filter-wrapper {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

.filter-dropdown-content {
	margin-top: 20px;
}

.hc-category-filter-wrapper .filter-title {
	display: none !important;
}

.hc-all-filter-wrapper {
	border-radius: 0 0 8px 8px !important;
}

.yith-wcan-filters .yith-wcan-filter[data-filter-type="price_slider"] h4 {
	margin-bottom: 20px !important;
}

/* Aktywne */
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
	line-height: 0px;
	margin-bottom: 5px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>a,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>label>a {
	color: black !important;
	font-weight: 600 !important;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>a:hover,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a:hover {
	color: black !important;
	/* font-weight: bold !important; */
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item ul {
	margin-top: 5px;
}

.filters-container .yith-wcan-filter:first-child {
	/* padding-top: 35px; */
}


.yith-wcan-filter .show-more {
	margin-top: 5px;
	text-decoration: none;
	color: black;
	display: block;
	cursor: pointer;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}

.yith-wcan-filters .yith-wcan-filter .filter-title {
	margin: 0px !important;
	margin-bottom: 10px !important;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
}

/* Paginacja */
.woocommerce nav.woocommerce-pagination {
	display: flex;
	justify-content: end;
	align-items: center;
}

.woocommerce nav.woocommerce-pagination ul {
	display: flex !important;
	gap: 5px !important;
	white-space: nowrap;
	padding: 0 !important;
	clear: initial !important;
	border: 0px !important;
	border-right: 0px !important;
	margin: 1px !important;
	flex-wrap: wrap;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: 0px !important;


	display: flex;
	justify-content: center;
	align-items: stretch !important;

}

.woocommerce nav.woocommerce-pagination ul li .page-numbers {

	min-width: 40px;

	height: 40px;
	flex: 0 0 40px;
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;

}


.woocommerce nav.woocommerce-pagination ul li a {
	border: 1px solid #EFE6E1;
	transition: all 0.2s;
	border-radius: 4px;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
	border-color: #613D28 !important;
	background-color: white !important;
	color: black !important;
	font-weight: 400 !important;

}

.woocommerce nav.woocommerce-pagination ul li a:focus,
/* .woocommerce nav.woocommerce-pagination ul li a:hover, */
.woocommerce nav.woocommerce-pagination ul li span.current {
	border: 1px solid #613D28;
	background-color: #613D28 !important;
	border-radius: 4px;
	color: white !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	color: black;
	text-decoration: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	color: black;
	font-weight: 600;
}


/* SORTOWANIE I LICZBA WYNIKÓW */

.custom-shop-loop-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.custom-shop-loop-header .sort-options-wrapper {
	display: flex;
	gap: 10px;
	margin-left: auto;
}

.custom-shop-loop-header .woocommerce-result-count {
	font-size: 16px;
	color: #555;
}

.custom-shop-loop-header .woocommerce-ordering {
	position: relative;
}

.custom-shop-loop-header .woocommerce-ordering select.orderby {
	padding: 8px 12px;
	font-size: 16px;
	border: 1px solid #ccc;
}

.select2-results__option.select2-results__option--highlighted {
	background-color: #613D28;
	color: white;
	cursor: pointer;
}



.custom-shop-loop-header .select2-container {
	z-index: 10;
}

.custom-shop-loop-header .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #613D28 !important;
}

.custom-shop-loop-header .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #EFE6E1;
	outline: none;
}

.custom-shop-loop-header .select2-results__option {
	font-size: 12px;
}

.custom-shop-loop-header .select2-dropdown {
	border: 1px solid #EFE6E1;
}

.woocommerce-ordering .select2-container {
	bottom: 0px !important;
	top: initial !important
}



.woocommerce-pagination-with-count {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	flex-wrap: wrap;
}

.woocommerce-pagination-with-count .woocommerce-result-count {
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	font-style: italic;
	color: #868686;
}

.sort-options-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	color: #868686;
	padding-left: 12px;

}

.sort-select-wrapper {
	position: relative;
}

.sort-options-wrapper .select2-container--default .select2-selection--single {
	display: flex;
	align-items: center;
	border: 1px solid #EFE6E1;
	border-radius: 4px;
	height: 38px;
}

.sort-select-wrapper .sort-label {
	z-index: 11;
	font-size: 10px;
	line-height: 13px;
	color: #C5B4AA;
	font-weight: 500;
	background-color: white;
	position: absolute;
	top: -6.5px;
	left: 12px;
}

.sort-select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	transform: translate(0, -50%);
}

.select2-selection__arrow {
	/* background-color: red; */
	background-image: url('data:image/svg+xml;utf8,<svg fill="%23C5B4AA" xmlns="http://www.w3.org/2000/svg" id="Outline" viewBox="0 0 24 24" width="512" height="512" class=""><path d="M18.71,8.21a1,1,0,0,0-1.42,0l-4.58,4.58a1,1,0,0,1-1.42,0L6.71,8.21a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l4.59,4.59a3,3,0,0,0,4.24,0l4.59-4.59A1,1,0,0,0,18.71,8.21Z"></path></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.select2-container--open .select2-selection__arrow {
	transform: translate(0, -50%) rotate(180deg) !important;
}

.select2-selection__arrow b {
	display: none !important;
}


/* CATEGORY HERO */
.category-hero {
	display: flex;
	background-color: #F8F6F5;
	align-items: stretch;
	gap: 100px;
	justify-content: space-between;
	padding-right: 75px;
}

.category-hero .category-hero-desc {
	padding-top: 75px;
	padding-bottom: 75px;
	flex: 0 1 50%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	max-width: 500px;
	justify-content: center;
	width: 100%;

}

.category-hero .category-hero-desc h1 {
	margin: 0px;
	font-size: 30px;
	line-height: 35px;
	color: #423E3C;
	font-weight: 500;
}

.category-hero .category-hero-desc p {
	margin: 0px;
	margin-top: 15px;
	font-size: 13px;
	line-height: 21px;
	color: #423E3C;
	font-weight: 500;
	text-align: left;
}

.category-hero .category-img-wrapper {
	flex: 0 1 50%;
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 280px;
	position: relative;
	aspect-ratio: 6/1.5;
	max-width: 50%;
}

.category-hero .category-img-wrapper::after {
	content: "";
	width: 250px;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F8F6F5 100%);
}

@media only screen and (max-width: 1100px) {
	.category-hero {
		gap: 50px;
	}

	.category-hero .category-img-wrapper::after {
		width: 100px;
	}
}

@media only screen and (max-width: 768px) {
	.category-hero .category-img-wrapper::after {
		display: none;
	}

	.category-hero {
		flex-wrap: wrap;
		padding-right: 0px;
		gap: 25px;
	}

	.category-hero .category-img-wrapper {
		min-height: initial;
		height: 170px;
		flex: 0 0 100%;
	}

	.category-hero .category-hero-desc {
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
		flex: 0 0 100%;
		padding-top: 0px;
		padding-bottom: 25px;
		display: flex;
		max-width: 100%;
	}

	.category-hero-desc p,
	.category-hero-desc h1 {
		text-align: center;
	}

	.category-hero .category-img-wrapper {
		max-width: 100%;
	}

}




/* HC ARCHIVE TAGS PLUGIN */

/* Opis */
.hc-archive-meta {
	margin-top: 50px;
	border-top: 1px solid #EFE6E1;
}

.hc-archive-meta .category-long-description a {
	color: black !important;
}

.hc-archive-meta .category-long-description {
	padding: 35px;
	border-radius: 8px;
	background: #F8F6F5;
	margin-top: 50px;

}

.hc-archive-meta .category-long-description h1 {
	margin: 0px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: black;
}

.hc-archive-meta .category-long-description h2 {
	margin: 0px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: black;
}

.hc-archive-meta .category-long-description h3 {
	margin: 0px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: black;
}

.hc-archive-meta .category-long-description h4 {
	margin: 0px;
	font-size: 15px;
	line-height: 19px;
	font-weight: 500;
	color: black;
}

.hc-archive-meta .category-long-description h5 {
	margin: 0px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: black;
}

.hc-archive-meta .category-long-description h6 {
	margin: 0px;
	font-size: 13px;
	line-height: 17px;
	font-weight: 500;
	color: black;
}

.hc-archive-meta .category-long-description h1:not(:first-child),
.hc-archive-meta .category-long-description h2:not(:first-child),
.hc-archive-meta .category-long-description h3:not(:first-child),
.hc-archive-meta .category-long-description h4:not(:first-child),
.hc-archive-meta .category-long-description h5:not(:first-child),
.hc-archive-meta .category-long-description h6:not(:first-child) {
	margin-top: 35px;
}

.hc-archive-meta .category-long-description p {
	font-size: 13px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 19px;
	color: black;
	font-weight: 400;
}

.hc-archive-meta .category-long-description p strong,
.hc-archive-meta .category-long-description p b {
	font-weight: 500;
}

/* Tagi */
.hc-archive-meta .hc-archive-tags {
	margin-top: 35px;
}

.hc-archive-meta .hc-archive-tags:first-child {
	margin-top: 50px !important;
}

.hc-archive-tags h2 {
	margin: 0px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: black;
}

.hc-archive-tags .hc-archive-tags-loop {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.hc-archive-tags .hc-archive-tags-loop .hc-archive-single-tag {
	text-decoration: none;
	display: flex;
	gap: 6px;
	align-items: center;
	justify-content: space-between;
	border-radius: 8px;
	background-color: #F8F6F5;
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	color: black;
	padding: 8px 12px;

}

.hc-archive-tags .hc-archive-tags-loop .hc-archive-single-tag svg {
	flex: 0 0 10px;
	width: 10px;
	height: auto;
	fill: black;
}

/* FILTER MOBILE */


.close-filter-wrapper {
	background: transparent;
	border: 0px;
	padding: 0px;
	width: 40px;
	height: 40px;
	position: fixed;
	right: 40px;
	top: 40px;
	display: none;
	cursor: pointer;
}

.close-filter-wrapper svg {
	width: 40px;
	height: auto;
}

.hc-filter-wrapper.active {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100000;
	overflow: auto;

}

.hc-filter-wrapper.active .close-filter-wrapper {
	display: flex;
}

.hc-filter-wrapper.active .filter-dropdown-content {
	display: block !important;
}

.hc-filter-wrapper.active .filter-section-title svg {
	display: none !important;
}

.mobile-sort-archive-wrapper {
	display: none;
	align-items: stretch;
	justify-content: space-between;
	border-top: 1px solid #EFE6E1;
	border-bottom: 1px solid #EFE6E1;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	gap: 5px;
}

.mobile-filter-archive-button,
.mobile-sort-archive-wrapper .orderby {
	display: flex;
	padding: 0px;
	background-color: white;
	margin: 0px;

	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: black;
	align-items: center;
	/* padding-left: 25px;
	padding-right: 25px; */
	border: 1px solid white;
	box-shadow: none !important;
	flex: 1;
	justify-content: center;
	text-align: center;


}

.mobile-filter-archive-hr {
	background-color: #EFE6E1;
	flex: 0 0 1px;
	display: flex;
	width: 1px;
	flex-direction: column;

}

.mobile-filter-archive-button:hover,
.mobile-sort-archive-wrapper .orderby:hover {
	border: 1px solid white !important;
	cursor: pointer;
}

/* FORM */
.mobile-sort-archive-wrapper .woocommerce-ordering {
	margin: 0px !important;
	flex: 1;
	display: flex;
	justify-content: center;

	/* border-left: 1px solid #EFE6E1; */
}

/* SELECT ORDER BY */

.mobile-sort-archive-wrapper .orderby {
	-webkit-appearance: none;
	/* Dla Safari i Chrome */
	-moz-appearance: none;
	/* Dla Firefox */
	appearance: none;
	/* Nowoczesne przeglądarki */
	background: none;
	/* Ukryj tło, jeśli to konieczne */
}

/* .mobile-sort-archive-wrapper .mobile-filter-archive-button:not(:first-child){
	border-left: 1px solid #EFE6E1;
}
.mobile-sort-archive-wrapper .mobile-filter-archive-button:not(:first-child):hover{
	border-left: 1px solid #EFE6E1 !important;
} */

@media only screen and (max-width: 1050px) {
	.section-product-archive .product-list-page .product-sidebar {
		flex: 0 0 0px;
		overflow: hidden;
	}

	.mobile-sort-archive-wrapper {
		display: flex;
	}

	.custom-shop-loop-header {
		display: none;
	}

	.product-list-page {
		gap: 0px;
	}
}

@media only screen and (max-width: 460px) {
	.mobile-sort-archive-wrapper .orderby {
		max-width: 100px;
	}

	.mobile-sort-archive-wrapper {
		overflow: hidden;
	}

	.mobile-filter-archive-button,
	.mobile-sort-archive-wrapper .orderby {
		font-size: 12px;
		line-height: 16px;
	}
}


.hc-category-filter-wrapper .category-tree{
    padding-left: 15px;
	list-style: none;
	margin: 0px;
}

.hc-category-filter-wrapper .filter-dropdown-content > .category-tree{
	padding: 0px;
	margin: 0px;
}

.hc-category-filter-wrapper .category-tree a{
	font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
	color: black;
	text-decoration: none !important;
}

.hc-category-filter-wrapper .category-item.active > a{
	font-weight: 600 !important;
}
.item-count{

}
li[data-category-slug="bez-kategorii"]{
	display: none !important;
}

.btn-primary.apply-filters{
	background: #613D28;
    color: white;
    font-size: 14px;
    font-weight: 400;
    border: 0px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
	margin-left: auto;
    margin-right: auto;
}
/* 
//.................................................................
//.KKKK...KKKKK........................................yykk........
//.KKKK..KKKKK.........................................yykk........
//.KKKK.KKKKK..........................................yykk........
//.KKKKKKKKK......oooooo...sssssss..sszzzzzzzzzy...yyyyyykk..kkkk..
//.KKKKKKKK.....ooooooooo.ossssssss.sszzzzzzzzzyy..yyyyyykk.kkkk...
//.KKKKKKKK.....oooo.oooooosss.ssss.....zzzzzzzyy..yyyyyykkkkkk....
//.KKKKKKKK....Kooo...ooooossss........zzzzz.zzyy.yyyy.yykkkkk.....
//.KKKKKKKKK...Kooo...oooo.ssssss.....zzzzz...zyyyyyyy.yykkkkkk....
//.KKKK.KKKKK..Kooo...oooo..sssssss...zzzz....zyyyyyy..yykkkkkk....
//.KKKK..KKKK..Kooo...oooo......ssss.szzzz.....yyyyyy..yykkkkkkk...
//.KKKK..KKKKK..oooo.oooooosss..sssssszzz......yyyyyy..yykk.kkkk...
//.KKKK...KKKKK.ooooooooo.ossssssss.sszzzzzzz..yyyyy...yykk..kkkk..
//.KKKK...KKKKK...oooooo....ssssss..sszzzzzzz...yyyy...yykk..kkkk..
//..............................................yyyy...............
//.............................................yyyy................
//...........................................zzyyyy................
//...........................................zzyyy.................
//.................................................................
 */





.cart-coupon-code {
	display: none !important;
}

.woocommerce table.shop_table th {
	font-size: 14px !important;
	line-height: 15px !important;
	font-weight: 500 !important;
	text-transform: uppercase;
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
	display: flex;

	border: 1px solid #D8D1CE !important;
	border-radius: 8px;
	flex: 0 0 100px;
	height: 100px;
	aspect-ratio: 1/1;
	padding: 5px !important;
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail img {
	border-radius: 8px;
}

.shop_table_responsive.cart {
	display: flex;
	flex-direction: column;
}




.shop_table_responsive.cart thead {
	display: flex;
	justify-content: space-between;
}

.shop_table_responsive.cart tbody {
	display: flex;
	flex-direction: column;
	align-items: space-between;
	justify-content: space-between;
}

.shop_table_responsive.cart thead tr {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.woocommerce-cart-form__cart-item {
	border-top: 1px solid #D8D1CE;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex !important;
	gap: 25px;
}

.woocommerce-cart-form__cart-item td {
	border: 0px !important;


}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	text-decoration: none;
	color: black;
}

.woocommerce-cart .entry-title {
	font-size: 36px;
	line-height: 38px;
	text-align: center;
	font-weight: 400;
	margin: 0px;
	margin-bottom: 20px;
}




.cart-container {
	display: flex;
	flex-wrap: wrap;
	gap: 70px;
}

.cart-left {
	flex: 1 1 500px;

}

.cart-right {
	flex: 1;
	max-width: 440px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 100% !important;
	float: initial !important;
}

@media (max-width: 768px) {
	.cart-container {
		flex-direction: column;
	}

	.cart-left,
	.cart-right {
		flex: 1 1 100%;
		margin-right: 0;
	}
}

.cart-container .product-thumbnail {
	width: 100px;
}

.cart-container .product-thumbnail a {
	display: flex;
	width: 100%;
	height: auto;
}

.cart-container .product-thumbnail a img {
	width: 100% !important;
	height: auto;
}

.cart-container button[name="update_cart"] {
	display: none !important;
}

.cart-container table.shop_table {
	border: 0px !important;
}

.cart-container table.shop_table th {
	/* font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 700 !important; */
}

.single-variant-cart {}

.cart-item-price-wrapper {
	display: none;
}

.single-variant-cart-title {
	font-weight: bold;
}


.cart-container .wc-block-components-product-details {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: none;
	display: none;
}

.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {}

.single-variant-cart-title,
.single-variant-cart-value {
	font-size: 12px;
	line-height: 14px;
}

.product-name {
	flex: 0 0 450px;
}

.product-name .single-variant-cart {
	display: none !important;
}

.product-name a {
	text-decoration: none;
	color: black;
	font-size: 16px;
	line-height: 21px;
	margin: 0px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

@media only screen and (max-width: 1350px) {
	.product-name {
		flex: 0 0 350px;
	}

}


.shop_table_responsive.cart .product-subtotal {
	margin-left: auto;
	position: relative;
}

.shop_table_responsive.cart .product-subtotal {
	padding-right: 40px;
}

.product-remove {
	display: flex;
}

.product-remove-wrapper {
	position: absolute;
	top: 0px;
	right: 0px;
	transform: translate(0px, 50%);
}

.product-remove-wrapper a.remove-product {
	display: flex;
	text-decoration: none !important;
	color: black !important;
	font-size: 12px !important;
	line-height: 14px !important;
	margin: 0px;
	font-weight: bold;

	margin: 0px;

}

.product-remove-wrapper a.remove-product svg {
	width: 22px;
	height: auto;
	fill: #C5B4AA;
	transition: all 0.2s;
}

.product-remove-wrapper a.remove-product:hover svg {
	fill: red;
}

.cart-container .coupon {
	float: initial !important;
	display: flex;
}

.cart-container input[name="coupon_code"] {
	display: flex;
	float: initial;
	flex: 1 1 350px;
	border: 1px solid #EFE6E1;
	border-radius: 4px;
	font-size: 14px;
	line-height: 16px;
}

.cart-container button[name="apply_coupon"] {
	background-color: #613D28 !important;
	border-radius: 8px;
	font-size: 12px !important;
	line-height: 14px !important;
	text-transform: uppercase;
	transition: all 0.2s;
	color: white !important;
}

/* Przycisk od dodawania */
.cart-container .product-quantity {
	display: flex;
}

.cart-container .hc-quantity-btn {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	border: 0px;
	background-color: transparent;
}

.cart-container .hc-quantity-btn svg {
	width: 16px;
	height: auto;
	fill: #C5B4AA;
}

.cart-container .qty {
	border: 0px;
	display: flex;
	text-align: center;
	justify-content: center;
}

.cart-container .qty {}

.cart-container .qty::-webkit-outer-spin-button,
.cart-container .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.cart-container .qty[type=number] {
	-moz-appearance: textfield;
}


.cart-container .product-quantity-inside {
	border: 1px solid #D8D1CE;
	display: flex;
	border-radius: 4px;
}

/* -- */

/* PODSUMOWANIE */

.cart-container .cart_totals h2 {
	font-size: 14px !important;
	line-height: 15px !important;
	font-weight: 500 !important;
	text-transform: uppercase;
	border-bottom: 1px solid #D8D1CE;
	padding-bottom: 15px;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border-color: 1px solid #D8D1CE !important;
}

.cart-container ul#shipping_method li label {
	font-size: 12px;
	line-height: 14px;
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
	font-size: 12px;
	line-height: 14px;
}

.shipping-calculator-button {
	display: none !important;
}

.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)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
	background-color: #613D28 !important;
	border-radius: 4px;
	font-size: 14px !important;
	line-height: 16px !important;
	text-transform: uppercase;
	transition: all 0.2s;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
	background-color: #613d28d5 !important;
}

@media only screen and (max-width: 1100px) {
	.cart-left {
		flex: 0 0 100%;
	}

	.cart-right {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100% !important;
	}

	.cart-container {
		gap: 30px;
	}
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color: white !important;
}

@media only screen and (max-width: 860px) {
	.woocommerce-cart-form__cart-item.cart_item .product-name {
		display: flex !important;
		flex-direction: column !important;
		grid-column: 2 / 6;
	}
	
	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		text-align: left !important;
	}

	.woocommerce-cart-form__cart-item.cart_item .product-name * {
		/* display: flex !important; */
	}

	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		display: none !important;
	}
	.woocommerce-cart-form__cart-item.cart_item .product-name{
		padding-left: 0px;
		padding-right: 0px;
	}
	.woocommerce-cart-form__cart-item.cart_item .product-name a {
		text-align: left !important;
		font-size: 14px;
		line-height: 19px;
	}

	.woocommerce-cart-form__cart-item {
		/* flex-direction: column; */
		flex-wrap: wrap;
		display: grid !important;
		grid-template-columns: repeat(5, 1fr);
	}
	.woocommerce-cart-form__cart-item .product-quantity-wrapper{
		grid-row: 2;
		padding: 0px !important;
		display: flex !important;
		align-items: center !important;
	}
	.woocommerce-cart-form__cart-item .product-quantity-wrapper .product-quantity{
		flex: 1 !important;
	}
	.woocommerce-cart-form__cart-item .product-quantity-wrapper .product-quantity-inside{
		flex: 1;
		justify-content: space-between;
	}
	.woocommerce-cart-form__cart-item .product-quantity-wrapper .product-quantity-inside .qty{
		flex: 1;
	}
	.woocommerce-cart-form__cart-item .product-subtotal{
		grid-row: 2;
		grid-column: 2 / 6 !important;
		padding-left: 0px;
	}
	
	.product-name {
		flex: 1;
	}

	.product-name .single-variant-cart {
		display: none !important;
	}

	.woocommerce-cart-form__cart-item {
		gap: 15px;
	}

	.woocommerce-cart-form__cart-item .product-thumbnail {
		display: flex !important;
	}

	.product-subtotal {
		width: 100% !important;
		display: flex !important;
		justify-content: space-between !important;
	}
}

/* Pusty koszyk */
.empty-cart-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 25px;
}
.empty-cart-wrapper p {
	margin: 0px;
	text-align: center;
	color: black;
	font-size: 16px;
	line-height: 16px;

}
.empty-cart-wrapper p a{
	color: #613D28 !important;
	font-weight: 600;
	font-style: italic;
	text-decoration: underline;
	margin-bottom: 25px;
}
.empty-cart-wrapper .button.wc-backward{
	margin-left: auto;
	margin-right: auto;
}
/* 
//......................................................................................................................................
//.PPPPPPPPP....................dddd....................................................................................niii............
//.PPPPPPPPPP...................dddd....................................................................................niii............
//.PPPPPPPPPPP..................dddd....................................................................................................
//.PPPP...PPPP...oooooo....ddddddddd.sssssss..ssuu..uuuuuuummmmmmmmmmmm.....oooooo.ooow..wwww..wwww.aaaaaa...annnnnnn...niii..eeeeee....
//.PPPP...PPPP.Poooooooo..oddddddddddssssssss.ssuu..uuuuuuummmmmmmmmmmmm..moooooooo.ooww.wwwww.wwwwwaaaaaaa..annnnnnnn..niii.ieeeeeee...
//.PPPPPPPPPPP.Pooo.oooooooddd.ddddddsss.ssss.ssuu..uuuuuuummm.mmmmmmmmm..mooo.oooooooww.wwwwwwwwwwwaa.aaaaa.annn.nnnnn.niiiiiee.eeee...
//.PPPPPPPPPP.PPoo...oooooodd...dddddssss.....ssuu..uuuuuuumm..mmmm..mmmmmmoo...oooooowwwwwwwwwwww....aaaaaa.annn..nnnn.niiiiiee..eeee..
//.PPPPPPPPP..PPoo...oooooodd...dddd.ssssss...ssuu..uuuuuuumm..mmmm..mmmmmmoo...oooo.owwwwwwwwwwww.waaaaaaaa.annn..nnnn.niiiiieeeeeeee..
//.PPPP.......PPoo...oooooodd...dddd..sssssss.ssuu..uuuuuuumm..mmmm..mmmmmmoo...oooo.owwwwwwwwwww.wwaaaaaaaa.annn..nnnn.niiiiieeeeeeee..
//.PPPP.......PPoo...oooooodd...dddd......ssssssuu..uuuuuuumm..mmmm..mmmmmmoo...oooo.owwwwwwwwwww.wwaa.aaaaa.annn..nnnn.niiiiiee........
//.PPPP........Pooo.oooooooddd.ddddddsss..ssssssuuu.uuuuuuumm..mmmm..mmmm.mooo.ooooo..wwwwwwwwwww.wwaa.aaaaa.annn..nnnn.niiiiiee..eeee..
//.PPPP........Poooooooo..oddddddddddssssssss..suuuuuuuuuuumm..mmmm..mmmm.moooooooo...wwwww.wwww..wwaaaaaaaa.annn..nnnn.niii.ieeeeeee...
//.PPPP..........oooooo....ddddddddd..ssssss....uuuuuuuuuuumm..mmmm..mmmm...oooooo....wwww..wwww...waaaaaaaa.annn..nnnn.niii..eeeeee....
//......................................................................................................................................
*/
.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
	border: 1px solid #EFE6E1 !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
	border: 1px solid #EFE6E1 !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
	box-shadow: none !important;
	border: 1px solid black !important;
}

.wc-block-components-title.wc-block-components-title {
	font-size: 14px !important;
	line-height: 16px !important;
}

.wc-block-components-product-details__name {
	font-weight: bold !important;
}

.wc-block-components-checkout-place-order-button--full-width {
	background-color: #613D28 !important;
	border-radius: 8px;
	font-size: 14px !important;
	line-height: 16px !important;
	text-transform: uppercase;
	transition: all 0.2s;
	color: white;
}

.wc-block-components-button:not(.is-link) {
	background-color: #613D28 !important;
	border-radius: 8px;
	font-size: 14px !important;
	line-height: 16px !important;
	text-transform: uppercase;
	transition: all 0.2s;
	color: white;
}

.wc-block-components-totals-item__value strong {
	font-weight: bold;
}

/* 
 //..............................................................................
//.UUUU...UUUU..llll...........ubbb........iiii.................................
//.UUUU...UUUU..llll...........ubbb........iiii.................................
//.UUUU...UUUU..llll...........ubbb.............................................
//.UUUU...UUUU..llllluuu..uuuuuubbbbbbbb...iiii...oooooo...nnnnnnnn....eeeeee...
//.UUUU...UUUU..llllluuu..uuuuuubbbbbbbbb..iiii.ooooooooo..nnnnnnnnn..eeeeeeee..
//.UUUU...UUUU..llllluuu..uuuuuubbbb.bbbbb.iiii.oooo.ooooo.nnnn.nnnnnneee.eeee..
//.UUUU...UUUU..llllluuu..uuuuuubbb...bbbb.iiiiiooo...oooo.nnnn..nnnnneee..eee..
//.UUUU...UUUU..llllluuu..uuuuuubbb...bbbb.iiiiiooo...oooo.nnnn..nnnnneeeeeeee..
//.UUUU...UUUU..llllluuu..uuuuuubbb...bbbb.iiiiiooo...oooo.nnnn..nnnnneeeeeeee..
//.UUUU...UUUU..llllluuu..uuuuuubbb...bbbb.iiiiiooo...oooo.nnnn..nnnnneee.......
//.UUUUUUUUUUU..llllluuuu.uuuuuubbbb.bbbbb.iiii.oooo.ooooo.nnnn..nnnnneee..eee..
//..UUUUUUUUU...llll.uuuuuuuuuuubbbbbbbbb..iiii.ooooooooo..nnnn..nnnn.eeeeeeee..
//...UUUUUUU....llll..uuuuuuuuuubbbbbbbb...iiii...oooooo...nnnn..nnnn..eeeeee...
//..............................................................................
 */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
	background-color: #613D28 !important;
	border-radius: 4px;
	font-size: 14px !important;
	line-height: 16px !important;
	text-transform: uppercase;
	transition: all 0.2s;
	color: white !important;
	font-weight: 500 !important;
}

.woosw-item--actions a {
	font-weight: 500;
	font-size: 12px !important;
	line-height: 14px !important;
}

/* modal */
.woosw-popup .woosw-popup-inner .woosw-popup-content {
	max-width: 850px;
}

.woosw-item--name a {
	text-decoration: none;
	color: black !important;
}

.entry-title {
	font-size: 36px;
	line-height: 38px;
	text-align: center;
	font-weight: 400;
	margin: 0px;
	margin-bottom: 20px;
}

.woosw-popup-content-mid-message {
	text-align: center;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
	text-decoration: none;
	font-weight: 400;
	color: black;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a,
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner span {
	border: 0px !important;
	text-decoration: none;
	color: black !important;
}

/* 
//.................................
//......4444...000000.......4444...
//.....44444..00000000.....44444...
//....444444..00000000....444444...
//....444444.4000..0000...444444...
//...4444444.4000..0000..4444444...
//..44444444.4000..0000.44444444...
//..444.4444.4000..0000.444.4444...
//.4444.4444.4000..00000444.4444...
//.44444444444000..00000444444444..
//.44444444444000..00000444444444..
//......4444..00000000......4444...
//......4444..00000000......4444...
//......4444...000000.......4444...
//.................................
*/
.page-404 .page-404-content {
	padding-top: 100px;
	padding-bottom: 100px;
}

.page-404 .page-404-content h1 {
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	margin-top: 25px;
	margin-bottom: 25px;
}

/* 
//.....................................................
//.BBBBBBBBBB...LLLL.........OOOOOOO........GGGGGGG....
//.BBBBBBBBBBB..LLLL........OOOOOOOOOO....GGGGGGGGGG...
//.BBBBBBBBBBB..LLLL.......OOOOOOOOOOOO..GGGGGGGGGGGG..
//.BBBB...BBBB..LLLL.......OOOOO..OOOOO..GGGGG..GGGGG..
//.BBBB...BBBB..LLLL......LOOOO....OOOOOOGGGG....GGG...
//.BBBBBBBBBBB..LLLL......LOOO......OOOOOGGG...........
//.BBBBBBBBBB...LLLL......LOOO......OOOOOGGG..GGGGGGG..
//.BBBBBBBBBBB..LLLL......LOOO......OOOOOGGG..GGGGGGG..
//.BBBB....BBBB.LLLL......LOOOO....OOOOOOGGGG.GGGGGGG..
//.BBBB....BBBB.LLLL.......OOOOO..OOOOO..GGGGG....GGG..
//.BBBBBBBBBBBB.LLLLLLLLLL.OOOOOOOOOOOO..GGGGGGGGGGGG..
//.BBBBBBBBBBB..LLLLLLLLLL..OOOOOOOOOO....GGGGGGGGGG...
//.BBBBBBBBBB...LLLLLLLLLL....OOOOOO........GGGGGGG....
//.....................................................
*/

/* Single */

.section-articles{
	display: none;
}

.article-page h1,
.article-page h2,
.article-page h3,
.article-page h4,
.article-page h5,
.article-page h6 {
	font-weight: 400;
}

.article-page .post-thumbnail img {
	border-radius: 8px;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 1360/500;
}

.article-page .entry-title {
	text-align: left;
}

.article-content .entry-content {
	/* padding-left: 25px;
    padding-right: 25px; */
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;

}


/* Strona z aktualnościami */
.section-articles h1 {
	/* font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	text-transform: uppercase;
	color: black;
	text-align: center; */
	margin-bottom: 40px;
}

.articles-page-wrapper {
	display: flex;
	gap: 100px;
}

.articles-page-wrapper .articles-sidebar {
	flex: 0 0 210px;
	display: flex;
	flex-direction: column;
	gap: 15px;

}

.articles-page-wrapper .articles-sidebar a {
	font-size: 15px;
	line-height: 15px;
	color: black;
	font-weight: 400;
	text-transform: uppercase;
	display: flex;
	text-decoration: none;

}

.articles-page-wrapper .articles-sidebar a.active {
	font-weight: 600;
	border-left: 3px solid black;
	padding-left: 10px;
}

.articles-page-wrapper .articles-sidebar a:first-child {
	margin-bottom: 35px;
}


.articles-page-wrapper .load-more-button-wrapper {
	display: flex;
	justify-content: center;
}

.articles-page-wrapper #load-more {
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: black;
	padding: 14px 20px;
	border-radius: 8px;
	border: 1px solid #D8D1CE;
	cursor: pointer;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}


.articles-page-wrapper #load-more svg {
	flex: 0 0 20px;
	width: 20px;
	height: auto;
	fill: black;
}

.articles-loop-wrapper {
	opacity: 1;
	transition: all 0.2s;
}

.loading-articles {
	opacity: 0.6;
}

/* 
//..........................................................
//.LLLL.........OOOOOOO........GGGGGGG...GIIII.NNNN...NNNN..
//.LLLL........OOOOOOOOOO....GGGGGGGGGG..GIIII.NNNNN..NNNN..
//.LLLL.......OOOOOOOOOOOO..GGGGGGGGGGGG.GIIII.NNNNN..NNNN..
//.LLLL.......OOOOO..OOOOO..GGGGG..GGGGG.GIIII.NNNNNN.NNNN..
//.LLLL......LOOOO....OOOOOOGGGG....GGG..GIIII.NNNNNN.NNNN..
//.LLLL......LOOO......OOOOOGGG..........GIIII.NNNNNNNNNNN..
//.LLLL......LOOO......OOOOOGGG..GGGGGGGGGIIII.NNNNNNNNNNN..
//.LLLL......LOOO......OOOOOGGG..GGGGGGGGGIIII.NNNNNNNNNNN..
//.LLLL......LOOOO....OOOOOOGGGG.GGGGGGGGGIIII.NNNNNNNNNNN..
//.LLLL.......OOOOO..OOOOO..GGGGG....GGGGGIIII.NNNN.NNNNNN..
//.LLLLLLLLLL.OOOOOOOOOOOO..GGGGGGGGGGGG.GIIII.NNNN..NNNNN..
//.LLLLLLLLLL..OOOOOOOOOO....GGGGGGGGGG..GIIII.NNNN..NNNNN..
//.LLLLLLLLLL....OOOOOO........GGGGGGG...GIIII.NNNN...NNNN..
//..........................................................
*/
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid #EFE6E1 !important;
	border-radius: 4px !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1px solid #EFE6E1 !important;
	padding: 1em .5em;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	font-size: 14px !important;
	line-height: 16px !important;
	margin-bottom: 5px;
}

#customer_login p {
	font-size: 14px !important;
	line-height: 16px !important;

}

#customer_login p a {
	color: black !important;
}

.woocommerce-account h2 {

	font-weight: 500;

}

/* 
//....................................................................
//.KKKK...KKKKK........................ttt...........akkk........ttt..
//.KKKK..KKKKK........................tttt...........akkk.......kttt..
//.KKKK.KKKKK.........................tttt...........akkk.......kttt..
//.KKKKKKKKK......oooooo...nnnnnnnn.nntttttt.aaaaaa..akkk..kkkkkkttt..
//.KKKKKKKK.....ooooooooo..nnnnnnnnnnnttttttaaaaaaaa.akkk.kkkkkkkttt..
//.KKKKKKKK.....oooo.ooooo.nnnn.nnnnn.tttt.taaa.aaaaaakkkkkkk...kttt..
//.KKKKKKKK....Kooo...oooo.nnnn..nnnn.tttt.....aaaaaaakkkkkk....kttt..
//.KKKKKKKKK...Kooo...oooo.nnnn..nnnn.tttt..aaaaaaaaaakkkkkkk...kttt..
//.KKKK.KKKKK..Kooo...oooo.nnnn..nnnn.tttt.taaaaaaaaaakkkkkkk...kttt..
//.KKKK..KKKK..Kooo...oooo.nnnn..nnnn.tttt.taaa.aaaaaakkkkkkkk..kttt..
//.KKKK..KKKKK..oooo.ooooo.nnnn..nnnn.tttt.taaa.aaaaaakkk.kkkk..kttt..
//.KKKK...KKKKK.ooooooooo..nnnn..nnnn.ttttttaaaaaaaaaakkk..kkkk.kttt..
//.KKKK...KKKKK...oooooo...nnnn..nnnn.ttttttaaaaaaaaaakkk..kkkk.kttt..
//....................................................................
*/

.contact-form-wrapper {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/* Inputy */
.contact-form-input-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.contact-form-input-wrapper input,
.contact-form-input-wrapper textarea {
	width: 100%;
	border: 1px solid #EFE6E1;
	outline: none;
	border-radius: 4px;
	padding: 11px 12px;
	font-size: 14px;
	line-height: 16px;
}

.contact-form-input-wrapper textarea {
	resize: vertical;
	min-width: 80px;
	max-height: 140px;
}

.contact-form-input-wrapper span[data-name="your-message"] {
	grid-column: -1/1;
}

.contact-form-input-wrapper .wpcf7-not-valid-tip {
	position: absolute;
	font-size: 12px;
}

.wpcf7-response-output {
	border-width: 1px !important;
	border-radius: 4px !important;
	font-size: 12px !important;
	line-height: 14px !important;
	padding: 10px 12px !important;
}

/* Submit */

.contact-form-submit-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-form-submit-wrapper .wpcf7-spinner {
	display: none !important;
}

.contact-form-submit-wrapper input {
	cursor: pointer;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	background-color: #613D28;
	border-radius: 3px;
	color: white;
	padding: 10px 25px;
	border: 0px;
	outline: none;
}

/* Checkboxy */
.contact-form-zgoda-wrapper {
	margin-top: 15px;
	margin-bottom: 15px;
}

.contact-form-zgoda-wrapper label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	display: block;
	font-size: 12px;
	line-height: 16px;
}

.contact-form-zgoda-wrapper label a {
	color: #613D28 !important;
}

.contact-form-zgoda-wrapper input[type="checkbox"] {
	/* Ukryj domyślny checkbox */
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.contact-form-zgoda-wrapper label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	border: 1px solid #EFE6E1;
	border-radius: 4px;
	background-color: #fff;
}

.contact-form-zgoda-wrapper input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 7px;
	width: 10px;
	height: 6px;
	border: solid #000;
	border-width: 0 0 2px 2px;
	transform: rotate(-45deg);
}

.contact-form-zgoda-wrapper .wpcf7-list-item-label {
	/* display: inline-block;
    position: relative; */

}

.contact-form-zgoda-wrapper .wpcf7-list-item {
	margin: 0px;
}

/* Kolory odpowiedzi */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: red !important;
}


.ekw287.pos-bottom_right {
    bottom: 20% !important;
    left: -140px !important;
    rotate: 180deg !important;
}

.ekw287.pos-bottom_right .tooltipp {
    rotate: 180deg !important;
}

.ekomi-slick-slider .slick-track{
	display: flex !important;
}
.ekomi-slick-slider .slick-list{
	overflow: hidden !important;
}



/* NEWSLETTER */

.ml-form-successContent h4{
	text-align: center !important;
}
.ml-form-embedBody{
	padding-top: 0px !important;
}

.christmas-delivery{
	background: #b20000;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
	border-radius: 8px;
}
.christmas-delivery p{
    margin: 0px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
	flex-wrap: wrap;
}

.christmas-delivery p svg{
	width: 20px;
    height: 20px;
    fill: white;
    flex: 0 0 20px;
}
@media only screen and (max-width: 768px) {
	.christmas-delivery p{
		flex-direction: column;
		font-size: 12px;
	}
}


