﻿
.seo-h1 {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.error-div h1 {
    font-size: 20rem;
}

.error-div a {
    margin-top: 20px;
    margin-bottom: 20px;
}

#custom-cart-popup {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #00a651; /* zelena boja */
    color: #fff !important;
    padding: 15px 25px;
    border-radius: 5px;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    font-family: Arial, sans-serif;
}

    #custom-cart-popup .custom-cart-popup-close {
        position: absolute;
        top: 5px;
        right: 10px;
        cursor: pointer;
        font-size: 18px;
    }

    #custom-cart-popup p {
        margin: 0;
        font-weight: bold;
    }


body .bdy-bg {
    background: #F6EFEB !important;
    font-family: 'Nunito', sans-serif !important;
}

.container {
    max-width: 1400px;
}

.body-clr {
    background: #F6EFEB;
}

/* Osnovni li relativno pozicioniran */
.mainmenu li {
    position: relative;
}

/* PRVI LEVEL dropdown – pojavljuje se ispod parenta */
.mainmenu > li > .dropdown__menu {
    display: none; /* default hidden */
    position: absolute;
    top: 100%;
    left: 0;
    background: #f0f0f0;
    border-radius: 6px;
    overflow: hidden;
    min-width: 180px;
    box-shadow: 0 5px 12px rgba(0,0,0,0.1);
    padding: 5px 0;
    z-index: 1000;
}

/* Hover efekt za linkove u dropdownu */
.mainmenu li.drop > .dropdown__menu > li a:hover {
    background-color: #D29EA5;
    color: #fff !important;
}

/* DRUGI LEVEL dropdown (fly-out desno) */
.dropdown__menu li.drop > .dropdown__submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 0;
    background: #D29EA5;
    border-radius: 8px;
    overflow: hidden;
    min-width: 200px;
    box-shadow: 0 5px 12px rgba(0,0,0,0.15);
    z-index: 1100;
}

    /* li u drugom levelu */
    .dropdown__menu li.drop > .dropdown__submenu li {
        margin: 0;
    }

        /* hover efekt za li u drugom levelu */
        .dropdown__menu li.drop > .dropdown__submenu li:hover {
            border-radius: inherit;
        }

.mainmenu li.drop:hover > .dropdown__menu,
.dropdown__menu li.drop:hover > .dropdown__submenu {
    display: block;
}

.nadkat {
    margin: 0 10px !important;
    text-align: center;
}

    /*.nadkat:hover {
        background-color: #e5c1c6;
    }*/

.nadkat a {
    font-size: 14px !important;
    font-weight: 600;
}

    .nadkat a:hover {
        color: #fff !important;
    }

.mainmenu li.drop > ul.dropdown__menu a,
.mainmenu li.drop > ul.dropdown__submenu a {
    font-weight: 700;
    color: #333;
    padding: 8px 16px;
    display: block;
    white-space: nowrap;
}

    .mainmenu li.drop > ul.dropdown__menu a:hover,
    .mainmenu li.drop > ul.dropdown__submenu a:hover {
        background-color: #D29EA5;
        color: #000 !important;
    }

.title-slider {
    margin-top: 55px;
}

.title__line {
    /*color: #81D742 !important;*/
    color: #B88A65 !important;
}
/* Hover na li koji sadrži podkategorije */
.kategorije li.drop:hover > a {
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    transition: box-shadow 0.2s ease;
}

.podkategorije {
    left: 150px !important;
}

.kategorije {
    overflow: visible !important;
}

.shopbox span::before {
    left: -11px !important;
}
/*-----------------------------------------------------------------O NAMA-----------------------------------------------------------------*/

.opis-box-onama {
    background: #fff7fb;
    padding: 35px 40px;
    border-radius: 15px;
    border: 1px solid #ffd6e7;
    max-width: 900px;
    margin: 30px auto;
    line-height: 1.8;
    padding-bottom: 110px; /* mora biti veće jer slika ulazi unutra */
    position: relative;
    z-index: 1;
}

    .opis-box-onama p {
        font-size: 18px;
        color: #444;
        margin-bottom: 25px;
    }

    .opis-box-onama strong {
        color: #ff4fa3;
        font-weight: 700;
    }

.bottom-p {
    margin-bottom: 50px !important;
}

/* SLika overlap */
.onama-slika {
    max-width: 900px;
    margin: -80px auto 0 auto; /* ovo povlači sliku gore preko diva */
    text-align: center;
    position: relative;
    z-index: 5;
}

    .onama-slika img {
        width: 100%;
        max-width: 750px;
        border-radius: 40px;
        border: 5px solid #fff;
    }

/*-----------------------------------------------------------------SLIDER-----------------------------------------------------------------*/
/* container slidera */
.custom-slider {
    max-width: 1400px; /* fiksna širina */
    width: 100%; /* fleksibilno na manjim ekranima */
    margin: 0 auto; /* centrirano horizontalno */
}

    /* svaki slide */
    .custom-slider .slider__area {
        width: 100%;
        /*aspect-ratio: 1 / 1;*/ /* 1:1 */
        height: 500px; /* fiksna visina */
        background-size: cover; /* slika popunjava prostor */
        background-position: center center; /* centrirano */
        background-repeat: no-repeat;
        border-radius: 8px; /* opcionalno, ako želiš blagi zaobljeni rub */
    }

.mobile-img {
    display: none;
}

.desktop-img {
    display: block;
    border-radius: 20px;
    border: 3px solid #D29EA5;
    overflow: hidden;
}
/*-----------------------------------------------------------------FOOTER-----------------------------------------------------------------*/
.foot-2 {
    padding-top: 0px !important;
}

.footer-bg {
    background: #D29EA5;
}

.fa-icone {
    font-size: 20px;
}

.footer-custom {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.copyright a {
    text-decoration: underline;
}

.footer-cat:hover {
    color: #81D742 !important;
}

.ftr-text {
    font-weight: 700;
    font-size: 25px;
    width: 100%;
}

    .ftr-text p {
        color: #7a4b52 !important;
    }

.kat-div {
    margin-bottom: 40px;
}

.slika-thumb {
    position: relative;
}

    .slika-thumb img {
        width: 100%;
        display: block;
    }

.kat-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: rgba(0,0,0,0.4);
    padding: 6px 12px;
    border-radius: 8px;
}

.kat-description {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
}
/*-----------------------------------------------------------------ARTIKAL-----------------------------------------------------------------*/
.pro__label span, .pro__label-left span {
    color: rgba(243, 89, 116, .84) !important;
}

.pro__label-left {
    position: absolute;
    top: 35px;
    left: 0;
}

    .pro__label-left button {
        background: #dddddd none repeat scroll 0 0;
        border-radius: 0 5px 5px 0;
        color: #fe5629;
        display: inline-block;
        height: 30px;
        line-height: 28px;
        padding: 0 10px;
        border: none;
        font-weight: 700;
        font-family: 'Lobster Two', cursive;
        transition: all 0.25s ease;
        transform-origin: left center;
    }

        .pro__label-left button:hover {
            transform: scale(1.1) translateX(4px);
            box-shadow: 2px 4px 10px rgba(0,0,0,0.2);
            background: #f2f2f2;
            border: none;
        }

        .pro__label-left button span {
            font-size: 17px;
        }

.title-artikal {
    max-height: 26px;
    overflow: hidden;
}

.new-price {
    color: rgba(243, 89, 116, .84) !important;
    font-size: 18px !important;
    font-weight: 700;
}

.artikal-card {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    transition: all 0.25s ease;
    /*border: 2px solid #D29EA5;*/
}
/*-----------------------------------------------------------------KATEGORIJA BOX-----------------------------------------------------------------*/
.kat-div {
    border-radius: 20px;
    overflow: hidden;
}

.copyright {
    background: #D29EA5;
    border-top: 1px dotted;
}

#pojam {
    border-radius: 15px;
    border: 2px solid #D29EA5 !important;
}


/*-----------------------------------------------------------------NadKategorije-----------------------------------------------------------------*/
.sort-div {
    width: 15%;
    margin-bottom: 50px;
}

.dcare__pagination {
    margin-top: 40px;
}

.dcare__page__list {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

    .dcare__page__list li a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-width: 40px;
        height: 40px;
        background-color: #f5f5f5;
        color: #333;
        text-decoration: none;
        border-radius: 50%;
        font-weight: 500;
        transition: all 0.2s ease;
        border: 1px solid #ddd;
    }

        .dcare__page__list li a:hover {
            background-color: #D29EA5;
            color: #fff;
            border-color: #007bff;
        }

        .dcare__page__list li a.active,
        .dcare__page__list li a.pager_brojevi.polje.stranica.textP.active {
            background-color: #007bff;
            color: #fff;
            border-color: #007bff;
        }

        .dcare__page__list li a.disabled,
        .dcare__page__list li a[aria-disabled="true"] {
            opacity: 0.5;
            cursor: not-allowed;
            pointer-events: none;
        }

        .dcare__page__list li a span {
            font-size: 18px;
        }

.dugmic:hover {
    cursor: pointer;
}

.toolbox-sort.sort-div {
    background-color: #F6EFEB; /* svijetla pozadina */
    padding: 10px 15px;
    border-radius: 12px;
    display: inline-block;
    margin-bottom: 15px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
}

    .toolbox-sort.sort-div label {
        font-weight: 600;
        color: #D29EA5;
        margin-right: 10px;
        font-size: 14px;
    }

    .toolbox-sort.sort-div .select-custom {
        position: relative;
        display: inline-block;
    }

    .toolbox-sort.sort-div select.form-control.ddlSortNadGrupe {
        background-color: #FFFFFF; /* bijela unutar wrappera */
        color: #D29EA5;
        border: 2px solid #D29EA5;
        border-radius: 12px;
        padding: 6px 12px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        appearance: none; /* uklanja default strelicu */
        -webkit-appearance: none;
        -moz-appearance: none;
        transition: all 0.2s ease;
        min-width: 300px;
    }

    /* Hover efekt */
    /* .toolbox-sort.sort-div select.form-control.ddlSortNadGrupe:hover {
            background-color: #D29EA5;
            color: #fff;
            border-color: #D29EA5;
        }*/

    .toolbox-sort.sort-div select.form-control.ddlSortGrupe {
        background-color: #FFFFFF; /* bijela unutar wrappera */
        color: #D29EA5;
        border: 2px solid #D29EA5;
        border-radius: 12px;
        padding: 6px 12px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        appearance: none; /* uklanja default strelicu */
        -webkit-appearance: none;
        -moz-appearance: none;
        transition: all 0.2s ease;
        min-width: 300px;
    }


    .toolbox-sort.sort-div select.form-control.ddlSortPodGrupe {
        background-color: #FFFFFF; /* bijela unutar wrappera */
        color: #D29EA5;
        border: 2px solid #D29EA5;
        border-radius: 12px;
        padding: 6px 12px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        appearance: none; /* uklanja default strelicu */
        -webkit-appearance: none;
        -moz-appearance: none;
        transition: all 0.2s ease;
        min-width: 300px;
    }

    /* Hover efekt */
    /*.toolbox-sort.sort-div select.form-control.ddlSortGrupe:hover {
            background-color: #D29EA5;
            color: #fff;
            border-color: #D29EA5;
        }*/

    /* Strelica desno */
    .toolbox-sort.sort-div .select-custom::after {
        content: '▼';
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        color: #D29EA5;
        font-size: 12px;
    }

    .toolbox-sort.sort-div select.form-control.ddlSortNadGrupe option {
        background-color: #FFFFFF; /* bijela pozadina */
        color: #D29EA5; /* boja teksta */
        padding: 5px 10px;
    }

        .toolbox-sort.sort-div select.form-control.ddlSortNadGrupe option:hover {
            background-color: #F6EFEB; /* lagani hover efekt */
            color: #D29EA5;
        }

.grupe-section {
    padding: 75px 0 !important;
}

.contact__box .google__map {
    height: 100%;
    min-height: 520px;
}
/*-----------------------------------------------------------------KONTAKT-----------------------------------------------------------------*/

#googleMap {
    width: 100%;
    height: 100%;
}

.contact__box {
    background: #fff;
}

.contact-form-wrap input,
.contact-form-wrap textarea {
    border-radius: 12px;
    border: 1px solid #D29EA5;
}

    .contact-form-wrap input:focus {
        border-color: #D29EA5;
        box-shadow: 0 0 0 2px rgba(210,158,165,.2);
    }


.contact-btn .dcare__btn {
    background: #D29EA5;
    border-radius: 30px;
}

    .contact-btn .dcare__btn:hover {
        background: #c1878f;
    }

.address {
    border-radius: 20px;
    background: #ffffff;
}

.section-adress {
    background: #F6EFEB;
}

.wrapper-kontakt {
    background: #F6EFEB;
}

.clr-contact {
    color: #81D742;
}

    .clr-contact:before {
        color: #81D742;
    }

.container-fluid > div {
    background: #F6EFEB;
}

.page__contact .address .address__inner ul li {
    min-height: 46px;
}

.address__inner h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

.address__inner p {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    line-height: 1.5;
}

.address__inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.address__inner li {
    font-size: 15px;
    font-weight: 500;
    color: #222;
    line-height: 1.6;
}

.address__inner a {
    color: #222;
    text-decoration: none;
    font-weight: 600;
}

    .address__inner a:hover {
        text-decoration: underline;
    }

.google__map {
    width: 100%;
    height: 450px;
}

    .google__map iframe {
        width: 100%;
        height: 100%;
        display: block;
    }

#kontaktMsg-div {
    background-color: #81D742;
    width: 25%;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    margin-right: auto;
    margin-left: auto;
}

    #kontaktMsg-div > p {
        color: #fff;
        font-weight: 700;
        text-align: center;
        margin: 0;
    }

#kontaktMsg-div-greska {
    background-color: #c90e0ea1;
    width: 25%;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    margin-right: auto;
    margin-left: auto;
}

    #kontaktMsg-div-greska > p {
        color: #fff;
        font-weight: 700;
        text-align: center;
        margin: 0;
    }

/*-----------------------------------------------------------------ARTIKAL DETALJNO-----------------------------------------------------------------*/

.opis-box {
    background: #ffffff;
    border: 1px solid #D29EA5;
    border-radius: 12px;
    padding: 16px;
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    margin-top: 12px;
}

    .opis-box p {
        margin: 0;
        font-weight: 600;
        color: #7a4b52;
    }

.opis-box-kratki {
    background: #ffffff;
    border: 1px solid #D29EA5;
    border-radius: 12px;
    padding: 10px;
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    margin-top: 12px;
}

    .opis-box-kratki p {
        margin: 0;
        font-weight: 600;
        color: #7a4b52;
        width: 40%;
    }

.isporuka-garancija {
    background: #F6EFEB;
    font-weight: 600;
    color: #7a4b52;
    margin: 6px 0;
}


.atributi-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    border: 1px solid #D29EA5;
    border-radius: 12px;
    overflow: hidden;
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
}

    .atributi-table td {
        padding: 12px 16px;
        border-bottom: 1px solid #F6EFEB;
    }

    .atributi-table tr:last-child td {
        border-bottom: none;
    }

    .atributi-table td:first-child {
        font-weight: 600;
        color: #7a4b52;
        width: 40%;
    }

    .atributi-table tr:hover td {
        background: #fff7f9;
        transition: background 0.2s ease;
    }



.kol-detaljno {
    width: 40px;
    height: 35px;
    font-size: 15px;
    border: 1px solid #D29EA5;
    border-radius: 10px;
}

.size__var {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .size__var li a {
        display: block;
        padding: 5px 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        text-decoration: none;
        color: #333;
        font-weight: 700;
        cursor: pointer;
    }

        .size__var li a:hover {
            background-color: #E07B86;
        }

.boje-det-div {
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.boje-det li a {
    border-radius: 50%;
}

    .boje-det li a:hover {
        cursor: pointer;
    }

/* Aktivna veličina */
.size__var li.active a {
    background-color: #E07B86;
    color: #fff;
    border-color: #E07B86;
}

.boje-det li.active a {
    border: 3px solid #D29EA5;
}


#detaljno-title {
    font-size: 40px;
}

.product__quantity {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: sans-serif;
    margin: 25px 0;
}

.quantity-wrapper {
    display: flex;
    align-items: center;
}

.quantity-input {
    width: 50px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 5px;
    padding: 5px;
}

.quantity-btn {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
    user-select: none;
}

    .quantity-btn:hover {
        background-color: #ddd;
    }

.tab-detaljno {
    border: none;
    border-bottom: 2px solid #D29EA5;
}

    .tab-detaljno > a {
        /*color: #89D700 !important;*/
        color: #B88A65 !important;
        font-size: 16px;
    }

.product-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.option {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

    .option label {
        font-weight: 600;
        font-size: 0.95rem;
        color: #333;
        width: 80px;
        text-align: right;
    }


.option-select,
.quantity-input {
    padding: 8px 12px;
    font-size: 0.95rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 150px;
}

.quantity-input {
    width: 70px;
}

.new-price-det {
    font-size: 24px !important;
    color: #E07B86 !important;
    font-weight: 700 !important;
}

.mb-bradcaump {
    margin-bottom: 0px !important;
}

.gallery-single {
    border-radius: 20px;
    overflow: hidden;
}

.shop__single__details p {
    line-height: 1.6;
    font-size: 0.95rem;
    color: #555;
    /*margin-top: 15px;*/
    text-align: justify;
}

.Addto__cart__btn {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

    .Addto__cart__btn a.dcare__btn {
        flex-shrink: 0;
    }

.product-single-share {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .product-single-share p {
        margin: 0;
        font-weight: 500;
    }

.gallery-zoom a {
    position: relative;
    display: block;
}

.zoom-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    opacity: 0.9;
    transition: 0.2s ease;
}

.gallery-zoom a:hover .zoom-icon {
    background: #ff6a00; /* ili theme boja */
    transform: scale(1.1);
}

.add-btn:before {
    background: #E07B86 !important;
}

.add-btn {
    color: #fff !important;
}

#bread-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E07B86;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
}

.scroll-text {
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 12s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}
/*------------ kosarica--------------*/
.stavke .product-price s {
    font-size: 0.85em;
    color: #888888;
    text-decoration: line-through;
}

/*--------------------------------------------------------------------ADRESA DOSTAVE-----------------------------------------------------------------------------------*/
.accordion-custom {
    border-radius: 10px;
    overflow: hidden;
    background: #F1F2F3;
}

    .accordion-custom input, .accordion-custom textarea {
        border-radius: 10px;
    }

        .accordion-custom input:focus, .accordion-custom textarea:focus {
            box-shadow: 0 0 8px rgba(210, 158, 165, 0.35);
        }

.accordion-head.collapsed {
    background: #D29EA5 !important;
    color: #fff !important;
}

.accordion-btn-naruci {
    display: flex;
    justify-content: end;
    align-items: flex-end
}

    .accordion-btn-naruci button {
        border: none;
    }



/*--------------grid slike u kategorijama --------*/
.product__imges {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}


    .product__imges::before {
        content: "";
        position: absolute;
        inset: -20px; /* PROŠIRI da se ne vide rubovi */
        background-image: url('/slike/artikal1.jpg'); /* mora biti ista slika */
        background-size: cover;
        background-position: center;
        filter: blur(25px); /* pojačaj blur */
        transform: scale(1.2); /* poveća da popuni praznine */
        z-index: 0;
    }

    .product__imges img.bg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: blur(5px);
        transform: scale(1.3);
    }

    .product__imges img.main {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.wp-vb-logo {
    width: 22px !important;
    vertical-align: middle;
    display: inline-block;
}

.top__address li + li::before {
    display: none;
}

.top__address li + li {
    margin-left: 12px;
    padding-left: 0px;
    position: relative;
}

.jun__header__top__right .single__widget.search form input {
    border: 1px solid #e4e4e4;
    color: #666666;
    font-size: 12px;
    height: 50px;
    padding-left: 30px;
    padding-right: 64px;
    width: 100%;
}

.jun__header__top__right .single__widget.search form button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #b5b5b5;
    font-size: 18px;
    outline: medium none;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
}

.autocompletePretraga {
    position: relative;
    /*float: left;*/
    /*z-index: 999;*/
    /*background-color: #fff;*/
}

    .autocompletePretraga .listaArtikli {
        display: none;
        width: 100%;
        border: 1px solid #999;
        position: absolute;
        top: 45px;
        right: 0px;
        /* left: 16px; */
        min-height: 20px;
        /* max-height: 200px; */
        background-color: #fff;
        z-index: 999;
    }

        .autocompletePretraga .listaArtikli .redak {
            padding: 10px 10px 10px 10px;
            cursor: pointer;
            background-color: #fff;
            /*float: left;*/
        }

            .autocompletePretraga .listaArtikli .redak:hover {
                background: #f0f0f0;
            }

            .autocompletePretraga .listaArtikli .redak a {
                display:block;
            }

            .autocompletePretraga .listaArtikli .redak img {
                border: 1px solid #b9b9b9;
                max-height: 40px;
                margin-right: 10px;
            }

li.podgr {
    background-color: #fff;
}

.podkategorije {
    border: 1px solid #ce9ea5;
}
/*.nadkat a {
    align-items: center !important;
    color: #ffffff;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}*/
/*--------------------------------------------------------------------MOBITEL-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 1000px) {
    .mobile-logo {
        width: 25% !important;
    }

    .custom-slider .slider__area {
        width: 100%;
        aspect-ratio: 1 / 1 !important; /* 1:1 */
        height:auto;
        /*height: 400px;*/ /*500px;*/ /* fiksna visina */
        /*background-size: cover;*/ /* slika popunjava prostor */
        /*background-position: center center;*/ /* centrirano */
        /*background-repeat: no-repeat;*/
        /*border-radius: 8px;*/ /* opcionalno, ako želiš blagi zaobljeni rub */
    }
}

@media(max-width: 748px) {

    .slider-brdr > div:first-child {
        border: none;
        border-radius: 0px;
    }

    .body-clr {
        padding-top: 35px !important;
        padding-bottom: 50px !important;
    }

    .sort-div {
        width: 100%;
        margin-bottom: 50px;
    }

    .toolbox-sort.sort-div {
        padding: 8px 10px;
    }

        .toolbox-sort.sort-div select.form-control.ddlSortNadGrupe {
            min-width: 140px;
            font-size: 13px;
        }

    .dcare__page__list li a {
        min-width: 32px;
        height: 32px;
        font-size: 14px;
    }

        .dcare__page__list li a span {
            font-size: 16px;
        }

    .contact-div {
        margin-bottom: 50px;
    }

    .desktop-img {
        display: none !important;
    }

    .mobile-img {
        display: block;
        border: none;
        border-radius: 0px;
    }

    .bradcaump-margin {
        margin-top: 20px !important;
    }

    .atributi-table td:first-child {
        font-weight: 600;
        color: #7a4b52;
        width: 100%;
        max-width: 70% !important;
    }
    /*
    .atributi-table td {
        width: 50% !important;
    }*/

    .error-div h1 {
        font-size: 10rem;
    }

    .footer__wrapper.bg-image--10 {
        background-color: #D29EA5 !important;
    }

    .footer__widget h4 {
        font-size: 30px !important;
    }

    .footer-cat {
        font-size: 20px !important;
    }

    .mobile-logo {
        width: 48% !important;
    }

    #adress-btn {
        margin-top: 20px;
    }

    .title-artikal {
        height: 35px !important;
        overflow: hidden;
        max-height: 35px !important;
    }

    .product__inner .pro__prize .old__prize,
    .product__inner .pro__prize .new-price {
        display: list-item;
    }
}

@media (max-width: 991px) {
    .sticky__header,
    .sticky__header.is-sticky {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: auto !important;
        z-index: auto !important;
        box-shadow: none !important;
        animation: none !important;
    }
}