﻿#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 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;
}
/* 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;
}
/*-----------------------------------------------------------------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%;
        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;
}
/*-----------------------------------------------------------------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;
}
/*-----------------------------------------------------------------ARTIKAL-----------------------------------------------------------------*/
.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; /* jako bitno da slika prati radius */
    background: #fff;
    transition: all 0.25s ease;
}
/*-----------------------------------------------------------------KATEGORIJA BOX-----------------------------------------------------------------*/
.kat-div {
    border-radius: 20px;
    overflow: hidden;
}
.copyright {
    background: #D29EA5;
    border-top: 1px dotted;
}

/*-----------------------------------------------------------------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,
.contact-form-wrap textarea: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: #0ec90ea1;
    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-----------------------------------------------------------------*/

.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;
    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;
    }

.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%);
            }
        }

        @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;
            }
            .bradcaump-margin {
                margin-top: 20px !important;
            }
        }