/* .home .hero-section {
  display: none;
} */
/*
.form-group {
  margin-bottom: 0.5rem;
}

.form-group label {
  color: #ffffff;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: rgba(180, 255, 200, 0.4);
  color: #ffffff;
}

.dg2-readonly {
  background: rgba(255, 255, 255, 0.6) !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  font-weight: 700;
} */
/* novi stilovi */
/* blokovi */
.dg2-wrapper {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}

.dg2-col-sidebar {
  max-width: 300px;
  min-width: 220px;
  width: 18%;
  order: 1;
  padding-left: 10px;
}

.dg2-col-main {
  /* max-width: 1030px; */
  width: 80%;
  order: 2;
}

.d-flex {
  display: flex;
}

.dg2-col-50 {
  flex-basis: 50%;
}

.dg2-col-70 {
  flex-basis: 69%;
}

.dg2-col-30 {
  flex-basis: 29%;
}

/* sidebar widgets */
.sidebar-widget.list-widget {
  margin: 10px 0;
}

.dg2-widget-title {
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 5px;
}

.list-widget-wrapper {
  padding-left: 10px;
}

.list-widget-wrapper a:hover {
  text-decoration: underline;
}

/*
kategorije
*/
.categories {
  list-style-type: none;
}

.categories ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.categories .cat-item {
  position: relative;
}

.categories .cat-item ul.children {
  display: none;
  padding: 2px 0px 0 15px;
}

.categories .current-cat ul.children,
.categories .current-cat-ancestor ul.children,
.categories .current-cat-parent ul.children,
.categories .dg2-parent-cat ul.children {
  display: block;
}

.categories ul li {
  margin: 0;
}

.categories>ul>li span {
  position: absolute;
  right: 15px;
  cursor: pointer;
}

.active .catspan {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.cat-count {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cat-count .cat-number {
  text-align: right;
  color: #c1c1c1;
  font-size: 14px;
}

.current-cat:before {
  content: '\00BB';
  position: absolute;
  left: -11px;
  line-height: 1.2;
}

/* filteri */
.dg2-filteri a {
  font-size: 16px;
  line-height: 1.3;
  color: #243c56;
  color: var(--headingColor);
}

.dg2-filteri .list-colors a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 2px 0;
}

.dg2-filteri a .dg2-onecolor {
  width: 19px;
  height: 18px;
}

.list-colors.list-images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.list-colors.list-images a {
  display: contents;
}

.dg2-filteri .list-colors.list-images .dg2-onecolor {
  width: 30px;
  height: 30px;
  border-radius: 0;
  margin: 2px;
}

.list-group.list-box {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.list-group.list-box a {
  border: 1px solid #eeeeee;
  min-width: 35px;
  margin: 2px;
  text-align: center;
  padding: 4px;
  width: auto;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-number {
  text-align: right;
  color: #c1c1c1;
  font-size: 14px;
}

.dg2-izabrani-filteri {
  font-size: 14px;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
}

.dg2-izabrani-filteri a {
  display: block;
  text-align: left;
}

.chip {
  justify-content: space-between;
  width: auto;
  margin-left: 5px;
  font-size: 14px;
  line-height: 1;
}

svg.chip-svg {
  width: 13px;
  margin: 0px 4px;
  font-size: 14px;
}

.range-slider {
  margin: auto;
  text-align: center;
  position: relative;
  padding: 30px 0 10px 0;
}

.range-slider svg,
.range-slider input[type="range"] {
  position: absolute;
  left: 0;
  bottom: 0;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #424546;
}

input[type="range"]:focus::-ms-fill-lower {
  background: #424546;
}

input[type="range"]:focus::-ms-fill-upper {
  background: #424546;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #424546;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

input[type="range"]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #424546;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #667175;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #424546;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

input[type="range"]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #424546;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #667175;
  cursor: pointer;
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
  background: #424546;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

input[type="range"]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #424546;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #667175;
  cursor: pointer;
}

.dg2-price-input {
  display: flex;
  margin-top: 25px;
  justify-content: space-between;
  font-size: 14px;
}

input[type="number"] {
  border: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
  padding: 0;
}

/** toolbar sa brojem modela sortiranjem i stranama */
.dg2-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.dg2-toolbar .d-flex {
  justify-content: flex-end;
  align-items: baseline;
}

#selectsort {
  padding: 0 5px;
  height: 25px;
  width: 155px;
  min-width: 65px;
  border: none;
}

#selectshow {
  padding: 0 5px;
  height: 25px;
  width: 65px;
  min-width: 65px;
  border: none;
}

/* cards */
.card-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.dg2-card {
  width: 48%;
  margin: 5px 4px 0 0px;
  padding: 5px;
  background: #ffffff;
  position: relative;
}

.item .dg2-card {
  width: 100%;
}

.card-related {
  width: 48%;
  height: 400px;
}

@media (min-width:45em) {
  .dg2-card {
    width: 32%;
  }

  .card-related {
    width: 32%;
  }
}

@media (min-width:65em) {
  .dg2-card {
    width: 24%;
  }

  .card-related {
    width: 24%;
  }
}

@media (min-width:80em) {
  .dg2-card {
    width: 19%;
  }

  .card-related {
    width: 19%;
  }
}

@media (min-width:80em) {
  .card-6 {
    width: 16%;
  }
}

.card-block {
  padding: 10px 10px 0 10px;
  position: relative;
  min-height: 150px;
}

.card-block-data {
  min-height: 108px;
}

.card-sifra {
  font-size: 14px;
  font-weight: 400;
  color: #272727;
}

h2.card-title {
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 5px;
  min-height: 40px;
}

.card-title a:link, .card-title a:visited {
  color: #272727;
  text-transform: uppercase;
}

.card-description {
  font-size: 12px;
  color: #a5a5a5;
  line-height: 1;
  margin-top: 5px;
  min-height: 22px;
}

.card-cena {
  font-size: 17px;
  font-weight: 600;
  color: #272727;
  margin-bottom: 0px;
  margin-top: 4px;
}

.card-zalihe {
  font-size: 12px;
}

.card-ribbon {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 1;
  overflow: hidden;
  width: auto;
  text-align: right;
  color: #ffffff;
  font-size: 11px;
  padding: 5px 6px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
  background: #f44336;
}

.card-ribbon-new-sale {
  top: 32px;
}

.card-ribbon-sale {
  background: #ff7043;
  color: #ffffff;
}

.card-block-boje {
  min-height: 27px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.card-boje {
  display: flex;
  flex-direction: row;
  margin-top: 6px;
  flex-flow: wrap;
}

.card-boja {
  width: 18px;
  height: 18px;
  margin: 1px;
}

.card-boja.last {
  flex-grow: 8;
  font-size: 10px;
  padding: 3px;
  width: 40px;
}

.card-boje-o {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: absolute;
  z-index: 9;
  background: #ffffff;
  padding: 5px;
  box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.1);
}

.card-boje-hidden {
  display: none;
}

.card-boja-90 {
  border: 1px solid #e8e8e8;
}

.cart-attributes {
  position: absolute;
  display: flex;
  flex-direction: column;
}

.img1 {
  display: block;
}

.img2 {
  display: none;
}

.dg2-card>a:hover .img1 {
  display: none;
}

.dg2-card>a:hover .img2 {
  display: block;
}

/* dugmici */
.dg2-btndark {
  background: #3f3f3f;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 0;
  font-size: 14px;
  text-align: center;
  margin: 5px;
}

.dg2-btndark:hover {
  background: #232323;
  color: #ffffff;
}

.dg2_dropdown-list {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dg2_dropdown-list a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

/* Change color of dropdown links on hover */
.dg2_dropdown-list a:hover {
  background-color: #ddd;
}

/* Show the dropdown list on hover */
.dg2_dropdown:hover .dg2_dropdown-list {
  display: block;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.dg2-button-zalihe {
  font-size: 12px;
  cursor: pointer;
}

.dg2-button-zalihe:hover {
  text-decoration: underline;
}

/* tables */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  border-collapse: collapse;
  font-size: 14px;
  border: 1px solid #eee;
}

table th, table td {
  padding: 5px;
  text-align: center;
  border: 1px solid #eee;
  font-size: 85%;
}

.table td, .table th {
  padding: 5px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

table .td-40 {
  width: 40px;
}

table .td-100 {
  width: 100px;
}

table.product-info-table td {
  text-align: left;
  line-height: 1.2;
}

span.dg2-dol {
  display: block;
  line-height: 1;
  font-size: 80%;
  color: #98a9c3;
}

/* model page */
.dg2-model-naslov h1 {
  font-size: 30px;
}

h3.dg2-ime-proizvoda {
  font-size: 18px;
}

.dg2-tabela-boja-span {
  background-size: contain;
  width: 22px;
  height: 22px;
  margin-bottom: 0;
  display: block;
  margin: 0 auto;
}

.dg2-boja-90 {
  border-radius: 0;
  border: 1px solid #ddd;
}

.dg2-model-detalji {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.dg2-model-opis {
  font-size: 16px;
  line-height: 1.7;
  padding: 10px 55px;
  text-align: center;
}

.dg2-bojemodel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin: auto;
}

.dg2-bojaokvir {
  margin: 5px;
  border: 1px solid #dddddd;
  padding: 2px;
}

.dg2-bojaokvir.active {
  border: 1px solid #333333;
  background: #eeeeee;
  position: relative;
}

.dg2-bojaokvir.active::after {
  content: '\2713';
  position: absolute;
  top: 0px;
  left: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.dg2-bojaokvir.dg2-bojaokvir-12.active::after,
.dg2-bojaokvir.dg2-bojaokvir-15.active::after,
.dg2-bojaokvir.dg2-bojaokvir-16.active::after,
.dg2-bojaokvir.dg2-bojaokvir-22.active::after,
.dg2-bojaokvir.dg2-bojaokvir-40.active::after,
.dg2-bojaokvir.dg2-bojaokvir-51.active::after,
.dg2-bojaokvir.dg2-bojaokvir-71.active::after,
.dg2-bojaokvir.dg2-bojaokvir-90.active::after {
  color: #111111;
}

.dg2-bojaokvir div {
  width: 28px;
  height: 28px;
}

/* splide gallery */
.splide__arrow {
  position: absolute;
  z-index: 1;
  font-size: 1rem;
  color: #fff;
  transition: color .2s cubic-bezier(.54, .01, .1, 1);
  padding: 0;
  margin: 0;
}

.splide__arrow--prev {
  left: 0;
}

.splide__arrow--next {
  right: 0;
}

#secondary-slider {
  margin: 5px 0;
}

#secondary-slider .splide__track {
  width: 80%;
  margin: 0 auto;
}

.splide--nav>.splide__track>.splide__list>.splide__slide {
  border: 2px solid transparent;
}

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
  border-color: #c7c7c7;
}

.toolbar-filteri, .close-filteri {
  display: none;
}

/* pagination stranice */
nav.navigation {
  padding: 20px;
  display: flex;
  justify-content: flex-end;
}

a.page-numbers, span.page-numbers {
  padding: 2px 8px;
  border: 1px solid #efefef;
  border-radius: 4px;
  color: #243c56;
}

span.page-numbers.current, a.page-numbers:hover {
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #283646;
  background: #243c56;
}

.next.page-numbers, .prev.page-numbers,
.next.page-numbers:hover, .prev.page-numbers:hover {
  display: inline-block;
  border: none;
  padding: 2px 8px;
  background: transparent;
}

/* responsive */
@media (max-width:800px) {
  .dg2-wrapper {
    flex-direction: column;
    padding: 0 10px;
    position: relative;
  }

  .dg2-col-main {
    max-width: 100%;
    width: 100%;
    order: 1;
  }

  .dg2-col-50 {
    flex-basis: 100%;
    width: 100%;
  }

  .dg2-col-70 {
    width: 100%;
  }

  .dg2-col-30 {
    width: 100%;
  }

  .toolbar-filteri, .close-filteri {
    display: block;
  }

  .dg2-col-sidebar {
    position: absolute;
    top: 0;
    right: 100%;
    width: 300px;
    height: 100%;
    /* left: -300px; */
    background: #ffffff;
    transition: all .35s ease;
    visibility: hidden;
  }

  .dg2-col-sidebar.show {
    /* left: 0px; */
    transform: translateX(300px);
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width:500px) {
  .dg2-toolbar {
    flex-direction: column;
  }

  .dg2-card {
    width: 48%;
  }
}

.dg2-model-cena {
  font-size: 2rem;
  color: #000000;
  font-family: var(--fontFamily);
}

.dg2-model-cena h5 {
  text-align: center;
}

/* popup zalihe - boje */
.dg2-filter-boja-span {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  position: relative;
  border-radius: 0;
}

.dg2-filter-boja-stampa {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  position: relative;
  border-radius: 0;
}

.btn-show-stampa {
  padding: 0 1rem 0.5rem 1.6rem;
  font-size: 13px;
  cursor: pointer;
}

.dg2-boja-filter {
  font-size: 13px;
  color: #999999;
  flex: 1 0 45%;
  margin: 5px;
  cursor: pointer;
}

.dropdown-boje-wrapper-col {
  position: relative;
  background: #ffffff;
  right: 16px;
}

.dropdown-boje-wrapper {
  border: 1px solid #dedede;
  border-radius: 3px;
  position: absolute;
  background: #ffffff;
  top: 35px;
}

.dropdown-boje {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  font-size: 12px;
  color: #000000;
  font-weight: 400;
}

.dropdown-boje img {
  width: 10px;
}

.dropdown-boje::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dg2-filter-boja-span.showb::after {
  content: '';
  background-image: url(img/correcttw.svg);
  background-size: 15px;
  display: block;
  color: #ffffff;
  padding: 15px;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  left: 9px;
}

.dg2-filter-boja-span.c12.showb::after,
.dg2-filter-boja-span.c15.showb::after,
.dg2-filter-boja-span.c16.showb::after,
.dg2-filter-boja-span.c22.showb::after,
.dg2-filter-boja-span.c40.showb::after,
.dg2-filter-boja-span.c51.showb::after,
.dg2-filter-boja-span.c71.showb::after,
.dg2-filter-boja-span.c90.showb::after {
  /* color: #333333; */
  background-image: url(img/correctt.svg);
}

.dg2-filter-boja-span.c90 {
  border: 1px solid #cccccc;
}

.b-btn {
  display: block;
  background: #efefef;
  padding: 4px 16px;
  border: none;
  border-radius: 25px;
  margin: 0 0 15px 6px;
  width: fit-content;
  font-size: 12px;
  color: #111111;
}

/* modal za zalihe */
@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 60%;
    margin: 1.75rem auto;
  }
}

@media (min-width: 1500px) {
  .modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
  }
}

/* modal za zalihe */
@media (min-width: 1200px) {
  #stampeModal .modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
  }
}

@media (min-width: 1500px) {
  #stampeModal .modal-dialog {
    max-width: 1270px;
    margin: 1.75rem auto;
  }
}

#exampleModal .modal-content {
  min-height: 100vh;
}

.dg2-modal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1.2rem;
}

.dg2-podnaslov {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
}

.dg2-podnaslov h3 {
  font-size: 1.4rem;
}

.dg2-podnaslov h5 {
  font-size: 1rem;
}

.h3-title {
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  margin: 25px 10px;
}

#stampeModal .dropdown-boje-wrapper {
  top: 0;
  width: 90%;
  z-index: 9;
}

.print-info {
  font-size: 13px;
}

.print-info .image {
  border: 1px solid #f3f3f4;
  border-radius: 5px;
  position: relative;
  padding: 0 25px;
  min-height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.print-info .image-download {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.print-info .content {
  background: #f3f3f4;
  border-radius: 5px;
  padding: 10px;
  margin-top: 5px;
}

.dropdown-boje-wrapper-col {
  position: relative;
  background: #ffffff;
  right: 16px;
}

#stampeModal .dropdown-boje-wrapper {
  top: 0;
  width: 90%;
  z-index: 9;
}

.toolbar-filteri span, .close-filteri span {
  font-weight: 700;
}

.toolbar-filteri span:after {
  content: ' \00BB'
}

.close-filteri span:after {
  content: ' x'
}

.dg2-image-hover .img1,
.owl-carousel .owl-item .dg2-image-hover .img1 {
  display: block;
}

.dg2-image-hover .img2,
.owl-carousel .owl-item .dg2-image-hover .img2 {
  display: none;
}

.dg2-image-hover:hover .img1,
.owl-carousel .owl-item .dg2-image-hover:hover .img1 {
  display: none;
}

.dg2-image-hover:hover .img2,
.owl-carousel .owl-item .dg2-image-hover:hover .img2 {
  display: block;
}

.owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  border: 0;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  /* padding: 2px !important; */
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 110%;
  font-size: 25px;
}

.dg2-breadcrumb {
  padding: 10px;
  font-size: 0.8rem;
  color: silver;
}

.dg2-breadcrumb span, .dg2-breadcrumb span a {
  font-size: 0.8rem;
  color: silver;
}

.dg2-breadcrumb span a.current-item span {
  color: #333333;
  font-weight: 600;
}

.dg2-bojaokvir.dg2-bojaokvir-newcolor::before {
  content: 'NEW';
  position: absolute;
  font-size: 0.6rem;
  top: -15px;
  /* -12px */
  z-index: 0;
  background: #ffffff;
  text-align: center;
  left: 5px;
  font-weight: 700;
}

.dg2-bojaokvir.dg2-bojaokvir-newcolor {
  /* border: 1px solid #333333;
  border-radius: 100%; */
  position: relative;
}

.imageWrapper {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
}

.imageWrapper>div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.imageWrapper>div .dg2-image-hover {
  display: contents;
}

.imageWrapper>div .dg2-image-hover img {
  width: auto;
  height: 100%;
  margin: auto;
}