:root {
    --primary: #34a853;
    --dark-primary: #083314;
    --light-primary: #45b94c;
    --light-gray: #f3f3f3;
    --dark-text: #231f20;
    --mid-text: #7e7e7e;
    --light-text: #b6b6b6;
    --red: #fe0600;
    --purple: #921dff;
    --white: #fff;
    --yellow: #ffc80b;
    --green: #34a853;
    --button-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.15);
    --box-shadow: 0 0 37px #0815420d;
    --border: 1px solid #ececec;
    --border-radius: 4px;
    --heading-color: #1f2f3e;
    --color-text: #162b16;
    --icon-color: #848789cc;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}

html {
    font-size: 14px;
    overflow-x: hidden;
    background-color: var(--white);
    color: var(--dark-text);
}

body {
    overflow-x: hidden;
    background-color: inherit;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
}

.full-width {
    width: 100%;
}

.container {
    max-width: 1366px;
}

.grey-background {
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 10px;
}

.page-wrapper.compact-wrapper .page-body-wrapper .page-body.full {
    position: relative;
    width: 100%;
    transition: all 0.5s ease;
    background: url("/images/login-background.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    min-height: 100vh;
    padding: 30px 12px;
    align-items: center;
}

.border-right {
    border-right: var(--border);
}

.table-nalog {
    width: 100%;
}

/* Otvorene stavke tabela stilovi */
#otvorene_stavke,
#kartica_kupca {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}

#otvorene_stavke thead,
#kartica_kupca thead {
    background-color: var(--white);
}

#otvorene_stavke thead th,
#kartica_kupca thead th {
    padding: 10px 5px;
    text-align: left;
    font-weight: bold;
    border-bottom: 2px solid #dee2e6;
    border-right: var(--border);
}

#otvorene_stavke thead th:last-child,
#kartica_kupca thead th:last-child {
    border-right: none;
}

#otvorene_stavke thead th.dt-right,
#kartica_kupca thead th.dt-right {
    text-align: right;
}

#otvorene_stavke tbody tr,
#kartica_kupca tbody tr {

    border-bottom-width: 0;
    border-top: var(--border);
    transition: background-color 0.2s ease;
}

#otvorene_stavke tbody td,
#kartica_kupca tbody td {
    padding: 10px 8px;
    vertical-align: middle;
    border-right: var(--border);
}

#otvorene_stavke tbody td:last-child,
#kartica_kupca tbody td:last-child {
    border-right: none;
}

#otvorene_stavke tbody td.dt-right,
#otvorene_stavke tbody th.dt-right,
#kartica_kupca tbody td.dt-right,
#kartica_kupca tbody th.dt-right {
    text-align: right;
    font-weight: bold;
}

/* Stilizovanje za prazne redove */
#otvorene_stavke tbody tr:empty,
#kartica_kupca tbody tr:empty {
    display: none;
}

/* Responsive tabela */
@media (max-width: 768px) {

    #otvorene_stavke,
    #kartica_kupca {
        font-size: 12px;
    }

    #otvorene_stavke thead th,
    #otvorene_stavke tbody td,
    #kartica_kupca thead th,
    #kartica_kupca tbody td {
        padding: 6px 4px;
    }
}

.banner-contain {
    padding: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0px;
}

.banner-contain.novo-u-ponudi {
    background-image: url("/images/baneri/novo-u-ponudi.webp");
}

.banner-contain.periodicna-ponuda {
    background-image: url("/images/baneri/periodicna-ponuda.webp");
}

.banner-contain.najbolja-ponuda {
    background-image: url("/images/baneri/najbolja-ponuda.webp");
}

.banner-info {
    padding: 30px 0 0 30px;
}

.banner-contain.novo-u-ponudi .banner-image {
    margin-top: -10px;
}

.banner-contain.periodicna-ponuda .banner-image {
    margin-top: -10px;
}

.banner-image {
    max-width: 415px;
    max-height: 260px;
    object-fit: contain;
    overflow: hidden;
    padding: 0;
    width: 100%;
    flex: 1 1 0%;
}

.banner-subtitle {
    display: block;
    font-size: 14px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.banner-title {
    font-size: 35px;
    margin-bottom: 0;
    color: #1d1d1d;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

.banner-text {
    padding: 0 20px 0 0;
}

.novo-u-ponudi .banner-button a {
    padding: 10px 15px;
    margin: 20px 0;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background: #34a853;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    transition: all 0.3s;
    overflow: hidden;
}

.najbolja-ponuda .banner-button a {
    padding: 10px 15px;
    margin: 20px 0 0 0;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background: #fe0600;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    transition: all 0.3s;
    overflow: hidden;
}

.periodicna-ponuda .banner-button a {
    padding: 10px 15px;
    margin: 20px 0;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background: #921dff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    transition: all 0.3s;
    overflow: hidden;
}

.section-title {
    font-size: 24px;
    margin-bottom: 0;
    color: #1d1d1d;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

.section-subtitle {
    font-size: 14px;
    margin-bottom: 0px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 35px;
}

.bg-section {
    background-image: url("/images/bg-section.webp");
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url("/images/bg-section.webp");

}

.banner-contain-side {
    background-image: url("/images/baneri/banner-side.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 520px;
    width: 25%;
    background-position: center;
    border-radius: 15px;
}

.customer-logos {
    width: 74%;
}

.banner-contain-side .banner-subtitle {
    font-size: 12px;
}

.banner-contain-side .banner-title {
    font-size: 30px;
}

.product {
    position: relative;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 15px;
    overflow: hidden;
}

.product-image-placeholder {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    max-height: 285px;
    padding: 20px 20px 0 20px;
    text-align: center;
}

.badge {
    position: absolute;
    padding: 0;
    left: 0;
    top: 0px;
    z-index: 9;
}

.badge span {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    border-radius: 15px 0 20px 0;
    color: #fff;
    padding: 9px 20px 10px 20px;
}

.badge span.badge-periodicna {
    background-color: var(--purple);
}

.badge span.badge-novo {
    background-color: var(--green);
}

.badge span.badge-najbolja {
    background-color: var(--red);
}

.product-image-placeholder img {
    max-height: 215px;
    object-fit: contain;
}

.product-details {
    padding: 0 20px 20px 20px;
}

.product-category a {
    font-size: 12px;
    text-transform: none;
    color: #adadad;
}

.product-category a:hover {
    color: var(--primary);
    text-decoration: none;
}

.product-title a {
    color: var(--dark-text) !important;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    font-size: 14px !important;
    height: 35px !important;
    overflow: hidden;
    text-decoration: none !important;
}

.product-title a:hover {
    color: var(--primary) !important;
    text-decoration: none !important;
}

.product-sku span,
.product-package span {
    font-size: 12px;
    text-transform: none;
    color: #adadad;
    margin: 0;
}

.product-price-pdv {
    font-size: 12px;
    text-transform: none;
    color: var(--dark-text);
    margin: 0;
}

.product-price span {
    font-size: 18px;
    font-weight: bold;
    color: var(--green);
}

.periodicna-price span {
    color: var(--purple);
}

.headline {
    font-size: 35px;
    margin-bottom: 0;
    color: #1d1d1d;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

.categories {
    flex-wrap: wrap;
    gap: 15px;
}

.category {
    max-width: 200px;
    width: 200px;
    text-align: center;
    margin: auto;
    background-color: var(--light-gray);
    border-radius: 15px;
    padding: calc(15px + 20 * (100vw - 320px) / 1600) 8px;
    transition: all 0.3s ease-in-out;
}

.category:hover {
    background-color: var(--primary);
    text-decoration: none !important;
}

.category:hover img {
    -webkit-filter: invert(1) brightness(100);
    filter: invert(1) brightness(100);
}

.category-image {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.category-title {
    color: var(--dark-text);
    margin-top: 12px;
    font-weight: 500;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.category:hover .category-title {
    color: var(--white);
    text-decoration: none !important;
}

.proizvodjaci-slika {
    object-fit: contain;
    width: 100%;
}

.newsletter {
    background-image: url("/images/news-bg.webp");
    background-size: cover;
    padding: 84px 78px;
    clear: both;
    display: table;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    min-height: 230px;
    position: relative;
}

.newsletter-content {
    width: 40%;
    overflow: hidden;
}

.newsletter-content .headline {
    line-height: 1.2;
}

.newsletter-content p {
    color: #1f2f3e;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
}

.newsletter-image {
    position: absolute;
    right: 50px;
    bottom: 0;
    max-width: 70%;
    height: 400px;
    object-fit: cover;
}

.newsletter-content form {
    background-color: #fff;
    max-width: 450px;
    border-radius: 50px;
    position: relative;
    z-index: 4;
}

.newsletter-content form input {
    border: 0;
    border-radius: 50px 0 0 50px;
    padding-left: 58px;
    background: url(/images/icon-plane.png) no-repeat 25px center;
    height: 64px;
}

.newsletter-content form button {
    border: 0;
    border-radius: 50px;
    font-weight: 700;
    background-color: var(--primary);
    color: var(--white);
    height: 64px;
    padding: 15px 40px;
}

.featured-item {
    width: 24%;
    text-align: center;
    background-color: var(--light-gray);
    border-radius: 15px;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: row;
}

.featured-item .footer-img img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.featured-item .featured-details {
    margin-left: 20px;
    text-align: left;
}

.featured-item .featured-details h5 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
}

.featured-item .featured-details p {
    font-size: 12px;
    color: var(--mid-text);
    margin-bottom: 0;
}

.bg-grey {
    background-color: var(--light-gray);
}

.footer-logo {
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
}

.bg-advertisment {
    background-image: url("/images/adv-bg.png");
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url("/images/adv-bg.png");
    background-size: cover;
    padding: 84px 78px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.carousel-item {
    border-radius: 15px;
}

.carousel-img {
    max-height: 500px;
    object-fit: cover;
    border-radius: 15px !important;
    height: 100%;
}

.carousel-control-prev,
.carousel-control-next {
    width: 35px;
    height: 35px;
    background-color: var(--primary);
    opacity: 1;
    border-radius: 100%;
    font-size: 10px;
    padding: 10px;
    top: 50%;
}

.carousel-control-prev {
    position: absolute;
    left: -45px !important;
}

.carousel-control-next {
    position: absolute;
    right: -45px !important;
}

.novi-proizvodi {
    gap: 15px;
}

.artikli-sidebar,
.user-sidebar {
    width: 25%;
}

.artikli-lista,
.artikal-prikaz {
    width: 75%;
}

.sidebar-card .banner-contain {
    height: 90px;
    position: relative;
    text-align: center;
}

.sidebar-card .banner-title {
    font-size: 20px;
    margin-bottom: 0;
    color: #1d1d1d;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.sidebar-card .banner-image {
    max-width: 415px;
    max-height: 200px;
}

.sidebar-card .banner-image img {
    max-width: 415px;
    max-height: 200px;
    object-fit: contain;
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nedostupan-proizvod {
    text-align: center;
    background-color: var(--red);
    color: var(--white);
    border-radius: 5px;
    padding: 6px 15px;
    margin-top: 20px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    height: 38.4px;
}

.list.nedostupan-proizvod {
    height: auto;
}

.pagination {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

.page-link {
    position: relative;
    display: block;
    color: var(--green);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
}

.archive-header {
    background-image: url("/images/archive.webp");
    border-radius: 20px;
    padding: 70px 80px;
    background-size: cover;
}

.breadcrumb {
    padding: 0rem;
    margin-bottom: 0rem;
    background-color: transparent;
}

.breadcrumb-item a {
    color: var(--green);
    font-weight: 700;
}

.breadcrumb-item.active {
    font-weight: 700;
    color: var(--dark-text);
}

.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 10px;
    color: var(--mid-text);
    content: ">";
}

.product-result {
    color: var(--mid-text);
}

.view-buttons a {
    color: var(--mid-text) !important;
}

.view-buttons #grid-view {
    padding: 10px 20px;
    padding-left: 20px;
    color: var(--mid-text) !important;
    border: none;
    cursor: pointer;
    background-color: transparent;
    border-radius: 5px;
}

.view-buttons #list-view {
    padding: 10px 0px;
    color: var(--mid-text) !important;
    border: none;
    cursor: pointer;
    background-color: transparent;
    border-radius: 5px;
}

.view-buttons svg.stroke-icon {
    stroke: var(--mid-text);
    fill: var(--mid-text);
    min-width: 20px;
    max-width: 20px;
    max-height: 20px;
    text-align: center;
    line-height: 50px;
    font-size: 1.4285714px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 5px;
}

#grid-view a .active,
#list-view a .active {
    color: var(--green);
}

#grid-view a .active svg.stroke-icon,
#list-view a .active svg.stroke-icon {
    stroke: var(--green);
    fill: var(--green);
}
.dropdown-label {
    color: #777;
}

.dropdown-toggle {
    align-items: center;
    background: #fff;
    border: 1px solid #f7f8f9;
    color: #777;
    padding: 9px 16px;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border: 1px solid #ececec;
}

table thead.bg-grey {
    background-color: var(--light-gray);
    padding: 20px 0;
}

table thead.bg-grey th {
    background-color: var(--light-gray);
    padding: 10px 10px;
}

#list table tr {
    border-bottom: var(--border);
}

#list table td {
    padding: 10px 10px;
}


table .product-image-placeholder {
    padding: 0px;
    text-align: center;
}

table .product-image-placeholder img {
    overflow: hidden;
    height: 100%;
    max-width: 70px;
    max-height: 70px;
    text-align: center;
    margin: auto;
}

td {
    font-size: 14px;
    text-transform: none;
    color: #adadad;
}

.product-favorites-list .stroke-icon,
.product-favorites .stroke-icon {
    stroke: var(--mid-text);
    fill: transparent;
    max-width: 25px;
    max-height: 25px;
}

.product-favorites .stroke-icon {
    position: absolute;
    top: 5px;
    right: -5px;
}

.product-favorites-list .stroke-icon.fav,
.product-favorites .stroke-icon.fav {
    stroke: var(--red);
    fill: var(--red);
    max-width: 25px;
    max-height: 25px;
}

.vesti {
    flex-wrap: wrap;
    gap: 10px;
}

.kartica-vesti {
    width: 24%;
    position: relative;
    padding: 0px;
    border: 1px solid #ececec;
    border-radius: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.vesti-slika {
    max-height: 250px;
    overflow: hidden;
}

.vesti-slika img {
    max-height: 250px;
    overflow: hidden;
    object-fit: cover;
}

.vesti-datum {
    color: var(--mid-text);
    padding: 10px 30px 0 30px;
    font-size: 12px;
}

.vesti-naslov {
    padding: 10px 30px 20px 30px;
    font-size: 18px;
    line-height: 18px;
}

.vesti-opis {
    padding: 0px 30px 20px 30px;
    font-size: 12px;
    color: var(--mid-text);
}

.vesti-dugme {
    padding: 0 30px 30px 30px;
}

.sidebar-widget {
    position: relative;
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.sidebar-widget-title {
    position: relative;
    border-bottom: var(--border);
    padding-bottom: 10px;
    font-size: 18px;
}

.sidebar-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-widget ul li {
display: flex;
  align-items: le;
  border-radius: 5px;
  padding: 5px 9px;
  margin: 0 0 10px 0;
  justify-content: space-between;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  flex-direction: column;
}

.sidebar-widget ul li a img {
    max-width: 20px;
    margin-right: 15px;
    object-fit: contain;
    height: 30px;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
    width: 100%;
}

.artikal-image {
    /* dodato zbog badge-a */
    position: relative; 
    /*  */
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 15px;
    border: 1px solid #ececec;
    overflow: hidden;
    text-align: center;
    padding: 30px;
}

.artikal-title {
    font-weight: 800;
    font-size: 24px;
}

.form-container {
    position: relative;
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

table td {
    padding: 10px 10px;
}

.table-hover>tbody>tr:hover>* {
    background-color: var(--light-gray);
    color: var(--mid-text);
    --bs-table-accent-bg: rgba(0, 0, 0, 0);
}

.table td,
.table th {
    border-bottom-width: 0;
    border-top: var(--border);
}

.table-sm> :not(caption)>*>* {
    padding: 10px 5px;
}


#poruciModal {
    display: none;
}

.img-rounded {
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
}

@media only screen and (max-width: 1024px) {
    .bg-advertisment {
        background-image: url("/images/adv-bg.png");
        background-size: cover;
        padding: 0;
    }

    .banner-contain {
        height: 250px;
        margin-bottom: 20px;
    }

    .banner-contain.najbolja-ponuda {
        flex-direction: column-reverse;
    }

    .banner-title {
        font-size: 28px;
    }

    .banner-contain .banner-image {
        margin-top: -10px;
        position: relative;
    }

    .banner-image img {
        max-width: 200px;
        max-height: 150px;
        object-fit: contain;
        padding: 0;
        width: 100%;
        flex: 1 1 0%;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .headline {
        text-align: center;
        font-size: 28px;
    }

    .category {
        max-width: 100%;
        width: auto;
        margin: 0;
    }

    .newsletter-content {
        width: 100%;
        text-align: center;
    }

    .newsletter {
        padding: 50px 40px;
    }

    .newsletter-image {
        display: none;
    }

    .featured-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-container {
        text-align: center;
    }

    .sediste {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .archive-header {
        padding: 50px 40px;
    }

    .artikli-lista,
    .artikal-prikaz {
        width: 100%;
    }

    .sort-options {
        text-align: right;
    }

    .product {
        display: flex;
        flex-direction: column;
    }

  .product-image-placeholder {
    width: 100%;
  }
.banner-image {
  max-width: 415px;
  max-height: 200px;
  object-fit: contain;
  overflow: visible;
  padding: 0;
  width: 100%;
  flex: 1 1 0%;
}
    .product-image-placeholder img {
        max-height: 100px;
        object-fit: contain;
        margin-top: 30px;
        max-width: 100px;
        width: 100%;
    }

    .product-details {
        width: 70%;
        padding: 20px;
    }

    .product-details .text-right {
        text-align: left !important;
    }

    .quantity-field {
        width: 70px !important;
    }

    .porudzbenica-container {
        padding: 20px;
    }

    .tblCart thead {
        display: none;
        /* sakrij zaglavlje */
    }

    .tblCart tbody,
    .tblCart tbody tr,
    .tblCart tbody td {
        display: block;
        width: 100%;
    }

    .tblCart tbody tr {
        margin-bottom: 15px;
        border: 1px solid #eee;
        padding: 10px;
        border-radius: 6px;
        background: #fff;
    }

    /* pomeramo prvu kolonu (akcije) na kraj */
    .tblCart tbody td:nth-child(1) {
        text-align: right !important;
    }

    /* reset stila za td */
    .tblCart tbody td {
        text-align: left;
        padding: 5px 0;
    }

    .tblCart tbody td[data-th]:before {
        content: attr(data-th) ": ";
        font-weight: bold;
        display: inline-block;
        width: 100px;
        color: #666;
    }

    .tblCart tbody td[data-th]:nth-child(1):before {
        content: attr(data-th) " ";
        font-weight: bold;
        display: inline-block;
        width: 100px;
        color: #666;
    }

    .porudzbenica-container .product-image-placeholder {
        width: 100%;
    }

    .tblCart tbody td[data-th="Kolicina"]::before {
        content: none !important;
    }

    #cart .quantity {
        width: 100% !important;
        justify-content: center !important;
    }

    .tblCart tbody td[data-th="Ukupno"] {
        text-align: center !important;
    }


}

.kasa-artikl {
    position: relative;
    border-bottom: var(--border);
    padding-bottom: 1.5rem;
}

.kasa-artikl svg.stroke-icon {
    position: absolute;
    /* right: 10px;
    top: 35px; */
    right: -60px;
    top: -30px;
}

.kasa-artikal-slika {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    padding: 20px 20px 0px 0px;
    text-align: center;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

img.product-image-shopping-sidebar {
    overflow: hidden;
    height: 100%;
    max-width: 50px;
    max-height: 50px;
    text-align: center;
    margin: auto;
}

.kasa-artikal-slika img {
    overflow: hidden;
    height: 100%;
    max-width: 50px;
    max-height: 50px;
    text-align: center;
    margin: auto;
}

.kasa-artikal-info .product-title p {
    color: var(--dark-text) !important;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    font-size: 14px !important;
    height: 20px !important;
    overflow: hidden;
    text-decoration: none !important;
    margin-bottom: 0 !important;
}

.kasa-artikal-info .product-price {
    font-size: 16px;
    font-weight: bold;
    color: var(--green);
}

.kasa-artikal-info .product-price-small {
    font-size: 14px;
    text-transform: none;
    color: #adadad;
}

.kasa-artikal-info .element {
    align-items: start;
    margin-top: 10px;
    justify-content: start;
}

<<<<<<< HEAD
/* ========================================
   Kategorije Sidebar Stilovi
   ======================================== */

/* Glavni dropdown container */
.asortiman-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 300px;
    max-height: 500px;
    overflow-y: auto;
    z-index: 1000;
}

.asortiman-dropdown.show {
    display: block;
}

/* Lista kategorija */
.kategorije-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kategorija-item {
    position: relative;
}

/* Header kategorije (sa expand ikonom) */
.kategorija-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    cursor: pointer;
}

.kategorija-header:hover {
    background-color: #e9ecef;
}

/* Linkovi kategorija */
.kategorija-link {
    flex: 1;
    text-decoration: none;
    color: #212529;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    transition: background-color 0.2s;
}

.kategorija-link:hover {
    background-color: #e9ecef;
    text-decoration: none;
    color: #212529;
}

/* Naziv kategorije */
.kategorija-naziv {
    font-weight: 500;
    flex: 1;
}

/* Brojač artikala */
.kategorija-count {
    color: #6c757d;
    font-size: 0.85em;
    margin-left: 8px;
    background: #dee2e6;
    padding: 2px 8px;
    border-radius: 12px;
}

/* Toggle ikona (chevron) */
.kategorija-toggle {
    cursor: pointer;
    padding: 10px 15px;
    transition: transform 0.3s;
    user-select: none;
    display: flex;
    align-items: center;
}

.kategorija-toggle.expanded {
    transform: rotate(180deg);
}

.kategorija-toggle i {
    color: #6c757d;
    font-size: 0.9em;
}

/* Ugnežđeni nivoi - stilizacija */
.kategorije-nivo-1 {
    padding-left: 0;
}

.kategorije-nivo-2 {
    padding-left: 0;
    background-color: #f8f9fa;
    border-left: 3px solid #007bff;
}

.kategorije-nivo-3 {
    padding-left: 0;
    background-color: #e9ecef;
    border-left: 3px solid #28a745;
}

/* Stilovi za različite nivoe kategorija */
.kategorija-nivo-1-item {
    border-bottom: 1px solid #dee2e6;
}

.kategorija-nivo-2-item .kategorija-link {
    font-size: 0.95em;
    padding-left: 30px;
}

.kategorija-nivo-2-item .kategorija-header {
    background-color: #f1f3f5;
}

.kategorija-nivo-3-item .kategorija-link {
    font-size: 0.9em;
    padding: 8px 15px 8px 50px;
    font-weight: 400;
}

/* Animacije */
.kategorije-nivo-2,
.kategorije-nivo-3 {
    overflow: hidden;
}

/* Scrollbar stilovi za dropdown */
.asortiman-dropdown::-webkit-scrollbar {
    width: 8px;
}

.asortiman-dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.asortiman-dropdown::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.asortiman-dropdown::-webkit-scrollbar-thumb:hover {
    background: #555;
=======

div.dataTables_wrapper div.dataTables_length select {

    min-width: 50px !important;
>>>>>>> f0444a64cbeb50c3d8f1953517e67696c48edba2
}