@charset "UTF-8";
/*!
Theme Name: Bobcat Signage theme
Theme URI: https://bobcat.cz/
Author: Josef Vybíral (graphic house s.r.o.)
Author URI: https://www.graphic-house.cz
Description: Šablona webu pro bobcat-signage.com
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bobcat
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.

ŽDB Drátovna theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, .wp-block-button__link, .homepage-hero .hero-button, .is-style-outline > .wp-block-button__link, .button,
.btn-more,
.more-link,
.button:visited,
.btn-more:visited,
.more-link:visited,
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, .wp-block-button__link, .homepage-hero .hero-button, .is-style-outline > .wp-block-button__link, .button,
.btn-more,
.more-link,
.button:visited,
.btn-more:visited,
.more-link:visited,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, .wp-block-button__link, .homepage-hero .hero-button, .is-style-outline > .wp-block-button__link, .button,
.btn-more,
.more-link,
.button:visited,
.btn-more:visited,
.more-link:visited,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, .wp-block-button__link, .homepage-hero .hero-button, .is-style-outline > .wp-block-button__link, .button,
.btn-more,
.more-link,
.button:visited,
.btn-more:visited,
.more-link:visited,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, .wp-block-button__link::-moz-focus-inner, .homepage-hero .hero-button::-moz-focus-inner, .is-style-outline > .wp-block-button__link::-moz-focus-inner, .button::-moz-focus-inner,
.btn-more::-moz-focus-inner,
.more-link::-moz-focus-inner,
.button:visited::-moz-focus-inner,
.btn-more:visited::-moz-focus-inner,
.more-link:visited::-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, .wp-block-button__link:-moz-focusring, .homepage-hero .hero-button:-moz-focusring, .button:-moz-focusring,
.btn-more:-moz-focusring,
.more-link:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, button, .wp-block-button__link, .homepage-hero .hero-button, .is-style-outline > .wp-block-button__link, .button,
.btn-more,
.more-link,
.button:visited,
.btn-more:visited,
.more-link:visited,
input,
select,
optgroup,
textarea {
	color: #111;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111;
	clear: both;
	font-weight: 400;
	line-height: 1.1;
	font-family: "Roboto Condensed", "Helvetica Neue Condensed", "Arial Narrow", sans-serif;
}

h1 {
	font-size: 2.375rem;
	font-weight: 700;
	margin-bottom: 2.1875rem;
}

h2 {
	font-size: 1.875rem;
	letter-spacing: 0.03125rem;
	text-transform: uppercase;
}

h3 {
	font-size: 1.5rem;
	text-transform: uppercase;
}

h4 {
	font-size: 1.3125rem;
	margin-top: 2.8125rem;
}

h5 {
	font-size: 1.125rem;
}

h6 {
	font-size: 0.9375rem;
}

h2 + h3 {
	margin-top: 0;
}

.home section h1 {
	text-align: center;
}

.site-main h2, .site-main h3, .site-main h4, .site-main h5, .site-main h6 {
	clear: none;
}

p {
	line-height: 1.667;
	margin-bottom: 1.875rem;
}

p > small {
	display: inline-block;
	line-height: 1.5;
}

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

blockquote {
	border: none;
	border-left: 3px solid #FF3600;
	font-size: 1.1875rem;
	font-style: normal;
	margin: 1.875rem 0;
	padding: 0 1.5625rem;
}

blockquote p {
	margin-bottom: 0.75rem;
}

blockquote cite {
	color: #848484;
	display: block;
	font-size: 0.875rem;
	font-style: normal;
	line-height: 1.125rem;
}

address {
	margin: 0 0 1.875rem;
}

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: #fffb00;
	text-decoration: none;
}

big {
	font-size: 125%;
}

a[href^="tel:"] {
	color: #444444;
	text-decoration: none;
}

/* Elements
--------------------------------------------- */
html {
	font-size: 16px;
}

body {
	color: #111;
	overflow-x: hidden;
}

.c-primary {
	color: #FF3600;
}

hr,
.wp-block-separator {
	background-color: transparent;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px dashed #E2E5E7;
	height: 1px;
	margin-top: 1.875rem;
	margin-bottom: 1.875rem;
}

hr + h3 {
	margin-top: 0.9375rem;
}

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

ul {
	list-style: disc;
	padding: 0 0 0 1rem;
}

ul li {
	padding: 0;
}

ul.no-bullet {
	list-style-type: none;
}

ol {
	list-style: decimal;
	padding: 0 0 0 1rem;
}

ol li {
	padding: 0;
}

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 {
	border-radius: 0px;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

.wp-block-image:not(.is-style-rounded) img {
	border-radius: 0px;
}

figure {
	margin: 1em 0;
}

figcaption {
	color: #848484;
	display: block;
	font-size: 0.875rem;
	font-style: normal;
	line-height: 1.125rem;
}

.wp-block-image .alignright {
	margin-left: 0rem;
	margin-bottom: 0.5625rem;
	margin-top: 0.375rem;
}

@media (min-width: 576px) {
	.wp-block-image .alignright {
		margin-left: 1rem;
	}
}

@media (min-width: 768px) {
	.wp-block-image .alignright {
		float: right;
		margin-right: -8.33333%;
		margin-left: 1.875rem;
	}
}

@media (min-width: 960px) {
	.wp-block-image .alignright {
		margin-right: -16.66667%;
		margin-left: 1.875rem;
	}
}

.wp-block-image .alignleft {
	margin-right: 0rem;
	margin-bottom: 0.5625rem;
	margin-top: 0.375rem;
}

@media (min-width: 576px) {
	.wp-block-image .alignleft {
		margin-right: 1rem;
	}
}

@media (min-width: 768px) {
	.wp-block-image .alignleft {
		float: left;
		margin-left: -8.33333%;
		margin-right: 1.875rem;
	}
}

@media (min-width: 960px) {
	.wp-block-image .alignleft {
		margin-left: -16.66667%;
		margin-right: 1.875rem;
	}
}

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

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

table {
	border-collapse: collapse;
}

table,
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
	font-size: 15px;
	line-height: 19px;
}

@media (max-width: 959px) {
	table,
	table > thead > tr > th,
	table > thead > tr > td,
	table > tbody > tr > th,
	table > tbody > tr > td,
	table > tfoot > tr > th,
	table > tfoot > tr > td {
		font-size: 15px;
		line-height: 19px;
	}
}

table td,
table th {
	border-bottom: 1px solid rgba(180, 186, 191, 0.5);
	padding: 0.75rem 0.375rem;
	text-align: left;
}

table .table-units {
	font-weight: 400 !important;
	text-transform: none !important;
}

table tbody tr:nth-child(2n+1) {
	background: #fafafa;
}

table tbody tr:last-child,
table thead tr:last-child {
	border-bottom: 2px solid #d2d2d2;
}

table thead > tr > th,
table .st-head-row {
	background-color: #fff;
	text-transform: uppercase;
	vertical-align: bottom;
}

table .unit {
	text-transform: none;
}

table ul {
	margin-bottom: 0;
}

table ul li:before {
	line-height: 10px;
	margin-left: 0 !important;
	top: 2px;
}

.table.stacktable.small-only tbody > tr:nth-child(2n+1) {
	background: transparent;
}

.table.stacktable.small-only .st-head-row {
	text-transform: uppercase;
}

table.drawing tr, table.drawing td, table.drawing th {
	background: none !important;
	border: none !important;
}

table.drawing td.legend {
	line-height: 1.5;
}

.reference-card {
	text-align: left;
}

.reference-card a,
.reference-card a:visited,
.reference-card a:active,
.reference-card a:focus,
.reference-card a:hover {
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
}

.reference-card .card-title {
	padding: 18px;
}

.reference-card .card-title span {
	position: relative;
	left: 0;
	right: auto;
	top: 0;
	transform: none;
}

.reference-card .card-title p {
	font-size: 15px;
	visibility: hidden;
	transition: visibility .25s ease-in-out;
	text-transform: none;
	line-height: 20px;
	letter-spacing: 0;
	margin-top: 1rem;
}

.icon, .has-icon--account::before, .navbar .secondary-navigation .search-submit, .tns-controls button[data-controls='prev'], .tns-controls .wp-block-button__link[data-controls='prev'], .tns-controls .homepage-hero .hero-button[data-controls='prev'], .homepage-hero .tns-controls .hero-button[data-controls='prev'], .tns-controls .button[data-controls='prev'],
.tns-controls .btn-more[data-controls='prev'],
.tns-controls .more-link[data-controls='prev'], .tns-controls button[data-controls='next'], .tns-controls .wp-block-button__link[data-controls='next'], .tns-controls .homepage-hero .hero-button[data-controls='next'], .homepage-hero .tns-controls .hero-button[data-controls='next'], .tns-controls .button[data-controls='next'],
.tns-controls .btn-more[data-controls='next'],
.tns-controls .more-link[data-controls='next'] {
	background-repeat: no-repeat;
	display: inline-block;
	height: 3rem;
	width: 3rem;
	text-indent: -99999px;
	overflow: hidden;
}

.icon-zoom-in {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M24 18v-7h-6v7h-7v6h7v7h6v-7h7v-6h-7Z'/%3E%3Cpath d='m38.665 32.364 13.032 13.033a1.162 1.162 0 0 1 0 1.564l-4.736 4.735a1.16 1.16 0 0 1-1.564 0L32.364 38.663c-3.446 2.26-7.226 3.389-11.338 3.389-5.794 0-10.746-2.056-14.856-6.169C2.056 31.771 0 26.818 0 21.026S2.056 10.28 6.17 6.169C10.28 2.056 15.232 0 21.026 0c5.792 0 10.745 2.056 14.858 6.169 4.112 4.112 6.17 9.065 6.17 14.857 0 4.112-1.13 7.892-3.39 11.338 0 0 2.26-3.446 0 0ZM10.402 10.41C7.467 13.35 6 16.88 6 21c0 4.121 1.467 7.652 4.402 10.59 2.935 2.94 6.475 4.41 10.62 4.41 4.146 0 7.678-1.46 10.598-4.386C34.54 28.689 36 25.152 36 21c0-4.152-1.46-7.69-4.38-10.614C28.7 7.462 25.168 6 21.023 6c-4.146 0-7.686 1.47-10.62 4.41Z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-arrow, .icon-arrow--down, .icon-arrow--up, .icon-arrow--left, .tns-controls button[data-controls='prev'], .tns-controls .wp-block-button__link[data-controls='prev'], .tns-controls .homepage-hero .hero-button[data-controls='prev'], .homepage-hero .tns-controls .hero-button[data-controls='prev'], .tns-controls .button[data-controls='prev'],
.tns-controls .btn-more[data-controls='prev'],
.tns-controls .more-link[data-controls='prev'], .icon-arrow--right, .tns-controls button[data-controls='next'], .tns-controls .wp-block-button__link[data-controls='next'], .tns-controls .homepage-hero .hero-button[data-controls='next'], .homepage-hero .tns-controls .hero-button[data-controls='next'], .tns-controls .button[data-controls='next'],
.tns-controls .btn-more[data-controls='next'],
.tns-controls .more-link[data-controls='next'] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 32'%3E%3Cpath fill='%23E63312' d='M.87 32a.83.83 0 0 1-.61-.28 1 1 0 0 1 0-1.33L13.54 16 .26 1.6a1 1 0 0 1 0-1.32.82.82 0 0 1 1.22 0L16 16 1.48 31.72a.83.83 0 0 1-.61.28Z' data-name='Arrow / Right'/%3E%3C/svg%3E%0A");
	height: 2rem;
	width: 1rem;
}

.icon-search, .navbar .secondary-navigation .search-submit {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M23.485 20.683a13 13 0 10-2.794 2.8 2.339 2.339 0 00.2.23l7.7 7.7a2 2 0 002.83-2.828l-7.7-7.7a2.014 2.014 0 00-.23-.2zm.516-7.685a11 11 0 11-11-11 11 11 0 0111 11z'/%3E%3C/svg%3E") !important;
	width: 1.5rem;
	height: 1.5rem;
}

.icon-arrow--down {
	transform: rotate(90deg);
}

.icon-arrow--up {
	transform: rotate(-90deg);
}

.icon-arrow--left, .tns-controls button[data-controls='prev'], .tns-controls .wp-block-button__link[data-controls='prev'], .tns-controls .homepage-hero .hero-button[data-controls='prev'], .homepage-hero .tns-controls .hero-button[data-controls='prev'], .tns-controls .button[data-controls='prev'],
.tns-controls .btn-more[data-controls='prev'],
.tns-controls .more-link[data-controls='prev'] {
	transform: rotate(180deg);
}

.icon-arrow-inactive, .icon-arrow-inactive--down, .icon-arrow-inactive--up, .icon-arrow-inactive--left, .icon-arrow-inactive--right {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 32'%3E%3Cpath fill='%23e8e8e8' d='M.87 32a.83.83 0 0 1-.61-.28 1 1 0 0 1 0-1.33L13.54 16 .26 1.6a1 1 0 0 1 0-1.32.82.82 0 0 1 1.22 0L16 16 1.48 31.72a.83.83 0 0 1-.61.28Z' data-name='Arrow / Right'/%3E%3C/svg%3E%0A");
	height: 2rem;
	width: 1rem;
}

.icon-arrow-inactive--down {
	transform: rotate(90deg);
}

.icon-arrow-inactive--up {
	transform: rotate(-90deg);
}

.icon-arrow-inactive--left {
	transform: rotate(180deg);
}

.icon-cart {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.71 14.14'%3E%3Cpath fill='%234B565C' d='M6.43 12.86a1.29 1.29 0 1 0-2.57 0 1.3 1.3 0 0 0 1.28 1.28 1.3 1.3 0 0 0 1.29-1.28Zm9 0a1.29 1.29 0 0 0-2.57 0 1.3 1.3 0 0 0 1.28 1.28 1.3 1.3 0 0 0 1.29-1.28Zm1.29-10.93a.65.65 0 0 0-.65-.65H4.01C3.9.8 3.89 0 3.2 0H.64A.65.65 0 0 0 0 .64a.65.65 0 0 0 .64.65H2.7l1.78 8.27a5.17 5.17 0 0 0-.61 1.37.65.65 0 0 0 .64.65h10.29a.65.65 0 0 0 .64-.65.65.65 0 0 0-.64-.64H5.55a1.52 1.52 0 0 0 .24-.64 3.34 3.34 0 0 0-.14-.7l10.5-1.24a.66.66 0 0 0 .57-.64Z' data-name='Path 371'/%3E%3C/svg%3E%0A");
}

.icon-cart-large {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Ikona / Kosik' viewBox='0 0 48 48'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' stroke='%23E63312' d='M0 0h48v48H0z' data-name='Rectangle 238'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Group 707'%3E%3Cpath fill='none' d='M0 0h48v48H0z' data-name='Rectangle 237'/%3E%3Cg data-name='Group 706'%3E%3Cg fill='%23E63312' clip-path='url(%23a)' data-name='Group 705'%3E%3Cpath d='M12.22 37a2.4 2.4 0 0 1-1.87-.88 2.4 2.4 0 0 1-.5-2A1.1 1.1 0 0 1 9.9 34l1.03-3.03L6.74 13.4a1 1 0 0 1-.06-.59l.88-4.4a.7.7 0 0 0-.63-.4H1a1 1 0 0 1-1-1 1 1 0 0 1 1-1h5.93a2.71 2.71 0 0 1 2.64 2.13 1 1 0 0 1 0 .4L8.87 12h36.25l.53-1.95a1 1 0 0 1 1.23-.7 1 1 0 0 1 .7 1.23l-4.06 14.9a4.19 4.19 0 0 1-3.53 3.07l-27.31 3.43-.88 2.58a.4.4 0 0 0 .09.3.4.4 0 0 0 .32.14h28.55a1 1 0 0 1 1 1 1 1 0 0 1-1 1Zm.51-7.04 27.02-3.4a2.2 2.2 0 0 0 1.85-1.6L44.58 14H8.94Z' data-name='Union 6'/%3E%3Cpath d='M14 39a4 4 0 1 1-4 4 4 4 0 0 1 4-4Zm0 6a2 2 0 1 0-2.02-2A2.01 2.01 0 0 0 14 45Z' data-name='Path 355'/%3E%3Cpath d='M37 39a4 4 0 1 1-4 4 4 4 0 0 1 4-4Zm0 6a2 2 0 1 0-2.02-2A2.01 2.01 0 0 0 37 45Z' data-name='Path 356'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	height: 3rem;
	width: 3rem;
}

.icon-add–item {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.144 14.143'%3E%3Cpath fill='%23E63312' d='M6.075 12.727V8.071H1.406a1 1 0 0 1-.997-.997.994.994 0 0 1 .294-.71.977.977 0 0 1 .708-.292h4.657l.001-4.658a.993.993 0 0 1 .998-.998.991.991 0 0 1 .997.997v4.66h4.66a.991.991 0 0 1 .997.997 1 1 0 0 1-1.002 1.001l-4.655.001v4.655a.993.993 0 0 1-.998.998.98.98 0 0 1-.71-.287.98.98 0 0 1-.282-.711Z' data-name='Path 376'/%3E%3C/svg%3E");
	height: 0.875rem;
	width: 0.875rem;
}

.icon-remove-item {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.002 10.001'%3E%3Cpath fill='%23D32727' d='M8.295 9.701 5.002 6.408 1.709 9.701a1 1 0 0 1-1.414 0 .986.986 0 0 1-.293-.706 1 1 0 0 1 .293-.707L3.59 4.995.295 1.702a.994.994 0 0 1 0-1.413 1 1 0 0 1 1.414 0l3.293 3.293L8.295.289a.993.993 0 0 1 1.412 0 .994.994 0 0 1 0 1.413L6.414 4.995l3.293 3.293a.994.994 0 0 1 0 1.413.983.983 0 0 1-.707.295 1 1 0 0 1-.705-.295Z' data-name='Path 375'/%3E%3C/svg%3E");
	height: 0.625rem;
	width: 0.625rem;
}

.icon-account, .has-icon--account::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg data-name='Group 419'%3E%3Cpath fill='%23fff' d='M12 0a11.953 11.953 0 1 0 12 11.953A11.989 11.989 0 0 0 12 0Z' data-name='Path 785'/%3E%3Cpath fill='%23FF3600' d='M19.985 20.868c-2.6-1.08-5.13-2.323-5.375-3.1v-1.05a6.614 6.614 0 0 0 1.569-2.859 1.692 1.692 0 0 0 .328-2.462V9.059c0-2.421-1.353-4.078-4.447-4.078-3.015 0-4.45 1.657-4.45 4.078v2.346a1.694 1.694 0 0 0 .328 2.46 6.624 6.624 0 0 0 1.569 2.855v1.047c-.246.787-5.506 3.26-5.506 3.26A11.872 11.872 0 0 0 12.059 24a12.1 12.1 0 0 0 7.926-3.132Z' data-name='Path 786'/%3E%3C/g%3E%3C/svg%3E");
	width: 1.5rem;
	height: 1.5rem;
}

.icon-certified {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.057 48.057'%3E%3Cg fill='%23fff'%3E%3Cpath d='M24.028 48.057a6.943 6.943 0 0 1-3.944-1.673 6.677 6.677 0 0 0-1.77-1.027 3.272 3.272 0 0 0-.832-.087c-.4 0-.846.039-1.313.08-.508.045-1.034.091-1.564.091a5 5 0 0 1-2.593-.6 6.893 6.893 0 0 1-2.54-3.379 6.814 6.814 0 0 0-1.052-1.823 6.814 6.814 0 0 0-1.82-1.053 6.893 6.893 0 0 1-3.379-2.54 6.849 6.849 0 0 1-.51-4.157 6.935 6.935 0 0 0-.011-2.146 6.677 6.677 0 0 0-1.027-1.77A6.943 6.943 0 0 1 0 24.028a6.943 6.943 0 0 1 1.673-3.944 6.677 6.677 0 0 0 1.027-1.77 6.936 6.936 0 0 0 .006-2.145 6.849 6.849 0 0 1 .51-4.157A6.893 6.893 0 0 1 6.6 9.471a6.814 6.814 0 0 0 1.819-1.052 6.813 6.813 0 0 0 1.052-1.82 6.893 6.893 0 0 1 2.54-3.379 5 5 0 0 1 2.593-.6c.53 0 1.056.046 1.564.091.467.041.909.08 1.313.08a3.272 3.272 0 0 0 .832-.087 6.677 6.677 0 0 0 1.771-1.031 6.943 6.943 0 0 1 3.944-1.674 6.943 6.943 0 0 1 3.945 1.674 6.676 6.676 0 0 0 1.77 1.026 3.272 3.272 0 0 0 .832.087c.4 0 .846-.039 1.313-.08a17.715 17.715 0 0 1 1.564-.091 5 5 0 0 1 2.593.6 6.893 6.893 0 0 1 2.541 3.384 6.813 6.813 0 0 0 1.052 1.82 6.814 6.814 0 0 0 1.823 1.052 6.893 6.893 0 0 1 3.379 2.54 6.849 6.849 0 0 1 .51 4.157 6.935 6.935 0 0 0 .006 2.146 6.677 6.677 0 0 0 1.027 1.77 6.943 6.943 0 0 1 1.673 3.944 6.943 6.943 0 0 1-1.673 3.944 6.677 6.677 0 0 0-1.027 1.77 6.934 6.934 0 0 0-.006 2.145 6.849 6.849 0 0 1-.51 4.157 6.893 6.893 0 0 1-3.379 2.54 6.814 6.814 0 0 0-1.823 1.052 6.814 6.814 0 0 0-1.052 1.823 6.893 6.893 0 0 1-2.54 3.379 5 5 0 0 1-2.593.6c-.53 0-1.056-.046-1.564-.091-.467-.041-.909-.08-1.313-.08a3.272 3.272 0 0 0-.832.087 6.676 6.676 0 0 0-1.77 1.027 6.943 6.943 0 0 1-3.946 1.676Zm-6.547-5.787a6.18 6.18 0 0 1 1.607.189 8.764 8.764 0 0 1 2.726 1.475 4.9 4.9 0 0 0 2.214 1.124 4.9 4.9 0 0 0 2.214-1.124 8.764 8.764 0 0 1 2.726-1.475 6.18 6.18 0 0 1 1.607-.189c.537 0 1.066.047 1.577.092.464.041.9.08 1.3.08a2.248 2.248 0 0 0 1.091-.2 4.9 4.9 0 0 0 1.32-2.043 8.931 8.931 0 0 1 1.654-2.685 8.931 8.931 0 0 1 2.683-1.651 4.9 4.9 0 0 0 2.042-1.319 4.89 4.89 0 0 0 .119-2.391 9.215 9.215 0 0 1 .1-3.184 8.764 8.764 0 0 1 1.475-2.726 4.9 4.9 0 0 0 1.124-2.214 4.9 4.9 0 0 0-1.124-2.214 8.764 8.764 0 0 1-1.475-2.726 9.216 9.216 0 0 1-.1-3.184 4.89 4.89 0 0 0-.119-2.391 4.9 4.9 0 0 0-2.042-1.315 8.931 8.931 0 0 1-2.685-1.654 8.931 8.931 0 0 1-1.654-2.685 4.9 4.9 0 0 0-1.319-2.042 2.248 2.248 0 0 0-1.091-.2c-.4 0-.836.039-1.3.08-.512.045-1.041.092-1.577.092a6.18 6.18 0 0 1-1.606-.191 8.764 8.764 0 0 1-2.726-1.475 4.9 4.9 0 0 0-2.214-1.125 4.9 4.9 0 0 0-2.214 1.124 8.764 8.764 0 0 1-2.726 1.476 6.18 6.18 0 0 1-1.607.189c-.537 0-1.066-.047-1.577-.092-.464-.041-.9-.08-1.3-.08a2.248 2.248 0 0 0-1.091.2 4.9 4.9 0 0 0-1.319 2.042 8.931 8.931 0 0 1-1.654 2.682 8.931 8.931 0 0 1-2.685 1.659 4.9 4.9 0 0 0-2.042 1.319 4.89 4.89 0 0 0-.113 2.386 9.216 9.216 0 0 1-.1 3.184 8.764 8.764 0 0 1-1.475 2.726A4.9 4.9 0 0 0 3 24.028a4.9 4.9 0 0 0 1.124 2.214A8.764 8.764 0 0 1 5.6 28.968a9.216 9.216 0 0 1 .1 3.184 4.89 4.89 0 0 0 .119 2.391 4.9 4.9 0 0 0 2.042 1.319 8.931 8.931 0 0 1 2.679 1.655 8.931 8.931 0 0 1 1.654 2.682 4.9 4.9 0 0 0 1.319 2.042 2.248 2.248 0 0 0 1.091.2c.4 0 .836-.039 1.3-.08.512-.044 1.041-.091 1.577-.091Z' data-name='Path 809'/%3E%3Cpath d='M36.628 15.352c.4-.447.159-.818-.321-.456-2.42 1.822-12.862 9.563-16.738 12.435a2.408 2.408 0 0 1-2.9-.025c-1.611-1.236-4.08-3.161-4.785-3.884-.362-.371-.794-.1-.609.388.964 2.523 3.7 6.371 5.271 9.555a1.417 1.417 0 0 0 2.329.314Z' data-name='Path 810'/%3E%3C/g%3E%3C/svg%3E");
	width: 3rem;
	height: 3rem;
}

.has-icon--account::before {
	content: '';
}

/* Links
--------------------------------------------- */
a {
	color: #FF3600;
}

a:visited {
	color: #b32600;
}

a:hover, a:focus, a:active {
	color: #4B565C;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button, .wp-block-button__link, .homepage-hero .hero-button, .is-style-outline > .wp-block-button__link, .button,
.btn-more,
.more-link,
.button:visited,
.btn-more:visited,
.more-link:visited,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #FF3600;
	border-radius: 0.125rem;
	background: #FF3600;
	color: #fefefe;
	font-weight: bold;
	line-height: 1.5;
	padding: 0.5rem 2rem;
	transition: all .25s;
}

button:hover, .wp-block-button__link:hover, .homepage-hero .hero-button:hover, .button:hover,
.btn-more:hover,
.more-link:hover, button:active, .wp-block-button__link:active, .homepage-hero .hero-button:active, .button:active,
.btn-more:active,
.more-link:active, button:focus, .wp-block-button__link:focus, .homepage-hero .hero-button:focus, .button:focus,
.btn-more:focus,
.more-link:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
	background-color: #e63100;
	color: #fefefe;
}

.wp-block-button__link, .homepage-hero .hero-button {
	background-color: #FF3600 !important;
	color: #fefefe;
}

.wp-block-button__link:visited, .homepage-hero .hero-button:visited {
	color: #fefefe !important;
}

.wp-block-button__link:hover, .homepage-hero .hero-button:hover {
	border-color: #FF3600;
	color: #fefefe !important;
}

.wp-block-button__link:active, .homepage-hero .hero-button:active, .wp-block-button__link:focus, .homepage-hero .hero-button:focus {
	border-color: #FF3600;
	color: #fefefe !important;
}

.is-style-outline > .wp-block-button__link, .homepage-hero .is-style-outline > .hero-button {
	background: transparent !important;
	color: #FF3600 !important;
	border-radius: 0.125rem;
}

.is-style-outline > .wp-block-button__link:hover, .homepage-hero .is-style-outline > .hero-button:hover {
	border-color: #4B565C;
	color: #4B565C !important;
}

.is-style-outline > .wp-block-button__link:active, .homepage-hero .is-style-outline > .hero-button:active, .is-style-outline > .wp-block-button__link:focus, .homepage-hero .is-style-outline > .hero-button:focus {
	border-color: #121416;
	color: #121416 !important;
}

.button,
.btn-more,
.more-link,
.button:visited,
.btn-more:visited,
.more-link:visited {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: bold;
	font-size: 0.9375rem;
	line-height: 1.2;
	text-align: center;
	touch-action: manipulation;
	cursor: pointer;
	vertical-align: middle;
	background-image: none;
	border-radius: 0.125rem;
	white-space: nowrap;
	padding: 0.4375rem 1rem 0.4375rem;
	transition: all .25s;
	text-decoration: none;
}

.more .btn {
	margin-top: 2.1875rem;
}

.button:hover {
	border-color: #FF3600;
	color: #fefefe;
}

.btn:hover,
.btn-more:hover {
	border-color: transparent;
}

.more-link:hover {
	border-color: #4B565C;
}

input.qty {
	max-width: 4rem;
}

/* Tooltip container */
.bs_tooltip {
	position: relative;
	display: inline-block;
}

.bs_tooltip svg {
	opacity: 0.75;
}

/* Tooltip text */
.bs_tooltip .bs_tooltip__text {
	visibility: hidden;
	width: 200px;
	background-color: black;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	text-align: center;
	padding: 20px 5px;
	border-radius: 6px;
	top: 50%;
	transform: translateY(-50%);
	left: 25px;
	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.bs_tooltip:hover .bs_tooltip__text {
	visibility: visible;
}

.bs_tooltip .bs_tooltip__text::after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 100%;
	/* To the left of the tooltip */
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent black transparent transparent;
}

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: 6px;
}

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 {
	color: #111;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 6px;
}

textarea {
	width: 100%;
}

.form-control {
	align-items: center;
	display: grid;
	grid-template-areas: "label field" "error error";
	grid-template-columns: 2fr 4fr;
	grid-template-rows: auto;
}

.checkbox-control {
	display: flex;
	gap: 5px;
}

.checkbox-control input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

@media (min-width: 960px) {
	.site-header input[type="text"]::placeholder,
	.site-header input[type="search"]::placeholder {
		color: rgba(255, 255, 255, 0.5);
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
	display: grid;
	grid-template-columns: auto;
	grid-template-areas: "header" "breadcrumbs" "main" "footer";
}

.tax-product_cat .site,
.tax-product_tag .site,
.search-results.post-type-archive-product .site,
.search-no-results.post-type-archive-product .site,
.search-no-results .site,
.search.post-type-archive-product .site {
	display: grid;
	grid-template-columns: auto;
	grid-template-areas: "header header" "breadcrumbs breadcrumbs" "innerlayout innerlayout" "footer footer";
}

.tax-product_cat .site-main,
.tax-product_tag .site-main,
.search-results.post-type-archive-product .site-main,
.search-no-results.post-type-archive-product .site-main,
.search-no-results .site-main,
.search.post-type-archive-product .site-main {
	padding-left: 0;
	padding-right: 0;
}

.sidebar-container {
	grid-area: innerlayout;
	display: grid;
	grid-template-areas: "sidebar" "main";
}

@media (min-width: 960px) {
	.sidebar-container {
		display: grid;
		grid-column-gap: 3.75rem;
		grid-template-columns: 250px auto;
		grid-template-areas: "sidebar main";
	}
}

.site-header {
	grid-area: header;
}

.breadcrumbs {
	grid-area: breadcrumbs;
}

.site-main {
	grid-area: main;
}

.widget-area {
	grid-area: sidebar;
}

.site-footer {
	grid-area: footer;
}

.container,
.site-main,
.sidebar-container {
	margin: 0 auto;
	max-width: 80rem;
	width: 100%;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}

@media (min-width: 600px) {
	.wp-block-columns .wp-block-column:not(:first-child) {
		margin-left: 1.875rem;
	}
}

.site-main {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

@media (min-width: 960px) {
	.site-main {
		padding-bottom: 2.5rem;
		padding-top: 2.5rem;
	}
}

.site-main article,
.site-main .products-header,
.site-main .archive-header,
.site-main .paging-navigation {
	max-width: calc( 100vw - 2.25rem);
}

.single-product .site-main {
	padding-bottom: 0;
}

.single .product {
	max-width: calc( 100vw - 2.25rem);
}

.home .site-footer {
	margin-top: 0;
}

.home section {
	padding: 3.75rem 0;
}

.home .products-list,
.home .references-list {
	padding: 3.75rem 0;
}

.home .products-list h1,
.home .references-list h1 {
	margin-top: 0;
}

.home .news {
	padding: 4.5rem 0 3.375rem 0;
}

@media (min-width: 960px) {
	.home .news {
		padding: 5.625rem 0;
	}
}

@media (min-width: 768px) {
	.home .news > .wp-block-group__inner-container {
		display: grid;
		grid-template-columns: 6fr 2fr;
		grid-gap: 3.75rem;
	}
}

.full-background,
.is-style-gray-background,
.entry-content > section {
	position: relative;
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.full-background > h2:first-of-type,
.is-style-gray-background > h2:first-of-type,
.entry-content > section > h2:first-of-type {
	margin-top: 0;
}

.entry-content > :last-child {
	padding-bottom: 0;
}

.full-background::before,
.is-style-gray-background:before {
	display: block;
	content: '';
	background-color: #f0f0f0;
	width: 100vw;
	padding: 0;
	position: absolute;
	left: 50%;
	right: 50%;
	z-index: -10;
	top: 0;
	bottom: 0;
	margin-left: -50vw;
	margin-right: -50vw;
}

.no-sidebar .site {
	display: grid;
	grid-template-columns: auto;
	grid-template-areas: "header" "breadcrumbs" "main" "footer";
}

.site-title {
	margin: 0.5625rem 1rem 0.5625rem 0;
}

@media (min-width: 768px) {
	.site-title {
		margin: 0.625rem 1rem 0.625rem 0;
	}
}

.site-logo {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Vrstva_1' version='1.1' viewBox='0 0 67.7 24.9'%3E%3Cdefs%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3C/defs%3E%3Cpath d='M29.5 15h1.6c1.8 0 2-1.2 2-2.9s-.2-2.9-2-2.9h-1.6v5.7Zm.9-5h.8c.8 0 1.1.6 1.1 2.2s-.3 2.2-1.1 2.2h-.8v-4.3Zm3.6 5h3.2v-.8H35v-1.8h2v-.8h-2V10h2.2v-.8h-3.1v5.7Zm3.3 0h1l.4-1.4h1.7l.3 1.4h1l-1.5-5.7H39L37.4 15Zm1.5-2.1.7-2.8.7 2.8h-1.4Zm3.1 2.1H45v-.8h-2.2V9.3h-.9V15Zm3.7 0h3.2v-.8h-2.2v-1.8h2v-.8h-2.1V10h2.2v-.8h-3.1v5.7Zm4.8-3.2V9.9h.8c.6 0 .9.3.9.9 0 .5-.3.9-.7.9h-.9Zm-.9 3.2h.9v-2.5h.7c.6 0 .8.3.8.9v1.1c0 .2 0 .4.2.5h1c-.2-.1-.3-.3-.3-.5v-1.2c0-.8-.3-1.1-.9-1.2.6-.1 1-.7 1-1.4s-.4-1.4-1.2-1.5h-2.3v5.7Zm4.1-1.8c-.1 1 .5 1.8 1.4 1.9h.4c1.2 0 1.9-.5 1.9-1.7 0-.7-.5-1.4-1.2-1.5l-.6-.2c-.6-.2-.9-.5-.9-1 0-.4.2-.8.6-.8h.1c.6 0 .8.3.8.8 0 .1.9.1.9.1 0-.7-.2-1.6-1.6-1.6-.9-.1-1.7.5-1.8 1.4v.3c0 .7.5 1.4 1.2 1.6l.6.2c.5 0 .9.5.8 1 0 .5-.4.8-.8.8-.6 0-.9-.4-.9-1 0-.1-.9-.1-.9-.1ZM58 15h.9v-2.7h1.7V15h.9V9.3h-.9v2.3h-1.7V9.3H58V15Zm4.5 0h.9V9.3h-.9V15Zm1.9 0h.9v-2.4h.8c.9 0 1.6-.6 1.7-1.4v-.3c.1-.8-.4-1.5-1.3-1.7h-2.1v5.7Zm.9-5h.6c.7 0 1 .4 1 1 0 .5-.3.9-.7 1h-.8v-2Zm-36 10.2c-.1 1 .5 1.8 1.4 1.9h.4c1.2 0 1.9-.5 1.9-1.7 0-.7-.5-1.4-1.2-1.5l-.6-.2c-.6-.2-.9-.5-.9-1 0-.4.2-.8.6-.8h.1c.6 0 .8.3.8.8 0 .1.9.1.9.1 0-.7-.2-1.6-1.6-1.6-.9-.1-1.7.5-1.8 1.4v.3c0 .7.5 1.4 1.2 1.6l.6.2c.5 0 .9.5.8 1 0 .5-.4.8-.8.8-.6 0-.9-.4-.9-1 0-.1-.9-.1-.9-.1Zm4.3 1.8h.9v-5.7h-.9V22Zm4.7 0h.7v-3h-1.8v.7h1c0 1.2-.3 1.8-1 1.7-.6 0-.9-.5-.9-2.3s.3-2.3 1-2.3.8.5.8.9c0 .1.9.1.9.1 0-1-.6-1.7-1.4-1.8h-.2c-1.3 0-1.9.9-1.9 3s.4 3 1.7 3c.5 0 1.1-.3 1.2-.8v.7Zm1.5 0h.9v-4.4l1.7 4.4h1.1v-5.7h-.9v4.3l-1.7-4.3h-1.1V22Zm4.1 0h1l.4-1.4H47l.3 1.4h1l-1.5-5.7h-1.2L44 22Zm1.5-2.1.7-2.8.7 2.8h-1.4Zm6.1 2.1h.7v-3h-1.8v.7h1c0 1.2-.3 1.8-1 1.7-.6 0-.9-.5-.9-2.3s.3-2.3 1-2.3.8.5.8.9c0 .1.9.1.9.1 0-1-.6-1.7-1.4-1.8h-.2c-1.3 0-1.9.9-1.9 3s.4 3 1.7 3c.5 0 1.1-.3 1.2-.8v.7Zm1.5 0h3.2v-.8H54v-1.8h2v-.8h-2V17h2.2v-.8h-3.1v5.7Zm-37.6-6.4s-.9-1.4-.4-3.6c0 0 1 .3 2.2.2 1.9-.2 2.6-1.6 2.6-1.6s-.3-.8-.8-1.3c0 0 1.5-.5 3.2-2.9 1.5-2.1 1.7-4.1 1.7-4.1s-1.5 1.5-3.6 2.6-3.3 1.3-3.6 1.7l-.5.5s-2.7-1.3-5.3-1.6c-2-.2-3.2 0-3.8.2 0 0 0-.4-.4-.6-.9-.3-4.3-1.3-5.5-5.1 0 0-.5 6.2 3.1 8.8 2.2 1.6 5.1 2.4 6.9 2.7.7.1 1.5.2 1.5.2-.2.8-.6 1.6-.8 1.9-.2.3-.4.7-1.5.6-1.1 0-1.7-.2-2.3-.8-.5-.7-.8-1.8-1.2-2.3-.3-.3-1.4-.4-3.3-1.9 0 0-1.4 1.4-2.3 2.6C.7 12.9.1 14.5 0 14.5l2.4 2.3s1.6-.5 2.8-.7c.9-.1 2.5-.2 2.5-.2s0 .3.2.7c.2.5.6 1.3 1.7 1.6 2 .5 3.4-.3 3.8-.7l.1-.2s-1.3-.7-1.2-1.3c0-.4.8-.3 1-.5.2-.1.2-.1.5-.1h.5c.2 0 .3 0 .5.1 0 0 .3.2.5.1' class='st0'/%3E%3Cpath d='M18.9 16.9v-1s1.3 0 2.1.3c0 0-.4-.5-.5-1.1 0-.2-.3-1.1-.3-2.1v-1.7l-.6.6c-.1.1-.2.3-.2.4 0 .5.1 1.3-.7 1.9-1.4 1-3 .3-3 .3s.2.7.5 1.1c0 .2 0 .3-.3.7-.3.4-1 1-1 1s0 .1.1.2c.3.3 1.2 1 2.4.9 1.4-.1 1.7-.9 1.8-1.4m-5.7 5.2c-.7.3-1.5.2-1.9-.4-.5-.7-.4-1.1-.4-1.1s-.2.2-.3.6v.8H9.7s-.2.4-.3 1.2c0 .5.1 1.3.1 1.3.3.1.8.2 1.4.3h1.9c.7 0 1.1-.5 1.2-1 .2-.8-.1-1.2-.1-1.2s.2-.3.3-.7v-.4s-.3.4-.6.6m7-2.4c-.6-.5-1.3-1-2-1.3-.2.1-.5.3-.8.3 1.1.4 2.2 1 3.1 1.7l.3-.3c-.2-.2-.4-.4-.6-.5m-1.2-2c0 .2-.2.4-.3.5 1 .3 2.1.8 2.9 1.4l.3-.3c-.5-.4-.9-.7-1.4-1-.5-.3-.9-.5-1.4-.6' class='st0'/%3E%3Cpath d='M19.6 16.6v.6h.3c1.1.3 2.2.8 3.1 1.4l.3-.3c-.4-.4-.9-.7-1.4-1-.7-.4-1.4-.7-2.2-.8M4.5 17.7c.5-.1 1.1-.2 1.7-.3h1.4c-.1-.2-.2-.4-.2-.6-2.5 0-5.1.8-7.1 2.3l.3.3.2-.1c1.1-.6 2.4-1.1 3.7-1.4m2.9.6c.3 0 .6-.1.9-.2-.2-.2-.3-.4-.5-.6-2.1.5-4.2 1.4-5.8 2.8l.3.3c1.1-.8 2.3-1.3 3.5-1.8.5-.2 1.1-.4 1.6-.5m1.3.2c-.2 0-.4.2-.5.2-1.7.8-3.2 1.8-4.5 3.2l.3.3c.4-.4.8-.7 1.3-1.1l.9-.6c1-.6 2.2-1.2 3.3-1.6-.3 0-.6-.2-.8-.4m3.7.9c.1-.4.2-.8.3-1-.3.1-.7.3-1 .4v.5c0 .5.2 1 .2 1s.2-.3.5-1m2.7-.1c-.1.6-.6 1.2-.6 1.2s.5 0 1.2-.8c.3-.3.4-.7.4-1-.4-.1-.7-.3-1-.4v1' class='st0'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	height: 1.875rem;
	width: 5.125rem;
}

@media (min-width: 1010px) {
	.site-logo {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Vrstva_1' data-name='Vrstva 1' viewBox='0 0 150 45'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff%7D%3C/style%3E%3C/defs%3E%3Cpath d='M40.83 39.49c0 1.67-.31 3.44-2.13 3.44s-2.13-1.77-2.13-3.44.31-3.44 2.13-3.44 2.13 1.77 2.13 3.44Zm-3.41 0c0 1.53.15 2.77 1.28 2.77s1.28-1.24 1.28-2.77-.15-2.77-1.28-2.77-1.28 1.24-1.28 2.77Zm4.55-3.31h3.42v.72h-2.6v2.07h2.45v.72h-2.45v3.09h-.82v-6.61Zm4.32 0h3.42v.72h-2.6v2.07h2.45v.72h-2.45v3.09h-.81v-6.61Zm4.31 0h.81v6.61h-.81v-6.61Zm6.09 4.34c-.07 1.25-.56 2.4-2.01 2.4-1.88 0-2.13-1.77-2.13-3.44s.31-3.44 2.13-3.44c1.34 0 1.92.76 1.95 2.06h-.85c-.03-.75-.26-1.39-1.1-1.39-1.13 0-1.28 1.24-1.28 2.77s.15 2.77 1.28 2.77c.99 0 1.13-.93 1.16-1.73h.85Zm.95-4.34h.81v6.61h-.81v-6.61Zm3.5 0h1.09l1.78 6.61h-.85l-.47-1.81h-2.11l-.49 1.81h-.85l1.91-6.61Zm-.4 4.13h1.78l-.84-3.19h-.02l-.92 3.19Zm4.05-4.13h.81v5.89h2.69v.72h-3.5v-6.61Zm6.42 0h1.77c2.05 0 2.32 1.48 2.32 3.31 0 1.67-.42 3.31-2.23 3.31h-1.85v-6.61Zm.81 5.95h.85c1.41 0 1.56-1.45 1.56-2.63 0-1.28-.08-2.65-1.56-2.65h-.85v5.28Zm4.4-5.95h3.42v.72h-2.6v2.07h2.45v.72h-2.45v2.37h2.71v.72h-3.53v-6.61Zm6.05 0h1.09l1.78 6.61h-.85l-.47-1.81h-2.11l-.49 1.81h-.85l1.91-6.61Zm-.39 4.13h1.78l-.84-3.19H83l-.92 3.19Zm4.05-4.13h.81v5.89h2.69v.72h-3.5v-6.61Zm4.35 0h3.42v.72h-2.6v2.07h2.45v.72H91.3v2.37h2.71v.72h-3.53v-6.61Zm4.47 0h2.14c1.05 0 1.69.61 1.69 1.66 0 .7-.25 1.49-1.02 1.67v.02c.58.07.9.54.94 1.1l.06 1.13c.03.73.16.92.35 1.04h-.98c-.15-.15-.19-.63-.22-.95l-.06-1.03c-.07-.91-.56-.96-.98-.96h-1.1v2.94h-.81v-6.61Zm.81 3h.81c.48 0 1.36 0 1.36-1.28 0-.66-.43-1.06-1.2-1.06h-.97v2.33Zm6.97-1.29c0-.69-.25-1.18-1.03-1.18-.69 0-1.09.37-1.09 1.07 0 1.86 3.12.75 3.12 3.17 0 1.53-1.12 1.96-2.06 1.96-1.55 0-2-.8-2-2.2h.81c0 .74.06 1.54 1.24 1.54.65 0 1.15-.46 1.15-1.17 0-1.87-3.12-.79-3.12-3.21 0-.61.26-1.82 1.93-1.82 1.27 0 1.82.62 1.85 1.84h-.82Zm5.88 4.9h-.81V39.6h-2.27v3.19h-.81v-6.61h.81v2.7h2.27v-2.7h.81v6.61Zm1.26-6.61h.81v6.61h-.81v-6.61Zm2.06 0h1.69c.56 0 2.05 0 2.05 1.9 0 1.23-.79 1.92-1.91 1.92h-1.01v2.8h-.81v-6.61Zm.82 3.15h.97c.59 0 1.09-.41 1.09-1.29 0-.73-.33-1.19-1.15-1.19h-.92v2.48Zm8.67-1.44c0-.69-.25-1.18-1.03-1.18-.69 0-1.09.37-1.09 1.07 0 1.86 3.12.75 3.12 3.17 0 1.53-1.12 1.96-2.06 1.96-1.55 0-2-.8-2-2.2h.81c0 .74.06 1.54 1.24 1.54.65 0 1.15-.46 1.15-1.17 0-1.87-3.12-.79-3.12-3.21 0-.61.26-1.82 1.93-1.82 1.27 0 1.82.62 1.85 1.84h-.82Zm2-1.71h.81v6.61h-.81v-6.61Zm5.18 1.83c-.05-.69-.29-1.3-1.1-1.3-1.13 0-1.28 1.24-1.28 2.77s.15 2.77 1.28 2.77 1.21-1.35 1.21-2.23h-1.31v-.67h2.05v3.44h-.61v-.9h-.02c-.18.56-.69 1.03-1.43 1.03-1.73 0-2.03-1.66-2.03-3.44 0-1.67.31-3.44 2.13-3.44s1.95 1.62 1.95 1.96h-.85Zm2.04-1.83h1.06l2.18 5.52h.02v-5.52h.82v6.61h-1.12l-2.12-5.35h-.02v5.35h-.81v-6.61Zm6.77 0h1.09l1.78 6.61h-.85l-.47-1.81h-2.11l-.49 1.81h-.85l1.91-6.61Zm-.4 4.13h1.78l-.84-3.19h-.02l-.92 3.19Zm6.98-2.3c-.05-.69-.29-1.3-1.1-1.3-1.13 0-1.28 1.24-1.28 2.77s.15 2.77 1.28 2.77 1.21-1.35 1.21-2.23h-1.31v-.67h2.05v3.44h-.61v-.9h-.02c-.18.56-.69 1.03-1.43 1.03-1.73 0-2.03-1.66-2.03-3.44 0-1.67.31-3.44 2.13-3.44s1.95 1.62 1.95 1.96h-.85Zm2.05-1.83h3.42v.72h-2.6v2.07h2.45v.72h-2.45v2.37h2.71v.72h-3.53v-6.61ZM42.95 17.43h-1.19v-4.58c1.4 0 2.59-.05 2.59 1.61 0 1.38.11 2.96-1.4 2.96m-6.13 12.76h7.5c5.31 0 5.31-5.03 5.31-6.77 0-.26 0-3.49-2.69-4.34 2.38-1.38 2.17-4.21 2.17-5.56 0-.16 0-4.39-4.7-4.39h-7.58v21.07m4.93-3.76v-5.4c1.96.08 2.83.03 2.83 2.51 0 2.96-.69 2.89-2.83 2.89m14.51-10.17c.87 0 .87 1.16.87 1.56v7.81c0 .45.05 1.56-.87 1.56-.98 0-.98-1.11-.98-1.51v-7.91c0-.35 0-1.51.98-1.51m.08 14.35c5.47 0 5.47-4.45 5.47-4.92v-6.93c0-1.69 0-5.64-5.47-5.64s-5.66 3.94-5.66 4.95v7.62c0 .82 0 4.92 5.66 4.92m44.81-17.07h.95v-3.47h4.6v3.47h1.22v3.41h-1.22v8.39c0 1.67.24 1.56 1.27 1.64l.03 3.26c-.5.26-1.77.26-2.38.26-1.29 0-3.51-.32-3.51-3.44V16.95h-.95v-3.41Zm-32.01 3.17c.74 0 .74.95.74 1.38v7.57c0 1.01-.24 1.43-.69 1.43-.61 0-1.16-.64-1.16-2.25v-6.11c0-.69.29-2.01 1.11-2.01m-5.73 13.46h4.55v-1.53c.29.61 1.32 1.93 3.25 1.96 3.38-.03 3.41-3.41 3.41-5.43v-7.73c0-.9 0-4.34-3.38-4.34-1.64 0-2.72 1.38-3.22 2.2V9.12h-4.6v21.07Zm23.84-10.37h-4.54v-2.17s0-1.3-.95-1.3-.92 1.24-.92 2.2v6.67c0 1.06 0 2.17.92 2.17s.95-.95.95-2.17v-2.2h4.54c-.05 3.57.48 7.6-5.52 7.6-5.55 0-5.6-4.34-5.6-6.09v-5.64c0-1.64 0-5.77 5.63-5.77 5.1 0 5.55 2.81 5.5 6.7m6.06 4.29c0-1.31 1.02-1.69 1.92-2.33v2.88c0 1.48-.12 2.13-1.07 2.13-.44 0-.84-.29-.84-.87V24.1Zm1.92 6.08h4.6V17.86c0-3.35-2.79-4.54-5.55-4.54s-5.56 1.19-5.56 4.54v1.17h4.6v-1.46c0-.67.2-1.22.96-1.22s.96.55.96 1.22c0 3.09-6.51 2.56-6.51 6.93v2.48c0 2.18 1.22 3.41 3.23 3.41 1.83 0 2.68-.96 3.23-2.15h.06v1.95Zm-76.14-9.54c.05 0-1.09-1.78-.44-4.52 0 0 1.3.4 2.7.23 2.4-.28 3.28-1.93 3.28-1.93s-.37-1.05-.99-1.68c0 0 1.83-.56 4.02-3.64 1.83-2.57 2.18-5.08 2.18-5.08s-1.85 1.89-4.45 3.26c-2.67 1.41-4.04 1.64-4.42 2.16-.19.26-.63.67-.63.67s-3.31-1.57-6.65-1.94c-2.5-.28-3.99.08-4.73.2 0 0-.07-.52-.55-.69-1.34-.48-5.57-1.72-6.97-6.47 0 0-.67 7.71 3.81 10.98 2.76 2.01 6.33 3 8.64 3.37.82.13 1.93.19 1.93.19-.29 1-.73 2-1.02 2.39-.29.39-.52.82-1.85.73-1.31-.09-2.16-.21-2.8-1.02-.64-.81-.97-2.2-1.47-2.85-.32-.41-1.8-.54-4.12-2.42 0 0-1.74 1.72-2.81 3.25C.75 17.28.04 19.18.01 19.28l3.04 2.83s2-.61 3.43-.82c1.16-.18 3.14-.23 3.14-.23s.08.35.27.83c.27.67.7 1.59 2.06 1.94 2.49.64 4.24-.4 4.77-.88.05-.05.18-.2.18-.2s-1.6-.92-1.55-1.66c.03-.55 1.01-.39 1.26-.59.19-.15.28-.17.59-.17h.63c.29 0 .43.04.6.17.12.09.37.19.68.14' class='cls-1'/%3E%3Cpath d='M23.44 22.24c.05-.35.04-.63.02-.82-.02-.15-.07-.35-.07-.35s1.62.06 2.56.34c0 0-.51-.64-.68-1.37-.07-.31-.37-1.34-.43-2.67-.03-.82-.05-2.14-.05-2.14s-.38.43-.74.81c-.15.16-.22.31-.24.5-.05.57.14 1.58-.91 2.35-1.69 1.23-3.7.36-3.7.36s.28.81.57 1.37c.12.22.05.42-.32.92s-1.3 1.19-1.3 1.19.12.14.16.19c.39.39 1.45 1.22 2.94 1.07 1.7-.16 2.09-1.08 2.19-1.77m-6.76 6.56c-.93.38-1.89.31-2.41-.49-.6-.9-.48-1.43-.48-1.43s-.25.26-.36.78c-.1.44-.08.96-.02 1.03l-1.48-.03s-.25.56-.35 1.54c-.06.59.13 1.61.13 1.61.35.13.99.3 1.68.35 1.04.08 1.49.08 2.37.04.88-.04 1.35-.56 1.51-1.28.23-1-.15-1.47-.15-1.47s.23-.43.33-.83c.1-.4.04-.52.04-.52s-.34.5-.79.69m8.85-2.88c-.76-.66-1.59-1.19-2.5-1.6-.27.17-.59.32-.97.43 1.4.46 2.71 1.19 3.81 2.16l.34-.32c-.22-.24-.44-.46-.68-.67m-1.56-2.68c-.1.22-.24.44-.43.64 1.3.4 2.56.98 3.66 1.79l.35-.32c-.56-.52-1.15-.93-1.8-1.31-.57-.32-1.17-.59-1.78-.81' class='cls-1'/%3E%3Cpath d='M24.29 21.85c-.01.23-.04.5-.1.77l.39.09c1.37.37 2.7.96 3.85 1.81l.35-.32c-.56-.52-1.15-.93-1.8-1.3-.84-.47-1.75-.82-2.68-1.05M5.48 23.18c.65-.15 1.4-.26 2.07-.34.58-.05 1.19-.09 1.78-.1-.13-.28-.22-.55-.28-.79v-.02c-3.08.12-6.29 1.03-8.78 2.83l.35.32c.1-.06.21-.13.31-.18 1.42-.8 2.99-1.35 4.57-1.71m3.6 1.02c.36-.08.72-.16 1.09-.23-.23-.23-.42-.47-.58-.71-2.63.59-5.17 1.76-7.21 3.48l.34.32c1.32-.95 2.81-1.68 4.34-2.24.63-.23 1.36-.44 2.02-.61m1.66.21c-.22.09-.44.19-.65.29-2.08 1-4.03 2.27-5.58 4l.34.32c.5-.49 1.04-.93 1.6-1.34.36-.26.79-.55 1.17-.79 1.29-.81 2.69-1.49 4.12-2.02-.38-.12-.71-.28-1-.47m4.53 1.22c.18-.51.29-.94.35-1.2-.39.18-.82.34-1.28.47.04.25.09.53.1.66.08.62.26 1.31.26 1.31s.27-.36.56-1.23m3.44-.26c-.17.79-.76 1.48-.76 1.48s.65-.06 1.46-1.04c.32-.39.47-.91.53-1.19-.5-.16-.92-.37-1.22-.54.04.3.09.81-.01 1.29' class='cls-1'/%3E%3C/svg%3E");
		height: 2.8125rem;
		width: 9.375rem;
	}
}

.navbar {
	background-color: #FF3600;
	padding: 0;
}

.navbar > .container {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.navbar .main-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
}

.navbar .secondary-navigation .menu-search {
	position: static !important;
}

.navbar .secondary-navigation .search-form {
	vertical-align: middle;
}

.navbar .secondary-navigation .search-button {
	padding: 0;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 2.5rem;
	vertical-align: middle;
	font-size: 10px;
}

@media (min-width: 960px) {
	.navbar .secondary-navigation .search-button {
		display: none;
	}
}

.navbar .secondary-navigation .search-popup {
	border-bottom: 2px solid #fefefe;
	border-radius: 2px;
	display: none;
	margin-top: 4px;
	left: 5;
	right: 5;
}

.navbar .secondary-navigation .search-popup.toggled {
	background-color: #f0f0f0;
	display: block;
	position: absolute;
	z-index: 1;
}

@media (min-width: 960px) {
	.navbar .secondary-navigation .search-popup {
		display: block;
		max-width: 21.875rem;
		min-width: 21.875rem;
		margin-right: 1.875rem;
		margin-bottom: 0.9375rem;
		margin-top: 0.9375rem;
	}
}

.navbar .secondary-navigation .search-field,
.navbar .secondary-navigation .aws-search-field {
	background: transparent;
	border: none;
	font-size: 0.9375rem;
}

@media (min-width: 960px) {
	.navbar .secondary-navigation .search-field,
	.navbar .secondary-navigation .aws-search-field {
		color: #fefefe;
	}
}

.navbar .secondary-navigation .aws-search-btn {
	background: transparent;
	border: none;
}

@media (min-width: 960px) {
	.navbar .secondary-navigation .aws-search-btn path {
		fill: #fefefe;
	}
}

.navbar .secondary-navigation .search-submit {
	border-radius: 0;
	content: '';
	padding: 0;
	margin: 0 0 0 .25rem;
}

.navbar .secondary-navigation .aws-container .aws-search-form .aws-form-btn:active,
.navbar .secondary-navigation .aws-container .aws-search-form .aws-form-btn:hover {
	background: transparent;
}

@media (min-width: 960px) {
	.navbar .secondary-navigation .aws-container .aws-search-form .aws-search-clear span {
		color: #fefefe;
	}
}

.navbar .secondary-navigation .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
.navbar .secondary-navigation .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
	background: transparent;
	border: none;
	border-bottom: 2px solid #fefefe;
	border-radius: 2px;
	color: #fefefe;
	width: calc(100% - 2rem);
	padding-left: 2rem;
}

.navbar .secondary-navigation .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input::placeholder,
.navbar .secondary-navigation .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input::placeholder {
	color: rgba(254, 254, 254, 0.75);
}

@media (min-width: 960px) {
	.navbar .secondary-navigation .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input,
	.navbar .secondary-navigation .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input {
		min-width: 350px;
	}
}

.navbar .secondary-navigation .dgwt-wcas-ico-magnifier,
.navbar .secondary-navigation .dgwt-wcas-ico-magnifier-handler {
	left: 5px;
}

.navbar .secondary-navigation .dgwt-wcas-ico-magnifier path,
.navbar .secondary-navigation .dgwt-wcas-ico-magnifier-handler path {
	fill: #fefefe;
}

.aws-search-result a {
	color: #FF3600 !important;
}

.aws-search-result ul li {
	font-size: 0.8125rem;
	line-height: 1.4;
}

.aws-search-result .aws_result_title {
	font-weight: bold;
	font-size: 0.875rem;
	color: #111;
	text-transform: uppercase;
}

.aws-search-result .aws_result_excerpt {
	color: #848484;
}

.aws-search-result .aws_result_price {
	margin-top: 0.46875rem;
}

.site-footer {
	background: #343c40;
	color: #fefefe;
	font-size: 0.9375rem;
	margin-top: 1.875rem;
}

.site-footer a {
	color: #fefefe;
}

.single-product .site-footer {
	margin-top: 0;
}

.footer-map iframe {
	filter: grayscale(100%);
	transition: -webkit-filter .5s linear;
	transition: filter .5s linear;
	transition: filter .5s linear, -webkit-filter .5s linear;
	width: 100%;
	height: 21.875rem;
	vertical-align: bottom;
}

.footer-map iframe:hover {
	filter: grayscale(0);
}

.footer-info {
	background: #2d3437;
	font-size: 0.875rem;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

@media (min-width: 768px) {
	.footer-info {
		padding-bottom: 0.75rem;
		padding-top: 0.75rem;
	}
}

@media (min-width: 768px) {
	.footer-info .container {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}
}

.footer-info .member-of img, .footer-info .member-of svg {
	display: block;
	margin-top: 0.75rem;
}

@media (min-width: 768px) {
	.footer-info .member-of img, .footer-info .member-of svg {
		margin-left: 1.5rem;
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.footer-info .member-of {
		align-items: center;
		display: flex;
		flex-direction: row;
	}
}

.footer-info .copyright {
	text-align: right;
	border-top: 1px solid rgba(254, 254, 254, 0.15);
	margin-left: 0;
	margin-top: 1.5rem;
	padding-top: 0.75rem;
}

@media (min-width: 768px) {
	.footer-info .copyright {
		border-top: none;
		margin-top: 0;
		padding-top: 0;
	}
}

.footer-info .hide-on-mobile {
	color: rgba(254, 254, 254, 0.15);
}

.footer-doosan-info {
	background-color: #fefefe;
	color: #585858;
	font-size: 0.75rem;
	padding: 2rem 0;
}

.footer-doosan-info .doosan_logo {
	flex-shrink: 0;
	margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
	.footer-doosan-info .doosan_logo {
		margin-bottom: 0;
		margin-top: 0.25rem;
	}
}

@media (min-width: 768px) {
	.footer-doosan-info .doosan-info-container {
		align-items: flex-start;
		display: flex;
		flex-wrap: no-wrap;
		gap: 1.875rem;
	}
}

.footer-main {
	font-size: 0.9375rem;
	line-height: 1.375rem;
	padding: 3.5rem 0 3rem;
}

@media (min-width: 768px) {
	.footer-main .container {
		display: grid;
		grid-template-columns: 6fr 3fr 3fr;
	}
}

.footer-address {
	color: #d2d2d2;
	margin-top: 2.25rem;
}

@media (min-width: 768px) {
	.footer-address {
		margin-top: 0;
	}
}

.footer-address strong.company-head {
	color: #fefefe;
	display: block;
	margin-bottom: 0.625rem;
	text-transform: uppercase;
}

.footer-address .company-name {
	color: #fefefe;
	display: block;
	margin-bottom: 0.75rem;
}

.footer-address address {
	font-style: normal;
	margin-bottom: 0;
}

.footer-address div {
	margin-top: 0.75rem;
}

.footer-certification {
	margin-top: 2.25rem;
}

@media (min-width: 768px) {
	.footer-certification {
		margin-top: 0;
	}
}

.footer-navigation a {
	color: #fefefe;
	text-decoration: none;
}

.footer-navigation #footer-nav {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
}

.footer-navigation #footer-nav > li {
	border-right: 1px solid rgba(254, 254, 254, 0.15);
	width: 50%;
	padding-right: 0.9375rem;
	margin-bottom: 32px;
}

@media (min-width: 960px) {
	.footer-navigation #footer-nav > li {
		width: calc( 25% - 1.875rem);
		margin-right: 1.875rem;
		padding-right: 1.875rem;
	}
}

@media (min-width: 960px) {
	.footer-navigation #footer-nav > li {
		width: auto;
	}
}

.footer-navigation #footer-nav > li:nth-child(2n) {
	border-right: none;
	padding-left: 0.9375rem;
	padding-right: 0;
}

@media (min-width: 960px) {
	.footer-navigation #footer-nav > li:nth-child(2n) {
		border-right: 1px solid rgba(254, 254, 254, 0.15);
		padding-left: 0;
		padding-right: 1.875rem;
	}
}

.footer-navigation #footer-nav > li:last-child {
	border-right: none;
	padding-right: 0;
}

@media (min-width: 768px) {
	.footer-navigation #footer-nav > li:last-child {
		border-right: 0;
		padding-right: 0;
	}
}

.footer-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer-navigation ul > li {
	text-transform: uppercase;
	font-weight: bold;
}

.footer-navigation ul li ul {
	color: #d2d2d2;
	margin-top: 0.625rem;
}

@media (min-width: 960px) {
	.footer-navigation ul li ul {
		max-width: 9rem;
	}
}

.footer-navigation ul li ul a {
	color: #d2d2d2;
}

.footer-navigation ul li ul li {
	text-transform: none;
	color: #d2d2d2;
	font-weight: normal;
	margin-bottom: 0.625rem;
}

@media (min-width: 960px) {
	.footer-navigation .menu-2columns > .sub-menu {
		column-count: 2;
		column-gap: 1.875rem;
		max-width: 20rem;
	}
}

.footer-navigation .menu-separator {
	text-indent: -9999px;
	width: 100%;
	border-top: 1px solid rgba(254, 254, 254, 0.15);
	height: 1px;
	margin-top: 0.8125rem;
	margin-bottom: 0.625rem;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.navbar {
	position: relative;
}

.navbar-white {
	background-color: #fefefe;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.main-navigation {
	font-family: "Roboto Condensed", "Helvetica Neue Condensed", "Arial Narrow", sans-serif;
	display: block;
	width: 100%;
}

.main-navigation .nav-menu {
	background: #fefefe;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 99999;
}

@media (min-width: 1010px) {
	.main-navigation .nav-menu {
		background: transparent;
		box-shadow: none;
		position: unset;
		top: auto;
		left: auto;
		width: auto;
	}
}

.main-navigation ul > .menu-item {
	padding: 0.625rem 1.5rem 0.75rem;
}

@media (min-width: 1010px) {
	.main-navigation ul > .menu-item {
		padding: 0.625rem 0.875rem;
	}
}

@media (min-width: 1010px) {
	.main-navigation ul > .menu-item-has-children:hover a::after,
	.main-navigation ul > .menu-item-has-children.focus a::after {
		border-style: solid;
		border-width: 11px 11px 0 11px;
		border-color: #ffffff transparent transparent transparent;
		content: '';
		display: block;
		height: 0;
		left: 50%;
		bottom: -21px;
		position: absolute;
		transform: translateX(-50%);
		width: 0;
		z-index: 101;
	}
}

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

.main-navigation ul ul {
	align-items: stretch;
	border-left: 2px solid white;
	border-radius: 3px;
	display: flex;
	flex-direction: column;
	margin: 0.75rem 0 0;
	padding: 0 1rem 0;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

@media (min-width: 1010px) {
	.main-navigation ul ul {
		background-color: #FF3600;
		border-left: none;
		color: #fefefe;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
		float: left;
		margin: auto;
		padding: 0.625rem 1.6875rem 0.75rem;
		position: absolute;
		z-index: 100;
	}
}

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: flex;
	left: 1rem;
	padding-left: 1.125rem;
	padding-bottom: 0;
	margin-bottom: 1.125rem;
	margin-top: 1.125rem;
}

@media (min-width: 1010px) {
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		padding-bottom: 0;
		padding-left: 0;
		margin-bottom: 0;
		margin-top: 0;
	}
}

.main-navigation ul ul > .menu-item {
	border-bottom: 1px solid rgba(254, 254, 254, 0.15);
	padding: 0.75rem 0;
}

.main-navigation ul ul > .menu-item:last-child {
	border-bottom: none;
}

@media (min-width: 1010px) {
	.main-navigation ul ul > .menu-item {
		padding: 0.5rem 0;
	}
}

.main-navigation ul ul a {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1.3125rem;
	text-transform: none;
}

.main-navigation ul ul a::after {
	display: none !important;
}

@media (min-width: 1010px) {
	.main-navigation ul ul a {
		font-size: 0.9375rem;
		width: 275px;
		color: #fefefe;
	}
}

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

@media (min-width: 1010px) {
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
	}
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	color: #111;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}

.secondary-navigation {
	font-family: "Roboto Condensed", "Helvetica Neue Condensed", "Arial Narrow", sans-serif;
	display: block;
	width: 100%;
}

.secondary-navigation ul > .menu-item {
	padding: 0.625rem 0.5rem 0.75rem;
}

@media (min-width: 1010px) {
	.secondary-navigation ul > .menu-item {
		padding: 1.25rem 0.875rem;
	}
}

.secondary-navigation ul {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

@media (min-width: 1010px) {
	.secondary-navigation ul > .menu-item-has-children:hover > ul::after,
	.secondary-navigation ul > .menu-item-has-children.focus > ul::after {
		border-style: solid;
		border-width: 0 11px 11px 11px;
		border-color: transparent transparent #ffffff transparent;
		content: '';
		display: block;
		height: 0;
		left: 50%;
		top: -10px;
		position: absolute;
		transform: translateX(-50%);
		width: 0;
		z-index: 101;
	}
}

.secondary-navigation .menu-item-has-children {
	position: relative;
}

.secondary-navigation .menu-item-has-children ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	position: absolute;
	z-index: 100;
	background-color: #fefefe;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.secondary-navigation .menu-item-has-children ul a {
	color: #111;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
}

@media (max-width: 1010px) {
	.secondary-navigation .menu-item-has-children ul a {
		font-size: 1rem;
	}
}

.secondary-navigation .menu-item-has-children:hover > ul,
.secondary-navigation .menu-item-has-children.focus > ul {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 0.875rem 1.125rem;
	margin-bottom: 0;
	margin-top: 0;
	top: 2.55rem;
	width: 150px;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 1010px) {
	.secondary-navigation .menu-item-has-children:hover > ul,
	.secondary-navigation .menu-item-has-children.focus > ul {
		left: auto;
		padding: 0.875rem 1.125rem;
		margin-bottom: 0;
		margin-top: 0;
		top: 3.5rem;
		transform: none;
	}
}

.secondary-navigation .menu-item-has-children:hover > ul > .menu-item,
.secondary-navigation .menu-item-has-children.focus > ul > .menu-item {
	padding: 0;
	font-weight: normal;
	text-align: left;
}

.secondary-navigation li {
	position: relative;
}

.secondary-navigation a {
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}

.secondary-navigation .has-icon--account {
	display: flex;
}

@media (max-width: 1010px) {
	.secondary-navigation .has-icon--account {
		margin-left: 1rem;
		margin-right: 0;
		padding: 0 !important;
	}
}

@media (min-width: 1010px) {
	.secondary-navigation .has-icon--account {
		display: flex;
		gap: 0.625rem;
	}
}

.secondary-navigation .has-icon--account::before {
	height: 2.5rem;
	width: 2.5rem;
}

@media (min-width: 1010px) {
	.secondary-navigation .has-icon--account::before {
		height: 1.5rem;
		width: 1.5rem;
	}
}

.secondary-navigation .has-icon--account a {
	font-size: 0.875rem;
}

@media (max-width: 1010px) {
	.secondary-navigation .has-icon--account > a {
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		height: 1px;
		overflow: hidden;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}
}

.secondary-navigation .wpmenucart-contents span.cartcontents {
	display: none !important;
}

@media (min-width: 1010px) {
	.secondary-navigation .wpmenucart-contents span.cartcontents {
		display: inline-block !important;
	}
}

.secondary-navigation .wpmenucartli {
	background: #fefefe;
	padding: .5rem .6rem .5rem .75rem !important;
	border-radius: 3rem;
	margin-left: 1rem;
}

@media (min-width: 1010px) {
	.secondary-navigation .wpmenucartli {
		background: transparent;
		padding: 0;
	}
}

.secondary-navigation .wpmenucartli > a {
	background: #fefefe;
	color: #4B565C;
}

@media (min-width: 1010px) {
	.secondary-navigation .wpmenucartli > a {
		border-radius: 0.125rem;
		padding: .45rem 1rem;
	}
}

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

.menu-toggle {
	border: 3px solid #fefefe;
	border-radius: 3rem;
	padding: 9px 6px;
	margin: 0 0 0 1rem;
}

.menu-toggle .icon-bar {
	background-color: #fefefe;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.menu-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

@media (min-width: 1010px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
}

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

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

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

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

/* Content pagination
----------------------------------------------- */
/* The containing box with a nice white background */
.paging-navigation {
	font-size: 1rem;
	line-height: 1.2;
	text-align: right;
}

/* Remove bullets and list indentation */
.woocommerce-pagination ul,
.paging-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Make the list items appear horizontally */
.page-numbers li,
.paging-navigation li {
	display: inline;
}

/* Give each link and the current item some padding to make them easy to click */
a.page-numbers,
span.page-numbers {
	color: #111;
	background-color: #f0f0f0;
	border-radius: 2px;
	padding: 0.4375rem 0.9375rem 0.5625rem 0.9375rem;
	text-decoration: none;
}

/* Link hover state */
a:hover.page-numbers {
	color: #111;
}

/* Current page bold and dark */
.page-numbers .current,
.paging-navigation .current {
	font-weight: bold;
	color: #fefefe;
	background-color: #FF3600;
}

/**
 * Pages / Child pages navigation
 */
.child-page-navigation {
	margin-top: 4.5rem;
}

@media (min-width: 960px) {
	.child-page-navigation {
		margin-top: 6.75rem;
	}
}

.child-page-navigation .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.child-page-navigation a[rel=prev] {
	text-align: left;
}

.child-page-navigation a[rel=next] {
	text-align: right;
}

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

.post,
.page {
	margin: 0 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.875rem;
}

/**
 * Article styling
 */
.entry-title {
	margin-bottom: 1.875rem;
	margin-top: 0;
}

.entry-title small {
	color: #FF3600;
	font-size: 1.1875rem;
	letter-spacing: 0;
	line-height: 1.5625rem;
	text-transform: uppercase;
}

.entry-intro {
	color: #FF3600;
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: 1.875rem;
}

.entry-meta {
	color: #848484;
	display: block;
	font-size: 0.875rem;
	font-style: normal;
	line-height: 1.125rem;
}

.entry-meta a {
	color: #848484;
	text-decoration: none;
}

.entry-content h2 {
	color: #FF3600;
	font-size: 1.5rem;
	margin-top: 2.5rem;
}

.entry-content h3 {
	font-size: 1.3125rem;
	margin-top: 2.5rem;
}

.entry-content > h3:first-child {
	margin-top: 10px;
}

.entry-content > h2 + h3 {
	margin-top: 0;
}

.entry-content .pull-out {
	position: relative;
}

.entry-content .pull-out .big-letter {
	font-size: 4rem;
	font-weight: 300;
}

@media (min-width: 960px) {
	.entry-content .pull-out .big-letter {
		font-size: 4.5rem;
		font-weight: 300;
		left: -3.75rem;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
}

.archive .hentry.post,
.category .hentry.post,
.search .hentry.post {
	border-bottom: 2px solid rgba(210, 210, 210, 0.75);
	padding-bottom: 2.8125rem;
	margin-bottom: 2.8125rem;
}

@media (min-width: 576px) {
	.archive .hentry.post,
	.category .hentry.post,
	.search .hentry.post {
		display: flex;
	}
}

.archive .hentry.post .entry-thumbnail,
.archive .hentry.post .post-thumbnail,
.category .hentry.post .entry-thumbnail,
.category .hentry.post .post-thumbnail,
.search .hentry.post .entry-thumbnail,
.search .hentry.post .post-thumbnail {
	aspect-ratio: 1;
	display: block;
	flex-shrink: 0;
	margin-bottom: 0.9375rem;
	margin-top: 0;
	object-fit: cover;
	overflow: hidden;
	position: relative;
	height: auto;
}

@media (min-width: 576px) {
	.archive .hentry.post .entry-thumbnail,
	.archive .hentry.post .post-thumbnail,
	.category .hentry.post .entry-thumbnail,
	.category .hentry.post .post-thumbnail,
	.search .hentry.post .entry-thumbnail,
	.search .hentry.post .post-thumbnail {
		width: 7.5rem;
		height: 7.5rem;
		margin-right: 1.5rem;
		margin-bottom: 0;
	}
}

@media (min-width: 960px) {
	.archive .hentry.post .entry-thumbnail,
	.archive .hentry.post .post-thumbnail,
	.category .hentry.post .entry-thumbnail,
	.category .hentry.post .post-thumbnail,
	.search .hentry.post .entry-thumbnail,
	.search .hentry.post .post-thumbnail {
		width: 9rem;
		height: 9rem;
		margin-right: 1.875rem;
	}
}

.archive .hentry.post .entry-thumbnail img,
.archive .hentry.post .post-thumbnail img,
.category .hentry.post .entry-thumbnail img,
.category .hentry.post .post-thumbnail img,
.search .hentry.post .entry-thumbnail img,
.search .hentry.post .post-thumbnail img {
	aspect-ratio: 1;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.archive .hentry.post .entry-title,
.category .hentry.post .entry-title,
.search .hentry.post .entry-title {
	color: #FF3600;
	font-size: 1.3125rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.6875rem;
	margin-bottom: 0.5rem;
	margin-top: 0;
	text-align: left;
	text-transform: none;
}

.archive .hentry.post .entry-title a,
.category .hentry.post .entry-title a,
.search .hentry.post .entry-title a {
	color: #FF3600;
	text-decoration: none;
}

.archive .hentry.post .entry-meta,
.category .hentry.post .entry-meta,
.search .hentry.post .entry-meta {
	margin-bottom: 1rem;
}

.archive .hentry.post .entry-content,
.category .hentry.post .entry-content,
.search .hentry.post .entry-content {
	color: #111;
	font-size: 18px;
	line-height: 30px;
}

.archive .hentry.post .entry-content p,
.category .hentry.post .entry-content p,
.search .hentry.post .entry-content p {
	margin-bottom: 0;
}

.archive article:not(.product):last-of-type,
.category article:not(.product):last-of-type,
.search article:not(.product):last-of-type {
	border-bottom: none !important;
	padding-bottom: 0 !important;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.news {
	background-color: #f0f0f0;
}

.news .widget-news {
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.news .widget-news {
		padding-bottom: 0px;
	}
}

.news .widget-zpravodaj {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.news .widget-zpravodaj {
		margin-top: 0;
	}
}

/* Default typography */
.widget-title, .widget-news h2, .wpfFilterWrapper .wfpDescription {
	color: #111;
	font-size: 1.0625rem;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.375rem;
	margin-bottom: 1rem;
	text-align: left;
	text-transform: uppercase;
}

.widget .entry-title {
	color: #FF3600;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 27px;
	margin-bottom: 12px;
	margin-top: 0;
	text-align: left;
	text-transform: none;
}

.widget .entry-title a {
	color: #FF3600;
	text-decoration: none;
}

.widget img {
	border-radius: 0px;
}

.widget .entry-meta {
	color: #848484;
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 12px;
}

.widget .entry-content {
	color: #111;
	font-size: 16px;
	line-height: 28px;
}

.widget .entry-content p {
	margin-bottom: 0;
}

/* News widget */
.widget-news {
	border-bottom: 1px solid #d2d2d2;
}

.widget-news h2 {
	margin-top: 0;
}

.widget-news .wp-block-post-template {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget-news .wp-block-post-template li::before {
	display: none;
}

@media (min-width: 576px) {
	.widget-news .wp-block-post-template > li {
		display: flex;
	}
}

.widget-news .entry-thumbnail {
	border-radius: 0px;
}

.widget-news .entry-thumbnail img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media (min-width: 576px) {
	.widget-news .widget-title, .widget-news h2, .widget-news .wpfFilterWrapper .wfpDescription, .wpfFilterWrapper .widget-news .wfpDescription,
	.widget-news .wp-block-buttons {
		margin-left: 12.1875rem;
	}
	.widget-news .entry-thumbnail {
		aspect-ratio: 1;
		flex-shrink: 0;
		height: 10.3125rem;
		margin-top: 0;
		object-fit: cover;
		overflow: hidden;
		position: relative;
		width: 10.3125rem;
	}
	.widget-news .entry-thumbnail img {
		aspect-ratio: 1;
		width: 100%;
		height: 100%;
	}
	.widget-news .entry-container {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}
}

@media (min-width: 768px) {
	.widget-news {
		border-bottom: none;
		border-right: 1px solid #d2d2d2;
		margin-bottom: 0;
	}
}

/* Widget Filter for Woocommerce */
.wpfFilterWrapper {
	padding-left: 0 !important;
}

.wpfFilterWrapper .wfpDescription {
	font-size: 1.0625rem !important;
}

/* 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
--------------------------------------------- */
.blocks-gallery-grid .blocks-gallery-item::before {
	display: none;
}

.wp-block-gallery:not(.is-style-slider-gallery) .gallery,
.wp-block-gallery:not(.is-style-slider-gallery) .blocks-gallery-grid {
	display: grid;
	grid-gap: 0.625rem;
	margin-bottom: 0;
}

.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-2,
.wp-block-gallery:not(.is-style-slider-gallery).columns-2 .blocks-gallery-grid {
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 576px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-2,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-2 .blocks-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 768px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-2,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-2 .blocks-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 960px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-2,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-2 .blocks-gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-3,
.wp-block-gallery:not(.is-style-slider-gallery).columns-3 .blocks-gallery-grid {
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 576px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-3,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-3 .blocks-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 768px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-3,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-3 .blocks-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 960px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-3,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-3 .blocks-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-4,
.wp-block-gallery:not(.is-style-slider-gallery).columns-4 .blocks-gallery-grid {
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 576px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-4,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-4 .blocks-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 768px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-4,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-4 .blocks-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 960px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-4,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-4 .blocks-gallery-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-5,
.wp-block-gallery:not(.is-style-slider-gallery).columns-5 .blocks-gallery-grid {
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 576px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-5,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-5 .blocks-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 768px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-5,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-5 .blocks-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 960px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-5,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-5 .blocks-gallery-grid {
		grid-template-columns: repeat(5, 1fr);
	}
}

.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-6,
.wp-block-gallery:not(.is-style-slider-gallery).columns-6 .blocks-gallery-grid {
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 576px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-6,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-6 .blocks-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 768px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-6,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-6 .blocks-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 960px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-6,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-6 .blocks-gallery-grid {
		grid-template-columns: repeat(6, 1fr);
	}
}

.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-7,
.wp-block-gallery:not(.is-style-slider-gallery).columns-7 .blocks-gallery-grid {
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 576px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-7,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-7 .blocks-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 768px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-7,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-7 .blocks-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 960px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-7,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-7 .blocks-gallery-grid {
		grid-template-columns: repeat(7, 1fr);
	}
}

.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-8,
.wp-block-gallery:not(.is-style-slider-gallery).columns-8 .blocks-gallery-grid {
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 576px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-8,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-8 .blocks-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 768px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-8,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-8 .blocks-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 960px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-8,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-8 .blocks-gallery-grid {
		grid-template-columns: repeat(8, 1fr);
	}
}

.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-9,
.wp-block-gallery:not(.is-style-slider-gallery).columns-9 .blocks-gallery-grid {
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 576px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-9,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-9 .blocks-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 768px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-9,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-9 .blocks-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 960px) {
	.wp-block-gallery:not(.is-style-slider-gallery).gallery-columns-9,
	.wp-block-gallery:not(.is-style-slider-gallery).columns-9 .blocks-gallery-grid {
		grid-template-columns: repeat(9, 1fr);
	}
}

.wp-block-gallery:not(.is-style-slider-gallery) .gallery-item,
.wp-block-gallery:not(.is-style-slider-gallery) .blocks-gallery-item {
	object-fit: cover;
	display: block;
	margin: 0 !important;
	overflow: hidden;
	text-align: center;
	width: 100% !important;
}

.wp-block-gallery:not(.is-style-slider-gallery) .gallery-item a:after,
.wp-block-gallery:not(.is-style-slider-gallery) .blocks-gallery-item a:after {
	background: rgba(0, 0, 0, 0.5) url("images/icn-zoom-in.svg") no-repeat 50% 50%;
	background-size: 40px;
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform: translateY(100%);
	transition: transform 0.2s;
	pointer-events: none;
}

.wp-block-gallery:not(.is-style-slider-gallery) .gallery-item a:hover:after,
.wp-block-gallery:not(.is-style-slider-gallery) .blocks-gallery-item a:hover:after {
	transform: translateY(0%);
}

.wp-block-gallery.is-style-slider-gallery {
	margin-bottom: 1.875rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.wp-block-gallery.is-style-slider-gallery .tns-outer {
		margin: 0 -4.16667%;
	}
}

@media (min-width: 960px) {
	.wp-block-gallery.is-style-slider-gallery .tns-outer {
		margin: 0 -16.66667%;
	}
}

.wp-block-gallery.is-style-slider-gallery .gallery-item,
.blocks-gallery-item .wp-block-gallery.is-style-slider-gallery > figure {
	aspect-ratio: 1.05;
	display: inline-block;
	height: 100%;
	width: auto;
	margin: 0 !important;
}

.wp-block-gallery.is-style-slider-gallery .gallery-item figure,
.blocks-gallery-item .wp-block-gallery.is-style-slider-gallery > figure figure {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.wp-block-gallery.is-style-slider-gallery .gallery-item a:after,
.blocks-gallery-item .wp-block-gallery.is-style-slider-gallery > figure a:after {
	background: rgba(0, 0, 0, 0.5) url("images/icn-zoom-in.svg") no-repeat 50% 50%;
	background-size: 40px;
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform: translateY(100%);
	transition: transform 0.2s;
	pointer-events: none;
}

.wp-block-gallery.is-style-slider-gallery .gallery-item a:hover:after,
.blocks-gallery-item .wp-block-gallery.is-style-slider-gallery > figure a:hover:after {
	transform: translateY(0%);
}

.wp-block-gallery.is-style-slider-gallery figcaption {
	pointer-events: none;
}

.wp-block-gallery.is-style-slider-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	margin-right: var(--gallery-block--gutter-size, 10px) !important;
	margin-bottom: 0 !important;
}

.no-js .wp-block-gallery.is-style-slider-gallery {
	overflow-x: auto;
}

.no-js .wp-block-gallery.is-style-slider-gallery > figure {
	float: none;
}

.gallery-caption,
.blocks-gallery-item__caption {
	border-radius: 0 0 5px 5px;
	display: block;
	pointer-events: none;
}

.featherlight-content .caption {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif !important;
	font-weight: 400 !important;
	margin-top: 0.46875rem;
}

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

/* Breadcrumbs NavXT
--------------------------------------------- */
/**
 * Styles for the plugin Breadcrumbs NavXT
 */
.breadcrumbs {
	color: #848484;
	font-family: "Roboto Condensed", "Helvetica Neue Condensed", "Arial Narrow", sans-serif;
	font-size: 0.875rem;
	line-height: 1.125rem;
	margin-top: 0.9375rem;
}

.breadcrumbs a {
	color: #848484;
	text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
	text-decoration: underline;
}

.home .breadcrumbs {
	display: none;
}

/* Tiny Slider .js plugin
--------------------------------------------- */
.tns-outer {
	position: relative;
	padding: 0 !important;
}

.tns-outer [hidden] {
	display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
	cursor: pointer;
}

.tns-slider {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s;
}

.tns-slider > .tns-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
	white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
	content: '';
	display: table;
	clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
	float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
	margin-right: -100%;
}

.tns-no-calc {
	position: relative;
	left: 0;
}

.tns-gallery {
	position: relative;
	left: 0;
	min-height: 1px;
}

.tns-gallery > .tns-item {
	position: absolute;
	left: -100%;
	-webkit-transition: transform 0s, opacity 0s;
	-moz-transition: transform 0s, opacity 0s;
	transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
	position: relative;
	left: auto !important;
}

.tns-gallery > .tns-moving {
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}

.tns-autowidth {
	display: inline-block;
}

.tns-lazy-img {
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	transition: opacity 0.6s;
	opacity: 0.6;
}

.tns-lazy-img.tns-complete {
	opacity: 1;
}

.tns-ah {
	-webkit-transition: height 0s;
	-moz-transition: height 0s;
	transition: height 0s;
}

.tns-ovh {
	overflow: hidden;
}

.tns-visually-hidden {
	position: absolute;
	left: -10000em;
}

.tns-transparent {
	opacity: 0;
	visibility: hidden;
}

.tns-fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 0;
}

.tns-normal, .tns-fadeOut {
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
}

.tns-vpfix {
	white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
	display: inline-block;
}

.tns-t-subp2 {
	margin: 0 auto;
	width: 310px;
	position: relative;
	height: 10px;
	overflow: hidden;
}

.tns-t-ct {
	width: 2333.33333%;
	width: -webkit-calc(100% * 70 / 3);
	width: -moz-calc(100% * 70 / 3);
	width: calc(100% * 70 / 3);
	position: absolute;
	right: 0;
}

.tns-t-ct:after {
	content: '';
	display: table;
	clear: both;
}

.tns-t-ct > div {
	width: 1.42857%;
	width: -webkit-calc(100% / 70);
	width: -moz-calc(100% / 70);
	width: calc(100% / 70);
	height: 10px;
	float: left;
}

.tns-nav {
	position: absolute;
	text-align: center;
	width: 100%;
}

.tns-nav button, .tns-nav .wp-block-button__link, .tns-nav .homepage-hero .hero-button, .homepage-hero .tns-nav .hero-button, .tns-nav .button,
.tns-nav .btn-more,
.tns-nav .more-link {
	background-color: #FF3600;
	border: none;
	opacity: .4;
	padding: 1.5px 16px;
	margin: 6px;
}

.tns-nav .tns-nav-active {
	opacity: 1;
}

.tns-controls {
	width: 100%;
}

.tns-controls button[data-controls='prev'], .tns-controls .wp-block-button__link[data-controls='prev'], .tns-controls .homepage-hero .hero-button[data-controls='prev'], .homepage-hero .tns-controls .hero-button[data-controls='prev'], .tns-controls .button[data-controls='prev'],
.tns-controls .btn-more[data-controls='prev'],
.tns-controls .more-link[data-controls='prev'] {
	border: none;
	padding: 0;
	position: absolute;
	left: -32px;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
}

.tns-controls button[data-controls='next'], .tns-controls .wp-block-button__link[data-controls='next'], .tns-controls .homepage-hero .hero-button[data-controls='next'], .homepage-hero .tns-controls .hero-button[data-controls='next'], .tns-controls .button[data-controls='next'],
.tns-controls .btn-more[data-controls='next'],
.tns-controls .more-link[data-controls='next'] {
	border: none;
	padding: 0;
	position: absolute;
	right: -32px;
	top: 50%;
	transform: translateY(-50%);
}

.tns-controls button[disabled=disabled], .tns-controls .wp-block-button__link[disabled=disabled], .tns-controls .homepage-hero .hero-button[disabled=disabled], .homepage-hero .tns-controls .hero-button[disabled=disabled], .tns-controls .button[disabled=disabled],
.tns-controls .btn-more[disabled=disabled],
.tns-controls .more-link[disabled=disabled] {
	opacity: .2;
}

.homepage-hero {
	position: relative;
}

.homepage-hero .hero-carousel {
	width: 100%;
	padding: 0;
	height: 35rem;
	overflow: hidden;
}

.homepage-hero .hero-carousel-img {
	width: 100%;
	height: 100%;
}

.homepage-hero .hero-carousel-img div {
	background-color: #FF3600;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.homepage-hero .tns-nav {
	bottom: 0;
}

.homepage-hero .tns-nav button, .homepage-hero .tns-nav .wp-block-button__link, .homepage-hero .tns-nav .hero-button, .homepage-hero .tns-nav .button,
.homepage-hero .tns-nav .btn-more,
.homepage-hero .tns-nav .more-link {
	background-color: #fefefe;
}

.homepage-hero .hero-container {
	color: #fefefe;
	position: relative;
	margin: 0 auto;
	max-width: 80rem;
	padding: 1.125rem;
	top: 50%;
	transform: translateY(-45%);
	pointer-events: all;
}

.homepage-hero .hero-content {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: 0%;
	bottom: 0;
	pointer-events: none;
}

.homepage-hero .hero-title {
	color: #fefefe;
	font-size: 3.5rem;
	letter-spacing: 0;
	line-height: 3.5rem;
	font-weight: 700;
	margin: 0 0 1rem 0;
	max-width: 34.875rem;
}

@media (min-width: 960px) {
	.homepage-hero .hero-title {
		font-size: 4rem;
		line-height: 4rem;
	}
}

.homepage-hero .hero-intro {
	color: #fefefe;
	font-size: 1.125rem;
	line-height: 1.625rem;
	max-width: 34.875rem;
}

.homepage-hero .hero-button {
	background-color: #4B565C !important;
	border: none;
	letter-spacing: 2px;
	margin-top: 1.5rem;
	max-width: 34.875rem;
	text-decoration: none;
	text-transform: uppercase;
}

.homepage-hero .hero-label {
	position: absolute;
	max-width: 5rem;
	right: 1.5rem;
	top: -1rem;
}

@media (min-width: 576px) {
	.homepage-hero .hero-label {
		max-width: 8.125rem;
	}
}

@media (min-width: 768px) {
	.homepage-hero .hero-label {
		max-width: 13.75rem;
		bottom: -2rem;
		right: 1rem;
		top: auto;
	}
}

.wp-block-ghouse-bobcat-info-carousel {
	padding: 3.75rem 0;
	margin: 3.75rem 0;
}

@media (min-width: 768px) {
	.wp-block-ghouse-bobcat-info-carousel .tns-outer {
		margin: 0 -4.16667%;
	}
}

@media (min-width: 960px) {
	.wp-block-ghouse-bobcat-info-carousel .tns-outer {
		margin: 0 -16.66667%;
	}
}

.info-carousel {
	background-color: #f0f0f0;
	text-align: center;
	display: flex;
}

.info-carousel .info-item {
	padding: 0 0.9375rem;
	border-left: 1px solid #fefefe;
	display: block;
}

.info-carousel .info-item:first-child {
	border-left: none;
}

@media (min-width: 576px) {
	.info-carousel .info-item {
		padding: 0 1.25rem;
	}
}

@media (min-width: 768px) {
	.info-carousel .info-item {
		padding: 0 1.875rem;
	}
}

.info-carousel h1 {
	margin-bottom: 3rem;
}

.info-carousel .info-number {
	color: #FF3600;
	display: block;
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 0.75rem;
	margin-top: 0px;
}

@media (min-width: 576px) {
	.info-carousel .info-number {
		font-size: 2rem;
	}
}

@media (min-width: 960px) {
	.info-carousel .info-number {
		font-size: 2.25rem;
	}
}

.info-carousel .info-description {
	margin-bottom: 0;
	margin-top: 0.75rem;
	font-size: 1.125rem;
	line-height: 1.4;
}

@media (min-width: 576px) {
	.info-carousel .info-description {
		font-size: 1rem;
	}
}

@media (min-width: 960px) {
	.info-carousel .info-description {
		font-size: 1.0625rem;
	}
}

/* PopUp Manager plugin
--------------------------------------------- */
/**
 * Additional styling for pop-up windows created by the Popoup Maker Plugin
 *
 * Styles are directly targetting custom pop-up template called ŽDB Pop-Up
 * and complement settings that are not available in the theme settings dialog
 */
.pum-theme-649,
.pum-theme-bobcat-pop-up {
	z-index: 1000 !important;
}

.pum-theme-649 .pum-container,
.pum-theme-bobcat-pop-up .pum-container {
	padding-top: 42px !important;
	padding-right: 16px;
}

.pum-theme-649 .pum-content,
.pum-theme-bobcat-pop-up .pum-content {
	font-size: 0.9375rem;
	line-height: 1.25rem;
}

.pum-theme-649 .pum-content p,
.pum-theme-bobcat-pop-up .pum-content p {
	line-height: 1.375rem;
}

/* Cookie Yes! plugin
--------------------------------------------- */
/**
 * Styling for modifying the look & feel of the Cookie Notice dialog window
 */
#cookie-law-info-again {
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.3) 0px -1px 10px 0px;
}

h5.cli_messagebar_head {
	text-align: left;
	font-family: inherit;
	font-weight: 700 !important;
	font-size: 20px !important;
	line-height: 24px !important;
	margin-bottom: 10px;
}

/* WP Users
--------------------------------------------- */
.bsui .btn-primary {
	color: #fff;
	background-color: #FF3600;
	border-color: #FF3600;
}

.bsui .btn-primary:hover {
	background-color: #cc2b00;
	border-color: #cc2b00;
}

/* Lightweight Accordeon plugin
--------------------------------------------- */
.lightweight-accordion .lightweight-accordion-title p,
.lightweight-accordion .lightweight-accordion-title span,
.lightweight-accordion .lightweight-accordion-title h1,
.lightweight-accordion .lightweight-accordion-title h2,
.lightweight-accordion .lightweight-accordion-title h3 {
	text-transform: none;
	font-weight: bold !important;
}

/* Before After plugin
--------------------------------------------- */
/**
 Extending default Twentytwenty style of the BAFG plugin
 */
.twentytwenty-horizontal .twentytwenty-before-label,
.twentytwenty-horizontal .twentytwenty-after-label {
	text-transform: uppercase;
	font-weight: 700;
}

.twentytwenty-horizontal .twentytwenty-before-label::before,
.twentytwenty-horizontal .twentytwenty-after-label::before {
	background-color: #FF3600;
	font-family: "Roboto Condensed", "Helvetica Neue Condensed", "Arial Narrow", sans-serif;
	line-height: 1;
	margin-top: 0 !important;
	padding: 0.5rem 0.75rem;
	top: 0 !important;
}

.twentytwenty-horizontal .twentytwenty-after-label::before {
	right: 0 !important;
}

.twentytwenty-horizontal .twentytwenty-before-label::before {
	left: 0 !important;
}

/* Hero slider plugin
--------------------------------------------- */
.depicter {
	margin: 0px auto;
}

.depicter .depicter-view h1, .depicter .depicter-view h2, .depicter .depicter-view h3, .depicter .depicter-view h4, .depicter .depicter-view h5 {
	font-family: "Roboto Condensed", "Helvetica Neue Condensed", "Arial Narrow", sans-serif;
	margin-top: 0;
}

/* Slick carousel Gutenberg block
--------------------------------------------- */
.slick-next,
.slick-prev {
	height: 2rem;
	width: 1rem;
}

@media (max-width: 959px) {
	.slick-next,
	.slick-prev {
		visibility: hidden;
	}
}

.slick-next.slick-arrow:before,
.slick-prev.slick-arrow:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 32'%3E%3Cpath fill='%23E63312' d='M.87 32a.83.83 0 0 1-.61-.28 1 1 0 0 1 0-1.33L13.54 16 .26 1.6a1 1 0 0 1 0-1.32.82.82 0 0 1 1.22 0L16 16 1.48 31.72a.83.83 0 0 1-.61.28Z' data-name='Arrow / Right'/%3E%3C/svg%3E%0A");
	height: 2rem;
	width: 1rem;
	background-repeat: no-repeat;
	content: '' !important;
	display: block;
	left: 50%;
	position: relative;
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
}

.slick-prev.slick-arrow:before {
	transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

/* Essential Ticker 
--------------------------------------------- */
.wptu-ticker-wrp .wpos-label.wptu-style-label span {
	display: none;
}

/* Essential Ticker 
--------------------------------------------- */
/* ****************************** * 
 * WPC Added To Cart Notification * 
 * ****************************** */
.wooac-popup.wooac-popup-horizontal .wooac-popup-inner .wooac-image {
	width: 120px;
	flex: 0 0 120px;
}

.wooac-popup .wooac-action {
	margin-top: 1rem;
}

.wooac-popup .wooac-action a {
	text-decoration: none;
	font-size: 0.9375rem;
}

.wooac-popup .wooac-action a#wooac-continue {
	background-color: #FF3600;
	color: #fefefe;
}

/*--------------------------------------------------------------
# Utilities 
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #fefefe;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-bottom: 1.5em;
}

@media (min-width: 768px) {
	.alignleft {
		margin-right: 1.5em;
	}
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-bottom: 1.5em;
}

@media (min-width: 768px) {
	.alignright {
		margin-left: 1.5em;
	}
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

@media (min-width: 960px) {
	.wp-block-image .alignleft {
		margin-left: 0;
		margin-right: 1.875rem;
	}
	.wp-block-image .alignright {
		margin-right: 0;
		margin-left: 1.875rem;
	}
	.mt-minus-20 .alignright,
	.mt-minus-20 .alignleft {
		margin-top: -20px;
		margin-bottom: 20px;
	}
}

/* Utils
--------------------------------------------- */
.mw-800 {
	max-width: 50rem;
	margin-left: auto;
	margin-right: auto;
}

.mt-0 {
	margin-top: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.mt-1 {
	margin-top: .5rem;
}

.mb-1 {
	margin-bottom: .5rem;
}

.mt-2 {
	margin-top: 1rem;
}

.mb-2 {
	margin-bottom: 1rem;
}

.mt-3 {
	margin-top: 1.5rem;
}

.mb-3 {
	margin-bottom: 1.5rem;
}

.mt-4 {
	margin-top: 2rem;
}

.mb-4 {
	margin-bottom: 2rem;
}

.mt-6 {
	margin-top: 3rem;
}

.mb-6 {
	margin-bottom: 3rem;
}

.mt-large {
	margin-top: 5rem;
}

.mb-large {
	margin-bottom: 5rem;
}

.mt-huge {
	margin-top: 8rem;
}

.mb-huge {
	margin-bottom: 8rem;
}

@media (max-width: 959px) {
	.hide-on-mobile {
		display: none;
	}
}

.maxw-700 {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

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