﻿body {
}

/*1.Default.aspx*/

.header-top-top {
    /*background: #DB0C12;*/
    background: #F1F1F1;
}
.header-top-p {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.header-middle-colored {
    /*background-color: #f4f4f4;*/
    background: #FAFAFA;
}
.home-slide-title {
    opacity: 1;
    color: #fff;
    font-size: 50px;
    margin-bottom: 50px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
.fileters-pocetna-default{
    width: 150px !important;
}

.bg-img {
    /*background-image: url(/Materijali/Images/sava.jpg);*/
    background-image: url(/Materijali/Images/canva-img.png);
}

.filter-cms {
    background: #F9F9F9 !important;
}

.brend_proizvodi {
    width: 210px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}


.kosarica-header {
    color: #DB0C12;
}
.minicart-icon {
    border: 2px solid black !important;
    width: 25px !important;
    height: 20px !important;
}
.dugmicDodaj {
    opacity: 1 !important;
    visibility: visible !important;
}
.popust-badge {
    position: absolute;
    left: 10px;
    top: 55px;
    background-color: #e53935; /* crvena */
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    rotate: -45deg;
}

.popust-badge-grid {
    position: absolute;
    right: 10px;
    bottom: 123px; 
    background-color: #e53935;
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    rotate: 0deg;
}

.popust-badge-list {
    position: absolute;
    right: 470px;
    bottom: 50px;
    background-color: #e53935;
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    rotate: 0deg;
}

.popust-badge-detaljno {
    position: absolute;
    right: 890px;
    bottom: 200px;
    background-color: #e53935;
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    rotate: 0;
}
.pagination-area {
    text-align: center !important;
}


.filters-wrapper {
    position: absolute;
    top: 50%;
    left: 130px;
    transform: translateY(-50%);
}

.filters-pocetna {
    display: block;
    margin-bottom: 10px;
}
/*Mail uspjesno poslan - poruka*/
#mailBox {
    height: 40px;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 300px;
    border: 1px solid black;
    text-align: center;
    background: #16cb16a1;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 27px;
}

    #mailBox > p {
        margin-top: 7px;
    }


    .sezona-badge {
        width: 35px !important;
    }
.opis-item-izdvojeno {
    width: 20% !important;
}
.kolicina {
    width: 15%;
    text-align: center;
    cursor: pointer;
}
.kolicina-list {
    width: 8%;
    height: 94%;
    margin-bottom: 4px;
    margin-right: 44px;
    text-align: center;
    cursor: pointer;
}
.best-selling {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #DB0C12, #E53935);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

    .best-selling:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        background: linear-gradient(135deg, #B20A10, #DB0C12);
    }

.brend-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px; /* šire */
    height: 80px; /* više */
    margin: 0 12px;
    padding: 15px 25px;
    font-size: 20px; /* veći font */
    font-weight: 700;
    text-align: center;
    color: #fff; /* bijeli tekst */
    background: linear-gradient(135deg, #DB0C12, #E53935);
    border-radius: 10px;
    border: none;
    cursor: default;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.brend_proizvodi {
    width: 200px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 10px;
    border-radius: 8px;
    /*box-shadow: 0 4px 10px rgba(0,0,0,0.2);*/
    transition: all 0.3s ease;
}


select.btn-choose {
    height: 40px;
    padding: 0 !important; 
    margin-right: 10px;
    min-width: 100px;
    font-size: 12px !important; 
    background: #fff;
    color: #000000;
    border-radius: 5px;
    width: 200px;
    text-align: left;
    border: 2px solid black;
}
button.btn-choose {
    height: 40px;
    padding: 0 !important;
    margin-right: 10px;
    min-width: 100px;
    font-size: 12px !important;
    background: #DB0C12;
    color: #fff;
    border-radius: 5px;
    width: 200px;
    text-align: center;
    border: 2px solid #fff;
}
.istaknuto-category {
    font-size: 13px;
    margin-bottom: 0px;
}


.product-price {
    color: #DB0C12 !important;
}
.footer {
    background: #000000;
}
.footer-copyright {
    color: #fff;
    font-weight: 700;
}
.footer-title {
    color: #fff !important;
}
.footer-category > li > a {
    color: #fff; 
    text-decoration: none;     font-weight: 500; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: color 0.3s ease;
}

    .footer-category > li > a:hover {
        color: #da0c12;
        text-decoration: underline;
    }
.kontakt-title {
    color: #fff !important;
    font-size: 24px;
}
.kontakt-podatci {
    color: #fff !important;
}
.kontakt-podatci > i {
    width: 25px;
    height: 25px;
    padding: 8px;

}

.breadcrumb-nazivi {
    font-size: 13px !important;
}
    .breadcrumb-nazivi.active {
        color: #DB0C12;
    }

.footer-copyright > a {
    color: #da0c12;
}
.naslov-najpopularnije > h2 {
    font-weight: 700 !important;
    font-size: 24px !important;
}
.kategorije {
    background: #000000 !important;
}

.quick-view-btn {
    background: #32359E !important;
}
.pagination-my {
    margin: auto !important;
}
.naslov-accordion > a {
    font-size: 15px !important;
}
    .naslov-accordion > a:hover {
        color: #DB0C12 !important;
    }
.aside-element:hover {
    cursor: pointer;
}
.accordion-list > li > a {
    font-size: 14px;
}
.accordion-title {
    border-bottom: 2px solid black;
    margin-bottom: 40px;
    padding: 5px;

}
/*---------------------------------VELEPRODAJA------------------------------------*/

.veleprodaja {
    border-radius: 20px;
}
.input-veleprodaja,
.btn-veleprodaja {
    border-radius: 20px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    transition: 0.3s;
}

.btn-veleprodaja:hover {
    background-color: #32359E;
    transform: translateY(-2px);
}

    .input-veleprodaja:focus {
        border-color: #32359E;
        box-shadow: 0 0 5px rgba(50, 53, 158, 0.5);
    }

#veleprodaja-title {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
    font-weight: 600;
}


/*-------------------------------FILTER ASIDE-------------------------------------*/
/* Osnovni sidebar */
.sidebar-shop {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

/* Naslov filtera */
.accordion-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e0e0e0;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Select elementi */
.sidebar-shop select {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 10px 12px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    color: #333;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

    /* Hover i fokus na select */
    .sidebar-shop select:hover,
    .sidebar-shop select:focus {
        border-color: #007bff;
        box-shadow: 0 0 6px rgba(0, 123, 255, 0.3);
        outline: none;
    }

/* Opcije u select */
.sidebar-shop option {
    padding: 10px;
}

/* Buttoni (ako dodaš “Primijeni filter”) */
#filterForma button {
    width: 100%;
    background: #007bff;
    border: none;
    color: #fff;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

    #filterForma button:hover {
        background: #0056b3;
    }




/*--------------------------------PAGING-----------------------------------------*/
.pagination-area {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    /*border-top: 1px solid #eee;*/
    margin: 0px 0 0;
    padding: 0px 0px 20px 0px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

    .pagination-area ul {
        margin-bottom: 0px;
    }

        .pagination-area ul li {
            background: #f5f5f5;
            color: #393939;
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            height: 30px;
            line-height: 30px;
            margin: 0 0 0 5px;
            width: 30px;
            border-radius: 0px;
        }

            .pagination-area ul li a {
                border: 1px solid #e0e0e0;
                color: #363636;
                display: block;
                font-size: 12px;
                font-weight: 700;
                height: 30px;
                width: 30px;
                text-decoration: none;
                border-radius: 0px;
                transition: all .4s ease-out .2s;
            }

                .pagination-area ul li a:hover {
                    background: #000000;
                    border: 1px solid #000000;
                    color: #fff;
                }

                .pagination-area ul li a.active {
                    background: #1d4c9e;
                    border: 1px solid #1d4c9e;
                    border-radius: 0px;
                    color: #fff;
                    transition: all .4s ease-out .2s;
                }

.dugmic.prethodna, .dugmic.slijedeca {
    padding: 3px;
    background: #DB0C12;
    border: none;
    color: #fff;
    border-radius: 5px !important;
}

    .dugmic.prethodna:hover, .dugmic.slijedeca:hover {
        background: #32359E;
        /*  border: 1px solid #000000;*/
        color: #fff;
        cursor: pointer;
    }

.textP.polje.stranica {
    padding: 5px;
    text-align: center;
    width: 50px;
    font-weight: 600;
    border-radius: 5px;
}

.toolbox .select-custom::after {
    margin-top: 9px;
}



/*Artikli*/
.product-title-my {
    font-size: 14px;
    min-height: 31px;
}

/*Oznaka sezone na artiklima*/
.artikal-grid {
    border-right: 1px solid #00000038;
    /*border-bottom: 1px solid #00000038;*/
    padding-bottom: 10px;
}
    .artikal-grid:hover {
        box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    }
.artikal-list {
    border-bottom: 1px solid #00000038;
    border-left: 1px solid #00000038;
}
.cijena-list {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}
.cijena-list > .product-price {
    margin-right: 20px;
}

.btn-kosarica {
    opacity: 1 !important;
    visibility: visible !important;
}

figure {
    position: relative;
}

.product-badges {
    display: flex;
}
.proizvod-kategorija {
    font-size: 13px;
    font-weight: 600;
    color: #DB0C12 !important;
}
.product-badges .badge-item img {
    width: 35px;
    height: 35px;
}
.product-specs {
    width: 40%;
    font-size: 13px;
    border-bottom: 1px solid black;
    margin-bottom: 10px;

}


.badge-season {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: auto;
    z-index: 2;
}

.extra-badges {
    display: flex;
    gap: 10px; 
    margin-top: 6px;
}

.badge-item {
    display: flex;
    align-items: center; 
    gap: 4px; 
    font-size: 14px;
    font-weight: bold;
}

    .badge-item img {
        width: 25px;
        height: 25px;
    }

/*KONTAKT BROJEVI*/
.contact-locations {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* razmak između ćelija */
    margin-bottom: 50px;
}

.contact-location {
    flex: 1 1 300px; /* svaka ćelija minimalno 300px, ali raste da popuni prostor */
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    box-sizing: border-box;
    background: #f9f9f9;
}

    .contact-location h4 {
        margin-top: 0;
        margin-bottom: 10px;
    }
.kontakt {
    margin-bottom: 20px !important;
}

    /*ARTIKAL DETALJNO*/
.table-detaljno {
    width: 65% !important;
}
.table-detaljno td {
    font-size: 15px;
}
    .table-detaljno td:nth-child(2) {
        border-right: 1px solid #ebebeb !important;
    }
.korpa-detaljno {
    display: flex;
    gap: 15px;
    padding-bottom: 25px;
}
.kolicina-field {
    height:35px !important;
}
.opis-artikla {
    max-width: 70%;
    font-size: 14px;
    margin-left: 20px !important;
}

.btn-add-cart-det {
    background: #DB0C12;
    color: white !important;
    border: 2px solid #DB0C12;
    cursor: pointer;
}
/*--------------Kontakt.aspx---------------*/
.kontakt-form {
    border: 2px solid black;
    border-radius: 9px;
    padding: 25px;
}

/*-------------------Hvala.aspx-------------------------*/
#div-hvala {
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    #div-hvala a {
        display: block;
        margin-top: 20px;
        text-decoration: underline;
        color: #D14B4A;
        margin-top: 50px;
    }

    #div-hvala h1 {
        margin-bottom: 20px;
    }


@media (max-width: 1000px) {

    .header-mobile {
        height: 72px;
    }

    .container-mobile {
        margin-top: -10px;
    }

    .bg-img {
        /*background-image: url(/Materijali/Images/sava-mob.jpg);*/
        background-image: url(/Materijali/Images/canvaMala-img.png);
    }
    .home-slide-title {
        opacity: 1;
        color: #fff;
        font-size: 20px;
        margin-bottom: 10px;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    }
    .price-grid-old {
        font-size: 2.4rem;
        margin-right: 15px;
    }
    .price-grid{
        font-size: 3.4rem;
    }
    .search-mobile {
        margin-right: 65px !important;
    }

    #filter-accordion > select {
        width: 100% !important;
    }

    .brend_proizvodi {
        width: 90%;
        height: 70px;
        margin: 8px auto;
    }

    .brend-text {
        width: 80%; /* skoro cijela širina ekrana */
        height: 50px; /* malo niže da stane ljepše na mobitel */
        margin: 8px auto; /* centrirano i razmaknuto */
        padding: 10px;
        font-size: 16px; /* nešto manji font da ne prelazi rubove */
        font-weight: 600;
        color: #fff;
        background: linear-gradient(135deg, #DB0C12, #E53935);
        border: none;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0 3px 8px rgba(0,0,0,0.2);
        transition: all 0.3s ease;
    }
    .popust-badge-list {
        right: 140px; 
        bottom: 40px;
        font-size: 12px;
    }
    .popust-badge-detaljno {
        position: absolute;
        right: 7%;
        bottom: 39%;
        background-color: #e53935;
        color: white;
        font-weight: bold;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 14px;
        display: inline-block;
        rotate: 0;
    }

    .mobile-hamburger {
        color: #000000 !important;
    }
    .main-registracija {
        width: 100%;
    }
    .dodaj-detaljno {
        width: 130px !important;
    }
    .table-detaljno {
        width: 100% !important;
        border: 1px solid #ebebeb;
    }
    .opis-artikla {
        max-width: 100%;
        font-size: 14px;
    }
    .kolicina-list {
        width: 12%;
        height: 94%;
        margin-bottom: 4px;
        margin-right: 35px;
        text-align: center;
        cursor: pointer;
    }
    .dugmicDodaj {
        width: 15%;
    }
    .filters-wrapper {
        position: relative;
        margin-top: 10px !important;
        top: auto;
        left: auto;
        transform: none;
        margin: 20px auto;
        padding: 10px;
        width: 90%;
    }

    .fileters-pocetna {
        width: 100%;
        margin-bottom: 25px;
        width: 80%;
        height: 40px;
        padding: 0 !important;
        margin-right: 10px;
        min-width: 120px !important;
        font-size: 10px !important;
        background: #fff;
        color: #000000;
        border-radius: 5px;
        width: 40% !important;
        text-align: left;
        border: 2px solid black;
    }
}