@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.template-image {
  background-image: url(/static/images/placeholder.png);
  width: 75px;
  height: 100%;
  background-size: cover;
  min-height: 75px;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.konfigurator .k-meni .k-meni-l {
  border-top: 1px solid #C5C7C3;
  padding: 12px 0;
}
.konfigurator .k-meni .k-meni-l .selected {
  border-bottom: 3px solid var(--color-primary-darker);
  color: var(--color-primary-darker);
}
.konfigurator .k-meni .k-meni-l a:not(.selected) {
  border-bottom: 3px solid;
  border-color: rgba(255, 255, 255, 0);
}
.konfigurator .k-meni .k-meni-l a:hover {
  color: var(--color-primary-darker);
  transition: color 0.3s ease-out;
}
.konfigurator .k-meni .k-meni-l a {
  padding-bottom: 12px;
  font-weight: 800;
  text-align: center;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #393939;
}
.konfigurator .k-meni .k-meni-l .k-out {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.konfigurator .k-meni .k-meni-l .k-out:first-child {
  width: 31%;
}
.konfigurator .k-meni .k-meni-l .k-out:nth-child(2) {
  width: 38%;
}
.konfigurator .k-meni .k-meni-l .k-out:last-child {
  width: 34%;
}
.konfigurator .k-meni .k-meni-l .k-out:first-child:after {
  content: "";
  border-right: 1px solid;
  border-right-color: #C5C7C3;
  line-height: 34px !important;
  top: 0px !important;
  height: 18px;
  margin-top: -10px;
}
.konfigurator .k-meni .k-meni-l .k-out:nth-child(2):after {
  content: "";
  border-right: 1px solid;
  border-right-color: #C5C7C3;
  line-height: 34px !important;
  top: 0px !important;
  height: 18px;
  margin-top: -10px;
}
.konfigurator .k-meni .k-meni-l .k-out:last-child:after {
  content: "";
  line-height: 34px !important;
  top: 0px !important;
  height: 18px;
  margin-top: -10px;
}
.konfigurator .k-meni .k-meni-l a:first-child {
  padding-right: 28px;
}
.konfigurator .k-meni .k-meni-l a:last-child {
  padding-left: 28px;
}
.konfigurator .k-meni .crta {
  width: 100%;
  height: 1px;
  background-color: #C5C7C3;
  margin-top: -13px;
}
.konfigurator h2 {
  font-weight: 800;
  font-size: 1.6rem !important;
  height: 100%;
  display: flex;
  align-items: center;
}
.konfigurator .card {
  border-radius: 0.3rem;
}
.konfigurator .card img {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.konfigurator .card .fa-arrow-right {
  color: var(--color-primary-darker);
}
.konfigurator .card strong {
  font-weight: 800;
}
.konfigurator .card .card-img-top {
  width: unset;
  padding-bottom: 100%;
  position: relative;
  display: block;
}
.konfigurator .card .card-img-top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.konfigurator .konfiguracije-1 {
  /*
  .accordion:not(:last-child) h2.accordion-header:not(:last-child){
      border-bottom: 1px solid #dee2e6;
  }
  */
}
.konfigurator .konfiguracije-1 .dodatna_oprema .card .dod_opr {
  width: 85px;
}
.konfigurator .konfiguracije-1 .glavna-slika img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 400px;
  height: 400px;
}
@media (max-width: 400px) {
  .konfigurator .konfiguracije-1 .glavna-slika img {
    height: 300px;
  }
}
.konfigurator .konfiguracije-1 p.naslov {
  font-size: 1.313rem;
  margin-bottom: 40px;
  font-weight: 800;
}
.konfigurator .konfiguracije-1 .k-meni {
  margin-bottom: 10px !important;
}
.konfigurator .konfiguracije-1 .pad-l-3 {
  padding-left: 1rem;
}
.konfigurator .konfiguracije-1 .gumb-accordion {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  cursor: pointer;
  width: 55px;
  min-width: 55px;
}
.konfigurator .konfiguracije-1 .gumb-accordion .gumb-acc {
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.konfigurator .konfiguracije-1 .gumb-accordion:not(.collapsed) .gumb-acc {
  transform: rotate(180deg);
}
.konfigurator .konfiguracije-1 .gumb-accordion.collapsed .gumb-acc {
  transform: unset;
}
.konfigurator .konfiguracije-1 h2.accordion-header {
  background-color: #F2F2F2;
  transition: background-color 200ms linear;
  padding-bottom: 0;
}
.konfigurator .konfiguracije-1 h2.accordion-header:hover {
  background-color: #DDE0DC;
  transition: background-color 200ms linear;
}
.konfigurator .konfiguracije-1 .accordion h2.accordion-header:not(.seemore) {
  border-bottom: 1px solid #dee2e6;
}
.konfigurator .konfiguracije-1 .pod-header {
  border-bottom: 1px solid #dee2e6;
  background-color: unset !important;
}
.konfigurator .konfiguracije-1 .bg-accordion {
  background-color: #F2F2F2;
  transition: background-color 200ms linear;
}
.konfigurator .konfiguracije-1 .bg-accordion:hover {
  background-color: #d0d0d7;
  transition: background-color 200ms linear;
}
.konfigurator .konfiguracije-2 .svetovalec {
  background-color: #DDE0DC;
  padding: 2.25rem 1.8rem;
  margin-bottom: 3.5rem;
  border-radius: 10px;
}
.konfigurator .konfiguracije-2 .svetovalec table {
  margin-top: 2rem;
  width: 100%;
}
.konfigurator .konfiguracije-2 .svetovalec .checki-vrsta {
  margin-bottom: 0.3rem;
  display: flex;
}
.konfigurator .konfiguracije-2 .svetovalec .checki-vrsta span {
  margin-left: 5px;
}
.konfigurator .konfiguracije-2 .svetovalec img {
  border-radius: 10px;
}
.konfigurator .konfiguracije-2 .svetovalec .scontrol {
  padding-top: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.konfigurator .konfiguracije-2 .svetovalec input[type=number],
.konfigurator .konfiguracije-2 .svetovalec input[type=text],
.konfigurator .konfiguracije-2 .svetovalec select {
  background: #FFFFFF;
  border-radius: 5px;
  border: none;
  padding: 0.3rem 0.3rem;
}
@media (max-width: 575px) {
  .konfigurator .konfiguracije-2 .svetovalec input[type=number],
.konfigurator .konfiguracije-2 .svetovalec input[type=text],
.konfigurator .konfiguracije-2 .svetovalec select {
    max-width: 100px;
  }
}
@media (max-width: 400px) {
  .konfigurator .konfiguracije-2 .svetovalec input[type=number],
.konfigurator .konfiguracije-2 .svetovalec input[type=text],
.konfigurator .konfiguracije-2 .svetovalec select {
    max-width: 50px;
  }
}
.konfigurator .konfiguracije-2 .svetovalec select {
  width: 205px;
}
@media (max-width: 575px) {
  .konfigurator .konfiguracije-2 .svetovalec select {
    width: 100px;
  }
}
@media (max-width: 400px) {
  .konfigurator .konfiguracije-2 .svetovalec select {
    width: 50px;
  }
}
.konfigurator .konfiguracije-2 .svetovalec td {
  padding-bottom: 0.8rem;
}
.konfigurator .konfiguracije-2 h3 {
  font-size: 21px;
  font-weight: 800;
}
.konfigurator .konfiguracije-2 .no-wrap {
  white-space: nowrap;
}
@media (max-width: 575px) {
  .konfigurator .konfiguracije-2 .checi td {
    display: flex;
    flex-direction: column;
  }
  .konfigurator .konfiguracije-2 .checi .no-wrap {
    white-space: normal !important;
  }
}
.konfigurator #naslovi li {
  list-style-type: none;
  color: #99a2a8;
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}
.konfigurator #naslovi li a {
  color: #000;
  font-weight: 800;
  font-size: 16px;
}
.konfigurator #naslovi li a:hover {
  color: #3fa900;
}
.konfigurator #potek-mobile {
  margin: 40px 0 5px 0;
}
.konfigurator #potek-mobile a {
  color: #000;
}
.konfigurator #potek-mobile a:hover,
.konfigurator #potek-mobile a:focus {
  color: var(--color-primary-darker);
}
.konfigurator #potek {
  margin: 40px 0;
  overflow: hidden;
}
.konfigurator #potek li {
  list-style-type: none;
  color: #99a2a8;
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}
.konfigurator #potek li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  font-weight: 800;
  font-size: 16px;
}
.konfigurator #potek li a:hover {
  color: #3fa900;
}
.konfigurator #potek li:not(.active) a {
  color: #A4A9A1;
}
.konfigurator #potek li:after {
  content: "";
  transition: color 0.3s ease-out;
  width: 17px;
  height: 17px;
  display: block;
  background: #fff;
  border-radius: 50%;
  margin: 12px auto 12px auto;
}
.konfigurator #potek li:not(.active):after {
  border: 1px solid #C5C7C3;
}
.konfigurator #potek li:before {
  content: "";
  width: 100%;
  background: #C5C7C3;
  position: absolute;
  left: -50%;
  top: 21px;
  z-index: -1;
}
.konfigurator #potek li:not(.active):before {
  margin-top: 23px;
  height: 1px;
}
.konfigurator #potek li.active:before {
  margin-top: 22px;
  height: 3px;
}
.konfigurator #potek li:last-child:before {
  width: 150%;
}
.konfigurator #potek li.active {
  color: black;
}
.konfigurator #potek li.active:after, .konfigurator #potek li.active:before {
  background: var(--color-primary-darker);
  color: #C5C7C3;
}
.konfigurator .konfiguracije-3 .valuta {
  font-size: 0.8rem;
}
@media (max-width: 467px) {
  .konfigurator .konfiguracije-3 .valuta {
    font-size: 0.7rem;
  }
}
.konfigurator .konfiguracije-3 .prepreci {
  pointer-events: none;
  opacity: 0.33;
}
.konfigurator .konfiguracije-3 h4 {
  font-size: 1rem;
  font-weight: 800;
}
.konfigurator .konfiguracije-3 h3 {
  font-weight: 800;
  font-size: 1.35rem;
}
.konfigurator .konfiguracije-3 .slika #gallery--simple {
  margin: unset;
}
.konfigurator .konfiguracije-3 #osnovna-oprema p {
  margin: 0 !important;
}
.konfigurator .konfiguracije-3 .r-opozorilo {
  position: relative;
  height: 19px;
  width: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-top: 2px;
}
.konfigurator .konfiguracije-3 .reza-info-area {
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  z-index: 9;
  height: 20px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .konfigurator .konfiguracije-3 .reza-info-area {
    margin-bottom: 46px;
  }
}
@media (max-width: 767px) {
  .konfigurator .konfiguracije-3 .reza-info-area {
    margin-bottom: 35px;
  }
}
.konfigurator .konfiguracije-3 input[type=checkbox]:before,
.konfigurator .konfiguracije-3 .checki.bel:before {
  border: 1px solid #C5C7C3;
  position: relative;
}
.konfigurator .konfiguracije-3 input[type=checkbox].onemogoci,
.konfigurator .konfiguracije-3 .checki.onemogoci {
  cursor: not-allowed;
  pointer-events: none;
}
.konfigurator .konfiguracije-3 .checki.obv:before {
  color: #99a2a8 !important;
  background-color: #F2F2F2 !important;
}
.konfigurator .konfiguracije-3 .checki.onemogoci:not(.obv):before {
  content: "✖";
  color: red;
}
.konfigurator .konfiguracije-3 .vez .col-1-5 {
  flex: 0 0 auto;
  width: 12%;
  padding: unset;
  margin: unset;
  /* Firefox */
}
.konfigurator .konfiguracije-3 .vez .col-1-5 input::-webkit-outer-spin-button,
.konfigurator .konfiguracije-3 .vez .col-1-5 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.konfigurator .konfiguracije-3 .vez .col-1-5 input[type=number] {
  -moz-appearance: textfield;
  text-align: center;
  width: 100%;
}
.konfigurator .konfiguracije-3 .vez .col-1-5 .st-artiklov-plus-minus {
  width: 30%;
  text-align: center;
}
.konfigurator .konfiguracije-3 .vez .col-1-5 .st-artiklov-plus-minus:hover {
  cursor: pointer;
}
.konfigurator .konfiguracije-3 .vez .col-2-5 {
  flex: 0 0 auto;
  width: 21.33%;
}
.konfigurator .konfiguracije-3 .vez .col-2-5 span {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .konfigurator .konfiguracije-3 .vez .col-2-5 span {
    white-space: normal;
  }
}
.konfigurator .konfiguracije-3 .vez .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.konfigurator .konfiguracije-3 .vez .vez-header button.collapsed {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
}
.konfigurator .konfiguracije-3 .vez .vez-header button {
  color: #000 !important;
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: 800;
  padding: 1rem 0;
}
.konfigurator .konfiguracije-3 .vez .vez-header button:focus {
  box-shadow: none;
}
.konfigurator .konfiguracije-3 .vez .vez-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.konfigurator .konfiguracije-3 .vez .dest {
  padding: 20px;
}
.konfigurator .konfiguracije-3 .vez .dest span {
  font-weight: 700;
  color: #000;
  font-size: 1rem;
}
.konfigurator .konfiguracije-3 .vez .card .slika {
  border-right: 1px solid #C5C7C3;
}
@media (max-width: 767px) {
  .konfigurator .konfiguracije-3 .vez .card .slika {
    border-right: none;
  }
}
.konfigurator .konfiguracije-3 .vez .card .slika img {
  border-radius: unset;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.konfigurator .konfiguracije-3 .vez .card .mesage span {
  font-size: 12px;
}
.konfigurator .konfiguracije-3 .vez .card .card-footer {
  min-height: 48px;
}
.konfigurator .konfiguracije-3 .vez .card .card-footer .i-check:checked {
  accent-color: #3fa900;
}
.konfigurator .konfiguracije-3 .vez .card .card-footer .spodni > div:not(.mesage) {
  display: flex;
  align-items: center;
}
.konfigurator .konfiguracije-3 .vez .card.obv .card-footer .i-check {
  pointer-events: none;
  cursor: not-allowed;
  accent-color: #707070;
  opacity: 0.33;
}
.konfigurator .konfiguracije-3 .vez .card.prep .card-footer .i-check {
  pointer-events: none;
  cursor: not-allowed;
  accent-color: red;
  opacity: 0.33;
}
.konfigurator .konfiguracije-3 .vez .card.prep .card-footer .i-check::after {
  content: "\f00d";
}
.konfigurator .konfiguracije-3 .vez .card.onemogoci > .row {
  opacity: 0.33;
}
.konfigurator .konfiguracije-3 .vez .card.onemogoci .card-footer {
  background-color: rgba(0, 0, 0, 0.011);
  color: rgba(33, 37, 41, 0.33);
}
.konfigurator .konfiguracije-3 .vez .card.onemogoci .card-footer .i-check {
  pointer-events: none;
  cursor: not-allowed;
}
.konfigurator .konfiguracije-3 .vez .card.onemogoci .card-footer input[type=number] {
  opacity: 0.33;
}
.konfigurator .konfiguracije-3 .vez .card.onemogoci .card-footer .mesage span {
  width: 100%;
}
.konfigurator .konfiguracije-3 .vez .card.onemogoci .card-footer .mesage span.red {
  color: red;
}
.konfigurator .konfiguracije-3 .vez .card.onemogoci .card-footer .mesage span.green {
  color: green;
}
.konfigurator .konfiguracije-3 .vec-info {
  color: #000;
  cursor: pointer;
}
.konfigurator .konfiguracije-3 .opis-dodatna {
  display: block;
  /* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 140px;
}
.konfigurator .konfiguracije-3 p.m-naslov {
  font-weight: 800;
  font-size: 1rem;
}
.konfigurator .popust-besedilo {
  width: 100%;
  display: block;
}
.konfigurator .konfiguracije-4 .bg-siv {
  background-color: #d0d0d7 !important;
  cursor: not-allowed;
}
.konfigurator .konfiguracije-4 .bg-siv input {
  background-color: #d0d0d7 !important;
}
.konfigurator .konfiguracije-4 .slika-stroja img {
  border-radius: 6px;
  width: 90%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .konfigurator .konfiguracije-4 .slika-stroja img {
    margin-top: 50px;
  }
}
@media (max-width: 800px) {
  .konfigurator .konfiguracije-4 .tabela-predogled {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .konfigurator .konfiguracije-4 .povzetek .dodatno_p td:first-child {
    display: none;
  }
  .konfigurator .konfiguracije-4 .povzetek .tab-7 td:nth-child(5), .konfigurator .konfiguracije-4 .povzetek .tab-7 td:nth-child(4) {
    display: none;
  }
  .konfigurator .konfiguracije-4 .povzetek .tab-4 td:nth-child(2), .konfigurator .konfiguracije-4 .povzetek .tab-4 td:nth-child(3) {
    display: none;
  }
}
.konfigurator .konfiguracije-4 .prepreci {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.33;
  transition: opacity;
}
.konfigurator .konfiguracije-4 .onemogoci {
  color: rgb(204, 204, 204);
  background-color: rgb(87, 87, 87) !important;
  text-decoration: none;
  pointer-events: none;
  cursor: not-allowed;
  border: none;
}
.konfigurator .konfiguracije-4 .disabled {
  background-color: rgb(247, 247, 247) !important;
}
.konfigurator .konfiguracije-4 .ffox td:last-child {
  max-width: 100px;
}
.konfigurator .konfiguracije-4 .ffox td:last-child .popust-besedilo {
  max-width: 100%;
}
.konfigurator .konfiguracije-4 .ffox td:last-child input {
  max-width: 90%;
}
.konfigurator .konfiguracije-4 .ffox td:last-child > * {
  max-width: 100px;
}
.konfigurator .konfiguracije-4 .block_input {
  display: flex !important;
  padding: 5px 16px;
  margin-top: 5px;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 5px;
  min-height: 20px;
  border: 1px solid #C5C7C3;
  background: #FFFFFF;
}
.konfigurator .konfiguracije-4 .block_input span {
  margin: 0;
}
.konfigurator .konfiguracije-4 .block_input input,
.konfigurator .konfiguracije-4 .block_input input:focus,
.konfigurator .konfiguracije-4 .block_input input:active,
.konfigurator .konfiguracije-4 .block_input input:focus-visible {
  border: none;
  outline: none;
}
.konfigurator .konfiguracije-4 .block_input:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.konfigurator .konfiguracije-4 .block_input .cena {
  width: 69px;
}
.konfigurator .konfiguracije-4 .drugo-text {
  max-width: 190px;
}
.konfigurator .konfiguracije-4 .phone a {
  color: #3fa900;
}
.konfigurator .konfiguracije-4 .phone a:hover {
  color: #000;
}
.konfigurator .konfiguracije-4 .more-info {
  margin-top: 2.8rem;
  border-radius: 10px;
  background: #F2F2F2;
  padding: 2.2rem 2rem;
  max-width: 350px;
  margin-bottom: 50px;
}
.konfigurator .konfiguracije-4 input[type=checkbox]:before,
.konfigurator .konfiguracije-4 .checki.bel:before {
  border: 1px solid #C5C7C3;
}
.konfigurator .konfiguracije-4 .tabela-predogled:not(.povzetek) tr:not(.naslov) td:nth-child(1):not(.naslov):not(.izjema) span {
  max-width: 60px;
  padding: 0 10px;
  display: block;
  line-break: anywhere;
}
.konfigurator .konfiguracije-4 .tabela-predogled:not(.povzetek) tr:not(.naslov) td:nth-child(2):not(.izjema) span {
  padding: 0 10px;
  display: block;
}
.konfigurator .konfiguracije-4 table {
  border-collapse: separate;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.konfigurator .konfiguracije-4 table tr td:nth-child(5) span,
.konfigurator .konfiguracije-4 table tr td:nth-child(5) b,
.konfigurator .konfiguracije-4 table tr td:nth-child(6) span,
.konfigurator .konfiguracije-4 table tr td:nth-child(6) b,
.konfigurator .konfiguracije-4 table tr td:last-child span,
.konfigurator .konfiguracije-4 table tr td:last-child b {
  white-space: nowrap;
}
.konfigurator .konfiguracije-4 table input::-webkit-outer-spin-button,
.konfigurator .konfiguracije-4 table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.konfigurator .konfiguracije-4 table input[type=number] {
  -moz-appearance: textfield;
  width: 45px;
}
.konfigurator .konfiguracije-4 table .naslov td:first-child {
  background: #F2F2F2;
  border: 1px solid #C5C7C3;
  border-radius: 5px;
}
.konfigurator .konfiguracije-4 table td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  min-width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.konfigurator .konfiguracije-4 table .crta td {
  border-bottom: 1px solid #C5C7C3;
}
.konfigurator .konfiguracije-4 table .crta-top td {
  border-top: 1px solid #C5C7C3;
}
.konfigurator .konfiguracije-4 table .pad-ing td {
  padding-top: 1rem;
}
.konfigurator .konfiguracije-4 table .opis {
  overflow-y: scroll;
  max-width: 350px;
  height: 200px;
}
.konfigurator .konfiguracije-4 .stanka_title {
  margin: 20px 35px;
}
.konfigurator .konfiguracije-4 .select_stranko_out {
  padding: 0 35px;
}
.konfigurator .konfiguracije-4 .select_stranko_out .border-bottom {
  padding: 20px 0;
}
.konfigurator .konfiguracije-4 .select_stranko_out .select_stranko {
  /*
  span:not(.btn-close)::after {
      position         : absolute;
      flex-shrink      : 0;
      width            : 1.55rem;
      height           : 1.55rem;
      margin-left      : auto;
      content          : "";
      background-image : url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-size  : 1.55rem;
      transition       : transform .2s ease-in-out;
  }
  */
  padding: 0 35px;
  margin-top: 5px;
  font-weight: 500;
  font-size: 1rem;
  display: block;
  border-radius: 5px;
  padding: 10px 16px;
  min-height: 40px;
  border: 1px solid #C5C7C3;
  background: #FFFFFF;
  width: 100%;
}
.konfigurator .konfiguracije-4 .select_stranko_out .select_stranko label {
  display: flex;
}
.konfigurator .konfiguracije-4 .select_stranko_out .select_stranko label span img {
  height: 24px;
  width: 24px;
}
.konfigurator .konfiguracije-4 .select_stranko_out .select_stranko input,
.konfigurator .konfiguracije-4 .select_stranko_out .select_stranko input:focus,
.konfigurator .konfiguracije-4 .select_stranko_out .select_stranko input:active,
.konfigurator .konfiguracije-4 .select_stranko_out .select_stranko input:focus-visible {
  border: none;
  outline: none;
}
.konfigurator .konfiguracije-4 .select_stranko_out .select_stranko:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.konfigurator .konfiguracije-4 .user-data {
  margin-top: 50px;
  background: #F2F2F2;
  border-radius: 10px;
  border: 1px solid #C5C7C3;
}
.konfigurator .konfiguracije-4 .user-data .new-user {
  padding: 0 35px;
}
.konfigurator .konfiguracije-4 .user-data .new-user p {
  margin: 10px 0;
}
.konfigurator .konfiguracije-4 .user-data .new-user input {
  margin-bottom: 8px;
}
.konfigurator .konfiguracije-4 .user-data .gumb {
  display: flex;
  justify-content: center;
}
.konfigurator ::-webkit-scrollbar {
  width: 10px;
}
.konfigurator ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #C5C7C3;
  border-radius: 10px;
  background-color: #C5C7C3;
  border-left: 4px solid white;
  border-right: 4px solid white;
}
.konfigurator ::-webkit-scrollbar-thumb {
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 px var(--color-primary-darker);
  background-color: var(--color-primary-darker);
  height: 20px;
}
.konfigurator input[type=checkbox],
.konfigurator .checki {
  height: 20px;
  width: 22px;
  position: relative;
  margin-right: 5px;
  padding: 0;
}
.konfigurator input[type=checkbox]:before,
.konfigurator .checki:before {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 0px;
  border: none;
  border-radius: 3px;
  background-color: #FFFFFF;
  font-family: wagtail;
  font-style: normal;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: block;
  content: "\e021";
  margin-top: -2px;
}
.konfigurator .siv.checki:before {
  color: #c5c7c3;
}
.konfigurator .bel.checki:before {
  color: #fff;
}
.konfigurator input[type=checkbox]:checked:before,
.konfigurator input[type=checkbox]:checked + .checki:before {
  color: var(--color-primary-darker);
}
.konfigurator .slika a:before,
.konfigurator .slika a:after {
  content: " ";
  transition: 0.3s ease-out;
}
.konfigurator .slika {
  position: relative;
}
.konfigurator .slika .slika_other .nav-content {
  min-height: 170px;
}
.konfigurator .pswp-gallery {
  position: relative;
  margin: auto;
  height: auto;
  max-width: 400px;
}
.konfigurator .slika-stroja > .pswp-gallery {
  min-height: 220px;
}
.konfigurator div:not(.slika-stroja) > .pswp-gallery {
  max-height: 400px;
}
.konfigurator .pswp-gallery.slika_main img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 400px;
  height: 400px;
}
@media (max-width: 400px) {
  .konfigurator .pswp-gallery.slika_main img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .konfigurator .pswp-gallery.slika_sm {
    text-align: center;
    margin: auto !important;
  }
}
.konfigurator .pswp-gallery.slika_sm img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  height: 230px;
}
@media (max-width: 767px) {
  .konfigurator .pswp-gallery.slika_sm img {
    max-width: 300px;
    height: 300px;
  }
}
.konfigurator .slika .pswp-gallery a:hover:before {
  display: block;
  content: " ";
  background-image: url("/static/icons/magnifying-glass-iw.svg");
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
  left: calc(50% - 14px);
  top: calc(50% - 14px);
  position: absolute;
  fill: blue;
}
.konfigurator .slika .pswp-gallery a:hover:after {
  display: block;
  content: " ";
  background-color: rgba(64, 64, 64, 0.3803921569);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.konfigurator .program-2 .naslov h3 {
  font-size: 1.3rem;
}
.konfigurator .program-2 .opis_1,
.konfigurator .program-2 .opis_2 {
  /* p::first-line {
      font-weight: 800;
      line-height: 40px;
  } */
}
.konfigurator .program-2 .opis_1 b,
.konfigurator .program-2 .opis_2 b {
  font-weight: 800;
}
.konfigurator .program-2 .accordion-item {
  border: none;
}
.konfigurator .program-2 .accordion-body {
  padding: 0 0 0 14px;
}
.konfigurator .program-2 .accordion-body a {
  color: #000;
}
.konfigurator .program-2 .accordion-body p {
  font-weight: 700;
  font-size: 0.9rem;
  padding: 16px 0;
  margin: 0;
}
.konfigurator .program-2 .accordion-body a:not(:last-child) p {
  border-bottom: 1px solid #C5C7C3;
}
.konfigurator .program-2 .accordion {
  border: none;
}
.konfigurator .program-2 .accordion-gumb {
  border: none;
  cursor: pointer;
  width: 100%;
  outline: none;
  transition: 0.4s;
}
.konfigurator .program-2 .accordion-gumb:not(.collapsed):after {
  font-family: FontAwesome;
  content: "\f077";
  color: #3FA900;
  font-size: 1.5rem;
}
.konfigurator .program-2 .accordion:not(:first-child) .accordion-gumb {
  border-top: 1px solid #dee2e6;
}
.konfigurator .program-2 .accordion:not(:last-child) .accordion-gumb {
  border-bottom: 1px solid #dee2e6;
}
.konfigurator .program-2 .accordion:first-child .accordion-gumb {
  border-top-left-radius: 0.19rem;
  border-top-right-radius: 0.19rem;
  border-top: 1px solid #efefef;
}
.konfigurator .program-2 .accordion:last-child .accordion-gumb {
  border-bottom-left-radius: 0.19rem;
  border-bottom-right-radius: 0.19rem;
  border-bottom: 1px solid #efefef;
}
.konfigurator .program-2 .accordion-gumb:after {
  font-family: FontAwesome;
  content: "\f078";
  color: #3FA900;
  font-size: 1.5rem;
  padding-left: 1rem;
}
.konfigurator .kartica {
  border-bottom: 1px solid #C5C7C3;
  padding-bottom: 1.75rem;
  margin-bottom: 1.75rem;
}
.konfigurator .kartica a > h4 {
  color: #000;
  font-weight: 800;
  font-size: 1.25rem;
}
.konfigurator .sorter {
  border-bottom: 1px solid #C5C7C3;
  border-top: 1px solid #C5C7C3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.75rem;
  padding: 1.25rem 0;
}
.konfigurator .sorter p {
  margin: 0;
}
.konfigurator .moje-konfigruacije .navigacija {
  color: var(--color-primary-darker);
}
.konfigurator .moje-konfigruacije .onemogoci > a {
  color: rgb(204, 204, 204);
  background-color: rgb(87, 87, 87) !important;
  text-decoration: none;
  pointer-events: none;
  cursor: not-allowed;
  border: 1px solid rgb(87, 87, 87);
}
.konfigurator .moje-konfigruacije .m-table {
  margin-bottom: 3.5rem;
}
.konfigurator .moje-konfigruacije .m-table table {
  width: 100%;
}
.konfigurator .moje-konfigruacije .m-table table tr th {
  border-bottom: thin solid;
  padding: 20px 0;
}
.konfigurator .moje-konfigruacije .m-table table tr td {
  border-bottom: thin solid;
  padding: 15px 0;
}
.konfigurator .moje-konfigruacije .m-table .odpri-konfig:hover {
  color: #3fa900;
}
.konfigurator .moje-konfigruacije .sorting-arrows {
  margin-left: 4px;
}
.konfigurator .moje-konfigruacije .sorting-arrows .icon-arrow-up-after {
  margin-bottom: -12px;
}
.konfigurator .moje-konfigruacije .sorting-arrows .icon {
  color: #C5C7C3;
}
.konfigurator .moje-konfigruacije .sorting-arrows .green-c {
  color: var(--color-primary-darker) !important;
}
.konfigurator .moje-konfigruacije .icon-arrow-up-after:after {
  content: "\e010";
  font-family: wagtail;
}
.konfigurator .moje-konfigruacije .icon-arrow-down-after:after {
  content: "\e01a";
  font-family: wagtail;
}
.konfigurator .moje-konfigruacije input[type=checkbox] {
  border: none;
  border-radius: 0;
  cursor: pointer;
  border: 0;
  padding: 0;
  height: 12px;
  width: 22px;
  position: relative;
  margin-right: 5px;
}
.konfigurator .moje-konfigruacije input[type=checkbox]::before {
  color: #3fa900 !important;
}
.konfigurator .moje-konfigruacije input[type=checkbox]:before,
.konfigurator .moje-konfigruacije .checki:before {
  border-radius: 5px;
  background-color: #C5C7C3;
}
.konfigurator .moje-konfigruacije a.odpri-konfig,
.konfigurator .moje-konfigruacije th > a {
  color: #373737;
}
.konfigurator .program-2 #konfiguracijeModal .variacije_artiklov {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.konfigurator .program-2 #konfiguracijeModal .variacije_artiklov img {
  -o-object-fit: contain;
     object-fit: contain;
  flex-grow: 1;
  align-self: center;
  width: unset;
  height: 150px;
  max-width: 100%;
  flex-grow: 0;
}
.konfigurator .program-2 #konfiguracijeModal .variacije_artiklov b {
  display: block;
  flex-grow: 0;
}
.konfigurator .program-2 #konfiguracijeModal .variacije_artiklov .pusher {
  flex-grow: 1;
}
.konfigurator .program-2 .lastnosti_ikone {
  margin-bottom: 2.7rem;
  height: 80px;
}
.konfigurator .program-2 .lastnosti_ikone img {
  width: 50px;
  transition: 200ms;
}
.konfigurator .program-2 .interested_in {
  padding: 1.32rem 1.32rem;
  background: #F2F2F2;
  border: 1px solid #C5C7C3;
  border-radius: 5px;
}
.konfigurator .program-2 .interested_in .title {
  font-weight: 800;
  font-size: 1rem;
  padding-bottom: 1.6rem;
}
.konfigurator .program-2 .interested_in .img {
  margin: 0 0.75rem;
  background-repeat: no-repeat;
  background-size: contain;
  height: 35px;
  background-position: center;
  width: 43px;
}
.konfigurator .program-2 .interested_in .img:hover {
  background-repeat: no-repeat;
  background-size: contain;
}
.konfigurator .program-2 .interested_in .prospekti {
  background-image: url("/static/images/zanimame/prospekti.svg");
}
.konfigurator .program-2 .interested_in .prospekti:hover {
  background-image: url("/static/images/zanimame/prospekti-hover.svg");
}
.konfigurator .program-2 .interested_in .video {
  background-image: url("/static/images/zanimame/youtube.svg");
}
.konfigurator .program-2 .interested_in .video:hover {
  background-image: url("/static/images/zanimame/youtube-hover.svg");
}
.konfigurator .program-2 .interested_in .tim {
  background-image: url("/static/images/zanimame/test.svg");
}
.konfigurator .program-2 .interested_in .tim:hover {
  background-image: url("/static/images/zanimame/test-hover.svg");
}
.konfigurator .program-2 .interested_in .icons {
  display: flex;
  justify-content: space-around;
}
.konfigurator .program-2 .interested_in .icons .inster button {
  background: unset;
  outline: none;
  box-shadow: none;
  color: unset;
  border: none;
  transition: color 0.3s ease-out;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.konfigurator .program-2 .interested_in .icons .inster .text {
  font-size: 0.8rem;
  font-weight: 800;
  margin-top: 0.8rem;
  max-width: 100px;
}
.konfigurator .program-2 .interested_in .icons img {
  width: 30px;
}
.konfigurator .program-2 .konfig_gumb {
  margin: 50px 0;
  min-height: 40px;
  text-align: center;
}
.konfigurator .program-2 .dodatna_oprema .collapse.show .card {
  opacity: 1 !important;
  transition: all 0.1s ease-out;
}
.konfigurator .program-2 .dodatna_oprema .accordion-vec:not(.collapsed) .vec {
  display: none;
}
.konfigurator .program-2 .dodatna_oprema .accordion-vec:not(.collapsed) .manj {
  display: inline-block;
}
.konfigurator .program-2 .dodatna_oprema .vec {
  display: inline-block;
}
.konfigurator .program-2 .dodatna_oprema .manj {
  display: none;
}
.konfigurator .program-2 .dodatna_oprema .accordion .card {
  opacity: 0;
}
.konfigurator .program-2 .dodatna_oprema .accordion h4 {
  text-align: center;
  justify-content: center;
  align-items: center;
}
.konfigurator .program-2 .dodatna_oprema .accordion .accordion-vec {
  border: none;
  outline: none;
  background: #fff;
}
.konfigurator .program-2 .dodatna_oprema .accordion .accordion-vec:not(.collapsed) h4:after {
  font-family: FontAwesome;
  content: "\f077";
  color: #3FA900;
  font-size: 1.5rem;
}
.konfigurator .program-2 .dodatna_oprema .accordion .accordion-vec h4:after {
  font-family: FontAwesome;
  content: "\f078";
  color: #3FA900;
  font-size: 1.5rem;
  padding-left: 1rem;
}
.konfigurator .program-2 .dodatna_oprema .title {
  margin-top: 60px;
  margin-bottom: 30px;
}
.konfigurator .program-2 .dodatna_oprema .card {
  margin-bottom: 15px;
  flex-direction: row;
  max-height: 75px;
}
.konfigurator .program-2 .dodatna_oprema .card .card-footer {
  background: white;
}
.konfigurator .program-2 .dodatna_oprema .card .card-imgs {
  border-top-right-radius: unset;
}
.konfigurator .program-2 .dodatna_oprema .card .card-imgs img {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.konfigurator .program-2 .dodatna_oprema .card .text-body {
  width: 100%;
}
.konfigurator .program-2 .dodatna_oprema .card .card-footer {
  border-top: unset;
  width: 100%;
}
.konfigurator .program-2 .dodatna_oprema .card .card-footer div {
  height: 100%;
  display: flex;
  align-items: center;
}
.konfigurator .no-items {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.naslov h3 {
  font-size: 1.313rem !important;
}

.modal-backdrop {
  opacity: 0 !important;
}

.modal .modal-content {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 10px;
}
.modal .modal-header {
  border-bottom: unset;
}
.modal .modal-body {
  padding-top: 0;
  padding-left: 3.3rem;
  padding-right: 3.3rem;
  padding-bottom: 3.3rem;
}
.modal .ytp-title-text {
  display: none !important;
}
.modal .video-outer {
  position: relative;
}
.modal .video-outer:hover:after {
  content: " ";
  background-image: url("/static/images/Overlay-video.svg");
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
}

.dokument {
  width: 100%;
  height: 100%;
}
.dokument .dokument_text {
  text-align: center;
  word-break: break-all;
}
.dokument .dokument_text span {
  color: #000;
}
.dokument .dokument_img {
  margin: 0.75rem;
  background-image: url("/static/icons/dokument.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  background-position: center;
}
.dokument .dokument_img:hover {
  background-image: url("/static/icons/dokument-hover.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.prikaz-list-z {
  background-image: url("/static/icons/prikaz-2-zelen.svg");
}

.prikaz-list-s {
  background-image: url("/static/icons/prikaz-2-siv.svg");
}

.prikaz-grid-s {
  background-image: url("/static/icons/prikaz-1-siv.svg");
}

.prikaz-grid-z {
  background-image: url("/static/icons/prikaz-1-zelen.svg");
}

.prikazan {
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
}

.fluidMedia {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.fluidMedia::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.fluidMedia iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.navigiranje .navigiranje-header .nav-content,
.navigiranje .navigiranje-galerija .nav-content {
  margin: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.navigiranje .navigiranje-header .nav-content a,
.navigiranje .navigiranje-galerija .nav-content a {
  text-align: center;
  color: #000;
}
.navigiranje .navigiranje-header .nav-content .col-1,
.navigiranje .navigiranje-galerija .nav-content .col-1 {
  padding: 0;
  width: 5%;
}
.navigiranje .navigiranje-header .nav-content .col-3,
.navigiranje .navigiranje-galerija .nav-content .col-3 {
  width: 30%;
}
.navigiranje .navigiranje-header .navigacija,
.navigiranje .navigiranje-galerija .navigacija {
  height: auto;
  max-height: 30px;
  width: auto;
}
.navigiranje .navigiranje-header .rotate-left,
.navigiranje .navigiranje-galerija .rotate-left {
  transform: rotate(90deg);
}
.navigiranje .navigiranje-header .rotate-right,
.navigiranje .navigiranje-galerija .rotate-right {
  transform: rotate(-90deg);
}

.round-info {
  margin: 0.95rem 0;
  background-image: url("/static/icons/Info-normal.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 21px;
  width: 21px;
  background-position: center;
}
.round-info:hover {
  background-image: url("/static/icons/Info-hover.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.round-info:focus {
  box-shadow: none;
}

.konfiguracije-4 table .round-info {
  margin-left: auto;
}

.rez-deli:last-child {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .rez-deli:last-child {
    margin-bottom: 50px;
  }
}

.rez-body .s_offset {
  scroll-margin-top: 100px;
}
@media (max-width: 991px) {
  .rez-body .s_offset {
    scroll-margin-top: 80px;
  }
}
.rez-body .rezervni .img,
.rez-body .navodila .img {
  margin: 0 0.75rem;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  background-position: center;
}
.rez-body .rezervni .img:hover,
.rez-body .navodila .img:hover {
  background-repeat: no-repeat;
  background-size: contain;
}
.rez-body .rezervni .doc,
.rez-body .navodila .doc {
  background-image: url("/static/icons/dokument.svg");
}
.rez-body .rezervni .doc:hover,
.rez-body .navodila .doc:hover {
  background-image: url("/static/icons/dokument-hover.svg");
}
.rez-body .rezervni .txt,
.rez-body .navodila .txt {
  word-break: break-all;
  margin: 5px 5px 0;
  font-size: 0.8rem;
  color: black;
}
.rez-body .rezervni .pointer,
.rez-body .navodila .pointer {
  cursor: pointer;
  padding: 5px 0;
  transition: ease 500ms;
}
.rez-body .rezervni .pointer:hover,
.rez-body .navodila .pointer:hover {
  background-color: #F2F2F2;
  transition: ease 500ms;
}
.rez-body .rezervni .pointer:hover .doc,
.rez-body .navodila .pointer:hover .doc {
  background-image: url("/static/icons/dokument-hover.svg");
}

.f_help:not(.show) {
  display: none;
}

.f_help {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background: rgba(0, 0, 0, 0.7098039216);
}
.f_help .container {
  position: fixed;
  left: 0;
  right: 0;
}
.f_help .f_help-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.f_help .f_help-inner .f_help-next {
  position: absolute;
  top: 80vh;
  left: calc(50% - 90px);
}
.f_help .f_help-inner .f_help-exit {
  position: absolute;
  top: 20vh;
  right: 0;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .f_help .f_help-inner .help-img {
    width: 140vw;
  }
}

.prosojni_gumb-white {
  border-radius: 30px;
  padding: 12px 50px;
  border: 2px solid #FFFFFF;
  background: unset;
  color: #fff;
  outline: 0;
  transition: all 0.3s ease-out;
  font-weight: 700;
  font-size: 1.2rem;
}

.prosojni_gumb-white:hover,
.prosojni_gumb-white-round:hover {
  background: #fff;
  color: #000;
}

.prosojni_gumb-white-round {
  border-radius: 50%;
  padding: 5px 10px;
  border: 2px solid #FFFFFF;
  background: unset;
  color: #fff;
  outline: 0;
  transition: all 0.3s ease-out;
  font-weight: 700;
  font-size: 1.2rem;
}

@media (max-width: 1400px) {
  .konfigurator .k-meni .k-meni-l a:last-child {
    padding-left: 12px;
  }
  .konfigurator .k-meni .k-meni-l a:first-child {
    padding-right: 12px;
  }
}
@media (max-width: 992px) {
  .konfigurator .title {
    margin-bottom: 20px;
  }
  .konfigurator .k-meni {
    margin-top: 1.3rem;
    margin-bottom: 0;
  }
  .konfigurator #potek {
    margin: 30px 0;
  }
  .konfigurator #potek li a {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .konfigurator #potek {
    margin: 0px 0 30px 0;
  }
  .konfigurator #potek li a {
    font-size: 0 !important;
  }
}
@media (max-width: 562px) {
  .konfigurator .k-meni .k-meni-l a {
    font-size: 0.75rem;
  }
  .konfigurator .moje-konfigruacije tr th:nth-child(2),
.konfigurator .moje-konfigruacije tr td:nth-child(2) {
    display: none;
  }
  .konfigurator .moje-konfigruacije tr td:last-child b {
    display: none;
  }
  .konfigurator .moje-konfigruacije tr span {
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    max-width: 650px;
  }
  .pr-xl-7 {
    padding-right: 48px;
  }
  .pr-xl-6 {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .pr-xl-7 {
    padding-right: 128px;
  }
  .pr-xl-6 {
    padding-right: 96px;
  }
}/*# sourceMappingURL=konfiguracije.css.map */