@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: white;
}

p {
    font-size: 16px;
}

:root {
    --primary-color: #263b84;
    --secondary-color: #20227e;
    --headings-font-family: 'Montserrat', sans-serif;
    --paragraph-font-family: 'Philosopher', sans-serif;
}

@font-face {
    font-family: Northwell;
    src: url('/fonts/Northwell.otf');
    src: url('/storage/fonts/Northwell.ttf');
    src: url('/fonts/Northwell.eot');
    src: url('/fonts/Northwell.svg');
    src: url('/fonts/Northwell.woff');
}

p.infoonol{
    color: #86bd41 !important;
    font-weight: bold;
    margin-bottom: 1em;
}

.onolam-prirodan{
    text-align: center;
    color: #86bd41 !important;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 0.5em;
}

.cart-items{
    display: flex;
    flex-direction: row;
    width: 100%;
    color: #000;
    text-align: left;
}

.cart-content {
    z-index: 999;
    position: absolute;
    width: 200px;
    right: 100px;
    margin-top: 1em;
    border-radius: 50px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.cart-body{
    background-color: #fff;
    padding: 1em;
}

.cart-item-text p{
    color: var(--primary-color);
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0;
}

.cart-line{
    width: 50%;
    color: red;
}

.cart-item {
    display: flex;
    padding: 15px;
}

.cart-item:hover {
    opacity: .65;
}

.cart-item-text {
    margin-left: 10px;
    padding-top: 10px;
}

.image-search {
    width: 50px !important;
    margin-bottom: 10px;
}



.top-banner-icon1{
    background: var(--primary-color);
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    margin-left: -2em;
    width: 40px;
    height: 40px;
    font-size: 17px;
    text-align: center;

}

.hambcounte{
    position: absolute;
    top: 21px;
    background: #000;
    border-radius: 50%;
    padding: 5px;
    width: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center;
}

.main_button {
    width: auto;
    margin: 3% auto;
    padding: 2px 19px;
    color: white;
    background-color: var(--primary-color);
    border: none;
    border-radius: 10px;
}
.search-content {
    position: absolute;
    right: -20px;
    top: 90px;
    width: 350px;
    height: 500px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 5px;
    overflow: auto;
    display: none;
}

.search-item {
    display: flex;
    padding: 15px;
}

.search-item:hover {
    opacity: .65;
}

.search-item-text {
    margin-left: 30px;
    padding-top: 30px;
}

.image-search {
    width: 140px;
}

.underline-price {
    text-decoration: line-through;
}

.search-item-text span {
    margin-right: 10px;
}

/* Search */
.menu-search{
    display: inline-block;
    position: relative;
    margin-left: 2em;
  }

  .menu-search:hover input{
    width: 200px;
    padding: 0 36px 0 8px;
  }

  .menu-search:hover .search-button{
      color: #000;
  }

  .menu-search input {
    width: 0px;
    height: 35px;
    border: 0;
    transition: all 0.3s;
  }

  .search-button {
    width: 35px;
    height: 35px;
    background-color: transparent;
    color: #000;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.alert-success{
    color: #fff !important;
    background-color: #0fd54a !important;
}

.irs-from, .irs-to {
    visibility: hidden !important;
}

/* Comments section */

.comment-name {
    color: #000 !important;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0 !important;
}

.comment-detail-info{
    margin-top: 1em;
    display: flex;
    align-items: center;
}

.com-date{
    font-weight: 700;
    margin-left: 2em;
    font-size: 12px;
}

.comment-text{
    margin-top: .5rem;
    margin-left: 2em;
    margin-bottom: 1em;
    width: 80%;
}

.map {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.map .nav-item {
    padding: 0 !important;
}

/*############################################################################### TOP RIBBON #############################################################################*/

img.topribbon-social {
    width: 20px;
    margin-left: 20px;
}

img.topribbon-social1{
    width: 20px;
}

.info-contact {
    display: flex;
}

a.profil{
    color: #fff;
}

.top-ribbon{
    font: normal 400 14px var(--headings-font-family);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#86bd41+0,7e99a0+99 */
background: #86bd41; /* Old browsers */
background: -moz-linear-gradient(left,  #86bd41 0%, #7e99a0 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #86bd41 0%,#7e99a0 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #E5D037 25%,#037C4B 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E5D037', endColorstr='#037C4B',GradientType=1 ); /* IE6-9 */

    color: white;
    padding: 0.7em;
}

a.connected{
    color: #fff;
}

.contact_icons{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shop-cart{
    text-align: end;
}

.top-banner-icon{
    position: relative;
    color: #fff;
    margin-right: 0.1em;
    margin-left: 0.7em;
    font-size: 1rem !important;
}

.top-banner-icon span {
    font-size: 1rem;
    color: #fff;
    position: absolute;
    top: -5px;
    right: -10px;
    background: #021230;
    border-radius: 50%;
    width: 17px;
    padding-right: 4px;
}

.shop-cart a{
    color: #fff !important;
}

/*############################################################################ NAVIGATION 1 #####################################################################################*/

.navbar-brand{
    margin-right: 0 !important;
}

a.nav-link{
    color: #000;
}

a.nav-link:hover{
    /*color: #00AEEF;*/
    font-weight: bold;
}

.logo{
    width: 40%;
}

.navbar{
    border-bottom: 1px solid #86bd41;
}

.nav-item{
    font-family: var(--headings-font-family)
}

a.nav-link:hover{
    color: var(--primary-color);
    font-weight: 700;
}

.notification {
    width: 50%;
    position: absolute;
    z-index: 100;

    padding: 10px;
    background-color: #0fa82b;
    color: white;
}

.notification {
    -webkit-animation: seconds 1.0s forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 5s;
    animation: seconds 1.0s forwards;
    animation-iteration-count: 1;
    animation-delay: 5s;
  }
  @-webkit-keyframes seconds {
    0% {
      opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes seconds {
    0% {
      opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
      opacity: 0;
    }
  }

/*################################################################################### NAVIGATION 2 #############################################################################*/

header {
    background-color: white;
}

.header-menu{
    display: flex;
    flex-direction: column;
}

.logo1{
    display: flex;
    justify-content: center;
}

.logo1 img{
    width: 200px;
}

.navbar1{
    margin-top: 0.5em;
    padding: 3px;
    background-color: var(--primary-color);
}

ul.navbar-nav {
    display: flex;
    justify-content: center !important;
    align-items: center;
    cursor: pointer;
    width: max-content;
}

.nav-item > a:hover {
    color: #86bd41;
    font-weight: normal;
}

.navbar1 .navbar-brand {
    font-size: 30px;
 }

.navbar1 .nav-link {
    text-transform: uppercase;
    margin-left: 10px;
    color: #fff;
}


.fa-bars {
    color: #fff;
    font-size: 30px;
}

/*########################################################################################## NAVIGATION3 ###########################################################################################*/

.navbar3{
    background: transparent;
    border-bottom: 1px solid var(--primary-color);
}

ul.navbar-nav {
    display: flex;
    justify-content: center !important;
    align-items: center;
    cursor: pointer;
}


.navbar3 .nav-item {
    padding: 10px 10px;
}

.navbar3 .nav-link {
    font: normal 700 15px var(--paragraph-font-family);
    text-transform: uppercase;
    color: var(--primary-color);
}

.nav-logo{
    width: 70%;
    height: auto;
}

a.nav-link{
    text-align: center;
}

.fa-bars {
    color: #fff;
    font-size: 30px;
}

.navbar-toggler{
    background: linear-gradient(to right,  #86bd41 0%,#7e99a0 99%) !important;
}

/*################################################################################################# PESMA #################################################################################*/

.pesma{
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
}

.pesma h4{
    color: #86bd41;
    font-weight: bold;
    margin-bottom: 5px;
}

.pesma h6{
    color: #7e99a0;
    margin-bottom: 10px;
}

.pesma span{
    font-weight: bold;
}

/*################################################################################################# TESTIMONIALS ##########################################################################*/

.testimonials {
    position: relative;
    background-color: #F2F2F2;
    padding-top: 2%;
}

img.list-testimonials{
    width: 17%;
    position: absolute;
    top: -10%;
}

.side-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    opacity: 0.3;
}

#testimonials-list .owl-item .item {
    margin-top: 5px;
}

#testimonials-list .item {
    margin-bottom: 30px !important;
    padding: 10px !important;
}

#testimonials-list .owl-item .item .imgPlaceholder {
    opacity: 0.3;
    height: 150px;
    width: 150px !important;
    border-radius: 50%;
    object-fit: cover;
}

#testimonials-list .owl-item.active.center .item .imgPlaceholder {
    opacity: 1;
    height: 150px;
    width: 150px;
    border-radius: 50%;
}

#testimonials-list .owl-item.active.center .item p{
    margin-top: 20%;
    width: 70%;
    margin: auto;
    color: #000;
    font-style: italic;
    padding: 10px;
    border-radius: 10px;
}

.owl-carousel .owl-item img {
    width: 80% !important;
    margin: auto;
}

.testimonials-name{
    margin-top: 5px;
}

#testimonials-list .owl-item.active.center .item .testimonials-name, #testimonials-list .owl-item.active.center .item p, #testimonials-list .owl-item.active.center .item .testimonials-title{
    display: block !important;
    text-align: center;
}

#testimonials-list .owl-item .item .testimonials-name, #testimonials-list .owl-item .item p, #testimonials-list .owl-item .testimonials-title{
    display: none;
}

#testimonials-list .owl-item.active.center .item .testimonials-name{
    font-size: 1.4rem;
}

/*################################################################################################# BANER ################################################################################*/

.baner{
    background: transparent url("/images/slajder-slika.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 550px;
}

/*################################################################################################# GALERIJA ##########################################################################*/

.section-meals h2 {
    text-align: center;
    margin-top: 2em;
}

.section-meals hr {
    background-color: var(--primary-color);
    width: 10%;
    margin: auto;
    margin-bottom: 4em;
}

.showcase-border{
    border-top: 10px solid #86bd41;
}

.meals-showcase {
    list-style: none;
    width: 100%;
    margin-bottom: 0;
}

.meals-showcase li {
    display: block;
    float: left;
    width: 20%;
}

.meal-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
    /* background-color: var(--secondary-color); */
    background-color: #fff;
}

.meal-photo img {
    opacity: 1;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.meal-photo img:hover {
    /* opacity: 1; */
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.press img{
    max-height: 250px;
    object-fit: cover;
}

/*################################################################################################# SERVICES ##########################################################################*/

.sidebar-content{
    background: var(--primary-color);
    color: #Fff;
    padding: 20px;
    height: fit-content;
}

.sidebar-content h4{
    color: #fff;
    font-weight: bold;
}

.sidebar-content ul{
    list-style: none;
    padding-left: 20px;
}

/*################################################################################################# TOP PRODUCT ##########################################################################*/

.missions{
    padding-top: 6%;
    padding-bottom: 6%;
    position: relative;
}

img.list1{
    width: 14%;
    position: absolute;
    height: 80%;
    top: 0;
    object-fit: cover;
}

img.list2{
    position: absolute;
    right: 0;
    width: 15%;
    bottom: -60%;
}

.mission-segment img{
    width: 20%;
    margin-bottom: 15px;
}

.missions-parts p {
    font-size: 18px;
    font-weight: bold;
    color:#1e8649;
    width: 87%;
    margin: auto;
    margin-bottom: 10px;
}

.missions h2 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    color: var(--primary-color);
}

.missions-parts {
    text-align: center;
}

.vizija-line {
    background-color: var(--primary-color);
    height: 2px;
    width: 35%;
    margin: auto;
    margin-bottom: 1em;
}



.top-products{
    padding: 1em;
    margin-bottom: -3em;
}

.top-product-short-title, .home-blog-short-title{
    font-family: var(--paragraph-font-family);
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--secondary-color);
    text-align: center;
    margin-top: 2em;
}

.top-product-title, .home-blog-title{
    font-family: var(--paragraph-font-family);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 1em;
}

/********************* Product grid **********************/
.product-grid {
    text-align:center;
    padding:0 0 72px;
    overflow:hidden;
    position:relative;
}
.product-grid .product-image{
    position:relative;
    transition:all .3s ease 0s;
    padding: 1em;
}

.product-grid .product-image a{
    display:block;
}
.product-grid .product-image img{
    width:100%;
    height:auto;
}

.product-grid .product-image img:hover{
    opacity: 50%;
    cursor: pointer;
}

.product-name{
    font: normal 600 16px var(--headings-font-family);
    text-transform: uppercase;
    color: #000;
    margin-top: 1em;
}

.product-price{
    font: normal 700 14px var(--paragraph-font-family);
    letter-spacing: 1px;
}

span.crossed-product-price{
    font: normal 400 14px var(--headings-font-family);
    letter-spacing: 1px;
    text-decoration: line-through;
    color: var(--primary-color);
}


.product-grid .pic-1{
    opacity:1;
    transition:all .3s ease-out 0s
}

.product-grid:hover .pic-1{
    opacity:1;
}

.product-grid .pic-2{
    opacity:0;
    position:absolute;
    top:0;left:0;
    transition:all .3s ease-out 0s
}

.product-grid:hover .pic-2{
    opacity:1
}

.product-grid .social{
    width:150px;
    padding:0;
    margin:0;
    list-style:none;
    opacity:0;
    transform:translateY(-50%) translateX(-50%);
    position:absolute;
    top:60%;left:50%;
    z-index:1;
    transition:all .3s ease 0s
}

.product-grid:hover .social{
    font-family: var(--paragraph-font-family);
    opacity:1;
    top:50%
}

.product-grid .social li{
    display:inline-block
}

.product-grid .social li a{
    color:#fff;
    background-color:var(--secondary-color);
    font-size:16px;
    line-height:40px;
    text-align:center;
    height:40px;
    width:40px;
    margin:0 2px;
    display:block;
    position:relative;
    transition:all .3s ease-in-out;
    border-radius: 26px;
}

.product-grid .social li a:hover{
    color:#fff;
    background-color:var(--secondary-color);
}

.product-grid .social li a:after,.product-grid .social li a:before{
    content:attr(data-tip);
    color:#fff;
    background-color:#000;
    font-size:12px;
    letter-spacing:1px;
    line-height:20px;
    padding:1px 5px;
    white-space:nowrap;
    opacity:0;
    transform:translateX(-50%);
    position:absolute;
    left:50%;
    top:-30px
}

.product-grid .social li a:after{
    content:'';
    height:15px;
    width:15px;
    border-radius:0;
    transform:translateX(-50%) rotate(45deg);
    top:-20px;
    z-index:-1
}

.product-grid .social li a:hover:after,.product-grid .social li a:hover:before{
    opacity:1
}

.product-grid .product-discount-label,.product-grid .product-new-label{
    font: normal 400 10px var(--paragraph-font-family);
    color:#fff;
    background-color:var(--secondary-color);
    padding:5px 12px;
    display:block;
    position:absolute;
    top:10px;
    left:0
}

.product-grid .product-discount-label{
    background-color:#333;
    left:auto;
    right:0
}

.product-grid .product-content{
    text-align:center;
    padding:12px 0;
    margin:0 auto;
    position:absolute;
    left:0;
    right:0;
    z-index:1;
    transition:all .3s
}

/*###################################################################################################### HOME BLOG ########################################################################*/

.blog-info{
    margin-top: 4em;
    margin-bottom: 4em;
}

.home-blog-img{
    width: 100%;
    height: auto;
}

a.blog-name:hover{
    text-decoration: none !important;
}


.home-blog-name{
    font: normal 700 20px var(--headings-font-family);
    text-transform: uppercase;
    text-align: left;
}

.home-blog-description{
    font: normal 400 14px var(--paragraph-font-family);
}

.home-blog-button{
    font: normal 700 12px var(--headings-font-family);
    letter-spacing: 2px;
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    margin-bottom: 2em;
}

.home-blog-button:hover{
    color: var(--primary-color);
}

.sliderslide .item {
    height: 500px;
    position: relative;
}
.sliderslide .item img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
.sliderslide .item .cover {
position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
/*/ padding: 75px 0; /*/
    display: flex;
    align-items: center;
}
.sliderslide .item .cover .header-content {
    padding: 30px;
    overflow: hidden;
    background-color: #14824999;
    width: 56%;
}

/* .sliderslide .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 3px solid #ca2e36;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
} */
.sliderslide .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 30px;
    color: var(--primary-color);
}
.sliderslide .item .cover .header-content h1 {
   /* font-family: Northwell; */
    font-size: 30px;
    font-weight: bold;
    margin: 5px 0px 0px;
    word-spacing: 3px;
    color: #fff;
}
.sliderslide .item .cover .header-content p {
    font-size: 18px;
    /* font-weight: 700; */
    color: rgb(255 255 255);
}

.header-content a{
    text-decoration: none;
}

.header-content a:hover{
    text-decoration: none;
}
.header-content button{
    background: #f8fafc !important;
    border: none;
    border-radius: 16px !important;
    color: #00cc06 !important;
    font-size: 17px !important;
    font-weight: 500;
    padding: 8px 40px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
    text-transform: uppercase;
    transition: all .24s ease-in-out;
    margin-top: 1em;
}

.header-content button:hover{
    border: 1px solid var(--primary-color);
    color: var(--primary-color) !important;
    background-color: #fff !important;
}

.sliderslide .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.sliderslide .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.sliderslide .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
.sliderslideader .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}
.sliderslide .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}
.sliderslide .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}
.sliderslide .owl-nav .owl-prev:focus {
    outline: 0;
}
.sliderslide .owl-nav .owl-prev:hover {
    background: #000 !important;
}
.sliderslide .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}
.sliderslide .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}
.sliderslide .owl-nav .owl-next:focus {
    outline: 0;
}
.sliderslide .owl-nav .owl-next:hover {
    background: #000 !important;
}
.sliderslide:hover .owl-prev {
    left: 0px;
    opacity: 1;
}
.sliderslide:hover .owl-next {
    right: 0px;
    opacity: 1;
}

/*###################################################################################################### Reccomended ###########################################################################################*/

.rcm{
    background-color: #eaebee;
    font-family: var(--headings-font-family);
    margin-top: 2em;
}

.reccommended{
    text-align: center;
    padding-top: 3em;
}

.reccommended h2{
    color: #222222;
    text-transform: uppercase;
    font-weight: 600;
}

.reccommended p{
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 2em;
    line-height: 22px;
}

.all{
    font-weight: 700 !important;
    color: var(--second);
}

.slider-rec{
    margin-top: 2em;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2em;
}

 /* relevant styles */
 .item {
    position: relative;

  }

  .img__description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(43, 43, 43, 0.72);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 1px solid var(--second);
    font-weight: 400;

    /* transition effect. not necessary */
    transition: opacity .2s, visibility .2s;
  }

  .item:hover .img__description {
    visibility: visible;
    opacity: 1;
  }


/*################################################################################################ ABOUT US ##################################################################################################*/

.about{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.about_slika-homramiza img{
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.about_slika-homramiza{
    padding: 0;
}

.about_tekst {
    padding: 6%;
}

.about_tekst-home{
    padding: 5%;
}

.about_tekst-home h4{
    margin-bottom: 50px;
    font-size: 2em;
    color: #1e8649;
    font-weight: bold;
}

.about_tekst-home span{
    color: #859fa5;
    font-weight: bold;
}

.about_tekst-home p{
    margin-top: 1em;
    color: #7e7a7a;
}

.about_tekst-home a{
    color: #7e99a0;
    text-decoration: none;
    font-weight: bold;
}

.about_tekst-home a:hover{
    color: #86bd41;
}

.about_tekst-home2 {
    padding-top: 6%;
    padding-bottom: 6%;
    background-color: #D2BB31;
    border-top: 7px solid #1e8649;
}

.about_tekst-home2 h4 {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    font-size: 2em;
    color: white;
    font-weight: bold;
    text-align: center;
}

.about_tekst-home2 li {
    width: 81%;
    margin:  0 auto;
    font-size: 18px;
    color: black;
    font-weight: bold;
}

#poruci {
    padding-top: 6%;
    padding-bottom: 6%;
}

#poruci h4 {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px;
    font-size: 2em;
    color: #1e8649;
    font-weight: bold;
    background-color: #E9C301;
}

#poruci li {
    font-size: 18px;
    color: #47755A;
    font-weight: bolder;
}

.about_tekst h4{
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1em;
}

.about_tekst span{
    color: #ffed8f;
    font-weight: bold;
}

.about_tekst hr{
    width: 50%;
    border: 1px solid #fff;
}

.about_tekst p{
    color: #fff;
}

.about_tekst a{
    display: block;
    width: 40%;
    color: #fff;
    background: #E9C301;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

.about_tekst a:hover{
    background: #83b063;
}

/* 
.about_slika {
    margin: auto;
    text-align: center;
} */

.about_slika img {
    width: 100%;
    position: absolute;
    height: 650px;
    object-fit: cover;
    margin-top: -8em;
}


.parallax {
    /* The image used */
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%), transparent url("/images/slajder-slika.png") center;
    min-height: 500px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
}

.parallax p{
    margin-bottom: 0;
}

.about-sec{
    width: 50%;
    margin: auto;
}

.about-info{
    margin-top: 2em;
}


.counter-about{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%), url('/images/slajder-slika.png');
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

section#counter-stats {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.stats {
  text-align: center;
}

.stats .fa {
  color: #fff;
  font-size: 30px;
}

.count-simbols{
    margin: auto;
}

.counting{
    font-weight: 700;
    font-size: 22px;
}

/*################################################################################################ RAMIZA ##################################################################################################*/

.about-ramiza{
    background: #7e99a0;
    padding-top: 50px;
    
}

.about-ramiza h1{
    font-family: Northwell;
    font-size: 60px;
    margin: 5px 0px 0px;
    word-spacing: 3px;
    color: #fff;
    text-align: center;
}

.about-ramiza h5{
    text-align: center;
    color: #fff;
    padding-bottom: 30px;
}

.ramiza-author-image{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background: #7e99a0;
}

.ramiza-author-image .col-md-4 {
    padding: 3px;
}

.ramiza-author-image img{
    width: 100%;
}

.full-bio p{
    width: 70%;
    margin: auto;
    margin-bottom: 1em;
    color: #9d9a9a;
}

.ramiza-books{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.ramiza-books img{
    width: 100%;
    margin: auto;
}

.certificats-backgorund{
    background: #f7f9f9;
    background: -webkit-radial-gradient(center, #f7f9f9, #809ba2);
    background: -moz-radial-gradient(center, #f7f9f9, #809ba2);
    background: radial-gradient(ellipse at center, #f7f9f9, #809ba2);
    padding-top: 50px;
    padding-bottom: 50px;
}

.certificats-backgorund img{
    width: 100%;
    margin-bottom: 2em;
}

/*################################################################################################ ONOLAM ##################################################################################################*/

.onolam-main{
    position: relative;
}

img.list3{
    position: absolute;
    bottom: -15%;
    width: 10%;
}

.onolam-about h4{
    font-weight: bold;
    color: #7e99a0;
}

.onolam-about span{
    color: #86bd41;
}

.onolam-about p{
    color: #b2b2b2;
}

.onolam-about hr{
    width: 40%;
    border: 1px solid #7e99a0;
}

img.onolamslika{
    width: 100%;
}

.onolam-use-title{
    font-weight: bold;
    color: #7e99a0;
}

.onolam-paragraf-use{
    width: 85%;
    color: #b2b2b2;
}

.izvestaj-images{
    background: #f7f9f9;
    background: -webkit-radial-gradient(center, #f7f9f9, #809ba2);
    background: -moz-radial-gradient(center, #f7f9f9, #809ba2);
    background: radial-gradient(ellipse at center, #f7f9f9, #809ba2);
    background: radial-gradient(ellipse at center, #f7f9f9, #10804a);
    padding-top: 50px;
    padding-bottom: 50px;
}

.izvestaj-images img{
    width: 100%;
    margin-bottom: 2em;
}

.onolam-images{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

img.list4{
    position: absolute;
    width: 10% !important;
    top: -15%;
    right: 0;
}

.onolam-images img{
    width: 100%;
    margin-bottom: 2em;
}

/*################################################################################################ ZELENKADA ##################################################################################################*/

.zelenkada-about h4{
    font-weight: bold;
    color: #7e99a0;
}

.zelenkada-about span{
    color: #86bd41;
}

.zelenkada-about p{
    color: #b2b2b2;
}

.zelenkada-logo{
    margin: auto;
}

img.zelenkslika{
    width: 100%;
}

.ugovor{
    position: relative;
}

img.list3-1{
    position: absolute;
    width: 15%;
    top: -20%;
}

/*################################################################################################ SHOP PAGE ################################################################################################*/

.baner-single-page{
    background: transparent url("/images/slajder-slika.png") no-repeat center;
    background-size: cover;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 350px;
    padding-top: 9em;
}

.baner-single-page-short-title{
    font: normal 500 14px var(--headings-font-family);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.baner-single-page-title{
    font-family: var(--paragraph-font-family);
    text-transform: uppercase;
}

.baner-single-page-description{
    font: normal 400 12px var(--headings-font-family);
}

.baner-all-text{
    margin-top: 3em;
}

.shop-slider-text{
    font-weight: 700;
    color: var(--primary-color);
    text-align: center;
    margin-top: 1em;
}

.slider-shop-price{
    color: #000;
    font-weight: 400;
}

/*################################################################################################## PRODUCT #####################################################################################*/

.products{
    margin-top: 2em;
}

.product-sidebar-title{
    font: normal 700 16px var(--headings-font-family);
    text-transform: uppercase;
    margin-top: 5em;
}

.product-sidebar-title1{
    font: normal 700 16px var(--headings-font-family);
    text-transform: uppercase;
    margin-top: 2em;
}

.product-sidebar-categories{
    list-style: none;
    line-height: 25px;
    margin-top: 2em;
}

.product-sidebar-categories a{
    font: normal 400 14px var(--headings-font-family);
    color: #000;

}

.follow-us{
    font-size: 30px;
    color: var(--primary-color);
    margin-bottom: 2em;
}

.product-sidebar-categories a:hover{
    text-decoration: none;
    font-weight: 700;
    color: var(--primary-color);
}
.bread a{
    color: var(--primary-color) !important;

}


.product-bread-cramp {
    font: normal 400 12px var(--paragraph-font-family);
}


.price_range_button {
    width: 100%;
    text-align: center;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
    padding: 2% 0;
    margin-top: 25px;
}

/*################################################################################################ SINGLE PAGE ################################################################################################*/

.product-bread-cramp{
    font: normal 400 12px var(--paragraph-font-family);
    margin-top: 2em;
}

.selected-product{
    color: var(--primary-color);
}
.selected-product a{
    color: var(--primary-color);
}

.single-product-image {
    width: 100%;
    height: auto;
}

.category{
    color: #000;
}
.category:hover{
    text-decoration: none;
    font-weight: bold;
    color: var(--primary-color);
}

.single-product-title{
    font-family: var(--headings-font-family);
    font-weight: 700;
    text-transform: uppercase;
}

img.light-images {
    width: 150px;
    height: 150px;
    margin-top: 0.5em;
}

.short-product-title{
    font: normal 700 14px var(--headings-font-family);
    margin-top: 1em;
    padding-bottom: 2rem;
}

.single-product-new-price{
    font: normal 700 18px var(--headings-font-family);
    display: inline-block;
}

.single-product-old-price{
    font: normal 700 18px var(--headings-font-family);
    display: inline-block;
    text-decoration: line-through;
    color: #c4c4c4;
    margin-left: 1em;
}

.button-add-to-cart{
    font: normal 600 14px var(--headings-font-family);
    background-color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    width: 200px;
    height: 50px;
    border: none;
}

.button-add-to-cart:hover{
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.add-in-cart {
    display: flex;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.single_page_quantity {
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 5px 6px 0 6px;
    border: none;
    background: transparent;
}

.pad{
    padding-left: 2em;
}

/*################################################################################################ SINGLE BLOG ################################################################################################*/

.single-page-blog{
    margin-top: 2em;
    margin-bottom: 4em;
}

.single-blog-images{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.first-blog-image, .second-blog-image{
    width: 40%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 0.5em;
}

.blog-single-title{
    text-align: center;
    font-size: 40px;
    margin-bottom: 1em;
}

.firstCon{
    border-radius: 10px;
    box-shadow: 1px 1px 20px 0px #f8f9fa, 0 6px 20px 0 rgb(0 0 0 / 19%);
    padding: 1em 0 1em 0;
}

.icons-blog{
    color: var(--primary-color);
}

.icons-blog span{
    color: #000;
}

.firstCon a{
    color: var(--primary-color);
}

.firstCon h2,h3,h4,h5{
    color: var(--primary-color);
}

.firstCon a:hover{
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 700;
}

/*################################################################################################ CONTACT1 ################################################################################################*/

.contact-us{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.contact-form, .contact-form{
    width: 60%;
}

/* Contact form */

.contact-form {
    padding: 3em;
}

.contact-form-field{
    margin-top: 1em;
}

.button-contact-form{
    background: transparent;
    font-family: var(--headings-font-family);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    width: 200px;
    height: 50px;
    margin-top: 2em;
}

.button-contact-form:hover{
    background-color: var(--primary-color);
    color: #fff;
}

/* Vertikalna linija */

.vl {
    border-left: 2px solid #e8e8e8;
    height: 250px;
    margin-top: 4em;
  }

/* Contact info */

.contact-info{
    padding: 2em;
}

.contact-us-title{
    font-family: var(--paragraph-font-family);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.fa.fa-phone{
    font-size: 20px;
    color: var(--primary-color);
    margin-left: 1em;
    margin-top: 2em;
}

.fa.fa-envelope{
    font-size: 20px;
    color: var(--primary-color);
    margin-left: 1em;
    margin-top: 1em;
}

.phone-number, .contact-email{
    color: #000;
    margin-left: 1em;
}

/*################################################################################################ CONTACT2 ################################################################################################*/
.contact-us2{
    margin-bottom: 4em;
    font-family: var(--paragraph-font-family);
}

.contact-us2 h1{
    font-family: Nunito;
    text-transform: uppercase;
    text-align: center;
    color: #86bd41;
    font-weight: 600;
    margin-top: 1em !important;
}

.contact2{
    margin-top: 2em !important;
}


.contact-form-field2{
    margin-top: 1em !important;
}

.contact-left2 img{
    width: 100%;
}

.button-contact-form2{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    background: linear-gradient(to right, #86bd41 0%,#7e99a0 99%);
    background: #E9C301;
    border: none;
    color: #fff;
    width: 200px;
    height: 50px;
    margin-top: 2em;
}

.button-contact-form2:hover{
    background: #86bd41;
}

.contact-infos2{
    font-family: Nunito;
    margin-top: 2em !important;
}

.contact-infos2 h5{
    color: #fff;
}

.contact-fields-info2, .contact-fields-info32{
    background-color: #86bd41;
    color: #fff;
    height: 150px;
    text-align: center;
    font-weight: 400;
    padding-top: 2em;
}

.contact-fields-info22{
    background-color: #7e99a0;
    color: #fff;
    height: 150px;
    text-align: center;
    font-weight: 400;
    padding-top: 2em;
}

.contact2icons{
    margin-top: 0 !important;
    margin-left: 0 !important;
    color: #fff !important;
}

/*################################################################################################ THANK YOU ################################################################################################*/

.thank-you-baner{
    background: transparent url("/images/slajder-slika.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 550px;
}

.thank-you{
    text-align: center;
}

.thank-you-title{
    font-family: var(--paragraph-font-family);
    margin-top: 1em;
}

.thank-you-info{
    font-family: var(--headings-font-family);
    margin-top: 0.5em;
}

.thanks-img{
    width: 5%;
    height: auto;
}

/*###################################################################################################### POLITIKA ###################################################################################*/

.politika{
    margin-top: 2em;
}

.politika-dots{
    margin-left: 7em;
}

.politika-second-dots{
    margin-left: 3em;
}

.red-policy{
    color: rgb(239, 5, 5);
}

/*######################################################################################################################### Wishlist ##########################################################################*/

.wishtitle{
    text-align: center;
    margin-top: 1em;
}

/*######################################################################################################################### FAQ ###############################################################################*/

.faq{
    margin-bottom: 4em;
}

h1.faqtitle{
	font-size: 22px !important;
	text-align: center;
	padding-top: 6rem;
	padding-bottom: 3rem;
    font-weight: 600;
}

.card{
	margin-bottom: 15px;
}

.card-header{
	padding: .10rem 0.75rem !important;
    background: var(--primary-color) !important;
    color: #fff;
}

.card-header p{
	margin-top: 1rem;
    font-weight: 500;
}


.faqopen{
	float: right;
	cursor: pointer;
}

/*####################################################################################################################### First element #######################################################################*/

.trends{
    margin-top: 2em;
    margin-bottom: 2em;
}

.owl-nav, .owl-dots{
    display: none;
}

.bbb_title {
    padding-right: 50px;
    color: var(--primary-color);
}

.bbb_text p:last-child {
    margin-bottom: 0px
}

.bbb_slider_nav {
    margin-top: 27px
}

.bbb_nav {
    display: inline-block;
    width: 36px;
    height: 36px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin-right: 16px;
    background-color: var(--secondary-color);
}

.bbb_nav:last-child {
    margin-right: 0px
}

.bbb_nav i {
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.bbb_nav:hover i {
    color: #fff;
}

.bbb_item {
    background: #FFFFFF;
    border-radius: 1px;
    padding: 25px
}

.bbb_image {
    width: 100%;
    height: auto;
}

.bbb_image img {
    width: auto !important;
    max-width: 100% !important
}

.bbb_category a {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.bbb_category a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.bbb_content {
    margin-top: 24px;
}

.bbb_name {
    float: left
}

.bbb_name a {
    font-size: 16px;
    color: #000000
}

.bbb_name a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.bbb_price {
    font-size: 16px;
    font-weight: 500;
    float: right
}

.bbb_fav {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer
}

.favourite{
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    cursor: pointer
}

.favourite i{
    display: block;
    position: absolute;
   top: 13px;
   right: 11px;
}


.bbb_fav.active {
    visibility: visible;
    opacity: 1
}

.bbb_fav:hover {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3)
}

.bbb_item:hover .bbb_fav {
    visibility: visible;
    opacity: 1;
    top: 18px
}

.bbb_fav i {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #cccccc;
    line-height: 36px;
    pointer-events: none;
    z-index: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}


.bbb_item:hover .bbb_fav {
    visibility: visible;
    opacity: 1
}

.bbb_marks {
    position: absolute;
    left: 18px;
    top: 18px
}

.bbb_mark {
    display: none;
    width: 36px;
    height: 36px;
    font-size: 10px;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 50%;
    line-height: 36px;
    text-align: center
}

.bbb_discount {
    background: #df3b3b
}

.bbb_item.discount .bbb_discount,
.bbb_item.is_new .bbb_new {
    display: block
}

.bbb_new {
    background: var(--secondary-color);
}

/*#################################################################################################################### Element 2 #########################################################################*/


.viewed{
    margin-top: 2em;
    margin-bottom: 2em;
}

.bbb_viewed_title_container {
    border-bottom: solid 1px #dadada;
    position: relative;
}

.bbb_viewed_title {
    margin-bottom: 14px
}

.bbb_viewed_nav_container {
    position: absolute;
    right: -5px;
    top: 0;
}

.bbb_viewed_nav {
    display: inline-block;
    cursor: pointer
}

.bbb_viewed_nav i {
    color: #dadada;
    font-size: 18px;
    padding: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.bbb_viewed_nav:hover i {
    color: #606264
}

.bbb_viewed_prev {
    margin-right: 15px
}

.bbb_viewed_slider_container {
    padding-top: 50px
}

.bbb_viewed_item {
    width: 100%;
    background: #FFFFFF;
    border-radius: 2px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px
}

.bbb_viewed_image {
    width: 115px;
    height: 115px
}

.bbb_viewed_image img {
    display: block;
    max-width: 100%
}

.bbb_viewed_content {
    width: 100%;
    margin-top: 25px
}

.bbb_viewed_price {
    font-size: 16px;
    color: #000000;
    font-weight: 500
}

.bbb_viewed_item.discount .bbb_viewed_price {
    color: #df3b3b
}

.bbb_viewed_price span {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 8px
}

.bbb_viewed_price span::after {
    display: block;
    position: absolute;
    top: 6px;
    left: -2px;
    width: calc(100% + 4px);
    height: 1px;
    background: #8d8d8d;
    content: ''
}

.bbb_viewed_name {
    margin-top: 3px
}

.bbb_viewed_name a {
    font-size: 14px;
    color: #000000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.bbb_viewed_name a:hover {
    color: #0e8ce4
}

.item_marks {
    position: absolute;
    top: 18px;
    left: 18px
}

.item_mark {
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 500;
    line-height: 36px;
    text-align: center
}

.item_discount {
    background: #df3b3b;
    margin-right: 5px
}

.item_new {
    background: var(--secondary-color);
}

.bbb_viewed_item.discount .item_discount {
    display: inline-block;
}

.bbb_viewed_item.is_new .item_new {
    display: inline-block
}

/*####################################################################################################### GALERIJA ####################################################################################*/

.galerija{
    text-align: center;
}

.galerija h1{
    color: #86bd41;
    margin-bottom: 0;
}

.galerija span{
    color: #859fa5;
    font-weight: bold;
}

.galery-photo img{
    width: 100%;
    margin-bottom: 1em;
}

/*####################################################################################################### FOOTER 1 ####################################################################################*/

.page-footer{
    color: #9B9B9B;
}

.crta{
    width: 60%;
    margin-left: unset;
}

.socicon{
    margin-top: 1em;
    margin-left: 0.5em;
}

.copyright{
    background-color: #7e99a0;
    background-color: #0f6e28;
    color: white;
    padding-top: 1em;
}

#linklion{
    color: white;
}

/*############################################################################################################ FOOTER 2 #################################################################################*/

.page-footer{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7e99a0+31,86bd41+100 */
background: #7e99a0; /* Old browsers */
background: -moz-linear-gradient(top,  #7e99a0 31%, #86bd41 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #7e99a0 31%,#86bd41 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #7e99a0 31%,#86bd41 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e99a0', endColorstr='#86bd41',GradientType=0 ); /* IE6-9 */
background: linear-gradient(to bottom, #2f8c47 31%,#f3cf00 100%);

    color: #fff;
}

.footer-logo{
    width: 100%;
    margin-bottom: 1em;
}

a.footer-links{
    color: #fff;
    text-decoration: none;
}

.crta{
    width: 80%;
    border-bottom: 2px solid #87be40;
    margin-left: unset;
    margin-bottom: 10px;
}

img.footer-social{
    margin-top: 1em;
    width: 20px;
}

.socicon{
    margin-top: 1em;
    margin-left: 0.5em;
}

.copyright1{
    background-color: var(--primary-color);
    color: white;
    padding-top: 1em;
}

#linklion{
    color: white;
}

.datum{
    font-size: 9px;
}

/*############################################################################################################ FOOTER 3 #################################################################################*/

.footer-copyright{
    background-color: var(--primary-color);
    color: white;
    text-align: center;
}

.tekst{
    padding-top: 1em;
    padding-bottom: 1em;
}

.socicon1{

    width: 10%;
}

.socicon{
    margin-left: 1em;
    width: 5%;
}

/* Checkout */

#first_checkout {
    padding: 33px;
}

.login_message {
    font-size: .7em;
    color: var(--secondary-color);
}

.login_message a {
    color: var(--primary-color);
}

#first_checkout input {
    color: var(--primary-color);
}

.submit_order {
    display: block;
    width: 100%;
    margin-top: .5rem;
}

.uslov {
    margin-top: 1.5rem;
}

.uslov1 {
    margin-top: 0px;
}

#first_checkout {
    padding: 33px;
    background-color: white;
    border: 1px dotted lightgray;
}

.cart_product {
    position: relative;
    padding: 10px;
    border-bottom: 1px dotted;
}

.cart_product_img {
    max-width: 100%;
}

.cart_product_name {
    color: var(--primary-color);
    text-transform: uppercase;
}

.cart_product_price {
    margin: 0px;
}

.cart_product_total {
    color: var(--primary-color);
}

.delete_cart {
    position: absolute;
    top: 40%;
    right: 0px;
    width: 11px;
}

.cart_total {
    padding: 6px;
    background-color: var(--primary-color);
    color: white;
}

.cart_total p {
    margin: 0px;
    font-weight: bold;
    text-align: center;
}

.none_registred_user_first {
    display: block;
}


.quantity button[class*=btn], .add-in-cart button[class*=btn] {
    width: 20px;
    height: 20px;
    color: #000;
    background-color: transparent;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.quantity input {
    border: none;
    text-align: center;
    width: 45px;
    font-size: 16px;
    color: #43484d;
    font-weight: 300;
}

.plus-btn, .minus-btn {
    outline: none !important;
}

.quantity_button{
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    width: 10px;
    margin-left: 1em;
    margin-bottom: 2em;
}

.prd-info-table{
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 2em;
    margin-bottom: 4em;
}

.left-table{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
}

.comment-produc{

}

.comment-product a{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    color: #000;
    border: 1px solid #dee2e6 !important;
    border-radius: 5px;
    padding: 1em;
    position: relative;
}

.comment-product p{
    margin-bottom: 0;
}

.comment-product a:hover{
    text-decoration: none;
}

.comm-collapse{
    margin-top: 1em;
}

.add-comm-button{
    position: absolute;
    right: 20px;
    top: 20px;
    font: normal 600 14px var(--headings-font-family);
    background-color: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
    padding: 1em;
    outline: none !important;
}

.modal-footer{
    border-top: none !important;
}

.add-comm-button:hover{
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.bnt-send-comm{
    background-color: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
    padding: 0.5em;
    font-weight: 700;
}

.bnt-send-comm:hover{
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.loyality {
    display: block;
    margin: 0px;
}

.loyality_info {
    position: absolute;
    bottom: 10px;
    width: 90%;
    font-style: italic;
}

.dodaj_kupon {
    padding: 3px;
    background-color: var(--primary-color);
}

.dodaj_kupon span {
    display: block;
    padding-top: 7px;
    color: var(--primary-color);
    font-weight: bold;
}

#kuponMessage {
    display: block;
    width: 100%;
}

/* Kategorije mali menu */

.small-screen{
    display: none;
    width: 100%;
  }

  .show-blog{
      display: none;
  }

  .sidebar-nav-rec {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 65%;
      top: 0;
      background-color: #fff;
      z-index: 1500;
      padding-left: 2em;
      display: none;
      transition: all 0.3s ease-in-out;
  }

  .overlay-blur{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity = 50);
  }

  .katmeni{
      background-color: #fff;
  }

  .katmeni a{
      color: #000;
  }

  .pricemenu{
      margin-left: 0.5em;
  }

/*##################################################################################################### PROFILE PAGE ###################################################################################*/

.profile_orders img {
    width: 16px;
    margin-left: 16%;
}

.call{
    display: none;
}

/*#####################################################################################################  SINGLE PRODUCT ##################################################################################################### */

.product-info-table{
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.left-table-field{
    width: 30%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
}

.review{
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review p{
    margin-bottom: 0;
    font-weight: 700;
}

.review-button{
    position: absolute;
    font: normal 600 14px var(--headings-font-family);
    background-color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    width: 200px;
    height: 50px;
    border: transparent;
    top: 10px;
    right: 10px;
    outline: none !important;
}

.review-button:hover{
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.btn-comment-send{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    background-color: var(--primary-color);
    color: white;
    padding: 10px;
    border: 1px solid transparent;
    top: 10px;
    right: 10px;
    outline: none !important;
}

.btn-comment-send:hover{
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.leave-comment{
    margin-bottom: 2em !important;
}

.com-date{
    margin-left: 1em;
}

.comments-all{
    display: flex;
    flex-direction: column;
}

.comment-date-name{
    display: flex;
}

.comment-fields{
    padding-left: 10px;
}

.top-banner-icon1, .profilesmob{
    display: none;
}

.dhl-all{
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
    margin-top: 3em;
}

.dhl-row{
    margin: auto;
    align-items: center;
}

.dhl-img img{
    width: 100%;
}

.dhl-text{
    text-align: center;
    font-weight: bold;
    color: #7e99a0;
}

.press h1{
    color: #86bd41;
    margin-bottom: 0;
    text-align: center;
}

/*###################################################################################################### RESPONSIVE  ###################################################################################*/

@media only screen and (min-width: 1600px){
    img.list1 {
        width: 10%;
    }
}


@media only screen and (max-width: 992px){


    .navbar a{
        width: 50%;
    }

    ul.navbar-nav{
        width: 100%;
    }

    .nav-item a{
        width: 100%;
    }

    .press img{
        max-height: 400px;
    }


    .full-bio p{
        width: 100%;
    }

    .sliderslide .item .cover .header-content{
        padding: 10px;
    }

    img.list1{
        display: none;
    }

    img.list-testimonials{
        display: none;
    }

    .about_slika img{
        width: 100%;
        position: relative;
        height: 650px;
        object-fit: cover;
        margin-top: 0;
    }

    .baner-text{
        top: 12em;
    }
    #statistic-div{
        width: 100%!important;
    }
    #users-div{
        width: 100%!important;
    }
    /* Single page */
    .single-product-title{
        font-size: 18px;
    }

    .short-product-title{
        font-size: 12px;
    }

    .single-product-description{
        font-size: 12px;
    }

    /* Element 1 */
    .bbb_slider_container {
        margin-top: 15px
    }

}

@media only screen and (max-width: 768px){

    
    .dhl-img{
        text-align: center;
    }

    .dhl-img img{
        width: 30%;
    }

    .navbar a{
        width: 50%;
    }

    ul.navbar-nav{
        width: 100%;
    }

    .nav-item a{
        width: 100%;
    }

    .dhl-all{
        width: 70%;
    }

    img.list1{
        display: none;
    }

    img.list2{
        display: none;
    }

    img.list3{
        display: none;
    }

    img.list3-1{
        display: none;
    }

    img.list4{
        display: none;
    }

    img.list-testimonials{
        display: none;
    }

    .onolam-paragraf-use{
        width: 100%;
    }

    .about_slika img{
        width: 100%;
        position: relative;
        height: auto;
        object-fit: initial;
        margin-top: 0;
    }

    .sliderslide .item .cover .header-content{
        width: 100%;
    }

    .missions{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .missions-parts p{
        margin-bottom: 15px;
    }

    .top-banner-icon1, .profilesmob{
        display: block;
    }

    .top-ribbon{
        display: none;
    }

    .navbar-nav{
        background:linear-gradient(to right,  #86bd41 0%,#7e99a0 99%);
        text-align: center;
    }

    a.nav-link{
        color: #fff;
    }

    .sticky-top{
        margin-left: 0;
    }

    /* Shop and Single page*/

    .kategorije{
        display: none;
    }

    .small-screen{
        display: block;
      }

    .show-blog {
        display: block;
    }

    .filter-button-rec {
        border: 1px solid #000;
        padding: 0.5rem 1rem;
        border-radius: 10px;
        display: inherit;
        text-align: center;
    }

    .irs--flat{
        width: 80% !important;
    }

    /* Single page */
    .single-product-title{
        margin-top: 2em;
    }

    /* Single Blog */
    .single-blog-images{
        flex-direction: column;
    }

    .first-blog-image, .second-blog-image{
        width: 100%;
        margin-left: 0;
    }

    /* Contact us */
    .contact-us{
        flex-direction: column;
        flex-direction: column-reverse;
    }

    .contact-form, .contact-info{
        width: 100%;
    }

    .contact-info{
        text-align: center;
    }

    .vl{
        display: none;
    }

    /* Politika */
    .politika-dots{
        margin-left: 4em;
    }
}

@media only screen and (max-width: 600px){

    .dhl-all{
        width: 100%;
    }

    .dhl-img{
        text-align: center;
        margin-bottom: 1em;
    }

    .dhl-img img{
        width: 50%;
    }

    .logo{
        width: 70%;
    }

    .onolam-prirodan{
        margin-bottom: 1em;
    }

    ul.navbar-nav{
        width: 100%;
    }

    .ramiza-author-image img{
        margin-bottom: 1em;
    }

    .full-bio p{
        width: 100%;
    }

    a.logosize{
        width: 70%;
    }

    .crta{
        margin: auto;
        width: 50%;
        margin-bottom: 1em;
    }

    .info-contact, .shop-cart{
        text-align: center;
    }

    .menu-search{
        display: none;
    }

    /* About page */
    .counter-about {
        height: fit-content;
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .about-sec{
        width: 100%;
        margin: auto;
    }

    .first-blog-image, .second-blog-image{
        margin-bottom: 0;
    }

    .add-in-cart{
        width: 50%;
    }

    /* Comment */
    .add-comm-button{
        padding: 6px;
        top: 10px;
        right: 10px;
    }

    .input-comment-label{
        padding-left: 0 !important;
    }

    .review-button{
        font-size: 10px;
        width: 150px;
        height: 40px;
        padding: 5px;
    }

    .padding-labels{
        padding-left: 0;
    }

    /* Politika */
    .politika-dots{
        margin-left: 2em;
    }

    .copyright-info, .created-by{
        text-align: center;
    }

    /* Shop and Single page*/

    .baner-single-page-title{
        font-size: 25px;
    }

    #secondphoto{
        margin-left: 2em;
    }

    /* Element 1 */
    .owl-item.active{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .call{
        display: none;
        background-color: green;
        bottom: 0;
        position: fixed;
        z-index: 999;
        width: 100%;
        padding: 1em;
        color: #fff !important;
        text-align: center;
    }

    .phoneicons{
        margin-top: 0 !important;
        color: #fff !important;
    }

    .call a{
        font-size: 22px;
        color: #fff !important;
    }

}

@media only screen and (max-width: 500px){

    /* Single page */
    .single-product-image{
        width: 100%;
    }

    /* Contact us */
    .contact-form {
        padding: 1em;
    }

    .contact_icons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 1em;
    }

    .info-contact {
        flex-direction: column;
    }

    .fa.fa-envelope,
    .fa.fa-phone {
        margin-left: 0;
    }

    .phone-number,
    .contact-email {
        font-size: 17px;
    }

    .price_range_button {
        width: 75%;
    }
}

@media only screen and (max-width: 410px) {
    .button-add-to-cart {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 361px){
    .button-add-to-cart {
        margin-left: 5px;
    }
}

/*####################################################################################################### PICKUP #################################################################################*/

.home-onolam{
    background: #CCCDCC;
background: -webkit-radial-gradient(right, #CCCDCC, #7e99a0);
background: -moz-radial-gradient(right, #CCCDCC, #7e99a0);
background: radial-gradient(to left, #CCCDCC, #7e99a0);
background: -webkit-radial-gradient(left, #f5f5f5, #0d804a);
}

.home-about{
    background: #fff;
}


.about-ramiza-home img{
    width: 100%;
    height: 500px;
}

.about-ramiza-home p{
    width: 75%;
}

.ram{
    padding: 6%;
}

.home_categories {
    padding: 3% 0;
    background-color: #fdeaec;
}

.naslov {
    margin-bottom: 4%;
    text-align: center;
}

.home_categories .col-md {
    text-align: center;
}

.home_category {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background-color: white;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
}

.home_category:hover {
    background-color: var(--primary-color);
}

.home_category img {
    padding-top: 18px;
    max-width: 80px;
}

.home_categories h4 {
    margin-top: 20px;
    font-weight: bold;
}

.home_managers_wrapper {
    float: left;
}

.home_manager {
    width: 42%;
    margin: 1% 2.5%;
    float: left;
}

.home_manager_img {
    padding: 0px;
}

.home_manager_img img {
    max-width: 100%;
    border-radius: 10px 0px 0px 10px;
}

.home_manager .row {
    border: 1px solid var(--secondary-color);
    border-radius: 10px;
}

.home_manager_info {
    padding: 10px;
    text-align: right;
}

.home_manager_delivery {
    position: absolute;
    bottom: 0px;
    right: 10px;
    padding: 4px 10px;
    color: white;
    background-color: var(--primary-color);
    border-radius: 15px;
}
