*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body
{
    background-image: url(IMG/pozadina\ \(1\).avif);
    background-size: cover;
}
#cursor-effect {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

.outer-circle,
.inner-circle {
  position: absolute;
  border-radius: 50%;
  animation: pulse 1.5s infinite ease-in-out;
}

.outer-circle {
  width: 30px;
  height: 30px;
  background-color: #C4161D; /* crvena */
}

.inner-circle {
  width: 20px;
  height: 20px;
  background-color: #C4161D; /* plava */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}
#korpaBtn 
{
    padding: 9px 35px;
    background-color: #C4161D;
    color: white;
    font-weight: 500;
    text-align: center;   
    text-decoration: none;
    outline: none;
    border: 0px;
}
/* newletter start */
.overlay1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 11111111111;
        backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); /* za Safari */
}
.popup {
    background: white;
    padding: 50px 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hidden {
    display: none;
}
.popup form
{
    max-width: 300px;
    width: 300px;
}
.popup form input
{
    width: 100%;
    text-align: center;
    padding: 2px 5px;
}
.popup form h3
{
    font-size: 14px;
}
#btn1
{
    padding: 5px 35px;
    display: block;
    margin: auto;
    border: 0px;
    outline: 0px;
    max-width: 200px;
    background-color: #C4161D;
    color: white;
    font-weight: 600;
    margin-top: 20px;
}
#btn2
{
    background: none;
    color: #1a1a1a;
    outline: none;
    border: 0px;
    font-size: 12px;
}
/* newsletter end */
/* all start */
#obavestenje {
    display: none;
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background-color: #C4161D;
    color: white;
    font-weight: 600;
    padding: 15px 25px;
    text-align: center;
    font-size: 16px;
    width: auto;
    max-width: 85%;
  }
  #obavestenje1 {
    display: none;
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background-color: #C4161D;
    color: white;
    font-weight: 600;
    padding: 15px 25px;
    text-align: center;
    font-size: 16px;
    width: auto;
    max-width: 85%;
  }
  .hide
  {
    opacity: 0;
  }
  .title
  {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
  }
  .subtitle
  {
    font-size: 18px;
    margin-top: -25px;
    text-align: center;
    margin-bottom: 25px;
  }
/* all start */


/* arrow start */
.arrowHolderO
{
    opacity: 0;
    z-index: 1000000000000000;
}
.arrowHolder img 
{
    position: fixed;
    top: 89vh;
    right: 2%;
    width: 32px;
    z-index: 1000000000000000;
}
/* arrow end */

/* navigation start */
#navigation
{
    /* height: 60px; */
    padding: 5px 0px;
}
#navigation1
{
    padding: 5px 0px;
    background-color: white;
}
.navbar 
{
    z-index: 120000;
}
.navbar-brand
{
    color: white;
}
#navIcon
{
    /* filter: invert(1); */
    width: 48px;
}
.navbar-brand img
{
    width: 64px;
}
.navbar .navbar-nav .nav-item .nav-link
{
    color: white;
    font-weight: 600;
    padding: 0px 10px;
    font-size: 22px;

}
.navbar .navbar-nav .nav-item 
{
    align-items: center;
    display: flex;
}
.navbar-toggler-icon
{
    outline: none;
    border: none;
}
.navbar-toggler
{
    outline: none;
    border: none;
}
#korpa
{
    position: relative;
    top: -5px;
    /* right: 5px; */
}
.circle
{
    width: 10px;
    height: 10px;
    background-color: #C4161D;
    border-radius: 50%;
    position: absolute;
    top: 0%;
    left: 60%;
    transform: translateX(-50%);
    z-index: 111100000;
    color: white;
    display: none;
}
#korpa img
{
    width: 32px;
}
#kopraBig
{
    display: block;
}
#kopraSmall
{
    display: none;
}
/* navigation end */


/* hero start */
#hero
{
    position: relative;
}
.hero-overlay
{
    padding: 320px 0px;
    background-color: rgba(0, 0, 0, 0.65);
}
.heroCon
{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -80%);
}
.heroCon h1
{
    color: white;
    text-align: center;
    font-size: 70px;
    font-weight: 700;
}
.heroCon p
{
    font-size: 25px;
    text-align: center;
    color: white;
}
.heroCon a
{
    text-align: center;
    color: white;
    background-color: #C4161D;
    display: block;
    margin: auto;
    max-width: 250px;
    padding: 10px 30px;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
    animation: blink1 0.3s ease-in-out alternate 1000;

}
@keyframes blink1
{
    0%
    {
        transform: scale(1.0);
    }
    100%
    {
        transform: scale(1.01);
    }
}
/* hero end */

/* products start */
#products
{
    padding: 75px 0px;
    /* background-color: whitesmoke; */
}
.productsHolder
{
    padding: 10px 20px;
    border: 1px solid rgb(231, 231, 231);
    color: #292929;
    max-width: 24%;
    width: 24%;
    display: block;
    margin: auto;
    background-color: white;
}
.productsHolder h3
{
    font-size: 16px;
    text-align: center;
}
.productsHolder h4
{
    font-size: 16px;
    text-align: center;
}
.productsHolder p
{
    font-size: 14px;
    text-align: center;
    display: none;
}
.productsHolder a
{
    text-decoration: none;
    color: #292929;
}
.productsHolder img
{
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
}
.btn
{
    padding: 10px 35px;
    background-color: #C4161D;
    color: white;
    text-align: center;
    display: block;
    margin: auto;
    text-decoration: none;
    font-weight: 600;
    border-radius: 0px;
}
.btn:hover
{
    color: white;
}
/* products end */

/* productsInfo start */
#productsInfo
{
    padding: 50px 0px;
    background-color: rgba(255, 255, 255, 0.734);
}
.smallImage1
{
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: whitesmoke;
}
.smallImage1 img
{
    width: 120px;
    cursor: pointer;
}
#smallTxt
{
    text-align: center;
    padding: 5px 0px;
}
#SelImg
{
    width: 500px;
}
.socialHolder
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.socialHolder a
{
    text-decoration: none;
}
.socialHolder a img
{
    width: 25px;
    margin-right: 5px;
}


.selectProductTitle
{
    margin: 15px 0px;
    font-weight: 600;
    font-size: 22px;
}
.selectProductPrice
{
    margin: 15px 0px;
}
.productsTips 
{
    display: flex;
    justify-content: flex-start;
}
.productsTipsBtn
{
    padding: 10px 10px;
    border: 1px solid rgb(175, 175, 175);
    margin: 0px 1px;
    cursor: pointer;
    font-size: 12px;
}
#addCartSelect
{
    margin-top: 20px;
    margin-left: 3px;
    padding: 8px 25px;
    background-color: #C4161D;
    color: white;
    font-weight: 600;
    border: none;
    outline: none;
    transition: 0.3s ease-in-out;
}
.selectProductQuantity 
{
    display: flex;
    align-items: center;
}
/* #slctpD
{
    display: none;
} */
.selectProductsDimensions
{
    display: flex;
    align-items: center;
}
.selectProductQuantity p
{
    margin-top: 10px;
    margin-left: 3px;
}
.selectProductQuantity input
{
    text-align:  center;
    margin-left: 50px;
    width: 75px;
    border: 1px solid rgb(175, 175, 175);
    border-radius: 0px;
    outline: none;
}
.selectProductPrice
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    
}

.selectProductPrice p
{
    /* display: none; */
    font-size: 18px;
    font-weight: 600;
}
.border-button {
    border: 1px solid transparent; /* Postavi poÄetni stil granice */
    margin-right: 10px; /* Dodaj malo razmaka izmeÄ‘u dugmadi */
    cursor: pointer; /* Postavi kursor na pokazivaÄ da bi korisnici znali da je dugme klikabilno */
    transition: 0.1s ease-in-out;
}
  
  .border-button:focus {
    outline: none; /* Ukloni uobiÄajeni focus outline */
    background-color: #C4161D;
    color: white;
  }
  .selectProductImg img
  {
    display: block;
    margin: auto;
  }
  #selectPriceTxt p
  {
    display: none;
    font-size: 16px;
    margin-right: 10px;
  }
  .desc h2
  {
    font-size: 22px;
  }
  .desc p
  {
    font-size: 20px;
  }
  .info ul 
  {
    list-style: none;
    font-size: 20px;
  }
  .selectProductInfo ul
  {
    font-size: 20px;
  }
/* productsInfo end */

/* predlog start */
#predlog
{
    padding: 75px 0px;
    background-color: rgba(255, 255, 255, 0.734);
}
/* predlog end */

/* stilovi za modal */

.modal {
    display: none;
    position: fixed;
    z-index: 1450000000;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    overflow: hidden;
    padding-top: 50px; /* dodajemo padding na vrhu da modal poÐ”ÐŒne ispod navigacije */
  }
  
  /* stilovi za sadrÐ•Ñ•aj modala */
  .modal-content {
    display: block;
    max-width: 500px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  /* stilovi za zatvaranje (X) */
  .close {
    color: white;
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* stilovi za strelice za navigaciju */
  .prev,
  .next {
    cursor: pointer;
    position: fixed; /* postavljamo na fiksni poloÐ•Ñ•aj */
    top: 52%;
    width: auto;
    padding: 16px;
    margin-top: -25px; /* pomicanje strelica na polovicu njihove visine */
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
  }
  
  .next {
    right: 200px;
    border-radius: 3px 0 0 3px;
  }
  .prev
  {
    left: 200px;
  }
  
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
  }
  #images a
  {
    padding: 10px 35px;
    background-color: #C4161D;
    color: white;
    display: block;
    margin: auto;
    max-width: 200px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
  }
  /* images end */

/* ambasadori start */
#ambasadori
{
    padding: 50px 0px;
    background-color: rgba(255, 255, 255, 0.734);
}
/* ambasadori end */

/* beograd start */
#beograd
{
    padding: 50px 0px;
    background-color: white;
}
#beograd p
{
    font-size: 20px;
    text-align: justify;
}
#beograd h3
{
    font-size: 24px;
}
#beograd a
{
    text-align: center;
    color: white;
    background-color: #C4161D;
    max-width: 250px;
    padding: 10px 30px;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
    margin-top: 35px;
}
/* beograd end */

  /* benefit start */
#benefit
{
    padding: 75px 0px;
    background-color: rgba(255, 255, 255, 0.734);
}
.benefitHolder
{
    text-align: center;
    background-color: #e65c6321;
    padding: 20px 5px;
    margin: 10px 0px;
}
.benefitHolder img
{
    padding-bottom: 20px;
}
.benefitHolder h3
{
    font-size: 22px;
}
/* benefit end */

/* test1 start */
#test1
{
    background-image: url(IMG/bg.avif);
    background-size: cover;
    background-position: center;
}
.test-overlay
{
    padding: 300px 0px;
    background-color: rgba(0, 0, 0, 0.55);
}
/* test1 end */

  /* where start */
  #where
  {
    padding: 75px 0px;
    background-color: whitesmoke;
  }
    #where img
    {
        display: block;
        margin: auto;
    }
      #where p
      {
        font-size: 20px;
      }
      #where ul li
      {
        font-size: 20px;
      }
      #where a
      {
        text-align: center;
        color: white;
        background-color: #C4161D;
        display: block;
        margin: auto;
        max-width: 250px;
        padding: 10px 30px;
        font-weight: 700;
        text-decoration: none;
        font-size: 20px;
        margin-top: 25px;
      }
  /* where end */

  /* inspiracija start */
#inspiracija
{
    padding: 75px 0px;
    background-color: rgba(255, 255, 255, 0.734);
}
/* inspiracija end */

#inspiracija a
{
    text-align: center;
    color: white;
    background-color: #C4161D;
    display: block;
    margin: auto;
    max-width: 250px;
    padding: 10px 30px;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
    margin-top: 25px;
}

 #klizac {
    scroll-behavior: smooth;
    padding-bottom: 10px;
  
  /* sakrij horizontalni scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE i Edge */
}

#klizac::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

  .klizac-item {
    flex: 0 0 auto;
    width: 100%;
    max-width: 480px;
  }

  .strelica-levo,
  .strelica-desno {
    position: absolute;
    top: 35%;
    transform: translateY(-35%);
    /* color: white; */
    font-weight: 500;
    font-size: 20px;
    width: 100px;
    height: 100px;
    background-color: transparent;
    /* border: 1px solid #ccc; */
    z-index: 10;
    color: #C4161D;
  }
  .button
  {
    border: none;
    outline: none;
  }

  .strelica-levo {
    left: -50px;
        font-size: 100px;
            border: none;
    outline: none;

  }

  .strelica-desno {
    right: -50px;
            font-size: 100px;
                border: none;
    outline: none;

  }

  @media (max-width: 768px) {
    .klizac-item {
      max-width: 90%;
    }

    .strelica-levo,
    .strelica-desno {
      display: none !important;
    }
  }
  /* inspiracija end */

  /* numbers start */
  #counter-section {
  background-color: #f6f6f6;
  padding: 60px 20px;
  text-align: center;
}

.counter-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.counter-box {
  flex: 1 1 150px;
}

.counter {
  font-size: 48px;
  font-weight: bold;
  color: #1f1f1f;
}

.counter + p {
  margin-top: 10px;
  color: #191919;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
  /* numbers end */

  /* about start */
  #about
  {
    padding: 75px 0px;
    background-color: rgba(255, 255, 255, 0.734);
  }
  #about p
  {
    text-align: center;
    font-size: 20px;
  }
    #about a
    {
    text-align: center;
    color: white;
    background-color: #C4161D;
    display: block;
    margin: auto;
    max-width: 250px;
    padding: 10px 30px;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
    margin-top: 25px;
    }
  /* about end  */

/* questions start */
#questions
{
    padding: 50px 0px;
    background-color: #C4161D;
}
#questions h3
{
    color: white;
    text-align: center;
}
/* questions end */

/* footer top start */
#footer
{
    background-color: rgb(187, 187, 187);
}
#footer-top
{ 
    padding: 15px 0px;
    background-color: #292b2c;
}
.footer-top-holder
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-top-item h3
{
    font-size: 20px;
    color: white;
}
.footer-top-item a
{
    padding: 5px 30px;
    font-weight: 600;
    color: white;
    /* background-color: #88A5A9; */
    font-size: 20px;
    border-radius: 0px;
}
#footerLogo
{
    width: 100px;
    display: block;
    margin: auto;
}
/* footer top end */

/* footer middle start */
#footer-middle
{
    background-color: #323435;
}
#footer-middle h3
{
    /* border-bottom: 2px solid #FE5416; */
    margin-bottom: 30px;
    font-size: 20px;
}
.footer-middle-holder
{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.footer-middle-item
{
    color: white;
    padding: 15px 0px;
}
.footer-middle-item a
{
    color: white;
    text-decoration: none;
    text-align: left;
    transition: 0.2s ease-in-out;
    padding: 10px 0px;
}
.footer-middle-item a:hover
{
    color: rgb(167, 167, 167);
}
.footer-middle-item ul
{
    list-style: none;
}
.footer-middle-item ul li
{
    padding: 5px 0px;
}
#footerCon
{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid white;
}
/* footer middle end */

#footer-bottom
{
    border-top: 1px solid black;
    background-color: #323435;

}
.footer-bottom-holder
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    color: rgb(167, 167, 167);
}
#footer-bottom a
{
    text-decoration: none;
    color: white;
}
/* footer end */

/* media start */
@media only screen and (max-width: 576px)
{
    #beograd p
    {
        font-size: 20px;
        text-align: center;

    }
    #beograd h3
    {
        font-size: 24px;
        text-align: center;
        padding: 10px 0px;
    }
    #beograd a
    {
        text-align: center;
        color: white;
        background-color: #C4161D;
        max-width: 250px;
        padding: 10px 30px;
        font-weight: 700;
        text-decoration: none;
        display: block;
        margin: auto;
        font-size: 20px;
        margin-top: 35px;
    }
    .heroCon
    {
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -90%);
    }
    .hero-overlay
    {
        background-color: rgba(0, 0, 0, 0.45);
    }
    .heroCon 
    {
        width: 100%;
        max-width: 95%;
    }
    .heroCon h1
    {
        color: white;
        text-align: center;
        font-size: 45px;
        font-weight: 700;
    }
    .heroCon p
    {
        font-size: 20px;
        text-align: center;
        color: white;
    }
    .heroCon a
    {
        text-align: center;
        color: white;
        background-color: #C4161D;
        display: block;
        margin: auto;
        max-width: 250px;
        padding: 10px 30px;
        font-weight: 700;
        text-decoration: none;
        font-size: 18px;
        animation: blink1 0.3s ease-in-out alternate 1000;
    }
}
/* media end */

@media only screen and (max-width: 992px)
{
    #kopraBig
    {
        display: none;
    }
    #kopraSmall
    {
        display: block;
        position: absolute;
        top: -22px;
        right: 180px;
        z-index: 10000000000;
    }
    #kopraSmall img
    {
        width: 32px;
    }

}
@media only screen and (max-width: 920px)
{
    #kopraSmall
    {
        display: block;
        position: absolute;
        top: -22px;
        right: 150px;
        z-index: 10000000000;
    }
}
@media only screen and (max-width: 850px)
{
    #kopraSmall
    {
        display: block;
        position: absolute;
        top: -22px;
        right: 120px;
        z-index: 10000000000;
    }
}
@media only screen and (max-width: 820px)
{
    #kopraSmall
    {
        display: block;
        position: absolute;
        top: -22px;
        right: 120px;
        z-index: 10000000000;
    }
}
@media only screen and (max-width: 790px)
{
    #kopraSmall
    {
        display: block;
        position: absolute;
        top: -22px;
        right: 100px;
        z-index: 10000000000;
    }
}
@media only screen and (max-width: 767px)
{
    #kopraSmall
    {
        display: block;
        position: absolute;
        top: 15px;
        right: 160px;
        z-index: 10000000000;
    }
}
@media only screen and (max-width: 768px)
{
    #kopraSmall
    {
        display: block;
        position: absolute;
        right: 160px;
        z-index: 10000000000;
    }
    #navIcon
    {
        width: 52px;
    }
}
@media only screen and (max-width: 720px)
{
    #kopraSmall
    {
        display: block;
        position: absolute;
        right: 140px;
        z-index: 10000000000;
    }
}
@media only screen and (max-width: 660px)
{
    #kopraSmall
    {
        display: block;
        position: absolute;
        right: 140px;
        z-index: 10000000000;
    }
}

@media only screen and (max-width: 640px)
{
    #kopraSmall
    {
        display: block;
        position: absolute;
        right: 100px;
        z-index: 10000000000;
    }
}
@media only screen and (max-width: 610px)
{
    #kopraSmall
    {
        display: block;
        position: absolute;
        right: 80px;
        z-index: 10000000000;
    }
}
@media only screen and (max-width: 576px)
{
    .navbar .navbar-nav .nav-item .nav-link
    {
        padding: 5px 0px;
    }

    #korpa
{
    position: relative;
    top: -42px;
    right: 5px;
}
        #benefit
    {
        padding-bottom: 50px;
    }
      .title
    {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 25px;
    }
    .selectProductHolder
    {
        max-width: 100%;
        width: 100%;
        display: block;
        margin: auto;
    }
    .selectProductImg
    {
        max-width: 100%;
        width: 100%;
        display: block;
        margin: auto;
    }
    #SelImg {
    width: 100%;
    display: block;
    margin: auto;
}


    #kopraSmall
    {
        display: block;
        position: absolute;
        right: 50px;
        z-index: 10000000000;
    }
    .productsHolder
    {
        padding: 20px 10px;
        border: 1px solid rgb(231, 231, 231);
        color: #292929;
        max-width: 49%;
        width: 49%;
        display: block;
        margin: auto;
        margin-bottom: 3px;
    }
    .productsHolder h3
    {
        text-align: center;
    }
    .productsHolder h4
    {
        font-size: 16px;
    }
    .productsHolder p
    {
        font-size: 12px;
    }
    .productsHolder a
    {
        text-decoration: none;
        color: #292929;
    }
    .productsHolder img
    {
        max-width: 80%;
        width: 100%;
        /* width: 200px; */
        height: auto;
        display: block;
        margin: auto;
    }
    .hide
    {
        opacity: 0;
    }


    #garancijaBtn
    {
        display: block;
        margin: auto;
        max-width: 220px;
        margin-bottom: 30px;
    }
    #garancija img
    {
        width: 100%;
    }
    .navbar-brand img
    {
        width: 64px;
    }
}

@media only screen and (max-width: 480px)
{
    #kopraSmall
    {
        display: block;
        position: absolute;
        right: 50px;
        z-index: 10000000000;
    }
}

@media only screen and (max-width: 445px)
{
    #kopraSmall
    {
        display: block;
        position: absolute;
        right: 50px;
        z-index: 10000000000;
    }
}

/* media query start */
@media only screen and (max-width: 1100px)
{
    .footer-top-item h5
    {
        font-size: 20px;
        color: white;
    }
    .footer-top-item a
    {
        padding: 5px 25px;
        font-weight: 600;
        background-color: white;
        color: #202122;
        font-size: 18px;
    }
    .footer-middle-item a
    {
        color: white;
        text-decoration: none;
        text-align: left;
        transition: 0.2s ease-in-out;
        font-size: 18px;
    }
    .footer-middle-item a:hover
    {
        color: rgb(167, 167, 167);
    }
    .footer-middle-item ul
    {
        list-style: none;
        font-size: 18px;
    }
    .footer-middle-item h5
    {
        font-size: 20px;
        color: white;
    }
}

@media only screen and (max-width: 992px)
{
    .footer-middle-item a:hover
    {
        color: rgb(167, 167, 167);
    }
    .footer-middle-item ul
    {
        list-style: none;
        font-size: 18px;
    }
    .footer-middle-item h5
    {
        font-size: 18px;
        color: white;
    }
}

@media only screen and (max-width: 768px)
{
        
    .footer-top-item h5
    {
        font-size: 18px;
        color: white;
    }
    .footer-top-item a
    {
        padding: 5px 25px;
        font-weight: 600;
        background-color: white;
        color: #202122;
        font-size: 18px;
    }
    .footer-middle-holder
    {
        display: block;
    }
    .footer-middle-item
    {
        width: 80%;
        display: block;
        margin: auto;
        padding: 25px 0px;
    }
    .footer-middle-item a
    {
        color: white;
        text-decoration: none;
        text-align: left;
        transition: 0.2s ease-in-out;
        font-size: 18px;
    }
    .footer-middle-item a:hover
    {
        color: rgb(167, 167, 167);
    }
    .footer-middle-item ul
    {
        list-style: none;
        font-size: 18px;
    }
    .footer-middle-item h5
    {
        font-size: 18px;
        color: white;
    }
    .footer-bottom-holder
    {
        display: block;
    }
    #footer-bottom p
    {
        text-align: center;
    }
    #footer-top-item a
    {
        display: none;
    }
    #footer-top-item h5
    {
        text-align: center;
    }
    .infoO
    {
        margin-top: 50px;
    }
    .infoO span
    {
        font-weight: 500;
    }

    #garancija
    {
        margin-top: 30px;
    }
    #garancija img
    {
        width: 64px;
    }


}



@media only screen and (max-width: 470px)
{
    .footer-top-holder
    {
        display: block;
    }
    .footer-top-item h5
    {
        font-size: 18px;
        color: white;
        text-align: center;

    }
    .footer-top-item a
    {
        padding: 5px 25px;
        font-weight: 600;
        background-color: white;
        color: #202122;
        font-size: 18px;
        display: none;
    }

    .footer-top-item
    {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 415px)
{
    .footer-top-item h5
    {
        font-size: 18px;
        color: white;
        text-align: center;

    }
    .footer-top-item a
    {
        padding: 5px 20px;
        font-weight: 600;
        background-color: white;
        color: #202122;        
        font-size: 18px;
        display: none;
    }

}

@media only screen and (max-width: 370px)
{
    .footer-top-item h5
    {
        font-size: 18px;
        color: white;
        text-align: center;
    }
    .footer-top-item a
    {
        padding: 5px 20px;
        font-weight: 600;
        background-color: white;
        color: #202122;
        font-size: 18px;
        display: none;

    }
}
/* media query end */



/* korpa start */
#korpa
{
    padding: 50px 0px;
}
.korpaHolderBtn
{
    display: flex;
    justify-content: center;
    align-items: center;
}
#morePro
{
    padding: 10px 35px;
    background-color: #cc0000;
    color: white;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    margin-right: 5px;

}
#next
{
    padding: 10px 35px;
    background-color: #c2c2c2;
    color: white;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    margin-right: 5px;
}
.cart-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f9fa;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
}
.cart-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}
.cart-item-details {
    flex-grow: 1;
    padding-left: 10px;
}
.cart-item-title {
    font-size: 14px;
    font-weight: bold;
}
.cart-item-price {
    font-size: 13px;
    color: #555;
}
.cart-remove-btn {
    background: none;
    border: none;
    color: #cc0000;
    font-size: 16px;
    cursor: pointer;
    font-weight: 700;
}
.cart-summary {
    margin-top: 20px;
    padding: 10px;
    background: #f3f3f3;
    font-size: 16px;
    font-weight: bold;
}
#cartContainer
{
    padding: 50px 0px;
}
@media (max-width: 768px) {
    .cart-item {
        /* flex-direction: ; */
        align-items: flex-start;
    }
    .cart-item img {
        width: 50px;
        height: 50px;
    }
    .cart-item-title {
        font-size: 13px;
    }
    .cart-item-price {
        font-size: 12px;
    }
    .korpaHolderBtn
    {
        display: block;
        margin: auto;
    }
    .korpaHolderBtn a
    {
        display: block;
        margin: auto;
    }
    #f1
    {
        margin-top: 50px;
    }
    #f1 p
    {
        text-align: center;
    }
    #f1 button
    {
        display: block;
        margin: auto;
    }
}
/* korpa end */

#korpaHero
{
    padding: 50px 0px;
}



/* checkout start */
#checkout
{
    padding: 50px 0px;
}
#checkoutBtn
{
    /* display: block;
    margin: auto; */
    /* background-color: #88A5A9; */
    background-color: #cc0000;

    /* background: linear-gradient(to bottom, #F5EA52, #CFA032); */
    border: none;
    padding: 10px 35px;
    outline: none;
    border: none;
    font-weight: 600;
    font-size: 16px;
    color: white;
    border-radius: 0px;
    text-decoration: none;
}
#naruci
{
    display: block;
    margin: auto;
    /* background-color: #88A5A9; */
    background-color: #cc0000;

    /* background: linear-gradient(to bottom, #F5EA52, #CFA032); */
    border: none;
    padding: 10px 35px;
    outline: none;
    border: none;
    font-weight: 600;
    font-size: 16px;
    color: white;
    border-radius: 0px;
}
#uc
{
    display: none;
}
#narudzbina
{
    display: none;
}
/* checkout end */

/* vrste start */
#vrste
{
    padding: 20px 0px;
    background-color: whitesmoke;
}
.payment-option {
    display: none;
}
/* vrste end */

/* podaci start */
#podaci
{
    padding: 50px 0px;
}
#podaci p
{
    font-size: 18px;
}
#podaci form input
{
    width: 100%;
    margin-bottom: 40px;
    padding: 5px 5px;
    outline: none;
}
/* podaci end */
#provera
{
    display: none;
}

.podaciHolder
{
    background-color: #e65c6321;
    padding: 20px 20px;
    margin: 5px 0px;
}
.podaciHolder h3
{
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
}
.podaciHolder img
{
    display: block;
    margin: auto;
    width: 48px;
}

/* contact start */
#contact
{
    padding: 50px 0px;
    background-color: rgba(255, 255, 255, 0.734);
}
#contact p
{
    font-size: 20px;
}
.contactIconHolder
{
    padding: 10px 10px;
}
.contactIconHolder img
{
    width: 32px;
}
.contactIconHolder a
{
    text-decoration: none;
    color: #191919;
    font-size: 20px;
    margin-left: 5px;
}
.contact-Form1 input, textarea
{
    width: 100%;
    padding: 10px 10px;
    margin: 5px 0px;
    outline: none;
    border: none;
    /* border-bottom: 2px solid rgb(179, 0, 0); */
    border: 1px solid #c1c1c1;
} 
.contact-Form1 textarea
{
    margin: 5px 0px;
}
.contact-Form1 button
{
    display: block;
    margin: auto;
    /* background-color: #88A5A9; */
    background-color: #cc0000;

    /* background: linear-gradient(to bottom, #F5EA52, #CFA032); */
    border: none;
    padding: 10px 35px;
    outline: none;
    border: none;
    margin: 25px 0px;
    font-weight: 600;
    font-size: 16px;
    color: white;
    border-radius: 0px;

}

/* contact end */

/* moreinfo start */
#moreinfo
{
    padding: 50px 0px;
    background-color: rgba(255, 255, 255, 0.734);
}
#moreinfo p
{
    font-size: 20px;
}
#moreinfo p span
{
    font-weight: 600;
}
/* moreinfo end */

#gallery 
{
    padding: 50px 0px;
}
#gallery img
{
    margin: 5px 0px;
}


/* reklamacije start */
#reklamacije 
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#reklamacije p
{
    text-align: center;
    font-size: 20px;
}
#reklamacije h3
{
    text-align: center;
}
#reklamacija a
{
    text-align: center;
    font-size: 25px;
    text-decoration: none;
}
#formaBtn
{
    padding: 10px 30px;
    text-align: center;
    background-color: #C4161D;
    color: white;
    text-decoration: none;
    max-width: 250px;
    width: 100%;
    display: block;
    margin: auto;
    font-size: 20px;
    margin-top: 20px;
}
#reklamacije form
{
    width: 80%;
    display: block;
    margin: auto;
}
#reklamacije form input
{
    width: 100%;
    padding: 5px 7px;
    margin: 5px 0px;
}
#reklamacije form button
{
        padding: 10px 30px;
    text-align: center;
    background-color: #C4161D;
    color: white;
    text-decoration: none;
    max-width: 250px;
    width: 100%;
    display: block;
    margin: auto;
    font-size: 20px;
    margin-top: 20px;
    border: none;
    outline: none;
}
/* reklamacije end */

@media only screen and (max-width:576px)
{
    #reklamacije form
{
    width: 100%;
    display: block;
    margin: auto;
}
}