/*!
Theme Name: BenchK Theme
Theme URI: https://dkamedia.pl/
Author: DKAmedia
Author URI: https://dkamedia.pl/
Description: BenchK - Drabinki gimnastyczne dla dzieci i dorosłych
Version: 1.0.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: benchk
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.

BenchK Theme 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.
 */
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
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: 0px;
	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: 0px;
	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;
}

/*--------------------------------------------------------------
### #### Custom Fonts ### ####
--------------------------------------------------------------*/
/* @font-face {
  src: url(/wp-content/themes/benchk/assets/font/EuclidSquare-Light.ttf);
  font-family: es-l;
}
@font-face {
  src: url(/wp-content/themes/benchk/assets/font/EuclidSquare-Regular.ttf);
  font-family: es;
}
@font-face {
  src: url(/wp-content/themes/benchk/assets/font/EuclidSquare-Bold.ttf);
  font-family: es-b;
} */
/* cyrillic-ext */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCv6KVjbNBYlgoC1CzjvWyNL4U.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCv6KVjbNBYlgoC1CzjtGyNL4U.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCv6KVjbNBYlgoC1CzjvGyNL4U.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCv6KVjbNBYlgoC1Czjs2yNL4U.woff2) format('woff2');
	unicode-range: U+0370-03FF;
}

/* latin-ext */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCv6KVjbNBYlgoC1CzjvmyNL4U.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCv6KVjbNBYlgoC1CzjsGyN.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCs6KVjbNBYlgoKcg72j00.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCs6KVjbNBYlgoKew72j00.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCs6KVjbNBYlgoKcw72j00.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCs6KVjbNBYlgoKfA72j00.woff2) format('woff2');
	unicode-range: U+0370-03FF;
}

/* latin-ext */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCs6KVjbNBYlgoKcQ72j00.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCs6KVjbNBYlgoKfw72.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCv6KVjbNBYlgoCjC3jvWyNL4U.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCv6KVjbNBYlgoCjC3jtGyNL4U.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCv6KVjbNBYlgoCjC3jvGyNL4U.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCv6KVjbNBYlgoCjC3js2yNL4U.woff2) format('woff2');
	unicode-range: U+0370-03FF;
}

/* latin-ext */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCv6KVjbNBYlgoCjC3jvmyNL4U.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCv6KVjbNBYlgoCjC3jsGyN.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2) format('woff2');
	unicode-range: U+0370-03FF;
}

/* latin-ext */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v19/4iCv6KVjbNBYlgoCxCvjsGyN.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*--------------------------------------------------------------
### #### General style ### ####
--------------------------------------------------------------*/
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
}

:root {
	--dark: #3A3E47;
	--dark-txt: #626262;
	--red: #AC2037;
	--green: #50736D;
	--gray: #F5F5F5;
}

/* var(--gray-color); */
html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	font-family: 'Ubuntu', sans-serif;
	margin-bottom: 0;
	color: var(--dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: var(--dark);
}

a,
p,
button,
input {
	font-family: 'Ubuntu', sans-serif;
	color: var(--dark-txt);
}

.page {
	margin-bottom: 0px;
}

h2.h2-page {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 206.2%;
	color: #3A3E47;
	margin-bottom: 25px;
}

article {
	width: 100%;
}

.w1180 {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
}

.w1380 {
	max-width: 1380px;
	width: 100%;
	margin: 0 auto;
}

.w900 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

.w650 {
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
}

.cnt {
	text-align: center;
}

.rgt {
	text-align: right;
}

.lft {
	text-align: left;
}

.pr {
	padding-right: 0;
}

.pl {
	padding-left: 0;
}

.np {
	padding-left: 0;
	padding-right: 0;
}

figure {
	margin: 0;
	padding: 0;
	display: inline-block;
}

nav {
	margin: 0;
	padding: 0;
}

.pd40 {
	padding-top: 40px;
}

.mp {
	margin: 0;
	padding: 0;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: rgba(40, 40, 52, 1);
	transition: all .12s ease-in;
}

::-webkit-scrollbar-thumb:hover {
	background: rgba(40, 40, 52, .7);
}

::-moz-selection {
	color: #fff;
	background: rgba(14, 59, 140, 1);
}

::selection {
	color: #fff;
	background: rgba(14, 59, 140, 1);
}

.bold {
	font-weight: 700;
}

.mt20 {
	margin-top: 30px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.rel {
	position: relative;
}

.mob-non {
	display: none;
}

@media only screen and (max-width: 768px) {
	.mob-non {
		display: block;
	}

	.mob-np {
		padding-left: 0;
		padding-right: 0;
	}

	.mob-cnt {
		text-align: center
	}

	.mob-mt0 {
		margin-top: 0;
	}

	.mob-mt30 {
		margin-top: 30px;
	}

	.mob-w50 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/** Attachment File **/
.entry-attachment {
	padding: 60px 0;
	margin: 0 auto;
}

/** end **/

/*--------------------------------------------------------------
### #### Style ### ####
--------------------------------------------------------------*/
/** box wyzwig **/
div.box-wyzwig iframe {
	margin: 15px auto;
	display: block;
}

div.box-wyzwig p {
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
	color: var(--dark);
	margin-bottom: 10px;
}

div.box-f,
div.box-f p {
	color: rgba(255, 255, 255, .5);
}

div.box-wyzwig img {
	margin-top: 30px;
}

div.box-wyzwig figcaption {
	font-size: 13px;
	color: var(--red);
}

div.box-wyzwig a,
div.box-wyzwig a:visited,
div.box-wyzwig a:active {
	font-size: 15px;
	line-height: 25px;
	color: var(--dark);
	text-decoration: underline;
	transition: opacity .3s ease-in-out;
}

div.box-wyzwig a:hover,
div.box-wyzwig a:focus {
	text-decoration: underline;
	color: var(--dark);
	opacity: .8;
}

div.box-wyzwig h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: var(--dark);
	margin-bottom: 20px;
}

div.box-wyzwig h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 130%;
	color: var(--dark);
	text-transform: none;
}

div.box-wyzwig h4 {
	font-weight: bold;
	font-size: 25px;
	line-height: 35px;
	text-transform: uppercase;
	color: var(--dark);
	margin-bottom: 10px;
}

div.box-wyzwig h5 {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	color: var(--dark);
	margin-bottom: 10px;
}

div.box-wyzwig h6 {
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	color: var(--dark);
	margin-bottom: 10px;
}

div.box-wyzwig ul,
div.box-wyzwig ol {
	margin: 20px 0 20px 40px;
	padding: 0;
}

div.box-wyzwig li {
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
	color: var(--dark);
	margin-bottom: 0;
}

div.box-wyzwig blockquote {
	background: #F7F7F7;
	padding: 15px;
	max-width: 960px;
	width: 100%;
	margin: 20px auto;
}

div.box-wyzwig blockquote {
	position: relative;
}

div.box-wyzwig blockquote:after {
	content: '';
	background-image: url(/wp-content/uploads/2021/10/quote.png);
	height: 25px;
	width: 25px;
	background-size: 25px 25px;
	display: inline-block;
	position: absolute;
	top: -8px;
	left: -8px;
}

div.box-wyzwig blockquote p:last-child {
	margin-bottom: 0;
}

/* Footer */
section.sec-f {
	background: #fff;
	padding: 90px 0 30px 0;
}

div.f-newsl {
	position: relative;
}

figure.fig-ue {
	position: relative;
}

img.img-ue {
	width: 150px;
}

/** Footer - section f info **/
section.sec-f-info {
	position: relative;
	padding: 20px 0;
	background-color: #5C5D62;
}

p.p-f-info {
	margin: 0;
	font-weight: 400;
	line-height: 25px;
	color: #fff;
	font-size: 16px;
}

/* Footer - copy */
p.p-copy {
	margin: 10px 0 0 0;
	color: #5C5D62;
	font-size: 12px;
}

section.sec-f-cw {
	background: #fff;
	padding: 10px 0;
}

/* Dlaczego BenchK */
section.sec-blog {
	padding: 40px 0;
}

div.cm-wpis-fp {
	margin-bottom: 30px;
}

div.box-post-over {
	position: relative;
	overflow: hidden;
}

a.box-wpis-bcg,
div.box-wpis-bcg {
	height: 380px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform .3s ease-in-out;
	will-change: transform;
}

a.a-post:hover div.box-wpis-bcg {
	transform: scale(1.1);
}

a.a-post h3.h3-wpis {
	transition: opacity;
}

a.a-post:hover h3.h3-wpis,
a.a-post:focus h3.h3-wpis {
	opacity: .7;
}

a.a-post:hover,
a.a-post:focus {
	text-decoration: none;
}

div.box-wpis-title {
	background: #F5F5F5;
	padding: 20px 15px 15px 15px;
	min-height: 100px;
	position: relative;
}

h3.h3-wpis {
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 170%;
	color: #000000;
	min-height: 50px;
}

p.p-post-more {
	margin-bottom: 0;
	position: absolute;
	font-size: 13px;
	left: 15px;
	bottom: 15px;
}

p.p-post-more svg {
	margin-left: 8px;
	transition: margin-left .3s ease-in-out;
}

a.a-post:hover p.p-post-more svg,
a.a-post:focus p.p-post-more svg {
	margin-left: 15px;
}

a.a-pa-post,
a.a-pa-post:active,
a.a-pa-post:visited {
	color: var(--dark);
}

a.a-pa-post:focus,
a.a-pa-post:hover {
	text-decoration: none;
}

h3.h3-pa-post {
	position: relative;
	margin: 0 30px 0 0;
	font-size: 14px;
	line-height: 26px;
	color: var(--dark);
	display: inline-block;

	transition: color .3s ease-in-out;
}

h3.h3-pa-post:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 14px;
	background: #3A3E47;
	position: absolute;
	margin-left: 16px;
	top: 7px;
}

a.a-pa-post:focus h3.h3-pa-post,
a.a-pa-post:hover h3.h3-pa-post {
	text-decoration: underline;
	color: var(--dark);
}

h2.h2-pa-fp {
	margin-top: 20px;
}

a.a-fblog-all,
a.a-fblog-all:active,
a.a-fblog-all:visited {
	display: inline-block;
	margin-top: 30px;
	font-weight: 800;
	font-size: 18px;
	line-height: 25px;
	color: var(--dark);

	transition: color .3s ease-in-out;
}

a.a-fblog-all:visited,
a.a-fblog-all:hover {
	text-decoration: underline;
	color: var(--dark);
}

/* BenchK dla całej rodziny - FP */
section.sec-bdcr {
	border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	padding: 35px 0;
}

p.p-bdcr {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: 100;
	font-size: 70px;
	line-height: 100%;
	text-align: center;
	color: #CBCBCB;
	margin-bottom: 0;
}

section.sec-fprod {
	padding: 30px 0;
}

/* Produkty - FP */
section.sec-fprod {
	border-bottom: 1px solid #CBCBCB;
	padding-bottom: 50px;
}

div.box-fprod-thumb {
	position: relative;
	overflow: hidden;
	height: 430px;
	border-radius: 6px;
	margin-bottom: 5px;
}

div.bg-fprod {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 420px;
	border-radius: 6px;
	will-change: transform;
	transition: transform .3s ease-in-out;
	transform: scale(.93);
}



a.a-fprod:focus div.bg-fprod,
a.a-fprod:hover div.bg-fprod {
	transform: scale(1);
}

h3.h3-fprod-title {
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
	color: #3A3E47;
	transition: color .3s ease-in-out;
	min-height: 36px;
}

@media screen and (max-width: 768px) {
	h3.h3-fprod-title {
		min-height: 72px;
	}
}

a.a-fprod:hover h3.h3-fprod-title,
a.a-fprod:focus h3.h3-fprod-title {
	color: #3A3E47;
	text-decoration: underline;
}

a.a-fprod:hover,
a.a-fprod:focus {
	/* 	text-decoration: none;	 */
}


div.box-fpadd-left {
	width: 70%;
	float: left;
}

div.box-fpadd-right {
	width: 30%;
	float: left;
}

div.box-fpadd-right button.btn-add-cart:focus {
	box-shadow: none;
}

div.box-fpadd-right button.btn-add-cart:hover {
	border: none;
}

div.box-fpadd-right button.btn-add-cart:active {
	border: none;
}

div.box-fpadd-left span.price {
	font-style: normal !important;
	font-weight: 800 !important;
	font-size: 12px !important;
	line-height: 160% !important;
	color: #3A3E47 !important;
}

.archive .affirm-ala-price {
	font-style: normal !important;
	font-weight: 800 !important;
	font-size: 26px !important;
	line-height: 100% !important;
	color: #3A3E47 !important;

}

/*affirm*/
body.home .affirm-ala-price,
.box-fprod-add .affirm-ala-price {
	font-style: normal !important;
	font-weight: 800 !important;
	font-size: 26px !important;
	line-height: 100% !important;
	color: #3A3E47 !important;

}

.archive .affirm-as-low-as {
	font-size: 12px !important;
}

body.home .affirm-as-low-as,
.box-fprod-add .affirm-as-low-as {
	font-size: 12px !important;
}

.box-fprod-add .affirm-as-low-as {
	margin-top: 0 !important;
}

div.owl-fprod {
	margin-top: 30px;
}

div.owl-fprod div.owl-dots {
	display: none;
}

svg.fprod-add-ico {
	margin-top: -10px;
}

/* Instagram */
section.sec-insta {
	padding: 50px 0;
}

img.img-insta-logo {
	width: 35px;
	margin-top: -7px;
	margin-right: 15px;
}

a.btn-insta,
a.btn-insta:active,
a.btn-insta:visited {
	background-color: transparent;
	border: 1px solid #3A3E47;
	color: #3A3E47;
	border-radius: 0px;
	padding: 10px 45px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	transition: color .3s ease-in-out, .3s background ease-in-out;
}

a.btn-insta:hover,
a.btn-insta:focus {
	background: #fff;
	color: #3A3E47;
}

.sbi_follow_btn a,
.sbi_follow_btn a:active,
.sbi_follow_btn a:visited {
	background-color: #3A3E47 !important;
	border: 1px solid #3A3E47 !important;
	color: #fff !important;
	border-radius: 0px !important;
	padding: 10px 25px !important;
	font-weight: bold !important;
	font-size: 16px !important;
	text-align: center !important;
	transition: color .3s ease-in-out, .3s background ease-in-out !important;
	box-shadow: none !important;
	border-bottom: 1px solid #3A3E47 !important;
	min-width: 233px !important;
	margin-left: 0 !important;
	margin: 2px !important;
}

.sbi_follow_btn a:hover,
.sbi_follow_btn a:focus,
.sbi_load_btn:hover {
	background: #3A3E47 !important;
	color: #fff !important;
	box-shadow: none !important;
	text-decoration: underline !important;
}

.sbi_load_btn,
.sbi_load_btn:active,
.sbi_load_btn:visited {
	background-color: transparent !important;
	border: 1px solid #3A3E47 !important;
	color: #3A3E47 !important;
	border-radius: 0px !important;
	padding: 10px 25px !important;
	font-weight: bold !important;
	font-size: 16px !important;
	text-align: center !important;
	transition: color .3s ease-in-out, .3s background ease-in-out !important;
	box-shadow: none !important;
	border-bottom: 1px solid #3A3E47 !important;
	min-width: 233px !important;
	margin: 2px !important;
}

.sbi_load_btn:hover,
.sbi_load_btn:focus,
a.btn-insta:hover {
	background: transparent !important;
	color: #3A3E47 !important;
	box-shadow: none !important;
	text-decoration: underline !important;
}


/* Kontakt pomoc */
section.sec-con-help {
	padding: 50px 0;
}

/* Text FP */
section.sec-text {
	padding: 60px 0;
	background: #F5F5F5;
}

div.box-fp-text {
	padding: 30px 0 10px 0;
}

div.box-fp-text h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 130%;
	color: #3A3E47;
	text-transform: none;
	min-height: 80px;
}

div.r-box-text {
	background: #5C5D62;
	padding: 35px;
}

h3.h3-ftext {
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 20px;
	color: #FFFFFF;
}

div.box-ftext p {
	font-weight: normal;
	font-size: 16px;
	line-height: 120%;
	color: #FFFFFF;
}

div.box-ftext a,
div.box-ftext a:active,
div.box-ftext a:visited {
	font-weight: bold;
	color: #fff;
	transition: color .3s;
}

div.box-ftext a:hover,
div.box-ftext a:focus {
	color: var(--dark);
	text-decoration: underline;
}

.row.w1640.r-box-text {
	margin-top: -140px;
}

div.box-ftext-btn {
	margin-top: 30px;
}

a.btn-ftext,
a.btn-ftext:active,
a.btn-ftext:visited {
	background: #fff;
	color: #5C5D62;
	border-radius: 0;
	padding: 10px 45px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	transition: .3s color ease-in-out;
}

a.btn-ftext:hover,
a.btn-ftext:focus {
	color: #5C5D62;
}

/* Modele */
section.sec-fcat {
	padding-bottom: 60px;
}

div.box-model {
	margin-bottom: 25px;
}

div.box-model-bg {
	position: relative;
}

div.box-model-bg:hover img.img-model-thumb-b,
div.box-model-bg:focus-within img.img-model-thumb-b {
	display: block;
	opacity: 1;
}

h2.h2-mb {
	margin-bottom: 15px;
	margin-top: 30px;
}

h3.h3-model-title {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 120%;
	color: #3A3E47;
	transition: .3s color ease-in-out;
	margin-top: 10px;
}

h3.h3-model-title span {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	color: #9F9F9F;
}

a.a-model-fp:hover,
a.a-model-fp:focus {
	text-decoration: unerline;
	color: #9F9F9F;
}

a.a-model-fp:hover h3.h3-model-title,
a.a-model-fp:focus h3.h3-model-title {
	color: var(--dark);
}

/* SP - Filmy */
section.sec-sp {
	position: relative;
}

p.p-sp-nag {
	font-weight: bold;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0.31em;
	color: #3A3E47;
	margin-bottom: 5px;
}

h2.h2-sp-nag {
	font-weight: bold;
	font-size: 28px;
	line-height: 160%;
	color: #3A3E47;
}

div.box-film iframe {
	width: 100%;
	height: 210px;
}

h3.h3-film-title {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	text-transform: uppercase;
	color: #202122;
	min-height: 48px;
	margin-top: 12px;
}

p.p-film-title {
	font-weight: normal;
	font-size: 12px;
	color: #898989;
	min-height: 80px;
}

h3.h3-nag-film {
	margin-bottom: 30px;
	color: #000;
}

/* O firmie */
.w820 {
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
}

div.r-ofirmie-bcg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 850px;
	/*margin-left: 15px;
	margin-right: 15px;*/
}

@media screen and (max-width: 768px) {
	div.r-ofirmie-bcg {
		height: 300px;
		background-position: 65% center;
	}

	/*header.fixed-header{
		top:37px!important;
	}*/
}

p.p-sp-nag-bcg {
	font-weight: bold;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0.31em;
	color: #fff;
	margin-bottom: 5px;
}

p.p-sp-nag-bcg-b {
	font-weight: bold;
	font-size: 28px;
	line-height: 160%;
	color: #fff;
}

div.box-bcg-par {
	position: relative;
	height: 100%;
}

div.box-sp-nag-bcg {
	width: 100%;
	max-width: 680px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(15px, -50%);
}

p.p-sp-nag-ins {
	font-weight: bold;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0.31em;
	color: #3A3E47;
	margin-bottom: 5px;
	text-align: center;
}

h2.h2-sp-nag-ins {
	font-weight: bold;
	font-size: 28px;
	line-height: 160%;
	color: #3A3E47;
	text-align: center;
	margin-bottom: 40px;
}

div.cf-of-ins {
	padding: 60px 0 10px 0;
}

div.cm-o-firmie .box-wyzwig {
	color: #898989;
}

div.r-bcg-oh {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 650px;
	margin-top: 40px;
}

div.box-o-firmie-zdj {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 310px;
}

div.box-of-film {
	margin-top: 20px;
	margin-bottom: 20px;
}

div.w1640.r-hf-zdjecia {
	margin-top: 40px;
	margin-bottom: 60px;
}

div.cf-of-btm {
	padding-bottom: 20px;
}

/** single product **/
section.sec-prod {
	position: relative;
	padding: 80px 0;
}

div.box-prod-meta {
	/* 	overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 80px; */
	z-index: 3;
	padding: 0 0 0 25px;
}

div.box-prod-img {
	position: relative;
}

div.box-prod-col-a {
	position: relative;
	float: left;
	width: 150px;
	padding-right: 10px;
}

div.box-prod-col-b {
	position: relative;
	float: left;
	width: calc(100% - 150px);
	padding-right: 10px;
}

figure.fig-prod {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
	box-sizing: border-box;
}

img.img-prod,
img.img-prod-thum {
	width: 100%;
	transition: opacity .3s ease-in-out;
}

a.a-prod:hover img.img-prod,
a.a-prod:focus-within img.img-prod,
a.a-prod:hover img.img-prod-thum,
a.a-prod:focus-within img.img-prod-thum {
	opacity: .6;
}

figure.fig-prod-thumb {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
	/* 	border: 1px solid #E7E7E7; */
	box-sizing: border-box;
}

img.img-prod-thum {
	width: 100%;
}

h3.h3-tagi {
	display: none;
}

/* SINGLE PRODUCTS - STARS RATING */
div.sp-marka {
	width: 30%;
	float: left;
}

div.sp-waga {
	width: 20%;
	float: left;
}

div.sp-stars-rating {
	width: 25%;
	float: left;
	padding-right: 15px;
}

div.sp-stars-rating div.star-rating {
	float: right;
}

div.sp-stars-count {
	width: 25%;
	float: left;
}

.product .star-rating span::before {
	color: #FFBA32;
}

p.p-sp-marka {
	font-size: 16px;
	line-height: 32px;
	color: #000000;
}

p.p-sp-waga {
	font-size: 16px;
	line-height: 32px;
	color: #000000;
}

p.p-sp-stars-count {
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 0px;
}

/* Price */
section.sec-prod .product .price {
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 26px;
	line-height: 120%;
	margin-bottom: 15px;
	color: #50736D;
}

section.sec-prod .product .price span.woocommerce-Price-currencySymbol {
	margin-left: 6px;
}

/* Produkt - dodatki */
div.prod-dod-single {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 120px;
	margin-right: 15px;
	border: 1px solid #dadada;
}

/* Box  cena inne */
section.sec-prod .product div.summary.entry-summary.box-prod-meta {
	margin-top: 0px;
	padding-top: 0px;
}

/* Tytuł */
section.sec-prod .box-prod-meta .product_title {
	margin-top: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 110%;
	color: #3A3E47;
}

/* Kategoria */
section.sec-prod .box-prod-meta span.posted_in {
	font-size: 16px;
	line-height: 32px;
	color: #000;
	text-transform: uppercase;
}

.box-prod-meta span.posted_in a,
.box-prod-meta span.posted_in a:active,
.box-prod-meta span.posted_in a:visited {
	font-weight: 600;
	color: #000;
	transition: .3s color ease-in-out;
}

.box-prod-meta span.posted_in a:hover,
.box-prod-meta span.posted_in a:focus {
	text-decoration: underline;
	color: #000;
}

/* Skrócony opis */
.woocommerce-product-details__short-description {
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 25px;
}

.box-prod-meta .woocommerce-product-details__short-description ul {
	margin-left: 0px;
	padding-left: 20px;
}

p.p-single-nag {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 160%;
	color: #626262;
}

div.prod-box-nag {
	border-top: 1px solid #C4C4C4;
	padding-top: 20px;
}

/* Produkt - sprawdź */
div.prod-sprawdz {
	margin-bottom: 30px;
	margin-top: 20px;
}

p.p-mb-five {
	margin-bottom: 10px;
}

a.a-prod-spr,
a.a-prod-spr:visited,
a.a-prod-spr:active {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 160%;
	text-decoration-line: underline;
	color: #626262;
	transition: color .3s ease-in-out;
}

a.a-prod-spr:hover,
a.a-prod-spr:focus {
	text-decoration: underline;
	color: #626262;
}

/* Produkt - video */
div.prod-video {
	padding-top: 20px;
	padding-bottom: 20px;
}

div.prod-video iframe {
	width: 100%;
}

/* Produkt - kolor */
div.prod-box-kolor {
	padding-top: 10px;
	padding-bottom: 30px;
}

p.p-single-kolor {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 110%;
	color: #626262;
	margin-bottom: 5px;
}

a.a-prod-kolor,
a.a-prod-kolor:active,
a.a-prod-kolor:visited {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	color: #626262;
	transition: color .3s ease-in-out;
}

a.a-prod-kolor:hover,
a.a-prod-kolor:focus {
	text-decoration: underline;
	color: #626262;
}

a.a-prod-kolor-current,
.a-prod-kolor.active {
	/*border: 1px solid #3A3E47!important;*/
	border: 0px solid #3A3E47 !important;
}

/* Produkt - galeria cards */
div.col-single-prod .card-columns .card {
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}

div.col-single-prod .card-columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	orphans: 1;
	widows: 1;
}

div.col-single-prod div.p_lr {
	margin-left: 15px;
	margin-right: 15px;
}

/* Produkt - collapse */

a.box-acc-header {
	position: relative;
}

img.img-collapse-arrow {
	position: absolute;
	right: 20px;
	top: 21px;
	/* 	transform: translate(-50%, -50%);	 */
	transform-origin: center;
	transition: transform .3s ease-in-out;
}

a.box-acc-header[aria-expanded="true"] img.img-collapse-arrow {
	transform: rotate(180deg);
}

header.fixed-header div.cont-th {
	padding-top: 0;
	padding-bottom: 0;
}

/* dostepnosc i koszyk */
div.sp-dostepnosc {
	float: left;
	width: 100%;
	padding-right: 20px;
}

div.sp-dodaj-dk {
	float: left;
	width: 100%;
}

div.sp-dodaj-dk.brak-mag {
	width: 100%;
}

/* Dostępność */
p.p-sp-status {
	font-weight: bold;
	font-size: 12px;
	line-height: 32px;
	margin-bottom: 0px;
	margin: 10px 0 20px 0;
}

p.p-sp-status::before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	margin-right: 15px;
	top: 1px;
}

p.p-status-dst {
	color: #9EBE14;
}

p.p-status-dst::before {
	background: #9EBE14;
}

p.p-status-ndst {
	color: #BE1414;
}

p.p-status-ndst::before {
	background: #BE1414;
}

p.p-sp-nag-dost {
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	margin-bottom: 8px;
}

p.p-sp-nag-ilosc {
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	margin-bottom: 8px;
}

/* Produkt - specyfikacja inne */
div.prod-spec-acc {
	margin-top: 30px;
}

a.a-prod-spec,
a.a-prod-spec:active,
a.a-prod-spec:visited {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 160%;
	color: #626262;
	text-align: left;
	display: block;
	padding: 14px 0;
	border-bottom: 1px solid #C4C4C4;
	transition: color .3s ease-in-out;
}

a.a-prod-spec:hover,
a.a-prod-spec:focus {
	text-decoration: underline;
	color: #626262;
}

a.a-prod-instrukcja,
a.a-prod-instrukcja:active,
a.a-prod-instrukcja:visited {
	display: inline-block;
	padding: 8px 50px 8px 30px;
	background-color: #5C5D62;
	border: 1px solid #5C5D62;
	border-radius: 4px;
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	transition: all .3s ease-in-out;
}

a.a-prod-instrukcja:hover,
a.a-prod-instrukcja:focus {
	text-decoration: none;
	color: #fff;
	background-color: var(--dark);
	border: 1px solid var(--dark);
}

div.box-prod-instrukcja {
	margin-bottom: 20px;
}

p.p-prod-instrukcja {
	margin-bottom: 10px;
}

/* Dodaj dk */
.product .quantity {
	width: 70px;
	display: inline-block;
}

.product .quantity input {
	position: relative;
	margin-right: 10px;
	max-width: 64px;
	width: 100%;
	height: 50px;
	border-radius: 0px;
	text-align: center;
}

.product .summary .single_add_to_cart_button,
.button_pop_up .single_add_to_cart_button {
	display: inline-block;
	padding: 9px 50px 9px 30px;
	background-color: #fff;
	border: 1px solid #3A3E47;
	border-radius: 0px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	color: #3A3E47;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	top: -2px;
	position: relative;
}

.product .single_add_to_cart_button:hover,
.product .single_add_to_cart_button:focus,
.button_pop_up .single_add_to_cart_button:hover,
.button_pop_up .single_add_to_cart_button:focus {
	color: #3A3E47;
	text-decoration: underline;
}

.product .single_add_to_cart_button svg {
	margin-right: 10px;
}

.product .single_add_to_cart_button svg path,
.button_pop_up .single_add_to_cart_button svg path {
	fill: #3A3E47;
}

/* Tagi kat */
section.sec-prod div.product_meta span.posted_in {
	display: none;
}

section.sec-prod .product_meta {
	border-top: 1px solid #E2E2E2;
	margin-top: 25px;
	padding-top: 15px;
}

section.sec-prod .product_meta .tagged_as a,
section.sec-prod .product_meta .tagged_as a:active,
section.sec-prod .product_meta .tagged_as a:visited {
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	transition: color .25s ease-in-out;
}

section.sec-prod .product_meta .tagged_as a:hover,
section.sec-prod .product_meta .tagged_as a:focus {
	text-decoration: none;
	color: #76A612;
}

section.sec-prod h3.h3-tagi {
	color: #3F3121;
	font-family: Lora;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	display: block;
}

/* Tabsy */
section.sec-prod .woocommerce-tabs ul.tabs li {
	display: inline-block;
	padding: 10px 7px;
	margin: 30px 0 20px 0;
	float: left;
}

section.sec-prod .woocommerce-tabs ul.tabs li.active {
	border-bottom: 3px solid #76A612;
	padding: 10px 7px 9px 7px;
}

section.sec-prod .wc-tabs::before {
	content: '';
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	background: #76A612;
	top: 110px;

}

section.sec-prod .woocommerce-tabs ul.tabs li a {
	font-size: 15px;
	line-height: 32px;
	color: #000000;
	text-transform: uppercase;
}

section.sec-prod .woocommerce-tabs ul.tabs li.active a,
section.sec-prod .woocommerce-tabs ul.tabs li.active a:active,
section.sec-prod .woocommerce-tabs ul.tabs li.active a:visited {
	color: #3F3121;
	font-family: Lora;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
}


section.sec-prod .woocommerce-tabs ul.tabs li a:hover,
section.sec-prod .woocommerce-tabs ul.tabs li a:focus {
	text-decoration: none;
}

/* Inne produkty */
div.inne-prod {
	margin-top: 25px;
}

p.p-prod-inne {
	color: #3F3121;
	font-family: Lora;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	display: block;
	margin-bottom: 5px;
}

div.item-inne-prod {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 150px;
}

div.inne-prod .owl-dots {
	display: none;
}

div.inne-prod .owl-nav {
	display: none;
}

/* wyl oryg pokr */
section.sec-prod .related.products {
	display: none;
}


@media screen and (min-width: 769px) {
	.mob-box-prod-img {
		display: none;
	}
}

/* MOBILE */
/* Single Product */
@media screen and (max-width: 769px) {
	section.sec-prod .product div.summary.entry-summary.box-prod-meta {
		padding-top: 0px;
	}

	div.desk-prod-img {
		display: none;
	}

	div.col-single-prod {
		order: 2;
	}

	div.col-single-prod-b {
		order: 1;
	}

	div.box-prod-meta {
		padding-left: 0;
	}

	div.sp-dodaj-dk {
		width: 100%;
	}

	section.sec-prod .box-prod-meta .product_title {
		font-size: 27px;
	}

	/** mobile owl prod **/
	div.mob-owl-prod div.owl-theme .owl-nav {
		display: none;
	}

	div.mob-owl-prod .owl-dots {
		margin-top: 30px;
	}

	figure.fig-prod-thumb {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}

	figure.fig-prod-thumb,
	figure.fig-prod {
		border: none;
	}

	/** owl prod dots **/
	div.mob-owl-prod {
		text-align: center;
	}

	div.mob-owl-prod .owl-dots {
		margin-top: 20px !important;
		z-index: 1;
		position: relative;
	}

	div.mob-owl-prod .owl-dots button.owl-dot.active span {
		background-color: #fff;
		border: 5px solid var(--green-color);
		border-radius: 50%;
		width: 18px;
		height: 18px;
		position: relative;
		top: 4px;
	}

	div.mob-owl-prod .owl-dots button.owl-dot span {
		background-color: var(--green-color);
		border-radius: 50%;
	}

	div.mob-owl-prod .owl-dots button:focus {
		outline: none;
	}
}


/* pionowa mobile  */
div.mob-box-prod-img {
	position: relative;
}

/* .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
/*         display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

	.swiper {
       width: 100%;
        height: 500px;
      }
.prodGalMob .swiper-wrapper {
	display: block;
}

.prodGalMob .swiper-pagination {
	text-align: center;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(-50%, -50%) rotate(90deg);
	}

.prodGalMob .swiper-pagination-clickable .swiper-pagination-bullet {
    margin-right: 10px;
}
.prodGalMob .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--red);
	width: 10px;
	height: 10px;
	margin-bottom: -1px;
} */

div.prodGalMob {
	position: relative;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	/*max-height: 400px;*/
	aspect-ratio: 1/1;
}

#serie {
	padding: 40px 0px 20px 0px;
	margin-bottom: 20px;
	margin-top: 20px;
}

div.prod-video-mob {
	padding: 0;
}

div.prod-video-mob iframe {
	height: 200px;
}

section.sec-prod .swiper-pagination {
	position: relative;
	margin-bottom: 20px;
}

.prodGalMob .swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: #e5443e;
	width: 10px;
	height: 10px;
	margin-bottom: -1px;
}

.prodGalMob .swiper-pagination-clickable .swiper-pagination-bullet {
	margin-left: 5px;
	margin-right: 5px;
}


@media only screen and (max-width: 768px) {
	section.sec-prod {
		padding-top: 30px;
	}
}

/* Press & Media */
div.cm-ukl-pm {
	padding: 20px 0;
}

/* uklad 1 */
h2.h2-sp-nag-ukl {
	font-weight: bold;
	font-size: 32px;
	line-height: 160%;
	text-transform: uppercase;
	color: #3A3E47;
}

/* uklad 2 */
div.cm-ukl-pad {
	padding: 40px 0;
}

div.box-ukl-film {
	padding-top: 15px;
}

div.box-ukl-film iframe {
	width: 100%;
}

div.box-ukl-btn {
	margin-top: 30px;
}

a.btn-ukl-green,
a.btn-ukl-green:active,
a.btn-ukl-green:visited {
	background-color: #5C5D62;
	color: #fff;
	border-radius: 0;
	padding: 10px 45px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	transition: .3s background ease-in-out;
}

a.btn-ukl-green:hover,
a.btn-ukl-green:focus {
	color: #fff;
	text-decoration: underline;
	background: #5C5D62;
}

/* Uklad 3 */
p.p-ukl-gray {
	font-weight: bold;
	font-size: 48px;
	line-height: 122.2%;
	text-align: right;
	color: #E3E3E3;
}

div.box-ukl-mov iframe {
	width: 100%;
	height: 250px;
}

div.box-ukl-pic {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 250px;
	width: 100%;
}

h3.h3-txt-rep {
	font-weight: bold;
	font-size: 16px;
	line-height: 180%;
	text-transform: uppercase;
	color: #3A3E47;
}

div.ukl-txt-rep {
	padding-top: 25px;
}

p.p-txt-rep {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 24px;
	color: #898989;
}

a.a-rep-zw,
a.a-rep-zw:active,
a.a-rep-zw:visited {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height: 24px;
	text-decoration-line: underline;
	color: #898989;
	transition: color .25s ease-in-out;
}

a.a-rep-zw:hover,
a.a-rep-zw:focus {
	color: #898989;
	text-decoration: underline;
}

/** section front product **/
section.sec-fprod {
	position: relative;
	padding: 60px 0;
}

div.row-page {
	position: relative;
	margin-top: 60px;
}

/** section front product **/
/** sidebar product **/
.products.columns-4 {
	width: 100%;
}

div.col-sidebar {
	position: relative;
	float: left;
	width: 300px;
}

div.col-shop {
	position: relative;
	float: left;
	width: calc(100% - 300px);
	padding-left: 15px;
}

div.sidebar-fprod {
	position: relative;
	border: 1px solid #f7f7f7;
	border-radius: 0;
	padding: 25px 15px;
}

div.sidebar-child {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f7f7f7;
}

div.sidebar-child:last-child {
	border: none;
}

a.a-cat-sidebar,
a.a-cat-sidebar:active,
a.a-cat-sidebar:visited {
	position: relative;
	display: block;
	margin-bottom: 5px;
	padding: 5px 0;
	line-height: 20px;
	color: var(--red-color);
	transition: color .3s ease-in-out;
}

a.a-cat-sidebar:focus,
a.a-cat-sidebar:hover {
	text-decoration: underline;
	color: #000;
}

a.a-cat-sidebar-child,
a.a-cat-sidebar-child:active,
a.a-cat-sidebar-child:visited {
	position: relative;
	display: inline-block;
	padding: 5px 0 5px 20px;
	font-size: 15px;
	line-height: 20px;
	color: #000;
	transition: color .3s ease-in-out;
}

a.a-cat-sidebar-child::before {
	content: '-';
	position: absolute;
	left: 3px;
	top: 4px;
	color: var(--red-color);
}

a.a-cat-sidebar-child:focus,
a.a-cat-sidebar-child:hover {
	text-decoration: none;
	color: var(--red-color);
}

a.a-sidebar-active,
a.a-sidebar-active:active,
a.a-sidebar-active:focus {
	padding-left: 15px;
	background: var(--red) !important;
	width: 100%;
	color: #fff !important;
}

a.a-sidebar-active:hover {
	color: #fff;
}

/* general */
input.form-custom,
select.form-custom {
	border-radius: 0;
}

input.form-custom:active,
input.form-custom:focus,
select.form-custom:active,
select.form-custom:focus {
	border-color: var(--red-color);
	box-shadow: none;
}

/** shop content **/
div.box-fprod-content {
	position: relative;
	padding: 5px;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 15px;
}

/** shop wc top **/
div.box-wc-top {
	position: relative;
	padding: 0 15px;
	width: 100%;
	text-align: right;
}

p.woocommerce-result-count {
	display: inline-block;
	font-size: 15px;
	margin-right: 15px;
	color: var(--brown-color);
}

form.woocommerce-ordering {
	display: inline-block;
}

form.woocommerce-ordering select,
form.woocommerce-ordering option {
	font-size: 15px;
}

/** subpage shop pagination **/
nav.woocommerce-pagination {
	position: relative;
	margin: 60px auto 0 auto;
	padding: 10px 15px;
	border-radius: 6px;
}

ul.page-numbers {
	margin: 0;
	padding: 0;
}

ul.page-numbers li {
	list-style: none;
	display: inline-block;
}

span.page-numbers.current {
	font-size: 15px;
	line-height: 57px;
	width: 40px;
	height: 40px;
	margin: 0 15px;
	font-weight: normal;
	color: #000;
	line-height: 57px;
	background-color: transparent;
	border-radius: 50%;
	padding: 10px 15px;
	transition: background-color .2s ease-in-out;
}

a.page-numbers,
a.page-numbers:visited,
a.page-numbers:active {
	font-size: 15px;
	font-weight: normal;
	line-height: 57px;
	padding: 10px 15px !important;
	margin: 0 15px;
	background-color: transparent;
	border-radius: 50%;
	color: #000;
}

a.page-numbers:focus,
a.page-numbers:hover {
	font-size: 17px;
	line-height: 57px;

	color: #000;
	background-color: transparent;
	padding: 10px 15px;
	background-color: #353536;
	border-radius: 50%;
	text-decoration: none;
}

span.page-numbers.current,
span.page-numbers.current:visited,
span.page-numbers.current:active {
	background-color: var(--red);
	font-size: 15px;
	line-height: 57px;
	padding: 10px 15px !important;
	border-radius: 50%;
	color: #fff;
}


/** mobile product list **/
div.mob-box-sd {
	display: none;
}

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

	/** category button **/
	div.mob-box-sd {
		display: block;
		margin-bottom: 30px;
		text-align: center;
	}

	div.wc-sidebar {
		display: none;
		text-align: center;
	}

	div.sidebar-fprod {
		border: none;
		padding-top: 0;
		padding-bottom: 0;
		text-align: center;
	}

	div.box-wc-top {
		text-align: center;
		margin: 15px 0;
	}

	button.btn-mob-sd {
		display: inline-block;
		width: 100%;
		padding: 8px 50px;
		background-color: var(--red-color);
		border: 1px solid var(--red-color);
		border-radius: 0;
		font-size: 15px;
		line-height: 26px;
		color: #fff;
		transition: color .3s ease-in-out, background-color .3s ease-in-out;
	}

	button.btn-mob-sd:hover,
	button.btn-mob-sd:focus {
		text-decoration: none;
		background-color: #fff;
		color: var(--red-color);
	}
}


/* Mobile Header */
@media only screen and (max-width: 545px) {
	p.p-th {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.head-logo {
		width: 140px;
		flex: 0 0 140px;
		max-width: 140px;
		float: left;
	}

	.head-menu {
		width: calc(100% - 140px);
		flex: 0 0 calc(100% - 140px);
		max-width: calc(100% - 140px);
		float: left;
	}

	img.logo-h {
		max-width: 110px !important;
		margin-left: 15px;
		margin-top: 15px;
	}

	/* 	input.input-h-s {
		width: 150px;
	} */
	div.box-logo-fix {
		margin-left: 15px;
	}

	div.box-h-s {
		display: none !important;
	}
}

@media only screen and (max-width: 423px) {
	input.input-h-s {
		width: 150px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1140px) {
	div.head-logo {
		height: 75px;
	}

	div.head-menu {
		height: 75px;
	}
}

/** subpage cart **/
section.sec-cart {
	position: relative;
}

table.shop_table_responsive tr th,
table.shop_table_responsive tr td {
	vertical-align: middle;
}

/** cart change address **/
a.shipping-calculator-button,
a.shipping-calculator-button:active,
a.shipping-calculator-button:visited {
	font-size: 15px;
	color: var(--red);
	display: block;
	margin-bottom: 10px;
}

a.shipping-calculator-button:focus,
a.shipping-calculator-button:hover {
	font-size: 15px;
}

section.shipping-calculator-form {
	padding: 15px;
	position: relative;
	border: 1px solid #E2E2E2;
	margin: 5px;
}

section.shipping-calculator-form button {
	margin-bottom: 0;
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.05em;
	color: #fff;
	width: 100%;
	padding: 8px 20px;
	border-radius: 0;
	border: 2px solid var(--red);
	background-color: var(--red);
}

section.shipping-calculator-form button:hover,
section.shipping-calculator-form button:focus {
	background-color: transparent;
	cursor: pointer;
	text-decoration: none;
	color: var(--red) !important;
}

section.shipping-calculator-form p.form-row {
	display: block;
	width: 100%;
}

section.shipping-calculator-form input {
	width: 100%;
}

/** end **/

section.sec-cart tr.woocommerce-cart-form__cart-item.cart_item {
	border-bottom: 1px solid #E2E2E2;
}

section.sec-cart tr.woocommerce-cart-form__cart-item.cart_item:hover {
	background-color: rgba(0, 0, 0, .01);
}

/** empty cart **/
p.return-to-shop {
	text-align: center;
	padding: 60px 0;
	margin-bottom: 0;
}

p.return-to-shop a,
p.return-to-shop a:visited,
p.return-to-shop a:active {
	text-align: center;
	font-weight: 600;
	font-weight: 500;
	font-size: 18px;
	color: var(--dark);
}

p.return-to-shop a:focus,
p.return-to-shop a:hover {
	text-decoration: underline;
	color: var(--dark);
}

/** update cart **/
div.row-update {
	margin-top: 40px;
}

button.btn-update-cart {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #3A3E47;
	border-radius: 0;
	padding: 10px 0;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	border: 1px solid #3A3E47;
	text-transform: uppercase;
}

button.btn-update-cart:focus,
button.btn-update-cart:hover {
	cursor: pointer;
	color: #3A3E47;
	background-color: #fff;
}

div.row-update p.p-back {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #3A3E47;
	border: 1px solid #3A3E47;
	margin-top: 8px;
	padding: 10px 0;
	border-radius: 0;
	text-transform: uppercase;
}

div.row-update p.p-back:hover,
div.row-update p.p-back:focus {
	color: #3A3E47;
	cursor: pointer;
	text-decoration: underline;
}

/** summary cart **/
div.cart-collaterals {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .05);
	padding: 60px 25px;
	border-radius: 0;
	max-width: 100%;
	margin: 40px 0 0 auto;
	right: 0;
	position: relative
}

div.cart-collaterals h3.h3-fprod-title {
	font-size: 15px;
}

div.cart-collaterals div.box-fprod-thumb,
div.cart-collaterals div.bg-fprod {
	height: 250px;
}

div.cart-collaterals {
	font-size: 15px;
	border-radius: 0;
}

div.cart_totals {
	padding-top: 30px;
}

div.cart_totals h2 {
	font-weight: bold;
	font-weight: 600;
	margin-bottom: 40px;
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
}

div.wc-proceed-to-checkout a,
div.wc-proceed-to-checkout a:visited,
div.wc-proceed-to-checkout a:active {
	border-radius: 0;
	width: 100%;
	background-color: transparent;
	border: 1px solid #3A3E47;
	display: block;
	text-align: center !important;
	padding: 15px 0;
	margin-top: 40px;
	font-size: 18px;
	color: #5C5D62;
	transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
}

div.wc-proceed-to-checkout a:focus,
div.wc-proceed-to-checkout a:hover {
	text-decoration: underline;
	background-color: #fff;
	color: #3A3E47 !important;
	border-color: #3A3E47;
}

div.cart_totals.calculated_shipping td,
div.cart_totals.calculated_shipping th {
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	border-top: 1px solid rgba(0, 0, 0, .08);
	padding: 10px 0;
}

div.cart_totals.calculated_shipping td {
	text-align: right
}

div.cart_totals.calculated_shipping th {
	font-weight: 600;
	text-transform: uppercase;
}

/** cart summary styles **/
table.shop-cart-summary th,
table.shop-cart-summary td {
	border-bottom: 1px solid rgba(0, 0, 0, .06);
	padding: 10px 0;
}

table.shop-cart-summary th.th-sub-cart {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #9E9E9E;
}

table.shop-cart-summary td.td-sub-cart {
	font-weight: 600;
	font-size: 24px;
	text-align: right;
	letter-spacing: 0.05em;
	color: #9E9E9E;
}

table.shop-cart-summary td.td-sub-cart-blue {
	font-weight: bold;
	font-size: 24px;
	text-align: right;
	letter-spacing: 0.05em;
	color: var(--red);
}

table.shop-cart-summary td.td-cart-shipping {
	font-weight: normal;
	font-size: 15px;
	text-align: right;
	color: #9E9E9E;
	padding-left: 10px;
}

ul#shipping_method {
	margin: 0;
	padding: 10px 0 10px 10px;
	list-style: none;
	text-align: left;
}

ul#shipping_method input[type="radio"] {
	margin-right: 5px;
}

table strong {
	font-weight: 600;
}

/** coupon cart **/
p.p-coupon {
	margin-bottom: 0;
	display: inline-block;
	font-weight: 500;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 0;
	letter-spacing: 0.05em;
	color: #3A3E47 !important;
	padding: 10px 40px;
	border-radius: 0;
	border: 2px solid #3A3E47;
	background-color: #fff;
}

p.p-coupon:hover,
p.p-coupon:focus {
	background-color: transparent;
	cursor: pointer;
	color: #3A3E47 !important;
	text-decoration: underline;
}

div.card-kupon {
	border-radius: 0;
	display: inline-block;
	margin-top: 20px;
	border-color: rgba(0, 0, 0, .05);
}

div.coupon label {
	display: block;
	letter-spacing: 1px;
	font-weight: normal;
}

button.btn-coupon {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	padding: 7px 15px;
	background-color: var(--red);
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	border-radius: 0;
	border: 2px solid var(--red);
	margin-left: -3px;
	margin-top: -2px;
	align-content
}

button.btn-coupon:focus,
button.btn-coupon:hover {
	text-decoration: none;
	border-color: var(--red);
	color: var(--red);
	background-color: transparent;
}

/** end **/

/** header table **/
table.shop_table th.product-name,
table.shop_table th.product-price,
table.shop_table th.product-quantity,
table.shop_table th.product-subtotal,
table.shop_table th.product-thumbnail,
table.shop_table th.product-remove {
	background-color: #F9F9F9;
	font-style: normal;
	font-weight: 600;
	;
	line-height: 0%;
	letter-spacing: 0.05em;
	color: #000;
	padding: 30px 0;
	text-align: center;
}

/** product remove **/
svg.svg_remove {
	padding-left: 3px;
}

svg.svg_remove path:hover,
svg.svg_remove path:focus {
	stroke: red;
}

/** product thambnails **/
table.shop_table td.product-thumbnail {
	padding: 20px 0;
}

table.shop_table td.product-thumbnail img {
	width: 80px;
}

/** product name **/
table.shop_table td.product-name {
	text-align: center;
}

table.shop_table td.product-name a,
table.shop_table td.product-name a:visited,
table.shop_table td.product-name a:active {
	font-weight: normal;
	font-size: 15px;
	line-height: 0px;
	letter-spacing: 0.05em;
	color: #000;
	text-decoration: none;
}

table.shop_table td.product-name a:focus,
table.shop_table td.product-name a:hover {
	text-decoration: underline;
	color: #000;
}

/** product price **/
table.shop_table td.product-price {
	text-align: center;
}

table.shop_table td.product-price span.woocommerce-Price-amount.amount {
	font-weight: normal;
	font-size: 15px;
	line-height: 28px;
	color: var(--red);
}

/** product quantity **/
table.shop_table td.product-subtotal .woocommerce-Price-amount.amount {
	font-weight: 600;
	font-size: 15px;
	line-height: 28px;
	color: var(--red);
}

td.product-quantity div.quantity {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

td.product-quantity div.quantity input {
	text-align: center;
	width: 100%
}

table.shop_table .form-cart {
	display: inline;
	width: 50%;
	background: #fff;
	border: 1px solid #F4F4F4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	font-weight: 300;
	line-height: 28px;
	color: var(--red);
	background-color: #F4F4F4;
	text-align: center;
}

table.shop_table .form-cart:focus {
	background-color: transparent;
	border-color: var(--red);
	color: #000;
}

/** end **/

/** subpage checkout **/
div.cont-checkout {
	padding: 60px 15px;
}

div.cont-checkout p {
	margin-bottom: 15px;
}

div.checkout-billing label {
	display: block;
	width: 100%;
}

input.form-custom {
	border-radius: 0;
}

div.cont-checkout .form-custom {
	width: 100%;
}

div.cont-checkout span.woocommerce-input-wrapper {
	width: 100%;
}

div.cont-checkout .woocommerce-billing-fields__field-wrapper {
	border: 1px solid #5C5D62;
	padding: 25px 20px;
	border-radius: 0;
}

div.cont-checkout .woocommerce-checkout-review-order {
	border: 1px solid #5C5D62;
	padding: 25px 20px;
	border-radius: 0;
}

div.cont-checkout input#ship-to-different-address-checkbox {
	top: -2px;
	position: relative;
	margin-right: 10px;
}

/** other address **/
div.cont-checkout .woocommerce-shipping-fields {
	margin-top: 30px;
	border: 1px solid rgba(220, 220, 220, .5);
	padding: 25px 20px;
	border-radius: 0;
}

div.cont-checkout .woocommerce-additional-fields__field-wrapper {
	margin-top: 30px;
	padding: 20px 15px;
	border: 1px solid rgba(220, 220, 220, .5);
	border-radius: 0;
}

/** header checkout **/
div.cont-checkout .woocommerce-billing-fields h3,
div.cont-checkout #order_review_heading {
	color: #fff;
	text-align: center;
	background: #5C5D62;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 18px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: normal;
	border-radius: 0
}

div.cont-checkout ul#shipping_method {
	margin: 10px 0;
	padding: 0 15px;
}

div.cont-checkout li.wc_payment_method img {
	margin: 0 10px;
}

div.woocommerce-additional-fields h3 {
	margin-top: 40px;
	color: #fff;
	text-align: center;
	background: var(--dark);
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 22px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: normal;
}

/** checkout privacy term **/

/** checkout privacy **/
.woocommerce-terms-and-conditions {
	max-height: 400px;
	padding: 20px 15px;
	border: 2px solid #5DA564;
	margin-bottom: 20px;
	overflow: auto;
}

.woocommerce-terms-and-conditions ol {
	margin: 0;
	padding: 0 15px;
}

.woocommerce-terms-and-conditions::-webkit-scrollbar {
	width: 5px;
}

.woocommerce-terms-and-conditions::-webkit-scrollbar-thumb {
	background: #5DA564;
}

.woocommerce-terms-and-conditions p,
.woocommerce-terms-and-conditions li {
	font-weight: 300;
	text-align: justify;
	font-size: 15px;
}

.woocommerce-terms-and-conditions ul {
	margin: 20px 0;
	padding: 0 0 0 40px;
}

/** table summary billing **/
th.product-total {
	background-color: #F9F9F9;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 0%;
	letter-spacing: 0.05em;
	color: #5C5D62;
	padding: 30px 0;
	text-align: center;
}

/** woocommerce no send to country **/
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	font-size: 15px;
	text-align: center;
	padding: 10px 15px;
	color: #fff;
	border-radius: 0;
}

/** table style **/
div.cont-checkout div#order_review td.product-total {
	text-align: center;
}

div.cont-checkout div#order_review td.product-name {
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 0;
}

div.cont-checkout div#order_review tr.cart-subtotal,
div#order_review tr.woocommerce-shipping-totals.shipping,
div#order_review tr.order-total {
	border-bottom: 1px solid rgba(220, 220, 220, .5);
	margin: 10px 0;
	background-color: rgba(220, 220, 220, .2);
}

div.cont-checkout th {
	padding: 20px;
}

div.cont-checkout td {
	text-align: center;
}

/** checkout table **/
div.cont-checkout .wc_payment_methods {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

div.checkout-summary label {
	display: inline;
	margin-left: 5px;
	width: 100%;
}

div.checkout-summary .payment_box p {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-left: 20px;
}

div.checkout-summary .woocommerce-privacy-policy-text p {
	font-weight: normal;
}

div.checkout-summary p {
	font-weight: normal;
}

span.woocommerce-terms-and-conditions-checkbox-text {
	font-weight: normal;
}

div.checkout-summary a,
div.checkout-summary a:visited,
div.checkout-summary a:active {
	color: var(--red);
	text-decoration: underline;
}

div.checkout-summary a:hover,
div.checkout-summary a:focus {
	color: var(--red);
	text-decoration: none;
}

div.checkout-summary a.about_paypal {
	display: block;
	color: var(--red);
	margin-bottom: 0;
}

div.checkout-summary label.payment_method_paypal {
	margin-bottom: 20px;
}

div.checkout-summary div.payment_box {
	margin-top: 10px;
}

div.checkout-summary div.payment_box p {
	font-size: 14px;
}

div.checkout-summary button#place_order {
	background-color: #fff;
	border: 2px solid #3A3E47;
	text-align: center;
	padding: 15px 25px;
	border-radius: 0;
	width: 100%;
	font-size: 18px;
	color: #3A3E47;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

div.checkout-summary button#place_order:hover,
div.checkout-summary button#place_order:focus {
	text-decoration: none;
	color: #3A3E47;
	text-decoration: underline;
}

/** end **/

/** wc form account **/
div.woocommerce-form-coupon-toggle {
	margin-left: 30px;
	margin-right: 30px;
}

form.checkout_coupon.woocommerce-form-coupon {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

form.checkout_coupon.woocommerce-form-coupon p {
	color: #000;
	font-size: 15px;
	margin: 20px auto 10px auto;
	text-align: center;
}

form.checkout_coupon.woocommerce-form-coupon input[type="text"] {
	margin: 0 auto;
	width: 50%;
	padding-left: 15px;
}

form.checkout_coupon.woocommerce-form-coupon button.button {
	background-color: var(--red);
	border: 2px solid var(--red);
	padding: 12px 10px;
	border-radius: 0;
	width: 50%;
	margin: 0 auto;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	display: block;
}

/** mobile product list **/
div.mob-box-sd {
	display: none;
}

@media only screen and (max-width: 1040px) {
	div.col-prod {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 5px;
		padding-right: 5px;
	}

	div.box-fprod-title {
		padding: 10px;
		min-height: 90px;
	}

	h2.h2-fprod {
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 768px) {
	h2.h2-sz-kat {
		font-size: 20px;
		line-height: 35px;
	}

	h2.h2-fprod {
		font-size: 13px;
	}

	div.col-sidebar {
		float: none;
		width: 100%;
	}

	div.col-shop {
		float: none;
		width: 100%;
		padding: 0 5px;
	}

	p.woocommerce-result-count {
		margin-bottom: 15px;
		margin-right: 0;
	}

	/** category button **/
	div.mob-box-sd {
		display: block;
		margin-bottom: 30px;
		text-align: center;
	}

	div.wc-sidebar {
		display: none;
		text-align: center;
	}

	div.sidebar-fprod {
		border: none;
		padding-top: 0;
		padding-bottom: 0;
		text-align: center;
	}

	div.box-wc-top {
		text-align: center;
		margin: 15px 0;
	}

	button.btn-mob-sd {
		display: inline-block;
		width: 100%;
		padding: 8px 50px;
		background-color: var(--red);
		border: 1px solid var(--red);
		border-radius: 0;
		font-size: 15px;
		line-height: 26px;
		color: #fff;
		transition: color .3s ease-in-out, background-color .3s ease-in-out;
	}

	button.btn-mob-sd:hover,
	button.btn-mob-sd:focus {
		text-decoration: none;
		background-color: #fff;
		color: var(--red);
	}
}

/** mobile zamówienie **/
@media only screen and (max-width: 768px) {
	div.cont-checkout div#order_review td.product-name {
		padding: 10px 5px;
		font-size: 13px;
		text-align: left;
	}
}

/** mobile koszyk **/
@media only screen and (max-width: 768px) {
	p.p-coupon {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	div.cart-collaterals {
		padding: 25px 15px;
	}

	/** mobile table cart **/
	table.shop_table td {
		padding: 10px 5px;
	}

	table.shop_table td.product-name,
	table.shop_table td.product-price {
		text-align: right;
	}

	/** coupon **/
	table.shop_table .form-cart {
		width: 100%;
	}

	button.btn-coupon {
		width: 100%;
		margin-left: 0;
	}
}

/** subpage cart **/
@media only screen and (max-width: 768px) {
	section.sec-cart {
		padding: 40px 0;
	}

	table.shop_table_product tr td {
		text-align: center;
		padding: 15px 10px;
	}

	table.shop_table_responsive td.product-thumbnail::before {
		display: none;
	}

	table.shop_table td.product-thumbnail {
		padding: 5px;
	}

	ul#shipping_method {
		margin: 0;
		padding: 10px 0 10px 10px;
		list-style: none;
		text-align: right;
	}

	section.sec-cart .input-text.qty.text.form-control.form-custom {
		width: 120px;
		margin: 0 auto;
	}

	section.sec-cart table.shop_table_responsive tr td {
		text-align: center;
	}

	section.sec-cart .cart-collaterals table.shop_table_product tr td {
		text-align: right;
	}

	section.sec-cart .cart-collaterals table.shop_table_product tr .product-subtotal {
		text-align: right;
	}

	/** coupon **/
	p.p-coupon {
		width: 100%;
		margin-bottom: 10px;
	}

	div.card-kupon {
		margin: 10px 0 30px 0;
		width: 100%;
	}

	div.cart-collaterals {
		margin: 0 auto;
		padding: 25px 15px;
	}

	/** checkout **/
	div.checkout-summary {
		margin-top: 30px;
	}

	div.cont-checkout div#order_review td.product-name {
		font-size: 14px;
	}

	div.checkout-summary label {
		font-size: 12px;
		line-height: 13px;
	}

	label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
		font-size: 20px;
	}

	div.cont-checkout {
		padding-top: 5px;
	}
}

/** single post **/
div.box-fprod {
	border: 1px solid #f7f7f7;
	border-radius: 6px;
	padding: 5px;
	margin-bottom: 15px;
}

div.box-wyzwig-video {
	position: relative;
	margin: 30px 0;
	text-align: center;
}

div.box-wyzwig-video iframe {
	height: 400px;
}

div.box-wyzwig-action {
	position: relative;
	margin: 30px 0;
	text-align: center;
}

figure.fig-wyzwig-a {
	position: relative;
	margin-bottom: 30px;
}

img.img-wyzwig-a {
	max-width: 100%;
	width: 100%;
}

div.box-wyzwig-btn {
	position: relative;
}

a.btn-wyzwig,
a.btn-wyzwig:active,
a.btn-wyzwig:visited {
	background: #50736D;
	color: #fff;
	border-radius: 0;
	padding: 10px 45px;
	font-weight: bold;
	font-size: 15px;
	transition: .3s background ease-in-out;
}

a.btn-wyzwig:hover,
a.btn-wyzwig:focus-within {
	color: #fff;
	text-decoration: none;
	background: var(--red);
}

/** subpage blog - wyróżnione **/
div.col-blog-wyr-a {
	position: relative;
	padding-right: 0;
}

div.col-blog-wyr-b {
	position: relative;
	background-color: var(--gray);
}

div.bg-blog-wyr {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

div.box-blog-wyr {
	position: relative;
	padding: 140px 50px;
}

div.box-blog-wyr {
	position: relative;
}

h3.h3-blog-wyr {
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	color: #000;
}

a.a-blog-wyr-tit,
a.a-blog-wyr-tit:focus-within,
a.a-blog-wyr-tit:visited {
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	color: #000;
	transition: color .3s ease-in-out;
}

a.a-blog-wyr-tit:hover,
a.a-blog-wyr-tit:focus {
	text-decoration: none;
	color: var(--red);
}

/** post wyróżniony meta **/
div.box-blog-wyr-meta {
	position: relative;
	margin-top: 60px;
}

p.p-blog-wyr-meta {
	margin: 0;
	font-size: 16px;
	line-height: 35px;
	color: #000;
}

p.p-blog-wyr-meta span {
	font-weight: bold;
}

/** post wyróżniony link **/
div.box-blog-wyr-href {
	position: relative;
	margin-top: 40px;
}

a.a-blog-wyr,
a.a-blog-wyr:active,
a.a-blog-wyr:visited {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	line-height: 37px;
	color: var(--green);

	transition: color .3s ease-in-out;
}

a.a-blog-wyr:focus-within,
a.a-blog-wyr:hover {
	text-decoration: underline;
	color: var(--green);
}

a.a-blog-wyr svg {
	margin-left: 20px;
	will-change: transform;
	transition: transform .3s ease-in-out;
}

a.a-blog-wyr:focus-within svg,
a.a-blog-wyr:hover svg {
	transform: translateX(10px);
}

/** single post **/
section.sec-sp-bg {
	position: relative;
	margin-bottom: 30px;
}

figure.fig-thumb-sp {
	position: relative;
}

img.img-thumb-sp {
	width: 100%;
}

/** single post content **/
section.sec-sp-content {
	position: relative;
}

div.box-sp-meta {
	position: relative;
	border-bottom: 1px solid #E8E7E7;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

h1.h1-sp-meta {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 36px;
	line-height: 40px;
	color: #2D3748;
}

p.p-sp-data {
	margin: 0;
	font-size: 15px;
	line-height: 30px;
	color: gray;
}

div.box-wyzwig-sp {
	position: relative;
}

/** single post - sidebar **/
h2.h2-sd-page {
	margin: 0;
	font-weight: bold;
	font-size: 32px;
	line-height: 42px;
	color: var(--dark);
}

/** subpage blog **/
a.col-blog-content div.box-wpis-bcg,
div.col-blog-content div.box-wpis-bcg {
	height: 250px;
	background-size: cover;
}

div.col-blog-content h3.h3-wpis {
	font-size: 15px;
	line-height: 25px;
}

div.box-spb-more {
	position: relative;
	margin-top: 15px;
}

div.box-spb-more p.p-post-more {
	position: relative;
	left: auto;
	bottom: auto;
}

div.row-spb-wyr {
	position: relative;
	margin-bottom: 40px !important;
}

/** subpage blog - sidebar **/
div.box-sd {
	position: relative;
	margin-bottom: 40px;
}

h4.h4-sd {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: var(--dark-txt);
}

/** subpage blog - sidebar inne **/
div.box-sd-inne {
	position: relative;
	margin-bottom: 15px;
}

a.a-sd-inne,
a.a-sd-inne:active,
a.a-sd-inne:visited {
	display: inline-block;
	color: var(--dark-txt);
}

a.a-sd-inne:focus,
a.a-sd-inne:hover {
	text-decoration: none;
}

div.box-sd-col-a {
	position: relative;
	float: left;
	width: 35%;
}

div.box-sd-col-b {
	position: relative;
	float: left;
	width: 65%;
	padding: 0 0 0 10px;
}

figure.fig-sd-inne {
	position: relative;
}

img.img-sd-inne {
	width: 100%;
}

h5.h5-sd-inne {
	margin: 0;
	font-size: 13px;
	line-height: 18px;
	color: var(--dark-txt);

	transition: color .3s ease-in-out;
}

a.a-sd-inne:focus h5.h5-sd-inne,
a.a-sd-inne:hover h5.h5-sd-inne {
	color: var(--dark-txt);
	text-decoration: underline;
}

/** subpage blog - sidebar content **/
div.box-sd-content {
	position: relative;
	margin-top: 15px;
}

ul.ul-sd {
	margin: 0;
	padding: 0;
}

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

a.a-sd,
a.a-sd:active,
a.a-sd:visited {
	font-size: 14px;
	line-height: 28px;
	color: var(--dark-txt);

	transition: color .3s ease-in-out;
}

a.a-sd:focus,
a.a-sd:hover {
	text-decoration: underline;
	color: var(--dark-txt);
}

a.a-sd span {
	font-weight: bold;
}

/** blog pagination **/
div.row-pag {
	position: relative;
	margin-top: 40px !important;
}

span.page-numbers.current {
	font-size: 15px;
	line-height: 57px;
	padding: 8px 15px;
	margin: 0 15px;

	color: var(--red);
	background-color: #fff;
	border: 1px solid var(--red);
	border-radius: 3px;

	transition: background-color .2s ease-in-out;
}

a.page-numbers,
a.page-numbers:visited,
a.page-numbers:active {
	font-size: 15px;
	line-height: 57px;
	padding: 8px 15px;
	margin: 0 5px;

	color: #000;
	background-color: #fff;
	border: 1px solid var(--dark-txt);
	border-radius: 3px;
}

a.page-numbers:focus,
a.page-numbers:hover {
	font-size: 14px;
	line-height: 57px;

	color: #fff;
	background-color: var(--dark-txt);
	padding: 8px 15px;
	border-radius: 3px;
	text-decoration: none;
}

span.page-numbers.current,
span.page-numbers.current:visited,
span.page-numbers.current:active {
	background-color: #fff;
	border-radius: 3px;
	padding: 8px 15px;
	margin: 0 5px;
}

/** subpage domyślny szablon **/
div.box-sp-t {
	position: relative;
	margin-bottom: 60px;
}

h1.h1-page {
	margin: 0;
	font-weight: bold;
	font-size: 32px;
	line-height: 42px;
	color: var(--dark);
}

hr.hr-page {
	display: block;
	margin: 20px 0 0 0;
	width: 200px;
	height: 4px;
	background-color: var(--red);
}

/** subpage contact **/
section.sec-sp-con {
	position: relative;
	padding: 80px 0 0 0;
}

div.box-con-iframe {
	position: relative;
}

div.box-con-iframe iframe {
	width: 100%;
	height: 600px;
}

/** subpage contact - title **/
div.box-con-t {
	position: relative;
	margin-bottom: 30px;
}

h2.h2-con {
	margin: 0;
	font-size: 32px;
	line-height: 42px;
	color: #BDBDBD;
}

h2.h2-con span {
	font-weight: bold;
	font-size: 45px;
	line-height: 55px;
	color: #626262;
}

hr.hr-con {
	display: block;
	margin: 20px 0 0 0;
	width: 200px;
	height: 4px;
	background-color: var(--red);
}

/** subpage contact - content **/
div.box-con-content {
	position: relative;
	margin-bottom: 30px;
}

h3.h3-con {
	margin: 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 37px;
	color: var(--green);
}

a.a-con,
a.a-con:active,
a.a-con:visited {
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: var(--dark-txt);
	transition: color .3s ease-in-out;
}

a.a-con:focus,
a.a-con:hover {
	text-decoration: none;
	color: var(--dark-txt);
}

p.p-con-h {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	color: var(--dark-txt);
}

/** subpage contact - row footer **/
div.row-con {
	position: relative;
	margin-top: 40px !important;
	padding-bottom: 40px;
	border-bottom: 1px solid #C4C4C4;
}

p.p-con-b {
	margin: 0;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: var(--dark-txt);
}

div.box-wyzwig-con {
	position: relative;
}

div.box-wyzwig-con p {
	margin: 0;
	/*display: inline-block;*/
	font-size: 20px;
	line-height: 30px;
	color: var(--dark-txt);
}

/** subpage 404 **/
section.sec-404 {
	position: relative;
	padding: 120px 0 200px 0;
	background-image: url(/wp-content/uploads/2021/11/bg-404.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/** subpage 404 - content **/
div.box-404 {
	max-width: 460px;
	width: 100%;
	margin: 0 auto;
}

h2.h2-404 {
	font-size: 120px;
	font-weight: bold;
	color: var(--red);
	margin-bottom: 20px;
}

p.p-404 {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 25px;
}

p.p-404 b {
	font-weight: bold;
	text-transform: uppercase;
}

/** subpage 404 - btn **/
div.box-404-btn {
	position: relative;
	margin-top: 40px;
}

a.btn-404,
a.btn-404:active,
a.btn-404:visited {
	position: relative;
	margin-right: 5px;
	padding: 8px 45px;
	border-radius: 0;
	font-size: 15px;
	background-color: var(--green);
	border: 1px solid var(--green);
	color: #fff;
	transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
}

a.btn-404:focus,
a.btn-404:hover {
	color: #fff;
	text-decoration: none;
	background-color: var(--red);
	border-color: var(--red);
}

a.btn-404-b,
a.btn-404-b:active,
a.btn-404-b:visited {
	position: relative;
	margin-left: 5px;
	padding: 8px 45px;
	border-radius: 0;
	font-size: 15px;
	background-color: #fff;
	border: 1px solid var(--dark-txt);
	color: var(--dark-txt);
	transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
}

a.btn-404-b:focus,
a.btn-404-b:hover {
	color: #fff;
	text-decoration: none;
	background-color: var(--red);
	border-color: var(--red);
}

div.box-404-s {
	position: relative;
	margin-top: 40px;
}

/* fancybox */
.fancybox-is-open .fancybox-bg {
	opacity: 1;
}

.fancybox-bg {
	background: #fff;
}

.fancybox-caption {
	background: none;
}

.fancybox-caption {
	color: var(--dark);
}

/** gallery product **/
img.img-prod:hover {
	cursor: url('/wp-content/uploads/2021/11/cursor-zoom-1-e1636531354911.png'), auto;
}

/** modal content **/
div.modal-content {
	position: relative;
	border: 0;
	padding: 60px 0 15px 0;
}

/* main#MainModal {
	overflow-x: scroll;						
	display: flex;
}			
main#MainModal::-webkit-scrollbar-track {
    background-color: var(--gray);
}
main#MainModal::-webkit-scrollbar {
  width: 2px; height: 6px;
}

main#MainModal::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: var(--red);
} */


/** modal **/
div.modal-backdrop {
	background-color: rgba(0, 0, 0, .3);
}

div.modal-dialog {
	max-width: 1380px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

div.owl-modal img {
	max-height: 400px;
}

div.item-gal {
	position: relative;
	text-align: center;
}

/** modal close **/
button.btn-cl {
	position: absolute;
	right: 15px;
	top: 15px;
	opacity: 1;

	border-radius: 50%;
	width: 35px;
	height: 35px;
	transition: background-color .3s ease-in-out;
}

button.btn-cl:hover,
button.btn-cl:focus {
	background-color: var(--gray);
}

figure.fig-mod-close {
	text-align: center;
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

img.img-mod-cl {
	max-width: 15px;
	width: 100%;
}


/** end modal **/

/** subpage kariera **/
section.sec-sp-of {
	position: relative;
	padding: 30px 0;
}

section.sec-sp-of div.r-ofirmie-bcg {
	position: relative;
}

section.sec-sp-of div.r-ofirmie-bcg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2)
}

div.box-bcg-par {
	position: relative;
	z-index: 1;
}

p.p-sp-nag-bcg-b {
	margin-bottom: 0;
}

p.p-sp-nag-ins {
	text-transform: uppercase;
}

h1.h1-sp-nag-ins {
	margin: 0 0 40px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
	line-height: 160%;
	color: #3A3E47;
}

/** subpage kariera oferta **/
section.sec-sp-of-b {
	position: relative;
	margin: 0 30px 30px 30px;
	padding: 60px 0;
	background-color: var(--gray);
}

div.cont-of {
	position: relative;
}

h2.h2-page {
	font-weight: bold;
	font-size: 32px;
	line-height: 51px;
	color: var(--dark);
	text-align: center;
}

/** subpage kariera oferta pracy **/
div.col-sin-of {
	position: relative;
	margin-bottom: 30px;
}

a.a-sin-of,
a.a-sin-of:active,
a.a-sin-of:visited {
	color: var(--dark);
}

a.a-sin-of:focus,
a.a-sin-of:hover {
	text-decoration: none;
}

div.box-sin-of {
	position: relative;
	background-color: #fff;
	padding: 35px 40px;
}

div.box-sin-of-meta {
	position: relative;
}

p.p-sin-of {
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #C4C4C4;
	margin-bottom: 5px;
}

h3.h3-sin-of {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: var(--dark);

	transition: color .3s ease-in-out;
}

div.box-wyzwig-sin-of,
div.box-wyzwig-sin-of p {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #898989;
	margin: 20px 0 0 0;
}

div.box-sin-of-a {
	position: relative;
	margin-top: 20px;
}

p.p-sin-of-a {
	margin: 0;
	font-weight: bold;
	font-size: 15px;
	line-height: 37px;
	color: var(--green);

	transition: color .3s ease-in-out;
}

p.p-sin-of-a:hover,
p.p-sin-of-a:focus {
	color: var(--red);
}

img.img-sin-of {
	margin-left: 15px;

	will-change: transform;
	transition: transform .3s ease-in-out;
}

p.p-sin-of-a:hover img.img-sin-of,
p.p-sin-of-a:focus img.img-sin-of {
	transform: translateX(20px);
}

a.a-sin-of:focus h3.h3-sin-of,
a.a-sin-of:hover h3.h3-sin-of {
	color: var(--red);
}

/** subpage general **/
section.sec-sp {
	position: relative;
	padding: 80px 0;
}

/** breadcrumps **/
nav.woocommerce-breadcrumb {
	position: relative;
	padding: 15px 0;
	font-weight: normal;
	font-size: 14px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	color: var(--dark-txt);
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb a:active,
.woocommerce-breadcrumb a:visited {
	color: var(--dark-txt);
	font-weight: normal;
	font-size: 14px;
}

.sep-bread {
	margin-left: 12px;
	margin-right: 12px;
	color: var(--dark-txt);
}

div.bread_cust {
	font-size: 14px;
}

div.bread-custom a,
div.bread-custom a:visited,
div.bread-custom a:active {
	transition: color .12s ease-in;
	font-size: 14px;
	color: var(--dark-txt);
}

div.bread-custom a:hover,
div.bread-custom a:focus {
	color: var(--red);
	text-decoration: none;
}

div.bread-custom {
	font-weight: normal;
}

/** insta feed **/
div.col-insta {
	margin-bottom: 30px;
}

div.bg-insta-ov {
	position: relative;
	overflow: hidden;
}

div.bg-insta {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 380px;

	will-change: transform;
	transition: transform .3s ease-in-out;
}

a.a-insta:hover div.bg-insta,
a.a-insta:focus div.bg-insta {
	transform: scale(1.1);
}

/** header **/
header#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	background-color: #fff;

	will-change: transform;
	transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
}

header.fixed-header {
	/*transform: translateY(-37px);*/
	box-shadow: 0 14px 28px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 1%);
}

/*
@media only screen and (min-width: 768px) {
header.fixed-header {
	transform: translateY(-37px);
	box-shadow: 0 14px 28px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 1%);
}
}
*/
@media only screen and (max-width: 768px) {
	header.fixed-header {
		transform: translateY(-26px);
		box-shadow: 0 14px 28px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 1%);
	}
}

main#primary {
	margin-top: 135px;
}

div.w1640 {
	max-width: 1640px;
	width: 100%;
	margin: 0 auto;
}

div.row-page {
	position: relative;
	margin-top: 60px;
}

/** top header **/
section.desk-h {
	position: relative;
}

div.cont-th {
	position: relative;
	padding: 5px 0;
	background-color: #5C5D62;
}

div.box-th {
	position: absolute;
	left: 15px;
	top: 0;
}

p.p-th {
	display: inline-block;
	margin: 0;
	font-size: 13px;
	line-height: 20px;
	color: rgba(255, 255, 255, .5);
}

a.a-th,
a.a-th:active,
a.a-th:visited {
	display: inline-block;
	margin-left: 10px;
	font-size: 13px;
	line-height: 20px;
	color: rgba(255, 255, 255, .5);
	transition: color .3s ease-in-out;
}

a.a-th:focus,
a.a-th:hover {
	text-decoration: none;
	color: var(--red);
}

/** top header sm **/
a.a-th-sm {
	font-size: 0;
}

figure.fig-th-sm {
	position: relative;
	top: -5px;
	margin-left: 10px;
}

img.img-th-sm {
	max-width: 40px;
	width: 100%;
}

a.a-th-sm:focus img.img-th-sm,
a.a-th-sm:hover img.img-th-sm {
	opacity: .5;
}

/** header navigation **/
div.cont-h {
	position: relative;
	background-color: #fff;
	padding: 0;
}

div.box-logo-h {
	position: relative;
	padding-bottom: 20px;
	overflow: hidden;
}

/*
div.box-logo-h::after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0; top: 25px;
	transform: translate(-50%, -150%);
	background-color: #fff;
	opacity: 1;
	
	width: 200%; height: 40px;
	will-change: transform;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}
div.box-logo-h::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0; bottom: -20px;
	transform: translate(-50%, 50%);
	background-color: #fff;
	opacity: 1;
	
	width: 200%; height: 40px;
	will-change: transform;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}
header.fixed-header div.box-logo-h::after {
	transform: translate(-50%, -50%);
}
header.fixed-header div.box-logo-h::before {
	transform: translate(-50%, -50%);
}*/
figure.fig-logo-h {
	position: relative;
	top: 8px;
}

img.logo-h {
	max-width: 240px;
	width: 100%;
	transition: opacity .2s ease-in-out;
}

div.box-logo-fix {
	position: absolute;
	width: 200px;
	height: 85px;
	overflow: hidden;
	z-index: 2;
}

div.box-fix-a {
	width: 96px;
	height: 6px;
	background-color: var(--dark);

	margin: 0;
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translate(-150%, -50%);

	opacity: 0;
	will-change: transform;
	transition: transform .6s ease-in-out, opacity .5s ease-in-out;
	transition-delay: .5s, .01ms;
}

div.box-fix-b {
	width: 96px;
	height: 6px;
	background-color: var(--red);

	margin: 0;
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translate(50%, -50%);

	opacity: 0;
	will-change: transform;
	transition: transform .6s ease-in-out, opacity .5s ease-in-out;
	transition-delay: .5s, .01ms;
}

header.fixed-header div.box-fix-b {
	transform: translate(-50%, -50%);
	opacity: 1;
}

header.fixed-header div.box-fix-a {
	transform: translate(-50%, -50%);
	opacity: 1;
}

/** navigation **/
nav.nav-menu {
	position: relative;
	display: inline-block;
}

ul#main {
	margin: 0;
	padding: 0;
}

ul#main li:not(ul.sub-menu li) {
	display: inline-block;
	list-style: none;
}

ul#main li a:not(ul.sub-menu li a),
ul#main li a:not(ul.sub-menu li a):active,
ul#main li a:not(ul.sub-menu li a):visited {
	display: inline-block;
	padding: 29px 12px;

	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: var(--dark);
	transition: color .3s ease-in-out;
}

ul#main li a:not(ul.sub-menu li a):focus,
ul#main li a:not(ul.sub-menu li a):hover {
	text-decoration: underline;
}

ul#main li.menu-item-has-children a:not(ul.sub-menu li a) {
	position: relative;
	/* 	color: var(--red); */
}

ul#main li.menu-item-has-children a::after {
	content: '';
	background-image: url(/wp-content/uploads/2021/10/arr-h.png);
	width: 10px;
	height: 10px;
	background-size: 10px;
	display: inline-block;
	margin-left: 10px;
}

ul#main li:not(ul.sub-menu li):last-child {
	margin-left: 0px;
}

/*ul#main li:not(ul.sub-menu li):last-child a {
	font-weight: 100;
}*/

/** sub menu **/
ul.sub-menu:not(ul#secound ul.sub-menu) {
	display: none;
	margin: 0;
	padding: 20px 13px;

	position: absolute;
	z-index: 2;
	left: 0;
	top: 70px;
	background-color: #fff;
	box-shadow: 0 14px 28px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 1%);
}

ul.sub-menu li {
	display: block;
	text-align: left;
}

ul.sub-menu li a::after {
	display: none !important;
}

ul#main li.menu-item-has-children:hover ul.sub-menu,
ul#mob-main li.menu-item-has-children.acti ul.sub-menu,
ul#main li.menu-item-has-children:focus-within ul.sub-menu {
	display: block;
	animation-name: menu-sh;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

@keyframes menu-sh {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

ul.sub-menu li a,
ul.sub-menu li a:active,
ul.sub-menu li a:visited {
	display: block;
	padding: 10px 0;

	font-weight: bold;
	font-size: 15px;
	line-height: 25px;
	color: var(--dark);
}

ul.sub-menu li a:focus,
ul.sub-menu li a:hover {
	text-decoration: none;
	color: var(--red);
}

/** navigation right **/
div.box-menu-rgt {
	position: absolute;
	z-index: 15px;
	right: 15px;
	top: 15px;
}

/** Hamburger **/
.ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.hamRotate.active {
	transform: rotate(45deg);
}

.hamRotate180.active {
	transform: rotate(180deg);
}

.line {
	fill: none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke: var(--dark);
	stroke-width: 5.5;
	stroke-linecap: round;
}

.line-color {
	stroke: #fff !important;
}

.ham-h .top {
	stroke-dasharray: 40 139;
}

.ham-h .bottom {
	stroke-dasharray: 40 180;
}

.ham-h.active .top {
	stroke-dashoffset: -98px;
}

.ham-h.active .bottom {
	stroke-dashoffset: -138px;
}

/** end mobile hamburger **/

/** navigation secound menu **/
div.box-menu-sec {
	display: none;
	position: absolute;
	right: 15px;
	top: 70px;
	z-index: 10;
	width: 380px;
	padding: 20px 30px;

	background-color: #fff;
	box-shadow: 0 14px 28px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 1%);
}

div.box-menu-sec-sh {
	display: block;
	animation-name: menu-sh;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

ul#secound {
	margin: 0;
	padding: 0;
}

ul#secound li {
	list-style: none;
}

ul#secound li a,
ul#secound li a:active,
ul#secound li a:visited {
	display: inline-block;
	padding: 10px 0;

	font-weight: bold;
	font-size: 15px;
	line-height: 25px;
	color: var(--dark);
	transition: color .3s ease-in-out;
}

ul#secound li a:focus,
ul#secound li a:hover {
	text-decoration: none;
	color: var(--red);
}

ul#secound ul.sub-menu {
	display: none;
	position: relative;
	left: auto;
	top: auto;

	margin: 0;
	padding: 0 0 0 20px;
}

ul#secound li.menu-item-has-children a:not(ul.sub-menu li a) {
	position: relative;
	color: var(--dark);
}

ul#secound li.menu-item-has-children a::after,
ul#mob-main li.menu-item-has-children a::after {
	content: '';
	background-image: url(/wp-content/uploads/2021/10/arr-h.png);
	width: 10px;
	height: 10px;
	background-size: 10px;
	display: inline-block;
	margin-left: 20px;
}

ul#secound ul.sub-menu li.lang-item a[lang] {
	font-size: 14px;
	padding: 5px 0;
	color: var(--red);
	transition: color .3s ease-in-out;
}

ul#secound ul.sub-menu li.lang-item a[lang]:focus,
ul#secound ul.sub-menu li.lang-item a[lang]:hover {
	color: var(--dark);
}

/** secound menu flag **/
ul#secound li:not(ul.sub-menu li):last-child {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid var(--gray);
}

ul#secound li:not(ul.sub-menu li):last-child a {
	color: var(--red);
}

ul#secound li:not(ul.sub-menu li):last-child img {
	margin-right: 15px;
}

/** header cart **/
a.a-h-cart {
	font-size: 0;
}

div.box-h-cart {
	position: relative;
	top: 0;
	display: inline-block;
	margin: 0 5px;
}

div.box-cart-count {
	position: absolute;
	right: -14px;
	top: 0px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

div.box-cart-count span {
	display: inline-block;
	padding: 2px;
	font-size: 11px;
	color: #000;
	text-align: center;
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

svg.svg-h-cart {
	max-width: 30px;
}

svg.svg-h-cart path {
	transition: fill .3s ease-in-out;
}

a.a-h-cart:hover svg.svg-h-cart path,
a.a-h-cart:focus svg.svg-h-cart path {
	fill: var(--red);
}

/** secound navigation search **/
div.box-h-s,
div.mob-box-menu {
	position: relative;
	display: inline-block;
}

div.box-h-s {
	position: relative;
	top: 7px;
	margin-right: 10px;
	max-width: 300px;
	/*width: 100%;*/
}

/*div.box-h-s {
	position: relative;
	top: 7px;
	margin-right: 10px;
	max-width: 150px;
	width: 100%;
}*/
form.form-h-s {
	position: relative;
	display: inline-block;
}

input.input-h-s {
	position: relative;
	height: 40px;
	border-radius: 30px;
	padding-left: 30px;
	padding-right: 15px;

	font-size: 14px;
	color: var(--dark);
	background: #fff;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
}

input.input-h-s:focus {
	box-shadow: none;
	border-color: var(--red);
}

button.btn-h-s {
	position: absolute;
	right: 15px;
	top: 2px;
	background-color: #fff;
	border: none;
	padding: 0;
	margin: 0;
}

svg.svg-h-s {
	max-width: 20px;
}

svg.svg-h-s path {
	transition: fill .3s ease-in-out;
}

svg.svg-h-s:hover path,
svg.svg-h-s:focus path {
	fill: var(--red);
}

/** section about **/
section.sec-ab {
	position: relative;
	padding: 60px 0;
}

div.box-ab {
	position: relative;
	padding-right: 50px;
}

h1.h1-ab {
	margin: 0 0 30px 0;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: var(--black);
}

div.box-video {
	position: relative;
}

section.sec-ab h2.h2-page {
	margin-bottom: 20px;
}

div.box-video iframe {
	width: 100%;
}

/** section kontakt i pomoc **/
section.sec-con-help {
	position: relative;
	border-bottom: 1px solid #C4C4C4;
}

ul#pills-tab {
	margin: 30px 0 0 0;
	padding: 0;
}

ul#pills-tab li {
	position: relative;
	float: left;
	width: calc(25% - 10px);
	margin: 5px;
}

h3.h3-pills {
	margin: 0;
	font-size: 15px;
	color: var(--dark);
	transition: color .3s ease-in-out;
}

a.nav-link,
a.nav-link:active,
a.nav-link:visited {
	display: inline-block;
	width: 100%;
	padding: 25px 15px;
	font-family: 'Ubuntu', sans-serif;
	color: var(--dark);
	background-color: var(--gray);
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

a.nav-link:hover,
a.nav-link:focus {
	background-color: #5C5D62;
	color: #fff;
}

h3.h3-pills {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
}

a.nav-link:hover h3.h3-pills,
a.nav-link:focus h3.h3-pills {
	color: #fff;
}

a.nav-link.active,
a.nav-link.active h3.h3-pills {
	background-color: #5C5D62;
	color: #fff;
}

ul#pills-tab li svg {
	margin-right: 15px;
}

/** tab content kontakt i pomoc **/
div.tab-content {
	padding: 0 15px;
	margin-top: 30px;
}

h4.h4-pills {
	margin: 0 0 30px 0;
	font-size: 24px;
	line-height: 38px;
	color: var(--dark);
}

/** footer **/
h4.h4-f {
	margin: 0 0 40px 0;
	font-weight: 800;
	font-size: 22px;
	line-height: 35px;
	color: #5C5D62;
}

div.box-f,
div.box-f p {
	position: relative;
	font-size: 15px;
	color: #5C5D62;
}

a.a-f,
a.a-f:active,
a.a-f:visited {
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: var(--dark);
	transition: color .3s ease-in-out;
}

a.a-f:focus,
a.a-f:hover {
	text-decoration: none;
	color: var(--red);
}

/** footer navigation **/
nav.nav-menu-f ul {
	margin: 0;
	padding: 0;
}

nav.nav-menu-f ul li {
	position: relative;
	list-style: none;
}

nav.nav-menu-f ul li a,
nav.nav-menu-f ul li a:active,
nav.nav-menu-f ul li a:visited {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #5C5D62;
	transition: color .3s ease-in-out;
}

nav.nav-menu-f ul li a:focus,
nav.nav-menu-f ul li a:hover {
	text-decoration: underline;
	color: #5C5D62;
}

/** footer newsletter **/
h4.h4-f-b {
	margin: 0 0 20px 0;
	font-weight: 800;
	font-size: 22px;
	line-height: 35px;
	color: #5C5D62;
}

p.p-f {
	display: block;
	margin: 0;
	font-size: 15px;
	line-height: 26px;
	color: #5C5D62;
}

/** section hero **/
section.sec-hero {
	position: relative;
}

div.col-hero-lft {
	position: relative;
	padding-right: 0;
	background-color: var(--gray);
	/*min-height:670px;*/
}

div.col-hero-rgt {
	position: relative;
	padding-left: 0;
}

div.bg-hero {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

/** hero content **/
div.box-hero {
	position: relative;
	padding: 180px 20px;
	text-align: center;
	/*position: absolute;*/
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

h2.h2-hero {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 32px;
	line-height: 35px;
	color: var(--dark);
}

p.p-hero {
	font-family: Georgia, 'Times New Roman', Times, serif;
	margin: 0;
	font-size: 22px;
	line-height: 24px;
	color: var(--dark);
	font-style: italic;
	margin-top: 30px;
}

img.hero-logo {
	max-width: 150px;
}

div.box-hero-btn {
	position: relative;
	margin-top: 10px;
}

a.btn-hero,
a.btn-hero:active,
a.btn-hero:visited {
	font-weight: bold;
	font-size: 15px;
	line-height: 37px;
	color: #3A3E47;
	padding: 8px 30px;
	background: #fff;
	border-radius: 0;
	border: 1px solid #3A3E47;
	transition: color .3s ease-in-out, border-color .3s ease-in-out;
}

a.btn-hero:focus,
a.btn-hero:hover {
	color: #3A3E47;
}

a.btn-hero span {
	margin-left: 15px;
}

/**
 * 
 * MOBILE
 * VERSION
 * 
 * **/

/** mobile header search **/
div.mob-box-h-s,
section.sec-s-mob {
	display: none;
}

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

	/** mobile search main **/
	form.form-h-s {
		display: block;
	}

	input.input-h-s {
		width: 100%;
	}

	/** mobile serach content **/
	section.sec-s-mob {
		display: block;
		position: fixed;
		z-index: 10;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, .98);

		transform: translateY(-100%);
		will-change: transform;
		transition: transform .3s ease-in-out;
	}

	section.sec-s-mob-sh {
		transform: translateY(0);
	}

	div.box-s-mob {
		position: relative;
		width: 100%;
		margin-top: 200px;

		will-change: transform;
		transition: transform .4s ease-in-out;
	}

	section.sec-s-mob-sh div.box-s-mob {
		animation-name: mob-nav;
		animation-delay: .5s;
		animation-duration: .8s;
		animation-fill-mode: forwards;
		transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
		opacity: 0;
	}

	@keyframes mob-nav {
		from {
			transform: translateY(-100px);
			opacity: 0;
		}

		to {
			transform: translateX(0);
			opacity: 1;
		}
	}

	body.no-scroll {
		overflow: hidden;
	}

	/** navigation mobile serach **/
	div.mob-box-h-s {
		position: relative;
		top: 10px;
		display: inline-block;
		margin-right: 8px;
		height: 30px;
		width: 30px;

		overflow: hidden;
	}

	figure.fig-s-mob {
		position: relative;

		margin: 0;
		text-align: center;
		width: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);

		will-change: transform;
		transition: transform .3s ease-in-out;
	}

	img.img-s-mob {
		max-width: 40px;
		width: 100%;
	}

	figure.fig-s-mob-b {
		position: relative;

		margin: 0;
		text-align: center;
		width: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, 100%);

		will-change: transform;
		transition: transform .3s ease-in-out;
	}

	img.img-s-mob-b {
		max-width: 20px;
		width: 100%;
	}

	figure.fig-s-mob-out {
		transform: translate(-50%, -140%);
	}

	figure.fig-s-mob-in {
		transform: translate(-50%, -50%);
	}
}

/** mobile header **/
@media only screen and (max-width: 768px) {
	header#masthead {
		z-index: 999;
		box-shadow: 0 14px 28px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 1%);
	}

	main#primary {
		margin-top: 150px;
	}

	figure.fig-logo-h {
		top: 4px;
	}

	div.box-menu-rgt {
		top: 10px;
	}
}

/** mobile section hero **/
@media only screen and (max-width: 1300px) {
	div.box-hero {
		padding: 180px 15px;
	}
}

@media only screen and (max-width: 960px) {
	div.col-hero-lft {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		order: 2;
		padding-left: 0;
		padding-right: 0;
		min-height: 550px;
	}

	div.col-hero-rgt {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		order: 1;
		padding-left: 0;
		padding-right: 0;
	}

	div.bg-hero {
		height: 194px;
		background-size: contain;
	}

	div.box-hero {
		padding: 40px 15px;
		text-align: center;
	}
}

/** mobile section opis **/
@media only screen and (max-width: 960px) {
	div.box-ab {
		padding-right: 0;
	}
}

@media only screen and (max-width: 768px) {
	section.sec-ab {
		padding: 40px 0;
	}

	h1.h1-ab {
		text-align: center;
	}

	section.sec-ab h2.h2-page {
		margin-top: 30px;
	}

	h2.h2-page {
		font-size: 30px;
		line-height: 40px;
	}
}

/** mobile section serie **/
/*
@media only screen and (max-width: 960px) {
	#serie {
    padding: 20px 0;
	}
	div.col-serie {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
}
*/

/** mobile section serie **/
@media only screen and (max-width: 1180px) {
	#serie {
		padding: 20px 0;
	}

	div.col-serie {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		width: 50%;
		max-width: 50%;
		flex: 0 0 50%;
	}

	div.cm-wpis-fp {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		width: 50%;
		max-width: 50%;
		flex: 0 0 50%;
	}
}

/** mobile section banner **/
@media only screen and (max-width: 768px) {
	.row.w1640.r-box-text {
		/*margin-top: -240px;*/
	}

	div.r-box-text {
		padding: 25px 15px;
		text-align: center;
	}
}

/** mobile section tabs **/
.acco-help {
	display: none;
}

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

	section.sec-con-help {
		padding: 40px 0;
	}

	div.tab-content {
		padding: 0;
	}

	ul#pills-tab li {
		float: none;
		width: 100%;
		margin: 5px;
		text-align: center;
	}

	a.nav-link,
	a.nav-link:active,
	a.nav-link:visited {
		padding: 15px 5px;
	}

	div.tab-content {
		margin-top: 0;
	}

	p.p-bdcr {
		font-size: 40px;
		line-height: 50px;
	}

	.pills-help {
		display: none;
	}

	.acco-help {
		display: block;
	}

	.acco-help .card-header {
		border: none;
		border-radius: 0;
		background-color: var(--gray);
		font-size: 15px;
		color: var(--dark);
		transition: color .3s ease-in-out;
		text-align: Center;
		padding: 15px 5px;
	}

	.acco-help .card-header svg {
		margin-right: 15px
	}

	.acco-help .card {
		border: none;
		border-radius: 0;
		margin: 5px;
	}
}

/** mobile section front blog **/
@media only screen and (max-width: 768px) {
	div.col-serie {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}

	div.cm-wpis-fp {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}

	div.box-wpis-bcg {
		height: 360px;
	}

	div.cm-wpis-fp {
		margin-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
	}

	/** mobile pozostałe front blog **/
	a.a-pa-post,
	a.a-pa-post:active,
	a.a-pa-post:visited {
		display: block;
		width: 100%;
		border-bottom: 1px solid #f7f7f7;
	}

	h3.h3-pa-post {
		margin: 5px 0;
	}

	h3.h3-pa-post:after {
		display: none;
	}
}


/** mobile section footer **/
@media only screen and (max-width: 768px) {
	section.sec-f {
		padding: 40px 0 20px 0;
	}

	figure.fig-ue {
		position: relative;
		margin-top: 20px;
		top: auto;
	}

	h4.h4-f {
		margin: 0 0 10px 0;
	}

	div.box-wyzwig.box-f p {
		margin: 20px 0;
		text-align: center;
	}

	h4.h4-f-b {
		margin: 20px 0 10px 0;
	}
}


/* kat update */
div.col-mod-gl {
	height: 320px;
}

div.box-fprod div.col-mod-gl {
	height: 420px;
}

:root {
	--dark: #3A3E47;
	--dark-txt: #626262;
	--red: #AC2037;
	--green: #50736D;
	--gray: #F5F5F5;
}

/** acitve link **/
/* ul#main li a[aria-current="page"]:not(ul.sub-menu li a) {
	text-decoration: underline;
} */


/* font-family: Georgia, 'Times New Roman', Times, serif; */
ul#main li.menu-item-has-children {
	position: relative;
}

/* ul#main li:last-child:not(ul.sub-menu li)::before {
  content: '';
  background-image: url(/wp-content/uploads/2022/01/icon-earth.png);
  width: 14px; height: 14px;
  background-size: 14px;
  display: inline-block;
  position: relative;
  top: 2px; right: 0px;
} */

/** product thumb **/
div.col-prod-thumb {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

div.prod-video-mob {
	text-align: center;
}

div.b-model-bcg {
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}

figure.fig-model-thumb {
	position: relative;
}

img.img-model-thumb-b {
	text-align: center;
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

	transition: opacity .6s ease-in-out;
}

img.img-model-thumb-b {
	opacity: 0;
}





.fig-model-thumb:hover img.img-model-thumb-b {
	display: block;
	opacity: 1;
}

div.box-fprod-thumb-img {
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}

/** subpage filmy **/
div.box-film-txt {
	margin-top: 10px;
}

div.box-filmy-prod {
	margin-bottom: 15px;
}

/** Powiadomienia **/
/** wc error **/
ul.woocommerce-error {
	position: relative;
	max-width: 640px;
	width: 100%;
	margin: 0 auto 30px auto;
	border-radius: 0;
	text-align: center;
	padding: 25px 15px;
	background-color: #e2401c;
}

ul.woocommerce-error li {
	list-style: none;
	font-size: 15px;
	color: #fff;
}

/** wc info **/
.woocommerce-info {
	position: relative;
	max-width: 640px;
	width: 100%;
	margin: 0 auto 30px auto;
	border-radius: 0;
	text-align: center;
	padding: 25px 15px;
}

/** wc message **/
div.woocommerce-message {
	position: relative;
	max-width: 640px;
	width: 100%;

	border-radius: 0;
	text-align: center;
	padding: 25px 15px;
	margin: 30px auto;
	background-color: #0f834d;
	color: #fff;
	font-size: 15px;
}

div.woocommerce-message a,
div.woocommerce-message a:active,
div.woocommerce-message a:visited {
	font-size: 15px;
	color: #fff;
}

/** wc info **/
div.woocommerce-info {
	position: relative;
	max-width: 640px;
	width: 100%;

	border-radius: 0;
	text-align: center;
	padding: 25px 15px;
	margin: 0 auto 30px auto;

	background-color: #3d9cd2;
	color: #fff;
	font-size: 15px;
}

div.woocommerce-info a,
div.woocommerce-info a:active,
div.woocommerce-info a:visited {
	font-size: 15px;
	color: #fff;
}

/** subpage contact **/
section.sec-con-form {
	position: relative;
	padding: 60px 0;
	background-color: #f7f7f7;
}

div.w960 {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

/** subpage contact **/
div.box-form {
	position: relative;
	max-width: 740px;
	width: 100%;
	margin: 0 auto;
}

/** form accept **/
div.cm-akcept {
	position: relative;
	margin-top: 20px;
}

p.p-form-accept {
	margin: 0;
	display: inline;
	font-size: 14px;
	line-height: 21px;
	color: var(--dark);
	position: relative;
	left: 20px;
}

a.a-accept,
a.a-accept:visited,
a.a-accept:active {
	font-size: 14px;
	line-height: 21px;
	color: var(--dark);
	text-decoration: underline;
}

a.a-accept:hover,
a.a-accept:focus-within {
	text-decoration: none;
}

div.form-box {
	position: relative;
}

/** form check **/
div.form-box input[type="checkbox"] {
	margin: 0;
	position: relative;
}

/** form style **/
div.form-box {
	position: relative;
	box-sizing: border-box;
}

label.lab-form {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: var(--dark);
	font-size: 14px;
	margin-bottom: 5px;
}

p.p-info-form {
	margin: 0 0 20px 0;
	text-align: center;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	color: var(--dark);
}

div.form-box .form-k,
.modal-enquiry-form .form-k {
	border-radius: 0;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: normal;
	padding-left: 30px;
	height: 45px;
	background-color: #fff;
	border-color: #e9cbca;
}

div.form-box .btn-send,
div.form-box .btn-send:visited,
div.form-box .btn-send:active,
.modal-enquiry-form .btn-send,
.modal-enquiry-form .btn-send:visited,
.modal-enquiry-form .btn-send:active {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 50px;
	border-radius: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #fff;
	background-color: #5C5D62;
	border: 1px solid #5C5D62;
	transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
}

div.form-box .btn-send:hover,
div.form-box .btn-send:focus {
	text-decoration: none;
	color: #fff;
	border-color: var(--dark);
	background-color: var(--dark);
}

div.form-box .form-txt {
	height: 100px;
}

div.form-box .form-k:focus-within {
	color: #000;
	background-color: #fff;
	border-color: var(--dark);
	outline: 0;
	box-shadow: none;
}

/** Walidacja Kontaktu **/
span.wpcf7-not-valid-tip {
	font-size: 13px;
	margin-top: -10px;
	margin-bottom: 20px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	font-size: 13px;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 40px;
}

div.wpcf7-mail-sent-ok {
	margin-top: -10px;
	border: 2px solid #398f14;
	margin-bottom: 40px;
	font-size: 13px;
	text-align: center;
	border-radius: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900;
	background-color: #ffb900;
	color: #000;
	text-align: center;
	font-size: 15px;
	border-radius: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	background-color: #46b450;
	color: #fff;
	text-align: center;
	font-size: 15px;
	border-radius: 0;
}


/** header changes **/
section.sec-menu-mob {
	display: none;
}

/** menu header **/
@media only screen and (max-width: 1300px) {
	ul#main li:not(ul.sub-menu li):last-child {
		margin-left: 0;
	}

	ul#main li a:not(ul.sub-menu li a),
	ul#main li a:not(ul.sub-menu li a):active,
	ul#main li a:not(ul.sub-menu li a):visited {
		padding: 30px 3px;
	}
}

div.mob-box-menu {
	display: none;
}

@media only screen and (max-width: 1080px) {
	.menu {
		display: none;
	}

	.sidemenu .menu {
		display: block;
	}

	.nav-menu-f .menu {
		display: block;
	}

	div.mob-box-menu {
		display: inline-block;
	}

	div.box-h-cart {
		top: -4px;
	}

	body.no-scroll {
		overflow: hidden;
	}

	body.no-scroll-b {
		overflow: hidden;
	}

	section.sec-menu-mob {
		display: block;
		position: fixed;
		z-index: 5;
		left: 0;
		top: 0;
		padding-top: 140px;
		padding-bottom: 40px;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 1);

		overflow-y: scroll;
		overflow-x: hidden;

		transform: translateY(-100%);
		will-change: transform;
		transition: transform .3s ease-in-out;
	}

	section.sec-menu-mob::-webkit-scrollbar {
		width: 0;
	}

	section.sec-menu-mob-sh {
		transform: translateY(0);
	}

	section.sec-menu-mob-pt {
		padding-top: 100px;
	}

	/** menu mobile **/
	ul#mob-main {
		display: block;
		margin: 0;
		padding: 0;
		margin-top: 20px;
	}

	ul#mob-main li {
		list-style-type: none;
		display: block;
		padding: 5px 0;
	}

	ul#mob-main li a:not(ul.sub-menu li a),
	ul#mob-main li a:active:not(ul.sub-menu li a),
	ul#mob-main li a:visited:not(ul.sub-menu li a) {
		color: var(--dark);
		font-size: 20px;
	}

	ul#mob-main li a:hover:not(ul.sub-menu li a) {
		color: var(--dark);
	}

	/*
	ul.sub-menu:not(ul#secound ul.sub-menu) {
		display: block;
		position: relative;
		left: auto; top: auto;
		box-shadow: none;
		margin: 15px 0;
		padding: 5px 0 5px 30px;
		border-left: 1px solid rgba(0,0,0,.1);
		background-color: transparent;
	}
	*/
	ul.sub-menu li a,
	ul.sub-menu li a:active,
	ul.sub-menu li a:visited {
		padding: 3px 0;
	}

	/*ul#mob-main li:last-child:not(ul.sub-menu li)::before 	{
		content: '';
		background-image: url(/wp-content/uploads/2022/01/icon-earth.png);
		width: 14px; height: 14px;
		background-size: 14px;
		display: inline-block;
		position: relative;
		top: 2px; right: 0px;
		margin-right: 10px;
	}*/
}

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

	a.a-th,
	a.a-th:active,
	a.a-th:visited {
		font-size: 11px;
		margin-left: 0;
		margin-right: 6px;
	}

}

/* wcag */
nav#pojo-a11y-toolbar {
	/*top: 136px !important;*/
	top: initial !important;
	bottom: 0;
}




@media only screen and (min-width: 768px) {
	.col-ol-ol #langi {
		display: none;
	}
}

.nav-menu2 {
	float: left;
	margin-top: 14px;
	margin-right: 25px;
}

.nav-menu2 #langi2 {
	margin: 0;
	padding: 0;
}

#langi2 {
	display: block;
	list-style: none !important;
	position: relative;
}

ul#langi2 li.menu-item-has-children a::after {
	content: '';
	background-image: url(/wp-content/uploads/2021/10/arr-h.png);
	width: 10px;
	height: 10px;
	background-size: 10px;
	display: inline-block;
	margin-left: 10px;
}

#langi2 .sub-menu {
	display: none !important;
}

#langi2 .menu-item-58440 {
	position: relative;
	color: #fff;
}

#langi2 .sub-menu.langi {
	display: block !important;
	margin: 0 !important;
	padding: 10px 13px !important;
	position: absolute !important;
	z-index: 2 !important;
	left: 0 !important;
	top: 20px !important;
	background-color: #fff !important;
	box-shadow: 0 14px 28px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 1%) !important;
	width: 70px;
}

#langi2>li * {
	font-weight: bold;
}

#langi2>li>a>span {
	color: var(--dark) !important;
	font-weight: bold;
}

#langi2 .sub-menu.langi a {
	text-align: center !important;

}

.showmobi {
	display: none;
}

.hidemobi {
	display: block;
}

.colorchooser {
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.showmobi {
		display: block;
	}

	.hidemobi {
		display: none;
	}

	section.sec-sp {
		padding: 40px 0;
	}

	hr.hr-page {
		margin: 20px auto;
	}

	div.mob-order-blog-2 {
		order: 2;
	}

	div.mob-order-blog-1 {
		order: 1;
		padding-left: 0;
		padding-right: 0;
	}

	#langi2 {
		display: none;
	}

	#langi {
		display: block;
		list-style: none !important;
	}

	#langi .sub-menu {
		display: none !important;
	}

	#langi #menu-item-58440 {
		position: relative;
		color: #fff;
	}

	#langi .sub-menu.langi {
		display: block !important;
		margin: 0 !important;
		padding: 10px 13px !important;
		position: absolute !important;
		z-index: 2 !important;
		left: 0 !important;
		top: 40px !important;
		background-color: #fff !important;
		box-shadow: 0 14px 28px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 1%) !important;
	}

	#langi>li>a>span {
		color: #ddd !important;
	}

	#langi .sub-menu.langi a {
		text-align: center !important;

	}

	p.p-f-info {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	#mob-main .pll-parent-menu-item {
		display: none;
	}

	.colorchooser {
		text-align: center;
		margin-bottom: 15px;
	}

	.colorchooser .myspace {
		margin-top: 10px;
		display: block;
	}

	div.bg-blog-wyr {
		min-height: 200px;
	}

	div.box-blog-wyr {
		padding: 20px;
	}

	div.col-blog-wyr-a {
		padding: 0;
	}

	div.box-blog-wyr-meta {
		margin-top: 20px;
	}

	div.box-blog-wyr-href {
		margin-top: 20px;
	}

	a.a-blog-wyr-tit,
	a.a-blog-wyr-tit:focus-within,
	a.a-blog-wyr-tit:visited {
		font-size: 22px;
		line-height: 30px;
	}

	header.site-header .a-th,
	header.site-header .p-th,
	header.site-header .nav.nav-menu {
		display: block !important;
		line-height: 16px !important;
		text-align: left;
		font-size: 13px;
		color: #fff;
	}




	figure.fig-th-sm {
		margin-left: 5px;
	}

	img.img-th-sm {
		max-width: 24px;
	}
}

header.site-header .a-th,
header.site-header .p-th {

	color: #fff;
}

.sbi_link {
	background: rgba(0, 0, 0, 0) !important;
}

.stripe-card-group,
#stripe-exp-element,
#stripe-cvc-element {
	width: 100%;
}

.a-prod-kolor {
	border: 0px solid #C4C4C4 !important;
	display: block !important;
	text-align: center !important;
}

body.archive .a-prod-kolor {
	border: 0px solid #000 !important;







}

.movie-gallery {
	position: relative;

}

.movie-gallery .movie-play-icon {
	width: 96px;
	height: 96px;
	top: 50%;
	left: 50%;
	margin: -48px 0 0 -48px;
	position: absolute;
	transition: 0.5s ease all;
}

.movie-gallery:hover .movie-play-icon {
	opacity: 0.45;
}

.fixed-col {
	position: fixed;
	top: 140px;
	z-index: 1;
	background: #fff;
	/*max-height: 92%;
    overflow: hidden;
    overflow-y: auto;*/
}

.arch-body.fixed-col {
	padding: 20px 0;
	background: rgba(255, 255, 255, 0.75);
}

.fixed-col2 {
	position: absolute;
	bottom: 0;
	top: initial;
	z-index: 1;
	background: #fff;
	/*max-height: 92%;
    overflow: hidden;
    overflow-y: auto;*/
}

.fixed-col div.summary.entry-summary.box-prod-meta {
	padding-top: 15px !important;
}

#sb_instagram .sbi_caption {
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 120%;
	color: #3A3E47;
	transition: color .3s ease-in-out;
	min-height: 36px;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
	bottom: 135px !important;
	top: initial !important;
}

section.sec-prod .product .price {
	font-size: 85%;
	color: gray;
}

.single-product .affirm-ala-price {
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 120%;
	color: #50736D;
}

.single-product #learn-more {
	margin-bottom: 1em;
	margin-top: -15px;
}

.single-product .sku_wrapper {
	font-size: 10px;
	line-height: 10px;
}

.single-product section.sec-prod .product_meta {
	line-height: 10px;
}

.single-product .quantity {
	width: 1px;
	visibility: hidden;
}

.single-product .summary .single_add_to_cart_button {
	width: 98%;
}

.box-fpadd-left .add_to_cart_button {
	display: none;
}

/*
.b-model-txt{
	padding:30px 20px;
}*/
.b-model-txt {
	padding: 30px 20px;
	min-height: 380px;
	line-height: 1.2;
}

.b-model-txt .h3-model-title {
	margin-top: -10px;
	margin-bottom: 10px;
	text-align: center;
}

.b-model-txt>div {
	/*display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;*/
	height: 255px;
	/*font-size:15px;*/
}

.b-model-txt>div.baw {
	height: 25px;
	font-family: 'Ubuntu', sans-serif;
	color: var(--dark-txt);
}

.b-model-txt>a.a-model-fp-arrow,
.a-model-fp-arrow {
	display: block;
	margin: 25px auto 0;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: #5C5D62;
	color: #fff;
	text-align: center;
	position: relative;
	transition: 0.5s ease all;
}

.a-model-fp-arrow {
	margin-top: 0;
}













@media only screen and (max-width: 768px) {
	.b-model-txt>a.a-model-fp-arrow {
		margin: 25px auto;
		margin-bottom: 0;
	}
}

.b-model-txt>a.a-model-fp-arrow:after,
.a-model-fp-arrow:after {
	content: ' \2192';
	top: 10px;
	position: absolute;
	left: 18px;
	transition: 0.5s ease all;
}

.b-model-txt>a.a-model-fp-arrow:hover,
.a-model-fp-arrow:hover {
	opacity: 0.8;
	transition: 0.5s ease all;
}

.b-model-txt>a.a-model-fp-arrow:hover:after,
.a-model-fp-arrow:hover:after {
	transform: scale(1.4);
	transition: 0.5s ease all;
}


/*sidemenu*/
.sidemenu {
	background-color: rgba(255, 255, 255, 0.75);
	color: var(--dark);
	overflow-y: auto !important;
}

.sidemenu .close_sidemenu {
	color: #000;
}

.sidemenu section a {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	color: #000;
	transition: color .3s ease-in-out;
}

@media screen and (min-width: 48em) {
	.sidemenu {
		left: -25%;
		width: 18%;
	}
}

.open_sidemenu {
	width: 30px;
}

.open_sidemenu>a {
	padding: 0px !important;
	line-height: initial !important;
	top: 20px;
	display: inline-block;
	position: absolute;
}

.sidmencont {
	display: inline-block;
	cursor: pointer;
	margin-left: -15px;
}

.sidemenu_open .sidemenu {
	left: 0;
	right: initial;
}

.sidemenu_open>div {
	/*transform: translateX(15%);*/
	transform: initial;
}

.bar1,
.bar2,
.bar3 {
	width: 35px;
	height: 3px;
	background-color: #333;
	margin: 8px 0;
	transition: 0.4s;
}

/* Rotate first bar */
.open .bar1 {
	transform: translate(0, 11px) rotate(-45deg);
}

/* Fade out the second bar */
.open .bar2 {
	opacity: 0;
}

/* Rotate last bar */
.open .bar3 {
	transform: translate(0, -11px) rotate(45deg);
}

@media screen and (max-width: 768px) {
	.open_sidemenu {
		display: none !important;
	}

	.first-head-menu {
		display: none;
	}

	ul#mob-main li.hidden {
		display: block !important;
	}
}

.box-ab {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.max-3lines {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* number of lines to show */
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.myexc {
	min-height: 75px;
}

.page-id-59377 .myexc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: auto;
}

.home-specs .home-specs-first {
	border-bottom: 1px solid rgba(203, 203, 203, 0.4);
}

.home-specs .home-specs-first>div {
	font-weight: bold;
	line-height: 22px;
	font-size: 12px;
	text-align: center;
}

.archive .sec-sp {
	padding: 40px 0;
}

@media screen and (min-width: 769px) {
	.home-specs .home-specs-first>div {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		text-align: left;
	}
}

@media screen and (max-width: 1180px) {
	.sidemenu {
		width: 30%;
		left: -30%;
	}
}

@media screen and (max-width: 1080px) {
	.sidemenu {
		width: 100%;
		left: -100%;
	}

	.open_sidemenu>a {
		top: -30px;
		left: 20px;
	}
}


@media screen and (min-width: 769px) and (max-width:1080px) {
	.first-head-menu {
		display: none;
	}

	.head-menu {
		width: 83%;
		max-width: 83%;
		flex: 0 0 83%;
	}

	div.cm-wpis-fp {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		width: 50%;
		max-width: 50%;
		flex: 0 0 50%;
	}

	div.box-logo-h {
		overflow: initial;

	}

	figure.fig-logo-h {
		top: 30px;
	}

	.close_sidemenu.open {
		transform: scale(1.5);
	}

	.sidemenu section a {
		line-height: 40px;
	}
}

.home-specs .home-specs-second {
	border-bottom: 1px solid rgba(203, 203, 203, 0.4);
}

.home-specs .home-specs-second>div {
	text-align: right;
	font-size: 14px;
	line-height: 22px;
}

.see-specs-span {
	display: block;
	text-align: left;
	margin: 0px 0;

}

.see-specs-span p {
	left: 0;
	bottom: 0;
}

.see-specs-span a {
	color: var(--dark-txt);
}

@media screen and (max-width: 769px) {
	.home-specs .home-specs-second>div {
		text-align: center;
	}

	.home-specs .home-specs-first div {
		text-align: left;
	}

	.home-specs .home-specs-second div {
		text-align: left;
		padding-left: 10px;
	}

	.home-specs .home-specs-first,
	.home-specs .home-specs-second {
		border: none !important;
	}

	.b-model-txt>div {
		/*height: 450px;*/
	}

	.home-specs .home-specs-first>div,
	.home-specs .home-specs-second>div {
		line-height: 14px;
	}
}

body.single .opis_krotki {
	display: block;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 24px;
	font-size: 16px;
}

body.archive .opis_krotki,
.woocommerce-cart .opis_krotki {
	display: block;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 15px;
	font-size: 13px;
}

body.home .opis_krotki {
	display: block;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 15px;
	font-size: 13px;
}

body.single .box-fprod .opis_krotki {
	margin-top: -5px;
}

.pll-parent-menu-item img {
	max-width: 28px;
}

.woocommerce-MyAccount-navigation {
	margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 10px 20px;
	margin: 5px;
	border: 1px solid #5C5D62;
	text-align: center;



	border-radius: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #fff;
	background-color: #5C5D62;
	border: 1px solid #5C5D62;
	transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	text-decoration: none;
	color: #fff;
	border-color: var(--dark);
	background-color: var(--dark);
}

#hero-absolut {
	position: absolute;
	bottom: 0;
	right: 15px;
	font-size: 12px;
	color: #eee;
	background: rgba(0, 0, 0, 0.2);
	padding: 0 3px;
	display: none;
}

.box-prod-summary {
	margin-top: 30px;
}

video.video-desk:hover {
	cursor: url(/wp-content/uploads/2021/11/cursor-zoom-1-e1636531354911.png), auto;
	/*transition: opacity .3s ease-in-out;*/
}

.video-controls {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.video-controls>div {
	display: block;
	line-height: 36px;
	float: left;
	border: 1px solid var(--dark);
	width: 38px;
	height: 38px;
}

.video-controls>div:hover {
	color: #fff;
	border: 1px solid #fff;
}

.play-video {
	font-size: 36px;
}

.pause-video {
	padding-right: 6px;
	/*margin-bottom:3px;*/
}

.vid-prod-thumb video {
	max-height: 546px;
}

#home-popup-video video {
	max-height: 100%;
}

.cont-th-affiliate {
	background-color: var(--gray) !important;
	color: var(--dark) !important;
	font-size: 13px !important;
	padding: 3px 0 !important;
}

.cont-th-affiliate a {
	color: var(--dark) !important;
	font-size: 13px !important;
}

.targi-cont {}

.targi-cont .row {
	margin: 20px 0;
}

.targi-cont img {
	height: 65px;
	margin-top: 8px;
	margin-bottom: 30px;
}

.targi-opis {
	text-align: center;
	/*font-size:18px;
	margin-top:8px;*/
	font-size: 16px;
	margin-top: 0px;

}

div.box-hero {
	padding: 40px 20px;
}

@media only screen and (max-width: 768px) {
	.targi-opis {
		/*text-align:center;*/
		margin-top: 5px;
	}

	div.box-hero {
		position: relative;
	}
}

#lastCharHero {
	color: var(--red);
}

#sb_instagram .sbi_follow_btn a {
	background: #5C5D62 !important
}

body.home .fancybox-is-open .fancybox-bg {
	opacity: 0.8;
}

body.home .fancybox-close-small {
	z-index: 4000000000;
}

body.home .video-controls {
	z-index: 4000000000;
}

.press-flex .row {
	overflow: hidden;
}

.press-flex [class*="col-"] {
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}

.press-flex .box-wpis-fp {
	height: 100%;
	background: #F5F5F5;
	border-bottom: 30px solid #fff;
}

@media only screen and (min-width: 991px) {
	#home-popup-video video {
		object-fit: cover;
	}
}

@media only screen and (max-width: 990px) {
	#home-popup-video video {
		width: 100% !important;
		height: auto !important;
	}
}

.single-product .col-prod-thumb .a-prod {
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 10px auto;
}

.a-fprod.a-fprod-img,
.box-fprod .a-fprod-img {
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	/*margin:10px auto;*/
	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}

.single-product iframe {
	margin-bottom: 50px;
}

p.p-coupon {
	display: none;
}

#desktopstick {
	width: 100%;
}

#desktopstick a {
	display: inline-block;
	min-height: 32;
	margin-bottom: 10px;

}

#desktopstick a:hover {
	color: var(--dark);
}

.current-menu-item a {
	color: var(--red) !important;
}


@media only screen and (max-width: 1550px) {
	.targi-opis {
		font-size: 14px;
		line-height: 16px;
	}

	.targi-cont img {
		height: 50px;
	}

	.targi-cont>p {
		display: none;
	}

	.box-hero .hero-last-img {
		height: 90px;
	}

	div.box-hero-btn a {
		font-size: 14px;
		padding: 0px 30px;
	}
}

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

	ul#main li a:not(ul.sub-menu li a),
	ul#main li a:not(ul.sub-menu li a):active,
	ul#main li a:not(ul.sub-menu li a):visited {
		font-size: 16px;
	}
}

@media only screen (min-width: 990px) and (max-width: 1280px) {
	.targi-opis {
		font-size: 12px;
		line-height: 14px;
	}

	.targi-cont img {
		height: 35px;
	}

	.targi-cont>p {
		display: none;
	}

	.box-hero .hero-last-img {
		height: 60px;
	}

	div.box-hero-btn {
		display: none;
	}

	h2.h2-hero {
		font-size: 26px;
		line-height: 30px;
	}
}

body.term-2477 #desktopstick {
	display: none;
}



/* BNB */

.single-product div.product .woocommerce-product-gallery {
	float: none !important;
}

.woo-variation-product-gallery .slick-vertical .slick-slide {
	width: 150px !important;
	padding: 0 2px;
}

.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
	width: 150px;
}

@media only screen and (min-width: 767px) {
	.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div {
		width: 150px;
	}
}

@media only screen and (min-width: 767px) {
	.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
		aspect-ratio: 1/1;
		object-fit: contain;
	}
}

.woo-variation-product-gallery .slick-vertical .slick-slide.slick-current>div {
	border: 1px solid #3A3E47;
}

@media only screen and (min-width: 767px) {
	.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-thumbnail-slider {
		margin-right: 40px;
	}
}

.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow,
.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
	font-size: 30px;
	border-radius: 100%;
}

.woo-variation-gallery-slider-wrapper:hover .wvg-slider-next-arrow {
	right: 20px;
}

.woo-variation-gallery-slider-wrapper:hover .wvg-slider-prev-arrow {
	left: 20px;
}

.product-gallery-bnb {
	position: relative;
}

.product-gallery-bnb .btn-media-bnb {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background-color: #17171799;
	color: #fff;
	height: 40px;
	border-radius: 40px;
	border: none;
	display: flex;
	align-items: center;
	z-index: 1;
	transition: background-color .2s;
}

@media only screen and (max-width: 768px) {
	.product-gallery-bnb .btn-media-bnb {
		position: static;
		margin-top: 15px;
	}
}

.product-gallery-bnb .btn-media-bnb:hover {
	background-color: #171717;
}

.product-gallery-bnb .btn-media-bnb img {
	margin-left: 10px;
}

.popup-media-bnb.hidden {
	display: none;
	opacity: 0;
}

.popup-media-bnb {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	height: 90%;
	max-width: 1400px;
	max-height: 900px;
	z-index: 999;
	background-color: #fff;
	border-radius: 20px;
	padding: 60px;
	overflow-y: scroll;
}

@media only screen and (max-width: 768px) {
	.popup-media-bnb {
		height: 75%;
		padding: 30px;
		top: 57.5%;
	}
}

.popup-media-overlay-bnb {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 998;
}

.overflowy-hidden {
	overflow-y: hidden;
}

.media-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 40px;
}

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

.popup-media-close {
	position: sticky;
	top: 0;
	right: 0;
	margin-left: auto;
	padding: 20px;
	border-radius: 100%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	transition: background-color .2s;
}

.popup-media-close:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 768px) {
	.popup-media-close {
		top: 0;
		right: 0;
	}
}

.popup-media-bnb .a-prod {
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.woo-variation-product-gallery {
	width: 100% !important;
}

.single-product iframe {
	height: auto;
	width: 100%;
	aspect-ratio: 16/9;
}

section.sec-prod .product .price {
	font-size: 30px;
	font-weight: 700;
}

section.sec-prod .box-prod-meta .product_title {
	font-size: 32px;
	line-height: 40px;
	font-family: 'Ubuntu', sans-serif;
}

p.p-single-nag {
	font-family: 'Ubuntu', sans-serif;
}

body.single .opis_krotki {
	text-align: justify;
}

.single-product #learn-more {
	margin-top: 0;
	border: 1px solid #E3E3E3;
	padding: 5px 15px;
}

#desktopstick .affirm-modal-trigger {
	margin-bottom: 0;
}

body.single-product {
	background-color: #FAF9F8;
}

.popup-media-bnb .media-grid .single-media:nth-child(1) {
	order: -4;
}

.popup-media-bnb .media-grid .single-media:nth-child(2) {
	order: -3;
}

.popup-media-bnb .media-grid .single-media:nth-child(3) {
	order: -2;
}

.popup-media-bnb .media-grid .single-media.single-media-film {
	order: -1;
}

.product .summary .single_add_to_cart_button,
.button_pop_up .single_add_to_cart_button {
	background-color: #EEE;
}

#enquiry {
	padding-bottom: 0 !important;
	padding-left: 0 !important;
}

#enquiry>a {
	border: 1px solid var(--dark);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 0 !important;
	height: 50px;
	margin-bottom: 10px !important;
	font-weight: 700;
	color: var(--dark);
}

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

div.sp-dodaj-dk {
	float: none;
}

.single-product .summary .single_add_to_cart_button {
	width: 100%;
	margin-bottom: 10px;
}

.phone-btn-product {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 100%;
	border: 1px solid var(--dark);
	font-weight: 700;
	color: var(--dark);
}

section.sec-prod .product_meta {
	border-top: 0 !important;
	margin-top: 0;
	padding-top: 0;
}

div.sp-dostepnosc {
	float: none;
	height: 50px;
	border: 1px solid #e3e3e3;
	display: flex;
	align-items: center;
	padding: 0 15px;
	margin-top: 40px;
	margin-bottom: 10px;
}

p.p-sp-status {
	font-size: 16px;
	margin: 0;
}

.shipping-payment {
	display: flex;
	align-items: center;
	border: 1px solid #E3E3E3;
	padding: 10px 0;
	margin-bottom: 10px;
}

.shipping-payment>.col {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: auto;
	width: auto;
}

.shipping-payment>.col>div>p {
	margin-bottom: 0;
	font-weight: 700;
}

@media only screen and (max-width: 768px) {
	.shipping-payment {
		flex-direction: column;
		gap: 15px;
	}
}

.additional-info {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E3E3E3;
	flex-wrap: wrap;
}

.additional-info .single-additional-info {
	min-width: 50%;
	padding: 20px;
}

.additional-info .single-additional-info p {
	margin-bottom: 0;
	text-align: center;
}

.additional-info .single-additional-info p:first-child {
	font-weight: 700;
}

.additional-info .single-additional-info p:last-child {
	font-size: 14px;
}

.single-product #learn-more {
	display: flex;
	justify-content: center;
}

.entry-summary>.wersja-kolorystyczna {
	border: 1px solid #E3E3E3;
	padding: 15px;
	margin-bottom: 40px;
}

div.prod-box-kolor {
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
}

.fixed-col,
.fixed-col2 {
	position: static;
	background-color: transparent !important;
}

a.a-prod-spec,
a.a-prod-spec:active,
a.a-prod-spec:visited {
	border-bottom: 0 !important;
	font-family: 'Ubuntu', sans-serif;
}

.box-prod-summary {
	margin-top: 120px;
}

.box-prod-summary>.up-sells>h2 {
	font-family: 'Ubuntu', sans-serif;
}

nav.woocommerce-breadcrumb {
	background-color: #fff;
}

mark,
ins {
	background: none;
	color: #B01729;
}

.product-gallery-bnb>.onsale {
	display: none;
}

@media only screen and (min-width: 768px) {
	.product-gallery-bnb>.images {
		display: flex;
		flex-direction: row-reverse;
		max-width: none;
	}

	.product-gallery-bnb>.images>.slider:first-child {
		width: 100% !important;
		float: none !important;
	}

	.product-gallery-bnb>.images>#nickx-gallery {
		width: 15%;
		margin-right: 15px;
	}

	.product-gallery-bnb>.images>.slider>.nslick-list .nslick-slide {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.product-gallery-bnb>.images>.slider>.nslick-list .nslick-slide>* {
		max-height: 700px !important;
		object-fit: contain;
	}

	.product-gallery-bnb>.images>.slider>.nslick-list .nslick-slide>img.zoomImg {
		object-fit: none;
		max-height: none !important;
	}

	.product-gallery-bnb>.images>.nickx-slider-for>.nslick-list>.nslick-track {
		display: flex;
		align-items: center;
	}

	#nickx-gallery .nslick-slide {
		margin-bottom: 15px;
	}
}

#nickx-gallery .nslick-slide {
	margin: 1px 1px 15px 1px;
}

#nickx-gallery .nslick-slide.nslick-current {
	border: 1px solid #000;
}

.nickx-slider-for .btn-prev,
.nickx-slider-for .btn-next {
	border-radius: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.8) !important;
	color: #fff !important;
}

.product-gallery-bnb>.images>.slider>.nslick-list .nslick-slide>svg,
.product-gallery-bnb>.images>svg {
	display: none;
}

.images.nickx_product_images_with_video .vertical-img-left.nickx-slider-for {
	width: 100%;
	float: none;
}

.product-gallery-bnb {
	display: flex;
	flex-direction: column-reverse;
}

@media only screen and (min-width: 768px) {
	.product-gallery-bnb {
		flex-direction: row;
		max-height: 867px;
	}

	.product-gallery-bnb .thumbnails-wrapper .swiper-wrapper {
		flex-direction: column;
	}

	.product-gallery-bnb .thumbnails-wrapper {
		width: 15%;
		margin-right: 20px;
	}

	.product-gallery-bnb .gallery-wrapper {
		width: 85%;
	}
}

.product-gallery-bnb .gallery-wrapper {
	position: relative;
}

video.video-desk:hover {
	cursor: auto;
}

.swiper-slide.swiper-slide-thumb-active {
	outline: 1px solid #000;
}

.productThumbnailsSwiper {
	padding: 1px !important;
}

.productThumbnailsSwiper .swiper-slide img {
	object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff !important;
	width: 40px !important;
	height: 40px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 20px !important;
	font-weight: 900 !important;
}

.swiper-slide {
	display: flex !important;
	align-items: center;
	overflow: hidden;
}

.swiper-slide iframe {
	margin-bottom: 0;
}

@media screen and (max-width: 769px) {
	div.desk-prod-img {
		display: block !important;
	}

	div.col-single-prod {
		order: 1 !important;
	}

	.swiper-slide {
		height: auto !important;
	}
}


.swiper-button-bottom,
.swiper-button-top {
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff !important;
	width: 40px !important;
	height: 40px !important;
	position: absolute;
}

.swiper-button-bottom:after, .swiper-button-top:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-bottom:after, .swiper-button-top:after {
    content: 'next';
}

.swiper-button-bottom:after,
.swiper-button-top:after {
	font-size: 20px !important;
	font-weight: 900 !important;
	top: 10px;
    position: absolute;
    left: 15px;
}
.swiper-button-top {
	left: 50% !important;
	top: -25px !important;
	transform: rotate(-90deg);
	transform-origin: left center;
  }
  .swiper-button-bottom {
	left: 50% !important;
	bottom: -25px !important;
	transform: rotate(90deg);
	transform-origin: left center;

  }
  .product-gallery-bnb .thumbnails-wrapper{
	position:relative;
  }