@charset "UTF-8";
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
    font-family: "Manrope", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333e48;
    text-align: left;
    background: #FEFCF6;
}
p{
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}
.laptop-menu{
 display: block;
}
.mobile-menu{
    display: none;
}
.mobile-menu2{
    display: none;
}
.mobile-menu-header{
    display: none;
}
.h2, h2 {
    font-size: 40px;
    line-height: 44px;
}
.content-6-6 h2 {
   margin-bottom: 10px;
}
.padd-flex{
  padding: 0px 100px;
}
.padd-flex2{
  width: 810px;
    margin: 0 auto;
}
.padd-flex3{
    padding: 0px 150px;
}
.content-6-6 .padd-flex3 h2{
   font-size: 40px;
    line-height: 44px;
    font-weight: 600;
}
.content-6-6 .col-md-6 p{
  font-size: 15px;
    line-height: 22px;
}
.logo-header img{
    height: 70px;
}
a{
   text-decoration: none;
}
.search-input-wrapper {
    position: relative;
    width: 100%;
}
.search-input {
    border-radius: 30px;
    padding: 15px 15px;
    background: #F4F1E8;
    outline: none;
    width: 440px;
    border: none;
    height: 48px;
}
.search-button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
.search-button img {
    width: 36px; /* Veličina slike lupe */
    height: 36px;
    display: block;
}
.search-input::placeholder{
   font-size: 14px;
}
.header-icons {
    display: flex;
    align-items: center;
    gap: 35px;
}
.cart-info{
    position: relative;
}
.partner-text p{
   margin-bottom: 0px!important;
}
span.count{
    position: absolute;
    content: "";
    background: #009846;
    color: white;
    border-radius: 50%;
    left: 12px;
    top: 6px;
    width: 14px;
    height: 14px;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-info a{
    color: #0E190C;
    font-size: 12px;
    font-weight: 600;
    line-height: 23px;
    text-decoration: none;
}
.menu {
    background: #FEFCF6;
    border-top: 1px solid #0000000D;
    border-bottom: 1px solid #0000000D;
}
/* Navigation links */
.navbar a {
    float: left;
    font-size: 15px;
    color: #0E190C;
    text-align: center;
    padding: 0px 10px;
    text-decoration: none;
    font-weight: 700;
}
.navbar a:hover {
    color: #57B946;
}
/* The subnavigation menu */
.subnav {
    float: left;
    overflow: hidden;

}

/* Subnav button */
.subnav .subnavbtn {
    font-size: 15px;
    border: none;
    outline: none;
    color: #0E190C;
    padding: 10px 10px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    font-weight: 700;
}

/* Add a red background color to navigation links on hover */
.navbar a:hover, .subnav:hover .subnavbtn {
    color: #57B946;
}

/* Style the subnav content - positioned absolute */
.subnav-content {
    display: none;
    width: 100%;
    z-index: 1;
    position: fixed;
    left: 0px;
    padding: 50px 65px;
    margin-right: 0px!important;
    margin-left: 0px !important;
    top: 133px;

}
.category-page h1{
    color: rgba(14, 25, 12, 1);
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
}
.category-page p{
    color: rgba(14, 25, 12, 1);
 font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: left;
}
/* Style the subnav links */
.subnav-content a {
    float: left;
    color: black;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
}

/* Add a grey background color on hover */
.subnav-content a:hover {
    color: #009846;
}
.right-images {
    float: right;
    width: 50%;
}
.right-images img{
   margin-right: 30px;
    width: auto;
}
.left-links{
   float: left;
    width: 50%;
}
/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
    display: block;
    background: #FEFCF6;
    z-index: 9;
}
.sub-menu-list{
    display: inline-flex;
    padding-left: 0px;
    flex-wrap: wrap;
    gap: 25px; /* Razmak između elemenata */
    width: 100%; /* Potrebno kako bi se prelomili u sledeći red */
}
.sub-menu-list li{
   list-style: none;
}
.sub-sub-menu-list{
   padding-left: 0px;
}
.sub-sub-menu-list li{
    list-style: none;
}
.sub-sub-menu-list li a{
    font-size: 13px;
    font-weight: 600;
    padding: 5px 10px;
    width: 100%;
}
.list-menu{
    width: calc(30% - 10px);
}
.menu-right ul{
  display: inline-flex;
    list-style: none;
}
.menu-right ul li{
padding: 0px 15px;
}
.menu-right ul li:last-child{
    padding: 0px 0px 0px 15px;
}
.menu-right ul li a{
    color: #0E190C;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
.banner-wrapper{
    margin-right: 3rem;
    margin-left: 3rem;
}
.logo-wrapper{
    margin-right: 3rem;
    margin-left: 3rem;
}

.slider-home {
    width: 100%;
    height: 480px;
    position: relative;
}
.slider-home .slick-track, .slider-home .slick-list{
    height: 480px!important;
    border-radius: 15px;
}
.slide-content {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    color: white;
    display: flex;
    border-radius: 15px;
}
.slider-text-content {
    position: absolute;
    width: 50%;
    color: white;
    display: flex;
    flex-direction: column;
    top: 25%;
    left: 5%;
    z-index: 8;
    height: -webkit-fill-available;
}
.slider-text-content .heading-slider{
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
}
.slider-text-content .heading-img{
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    text-align: left;
}
/* Transparentna pozadina preko slike */
.slide-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(35, 47, 33, 0) 0%, #232F21 100%);
    z-index: 1;
    border-radius: 15px;
}

/* Stilizacija za naslov i dugme unutar slajdera */
.slide-content h3 {
    z-index: 2;
}

.slide-content .btn {
    z-index: 2;
    padding: 10px 20px;
    background-color: #007bff;
    border: none;
    color: white;
    cursor: pointer;
}
.slide-content .btn:hover {
    background-color: #0056b3;
}
/* Slick slider strelice i tačkice */
.slick-prev, .slick-next {
    position: absolute;
    bottom: 5%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    border: 0px;
    width: 34px;
    height: 34px;
    text-align: center;
    padding: 0px!important;
    align-content: center;
}
.slick-prev img, .slick-next img{
    width: 15px;
    height: 15px;
}
.slick-prev {
   right: 6%; /* Strelica sa leve strane */
}
.slick-next {
    right: 2%; /* Strelica sa desne strane */
}
.slick-prev:active {
    background-color: rgba(255, 255, 255, 1);
}
.slick-next:active {
    background-color: rgba(255, 255, 255, 1);
}
.reference-slider .slick-next:active {
    background-color: rgba(255, 255, 255, 1);
}
.reference-slider .slick-prev:active {
    background-color: rgba(255, 255, 255, 1);
}
.slick-dots {
    position: absolute;
    bottom: 10px;
    left: 5%;
    transform: translateX(-50%); /* Centriranje tačkica */
    display: flex; /* Horizontalno poravnavanje */
    gap: 10px; /* Razmak između tačkica */
    z-index: 10;
}
.slick-dots li{
    color: rgba(255, 255, 255, 0.5);
    margin-right: 5px;
}
.slick-dots .slick-active{
    color: white;
}
.slick-dots li button {
   display: none;
}
.green-btn {
   color: white;
    background: rgba(87, 185, 70, 1);
    border-radius: 100px;
    width: fit-content;
    padding: 10px 40px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.btn-bottom{
    bottom: 20%;
    position: absolute;
}
.laptop-flex{
    display: flex;
}
.laptop-btn{
    display: block;
}
.mob-btn{
    display: none;
}
/* Slike sa pozadinskim slikama u col-md-4 */
.image-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.image-banner {
    background-size: cover;
    background-position: center;
    height: 230px;
    color: white;
    display: flex;
    flex-direction: column;

    position: relative;
    border-radius: 15px;
}
/* Transparentna pozadina preko slika */
.image-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(35, 47, 33, 0) 0%, #232F21 100%);
    z-index: 1;
    border-radius: 15px;
}

/* Skrivanje viška slika kada se slider pomera */
.logo-slider {
    width: 100%;
    margin: 0 auto;
}
.logo-slider-image{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
/* Postavljanje slika u slideru */
.image-slider {
    display: grid;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.image-slider li {
    margin-right: 20px;
}

.image-slider img {
    width: 100%;
    height: auto;
    object-fit: contain; /* Održava proporcije slike */
}
.partner-slider{
  display: flex;
    justify-content: space-between; /* Razmak između teksta i slika */
    align-items: center; /* Poravnava tekst i slike po vertikali */
    width: 100%; /* Postavlja širinu celog kontejnera na 100% */
}
.partner-text{
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
   flex: none;
}
.home-cetegory{
    margin-top: 130px;
    margin-bottom: 150px;
}
.home-cetegory .desc-home{
    width: 50%;
    margin: auto;
    text-align: center;
    color: rgba(14, 25, 12, 1);
}
.home-cetegory .title{
    font-size: 44px;
    font-weight: 600;
    line-height: 44px;
}
.home-cetegory .title span{
   color: rgba(87, 185, 70, 1);
}
.home-cetegory .desc{
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    width: 550px;
    margin: 20px auto;
}
.home-cetegory .custom-div {
    width: 205px;
    height: 205px;
    margin: 7px;
    position: relative;
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
}
.home-cetegory .row-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.home-cetegory .custom-content {
    width: 100%;
    border-radius: 15px;
    height: 100%;
    position: relative;
    transition: background-color 0.2s ease-in-out;
}
.home-cetegory .custom-div:hover .custom-content {
    background-color: transparent;
}
.home-cetegory .custom-div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 0;
}
.home-cetegory .custom-div:hover::before {
    opacity: 1;
}
.home-cetegory .icon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
}
.home-cetegory .custom-content:hover .icon {
    opacity: 0;
}
.home-cetegory .name {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 18px;
    color: white;
    font-weight: 600;
    text-align: left;
    line-height: 18px;
}
.content-6-6{
   margin-bottom: 60px;
}
.content-6-6 .title-6-6{
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    color: rgba(14, 25, 12, 1);
    text-align: center;
    margin-bottom: 60px;
}
.content-6-6 .title-6-6 span{
    color: rgba(87, 185, 70, 1);
}
.small-green{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: rgba(0, 152, 70, 1);
}
.content-6-6 .heading-6-6{
   color: rgba(14, 25, 12, 1);
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
}
.content-6-6 .desc-6-6{
    color: rgba(14, 25, 12, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
.content-6-6 .list-6-6{
    color: rgba(14, 25, 12, 1);
    font-size: 18px;
    list-style: none;
    line-height: 21px;
    font-weight: 500;
    padding-left: 0px;
    margin-top: 50px;
    margin-bottom: 60px;
}
.margin-6-6{
   margin-top: 100px;
}
.content-6-6 .list-6-6 li{
 margin-bottom: 7px;
}
.content-6-6 .list-6-6 li img{
    height: 21px;
    width: auto;
}
.white-green-btn {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 100px;
    border: 1px solid rgba(0, 152, 70, 1);
    background-color:transparent;
    color: rgba(0, 152, 70, 1);
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease; /* Glatka animacija pri hoveru */
}

.white-green-btn:hover {
    background: rgba(0, 152, 70, 1);
    color: white; /* Bela boja teksta na hoveru */
    border-color: white; /* Bela boja border-a na hoveru */
}
.green-white-btn {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 100px;
    background-color: rgba(0, 152, 70, 1); /* Bela pozadina */
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease; /* Glatka animacija pri hoveru */
}

.green-white-btn:hover {
    background: white;
    color:rgba(0, 152, 70, 1); /* Bela boja teksta na hoveru */
    border-color: rgba(0, 152, 70, 1); /* Bela boja border-a na hoveru */
}
.bottom-btn{
   bottom: 0;
    position: absolute;
}
.about-home .bottom-btn{
    bottom: 0;
    position: absolute;
    background-color: rgba(87, 152, 70, 1);
    padding: 4px 80px;
}
.content-6-6 .img-div{
   position: relative;
    text-align: center;
    display: inline-block;
}
.content-6-6 .img-div .img-content{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.content-6-6 .img-div .play-btn{
    position: absolute;
    bottom: 5%;
    right: 5%;
}
.content-6-6 .close{
    border: none;
    background: transparent;
}
.title-line{
    color: rgba(14, 25, 12, 1);
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    position: relative;
}
.title-line:before {
    content: ''; /* Prazan sadržaj, da se pokaže linija */
    position: absolute;
    top: -10px; /* Pomeramo liniju iznad naslova */
    left: 0;
    width: 60px;  /* Širina linije */
    height: 2px;  /* Visina linije */
    background: rgba(0, 152, 70, 1);

}
.product-list-section{
    margin-right: 3rem;
    margin-left: 3rem;
    margin-top: 130px;
    margin-bottom: 80px;
}
.product-box{
   padding: 20px;
    border: 1px solid rgba(210, 207, 198, 1);
    border-radius: 10px;
    position: relative;
}
.product-sticker {
    position: absolute; /* Pozicioniramo stiker unutar boxa */
    top: 10px; /* Postavljamo ga u gornji levi ugao */
    left: 10px;
    z-index: 8; /* Osiguravamo da stiker bude iznad slike proizvoda */
}

.sticker-image {
    width: 50px; /* Veličina stikera, možeš da menjaš prema želji */
    height: auto;
}

.product-slider {
    display: flex;
    gap: 20px; /* Razmak između proizvoda */
}
.product-slider .slick-prev, .product-slider .slick-next{
    display: none!important;
}
.product-slider-istaknuto .slick-prev, .product-slider-istaknuto .slick-next{
    display: none!important;
}
.product {
    padding: 7px;
    position: relative;
}
.product-image {
    max-width: 100%;
    height: auto;
}
.brand-home{
    color: rgba(87, 185, 70, 1);
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
    height: 22px;
}
.product-box {
    display: flex;
    flex-direction: column;
    height: 100%; /* da se istegne do iste visine kao ostali boxovi */
}

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

.product-slider-home {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 15px;
}
.product-name a{
    font-size: 17px;
    color: rgba(14, 25, 12, 1);
    font-weight: 600;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-name {
    font-size: 17px;
    color: rgba(14, 25, 12, 1);
    font-weight: 600;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-list {
    padding: 7px 15px;
    margin-bottom: 0px;
}
.product-list li::marker {
    color: rgba(0, 152, 70, 1);
    font-size: 12px; /* Veličina markera */
}

.category-product li::marker {
    color: rgba(0, 152, 70, 1);
    font-size: 12px; /* Veličina markera */
}

.category-product ul {
    list-style-type: disc;
}




.product-list li {
    font-size: 12px;
    color: #444;
}
.product-prices {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 0px!important;
}
.old-price {
    text-decoration: line-through;
    color: rgba(14, 25, 12, 1);
    margin-right: 5px;
}
.new-price {
    color: rgba(0, 152, 70, 1);
    font-weight: 700;
}

.bc-beige{
    background: rgba(244, 241, 232, 1);
}
.bc-gray{
    background: rgba(35, 47, 33, 1);
}
.about-home{
    margin-right: 3rem;
    margin-left: 3rem;
    padding-top: 80px;
    padding-bottom: 80px;
}
.about-home img{
   width: 100%;
    height: auto;
    border-radius: 20px;
}
.about-home h1{
    color: rgba(14, 25, 12, 1);
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    position: relative;
    margin-bottom: 10px;
}
.about-home .title-line:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 60px;
    height: 2px;
    background: rgba(0, 152, 70, 1);
}
.about-home p{
    color: rgba(14, 25, 12, 1);
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}
.about-home .padd-desc{
   padding: 0px 70px 0px 0px;
}
.play-btn-wrapper .hover {
    opacity: 0;
}
.play-btn-wrapper:hover .hover {
    opacity: 1;
}
.play-btn-wrapper:hover .normal {
    opacity: 0;
}
.counter-box{
 margin-top: 80px;
    padding-bottom: 80px;
}
.counter-wrapper {
    display:block;
    text-align: center;
}
.counter-total{
    display:inline-flex;
}
.counter {
    font-size: 80px;
    font-weight: 500;
    color: rgba(0, 152, 70, 1);
    margin-right: 10px;
    letter-spacing: -4px;
}
.plus {
   color: rgba(0, 152, 70, 1);
    font-size: 80px;
}
.counter-desc{
    color: rgba(14, 25, 12, 1);
    font-size: 18px;
    font-weight: 600;
}

.reference {
    padding: 100px 0px 100px;
}

.reference-slider {
    display: flex;
    gap: 15px;
    margin-right: 3rem;
    margin-left: 3rem;
    margin-top: 30px;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.reference-slider .slick-prev, .reference-slider .slick-next {
    position: absolute;
    top: -7%;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    border: 0px;
    width: 34px;
    height: 34px;
}
.reference-slider .slick-prev {
    right: 6%; /* Strelica sa leve strane */
}
.reference-slider .slick-next {
    right: 2%; /* Strelica sa desne strane */
}
.title-reference {
   color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    margin-right: 3rem;
    margin-left: 3rem;
    position: relative;
}
.title-reference:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 60px;
    height: 2px;
    background: rgba(0, 152, 70, 1);
}
.reference-item {
    display: flex;
    flex-direction: column;
    padding: 15px;
    text-decoration: none;
}

.reference-item img {
    max-width: 100%;
    border-radius: 14px;
}

.reference-content {
    padding: 10px 0px;
    color: white;
}

.reference-date {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    line-height: 18px;
}
.reference-category {
    font-size: 12px;
    color: rgba(87, 185, 70, 1);
    font-weight: 600;
    line-height: 18px;
}
.reference-title {
    font-size: 22px;
    line-height: 18px;
    font-weight: 600;
}

.reference-description {
   color: rgba(255, 255, 255, 1);
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 15px;
}
.reference .green-white-btn {
    display: inline-block;
    padding: 13px 73px;
    border-radius: 100px;
    background-color: rgb(87, 185, 70, 1); /* Bela pozadina */
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease; /* Glatka animacija pri hoveru */
    margin-top: 30px;
    margin-left: 3rem;
}

.reference .green-white-btn:hover {
    background: white;
    color:rgba(0, 152, 70, 1); /* Bela boja teksta na hoveru */
    border-color: rgba(0, 152, 70, 1); /* Bela boja border-a na hoveru */
}

.blog-slider-section {
    margin-right: 3rem;
    margin-left: 3rem;
  padding: 80px 0px 30px;
}
.blog-slider-section .white-green-btn{
padding: 8px 80px;
}

.blog-slider {
    display: flex!important;
    gap: 20px;
    margin-top: 30px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(14, 25, 12, 0.1);
    margin-bottom: 60px;
}

.blog-item {
    display: flex!important;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}
.title-blog {
    color: rgba(14, 25, 12, 1);
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    position: relative;
}
.title-blog:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 60px;
    height: 2px;
    background: rgba(0, 152, 70, 1);
}
.blog-image {
    width: 40%;
    object-fit: cover;
}

.blog-content {
    padding: 0px 15px;
    width: 55%;
}

.blog-date {
    font-size: 12px;
    color: rgba(14, 25, 12, 0.5);
}
.blog-category {
    color: rgba(14, 25, 12, 1);
    font-size: 12px;
}
.blog-title {
    font-size:20px;
    color: #333;
    margin-bottom: 20px;
}
.blog-description {
    font-size: 14px;
    color: rgba(14, 25, 12, 1);
    line-height: 18px;
    font-weight: 500;
}

.blog-slider .slick-prev, .blog-slider .slick-next {
    position: absolute;
    top: -25%;
    z-index: 10;
    background: rgba(87, 185, 70, 0.7);
    border-radius: 50%;
    border: 0px;
    width: 34px;
    height: 34px;
}
.blog-slider .slick-prev {
    right: 4%; /* Strelica sa leve strane */
}
.blog-slider .slick-next {
    right: 1%; /* Strelica sa desne strane */
}
.blog-slider .slick-prev:active, .blog-slider .slick-next:active {
    background: rgba(87, 185, 70, 1);

}
.newsletter-section {
    background-size: cover;
    background-position: center;
    height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-top: 50px;
}

.newsletter-content {
    padding: 20px;
    border-radius: 10px;
    color: white;
    max-width: 65%;
}

.newsletter-title {
    font-size: 70px;
    margin-bottom: 50px;
    line-height: 68px;
    font-weight: 500;
}
.newsletter-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    margin: auto;
}

.input-container {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.newsletter-input {
    width: 100%;
    padding: 10px 50px 10px 20px;
    font-size: 1rem;
    border: none;
    border-radius: 100px;
    outline: none;
}

.submit-button {
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    background: rgba(0, 152, 70, 1);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
}
.submit-button span {
    font-size: 1.2rem;
}

.newsletter-checkbox {
    margin-top: 15px;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.newsletter-checkbox label{
   font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.newsletter-checkbox input {
    margin-right: 10px;
    transform: scale(1.2);
}
.green-mob-btn{
    width: 35px;
    height: 35px;
    background: rgba(87, 185, 70, 1);
    border-radius: 50%;
    bottom: 10%;
    position: absolute;
}
.green-mob-btn img{
    padding: 10px;
}
.location {
    padding: 60px 0 120px;
}
.location h1 {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    color: rgba(14, 25, 12, 1);
    margin-bottom: 10px;
}
.location .title{
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    color: rgba(14, 25, 12, 1);
}
.location .description p{
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: rgba(14, 25, 12, 1);
    width: 60%;
    margin: 10px auto;
}
.location-box {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.padd-btn{
    padding: 10px 100px!important;
}
.image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
}
.image-container img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}
.image-container:hover img {
    transform: scale(1.1);
}
.hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 152, 70, 1);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 10px;
    box-sizing: border-box;
}
.hover-content .lo-address, .hover-content .lo-phone, .hover-content .lo-email{
font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.image-container:hover .hover-content {
    opacity: 1;
}
.location-name {
    font-size: 18px;
    margin-top: 15px;
    line-height: 22px;
    font-weight: 500;
}
.location-address {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}
footer{
    background: #FEFCF6!important;
}

.footer-info{
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 30px;
}
.footer-box{
    padding: 40px 0px 0px;
}
.footer-info p{
   margin-bottom: 10px;
}
.footer-info p a{
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}
.footer-title{
    color: rgba(14, 25, 12, 0.5);
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
}
.list-unstyled li{
    margin-bottom: 10px;
}
.list-unstyled a{
    color: rgba(14, 25, 12, 1);
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
}
.footer-logo{
 width: 120px;
}
.copyright{
  margin-top: 50px;
}

.card-footer img{
 height: 40px;

}

@media (max-width: 767.98px) {
    .card-footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .card-footer img {
        margin: 5px;
        flex: 0 1 auto;
    }

    .moja{
        text-align: center;
    }
    .home-cetegory .desc-home p {
       width: 100% !important;
    }
}




.breadcrumb{
 font-size: 12px;
    font-weight: 600;
    line-height: 23px;
  color: #0E190C;

}
.breadcrumb a{
   color: #009846;
    text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    color: #5b9e33;
    content:">";
}
body {
    overflow: auto; /* Početno omogućeno skrolovanje */
}

body.noscroll-enabled {
    overflow: hidden; /* Onemogućava skrolovanje na celokupnoj stranici */
}
body.noscroll-enabled #content{
    position: relative;
}
body.noscroll-enabled #content:before{
    content:"";
    width:100%;
    height: 100%;
    position: absolute;
    top:0px;
    left:0px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.48);
}
.sub-category{
  margin: 30px 0px;
}
.sub-category .sub-cat-list{
    display: grid;
    grid-template-columns: repeat(7, 1fr); /* 4 stavke po redu */
    gap: 20px; /* razmak između stavki */
    margin-bottom: 0px;
    padding-left: 0px;
}
.sub-category .sub-cat-list li{
    display: inline-flex;
    background: rgba(246, 242, 232, 1);
    border-radius: 100px;
    padding: 10px;
    align-items: center;
    justify-content: left;
    margin-right: 10px;
}
.sub-category .sub-cat-list li a{
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}
.sub-category .sub-cat-list li img{
    width: 40px;
    padding-right: 8px;
}
.sub-category .sub-cat-list li .sub-category-name{
    color: rgba(14, 25, 12, 1);
font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
}
.filters-category {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-sidebar {
    position: fixed;
    right: -900px;
    top: 0;
    width: 400px;
    height: 100vh;
    background: rgba(255, 253, 249, 1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    transition: right 0.3s ease-in-out;
    padding: 20px;
    overflow-y: auto;
    z-index: 999;
}
.filter-sidebar.active {
    right: 0;
}
.filter-section{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}
.filter-title {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}
.filter-content {
    display: none;
    padding: 10px 0px;

}
.filter-content label{
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
}
.toggle-arrow {
    transition: transform 0.3s ease;
}
.open .toggle-arrow {
    transform: rotate(180deg);
}
.sort-dropdown {
    position: relative;
    display: inline-block;
}
.sort-options {
    display: none;
    position: absolute;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 5px;
    z-index: 99;
    background: rgba(246, 242, 232, 1);
text-align: center;
}
.sort-options button{
   border: none;
    background: transparent;
    display: block;
    border-bottom: 1px solid rgba(202, 200, 191, 1);
    width: 100%;
    font-size: 15px;
    padding: 10px 0px;
}
.sort-dropdown.active .sort-options {
    display: block;
}
.sort-arrow {
    transition: transform 0.3s ease;
}
.sort-dropdown.active .sort-arrow {
    transform: rotate(180deg);
}
.filters-category .filter-btn{
    background: rgba(246, 242, 232, 1);
border: none;
    border-radius: 100px;
    padding: 10px 30px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}
.sort-box{
    justify-content: center;
    align-items: center;
}
.sort-box p{
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    margin-right: 20px;
}
.sort-box .sort-btn{
   background: transparent;
    border: 1px solid rgba(202, 200, 191, 1);
    border-radius: 100px;
    padding: 10px 20px;
}
.selected-filter{
    display: inline-flex;
    margin-top: 20px;
}
.selected-filter ul{
  padding-left: 0px;
}
.selected-filter li{
    background: transparent;
    border: 1px solid rgba(202, 200, 191, 1);
   margin-right: 10px;
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 100px;
    list-style: none;
    padding: 10px 30px
}
.selected-filter li p{
   margin-bottom: 0px;
    margin-right: 10px;
}
.filters-heading{
padding: 20px 0px;
}
.filters-heading p{
float: left;
    color: rgba(0, 152, 70, 1);
    font-size: 12px;
    font-weight: 600;
    line-height: 23px;
margin-bottom: 0px;
}
.filters-heading button{
    float: right;
    background: transparent;
    border: 0px;
}
.filters-body{
  margin-top: 30px;
}
.filters-footer {
    width: -webkit-fill-available;
    padding-right: 30px;
    position: absolute;
    bottom: 0px;
    margin-bottom: 30px;
}
.add-filters {
    background: rgba(87, 185, 70, 1);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 100px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    float: left;
}

.delete-filters {
    background-color: white;
    border: 1px solid rgba(0, 152, 70, 1);
    color: rgba(0, 152, 70, 1);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 100px;
    cursor: pointer;
    float: right;
}
.category-description{
    margin-top: 30px;
    color: rgba(14, 25, 12, 1);
font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    width: 810px;
    margin: auto;
}
.category-description h2{
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}
.category-description h3{
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    gap: 10px;
}

.pagination li {
    background: rgba(87, 185, 70, 1);
    color: white;
    padding: 8px 13px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    min-width: 40px;
    margin-bottom: 50px;
}
.pagination li a{

    color: white;
   text-decoration: none;
}
.page-arrow {
    font-size: 18px;
}

.dots {
    background: none;
    color: black;
    cursor: default;
    min-width: auto;
}
.view-more-cat{
    color: rgba(15, 68, 123, 1);
    text-decoration: none;
    font-weight: 700;
}
.master-category-wrapper {

    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.comment-slider {
 margin: 50px 0px;
    position: relative;
}
.comment-wrapper {
    margin-top: 80px;
    padding-bottom: 80px;
    margin-right: 3rem !important;
    margin-left: 3rem !important;
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 100px;

}

.comment-item {
    padding: 20px 20px 20px 0px;
    text-align: center;

}
.category-page p.comm-title{
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;

    width: 42%;
    margin: 40px auto;
}
.comment-item .comment-box{
    background: white;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(244, 241, 232, 1);
}
.comment-item .comment-title {
   color: rgba(0, 152, 70, 1);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;

}
.comment-item .comment-desc {
    color: rgba(0, 0, 0, 1);
font-size: 14px;
    font-weight: 500;
    line-height: 21px;

}
.comment-slide .slick-prev{
    display: block!important;
    top: -25px;
    background: rgba(87, 185, 70, 0.7);
    border-radius: 50%;
    width: 34px;
    height: 34px;
    right: 5% !important;
}
.comment-slide .slick-next{
    display: block!important;
    top: -25px;
    background: rgba(87, 185, 70, 0.7);
    border-radius: 50%;
    width: 34px;
    height: 34px;
    right: 2% !important;
}
.comment-slide .slick-prev:active, .comment-slide .slick-next:active{
    background: rgba(87, 185, 70, 1);

}


.page-number.active a {
    font-weight: bold; /* Podebljan tekst */
}


.master-cat-desc{
   padding: 70px 0px
}
.master-cat-desc img{
  width: 100%;
}
.master-desc-box{
   align-items: center;
    margin-bottom: 40px;
}
.master-desc-box h2{
   font-size: 40px;
    font-weight: 600;
    line-height: 44px;
}
.master-desc-box p{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
.master-category-product-wrapper {
    margin: 50px auto;
    width: 90%;
}

.master-category-product-slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.master-category-product-item {
    padding: 15px;
    position: relative;
}
.master-category-product-item .product-sticker {
    position: absolute;
    top:25px;
    left: 25px;
    z-index: 10;
}
.master-category-product-item-padd {
    padding: 15px;
    border: 1px solid rgba(210, 207, 198, 1);
    border-radius: 10px;
}
.master-category-product-item img {
    max-width: 100%;
    border-radius: 5px;
}
.master-category-product-wrapper .slick-prev {
    position: absolute;
    bottom: -3%;
    z-index: 10;
    background-color: rgba(87, 185, 70, 0.7);
    border-radius: 50%;
    border: 0px;
    width: 34px;
    height: 34px;
    left: 0px;
}
.master-category-product-wrapper .slick-prev:active {
    background-color: rgba(87, 185, 70, 1);
}
.master-category-product-wrapper .slick-next {
    position: absolute;
    bottom: -3%;
    z-index: 10;
    background-color: rgba(87, 185, 70, 0.7);
    border-radius: 50%;
    border: 0px;
    width: 34px;
    height: 34px;
    left: 14%;
}
.master-category-product-wrapper .slick-next:active {
    background-color: rgba(87, 185, 70, 1);
}
.master-category-product-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.master-category-product-item .product-prices {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
}

.master-category-product-item .old-price {
    text-decoration: line-through;
    color: rgba(14, 25, 12, 1);

}

.master-category-product-item .new-price {
    color: #3a9e39;
    font-weight: bold;
}

.master-category-product-item .discount p {
    background-color: #f44336;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.category-page p.master-product-title{
    color: rgba(14, 25, 12, 1);
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.blogs-list{
    margin-right: 3rem;
    margin-left: 3rem;
    margin-top: 50px;
    margin-bottom: 80px;
}
.blogs-list .blogs-header{
   margin-bottom: 50px;
}
.blogs-list .blogs-header .title{
    color: rgba(14, 25, 12, 1);
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
}
.blogs-list .blogs-header .desc{
    color: rgba(14, 25, 12, 1);
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    width: 60%;
}
.blogs-list .blogs-category-list{
    display:  inline-block;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(14, 25, 12, 0.1);
    padding-bottom: 20px;
}
.blogs-list .blogs-category-list a{
    color: rgba(14, 25, 12, 1);
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    padding: 0px 30px 20px;
    text-align: center;
}
.blogs-list .blogs-category-list a.active{
    border-bottom: 4px solid rgba(87, 185, 70, 1);
}
.blog-list-img{
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    height: 45%;
}
.blogs-posts-list a{
   text-decoration: none;
}
.blogs-list .date-category{
  padding: 20px 0px;
    margin-bottom: 0px;
}
.blog-reference-category{
    padding: 20px 0px 10px;
    color: rgba(14, 25, 12, 1);
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
}
.blog-reference-title{
     color: rgba(14, 25, 12, 1);
     font-weight: 600;
     font-size: 20px;
     line-height: 25px;
    margin-bottom: 15px;
 }
.blog-reference-desc{
    color: rgba(14, 25, 12, 1);
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.blog-post{
   margin-top: 50px;
}
.blog-post .date{
    color: rgba(14, 25, 12, 1);
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}
.blog-post .date span::before {
    content: "|";
    margin: 0 5px;
    color:rgba(14, 25, 12, 0.2);
}
.blog-post .date span a{
    color: rgba(87, 185, 70, 1);
    font-weight: 700;
    text-decoration: none;
}
.blog-post h1{
    color: rgba(14, 25, 12, 1);
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 30px;
}
.blog-post .author{
    color: rgba(14, 25, 12, 1);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.blog-post .author span{
    color: rgba(14, 25, 12, 1);
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}
.blog-post .share-box{
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px;
}
.blog-post .blog-post-content img{
  width:100% ;
    border-radius: 12px;
}
.blog-post .share-box ul{
    list-style: none;
    display: inline-flex;
    padding-left: 0px;
}
.blog-post .share-box ul li{
   margin-left: 10px;
}
.blog-post .blog-menu{
   margin-top: 30px;
    list-style: none;
    border-left: 2px solid rgba(0, 152, 70, 1);
}
.blog-post .blog-menu li{
   padding: 5px 0px;
}
.blog-post .blog-menu li a{
   text-decoration: none;
    color: rgba(0, 152, 70, 1);
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
}
.blog-post .blog-post-content p{
   font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
.blog-post .blog-post-content a{
    color: rgba(87, 185, 70, 1);
}
.blog-post .blog-post-content h3{
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.blog-post .product-blog-box{
    margin-top: 20px;
}
.blog-post .product-blog-box .product-on-blog{
    border: 1px solid rgba(210, 207, 198, 1);
    border-radius: 10px;
    position: relative;
    margin-top: 20px;
    padding: 20px;
}
.blog-post .product-blog-box .product-on-blog img{
    width: 150px;
}
.blog-post .product-blog-box .product-blog{
     list-style: none;
    padding-left: 0px;
 }
.blog-post .product-blog-box .product-blog .product-list{
    list-style: disc;
}
.blog-post .product-blog-box .product-blog .product-prices{
   margin-bottom: 0px;
}
.blog-post .product-blog-box .product-on-blog .product-sticker img{
   width: 50px !important
}
.video-container {
    position: relative;
    width: 100%;
    height: 700px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 20px;
}
.thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-icon {
    width: 80px;
    height: 80px;
}
.video-container iframe {
    width: 100%;
    height: 100%;
    display: none;
    border-radius: 12px;
}
.gallery-slider{
   margin-bottom: 30px;
}
.gallery-slider .img-box {
  padding: 10px;
}
.gallery-slider img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.gallery-slider .slick-prev {
    position: absolute;
    bottom: -10%;
    z-index: 10;
    background-color: rgba(87, 185, 70, 0.7);
    border-radius: 50%;
    border: 0px;
    width: 34px;
    height: 34px;
    left: 0px;
}
.gallery-slider .slick-prev:active {
    position: absolute;
    bottom: -10%;
    z-index: 10;
    background-color: rgba(87, 185, 70, 1);
    border-radius: 50%;
    border: 0px;
    width: 34px;
    height: 34px;
    left: 0px;
}
.gallery-slider .slick-next {
    position: absolute;
    bottom: -10%;
    z-index: 10;
    background-color: rgba(87, 185, 70, 0.7);
    border-radius: 50%;
    border: 0px;
    width: 34px;
    height: 34px;
    left: 4%;
}
.gallery-slider .slick-next:active {
    position: absolute;
    bottom: -10%;
    z-index: 10;
    background-color: rgba(87, 185, 70, 1);
    border-radius: 50%;
    border: 0px;
    width: 34px;
    height: 34px;
    left: 4%;
}
.blog-related-products{
    display: flex;
}
.sticky-menu-btn, .mobile-menu {
    display: none;
}
.vertical-header{
    background: rgba(244, 241, 232, 1);
height: 700px;
    padding:0px 30px;
}
.vertical-header .left {
    padding: 30px 60px 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vertical-header .left h1 {
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 50px;
}

.vertical-header .left .desc {
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 21px;
}
.mr-2{
  margin-right: 20px;
}
.note-box{
  padding: 10px;
    border: 1px solid rgba(0, 152, 70, 1);
    border-radius: 10px;
    margin-top: 0px;
    width: fit-content;
}
.note-box p{
  margin-bottom: 0px;
}
.vertical-header .right .slick-list {
    height: 700px!important;
    width: 400px!important;
}
.vertical-header .right {
    display: flex;
    gap: 20px;
}
.vertical-header .slider-container {
    overflow: hidden;
    position: relative;
}
.slick-vertical .slick-slide {
    padding: 20px 0px;
}

.vertical-header .slick-slide img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
}
.btn-in-row{
display: flex;
}
.logo-reference{
  margin-top: 130px;
    margin-bottom: 50px;
    text-align: center;
}
.logo-reference .heading{
   font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    width: 60%;
    margin: auto;
    margin-bottom: 40px;
}
.why-us-wrapper{
    padding: 40px 30px;
    background: rgba(244, 241, 232, 1);

}
.why-us-wrapper p{
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0px;
}
.why-us-wrapper img{
width: 100%;
    padding: 30px;
}
.why-us{
    padding: 30px 80px 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.why-us h2{
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 20px;
}
.why-us .why-desc{
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    width: 50%;

}
.why-us ul{
   margin-top: 40px;
    column-count: 2;
    list-style: none;
}
.why-us ul li{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.why-us ul li{
 margin-bottom: 30px;
    position: relative;
    padding-left: 30px;
}
.why-us ul li strong{
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}
.why-us ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(/template/Skalagreen/assets/img/icons/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.designing{
    padding: 50px 30px;
}
.designing .subtitle{
    color: rgba(0, 152, 70, 1);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.designing .title{
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    width: 35%;
    margin: 20px auto;
}
.designing .steps-list{
   list-style: none;
    display: inline-flex;
    margin-bottom: 40px;
    margin-top: 30px;
}
.designing .steps-list li{
    padding: 10px;
}
.designing .steps-list .list-wrapper{
    background: rgba(244, 241, 232, 1);
    padding: 50px 30px;
    border-radius: 12px;
}
.designing .steps-list .list-wrapper p{
 font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0px;
    text-align: left;
    margin-top: 10px;
}
.designing .steps-list .list-wrapper span{
    background: rgba(0, 152, 70, 1);
    color: white;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.designing .img-div {
    position: relative;
    text-align: center;
    margin-top: 50px;
}
.designing .img-div .img-content {
    border-radius: 20px;
}
.designing .img-div .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form-projektovanje{
    margin-right: 3rem;
    margin-left: 3rem;
    margin-top: 80px;
    margin-bottom: 60px;
}
.form-projektovanje .w-60{
   width: 80%;
}
.form-projektovanje .w-60 p{
   font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}
.form-projektovanje p.title{
   font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}
.form-projektovanje .desce{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
.form-projektovanje ul{
    position: relative;
    list-style: none;
    padding-left: 0px;
}
.form-projektovanje ul li{
   padding-left: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}
.form-projektovanje ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(/template/Skalagreen/assets/img/icons/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.dark-bc{
    background: rgba(35, 47, 33, 1);
}
.form-wrapper{
    border-radius: 20px;
    color: white;
    padding-left: 40px 60px;
}
.form-wrapper form {
    display: block;
    margin: auto;
    padding: 80px 100px;
}

.form-wrapper label{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.form-wrapper input {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    background: rgba(244, 241, 232, 1);
    border: none;
    border-radius: 10px;
    padding: 20px;
    color: black;
    font-size: 16px;
}
.form-wrapper select {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    color: black;
    font-size: 16px;
    padding: 20px;
    background: rgba(244, 241, 232, 1);
}
.form-wrapper option{
    background: rgba(244, 241, 232, 1);
}
.form-wrapper  input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 5px;
    height: 5px;
    border: 1px solid white; /* Bela granica */
    background-color:rgba(35, 47, 33, 1);
    border-radius: 4px;
    position: relative;
    padding: 10px;
    margin-right: 10px;
}

/* Stil za kvačicu kada je označen */
.form-wrapper input[type="checkbox"]:checked {
    background-color:rgba(35, 47, 33, 1);
}

.form-wrapper input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 4px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
.form-wrapper .form-btn {
    color: white;
    background: rgba(87, 185, 70, 1);
    border-radius: 100px;
    width: fit-content;
    padding: 10px 40px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.form-wrapper input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 7px;
    height: 7px;
    border: 1px solid rgba(87, 185, 70, 1);
    border-radius: 50%;
    background-color:rgba(35, 47, 33, 1);
    position: relative;
    padding: 10px;
    margin-right: 10px;
}

.form-wrapper input[type="radio"]:checked {
    background-color: rgba(87, 185, 70, 1);
}
.form-wrapper input[type="radio"]:focus {
    outline: none;
}
.services-list{
    margin-right: 3rem;
    margin-left: 3rem;
    margin-bottom: 50px;
    margin-top: 150px;
}
.services-list .slick-slider-service {
    display: flex;
    justify-content: space-between;
}

.services-list .service-slide {
    padding: 20px;
    position: relative;
}

.services-list .service-slide img {
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.services-list .service-slide h3 {
    margin: 15px 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.services-list .service-slide p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.slick-slider-service .slick-prev, .slick-slider-service .slick-next{
    display: block!important;
    top: -5%;
    background: rgba(87, 185, 70, 0.7);
    border-radius: 50%;
    width: 34px;
    height: 34px;
}
.slick-slider-service .slick-prev:active, .slick-slider-service .slick-next:active{
    display: block!important;
    top: -5%;
    background: rgba(87, 185, 70, 1);
    border-radius: 50%;
    width: 34px;
    height: 34px;
}
.slick-slider-service .slick-prev{
    right: 5%;
}
.slick-slider-service .slick-next{
    right: 2%;
}
.our-projects{
    background: rgba(244, 241, 232, 1);
    padding: 60px 0px;
}
.our-projects .desc-project{
   text-align: center;
    width: 50%;
    margin: auto;
    padding: 30px 0px;
}
.our-projects .desc-project h2{
   font-weight: 600;
    font-size: 40px;
    line-height: 44px;
}
.our-projects .desc-project p{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
/* Style for the project items */
.our-projects .project-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.our-projects .project-item img {
    width: 100%;
    max-height: 187px;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
    border-radius: 9px;
}

/* Gradijent overlay */
.our-projects .project-image {
    position: relative;
}

.our-projects .project-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(35, 47, 33, 0) 0%, rgba(35, 47, 33, 0.9) 100%);
    z-index: 1;
    border-radius: 9px;
}

/* Overlay text */
.our-projects .project-overlay {
    position: absolute;
    bottom: 10px;
    left: 20px;
    z-index: 2;
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}
.faq{
    padding: 100px 0px 80px;
}
.faq h2{
  font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.faq .faq-items{
    margin-top: 50px;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    border-top: 1px solid rgba(14, 25, 12, 0.3);
    cursor: pointer;
}
.faq-toggle img{
 vertical-align: baseline;
}

.faq-question p {
    font-size: 24px;
    margin: 0;
    font-weight: 600;
    line-height: 40px;
}

/* FAQ Toggle Button (+ and -) */
.faq-toggle {
    background: rgba(87, 185, 70, 1);
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.faq-toggle:hover {
    background-color: #218838;
}

/* FAQ Answer (Hidden by default) */
.faq-answer {
    display: none;
    padding: 15px 0px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

/* When FAQ is open */
.faq-item.open .faq-answer {
    display: block;
}

.faq-item.open .faq-toggle {
    content: "-";
    line-height: 0px;
}
.grecaptcha-badge {
  display: none;
}
.load-more {
    display: none;
}
.reference-gallery{
    margin-bottom: 80px;
    position: relative;
}
.reference-gallery img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.reference-gallery .slick-prev, .reference-gallery .slick-next{
    display: block!important;
    bottom: -8%;
    background: rgba(87, 185, 70, 0.7);
    border-radius: 50%;
    width: 34px;
    height: 34px;
}
.reference-gallery .slick-prev:active, .reference-gallery .slick-next:active{
    display: block!important;
    bottom: -8%;
    background: rgba(87, 185, 70, 1);
    border-radius: 50%;
    width: 34px;
    height: 34px;
}
.reference-gallery .slick-prev{
    left: 0px;
}
.reference-gallery .slick-next{
    left: 5%;
}
.reference-gallery-wrapper{
  margin-bottom: 120px;
}
.wiki-wrapper{
   margin: 60px 0px 30px;
}
.wiki-wrapper .wiki-desc{
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
}
.wiki-wrapper .wiki-desc h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 15px;
}
.wiki-wrapper .wiki-desc p{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    width: 50%;
    margin: auto;
}
.wiki-item{
  margin-bottom: 20px;
}
.wiki-single{
    padding: 100px 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 11px;
    color: white;
}
.wiki-single p{
   margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}
.contact-wrapper{
    margin-top: 3rem;
    margin-right: 3rem;
    margin-left: 3rem;
}
.contact-wrapper .contact-title{
    color: rgba(87, 185, 70, 1);
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;

}
.contact-wrapper .contact-img{
width: 100%;
    border-radius: 12px;

}
.contact-wrapper .location-info .location-name{
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.ask-expert .title{
  font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
}
.ask-expert ul{
    list-style-type: none;
    padding-left: 0px;
}
.ask-expert ul li {
    margin-bottom: 30px;
}
.ask-expert ul li .expert-name{
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}
.ask-expert ul li .expert-contact{
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}
.ask-expert ul li .expert-contact a{
   color: rgba(0, 152, 70, 1);

}
.shop-name{
  text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.shop-address{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}
.shop-phone{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}
.shop-phone a{
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: rgba(14, 25, 12, 1);
}
.shop-email{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}
.shop-email a{
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: rgba(0, 152, 70, 1);
}
.shop-workhour{
    display: flex;
}
.contact-shop {
    margin-bottom: 10px;
}
.contact-shop .info {
    margin-bottom: 30px;
}
.contact-shop .info-desc {
    display: none;
    margin-top: 10px;
}
.contact-shop .info-desc p{
  font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}
.contact-shop .date {
    display: none;
    font-weight: normal;
}
.contact-shop .shop-workhour .btn-season{
    border: 1px solid rgba(0, 152, 70, 1);
    background: transparent;
    border-radius: 100px;
    margin-right: 10px;
}
.shop-map{
   color: rgba(0, 152, 70, 1);
font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}
.contact-form {
    margin-top: 30px;
}
.contact-form .form-title {
  font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}
.contact-form .form-row label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

}
.contact-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.contact-form .input-group {
    flex: 1;
    display: block;
}

.contact-form .form-row input,
.contact-form .form-row textarea {
    flex: 2;
    padding: 8px;
    background: rgba(244, 241, 232, 1);
    border-radius: 10px!important;
    width: 100%;
    border: none;
}
.contact-form label {
     display: block

 }
.contact-form button {
    padding: 10px 15px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #45a049;
}
.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
    outline: none; /* Ukloni default outline (ako ga ima) */
    border: 2px solid #4CAF50; /* Zelena boja okvira */
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #4CAF50; /* Još jedan način da se postavi border-color */
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.6); /* Dodaj svetlu senku oko fokusanog polja */
}
.contact-form input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 5px;
    height: 5px;
    border: 1px solid rgba(0, 152, 70, 1);
    background-color: white;
    border-radius: 4px;
    position: relative;
    padding: 10px;
    margin-right: 10px;
}
.contact-form input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 4px;
    width: 5px;
    height: 9px;
    border: solid rgba(0, 152, 70, 1);
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
.contact-form .form-checkbox{
   margin-bottom: 20px;
}
.contact-form .form-checkbox a{
   color: rgba(14, 25, 12, 1);
    text-decoration: underline;

}
.contact-form .form-btn {
    color: white;
    background: rgba(87, 185, 70, 1);
    border-radius: 100px;
    width: fit-content;
    padding: 10px 40px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border: none;
}
.signin-wrapper{
    margin-right: 3rem;
    margin-left: 3rem;
    margin-top: 3rem;
}
.signin-wrapper .signin-title{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
.signin-wrapper .signin-text{
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.registration-btn{
   display: flex;
    margin-bottom: 30px;
}
.registration-btn button{
   border: none;
    background: transparent;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    padding: 20px;
    width: auto;
    border-bottom: 1px solid rgba(14, 25, 12, 0.1)
}
.registration-btn .active-btn{
    border-bottom: 4px solid rgba(87, 185, 70, 1)
}
.signin-wrapper .theme-form .form-row {
    display: flex;
    gap: 0px;
    margin-bottom: 15px;
}
.signin-wrapper .theme-form .input-group {
    flex: 1;
    display: block;
}
.signin-wrapper .theme-form .form-row label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.signin-wrapper .theme-form .form-row input, .signin-wrapper .theme-form .form-row textarea, .signin-wrapper .theme-form .form-row select {
    flex: 2;
    padding: 8px;
    background: rgba(244, 241, 232, 1);
    border-radius: 10px !important;
    width: 100%;
    border: none;
}
.signin-wrapper .theme-form .form-row .padd-form {
   padding: 0px 5px;
}
.signin-wrapper .theme-form .form-checkbox {
    margin-bottom: 20px;
}
.signin-wrapper .theme-form input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 5px;
    height: 5px;
    border: 1px solid rgba(0, 152, 70, 1);
    background-color: white;
    border-radius: 4px;
    position: relative;
    padding: 10px;
    margin-right: 10px;
}
.signin-wrapper .theme-form input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 4px;
    width: 5px;
    height: 9px;
    border: solid rgba(0, 152, 70, 1);
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
.signin-wrapper .theme-form .form-checkbox a {
    color: rgba(14, 25, 12, 1);
    text-decoration: underline;
}
.signin-wrapper .theme-form .form-btn {
    color: white;
    background: rgba(87, 185, 70, 1);
    border-radius: 100px;
    width: fit-content;
    padding: 10px 40px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border: none;
}
.signin-wrapper .forget-pass {
    position: absolute;
    right: 0px;
    bottom: 10px;
}
.signin-wrapper .forget-pass a{
   color: rgba(87, 185, 70, 1);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;

}
.shopping-wrapper{
    margin-right: 3rem;
    margin-left: 3rem;
    margin-top: 3rem;
}
.shopping-wrapper .shopping-title{
    color: rgba(87, 185, 70, 1);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}
.view-cart{
   font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.shopping-wrapper .table>tbody {
    border-top: 1px solid rgba(0, 0, 0, 0.2)
}
.shopping-wrapper .table>:not(caption)>*>* {
  background: transparent;
}
.shopping-wrapper tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}
.shopping-wrapper .img-fluid {
    width: 70px;
    /*height: 70px;*/
    object-fit: cover;
}
.shopping-wrapper .product-cart-name{
   font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: rgba(14, 25, 12, 1);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 400px;
    text-align: left;
    margin-bottom: 10px;
}
.shopping-wrapper .prices-cart {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0px;
}
.shopping-wrapper  .js-quantity {
    display: flex;
    align-items: center;
    gap: 0px!important;
}
.q1{
    width: 100px;
}
.shopping-wrapper  .product-cart-quantity{
  display: inline-flex;
    background: rgba(244, 241, 232, 1);
border-radius: 100px;
}
.shopping-wrapper  .cart-quantity{
   width: 100px;
    background: transparent;
    border: none;
    text-align: center;
}
.shopping-wrapper  .delete-product-cart a{
   font-weight: 700;
    text-decoration: underline;
    font-size: 16px;
    line-height: 18px;
    color: rgba(14, 25, 12, 1);

}
.shopping-wrapper .table td,
.shopping-wrapper .table th {
    vertical-align: middle;
    text-align: center;
}
.shopping-wrapper .shopping-cart-total-price{
    font-weight: 700;
    line-height: 18px;
    font-size: 18px;
    color: rgba(0, 152, 70, 1);
}
.shopping-wrapper .product-option{
   color: rgba(14, 25, 12, 1);
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    margin-bottom: 0px;
}
.shopping-wrapper .cart-total{
    background: rgba(244, 241, 232, 1);
    padding: 30px 20px 20px;
}
.wiki-container{
   padding: 0px 120px;
    margin-bottom: 50px;
}
.wiki-container a{
    color: rgba(0, 152, 70, 1);
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
}
.wiki-container h3{
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}
.shopping-wrapper .cart-total tr{
   border-top: 0px;
    border-bottom: 0px;
    border-style: hidden;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
}
.shopping-wrapper .cart-total .table td, .shopping-wrapper .cart-total .table th {
    vertical-align: middle;
    text-align: left;
}
.shopping-wrapper .cart-total .amount{
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}
.shopping-wrapper .cart-total .amount1{
    color: rgba(0, 152, 70, 1);

}
.shopping-wrapper .cart-total .total-side{
    padding: .5rem .5rem;
}
.shopping-wrapper .cart-total .promo-title{
   font-weight: 600;
    font-size: 16px;
    line-height: 18px;
}
.shopping-wrapper .cart-total .promo-code-input{
    background: rgba(254, 252, 246, 1);
    border-radius: 100px;
    border-top-right-radius: 100px!important;
    border-bottom-right-radius: 100px!important;
    border: none;
    padding: 15px;
    margin-bottom: 10px;
}
.shopping-wrapper .cart-total .input-group-append{
    margin-left: 20px!important;
}
.shopping-wrapper .cart-total .js-focus-state{
   margin-bottom: 30px;
}
.shopping-wrapper .cart-total .promo-code-btn{
   background: transparent;
    border: 1px solid rgba(0, 152, 70, 1);
    border-radius: 100px;
   color: rgba(0, 152, 70, 1);
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 15px 40px;
}
.shopping-wrapper .payment-type{
   margin: 50px 0px;
}
.shopping-wrapper .payment-title{
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}
.shopping-wrapper .paymentinfo{
   margin-bottom: 0px;
    position: relative;
}
.shopping-wrapper .paymentbox{
    border: 1px solid rgba(14, 25, 12, 0.3);
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 100px;
    text-align: center;
    width: auto;
    margin-right: 20px;
}
.paymentbox.selected {
    border: 1px solid rgba(0, 152, 70, 1)
}
.checkmark {
    display: none;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    font-size: 20px;
    color: rgba(0, 152, 70, 1);
    margin-right: 10px;
}

.paymentbox.selected .checkmark {
    display: inline;
}
.login-title{
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
}
.register-page .theme-form .form-row {
    display: flex;
    gap: 0px;
    margin-bottom: 15px;
}
.register-page .theme-form .form-row label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.register-page .theme-form .form-row input, .register-page .theme-form .form-row textarea, .register-page .theme-form .form-row select {
    flex: 2;
    padding: 8px;
    background: rgba(244, 241, 232, 1);
    border-radius: 10px !important;
    width: 100%;
    border: none;
}
.register-page .theme-form .form-row .padd-form {
    padding: 0px 5px;
}
.register-page .theme-form input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 5px;
    height: 5px;
    border: 1px solid rgba(0, 152, 70, 1);
    background-color: white;
    border-radius: 4px;
    position: relative;
    padding: 10px;
    margin-right: 10px;
}
.register-page .theme-form input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 4px;
    width: 5px;
    height: 9px;
    border: solid rgba(0, 152, 70, 1);
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
.register-page .theme-form .form-row label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.register-page .forget-pass  {
    margin-top: 20px;

}
.register-page .forget-pass a {
   color: rgba(0, 152, 70, 1);

    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}
.register-page .theme-form .form-btn {
    color: white;
    background: rgba(87, 185, 70, 1);
    border-radius: 100px;
    width: fit-content;
    padding: 10px 40px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border: none;
}
.laptop-none{
    display: none;
}
.home-cetegory h1{
   font-weight: 600;
    line-height: 44px;
    font-size: 40px;
}
.home-cetegory p{
   margin-top: 30px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}
.home-cetegory .desc-home p{
    width: 90%;
    margin: 20px auto;
}
/* Sakrij pravi checkbox */
.newsletter-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid white;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    margin-right: 8px;
}

/* Stil kada je čekiran */
.newsletter-checkbox input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
.padd-810{
    width: 810px;
    margin: 0 auto;
}
.pl-3{
    padding-left: 30px;
}
.close-btn-sticky {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 20px;
    cursor: pointer;
    color: #333; /* Boja X */
    background-color: transparent;
    border: none!important;
    padding: 6px !important;
}
.product-desc-short{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #444;
    font-size: 14px;
}
@media (max-width: 1285px) and (min-width: 1156px) {
    .laptop-menu .menu .mx-5{
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .laptop-menu .menu .navbar{
        display: block;
    }
    .subnav .subnavbtn {
        font-size: 14px;
        border: none;
        outline: none;
        color: #0E190C;
        padding: 10px 7px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
        font-weight: 700;
    }
}
@media (max-width: 1154px) and (min-width: 769px) {
    .laptop-menu .menu .d-flex{
        display: grid!important;
    }
    .laptop-menu .menu .navbar-right ul{
        padding-left: 0px;
    }
}
.mobile-product-menu {
    display: none;
}
@media (max-width: 768px) {
    header{
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }
    .shopping-wrapper .cart-quantity {
        width: 75px!important;
        background: transparent;
        border: none;
        text-align: center;
    }
    .q1{
        width: 50px!important;
    }
    .js-quantity .btn {
        width: 20px!important;
    }
    .pl-3 {
        padding-left: 0px;
    }
    .js-quantity input.quantity {
        text-align: center;
        width: 50px;
        height: 40px;
        border: transparent;
        margin: 0;
        background: transparent;
    }
    .mobile-product-menu {
        display: block!important;
    }
    .wiki-container {
        padding: inherit;
        margin-bottom: 50px;
        margin: auto;
    }
    .wiki-wrapper {
        margin: 30px 0px 30px;
    }
    .category-description{
        width: auto;
    }
    .product-slider-istaknuto .slick-prev, .product-slider-istaknuto .slick-next{
        display: block!important;
    }
    .category-page p.comm-title {
        font-size: 28px;
        font-weight: 600;
        line-height: 32px;
        text-align: center;
        width: 100%;
        margin: 40px auto 0px;
    }

    .logo-header img{
        height: 50px;
    }
    .mobile-menu-header .p-2{
        padding: 5px 15px 0px!important;
    }
    .laptop-menu{
        display: none;
    }
    .mobile-menu2{
        display: block;
        margin: auto;
    }
    .mobile-menu-header{
        display: contents;
    }
    .search-input-wrapper {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .sub-category .sub-cat-list li .sub-category-name{
        width: 120px;
    }

    .slick-prev {
        left: 7%;
    }
    .search-input {
        border-radius: 30px;
        padding: 15px 15px;
        background: #F4F1E8;
        outline: none;
        width: 90%;
        border: none;
        height: 48px;
        margin: 0px 15px;
    }
    .search-button {
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
    }
    .close-btn {
        position: absolute;
        top: 5px;
        right: 20px;
        font-size: 30px;
        font-weight: bold;
        color: black;
        cursor: pointer;
    }
    .filter-sidebar {

        width: calc(100% - 10px);
    }
    .filters-category .filter-btn {
        width: auto;
    }
    .filters-body {
        overflow: scroll;
        height: calc(100% - 130px);
    }
    .slider-home {
        width: 100%;
        height: 400px;
        position: relative;
        display: contents;
    }
    .slider-text-content .heading-slider {
        font-size: 28px;
        line-height: 28px;
        font-weight: 600;
    }
    .slider-text-content {
        position: absolute;
        width: 90%;
        color: white;
        display: flex;
        flex-direction: column;
        top: 5%;
        left: 5%;
        z-index: 999;
        height: -webkit-fill-available;
    }
    .btn-bottom {
        bottom: 50%;
        position: absolute;
    }
    .margin-6-6{
        margin-top: 20px;
    }
    .slick-dots {
        position: absolute;
        bottom: 10px;
        transform: translateX(460%);
        gap: 10px;
        z-index: 10;
        left: -4%;
    }
    .padd-flex3 {
        padding: 0px;
    }
    .no-padd{
        padding: 0px;
    }
    .padd-flex2{
        width: 100%;
        margin: 0 auto;
    }
    .padd-810{
        width: 100%;
        margin: 0 auto;
    }
    .blogs-list .blogs-header .desc {
        color: rgba(14, 25, 12, 1);
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        width: 100%;
    }
    .location h1 {
        text-align: center;
        font-weight: 600;
        font-size: 28px;
        line-height: 32px;
        color: rgba(14, 25, 12, 1);
        margin-bottom: 10px;
    }
    .location .description p {
        text-align: center;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: rgba(14, 25, 12, 1);
        width: 100%;
        margin: auto;
        margin-bottom: 30px;
    }

    .about-home h1 {
        color: rgba(14, 25, 12, 1);
        font-size: 28px;
        font-weight: 600;
        line-height: 32px;
        position: relative;
        margin-bottom: 10px;
    }
    .slick-prev {
        right: 18%;
    }
    .slick-next {
        left: 20%;
    }
    .slider-text-content .heading-img {
        font-size: 20px;
        line-height: 22px;
        font-weight: 600;
        text-align: left;
    }
    .image-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }
    .hamburger-menu.hidden {
        display: none;
    }
    /* Stilizuj hamburger meni kada je otvoren */
    .hamburger-menu {
        display: block;
    }
    .hamburger-menu.hidden.show {
        display: block;
        background: #FEFCF6;
    }
    .partner-text{
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
        text-align: center;
        margin-bottom: 15px;
    }
    /* Osnovni stilovi za hamburger meni */
    .hamburger-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        z-index: 1000;
        transform: translateX(100%); /* Skriveno sa desne strane */
        transition: transform 0.3s ease-in-out;
        overflow-y: auto;
    }

    /* Klasa koja pokazuje meni (otvara meni) */
    .hamburger-menu.show {
        transform: translateX(0); /* Menjamo poziciju da se otvori */
    }

    /* Stilovi za listu menija */
    .hamburger-menu ul.menu-top-mob {
        list-style: none;
        padding: 60px 20px 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    /* Stavke u meniju */
    .hamburger-menu .menu-top-mob li {
        width: 100%;
        border-top: 1px solid #0000000D;
        font-size: 17px;
        font-weight: 700;
        line-height: 20px;
    }
    .hamburger-menu ul.menu-bottom-mob {
        list-style: none;
        padding: 0px 20px 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .hamburger-menu ul.menu-bottom-mob li {
        font-size: 17px;
        font-weight: 500;
        line-height: 20px;
    }
    .hamburger-menu a {
        display: block;
        padding: 15px;
        text-decoration: none;
        color: black;
        font-size: 18px;
    }
    .dropdown.active a{
        color: #009846;
    }
    .home-cetegory .desc-home {
        width: 100%;
        margin: auto;
        text-align: center;
        color: rgba(14, 25, 12, 1);
    }
    .home-cetegory .desc-home h1{
        font-weight: 600;
        font-size: 24px;
        line-height: 25px;
        letter-spacing: -1px;
    }
    .home-cetegory .desc {
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
        width:100%;
        margin: 20px auto;
    }
    .custom-div {
        width: 165px!important;
        height:165px!important;
        margin: 5px!important;
        position: relative;
        overflow: hidden;
        padding-right: 0px;
        padding-left: 0px;
    }
    .dropdown.active .dropdown-menu.active a{
        color: black;

    }
    .dropdown.active .dropdown-menu.active .dropdown.active a{
        color: #009846;
    }
    .dropdown.active .dropdown-menu.active .dropdown.active .sub-menu a{
        color: black;
    }
    /* Stilovi za dropdown */
    .hamburger-menu .dropdown-menu {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .hamburger-menu .dropdown.active .dropdown-menu {
        display: contents;
    }
    .content-6-6 .title-6-6 {
        font-weight: 600;
        font-size: 28px;
        line-height: 32px;
        color: rgba(14, 25, 12, 1);
        text-align: left;
        margin-bottom: 20px;
    }
    .padd-flex {
        padding: 0px;
    }
    .content-6-6 .heading-6-6 {
        color: rgba(14, 25, 12, 1);
        font-size: 24px;
        font-weight: 600;
        line-height: 26px;
    }
    .content-6-6 .list-6-6 {
        color: rgba(14, 25, 12, 1);
        font-size: 18px;
        list-style: none;
        line-height: 21px;
        font-weight: 500;
        padding-left: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .content-6-6 .img-div {
        position: relative;
        text-align: center;
        display: inline-block;
        margin-top: 20px;
    }
    .content-6-6 .img-div .play-btn {
        position: absolute;
        bottom: 30px;
        right: 30px;
    }
    /* Dodavanje strelice za stavke sa podmenijem */
    .hamburger-menu .dropdown > .arrow-down-menu::after {
        content: url("/template/Skalagreen/assets/img/icons/arrow-down.svg");
        float: right;
        display: inline-block;
        margin-left: 10px;
    }

    /* Strelica okrenuta nagore kada je podmeni otvoren */
    .hamburger-menu .dropdown.active > .arrow-down-menu::after {
        content: url("/template/Skalagreen/assets/img/icons/arrow-up.svg");
    }
    .dropdown-menu, .sub-menu {
        position: absolute;
        left: 0;
        top: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        width: 100%;
        z-index: 10;
        display: none;
        list-style: none;
    }

    /* Efekat klizanja za otvaranje podmenija */
    .dropdown-menu.active .sub-menu.active {
        display: contents;
        animation: slideDown 0.3s ease-in-out;
    }
    .dropdown-menu, .sub-menu li a{
        width: 100%;
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
    }
    .banner-wrapper{
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .logo-wrapper{
        margin-right: 0rem;
        margin-left: 0rem;
    }
    .green-mob-btn{
        width: 35px;
        height: 35px;
        background: rgba(87, 185, 70, 1);
        border-radius: 50%;
        bottom: 15%;
        position: absolute;
    }
    .green-mob-btn img{
      padding: 10px;
    }
    .laptop-btn{
        display: none;
    }
    .mob-btn{
        display: block;

    }
    .partner-slider{
        display: block;
    }
    .image-slider img{
        width: 100%;
    }
    .content-6-6 .img-div .img-content {
        width: 100%;
        height: auto;
        border-radius: 20px;
    }
    .home-cetegory {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .home-cetegory .title {
        font-size: 24px;
        font-weight: 600;
        line-height: 24px;
    }
    .product-list-section {
        margin-right: 1rem;
        margin-left: 1rem;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .product-slider .slick-prev, .product-slider .slick-next{
        display: block!important;
        bottom: 40px;
        background: rgba(87, 185, 70, 0.7);
        border-radius: 50%;
        width: 34px;
        height: 34px;
    }
    .product-slider .slick-prev:active, .product-slider .slick-next:active{
        display: block!important;
        bottom: 40px;
        background: rgba(87, 185, 70, 1);
        border-radius: 50%;
        width: 34px;
        height: 34px;
    }
    .product-slider .slick-prev{
        left: 5%
    }
    .product-slider .slick-next{
      left: 20%;
    }
    .product-slider {
        flex-direction: column;
        border-bottom: 1px solid rgba(14, 25, 12, 0.1);
        padding-bottom: 70px;
    }

    .product {
        width: 100%;
        margin-bottom: 20px;
    }

    .slick-slide {
        display: flex;
        justify-content: center;
    }
    .about-home {
        margin-right: 1rem;
        margin-left: 1rem;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .about-home img {
        width: 100%;
        height: auto;
        border-radius: 20px;
    }
    .about-home .title-line {
        color: rgba(14, 25, 12, 1);
        font-size: 28px;
        font-weight: 600;
        line-height: 32px;
        position: relative;
        margin-bottom: 20px;
        padding: 0px 15px;
    }
    .about-home .padd-desc {
        padding: 0px;
    }
    .about-home .title-line:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 15px;
        width: 60px;
        height: 2px;
        background: rgba(0, 152, 70, 1);
    }
    .about-home .bottom-btn{
        position: relative;
        padding: 8px 80px;
    }
    .bottom-btn {
        position: relative;
        margin-bottom: 20px;
    }
    .counter-box {
        margin-top: 0px;
        padding-bottom: 60px;
    }
    .reference .green-white-btn {
        margin-left: 1rem;
    }
    .counter {
        font-size: 60px;
        font-weight: 500;
        line-height: 80px;
    }
    .counter-wrapper {
        margin-bottom: 60px;
    }
    .plus {
        font-size: 60px;
    }

    .reference {
        padding: 60px 0px 60px;
    }

    .reference-slider {
        display: flex;
        gap: 15px;
        margin-right: 1rem;
        margin-left: 1rem;
        margin-top: 30px;
        position: relative;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1)
    }
    .title-reference {
        color: rgba(255, 255, 255, 1);
        font-weight: 600;
        font-size: 28px;
        line-height: 32px;
        margin-right: 1rem;
        margin-left: 1rem;
        position: relative;
    }
    .reference-item {
        display: flex;
        flex-direction: column;
        padding: 15px 0px;
        text-decoration: none;
    }
    .reference-slider .slick-prev, .reference-slider .slick-next {
        position: absolute;
        bottom: 4%;
        z-index: 10;
        top: auto;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 50%;
        border: 0px;
        width: 34px;
        height: 34px;
    }
    .reference-slider .slick-prev:active, .reference-slider .slick-next:active {
        position: absolute;
        bottom: 4%;
        z-index: 10;
        top: auto;
        background-color: rgba(255, 255, 255, 1);
        border-radius: 50%;
        border: 0px;
        width: 34px;
        height: 34px;
    }
    .reference-slider .slick-prev {
        left: 0%;
        right: auto;
    }
    .reference-slider .slick-next {
       left: 15%;
        right: auto;
    }
    .blog-slider-section {
        margin-right: 0rem;
        margin-left: 0rem;
        padding: 40px 0px 30px;
    }
    .blog-item {
        display: block!important;
        text-decoration: none;
        color: inherit;
        overflow: hidden;
        transition: transform 0.3s, box-shadow 0.3s;
        padding: 10px;
    }
    .blog-content {
        padding: 15px 0px;
        width: 100%;
    }
    .blog-image {
        width: 100%;
        object-fit: cover;
    }
    .blog-slider .slick-prev, .blog-slider .slick-next {
        position: absolute;
        top: auto;
        bottom: 30px;
        z-index: 10;
        background: rgba(87, 185, 70, 0.7);
        border-radius: 50%;
        border: 0px;
        width: 34px;
        height: 34px;
    }
    .blog-slider .slick-prev:active, .blog-slider .slick-next:active {
        position: absolute;
        top: auto;
        bottom: 30px;
        z-index: 10;
        background: rgba(87, 185, 70, 1);
        border-radius: 50%;
        border: 0px;
        width: 34px;
        height: 34px;
    }
    .blog-slider .slick-next {
        right: auto;
        left: 21%;
    }
    .blog-slider .slick-prev {
        right: auto;
        left: 3%;
    }
    .title-blog {
        color: rgba(14, 25, 12, 1);
        font-weight: 600;
        font-size: 30px;
        line-height: 40px;
        position: relative;
        margin-left: 1rem;
    }
    .blog-slider-section .white-green-btn {
        padding: 8px 80px;
        margin-left: 1rem;
    }
    .blog-slider {
        display: flex !important;
        gap: 20px;
        margin-top: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(14, 25, 12, 0.1);
        margin-bottom: 30px;
    }
    .newsletter-input {
        width: 100%;
        padding: 10px 50px 10px 20px;
        font-size: 14px;
        border: none;
        border-radius: 100px;
        outline: none;
    }
    .newsletter-section {
        background-size: cover;
        background-position: center;
        height: 440px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;

    }
    .newsletter-title {
        font-size: 28px;
        margin-bottom: 50px;
        line-height: 32px;
        font-weight: 600;
    }
    .newsletter-content {
        padding: 20px;
        border-radius: 10px;
        color: white;
        max-width: 100%;
    }
    .newsletter-form {
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: auto;
    }
    .location-box{
        background: rgba(244, 241, 232, 1);
        border-radius: 15px;
        padding: 20px;
        color: rgba(0, 0, 0, 1);
        text-align: left;

    }
    .location-box .lo-title{
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
    }
    .location-box .lo-address, .location-box .lo-phone, .location-box .lo-email{
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .location-box .lo-email a{
        color: rgba(0, 152, 70, 1);

    }
    .location .mobile-menu{
        margin: 40px 10px 10px;
    }
    .location .title {
        text-align: center;
        font-weight: 600;
        font-size: 28px;
        line-height: 32px;
        color: rgba(14, 25, 12, 1);
    }
    .location .description {
        text-align: center;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: rgba(14, 25, 12, 1);
        width: 100%;
        margin: auto;
    }
    .location {
        padding: 0px 0 80px;
    }
    .laptop-flex{
        display: none;
    }
    footer{
        padding: 0px 15px;
    }
    .footer-info {
        display: inline-block;
    }
    .footer-box {
        padding: 0px 0px 0px;
    }
    .links-footer{
      margin-top: 30px;
    }
    .breadcrumb {
        font-size: 12px;
        font-weight: 600;
        line-height: 23px;
        color: #0E190C;
        display: flex;               /* Postavi listu kao fleksboks */
        overflow-x: auto;            /* Omogući horizontalni skrol */
        -webkit-overflow-scrolling: touch;  /* Za bolju skrol funkcionalnost na mobilnim uređajima */
        white-space: nowrap;
    }
    .sub-category {
       overflow-x: scroll;
    }
    .selected-filter {
        overflow-x: scroll;
        width: 100%;
    }
    .selected-filter ul {
        display: inline-flex;
    }
    .category-description h2 {
        font-size: 28px;
        font-weight: 600;
        line-height: 32px;
    }
    .category-description h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 25px;
    }
    .master-category-wrapper {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .category-page h1 {
        color: rgba(14, 25, 12, 1);
        font-weight: 600;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .comment-wrapper {
        margin-top: 30px;
        padding-bottom: 40px;
        margin-right: 1rem !important;
        margin-left: 1rem !important;
        border-bottom: 0px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }
    .comm-title {
        font-size: 28px;
        font-weight: 600;
        line-height: 32px;
        text-align: center;
        width: 100%;
        margin: 40px auto;
    }
    .comment-slide .slick-next {
        display: block !important;
        top: auto;
        background: rgba(87, 185, 70, 0.7);
        border-radius: 50%;
        width: 34px;
        height: 34px;
        bottom: -30px;
        left: 50px;
    }
    .comment-slide .slick-next:active {
        display: block !important;
        top: auto;
        background: rgba(87, 185, 70, 1);
        border-radius: 50%;
        width: 34px;
        height: 34px;
        bottom: -30px;
        left: 50px;
    }
    .comment-slide .slick-prev {
        display: block !important;
        top: auto;
        background: rgba(87, 185, 70, 0.7);
        border-radius: 50%;
        width: 34px;
        height: 34px;
        bottom: -30px;
        left: 0px;
    }
    .comment-slide .slick-prev:active {
        display: block !important;
        top: auto;
        background: rgba(87, 185, 70, 1);
        border-radius: 50%;
        width: 34px;
        height: 34px;
        bottom: -30px;
        left: 0px;
    }
    .master-cat-desc img {
        width: 100%;
        margin-bottom: 20px;
    }
    .master-desc-box h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 25px;
    }
    .master-category-product-slider {
        display: block; /* Blok prikaz za mobilne uređaje */
    }
    .master-category-product-item {
        margin-bottom: 20px;
    }
    .master-product-title{
        color: rgba(14, 25, 12, 1);
        font-size: 24px;
        font-weight: 600;
        line-height: 25px;
    }
    .blogs-list {
        margin-right: 1rem;
        margin-left: 1rem;
        margin-top: 50px;
        margin-bottom: 80px;
    }
    .blogs-list .blogs-category-list a {
        color: rgba(14, 25, 12, 1);
        font-weight: 700;
        font-size: 15px;
        line-height: 20px;
        text-decoration: none;
        padding: 0px 15px 20px;
        text-align: center;
    }
    .blogs-list .blogs-header .title {
        color: rgba(14, 25, 12, 1);
        font-weight: 600;
        font-size: 28px;
        line-height: 32px;
    }
    .blog-post h1 {
        color: rgba(14, 25, 12, 1);
        font-size: 28px;
        font-weight: 600;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .blog-related-products{
        display: block;
    }
    .blog-post .product-blog-box .product-on-blog img {
        width: 65%;
    }
    .video-container {
        height: 200px;
    }
    .gallery-slider .slick-next {
        position: absolute;
        bottom: -15%;
        z-index: 10;
        background-color: rgba(87, 185, 70, 0.7);
        border-radius: 50%;
        border: 0px;
        width: 34px;
        height: 34px;
        left: 14%;
    }
    .gallery-slider .slick-next:active {
        position: absolute;
        bottom: -15%;
        z-index: 10;
        background-color: rgba(87, 185, 70, 1);
        border-radius: 50%;
        border: 0px;
        width: 34px;
        height: 34px;
        left: 14%;
    }
    .gallery-slider .slick-prev {
        position: absolute;
        bottom: -15%;
        z-index: 10;
        background-color: rgba(87, 185, 70, 0.7);
        border-radius: 50%;
        border: 0px;
        width: 34px;
        height: 34px;
        left: 0px;
    }
    .gallery-slider .slick-prev:active {
        position: absolute;
        bottom: -15%;
        z-index: 10;
        background-color: rgba(87, 185, 70, 1);
        border-radius: 50%;
        border: 0px;
        width: 34px;
        height: 34px;
        left: 0px;
    }
    .blog-product-images{
       text-align: center;
    }
    .sticky-menu-btn {
        display: none;
        position: fixed;
        bottom: 0px;
        left: 0px;
        background: white;
        z-index: 9998;
        width: 100%;
        height: 60px;
        border: 0px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }

    .sticky-menu-btn.visible {
        display: block;
    }
    .sticky-menu-btn span{
        transform: translateX(-50%);
        border: 1px solid rgba(0, 152, 70, 1);
        color: rgba(0, 152, 70, 1);
        background: white;
        padding: 10px 20px;
        border-radius: 100px;
        font-size: 14px;
        font-weight: 700;
    }

    .mobile-menu.visible + .sticky-menu-btn{
        border-top: none!important;
    }

    /* Mobilni meni (isti kao blog-menu, ali skriven dok se ne klikne) */
    .mobile-menu {
        position: fixed;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        background-color: white;
        width: 100%;
        padding: 10px;
        display: none;
        z-index: 1000;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }

    .mobile-menu.visible {
        display: block;
    }
    .mobile-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: left;
    }

    .mobile-menu li {
        padding: 8px;
        color: rgba(0, 152, 70, 1);
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
    }
    .mobile-menu li a{

        color: rgba(0, 152, 70, 1) !important;

    }

        .mobile-menu li:last-child {
        border-bottom: none;
    }

    .mobile-menu a {
        text-decoration: none;
        color: #333;
        font-weight: bold;
        display: block;
    }
    .vertical-header .left {
        padding: 30px 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .vertical-header .left h1 {
        font-size: 28px;
        margin-bottom: 30px;
        font-weight: 600;
        line-height: 32px;
    }
    .btn-in-row{
        display: contents;
    }
    .btn-in-row .green-btn{
        width: auto;
        text-align: center;
        margin-right: 0px!important;
    }
    .vertical-header {
        background: rgba(244, 241, 232, 1);
        height: auto;
        padding: 0px 30px;
    }
    .vertical-header .right .slick-list {
        height: 350px !important;
        width: 360px !important;
    }
    .vertical-header .slick-slide img {
        width: 165px;
        height: 165px;
        object-fit: cover;
        border-radius: 12px;
    }
    .logo-reference .heading {
        font-weight: 600;
        font-size: 30px;
        line-height: 40px;
        width: 100%;
        margin: auto auto 40px;
    }
    .why-us {
        padding: 0px;
        flex-direction: column;
        justify-content: center;
    }
    .why-us h2 {
        font-size: 28px;
        font-weight: 600;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .why-us .why-desc {
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        width: 100%;
    }
    .why-us ul {
        margin-top: 40px;
        column-count: auto;
        list-style: none;
    }

    .why-us ul {
        margin-top: 20px;
        column-count: auto;
        list-style: none;
        padding-left: 0px;
    }
    .designing .steps-list {
        list-style: none;
        display: block;
        margin-bottom: 40px;
        padding-left: 0px;
    }
    .designing .img-div .img-content {
        border-radius: 20px;
        width: 100%;
    }
    .designing .steps-list .list-wrapper {
        background: rgba(244, 241, 232, 1);
        padding:20px;
        border-radius: 12px;
    }
    .designing .img-div .play-btn {
        position: absolute;
        top: auto;
        left: auto;
        bottom: -10%;
        right: -5%;
        transform: translate(-50%, -50%);
    }
    .form-wrapper form {
        display: block;
        margin: auto;
        width: 100%;
        padding: 30px 20px;
    }
    .services-list {
        margin-right: 1rem;
        margin-left: 1rem;
        margin-bottom: 50px;
    }
    .title-line {
        color: rgba(14, 25, 12, 1);
        font-size: 28px;
        font-weight: 600;
        line-height: 32px;
        position: relative;
    }
    .services-list .service-slide h3 {
        margin: 15px 0;
        font-size: 20px;
        line-height: 23px;
        font-weight: 600;
    }
    .slick-slider-service .slick-prev, .slick-slider-service .slick-next {
        display: block !important;
        bottom: -7%;
        top: auto;
        background: rgba(87, 185, 70, 0.7);
        border-radius: 50%;
        width: 34px;
        height: 34px;
    }
    .slick-slider-service .slick-prev:active, .slick-slider-service .slick-next:active {
        display: block !important;
        bottom: -7%;
        top: auto;
        background: rgba(87, 185, 70, 1);
        border-radius: 50%;
        width: 34px;
        height: 34px;
    }
    .slick-slider-service .slick-next {
        left: 17%;
        right: auto;
    }
    .slick-slider-service .slick-prev {
        right: auto;
        left: 3%;
    }
    .designing {
        padding: 30px;
    }
    .designing .title {
        font-size: 24px;
        font-weight: 600;
        line-height: 25px;
        text-align: center;
        margin-bottom: 30px;
    }
    .form-projektovanje {
        margin-right: 1rem;
        margin-left: 1rem;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .form-projektovanje .title {
        font-weight: 600;
        font-size: 28px;
        line-height: 32px;
    }
    .form-projektovanje .w-60 {
        width: 100%;
    }
    .our-projects .desc-project {
        text-align: center;
        width: 100%;
        margin: auto;
        padding: 30px 0px;
    }
    .our-projects .desc-project h2 {
        font-weight: 600;
        font-size: 25px;
        line-height: 25px;
    }
    /* Sakrijte projekte koji su iznad 6 na mobilnim uređajima */
    .project-item:nth-child(n+7) {
        display: none;
    }

    /* Stilizovanje dugmeta "Učitaj više" */
    .load-more {
        display: flex;
        padding: 10px 40px;
        border-radius: 100px;
        border: 1px solid rgba(0, 152, 70, 1);
        background-color: transparent;
        color: rgba(0, 152, 70, 1);
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
        transition: all 0.3s ease;
        margin: auto;
    }
    .faq h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 25px;
        text-align: center;
    }

    .faq-question p {
        font-size: 18px;
        margin: 0;
        font-weight: 600;
        line-height: 24px;
    }
    .reference-gallery .slick-prev, .reference-gallery .slick-next {
        display: block !important;
        bottom: -25%;
        background: rgba(87, 185, 70, 0.7);
        border-radius: 50%;
        width: 34px;
        height: 34px;
    }
    .reference-gallery .slick-prev:active, .reference-gallery .slick-next:active {
        display: block !important;
        bottom: -25%;
        background: rgba(87, 185, 70, 1);
        border-radius: 50%;
        width: 34px;
        height: 34px;
    }
    .reference-gallery .slick-next {
        left: 15%;
    }
    .wiki-wrapper .wiki-desc h2 {
        font-weight: 600;
        font-size: 28px;
        line-height: 32px;
        text-align: left;
    }
    .wiki-wrapper .wiki-desc p {
         font-weight: 500;
         font-size: 14px;
         line-height: 21px;
         width: 100%;
         margin: auto;
        text-align: left;
     }
    .wiki-single {
        padding: 40px 20px;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
        border-radius: 11px;
        color: white;
    }
    .contact-wrapper {
        margin-top: 2rem;
        margin-right: 1rem;
        margin-left: 1em;
    }
    .contact-form .form-row {
        display: block;
    }
    .signin-wrapper {
        margin-right: 1rem;
        margin-left: 1rem;
        margin-top: 2rem;
    }
    .form-row-mob{
        display: block!important;
    }
    .mob-margin{
       margin-top: 30px;
    }
    .shopping-wrapper {
        margin-right: 1rem;
        margin-left: 1rem;
        margin-top: 2rem;
    }
    .shopping-wrapper .product-cart-name {
        font-weight: 700;
        font-size: 15px;
        line-height: 20px;
        color: rgba(14, 25, 12, 1);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        width: auto;
        text-align: left;
        margin-bottom: 10px;
    }
    .view-cart {
        font-size: 24px;
        font-weight: 600;
        line-height: 25px;
    }
    .shopping-wrapper .paymentbox {
        border: 1px solid rgba(14, 25, 12, 0.3);
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
        padding: 15px 30px;
        border-radius: 100px;
        text-align: center;
        width: -webkit-fill-available;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .shopping-wrapper .payment-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .paymentbox.selected {
        border: 1px solid rgba(0, 152, 70, 1) !important;
    }
    .login-title {
        font-weight: 600;
        font-size: 18px;
        line-height: 23px;
    }
    .register-page .theme-form .form-row-mob {
        display: block!important;
        margin-bottom: 15px;
    }
    .cart-img-mob{
        width: 70px;
        display: block;
    }
    .shopping-wrapper .cart-total {
        background: rgba(244, 241, 232, 1);
        padding: 10px;
    }
    .mob-right{
      text-align: right!important;
    }
    .shopping-cart-mob {
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }
    .laptop-none{
        display: block!important;
    }

    .shopping-cart-mob td {
        display: block;
        width: 100%;
    }

    /* Prvi red: slika i blok sa nazivom i cenom */
    .shopping-cart-mob td:nth-of-type(1) {
        width: 30%;
        display: inline-block;
        vertical-align: middle;
    }

    .shopping-cart-mob td:nth-of-type(2) {
        width: 70%;
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px;
    }
    .product-info a {
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .product-info p {
        margin: 0;
        font-size: 13px;
    }

    /* Drugi red: količina, ukloni i ukupno */
    .shopping-cart-mob td[data-title="Količina"],
    .shopping-cart-mob td[data-title="Obriši"],
    .shopping-cart-mob td[data-title="Ukupno"] {
        width: 33.33%;
        display: inline-block;
        text-align: center;
        padding-top: 10px;
    }

    .product-cart-quantity {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .delete-product-cart {
        text-align: center;
    }
    .mob-none{
        display: none!important;
    }
    .mobprice-cart{
        text-align: left!important;
        margin-top: 10px!important;
    }
    .bord-b-0{
       border-bottom: 0px!important;
    }

}
/*SAFARI LAPTOP*/
@supports (-webkit-appearance: none) {
    .slider-text-content {
        top: 10%;
    }
    .slick-prev {
        right: 8%;
    }
    .slick-slide img {
        height: auto;
        display: block;
        
    }
}
/*SAFARI MOBILNI*/
@supports (-webkit-appearance: none) {
    @media (max-width: 768px) { /* Primenjuje se na mobilne uređaje */
        img, svg {
            vertical-align: middle;
        }
    }
}

/*MOZILA LAPTOP*/
@-moz-document url-prefix() {
    .slider-text-content {
        position: relative;
        width: 50%;
        color: white;
        display: flex;
        flex-direction: column;
        top: 10%;
        left: 5%;
        z-index: 8;
        height: inherit;
    }
    .btn-bottom {
        bottom: 25%;
        position: absolute;
    }
}
/*MOZILA MOBILNI*/
@-moz-document url-prefix() {
    @media (max-width: 768px) { /* prilagođava se za mobilne uređaje */
        .green-btn {
            color: white;
            background: rgba(87, 185, 70, 1);
            border-radius: 100px;
            width: fit-content;
            padding: 10px 20px;
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
        }
        .slick-prev {
            right: 20%;
        }
        .custom-div {
            width: 46% !important;
            height: 165px !important;
            margin: 5px !important;
            position: relative;
            overflow: hidden;
            padding-right: 0px;
            padding-left: 0px;
        }
        .filter-sidebar {
            position: fixed;
            right: -400px;
            top: 0;
            width: calc(100% - 10px);
        }
        .add-to-card-btn {
            padding: 10px!important;

        }
    }
}


.content-6-6 ul {
    list-style: none;
    padding-left: 0px!important;
}
.content-6-6 ul li{
    position: relative;
    padding-left: 30px;
}
.content-6-6 ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(/template/Skalagreen/assets/img/icons/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
/*.image-slider .slick-slide {*/
/*    max-width: 150px !important;*/
/*}*/


.image-slider {
    visibility: hidden;
}
.image-slider.slick-initialized {
    visibility: visible;
}
.old-search{
   font-size: 15px;
}
.searchproductlist-item .discountsticker {
    position: absolute;
    top: 5px;
    left: -50px;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ca0b0a;
    border-radius: 50%;
    font-size: 0.4em;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
}


.spec-info-pdf a {
    color:#009846;
}


.spec-info-pdf li {
    list-style-type: none;
}