html {
    height: 100%!important
}

body{
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    min-height: 100%!important;

    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 20px;
    width: 100%;
    overflow-x: hidden;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    position: relative;
}

::-moz-selection{ color: #fff; background:#90B755; }
::-webkit-selection{ color: #fff;    background:#90B755; }
::selection{ color: #fff;    background:#90B755; }

.navbar{
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10);
    transition: top 0.3s;
}

.navbar hr{
    margin-top: 10px;
    margin-bottom: 0px;
    border: 0.5px solid #e5e5e5;
}

.navbar .headerTop{
    margin-top: 8px;
}

.navbar .headerTop a{
    color: #90B755;
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.57px;
    font-weight: 700;
}

.navbar .headerTop .headerLogo{
    max-width: 20px !important;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
    margin-left: 20px;
}

.navbar .headerTop a:hover{
    color: #A6C577;
}

.navbar .headerTop a:hover .headerLogo{
    opacity: 0.8;
}

.headerLogo{
    width: 180px;
}

.trsf{
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.divNoItems{
    font-size: 14px;
    color: #999999;
    text-align: center;
    padding: 40px;
    line-height: 24px;
    margin-bottom: 40px;
}

.divNoItemsMid{
    font-size: 14px;
    color: #999999;
    text-align: center;
    padding: 20px;
    line-height: 24px;
    margin-bottom: 40px;
}

.divNoItemsSmall{
    font-size: 14px;
    color: #999999;
    text-align: center;
    padding: 10px;
    line-height: 24px;
    margin-bottom: 40px;
}

*:focus {outline:none}

.popover-body {
    padding: 6px 10px;
    color: #3F433C;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.popover {
    text-align: center;
}

.popover-body a{
    color: #90B755;
}

.mrgTopBody{
    margin-top: 180px;
}

.navbar{
    display: block;
    padding: 0;
}

.navbar .mrgTop{
    margin-top: 20px;
}

.navbar .inputText{
    font-weight: 500;
    width: 100%;
    height: 50px;
    font-size: 16px;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 4px;
    padding-left: 18px;
    color: #323232;
}

.searchBox{
   background: #F4F4F4;
    box-shadow: 0 20px 20px 0 rgba(0,0,0,0.30);
    padding-top: 20px;
    padding-bottom: 30px;
    position: absolute;
    z-index: 1;
    margin-right: 15px;
    width: calc(100% - 30px);
    max-height: 635px;
    overflow: auto;
    display: none;
}

.searchBoxSmall{
   background: #F4F4F4;
    box-shadow: 0 20px 20px 0 rgba(0,0,0,0.30);
    padding-top: 20px;
    padding-bottom: 30px;
    position: absolute;
    z-index: 1;
    margin-right: 15px;
    width: calc(100% - 55px);
    max-height: 635px;
    overflow: none;
    overflow-y: auto;
    display: none;
}

.searchTitle{
    margin-left:20px;
    font-weight:600;
    margin-bottom:15px;
    display:block;
}

.noResults{
    font-size: 16px;
    color: #5E5E5E;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: -10px;
    display: none;
}

.noResults_small{
    font-size: 16px;
    color: #5E5E5E;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: -10px;
    display: none;
}

.searchBoxa{
    text-decoration: none !important;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.searchBoxa:hover{
    background-color: #FFFFFF;
}

.searchMore{
    margin-top: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #90B755;
    cursor: pointer;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    cursor:pointer;
}

.searchMore:hover{
    color: #A6C577;
}

.searchBoxInput{
    border-bottom: 1px solid #E5E5E5;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 20px;
    margin-right: 20px;
}

.searchBoxInput .imgBox{
    height: 70px;
    width: 70px;
    text-align: center;
    vertical-align: middle;
    display: table;
    margin: 0 auto;
}

.searchBoxInput img{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.searchBoxInput .itemName{
    font-size: 14px;
    color: #6B5342;
    letter-spacing: 0;
    text-align: left;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
}

.searchBoxInput .prices{
    margin-top: 18px;
    text-align: right;
}

.searchBoxInput .priceFull {
    font-family: 'Merriweather', serif;
    font-size: 14px;
    color: #6B5342;
    letter-spacing: 0;
    text-align: center;
    text-decoration: line-through;
    display: inline-flex;
    margin-right: 5px;
}

.searchBoxInput .price {
    font-family: 'Merriweather', serif;
    font-size: 14px;
    color: #90B755;
    letter-spacing: 0;
    text-align: center;
    margin-top: -9px;
    vertical-align: text-top;
    display: inline-table;
}

.navbar ::placeholder {
    font-style: italic;
    color: #5E5E5E;
    opacity: 1; /* Firefox */
}

.navbar .nowrap{
    flex-wrap: nowrap;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar .menuIcon{
    margin-left: 0;
    position: relative;
    padding: 0;
    border: 0px;
    background-color: transparent;
    cursor: pointer;
    display: none;
}
.navbar .searchIcon{
    background-image: url("../img/icn_menu_search.svg");
    background-size: 20px;
    display: inline-block;
    height: 20px;
    width: 20px;
    right: 36px;
    margin-top: 16px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.navbar .showMobile{
    display: none;
    background-color: #F4F4F4;
    max-height: calc(100vh - 115px);
    overflow: auto;
    z-index: 9;
    position: relative;
}

.navbar .showMobile .padT{
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar #showMenu{
    display: none;
}

.navbar .icnMenuClose{
    display: none;
}

.navbar .kategorijaLinki{
    display: none;
}

.navbar .showMobile .kategorije:last-child .kategorijeDiv{
    border-bottom: 0;
    margin-bottom: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.navbar .showMobile .kategorije .kategorijeDiv{
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #323232;
    letter-spacing: 0.21px;
    line-height: 36px;
    display: block;
    width: 100%;
    cursor: pointer;
    min-width: 280px;
    margin-bottom: 8px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.navbar .showMobile .kategorije .podkategorijeDiv {
    text-decoration: none;
    font-size: 16px;
    font-weight: 200;
    color: #323232;
    letter-spacing: 0.21px;
    line-height: 36px;
    display: block;
    width: 100%;
    min-width: 280px;
    margin-bottom: 8px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
    cursor: pointer;
}

.navbar .showMobile .kategorije .active{
    color: #90B755;
}

.navbar .showMobile .kategorije .active span{
    -webkit-transform: rotate(-90deg);
    -moz-transform : rotate(-90deg);
    -ms-transform : rotate(-90deg);
    transform : rotate(-90deg);
}

.navbar .showMobile .kategorije .podkategorijaLinki {
    display: none;
}

.navbar .showMobile .kategorije .podkategorijaLinki a{
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 200;
    color: #323232;
    letter-spacing: 0.21px;
    line-height: 36px;
    width: 100%;
    min-width: 280px;
    border-bottom: 1px dotted #E5E5E5;
    margin-bottom: 6px;
    padding-top: 0px;
    padding-bottom: 6px;
}

.navbar .showMobile .kategorije span {
    background-image: url(../img/img_kategorije_next.svg);
    -webkit-transform: rotate(90deg);
    -moz-transform : rotate(90deg);
    -ms-transform : rotate(90deg);
    transform : rotate(90deg);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 14px;
    width: 9px;
    display: inline-flex;
    float: right;
    margin-right: 6px;
    position: relative;
    margin-top: 10px;
    text-decoration: none !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.navbar .menus ul {
    font-size: 0; /* Eliminate spacing between inline block elements */
    text-align: justify;
    width: 100%;
    background: #ffffff;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 0px;
}
.navbar .menus ul:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
}
.navbar .menus li {
    display: inline-block;
    background: #ffffff;
    text-transform: uppercase;
    font-size: 15px; /* Reuse root element's font size */
    color: #323232;
    letter-spacing: 0.57px;
    line-height: 45px;
    font-weight: 700;
}

.navbar .menus a{
    color: #323232;
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.navbar .kategorija .dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.navbar .kategorija .line {
    height: 28px;
    width: 1px;
    position: absolute;
    margin-top: -20px;
    background-color: #D8D8D8;
}

.navbar .kategorija:last-child .line {
    display: none;
}

.navbar .kategorija .dropdown-content {

    position: absolute;
    width: calc(100% + 70px);
    left: 0;
    min-width: 160px;
    z-index: 1;
    margin-left: -35px;
    background: #F4F4F4;
    box-shadow: 0 20px 20px 0 rgba(0,0,0,0.30);
    max-height: calc(100vh - 145px);
    overflow: auto;
    padding: 10px 0px 40px 40px;
      visibility: hidden;
  opacity: 0;
  transition-delay: 0.2s;
}

.navbar .kategorija .paddingPodKategorije {
    padding: 10px 0px 40px 40px;
}

.navbar .kategorija:last-child .dropdown-content {
    /*right: 0;*/
}

.navbar .kategorija .dropdown-content a {
    padding: 3px 16px;
    text-decoration: none;
    display: block;
}

.navbar .kategorija .dropdown-content a:hover {
    color: #90B755 !important;
}
.navbar .kategorija:hover .dropdown-content {
     visibility: visible;
  opacity: 1;
}
.navbar .kategorija:hover a {
    color: #90B755;
}

.navbar .menus .podkategorija{
    display: inline-table;
    margin-right: 40px;
    margin-top: 20px;
}

.navbar .purpleTextColor{
    color: #AB13CA !important;
}

.navbar .purpleTextColor:hover{
    color: #d11aff !important;
}

.displayBlock{
    display:block !important;
    margin-top:0px !important;
}

.navbar .menus .podkategorija .ime{
    font-weight: 400;
    font-size: 18px;
    color: #323232;
    letter-spacing: 0.57px;
    line-height: 40px;
    text-transform: initial;
    margin-bottom: 10px;
}

.navbar .menus .podkategorija .ime a{
    font-weight: 400;
    font-size: 18px;
    color: #323232 !important;
    text-decoration: none;
    letter-spacing: 0.57px;
    line-height: 30px;
    padding-left: 0px !important;
    text-transform: initial;
    margin-bottom: 5px;
}

.navbar .menus .podkategorija .podkategorijaa a{
    font-weight: 300;
    font-size: 16px;
    color: #5E5E5E;
    letter-spacing: 0.5px;
    line-height: 15px;
    text-transform: initial;
}

.navbar .menus .podkategorija .podkategorijaa a::before {
    content: "\2022";
    color: #90B755;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}



/*  ----------------    HERO  ----------------  */

.hero{
    width: 100%;
    background-image: url("../img/header_fotka_nova1.jpg");
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 93px;
    min-height:280px;
}

.hero h1{
    font-weight: 700;
    font-size: 40px;
    color: #323232;
    letter-spacing: 0.49px;
    line-height: 60px;
    margin-top: 60px;
}

.hero h2{
    font-family: 'Merriweather', serif;
    font-weight: 300;
    font-size: 24px;
    color: #5E5E5E;
    letter-spacing: 0.6px;
    line-height: 36px;
    max-width: 620px;
    margin-top: 20px;
}

.hero .search{
    margin-top: 30px;
    margin-left:0px;
    margin-right:0px;
}

.hero .inputText{
    font-weight: 500;
    width: 100%;
    height: 40px;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid #c1c1c1;
    padding-left: 18px;
    color: #323232;
    width:500px;
    border-radius:3px;
}

.hero ::placeholder {
    font-style: italic;
    color: #5E5E5E;
    opacity: 1; /* Firefox */
  }

.hero :-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-style: italic;
   color: #5E5E5E;
  }

.hero ::-ms-input-placeholder { /* Microsoft Edge */
   font-style: italic;
   color: #5E5E5E;
  }

.hero .inputText:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}

.hero .button{
    max-width: 230px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    background: #EB7116;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
}

.hero .button:hover{
    background: #EF8D44;
}


.buttonOrange{
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #ffffff !important;
    background: #EB7116;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    display:block;
    line-height:50px;
}

.buttonOrange:hover{
    background: #EF8D44;
    color: #ffffff;
    text-decoration:none;
}


.buttonOrangeSmall{
    width: 60%;
    height: 25px;
    font-size: 11px;
    text-align: center;
    color: #ffffff;
    background: #EB7116;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    margin:0 auto;
    line-height:25px;
    margin-top:20px;
    display:block;
}

.buttonOrangeSmall:hover{
    background: #EF8D44;
    color: #ffffff;
    text-decoration:none;
}

.hero .icons{
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: 60px;
}

.hero .icons li{
    width: 66px;
    text-align: center;
    display: inline-table;
    margin-right: 10px;
    margin-top: 10px;
}

.hero .icons img{
    width: 48px;
    margin-bottom: 10px;
}

.hero .icons div{
    font-weight: 600;
    font-size: 10px;
    color: #131313;
    letter-spacing: 0;
    line-height: 15px;
}

/*  ----------------    HERO INFO  ----------------  */

.heroInfo{
    background-color: #3F5D57;
    padding: 18px;
}

.heroInfo img{
    margin-right: 10px;
}

.heroInfo h6{
    color: #ffffff;
    font-weight: 300;
    display: inline-table;
    vertical-align: inherit;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 18px;
    text-transform: uppercase;
}

/*  ----------------    PONUDBA  ----------------  */

.ponudba{
    background-color: #F4F4F4;
}

.ponudba h2{
    font-weight: 700;
    font-size: 40px;
    color: #323232;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 60px;
    margin-top: 60px;
}

.ponudba .kategorijeImg{
    margin-top: 70px;
    margin-bottom: 50px;
}

.ponudba .kategorijeImg a{
    text-decoration: none;
    display: block;
}

.ponudba .kategorijeImg a:hover{
    transform: scale(1.02);
}

.ponudba .kategorijeImg a:hover h4{
    color: #90B755;
}

.ponudba .kategorijeImg img{
    max-width: 190px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.20);
    border: 6px solid #ffffff;
}

.ponudba .kategorijeImg h4{
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #323232;
    letter-spacing: 0.28px;
    line-height: 36px;
    margin-bottom: 50px;
}

.ponudba .kategorijeMobile{
    margin-top: 30px;
    display: none;
}

.ponudba .kategorijeMobile a{
    text-decoration: none;
}

.ponudba .kategorijeMobile .kategorijeMobileIme{
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.ponudba .kategorijeMobile .kategorijeMobileIme:last-child{
    border-bottom: 0px solid #E5E5E5;
    margin-bottom: 18px;
}

.ponudba .kategorijeMobile h4{
    font-size: 18px;
    color: #323232;
    letter-spacing: 0.21px;
    line-height: 36px;
    display: inline-table;
    min-width: 280px;
}

.ponudba .kategorijeMobile span{
    background-image: url(../img/img_kategorije_next.svg);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 14px;
    width: 9px;
    display: inline-flex;
    float: right;
    position: relative;
    margin-top: 10px;

}

/*  ----------------    ZGODBE  ----------------  */

.zgodbe{
    background-color: #F4F4F4;
}

.zgodbe h2{
    font-weight: 700;
    font-size: 40px;
    color: #323232;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 60px;
    margin-top: 60px;
}

.zgodbe h3{
    font-family: 'Merriweather', serif;
    font-weight: 400;
    margin-top: 30px;
    font-size: 24px;
    color: #5E5E5E;
    letter-spacing: 0.6px;
    text-align: center;
    line-height: 36px;
}

.zgodbe h6{
    font-weight: 500;
    font-size: 12px;
    color: #373C30;
    letter-spacing: 0.27px;
    line-height: 18px;
    margin-bottom: 0px;
    margin-top: 46px;
}

.zgodbe hr{
    background-color: #76A56C;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.zgodbe .zgodbeSection .tags{
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
}

.zgodbe .zgodbeSection .tags div{
    display: inline-block;
    background: #FFFFFF;
    font-size: 11px;
    border: 1px solid #6B5342;
    padding: 2px 6px;
    color: #6B5342;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 5px;
}

.zgodbe .zgodbeSection figure {
    width: 100%;
    height: 176px;
    overflow: hidden;
    margin: 0;
    margin-left: auto;
}

.zgodbe .zgodbeSection figure img {
    display: block;
    margin: 0 -20%;
    width: 140%;
}

.zgodbe .zgodbeSection h5{
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-size: 12px;
    color: #5E5E5E;
    letter-spacing: 0;
    margin-top: 20px;
}

.zgodbe .zgodbeSection h4{
    font-weight: 400;
    font-size: 24px;
    color: #6B5342;
    letter-spacing: 0;
    line-height: 36px;
    height: 72px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.zgodbe .zgodbeSection a{
    display: block;
    text-decoration: none;
}

.zgodbe .zgodbeSection a:hover span{
    color: #90B755;
}

.zgodbe .zgodbeSection a:hover h4{
    color: #90B755;
}

.zgodbe .zgodbeSection span{
    font-weight: 400;
    font-size: 16px;
    color: #76A56C;
    letter-spacing: 0;
    display: block;
    margin-bottom: 50px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.zgodbe .button{
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    display: block;
    max-width: 380px;
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
    padding: 15px;
    margin: 0 auto;
    background-color: #90B755;
    text-decoration: none;
    margin-bottom: 100px;
}

.zgodbe .button:hover{
    background-color: #A6C577;
}

.zgodbe .najboljBrano{

}

.zgodbe .najboljBrano a{
    text-decoration: none;
    display: inline-flex;
    width: 100%;
}

.zgodbe .najboljBrano h5{
    font-weight: 500;
    font-size: 12px;
    color: #5E5E5E;
    letter-spacing: 0;
}

.zgodbe .najboljBrano h4{
    font-weight: 500;
    font-size: 14px;
    height: 63px;
    overflow: hidden;
    color: #6B5342;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 0px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}


.zgodbe .najboljBrano a:hover h4{
    color: #90B755;

}

.zgodbe .najboljBrano figure{
    width: 80px;
    height: 80px;
    overflow: hidden; /*hide bounds of image */
    margin:0; /*reset margin of figure tag*/
    margin-left:auto
}

.zgodbe .najboljBrano figure img{
    display:block; /*remove inline-block spaces*/
    /*add to other styles*/
    margin:0 -38.885%;
    width:177.777%;
}

.zgodbe .noviceLastHr{
    border: 0.5px solid #E5E5E5;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.zgodbe .noviceLastHr:last-child{
    border: 0.5px solid transparent;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.zgodbe .eNovice{
    background: #F8F8ED;
    border: 5px solid #C0C098;
    padding: 20px;
    margin-bottom: 40px;
}

.zgodbe .eNovice img{
    width: 100%;
    max-width: 220px;
}


.zgodbe .eNovice .terms{
    font-family: Merriweather-Regular;
    font-size: 11px;
    color: #6B6448;
    letter-spacing: 0.31px;
    text-align: center;
    line-height: 16px;
}

.zgodbe .eNovice .eNoviceTitle {
    font-family: Merriweather-Bold;
    font-size: 16px;
    color: #6B6448;
    letter-spacing: 0.18px;
    line-height: 24px;
    margin-top: 10px;
}

.zgodbe .eNovice .input {
    font-weight: 500;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid #e2e2c3;
    border-radius: 4px;
    color: #323232;
}

.zgodbe .eNovice .button {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    background: #90B755;
    padding: 0px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    margin-bottom: 20px !important;
}

.zgodbe .eNovice .button:hover {
    background-color: #A6C577;
}

.zgodbe .eNovice .errorText {
    display: none;
    font-weight: 600;
    font-size: 12px;
    color: #dc3545;
    letter-spacing: 0.45px;
    line-height: 10px;
    text-align: left;
    margin-top: -10px;
    margin-bottom: 5px;
}

.zgodbe .eNovice a {
    color: #90B755;
    cursor: pointer;
    word-break: break-all;
}

.zgodbe .hideForPc{
    display: none;
}

/*  ----------------    NOVICE  ----------------  */

.novice{
    background-color: #514164;
}

.novice h3{
    font-weight: 700;
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0.49px;
    margin-top: 70px;
}

.novice h4{
    font-weight: 600;
    font-size: 16px;
    color: #EDEDE8;
    letter-spacing: 0.45px;
    line-height: 27px;
    margin-top: 57px;
    max-width: 475px;
    margin-bottom: 20px;
}

.novice img{
    max-width: 400px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 30px;
}

.novice .mobile{
    display: none;
}

.novice .pc{
    display: inline;
}

.novice form{
    display: inline-flex;
    width: 100%;
}

.novice .input{
    font-weight: 500;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    font-size: 16px;
    background: #FFFFFF;
    border: 1px solid #5E5E5E;
    border-radius: 4px;
    padding-left: 18px;
    color: #323232;
}

.novice ::placeholder {
    font-style: italic;
    color: #5E5E5E;
    opacity: 1; /* Firefox */
  }

.novice :-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-style: italic;
   color: #5E5E5E;
  }

.novice ::-ms-input-placeholder { /* Microsoft Edge */
   font-style: italic;
   color: #5E5E5E;
  }

.novice .button{
    width: 100%;
    height: 50px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    background: #90B755;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    margin-bottom: 60px;
}

.novice .button:hover{
    background-color: #A6C577;
}

.novice .button:active{
    background-color: #A6C577 !important;
    outline: 0;
}

.novice .button:focus{
    box-shadow: none !important;
}

.novice .errorText{
    display: none;
    font-weight: 600;
    font-size: 16px;
    color: #dc3545;
    letter-spacing: 0.45px;
    line-height: 27px;
    text-align: left;
    margin-top: -10px;
    margin-bottom: 5px;
}

.novice .errorInput{
    border: 2px solid #dc3545 !important;
    background-color: rgb(220, 203, 205);
}

.noviceInfo{
    padding: 25px;
    background: #453658;
}

.noviceInfo p{
    font-size: 14px;
    color: #C7B9D9;
    letter-spacing: 0.39px;
    text-align: center;
    line-height: 27px;
    margin-bottom: 0px;
}

.noviceInfo a{
    color: #90B755;
}


.novicePotrditev h2{
    font-weight: 700;
    font-size: 40px;
    color: #323232;
    letter-spacing: 0.49px;
    line-height: 60px;
    margin-bottom: 30px;
}

.novicePotrditev .poslano img{
    width: 137px;
    height: 114px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.novicePotrditev .poslano h3{
    font-size: 24px;
    color: #323232;
    letter-spacing: 0.6px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
}

.novicePotrditev .poslano h4{
    margin-right: auto;
    font-family: 'Merriweather', serif;
    margin-top: 20px;
    margin-left: auto;
    max-width: 670px;
    width: 100%;
    font-size: 22px;
    color: #5E5E5E;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 40px;
}


.novicePotrditev .poslano h5{
    font-size: 16px;
    color: #5E5E5E;
    font-family: 'Merriweather', serif;
    letter-spacing: 0.35px;
    text-align: center;
    line-height: 30px;
    background: #F6F8EE;
    border: 1px solid #90B755;
    padding: 35px;
    margin-right: auto;
    margin-top: 20px;
    margin-left: auto;
    max-width: 670px;
    margin-bottom: 100px;
}

.novicePotrditev .poslano a{
    color: #90B755;
}

/*  ----------------    IZDELKI LANDING ----------------  */

.izdelkiLanding{
    background-color: #ffffff;
}

.izdelkiLanding h2{
    font-weight: 700;
    font-size: 40px;
    color: #323232;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 60px;
    margin-top: 60px;
    margin-bottom: 70px;
}

.izdelkiLanding .itemBox{
    background: #FFFFFF;
    padding: 20px;
    margin-bottom: 30px;
}

.izdelkiLanding .itemBox .icn_akcija{
    background-image: url(../img/icn_akcija.png);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 58px;
    width: 58px;
    margin-left: -10px;
    margin-top: -10px;
    z-index: 90;
    display: inline-flex;
    position: absolute;
}

.izdelkiLanding .itemBox:hover{
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.30);
}


.izdelkiLanding .izdelkiVse{
    margin-bottom: 50px;
}


.izdelkiLanding .izdelkiVse a{
    text-decoration: none
}

.izdelkiLanding .imgBox{
    height: 210px;
    width: 210px;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}

.izdelkiLanding .imgBox img{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.izdelkiLanding .izdelkiVse h4{
    font-size: 16px;
    color: #6B5342;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
}

.izdelkiLanding .izdelkiVse .store{
    font-size: 12px;
    color: #90B755;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 300;
}

.izdelkiLanding .izdelkiVse .priceFull{
    font-family: 'Merriweather', serif;
    font-size: 20px;
    color: #6B5342;
    letter-spacing: 0;
    text-align: center;
    text-decoration: line-through;
    display: inline-flex;
    margin-right: 5px;
}

.izdelkiLanding .izdelkiVse .price{
    font-family: 'Merriweather', serif;
    font-size: 24px;
    color: #90B755;
    letter-spacing: 0;
    text-align: center;
    margin-top: -11px;
    vertical-align: text-top;
    display: inline-table;
}

.izdelkiLanding .button{
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    display: block;
    max-width: 380px;
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
    padding: 15px;
    margin: 0 auto;
    background-color: #90B755;
    text-decoration: none;
    margin-bottom: 100px;
}

.izdelkiLanding .button:hover{
    background-color: #A6C577;
}

.izdelkiLanding .icn_slovenski_izdelek {
    background-image: url(../img/img_icn_slovenski_izdelek.png);
    background-position: center left;
    background-size: 38px;
    background-repeat: no-repeat;
    height: 38px;
    width: 38px;
    z-index: 90;
    top: 192px;
    margin-left: 172px;
    display: inline-flex;
    position: absolute;
}

/*  ----------------    IZDELKI  ----------------  */

.izdelki{
    background-color: #ffffff;
}

.izdelki h2{
    font-weight: 700;
    font-size: 40px;
    color: #323232;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 60px;
    margin-top: 60px;
    margin-bottom: 70px;
}

.izdelki .itemBox{
    background: #FFFFFF;
    padding: 20px;
    margin-bottom: 30px;
}

.izdelki .itemBox .icn_akcija{
    background-image: url(../img/icn_akcija.png);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 58px;
    width: 58px;
    margin-left: -10px;
    margin-top: -10px;
    z-index: 90;
    display: inline-flex;
    position: absolute;
}

.izdelki .itemBox .icn_slovenski_izdelek{
    background-image: url(../img/img_icn_slovenski_izdelek.png);
    background-position: center left;
    background-size: 38px;
    background-repeat: no-repeat;
    height: 38px;
    width: 38px;
    z-index: 90;
    top: 145px;
    margin-left: 130px;
    display: inline-flex;
    position: absolute;
}

@media (max-width: 768px) {
    .izdelki .itemBox .icn_slovenski_izdelek{
        top: 116px;
        margin-left: 120px;
        background-size: 32px;
    }
}

@media (max-width: 1200px) {
    .novicaVec .trgovina .imgBox {
        height: 320px !important;
        width: 320px !important;
    }
}

.izdelki .itemBox:hover{
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.30);
}


.izdelki .izdelkiVse{
    margin-bottom: 50px;
}

.izdelki .izdelkiVse .col-lg-3{
    padding: 5px;
}

.izdelki .izdelkiVse a{
    text-decoration: none
}

.izdelki .imgBox{
    height: 155px;
    width: 155px;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}

.izdelki .imgBox img{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.izdelki .itemFilterInline h1{
    font-size: 22px;
    color: #323232;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.izdelki .izdelkiVse h2{
    font-size: 16px;
    font-weight: 400 !important;
    color: #6B5342;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    margin-bottom: 5px !important;
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
}

.izdelki .izdelkiVse .store{
    font-size: 12px;
    color: #90B755;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 300;
}

.izdelki .izdelkiVse .priceFull{
    font-family: 'Merriweather', serif;
    font-size: 20px;
    color: #6B5342;
    letter-spacing: 0;
    text-align: center;
    text-decoration: line-through;
    display: inline-flex;
    margin-right: 5px;
}

.izdelki .izdelkiVse .price{
    font-family: 'Merriweather', serif;
    font-size: 24px;
    color: #90B755;
    letter-spacing: 0;
    text-align: center;
    margin-top: -11px;
    vertical-align: text-top;
    display: inline-table;
}

.izdelki .button{
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    display: block;
    max-width: 380px;
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
    padding: 15px;
    margin: 0 auto;
    background-color: #90B755;
    text-decoration: none;
    margin-bottom: 100px;
}

.izdelki .button:hover{
    background-color: #A6C577;
}

.izdelki .categoryDescription div{
    font-size: 16px;
    color: #323232;
    margin-bottom: 20px;
    letter-spacing: 0;
    line-height: 24px;
}

/*  ----------------    FOOTER  ----------------  */

.footer{
    background-color: #2E423B;
    padding-top: 60px;
    padding-bottom: 30px;
}

.footer .logo{
    max-width: 128px;
    width: 100%;
}

.footer .about{
    font-family: 'Merriweather', serif;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.57px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.footer .follow{
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.47px;
    display: inline-block;
    margin-right: 10px;
}

.footer .pcUl{
    padding-left: 0;
    margin-bottom: 20px;
    display: inline-block;
}

.footer .pcUl li{
    text-align: center;
    display: inline-table;
    margin-right: 10px;
}

.footer .pcUl img{
    width: 36px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.footer .pcUl img:hover{
    opacity: 0.6;
}

.footer .mobile{
    display: none;
}

.footer .mobileUl{
    padding-left: 0;
    margin-bottom: 20px;
    display: block;
}

.footer .mobileUl li{
    text-align: center;
    display: inline-table;
    margin-right: 20px;
}

.footer .mobileUl img{
    width: 50px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.footer .footerLinks{

}

.footer .footerLinks a{
    color: #ffffff;
    font-weight: 300;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
}

.footer .footerLinks a:hover{
    color: #90B755;
}

.footer .footerLinks ul {
    list-style: none;
    margin-top: 40px;
}

.footer .footerLinks li {
    margin-bottom: 10px;
}

.footer .footerLinks ul li::before {
    content: "\2022";
    color: #90B755;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.footer .footerInfo{
    margin-top: 40px;
    margin-bottom: 20px;
}

.footer .footerInfo a{
    display: block;
    color: #ffffff;
    font-weight: 300;
    cursor: pointer;
    margin-bottom: 16px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
}

.footer .footerInfo a:hover{
    color: #90B755;
}

.footer .footerInfo img{
    margin-right: 15px;
    margin-top: -3px;
}

.footer .footerInfo .mrgL{
    margin-right: 22px;
}

.footerDetail{
    background-color: #1C2D27;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footerDetail .copyright{
    color: #ffffff;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.37px;
    line-height: 24px;
}

.footerDetail .terms{
    text-align: right;
    font-size: 15px;
    color: #90B755;
    letter-spacing: 0.47px;
    text-align: right;
    display: block;
    line-height: 24px;
    text-decoration: none;
    font-weight:300;
}

.footerDetail .terms:hover{
    color: #A6C577;
}

/*  ----------------  ITEM  NAVIGATION  ----------------  */

.navigation{
    margin-top: 145px;
    margin-bottom: 30px;
}

.navigation a{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    color: #90B755;
    letter-spacing: 0;
    line-height: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    margin-bottom: 10px;
    display: inline-block;
}

.navigation a:hover{
    color: #A6C577;
}

/*  ----------------  ITEM  ALL  ----------------  */

.itemAll{

}

.itemAll .itemImg .imgBox{
    height: 380px;
    width: 380px;
    text-align: center;
    vertical-align: middle;
    display: table;
    margin: 0 auto;
}

.itemAll .itemImg .imgBox img{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.itemAll .itemImg .imgBox .icn_akcija{
    background-image: url(../img/icn_akcija.png);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 68px;
    width: 68px;
    z-index: 90;
    display: inline-flex;
    position: absolute;
}


.itemAll hr{
    border: 0.5px solid #E5E5E5;
    width: 100%;
}

.itemAll .itemImg .icons{
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.itemAll .itemImg .icons li {
    width: 66px;
    text-align: center;
    display: inline-table;
    margin-right: 10px;
    margin-top: 10px;
}

.itemAll .itemImg .icons li img{
    width: 48px;
    height: 48px;
}

.itemAll h1 {
    font-weight: 600;
    font-size: 30px;
    color: #3F433C;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.itemAll .mobileTitle {
    font-weight: 600;
    font-size: 30px;
    color: #3F433C;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.itemAll .itemText h3 {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    color: #5E5E5E;
    letter-spacing: 0.4px;
    line-height: 28px;
    margin-bottom: 30px;
}


.itemAll .itemText h5 {
    font-weight: 600;
    font-size: 12px;
    color: #373C30;
    letter-spacing: 0.27px;
    line-height: 18px;
    margin-bottom: 0px;
    display: inline-block;
}

.itemAll .itemText .link {
    font-weight: 500;
    font-size: 12px;
    color: #90B755;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: none;
}

.itemAll .itemText .inlineBlock {
    display: inline-block;
}

.itemAll .itemText .priceAll {
    margin-top: 10px;
}

.itemAll .itemText .priceFull {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    color: #6B5342;
    letter-spacing: 0;
    text-align: center;
    margin-right: 10px;
    text-decoration: line-through;
    display: inline-flex;
}

.itemAll .itemText .price {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    color: #90B755;
    letter-spacing: 0;
    text-align: center;
    margin-top: -11px;
    vertical-align: text-top;
    display: inline-table;
}

.itemAll .itemText .button {
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    display: block;
    max-width: 340px;
    width: 100%;
    cursor: pointer;
    border: 0px;
    border-radius: 4px;
    padding: 15px;
    background-color: #90B755;
    text-decoration: none;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.itemAll .itemText .button:hover {
    background-color: #A6C577;
}

.itemAll .itemDesc h2{
    margin-top: 25px;
    font-weight: 600;
    font-size: 24px;
    color: #3F433C;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 0px;
}

.itemAll .itemDesc h5{
    margin-top: 30px;
    font-weight: 600;
    font-size: 20px;
    color: #3F433C;
    letter-spacing: 0;
    margin-bottom: 0px;
    line-height: 28px;
}

.itemAll .itemDesc p{
    font-family: 'Merriweather', serif;
    margin-top: 20px;
    font-size: 15px;
    color: #5E5E5E;
    letter-spacing: 0.4px;
    line-height: 28px;
    margin-bottom: 0;
    margin-bottom: 50px;
}

.itemAll .najboljBrano a{
    text-decoration: none;
    display: inline-flex;
    width: 100%;
}

.itemAll .najboljBrano h5{
    font-weight: 500;
    font-size: 12px;
    color: #5E5E5E;
    letter-spacing: 0;
}

.itemAll .najboljBrano h4{
    font-weight: 500;
    font-size: 14px;
    height: 63px;
    overflow: hidden;
    color: #6B5342;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 0px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.itemAll .najboljBrano a:hover h4{
    color: #90B755;

}


.itemAll .najboljBrano figure{
    width: 80px;
    height: 80px;
    overflow: hidden; /*hide bounds of image */
    margin:0; /*reset margin of figure tag*/
    margin-left:auto
}

.itemAll .najboljBrano figure img{
    display:block; /*remove inline-block spaces*/
    /*add to other styles*/
    margin:0 -38.885%;
    width:177.777%;
}

.itemAll .noviceLastHr{
    border: 0.5px solid #E5E5E5;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.itemAll .noviceLastHr:last-child{
    border: 0.5px solid transparent;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}


.itemAll .zadnjeNovice h6{
    font-weight: 500;
    font-size: 12px;
    color: #373C30;
    letter-spacing: 0.27px;
    line-height: 18px;
    margin-bottom: 0px;
}

.itemAll .zadnjeNovice hr{
    background-color: #76A56C;
    border: 0px !important;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.itemAll .similar {
    margin-bottom: 100px;
}

.itemAll .similar h6 {
    font-weight: 500;
    font-size: 12px;
    color: #373C30;
    letter-spacing: 0.27px;
    line-height: 18px;
    margin-bottom: 0px;
}

.itemAll .similar hr {
    background-color: #76A56C;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    border: 0px !important;
    margin-bottom: 30px;
}

.itemAll .similar a{
    text-decoration: none;
}

.itemAll .similar .itemBox{
    background: #FFFFFF;
    padding: 20px;
    margin-bottom: 30px;
}

.itemAll .similar .itemBox:hover{
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.30);
}

.itemAll .similar .imgBox .icn_akcija{
    background-image: url(../img/icn_akcija.png);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 58px;
    width: 58px;
    margin-left: -10px;
    margin-top: -10px;
    z-index: 90;
    display: inline-flex;
    position: absolute;
}

.itemAll .similar .imgBox .icn_slovenski_izdelek{
    background-image: url(../img/img_icn_slovenski_izdelek.png);
    background-position: center left;
    background-size: 30px;
    background-repeat: no-repeat;
    height: 38px;
    width: 38px;
    z-index: 90;
    top: 140px;
    margin-left: 115px;
    display: inline-flex;
    position: absolute;
}

@media (max-width: 768px) {
    .itemAll .similar .imgBox .icn_slovenski_izdelek{
        top: 112px;
        margin-left: 120px;
    }
}

.itemAll .similar .imgBox img{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.itemAll .similar .imgBox {
    height: 145px;
    width: 145px;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}

.itemAll .similar  h4{
    font-size: 16px;
    color: #6B5342;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
}

.itemAll .similar .store{
    font-size: 12px;
    color: #90B755;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 300;
}

.itemAll .similar .priceFull{
    font-family: 'Merriweather', serif;
    font-size: 20px;
    color: #6B5342;
    letter-spacing: 0;
    text-align: center;
    text-decoration: line-through;
    display: inline-flex;
    margin-right: 5px;
}

.itemAll .similar  .price{
    font-family: 'Merriweather', serif;
    font-size: 24px;
    color: #90B755;
    letter-spacing: 0;
    text-align: center;
    margin-top: -7px;
    vertical-align: text-top;
    display: inline-table;
}


/*  ----------------    PRODUCTS  ----------------  */

.products{

}

.products .izdelkiVsi{
    margin-bottom: 50px;
}

.products .izdelkiVsi .itemBox {
    background: #FFFFFF;
    padding: 20px;
    margin-bottom: 30px;
}

.products .izdelkiVsi .itemBox:hover{
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.30);
}

.products .izdelkiVsi .itemBox a {
    text-decoration: none;
}

.products .izdelkiVsi .itemBox .imgBox {
    height: 210px;
    width: 210px;
    text-align: center;
    vertical-align: middle;
    display: table;
    margin: 0 auto;
}

.products .izdelkiVsi .itemBox .icn_akcija{
    background-image: url(../img/icn_akcija.png);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 58px;
    width: 58px;
    margin-left: -10px;
    margin-top: -10px;
    z-index: 90;
    display: inline-flex;
    position: absolute;
}

.products .izdelkiVsi .itemBox img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.products .izdelkiVsi h4 {
    font-size: 16px;
    color: #6B5342;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
}

.products .izdelkiVsi .store {
    font-size: 12px;
    color: #90B755;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 300;
}

.products .izdelkiVsi .priceFull {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    color: #6B5342;
    letter-spacing: 0;
    text-align: center;
    text-decoration: line-through;
    display: inline-flex;
    margin-right: 5px;
}

.products .izdelkiVsi .price {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    color: #90B755;
    letter-spacing: 0;
    text-align: center;
    margin-top: -11px;
    vertical-align: text-top;
    display: inline-table;
}

/*  ----------------    ONAS  ----------------  */

.onas h1{
    font-weight: 700;
    font-size: 40px;
    color: #323232;
    letter-spacing: 0.49px;
    line-height: 60px;
    margin-bottom: 50px;
}

.onas .profileImg{
    max-width: 500px;
    border-radius: 20px;
    width: 100%;
}


.onas .podpis{
    max-width: 160px;
    width: 100%;
    margin-left: -5px;
    margin-top: 10px;
}

.onas li{
    font-family: 'Merriweather', serif;
    font-size: 18px;
    color: #5E5E5E;
    letter-spacing: 0.5px;
    line-height: 36px;
}

.onas li:last-child{
    margin-bottom: 40px;
}

.onas ul li::before {
    content: "\2022";
    color: #90b755;
    font-weight: bold;
    display: inline-block;
    width: 35px;
    vertical-align: sub;
    font-size: 30px;
    margin-left: -30px;
}

.onas ul{
    list-style: none;
}

.onas h3{
    font-family: 'Merriweather', serif;
    font-size: 28px;
    font-style: italic;
    color: #323232;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.onas h4{
    font-family: 'Merriweather', serif;
    font-size: 22px;
    color: #323232;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.onas p{
    font-family: 'Merriweather', serif;
    font-size: 18px;
    color: #5E5E5E;
    letter-spacing: 0.5px;
    line-height: 36px;
    margin-bottom: 30px;
}

.onas p a{
    color: #90B755;
}

.onas .mrgB-0{
    margin-bottom: 0px ;
}

.onas .mrgBdown{
    margin-bottom: 100px ;
}

.onas .end{
    font-family: 'Open Sans', sans-serif;
    margin-top: 30px;
    font-weight: 600;
    margin-bottom: 100px;
}

.onas .ime{
    /*display: inline-table;*/
    vertical-align: bottom;
    font-style: italic;
    margin-top: 10px;
    font-size: 20px;
    color: #3F433C;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 40px;
    /*margin-left: 10px;*/
}


/*  ----------------    PRAVILA  ----------------  */

.pravila h2{
    font-weight: 700;
    font-size: 40px;
    color: #323232;
    letter-spacing: 0.49px;
    line-height: 60px;
    margin-bottom: 50px;
}

.pravila img{
    width: 110px;
    height: 110px;
}

.pravila h3{
    font-weight: 600;
    font-size: 30px;
    color: #3F433C;
    letter-spacing: 0.5px;
    line-height: 42px;
    margin-bottom: 30px;
}

.pravila h4{
    font-weight: 600;
    font-size: 24px;
    color: #3F433C;
    letter-spacing: 0.4px;
    line-height: 36px;
}

.pravila h5{
    font-size: 22px;
    color: #323232;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.pravila p{
    font-family: 'Merriweather', serif;
    font-size: 18px;
    color: #5E5E5E;
    letter-spacing: 0.5px;
    line-height: 36px;
    margin-bottom: 30px;
}

.pravila p a{
    color: #90B755;
}

.pravila .mrgB-0{
    margin-bottom: 0px ;
}

.pravila .end{
    margin-top: 30px;
    margin-bottom: 100px;
}


/*  ----------------    CERTIFIKATI  ----------------  */

.certifikatiInZnacke h2{
    font-weight: 700;
    font-size: 40px;
    color: #323232;
    letter-spacing: 0.49px;
    line-height: 60px;
    margin-bottom: 30px;
}

.certifikatiInZnacke h3{
    font-family: 'Merriweather', serif;
    font-size: 22px;
    color: #5E5E5E;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-bottom: 40px;
}

.certifikatiInZnacke .boxGray{
    padding: 30px;
    display: flow-root;
    background: #F4F4F4;
    min-height: 310px;
}

.certifikatiInZnacke .boxGray h4{
    font-size: 30px;
    color: #3F433C;
    letter-spacing: 0.5px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 50px;
}

.certifikatiInZnacke .boxGray img{
    height: 160px;
    width: 160px;
    margin-bottom: 20px;
    margin-right: 30px;
    float: left;
}

.certifikatiInZnacke .boxGray h5{
    font-family: 'Merriweather', serif;
    font-size: 18px;
    color: #5E5E5E;
    letter-spacing: 0.4px;
    line-height: 36px;
}

.certifikatiInZnacke .boxGrayClick{
    background: #E8E8E8;
    margin-bottom: 50px;
    padding: 25px 30px;
    cursor: pointer;
}

.certifikatiInZnacke .pad0{
    padding: 0px !important;
}

.certifikatiInZnacke .boxGrayClick h6{
    font-weight: 600;
    font-size: 18px;
    color: #3F433C;
    letter-spacing: 0;
    margin-bottom: 0px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.certifikatiInZnacke .boxGrayClick:hover h6{
    color: #90B755;
}

.certifikatiInZnacke .boxGrayClick span{
    background-image: url("../img/img_kategorije_next.svg");
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 28px;
    width: 18px;
    display: inline-flex;
    float: right;
    margin-top: -2px;
    margin-right: 6px;
    position: relative;
    text-decoration: none !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.certifikatiInZnacke .boxGrayClick .isActive{
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}

.certifikatiInZnacke .certikitiMore{
    display: none;
}

.certifikatiInZnacke .certikitiMore img{
    height: 80px;
    width: 80px;
}

.certifikatiInZnacke .certikitiMore h6{
    display: inline-table;
    vertical-align: bottom;
    font-size: 24px;
    color: #3F433C;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 36px;
    margin-left: 10px;
    text-transform: uppercase;
}

.certifikatiInZnacke .certikitiMore p{
    font-family: 'Merriweather', serif;
    font-size: 16px;
    color: #5E5E5E;
    letter-spacing: 0.3px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.certifikatiInZnacke .certikitiMore a{
    font-weight: 600;
    font-size: 16px;
    color: #90B755;
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 40px;
}

/*  ----------------    KONTAKT  ----------------  */

.kontakt h2{
    font-weight: 700;
    font-size: 40px;
    color: #323232;
    letter-spacing: 0.49px;
    line-height: 60px;
    margin-bottom: 30px;
}

.kontakt h3{
    font-family: 'Merriweather', serif;
    font-size: 22px;
    color: #5E5E5E;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-bottom: 40px;
}

.kontakt .boxGray{
    padding: 50px;
    background: #F4F4F4;
    margin-bottom: 50px;
}

.kontakt h5{
    font-size: 16px;
    color: #5E5E5E;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    font-style: italic;
    margin-bottom: 10px;
}

.kontakt h5 span{
    color: #FF4545;
    margin-right: 5px;
}

.kontakt .leftInput input {
    font-weight: 500;
    width: 100%;
    height: 50px;
    font-size: 16px;
    background: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 4px;
    padding-left: 18px;
    color: #323232;
    margin-bottom: 30px;
}

.kontakt .leftInput .bottom{
    position: absolute;
    bottom: 0;
}

.kontakt .rightInput textarea {
    font-weight: 500;
    width: 100%;
    height: 50px;
    font-size: 16px;
    background: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 4px;
    padding: 12px 18px;
    height: 280px;
    color: #323232;
    margin-bottom: 50px;
}

.kontakt .rightInput input {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    display: block;
    width: 100%;
    cursor: pointer;
    border: 0px;
    border-radius: 4px;
    padding: 15px;
    background-color: #90B755;
    text-decoration: none;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.kontakt .rightInput input:hover {
    background-color: #A6C577;
}

.kontakt .boxGray .bottomMobile{
    font-size: 12px;
    font-weight: 400;
    display: block;
    color: #5E5E5E;
    letter-spacing: 0.23px;
    line-height: 18px;
    margin-bottom: 20px;
    display: none;
}

.kontakt .info{
    margin-bottom: 100px;
}

.kontakt .info img{
    max-width: 420px;
    width: 100%;
}

.kontakt .info h7{
    font-weight: 600;
    font-size: 20px;
    color: #3F433C;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 20px;
    display: block;
}

.kontakt .info .pcUl {
    padding-left: 0;
    margin-bottom: 20px;
}

.kontakt .info .pcUl li {
    text-align: center;
    display: inline-table;
    margin-right: 10px;
}

.kontakt .info .pcUl img {
    width: 40px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.kontakt .info .pcUl img:hover {
    opacity: 0.6;
}

.zahvala h2{
    font-weight: 700;
    font-size: 40px;
    color: #323232;
    letter-spacing: 0.49px;
    line-height: 60px;
    margin-bottom: 30px;
}

.zahvala .poslano img{
    width: 180px;
    height: 150px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.zahvala .poslano h3{
    font-style: italic;
    font-family: 'Merriweather', serif;
    font-size: 22px;
    color: #5E5E5E;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 200px;
}

.zahvala .poslano span{
    background-image: url("../img/icn_like.png");
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 35px;
    width: 38px;
    display: inline-flex;
    margin-top: -8px;
    margin-left: 20px;
    position: relative;
    vertical-align: middle;
}

.errorInput{
    color: red;
    margin-top: -20px;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
}

/*  ----------------    NOVICE VSE  ----------------  */

.noviceVse h2{
    font-weight: 700;
    font-size: 40px;
    color: #323232;
    letter-spacing: 0.49px;
    line-height: 60px;
    margin-bottom: 30px;
}

.noviceVse h6 {
    font-weight: 500;
    font-size: 12px;
    color: #373C30;
    letter-spacing: 0.27px;
    line-height: 18px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.noviceVse hr{
    background-color: #76A56C;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.noviceVse .zgodbeSection .tags{
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
}

.noviceVse .zgodbeSection .tags div{
    display: inline-block;
    background: #FFFFFF;
    font-size: 11px;
    border: 1px solid #6B5342;
    padding: 2px 6px;
    color: #6B5342;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 5px;
}

.noviceVse .zgodbeSection figure {
    width: 100%;
    height: 252px;
    overflow: hidden;
    margin: 0;
    margin-left: auto;
}

.noviceVse .zgodbeSection figure img {
    display: block;
    margin: 0 -20%;
    width: 140%;
}

.noviceVse .zgodbeSection h5{
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-size: 12px;
    color: #5E5E5E;
    letter-spacing: 0;
    margin-top: 20px;
}

.noviceVse .zgodbeSection h4{
    font-weight: 600;
    font-size: 24px;
    color: #6B5342;
    letter-spacing: 0;
    line-height: 36px;
    height: 72px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.noviceVse .zgodbeSection a{
    display: block;
    text-decoration: none;
}

.noviceVse .zgodbeSection a:hover span{
    color: #90B755;
}

.noviceVse .zgodbeSection a:hover h4{
    color: #90B755;
}

.noviceVse .zgodbeSection span{
    font-weight: 400;
    font-size: 16px;
    color: #76A56C;
    letter-spacing: 0;
    display: block;
    margin-bottom: 50px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.noviceVse .button{
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    display: block;
    max-width: 380px;
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
    padding: 15px;
    margin: 0 auto;
    background-color: #90B755;
    text-decoration: none;
    margin-bottom: 100px;
}

.noviceVse .button:hover{
    background-color: #A6C577;
}

.noviceVse .najboljBrano{

}

.noviceVse .najboljBrano a{
    text-decoration: none;
    display: inline-flex;
    width: 100%;
}

.noviceVse .najboljBrano h5{
    font-weight: 500;
    font-size: 12px;
    color: #5E5E5E;
    letter-spacing: 0;
}

.noviceVse .najboljBrano h4{
    font-weight: 500;
    font-size: 14px;
    height: 63px;
    overflow: hidden;
    color: #6B5342;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 0px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}


.noviceVse .najboljBrano a:hover h4{
    color: #90B755;

}

.noviceVse .najboljBrano figure{
    width: 80px;
    height: 80px;
    overflow: hidden; /*hide bounds of image */
    margin:0; /*reset margin of figure tag*/
    margin-left:auto
}

.noviceVse .najboljBrano figure img{
    display:block; /*remove inline-block spaces*/
    /*add to other styles*/
    margin:0 -38.885%;
    width:177.777%;
}

.noviceVse .noviceLastHr{
    border: 0.5px solid #E5E5E5;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.noviceVse .noviceLastHr:last-child{
    border: 0.5px solid transparent;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pagesFotter{
    margin-top: 50px;
    margin-bottom: 100px;
}

.pagesFotter ul {
    font-size: 0;
    text-align: justify;
    width: 100%;
    background: #ffffff;
    list-style: none;
    text-align: center;
    padding: 0;
    margin-top: 0px;
}

.pagesFotter li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.pagesFotter li a{
    text-decoration: none;
    display: table-cell;
    font-size: 14px;
    border: 1px solid #E5E5E5;
    color: #323232;
    margin-left: 5px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.pagesFotter li a:hover{
    background: #ebebeb;
}

.pagesFotter li .selected{
    border: 1px solid #90B755;
    color: #ffffcc;
    background: #90B755;
}

/*  ----------------    NOVICA VEC  ----------------  */

.novicaVec h1{
    font-size: 40px;
    color: #6B5342;
    letter-spacing: 0.49px;
    line-height: 60px;
    margin-bottom: 30px;
    font-weight: 600;
}

.novicaVec hr{
    background: #76A56C;
}


.novicaVec .autorImg{
    border-radius: 100%;
    border: 2px solid #76A56C;
    width: 83px;
    height: 83px;
}

.novicaVec .autor{
    display: inline-table;
    vertical-align: middle;
    margin-left: 20px;
}

.novicaVec .autor h5{
    font-weight: 600;
    font-size: 14px;
    color: #3F433C;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 5px;
}

.novicaVec .autor h6{
    font-weight: 600;
    font-size: 12px;
    color: #5E5E5E;
    letter-spacing: 0;
    margin-bottom: 0px;
}

.novicaVec .aLinkBlog{
    color: #90B755 !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.novicaVec .aLinkBlog:hover{
    color: #A6C577 !important;
}

.novicaVec .share{
    text-align: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.novicaVec .share h7{
    font-weight: 600;
    font-size: 18px;
    color: #3F433C;
    letter-spacing: 0;
    text-align: right;
}

.novicaVec .share .shareIcons{
    display: inline-table;
}

.novicaVec .share .shareIcons a{
    text-decoration: none !important;
}

.novicaVec .share .shareIcons img{
    height: 40px;
    width: 40px;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    margin-left: 18px
}

.novicaVec .share .shareIcons img:hover{
    opacity: 0.6;
}

.novicaVec .titleBlog{
    font-family: 'Merriweather', serif;
    font-size: 24px;
    color: #323232;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.novicaVec h3{
    font-family: 'Merriweather', serif;
    font-size: 30px;
    color: #323232;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.novicaVec h4 {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    color: #323232;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.novicaVec .slikaAvtor{
    padding: 10px;
    background: #90B755;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
}

.novicaVec .slikaAvtor a{
    color: #FFFFFF !important;
}

.novicaVec .slikaAvtor a:hover{
    color: #FFFFFF !important;
}

.novicaVec p{
    font-family: 'Merriweather', serif;
    font-size: 18px;
    color: #5E5E5E;
    letter-spacing: 0.5px;
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.novicaVec img{
    max-width: 100%;
    width: 100%;
}

.novicaVec a{
    color: #90B755;
    cursor: pointer;
        word-break: break-all;
}

.novicaVec .greenCol{
    height: calc(100% - 72px);
}

.novicaVec .greenCol .title{
    background-color: #90B755;
    padding: 18px;
}

.novicaVec .greenCol .title span{
    width: 100%;
    background-image: url("../img/icn_blog_tumbUp.png");
    background-size: 28px 30px;
    display: inline-block;
    height: 28px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.novicaVec .greenCol .title h5{
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0px;
    margin-left: 10px;
    vertical-align: sub;
    font-family: OpenSans-Bold;
    letter-spacing: 0.5px;
    line-height: 36px;
    font-size: 28px;
}

.novicaVec .greenCol .main{
    background: #DFE7D6;
    padding: 20px;
    margin: 0px !important;
    height: 100%;
}

.novicaVec .greenCol .main p{
    margin: 0px !important;
    font-size: 18px;
    color: #2F2F2F;
    letter-spacing: 0.5px;
    line-height: 36px;
}

.novicaVec .greenCol .main .box{
    background: #F0F6E9;
    padding: 10px 20px;
    font-family: 'Merriweather', serif;
    font-size: 16px;
    margin-top: 20px;
    color: #5E5E5E;
    letter-spacing: 0.44px;
    line-height: 30px;
}

.novicaVec .redCol{
    height: calc(100% - 72px);
}

.novicaVec .redCol .title{
    background-color: #CF3636;
    padding: 18px;
}

.novicaVec .redCol .title span{
    width: 100%;
    background-image: url("../img/icn_blog_tumbDown.png");
    background-size: 28px 30px;
    display: inline-block;
    height: 28px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.novicaVec .redCol .title h5{
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0px;
    margin-left: 10px;
    vertical-align: sub;
    font-family: OpenSans-Bold;
    letter-spacing: 0.5px;
    line-height: 36px;
    font-size: 28px;
}

.novicaVec .redCol .main{
    background: #E7D7D6;
    padding: 20px;
    margin: 0px !important;
    height: 100%;
}

.novicaVec .redCol .main p{
    margin: 0px !important;
    font-size: 18px;
    color: #2F2F2F;
    letter-spacing: 0.5px;
    line-height: 36px;
}

.novicaVec .redCol .main .box{
    background: #F6EDE9;
    padding: 10px 20px;
    font-family: 'Merriweather', serif;
    font-size: 16px;
    margin-top: 20px;
    color: #5E5E5E;
    letter-spacing: 0.44px;
    line-height: 30px;
}


.novicaVec ul{
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
}

.novicaVec li{
    font-family: 'Merriweather', serif;
    list-style: none;
    font-size: 18px;
    color: #5E5E5E;
    letter-spacing: 0.5px;
    line-height: 36px;
    margin-bottom: 5px;
}

.novicaVec li:before{
    content: "\2022";
    color: #5E5E5E;
    font-size: 40px;
    margin-left: -20px;
    vertical-align: bottom;
    margin-right: 20px;
}

.novicaVec .quote{
    margin-bottom: 10px;
    margin-top: 10px;
}

.novicaVec .quote .line{
    width: 3px;
    height: 100%;
    background-color: #90B755;
    float: left;
}

.novicaVec .quote .col-1{
    max-width: 1px;
}

.novicaVec .quote h5{
    font-weight: 400;
    font-size: 20px;
    color: #5B8433;
    margin-left: 10px;
    letter-spacing: 0.86px;
    line-height: 38px;
    display: inline-flex;
    font-style: italic;
}

.novicaVec .badNews{
    background: #F0F6E9;
    border: 1px solid #90B755;
    padding: 30px 30px 40px 30px;
    text-align: center;
}

.novicaVec .badNews div{
    margin-bottom: 30px;
    max-width: 280px;
    width: 100%;
    background-image: url("../img/img_slaba_novica.png");
    background-size: 280px 55px;
    display: inline-block;
    height: 55px;
    width: 280px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.novicaVec .badNews h5{
    font-family: 'Merriweather', serif;
    font-size: 18px;
    color: #323232;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 36px;
    border-bottom: 0px;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
}

.novicaVec .badNews a{
    color: #323232;
}

.novicaVec .goodNews{
    background: #F0F6E9;
    border: 1px solid #90B755;
    padding: 30px 30px 30px 30px;
    text-align: center;
}

.novicaVec .goodNews div{
    margin-bottom: 30px;
    max-width: 280px;
    width: 100%;
    background-image: url("../img/img_dobra_novica.png");
    background-size: 280px 55px;
    display: inline-block;
    height: 55px;
    width: 280px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.novicaVec .goodNews h5{
    font-family: 'Merriweather', serif;
    font-size: 18px;
    color: #323232;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 36px;
    border-bottom: 0px;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
}

.novicaVec .goodNews a{
    color: #323232;
}

.novicaVec .okvircek1{
    border: 1px solid #90B755;
    padding: 30px 30px 30px 30px;
    text-align: center;
    background: #F0F6E9;
}

.novicaVec .okvircek1 div{
    margin-bottom: 30px;
    max-width: 280px;
    width: 100%;
    background-image: url("../img/img_dobra_novica.png");
    background-size: 280px 55px;
    display: inline-block;
    height: 55px;
    width: 280px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.novicaVec .okvircek1 h5{
    font-family: 'Merriweather', serif;
    font-size: 18px;
    color: #323232;
    letter-spacing: 0.5px;
    text-align: center;
    font-style: italic;
    line-height: 36px;
    margin-bottom: 0px;
}

.novicaVec .okvircek1 a{
    color: #323232;
}


.novicaVec .okvircek2{
    border: 1px solid #90B755;
    padding: 30px 30px 30px 30px;
    text-align: center;
}

.novicaVec .okvircek2 div{
    margin-bottom: 30px;
    max-width: 280px;
    width: 100%;
    background-image: url("../img/img_dobra_novica.png");
    background-size: 280px 55px;
    display: inline-block;
    height: 55px;
    width: 280px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.novicaVec .okvircek2 h5{
    font-family: 'Merriweather', serif;
    font-size: 18px;
    color: #323232;
    letter-spacing: 0.5px;
    text-align: left;
    line-height: 36px;
    margin-bottom: 0px;
}

.novicaVec .okvircek2 a{
    color: #323232;
}

.novicaVec .viri{
    margin-top: 30px;
    margin-bottom: 30px;
}

.novicaVec .viri span{
    font-family: 'Merriweather', serif;
    font-size: 18px;
    color: #5E5E5E;
    letter-spacing: 0.5px;
    line-height: 36px;
    font-weight: 300;
    margin-right: 10px;
}

.novicaVec .viri a{
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: 300;
    color: #4A90E2;
    word-break: break-all;
    letter-spacing: 0.5px;
    line-height: 36px;
}

.novicaVec .trgovina .imgBox {
    height: 400px;
    width: 400px;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    margin-bottom: 40px;
}

.novicaVec .trgovina .imgBox img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.novicaVec .trgovina a {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    display: block;
    max-width: 320px;
    width: 100%;
    margin: auto;
    cursor: pointer;
    border: 0px;
    border-radius: 4px;
    padding: 10px;
    background-color: #90B755;
    text-decoration: none;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.novicaVec .trgovina a:hover {
    background-color: #A6C577;
}

.novicaVec .didYouKnow{
    background: #F0F6E9;
    border: 1px solid #90B755;
    padding: 30px 30px 40px 30px;
    text-align: center;
}

.novicaVec .didYouKnow div{
    margin-bottom: 30px;
    max-width: 280px;
    width: 100%;
    background-image: url("../img/img_steVedeli_novica.png");
    background-size: 280px 55px;
    display: inline-block;
    height: 55px;
    width: 280px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.novicaVec .didYouKnow h5{
    font-family: 'Merriweather', serif;
    font-size: 18px;
    color: #323232;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 36px;
    border-bottom: 0px;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
}

.novicaVec .didYouKnow a{
    color: #323232;
}

.novicaVec .greenAdvice{
    background: #F0F6E9;
    border: 1px solid #90B755;
    padding: 30px 30px 40px 30px;
    text-align: center;
}

.novicaVec .greenAdvice div{
    margin-bottom: 30px;
    max-width: 280px;
    width: 100%;
    background-image: url("../img/img_zeleniNasvet_novica.png");
    background-size: 280px 55px;
    display: inline-block;
    height: 55px;
    width: 280px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.novicaVec .greenAdvice h5{
    font-family: 'Merriweather', serif;
    font-size: 18px;
    color: #323232;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 36px;
    border-bottom: 0px;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
}

.novicaVec .greenAdvice a{
    color: #323232;
}

.novicaVec .tags{

}

.novicaVec .tags h7{
    font-weight: 600;
    font-size: 18px;
    color: #3F433C;
    letter-spacing: 0;
    margin-right: 15px;
}

.novicaVec .col-md-2{
    max-width: 90px;
}

.novicaVec .tags a{
    display: inline-block;
    text-decoration: none;
    background: #FFFFFF;
    font-size: 11px;
    border: 1px solid #6B5342;
    padding: 3px 7px;
    color: #6B5342;
    font-weight: 600;
    margin-right: 5px;
    text-transform: uppercase;
    vertical-align: text-top;
    margin-bottom: 5px;
}

.novicaVec .shareBottom{
    position: inherit;
    text-align: left;
    top: auto;
    display: block;
    margin-top: 60px;
    margin-bottom: 100px;
}


.novicaVec .najboljBrano a{
    text-decoration: none;
    display: inline-flex;
    width: 100%;
}

.novicaVec .najboljBrano h5{
    font-weight: 500;
    font-size: 12px;
    color: #5E5E5E;
    letter-spacing: 0;
}

.novicaVec .najboljBrano h4{
    font-weight: 500;
    font-size: 14px;
    height: 63px;
    overflow: hidden;
    color: #6B5342;
    letter-spacing: 0;
    margin-top: 0px;
    line-height: 21px;
    margin-bottom: 0px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.novicaVec .najboljBrano a:hover h4{
    color: #90B755;
}

.novicaVec .najboljBrano figure{
    width: 80px;
    height: 80px;
    overflow: hidden; /*hide bounds of image */
    margin:0; /*reset margin of figure tag*/
    margin-left:auto
}

.novicaVec .najboljBrano figure img{
    display:block; /*remove inline-block spaces*/
    /*add to other styles*/
    margin:0 -38.885%;
    width:177.777%;
    max-width: none;
}


.novicaVec .eNovice{
    background: #F8F8ED;
    border: 5px solid #C0C098;
    padding: 20px;
    margin-bottom: 40px;
}

.novicaVec .eNovice img{
    width: 100%;
    max-width: 220px;
}


.novicaVec .eNovice .terms{
    font-family: Merriweather-Regular;
    font-size: 11px;
    color: #6B6448;
    letter-spacing: 0.31px;
    text-align: center;
    line-height: 16px;
}

.novicaVec .eNovice .eNoviceTitle {
    font-family: Merriweather-Bold;
    font-size: 16px;
    color: #6B6448;
    letter-spacing: 0.18px;
    line-height: 24px;
    margin-top: 10px;
}

.novicaVec .eNovice .input {
    font-weight: 500;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid #e2e2c3;
    border-radius: 4px;
    color: #323232;
}

.novicaVec .eNovice .button {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    background: #90B755;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    margin-bottom: 20px;
}

.novicaVec .eNovice .button:hover {
    background-color: #A6C577;
}

.novicaVec .eNovice .errorText {
    display: none;
    font-weight: 600;
    font-size: 12px;
    color: #dc3545;
    letter-spacing: 0.45px;
    line-height: 10px;
    text-align: left;
    margin-top: -10px;
    margin-bottom: 5px;
}

.novicaVec .noviceLastHr{
    border: 0.5px solid #E5E5E5;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.novicaVec .noviceLastHr:last-child{
    border: 0.5px solid transparent;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}


.novicaVec .zadnjeNovice h6{
    font-weight: 500;
    font-size: 12px;
    color: #373C30;
    letter-spacing: 0.27px;
    line-height: 18px;
    margin-bottom: 0px;
}

.novicaVec .zadnjeNovice hr{
    background-color: #76A56C;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}

.novicaVec .inBlogNovica{
    padding: 40px;
    background: #E2E2C3;
    margin-top: 20px;
    margin-bottom: 20px;
}

.novicaVec .inBlogNovica .titleNaroci{
    font-family: Merriweather-Regular;
    font-size: 24px;
    color: #6B6448;
    letter-spacing: 0.33px;
    line-height: 40px;
}

.novicaVec .inBlogNovica img{
    width: 100%;
    margin-top: -10px;
}


.novicaVec .inBlogNovica form {
    display: inline-flex;
    width: 100%;
}

.novicaVec .inBlogNovica .input {
    font-weight: 500;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    font-size: 16px;
    background: #FFFFFF;
    border: 1px solid #e2e2c3;
    border-radius: 4px;
    padding-left: 18px;
    color: #323232;
}

.novicaVec .inBlogNovica ::placeholder {
    font-style: italic;
    color: #6B6448;
    opacity: 1; /* Firefox */
  }

.novicaVec .inBlogNovica :-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-style: italic;
   color: #6B6448;
  }

.novicaVec .inBlogNovica ::-ms-input-placeholder { /* Microsoft Edge */
   font-style: italic;
   color: #6B6448;
  }

.novicaVec .inBlogNovica .button {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    background: #90B755;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    margin-bottom: 20px;
}

.novicaVec .inBlogNovica .button:hover {
    background-color: #A6C577;
}

.novicaVec .inBlogNovica .terms {
    font-family: Merriweather-Regular;
    font-size: 11px;
    color: #928A6A;
    letter-spacing: 0.31px;
    text-align: center;
    line-height: 27px;
}

.novicaVec .inBlogNovica .errorText {
    display: none;
    font-weight: 600;
    font-size: 16px;
    color: #dc3545;
    letter-spacing: 0.45px;
    line-height: 27px;
    text-align: left;
    margin-top: -10px;
    margin-bottom: 5px;
}

.novicaVec .errorInput{
    border: 2px solid #dc3545 !important;
    background-color: rgb(220, 203, 205);
}



/*  ----------------    PRODUKTI  ----------------  */

.filterMobile{
    position: fixed;
    display: none;
    bottom: 0;
    z-index: 99999;
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    padding: 20px;
    border: 0;
    margin: 0 auto;
    background-color: #90B755;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 20px;
}

.izdelki .itemFilterInline h7{

}

.izdelki .itemFilterInline h7{
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    line-height: 24px;
    position: relative;
    display: table;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.izdelki .itemFilterInline .sort{
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    display: inline;
    line-height: 24px;
}

.izdelki .itemFilterInline select{

}


.izdelki .noItems{
    text-align: center;
    border-radius: 4px;
    padding: 40px;
    font-weight: 600;
    background-color: #f4f4f4;
    color: #a7a7a7;
    margin-top: 20px;
}

/* Custom dropdown */
.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}

.custom-dropdown select {
    background-color: #ffffff;
    color: #5E5E5E;
    font-weight: 600;
    border: 1px solid #999999;
    font-size: inherit;
    padding: 8px 22px;
    width: 200px;
    margin: 0;
    border-radius: 4px;
    margin-right: -13px;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: button;
}

.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.custom-dropdown::after { /*  Custom dropdown arrow */
      content: "";
    background-image: url(../img/img_kategorije_next.svg);
    transform: rotate(90deg);
    background-position: center left;
    background-repeat: no-repeat;
    height: 14px;
    width: 9px;
    display: inline-flex;
    margin-top: 7px;
    position: relative;
    font-size: .625em;
    line-height: 1;
    right: 16px;
    top: 2px;
}

.custom-dropdown::before { /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}

.custom-dropdown select[disabled] {
  color: rgba(0,0,0,.3);
}

.custom-dropdown select[disabled]::after {
  color: rgba(0,0,0,.1);
}

.custom-dropdown::before {
  background-color: transparent;
}

.custom-dropdown::after {
  color: rgba(0,0,0,.4);
}

.izdelki .filter .showFilter{
    background: #F4F4F4;
    padding: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #90B755;
    letter-spacing: 0;
    text-align: center;
    display: none;
}

.izdelki .filter .showFilter:hover{
    background: #e1e1e1;
}

.izdelki .filter .box{
    background: #F4F4F4;
    padding: 20px;
    margin-bottom: 40px;
}

.izdelki .filter .box .mrgTop{
    margin-top: 20px;
}

.izdelki .filter .box h4{
    font-size: 18px;
    color: #323232;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.izdelki .filter .box .kategorija{
    text-align: left;
    border-bottom: 0.5px solid #E5E5E5;
}

.izdelki .filter .box .kategorija:last-child{
    border-bottom: transparent;
}

.izdelki .filter .box .kategorija img{
    width: 30px;
    height: 30px;
}

.izdelki .filter .box .kategorija h5{
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    color: #323232;
    margin-left: 5px;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: uppercase;
}

.izdelki .filter .box .kategorija .kategorijaName{
    margin-bottom: 10px;
    cursor: pointer;
    margin-top: 10px;
}

.izdelki .filter .box .kategorija .icn_arrow{
    background-image: url("../img/img_kategorije_next.svg");
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 14px;
    width: 9px;
    display: inline-flex;
    float: right;
    margin-top: 7px;
    position: relative;
    text-decoration: none !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.izdelki .filter .box .kategorija .isActive{
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}

.izdelki .filter .box .kategorija .podkategorije{
    display: none;
}

.izdelki .filter .box .kategorija .podkategorije .filterPodkategorija .col:first-child{
    padding-right: 0px;
    padding-left: 15px;
    width: 40px;
    max-width: 40px;
}

.izdelki .filter .box .kategorija .podkategorije .filterPodkategorija .col:nth-child(2){
    padding-right: 5px;
    padding-left: 5px;
}

.izdelki .filter .box .kategorija .podkategorije .filterPodkategorija .col:last-child{
    padding-right: 15px;
    padding-left: 0px;
    max-width: 33px;
    width: 33px;
}

.izdelki .filter .box .kategorija .podkategorije img{
    width: 24px;
    display: inline-flex;
    height: 24px;
}

.izdelki .filter .box .kategorija .podkategorije label{
    font-size: 14px;
    color: #5E5E5E;
    letter-spacing: 0;
    line-height: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #E5E5E5
}

.izdelki .filter .box .kategorija .podkategorije label:last-child{
    border-bottom: transparent;
}

.izdelki .filter .box .kategorija .podkategorije span{
    float: right;
}

.izdelki .filter .box .cena label{
    font-size: 14px;
    text-align: left;
    color: #5E5E5E;
    letter-spacing: 0;
    line-height: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #E5E5E5
}

.izdelki .filter .box .cena label:last-child{
    border-bottom: transparent;
}

.izdelki .filter .box .cena span{
    float: right;
}

.izdelki .filter .box .filtriraj{
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    max-width: 380px;
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
    padding: 15px;
    border:0;
    margin: 0 auto;
    display: none;
    background-color: #90B755;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 20px;
}

.izdelki .filter .box .filtriraj:hover{
    background-color: #A6C577;
}

/*  ----------------    FILTER CHECKBOX  ----------------  */

/* The container */
.selectCheckBox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.selectCheckBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #ffffff;
    border: 1px solid #999999;
    border-radius: 4px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}

/* On mouse-over, add a grey background color */
.selectCheckBox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.selectCheckBox input:checked ~ .checkmark {
  background-color: #90B755;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.selectCheckBox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.selectCheckBox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page404 h2{
    text-align: center;
    font-size: 70px;
    font-weight: 700;
    color: #90b755;
    margin-top: 100px;
}

.page404 h3{
    text-align: center;
    margin-top: 50px;
    color: #35384c;
    font-weight: 600;
}

.page404 a {
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    display: block;
    max-width: 250px;
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    background-color: #90B755;
    text-decoration: none;
    margin-bottom: 200px;
    margin-top: 100px;
}

/*  ----------------    MOBILE  ----------------  */

@media (max-width: 992px){
    .navbar .menus{
        display: none;
    }
    .navbar .inputText {
        height: 38px !important;
        padding-left: 14px !important;
        margin-bottom: 20px;
    }
    .navbar .searchIcon {
        margin-top: 9px !important;
    }
    .navbar .menuIcon {
        display: inline;
    }
    .navbar .showMobile{
        display: block;
    }
    .navbar .searchBox{
        margin-left: -15px !important;
        width: 100% !important;
    }
    .itemAll .itemText{
        text-align: center !important;
    }
    .itemAll .pc{
        display: none;
    }
    .itemAll .mobile{
        display: block;
        font-size: 24px !important;
        text-align: center !important;
    }
    .itemAll .itemText .button {
        margin: 0 auto;
    }
    .hideNoviceMobile{
        display: none;
    }

}

@media (min-width: 992px){
    .itemAll .pc{
        display: block;
    }
    .itemAll .mobile{
        display: none;
    }

}

@media (min-width: 768px){
   .searchBoxInput .itemName{
        height: auto !important;
        margin-top: auto !important;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
   }
    .navigation .pc{
        display: block;
    }
    .navigation .mobile{
        display: none;
    }
}

@media (max-width: 425px) {
    .zgodbe .zgodbeSection figure{
        height: 94px !important;
    }
    .noviceVse .zgodbeSection figure {
        height: 94px;
    }
    .noviceVse .zgodbeSection .tags {
        display: none;
    }
    .novicaVec .trgovina .imgBox {
        height: 280px !important;
        width: 280px !important;
    }
    .novicaVec .trgovina a {
        margin-bottom: 40px !important;
    }
}

@media (max-width: 768px){
    .navbar .headerTop a {
        font-size: 15px !important;
    }

    .navbar .headerTop .headerLogo {
        max-width: 18px !important;
        margin-top: 4px !important;
        margin-right: 9px !important;

    }

    .navbar .searchBoxInput .prices .priceFull{
        font-size: 14px!important;
        margin-top: -7px;
        margin-right: 6px;
        vertical-align: text-top;
        display: inline-table;
    }

    .navbar .searchBoxInput .prices .price{
        font-size: 14px!important;
        margin-bottom: 10px;
    }
    .navbar .searchBoxInput .prices{
        margin-top: 5px !important;
    }
    .hero{
        margin-top: 46px !important;
    }
    .hero h1{
        font-size: 24px !important;
        text-align: center !important;
        letter-spacing: 0.31px !important;
        line-height: 32px !important;
    }
    .hero h2{
        font-size: 14px !important;
        letter-spacing: 0.33px !important;
        text-align: center !important;
        line-height: 24px !important;
    }
    .search{

        width:100%;
    }
    .hero .inputText{
        max-width:100%;
        width:100%;
    }
    .icons{
        text-align: center;
    }
    .heroInfo{
        display: none;
    }
    .novice form {
        display: block !important;
    }
    .ponudba h2 {
        font-size: 20px !important;
        letter-spacing: 0.23px !important;
        line-height: 36px !important;
    }
    .ponudba .kategorijeImg {
        display: none;
    }
    .kategorijeMobile{
        display: block !important;
    }
    .zgodbe h2 {
        font-size: 20px !important;
        letter-spacing: 0.23px !important;
        line-height: 36px !important;
    }
    .zgodbe h3{
        font-size: 14px !important;
        letter-spacing: 0.33px !important;
        line-height: 24px !important;
    }
    .zgodbe .zgodbeSection .tags{
        display: none;
    }
    .zgodbe .zgodbeSection figure{
        height: 150px;
    }
    .zgodbe .zgodbeSection h4 {
        font-size: 14px !important;
        letter-spacing: 0 !important;
        line-height: 20px !important;
        height: 42px !important;
    }
    .zgodbe .zgodbeSection span {
        font-size: 11px !important;
        letter-spacing: 0 !important;
        margin-bottom: 20px;
    }
    .zgodbe .button {
        margin-bottom: 50px !important;
        margin-top: 20px !important;
    }

    .zgodbe .hideForPc{
        display: block;
    }
    .novice h3 {
        font-size: 20px !important;
        letter-spacing: 0.23px !important;
        text-align: center !important;
        line-height: 36px !important;
    }
    .novice h4 {
        font-size: 14px !important;
        letter-spacing: 0.33px !important;
        text-align: center !important;
        line-height: 24px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .novice .mobile{
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .novice .pc{
        display: none;
    }
    .novicePotrditev h2{
        font-size: 20px !important;
        letter-spacing: 0.23px !important;
        line-height: 36px !important;
        margin-bottom: 10px !important;
    }

    .novicePotrditev .poslano img{
        width: 92px !important;
        height: 82px !important;
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    .novicePotrditev .poslano h3{
        font-size: 14px !important;
        letter-spacing: 0.33px !important;
        line-height: 24px !important;
        margin-bottom: 20px !important;
    }

    .novicePotrditev .poslano h4{
        font-size: 14px !important;
        letter-spacing: 0.33px !important;
        line-height: 24px !important;
        margin-bottom: 20px !important;
    }

    .novicePotrditev .poslano h5{
        font-size: 14px !important;
        padding: 20px !important;
        letter-spacing: 0.33px !important;
        line-height: 24px !important;
        margin-bottom: 50px !important;
    }

    .izdelkiLanding h2{
        font-size: 20px !important;
        letter-spacing: 0.23px !important;
        text-align: center !important;
        line-height: 36px !important;
    }
    .izdelkiLanding .itemBox {
        padding: 0px !important;
        margin-bottom: 20px !important;
    }
    .izdelkiLanding .imgBox {
        height: 140px !important;
        width: 140px !important;
    }
    .izdelkiLanding .izdelkiVse h4 {
        height: 32px  !important;
        font-size: 11px !important;
        line-height: 16px !important;
    }
    .izdelkiLanding .izdelkiVse .store {
        font-size: 10px !important;
        line-height: 14px !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .izdelkiLanding .izdelkiVse .priceFull{
        font-size: 12px  !important;
        letter-spacing: 0  !important;
        text-align: center !important;
    }

    .izdelkiLanding .izdelkiVse .price{
        font-size: 16px !important;
        letter-spacing: 0 !important;
        text-align: center !important;
        margin-top: 1px;
    }
    .izdelkiLanding .icn_slovenski_izdelek {
        top: 105px;
        margin-left: 108px;
        background-size: 32px;
    }

    .izdelki h2{
        font-size: 20px !important;
        letter-spacing: 0.23px !important;
        text-align: center !important;
        line-height: 36px !important;
    }
    .izdelki .itemBox {
        padding: 0px !important;
        margin-bottom: 20px !important;
    }
    .izdelki .imgBox {
        height: 140px !important;
        width: 140px !important;
    }

    .izdelki .itemFilterInline h1{
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .izdelki .izdelkiVse h2 {
        height: 32px  !important;
        font-size: 11px !important;
        line-height: 16px !important;
    }
    .izdelki .izdelkiVse .store {
        font-size: 10px !important;
        line-height: 14px !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .izdelki .izdelkiVse .priceFull{
        font-size: 12px  !important;
        letter-spacing: 0  !important;
        text-align: center !important;
    }

    .izdelki .izdelkiVse .price{
        font-size: 16px !important;
        letter-spacing: 0 !important;
        text-align: center !important;
        margin-top: 1px;
    }
    .izdelki .itemFilterInline h7{
        text-align: center;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .izdelki .itemFilterInline .dropDown{
        margin: 0 auto;
        text-align: center !important;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .izdelki .categoryDescription div{
        font-size: 14px !important;
        margin-top: 10px;
        text-align: center !important;
        line-height: 21px !important;
    }
    .footer .col-md-5{
        text-align: center;
    }
    .footer .about{
        font-size: 14px !important;
        letter-spacing: 0.5px !important;
        text-align: center !important;
        line-height: 24px !important;
    }
    .footer .pc{
        display: none;
    }
    .footer .mobile{
        display: inline;
    }
    .footer .footerLinks ul {
        margin-top: 10px !important;
        padding-left: 10px;
        width: 200px;
        margin: 0 auto;
    }
    .footer .footerInfo {
        margin-top: 20px !important;
        padding-left: 10px;
        width: 220px;
        margin: 0 auto;
    }
    .footerDetail .copyright{
        text-align: center;
        margin-bottom: 10px;
    }

    .footerDetail .terms{
        text-align: center !important;
    }
    .footerDetail {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .navigation{
        text-align: center;
        margin-bottom: 10px !important;
    }
    .itemAll .itemImg .imgBox {
        height: 240px !important;
        width: 240px !important;
    }
    .itemAll .itemText h3 {
        font-size: 14px !important;
        letter-spacing: 0.33px !important;
        line-height: 24px !important;
    }
    .itemAll .itemDesc h2 {
        font-size: 20px !important;
        letter-spacing: 0 !important;
        line-height: 32px !important;
    }
    .itemAll .itemDesc h5 {
        font-size: 18px !important;
        letter-spacing: 0 !important;
        line-height: 24px !important;
    }
    .itemAll .itemDesc  {
        font-size: 14px !important;
        letter-spacing: 0.33px !important;
        line-height: 24px !important;
        margin-bottom: 50px !important;
    }
    .itemAll .similar h2{
        font-size: 20px !important;
        letter-spacing: 0.23px !important;
        text-align: center !important;
        line-height: 36px !important;
    }
    .itemAll .similar .itemBox {
        padding: 0px !important;
        margin-bottom: 20px !important;
    }
    .itemAll .similar .imgBox {
        height: 140px !important;
        width: 140px !important;
    }
    .itemAll .similar h4 {
        height: 32px  !important;
        font-size: 11px !important;
        line-height: 16px !important;
    }
    .itemAll .similar .store {
        font-size: 10px !important;
        line-height: 14px !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .itemAll .similar .priceFull{
        font-size: 12px  !important;
        letter-spacing: 0  !important;
        text-align: center !important;
    }

    .itemAll .similar .price{
        font-size: 16px !important;
        letter-spacing: 0 !important;
        text-align: center !important;
        margin-top: 1px;
    }
    .navigation .pc{
        display: none;
    }
    .navigation .mobile{
        display: block;
    }
    .onas h1{
        font-size: 20px !important;
        letter-spacing: 0.23px !important;
        line-height: 36px !important;
        margin-bottom: 25px !important;
    }

    .onas .profileImg{
        max-width: 300px !important;
        border-radius: 10px !important;
    }

    .onas h3{
        font-size: 18px !important;
        letter-spacing: 0.28px !important;
        line-height: 30px !important;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }

    .onas h4{
        font-size: 16px !important;
        letter-spacing: 0.28px !important;
        line-height: 30px !important;
        margin-top: 30px !important;
        margin-bottom: 0px !important;
    }

    .onas p{
        font-size: 14px !important;
        letter-spacing: 0.33px !important;
        line-height: 24px !important;
        margin-bottom: 20px !important;
    }

    .onas .mrgBdown{
        margin-bottom: 50px !important;
    }


    .onas .end{
        margin-top: 20px !important;
        margin-bottom: 50px !important;
    }

    .onas .ime{
        font-size: 14px !important;
        line-height: 20px !important;
        /*margin-left: 20px !important;*/
    }

    .onas li{
        font-size: 14px !important;
        letter-spacing: 0.33px !important;
        line-height: 24px !important;
    }

    .onas ul li::before {
        width: 20px !important;
        font-size: 21px !important;
        margin-left: -42px !important;
    }

    .pravila h2{
        font-size: 20px !important;
        letter-spacing: 0.23px !important;
        line-height: 36px !important;
        margin-bottom: 25px !important;
    }

    .pravila h3{
        font-size: 18px !important;
        letter-spacing: 0.23px !important;
        line-height: 36px !important;
        margin-bottom: 15px !important;
    }

    .pravila h4{
        font-size: 16px !important;
        letter-spacing: 0.23px !important;
        line-height: 36px !important;
        margin-bottom: 15px !important;
    }

    .pravila h5{
        font-size: 16px !important;
        letter-spacing: 0.28px !important;
        line-height: 30px !important;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }

    .pravila p{
        font-size: 14px !important;
        letter-spacing: 0.33px !important;
        line-height: 24px !important;
        margin-bottom: 20px !important;
    }


    .pravila .end{
        margin-top: 20px !important;
        margin-bottom: 50px !important;
    }


    .navigation a {
        font-size: 14px !important;
    }
    .certifikatiInZnacke h2{
        font-size: 20px !important;
        letter-spacing: 0.23px !important;
        line-height: 36px !important;
    }

    .certifikatiInZnacke h3{
        font-size: 14px !important;
        letter-spacing: 0.33px !important;
        line-height: 24px !important;
    }

    .certifikatiInZnacke .boxGray{
        padding: 20px !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .certifikatiInZnacke .boxGray h4{
        font-size: 20px !important;
        letter-spacing: 0 !important;
        line-height: 36px !important;
        margin-bottom: 20px !important;
    }

    .certifikatiInZnacke .boxGray img{
        height: 80px !important;
        width: 80px !important;
        float: none;
    }

    .certifikatiInZnacke .boxGray h5{
        font-size: 14px !important;
        letter-spacing: 0.33px !important;
        line-height: 24px !important;
    }

    .certifikatiInZnacke .boxGrayClick{
        padding: 20px !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .certifikatiInZnacke .boxGrayClick h6{
        font-size: 14px !important;
        letter-spacing: 0 !important;
        line-height: 20px !important;
    }

    .certifikatiInZnacke .boxGrayClick span{
        height: 14px !important;
        width: 9px !important;
    }

    .certifikatiInZnacke .boxGrayClick .isActive{
        -webkit-transform: rotate(-90deg) !important;
        -moz-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
    }

    .certifikatiInZnacke .certikitiMore img{
        height: 60px !important;
        width: 60px !important;
    }

    .certifikatiInZnacke .certikitiMore h6{
        font-size: 18px !important;
        letter-spacing: 0 !important;
        line-height: 24px !important;
    }

    .certifikatiInZnacke .certikitiMore h7{
        font-size: 12px !important;
        letter-spacing: 0.28px !important;
        line-height: 20px !important;
        margin-top: 10px !important;
    }

    .certifikatiInZnacke .certikitiMore a{
        font-size: 16px !important;
        color: #90B755 !important;
        letter-spacing: 0 !important;
    }

    .kontakt h2{
        font-size: 20px !important;
        letter-spacing: 0.23px !important;
        line-height: 36px !important;
        margin-bottom: 10px !important;
    }

    .kontakt h3{
        font-size: 14px !important;
        letter-spacing: 0.33px !important;
        line-height: 24px !important;
        margin-bottom: 30px !important;
        font-weight: 500 !important;
    }

    .kontakt .boxGray{
        padding: 15px !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .kontakt .leftInput input {
        margin-bottom: 15px !important;
        height: 40px !important;
        font-size: 15px !important;
        padding-left: 14px !important;
    }

    .kontakt .leftInput .bottom{
        display: none;
    }

    .kontakt .rightInput textarea {
        margin-bottom: 15px !important;
        height: 170px !important;
        font-size: 15px !important;
        padding: 10px 14px;
    }

    .kontakt .info{
        display: none !important;
    }
    .kontakt .boxGray .bottomMobile{
        display: block;
    }

    .zahvala h2{
        font-size: 20px !important;
        letter-spacing: 0.23px !important;
        line-height: 36px !important;
        margin-bottom: 10px !important;
    }

    .zahvala .poslano img{
        width: 92px !important;
        height: 82px !important;
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    .zahvala .poslano h3{
        font-size: 14px !important;
        letter-spacing: 0.33px !important;
        line-height: 24px !important;
        margin-bottom: 50px !important;
    }

    .zahvala .poslano span{
        height: 18px !important;
        width: 20px !important;
        margin-left: 10px !important;
    }


    .novicaVec h1{
        font-size: 20px !important;
        letter-spacing: 0.23px !important;
        line-height: 36px !important;
        margin-bottom: 0px !important;
    }

    .novicaVec .share{
        text-align: left !important;
        margin-top: 10px !important;
    }

    .errorInput{
        margin-top: -5px !important;
        margin-bottom: 10px !important;
    }

    .novicaVec .share h7{
        display: none;
    }

    .novicaVec .share .shareIcons img{
        margin-left: 0px !important;
        margin-right: 15px !important;
    }

    .novicaVec .titleBlog{
        font-size: 20px !important;
        letter-spacing: 0.38px !important;
        line-height: 30px !important;
    }

    .novicaVec h3{
        font-size: 20px !important;
        letter-spacing: 0.38px !important;
        line-height: 30px !important;
    }

    .novicaVec h4 {
        font-size: 16px !important;
        letter-spacing: 0.38px !important;
        line-height: 30px !important;
    }


    .novicaVec p{
        font-size: 14px !important;
        letter-spacing: 0.33px !important;
        line-height: 24px !important;
    }

    .novicaVec img{
        max-width: 100%;
        width: 100%;
    }

    .novicaVec .quote h5{
        font-size: 18px !important;
        color: #5B8433 !important;
        letter-spacing: 0.86px !important;
        line-height: 30px !important;
        margin-left: 5px !important;
    }

    .novicaVec li {
        font-size: 14px !important;
        letter-spacing: 0.33px !important;
        line-height: 24px !important;
        margin-bottom: 2px !important;
    }

    .novicaVec li:before {
        font-size: 22px !important;
        margin-right: 10px !important;
    }

    .novicaVec .badNews{
        padding: 20px 20px 30px 20px !important;
    }

    .novicaVec .okvircek1 {
        padding: 20px 20px 20px 20px !important;
    }

    .novicaVec .okvircek1 h5 {
        font-size: 15px !important;
        letter-spacing: 0.5px !important;
        line-height: 30px !important;
    }

    .novicaVec .okvircek2 {
        padding: 20px 20px 20px 20px !important;
    }

    .novicaVec .okvircek2 {
        padding: 20px 20px 20px 20px !important;
    }

    .novicaVec .viri span{
        font-size: 14px !important;
        letter-spacing: 0.33px !important;
        line-height: 24px !important;
    }

    .novicaVec .viri a{
        font-size: 14px !important;
        letter-spacing: 0.33px !important;
        line-height: 24px !important;
    }

    .novicaVec .okvircek2 h5 {
        font-size: 15px !important;
        letter-spacing: 0.5px !important;
        line-height: 30px !important;
    }

    .novicaVec .badNews div{
        max-width: 140px !important;
        background-size: 140px 28px !important;
        margin-bottom: 10px !important;
    }

    .novicaVec .badNews h5{
        font-size: 15px !important;
        letter-spacing: 0.5px !important;
        line-height: 30px !important;
    }

    .novicaVec .goodNews{
        padding: 20px 20px 30px 20px !important;
    }

    .novicaVec .goodNews div{
        max-width: 140px !important;
        background-size: 140px 28px !important;
        margin-bottom: 10px !important;
    }

    .novicaVec .goodNews h5{
        font-size: 15px !important;
        letter-spacing: 0.5px !important;
        line-height: 30px !important;
    }

    .novicaVec .didYouKnow{
        padding: 20px 20px 30px 20px !important;
    }

    .novicaVec .didYouKnow div{
        max-width: 140px !important;
        background-size: 140px 28px !important;
        margin-bottom: 10px !important;
    }

    .novicaVec .didYouKnow h5{
        font-size: 16px !important;
        letter-spacing: 0.5px !important;
        line-height: 30px !important;
    }

    .novicaVec .greenAdvice{
        padding: 20px 20px 30px 20px !important;
    }

    .novicaVec .greenAdvice div{
        max-width: 140px !important;
        background-size: 140px 28px !important;
        margin-bottom: 10px !important;
    }

    .novicaVec .greenAdvice h5{
        font-size: 16px !important;
        letter-spacing: 0.5px !important;
        line-height: 30px !important;
    }

    .novicaVec .shareBottom{
        margin-top: 40px !important;
        margin-bottom: 30px;
    }
    .novicaVec .greenCol .title h5 {
        font-size: 22px !important;
    }

    .novicaVec .greenCol .main .box {
        font-size: 14px !important;
        letter-spacing: 0.33px !important;
        line-height: 24px !important;
    }

    .novicaVec .redCol .title h5 {
        font-size: 22px !important;
    }

    .novicaVec .row_mobile .col-md{
        margin-bottom: 20px;
    }

    .novicaVec .redCol .main .box {
        font-size: 14px !important;
        letter-spacing: 0.33px !important;
        line-height: 24px !important;
    }
    .novicaVec .inBlogNovica form {
        display: block !important;
    }

    .novicaVec .inBlogNovica {
        padding: 10px !important;
    }
    .novicaVec .inBlogNovica .titleNaroci {
        margin-bottom: 15px;
        font-size: 22px !important;
        text-align: center;
    }
    .novicaVec .inBlogNovica img {
        margin-bottom: 15px;
        max-width: 200px;
    }
    .novicaVec .eNovice .errorText {
        margin-top: 0px !important;
        margin-bottom: 0px !important
    }

    .novicaVec .eNovice .errorInput {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }


    .noviceVse h2 {
        font-size: 20px !important;
        letter-spacing: 0.23px !important;
        line-height: 36px !important;
        margin-bottom: 0px !important;
    }
    .noviceVse h3{
        font-size: 14px !important;
        letter-spacing: 0.33px !important;
        line-height: 24px !important;
    }

    .noviceVse .zgodbeSection .tags{
        display: none;
    }
    .pagesFotter li {
        margin-top: 10px;
    }
    .noviceVse .zgodbeSection h4 {
        font-size: 14px !important;
        letter-spacing: 0 !important;
        line-height: 20px !important;
        height: 42px !important;
    }
    .noviceVse .zgodbeSection span {
        font-size: 11px !important;
        letter-spacing: 0 !important;
        margin-bottom: 20px;
    }
    .pagesFotter {
        margin-top: 10px !important;
        margin-bottom: 50px !important;
    }
    .izdelki .filter .showFilter{
        display: block !important;
    }

    .izdelki .filter .box{
        display: none;
        margin-bottom: 20px;
    }
    .izdelki .filter .box .filtriraj{
        display: none;
    }

}

* {
      box-sizing: border-box;
    }

    .slider {
        width: 100%;
        margin: 10px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }

    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }

    .promotedProductImage{
    display:block;
    width:100%;
    height:150px;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    }
    .productTitleSmall{
        color:#323232;
        font-size:12px;
    }

    .promotedProducts .prices{
    margin-top: 12px;
    text-align: right;
}

.promotedProducts a {
    text-decoration:none;
}
.promotedProducts a:hover {
    text-decoration:none;
}
.promotedProducts .priceFull {
    font-family: 'Merriweather', serif;
    font-size: 13px;
    color: #6B5342;
    letter-spacing: 0;
    text-align: center;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.promotedProducts .price {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    color: #90B755;
    letter-spacing: 0;
    text-align: center;
    display: inline-block;
}

.slick-dots{
    display:none !important;
}
.slick-slide{
    opacity:1 !important;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #76A56C;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #90B755;
}

.locationDiv{
    margin:20px;
    border-bottom:1px solid #CCCCCC;
}

.locationDiv h4{
    margin-top:5px;
    margin-bottom:5px;
}

.locationDiv .buttonOrange{
    display:block;
    width:50%;
    line-height:50px;
    margin-bottom: 15px;
}
.locationDiv p{
        font-size: 18px;
    color: #5E5E5E;
    letter-spacing: 0.2px;
    line-height: 20px;
    margin-bottom: 15px;
}
.storitve p{
        font-size: 16px;
    color: #5E5E5E;
    letter-spacing: 0.3px;
    line-height: 22px;
    margin-bottom: 15px;
}

.storitve h4{
    margin-top:5px;
    margin-bottom:5px;
}

.locationImage{
    display:block;
    width:100%;
    height:200px;
    background-repeat:no-repeat;
    background-size:contain;
    margin:10px;
    background-position:center;
}

.loader{
    background-image:url("../img/loader.gif");
    background-repeat: no-repeat;
    background-size: cover;
      background-position: center;
      width:100px;
      height:100px;
      margin-top:20px;
}