@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
/* ol, ul {
	list-style: none;
} */
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  margin-top: 0;
}
*:last-child {
  margin-bottom: 0px;
}
:only-child {
  margin-bottom: 0px;
}
*:focus {
  outline: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.reset-case {
  text-transform: none !important;
}
div.featherlight {
  --icon-border-radius: 4px;
  --icons-background: rgba(0,0,0,0.4);
}
div.featherlight .featherlight-content {
  width: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  border: none;
}
div.featherlight .featherlight-close {
  position: fixed;
  width: 60px;
  height: 60px;
  top: 10px;
  right: 10px;
  overflow: hidden;
  text-indent: -100px;
  background: var(--icons-background);
  border-radius: var(--icon-border-radius);
  opacity: 0.4;
  transition: all 0.3s;
}
div.featherlight .featherlight-close:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/icons/x.svg");
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(1);
}
div.featherlight .featherlight-close:hover {
  opacity: 1;
}
div.featherlight .featherlight-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
div.featherlight .featherlight-previous, div.featherlight .featherlight-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  max-width: 50%;
  display: block;
}
div.featherlight .featherlight-previous:hover, div.featherlight .featherlight-next:hover {
  background: transparent;
}
div.featherlight .featherlight-previous:hover span, div.featherlight .featherlight-next:hover span {
  opacity: 1;
}
div.featherlight .featherlight-previous span, div.featherlight .featherlight-next span {
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 60px;
  text-shadow: 0 0 16px black;
  position: absolute;
  display: block;
  opacity: 0;
  top: 50%;
  right: auto;
  bottom: auto;
  margin: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}
div.featherlight .featherlight-previous {
  left: 0;
  right: auto;
}
div.featherlight .featherlight-previous span {
  left: 10px;
}
div.featherlight .featherlight-previous span img {
  left: 33%;
  right: auto;
  transform: rotate(-180deg);
}
div.featherlight .featherlight-next {
  left: auto;
  right: 0;
}
div.featherlight .featherlight-next span {
  right: 10px;
}
/* $width_paragraph: 700px;
$width_blocks: 1024px; // this should be the width of large images
$width_blocks_wide: 1300px;
$width_fullwidth: 100%;
$width_blocks_sidebar: $width_paragraph + $sidebar_width; */
:root {
  --accent-1: #de182e;
  --accent-2: #e55e56;
  --highlighted: #f9f0e8;
  --body-padding: 20px;
  --spacing-small: 20px;
  --spacing-medium: 40px;
  --spacing-large: 60px;
  --gutenberg-blocks-margin: 5vh;
  --gutenberg-small-margin: 2.5vh;
  --content-max-width: calc(100% - var(--body-padding) - var(--body-padding));
}
:root {
  --block-gallery-gap: 12px;
}
:root {
  --body-line-height: 1.8em;
  --family-second: "Merriweather Sans", sans-serif;
  --family-body: "IBM Plex Serif", serif;
  --body-color: #333;
}
html, body {
  font-size: 14px ;
  font-size: min(max(14px, 1.4vw), 17px) ;
  font-size: clamp(14px, 1.4vw, 17px) ;
}
body {
  font-family: var(--family-body);
  line-height: var(--body-line-height);
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--body-color);
}
body strong {
  font-weight: 700;
}
sup {
  line-height: 0;
  font-size: 0.83em;
  vertical-align: super;
}
red {
  color: var(--accent-1);
}
a {
  color: inherit;
  text-decoration: underline;
}
em {
  font-style: italic;
}
h1:not([class*="is-style-heading-"]), .is-style-heading-h1 {
  font-family: var(--family-second);
  font-size: 36px ;
  font-size: min(max(36px, 5vw), 42px) ;
  font-size: clamp(36px, 5vw, 42px) ;
  font-weight: 800;
  letter-spacing: 0em;
  line-height: 1.2em;
  text-transform: none;
}
h2:not([class*="is-style-heading-"]), .is-style-heading-h2, ul.is-style-literatura-viri:before, .wp-block-quote *, .wp-block-pullquote *, body.woocommerce-edit-account form.edit-account fieldset legend {
  font-size: 20px ;
  font-size: min(max(20px, 1.5vw), 24px) ;
  font-size: clamp(20px, 1.5vw, 24px) ;
  letter-spacing: 0.01em;
  line-height: 1.4em;
  text-transform: none;
  font-family: var(--family-body);
  font-style: italic;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.2em;
}
h2.wp-block-heading + p {
  margin-top: 0;
}
h3:not([class*="is-style-heading-"]), .is-style-heading-h3, .single-product .product-title {
  font-family: var(--family-body);
  font-size: 16px ;
  font-size: min(max(16px, 1.4vw), 20px) ;
  font-size: clamp(16px, 1.4vw, 20px) ;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.4em;
  text-transform: none;
}
h4:not([class*="is-style-heading-"]), .is-style-heading-h4, .site-footer .widget h3 {
  font-family: var(--family-second);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.1em;
  text-transform: none;
}
h5:not([class*="is-style-heading-"]), .is-style-heading-h5, .cat {
  font-family: var(--family-second);
  font-size: 10px ;
  font-size: min(max(10px, 1vw), 12px) ;
  font-size: clamp(10px, 1vw, 12px) ;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2em;
}
h6:not([class*="is-style-heading-"]), .is-style-heading-h6 {
  font-family: var(--family-second);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.1em;
  text-transform: none;
}
h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin-top: 2em;
}
h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) {
  margin-bottom: 0.5em;
}
.upper {
  text-transform: uppercase;
}
.site-main h2 + h3 {
  margin-top: 0;
}
.site-main h3 + h4 {
  margin-top: 0;
}
.material-symbols-outlined.filled {
  font-variation-settings: "FILL" 1;
}
@media (max-width: 768px) {
  .show-tablet:not(.show-mobile) {
    display: none;
  }
  .show-desktop:not(.show-mobile) {
    display: none;
  }
  .hide-mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .show-mobile:not(.show-tablet) {
    display: none;
  }
  .show-desktop:not(.show-tablet) {
    display: none;
  }
  .hide-tablet {
    display: none;
  }
}
@media (min-width: 1025px) {
  .show-mobile:not(.show-desktop) {
    display: none;
  }
  .show-tablet:not(.show-desktop) {
    display: none;
  }
  .hide-desktop {
    display: none;
  }
}
.is-style-obroba .wp-block-button__link, .is-style-transparent .wp-block-button__link {
  --wp-button-bg: #fff;
  --wp-button-color: var(--accent-1);
  --wp-button-border-color: var(--accent-1);
  --wp-button-hover-color: #fff;
  --wp-button-border-width: 1px;
  --wp-button-border-style: solid;
  --wp-button-border-radius: 1px;
}
.wp-block-button:not([class*="is-style"]) *, .is-style-ozadje .wp-block-button__link, body.search ._search-form .search-submit .wp-block-button__link, .button, .woocommerce .button, .woocommerce a.edit {
  --wp-button-bg: var(--accent-1);
  --wp-button-color: #fff;
  --wp-button-border-color: var(--accent-1);
  --wp-button-hover-color: var(--accent-1);
  --wp-button-border-width: 1px;
  --wp-button-border-style: solid;
  --wp-button-border-radius: 0;
}
.wp-block-button .wp-block-button__link, .button, .woocommerce .button, .woocommerce a.edit {
  content: "button";
  position: relative;
  font-family: var(--family-second);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 260px;
  display: inline-block;
  padding: 1.1em 2em 1em;
  box-sizing: content-box;
  border: 1px solid var(--accent-1);
  transition: all 0.3s;
  background-color: var(--wp-button-bg);
  color: var(--wp-button-color);
  border-color: var(--wp-button-border-color);
  border-width: var(--wp-button-border-width);
  border-style: var(--wp-button-border-style);
  border-radius: var(--wp-button-border-radius);
}
@media (max-width: 600px) {
  .wp-block-button .wp-block-button__link, .button, .woocommerce .button, .woocommerce a.edit {
    min-width: 200px;
  }
}
.wp-block-button .wp-block-button__link::after, .button::after, .woocommerce .button::after, .woocommerce a.edit::after {
  content: "";
  z-index: 111;
  position: absolute;
  left: 4px;
  top: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  box-sizing: content-box;
  border-color: var(--wp-button-color);
  border-width: var(--wp-button-border-width);
  border-style: var(--wp-button-border-style);
  border-radius: var(--wp-button-border-radius);
  transition: border 0.3s;
}
.wp-block-button .wp-block-button__link:hover, .button:hover, .woocommerce .button:hover, .woocommerce a.edit:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.wp-block-button .wp-block-button__link:hover::after, .button:hover::after, .woocommerce .button:hover::after, .woocommerce a.edit:hover::after {
  border-color: #fff;
}
.button-small {
  padding: 0.6em 1em;
}
.wp-block-button .wp-block-button__link .inline {
  position: absolute;
  top: 0;
  left: 1em;
  width: 1.4em;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
}
.is-style-transparent .wp-block-button__link {
  border-color: #000;
  color: #000;
  background-color: transparent;
  min-width: unset;
}
.is-style-transparent .wp-block-button__link::after {
  border-color: #000;
}
.wp-block-button.width-auto a {
  min-width: unset !important;
}
body.archive, body.error404 {
  content: "_archive";
}
body.archive section.grid, body.error404 section.grid {
  padding-top: 80px ;
  padding-top: min(max(80px, 10vw), 150px) ;
  padding-top: clamp(80px, 10vw, 150px) ;
}
body.archive .entry-title, body.error404 .entry-title {
  margin-bottom: 0;
}
body.archive .posts, body.archive .posts-no-content, body.error404 .posts, body.error404 .posts-no-content {
  margin-top: 4vmax;
}
@media (max-width: 768px) {
  body.archive .side, body.error404 .side {
    grid-column: 4 !important;
  }
}
body.archive .side .inner, body.error404 .side .inner {
  position: sticky;
  top: 100px;
}
body.archive article.post *, body.error404 article.post * {
  text-decoration: none;
}
body.archive article.post .wp-post-image, body.error404 article.post .wp-post-image {
  width: 100%;
}
body.archive .page-navigation, body.error404 .page-navigation {
  display: flex;
  justify-content: space-between;
}
.archive-grid-default {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 40px;
}
.archive-grid-potovanja {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 40px;
}
body.archive.category {
  content: "_category";
}
.cat {
  margin-left: 0;
  margin-right: 1em;
  display: inline-block;
  padding: 0.5em 1em 0.4em;
  line-height: 12px;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  width: fit-content;
}
.loop-post-archive {
  border-bottom: 1px solid #000;
  padding-bottom: 1em;
  margin-top: 0.5em;
  margin-bottom: 4em;
}
.loop-post-archive a {
  color: inherit;
  text-decoration: none;
}
.loop-post-archive a:hover .post-title {
  text-decoration: underline;
}
.loop-post-archive .icon-lock {
  font-variation-settings: "FILL" 1;
  color: red;
  font-size: 22px;
  line-height: 22px;
}
.loop-post-archive .inner {
  display: flex;
  grid-gap: 2em;
}
.loop-post-archive .author {
  display: inline-block;
  margin: 1em 0 0;
}
.loop-post-archive .description {
  /* background: #fff; */
  flex: 2;
}
.loop-post-archive .top {
  margin-bottom: 5px;
}
.loop-post-archive .cat2-arrow {
  font-size: 11px;
}
.loop-post-archive .cat2:before {
  font-weight: bold;
  font-size: 12px;
}
.loop-post-archive .post-title {
  margin-top: 0em;
  margin-bottom: 0.2em;
  transition: color 0.2s;
  font-family: var(--family-second);
  font-style: normal;
  font-weight: 800;
}
.loop-post-archive p {
  margin: 0 !important;
  line-height: 1.5em;
}
.loop-post-archive .thumb {
  flex: 1.2;
  overflow: hidden;
  align-self: flex-end;
  width: 100%;
}
.loop-post-archive .thumb img {
  aspect-ratio: 1.3;
  object-fit: cover;
  transition: transform 0.4s;
  width: 100%;
}
.loop-post-archive.related {
  margin-bottom: 1em;
}
.loop-post-archive.related .post-title {
  font-size: 16px ;
  font-size: min(max(16px, 1.2vw), 20px) ;
  font-size: clamp(16px, 1.2vw, 20px) ;
}
.loop-related-posts a {
  text-decoration: none;
}
.loop-related-posts .post-title {
  margin-top: 12px;
}
.loop-related-posts .thumb img {
  aspect-ratio: 1.7;
  object-fit: cover;
  object-position: top;
}
/*
* Nastavitve za sirine gutenberg elementov (gutenberg vsebina je vedno znotraj .gutenberg)
*/
.is-root-container > *[data-align=left] > .wp-block-image, .is-root-container > *[data-align=left] > .wp-block-gallery, .is-root-container > *[data-align=right] > .wp-block-image, .is-root-container > *[data-align=right] > .wp-block-gallery {
  margin: 0;
}
.is-root-container > *[data-align=left] > .wp-block-cover, .is-root-container > *[data-align=right] > .wp-block-cover {
  max-width: 100%;
}
.is-root-container > *[data-align=left], .is-root-container > *[data-align=right] {
  position: relative;
}
.is-root-container > *[data-align=left]:after, .is-root-container > *[data-align=right]:after {
  content: "";
  position: absolute;
  width: calc(100% + 100px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #feffbc;
}
.is-root-container > *[data-align=left]:after {
  left: -100px;
}
.is-root-container > *[data-align=right]:after {
  right: -100px;
}
.grid {
  grid-template-columns: 0 auto 0 minmax(0, 10fr) 0 auto 0;
  /* body.wc-any &{
		grid-template-columns: 0 auto 0 minmax(0, 10fr) 0 auto 0;	

		@media (min-width: 1200px){
			grid-template-columns: 0 auto 0 1000px 0 auto 0;		
		}
	} */
}
@media (min-width: 768px) {
  .grid {
    grid-template-columns: 0 auto 16fr minmax(0, 92fr) 36fr auto 0;
  }
}
@media (min-width: 1650px) {
  .grid {
    grid-gap: 40px;
    grid-template-columns: 0 auto 120px 920px 390px auto 0;
  }
}
.gutenberg.grid.grid-center, body.wc-checkout .grid {
  grid-template-columns: 0 auto 0 minmax(0, 10fr) 0 auto 0;
}
@media (min-width: 768px) {
  .gutenberg.grid.grid-center, body.wc-checkout .grid {
    grid-template-columns: 0 auto 10fr minmax(0, 40fr) 10fr auto 0;
  }
}
.gutenberg.grid.grid-center :is(p, h1, h2, h3, h4, h5, h6), body.wc-checkout .grid :is(p, h1, h2, h3, h4, h5, h6) {
  width: auto;
}
body.archive .posts, body.archive .posts-no-content, body.error404 .posts, body.error404 .posts-no-content, .grid > *, .alignmain, .gutenberg > :is(.wp-block-group, .wp-block-cover).alignfull > :is(.wp-block-group__inner-container, .wp-block-cover__inner-container) > *:not(:is(.alignwide, .alignfull)), .gutenberg > :is(.wp-block-group, .wp-block-cover):not(.alignwide):not(.alignfull) .wp-block-group__inner-container {
  grid-column: 4;
}
.alignwide {
  grid-column: 3 / span 3;
}
.alignfull {
  grid-column: 1 / -1;
}
.alignleft {
  grid-column: 3 / span 2;
}
.alignright, .gutenberg.grid .wc-block-checkout {
  grid-column: 4 / span 2;
}
.pos-left-sidebar {
  grid-column: 3;
}
body.archive .side, body.error404 .side, .pos-right-sidebar {
  grid-column: 5;
}
.grid .grid-inherit, div.wp-block-image, .gutenberg > :is(.wp-block-group, .wp-block-cover).alignfull, .gutenberg > :is(.wp-block-group, .wp-block-cover).alignfull > :is(.wp-block-group__inner-container, .wp-block-cover__inner-container) {
  display: grid;
  grid-column: 1 / -1 !important;
  grid-template-columns: inherit;
  grid-gap: inherit;
  position: relative;
}
.grid {
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-gap: 0 2vw;
}
.grid > * {
  width: 100%;
  max-width: 100%;
}
.wp-block-image .alignright, .wp-block-image .alignleft {
  margin: 0;
}
/*
*	BLOCK GROUP AND BLOCK COVER
*/
.gutenberg > :is(.wp-block-group, .wp-block-cover).alignfull {
  padding: 0;
}
.gutenberg > :is(.wp-block-group, .wp-block-cover).alignfull > :is(.wp-block-group__inner-container, .wp-block-cover__inner-container) {
  width: 100%;
  color: unset;
}
.gutenberg > :is(.wp-block-group, .wp-block-cover).alignfull > :is(.wp-block-group__inner-container, .wp-block-cover__inner-container) > *:first-child {
  margin-top: 2rem;
}
.gutenberg > :is(.wp-block-group, .wp-block-cover).alignfull > :is(.wp-block-group__inner-container, .wp-block-cover__inner-container) > *:last-child {
  margin-bottom: 2rem;
}
/*
*	BLOCK COLUMNS
*/
.wp-block-columns {
  gap: var(--block-columns-gap, var(--spacing-medium));
}
.wp-block-columns .wp-block-column {
  display: flex;
  flex-direction: column;
  margin: 0;
  flex-grow: 1;
}
.wp-block-columns:not([class*="are-vertically-aligned"]) {
  align-items: stretch;
}
/*
*	BLOCK GALLERY
*/
/*
* BLOCK COVER
*/
.wp-block-cover {
  min-height: var(--block-cover-min-height, 430px);
}
/*
* BLOCK COVER IMAGE
*/
.wp-block-cover-image {
  min-height: var(--block-cover-image-min-height, 430px);
}
/*
*	BLOCK IMAGE
*/
.wp-block-image img {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figure {
  float: none;
  margin: 0;
}
.wp-block-image figure.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figure:not(.is-resized) img {
  width: 100%;
}
/*
*	BLOCK MEDIA TEXT
*/
.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.wp-block-media-text.has-background .wp-block-media-text__content {
  padding: var(--block-media-text-gap, var(--spacing-medium));
}
.wp-block-media-text:not(.has-background):not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-left: var(--block-media-text-gap, var(--spacing-medium));
}
.wp-block-media-text.has-media-on-the-right:not(.has-background) .wp-block-media-text__content {
  padding-right: var(--block-media-text-gap, var(--spacing-medium));
}
.gutenberg {
  /* SET DEFAULT SPACINGS */
  /* SET DEFAULT SPACINGS */
  /* RESET LIST STYLES */
  /* RESET LIST STYLES */
}
.gutenberg > *:not(:first-child) {
  margin-top: var(--gutenberg-blocks-margin);
}
.gutenberg .has-background.alignfull + .wp-block-cover.alignfull {
  margin-top: 0;
}
.gutenberg ol {
  list-style: none;
  counter-reset: ol-counter;
}
.gutenberg ol li {
  counter-increment: ol-counter;
}
.gutenberg ol li::before {
  content: counter(ol-counter) ".";
  display: inline-block;
  width: 1.6em;
}
.gutenberg ul li {
  margin-left: 0em;
  list-style: none;
  /*
			list-style-position: outside;
			list-style-type: "»  ";
			*/
}
.gutenberg ul li::before {
  content: "»  ";
  display: inline-block;
  width: 1em;
  color: var(--accent-1);
}
.gutenberg > :is(p:not(.is-style-intro), h1, h2, h3, h4, h5, h6, ul, ol) {
  width: 630px;
  max-width: 100%;
}
.gutenberg .wp-block-image, .gutenberg .wp-block-gallery, .gutenberg [class^="wp-block-gallery-"], .gutenberg [class*=" wp-block-gallery-"] {
  margin-top: var(--gutenberg-blocks-margin);
}
.gutenberg p:empty {
  display: none;
}
.gutenberg p {
  margin: 1em 0 0 0 !important;
}
.gutenberg p img {
  float: left;
  margin: 0 1em 1em 0;
}
.gutenberg h3 + p {
  margin-top: 0;
}
.gutenberg p + ul {
  margin-top: 0.4em !important;
}
.gutenberg section.subscribe {
  margin-top: 5rem;
}
.gutenberg section.subscribe .cat {
  border: none;
}
.is-style-intro {
  width: 100% !important;
  font-size: 1.2rem;
  font-style: italic;
}
.is-style-poudarek {
  background: var(--highlighted);
  padding: 1.5em 2em 1.7em 2em;
  border: 3px double #333;
  border-radius: 2px;
}
ul.is-style-literatura-viri {
  margin-top: 3rem;
  margin-left: 1rem;
}
ul.is-style-literatura-viri:before {
  content: "Literatura in viri";
  margin-left: -1rem;
  margin-bottom: 0.2em;
}
ul.is-style-literatura-viri li {
  list-style: decimal;
}
ul.is-style-literatura-viri li::before {
  display: none;
}
/* .smalltext,
.author {
	// different design
	font-family: var(--family-second);
	font-size: 12.5px; // fixed
	display: inline-block;
	line-height: 22px;
	color: #000;
	font-weight: 400;
	width: fit-content;	
} */
.is-style-author {
  font-family: var(--family-second);
  font-size: 12.5px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
.is-style-author:empty {
  display: none;
}
.is-style-author strong {
  text-decoration: underline;
}
.wp-block-quote, .wp-block-pullquote {
  border: none;
  color: var(--accent-1);
  margin-top: var(--gutenberg-blocks-margin);
  margin-bottom: var(--gutenberg-small-margin);
  padding: 0 0 0 5.5em;
  position: relative;
  width: 630px;
}
.wp-block-quote *, .wp-block-pullquote * {
  padding: 0;
  margin: 0 !important;
}
.wp-block-quote::before, .wp-block-pullquote::before {
  content: " ";
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MCA4MCI+PHBhdGggZD0ibTc3LjAxLDM1LjI1aC0xMy44NGMuMTQtNS42MywxLjQ0LTEwLjE0LDMuOTItMTMuNTQsMi40OC0zLjM5LDYuNTctNi4wNCwxMi4yNy03Ljk0bC01LjYtMTEuODFjLTYuMDQsMi4xNy0xMS4wNCw1LjE2LTE1LjAxLDguOTYtMy45NywzLjgtNi42OCw4LjA4LTguMTQsMTIuODMtMS40Niw0Ljc1LTIuMTksMTEuMy0yLjE5LDE5LjY1djIwLjQ2aDI4LjZ2LTI4LjZabS00Ny43NCwwaC0xMy44NGMuMTMtNS42MywxLjQ0LTEwLjE0LDMuOTItMTMuNTQsMi40OC0zLjM5LDYuNTctNi4wNCwxMi4yNy03Ljk0TDI2LjAxLDEuOTdjLTYuMTEsMi4xNy0xMS4xMyw1LjE2LTE1LjA3LDguOTYtMy45NCwzLjgtNi42Myw4LjA5LTguMDksMTIuODgtMS40Niw0Ljc4LTIuMTksMTEuMzItMi4xOSwxOS41OXYyMC40NmgyOC42di0yOC42WiIgc3R5bGU9ImZpbGw6I2RkMTkyZTsiLz48L3N2Zz4=");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.25em;
  font-size: 1em;
  width: 4em;
  height: 4em;
  margin-right: 2rem;
}
.wp-block-quote p, .wp-block-pullquote p {
  padding-left: 5rem;
}
.wp-block-image img {
  margin-left: 0;
  width: auto;
  max-height: 150vh;
}
.wp-block-gallery {
  --wp--style--gallery-gap-default: 12px;
  max-width: 100% !important;
}
.wp-block-gallery:empty {
  display: none;
}
.wp-block-gallery.is-style-carousel ul.swiper-wrapper {
  flex-wrap: nowrap;
  gap: 0;
}
.wp-block-gallery.is-style-parallax {
  display: block;
}
.wp-block-gallery.is-style-parallax figure {
  position: sticky !important;
  width: 100% !important;
  height: 80vh;
  top: 10vh;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.wp-block-gallery.is-style-parallax figure img {
  opacity: 0;
}
.wp-block-cover {
  position: relative;
  display: flex;
}
.wp-block-cover__gradient-background, .wp-block-cover__image-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wp-block-group.has-background {
  padding: 1em;
}
.wp-block-separator {
  width: 100%;
  border: none;
  border-bottom: 1px solid;
  margin: 1em 0;
}
.is-style-image-description, figcaption.wp-element-caption {
  font-style: italic;
  padding-top: 0.5em;
  padding-bottom: 1.2em;
  margin: 0 0 2em 0 !important;
  width: unset !important;
  font-size: 1rem !important;
  color: inherit !important;
  position: relative !important;
  background: none !important;
  text-align: left !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.is-style-image-description::after, figcaption.wp-element-caption::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  border-bottom: 5px solid var(--accent-1);
}
figure.wp-block-image + .is-style-image-description {
  width: unset !important;
}
.wp-block-popular-posts {
  border: 3px double #333;
  border-radius: 2px;
  padding: 0.8rem 1.2rem 0.5rem;
}
.wp-block-popular-posts h2 {
  font-family: var(--family-second);
  font-style: normal;
  font-weight: bold;
}
.wp-block-popular-posts a {
  text-decoration: none;
}
.wp-block-popular-posts a:hover .index {
  transform: scale(1.2);
}
.wp-block-popular-posts .item {
  padding: 1.2em 0;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  align-items: center;
  border-top: 1px solid #000;
}
.wp-block-popular-posts .index {
  min-width: 30px;
  text-align: center;
  transition: transform 0.4s;
  justify-items: center;
  position: relative;
}
.wp-block-popular-posts .index:after {
  content: "";
  position: absolute;
  left: calc(50% - 15px);
  bottom: -2px;
  width: 30px;
  height: 0;
  border-bottom: 4px solid var(--accent-1);
}
.wp-block-popular-posts p {
  width: 100%;
  text-align: left;
  margin: 0;
}
.wp-block-popular-posts .category {
  color: var(--accent-1);
  font-weight: 700;
}
.wp-block-popular-posts .title {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3em;
  margin-top: 0.3rem;
}
.editors-pick {
  margin-top: 4em;
  margin-bottom: 6em;
}
.editors-pick a {
  text-decoration: none;
}
.editors-pick .wp-block-editors-picks {
  border: 3px double #333;
  border-radius: 2px;
  padding: 3em;
}
.editors-pick .wp-block-editors-picks a:hover figure img {
  transform: scale(1.1);
}
.editors-pick .wp-block-editors-picks .items {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5vw;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 560px) {
  .editors-pick .wp-block-editors-picks .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .editors-pick .wp-block-editors-picks .items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.editors-pick .wp-block-editors-picks .items .item {
  position: relative;
}
.editors-pick .wp-block-editors-picks .items .item::after {
  content: "";
  position: absolute;
  right: -2.5vw;
  top: 0;
  width: 1px;
  height: 200px;
  border-right: 1px solid #000;
}
.editors-pick .wp-block-editors-picks .items .item:last-child::after {
  border: none;
}
.editors-pick .wp-block-editors-picks .items p {
  width: 100%;
  text-align: center;
  margin: 0;
}
.editors-pick .wp-block-editors-picks .items .category {
  color: var(--accent-1);
  font-weight: 700;
  margin-bottom: 0.4em;
}
.editors-pick .wp-block-editors-picks .items .title {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3em;
}
.editors-pick .wp-block-editors-picks .items figure {
  width: 60%;
  height: auto;
  aspect-ratio: 1;
  margin: 0 auto 1.8em auto;
  border-radius: 50%;
  overflow: hidden;
}
.editors-pick .wp-block-editors-picks .items figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 0.4s;
}
.wp-block-oglas-kocka img {
  width: 100%;
}
.rank-math-block .rank-math-list-item:not(:last-child) {
  margin-bottom: 2em;
}
.rank-math-block .rank-math-answer > * {
  margin: 0 !important;
  margin-bottom: 1em !important;
}
/* infobar */
.infobar {
  z-index: 99999999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: var(--accent-1);
  padding: 0.6rem 1rem;
  font-family: var(--family-second);
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  line-height: 16px;
}
.site-header.large {
  margin-top: 54px !important;
}
/* infobar */
.site-header.small {
  display: none;
}
@media (max-width: 768px) {
  .site-header.large {
    display: none !important;
  }
  .site-header.small {
    display: block !important;
  }
}
body:not(.home) .site-header.large .custom-logo, body.scrolled .site-header.large .custom-logo {
  height: 34px;
}
.site-header a {
  color: inherit;
  text-decoration: none;
}
.site-header.large {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  pointer-events: none;
  margin-top: 42px;
}
.site-header.large .grid > * {
  pointer-events: all;
}
.site-header.large .top-part {
  display: flex;
  justify-content: space-between;
}
.site-header.large .site-branding img {
  height: 125px;
  width: auto;
  transition: height 0.3s;
}
.site-header.large .header-nav-toggler {
  margin-top: 74px;
  margin-bottom: 30px;
}
.site-header.large ul.menu, .site-header.large ul.sub-menu {
  pointer-events: all;
  list-style: none;
  font-family: var(--family-second);
  font-size: 0.9em;
  letter-spacing: 0em;
}
.site-header.large ul.menu li, .site-header.large ul.sub-menu li {
  padding: 5px 0;
  /* &.current-menu-item,
            &.current-post-ancestor
            {
                color: var(--accent-1);
            } */
}
.site-header.large ul.menu a, .site-header.large ul.sub-menu a {
  display: inline-block;
  line-height: 1.2em;
}
.site-header.large ul.menu a:hover, .site-header.large ul.sub-menu a:hover {
  color: var(--accent-1);
}
.site-header.large .header-navigation:nth-child(0) {
  font-weight: 300;
}
.site-header.large .header-navigation:nth-child(2) {
  font-weight: 800;
}
.site-header.large .header-navigation.burger {
  display: none;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.site-header.large .header-navigation.burger::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
}
.site-header.large .header-navigation.burger.lr-toggled-visible {
  display: block;
}
.site-header.large .right-block .inner {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-header.large .right-block .inner a {
  display: flex;
  white-space: nowrap;
}
.site-header.small {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.2s;
  /* .search-form{
    	width: auto;
    	width: 300px;
    	max-width: 100%;
    } */
}
.site-header.small .top {
  padding: 16px 0;
  background: #fff;
}
@media (max-width: 768px) {
  .site-header.small .top .search-form {
    display: none;
  }
}
body.scrolled:not(.scrolled-up) .site-header.small {
  transform: translateY(-100%);
  overflow: hidden;
}
.site-header.small .inner {
  display: flex;
  gap: 12px;
  align-items: center;
  width: auto;
  background: #fff;
}
.site-header.small .site-branding img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 48px;
}
.site-header.small .spacer {
  margin-left: auto;
}
.site-header.small .search-form {
  width: 400px;
  max-width: 100%;
}
.site-header.small .register {
  white-space: nowrap;
}
.site-header.small .account {
  line-height: 0;
}
.site-header.small .right-block {
  margin-left: auto;
  display: flex;
  gap: 12px;
}
.site-header.small .right-block a {
  white-space: nowrap;
}
.site-header.small .modal-menu .search-form {
  width: 60vw;
  max-width: 100%;
}
/*
* Mobile navigation toggler
*/
.header-nav-toggler {
  z-index: 11;
  width: 32px;
  height: 24px;
  border-top: solid 3px #000;
  border-bottom: solid 3px #000;
  position: relative;
  transition: border-color 0.2s, transform 0.3s;
  cursor: pointer;
  align-self: center;
}
.header-nav-toggler:before, .header-nav-toggler:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: calc(50% - 2px);
  background: #000;
  transition: transform 0.5s;
}
.header-nav-toggler.lr-toggled-visible {
  transform: rotate(90deg);
  border-color: transparent;
}
.header-nav-toggler.lr-toggled-visible:before {
  transform: rotate(45deg);
}
.header-nav-toggler.lr-toggled-visible:after {
  transform: rotate(-45deg);
}
/*
* Mobile navigation
*/
.modal-menu-wrapper {
  display: none;
}
.modal-menu-wrapper.lr-toggled-visible {
  display: grid;
}
.modal-menu {
  grid-column: 4 / span 2;
  z-index: 10;
  width: auto;
  max-width: calc(100% - 20px);
  padding: 12px 20px 12px 36px;
  text-align: right;
  overflow: auto;
  margin-left: auto;
  background: #ffffffdd;
  backdrop-filter: blur(4px);
  transition: all 0.5s;
  border: 3px double #333;
}
.modal-menu.lr-toggled-visible {
  opacity: 1;
  pointer-events: all;
}
.modal-menu a {
  text-decoration: none;
}
.modal-menu ul.menu {
  list-style: none;
  padding: 0px;
  text-transform: uppercase;
  font-family: var(--family-body);
  font-size: 0.9em;
  letter-spacing: 0em;
}
.modal-menu ul.menu li {
  padding: 2px 14px 2px 0;
  border-bottom: 1px solid #ccc;
}
.modal-menu ul.menu li a {
  display: inline-block;
  line-height: 1.1em;
  padding: 8px 0;
}
.modal-menu ul.menu li a:hover {
  color: var(--accent-1);
}
.modal-menu #menu-glavni-1 li:last-child {
  border-bottom: none;
}
.modal-menu ul.sub-menu {
  list-style: none;
  text-transform: none;
  margin-top: 1em;
  margin-left: 30px;
}
.modal-menu ul.sub-menu li {
  border-bottom: none;
}
@media (max-width: 900px) {
  .header-navigation.desktop {
    display: none;
  }
  .header-nav-toggler {
    display: block;
  }
}
/*
* items that are vertically centered
*/
.center-item1 {
  height: var(--inner-height);
  align-self: center;
}
/*
* TOGGLE ELEMENTS
*/
.toggle-wrapper {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.toggle-wrapper .icon-wrapper {
  width: var(--icons-height);
  height: var(--icons-height);
  color: var(--icons-color);
  position: relative;
  cursor: pointer;
}
.toggle-wrapper .icon-wrapper svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s;
}
.toggle-wrapper .icon-wrapper svg:first-child {
  opacity: 1;
}
.toggle-wrapper .icon-wrapper svg:last-child {
  opacity: 0;
}
.lr-toggled-visible.toggle-wrapper .icon-wrapper svg:first-child {
  opacity: 0;
}
.lr-toggled-visible.toggle-wrapper .icon-wrapper svg:last-child {
  opacity: 1;
}
.toggle-wrapper .toggle-content {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: var(--inner-height);
  opacity: 0;
  display: flex;
  gap: 20px;
  pointer-events: none;
  transition: all 0.5s;
  border: 1px solid #000;
  border-radius: 3px;
  background: #fff;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
}
.lr-toggled-visible.toggle-wrapper .toggle-content {
  pointer-events: all;
  opacity: 1;
  right: var(--icons-height);
}
.toggle-wrapper .toggle-content svg {
  color: var(--icons-color);
}
/*
* SHARE WRAPPER
*/
.header-share-wrapper {
  position: relative;
}
.header-share-wrapper ul.social-share {
  display: flex;
  gap: 20px;
  margin: 0;
  padding-left: 5px;
  padding-right: 11px;
}
.header-share-wrapper ul.social-share li {
  display: flex;
  align-items: center;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.header-share-wrapper ul.social-share li:hover {
  opacity: 1;
}
/*
* search
*/
.search-form {
  position: relative;
  width: 100%;
  margin-top: 0px;
}
.search-form .screen-reader-text {
  display: none;
}
.search-form .search-field {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 1px;
  height: 36px;
  padding-right: 50px;
  line-height: 36px;
  text-indent: 12px;
}
.search-form .search-submit {
  position: absolute;
  top: 4px;
  right: 4px;
  width: auto;
  height: calc(100% - 8px);
  padding: 0 12px;
  border: 0;
  background: none;
  color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgOTYgOTYwIDk2MCIgd2lkdGg9IjQwIj48cGF0aCBkPSJNNzg3LjY0MSA5MTguNjY1IDUzMC44NzIgNjYxLjg5NnEtMjkuODk5IDI1Ljg2Ni02OS40MDcgNDAuMDYxLTM5LjUwOCAxNC4xOTYtODEuNzczIDE0LjE5Ni0xMDIuMDk4IDAtMTcyLjgxNy03MC42ODEtNzAuNzItNzAuNjgxLTcwLjcyLTE3MS44NDUgMC0xMDEuMTY1IDcwLjY4MS0xNzEuOTA4IDcwLjY4LTcwLjc0NCAxNzEuOTkyLTcwLjc0NCAxMDEuMzExIDAgMTcyLjAzNiA3MC42OTl0NzAuNzI1IDE3MS44OTdxMCA0Mi4zMDEtMTQuMzg1IDgxLjgzOS0xNC4zODUgMzkuNTM5LTQwLjUzOCA3MC42OTJsMjU3LjE3OSAyNTYuMTAzLTM2LjIwNCAzNi40NlpNMzc5LjI4MiA2NjUuODk4cTgwLjQwNiAwIDEzNi4yMjktNTUuOTYyIDU1LjgyMy01NS45NjEgNTUuODIzLTEzNi4zNzIgMC04MC40MS01NS44MjMtMTM2LjM3Mi01NS44MjMtNTUuOTYyLTEzNi4yMjktNTUuOTYyLTgwLjc0OCAwLTEzNi44MSA1NS45NjJUMTg2LjQxIDQ3My41NjRxMCA4MC40MTEgNTYuMDYyIDEzNi4zNzIgNTYuMDYyIDU1Ljk2MiAxMzYuODEgNTUuOTYyWiIvPjwvc3ZnPg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45%;
  cursor: pointer;
}
.site-footer {
  margin-top: 10em;
  background: #f2f2f2;
  position: relative;
  z-index: 1000;
}
.site-footer a {
  text-decoration: none;
}
.site-footer .custom-logo-link img {
  height: 48px;
  width: auto;
  margin-top: -24px;
}
.site-footer ul {
  list-style: none;
}
.site-footer ul li {
  margin-left: 0;
  margin-bottom: 0.4em;
}
.site-footer ul li li {
  margin-left: 1em;
}
.site-footer ul a {
  line-height: 1.2em;
  transition: color 0.2s;
  display: inline-block;
}
.site-footer ul a:hover {
  color: var(--accent-1);
}
.site-footer .top {
  padding: 40px 0;
}
.site-footer .top a {
  color: inherit;
}
.site-footer .logo {
  width: 160px;
}
.site-footer .columns {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 480px) {
  .site-footer .columns {
    grid-template-columns: 0.7fr 1fr 1fr;
  }
}
.site-footer .widget h3 {
  font-weight: 800;
  font-style: normal;
  margin-bottom: 0.5em;
}
.site-footer .bottom {
  background: #000;
  color: #afafaf;
  padding: 1rem 0 1rem;
  font-size: 0.9rem;
}
.site-footer .social-follow {
  display: flex;
  gap: 16px;
}
.site-footer .social-follow a {
  color: var(--body-color);
}
.site-footer .box-icon-title .cat::before {
  background-image: url("../img/logo-white.png");
}
.site-footer .subscribe-box {
  border-left: 0;
  border-right: 0;
}
@keyframes slidein {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.modal-update-email {
  position: fixed;
  z-index: 999999;
  right: 0;
  bottom: 0;
  width: 500px;
  max-width: 100%;
  padding: 12px;
  background: var(--accent-1);
  color: #fff;
  font-family: var(--family-second);
  font-size: 12px;
  line-height: 1.5em;
  text-decoration: none;
}
.modal-update-email u {
  text-decoration: underline;
}
body.search .entry-header {
  margin-top: 10vmax;
  margin-bottom: 7vmax;
}
body.search ._search-form {
  --form-height: 32px;
  position: relative;
  width: 600px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 60px;
}
body.search ._search-form .screen-reader-text {
  display: none;
}
body.search ._search-form .search-field {
  width: 100%;
  height: auto;
  line-height: var(--form-height);
  border-radius: 0px;
  border: 1px solid #000;
}
body.search ._search-form .search-submit {
  position: absolute;
  top: 0px;
  right: 0px;
  width: auto;
  height: calc(100% - 0px);
  padding-top: 0;
  padding-bottom: 0;
  line-height: var(--form-height);
  cursor: pointer;
}
:root {
  --swiper-navigation-size: 44px;
  --swiper-navigation-color: var(--accent-1);
  --swiper-navigation-shadow: #fff;
  --swiper-pagination-color: #000;
  --swiper-pagination-size: 8px;
  --swiper-pagination-offset: 10px;
  --arrows-out-margin: 60px;
}
.swiper-outer {
  position: relative;
  padding-bottom: calc(var(--swiper-pagination-size) + var(--swiper-pagination-offset));
}
.swiper-outer .swiper-button-prev {
  left: 0;
}
.swiper-outer .swiper-button-next {
  right: 0;
}
.swiper-outer .swiper-button-prev, .swiper-outer .swiper-button-next {
  width: 54px;
  height: 50px;
  top: 50%;
  background-color: #fff;
}
.swiper-outer .swiper-button-prev:after, .swiper-outer .swiper-button-next:after {
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 48;
}
.swiper-outer .swiper-button-prev:after {
  content: "arrow_back";
}
.swiper-outer .swiper-button-next:after {
  content: "arrow_forward";
}
.swiper-outer .swiper-button-disabled {
  pointer-events: unset;
}
.swiper-outer .swiper-pagination {
  width: 100%;
  height: var(--swiper-pagination-size);
  line-height: var(--swiper-pagination-size);
  bottom: 0px;
}
.swiper-outer .swiper-pagination-bullet {
  width: var(--swiper-pagination-size);
  height: var(--swiper-pagination-size);
  margin: 0 calc(var(--swiper-pagination-size) * 0.8);
}
.swiper-outer .swiper-slide img {
  aspect-ratio: 1.5;
  object-fit: contain;
  object-position: center;
}
.swiper-container {
  display: block !important;
  margin: 0 !important;
  overflow: hidden;
}
.swiper-container .swiper-wrapper {
  margin: 0 !important;
}
.swiper-container .swiper-wrapper .swiper-slide {
  flex-basis: unset;
  height: auto;
  margin: 0;
}
.no-top-margin {
  margin-top: 0 !important;
}
.has-oker-background-color {
  background-color: var(--wp--preset--color--oker);
}
.has-oker-text-color {
  color: var(--wp--preset--color--oker);
}
/* box title with hrm logo */
.box-icon-title .cat {
  margin: 0 auto -22px auto;
  display: block;
  transform: translateY(-10px);
  z-index: 1;
  position: relative;
  border-left: 16px solid #fff;
  border-right: 16px solid #fff;
}
.box-icon-title .cat::before {
  content: " ";
  width: 100%;
  height: 22px;
  display: block;
  background-image: url("../img/logo-wbg.gif");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -28px;
  left: 0;
}
.text-center {
  text-align: center;
}
body.logged-in .hide-logged-in {
  display: none !important;
}
.red {
  color: var(--accent-1);
}
.gray {
  color: #808080;
}
small {
  font-size: smaller;
}
.no-padding {
  padding-top: 0 !important;
}
.sidebar [class*="wp-block"] {
  margin-bottom: 12px;
}
.lock svg {
  width: 16px;
  height: 16px;
  color: var(--accent-1);
  display: inline;
  margin-right: 10px;
}
.lock.inverted {
  width: 36px;
  height: 36px;
  line-height: 36px;
  vertical-align: baseline;
  display: inline-block;
  background-color: var(--accent-1);
  margin-right: 10px;
  border-radius: 1px;
}
.lock.inverted svg {
  color: #fff;
  margin: 10px;
}
.share-button {
  margin: 2em 0 1em 0;
  width: fit-content;
}
.share-button .inner {
  border: solid 1px #000;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.share-button .inner svg {
  display: block;
}
.share-button .inner p {
  margin: 0 0 0 1rem !important;
}
.share-button .social-share {
  position: relative;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0.4em 1.1em;
  border: 1px solid #000;
  margin: 1em 0 0 0;
  display: none;
  background-color: #fff;
}
.share-button .social-share::before {
  content: "";
  position: absolute;
  top: -10px;
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  display: block;
  background-color: #fff;
  transform: rotate(45deg);
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  box-sizing: border-box;
}
.share-button .social-share li {
  font-family: var(--family-body);
  font-size: 0.8em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
  padding: 0.4em 0;
  cursor: pointer;
}
.share-button .social-share li svg {
  height: 20px;
  width: auto;
}
.share-button .social-share li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.share-button .social-share li::before {
  display: none !important;
}
.share-button .social-share li:hover {
  color: var(--accent-1);
}
#chatbase-message-bubbles {
  width: 400px;
}
/* subscribe banner wrapper */
.subscribe-section {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 99;
  background-color: #000;
  position: relative;
}
.subscribe-section h1:has(+ p), .subscribe-section h2:has(+ p) {
  margin-bottom: 0;
}
.subscribe-section .small {
  font-size: 0.8rem;
  opacity: 0.6;
}
.subscribe-section .is-style-obroba .wp-block-button__link {
  background-color: transparent;
  color: #000;
  border-color: #000;
}
.subscribe-section .is-style-obroba .wp-block-button__link:after {
  display: none;
}
.subscribe-section .is-style-obroba .wp-block-button__link:hover {
  text-decoration: underline;
}
.subscribe-section.toggle-open .subscribe-now-small {
  display: none;
}
.subscribe-section.toggle-open .subscribe-now-large {
  display: block;
}
.subscribe-section.toggle-open .toggle svg {
  transform: rotate(0deg);
}
.subscribe-section .subscribe-now-small {
  display: none;
}
.subscribe-section .subscribe-now-large {
  display: block;
}
.subscribe-section .toggle svg {
  display: none;
}
.subscribe-section .toggle {
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 12;
  width: 32px;
  cursor: pointer;
}
.subscribe-section .toggle svg {
  width: 32px;
  height: 32px;
  transition: transform 0.5s;
  transform: rotate(180deg);
}
.subscribe-section .subscribe-now-large {
  z-index: 10;
  bottom: 0;
  width: 100%;
  margin: 0;
  display: none;
  transition: all 1s;
  border-top: 5px solid #000;
}
.subscribe-section .subscribe-now-large p {
  margin: 0;
}
.subscribe-section .subscribe-now-large .cat {
  border-left: none !important;
  border-right: none !important;
}
.subscribe-section .subscribe-now-large .wp-block-subscribe-now {
  border-radius: 0px;
}
.subscribe-section .subscribe-now-small {
  z-index: 10;
  outline: 5px solid #000;
  padding: 1rem 0;
  transition: transform 0.2s;
}
.subscribe-section .subscribe-now-small .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
}
.subscribe-section .subscribe-now-small .inner h2 {
  margin: 0;
}
.subscribe-section .subscribe-now-small .inner .custom-logo-link img {
  height: 20px;
  width: auto;
  display: inline;
  margin: 0;
}
@media (max-width: 900px) {
  .subscribe-section .subscribe-now-small .inner {
    padding: 1em 0;
  }
  .subscribe-section .subscribe-now-small .inner h2 {
    display: none;
  }
}
.subscribe-box {
  border: 5px double #333;
  padding: 3rem 2rem;
  background-color: #f9f0e8;
}
.subscribe-box .free-trial {
  margin-top: 1rem;
}
.subscribe-box .free-trial a {
  font-weight: bold;
}
#moove_gdpr_cookie_info_bar {
  --border-radius: 0px;
  --fill-bg: #000;
  --fill-color: #fff;
  --fill-active-bg: #fff;
  --fill-active-color: #000;
  --empty-bg: transparent;
  --empty-color: #000;
  --empty-active-bg: #fff;
  --empty-active-color: #000;
  background-color: #eee !important;
  border-color: #000 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-allow-all {
  background-color: var(--fill-bg) !important;
  color: var(--fill-color) !important;
  border: 1px solid var(--fill-bg);
  border-radius: var(--border-radius) !important;
  text-decoration: none;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-allow-all:hover {
  text-decoration: underline;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-settings-btn {
  background-color: var(--empty-bg) !important;
  color: var(--empty-color) !important;
  border: 1px solid var(--empty-color);
  border-radius: var(--border-radius) !important;
  text-decoration: none;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-settings-btn:hover {
  text-decoration: underline;
}
:root {
  --cf7_border_width: 1px;
  --cf7_border_color: #333;
  --cf7_border_radius: 2px;
  --cf7_input_height: 32px;
  --cf7_input_line_height: 32px;
  --cf7_spacing: 12px;
}
[role=form].wpcf7 input[type=text], [role=form].wpcf7 input[type=email], [role=form].wpcf7 select, [role=form].wpcf7 textarea {
  width: 100%;
  border: solid var(--cf7_border_width) var(--cf7_border_color);
  border-radius: var(--cf7_border_radius);
}
[role=form].wpcf7 input[type=text], [role=form].wpcf7 input[type=email], [role=form].wpcf7 select {
  height: var(--cf7_input_height);
  line-height: var(--cf7_input_line_height);
  text-indent: 0.5em;
}
[role=form].wpcf7 select {
  padding-right: 5px;
}
[role=form].wpcf7 input[type=submit] {
  cursor: pointer;
}
[role=form].wpcf7 input[type=submit][disabled] {
  background-color: #ccc;
  cursor: normal;
  border-color: #ccc;
}
[role=form].wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
[role=form].wpcf7 .two-col {
  display: grid;
  grid-gap: 40px;
}
@media (min-width: 700px) {
  [role=form].wpcf7 .two-col {
    grid-template-columns: 1fr 1fr;
  }
}
[role=form].wpcf7 p {
  margin-top: var(--cf7_spacing);
}
main.singular {
  padding-top: 80px ;
  padding-top: min(max(80px, 10vw), 150px) ;
  padding-top: clamp(80px, 10vw, 150px) ;
}
main.singular .sidebar {
  grid-column: 5;
  grid-row: 2 / span 100;
}
main.singular .sidebar > * {
  margin-bottom: 2rem;
}
main.singular .sidebar .sidebar-inner {
  position: sticky;
  left: 0;
  top: 120px;
}
main.singular section.subscribe {
  border-top: solid 5px #000;
}
.postinfo {
  margin-bottom: 2rem;
}
.page-content {
  /* .subscribe-block-post {
		margin-top: 6rem;
		margin-bottom: 6rem;
		&.box-icon-title{
			.cat{
				border: none;
			}
		}
	} */
}
.page-content .rank-math-breadcrumb {
  margin-bottom: 3rem;
}
.page-content .post-title {
  width: 100% !important;
  margin-top: 0.4em;
  margin-bottom: 0.5rem;
}
.time-read {
  font-family: var(--family-second);
  font-size: 10px ;
  font-size: min(max(10px, 1vw), 12px) ;
  font-size: clamp(10px, 1vw, 12px) ;
  font-weight: 400;
  text-decoration: none;
  text-transform: lowercase;
  margin-bottom: 1.3rem;
}
.post-author-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 2rem;
}
.post-author-block .images {
  display: flex;
  gap: 12px;
}
.post-author-block .images img {
  height: 70px;
  width: auto;
  border-radius: 100px;
  aspect-ratio: 1;
  object-fit: cover;
}
.post-author-block .desc {
  flex: 1;
  min-width: 200px;
  line-height: 1.4em;
  font-family: var(--family-second);
  font-size: 10px ;
  font-size: min(max(10px, 1vw), 12px) ;
  font-size: clamp(10px, 1vw, 12px) ;
}
.post-author-block .desc .delimiter:last-child {
  display: none;
}
.post-author {
  font-size: 1rem;
  width: 100% !important;
}
.post-author span:first-child {
  font-weight: bold;
  display: inline-block;
}
.post-author span.lock {
  float: right;
}
/* 
.home-header-logos{
	margin-top: 0;
	.wp-block-group__inner-container{
		display: flex !important;
		grid-gap: 0 !important;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	:is(h1,h2,h3,h4,h5){
		padding: 0;
		margin: 0;
	}
	img{
		height: 60px;
		width: auto;
	}
} */
.uvodnik-podpis .avtor {
  font-weight: bold;
}
.uvodnik-podpis .opis {
  margin-top: 0 !important;
}
.uvodnik-podpis img {
  margin-top: 1rem;
}
section.gradient {
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg, white, transparent);
  position: relative;
  margin-top: -150px;
}
section.post-social-share {
  margin-top: 20px;
  border-top: 1px solid;
  padding-top: 10px;
}
section.post-social-share ul {
  list-style: none;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
section.post-social-share li {
  padding: 0;
  display: inline-block;
  cursor: pointer;
}
section.post-social-share li:before {
  display: none;
}
section.related-posts {
  margin-top: 4rem;
}
section.related-posts > h2 {
  border-top: 5px solid;
  border-bottom: 1px solid;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  text-transform: uppercase;
  margin-bottom: 2.5em;
}
section.related-posts .more-button {
  text-align: center;
  position: relative;
}
section.related-posts .more-button a {
  border: 3px double #333;
  text-transform: uppercase;
  padding: 8px 24px 6px;
  font-family: var(--family-second);
  font-size: 12px;
  line-height: 12px;
  background: #fff;
  position: relative;
  text-decoration: none;
}
section.related-posts .more-button:before {
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: calc(50% - 2.5px);
  display: block;
  border-bottom: solid 5px;
}
.tag-links a, .clanek-stevilka a {
  margin-right: 1em;
  text-decoration: none;
}
.tag-links a:before, .clanek-stevilka a:before {
  content: "#";
}
.tag-links a:hover, .clanek-stevilka a:hover {
  text-decoration: underline;
}
/* section.post-navigation{
	margin-bottom: 20px;

	.post-navigation-wrapper{
		display: flex;
		justify-content: space-between;
	}

	a{
		text-decoration: none;
	}

	[rel='prev']{
		&:before{
			content: "< ";
		}
	}

	[rel='next']{
		&:after{
			content: " >";
		}
	}
} */
/* section.post-pagination{
	margin-bottom: 20px;
	background: #ccc;
	display: flex;
	justify-content: space-between;

	a{
		text-decoration: none;
	}

	[rel='prev']{
		&:before{
			content: "< ";
		}
	}

	[rel='next']{
		&:after{
			content: " >";
		}
	}
} */
/* section.post-comments{
	margin-bottom: 20px;
} */
body.home {
  margin-top: 100px;
}
body.home .top-section .left .post {
  border-bottom: 5px solid #000;
  padding-bottom: 4em;
}
body.home .top-section .left .post .inner {
  flex-direction: column;
}
body.home .top-section .left .post .thumb {
  align-self: unset;
}
body.home .top-section .left .post .thumb img {
  width: 100%;
}
body.home .top-section .left .post .description {
  order: 1;
}
body.home .top-section .left .post .description h2 {
  margin: 0;
  font-size: 36px ;
  font-size: min(max(36px, 2vw), 42px) ;
  font-size: clamp(36px, 2vw, 42px) ;
  display: inline;
  line-height: 1.3em;
}
body.home .top-section .left .post .description p {
  margin: 0;
  font-family: var(--family-second);
  font-size: 22px ;
  font-size: min(max(22px, 1.9vw), 28px) ;
  font-size: clamp(22px, 1.9vw, 28px) ;
  font-weight: 800;
  line-height: 1.2em;
  display: inline;
  color: #808080;
}
body.home .top-section .right .post {
  padding-bottom: 1.5em;
  margin-bottom: 1.7em;
}
body.home .top-section .right .thumb {
  display: none;
}
body.home .top-section .right h2 {
  font-weight: 700;
}
body.home .top-section .right p {
  line-height: 1.3em;
}
@media (min-width: 768px) {
  body.home .middle-section .post:nth-child(3n+3) .inner, body.home .bottom-section .post:nth-child(3n+3) .inner {
    flex-direction: row-reverse;
  }
  body.home .middle-section .post:nth-child(3n+3) .thumb, body.home .bottom-section .post:nth-child(3n+3) .thumb {
    flex: 1.8;
  }
}
body.home .sidebar .inner {
  position: sticky;
  top: 120px;
}
body.home .sidebar .inner > * {
  margin-bottom: 2vw;
}
@media (max-width: 768px) {
  body.home .grid .grid-inherit {
    display: block;
    grid-column: 4 !important;
  }
  body.home .grid .alignright {
    grid-column: 4;
  }
  body.home .loop-post-archive .inner {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 450px) and (max-width: 768px) {
  body.home .middle-section .posts, body.home .bottom-section .posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5vw;
  }
}
body.single-kb_post, body.tax-kb_category, body.post-type-archive-kb_post, body.page-template-baza-znanja, body.page-template-baza-znanja .site-branding {
  background-color: #f7f2eb;
}
body.single-kb_post section.gradient, body.tax-kb_category section.gradient, body.post-type-archive-kb_post section.gradient, body.page-template-baza-znanja section.gradient, body.page-template-baza-znanja .site-branding section.gradient {
  background: linear-gradient(0deg, #f7f2eb, transparent);
}
body.page-template-baza-znanja .site-branding img {
  mix-blend-mode: multiply;
}
.baza-znanja {
  padding-top: 3em;
}
@media (max-width: 768px) {
  .baza-znanja .grid-inherit {
    display: block;
    grid-column: 4 !important;
  }
}
.baza-znanja .highlighted-box {
  background-color: #e2cfb5;
  padding: 1.5em 0;
}
.baza-znanja .highlighted {
  background-color: #e2cfb5;
  margin-bottom: 0em;
  grid-column: 1 / -1;
}
.baza-znanja .highlighted .inner {
  margin: 8px;
  padding: 60px;
  border: 3px double #333;
  border-radius: 2px;
}
.baza-znanja .highlighted h1 {
  font-family: var(--family-body);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(38px, 5vw, 53px);
  margin-bottom: 1em;
}
.baza-znanja .search-form {
  position: relative;
  max-width: 630px;
  margin-top: 0px;
}
.baza-znanja .search-form .search-field {
  height: 55px;
  padding-right: 80px;
  background-color: #f7f2eb;
  transition: box-shadow 0.5s;
}
.baza-znanja .search-form .search-field.white {
  background-color: #fff;
}
.baza-znanja .search-form .search-field::-webkit-input-placeholder, .baza-znanja .search-form .search-field::placeholder {
  opacity: 0.6;
}
.baza-znanja .search-form .search-field:hover {
  box-shadow: 0 10px 20px #00000010;
}
.baza-znanja .search-form .search-submit {
  background-color: var(--accent-1);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgOTYgOTYwIDk2MCIgd2lkdGg9IjQwIj48cGF0aCBmaWxsPSJ3aGl0ZSIgZD0iTTc4Ny42NDEgOTE4LjY2NSA1MzAuODcyIDY2MS44OTZxLTI5Ljg5OSAyNS44NjYtNjkuNDA3IDQwLjA2MS0zOS41MDggMTQuMTk2LTgxLjc3MyAxNC4xOTYtMTAyLjA5OCAwLTE3Mi44MTctNzAuNjgxLTcwLjcyLTcwLjY4MS03MC43Mi0xNzEuODQ1IDAtMTAxLjE2NSA3MC42ODEtMTcxLjkwOCA3MC42OC03MC43NDQgMTcxLjk5Mi03MC43NDQgMTAxLjMxMSAwIDE3Mi4wMzYgNzAuNjk5dDcwLjcyNSAxNzEuODk3cTAgNDIuMzAxLTE0LjM4NSA4MS44MzktMTQuMzg1IDM5LjUzOS00MC41MzggNzAuNjkybDI1Ny4xNzkgMjU2LjEwMy0zNi4yMDQgMzYuNDZaTTM3OS4yODIgNjY1Ljg5OHE4MC40MDYgMCAxMzYuMjI5LTU1Ljk2MiA1NS44MjMtNTUuOTYxIDU1LjgyMy0xMzYuMzcyIDAtODAuNDEtNTUuODIzLTEzNi4zNzItNTUuODIzLTU1Ljk2Mi0xMzYuMjI5LTU1Ljk2Mi04MC43NDggMC0xMzYuODEgNTUuOTYyVDE4Ni40MSA0NzMuNTY0cTAgODAuNDExIDU2LjA2MiAxMzYuMzcyIDU2LjA2MiA1NS45NjIgMTM2LjgxIDU1Ljk2MloiLz48L3N2Zz4=");
  transition: opacity 0.3s;
}
.baza-znanja .search-form .search-submit:hover {
  opacity: 0.7;
}
.baza-znanja .editors-pick {
  margin-top: 8em;
}
.baza-znanja .editors-pick .cat {
  filter: grayscale(1);
  border-color: #f7f2eb;
}
.baza-znanja .sidebar.pos-right-sidebar {
  grid-row: 1;
  margin-top: 6em;
}
.baza-znanja .sidebar.pos-right-sidebar .inner {
  position: sticky;
  top: 120px;
}
.baza-znanja .two-columns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 6em 2em;
}
.baza-znanja .two-columns .wp-block-button {
  margin-top: 2em;
  display: flex;
  justify-content: center;
}
.baza-znanja .two-columns h2.category-title {
  display: inline-block;
  transition: color 0.2s;
  font-family: var(--family-second);
  font-style: normal;
  font-weight: 800;
  min-width: 250px;
  text-transform: uppercase;
  border-bottom: 5px solid #000;
  margin-bottom: 1.4em;
}
.baza-znanja .kb_posts {
  display: flex;
}
.baza-znanja .loop-post-archive {
  margin-bottom: 0;
  padding-bottom: 2em;
}
body.page-template-baza-znanja .loop-post-archive {
  margin-bottom: 0;
  padding-bottom: 1em;
}
body.page-template-baza-znanja .loop-post-archive .cat, body.page-template-baza-znanja .loop-post-archive .cat1, body.page-template-baza-znanja .loop-post-archive .cat2-arrow, body.page-template-baza-znanja .loop-post-archive .cat2 {
  display: none;
}
body.woocommerce-account main {
  margin-top: 4vmax;
}
body.woocommerce-account:not(.logged-in) .col2-set {
  margin-top: 2vmax;
}
@media (min-width: 500px) {
  body.woocommerce-account:not(.logged-in) .col2-set {
    display: flex;
    gap: 24px;
  }
}
body.woocommerce-account:not(.logged-in) .col2-set .col-1, body.woocommerce-account:not(.logged-in) .col2-set .col-2 {
  flex: 1;
}
body.woocommerce-account:not(.logged-in) .u-column2 {
  /* h2{
				margin-bottom: calc(66px + 2em);
			} */
}
body.woocommerce-account:not(.logged-in) .woocommerce-form .form-row {
  /* display: grid;
				grid-template-columns: 1fr 1fr;
				grid-gap: 24px 12px; */
}
body.woocommerce-account:not(.logged-in) .woocommerce-form .form-row input:not([type="checkbox"]) {
  width: 100%;
}
body.woocommerce-account:not(.logged-in) .woocommerce-form button[type="submit"] {
  display: block;
  margin-top: 12px;
}
body.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  /* a.edit,
		a.button
		{
			width: auto;
			min-width: unset;
			border: none;
			background-color: #ccc;
			border-radius: 3px;
			padding: .4em .6em;
		} */
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  flex: 1;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  font-family: var(--family-second);
  font-weight: bold;
  padding: 5px 0;
  line-height: 1.2em;
  margin-bottom: 0.6em;
  font-size: 0.9em;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--accent-1);
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  flex: 3;
}
body.woocommerce-account .woocommerce .button {
  width: auto;
  min-width: unset;
  margin-bottom: 8px;
}
body.woocommerce-account .woocommerce .button.suspend {
  display: none;
}
body.woocommerce-account table {
  border: 1px solid #ccc;
  text-align: left;
  /* .button{
			width: auto;
			min-width: unset;
			border: none;
			backtround: none;
			font-weight: bold;
			text-transform: uppercase;
			padding: 0;
		} */
}
body.woocommerce-account table th {
  padding: 0.4em 0.6em;
  background-color: #d5d5d5;
  white-space: nowrap;
}
body.woocommerce-account table tr:nth-child(even) {
  background-color: #f2f2f2;
}
body.woocommerce-account table td {
  padding: 0.4em 0.6em;
}
body.woocommerce-account .woocommerce-privacy-policy-text {
  font-size: 0.9rem;
  line-height: 1.4em;
}
body.woocommerce-edit-account form.edit-account .woocommerce-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
body.woocommerce-edit-account form.edit-account .woocommerce-form-row:first-child {
  margin-top: 0;
}
body.woocommerce-edit-account form.edit-account .woocommerce-form-row label {
  width: 240px;
}
body.woocommerce-edit-account form.edit-account .woocommerce-form-row input {
  flex: 1;
  min-width: 400px;
}
body.woocommerce-edit-account form.edit-account .woocommerce-form-row input + span {
  font-size: 0.9em;
  font-style: italic;
}
body.woocommerce-edit-account form.edit-account fieldset {
  margin-top: 2em;
}
body.woocommerce-edit-account form.edit-account fieldset label {
  width: 340px !important;
  max-width: 100%;
}
body.woocommerce-edit-account form.edit-account fieldset span {
  flex: 1;
}
body.woocommerce-edit-account form.edit-account fieldset span input {
  width: 100%;
  min-width: unset !important;
}
body.woocommerce-edit-address .u-column2 {
  display: none;
}
body.woocommerce-edit-address .woocommerce-Address-title {
  margin-bottom: 32px;
}
body.woocommerce-payment-methods .account-payment-methods-table {
  margin-bottom: 32px;
}
body.archive.woocommerce .products-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-gap: 20px;
  margin-bottom: 64px;
}
.product-loop a {
  text-decoration: none;
  color: inherit;
}
.product-loop .thumb {
  width: 100%;
  height: 0px;
  padding-bottom: 75%;
  position: relative;
  margin-bottom: 20px;
}
.product-loop .thumb .wp-post-image {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}
.product-loop h3 {
  font-size: 18px;
  line-height: 1.2em;
  height: 2.4em;
  overflow: hidden;
  margin: 0 0 10px;
}
.product-loop .description {
  line-height: 1.7em;
  margin: 0 0 10px;
}
.product-loop .more {
  font-size: 0.86rem;
  text-transform: uppercase;
  font-family: var(--family-second);
  color: var(--accent2);
  display: block;
  text-align: center;
  margin-top: 12px;
}
.product-loop .price {
  font-weight: 600;
  margin-top: 12px;
}
.product-loop form.cart {
  display: none;
}
/* body.wc-any .site-main{
	// buttons
	.button,
	.button.alt,
	.button:disabled,
	// .single_add_to_cart_button,
	.woocommerce-cart-form .button
	{
		@extend %button-ozadje;

		&:hover{
			@extend %button-ozadje;
		}
	}
} */
body.wc-any .input-text {
  border-radius: 0px !important;
}
body.wc-any .woocommerce-info, body.wc-any .woocommerce-message {
  border-top-color: var(--vijola);
}
body.wc-any .woocommerce-info:before, body.wc-any .woocommerce-message:before {
  color: var(--vijola);
}
body.wc-any a.remove {
  color: var(--vijola) !important;
  width: 21px;
  height: 21px;
  line-height: 21px;
}
body.wc-any a.remove:hover {
  background-color: var(--vijola) !important;
}
body.wc-any .woocommerce .coupon {
  display: flex;
  flex-wrap: wrap;
}
body.wc-any .woocommerce .coupon #coupon_code {
  flex: 1;
  margin-right: 0px;
  margin-bottom: 10px;
}
body.wc-any .woocommerce .coupon .button {
  margin-right: 0px;
  margin-bottom: 10px;
  flex: 1;
}
body.wc-any .woocommerce #coupon_code {
  min-width: 220px;
}
body.wc-any .woocommerce .woocommerce-form-coupon-toggle {
  margin-bottom: 20px;
}
.single-product .site-main {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
}
.single-product .gallery-excerpt {
  display: flex;
  grid-gap: 40px;
  gap: 40px;
}
@media (min-width: 768px) {
  .single-product .gallery-excerpt .gallery-col {
    flex: 1;
  }
  .single-product .gallery-excerpt .description-col {
    flex: 1.2;
  }
}
@media (max-width: 768px) {
  .single-product .gallery-excerpt {
    flex-direction: column;
  }
  .single-product .gallery-excerpt .gallery-col {
    order: 1;
  }
}
.single-product .product-excerpt {
  margin-top: 24px;
}
.single-product .product-description {
  margin-top: 32px;
}
.single-product .price-block {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.single-product .price-block .price {
  font-size: 20px;
  font-weight: bold;
  margin-right: 2em;
}
.single-product .price-block form.cart {
  display: flex;
  align-items: stretch;
}
.single-product .price-block form.cart input.qty {
  height: 100%;
  border: 1px solid;
}
.single-product .price-block .single_add_to_cart_button {
  border-radius: 0 !important;
}
.woocommerce-product-gallery {
  position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:not(:hover) {
  filter: grayscale(1);
  opacity: 0.2;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flex-control-nav {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  list-style: none;
  width: 100%;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  counter-reset: line-number;
}
.flex-control-nav li {
  cursor: pointer;
}
.flex-control-nav li img {
  aspect-ratio: 1;
  object-fit: cover;
}
/* body.wc-checkout:not(.logged-in){

	.woocommerce-form-login-toggle{
		display: none;
	}
	.woocommerce-form-login{
		display: block !important;
	}
}

body.wc-checkout.logged-in{
	.hide-logged-in{display: none;}
} */
/* TEMP FOR COUPONS */
.woocommerce-form-coupon-toggle {
  display: none !important;
}
.checkout_coupon {
  display: block !important;
}
body.wc-checkout .woocommerce-form-login-toggle, body.wc-checkout .woocommerce-form-login {
  display: none;
}
ul.woocommerce-error {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 12px;
  background: #ffa7a7;
}
.wc-checkout .subscription-details {
  display: none;
}
@media (min-width: 768px) {
  .wc-checkout .gutenberg h1, .wc-checkout .woocommerce-notices-wrapper, .wc-checkout .woocommerce-form-login-toggle, .wc-checkout .woocommerce-form-login, .wc-checkout .woocommerce-form-coupon-toggle, .wc-checkout .woocommerce-form-coupon-toggle + .woocommerce-message, .wc-checkout .checkout_coupon, .wc-checkout .woocommerce-billing-fields h3, .wc-checkout #order_review_heading, .wc-checkout ul.woocommerce-error {
    margin-left: calc(30% + 36px);
  }
}
.wc-checkout .checkout_coupon {
  padding: 12px 24px 20px;
  border: double 4px;
}
.wc-checkout .checkout_coupon p {
  margin-top: 12px;
}
.wc-checkout .checkout_coupon p:first-child {
  margin-top: 0;
}
.wc-checkout .woocommerce-billing-fields label, .wc-checkout .woocommerce-account-fields label {
  display: block;
  width: 100%;
}
.wc-checkout .woocommerce-billing-fields .woocommerce-input-wrapper, .wc-checkout .woocommerce-account-fields .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.wc-checkout .woocommerce-billing-fields .woocommerce-input-wrapper input, .wc-checkout .woocommerce-account-fields .woocommerce-input-wrapper input {
  width: 100%;
}
.wc-checkout .woocommerce-billing-fields .form-row, .wc-checkout .woocommerce-account-fields .form-row {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .wc-checkout .woocommerce-billing-fields h3, .wc-checkout .woocommerce-account-fields h3 {
    margin-left: calc(30% + 36px);
    margin-bottom: 0;
    margin-top: 64px;
  }
  .wc-checkout .woocommerce-billing-fields .form-row, .wc-checkout .woocommerce-account-fields .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px 36px;
  }
  .wc-checkout .woocommerce-billing-fields .form-row#billing_address_2_field label, .wc-checkout .woocommerce-account-fields .form-row#billing_address_2_field label {
    width: 1px;
  }
  .wc-checkout .woocommerce-billing-fields .form-row#billing_address_2_field .woocommerce-input-wrapper, .wc-checkout .woocommerce-account-fields .form-row#billing_address_2_field .woocommerce-input-wrapper {
    grid-column: 2;
  }
  .wc-checkout .woocommerce-billing-fields label, .wc-checkout .woocommerce-account-fields label {
    display: block;
    text-align: right;
  }
  .wc-checkout .woocommerce-billing-fields .woocommerce-input-wrapper, .wc-checkout .woocommerce-account-fields .woocommerce-input-wrapper {
    display: block;
  }
  .wc-checkout .woocommerce-billing-fields .woocommerce-input-wrapper input, .wc-checkout .woocommerce-account-fields .woocommerce-input-wrapper input {
    width: 100%;
  }
}
.wc-checkout .woocommerce-shipping-fields, .wc-checkout .woocommerce-additional-fields {
  display: none;
}
.wc-checkout .woocommerce-checkout-review-order table {
  width: calc(60% + 36px);
}
.wc-checkout .woocommerce-checkout-review-order table .product-name, .wc-checkout .woocommerce-checkout-review-order table .product-total {
  font-weight: bold;
}
.wc-checkout .woocommerce-checkout-review-order table .recurring-totals {
  margin-top: 64px;
  font-weight: bold;
}
.wc-checkout .woocommerce-checkout-review-order table tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 36px;
  margin-bottom: 12px;
}
.wc-checkout .woocommerce-checkout-review-order table th, .wc-checkout .woocommerce-checkout-review-order table td {
  text-align: left;
}
.wc-checkout .woocommerce-checkout-review-order table th:first-child, .wc-checkout .woocommerce-checkout-review-order table td:first-child {
  text-align: right;
}
.wc-checkout .woocommerce-checkout-payment {
  margin-top: 36px;
  background: #e3e3e3;
  padding: 24px 36px;
}
.wc-checkout .woocommerce-checkout-payment .button {
  margin-top: 32px;
}
.wc-endpoint .woocommerce-order {
  text-align: left;
}
.wc-endpoint .woocommerce-order h2 {
  margin-top: 1em;
}
.wc-endpoint .woocommerce-order table.order_details td {
  padding-right: 12px;
  text-align: right;
}
.wc-endpoint .woocommerce-order table.related-subscriptions {
  margin-top: 12px;
  border: 1px solid #ccc;
}
.wc-endpoint .woocommerce-order table.related-subscriptions th {
  padding: 0.4em 0.6em;
  background-color: #d5d5d5;
  white-space: nowrap;
}
.wc-endpoint .woocommerce-order table.related-subscriptions td {
  padding: 0.4em 0.6em;
}
.wc-endpoint .woocommerce-order table.related-subscriptions .button {
  min-width: unset;
}
.woocommerce ul li:before {
  display: none;
}
.woocommerce form label {
  font-size: 0.9rem;
}
.woocommerce form input {
  border: solid 1px #ddd;
  border-radius: 0;
  font-size: 16px;
  line-height: 1em;
  padding: 0.8em 0.8em;
}
.woocommerce form input + span > em {
  line-height: 1.2em;
  display: block;
  margin-top: 0.4em;
  font-size: 0.9em;
}
.mo-openid-app-icons {
  --button-height: 44px;
  margin-top: 12px !important;
  display: flex !important;
  flex-wrap: wrap;
}
.mo-openid-app-icons > p {
  width: 100% !important;
}
.mo-openid-app-icons .mo_btn {
  width: auto !important;
  height: var(--button-height) !important;
  line-height: calc(var(--button-height) - 12px) !important;
  display: block !important;
  flex: 1;
  padding-left: calc(var(--button-height) + 10px) !important;
  text-decoration: none;
  background: #fff !important;
  border: 1px solid #ccc;
  font-family: var(--family-second);
}
.mo-openid-app-icons .mo_btn i.fab {
  width: var(--button-height);
  height: var(--button-height);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  margin: 0 !important;
}
.mo-openid-app-icons .mo_btn img {
  width: var(--button-height) !important;
  height: var(--button-height) !important;
  object-fit: contain;
  object-position: center;
  left: 0;
  margin: 0 !important;
}
.mo-openid-app-icons .mo_btn:hover {
  background: #e1e1e1 !important;
}
.mo-openid-app-icons a {
  margin-left: 0 !important;
  margin-right: 12px;
}
.mo-openid-app-icons a i.fab_ {
  left: 0;
  display: flex;
  align-items: center;
}
