/*!
Theme Name: komppco-new-04-11
Theme URI: http://underscores.me/
Author: w3-lab.rs
Author URI: http://underscores.me/
Description: Description
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: komppco-04-11
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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-size: 1rem;
  line-height: 1.625;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #f36f37;
  cursor: pointer;
}

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

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: 1px solid #f36f37;
  border-radius: 3px;
  background: #f36f37;
  color: #fff;
  line-height: 1;
  outline: none;
  padding: 15px 30px;
  border-radius: 40px;
  transition: all 0.3s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #f36f37;
  background-color: #fff;
}

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

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
  border-color: #aaa #bbb #bbb;
  outline: none;
  border-color: #f36f37;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

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

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

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

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

.main-navigation ul ul a {
  width: 200px;
}

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

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

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

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

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

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

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

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

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

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

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

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

.bypostauthor {
  display: block;
}

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

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

.form__wrapper {
  background-color: #f36f37;
  margin-bottom: 10px;
}

.filters__wrap--archive {
  background-color: #f36f37;
}

.filters__wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px 30px;
  display: none;
  padding: 30px;
  flex-wrap: wrap;
}

.filters__wrap--active,
.filters__wrap--archive {
  display: flex;
}

.filters__wrap.filters__wrap--disabled > div {
  opacity: 0.7;
}

.filters__wrap.filters__wrap--disabled {
  position: relative;
}

.filters__wrap.filters__wrap--disabled::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background-color: #000;
  opacity: 0.5;
  left: 0;
  top: 0;
}

.filters__wrap.filters__wrap--disabled::after {
  content: "Uskoro";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  font-size: 72px;
  line-height: 1;
  z-index: 2;
  -webkit-text-stroke: 2px rgb(255, 255, 255);
  -webkit-text-fill-color: transparent;
}

/* .filters__wrap.filters__wrap--archive {
  flex-wrap: nowrap;
} */

.filters__select {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 5px;
}

.filters__select__item {
  display: inline-block;
  padding: 17px 35px;
  line-height: 22px;
  background-color: #fff;
  color: #f36f37;
  transition: all 0.3s ease;
  border: 1px solid #f36f37;
  cursor: pointer;
}

.filters__select__item--active {
  background-color: #f36f37;
  color: #fff;
}

.filters__select__item:hover {
  background-color: #f36f37;
  color: #fff;
}

.filters__box {
  width: calc(20% - 10px);
}

.filters__box-full {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.filters__box-full h2 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
}

.filters__box-full img {
  margin-top: 26px;
  max-width: 500px;
  width: 100%;
  display: block;
  margin-bottom: -30px;
}

.filters__box--image {
  display: none;
}

.filters__button {
  flex: 1;
}

.facetwp-overflow {
  display: flex;
  flex-wrap: wrap;
}

.facetwp-toggle {
  margin-top: 10px;
}
.filters__button button {
  background-color: #333333;
  color: #fff;
  border: unset;
  outline: unset;
  border-radius: 40px;
  padding: 0 40px;
  cursor: pointer;
  height: 52px;
  text-align: center;
  width: 100%;
}

.filters__button button.facet-reset {
  background-color: transparent;
  position: relative;
}

.filters__button button.facet-reset span {
  position: relative;
}

.filters__button button.facet-reset span::after {
  content: "";
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("assets/img/icons/reset-filter.png");
}

.filters__box .fs-wrap {
  width: 100%;
  width: 100%;
}

.filters__box .fs-label-wrap {
  border-radius: 40px;
  color: #333333;
  outline: unset;
  border: unset;
  min-height: 52px;
  display: flex;
  align-items: center;
}

.filters__box .fs-label-wrap .fs-label {
  padding-left: 16px !important;
  padding-right: 26px !important;
}

.filters__box .fs-arrow {
  right: 16px !important;
}

.filters__box .fs-dropdown {
  top: 65px;
  border-radius: 8px;
  overflow: hidden;
}

.filters__box .fs-search {
  display: none;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.preloader__img {
  max-width: 280px;
}

.preloader__img img {
  animation: zoom-in-zoom-out 3s ease-in infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.9);
  }
}

@media only screen and (max-width: 1199px) {
  .filters__box {
    width: calc(20% - 15px);
  }

  .filters__select__item {
    padding: 15px 30px;
  }
}

@media only screen and (max-width: 1070px) {
  .filters__box {
    width: calc(20% - 20px);
  }
}

@media only screen and (max-width: 991px) {
  .filters__wrap,
  .filters__wrap.filters__wrap--archive {
    gap: 16px;
    flex-wrap: wrap;
  }
  .filters__box .fs-dropdown {
    font-size: 15px;
  }

  .filters__box {
    width: calc(50% - 10px);
  }

  .filters__select__item {
    padding: 12px 25px;
  }

  .filters__button button.facet-reset {
    border: 1px solid #fff;
  }

  .preloader__img {
    max-width: 250px;
  }
}

@media only screen and (max-width: 575px) {
  .filters__select__item {
    flex: 1;
    text-align: center;
  }
  .filters__box {
    width: 100%;
  }

  .filters__wrap {
    padding: 30px 20px;
  }

  .preloader__img {
    max-width: 220px;
  }
}

/*Custom Front*/

.filters .fs-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  transition: ease-in 0.15s;
}

.filters .fs-label-wrap .fs-label {
  padding: 6px 22px 6px 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.filters .fs-label-wrap {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: default;
}

.filters .fs-wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 1;
}

.filters__box .facetwp-facet {
  width: 100%;
}

.filters__box .fs-label-wrap {
  border-radius: 40px;
  color: #333333;
  outline: unset;
  border: unset;
  min-height: 52px;
  display: flex;
  align-items: center;
}

.filters .fs-dropdown {
  top: 65px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 1000;
}

.filters .fs-hidden {
  display: none;
}

.filters .fs-dropdown .fs-options {
  max-height: 200px;
  overflow: auto;
}

.filters .fs-option {
  cursor: pointer;
  word-break: break-all;
}

.fs-option,
.fs-search,
.fs-optgroup-label {
  padding: 6px 8px;
}

.filters .fs-options__input {
  display: none;
}

/*Error Page - Kompp*/
.error-404 {
  border-top: 1px solid #e1e1e1;
  padding: 100px 0px;
}
.error-404__content {
  text-align: center;
}
.error-404__content h1 {
  font-size: 250px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: #333333;
}
.error-404__content h3 {
  font-size: 42px;
  margin-bottom: 0;
  line-height: 1.1111111111;
  color: #0a1624;
  font-weight: 600;
}
.error-404__content p {
  max-width: 560px;
  margin: 30px auto 50px;
  color: #6f7175;
  font-weight: 400;
}
.error-404__img {
  max-width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-404__btn {
  border: none;
  background-color: #f36f37;
  color: #fff;
  cursor: pointer;
  padding: 17px 35px;
  text-decoration: none;
  text-shadow: none;
  display: inline-block;
  -webkit-appearance: none;
  transition-property: all;
  transition-duration: 0.3s;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  border-radius: 100px;
  text-align: center;
}
.error-404__btn:visited {
  color: #fff;
}
.error-404__btn:hover {
  background-color: #ee672d;
}

/* .grecaptcha-badge {
  display: none !important;
} */

.page-template-template-contact .grecaptcha-badge {
  display: block !important;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.page-template-default a {
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1440px) {
  .error-404__img {
    max-width: 220px;
  }
  .error-404__content h1 {
    font-size: 220px;
  }
  .error-404__content h3 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .error-404__img {
    max-width: 200px;
  }
  .error-404__content h1 {
    font-size: 200px;
    gap: 20px;
    line-height: 1;
    margin-bottom: 40px;
  }
  .error-404__content h3 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .error-404__img {
    max-width: 180px;
  }
  .error-404__content h1 {
    font-size: 180px;
    margin-bottom: 30px;
  }
  .error-404__content h3 {
    font-size: 32px;
  }
  .error-404__content p {
    margin: 20px auto 40px auto;
  }
  .error-404__btn {
    padding: 15px 35px;
  }
}
@media only screen and (max-width: 575px) {
  .error-404__img {
    max-width: 150px;
  }
  .error-404__content h1 {
    font-size: 150px;
    gap: 10px;
  }
  .error-404__content h3 {
    font-size: 28px;
  }
  .error-404__content p,
  .error-404__btn {
    font-size: 15px;
  }
}
@media only screen and (max-width: 414px) {
  .error-404__img {
    max-width: 130px;
  }
  .error-404__content h1 {
    font-size: 130px;
    gap: 10px;
  }
  .error-404__content h3 {
    font-size: 26px;
  }
  .error-404__content p {
    margin-top: 10px;
  }
  .error-404__content p,
  .error-404__btn {
    font-size: 14px;
  }

  .filters__wrap.filters__wrap--disabled::after {
    font-size: 60px;
  }
}
@media only screen and (max-width: 360px) {
  .error-404__content h3 {
    font-size: 24px;
  }
  .error-404__img {
    max-width: 110px;
  }
  .error-404__content h1 {
    font-size: 110px;
  }

  .filters__wrap.filters__wrap--disabled::after {
    font-size: 50px;
  }
}

.filter-hide-block {
  display: none !important;
}

.filters__box .facetwp-facet {
  margin-bottom: 0;
}

@media only screen and (max-width: 380px) {
  .filters__select__item {
    width: 100%;
    text-align: center;
    flex: auto;
  }
}

/*Variable Products*/

.vi-wpvs-variation-style {
  grid-template-columns: auto 1fr;
}

.variations_form.cart table th {
  width: auto;
}

.vi-wpvs-variation-style .label {
  display: flex;
  align-items: center;
  height: 34px;
  margin-right: 12px;
}

.vi-wpvs-variation-wrap .vi-wpvs-option-wrap {
  margin: 0 !important;
}

.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design
  .vi-wpvs-option-wrap {
  padding-left: 0;
  background: none;

  display: inline-block;

  border: 1px solid #e1e1e1;
  padding: 5px 14px !important;
  transition: all 0.3s ease;
  margin-bottom: 0 !important;
}

.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design
  .vi-wpvs-option-wrap.vi-wpvs-option-wrap-default
  .vi-wpvs-option {
  color: #6f7175 !important;
  font-size: 14px !important;
  line-height: 22px;
}

.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design
  .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected
  .vi-wpvs-option,
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design
  .vi-wpvs-option-wrap.vi-wpvs-option-wrap-hover
  .vi-wpvs-option {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 22px;
}

.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design
  .vi-wpvs-option-wrap.vi-wpvs-option-wrap-default {
  box-shadow: none !important;
}

.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design
  .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected,
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design
  .vi-wpvs-option-wrap.vi-wpvs-option-wrap-hover {
  background: #f36f37 !important;
  box-shadow: none !important;
  transition: all 0.4s ease-out;
}
.vi-wpvs-variation-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

[data-attribute="attribute_pa_boja"] .vi-wpvs-option-wrap {
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
}

[data-attribute="attribute_pa_boja"].vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design
  .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected,
[data-attribute="attribute_pa_boja"].vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design
  .vi-wpvs-option-wrap.vi-wpvs-option-wrap-hover {
  background: transparent !important;
}

[data-attribute="attribute_pa_boja"].vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design
  .vi-wpvs-option-wrap {
  padding: 2px !important;
}

[data-attribute="attribute_pa_boja"].vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design
  .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected,
[data-attribute="attribute_pa_boja"].vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design
  .vi-wpvs-option-wrap.vi-wpvs-option-wrap-hover {
  border-color: #f36f37;
}

[data-attribute="attribute_pa_boja"] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .vi-wpvs-variation-style {
    grid-template-columns: auto;
  }
}

.aws-search-result .aws_search_more a,
.aws-search-result .aws_result_title {
  color: #f36f37;
}

.woocommerce-variation-add-to-cart-disabled {
  display: none !important;
}

.stock.few-in-stock {
  color: #e7c503 !important;
}

.stock.few-in-stock::before {
  background-color: #e7c503 !important;
}

.single-product .stock.few-in-stock {
  color: #e7c503;
}

.single-product .stock.few-in-stock::before {
  color: #e7c503;
  background-color: #e7c503;
}

.single-product .stock.out-of-stock {
  color: #dd0100;
}

.single-product .stock.out-of-stock::before {
  color: #dd0100;
  background-color: #dd0100;
}

.facetwp-display-value {
  width: 100%;
}

.facetwp-expand {
  margin-left: 10px;
}

section.blog {
  margin-bottom: 60px;
}

.no-result-blog {
  padding: 0px 0px 40px 0px;
}

.testimonials .slick-track {
  display: flex !important;
}

.testimonials .slick-slide {
  height: inherit !important;
}

.addReadMore.showlesscontent .hidden-description,
.addReadMore.showlesscontent .readLess {
  display: none;
}

.addReadMore.showmorecontent .readMore {
  display: none;
}

.addReadMore {
  height: 180px;
  overflow-y: auto;
}

.addReadMore::-webkit-scrollbar {
  width: 4px;
  border-radius: 20px;
  /* width of the entire scrollbar */
}

.addReadMore::-webkit-scrollbar-track {
  background: #33333322;
  /* color of the tracking area */
}

.addReadMore::-webkit-scrollbar-thumb {
  background-color: #33333322;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 2px solid #f36f37;
  /* creates padding around scroll thumb */
}

.addReadMore .readMore,
.addReadMore .readLess {
  margin-left: 5px;
  color: #f36f37;
  cursor: pointer;
}

.addReadMore .readLess {
  margin-left: 0;
}

.addReadMoreWrapTxt.showmorecontent .hidden-description,
.addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}

@media only screen and (max-width: 414px) {
  .addReadMore {
    height: 200px;
  }
}

@media only screen and (max-width: 350px) {
  .addReadMore {
    height: 230px;
  }
}

@media only screen and (max-width: 991px) {
  section.blog > .container > .row {
    flex-direction: column-reverse;
  }

  section.blog .pagination {
    margin-bottom: 40px;
  }
}

.topbar-close {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}

.close-topbar {
  background-color: #f36f37;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in;
}

.close-topbar:hover {
  background-color: #333333;
}

.close-topbar img {
  width: 10px;
  height: 10px;
  object-fit: contain;
  display: block;
  filter: invert(1) brightness(999);
}

.site-header {
  top: -100px;
}

.wishlist-empty {
  background-color: #f36f37;
  color: #fff !important;
  font-size: 32px !important;
  padding: 100px 20px;
}

@media only screen and (max-width: 991px) {
  .topbar__right {
    display: block !important;
    width: auto !important;
    margin-left: 20px;
  }

  .topbar__left {
    width: 40% !important;
  }
  .topbar__center {
    width: 60% !important;
  }

  .wishlist-empty {
    font-size: 28px !important;
  }
	
	.main-navigation li,
	.header__sidebar-list li {
		padding: 0 !important;
	}
	
	.main-navigation li a,
	.header__sidebar-list__item {
		padding: 20px 16px !important;
	}
	
	.main-navigation li.menu-item a:hover {
		color: #f36f37;
	}
}

@media only screen and (max-width: 767px) {
  .topbar__right {
    display: block !important;
    width: auto !important;
    margin-left: 20px;
  }

  .topbar__left {
    width: 100% !important;
  }
  .topbar__center {
    width: 100% !important;
  }

  .topbar-holder {
    position: relative;
  }

  .topbar-close {
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 3;
  }

  .topbar__left-text {
    padding-right: 40px;
  }

  .woocommerce-wishlist .breadcrump {
    padding: 0px 15px;
  }

  .wishlist-empty {
    font-size: 22px !important;
  }
}
.yith-wcwl-add-to-wishlist::before {
  content: "Dodaj u listu želja" !important;
}

.quick-view-popup .yith-wcwl-add-to-wishlist::before,
.single .yith-wcwl-add-to-wishlist::before {
  content: "" !important;
}

.quick-view-button::before {
  content: "Brzi pregled" !important;
}

.wishlist-title-container {
  display: none !important;
}

#yith-wcwl-form .container .row .col-12 {
  padding: 0;
}

.wish-counter {
  position: absolute;
  font-size: 10px;
  right: 0;
  top: 0;
  padding: 0 5px;
  border-radius: 50%;
  text-align: center;
  transform: translate(50%, -50%);
  color: #fff;
  background: #f36f37;
}

.cart-sidebar .quantity {
  border: none !important;
  display: block !important;
  font-size: 16px !important;
}

.cart-sidebar__info {
  overflow-y: auto;
}

#cart-sidebar {
  padding-bottom: 20px;
}

.vi-wpvs-option-wrap.vi-wpvs-option-wrap-out-of-stock-attribute.vi-wpvs-option-wrap-default {
  pointer-events: none;
  position: relative;
}

.vi-wpvs-option-wrap.vi-wpvs-option-wrap-out-of-stock-attribute.vi-wpvs-option-wrap-default
  .vi-wpvs-option::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-bottom: 2px solid #000;
  width: 14px;
}

.vi-wpvs-option-wrap.vi-wpvs-option-wrap-out-of-stock-attribute.vi-wpvs-option-wrap-default
  .vi-wpvs-option {
  /* width: 16px; */
  height: 16px;
}

.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design
  .vi-wpvs-option-wrap.vi-wpvs-option-wrap-default
  .vi-wpvs-option,
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design
  .vi-wpvs-option-wrap.vi-wpvs-option-wrap-default {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.vi-wpvs-option-wrap.vi-wpvs-option-wrap-out-of-stock-attribute.vi-wpvs-option-wrap-default
  .vi-wpvs-option::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 2px solid #000;
  width: 14px;
}

th.label-select {
  font-weight: 400;
  font-size: 14px;
}

.cart-sidebar__info .woocommerce-mini-cart__total.total::after,
.cart-sidebar__info .woocommerce-mini-cart__total.total::before {
  width: calc(100% + 40px) !important;
  transform: translatex(-20px) !important;
}

.empty-table-title thead {
  display: none !important;
}

.comment-form-author label,
.comment-form-email label {
  display: block;
}

.single-product #reviews .comment-form-author,
.single-product #reviews .comment-form-email {
  display: inline-block;
  width: 100%;
  max-width: calc(50% - 2px) !important;
}

.single-product #reviews .comment-form-email {
  padding-left: 5px;
  margin-top: 10px;
}

.single-product #reviews .comment-form-author {
  padding-right: 5px;
  margin-top: 10px;
}

.form-submit {
  margin-top: 30px;
}

.comment-form-author input,
.comment-form-email input {
  padding: 14px;
  color: #6f7175;
  border: 2px solid #e1e1e1;
  -webkit-appearance: none;
  border-radius: 5px;
  box-sizing: border-box;
  outline: 0;
  transition: all ease-in-out 0.3s;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
}

.comment-form-cookies-consent {
  margin-top: 12px;
}

.commentlist .children {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .single-product #reviews .comment-form-author,
  .single-product #reviews .comment-form-email {
    padding: 0;
    max-width: calc(100%) !important;
  }
}

.filters__box {
  position: relative;
}

.filters__button .reset-button {
  font-size: 1rem;
  line-height: 1;
  z-index: 3;
  color: #000;
  margin-top: 12px;
  border: 1px solid #000;
  width: 100%;
  max-width: 100%;
  display: block;
  text-align: center;
  border-radius: 33px;
  padding: 12px 12px;
  transition: all 0.4s ease-out;
}

.filters__button .reset-button:hover {
  color: #fff;
  background-color: #333333;
}

.preloader {
  width: 100vw;
}

.related.products .onsale {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.products-wrapper .product.outofstock .product-loop-thumb .onsale-discount-item {
	display: none;
}

.onsale-discount-item {
	position: absolute;
	left: -1px;
	top: 43px;
	z-index: 3;
	padding: 2px 12px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: italic;
	z-index: 3;
	background-color: #e54d2b;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.single-product .summary_row .onsale-discount-item {
	position: relative;
	left: 0;
	top: 0;
	border-radius: 50px;
	background-color: #fff;
	color: #e54d2b;
	border: 1px solid #e54d2b;
	padding: 1px 12px;
	margin-left: 8px;
}

@media only screen and (max-width: 767px) {
	.sale-discount {
		margin-bottom: 12px;
		display: flex;
		flex-wrap: wrap;
		gap: 12px 0px;
	}

	.sale-discount span {
		display: inline-block;
	}

	.single-product .summary_row .onsale-discount-item {
		margin-left: 0;
	}

	.single-product .onsale {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 1110px) {
  .main-navigation li {
    margin-right: 30px !important;
  }

  .main-navigation li:last-of-type {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 1070px) {
  .main-navigation li {
    margin-right: 25px !important;
  }

  .main-navigation li:last-of-type {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  .main-navigation li {
    margin-right: 0 !important;
  }
}

/* Load more text on categoty page */
.category-wrapper {
	padding: 10px 20px;
	background: #f0f2f5;
}
#category-content {
	overflow: hidden;
	max-height: 100px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5714285714;
}
#category-content.expanded {
    max-height: 100%;
	font-size: 14px;
	line-height: 1.5714285714;
    box-sizing: border-box;
}
.category-description__load-more {
	border: none;
	border-radius: 0;
	background: transparent;
	text-decoration: underline;
	cursor: pointer;
	font-size: 12px;
	margin-top: 10px;
}
/* .category-description span {
	display: block;
} */

.widget-size .facetwp-facet.facetwp-hidden{
  display: none;
}


.category-wrapper {
	margin-top: 20px;
}
.category-wrapper h1, 
.category-wrapper h2,
.category-wrapper h3,
.category-wrapper h4,
.category-wrapper h5,
.category-wrapper p {
	display: block;
}
.category-wrapper ul {
	list-style: disc !important;
	margin-left: 20px !important;
	margin-bottom: 10px !important;
}
.category-wrapper ol {
	list-style: numbers !important;
	margin: 0 0 1.5em 3em !important;
}
.category-wrapper ul li { display: list-item; list-style: disc !important; }
.category-wrapper ol li { display: list-item; list-style: numbers !important; }
