:root {
    --fontOsnovni: 'Montserrat', sans-serif;
    --bojaOsnovna: #eb152e;
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    touch-action: manipulation;
}

body, html {
    font-family: var(--fontOsnovni);
    height: 100%;
    margin: 0;
}

body {
    background: linear-gradient(-45deg, white, rgba(255, 0, 0, 0.3), rgba(0, 0, 255, 0.3), rgba(255, 0, 0, 0.3) );
    background-size: 400% 400%;
}

a {
    color: black;
    text-decoration: none;
}

hr {
    margin: 0;
}

::-moz-selection { /* Code for Firefox */
    color: white;
    background: gray;
}

::selection {
    color: white;
    background: gray;
}

.footer {
    display: flex;
    height: 50px;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0 24px;
    font-size: 12px;
    font-weight: 600;
}

.div-koji-cuva-glavni-div-i-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 68px;
}

.div-koji-cuva-glavni-div-i-footer2 {
    margin-top: 0;
}

.visina100posto {
    height: 100%;
}

.glavni-div {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.glavni-div2 {
    flex-direction: row;
}



    .login-cuva {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 24px;
    }

.login {
    display: flex;
    min-width: 200px;
    max-width: 500px;
    flex-direction: column;
    flex: 1;
    gap: 36px;
}

.login-form {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.login-form-inputs {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sirina100posto {
    width: 100%;
}

.login-poruka {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 12px; 
    border-radius: 10px;
    background-color: white;
}

.login-poruka-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 18px;
}

.login-poruka-error {
    border: 1px solid var(--bojaOsnovna);
}

    .login-poruka-error .login-poruka-title {
        color: var(--bojaOsnovna);
    }

.button-primary{
    display: flex;
    padding: 12px;
    text-align: center;
    align-content: center;
    justify-content: center;
    background-color: black;
    color: white;
    border: 0;
    border-radius: 5px;
}

.containerMoj{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 32px 12px;
    width: 100%;
    margin-bottom: 100px;
}

.containerMoj2 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
    width: 100%;
    margin-bottom: 100px;
}

.lista-kompanija-izmedju {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lista-kompanija {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    background-color: rgb(255 255 255 / 35%);
    border-radius: 10px;
    padding: 4px 8px;
}

.lista-kompanija-sifra-naziv {
    /*height: 70px;*/
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.jedan-red-teksta {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dva-red-teksta {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dugme-izaberi-kompaniju {
    display: flex;
    background: gray;
    color: white;
    border: 0;
    padding: 8px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}

.dugme-izaberi-kompaniju-aktivna {
    background: var(--bojaOsnovna);
}

.lista-kompanija-sifra{
    display: flex;
    color: gray;
}

.lista-kompanija-naziv {
    font-size: 16px;
    font-weight: 600;
}

.lista-kompanija-adresa {
    font-size: 12px;
    font-weight: 500;
    color: gray;
}

.menu {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: white;
    color: white;
}

.menu-stavke {
    display: flex;
    font-size: 10px;
    font-weight: 600;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 4px 24px 4px;
    flex: 1;
    background: transparent;
}

.menu-stavke-active{
    background: gray;
}

.menu-stavke svg path {
    fill: white;
}

.menu-stavke svg circle {
    fill: white;
}

.menu a{
    color: white;
    text-decoration: none;
}

.header {
    display: flex;
    position: fixed;
    background: var(--bojaOsnovna);
    top: 0;
    padding: 8px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    max-height: 68px;
    min-height: 68px;
    z-index: 3;
}

.header-logo{
    height: 50px;
}

.sign-out-dugme {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0;
    background: transparent;
    font-size: 10px;
    font-weight: 600;
    color: white;
}

.sign-out-dugme svg path{
    fill: white;
}

.order-list-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(255 255 255 / 30%);
    padding: 8px;
    gap: 16px;
    border-radius: 10px;
}

.order-list-row-left {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}

.order-list-row-left-broj-narudzbe {
    display: flex;
    width: auto;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
    background: gray;
    color: white;
}

.order-list-row-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.linija{
    height: 1px;
    width: 100%;
    background-color: gray;
}

.footer a {
    color: white;
    text-decoration: underline;
}

.home-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.home-row-column {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex: 1;
    gap: 8px
}

.home-row-column-prostor {
    padding: 8px 4px;
    background: gray;
    border-radius: 10px;
    color: white;
}

.home-row-column-prostor-title{
    font-size: 14px;
    font-weight: 600;
}

.izabrani-kupac-prostor {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.izabrani-kupac-prostor-vrijednost {
    font-size: 24px;
    font-weight: 600;
}

.pocetna-adresa-kontakt-prostor {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pocetna-adresa-kontakt-prostor-ikonica-text {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pocetna-adresa-kontakt-prostor-ikonica-text-prostor {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home-row-column-prostor-title-with-border {
    border-bottom: 1px solid gray;
}

.home-nema-kupca {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.input-custom {
    padding: 8px;
    border: 1px solid gray;
    border-radius: 5px;
}

.input-custom2 {
    padding: 8px;
    border: 0;
    border-radius: 5px;
    text-align: right;
}

    .input-custom2:disabled {
        background-color: transparent;
        border: 1px solid white;
        color: white;
    }

.input-custom3 {
    padding: 8px;
    border: 0px;
    border-radius: 5px;
}

.input-custom4:disabled {
    background-color: transparent;
    border: 1px solid rgb(0 0 0 / 35%);
    color: #000;
}

.input-custom2-fix {
    display: flex;
    flex: 0.3;
    width: 5px;
}

.input-custom2-fix2 {
    display: flex;
    flex: 1;
    width: 5px;
}

.input-custom2-fix3 {
    display: flex;
    flex: 1;
    max-width: 180px;
}

.home-statistika {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
}

.home-statistika-items {
    display: flex;
    justify-content: space-between;
}

.home-statistika-items-title {
    display: flex;
    align-items: center;
}

.home-statistika-items-broj-narudzbi {
    display: flex;
    font-size: 14px;
    font-weight: 600;
}

.home-aktivna-kompanija-sifra {
    font-size: 12px;
    font-weight: 600;
}

.partners-aktivna-kompanija {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 8px 4px;
    border: 1px solid white;
    border-radius: 10px;
    text-align: center;
}

.partners-aktivna-kompanija-sifra {
    font-size: 12px;
    font-weight: 600;
}

.orders-status-narudzbe-container {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    align-items: center;
}

.order-u-obradi{
    color: blue;
}

    .order-u-obradi svg path{
        stroke: blue;
    }

.order-otkazana {
    color: var(--bojaOsnovna);
}

    .order-otkazana svg path {
        stroke: var(--bojaOsnovna);
    }

.order-zavrsen {
    color: green;
}

    .order-zavrsensvg path {
        stroke: green;
    }

.lista-kompanija-izmedju a:hover{
    color: black;
}


.input-custom::placeholder{
    font-size: 14px;
}

.input-custom3::placeholder {
    font-size: 14px;
}

.order-status-text {
    font-size: 12px;
    font-weight: 600;
}

.order-details-header {
    display: flex;
    background: white;
    padding: 12px;
    position: sticky;
    z-index: 2;
    top: 68px;
    border-bottom: 1px solid black;
}

.order-details-title {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    font-weight: 600;
}

.order-details2 {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 12px;
}

.order-details-zaglavlje-narudzbe {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.order-details-zaglavlje-narudzbe-stavke {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.order-details-zaglavlje-narudzbe-stavke-value {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.order-details-footer-narudzbe-stavke {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.order-details-lista-row1 {
    display: flex;
    justify-content: space-between;
}

.order-details-lista-row1-left {
    display: flex;
    flex-direction: column;
    text-align: left;
    flex: 0.7;
}

.order-details-lista-row1-left-title {
    font-size: 14px;
    font-weight: 600;
}

.order-details-lista-row1-left-sifra {
    font-size: 12px;
    color: gray;
    font-weight: 500;
}

.order-details-lista2 {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.order-details-lista-product {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.order-details-lista-row1-right {
    display: flex;
    flex-direction: column;
    text-align: right;
    flex: 0.3;
}

.order-details-lista-row2 {
    display: flex;
    justify-content: space-between;
    background: rgb(255 255 255 / 35%);
    border-radius: 10px;
    padding: 4px;
}

.lista-proizvoda-sifra-naziv {
    height: 70px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex: 0.6;
    cursor: pointer;
}

.lista-proizvoda-price-quanity {
    height: 70px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    flex: 0.4;
}

.product-details-prozor {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vH;
    z-index: 10;
    background: linear-gradient(-45deg, #eb152e, #9b565e, #eb152e);
    background-size: 400% 400%;
    background-color: var(--bojaOsnovna);
}

.product-details-details-header {
    display: flex;
    background: white;
    padding: 12px;
    position: sticky;
    z-index: 2;
    top: 0px;
    border-bottom: 1px solid gray;
}

.product-details-prozor-content {
    display: flex;
    flex-direction: column;
    padding: 12px;
    color: white;
    gap: 24px;
    overflow-y: scroll;
}

.product-details-prozor-dodano-u-korpu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    border: 1px solid white;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}

.product-details-prozor-cijena-popust-kolicina {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-details-prozor-cijena-popust-kolicina-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dugme-dodaj-u-korpu {
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    color: white;
    border: 0;
    padding: 14px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}

    .dugme-dodaj-u-korpu:hover {
        background: rgb(0 0 0 / 80%);
        color: white;
    }

.product-details-prozor-naslov-proizvoda {
    display: flex;
    font-size: 24px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
}

.product-details-prozor-naslov-i-ostalo {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-details-prozor-ostalo {
    display: flex;
    justify-content: space-between;
    background-color: rgb(0 0 0 / 35%);
    padding: 4px 8px;
    border-radius: 10px;
}

.product-details-prozor-ostalo2 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
    font-weight: 500;
}

.product-details-form {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-bottom: 128px;
}

.product-details-nema-na-stanju {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    color: var(--bojaOsnovna);
    background: white;
    padding: 8px;
    align-items: center;
}

.uspjesno-dodan-proizvod {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    background: linear-gradient(-45deg, #eb152e, #9b565e, #eb152e);
    background-size: 400% 400%;
    background-color: var(--bojaOsnovna);
    color: white;
    width: 100%;
    height: 100vH;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}

.uspjesno-dodan-proizvod-message {
    font-size: 14px;
    font-weight: 600
}

.uspjesno-dodan-proizvod-proizvod-name {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.uspjesno-dodan-proizvod-proizvod-itemCode {
    font-size: 16px;
    font-weight: 600;
    color: black;
}

.form-flex{
    display: flex;
}

.dugme-dodaj-u-korpu-fix{
    flex: 1;
}

.korpa-prazna-okvir {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 12px;
    padding: 12px;
    border-radius: 10px;
    background: rgb(255 255 255 / 35%);
}

.korpa-prazna-text{
    font-size: 18px;
    font-weight:600;
    text-align: center;
}

.div-dugmad-input {
    display: flex;
    flex: 1;
    gap: 8px;
    max-width: 180px;
}

.dugme-plus-minus {
    width: 40px;
    background-color: rgb(0 0 0 / 35%);
    color: white;
    border: 0;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
}

.div-search-checkbox {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.div-search-checkbox-checkbox-div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.div-search-checkbox-checkbox-div-checkbox {
    width: 15px;
    height: 15px;
}

.div-search-checkbox-checkbox-div-label {
    font-size: 12px;
    font-weight: 600;
}

.pointer-cursor {
    cursor: pointer;
}

.form-slanje-u-sap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.div-napomena {
    display: flex;
    flex-direction: column;
}

.div-napomena-text {
    font-size: 14px;
    font-weight: 600;
}

.div-napomena-input {
    font-size: 14px;
    border: 0;
    padding: 8px;
    font-weight: 400;
}

.div-order-napomena {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.div-order-napomena-value {
    padding: 8px;
    border: 1px solid white;
    border-radius: 10px;
    font-size: 14px;
}

.home-row-column svg path{
    fill: white;
}

.login-text{
    color: white;
}

.home-icon-with-two-row {
    font-size: 12px;
    font-weight: 400;
}

.prijavljen-kao {
    text-align: center;
    color: white;
    border-radius: 10px;
    padding: 4px;
    background: linear-gradient(-45deg, #eb152e, #9b565e, #eb152e);
    background-size: 400% 400%;
    background-color: var(--bojaOsnovna);
}

.naslov-statistika {
    display: flex;
    font-size: 14px;
    justify-content: center;
    margin-top: 20px;
}

.kolicina-korpa {
    position: absolute;
    top: -8px;
    background-color: white;
    color: var(--bojaOsnovna);
    padding: 2px;
    border-radius: 10px;
    border: 1px solid gray;
    font-size: 8px;
}

.poruka-order {
    display: flex;
    margin: 8px;
    padding: 8px 0;
    color: black;
    font-weight: 500;
    justify-content: center;
    border-radius: 10px;
    background: rgb(255 255 255 / 30%);
}

.lista-kompanija2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background-color: rgb(255 255 255 / 35%);
    border-radius: 10px;
    padding: 4px 8px;
}

.promjena-kupca-upit {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100vH;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    text-align: center;
    color: white;
    fill: white;
}

.promjena-kupca-upit-naslov {
    font-weight: 500;
}

.promjena-kupca-upit-dugme-potvrda {
    background: black;
    color: white;
    width: 200px;
    padding: 8px;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
}

.promjena-kupca-upit-dugme-odustani {
    background: white;
    color: var(--bojaOsnovna);
}

.visina-text-24 {
    height: 24px;
}

.datum-lista-narudzbi {
    display: flex;
    background: gray;
    color: white;
    padding: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.price-lista-narudzbi {
    font-size: 14px;
    font-weight: 600;
    min-width: 100px;
}

.selectMoj {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: black;
    border-radius: 10px;
}

.osnovaPozadinaSaPrelazom {
    background: linear-gradient(-45deg, #eb152e, #9b565e, #eb152e);
    background-size: 400% 400%;
    background-color: var(--bojaOsnovna);
}

.sivaPozadinaSaPrelazom {
    background: linear-gradient(-45deg, gray, red, gray);
    background-size: 400% 400%;
    background-color: gray;
}

.home-row-catalog-div {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    border-radius: 10px;
    color: white;
    gap: 8px;
    font-size: 20px;
    font-weight: 600;
}

    .home-row-catalog-div:hover{
        color: lightblue;
    }

    .home-row-catalog-div svg {
        width: 150px;
    }

    .home-row-catalog-div svg path{
        fill: white;
    }

.catalog-container-parent{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 12px;
}

.catalog-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.catalog-container-item {
    display: flex;
    flex-direction: column;
    padding: 8px;
    border-radius: 8px;
    min-width: 180px;
    max-width: 180px;
    gap: 8px;
    background: #ffffff59;
}

    .catalog-container-item:hover{
        color: black;
        opacity: 0.8;
    }

.catalog-container-item-img {
    width: 100%;
    height: 162px;
    object-fit: cover;
    border-radius: 8px;
}

.catalog-container-item-title {
    display: flex;
    flex: 1;
    font-size: 14px;
    font-weight: 500;
}

.catalog-container-item-price {
    font-size: 14px;
    font-weight: 500;
}

    .catalog-container-item-other {
        color: gray;
        display: flex;
        flex-direction: column;
        font-size: 14px;
    }

.catalog-item-discount{
    color: var(--bojaOsnovna);
}

.catalog-container-with-brojac{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.pagination-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 12px;
    margin: 24px 0 128px 0;
}

.pagination-block-number {
    display: flex;
    width: 36px;
    height: 36px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #555;
    color: #555;
    cursor: pointer;
}

    .pagination-block-number:hover {
        background-color: #f1f1f1;
    }

.pagination-block-number-active {
    background-color: var(--bojaOsnovna);
    border: 1px solid var(--bojaOsnovna);
    color: white;
}

    .pagination-block-number-active:hover {
        background-color: gray;
        border: 1px solid gray;
        color: white;
    }

.icon-buttons {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    background-color: #EDEDF0;
}

    .icon-buttons:hover {
        background: #DCDCDC;
    }

.loading-serach {
    display: flex;
    justify-content: center;
    min-height: 400px;
    align-items: center;
    font-size: 24px;
}

.catalog-product-div{
    display: flex;
    flex-direction: column;
    margin: 16px 8px;
    gap: 24px;
}

.product-details-prozor-ostalo-catalog {
    display: flex;
    justify-content: space-between;
    padding: 4px 8px;
    border-radius: 10px;
}

.catalog-product-galery-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.catalog-product-galery {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 380px;
    width: 100%;
    gap: 12px;
}

.catalog-product-div-img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

.catalog-product-naslov {
    display: flex;
    font-size: 24px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.catalog-product-div-back{
    display: flex;
}

.catalog-product-div-button {
    display: flex;
    background: rgb(0 0 0 / 35%);
    border: 0px;
    border-radius: 8px;
    color: white;
    padding: 4px 8px;
    margin: 12px;
}

.div-za-slike-u-galeriji {
    padding: 1px;
}

.div-za-slike-u-galeriji2 {
    padding: 4px;
    border-radius: 2px;
    border: 1px solid transparent;
}

.div-za-slike-u-galeriji2-active {
    border: 1px solid #000;
}

.proizvod-up-left-frame-frame-imgs-frame {
    height: 194px;
}

.proizvod-up-left-frame-frame-imgs-frame-img {
    height: 182px;
    object-fit: contain;
    cursor: pointer;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.store-subcategory {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.store-subcategory-pill {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid black !important;
    color: black !important;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

.category-container-left-category-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px;
    background: var(--bojaOsnovna);
    border-radius: 8px;
    font-size: 14px;
}

.category-container-left-category-title-naziv {
    color: white;
}

.category-container-left-category-title-broj {
    display: flex;
    padding: 4px 8px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 4px;
    background: #ddd;
    color: var(--bojaOsnovna);
}

.breadcrumbs-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    color: black;
    margin: 16px 0 8px 0;
}

.breadcrumbs-wrapper-items {
    cursor: pointer;
    font-size: 14px;
}

.breadcrumbs-wrapper-items-active {
    color: black;
    font-weight: 600;
}

.breadcrumbs-wrapper-icon {
    display: flex;
    width: 18px;
    height: 18px;
    padding: 6.375px 0px 5.625px 0px;
    justify-content: center;
    align-items: center;
}
