/*!
Theme Name: Pasieka \"Nasza Pszczółka\"
Theme URI: https://dkamedia.pl/
Author: DKAmedia Agencja Reklamowa
Author URI: https://dkamedia.pl/
Description: Pasieka \"Nasza Pszczółka\"
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pszczolka
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.

Pasieka \"Nasza Pszczółka\" is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	        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;
	-webkit-text-decoration: underline dotted;
	        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 {
	-webkit-box-sizing: border-box;
	        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"] {
	-webkit-box-sizing: border-box;
	        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 {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	        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: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	font-weight: 300;
}

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 {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        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: -webkit-box;
		display: -ms-flexbox;
		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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        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: -ms-grid;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	-ms-grid-columns: (1fr)[6];
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	-ms-grid-columns: (1fr)[7];
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	-ms-grid-columns: (1fr)[8];
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	-ms-grid-columns: (1fr)[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);
	-webkit-clip-path: inset(50%);
	        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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        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 / ####

--------------------------------------------------------------*/
/* cyrillic-ext */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v15/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/v15/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/v15/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/v15/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/v15/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/v15/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/v15/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/v15/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/v15/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/v15/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/v15/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/v15/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: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/ubuntu/v15/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/v15/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/v15/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/v15/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/v15/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/v15/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;
}
html {
	scroll-behavior: smooth;	
}
body {
	overflow-x: hidden;
	font-family: 'Ubuntu', sans-serif;
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
}
a, p, button, input {
	font-family: 'Ubuntu', sans-serif;
}
.page {
	margin-bottom: 0px;
}
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: #F19200;
	-webkit-transition: background .12s ease-in;
	transition: background .12s ease-in;
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(40, 40, 52, .7);
}
::-moz-selection {
	color: #fff;
	background: #F19200;
}
::selection {
	color: #fff;
	background: #F19200;
}
.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%;
			-webkit-box-flex: 0;
		        flex: 0 0 50%;
			max-width: 50%;
	}
}
/** Attachment File **/
.entry-attachment {
	padding: 60px 0;
	margin: 0 auto;
}
/** end **/

/** 404 page **/
div.box-404 {
	max-width: 460px;
	width: 100%;
	margin: 0 auto;
}
h2.h2-404 {
	font-size: 120px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}
p.p-404 {
	margin-bottom: 10px;
	font-size: 15px;
}
p.p-404 b {
    font-weight: bold;
    text-transform: uppercase;
}
a.a-404,
a.a-404:active,
a.a-404:visited {
  color: #000;
  font-size: 15px;
  line-height: 15px;
  text-decoration: underline;
}
a.a-404:focus,
a.a-404:hover {
	text-decoration: none;
}
/** end **/

/*--------------------------------------------------------------
### #### Style ### ####
--------------------------------------------------------------*/

/* Kontakt */
section.sec-kontakt {
	padding: 60px 0;
	background-image: url('/wp-content/uploads/2021/04/Frame-69-min.jpg');
	background-size: cover;
	background-position: center left;
	background-repeat: no-repeat;
}

p.p-kont-nag {
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

p.p-kont-txt {
	font-size: 17px;
	line-height: 28px;
	color: #fff;
	max-width: 400px;
	width: 100%;
	margin-bottom: 15px;
}

hr.hr-kont {
	display: inline-block;
	background: #F19200;
	height: 2px;
	width: 250px;
}

tab.tab-kont {
	margin-bottom: 0px;
}
td.td-ico-kont {
	width: 70px;
	padding-bottom: 20px;
}
td.td-txt-kont {
	padding-bottom: 20px;
}

p.p-tab-kont {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 131.4%;
	color: #FFFFFF;
	margin-bottom: 0px;
}

a.a-tab-kont,
a.a-tab-kont:visited,
a.a-tab-kont:active {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 131.4%;
	color: #FFFFFF;
		-webkit-transition: color .25s ease-in-out;
		-o-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}
a.a-tab-kont:hover,
a.a-tab-kont:focus {
	text-decoration: none;
	color: #F19200;
}
div.box-kont-btn {
	margin-top: 30px;
}
a.btn-kont,
a.btn-kont:visited,
a.btn-kont:active {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	border: 2px solid #F19200;
	color: #F19200;
	padding: 7px 30px;
	display: inline-block;
	margin-right: 10px;
		-webkit-transition: .25s ease-in-out background, .25s ease-in-out color;
		-o-transition: .25s ease-in-out background, .25s ease-in-out color;
	transition: .25s ease-in-out background, .25s ease-in-out color;
}
a.btn-kont:hover,
a.btn-kont:focus {
	text-decoration: none;
	color: #fff;
	background: #F19200;
}

/* Footer */
section.sec-f {
	background: #F6F6F6;
	padding: 60px 0;
}
div.cf-f-top {
	padding-bottom: 30px;
	border-bottom: 1px solid #CECECE;
}
div.cf-f-btm {
	padding-top: 50px;
}
hr.hr-foot {
	background: #F19200;
	height: 3px;
	width: 92px;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 15px;
}
h2.h2-foot {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 0%;
	color: #000000;
	opacity: 0.8;
	margin-bottom: 15px;
}

ul.ul-foot {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 40px;
}

a.a-ul-f,
a.a-ul-f:visited,
a.a-ul-f:active {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 235.9%;
	color: #000000;
		-webkit-transition: .25s ease-in-out color;
		-o-transition: .25s ease-in-out color;
	transition: .25s ease-in-out color;
}

a.a-ul-f:hover,
a.a-ul-f:focus {
	color: #F19200;
	text-decoration: none;
}
div.box-f-sm {
	margin-top: 5px;
}

a.a-f-sm,
a.a-f-sm:visited,
a.a-f-sm:active {
	display: inbline-block;
	margin-right: 10px;
	font-size: 0;
}

img.img-f-sm {
		-webkit-transition: -webkit-transform .25s ease-in-out;
			transition: -webkit-transform .25s ease-in-out;
		-o-transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

a.a-f-sm:hover img.img-f-sm {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
	cursor: pointer;
}

/* Footer copy */
section.sec-copy-f {
	padding: 20px 0;
	background: #F19200;
}
p.p-copy-f {
	font-size: 13px;
	line-height: 100%;
	color: #fff;
	margin-bottom: 0;
}
a.a-copy-f,
a.a-copy-f:active,
a.a-copy-f:visited {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 100%;
	color: #fff;
	margin-bottom: 0;
		-webkit-transition: .25s ease-in-out color;
		-o-transition: .25s ease-in-out color;
	transition: .25s ease-in-out color;
}
a.a-copy-f:hover,
a.a-copy-f:focus {
	color: #000;
	text-decoration: none;
}
/** section produkty **/
section.sec-prod {
	padding: 80px 0;
	position: relative;
}
h2.h2-prod {
	font-weight: bold;
	font-size: 35px;
	line-height: 32px;
	color: #000;
	letter-spacing: -.4px;
}
div.row-prod {
	margin-top: 60px;
}
div.row-prod-all {
	margin-top: 60px;
}
a.btn-prod,
a.btn-prod:active,
a.btn-prod:visited {
	font-weight: bold;
	line-height: 21px;
	color: #F19200;
	background-color: transparent;
	border: 2px solid #F19200;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	border-radius: 5px;
	font-size: 15px;
	padding: 12px 30px 12px 35px;
}
a.btn-prod:focus,
a.btn-prod:hover {
	color: #fff;
	text-decoration: none;
	background-color: #F19200;
}
svg.svg-prod {
	margin-left: 20px;
	width: 15px;
	fill: #F19200;
}
svg.svg-prod path {
	fill: #F19200;
		-webkit-transition: fill .3s ease-in-out;
		-o-transition: fill .3s ease-in-out;
	transition: fill .3s ease-in-out;
}
a.btn-prod:focus svg.svg-prod path,
a.btn-prod:hover svg.svg-prod path {
	fill: #fff;
}
/** end **/

/** section historia **/
section.sec-hist {
	padding: 80px 0 180px 0;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(/wp-content/uploads/2021/01/bg-historia.png);
	background-attachment: fixed;
}
figure.fig-hist-ab {
	position: absolute;
	left: -100px; top: -100px;	
}
img.pic-hist-ab {
	max-width: 600px;
	opacity: .4;
}
	/** historia row bottom **/
section.sec-hist-b {	
	padding: 40px 0;
	margin-top: -132px;
	position: relative;
}
section.sec-hist-b::before {
	content: '';
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background-color: #F19200;
	mix-blend-mode: multiply;
}
a.btn-hist-a,
a.btn-hist-a:active,
a.btn-hist-a:visited {
	font-weight: bold;
	line-height: 21px;
	color: #fff;
	margin-right: 10px;
	background-color: transparent;
	border: 2px solid #F19200;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	border-radius: 5px;
	font-size: 15px;
	padding: 12px 30px 12px 35px;
		-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
		-o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
a.btn-hist-a:focus,
a.btn-hist-a:hover {
	color: #000;
	text-decoration: none;
	background-color: #F19200;
}
svg.svg-hist-a {
	margin-left: 20px;
	width: 30px;
}
svg.svg-hist-a path {
		-webkit-transition: fill .3s ease-in-out;
		-o-transition: fill .3s ease-in-out;
	transition: fill .3s ease-in-out;
}
a.btn-hist-a:focus svg.svg-hist-a path,
a.btn-hist-a:hover svg.svg-hist-a path {
	fill: #000;
}
a.btn-hist-b,
a.btn-hist-b:active,
a.btn-hist-b:visited {
	font-weight: bold;
	line-height: 21px;
	color: #fff;
	margin-left: 10px;
	background-color: #F19200;
	border: 2px solid #F19200;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	border-radius: 5px;
	font-size: 15px;
	padding: 12px 30px 12px 35px;
		-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
		-o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
a.btn-hist-b:focus,
a.btn-hist-b:hover {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}
svg.svg-hist-b {
	margin-left: 20px;
	width: 25px;
}
svg.svg-hist-b path {
		-webkit-transition: fill .3s ease-in-out;
		-o-transition: fill .3s ease-in-out;
	transition: fill .3s ease-in-out;
}
a.btn-hist-b:focus svg.svg-hist-b path,
a.btn-hist-b:hover svg.svg-hist-b path {
	fill: #fff;
}

/* btn-hist-b */

	/** histora txt **/
h1.h1-page {
	margin: 0;
	font-weight: 100;
	font-size: 39px;
	line-height: 45px;
	color: #fff;
	margin-bottom: 20px;
}
h1.h1-page b {
	font-weight: bold;
}
div.box-hist-txt {
	
}
p.p-hist {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 30px;
	color: rgba(255,255,255,.8);
	text-align: justify;
}

/** end **/
/** section kategorie **/
section.sec-kat {
	padding: 80px 0;
	position: relative;
}
h2.h2-kat {
	font-weight: bold;
	font-size: 35px;
	line-height: 32px;
	color: #000;
	letter-spacing: -.4px;
}
div.row-kat {
	margin-top: 60px;
}

	/** kategrie btn **/
div.row-kat-all {
	margin-top: 60px;
}
a.btn-kat,
a.btn-kat:active,
a.btn-kat:visited {
	font-weight: bold;
	line-height: 21px;
	color: #F19200;
	background-color: transparent;
	border: 2px solid #F19200;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	border-radius: 5px;
	font-size: 15px;
	padding: 12px 30px 12px 35px;
}
a.btn-kat:focus,
a.btn-kat:hover {
	color: #fff;
	text-decoration: none;
	background-color: #F19200;
}
svg.svg-kat {
	margin-left: 20px;
	width: 15px;
	fill: #F19200;
}
svg.svg-kat path {
	fill: #F19200;
		-webkit-transition: fill .3s ease-in-out;
		-o-transition: fill .3s ease-in-out;
	transition: fill .3s ease-in-out;
}
a.btn-kat:focus svg.svg-kat path,
a.btn-kat:hover svg.svg-kat path {
	fill: #fff;
}

	/** kategorie content **/
div.col-kat {
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
div.bg-kat-over {
	overflow: hidden;
	position: relative;
}
div.bg-kat {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	margin-bottom: 20px;
	position: relative;
	border-radius: 5px;
}
div.box-kat {
	position: relative;
	margin: 0;
	width: 100%;
	position: absolute;
	left: 50%; top: 50%;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
}
div.box-kat-title {
	display: inline-block;
	height: 130px;
	position: relative;
}
h3.h3-kat {
	font-weight: bold;
	font-size: 46px;
	line-height: 45px;
	color: #fff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	position: relative;
	padding: 0 50px 0 0; 
	z-index: 2;
	width: 100%;
	
	text-align: left;
	margin: 0;
	position: absolute;
	left: 60px; top: 50%;
		-webkit-transform: translate(0, -50%);
			-ms-transform: translate(0, -50%);
				transform: translate(0, -50%);
}
div.box-kat-title::before {
	content: '';
	position: absolute;
	left: -50px; top: -10px;
	background-color: #F19200;
	border-radius: 5px;
	width: 100px; height: 155px;	
	z-index: 0;
		-webkit-transition: width .3s ease-in-out;
		-o-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
}
a.a-kat:hover div.box-kat-title::before,
a.a-kat:focus div.box-kat-title::before{
	width: 400px;
}

/** end **/

/** section hero **/
section.sec-hero {
	position: relative;
}
figure.fig-plaster {
	position: absolute;
	right: 0; bottom: 0;
	z-index: 2;
}
div.bg-hero {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 650px;
}


/** owl hero Arrows **/
.box-owl-hero .owl-dots {
	display: none;
}
.box-owl-hero .owl-prev span,
.box-owl-hero .owl-next span {
	display: none;
}
.box-owl-hero .owl-prev:after {
  content: '';
  background-image: url(/wp-content/uploads/2021/01/l-hero.png);
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: 40px 40px;
}
.box-owl-hero .owl-next:after {
  content: '';
  background-image: url(/wp-content/uploads/2021/01/r-hero.png);
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: 40px 40px;
}
.box-owl-hero button:focus {
	outline: none;
}
.box-owl-hero .owl-nav {
	margin-top: -350px;
	position: absolute;
	width: 100%;
}
.box-owl-hero .owl-nav .owl-prev  {
	position: absolute;
	left: 20px;
		-webkit-transition: opacity .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.box-owl-hero .owl-nav .owl-next  {
	position: absolute;
	right: 20px;
		-webkit-transition: opacity .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.box-owl-hero .owl-nav .owl-prev:hover  {
	background: transparent;
	opacity: .7;
}
.box-owl-hero .owl-nav .owl-next:hover  {
	background: transparent;
	opacity: .7;
}

	/** hero content **/
div.box-hero {
	margin-top: 150px;
}
h2.h2-hero {
	font-weight: bold;
	font-size: 25px;
	line-height: 29px;
	color: #fff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
	margin: 0;
}
p.p-hero-up {
	font-weight: bold;
	font-size: 25px;
	line-height: 29px;
	color: #fff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
	margin: 0;	
}
p.p-hero {
	font-weight: bold;
	font-size: 99px;
	line-height: 105px;
	letter-spacing: -0.05em;
	color: #fff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
	margin-bottom: 0;
}
div.box-hero-btn {
	margin-top: 60px;
}
a.btn-hero,
a.btn-hero:active,
a.btn-hero:visited {
	font-weight: bold;
	line-height: 21px;
	color: #fff;
	background-color: #F19200;
	border: 2px solid #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 5px;
	font-size: 15px;
	padding: 12px 30px 12px 35px;
}
a.btn-hero:focus,
a.btn-hero:hover {
	color: #000;
	text-decoration: none;
	background-color: #fff;
}
svg.svg-hero {
	margin-left: 20px;
	width: 15px;
}

@media screen and (max-width: 768px) {
	div.item-a  p.p-hero {
		font-size: 40px;
		line-height: 52px;
	}
}

/** end **/

/** header **/
div.cont-th {
	padding: 5px 0;	
	background-color: #F19200;
}
div.box-th {
	position: absolute;
	left: 15px; top: 0;
}
p.p-th {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	font-weight: 100;
	display: inline;
}
a.a-th,
a.a-th:active,
a.a-th:visited {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	margin-left: 10px;
		-webkit-transition: color .3s ease-in-out;
		-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
a.a-th:focus,
a.a-th:hover {
	text-decoration: none;
	color: #EEEEEE;
}
p.p-th-b {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	font-weight: 100;
	display: inline;
	font-style: italic;
	margin-left: 12px;
	position: relative;
}
p.p-th-b::before {
	content: "|";
	margin-right: 12px;
	font-style: normal;
}

	/** header logo **/
div.cont-h {
	padding: 10px 0;
}
div.box-logo-h {
	position: absolute;
	left: 15px; top: 2px;
}
img.logo-h {
    max-width: 250px;
}
ul.ul-h {
	margin: 0; padding: 0;
	list-style: none;
}
ul.ul-h li {
	display: inline-block;
}
p.p-h,
a.a-h,
a.a-h:active,
a.a-h:visited {
	margin-bottom: 0;
	line-height: 18px;
	color: #000;
	display: inline-block;
	padding: 20px 6px;
		-webkit-transition: color .3s ease-in-out;
		-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
p.p-h:focus,
p.p-h:hover,
a.a-h:focus,
a.a-h:hover {
	cursor: pointer;
	color: #F19200;
	text-decoration: none;
}
svg.svg-h {
	margin-left: 2px;	
	will-change: transform;
		-webkit-transition: -webkit-transform .5s ease-in-out;
		transition: -webkit-transform .5s ease-in-out;
		-o-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
		transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}
/** end **/
/** mega menu **/
section.desk-h {
	position: relative;
	z-index: 4;
	background-color: #fff;
}
.sec-mm {	
	position: absolute;
	left: 0; top: 112px;
	width: 100%;
	z-index: 3;
	background-color: #fff;
	border-top: 2px solid #F7F7F7;
	padding: 40px 0 15px 0;	
	
	-webkit-transform: translateY(-100%);	
	
	    -ms-transform: translateY(-100%);	
	
	        transform: translateY(-100%);
	will-change: transform;
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
div.row-mm {
	margin-top: 20px;
}
p.p-mm-zwin {
	margin-bottom: 0;
	font-size: 11px;
	color: rgba(0,0,0,.8);
		-webkit-transition: color .3s ease-in-out;
		-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
p.p-mm-zwin span {
	margin-left: 5px;
	position: relative;
	top: -2px;
	color: #F19200;
}
p.p-mm-zwin:hover,
p.p-mm-zwin:focus {
	color: #F19200;
	cursor: pointer;
}

	/** Js toggleClasses **/
.sec-mm-sh {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,.1), 0 10px 10px rgba(0,0,0,.01);
	        box-shadow: 0 14px 28px rgba(0,0,0,.1), 0 10px 10px rgba(0,0,0,.01);
}
.active-nav {
	color: #F19200!important;
}
.rotate-nav {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
/** end mega menu **/

/** mega menu miod **/
div.box-prod-main {
	position: relative;
}
div.col-prod-a {
	float: left;
	width: 25%;
	padding-right: 0;
	border-right: 1px solid rgba(0,0,0,.05);
}
div.col-prod-b {
	float: left;
	width: 75%;
}
div.box-col-inside {
	position: relative;
}
div.col-inside-a {
	float: left;
	width: 70%;
	padding-left: 25px;
}
div.col-inside-b {
	float: left;
	width: 30%;
	text-align: center;
}

div.d-ins-aa {
	float: left;
	width: 50%;
	padding-left: 25px;
}
div.d-ins-bb {
	float: left;
	width: 50%;
}
ul.ul-prod-ins {
    margin: 0;
    padding: 0;
    padding-top: 0px;
    list-style: none;
}
ul.ul-prod-ins li {
	position: relative;
}
	/** ul mmm main **/
ul.ul-prod {
	margin: 0; padding: 10px 0 20px 0;
	list-style: none;
}
ul.ul-prod li {
	position: relative;
	padding: 10px 0;
}
p.p-prod {
	position: relative;
	font-weight: bold;
	display: block;
	line-height: 30px;
	color: #000;
	margin: 0;
		-webkit-transition: color .3s ease-in-out;
		-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
p.p-prod:hover,
p.p-prod:focus {
	color: #F19200;
	cursor: pointer;
}
svg.svg-mm {
	position: absolute;
	right: 15px; top: 20px;	
		-webkit-transition: fill .3s ease-in-out;	
		-o-transition: fill .3s ease-in-out;	
	transition: fill .3s ease-in-out;
}
ul.ul-prod li:hover svg.svg-mm path,
ul.ul-prod li:focus svg.svg-mm path {
	fill: #F19200;
}
.svg-mm-active path{
	fill: #F19200;
}

	/** ul mm prod **/
p.p-mm-up {
	font-weight: bold;
	font-size: 15px;
	line-height: 28px;
	color: #F19200;
	margin-bottom: 10px;
}
ul.ul-prod-b {
	margin: 0; padding: 0;
	list-style: none;
	columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
}
a.a-prod,
a.a-prod:active,
a.a-prod:visited {
	display: block;
	line-height: 20px;
	color: #000;
	padding: 5px 0;
		-webkit-transition: color .3s ease-in-out;
		-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
a.a-prod:focus,
a.a-prod:hover {
	color: #F19200;
	text-decoration: none;
}

/** mm JQ classes **/
.hov-main-b,
.hov-main-c,
.hov-main-d,
.hov-main-f,
.hov-main-g,
.hov-main-h{
	display: none;
}
.li-active {
	color: #F19200 !important;
}
/** end **/
ul.ul-two {
	padding-top: 65px;
}
ul.ul-three {
	padding-top: 115px;
}

/** order review **/
div.woocommerce-order {
	max-width: 860px;
	width: 100%;
	margin: 0 auto;
}
div.woocommerce-order p.woocommerce-thankyou-order-received {
	text-align: center;
	font-weight: bold;
	color: #F19200;
	font-size: 32px;
	line-height: 35px;
}
div.woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	margin: 40px 0; padding: 0;
	list-style: none;
}
div.woocommerce-order h2.woocommerce-order-details__title,
div.woocommerce-order h2.woocommerce-column__title {
	text-align: center;
	font-weight: bold;
	color: #F19200;
	font-size: 32px;
	line-height: 35px;
	margin-bottom: 30px;
}
div.woocommerce-order td,
div.woocommerce-order th {
	border-bottom: 1px solid rgba(0,0,0,.05);
	padding: 10px;
}

/** front products **/
div.w960 {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
div.row-prod {
	margin-top: 60px;
}
a.a-f-prod:focus,
a.a-f-prod:hover {
	text-decoration: none;
}
div.col-front-prod {
	padding-left: 10px;
	padding-right: 10px;
}
div.box-f-prod {
	text-align: center;
	background: #fff;
	border: 1px solid #E2E2E2;
	border-radius: 5px;
	margin-bottom: 20px;
		-webkit-box-sizing: border-box;
	box-sizing: border-box;
		-webkit-transition: -webkit-box-shadow .2s ease-in-out;
		transition: -webkit-box-shadow .2s ease-in-out;
		-o-transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
	position: relative;
}
div.box-f-prod:hover, div.box-f-prod:focus {
    -webkit-box-shadow: 0 14px 28px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 1%);
            box-shadow: 0 14px 28px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 1%);
}

p.p-brak-wm {
	margin-bottom: 0;
	color: #e2401c;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 13px;
}
	/** product f thumb **/
div.box-f-prod-thumb {
	padding: 10px 10px 0 10px;
}
div.box-f-prod-thumb span.onsale {
	position: absolute;
	top: 5px; right: 5px;
	padding: 2px 10px;
	background-color: #E30B0F;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border-radius: 5px;
}
	/** product f txt **/
div.box-f-prod-txt {
	position: relative;
	min-height: 60px;
}
p.p-f-prod {
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	color: #9E9E9E;
	border-top: 1px solid #E5E5E5;
	margin: 10px 0;
	padding: 10px 5px 0 5px;
	
	text-align: center;
	width: 100%;
	margin: 0;
	position: absolute;
	left: 50%; top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

	/** product f price **/
div.box-f-prod-price {
	position: relative;
}
div.box-f-prod-price span.woocommerce-Price-amount.amount bdi {
	display: inline-block;
	padding: 5px 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #3D3D3D;
}
div.box-f-prod-price .price::after {
	display: none;
}
div.box-f-prod-price span.price del bdi {
	text-decoration: line-through;
}
div.box-f-prod-price span.price ins span.woocommerce-Price-amount.amount bdi {
	color: #fff;
}

	/** product f href **/
div.box-f-prod-a {
	position: relative;
}
p.p-f-prod-href {
	background-color: #F19200;
	padding: 8px 0;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	margin: 0;
	font-size: 15px;
	border-radius: 0 0 5px 5px;
		-webkit-transition: background-color .3s ease-in-out;
		-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;	
}
a.a-f-prod:focus p.p-f-prod-href,
a.a-f-prod:hover p.p-f-prod-href {
	background-color: #3D3D3D;
}

/** top header sm **/
a.a-th-sm,
a.a-th-sm:active,
a.a-th-sm:visited {
	font-size: 0;
}
figure.fig-th-sm {
	margin-left: 10px;
	position: relative;
	top: -5px;
}

/** shop sidebar shop **/
div.box-shop-sidebar-s {
	margin-bottom: 40px;
}
div.col-sidebar-s {
	position: relative;	
}
div.col-sidebar-s-a,
div.col-sidebar-s-b {
	display: block;
	position: relative;
}
div.box-shop-sidebar-s input.input-mm-s {
	border-radius: 5px 5px 0 0;
}
input.btn-sidebar-s {
	font-weight: bold;
	line-height: 21px;
	color: #fff;
	background-color: #F19200;
	border: 1px solid #F19200;
		-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0 0 5px 5px;
	font-size: 15px;
	width: 100%;
	padding: 7px 30px 8px 35px;
	position: relative;
}
input.btn-sidebar-s:focus,
input.btn-sidebar-s:hover {
	color: #F19200;
	border-color: #F19200;
	text-decoration: none;
	background-color: #fff;
}

/** shop sidebar **/
div.box-shop-sidebar {
	position: relative;
	background-color: #f7f7f7;
	padding: 10px 15px 10px 15px;
	border-radius: 5px;
}
ul.ul-shop-sidebar {
	margin: 0; padding: 0;
	list-style: none;
}
a.a-shop-sidebar,
a.a-shop-sidebar:active,
a.a-shop-sidebar:visited {
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	color: #F19200;
	display: block;
	padding: 8px 0 8px 5px;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	position: relative;
	background-color: transparent;
	border-radius: 5px;
		-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
		-o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-outl
}
a.a-shop-sidebar:focus,
a.a-shop-sidebar:hover {
	color: #fff;
	background-color: #F19200;
	text-decoration: none;
}

a.a-side-nag,
a.a-side-nag:visited,
a.a-side-nag:active {
	color: #404040;
		-webkit-transition: color .25s ease-in-out;
		-o-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	display: block;
}

a.a-side-nag:hover,
a.a-side-nag:focus {
	color: #F19200;
	text-decoration: none;
}

ul.ul-shop-sidebar-b {
	margin: 0; padding: 0;
	list-style: none;
	position: relative;
}
ul.ul-shop-sidebar-b li {
	position: relative;
}
a.a-shop-sidebar-b::after {
	content: '− ';
	position: absolute;
	left: 8px; top: 3px;
	color: #F19200;
}
a.a-shop-sidebar-b,
a.a-shop-sidebar-b:active,
a.a-shop-sidebar-b:visited {
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	color: rgba(0,0,0,.7);
	display: block;
	padding: 4px 10px 4px 25px;
	border-bottom: 1px solid rgba(0,0,0,.05);
	position: relative;
	background-color: transparent;
	border-radius: 5px;
		-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	transition: color .2s ease-in-out, background-color .2s ease-in-out;
}
a.a-shop-sidebar-b:focus,
a.a-shop-sidebar-b:hover {
	color: #fff;
	background-color: #F19200;
	text-decoration: none;
}
a.a-shop-sidebar-b:focus::after ,
a.a-shop-sidebar-b:hover::after  {
	color: #fff;
}

/** MM search **/
div.col-s {
	position: relative;
}
div.col-s-a {
	position: relative;
	float: left;
	width: 50%;
}
div.col-s-b {
	position: relative;
	float: left;
	width: 50%;
}
label.lab-mm-s {
	font-size: 15px;
	color: #000;
	margin-bottom: 2px;
}
input.input-mm-s {
	padding-left: 15px;
	border-radius: 5px 0 0 5px;
}
input.btn-mm-s {
	font-weight: bold;
	line-height: 21px;
	color: #fff;
	background-color: #F19200;
	border: 1px solid #F19200;
		-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0 5px 5px 0;
	font-size: 15px;
	padding: 7px 30px 8px 35px;
	position: relative;
	top: 26px; left: -1px;
}
input.btn-mm-s:focus,
input.btn-mm-s:hover {
	color: #F19200;
	border-color: #F19200;
	text-decoration: none;
	background-color: #fff;
}

/** shop h search **/
div.box-h-s-rel {
	position: relative;
}
div.box-h-s {
	width: 35px; height: 35px;
	background-color: #000;
	display: inline-block;
	border-radius: 50%;
	
	position: relative;
	overflow: hidden;
	top: 12px; left: 10px;
		-webkit-transition: background-color .3s ease-in-out;
		-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
div.box-h-s:focus,
div.box-h-s:hover {
	background-color: gray;
	cursor: pointer;
}
figure.fig-s {
	text-align: center;
	width: 100%;
	margin: 0;
	position: absolute;
	left: 50%; top: 50%;
	-webkit-transform: translate(-50%, -55%);
	    -ms-transform: translate(-50%, -55%);
	        transform: translate(-50%, -55%);	
	
	will-change: transform;
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
img.img-s {
	width: 20px;
}
figure.fig-s-trans {
	-webkit-transform: translate(-50%, -180%);
	    -ms-transform: translate(-50%, -180%);
	        transform: translate(-50%, -180%);	
}
figure.fig-s-b {
	text-align: center;
	width: 100%;
	margin: 0;
	position: absolute;
	left: 50%; top: 50%;
		-webkit-transform: translate(-50%, 100%);
		-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);	

	will-change: transform;
		-webkit-transition: -webkit-transform .3s ease-in-out;
			transition: -webkit-transform .3s ease-in-out;
		-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
img.img-s-b {
	width: 12px;
	position: relative;
	left: -1px;
}
figure.fig-s-trans-b {
	-webkit-transform: translate(-50%, -55%);
	    -ms-transform: translate(-50%, -55%);
	        transform: translate(-50%, -55%);
}

/** shop cart **/
.page-id-122 li.li-h-cart {
	display: none;
}
div.box-h-cart {
	position: relative;
	border-radius: 5px;
	background-color: #eeeeee;
	padding: 5px 10px;
	display: inline-block;	
		-webkit-transition: background-color .3s ease-in-out;	
		-o-transition: background-color .3s ease-in-out;	
	transition: background-color .3s ease-in-out;
}
div.box-cart-img {
	position: relative;
	display: inline-block;
}
div.box-cart-p {
	position: relative;
	display: inline-block;
}
p.p-cart {
	margin:0;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	display: inline-block;
	margin-right: 10px;
}
a.a-cart,
a.a-cart:active,
a.a-cart: visited {
	color: #000;
	font-size: 0;
}
a.a-cart:focus,
a.a-cart:hover {
	color: #000;
	text-decoration: none;
}
img.pic-cart {
	width: 22px;
	margin-top: -2px;
}
div.box-cart-count {
	position: relative;
	display: inline-block;
}
div.count-cart {
	display: inline-block;	
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #F19200;
}
div.box-h-cart:focus,
div.box-h-cart:hover {
	background-color: #f7f7f7;
}
td.product-name,
td.product-total {
    border-bottom: 1px solid rgba(0,0,0,.05);
}

	/** cart number **/
div.box-cart-number {
	position: absolute;
	right: -10px; top: -5px;
	background-color: #C4C4C4;
	color: #000;
	font-weight: bold;
	border-radius: 50%;
	font-size: 12px;
	padding: 2px;
	text-align: center;
	
	min-width: 20px; max-width: 20px;
}

/** button back **/
div.box-back {
	height: 100%;
}
div.box-back button.btn-back {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	
	text-align: center;
	margin: 0;
	position: absolute;
	left: 50%; top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
div.box-back button.btn-back:hover,
div.box-back button.btn-back:focus {
	color: #F19200;
	border: none;
	text-decoration: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

/** woocommerce breadcamp **/
	/** woccommerce bread **/
.woocommerce-breadcrumb {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 19px;
	text-align: left;
	color: #000;
}
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb a:visited, .woocommerce-breadcrumb a:active {
	font-weight: normal;
	font-size: 13px;
	line-height: 19px;
	color: rgba(0,0,0,.5);
		-webkit-transition: color .3s ease-in-out;
		-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.woocommerce-breadcrumb a:focus,
.woocommerce-breadcrumba a:hover {
	color: #F19200!important;
	text-decoration: none;
}


/** subpage checkout **/
div.cont-checkout {
	padding: 60px 15px;
}
div.cont-checkout p {
	margin-bottom: 15px;
}
div.checkout-billing label {
	display: block;
	width: 100%;
}
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 rgba(220,220,220,.5);
	padding: 25px 20px;
	border-radius: 0 0 5px 5px;
}
div.cont-checkout .woocommerce-checkout-review-order {
	border: 1px solid rgba(220,220,220,.5);
	padding: 25px 20px;
	border-radius: 0 0 5px 5px;
}
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: 5px;
}
div.cont-checkout .woocommerce-additional-fields__field-wrapper {
	margin-top: 30px;
	padding: 25px 20px;
	border: 1px solid rgba(220,220,220,.5);
	border-radius: 5px;
}

	/** header checkout **/
div.cont-checkout .woocommerce-billing-fields h3,
div.cont-checkout #order_review_heading {
	color: #fff;
	text-align: center;
	background: #F19200;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 22px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: 300;
	border-radius: 5px 5px 0 0
}
div.cont-checkout ul#shipping_method {
	margin: 10px 0; padding: 0;
}
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: #F19200;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 22px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: 300;
	border-radius: 5px;
}

/** checkout privacy term **/

	/** checkout privacy **/
.woocommerce-terms-and-conditions {
  max-height: 400px;
  padding: 20px 15px;
  border: 2px solid #F19200;
  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: #F19200;	
}
.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: 22px;
	line-height: 0%;
	letter-spacing: 0.05em;
	color: #F19200;
	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: 5px;
}

	/** 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: 300;
	margin-bottom: 10px;
	padding-left: 20px;
}
div.checkout-summary .woocommerce-privacy-policy-text p {
	font-weight: 300;
}
div.checkout-summary p {
	font-weight: 300;
}
span.woocommerce-terms-and-conditions-checkbox-text {
    font-weight: 300;
}
div.checkout-summary a,
div.checkout-summary a:visited,
div.checkout-summary a:active {
	color: #F19200;
	text-decoration: underline;
}
div.checkout-summary a:hover,
div.checkout-summary a:focus {
	color: #F19200;
	text-decoration: none;
}
div.checkout-summary a.about_paypal {
	display: block;
	color: #F19200;
	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: #F19200;
	border: 2px solid #F19200;
	display: block;
	text-align: center;
	padding: 10px 0;
	font-weight: normal;
	padding: 10px 25px;
	border-radius: 5px;
	width: 100%;
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
div.checkout-summary button#place_order:hover,
div.checkout-summary button#place_order:focus {
	text-decoration: none;
	background-color: transparent;
	color: #F19200;
	text-decoration: none;
	border-color: #F19200;
}

/** end **/

/** subpage cart **/
.page-id-16 section.sec-wys-wiad {
	display: none;
}
.page-id-16 .entry-header {
	display: none;
}
section.sec-cart {
	padding: 20px 0 60px 0;
	position: relative;
}

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;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #F19200;
}
p.return-to-shop a:focus,
p.return-to-shop a:hover {
	text-decoration: none;
	color: #6c757d;
}

/** update cart **/
div.row-update {
	margin-top: 40px;
}
button.btn-update-cart {
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #F19200;
	border-radius: 5px;
	padding: 10px 0;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	border: 1px solid #F19200;
	text-transform: uppercase;
}
button.btn-update-cart:focus,
button.btn-update-cart:hover {
	cursor: pointer;
	text-decoration: none;
	color: #000;
}
p.p-back {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #B8B8B8;
	border: 1px solid #B8B8B8;
	margin-top: 8px;
	padding: 10px 0;
	border-radius: 5px;
}
p.p-back:hover,
p.p-back:focus{
	color: #F19200;
	cursor: pointer;
}

	/** summary cart **/
div.cart-collaterals {
	float: right;
	background: #fff;
-webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.08);
	padding: 40px 30px;
	border-radius: 5px;
}
div.cart_totals h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.05em;
	color: #F19200;
}
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%;
  text-transform: uppercase;
  background-color: #F19200;
  border: 2px solid #F19200;
  display: block;
  text-align: center!important;
  padding: 10px 0;
  margin-top: 20px;
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  text-decoration: none!important;
  border-radius: 5px;
  -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
  -o-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
  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: none;
	background-color: transparent;
	color: #F19200!important;
	text-decoration: none;
	border-color: #F19200;
}

	/** 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: bold;
	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: #F19200;
}
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: 0;
	list-style: none;
	text-align: left;
}
ul#shipping_method input[type="radio"] {
	margin-right: 5px;
}

	/** coupon cart **/
p.p-coupon {
	margin-bottom: 0;
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 0;
	letter-spacing: 0.05em;
	color: #fff!important;
	padding: 8px 20px;
	border-radius: 5px;
	border: 2px solid #F19200;
	background-color: #F19200;
}
p.p-coupon:hover,
p.p-coupon:focus {
	background-color: transparent;
	cursor: pointer;
	text-decoration: none;
	color: #F19200!important;
}
div.card-kupon {
	border-radius: 5px;
	display: inline-block;
	margin-top: 20px;
}
div.coupon label {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}
button.btn-coupon {
	background-color: #F19200;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	border-radius: 0 5px 5px 0;
	border: 1px solid #F19200;
	margin-left: -3px;
	margin-top: -3px;
}
button.btn-coupon:focus,
button.btn-coupon:hover {
	text-decoration: none;
	border-color: #F19200;
	color: #F19200;
	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: bold;
	font-size: 22px;
	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: 18px;
	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: none;
	color: #F19200;
}

	/** 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: 18px;
	line-height: 28px;
	color: #F19200;
}

	/** product quantity **/
table.shop_table td.product-subtotal  .woocommerce-Price-amount.amount{
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #F19200;
}
div.quantity {
	text-align: center;
}
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: #F19200;
	background-color: #F4F4F4;
	text-align: center;
}
table.shop_table .form-cart:focus {
	background-color: transparent;
	border-color: #F19200;
	color: #000;
}

/** end **/

/* Single product tabs */
div.box-single-prod-desc {
	padding: 20px 15px;
}
.woocommerce-tabs {
	margin-top: 60px;	
}
.woocommerce-tabs ul.wc-tabs li {
	width: calc(20% - 3px);
	text-align: center;
	display: inline-block;
	display: inline-block !important;	
}
.woocommerce-tabs ul.wc-tabs li a,
.woocommerce-tabs ul.wc-tabs li a:visited,
.woocommerce-tabs ul.wc-tabs li a:active {
	color: #9E9E9E;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.woocommerce-tabs ul.wc-tabs li a:hover,
.woocommerce-tabs ul.wc-tabs li a:focus {
	text-decoration: none;
	color: #F19200;
	border-bottom: 1px solid #F19200;
	border-top: 1px solid #F19200;
}

/* wyzwig tabs product */
ul.wc-tabs p {
	font-size: 15px;
	line-height: 30px;
	text-align: justify;
	color: #545454;
	margin-bottom: 10px;
}
ul.wc-tabs a,
ul.wc-tabs a:visited,
ul.wc-tabs a:active{
	font-size: 15px;
	line-height: 30px;
	color: #F19200;
	text-decoration: underline;
}
ul.wc-tabs a:hover,
ul.wc-tabs a:focus{
	text-decoration: none;
}
ul.wc-tabs h2,
ul.wc-tabs h3,
ul.wc-tabs h4,
ul.wc-tabs h5,
ul.wc-tabs h6 {
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	color: #F19200;
	margin-bottom: 20px;
}
ul.wc-tabs ul,
ul.wc-tabs ol {
	margin: 20px 0 20px 40px; padding: 0;
}
ul.wc-tabs li {
	font-size: 15px;
	line-height: 30px;
	text-align: justify;
	color: #545454;
	margin-bottom: 0;
}
ul.wc-tabs blockquote {
 	background: #F7F7F7;
	padding: 15px;
	max-width: 960px;
	width: 100%;
	margin: 20px auto;
}
ul.wc-tabs blockquote {
	position: relative;
}
ul.wc-tabs blockquote:after {
	content: '';
	background-image: url(/wp-content/uploads/2021/03/quote-1.png);
	height: 25px; width: 25px;
	background-size: 25px 25px;
	display: inline-block;
	position: absolute;
	top: -8px; left: -8px;
}
ul.wc-tabs blockquote p:last-child {
	margin-bottom: 0;
}

/** subpage single product **/
/** single product meta data **/
section.sec-prod {
	padding: 60px 0;
}
section.sec-prod .summary {
	margin-top: 0;
}
section.sec-prod .summary.entry-summary {
	background-color: #F9F9F9;
	padding: 30px;
	border-bottom: 4px solid #F19200;
	border-radius: 5px;
}
section.sec-prod h2.h2-single-prod {
	margin-top: 0;
	margin-bottom: 30px;
	font-style: normal;
	font-weight: 800;
	font-size: 33px;
	line-height: 45px;
	color: #000;
}
section.sec-prod span.woocommerce-Price-amount.amount {
	font-style: normal;
	font-weight: 800;
	font-size: 25px;
	line-height: 50px;
	color: #000;
	position: relative;
}
section.sec-prod ins span.woocommerce-Price-amount.amount {
	font-weight: 500;
	background-color: #E30B0F;
	color: #fff;
	padding: 0px 5px;
	border-radius: 5px;
}
section.sec-prod button.single_add_to_cart_button {
	border-radius: 0;
	width: 100%;
	text-transform: uppercase;
	background-color: #F19200;
	border: 2px solid #F19200;
	display: block;
	text-align: center;
	padding: 10px 0;
	margin-top: 40px;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
		-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
		-o-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
}
section.sec-prod 
button.single_add_to_cart_button:hover,
section.sec-prod
button.single_add_to_cart_button:focus {
	text-decoration: none;
	background-color: transparent;
	color: #F19200;
	text-decoration: none;
	border-color: #F19200;
}
section.sec-prod .form-cart {
	width: 120px; height: 40px;
	border-radius: 5px;
	position: relative;
	text-align: center;
	font-weight: 800;
	font-size: 20px;
	color: #F19200;
	font-weight: normal;
}
p.p-qty {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #9E9E9E;
	margin: 0;
}
p.p-quantity {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #9E9E9E;
	margin-bottom: 0;
}

	/** table variable **/
table.variations select {
}
table.variations td.label {
	width: 60px;
}
table.variations label {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #9E9E9E;
	margin-bottom: 0;
	display: block;
	width: 100%;
}
table.variations a,
table.variations a:visited,
table.variations a:active {
	color: #F19200;
	text-decoration: underline;
	margin-left: 10px;
}
table.variations a:hover,
table.variations a:focus {
	text-decoration: none;
}
section.sec-prod .woocommerce-variation.single_variation {
	border-bottom: 1px solid rgba(0,0,0,.05);
	margin-bottom: 20px;
}
section.sec-prod .woocommerce-variation.single_variation p {
	font-weight: 300;
	text-align: justify;
	font-size: 15px;
}
section.sec-prod .price {
	position: relative;
}
section.sec-prod .price::after {
	/*content: 'CENA';*/
	position: absolute;
	top: -16px; left: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #9E9E9E;
}
section.sec-prod .woocommerce-variation-price .price::after {
	content: 'CENA';
	position: absolute;
	top: -30px; left: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #9E9E9E;
}

	/** product gallery **/
div.box-owl-prod {
	position: relative;
	text-align: center;
}
div.box-owl-prod img.pic-prod {
	width: 100%;
	max-width: 575px;
    margin: 0 auto;
}
div.box-owl-prod .owl-dots {
	display: none;
}
div.box-owl-prod .owl-prev span,
div.box-owl-prod .owl-next span {
	display: none;
}
div.box-owl-prod .owl-prev:after {
	content: '';
	background-image: url(/wp-content/uploads/2021/03/gray-larr.png);
	width: 18px; height: 30px;
	display: inline-block;
	background-size: 18px 30px;
	margin-left: 1px;
}
div.box-owl-prod .owl-next:after {
	content: '';
	background-image: url(/wp-content/uploads/2021/03/gray-rarr.png);
	width: 18px; height: 30px;
	display: inline-block;
	background-size: 18px 30px;
	margin-left: 1px;
}
div.box-owl-prod button:focus {
	outline: none;
}
div.box-owl-prod .owl-nav {
  width: 100%;
	text-align: center;
	margin: 0;
	position: absolute;
	top: 45%; left: 50%;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
}
div.box-owl-prod .owl-nav .owl-prev  {
	position: absolute;
	left: 0px;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
div.box-owl-prod .owl-nav .owl-next  {
	position: absolute;
	right: 0px;
		-webkit-transition: opacity .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
div.box-owl-prod .owl-nav .owl-prev:hover  {
	background: transparent;
	opacity: .7;
}
div.box-owl-prod .owl-nav .owl-next:hover  {
	background: transparent;
	opacity: .7;
}
	/** end **/

/** subpage shop **/
section.sec-sp-h-shop {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	position: relative;
}
section.sec-sp-h-shop div.box-sp-h {
	padding: 40px 0;
}

/** product content shop **/
div.shop-visual ul {
	margin-top: 60px;
}
div.shop-visual ul.products li.product {
	margin-right: 15px;
	border-radius: 5px;
}
div.shop-visual ul li.product {
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
		-webkit-box-sizing: border-box;
	        box-sizing: border-box;
		-webkit-transition: -webkit-box-shadow .2s ease-in-out;
	transition: -webkit-box-shadow .2s ease-in-out;
		-o-transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
	position: relative;
}
div.shop-visual ul li.product:hover,
div.shop-visual ul li.product:focus {
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,.1), 0 10px 10px rgba(0,0,0,.01);
	        box-shadow: 0 14px 28px rgba(0,0,0,.1), 0 10px 10px rgba(0,0,0,.01);
}
div.shop-visual ul li.product a:hover,
div.shop-visual ul li.product a:focus {
	text-decoration: none;
}
div.shop-visual ul li.product span.onsale {
	position: absolute;
	top: 5px; right: 5px;
	padding: 2px 10px;
	background-color: #E30B0F;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border-radius: 5px;
}

	/** in cart info **/
div.shop-visual a.added_to_cart.wc-forward {
	background-color: mediumseagreen;
	display: block;
	padding: 6px 0;
	color: #fff;
	border-radius: 5px;
	  -webkit-transition: background-color .2s ease-in-out;
	  -o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}

	/** li product thumb **/
div.shop-visual ul.products li.product img {
	margin: 10px auto;
}

	/** li product content **/
div.shop-visual h2.woocommerce-loop-product__title {	
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	color: #9E9E9E;
	border-top: 1px solid #E5E5E5;
	margin: 10px 0;
	padding: 10px 5px 0 5px;
}
	/** li product price **/
div.shop-visual ul li.product
span.price {
  display: block;
	padding: 5px 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #3D3D3D;
}
div.shop-visual ul li.product:hover span.price,
div.shop-visual ul li.product:focus span.price {
	background-color: #f7f7f7;
}
div.shop-visual ul li.product
span.price ins {
	font-weight: 500;
	background-color: #E30B0F;
	color: #fff;
	padding: 2px 5px;
	border-radius: 5px;
}
div.shop-visual ul li.product a.add_to_cart_button,
div.shop-visual ul li.product a.add_to_cart_button:visited,
div.shop-visual ul li.product a.add_to_cart_button:focus {
	background-color: #03a9d9;
	padding: 8px 0;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	font-size: 15px;
	border-radius: 0 0 5px 5px;
	font-weight: normal;
}
div.shop-visual ul li.product:hover a.add_to_cart_button,
div.shop-visual ul li.product:focus li.product a.add_to_cart_button {
	background-color: rgba(16, 119, 177, .8);
}
div.shop-visual ul li.product a.button.product_type_simple,
div.shop-visual ul li.product a.button.product_type_simple:visited,
div.shop-visual ul li.product a.button.product_type_simple:focus {
	background-color: #F19200;
	padding: 8px 0;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	font-size: 15px;
	border-radius: 0 0 5px 5px;
		-webkit-transition: background-color .3s ease-in-out;
		-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
div.shop-visual ul li.product:hover a.button.product_type_simple,
div.shop-visual ul li.product:focus li.product a.button.product_type_simple {
	background-color: #3D3D3D;
}

/** end **/

/** subpage shop **/
section.sec-shop {
	position: relative;
	padding: 80px 0;
}
div.shop-sidebar {
	width: 350px;
	float: left;
	padding: 15px 30px 15px 15px;
}
div.shop-content {
	width: calc(100% - 350px);
	float: left;
	padding: 15px 15px 15px 30px;
	border-left: 1px solid #E5E5E5
}

/** subpage kontakt info **/
div.row-sp-kon-logo {
	position: relative;
	margin-bottom: 80px;
}
img.pic-kon-logo {
	max-width: 650px;
	width: 100%;
}
div.box-sp-k-btn {
	margin-top: 30px;
}
div.box-sp-k-info {
	margin-bottom: 40px;
}
h3.h3-kon-info {
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	color: #000;
	margin-bottom: 10px;
}
p.p-kon-info {
	font-size: 17px;
	line-height: 28px;
	color: #000;
}
hr.hr-kon-info {
	display: block;
	margin: 20px 0;
	width: 250px; height: 2px;
	background-color: #F19200;
}
div.box-sp-k {
	position: relative;
	padding-left: 50px;
}
.table.tab-f td, .table.tab-f th {
	padding: 0 0 20px 0;
	vertical-align: top;
	border-top: none;
}
td.td-title {
	width: 70px;
	text-align: center;
}
img.pic-tab {
	width: 30px;
	margin-top: 5px;
}
a.a-kon,
a.a-kon:active,
a.a-kon:visited {	
	display: block;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.02em;
	color: #000;	
	margin-bottom: 0;
		-webkit-transition: color .3s ease-in-out;
		-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
a.a-kon:hover,
a.a-kon:focus {
	color: #F19200;
	text-decoration: none;
}
a.a-kon b {
	font-weight: 600;
}

/** subpage kontakt **/
div.form-box {
	margin-bottom: 0;
	background-color: #f7f7f7;
	padding: 50px 35px;
	position: relative;
}
div.form-box::after {
	content: '';
	display: block;
	position: absolute;
	right: 0; top: -6px;
	background-color: #F19200;
	width: 50%; height: 6px;
}
h2.h2-form-k {
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
}
label.lab-form {
	color: #000;
	font-size: 14px;
}
.form-box .form-k {
	border-radius: 0;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: normal;
	padding-left: 30px;
	height: 35px;
	background-color: #fff;
	border-color: #000;
}
.form-box .btn-send,
.form-box .btn-send:visited,
.form-box .btn-send:active {
  font-weight: bold;
  line-height: 21px;
  color: #F19200;
  background-color: #3F3F3F;
  border: 2px solid #3F3F3F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-size: 15px;
  padding: 12px 30px 12px 35px;
	-webkit-transition: color .3s ease-in-out,
		background-color .3s ease-in-out,, border-color .3s ease-in-out;
	-o-transition: color .3s ease-in-out,
		background-color .3s ease-in-out,, border-color .3s ease-in-out;
	transition: color .3s ease-in-out,
		background-color .3s ease-in-out,, border-color .3s ease-in-out;
}
.form-box .btn-send:hover,
.form-box .btn-send:focus {
	border: 2px solid #F19200;
	background-color: #F19200;
	color: #fff;
	text-decoration: none;
}
.form-box .form-txt {
	height: 100px;
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #F19200;
	outline: 0;
		-webkit-box-shadow: none;
			  box-shadow: none;
}

/** form accept **/
div.cm-akcept {
	position: relative;
}
p.p-form-accept {
	display: inline;	
	font-size: 15px;
	line-height: 30px;
	color: #545454;
	margin-bottom: 10px;
	margin-left: 5px;
}
a.a-kon-akcept,
a.a-kon-akcept:visited,
a.a-kon-akcept:active{
	font-size: 15px;
	line-height: 30px;
	color: #F19200;
	text-decoration: underline;
}
a.a-kon-akcept:hover,
a.a-kon-akcept:focus{
	text-decoration: 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;
}
.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;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	background-color: #46b450;
	color: #fff;
	text-align: center;
	font-size: 15px;
}

/** subpage galeria **/
div.box-proj-gal {
	margin-top: 20px;
	text-align: center;
	width: 100%;
}

/** gallery boxes **/
div.col-gall {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
div.box-gall-over {
	position: relative;
	overflow: hidden;
}
div.bg-gall {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 250px;
	
	will-change: transform;
		-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
		-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
div.box-gall-over:hover div.bg-gall,
div.box-gall-over:focus div.bg-gall {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
div.box-gall-abs {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	mix-blend-mode: multiply;
	background-color: #F19200;
	opacity: 0;
	  -webkit-transition: opacity .3s ease-in-out;
	  -o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
div.box-gall-over:hover div.box-gall-abs,
div.box-gall-over:focus div.box-gall-abs {
	opacity: 1;
}
p.p-gall {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin: 0;
	width: 100%;
	position: absolute;
	left: 50%; top: 50%;
	  -webkit-transform: translate(-50%, -50%);
		  -ms-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
	opacity: 0;
		-webkit-transition: opacity .3s ease-in-out;
		-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
div.box-gall-over:hover p.p-gall,
div.box-gall-over:focus p.p-gall {
	opacity: 1;
}

/** subpage o nas **/
div.row-onas {
	margin-top: 60px;
}
div.col-onas {
	text-align: center;
	margin-bottom: 30px;
}

/** subpage header **/
section.sec-sp-h {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	position: relative;
}
figure.fig-sp-h-abs {
	position: absolute;
	right: 0; bottom: 0;
}
img.pic-sp-h-ab {
	max-width: 300px;
	width: 100%;
}
div.box-sp-h {
	position: relative;
	padding: 80px 0;
}
h1.h1-sp-h {
	font-weight: bold;
	font-size: 36px;
	line-height: 38px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
}
a.btn-fff,
a.btn-fff:active,
a.btn-fff:visited {
	font-weight: bold;
	line-height: 21px;
	color: #000;
	margin-right: 10px;
	background-color: transparent;
	border: 2px solid #F19200;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 5px;
	font-size: 15px;
	padding: 12px 30px 12px 35px;
		-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
		-o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
a.btn-fff:focus,
a.btn-fff:hover {
	color: #000;
	text-decoration: none;
	background-color: #F19200;
}
a.btn-fff svg.svg-hist-a path {
	fill: #000;
}
a.btn-fff:focus svg.svg-hist-a path,
a.btn-fff:hover svg.svg-hist-a path {
	fill: #000;
}
a.btn-yellow,
a.btn-yellow:active,
a.btn-yellow:visited {
	font-weight: bold;
	line-height: 21px;
	color: #000;
	margin-left: 10px;
	background-color: #F19200;
	border: 2px solid #F19200;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 5px;
	font-size: 15px;
	padding: 12px 30px 12px 35px;
		-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
		-o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
a.btn-yellow:focus,
a.btn-yellow:hover {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}

/** subpage bread **/
div.cont-bread-post {
	border-bottom: 1px solid #E5E5E5;
	padding: 10px 15px;
}
div.sep-bread {
	display: inline-block;
	width: 7px; height: 7px;
	background-color: #F19200;
	margin: 0 5px 0 5px;
	position: relative;
	top: -2px;
	border-radius: 50%;
}
div.breadcrumbs {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 25px;
	text-align: left;
	color: #000;	
}
div.breadcrumbs a,
div.breadcrumbs a:visited,
div.breadcrumbs a:focus,
div.breadcrumbs a:active {
	font-weight: normal;
	font-size: 13px;
	line-height: 19px;
	color: rgba(0,0,0,.5);
		-webkit-transition: color .3s ease-in-out;
		-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
	text-decoration: none;
	color: #F19200;
}

	/** style box wyzwig **/
div.box-wyzwig p {
	text-align: justify;
	line-height: 30px;
	font-size: 15px;
	color: #000;
	margin-bottom: 10px;
	font-weight: 300;
}
div.box-wyzwig a,
div.box-wyzwig a:visited,
div.box-wyzwig a:active{
	text-align: justify;
	line-height: 30px;
	color: #F19200;
	text-decoration: underline;
	font-weight: 300;
}
div.box-wyzwig a:hover,
div.box-wyzwig a:focus{
	text-decoration: none;
}
div.box-wyzwig h2,
div.box-wyzwig h3,
div.box-wyzwig h4,
div.box-wyzwig h5,
div.box-wyzwig h6 {
	font-weight: bold;
	font-size: 33px;
	line-height: 44px;
	color: #F19200;
	margin-bottom: 20px;
}
div.box-wyzwig h3{
	font-size: 30px;
}
div.box-wyzwig h4{
	font-size: 27px;
}
div.box-wyzwig h5{
	font-size: 24px;
}
div.box-wyzwig h5{
	font-size: 21px;
}
div.box-wyzwig ul,
div.box-wyzwig ol {
	margin: 20px 0 20px 40px; padding: 0;
}
div.box-wyzwig li {
	line-height: 30px;
	text-align: justify;
	color: #000;
	margin-bottom: 0;
	font-weight: 300;
}
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/03/quote.png);
	height: 25px; width: 25px;
	background-size: 25px;
	display: inline-block;
	position: absolute;
	top: -8px; left: -8px;
}
div.box-wyzwig blockquote p:last-child {
	margin-bottom: 0;
}

/** end wyzwig **/

section.sec-sp {
	position: relative;
	padding: 60px 0;
}

/** woocommerce info **/
div.woocommerce-notices-wrapper {
	text-align: center;
	padding: 0 15px;
}
p.cart-empty.woocommerce-info {
	margin-bottom: 0;
	text-align: center;
	background-color: #F9F9F9;
	padding: 20px 15px;
	font-weight: normal;	
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	color: #000;
}
p.cart-empty.woocommerce-info strong {
	font-weight: normal;	
}
div.woocommerce-info a,
div.woocommerce-info a:active,
div.woocommerce-info a:visited {
	color: #fff;
		-webkit-transition: color .3s ease-in-out;
		-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
div.woocommerce-info a:focus,
div.woocommerce-info a:hover {
	color: rgba(255,255,255,.6);
}

	/** wc message **/
.woocommerce-message, .woocommerce-noreviews, p.no-comments {
	background-color: #0f834d;
	text-align: center;
	padding: 20px 15px;
	color: #fff;
	font-weight: normal;	
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	
	max-width: 960px;
	width: 100%;
	margin: 20px auto 15px auto;
}
a.restore-item,
a.restore-item:active,
a.restore-item:visited {
	color: #fff;
	text-decoration: underline;
}
a.restore-item:focus,
a.restore-item:hover {
	color: rgba(255,255,255,.6);
}
a.button.wc-forward,
a.button.wc-forward:visited,
a.button.wc-forward:active {
	color: #fff;
	text-decoration: underline;
}
a.button.wc-forward:focus,
a.button.wc-forward:hover {
	color: rgba(255,255,255,.6);
}

	/** wc error **/
.woocommerce-error {
	background-color: #e2401c;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	font-weight: normal;	
	text-transform: uppercase;
	font-size: 20px;
	border-radius: 5px;
	
	max-width: 960px;
	width: 100%;
	margin: 0 auto 15px auto;
}
ul.woocommerce-error {
	margin: 0 auto 15px auto;
	list-style: none;
}
ul.woocommerce-error li {
	font-weight: normal;
	font-size: 15px;
	margin: 8px 0;
}
/** end **/
	/**  notice wc shop **/
h1.woocommerce-products-header__title.page-title {
	margin-bottom: 10px;
}
.form-custom {
	display: inline;
	width: auto;
	background: #fff;
	border: 1px solid #D7D7D7;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 0;
	font-weight: 300;
	line-height: 28px;
	color: #B8B8B8;
}
.form-custom option {
	color: #B8B8B8;
	font-size: 15px;
	font-weight: 300;
}
div.shop-visual .woocommerce-ordering {
	position: relative;
}
div.shop-visual .orderby {
	position: absolute;
	top: -40px; right: 0;
}
div.shop-visual p.woocommerce-result-count {
	font-size: 18px;
	line-height: 38px;
	color: #B8B8B8;
	display: inline;
	font-weight: 100;
}

	/** checkout notification **/
.woocommerce-checkout .woocommerce-info {
	padding: 20px 0;
	text-align: center;
	background-color: #f7f7f7;
	font-size: 15px;
	font-weight: normal;
	border-radius: 5px;
	color: #000;
	
	max-width: 670px;
	margin: 0 auto;
}
.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon {
	text-align: center;
	margin: 20px 0;
}
.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon p {
	margin-bottom: 10px;
	color: #000;
}
.woocommerce-checkout .woocommerce-info a,
.woocommerce-checkout .woocommerce-info a:visited,
.woocommerce-checkout .woocommerce-info a:active  {
	color: #000;
	text-decoration: underline;
}
.woocommerce-checkout .woocommerce-info a:hover,
.woocommerce-checkout .woocommerce-info a:focus {
	color: #1077B1;
	text-decoration: none;
}
.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon.customize-unpreviewable p {
	margin-bottom: 15px;
	font-size: 15px;
}
.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon.customize-unpreviewable {
	max-width: 960px;
	width: 100%;
	margin: 20px auto;
	text-align: center;
	display: block;
}
.woocommerce-checkout input#coupon_code {
	display: block;
	margin: 0 auto;
}
form.checkout_coupon.woocommerce-form-coupon button {
	background-color: #F19200;
	border: 2px solid #F19200;
	display: block;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
	padding: 10px 25px;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin: 0 auto;
}
form.checkout_coupon.woocommerce-form-coupon button:focus,
form.checkout_coupon.woocommerce-form-coupon button:hover {
	text-decoration: none;
	background-color: transparent;
	color: #F19200;
	text-decoration: none;
	border-color: #F19200;
}

/** mobile header menu **/
.mob-h {
	display: none;
}
/** mobile header **/
@media only screen and (max-width: 1240px) {
	p.p-cart {
		display: none;
	}
}
@media only screen and (max-width: 1080px) {
	img.logo-h {
    	max-width: 220px;
	}
	div.box-logo-h {
    	left: 5px; top: 8px;
	}
	p.p-h,
	a.a-h,
	a.a-h:active,
	a.a-h:visited {
		padding: 20px 5px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 880px) {
	section.desk-h,
	section.sec-mm {
		display: none;
	}
	
	/** mobile header styles **/
	img.koszyk-dt {
		max-width: 25px;
	}
	.mob-h {
		display: block;
		position: relative;
/* 		top: 0; left: 0; */
		width: 100%;
		z-index: 2;
		background-color: rgba(255,255,255,.85);
    	padding: 0;
		-webkit-box-shadow: 0 14px 28px rgba(0,0,0,.02), 0 10px 10px rgba(0,0,0,.01);
		        box-shadow: 0 14px 28px rgba(0,0,0,.02), 0 10px 10px rgba(0,0,0,.01);
	}
	
	/** Mobilne Menu **/
	section.sec-menu {
		display: block;
		position: relative;
		top: auto; right: auto;
		width: 100%;
		padding: 15px 0 0 0;
		z-index: 16;
		background-color: #F19200;
	}	
	img.mob-logo-h {
		width: 200px;
	}
	div.cont-mob-h {
		padding: 15px 10px;
	}
	div.box-menu {
		display: inline-block;
		position: absolute;
		right: -10px; top: -10px;
	}
	div.box-menu:hover {
		cursor: pointer;
	}
	
	/** collapse search **/
	div.box-h-s {
		
	}
	p.p-mob-s {
		color: #000;
		font-size: 15px;
		margin: 0 0 10px 0;
	}
	input.in-h-s {
		padding-left: 20px;
	}
	input.btn.btn-link.mob-btn-s {
		font-weight: bold;
		line-height: 21px;		
		color: #fff;
		text-transform: uppercase;
    	background-color: #F19200;
		width: 300px;
   		border: 1px solid #F19200;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
    	border-radius: 0 0 5px 5px;
		font-size: 13px;
		padding: 8px 0;
		position: relative;
		top: -1px;
	}
	input.form-control.search-field.form-search.in-h-s {
		width: 300px;
		margin: 0 auto;
	}
	input.btn.btn-link.mob-btn-s:focus,
	input.btn.btn-link.mob-btn-s:hover {
		color: #F19200;
		text-decoration: none;
		background-color: #fff;
	}
	
		/** mobile cart **/
	div.mob-cart {
		position: relative;
		display: inline;
	}
	div.koszyk-box {
		position: absolute;
		right: -10px; top: -8px;
		background-color: #C4C4C4;
		color: #000;
		font-weight: bold;
		border-radius: 50%;
		font-size: 12px;
		padding: 2px;
		text-align: center;
		min-width: 20px;
		max-width: 20px;		
	}
	div.count-koszyk {
		position: relative;
	}
	.box-mob-h {
		position: absolute;
		right: 45px; top: 5px;    
	}
	div.d-box-lang {
		padding-left: 0;
		padding-right: 5px;
	}
	
	/** mobile search **/
	.koszyk-box {
    	display: inline;
		position: relative;
	}
	div.box-mob-search {
		display: inline;
		padding-left: 20px;
		padding-right: 5px;
	}	
	.pic-mob-search {
		width: 20px;
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		-o-transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		will-change: transform;
	}
	.pic-mob-search-rot {
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	#CollaspeSearch {
		background-color: #f7f7f7;
		padding: 15px 0;
	}
	#CollaspeSearch input.in-h-search {
   		width: 300px;
		margin: 0 auto;
		font-size: 15px;
		height: 40px;
		padding-left: 15px;
		font-weight: 300;
		border-color: #F19200;
		border-radius: 5px 5px 0 0;
	}
	#CollaspeSearch input.btn.btn-link.btn-search {
		color: #1077B1;
		background-color: #fff;
		border-color: #fff;
		padding-left: 10px;
		padding-right: 10px;
	}
	button.btn.btn-link.btn-mob-cat {
		display: none;
	}

	/** menu collapse **/
	div.card-body {
		padding: 0;
		border-color: #F19200;
		border-radius: 0;
	}
	
	/** mobile menu **/
	ul.mob-ul-h {
		margin: 0; padding: 0;
		list-style: none;
	}
	ul.mob-ul-h li {		
		border-bottom: 1px solid rgba(255,255,255,.08);		
	}
	div.box-coll-zwin {
		padding: 10px 0;
		text-align: center;
	}
	p.p-coll-zwin {
		font-size: 13px;
		color: #fff;
		margin: 0;
	}
	p.p-side-nag {
		text-align: center;
		color: #404040;
			-webkit-transition: color .25s ease-in-out;
			-o-transition: color .25s ease-in-out;
		transition: color .25s ease-in-out;
		margin-bottom: 5px;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 5px;
		padding: 10px 0;
    	display: block;
		border-top: 1px solid rgba(0,0,0,.05);
		border-bottom: 1px solid rgba(0,0,0,.05);
	}
	section.sec-menu div.box-shop-sidebar {
		position: relative;
		background-color: #f7f7f7;
		padding: 10px 15px 10px 15px;
		border-radius: 0;
	}
	a.a-side-nag-yellow {
		color: #F19200;
	}
	.page-id-9 .li-home {
		display: none;
	}

	
	/** Hamburger **/
	.ham {
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
		-webkit-transition: -webkit-transform 400ms;
		transition: -webkit-transform 400ms;
		-o-transition: transform 400ms;
		transition: transform 400ms;
		transition: transform 400ms, -webkit-transform 400ms;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.hamRotate.active {
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.hamRotate180.active {
		-webkit-transform: rotate(180deg);
		    -ms-transform: rotate(180deg);
		        transform: rotate(180deg);
	}
	.line {
		fill:none;
		-webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
		-o-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
		transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
		stroke:#000;
		stroke-width:3.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;
	}
}

/** mobile section hero **/
@media only screen and (max-width: 1280px) {
	div.box-hero {
		padding-left: 40px;
	}
	img.pic-plaster {
   		max-width: 550px;
	}
}
@media only screen and (max-width: 1140px) {
	div.bg-hero {
		height: auto;
		padding: 120px 0;
	}
	div.box-hero {
		margin-top: 0;
		padding-left: 0;
		text-align: center;
	}
	img.pic-plaster {
		max-width: 350px;
	}
}
@media only screen and (max-width: 840px) {
	div.bg-hero {
		padding: 100px 0 120px 0;
	}
	p.p-hero-up,
	h2.h2-hero {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	p.p-hero {
		font-size: 75px;
		line-height: 80px;
	}
	.box-owl-hero .owl-nav {
    	margin-top: -315px;
	}
}
@media only screen and (max-width: 720px) {
	.box-owl-hero .owl-nav {
		display: none;
	}
	div.bg-hero {
		height: 550px;
		padding: 120px 0 120px 0;
	}
	p.p-hero-up,
	h2.h2-hero {
    	font-size: 18px;
	}
	p.p-hero {
		font-size: 63px;
		line-height: 64px;
	}
	p.p-hero {
		font-size: 63px;
		line-height: 64px;
	}
	img.pic-plaster {
    	max-width: 215px;
	}
}

/** mobile front kategorie **/
@media only screen and (max-width: 1080px) {
	div.bg-kat {
		height: 300px;
	}
	h3.h3-kat {
		font-size: 30px;
    	line-height: 35px;
	}
}

@media only screen and (max-width: 768px) {
	section.sec-kat {
		padding: 40px 0;
	}
	div.row-kat,
	div.row-kat-all {
    	margin-top: 30px;
	}
	div.col-kat {
		padding-left: 5px;
		padding-right: 5px;
			-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
    	max-width: 50%;
	}
	div.bg-kat {
		height: 200px;
		margin-bottom: 10px;
	}
	a.btn-kat,
	a.btn-kat:active,
	a.btn-kat:visited {
		width: 100%;
	}
	
	/** reset style **/
	div.box-kat {
		text-align: center;
	}
	div.box-kat-title::before {
		display: none;
	}
	h3.h3-kat {
		font-size: 26px;
		line-height: 29px;
		position: relative;
		left: auto; top: auto;
		-webkit-transform: none;
			-ms-transform: none;
				transform: none;
		text-align: center;
		padding: 0;
	}
	div.box-kat-title {
		height: auto;
	}
}
/** mobile section historia **/
@media only screen and (max-width: 768px) {	
	img.pic-hist-ab {
		max-width: 100%;
	}
	div.box-hist {
		text-align: center;
		margin-top: 40px;
	}
	img.pic-hist {
   	 	max-width: 240px;
	}
}
@media only screen and (max-width: 500px) {
	section.sec-hist {
		padding-bottom: 200px;
	}
	section.sec-hist-b {
		margin-top: -180px;
	}
	section.sec-hist-b a.btn-hist-a,
	section.sec-hist-b a.btn-hist-a:active,
	section.sec-hist-b a.btn-hist-a:visited {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	section.sec-hist-b a.btn-hist-b,
	section.sec-hist-b a.btn-hist-b:active,
	section.sec-hist-b a.btn-hist-b:visited {
		margin-left: 0;
		width: 100%;
	}
}

/** mobile section front prod **/
div.mob-prod-blo {
		display: none;
	}
@media only screen and (max-width: 768px) {
	section.sec-prod {
    	padding: 40px 0;
	}
	div.row-prod {
    	margin-top: 30px;
	}
	div.desk-prod-non {
		display: none;
	}
	div.mob-prod-blo {
		display: block;
	}
	div.mob-prod-blo .owl-theme .owl-nav {
		display: none;
	}
	/** mob prod front owl - dots **/
	div.mob-prod-blo.owl-dots {
		margin-top: 30px;
		z-index: 2;
		position: relative;
	}
	div.mob-prod-blo .owl-dots button.owl-dot.active span  {
		background-color: #F19200;
		border-radius: 50%;
	}
	div.mob-prod-blo .owl-dots button.owl-dot span  {	
		background-color: rgba(202, 202, 202, 1);
		border-radius: 50%;
	}
	div.mob-prod-blo.owl-dots button:focus {
		outline: none;
	}
	div.row-prod-all {
   		margin-top: 30px;
	}
}

/** mobile section pomożemy **/
@media only screen and (max-width: 1080px) {
	div.box-front-kon {
    	background-color: rgba(255,255,255,.5);
		border-radius: 5px;
    	padding: 25px 15px;
	}
	div.box-front-kon p.p-kont-nag {
		text-align: center;
		color: #000;
	}
	div.box-front-kon p.p-tab-kont {
		color: #000;
	}
	div.box-front-kon a {
		color: #000;
	}
	div.box-front-kon p.p-kont-txt {
		color: #000;
		max-width: 100%;
		font-size: 15px;
		text-align: center;
	}
	div.box-front-kon hr.hr-kont {
		margin: 20px auto;
		display: block;
	}
	div.box-front-kon div.box-kont-btn {
		text-align: center;
	}
	div.box-front-kon div.box-kont-btn a {
		color: #000;
		border-color: #000;
		width: 100%;
		margin: 0 0 10px 0;
		font-size: 15px;
	}
}
@media only screen and (max-width: 768px) {
	section.sec-kontakt {
		padding: 40px 0;
		background-position: center;
	}
}

/** mobile footer **/
@media only screen and (max-width: 768px) {
	div.box-single-prod-desc {
		padding: 0;
	}
	section.sec-f {
		padding: 40px 0;
	}
	p.p-copy-f {
		margin: 5px 0;
	}
	h2.h2-foot {
		margin-top: 20px;
	}
}

/** mobile cart shop **/
.btn-link.disabled,
.btn-link:disabled {
	color: #6c757d;
	border: 1px solid #6c757d;
}
/* table.shop_table_responsive tr td::before {
	display: none;
} */
@media only screen and (max-width: 768px) {
	
	/** cart **/
	table.shop_table_responsive tr td {
		text-align: center;
		padding: 10px 0;
	}
	td.product-thumbnail::before {
    	display: none;
	}
	
	/** cart cupon **/
	p.p-coupon {
		width: 100%;
	}
	div.coupon {
    	margin: 20px 0;
	}
	div#collapseCoupon {
   		margin: 20px 0;
	}
	
	/** cart text **/
	table.shop_table td.product-name a, table.shop_table td.product-name a:visited, table.shop_table td.product-name a:active {
		font-size: 15px;
	}
	
	/** sumamry cart **/
	div.cart-collaterals {
		float: none;
		padding: 25px 15px;
	}
	div.mob-cart-mt {
		margin-top: 20px;
	}
	section.sec-cart {
		padding-bottom: 40px;
	}
	
	/** checkout **/
	div.checkout-summary {
		margin-top: 30px;
	}
	div.cont-checkout {
		padding: 40px 15px;
	}
	div.woocommerce-checkout input#coupon_code,
	form.checkout_coupon.woocommerce-form-coupon button {
		width: calc(100% - 30px);
	}
	
	/** checkout table **/
	div.checkout-billing label {
    	font-size: 15px;
	}
	table.shop_table th.product-name,
	table.shop_table th.product-total {
    	font-size: 15px;
	}
	div.cont-checkout div#order_review td.product-name {
		padding: 15px 0;
		font-size: 14px;
	}
}

/** mobile single product **/
@media only screen and (max-width: 768px) {
	section.sec-prod .summary.entry-summary {
  	  padding: 25px 15px;
		border-radius: 0;
	}
	section.sec-prod h2.h2-single-prod {
		font-size: 30px;
		line-height: 35px;
	}
	section.sec-prod button.single_add_to_cart_button {
		margin-top: 25px;
		font-size: 18px;
	}
}

/** woocommerce pagination **/
nav.woocommerce-pagination {
	display: block;
	text-align: center;
	clear: both;
}
ul.page-numbers {
	margin: 0; padding: 0;
	list-style: none;
}
ul.page-numbers li {
	display: inline-block;
}
span.page-numbers.current {
	background-color: #F19200;
	color: #fff;
	padding: 6px 10px;
	border-radius: 5px;
	font-size: 13px;
}
a.page-numbers,
a.page-numbers:active,
a.page-numbers:visited {
	color: #000;
	display: inline-block;
	margin-top: 30px;
	background-color: transparent;
	padding: 6px 10px;
	font-weight: bold;
	border-radius: 5px;
	font-size: 13px;
	-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	transition: color .2s ease-in-out, background-color .2s ease-in-out;
}
a.page-numbers:hover,
a.page-numbers:focus {
	background-color: #F19200;
	color: #fff;
	text-decoration: none;
}

/** mobile shop - shop page **/
@media only screen and (max-width: 1040px) {
	div.shop-sidebar {
    	width: 300px;
		padding-right: 15px;
	}
	div.shop-content {
    	width: calc(100% - 300px);
		padding-left: 15px;
	}
}
div.mob-box-sdb-show {
	display: none;
}

@media only screen and (max-width: 962px) {
	div.shop-sidebar {
    	width: 100%;
		padding: 0;
	}
	div.shop-content {
    	width: 100%;
		padding: 0 15px;
		border: none;
	}
	
	div.mob-box-sdb-show {
		display: block;
	}
	button.mob-btn-sdb-show {
		font-weight: bold;
		line-height: 21px;
		color: #fff;
		background-color: #F19200;
		border: 1px solid #F19200;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		border-radius: 5px;
		font-size: 15px;
		width: 100%;
		padding: 12px 0;
		position: relative;
	}
	button.mob-btn-sdb-show:focus,
	button.mob-btn-sdb-show:hover {
		color: #F19200;
		border-color: #F19200;
		text-decoration: none;
		background-color: #fff;
	}
	button.mob-btn-sdb-show span {
		margin-left: 10px;
	}
	div.mob-box-shop-sidebar {
		display: none;
	}
	input.btn-sidebar-s {
		color: #F19200;
		background-color: transparent;
		border: 1px solid #F19200;
	}
	input.btn-sidebar-s:focus,
	input.btn-sidebar-s:hover {
		color: #fff;
		background-color: #F19200;
    	border: 1px solid #F19200;
	}
	
	/** shop page content **/
	section.sec-shop {
		padding: 40px 0;
	}
}
@media only screen and (max-width: 768px) {
	div.shop-visual .orderby {
		position: relative;
		top: auto; right: auto;
		margin-top: 10px;
		width: 100%;
	}
	h1.woocommerce-products-header__title.page-title {
		margin-bottom: 10px;
		text-align: center;
		color: #000;
		text-transform: uppercase;
		font-weight: bold;
	}
}

@media only screen and (max-width: 1067px ) {	
div.shop-visual ul.products li.product {
		margin-right: 7px;
		border-radius: 5px;
		width: 30%;
		float: left;
	}
}
@media only screen and (max-width: 768px ) {	
div.shop-visual ul.products li.product {
		margin-right: 5px;
		border-radius: 5px;
		width: calc(50% - 10px);
		float: left;
	}
	div.shop-content {
		padding: 0;
	}
}

/** mobile shop - shop page **/
@media only screen and (max-width: 768px) {	
	/** shop header **/
	section.sec-sp-h-shop div.box-sp-h {
    	padding: 30px 0;
	}
	div.mob-shop-h {
		text-align: center;
	}
	div.box-back button.btn-back {
    font-size: 15px;
    margin: 0;
    position: relative;
    left: auto; top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
		padding-bottom: 30px;
	}
}

/** mobile subpage header **/
@media only screen and (max-width: 1040px) {
	img.pic-sp-h-abs {
    max-width: 350px;
	}
}
@media only screen and (max-width: 880px) {
	div.box-sp-h {
		padding: 40px 0 120px 0;
		text-align: center;
	}
	img.pic-sp-h-abs {
    max-width: 200px;
	}
	section.sec-sp {
		padding: 40px 0;
	}
}

/** subpage o nas **/
@media only screen and (max-width: 768px) {
	div.row-onas {
    margin-top: 30px;
	}
	a.btn-fff,
	a.btn-fff:active,
	a.btn-fff:visited {
		margin: 0 0 10px 0;
		width: 100%;
	}
	a.btn-yellow,
	a.btn-yellow:active,
	a.btn-yellow:visited {
		margin: 0 0 10px 0;
		width: 100%;
	}
}
/** subpage galeria **/
@media only screen and (max-width: 768px) {
	div.col-gall {
	-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
	        flex: 0 0 50%;
		max-width: 50%;
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 10px;
	}
	div.bg-gall {
		height: 200px;
	}
}

/** subpage kontakt **/
@media only screen and (max-width: 768px) {
	div.row-sp-kon-logo {
   		margin-bottom: 40px;
	}
	div.form-box {
		margin-bottom: 0;
		background-color: #f7f7f7;
		padding: 30px 0;
	}
	.form-box .btn-send,
	.form-box .btn-send:visited, 
	.form-box .btn-send:active {
   		width: calc(100% - 30px);
	}
	div.box-sp-k {
		padding-left: 0;
		margin-top: 30px;
	}
}

/** mobile shop page **/
@media only screen and (max-width: 768px) {
	div.shop-visual ul li.product a.button.product_type_simple, div.shop-visual ul li.product a.button.product_type_simple:visited, div.shop-visual ul li.product a.button.product_type_simple:focus,
	
	div.shop-visual a.added_to_cart.wc-forward,
	p.p-f-prod-href {
		font-size: 13px;
	}
	
	/** front product **/
	div.col-front-prod {
		padding-left: 5px;
		padding-right: 5px;
	}
	a.btn-prod,
	a.btn-prod:active,
	a.btn-prod:visited {
		width: 100%;
	}
	
	/** footer **/
	section.sec-copy-f {
   		padding: 10px 0;
	}
	p.p-copy-f {
    	font-size: 12px;
	}
}

/* Zakup telefoniczny */
div.d-zakup-tel {
	border: 2px solid #F19200;
	border-radius: 6px;
	padding: 12px;
}
p.p-zak-tel {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
}
a.a-zak-tel,
a.a-zak-tel:visited,
a.a-zak-tel:active {
	color: #F19200;
}

li.p-n-z a.button.product_type_simple, 
li.p-n-z a.button.product_type_simple:visited,
li.p-n-z a.button.product_type_simple:focus {
	display: none !important;
}

/** subpage płatności **/
#Online,
#PlatnosciPrzyDostawie,

#Kurier,
#OdbiorOsobisty {
	padding-top: 80px;
	margin-top: -80px;
}
h2.h2-plat {
	font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #F19200;
  margin-bottom: 20px;
}
div.row-sp-plat {
	margin-top: 60px;
}
@media only screen and (max-width: 768px) {
	div.row-sp-plat {
    	margin-top: 30px;
	}
}

/** section fopis **/
section.sec-fopis {
	position: relative;
	padding: 80px 0;
	background-color: #F6F6F6;
}
h2.h2-fopis {
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  color: #000;
  letter-spacing: -.4px;
}
div.row-fopis {
	margin-top: 60px;
}
div.col-fopis {
	margin-bottom: 30px;
}
div.box-fopis {
	text-align: center;
	background: #fff;
	border: 1px solid #D1D1D1;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 35px 20px;
}
figure.fig-fopis {
	position: relative;
	margin-bottom: 20px;
}
img.img-fopis {
	max-width: 70px;
}
div.box-fopis-txt {
	position: relative;
	min-height: 120px;
}
p.p-fopis {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	
	text-align: center;
  margin: 0;
	width: 100%;
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
	div.row-fopis {
		margin-top: 40px;
	}
	div.col-fopis {
		margin-bottom: 15px;
		padding-left: 0;
		padding-right: 0;
	}
	section.sec-fopis {
		padding: 40px 0;
	}
	div.box-fopis {
		padding: 25px 15px;
	}
	div.box-fopis-txt {
		min-height: auto;
	}
	p.p-fopis {
		position: relative;
		left: auto; top: auto;
		transform: none;
	}
}

/* Film */
section.sec-film {
	padding: 40px 0;
}

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

div.box-film iframe {
	width: 100%;
	max-width: 720px;
	height: 400px;
}
.entry-summary-short ul{
	margin:0;
	margin-top:10px;
	padding:0;
	list-style: none;
}

.entry-summary-short ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #F19200; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.wc_payment_methods img{
	max-height:30px;
}
body.single-product .entry-summary-short{
	margin-top:20px;
}

/** subpage aktualności **/
div.col-blog {
	position: relative;
	margin: 0 0 30px 0;
}
a.a-post,
a.a-post:active,
a.a-post:visited {
	color: var(--black);
}
a.a-post:hover,
a.a-post:visited {
	text-decoration: none;
	color: var(--black);
}
div.box-post {
	position: relative;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
	/*border-radius: 5px;*/
}
div.box-post-over {
	position: relative;
	/*border-radius: 5px 5px 0 0;*/
	overflow: hidden;
}
div.bg-post {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	/*border-radius: 5px 5px 0 0;*/
	
	will-change: transform;
	transition: transform .3s ease-in-out;
}
a.a-post:hover div.bg-post,
a.a-post:visited div.bg-post {
	transform: scale(1.1);
}

div.bg-post-ph {
	position: relative;
	background-color: #f7f7f7;
	height: 200px;
	
	background-image: url('/wp-content/uploads/2022/08/bg-sp-h.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
	will-change: transform;
	transition: transform .3s ease-in-out;
}
a.a-post:hover div.bg-post-ph,
a.a-post:visited div.bg-post-ph {
	transform: scale(1.1);
}
div.box-blog-main {
	position: relative;
	padding: 5px 10px;
}
div.box-blog-title {
	position: relative;
	min-height: 60px;
}
h2.h2-blog-title {
	margin: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.002em;
	color: #F19200;
	
	display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	
	transition: color .3s ease-in-out;
}
h2.h2-blog-title:hover,
h2.h2-blog-title:visited {
	color: var(--yellow);
}
div.box-dsc-post {
	position: relative;
	margin: 10px 0;
}
div.box-exc {
	position: relative;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
div.box-blog-meta {
	position: relative;
	margin: 20px 0 0 0;
}
div.col-blog-meta {
	position: relative;
	padding: 20px 5px;
	float: left;
	width: 50%;
}
div.col-blog-meta:nth-child(2) {
	text-align: right;
}
p.p-data {
	margin: 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #C4C4C4;
}
p.p-blog-href {
	margin: 0;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	color: var(--yellow);
	
	transition: color .3s ease-in-out;
}
p.p-blog-href:hover,
p.p-blog-href:focus {
	cursor: pointer;
	color: var(--blue);
}

/** pagination page **/
span.page-numbers.current {
	display: inline-block;	
	margin: 0 10px;
	padding: 8px 15px;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	background-color: var(--blue);
	border: 1px solid var(--blue);
	border-radius: 3px;
	
	transition: background-color .2s ease-in-out;
}
a.page-numbers,
a.page-numbers:visited,
a.page-numbers:active {
	display: inline-block;
	margin: 0 10px;	
	padding: 8px 15px;
	font-size: 14px;
	line-height: 25px;
	color: var(--black);
}
a.page-numbers:focus,
a.page-numbers:hover {
	color: var(--blue);
	background-color: transparent;
	text-decoration: none;
}
span.page-numbers.current,
span.page-numbers.current:visited,
span.page-numbers.current:active {	
	line-height: 25px;
	margin: 0 10px;
}
div.row-pag a.next,
div.row-pag a.prev {
	display: inline-block;
	padding: 10px 15px;	
	color: var(--blue);	
	border: 1px solid #FBF7F7;
	border-radius: 3px;		
	
	transition: border-color .2s ease-in;
}
div.row-pag a.next:hover,
div.row-pag a.next:focus,
div.row-pag a.next:focus-within,

div.row-pag a.prev:hover,
div.row-pag a.prev:focus,
div.row-pag a.prev:focus-within {
	background-color: transparent;
	border-color: var(--blue);	
}

/** section o nas **/
section.sec-onas-txt {
	position: relative;
	margin: -150px 0 0 0;
	padding: 80px 0 60px 0;
	background-color: var(--gray);
}
div.w960 {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.blog-data{
	position:absolute;
	right:0;
	bottom:-15px;
	display:block;
	background-color: #F19200;
	padding:8px 20px;
	padding-left:40px;
	text-align:right;
	
}
.blog-data p span{
	color:#fff;
	font-size:15px;
	font-weight:300;
}
.box-abs {
    position: relative;
}
div.box-blog-main {
    position: relative;
    padding: 5px 10px;
}
div.box-blog-main {
    padding-top: 20px!important;
}

div.box-sin-blog-meta {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
p.p-sin-data {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    color: #C4C4C4;
}