
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    background-color: #f4f5f5;
}

strong {
    font-weight: 600;
}

a:link {
    text-decoration: none;
    color: inherit;
}

a:visited {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a {
    text-decoration: none;
}
/**
 * Hidden fallback
 */
[hidden] {
    display: none;
    visibility: hidden;
}

/* ........................body_width............................ */


.body_width {
    margin: auto;
    width: 90%;
    display: table;
}

.web {
    display: block;
}

.mob {
    display: none;
}


h1 {
    font-size: 44px;
    line-height: 40px;
    color: #000;
    letter-spacing: -1px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 50px;
    margin-top: 10px;
}

.h1_pocetna {
    margin: 100px 50px 15px 50px;
    text-align: center;
}


h2 {
    color: #000;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 16px;
    margin: 0px 20% 0px 20%;
    text-align: center;
}

h3 {
    font-size: 44px;
    line-height: 40px;
    color: #000;
    letter-spacing: -2px;
    font-weight: 700;
    margin-bottom: 50px;
    margin-top: 10px;
    margin: 100px 50px 15px 50px;
    text-align: center;
}

/* ........................divovi............................ */

.div_10_100 {
    float: left;
    margin: 0px;
    position: relative;
    width: calc(10% - 0px);
}

.div_20_100 {
    float: left;
    margin: 0px;
    position: relative;
    width: calc(20% - 0px);
}

.div_25_100 {
    float: left;
    margin: 0px;
    position: relative;
    width: calc(25% - 0px);
}

.div_30_100 {
    float: left;
    margin: 0px;
    position: relative;
    width: calc(30% - 0px);
}

.div_33_100 {
    float: left;
    margin: 0px;
    position: relative;
    width: calc(33% - 0px);
}

.div_40_100 {
    float: left;
    margin: 0px;
    position: relative;
    width: calc(40% - 0px);
}


.div_50_100 {
    float: left;
    margin: 0px;
    position: relative;
    width: calc(50% - 0px);
}

.div_60_100 {
    float: left;
    margin: 0px;
    position: relative;
    width: calc(60% - 0px);
}

.div_75_100 {
    float: left;
    margin: 0px;
    position: relative;
    width: calc(75% - 0px);
}


/* ................................. izbornik drop down za desktop............................................. */

.menu {
    width: 100%;
    position: relative;
    z-index: 101;
}

    .menu ul li a, .menu ul li a:visited {
        color: #0f59a6;
        display: block;
        font-size: 11px;
        font-weight: 700;
        height: inherit;
        line-height: inherit;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer;
    }

    .menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .menu ul li {
            float: left;
            position: relative;
        }

            .menu ul li ul {
                display: none;
            }

            /* specific to non IE browsers */
            .menu ul li:hover a {
                color: #fff;
                background-color: #0f59a6;
            }

            .menu ul li:hover ul {
                display: block;
                position: absolute;
                left: 0px;
            }

                .menu ul li:hover ul li a.hide {
                    background: #6a3;
                    color: #fff;
                    text-shadow: 0px 0px 0px #C0161F;
                }

                .menu ul li:hover ul li:hover a.hide {
                    color: #FFF;
                    background-color: #44444;
                }

                .menu ul li:hover ul li ul {
                    display: none;
                }

                .menu ul li:hover ul li a {
                    height: 50px;
                    color: #FFF;
                    text-decoration: none;
                    display: block;
                    text-align: left;
                    font-size: 11px;
                    font-weight: 700;
                    line-height: 50px;
                    width: 200px;
                    padding-left: 20px;
                    background-color: #252525;
                    box-shadow: inset 0 1px #1d1d1d;
                }

                    .menu ul li:hover ul li a:hover {
                        color: #fff;
                        background-color: #000;
                    }

                .menu ul li:hover ul li:hover ul {
                    display: block;
                    left: 146px;
                    top: 0px;
                }

                    .menu ul li:hover ul li:hover ul.left {
                        left: 50px;
                    }




/* ................................. izbornik ............................................. */




.menu_border_color {
    border-color: #e5e5e5 !important;
    border-width: 1px !important;
}



.menu_visina {
    width: 100%;
    height: 70px;
    line-height: 70px;
}


.menu_izbornik {
    height: inherit;
    width: 70px;
    color: #0058ac;
    border-right: 1px solid;
    box-sizing: border-box;
    text-align: center;
    line-height: inherit;
    float: left;
    font-size: 21px;
}

    .menu_izbornik:hover {
        background-color: #0257a8;
        color: #fff;
        cursor: pointer;
    }




.menu_logo {
    width: 260px;
    height: inherit;
    background-color: #fff;
    border-right: 1px solid;
    box-sizing: border-box;
    background-image: url('logo_alfa.svg');
    background-size: 100% auto;
    background-position: center center;
    float: left;
    background-repeat: no-repeat;
}


.menu_trazilica {
    background-color: #fff;
    height: 70px;
    width: 100%;
    color: #000;
    border-bottom: 1px solid;
    text-align: center;
    line-height: 70px;
}


.menu_trazilica_input {
    line-height: inherit;
    text-align: left;
    width: 100%;
    border: none;
    margin: 0px;
    padding: 0px 10px 0px 60px;
    font-size: 12px;
    box-sizing: border-box;
    font-family: inherit;
    letter-spacing: 1px;
    font-weight: 400;
    background-image: url('search.svg');
    background-size: auto 25%;
    background-position: 25px center;
    background-repeat: no-repeat;
}

    .menu_trazilica_input:focus {
        border: none;
    }




.menu_kosarica {
    background-color: #fff;
    position: relative;
    height: inherit;
    width: 70px;
    color: #0058ac;
    border-left: 1px solid;
    box-sizing: border-box;
    text-align: center;
    line-height: inherit;
    float: right;
    font-size: 16px;
}

    .menu_kosarica:hover {
        background-color: #0257a8;
        color: #fff;
        cursor: pointer;
    }

.menu_kosarica_broj {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 17px;
    height: 17px;
    border-radius: 30px;
    background-color: #ff6c00;
    color: #fff;
    line-height: 17px;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
}


.menu_logo_bijeli {
    width: calc(100% - 70px);
    float: right;
    height: inherit;
    line-height: inherit;
    box-shadow: 0px 0px 1px #00498f;
    background-image: url('logo_alfa_bijeli.svg');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

/* .......................... boje ................................... */

.biblioteka {
    background-color: #74cee4 !important;
    box-shadow: inset 0 1px #74cee4 !important;
}

.didaktika {
    background-color: #ec774b !important;
    box-shadow: inset 0 1px #ec774b !important;
}

.udzbenici {
    background-color: #6fc191 !important;
    box-shadow: inset 0 1px #6fc191 !important;
}

.express_publishing {
    background-color: #c389ce !important;
    box-shadow: inset 0 1px #c389ce !important;
}

.drugi_nakladnici {
    background-color: #60b946 !important;
    box-shadow: inset 0 1px #60b946 !important;
}

/* .......................... menu  ................................... */


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    background-color: #0062c2;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 0px;
    overflow-y: scroll;
}

    /* Hide scrollbar for Chrome, Safari and Opera */
    .sidenav::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
.sidenav {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    .sidenav a {
        padding: 0px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.0s;
    }

        .sidenav a:hover {
            color: #fff;
            background-color: #000;
        }

    .sidenav .closebtn {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        width: 70px;
        height: inherit;
        box-shadow: 0px 0 1px #00498f;
        text-align: center;
        line-height: inherit;
        float: left;
    }



@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}







/* ..............................podmeni................................................ */

ol, ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}




.nav a,
.nav label {
    display: block;
    padding: 0px;
    color: #fff;
    background-color: #0058ac;
    box-shadow: inset 0 1px #00498f;
    transition: all .25s ease-in;
}


    .nav label:hover {
        color: #fff;
        background-color: #000;
        transition: all .25s ease-in;
        box-shadow: inset 0 1px #000;
    }




.nav label {
    cursor: pointer;
    padding: 0px 20px 0px 20px;
    font-size: 11px;
    line-height: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}
/**
 * Styling first level lists items
 */
.group-list a,
.group-list label {
    padding: 0px 20px 0px 40px;
    background: #252525;
    font-size: 13px;
    box-shadow: inset 0 -1px #1d1d1d;
    letter-spacing: 1px;
    line-height: 42px;
    &:focus, &:hover

{
    background-color: #000;
}

}




/**
 * Styling second level list items
 */
.sub-group-list a,
.sub-group-list label {
    padding-left: 4rem;
    background: #353535;
    box-shadow: inset 0 -1px lighten(#353535, 7%);
    &:focus, &:hover

{
    background: darken(#353535, 7%);
}

}




/**
 * Styling third level list items
 */
.sub-sub-group-list a,
.sub-sub-group-list label {
    padding-left: 6rem;
    background: #454545;
    box-shadow: inset 0 -1px lighten(#454545, 7%);
    &:focus, &:hover

{
    background: darken(#454545, 7%);
}

}
/**
 * Hide nested lists
 */
.group-list,
.sub-group-list,
.sub-sub-group-list {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-in-out;
}

.nav__list {
    padding: 0px;
    margin: 0px;
    border: 0;
}


    .nav__list input[type=checkbox]:checked + label + ul {  /*povecavanje box-a u mobile header-u*/
        /* reset the height when checkbox is checked */
        max-height: 5000px;
    }
/**
 * Rotating chevron icon
 */
label > span {
    float: right;
    transition: transform .65s ease;
    font-size: 10px;
    opacity: 0.3;
}

    label > span::after {
        content: "►";
    }



.nav__list input[type=checkbox]:checked + label > span {
    transform: rotate(90deg);
}

.soc-media {
    display: flex;
    justify-content: center;
}

    .soc-media li:nth-child(n+2) {
        margin-left: 1rem;
    }

    .soc-media a {
        font-size: 1.25rem;
        color: rgba(255,255,255,.65);
        transition: color .25s ease-in;
        &:focus, &:hover

{
    color: rgba(255,255,255,.2);
}

}


/* ..................... slider ........................................ */

.slider_pocetna {
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

    .slider_pocetna:hover {
        box-shadow: 0 0px 5px rgba(83,65,66,.16);
    }

.slider_pocetna_slika {
    float: left;
    width: 100%;
    background-size: 100% auto;
    background-position: center center;
    background-color: #ccc;
    padding-top: 37%;
}


.slider_pocetna_okvir {
    bottom: 60px;
    text-align: center;
    position: absolute;
    width: 500px;
    right: 5%;
}






.slider_pocetna_naslov {
    font-size: 80px;
    line-height: 90px;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: -2px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
}

.slider_pocetna_crta {
    display: block;
    width: 15%;
    height: 10px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 0px;
}

.slider_pocetna_podnaslov {
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 35px;
    margin-left: 5px;
    font-weight: 400;
}

.slider_pocetna_button {
    padding: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    box-sizing: border-box;
    overflow: auto;
    background-color: #000;
    text-align: center;
    color: #fff;
    border-radius: 0px;
    letter-spacing: 2px;
    transition-duration: 0.2s;
    display: table;
}

    .slider_pocetna_button:hover {
        transition-duration: 0.2s;
        background-color: #fff;
        color: #000;
        cursor: pointer;
    }



/* ........................tabs vijesti............................ */



.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

/*
 Styling
*/


.tabset > label {
    display: inline-block;
    padding: 10px 0px 10px 0px;
    cursor: pointer;
    font-weight: 700;
    width: calc(15% - 4px);
    text-align: center;
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: 15px
}

    .tabset > label::after {
        content: "";
        position: absolute;
        left: 15px;
        bottom: 10px;
        width: 22px;
        height: 0px;
        background: #8d8d8d;
    }

    .tabset > label:hover,
    .tabset > input:focus + label {
        color: #ccc;
        border-bottom: 5px solid #ccc;
    }

        .tabset > label:hover::after,
        .tabset > input:focus + label::after,
        .tabset > input:checked + label::after {
            background: #06c;
        }

.tabset > input:checked + label {
    color: #000;
    border-bottom: 5px solid #000;
}

.tab-panel {
    padding: 0px;
}


.tabset {
    width: 100%;
    text-align: center;
}

/* .................................................... vijesti....................................................................... */


.vijesti {
    margin: 0px 20px 40px 20px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 14px 40px rgba(83,65,66,.16);
    transition-duration: 0.25s;
    width: calc(25% - 40px);
    float: left;
}


    .vijesti:hover {
        cursor: pointer;
        transition-duration: 0.2s;
        box-shadow: 0 0px 5px rgba(83,65,66,.16);
        transform: scale( 0.95)
    }

        .vijesti:hover .vijesti_slika {
            background-size: 115% auto;
            transition-duration: 0.25s;
        }

.vijesti_slika {
    float: left;
    width: 100%;
    background-size: 100% auto;
    background-position: center center;
    background-color: #ccc;
    padding-top: 68%;
    position: relative;
    transition-duration: 0.25s;
}

.vijesti_okvir {
    padding: 26px 32px 32px 32px;
    display: table;
    text-align: left;
}

.vijesti_datum {
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
    box-sizing: border-box;
    display: table;
}

.vijesti_naslov {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    box-sizing: border-box;
    height: 78px;
    text-align: inherit;
    margin-bottom: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

    .vijesti_naslov::after {
        content: " ";
        width: 15%;
        height: 5px;
        border-bottom: 5px solid #000;
        display: inherit;
    }

.vijesti_crta {
    display: block;
    width: 20%;
    height: 5px;
    background-color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
}

.vijesti_tekst {
    height: 150px;
    overflow: hidden;
    width: 100%;
    display: none;
}

.vijesti_button {
    padding: 6px 20px 6px 20px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    box-sizing: border-box;
    overflow: auto;
    text-align: center;
    color: #000;
    border-radius: 0px;
    letter-spacing: 2px;
    display: table;
    border: 2px solid #000;
    margin-top: 15px;
    transition-duration: 0.2s;
}


    .vijesti_button:hover {
        background-color: #000;
        color: #fff;
        transition-duration: 0.2s;
    }

/* ..................... izdvojeno proizvod........................................ */


.izdvojeno_proizvod {
    width: calc(20% - 40px) !important;
}


/* .................................................... proizvodi putanja....................................................... */

.putanja_okvir {
    margin: 30px 0px 0px 0px;
    font-size: 13px;
    font-weight: 400;
    color: #aaa;
}

.putanja {
    color: #555;
}

    .putanja:hover {
        color: #ccc;
    }

    .putanja::after {
        content: " / ";
        color: #ccc;
    }


/* .................................................... proizvod....................................................... */


.proizvod {
    margin: 0px 20px 40px 20px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 14px 40px rgba(83,65,66,.16);
    transition-duration: 0.25s;
    width: calc(33.33% - 40px);
    float: left;
    position: relative;
}


    .proizvod:hover {
        cursor: pointer;
        transition-duration: 0.2s;
        box-shadow: 0 0px 5px rgba(83,65,66,.16);
        transform: scale( 0.95)
    }

        .proizvod:hover .vijesti_slika {
            background-size: 115% auto;
            transition-duration: 0.25s;
        }

.proizvod_slika {
    float: left;
    width: 100%;
    background-size: 100% auto;
    background-position: center center;
    /*background-color: #ccc;*/
    background-repeat: no-repeat;
    padding-top: 120%;
    position: relative;
    transition-duration: 0.25s;
}

.proizvod_okvir {
    padding: 20px 30px 20px 30px;
    display: table;
    text-align: left;
}



.proizvod_naslov {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    box-sizing: border-box;
    height: 114px;
    text-align: inherit;
    margin-bottom: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

    .proizvod_naslov::after {
        content: " ";
        width: 15%;
        height: 5px;
        border-bottom: 5px solid #000;
        display: inherit;
    }

.proizvod_crta {
    display: block;
    width: 20%;
    height: 5px;
    background-color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
}

.proizvod_podnaslov {
    height: 32px;
    overflow: hidden;
    width: 100%;
    text-align: inherit;
    font-size: 11px;
    font-weight: 500;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 16px;
    margin-bottom: 12px;
}

.proizvod_cijena {
    text-align: inherit;
}

/*.proizvod_cijena::before {
        content: "~ "
    }

    .proizvod_cijena::after {
        content: " ~"
    }*/



.proizvod_kosarica {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 2px 8px 2px 8px;
    border-radius: 30px;
    color: #ff6c00;
    margin-top: 10px;
    text-align: center;
    border: 1px solid #ff6c00;
    width: 100%;
    box-sizing: border-box;
    transition-duration: 0.2s;
}

    .proizvod_kosarica:hover {
        cursor: pointer;
        background-color: #ff6c00;
        transition-duration: 0.2s;
        color: #fff;
    }


/* ..............................proizvod opsirnije............................................... */


.proizvod_opsirnije_slika {
    box-sizing: border-box;
    margin: 0px 0px 20px 20px;
}

.proizvod_opsirnije_podaci {
    background-color: #fff;
    padding: 40px 50px 50px 50px;
    box-sizing: border-box;
}

    .proizvod_opsirnije_podaci .proizvod_naslov h1 {
        font-size: 26px !important;
        line-height: unset;
    }


/* ..............................podmeni filteri ............................................... */




.filter {
    margin-right: 20px;
    margin-bottom: 40px;
}

    .filter a:hover {
        color: #000;
        cursor: pointer;
        background-color: #edeeee;
    }


    .filter a,
    .filter label {
        display: block;
        padding: 0px;
        color: #000;
        background-color: #fff;
        transition: all .25s ease-in;
    }


        .filter label:hover {
            color: #fff;
            background-color: #000;
            transition: all .25s ease-in;
            box-shadow: inset 0 1px #000;
        }




    .filter label {
        cursor: pointer;
        padding: 10px 30px 10px 30px;
        font-size: 16px;
        letter-spacing: 0px;
        font-weight: 600;
        color: #000;
    }
/**
 * Styling first level lists items
 */

ol, ul.filter-list {
    list-style: none;
    padding: 0px;
    margin-bottom: 10px;
}


.filter-list a,
.filter-list label {
    padding: 10px 20px 10px 40px;
    background: #fff;
    font-size: 11px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #222;
    line-height: 20px;
    border-top: 1px solid #ececec;
}

}




/**
 * Styling second level list items
 */
.sub-filter-list a,
.sub-filter-list label {
    padding-left: 4rem;
    background: #353535;
    box-shadow: inset 0 -1px lighten(#353535, 7%);
    &:focus, &:hover

{
    background: darken(#353535, 7%);
}

}




/**
 * Styling third level list items
 */
.sub-sub-filter-list a,
.sub-sub-filter-list label {
    padding-left: 6rem;
    background: #454545;
    box-shadow: inset 0 -1px lighten(#454545, 7%);
    &:focus, &:hover

{
    background: darken(#454545, 7%);
}

}
/**
 * Hide nested lists
 */
.filter-list,
.sub-filter-list,
.sub-sub-filter-list {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-in-out;
}

.filter__list {
    padding: 0px;
    margin: 0px;
    border: 0;
}


    .filter__list input[type=checkbox]:checked + label + ul {   /*max-height <ul> u accordionu lijevo*/
        /* reset the height when checkbox is checked */
        max-height: 5000px;
    }
/**
 * Rotating chevron icon
 */
label > span {
    float: right;
    transition: transform .65s ease;
    font-size: 10px;
    opacity: 0.3;
}

    label > span::after {
        content: "►";
    }



.filter__list input[type=checkbox]:checked + label > span {
    transform: rotate(90deg);
}


.soc-media {
    display: flex;
    justify-content: center;
}

    .soc-media li:nth-child(n+2) {
        margin-left: 1rem;
    }

    .soc-media a {
        font-size: 1.25rem;
        color: rgba(255,255,255,.65);
        transition: color .25s ease-in;
        &:focus, &:hover

{
    color: rgba(255,255,255,.2);
}

}




/* ..................... pager ........................................ */

.pager {
    padding: 10px;
    margin: auto;
    box-sizing: border-box;
    display: inline-block;
}

.pager_brojevi {
    color: #fff;
    background-color: #0F59A6;
    float: left;
    margin: 1px;
    text-align: center;
    border-radius: 0px;
    line-height: 50px;
    transition-duration: 0.2s;
    width: 50px;
    height: 50px;
}

.spn.pager {
    width: 50px;
    height: 50px;
    color: #fff;
    float: left;
    background-color: #0F59A6;
    padding: 0px 8px 0px 8px;
    line-height: 50px;
    margin: 1px 2px;
}
.traziStranicu {
    background: #ffffff;
    color: #000;
}


/*.pager_brojevi {
    color: #fff;
    background-color: #00abcc;
    padding: 25px 35px 25px 35px;
    margin: 10px;
    text-align: center;
    border-radius: 8px;
}*/
.pager_brojevi.dugmic {
    border: none;
    padding: 0px 8px 0px 8px;
    /*font-size: 20px;*/
}

    .pager_brojevi.dugmic:hover {
        background-color: #ccc;
        cursor: pointer;
        transition-duration: 0.2s;
    }

.textP {
    /* background: #00abcc; */
    height: 40px;
    width: 40px;
    padding: 3px 6px 3px 6px;
    display: inline-block;
    /* line-height: 40px; */
    /* text-align: center; */
    /* border: none; */
}

/* ..................... foto galerija ....................... */



.foto_galerija {
    width: calc(20% - 40px);
    font-size: 12px;
    box-sizing: border-box;
    font-weight: 400;
    float: left;
    margin: 20px;
    background-color: #fff;
    box-shadow: 0 14px 40px rgba(83,65,66,.16);
    transition-duration: 0.2s;
}

    .foto_galerija:hover {
        cursor: pointer;
        transition-duration: 0.2s;
        box-shadow: 0 0px 5px rgba(83,65,66,.16);
        transform: scale( 0.95)
    }

        .foto_galerija:hover .foto_galerija_slika {
            background-size: 115% auto;
            transition-duration: 0.2s;
        }


.foto_galerija_slika {
    float: left;
    width: 100%;
    background-size: 100% auto;
    background-position: center center;
    background-color: #ccc;
    background-repeat: no-repeat;
    padding-top: 68%;
    position: relative;
    transition-duration: 0.2s;
}

.foto_galerija_naslov {
    padding: 15px 25px 15px 25px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    height: 65px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .foto_galerija_naslov::after {
        content: " ";
        width: 15%;
        height: 5px;
        border-bottom: 5px solid #000;
        display: inherit;
    }

/*.foto_galerija .foto_galerija_slika img {
    max-width:100%;
}*/
/* ..................... prijava registracija ........................................ */
.prijava_podaci {
    background-color: #fff;
    overflow: auto;
    padding: 40px;
    box-sizing: border-box;
    margin: auto;
    /*border-radius: 16px;*/
    box-shadow: 0 14px 40px rgba(83,65,66,.16);
    width: 600px;
}

.prijava_podaci_label {
    font-size: 11px;
    padding-left: 15px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.prijava_podaci_unos {
    width: calc(100% - 20px);
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 0px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 10px 20px 10px 20px;
    margin: 0px 10px 0px 10px;
    font-family: inherit;
    letter-spacing: 1px;
}

    .prijava_podaci_unos:focus {
        border: 1px solid #0f59a6;
    }


/* .....................kosarica proizvod........................................ */

.kosarica_proizvod {
    background-color: #fff;
    overflow: auto;
    box-shadow: 0 0 1px #aaa;
    height: 70px;
    line-height: 70px;
    margin-bottom: 1px;
}

    .kosarica_proizvod:hover {
        background-color: #fbfbfb;
    }

.kosarica_suma {
    background-color: #e8e8e8;
    overflow: auto;
    line-height: 45px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
}

.kosarica_suma_1 {
    float: right;
    width: 130px;
    line-height: inherit;
    text-align: right;
    font-weight: 600;
    border-right: 1px solid;
    box-sizing: border-box;
    margin: 0px 90px 0px 0px;
}

.kosarica_suma_2 {
    float: right;
    width: 180px;
    line-height: inherit;
    text-align: right;
    font-weight: 400;
    border-right: 1px solid;
    box-sizing: border-box;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
}


.kosarica_proizvod_slika {
    float: left;
    width: 5%;
    height: inherit;
    background-size: 70% auto;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 0 1px #aaa;
    background-color: #fff;
}

.kosarica_okvir {
    width: 100%;
}


.kosarica_proizvod_naziv {
    float: left;
    width: calc(100% - 860px);
    padding: 0px 20px 0px 20px;
    font-weight: 600;
    line-height: inherit;
    height: inherit;
    border-right: 1px solid;
    box-sizing: border-box;
    overflow: hidden;
    display: block ruby;
}

.kosarica_proizvod_naziv_brend {
    font-size: 13px;
    padding-top: 5px;
    font-weight: 300;
}

.kosarica_proizvod_cijena {
    float: left;
    width: 130px;
    text-align: right;
    line-height: inherit;
    height: inherit;
    border-right: 1px solid;
    box-sizing: border-box;
    padding: 0px 20px 0px 20px;
    font-size: 12px;
}

.kosarica_proizvod_kolicina {
    float: left;
    width: 120px;
    text-align: center;
    line-height: inherit;
    height: inherit;
    box-sizing: border-box;
    font-size: 12px;
}

.kosarica_proizvod_kolicina_unos {
    width: 40px;
    text-align: center;
    border: 0px solid #ddd;
    float: right;
    line-height: inherit;
    height: inherit;
}


.kosarica_proizvod_kolicina_unos_plus_minus {
    width: 40px;
    text-align: center;
    float: right;
    background-color: #0f59a6;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    line-height: inherit;
    height: inherit;
}

    .kosarica_proizvod_kolicina_unos_plus_minus:hover {
        background-color: #ff6c00;
    }

.kosarica_proizvod_iznos {
    float: left;
    width: 150px;
    line-height: inherit;
    text-align: right;
    font-weight: 600;
    border-right: 1px solid;
    box-sizing: border-box;
    padding: 0px 20px 0px 20px;
}

.kosarica_proizvod_delete {
    float: left;
    width: 70px;
    ;
    line-height: inherit;
    text-align: center;
    position: relative;
    height: inherit;
    box-shadow: 0 0 1px #aaa;
    background-color: #fff;
    color: #ce0000;
    font-weight: 900;
}

    .kosarica_proizvod_delete:hover {
        cursor: pointer;
        background-color: #ce0000;
        color: #fff;
    }

.kosarica_proizvod_dostava {
    float: left;
    width: 100%;
    text-align: right;
    padding: 10px 20px 10px 20px;
    background-color: #dedede;
    color: #000;
    box-sizing: border-box;
    font-weight: 600;
}

.kosarica_proizvod_ukupno {
    float: left;
    width: 100%;
    text-align: right;
    padding: 20px;
    background-color: #cecece;
    line-height: 50px;
    color: #000;
    box-sizing: border-box;
    font-weight: 600;
    border-radius: 0px 0px 16px 16px;
}

.kosarica_button {
    color: #fff;
    background-color: #0f59a6;
    border-radius: 5px;
    padding: 30px 20px 30px 20px;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    margin: 25px 50px 25px 50px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition-duration: 0.2s;
}

    .kosarica_button:hover {
        cursor: pointer;
        background-color: #ff6c00;
        transition-duration: 0.2s;
    }

.kosarica_podaci {
    background-color: #fff;
    overflow: auto;
    box-shadow: 0 0 1px #aaa;
    padding: 25px;
}

.kosarica_podaci_unos {
    width: calc(100% - 40px);
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-weight: 300;
    box-sizing: border-box;
    padding: 20px;
    margin: 0px 20px 0 20px;
}

    .kosarica_podaci_unos:focus {
        border: 1px solid #ec008b;
    }

.kosarica_podaci_label {
    font-size: 12px;
    padding-left: 20px;
    margin-top: 30px;
    color: #888;
}

.kosarica_podaci_button {
    width: calc(100% - 40px);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 30px 15px 30px 15px;
    margin: 0px 20px 0 20px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    background-color: #00aeef;
}

    .kosarica_podaci_button:hover {
        cursor: pointer;
        background-color: #ec008b;
    }


/* ..................... footer ........................................ */




.footer {
    padding: 40px 50px 60px 50px;
    width: 100%;
    font-size: 12px;
    box-sizing: border-box;
    color: #333;
    font-weight: 400;
}

.footer_naslov {
    margin: 20px 0px 10px 0px;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    letter-spacing: 0px;
}

.footer_copyright {
    background-color: #000;
    color: #666;
    text-align: center;
    font-size: 13px;
    padding: 10px 10px 10px 10px;
    font-weight: 400;
    box-sizing: border-box;
}





.dno_kontakt {
    height: 26px;
    display: table;
    border-radius: 45px;
    padding-right: 15px;
    transition-duration: 0.2s;
    margin-bottom: 4px;
}

    .dno_kontakt:hover {
        background-color: #e3e3e3;
        cursor: pointer;
        color: #333;
        transition-duration: 0.2s;
    }



.dno_kontakt_ikonice {
    color: #fff;
    text-align: center;
    float: left;
    font-size: 10px;
    background-color: #000;
    border-radius: 50px;
    width: 26px;
    margin-right: 5px;
    transition-duration: 0.2s;
}

















/* ........................................................................................................................... */
/* ........................................................................................................................... */
/* ........................................................................................................................... */
/* ........................................................................................................................... */
/* ........................................................................................................................... */
/* ........................................................................................................................... */
/* ........................................................................................................................... */
/* ...............................................Velicina od 1280 pa nadalje ............................................... */

@media screen and (min-width: 1280px) {


    .body_width {
        margin: auto;
        width: 90%;
    }
}

/* ...............................................Velicina do 567 ............................................... */
@media screen and (max-width: 1330px) {

    .menu_logo {
        width: 170px;
    }

    .menu ul li a {
        padding-left: 5px;
        padding-right: 5px;
    }

}
@media screen and (max-width: 1060px) {

    .menu.web {
        display:none;
    }
}

@media screen and (max-width: 768px) {

    body {
        font-size: 14px;
        color: #000;
        line-height: 26px;
        font-weight: 300;
        margin: 0px;
        padding: 0px;
        background-color: #f4f5f5;
    }

    .body_width {
        margin: auto;
        width: 90%;
    }

    .web {
        display: none;
    }

    .mob {
        display: table;
        width: 100%;
    }

    h1 {
        font-size: 30px;
        line-height: 40px;
        color: #000;
        letter-spacing: -1px;
        font-weight: 700;
        text-align: left;
        margin-bottom: 50px;
        margin-top: 0px;
    }

    .h1_pocetna {
        margin: 75px 20px 5px 20px;
        text-align: center;
    }

    h2 {
        color: #000;
        letter-spacing: 0px;
        font-weight: 300;
        font-size: 14px;
        margin: 0px 5% 0px 5%;
        text-align: center;
    }

    h3 {
        font-size: 30px;
        line-height: 40px;
        color: #000;
        letter-spacing: -1px;
        font-weight: 700;
        margin-bottom: 50px;
        margin-top: 0px;
        margin: 75px 20px 5px 20px;
        text-align: center;
    }


    .menu_logo {
        width: 100%;
        height: inherit;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        box-sizing: border-box;
        background-image: url('logo_alfa.svg');
        background-size: auto 100%;
        background-position: center center;
        float: left;
        background-repeat: no-repeat;
        border-right: none;
    }





    /* ..........................okvir................................... */

    .okvir {
        background-color: #fff;
        padding: 30px;
        overflow: auto;
    }




    /* ........................divovi............................ */

    .div_10_100 {
        float: left;
        margin: 0px;
        position: relative;
        width: calc(100% - 0px);
    }

    .div_20_100 {
        float: left;
        margin: 0px;
        position: relative;
        width: calc(100% - 0px);
    }

    .div_25_100 {
        float: left;
        margin: 0px;
        position: relative;
        width: calc(100% - 0px);
    }

    .div_30_100 {
        float: left;
        margin: 0px;
        position: relative;
        width: calc(100% - 0px);
    }

    .div_33_100 {
        float: left;
        margin: 0px;
        position: relative;
        width: calc(100% - 0px);
    }

    .div_40_100 {
        float: left;
        margin: 0px;
        position: relative;
        width: calc(100% - 0px);
    }

    .div_50_100 {
        float: left;
        margin: 0px;
        position: relative;
        width: calc(100% - 0px);
    }

    .div_60_100 {
        float: left;
        margin: 0px;
        position: relative;
        width: calc(100% - 0px);
    }

    .div_75_100 {
        float: left;
        margin: 0px;
        position: relative;
        width: calc(100% - 0px);
    }


    /* .......................... tabs vijesti  ................................... */

    .tabset > label {
        display: inline-block;
        padding: 10px 4px 10px 4px;
        cursor: pointer;
        font-weight: 600;
        width: auto;
        text-align: center;
        font-size: 16px;
        letter-spacing: -1px;
    }
    /* ...............................................slider  ............................................... */



    .slider_pocetna_slika {
        float: left;
        width: 100%;
        background-size: 100% auto;
        background-position: center center;
        background-color: #ccc;
        /*padding-top: 100%;*/
    }

    .slider_pocetna_okvir {
        bottom: 20px;
        text-align: center;
        position: absolute;
        width: 90%;
        right: 5%;
    }


    .slider_pocetna_naslov {
        font-size: 40px;
        line-height: 44px;
        box-sizing: border-box;
        color: #fff;
        letter-spacing: -2px;
        font-weight: 700;
        text-align: left;
        margin-bottom: 15px;
    }

    .slider_pocetna_podnaslov {
        box-sizing: border-box;
        color: #fff;
        letter-spacing: 0px;
        text-align: left;
        margin-bottom: 24px;
        margin-left: 5px;
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
    }

    .slider_pocetna_button {
        padding: 20px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        box-sizing: border-box;
        overflow: auto;
        background-color: #000;
        text-align: center;
        color: #fff;
        border-radius: 0px;
        letter-spacing: 2px;
        transition-duration: 0.2s;
        display: table;
    }


    /* ..............................podmeni filteri ............................................... */




    .filter {
        margin-right: 0px;
        margin-bottom: 40px;
    }

    /* .................................................... vijesti....................................................................... */


    .vijesti {
        margin: 20px 20px 20px 20px;
        background-color: #fff;
        box-shadow: 0 14px 40px rgba(83,65,66,.16);
        transition-duration: 0.25s;
        width: calc(100% - 40px);
        float: left;
        box-sizing: border-box;
    }


    /* ..................... izdvojeno proizvod........................................ */


    .izdvojeno_proizvod {
        /*width: calc(50% - 10px) !important;*/
        width: calc(100% - 10px) !important;
    }


    /* ............................................... proizvod  ............................................... */

    .proizvod {
        margin: 0px 5px 30px 5px;
        background-color: #fff;
        box-sizing: border-box;
        box-shadow: 0 0px 5px rgba(83,65,66,.16);
        transition-duration: 0.25s;
        width: calc(100% - 10px);
        /*width: calc(50% - 10px);*/
        float: left;
    }

    .proizvod_naslov {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        padding: 0px 0px 0px 0px;
        overflow: hidden;
        box-sizing: border-box;
        height: auto;
        text-align: inherit;
        margin-bottom: 16px;
        letter-spacing: 0px;
    }

    .proizvod_okvir {
        padding: 20px 25px 20px 25px;
        display: table;
        text-align: left;
    }

    /* ..............................proizvod opsirnije............................................... */


    .proizvod_opsirnije_slika {
        box-sizing: border-box;
        margin: 0px 0px 0px 0px;
    }

    .proizvod_opsirnije_podaci {
        background-color: #fff;
        padding: 30px 30px 30px 30px;
        box-sizing: border-box;
    }

    /* ............................................... foto galerija  ............................................... */

    .foto_galerija {
        width: calc(50% - 10px);
        font-size: 12px;
        box-sizing: border-box;
        font-weight: 400;
        float: left;
        margin: 5px;
        background-color: #fff;
        box-shadow: 0 14px 40px rgba(83,65,66,.16);
        transition-duration: 0.2s;
    }



    /* .......................... kosarica ................................... */


    .kosarica_proizvod {
        background-color: #fff;
        line-height: 100px;
        margin-bottom: 30px;
        height: 100%;
        position: relative;
        border-radius: 0px;
        overflow: hidden;
        box-shadow: 0 14px 40px rgba(83,65,66,.16);
    }

    .kosarica_suma_1 {
        margin: 0px 15px 0px 0px;
    }

    .kosarica_proizvod_delete {
        float: left;
        width: 100%;
        text-align: center;
        height: 40px;
        line-height: 40px;
    }


    .kosarica_proizvod_slika {
        float: left;
        width: 25%;
        background-size: 80% auto;
        background-position: center center;
        background-repeat: no-repeat;
        box-shadow: 0 0 0px #aaa;
        padding-top: 25%;
        box-sizing: border-box;
    }

    .kosarica_okvir {
        width: 100%;
        float: left;
    }


    .kosarica_proizvod_naziv {
        line-height: 20px;
        padding: 15px 15px 15px 15px;
        font-weight: 600;
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
        text-align: left;
        box-sizing: border-box;
        width: 100%;
        border-left: 1px solid #eee;
    }

    .kosarica_proizvod_cijena {
        width: 100%;
        text-align: right;
        box-sizing: border-box;
        margin-right: 0px;
        line-height: 40px;
        border-bottom: 1px solid #eee;
        padding: 0px 15px 0px 15px;
        border-left: 1px solid #eee;
    }

    .kosarica_proizvod_kolicina {
        border-right: none;
        box-sizing: border-box;
        display: block;
        text-align: center;
        width: 100%;
        margin: auto;
        line-height: 40px;
        padding: 0px 15px 0 15px;
        border-bottom: 1px solid #eee;
        border-left: 1px solid #eee;
    }


    .kosarica_proizvod_iznos {
        float: left;
        width: 100%;
        line-height: 40px;
        text-align: right;
        margin: auto;
        font-weight: 600;
        padding: 0px 15px 0px 15px;
        box-sizing: border-box;
        border-bottom: 1px solid #eee;
        border-left: 1px solid #eee;
    }


    .kosarica_podaci_unos {
        width: calc(100% - 20px);
        text-align: left;
        border-radius: 5px;
        font-weight: 300;
        box-sizing: border-box;
        padding: 15px;
        border: 1px solid #ddd;
        margin: 0px 10px 0px 10px;
    }

    .kosarica_podaci_label {
        font-size: 12px;
        padding-left: 20px;
        margin-top: 10px;
        color: #888;
    }




    /* ..................... footer ........................................ */




    .footer {
        padding: 40px 30px 60px 30px;
        width: 100%;
        font-size: 12px;
        box-sizing: border-box;
        color: #333;
        font-weight: 400;
    }
}

.green {
    background-color: #6FC191;
    /*background-image: url(bgr_green.png);*/
    /*background-repeat: repeat-x;*/
    color: #FFF !Important;
    /*border-bottom: 5px solid #6FC191;*/
}

.orange {
    background-color: #EC774B;
    /*background-image: url(bgr_orange.png);*/
    /*background-repeat: repeat-x;*/
    color: #FFF !Important;
    /*border-bottom: 5px solid #EC774B;*/
}

.blue {
    background-color: #74CEE4;
    /*background-image: url(bgr_blue.png);*/
    /*background-repeat: repeat-x;*/
    color: #FFF !Important;
    /*border-bottom: 5px solid #74CEE4;*/
}

.blue2 {
    background-color: #006AB3;
    /*background-image: url(bgr_blue2.png);*/
    /*background-repeat: repeat-x;*/
    color: #FFF !Important;
    /*border-bottom: 5px solid #006AB3;*/
}

.pink {
    background-color: #C389CE;
    /*background-image: url(bgr_pink.png);*/
    /*background-repeat: repeat-x;*/
    color: #FFF !Important;
    /*border-bottom: 5px solid #C389CE;*/
}

.yellow {
    background-color: #EDBF47;
    /*background-image: url(bgr_yellow.png);*/
    /*background-repeat: repeat-x;*/
    color: #FFF !Important;
    /*border-bottom: 5px solid #EDBF47;*/
}

.tabset input:checked + label {
    background-color: #FFF;
    color: #000 !Important;
}

.proizvod_cijena .stara {
    font-size: 14px;
    color: #999999;
    text-decoration: line-through;
}

.nedostupno {
    position: absolute;
    top: 5px;
    left: -1px;
    padding: 0px 5px;
    text-align: left;
    background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    z-index: 1;
}

.disabledBtn {
    background-color: #ff0000;
    cursor: no-drop;
}

/* ..................... prijava registracija ........................................ */

.prijava_podaci {
    background-color: #fff;
    overflow: auto;
    box-shadow: 0 0 1px #aaa;
    padding: 40px;
    box-sizing: border-box;
    width: 600px;
    margin: auto;
}

.payment-option-box {
    /*padding: 20px;*/
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
    width: 600px;
    max-width: 98%;
}

.payment-option-box-inner {
    padding: 20px;
    display: inline-block;
    background: #f5f5f5;
    max-width: 100%;
}

.payment-top-box {
    display: inline-block;
    width: 100%;
    /* margin-bottom: 20px; */
}

.left-side {
    float: left;
}

.ulPlacanje {
    margin: 0px;
}

    .ulPlacanje li {
        list-style-type: disc;
        margin-left: 10px;
    }

.paypal-box {
    border: 1px solid #ddd;
    float: left;
    padding: 10px;
    position: relative;
    margin-left: 10px;
}

.paypal-top {
    background: #f5f5f5;
    position: absolute;
    top: -15px;
    left: 5px;
    padding: 0 10px;
}

.btnNaruci {
    margin: 0px;
    width: 100%;
}

.ddlRate {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .prijava_podaci {
        width: 100%;
    }

    .payment-option-box {
        width: 100%;
    }
}

.ulRazredi {
    padding-left: 25px;
    background-color: #fff;
}

    .ulRazredi li {
        width: max-content;
        float: left;
    }

        .ulRazredi li a {
            padding-left: 10px;
        }
.product-label.label-outlet {
    color: white;
    background-color: #0f59a6;
    border: 1px solid white;
    position: absolute;
    top: 6px;
    right: -10px;
    text-align: center;
    padding: 0px 10px;
    z-index: 1;
}

.tblGratis {
    border-collapse: collapse;
}

.tblGratis tr td {
    border:1px dotted #ff0000;
    border-collapse:collapse;
    padding:5px 10px;
}
.product-label.label-red {
    color: white;
    background-color: #ff0000;
    border: 1px solid white;
    position: absolute;
    top: 6px;
    left: -10px;
    text-align: center;
    padding: 0px 10px;
    z-index: 1;
}

.filter label:hover a {
    background-color: #000 !important;
    color: #fff;
}

.aDownload:hover {
    background-color: #000 !important;
    color: #fff;
}

/*.lazy.slider {
}

.divVideo {
    width: 100% !Important;
    max-height: 710px;
    background-color: #0f59a6;
}

    .divVideo video {
        width: 100%;
        max-width: 100%;
        max-height: 710px;
    }

.slider_pocetna {
    max-height: 710px !Important;
    background-color: #0f59a6;
}

.slider_pocetna_slika {
    max-height: 710px !Important;
    max-width: 1920px
}*/

.stckHeader {
    position: sticky;
    top: 0;
    z-index: 1;
}
.filter-list > li.aktivna-podkategorija {
    /*background-color: #e0dcdc !important;*/
    background: #0F59A6;
}

    .filter-list > li.aktivna-podkategorija > a {
        /*background-color: #e0dcdc !important;*/
        background: #0F59A6;
        color: #fff;
        font-weight: 700;
    }
.new-sublist {
    columns: 3;
    max-height: 800px;
    column-gap: 0px;
    margin-left: -400px !important;
}