::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #585857;
}
::-webkit-scrollbar-thumb:hover {
  background: #585857;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
body {
  background-color: #fafafa;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 110%;
  margin-top: 0;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.625rem;
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
p,
li,
a,
span,
button {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #93c13e;
}
.header .container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .container .logo {
  position: relative;
  top: -5px;
}
.header .container .site-nav {
  margin-left: 2rem;
}
.header .container .site-nav a {
  display: inline-block;
  margin-right: 1rem;
  color: #333;
}
.header .container .site-nav a:hover {
  text-decoration: underline;
}
.header .container .site-nav.visible {
  display: block;
  position: absolute;
  top: 37px;
  right: 1rem;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.5);
  width: 200px;
}
.header .container .search-wrapper-large {
  margin-left: auto;
  margin-right: 1rem;
  width: 250px;
}
.header .container .search-wrapper-large input#search-large {
  padding: .25rem 1rem;
  width: 100%;
  border: 2px solid #93c13e;
  border-radius: 4px;
  align-self: center;
}
.header .container .search-wrapper-large #suggest-large {
  display: none;
  position: absolute;
  top: 37px;
  background-color: rgba(0, 0, 0, 0.75);
  width: 450px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding: .5rem;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.header .container .search-wrapper-large #suggest-large ul {
  padding: 0;
}
.header .container .search-wrapper-large #suggest-large ul li {
  padding: .25rem;
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  color: #fff;
}
.header .container .search-wrapper-large #suggest-large ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .875rem;
  color: inherit;
}
.header .container .search-wrapper-large #suggest-large ul li a .highlight {
  background-color: #93c13e;
  font-size: inherit;
}
.header .container .user-data {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 1rem;
  width: fit-content;
}
.header .container .user-data .user-menu-btn {
  cursor: pointer;
}
.header .container .user-data .user-info {
  margin-left: .5rem;
  line-height: 1rem;
  position: relative;
  bottom: -2px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .container #cart-btn {
  position: relative;
  margin-right: .5rem;
  top: 2px;
}
.header .container #cart-btn #cart-total {
  position: absolute;
  background-color: #93c13e;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  top: -12px;
  right: -10px;
  font-size: 12px;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.25);
  font-weight: 700;
}
.header .container [class*=fa-] {
  font-size: 2rem;
  color: #585857;
}
.main-banner {
  min-height: 300px;
  height: 40vh;
  background: url(images/main-header.jpg) 50% 50% no-repeat;
}
.carousel {
  overflow: hidden;
}
.carousel .carousel-inner .carousel-item {
  height: 500px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel .carousel-inner .link {
  cursor: pointer;
}
.main-body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.main-body .aside {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  z-index: 5;
}
.main-body .aside .partial-menu {
  z-index: 100;
}
.main-body .aside .partial-menu ul {
  margin: 0;
  padding-left: 0;
  text-align: left;
  background-color: #93c13e;
}
.main-body .aside .partial-menu ul:not(.level-1) {
  display: none;
}
.main-body .aside .partial-menu ul.opened {
  display: block;
}
.main-body .aside .partial-menu ul li {
  position: relative;
  list-style-type: none;
}
.main-body .aside .partial-menu ul li ul {
  background-color: #599abb;
}
.main-body .aside .partial-menu ul li a {
  display: block;
  padding: 7px 40px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
}
.main-body .aside .partial-menu ul li a:hover {
  text-decoration: none;
}
.main-body .aside .partial-menu ul li a .pc {
  color: rgba(255, 255, 255, 0.66);
  font-size: .66rem;
  font-style: italic;
}
.main-body .aside .partial-menu ul li.dropdown > a:after {
  float: right;
  display: inline-block;
  content: '+';
  color: #fff;
}
.main-body .aside .partial-menu .show-all a {
  font-weight: 700;
}
.main-body .aside .filter-wrapper {
  border-bottom: 1px solid #e0dcdc;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
}
.main-body .aside .filter-wrapper h4 {
  margin-bottom: .75rem;
}
.main-body .aside .filter-wrapper .filter-element {
  margin-bottom: .5rem;
  color: #999;
}
.main-body .aside .filter-wrapper .filter-element:hover {
  color: #333;
  cursor: pointer;
}
.main-body .aside .filter-wrapper .filter-element:hover .fa {
  color: inherit;
}
.main-body .aside .filter-wrapper .filter-element.active {
  color: #93c13e;
  cursor: pointer;
}
.main-body .aside .filter-wrapper .filter-element.active .far {
  color: inherit;
}
.main-body .aside .filter-wrapper .filter-element .far {
  display: inline-block;
  margin-right: .5rem;
  font-size: 1.5rem;
  color: #ccc;
  position: relative;
  top: 3px;
}
.main-body .main-content {
  flex: 1;
}
.main-body .main-content h2 {
  margin-top: 0;
}
.mobile-menu-bar {
  display: flex;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: left;
  padding: .5rem .5rem;
}
.mobile-menu-bar #main-menu-btn {
  padding: 9px 10px;
  margin-right: 6px;
  background-color: #93c13e;
  border-radius: 4px;
}
.mobile-menu-bar #mobile-filter-btn {
  padding: 9px 10px;
  margin-right: 6px;
  background-color: #93c13e;
  border-radius: 4px;
}
.mobile-menu-bar .search-wrapper {
  position: relative;
  width: 100%;
}
.mobile-menu-bar .search-wrapper input#search {
  width: 100%;
  border: 0;
  border-radius: 4px;
  padding: 6px;
  color: #000;
}
.referentna-lista {
  max-width: 1200px;
  margin: 0 auto;
}
.katalog .page-selector {
  margin: 1rem 0;
  text-align: right;
}
.katalog .page-selector a {
  display: inline-block;
  margin: 0 .125rem;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  background-color: #585857;
  width: 28px;
  border-radius: .25rem;
  transition: color 0.25s ease-out;
}
.katalog .page-selector a.active {
  cursor: default;
  color: #fff;
  background-color: #93c13e;
}
.katalog .page-selector a:not(.active):hover {
  background-color: #e2e2e2;
}
.katalog .products-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.katalog .products-wrapper .product-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: calc(20% + 1px);
  background-color: #fff;
  padding: 1rem .25rem .25rem;
  margin: -1px 0 0 -1px;
  color: #333;
  overflow: hidden;
  transition: all 0.1s ease-out;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.katalog .products-wrapper .product-card .thumb {
  width: 100%;
  height: 163px;
  margin-bottom: 1rem;
}
.katalog .products-wrapper .product-card .thumb .center {
  width: 100%;
  height: 100%;
  transform: translateX(50%) translateY(50%);
}
.katalog .products-wrapper .product-card .thumb .center img {
  display: block;
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
.katalog .products-wrapper .product-card .data {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: .25rem;
}
.katalog .products-wrapper .product-card .data .name {
  margin-bottom: .5rem;
}
.katalog .products-wrapper .product-card .data .name a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
}
.katalog .products-wrapper .product-card .data .name a:hover {
  text-decoration: none;
}
.katalog .products-wrapper .product-card .data .code {
  margin-top: auto;
  font-size: .875rem;
  color: #585857;
}
.katalog .products-wrapper .product-card .data .availability {
  font-size: .875rem;
  color: #585857;
}
.katalog .products-wrapper .product-card .data .price {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.25rem;
}
.katalog .products-wrapper .product-card .data .price.promo {
  color: #c00;
}
.katalog .products-wrapper .product-card .data .price .advance {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .875rem;
  color: #c00;
}
.katalog .products-wrapper .product-card .data .sn-button {
  padding: .25rem .5rem;
  margin: 0;
  font-size: 1rem;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: unset;
  text-align: left;
  width: fit-content;
}
.katalog .products-wrapper .product-card .data .sn-button:disabled {
  color: rgba(0, 0, 0, 0.75) !important;
}
.katalog .products-wrapper .product-card .data .sn-button [class*=fa-] {
  margin-left: 0;
}
.katalog .products-wrapper .product-card .buttons-wrapper {
  display: flex;
}
.katalog .products-wrapper .product-card .buttons-wrapper button,
.katalog .products-wrapper .product-card .buttons-wrapper a {
  display: block;
  width: 100%;
  border: 0;
  padding: .5rem;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.75);
  transition: all .25s linear;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
}
.katalog .products-wrapper .product-card .buttons-wrapper button:not(:last-child),
.katalog .products-wrapper .product-card .buttons-wrapper a:not(:last-child) {
  margin-right: .25rem;
}
.katalog .products-wrapper .product-card .buttons-wrapper button:disabled,
.katalog .products-wrapper .product-card .buttons-wrapper a:disabled {
  transition: none;
}
.katalog .products-wrapper .product-card .buttons-wrapper button.add-to-cart,
.katalog .products-wrapper .product-card .buttons-wrapper a.add-to-cart {
  background-color: #93c13e;
  color: #fff;
}
.katalog .products-wrapper .product-card .buttons-wrapper a:hover {
  text-decoration: none !important;
  color: rgba(0, 0, 0, 0.85);
  background-color: rgba(0, 0, 0, 0.1);
}
.proizvod {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.proizvod .breadcrumbs {
  flex: 1 1 100%;
}
.proizvod .image {
  position: relative;
  width: 33%;
  height: 297px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: flex;
}
.proizvod .image img {
  display: block;
  max-width: 95%;
  max-height: 95%;
  margin: auto;
}
.proizvod .data {
  width: 67%;
  padding-left: 5rem;
}
.proizvod .data h1 {
  font-size: 1.675em;
  word-break: break-all;
}
.proizvod .data .specs {
  margin-bottom: 2rem;
}
.proizvod .data .specs .spec .label {
  display: inline-block;
  width: 150px;
  font-weight: 700;
  font-size: inherit;
}
.proizvod .data .specs .price {
  margin-top: 1.75rem;
  font-size: 2rem;
  font-weight: 700;
}
.proizvod .data .specs .price.promo {
  color: #c00;
}
.proizvod .data .specs .price.promo i {
  cursor: pointer;
}
.proizvod .data .specs .price .advance {
  display: block;
  color: #c00;
}
.proizvod .data .description .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.proizvod .data .description .nav-tabs .nav-item {
  position: relative;
  top: 1px;
}
.proizvod .data .description .nav-tabs .nav-link.active {
  background-color: #585857;
  color: #fff;
}
.proizvod .data .description .nav-tabs .nav-link:not(.active):hover {
  border-bottom: 0;
}
.proizvod .data .description nav a {
  color: #000;
}
.proizvod .data .description .tab-content .tab-pane {
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-top: 0;
  word-break: break-all;
}
.proizvod .data .description .tab-content .tab-pane table {
  width: 100%;
  border: 0;
}
.proizvod .data .description .tab-content .tab-pane table tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.proizvod .data .description .tab-content .tab-pane table td {
  padding: .25rem .5rem;
  border: 0;
}
.proizvod .cart {
  margin-bottom: 2rem;
}
.prijava {
  max-width: 660px;
  margin: 0 auto;
}
.prijava #login-status {
  display: none;
  margin-top: 1rem;
}
.prijava .lost-password {
  position: relative;
  top: 2px;
  margin-left: 1rem;
  color: #666;
}
.prijava .lost-password:hover {
  color: #000;
}
.prijava .reg-info {
  margin-top: 2rem;
}
.registracija {
  max-width: 660px;
  margin: 0 auto;
}
.registracija .reg-info {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.aktivacija {
  max-width: 660px;
  margin: 0 auto;
}
.zaboravljena-lozinka {
  max-width: 660px;
  margin: 0 auto;
}
.zaboravljena-lozinka #lost-status {
  margin-top: 1rem;
  display: none;
}
.zaboravljena-lozinka #lost-status .alert {
  margin: 0;
}
.promjena-lozinke {
  max-width: 660px;
  margin: 0 auto;
}
.promjena-lozinke #change-status {
  margin-top: 1rem;
  display: none;
}
.promjena-lozinke #change-status .alert {
  margin: 0;
}
.korisnik {
  max-width: 660px;
  margin: 0 auto;
}
.korisnik #user-form-msg {
  display: none;
}
.kosarica {
  max-width: 1200px;
  margin: 0 auto;
}
.kosarica h2 {
  position: relative;
  margin-bottom: 1rem;
}
.kosarica .user-cart-options {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.kosarica .user-cart-options .choice {
  flex: 1;
  cursor: pointer;
  text-align: center;
  padding: 1rem;
  position: relative;
  background-color: #fff;
}
.kosarica .user-cart-options .choice:first-child {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.kosarica .user-cart-options .choice:last-child {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.kosarica .user-cart-options .choice:not(:last-child):after {
  content: "";
  height: 40px;
  width: 2px;
  background-color: #93c13e;
  top: calc(50% - 20px);
  right: -1px;
  position: absolute;
  z-index: 1;
}
.kosarica .user-cart-options .choice h2 {
  margin: 0 0 .25rem 0;
}
.kosarica .user-cart-options .choice p {
  margin: 0 0 .25rem 0;
}
.kosarica .user-cart-options .choice .far {
  position: relative;
  top: 1px;
  color: #ccc;
  display: inline-block;
  margin-left: .5rem;
}
.kosarica .user-cart-options .choice.active.active {
  background-color: #93c13e;
  color: #fff;
}
.kosarica .user-cart-options .choice.active .far {
  color: #fff;
}
.kosarica.empty {
  max-width: 1200px;
  margin: 0 auto;
}
.ponuda {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.ponuda h2 {
  margin-bottom: 1rem;
}
.ponuda h2.cart-title {
  display: none;
}
.ponuda .bid-specs {
  margin-bottom: 2rem;
}
.ponuda .bid-specs [class*=col] {
  margin-bottom: 2rem;
}
.ponuda .bid-specs.seller {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 2rem;
}
.ponuda .bid-specs .label {
  font-weight: 700;
}
.ponuda .cart-item .code {
  padding-left: 1rem;
}
.ponuda .cart-item .subtotal {
  padding-right: 1rem;
}
.ponuda .cart-footer {
  padding-right: 1rem;
  border: 0;
  margin-bottom: 1rem;
}
.ponuda .cart-footer .total .value {
  font-weight: 700;
}
.ponuda .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.ponuda .btn-wrapper a {
  display: inline-block;
  margin: 0 .25rem;
}
.ponuda .btn-wrapper a:first-child {
  margin-left: 0;
  margin-right: auto;
}
.ponuda .btn-wrapper a:last-child {
  margin-right: 0;
}
.narudzba {
  max-width: 1200px;
  margin: 0 auto;
}
.lista-zelja .wrapper ul.entry {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  border-bottom: 1px solid #ccc;
  margin: 0;
  z-index: 0;
}
.lista-zelja .wrapper ul.entry li {
  align-self: center;
  list-style-type: none;
  padding: .5rem 1rem;
}
.lista-zelja .wrapper ul.entry.header {
  background-color: #f2f2f2;
  border-bottom: 1px solid #aaa;
}
.lista-zelja .wrapper ul.entry.header li {
  font-weight: 700;
}
.lista-zelja .wrapper ul.entry .code {
  width: 200px;
}
.lista-zelja .wrapper ul.entry .name {
  flex: 1;
}
.lista-zelja .wrapper ul.entry .name .contact {
  display: block;
  color: #c00;
  font-size: .875rem;
  font-style: italic;
}
.lista-zelja .wrapper ul.entry .price {
  text-align: right;
  width: 125px;
  padding-right: 1rem;
}
.lista-zelja .wrapper ul.entry .availability {
  width: 125px;
}
.lista-zelja .wrapper ul.entry .cart {
  word-break: break-word;
  width: 100px;
  text-align: center;
}
.lista-zelja .wrapper ul.entry .delete {
  word-break: break-word;
  width: 100px;
  text-align: center;
}
.lista-zelja .wrapper ul.entry .fas {
  color: #000;
  cursor: pointer;
}
.lista-zelja .wrapper .btn-wrapper {
  margin-top: 1rem;
  text-align: right;
}
.home .katalog .products-wrapper {
  margin-bottom: 2rem;
}
.supernet {
  max-width: 1200px;
  margin: 0 auto;
}
.kontakt {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.kontakt p {
  margin-bottom: 2rem;
}
.kontakt .email-status {
  display: none;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: .25rem;
}
.gdpr {
  max-width: 1200px;
  margin: 0 auto;
}
.gdpr .gdpr-thx {
  margin-top: 1rem;
}
.gdpr .wrapper input[type=checkbox] {
  position: relative;
  top: 2px;
  margin-left: .5rem;
}
.gdpr .btn-wrapper {
  margin-top: .5rem;
}
.gdpr .btn-wrapper input {
  padding: .25rem 1rem;
}
.gdpr .separator {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 2rem 0;
}
.gdpr .legal-buttons {
  display: none;
}
.gdpr .gdpr-buttons {
  margin-bottom: 1rem;
  text-align: right;
}
.gdpr .gdpr-buttons a {
  display: inline-block;
  margin-left: 1rem;
}
.pretraga h1 {
  margin-bottom: 2rem;
}
.map {
  min-height: 350px;
}
.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: radial-gradient(circle at center,#222 0%,#111 66%);
  color: #f2f2f2;
}
.footer h4 {
  position: relative;
  color: #fff;
  margin-bottom: 2rem;
}
.footer h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  background-color: #93c13e;
  width: 2rem;
  height: 3px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul {
  padding-left: 0;
  margin-bottom: 2rem;
}
.footer ul li {
  list-style-type: none;
}
.footer .partners-counter {
  margin-top: 2rem;
}
.footer .partners-counter .col {
  text-align: center;
}
.footer .partners-counter .col .single {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  padding: .25rem .5rem;
  color: #fff;
  margin: 0 .125rem .125rem;
  border-radius: .25rem;
  font-family: 'Roboto Condensed', sans-serif;
}
.footer .partners {
  text-align: center;
}
.footer .partners img {
  display: inline-block;
  margin: 0 .5rem;
  max-height: 75px;
}
.credits {
  background-color: #111;
  color: #eaeaea;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.credits [class*=col] p {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.credits a {
  color: #93c13e;
}
.credits a:hover {
  text-decoration: underline;
}
#cookie {
  right: 10px;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  border-top: 1px solid #000;
  color: #fff;
  padding: 15px;
  position: fixed;
  width: 360px;
  border-radius: 4px;
  z-index: 100;
}
#cookie:after {
  content: '';
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 90%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: solid 8px rgba(0, 0, 0, 0.8);
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
#cookie p {
  margin: 0 0 15px 0;
  color: #fff;
}
#cookie #cookie_btn_wrapper a {
  position: relative;
  top: 7px;
  color: #f2f2f2;
}
#cookie #cookie_btn_wrapper #cookie_btn {
  float: right;
  display: inline-block;
  margin-left: 10px;
}
.alert {
  border-radius: 0;
}
.note {
  color: #666;
  font-style: italic;
}
.note.small {
  font-size: .875rem;
}
.red {
  color: red;
}
section .row {
  margin-bottom: 0;
}
.legal-buttons {
  text-align: right;
  margin-bottom: 2rem;
}
.legal-buttons a {
  display: inline-block;
  padding: .25rem 1rem;
  background-color: #f2f2f2;
  color: #333;
  text-decoration: none;
  transition: all 0.25s ease-out;
  margin-bottom: .25rem;
}
.legal-buttons a:hover {
  color: #000;
  background-color: #e2e2e2;
}
.breadcrumbs {
  margin-bottom: 2rem;
}
.breadcrumbs .fa {
  display: inline-block;
  margin: 0 .5rem;
}
.breadcrumbs .fa:first-child {
  display: none;
}
.breadcrumbs .breadcrumb {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  position: relative;
  color: #333;
  margin-bottom: 0;
}
.breadcrumbs .breadcrumb:hover {
  text-decoration: underline;
}
.breadcrumbs .breadcrumb:before {
  display: none;
}
#cart-wrapper {
  margin-bottom: 2rem;
}
.cart-item {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.cart-item.header {
  padding: 0;
  background-color: #f2f2f2;
  z-index: 0;
}
.cart-item.header li {
  font-weight: 700;
}
.cart-item.manual .far {
  display: none;
}
.cart-item > li {
  padding: .5rem .25rem;
  align-self: center;
  list-style-type: none;
}
.cart-item .image {
  width: 75px;
}
.cart-item .image img {
  display: block;
  max-width: 100%;
}
.cart-item .code {
  width: 150px;
  padding-left: 2rem;
  word-break: break-word;
}
.cart-item .product {
  flex: 1;
  padding-left: 1rem;
}
.cart-item .product .note {
  display: block;
  font-size: .875rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  color: rgba(0, 0, 0, 0.75);
}
.cart-item .product .note a {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: .125rem 1rem;
  display: inline-block;
  margin-left: .5rem;
  font-size: inherit;
  font-family: inherit;
  border-radius: 20px;
  transition: all .25s linear;
}
.cart-item .product .note a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.4);
}
.cart-item .price {
  width: 150px;
  text-align: right;
  padding-right: 32px;
}
.cart-item .no-items {
  width: 100px;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
}
.cart-item .no-items input {
  width: 50%;
  margin: 0 5%;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 0 .5rem;
  text-align: right;
}
.cart-item .no-items input:focus {
  border-bottom-color: #93c13e !important;
  box-shadow: 0 1px 0 0 #93c13e !important;
}
.cart-item .no-items .far {
  width: 20%;
  text-align: center;
  color: #93c13e;
  position: relative;
  top: 7px;
  cursor: pointer;
}
.cart-item .subtotal {
  width: 150px;
  text-align: right;
}
.cart-item .remove,
.cart-item .remove-admin {
  width: 50px;
  text-align: center;
  cursor: pointer;
}
.cart-footer {
  margin: 0;
  padding: 1rem 54px 1rem 1rem;
  background-color: #f2f2f2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-footer li {
  text-align: right;
  list-style-type: none;
}
.cart-footer li .label {
  font-weight: 700;
}
.cart-footer li .value {
  display: inline-block;
  width: 150px;
}
.cart-manual {
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
  padding: 0;
}
.cart-manual li {
  list-style-type: none;
  width: 125px;
  padding-right: .25rem;
}
.cart-manual li.naziv {
  width: 100%;
  flex: 1;
}
.cart-manual li.masa,
.cart-manual li.kolicina,
.cart-manual li.cijena {
  text-align: right;
}
.cart-manual li:last-child {
  display: flex;
  justify-content: flex-end;
  width: 30px;
}
.cart-manual li input {
  padding: .5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: inherit;
}
.cart-manual li .far {
  align-self: center;
  font-size: 1.5rem;
  cursor: pointer;
  color: #93c13e;
}
.cart-user-options .regular,
.cart-user-options .admin {
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-user-options .regular .message,
.cart-user-options .admin .message {
  margin-top: 1rem;
}
.cart-user-options .group {
  padding: .5rem 0;
}
.cart-user-options .group .label {
  display: inline-block;
  width: 120px;
  font-weight: bold;
  vertical-align: top;
}
.cart-user-options .group .data {
  display: inline-block;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  width: calc(100% - 125px);
}
.cart-user-options .group .input {
  display: inline-block;
  width: calc(100% - 125px);
}
.cart-user-options .group .input input[type=text],
.cart-user-options .group .input textarea {
  width: 100%;
  padding: .25rem .5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-user-options .group .input textarea {
  height: 200px;
  max-height: 250px;
}
.cart-user-options .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  justify-content: space-between;
}
.cart-user-options .btn-wrapper a,
.cart-user-options .btn-wrapper button {
  display: inline-block;
  margin: 1px;
}
.cart-user-options .btn-wrapper .empty-cart-btn {
  margin-right: auto;
}
.bar-code-wrapper {
  margin: 2rem 0;
  text-align: right;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85) url(images/ajax-loader.gif) 50% 50% no-repeat;
}
.sn-button {
  transition: background-color 0.15s, border 0.15s, color 0.15s, width 0.15s, height 0.15s;
  font-size: 18px;
  line-height: 1.3em;
  text-decoration: none!important;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
  padding: 10px 30px;
  margin: 5px 0;
  background-position: 50% 50%;
  background-color: #93c13e !important;
  background-repeat: no-repeat !important;
  border: 2px solid transparent;
  color: #fff!important;
  font-weight: 400!important;
  min-width: 120px;
  max-width: 100%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-shadow: none;
}
.sn-button:hover {
  background-color: #84ad38 !important;
  text-decoration: none;
}
.sn-button:disabled,
.sn-button.disabled {
  background-color: #ccc !important;
  cursor: default;
}
.sn-button.gray {
  transition: background-color 0.15s, border 0.15s, color 0.15s, width 0.15s, height 0.15s;
  background-color: #bbb !important;
}
.sn-button.gray:hover {
  background-color: #aaa !important;
}
.sn-button.gray.disabled {
  cursor: initial;
}
.sn-button.gray.disabled:hover {
  background-color: #bbb !important;
}
.sn-button.red {
  transition: background-color 0.15s, border 0.15s, color 0.15s, width 0.15s, height 0.15s;
  background-color: #bd0101 !important;
  color: #fff;
}
.sn-button.red:hover {
  background-color: #ab0000 !important;
}
.sn-button i {
  display: inline-block;
  margin-left: .5rem;
}
.tab-body {
  padding: 1rem 0;
}
.user-menu {
  display: none;
  width: 240px;
  max-width: 300px;
  position: absolute;
  top: 35px;
  right: 0;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.5);
}
.user-menu.visible {
  display: block;
}
.user-menu a {
  display: block;
  width: 100%;
  padding: .5rem 2.5rem .5rem 2rem;
  color: #eaeaea;
  background-color: #585857;
  border-radius: 0;
}
.user-menu a:hover {
  color: #fff;
  background-color: #111;
  text-decoration: none;
}
.user-menu a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.user-menu a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.user-menu a .fas {
  display: inline-block;
  width: 25px;
  text-align: center;
  font-size: 1rem !important;
  color: #fff !important;
}
.user-menu a span {
  display: inline-block;
  font-size: .75rem;
  margin-left: 30px;
}
.hidden {
  display: none;
}
.title-mark {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  background-color: #93c13e;
  width: 2rem;
  height: 3px;
}
.content-narrow {
  max-width: 660px;
  margin: 0 auto;
}
.content-middle {
  max-width: 1200px;
  margin: 0 auto;
}
.btn-primary {
  background-color: #93c13e;
  border-color: #93c13e;
  transition: all 0.25s ease-out;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: #84ad38;
  border-color: #84ad38;
}
.btn-primary:disabled {
  background-color: #ababab;
  border-color: #ababab;
  cursor: default;
}
.btn-primary:disabled:hover {
  background-color: #ababab;
  border-color: #ababab;
}
.carousel-item {
  transition: -webkit-transform 0.6s ease-in-out !important;
  transition: transform 0.6s ease-in-out !important;
}
.carousel-fade .carousel-item {
  transition-property: opacity !important;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  transition: 0s 0.6s opacity !important;
}
.carousel-control-prev,
.carousel-control-next {
  transition: opacity 0.15s ease !important;
}
.carousel-indicators li {
  transition: opacity 0.6s ease !important;
}
:focus {
  outline: 0 !important;
}
@media only screen and (min-width: 992px) {
  .header {
    border-bottom: 0;
  }
  .header .container #cart-btn {
    position: relative;
  }
  .mobile-menu-bar {
    display: none;
  }
  .main-menu {
    display: block;
    position: sticky;
    top: 68px;
    background-color: #93c13e;
    z-index: 6;
  }
  .main-menu ul {
    padding-left: 0;
  }
  .main-menu ul li {
    list-style-type: none;
  }
  .main-menu ul.level-1 {
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .main-menu ul.level-1 li {
    position: unset;
  }
  .main-menu ul.level-1 li a {
    display: inline-block;
    padding: 10px;
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
  }
  .main-menu ul.level-1 li a.active {
    position: relative;
    background-color: #93c13e;
    color: #fff;
  }
  .main-menu ul.level-1 li a.active:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    content: " ";
    bottom: 0;
    position: absolute;
    left: calc(40%);
  }
  .main-menu ul.level-1 > li > a {
    color: #fff;
  }
  .main-menu ul.level-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 44px;
    background-color: #fff;
    z-index: 3;
    display: none;
    margin: 0 auto;
    box-shadow: 0 15px 20px -20px rgba(0, 0, 0, 0.75);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 0;
  }
  .main-menu ul.level-2.opened {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-menu ul.level-2 > li {
    min-width: 8%;
    padding: 1rem;
  }
  .main-menu ul.level-2 > li a {
    position: relative;
    margin-bottom: .5rem;
    padding: 0;
  }
  .main-menu ul.level-2 > li a:hover {
    text-decoration: underline;
  }
  .main-menu ul.level-2 > li a .pc {
    color: rgba(0, 0, 0, 0.66);
    font-size: .66rem;
    font-style: italic;
  }
  .main-menu ul.level-2 > li > a {
    font-weight: 700;
  }
  .main-menu ul.level-2 > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    background-color: #93c13e;
    width: 2rem;
    height: 3px;
    bottom: 0;
  }
  .main-menu ul.level-3 > li {
    margin: 0;
    width: 100%;
  }
  .main-menu ul.level-3 > li.dropdown > a {
    color: #333;
    font-weight: 400;
  }
  .main-menu ul.level-3 > li.dropdown > a:hover {
    text-decoration: underline;
  }
  .main-menu ul.level-4,
  .main-menu ul.level-5,
  .main-menu ul.level-6,
  .main-menu ul .show-all {
    display: none;
  }
  .main-body {
    padding-top: 2rem;
    display: flex;
    flex-direction: row;
  }
  .main-body .aside {
    width: 280px;
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .main-body .aside .partial-menu {
    position: relative;
    width: 280px;
    margin-bottom: 1rem;
  }
  .main-body .aside .partial-menu ul.level-1 {
    padding: 0 !important;
    float: none;
  }
  .main-body .aside .partial-menu ul.level-1 li > ul {
    position: absolute;
    top: 0;
    left: 280px;
    width: 280px;
    border-right: 1px solid #fff;
  }
  .main-body .aside .partial-menu ul.level-1 li > ul:before {
    position: absolute;
    top: 20px;
    left: -20px;
    width: 40px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.76);
    content: '';
  }
  .main-body .main-content {
    flex: 1;
  }
  .main-body .main-content h1 {
    margin-bottom: 2rem;
  }
  .credits [class*=col]:last-child {
    text-align: right;
  }
}
@media only screen and (max-width: 1250px) {
  .header .site-nav {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header .search-wrapper-large {
    display: none;
  }
  .header .user-data {
    margin-left: auto;
  }
  .carousel {
    display: none;
  }
  .carousel .carousel-inner .carousel-item {
    height: 100vw;
  }
  .main-menu {
    position: absolute;
    width: 100%;
    display: none;
    z-index: 10;
  }
  .main-menu ul {
    margin: 0;
    padding-left: 0;
    text-align: left;
    background-color: #93c13e;
  }
  .main-menu ul:not(.level-1) {
    display: none;
    padding-left: 1rem;
  }
  .main-menu ul.opened {
    display: block;
  }
  .main-menu ul li {
    position: relative;
    list-style-type: none;
  }
  .main-menu ul li ul {
    background-color: #585857;
  }
  .main-menu ul li a {
    display: block;
    padding: .5rem 1rem;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
  }
  .main-menu ul li a:hover {
    text-decoration: none;
  }
  .main-menu ul li.dropdown > a:after {
    float: right;
    display: inline-block;
    content: '+';
    color: #fff;
  }
  .main-menu .show-all a {
    font-weight: 700;
  }
  .main-menu.visible {
    display: block;
  }
  .search-wrapper #suggest {
    position: absolute;
    top: 37px;
    left: 0;
    right: 0;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.31);
    z-index: 30;
  }
  .search-wrapper #suggest ul {
    padding: .5rem;
  }
  .search-wrapper #suggest ul li {
    list-style-type: none;
    padding: .25rem 0;
    border-bottom: 1px solid #ccc;
  }
  .search-wrapper #suggest ul li a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
  }
  .search-wrapper #suggest ul li a .highlight {
    color: #000;
    background-color: #fff;
  }
  .main-body .aside {
    padding: 1rem;
    width: 320px;
    position: absolute;
    top: 120px;
    left: -320px;
    transition: left .25s linear;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
    z-index: 2;
    box-shadow: -10px 10px 10px -10px #000;
  }
  .main-body .aside.visible {
    left: 0;
  }
  .main-body .aside .partial-menu ul {
    background-color: #fff;
  }
  .main-body .aside .partial-menu ul.level-1 {
    margin-bottom: 1rem;
    padding-bottom: .5rem;
  }
  .main-body .aside .partial-menu ul.level-1:before {
    content: "Potkategorije";
    display: block;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
  }
  .main-body .aside .partial-menu ul:not(.level-1) {
    padding-left: 19px;
    background-color: #fff;
  }
  .main-body .aside .partial-menu ul li a {
    padding: .125rem 0;
    color: #2a2a2a;
  }
  .main-body .aside .partial-menu ul li a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    margin-right: .5rem;
    color: inherit;
  }
  .main-body .aside .partial-menu ul li a:after {
    display: none;
  }
  .proizvod .image {
    width: 100%;
    margin-bottom: 2rem;
  }
  .proizvod .data {
    width: 100%;
    padding-left: 0;
  }
  .kosarica .user-cart-options {
    flex-wrap: wrap;
  }
  .kosarica .user-cart-options .choice {
    flex: 1 1 100%;
  }
  .kosarica .user-cart-options .choice:not(:last-child):after {
    height: 2px;
    width: 40px;
    bottom: -1px;
    top: unset;
    right: calc(50% - 20px);
  }
  .kosarica .user-cart-options .choice .far {
    display: block;
    margin: .5rem 0;
  }
  .cart-item {
    flex-wrap: wrap;
  }
  .cart-item li {
    padding: .5rem 1rem;
  }
  .cart-item.header {
    display: none;
  }
  .cart-item .image {
    order: 0;
  }
  .cart-item .code {
    flex: 1;
    width: unset;
    order: 1;
  }
  .cart-item .code:before {
    content: "Šifra: ";
    font-weight: 700;
  }
  .cart-item .product {
    order: 3;
    flex: 1 1 100%;
  }
  .cart-item .price {
    order: 4;
    width: 33%;
    text-align: left;
    padding-right: 0;
  }
  .cart-item .no-items {
    order: 5;
    width: 34%;
  }
  .cart-item .subtotal {
    order: 6;
    width: 33%;
    padding-left: 0;
  }
  .cart-item .remove,
  .cart-item .remove-admin {
    order: 2;
  }
  .cart-footer {
    padding-right: 1rem;
  }
  .cart-manual {
    display: none;
  }
  .ponuda {
    padding: 1rem;
  }
  .ponuda h1 {
    margin-bottom: 2rem;
  }
  .ponuda h2.cart-title {
    display: block;
    margin-bottom: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .ponuda .bid-specs {
    margin-bottom: 0;
  }
  .ponuda .bid-specs.seller {
    padding-top: 0;
    border: 0;
  }
  .ponuda .cart-item li {
    padding-left: 0 !important;
    padding-right: 0;
  }
  .ponuda .cart-item .no-items:after {
    content: "kom.";
    display: inline-block;
    margin-left: .25rem;
  }
  .lista-zelja .wrapper ul.entry {
    flex-wrap: wrap;
  }
  .lista-zelja .wrapper ul.entry li {
    padding: .5rem 0;
  }
  .lista-zelja .wrapper ul.entry.header {
    display: none;
  }
  .lista-zelja .wrapper ul.entry .code {
    order: 0;
    width: calc(100% - 80px);
    font-weight: 700;
  }
  .lista-zelja .wrapper ul.entry .name {
    order: 3;
    flex: 1 1 100%;
  }
  .lista-zelja .wrapper ul.entry .price {
    order: 4;
    width: 50%;
    text-align: left;
  }
  .lista-zelja .wrapper ul.entry .availability {
    order: 5;
    width: 50%;
    text-align: right;
  }
  .lista-zelja .wrapper ul.entry .cart {
    order: 1;
    width: 40px;
  }
  .lista-zelja .wrapper ul.entry .delete {
    order: 2;
    width: 40px;
  }
  .footer {
    padding-bottom: 0;
  }
  .footer [class*=col] {
    margin-bottom: 1rem;
  }
  .credits {
    padding: 1rem 0;
  }
  .credits [class*=col] p {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 450px) {
  .header .container .user-data .user-info {
    max-width: 82px;
  }
  .footer .partners {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .partners img {
    max-height: 55px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .katalog .products-wrapper .product-card {
    width: calc(25% + 1px);
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .katalog .products-wrapper .product-card {
    width: calc(25% + 1px);
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .katalog .products-wrapper .product-card {
    width: calc(33.33333% + 1px);
  }
}
@media only screen and (max-width: 575px) {
  .katalog .products-wrapper .product-card {
    width: calc(50% + 1px);
  }
  .cart-user-options .btn-wrapper a,
  .cart-user-options .btn-wrapper button {
    margin: .25rem auto;
    width: 80%;
  }
  .ponuda .btn-wrapper a {
    margin: .25rem auto;
    width: 80%;
  }
}
.zoomImg {
  background-color: #fff;
}
/*# sourceMappingURL=main.css.map */