@charset "UTF-8";
/* --> Responsive <-- */
/*Npr imaš container 1400px. Notri pa želiš postaviti 400px element definiran v procentih. Zapišeš samo toPercent(400,1400)*/
/* --> Responsive <-- */
*, body {
  color: #000000;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

html, body {
  font-size: 16px;
}

p {
  font-size: 1rem;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
}
@media only screen and (max-width : 989px) {
  h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    line-height: 42px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 400px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}
@media only screen and (max-width : 989px) {
  h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 400px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
@media only screen and (max-width : 989px) {
  h3 {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 400px) {
  h3 {
    font-size: 14px;
  }
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media only screen and (max-width : 989px) {
  h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 14px;
  }
}

p, li {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  p, li {
    font-size: 14px;
  }
}

.p_big p, .p_big li {
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  .p_big p, .p_big li {
    font-size: 16px;
  }
}

.p_small, .p_small p, .p_small span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  .p_small, .p_small p, .p_small span {
    font-size: 12px;
  }
}

.p_15 p, .p_15 li {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .p_15 p, .p_15 li {
    font-size: 14px;
  }
}

.p_20 {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  .p_20 {
    font-size: 16px;
  }
}

.text--white {
  color: #ffffff;
}

.text--green {
  color: #00712E;
}

.text--black {
  color: #000000;
}

.text--grey {
  color: #6D6E71;
}
.text--grey p, .text--grey li, .text--grey span, .text--grey figcaption {
  color: #6D6E71;
}

.line-through {
  text-decoration: line-through;
}

html.disable-scroll {
  overflow: hidden !important;
}

@media only screen and (max-width: 767px), only screen and (max-width : 989px) {
  #menu {
    display: none;
  }
}

.mobile-menu-wrapp {
  display: none;
}
@media only screen and (max-width: 767px), only screen and (max-width : 989px) {
  .mobile-menu-wrapp {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
  }
}
.mobile-menu-wrapp #menu-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
  overflow: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
}
.mobile-menu-wrapp #menu-mobile .mobile-menu-drower {
  width: 350px;
  left: 0;
  max-width: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  overflow: scroll;
  position: absolute;
  display: block;
  z-index: 10;
  -webkit-overflow-scrolling: touch;
  background: white;
  padding: 24px 16px;
  height: auto;
  top: 122px;
}
.mobile-menu-wrapp #menu-mobile.show-menu {
  display: block;
  opacity: 1;
}
.mobile-menu-wrapp #menu-mobile.show-menu .mobile-menu-drower.show-menu-open-drower {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mobile-menu-wrapp #menu-mobile .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu-wrapp #menu-mobile .menu li {
  display: block;
  margin: 0;
  padding: 0;
}
.mobile-menu-wrapp #menu-mobile .menu li a {
  color: black;
  text-decoration: none;
  display: block;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.mobile-menu-wrapp #menu-mobile .menu li li a {
  padding-left: 70px;
}
.mobile-menu-wrapp #menu-mobile .menu li li li a {
  padding-left: 90px;
}
.mobile-menu-wrapp #menu-mobile .menu li.menu-item-has-children > a {
  position: relative;
}
.mobile-menu-wrapp #menu-mobile .menu li.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid black;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-menu-wrapp #menu-mobile .menu li.menu-item-has-children > a.ow-show-submenu:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile-menu-wrapp #menu-mobile .menu li .sub-menu {
  display: none;
  padding: 0;
}
.mobile-menu-wrapp #menu-mobile .menu li .sub-menu li:last-child {
  border-bottom: none;
}
.mobile-menu-wrapp .mobile-hamburger-toggle {
  z-index: 9999;
  position: absolute;
  left: 0;
  bottom: calc(50% - 19px);
  display: block;
  width: 38px;
  height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 5px;
  clear: both;
}
.mobile-menu-wrapp .mobile-hamburger-toggle div {
  background: black;
  width: 100%;
  height: 3px;
  margin: 5px auto;
  border-radius: 10px;
  -webkit-transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
  transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
  -webkit-transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
  transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.mobile-menu-wrapp .mobile-hamburger-toggle.toggled div {
  width: 100%;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
  animation-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
}
.mobile-menu-wrapp .mobile-hamburger-toggle.toggled div:first-child {
  -webkit-animation-name: T1S3DF;
  animation-name: T1S3DF;
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.mobile-menu-wrapp .mobile-hamburger-toggle.toggled div:nth-child(2) {
  opacity: 0;
}
.mobile-menu-wrapp .mobile-hamburger-toggle.toggled div:last-child {
  -webkit-animation-name: T1S3L;
  animation-name: T1S3L;
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

@-webkit-keyframes T1S3DF {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  40% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

@keyframes T1S3DF {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  40% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}
@-webkit-keyframes T1S3L {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  40% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  80% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
}
@keyframes T1S3L {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  40% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  80% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
}
/* --> Responsive <-- */
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
.height120 img {
  height: 120px;
  width: auto;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*:focus {
  outline: none;
}

a:-webkit-any-link {
  text-decoration: none;
}

/*wp button*/
.wp-block-buttons .wp-block-button a {
  display: inline-block;
  padding: 12px 24px;
  text-align: center;
  margin: 0;
  position: relative;
  text-decoration: none !important;
  border-radius: 2px;
  font-size: 14px;
  line-height: 21px;
  border: 1px solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000000;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .wp-block-buttons .wp-block-button a {
    font-size: 12px;
  }
}
.wp-block-buttons .wp-block-button a span {
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 767px) {
  .wp-block-buttons .wp-block-button a span {
    font-size: 12px;
  }
}
.wp-block-buttons .wp-block-button:hover a {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}
.wp-block-buttons .wp-block-button:hover a span {
  color: #000000;
}

.wp-block-image figcaption {
  font-size: 12px;
}

/* --> Responsive <-- */
.ow_button_white_long {
  width: calc(100% - 80px);
  border-left: 12px solid #00712E;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  position: relative;
  -webkit-transition: border-left-width 0.5s;
  transition: border-left-width 0.5s;
}
@media only screen and (max-width: 767px) {
  .ow_button_white_long {
    width: auto;
  }
}
.ow_button_white_long a {
  display: inline-block;
  padding: 12px 24px;
  border: none;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .ow_button_white_long a {
    padding-right: 35px;
  }
}
.ow_button_white_long:after {
  content: "";
  background-image: url(./assets/puscica-next.png);
  width: 11px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  float: right;
  margin-right: 32px;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 7px);
  right: -20px;
}
.ow_button_white_long:hover {
  border-width: 20px;
}

#wrapper .ow_button a {
  display: inline-block;
  padding: 12px 24px;
  text-align: center;
  margin: 0;
  position: relative;
  text-decoration: none !important;
  border-radius: 2px;
  font-size: 14px;
  line-height: 21px;
  border: 1px solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #wrapper .ow_button a {
    font-size: 12px;
  }
}
#wrapper .ow_button a span {
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 767px) {
  #wrapper .ow_button a span {
    font-size: 12px;
  }
}
#wrapper .ow_button.ow_button_green a {
  background-color: #00712E;
  color: #ffffff;
  border-color: #00712E;
}
#wrapper .ow_button.ow_button_green a span {
  color: #ffffff;
}
#wrapper .ow_button.ow_button_white a {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}
#wrapper .ow_button.ow_button_white a span {
  color: #000000;
}
#wrapper .ow_button.ow_button_black a {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
#wrapper .ow_button.ow_button_black a span {
  color: #ffffff;
}
#wrapper .ow_button.ow_button_green:hover a {
  background-color: #ffffff;
  color: #00712E;
  border-color: #00712E;
}
#wrapper .ow_button.ow_button_green:hover a span {
  color: #00712E;
}
#wrapper .ow_button.ow_button_black:hover a {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}
#wrapper .ow_button.ow_button_black:hover a span {
  color: #000000;
}
#wrapper .ow_button.ow_button_white:hover a {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
#wrapper .ow_button.ow_button_white:hover a span {
  color: #ffffff;
}

.slick-slider {
  position: relative;
}
.slick-slider .slick-prev {
  cursor: pointer;
  content: "";
  background-image: url(./assets/arrow-prev.svg);
  background-size: cover;
  background-position: center;
  width: 64px;
  height: 64px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 64px);
  left: 32px;
  z-index: 1;
  font-size: 0;
  border: 0;
  border-radius: 50%;
}
.slick-slider .slick-next {
  cursor: pointer;
  content: "";
  background-image: url(./assets/arrow-next.svg);
  width: 64px;
  height: 64px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 64px);
  right: 32px;
  z-index: 1;
  font-size: 0;
  border: 0;
  border-radius: 50%;
}
.slick-slider .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-slider .slick-dots button {
  margin: 0 2px;
  width: 4px;
  height: 4px;
  background: #CBCBCD;
  font-size: 0;
  outline: none;
  border: none;
  padding: 0;
}
.slick-slider .slick-dots .slick-active button {
  background: #6D6E71;
}

/*wp button css se nahaja v _theme.scss*/
/* --> Responsive <-- */
/* --> Responsive <-- */
*, body {
  color: #000000;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

html, body {
  font-size: 16px;
}

p {
  font-size: 1rem;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
}
@media only screen and (max-width : 989px) {
  h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    line-height: 42px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 400px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}
@media only screen and (max-width : 989px) {
  h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 400px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
@media only screen and (max-width : 989px) {
  h3 {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 400px) {
  h3 {
    font-size: 14px;
  }
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media only screen and (max-width : 989px) {
  h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 14px;
  }
}

p, li {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  p, li {
    font-size: 14px;
  }
}

.p_big p, .p_big li {
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  .p_big p, .p_big li {
    font-size: 16px;
  }
}

.p_small, .p_small p, .p_small span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  .p_small, .p_small p, .p_small span {
    font-size: 12px;
  }
}

.p_15 p, .p_15 li {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .p_15 p, .p_15 li {
    font-size: 14px;
  }
}

.p_20 {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  .p_20 {
    font-size: 16px;
  }
}

.text--white {
  color: #ffffff;
}

.text--green {
  color: #00712E;
}

.text--black {
  color: #000000;
}

.text--grey {
  color: #6D6E71;
}
.text--grey p, .text--grey li, .text--grey span, .text--grey figcaption {
  color: #6D6E71;
}

.line-through {
  text-decoration: line-through;
}

#footer {
  padding-top: 118px;
  padding-bottom: 20px;
  background-color: #000000;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding-top: 40px;
  }
}
#footer .column p {
  opacity: 0.8;
}
@media only screen and (max-width : 989px) {
  #footer .column {
    margin: 20px;
  }
}
#footer img {
  padding-top: 33px;
  padding-bottom: 40px;
  margin: 0 auto;
  opacity: 0.6;
}
#footer .row img {
  opacity: 1;
  padding: 0;
  margin: 0 7.6px;
}
#footer #copyright {
  padding-top: 33px;
  text-align: center;
}
#footer #copyright p, #footer #copyright a {
  color: #767676;
}

/* --> Responsive <-- */
.container {
  max-width: 1380px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .container {
    max-width: 85%;
    width: 85%;
    padding: 0;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .fullwidth_on_smaller {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}
.mw_844 > .container {
  padding-right: 50px;
  padding-left: 50px;
  max-width: 944px;
  width: 100%;
}
@media (max-width: 767px) {
  .mw_844 > .container {
    max-width: 85%;
    width: 85%;
    padding: 0;
    margin: 0 auto;
  }
}

.fullwidth > .container {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  width: 100%;
}

.content_160_160 > .container > .content {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media (max-width: 990px) {
  .content_160_160 > .container > .content {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .content_160_160 > .container > .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.content_160_0 > .container > .content {
  padding-top: 160px;
  padding-bottom: 0;
}
@media (max-width: 990px) {
  .content_160_0 > .container > .content {
    padding-top: 120px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .content_160_0 > .container > .content {
    padding-top: 80px;
    padding-bottom: 0;
  }
}

.content_0_120 > .container > .content {
  padding-top: 0;
  padding-bottom: 120px;
}
@media (max-width: 990px) {
  .content_0_120 > .container > .content {
    padding-top: 0;
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .content_0_120 > .container > .content {
    padding-top: 0;
    padding-bottom: 60px;
  }
}

.content_80_80 > .container > .content {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 990px) {
  .content_80_80 > .container > .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .content_80_80 > .container > .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.content_0_80 > .container > .content {
  padding-top: 0;
  padding-bottom: 80px;
}
@media (max-width: 990px) {
  .content_0_80 > .container > .content {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .content_0_80 > .container > .content {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.content_0_160 > .container > .content {
  padding-top: 0;
  padding-bottom: 160px;
}
@media (max-width: 990px) {
  .content_0_160 > .container > .content {
    padding-top: 0;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .content_0_160 > .container > .content {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

.content_120_120 > .container > .content {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 990px) {
  .content_120_120 > .container > .content {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .content_120_120 > .container > .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.content_120_160 > .container > .content {
  padding-top: 120px;
  padding-bottom: 160px;
}
@media (max-width: 990px) {
  .content_120_160 > .container > .content {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .content_120_160 > .container > .content {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.mt_65 {
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .mt_65 {
    margin-top: 32.5px;
  }
}

.mt_40 {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .mt_40 {
    margin-top: 20px;
  }
}

.mt_33 {
  margin-top: 33px;
}

.mt_26 {
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .mt_26 {
    margin-top: 13px;
  }
}

.mt_16 {
  margin-top: 16px;
}

.mb_64 {
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .mb_64 {
    margin-bottom: 32px;
  }
}

.mb_56 {
  margin-bottom: 56px;
}

.mb_48 {
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .mb_48 {
    margin-bottom: 24px;
  }
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_32 {
  margin-bottom: 32px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .mb_20 {
    margin-bottom: 10px;
  }
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_12 {
  margin-bottom: 12px;
}

.mb_8 {
  margin-bottom: 8px;
}

.mb_4 {
  margin-bottom: 4px;
}

.mr_64 {
  margin-right: 64px;
}
@media only screen and (max-width: 767px) {
  .mr_64 {
    margin-right: 32px;
  }
}

.mr_24 {
  margin-right: 24px;
}

.mr_12 {
  margin-right: 12px;
}

.mr_8 {
  margin-right: 8px;
}

.padding_16_32 {
  padding: 16px 32px;
}

.single_acc {
  border-top: 1px solid #000000;
  padding: 32px 0;
}
.single_acc .acc_toggle {
  position: relative;
  cursor: pointer;
}
.single_acc .acc_toggle:after {
  content: "";
  background-image: url(./assets/arrow-black-down.png);
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
  width: 11px;
  height: 14px;
  background-position: right;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  background-origin: content-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single_acc .acc_toggle.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width : 989px) {
  .flex.on_tablet_block {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .flex.on_mobile_block {
    display: block;
  }
}
.align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .mobile_order_0 .wp-block-column:first-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 24px;
  }
  .mobile_order_0 .wp-block-column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .flex-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .flex-order-2.mt_64 {
    margin-top: 64px;
  }
}
.sub-menu .menu-item a:after {
  display: none !important;
}

/* --> Responsive <-- */
/* --> Responsive <-- */
.ow-prednosti .single {
  width: 31%;
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .ow-prednosti .single {
    width: 100%;
    margin-top: 10px;
  }
}
.ow-prednosti .single img {
  -o-object-fit: contain;
     object-fit: contain;
}
.ow-prednosti .single .text-area {
  margin-left: 35px;
}
@media only screen and (max-width: 767px) {
  .ow-prednosti .single .text-area {
    margin-left: 16px;
  }
}

/* --> Responsive <-- */
.ow-novice-slider {
  position: relative;
}
.ow-novice-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ow-novice-slider .slick-track .slick-slide {
  height: inherit;
}
.ow-novice-slider .slick-track .slick-slide .single {
  position: relative;
  padding: 0 12px;
}
.ow-novice-slider .slick-track .slick-slide .single .text-area {
  position: absolute;
  bottom: 32px;
  left: 32px;
  width: 88%;
  padding: 16px 32px;
  padding-right: 72px;
  background-color: #ffffff;
  border-left: 12px solid #00712E;
  -webkit-transition: border-left-width 0.5s;
  transition: border-left-width 0.5s;
}
@media only screen and (max-width: 767px) {
  .ow-novice-slider .slick-track .slick-slide .single .text-area {
    bottom: 12px;
    left: 20px;
    right: 20px;
    padding: 8px;
  }
}
.ow-novice-slider .slick-track .slick-slide .single .text-area:after {
  content: "";
  background-image: url(./assets/puscica-next.png);
  width: 11px;
  height: 14px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 7px);
  right: 39.5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .ow-novice-slider .slick-track .slick-slide .single .text-area:after {
    display: none;
  }
}
.ow-novice-slider .slick-track .slick-slide .single .text-area:hover {
  border-width: 20px;
}

.filter-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.filter-tags .tag-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background: #00712E;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
}
.filter-tags .tag-container .close-filter-tag {
  content: url(./assets/icon-cross.svg);
  margin-left: 12px;
  height: 16px;
  cursor: pointer;
}

.parent_term_wrapper {
  margin: 24px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}
.parent_term_wrapper .dropdown-icon {
  height: 100% !important;
}
.parent_term_wrapper label, .parent_term_wrapper input {
  cursor: pointer;
}
.parent_term_wrapper label {
  margin: 0 !important;
}
.parent_term_wrapper .parent_term {
  width: 100%;
}
.parent_term_wrapper .parent_term div {
  margin-left: 10px;
  padding-right: 20px;
}
.parent_term_wrapper input {
  margin-right: 5px;
  min-width: 24px;
  width: 24px;
  height: 24px;
  border: 1px solid #CBCBCD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.parent_term_wrapper input:checked {
  background-image: url(./assets/check.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-appearance: none;
}

/*kartica za posamezni produkt*/
.single-produkt-kartica {
  position: relative;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  width: calc(25% - 17px);
  min-height: 384px;
  margin-right: 1.3%;
}
@media only screen and (max-width: 767px) {
  .single-produkt-kartica {
    width: 100%;
  }
}
.single-produkt-kartica img {
  width: 100%;
  max-height: 270px;
}
@media only screen and (max-width : 989px) {
  .single-produkt-kartica img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.single-produkt-kartica .znamka {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 98px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-produkt-kartica .odprodaja_badge {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #00712E;
  padding: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}
.single-produkt-kartica .text-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 24px;
  padding-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .single-produkt-kartica .text-area {
    padding: 12px;
  }
}
.single-produkt-kartica .text-area .cena_wrap {
  font-size: 12px;
}
.single-produkt-kartica .ow_button a {
  text-transform: none !important;
}
.single-produkt-kartica:hover .hide-this {
  display: block;
}

/*template-prodajni-program.php & taxonomy-produkti_zanmka.php*/
.tax-produkti_znamka .header-produkti img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .tax-produkti_znamka .header-produkti img {
    margin-top: 36px;
  }
}

@media only screen and (max-width : 989px) {
  .prodajni-program-header.flex.space-between {
    display: block;
  }
}
.prodajni-program-header .header-text {
  width: 46%;
}
@media only screen and (max-width : 989px) {
  .prodajni-program-header .header-text {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .prodajni-program-header .header-text {
    width: 100%;
  }
}
@media only screen and (max-width : 989px) {
  .prodajni-program-header .povezavi.space-between {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.prodajni-program-header .povezavi .single {
  position: relative;
}
.prodajni-program-header .povezavi .single .ow_button_white_long {
  position: absolute;
  bottom: 32px;
  left: 32px;
}
.prodajni-program-header .povezavi .single:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .prodajni-program-header .povezavi .single {
    margin-bottom: 16px;
  }
  .prodajni-program-header .povezavi .single img {
    max-height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .prodajni-program-header .povezavi .single .ow_button_white_long {
    bottom: 12px;
    left: 12px;
  }
}

#filter-produktov-outer {
  width: 23.6%;
}
@media only screen and (max-width : 1201px) {
  #filter-produktov-outer {
    width: 33%;
  }
}
@media only screen and (max-width : 989px) {
  #filter-produktov-outer {
    width: 100%;
    margin-bottom: 12px;
  }
}
#filter-produktov-outer .filter-produktov-inner .single_kategorija {
  border: 0.5px solid #000000;
  padding: 24px;
  margin: 20px 0;
}
#filter-produktov-outer .filter-produktov-inner .single_kategorija .single_kategorija_label {
  color: #00712E;
  position: relative;
  cursor: pointer;
}
#filter-produktov-outer .filter-produktov-inner .single_kategorija .single_kategorija_label:after {
  content: "";
  background-image: url(./assets/open_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 21px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#filter-produktov-outer .filter-produktov-inner .single_kategorija .single_kategorija_label.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -12px;
}
#filter-produktov-outer .filter-produktov-inner .single_kategorija .inner_terms_wrap {
  margin-top: 20px;
}
#filter-produktov-outer .filter-produktov-inner .single_kategorija .inner_terms_wrap .main_cat_wrap {
  position: relative;
}
#filter-produktov-outer .filter-produktov-inner .single_kategorija .inner_terms_wrap .main_cat_wrap .dropdown-icon {
  cursor: pointer;
  content: "";
  background-image: url(./assets/arrow-black-down.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 8px;
  position: absolute;
  right: 4px;
  top: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#filter-produktov-outer .filter-produktov-inner .single_kategorija .inner_terms_wrap .main_cat_wrap .dropdown-icon.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -12px;
}
#filter-produktov-outer .filter-produktov-inner .single_kategorija .inner_terms_wrap .main_cat_wrap .child_input_label_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#filter-produktov-outer .filter-produktov-inner .single_kategorija .inner_terms_wrap .main_cat_wrap .child_input_label_wrap .dropdown-icon-child {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-color: white;
  display: block;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#filter-produktov-outer .filter-produktov-inner .single_kategorija .inner_terms_wrap .main_cat_wrap .child_input_label_wrap .dropdown-icon-child .plus-vertical-child {
  width: 10px;
  height: 2px;
  background-color: #000000;
  display: block;
}
#filter-produktov-outer .filter-produktov-inner .single_kategorija .inner_terms_wrap .main_cat_wrap .child_input_label_wrap .dropdown-icon-child .plus-horizontal-child {
  width: 2px;
  height: 10px;
  background-color: #000000;
  display: block;
  margin-top: -6px;
  margin-left: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#filter-produktov-outer .filter-produktov-inner .single_kategorija .inner_terms_wrap .main_cat_wrap .child_input_label_wrap .dropdown-icon-child.active .plus-horizontal-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#filter-produktov-outer .filter-produktov-inner .single_kategorija label {
  display: block;
  margin: 24px 0;
}
#filter-produktov-outer .filter-produktov-inner .single_kategorija label span {
  color: #6D6E71;
  vertical-align: middle;
}
#filter-produktov-outer .filter-produktov-inner .single_kategorija label input {
  margin-right: 5px;
  min-width: 24px;
  width: 24px;
  height: 24px;
  border: 1px solid #CBCBCD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#filter-produktov-outer .filter-produktov-inner .single_kategorija label input:checked {
  background-image: url(./assets/check.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-appearance: none;
}
#filter-produktov-outer .filter-produktov-inner .single_kategorija label.hide-this {
  display: none;
}
#filter-produktov-outer .filter-produktov-inner .single_kategorija label.parent_term span {
  margin-left: 8px;
  color: #000000;
}
#filter-produktov-outer .filter-produktov-inner .single_kategorija label.child_term {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 12px 8px 8px;
}
#filter-produktov-outer .filter-produktov-inner .single_kategorija label.child_term span {
  color: #000000;
  font-size: 14px;
  margin-left: 8px;
  cursor: pointer;
}
#filter-produktov-outer .filter-produktov-inner .single_kategorija label.grandchild_term {
  margin: 12px 12px 12px 20px;
}
#filter-produktov-outer .filter-produktov-inner .single_kategorija label.grandchild_term span {
  font-size: 14px;
  margin-left: 8px;
}
#filter-produktov-outer .filter-produktov-inner button {
  background-color: #00712E;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  letter-spacing: 0;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #00712E;
}
#filter-produktov-outer .filter-produktov-inner button:hover {
  background-color: #ffffff;
  color: #00712E;
}

.filter_label {
  background-color: #00712E;
  padding: 8px 12px;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  margin-top: 16px;
}
.filter_label:after {
  content: "";
  background-image: url(./assets/arrow-white-down.png);
  width: 12px;
  height: 11px;
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  float: right;
  position: absolute;
  right: 14px;
  bottom: calc(50% - 5.5px);
}

#list-filtriranih-produktov {
  width: 74.375%;
}
@media only screen and (max-width : 1201px) {
  #list-filtriranih-produktov {
    width: 66%;
  }
}
#list-filtriranih-produktov .single-produkt-kartica {
  width: 32%;
}
@media only screen and (max-width : 1201px) {
  #list-filtriranih-produktov .single-produkt-kartica {
    width: 48%;
  }
}
@media only screen and (max-width : 989px) {
  #list-filtriranih-produktov {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #list-filtriranih-produktov {
    width: 100%;
  }
  #list-filtriranih-produktov .single-produkt-kartica {
    width: 100%;
  }
}
#list-filtriranih-produktov.loading :before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 113, 46, 0.2);
  left: 0;
  top: 0;
  z-index: 999;
}
#list-filtriranih-produktov.loading :after {
  content: "";
  background-image: url(./assets/Logo_white.png);
  width: 234px;
  height: 234px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  position: fixed;
  background-size: contain;
  -webkit-animation-name: flyin;
          animation-name: flyin;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  z-index: 1000;
}
@-webkit-keyframes flyin {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@keyframes flyin {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}

/*single-produkti.php*/
.single-produkti .produkt-intro {
  margin-right: 64px;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .single-produkti .produkt-intro {
    width: 100%;
  }
  .single-produkti .produkt-intro .ow_button_white {
    margin-top: 16px;
  }
}
.single-produkti .produkt-intro h1, .single-produkti .produkt-intro p {
  max-width: 580px;
}
.single-produkti .produkt-intro .odprodaja_badge {
  padding: 4px 24px;
  background-color: #4BA551;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  float: right;
}
.single-produkti .produkt-prikazna-slika {
  position: relative;
  width: 41%;
}
.single-produkti .produkt-prikazna-slika img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .single-produkti .produkt-prikazna-slika {
    margin-top: 30px;
    width: 100%;
  }
}
.single-produkti .produkt-prikazna-slika .znamka {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 30%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-produkti .produkt-vsebina {
  width: 54%;
}
@media only screen and (max-width: 767px) {
  .single-produkti .produkt-vsebina {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.single-produkti .produkt-vsebina p, .single-produkti .produkt-vsebina li, .single-produkti .produkt-vsebina figcaption {
  color: #767676;
}
.single-produkti .produkt-dropdown {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .single-produkti .produkt-dropdown {
    width: 100%;
    margin-top: 40px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 64px;
  }
}
.single-produkti .produkt_lastnosti_wrap .vse_lastnosti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.single-produkti .produkt_lastnosti_wrap .vse_lastnosti .single_lastnost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
}
@media only screen and (max-width : 989px) {
  .single-produkti .produkt_lastnosti_wrap .vse_lastnosti .single_lastnost {
    width: 33.3%;
  }
}
@media only screen and (max-width: 767px) {
  .single-produkti .produkt_lastnosti_wrap .vse_lastnosti .single_lastnost {
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  .single-produkti .produkt_lastnosti_wrap .vse_lastnosti .single_lastnost {
    width: 100%;
  }
}
.single-produkti .produkt_lastnosti_wrap .vse_lastnosti .single_lastnost img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 20px;
}

.pri_dobavitelju {
  margin-right: 8px;
  display: inline-block;
  background: #d89b00;
  height: 16px;
  width: 16px;
  border-radius: 50%;
}

.v_skladiscu {
  margin-right: 8px;
  display: inline-block;
  background: #00712E;
  height: 16px;
  width: 16px;
  border-radius: 50%;
}

.paginacija .page-numbers {
  font-weight: bold;
  margin: 0 6px;
}
.paginacija .current {
  color: #00712E;
  text-decoration: underline;
}

#seo-sekcija img {
  width: 57%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  #seo-sekcija img {
    width: 100%;
    margin-bottom: 10px;
  }
}
#seo-sekcija .only_text {
  width: 37%;
}
@media only screen and (max-width: 767px) {
  #seo-sekcija .only_text {
    width: 100%;
  }
}

/* --> Responsive <-- */
.gform_wrapper .gfield .gfield_label {
  font-size: 14px;
  text-transform: uppercase;
}
.gform_wrapper .ginput_container_name label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.gform_wrapper .ginput_container input {
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}
.gform_wrapper .gfield_checkbox input, .gform_wrapper .ginput_container_consent input {
  width: 31px;
  height: 27px;
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  vertical-align: middle;
  -webkit-appearance: none;
}
.gform_wrapper .gfield_checkbox input:checked, .gform_wrapper .ginput_container_consent input:checked {
  background-image: url(./assets/check.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-appearance: none;
  border: 1px solid #C4C4C4;
}
.gform_wrapper .gfield_checkbox input label, .gform_wrapper .ginput_container_consent input label {
  vertical-align: middle;
}
.gform_wrapper .flex .gfield_checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gform_wrapper .flex .gfield_checkbox .gchoice {
  width: 100%;
}
.gform_wrapper .gform_button {
  color: #ffffff;
  padding: 16px 28px;
  background-color: #00712E;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gform_wrapper .gform_button:hover {
  background-color: #ffffff;
  color: #00712E;
  border-color: #00712E;
}
.gform_wrapper .ginput_container_select select {
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gform_wrapper .ginput_container_textarea textarea {
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gform_wrapper input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gform_wrapper .gfield div label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

/* --> Responsive <-- */
/* --> Responsive <-- */
.cta_slika_block {
  width: 100%;
}
.cta_slika_block .single {
  width: 100%;
  position: relative;
}
.cta_slika_block .single .ow_button_white_long {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
@media only screen and (max-width: 767px) {
  .cta_slika_block .single .ow_button_white_long {
    bottom: 18px;
    left: 18px;
  }
}

.single-blog .post_content img {
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .single-blog .post_content img {
    margin-bottom: 28px;
  }
}
.single-blog .post_content h2, .single-blog .post_content h3, .single-blog .post_content h4 {
  margin-bottom: 24px;
}
.single-blog .post_content p, .single-blog .post_content ul {
  margin-bottom: 56px;
}
.single-blog .sorodni_posts .single {
  position: relative;
}
.single-blog .sorodni_posts .single .ow_button_white_long {
  max-width: 336px;
  position: absolute;
  bottom: 32px;
  left: 32px;
  padding: 16px 32px;
}

.blog_forma .gform_wrapper {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .blog_forma .gform_wrapper {
    width: 100%;
  }
}
.blog_forma .cta_slika_block {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .blog_forma .cta_slika_block {
    width: 100%;
  }
}

/* --> Responsive <-- */
#vsi_faq .faq_term #prodajni-program {
  color: #00712E;
}

/*izpis vseh kontaktov*/
.block_kontakti .filter {
  margin-bottom: 40px;
}
.block_kontakti .filter .bg_black {
  background-color: #000000;
  padding: 12px 24px;
  margin-right: 16px;
}
.block_kontakti .filter .bg_green {
  background-color: #00712E;
  padding: 12px 24px;
  margin-right: 16px;
  position: relative;
}
.block_kontakti .filter .bg_green:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #00712E;
  display: block;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  vertical-align: middle;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 12.5px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.block_kontakti .filter .kontakt_button {
  cursor: pointer;
}
.block_kontakti #kontakti_dostava {
  background-color: #ffffff;
  padding: 32px;
}

.block_poslovalnice .single {
  width: 31%;
  background-color: #ffffff;
  padding: 32px;
  margin-right: 20px;
  margin-top: 20px;
}
@media only screen and (max-width : 989px) {
  .block_poslovalnice .single {
    width: 100%;
  }
}
@media only screen and (max-width : 989px) {
  .block_poslovalnice .single {
    margin: 0;
  }
}
.block_poslovalnice .single h4 {
  text-transform: uppercase;
}
.block_poslovalnice .single div {
  font-size: 15px;
}
.block_poslovalnice .single span {
  color: #00712E;
}
.block_poslovalnice .single span:hover {
  text-decoration: underline;
}
.block_poslovalnice .single .break {
  margin: 0 3px;
  color: #000000;
}

/*end izpis vseh kontaktov*/
#ow-katalogi .single {
  width: 23.8%;
}
@media only screen and (max-width : 1201px) {
  #ow-katalogi .single {
    width: 31%;
  }
}
@media only screen and (max-width : 989px) {
  #ow-katalogi .single {
    width: 49%;
  }
}
#ow-katalogi .single img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#ow-katalogi .single .ow_button_white_long {
  position: absolute;
  bottom: 32px;
  left: 32px;
}
@media only screen and (max-width : 1201px) {
  #ow-katalogi .single .ow_button_white_long {
    left: 16px;
    right: 16px;
  }
}
@media only screen and (max-width: 400px) {
  #ow-katalogi .single .ow_button_white_long {
    left: 8px;
    right: 8px;
    bottom: 8px;
  }
}

.shadow {
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  padding: 24px 32px;
}

.faq_block .faq_term {
  cursor: pointer;
}

/* --> Responsive <-- */
@media only screen and (max-width: 767px) {
  .archive .header {
    max-width: 85%;
    width: 85%;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 32px;
    margin-top: 32.5px;
  }
}
.archive main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive #blog-novosti .single, .archive #blog-video .single {
  width: 32%;
}
.archive #blog-novosti .ow_button_black, .archive #blog-video .ow_button_black {
  text-align: center;
}
.archive #zadnje-tri {
  display: grid;
  grid-template-columns: 0.65fr 0.35fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px 20px;
}
.archive #zadnje-tri > div .kategorija {
  color: #00712E;
  text-transform: uppercase;
  font-weight: 600;
}
.archive #zadnje-tri > div:first-child {
  grid-area: 1/1/3/1;
}
.archive #zadnje-tri .ow_button_white_long a {
  padding: 0;
}
.archive #zadnje-tri img {
  height: 100%;
}
@media only screen and (max-width : 989px) {
  .archive #zadnje-tri {
    display: block;
  }
  .archive #zadnje-tri .single:not(:first-child) .text--area {
    position: relative;
    top: 0;
    margin-right: 40px;
  }
  .archive #zadnje-tri .single:not(:first-child) img {
    display: none;
  }
  .archive #zadnje-tri .single:nth-child(2) {
    margin-top: 52px;
    margin-bottom: 24px;
  }
}
.archive .text--area {
  position: absolute;
  bottom: 32px;
  left: 32px;
}
@media only screen and (max-width: 767px) {
  .archive .text--area {
    bottom: 16px;
    left: 16px;
  }
}
.archive #blog-video .ow_button_black {
  text-align: center;
}
.archive #blog-navdih-hobi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width : 989px) {
  .archive #blog-navdih-hobi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.archive #blog-navdih-hobi .one_half {
  width: 50%;
}
@media only screen and (max-width : 989px) {
  .archive #blog-navdih-hobi .one_half {
    width: 100%;
  }
}
.archive #blog-navdih-hobi .one_half img:first-child {
  width: 100%;
}
@media only screen and (max-width : 1201px) {
  .archive #blog-navdih-hobi .one_half .single.flex > div {
    width: 50%;
  }
  .archive #blog-navdih-hobi .one_half .single.flex > div a {
    top: 0;
    bottom: 0;
  }
  .archive #blog-navdih-hobi .one_half .single.flex img {
    width: 50%;
  }
}
.archive #blog-navdih-hobi .one_half .single.flex a {
  position: absolute;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width : 1201px) {
  .archive #blog-navdih-hobi .one_half .single.flex a {
    height: 100%;
    top: 0;
    bottom: 0;
    padding: 12px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .archive .slick-initialized .slick-slide.flex.on_mobile_block {
    display: block;
  }
}
.archive .header .slick-slider .slick-dots button {
  width: 40px;
  margin: 0;
}

.blog-filter a p:hover {
  color: #00712E;
}

.tax-blog_kategorije #posts_list .single {
  width: 32%;
  margin-right: 1.5%;
}
.tax-blog_kategorije #posts_list .single:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width : 1201px) {
  .tax-blog_kategorije #posts_list .single {
    width: 49%;
    margin-right: 2%;
  }
  .tax-blog_kategorije #posts_list .single:nth-child(2n) {
    margin-right: 0;
  }
  .tax-blog_kategorije #posts_list .single:nth-child(3n) {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .tax-blog_kategorije #posts_list .single {
    width: 100%;
    margin-right: 0;
  }
}
.tax-blog_kategorije .header .slick-slider .slick-dots button {
  width: 40px;
  margin: 0;
}

/* --> Responsive <-- */
.header-border-top {
  width: 100%;
  height: 36.35px;
  background-color: #00712E;
  z-index: 2;
}

.bottom-menu--sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 2s linear;
  transition: opacity 2s linear;
  background-color: #ffffff;
}

.ow_container_section.header_wrapp {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
@media only screen and (min-width: 1920px) {
  .ow_container_section.header_wrapp {
    background-size: cover;
    background-position: top;
  }
}
@media only screen and (max-width : 989px) {
  .ow_container_section.header_wrapp {
    background-size: cover !important;
  }
}
.ow_container_section.header_wrapp #header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0;
}
@media only screen and (max-width : 989px) {
  .ow_container_section.header_wrapp #header {
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ow_container_section.header_wrapp #header #branding {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width : 989px) and (max-width: 767px) {
  .ow_container_section.header_wrapp #header #branding img {
    max-width: 200px;
  }
}
@media only screen and (max-width : 989px) and (max-width: 400px) {
  .ow_container_section.header_wrapp #header #branding img {
    max-width: 150px;
  }
}
@media only screen and (max-width : 989px) {
  .ow_container_section.header_wrapp #header .mobile-menu-wrapp {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .ow_container_section.header_wrapp #header .mobile-menu-wrapp #menu-mobile .menu li li a {
    padding-left: 30px;
    padding-top: 0;
  }
  .ow_container_section.header_wrapp #header .mobile-menu-wrapp .mobile-hamburger-toggle {
    position: relative;
  }
  .ow_container_section.header_wrapp #header .mobile-menu-wrapp .mobile-hamburger-toggle div {
    background: #ffffff;
  }
}
@media only screen and (max-width : 989px) {
  .ow_container_section.header_wrapp #header #menu {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.ow_container_section.header_wrapp #header #menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.ow_container_section.header_wrapp #header #menu .menu-main-menu-container {
  margin: auto;
}
.ow_container_section.header_wrapp #header #menu .menu {
  padding-left: 100px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width : 1440px) {
  .ow_container_section.header_wrapp #header #menu .menu {
    padding-left: 100px;
  }
}
@media only screen and (max-width : 1201px) {
  .ow_container_section.header_wrapp #header #menu .menu {
    padding-left: 50px;
  }
}
@media only screen and (max-width : 989px) {
  .ow_container_section.header_wrapp #header #menu .menu {
    display: none;
  }
}
.ow_container_section.header_wrapp #header #menu .menu li {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 18px;
}
.ow_container_section.header_wrapp #header #menu .menu li a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  -webkit-transition: width 0.5s linear;
  transition: width 0.5s linear;
}
.ow_container_section.header_wrapp #header #menu .menu li a:hover:after {
  width: 100%;
  -webkit-transition: width 0.5s linear;
  transition: width 0.5s linear;
}
.ow_container_section.header_wrapp #header #menu .menu li.text--green a {
  color: #00712E;
}
.ow_container_section.header_wrapp #header .menu-item-has-children {
  position: relative;
}
.ow_container_section.header_wrapp #header .menu-item-has-children .sub-menu {
  position: absolute;
  top: 30px;
  left: -100px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 32px;
  list-style: none;
  min-width: 360px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  z-index: 1;
}
@media only screen and (max-width : 989px) {
  .ow_container_section.header_wrapp #header .menu-item-has-children .sub-menu {
    position: relative;
    display: none;
    left: 0;
    top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    visibility: visible;
    opacity: 1;
  }
}
.ow_container_section.header_wrapp #header .menu-item-has-children .sub-menu .menu-item {
  padding: 20px 0;
  border-bottom: 1px solid #F5F5F5;
  margin: 0;
}
@media only screen and (max-width : 989px) {
  .ow_container_section.header_wrapp #header .menu-item-has-children .sub-menu .menu-item {
    padding: 5px 0;
  }
}
.ow_container_section.header_wrapp #header .menu-item-has-children .sub-menu .menu-item.icon-menu-item:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 18px;
  vertical-align: middle;
}
@media only screen and (max-width : 989px) {
  .ow_container_section.header_wrapp #header .menu-item-has-children .sub-menu .menu-item.icon-menu-item:before {
    float: left;
  }
}
.ow_container_section.header_wrapp #header .menu-item-has-children .sub-menu .menu-item.icon-menu-item.vprasanja-icon:before {
  background-image: url(./assets/icon-vprasanja.png);
}
.ow_container_section.header_wrapp #header .menu-item-has-children .sub-menu .menu-item.icon-menu-item.poslovalnice-icon:before {
  background-image: url(./assets/icon-poslovalnice.png);
}
.ow_container_section.header_wrapp #header .menu-item-has-children .sub-menu .menu-item.icon-menu-item.obrazec-icon:before {
  background-image: url(./assets/icon-obrazec.png);
}
.ow_container_section.header_wrapp #header .menu-item-has-children .sub-menu .menu-item.icon-menu-item.person-icon:before {
  background-image: url(./assets/icon-person.png);
  background-size: 25px;
}
.ow_container_section.header_wrapp #header .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  #search {
    position: relative;
  }
}
#search form {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media only screen and (max-width: 767px) {
  #search form {
    display: inline-block;
  }
  #search form label {
    position: absolute;
    top: 37px;
    right: 0;
  }
}
#search .search-field {
  border: 1px solid #000000;
  border-radius: 0;
  max-width: 150px;
  padding: 8px 12px;
}
@media only screen and (max-width : 989px) {
  #search .search-field {
    visibility: hidden;
    opacity: 0;
  }
  #search .search-field.visible {
    opacity: 1;
    visibility: visible;
  }
}
#search .search-submit {
  background: #00712E;
  border-radius: 0;
  border: 1px solid #00712E;
  font-size: 0;
  background-image: url(./assets/search.png);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 52px;
  height: 38px;
}

.search-results article {
  border-bottom: 1px solid #6D6E71;
  padding: 16px 0;
}

/* --> Responsive <-- */
.single_acc .acc_content .single {
  width: 47%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  padding: 24px 32px;
}
@media only screen and (max-width: 767px) {
  .single_acc .acc_content .single {
    width: 100%;
  }
}

/* --> Responsive <-- */
.ow-homepage-banner, .banner-slider, .slick-list, .banner-velik {
  max-height: 80vh;
}
.ow-homepage-banner .slick-list img, .banner-slider .slick-list img, .slick-list .slick-list img, .banner-velik .slick-list img {
  -o-object-fit: cover;
     object-fit: cover;
}

/*# sourceMappingURL=global-ow-script.css.map*/