*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* all start */
.title
{
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 50px;
    color: #333333;
}
.line
{
    height: 3px;
    width: 100px;
    border-radius: 25%;
    display: block;
    margin: auto;
    background-color: #00457e;
}
.titleSmall
{
    text-align: center;
    text-transform: uppercase;
}
/* all end */

/* arrow start */
.arrowHolderO
{
    opacity: 0;
    z-index: 1000000000000000;
}
.arrowHolder img 
{
    position: fixed;
    bottom: 20px;
    right: 2%;
    width: 32px;
    z-index: 1000000000000000;
}
/* arrow end */

/* 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: #00457e;
    color: white;
    font-weight: 600;
    margin-top: 20px;
}
#btn2
{
    background: none;
    color: #1a1a1a;
    outline: none;
    border: 0px;
    font-size: 12px;
}
/* newsletter end */

/* navigation start */
#navigation
{
    padding: 20px 0px;
    /* background-color: whitesmoke; */
    border-top: 10px;
    /* border-top: 3px solid white; */
}
.navbar .navbar-nav .nav-item .nav-link
{
    color: white;
    font-weight: 500;
    font-size: 18px;
    /* text-transform: uppercase; */
}
.navbar .navbar-nav .nav-item .nav-link:hover
{
    color: white;
}
.navbar-brand img
{
    width: 150px;
}
#navBtn
{
    padding: 10px 30px;
    background-color: #00457e;
    color: white;
    text-decoration: none;
    font-weight: 600;
    /* display: none; */
    /* text-transform: uppercase; */
}
#cartBtn
{
    margin-right: 15px;
}
#cartBtn img
{
    width: 32px;
}
/* navigation end */

/* hero start */

.hero-overlay
{
    position: relative;
    /* background-color: rgba(255, 255, 255, 0.05); */
    background-color: rgba(0, 93, 171, 0.45);
    /* background-color: rgba(0, 0, 0, 0.65); */
    padding: 300px 0px;
    /* color: rgb(0, 93, 171); */
}
.heroCon
{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
    width: 95%;
    text-align: center;
}
.heroCon h1
{
    color: white;
    font-size: 70px;
    font-weight: 700;
}
.heroCon p
{
    font-size: 30px;
    color: white;
}
.heroCon a
{
    text-align: center;
    text-decoration: none;
    color: white;
    font-weight: 700;
    padding: 15px 50px;
    background-color: #00457e;
    margin-top: 15px;
    /* font-size: 18px; */
    max-width: 220px;
    width: 100%;
    animation: btnBlink 0.3s ease-in-out alternate 1000;
    font-size: 18px;
}
@keyframes btnBlink
{
    0%
    {
        transform: scale(1.0);
    }
    100%
    {
        transform: scale(1.5);
    }
}
.heroCon a:hover
{
    color: white;
}
.hashTag
{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.hashTag a
{
    text-align: center;
    text-decoration: none;
    color: white;
}
.hashTag a:hover
{
    color: white;
}
/* hero end */

/* ponuda start */
#ponuda
{
    padding: 80px 0px;
    background-color: whitesmoke;
}
#txt
{
    font-size: 20px;
    text-align: center;
    margin: 20px 0px;
}
#komplet
{
    padding: 10px 30px;
    background-color: #00457e;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin: auto;
    max-width: 220px;
    width: 100%;
}
.productsHolder
{
    padding: 20px 20px;
    border: 1px solid rgb(231, 231, 231);
    color: #292929;
    max-width: 24%;
    width: 24%;
    display: block;
    margin: auto;
    margin: 2px 0px;
    background-color: white;
}
.hide
{
    display: none;
}
.productsHolder h4
{
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}
.productsHolder p
{
    /* font-size: 14px; */
    text-align: center;
    /* display: none; */
}
.productsHolder h6
{
    text-align: center;
    font-size: 20px;
}
.productsHolder a
{
    text-decoration: none;
    color: #292929;
}
.productsHolder a:hover
{
    color: #333333;
}
.productsHolder img
{
    width: 250px;
    height: 250px;
    display: block;
    margin: auto;
}
.btn1
{
    padding: 10px 30px;
    background-color: #00457e;
    color: white;
    text-align: center;
    display: block;
    margin: auto;
    text-decoration: none;
    font-weight: 600;
    border-radius: 0px;
    font-size: 14px;
    max-width: 60%;
}
.btn:hover
{
    color: white;
}
/* ponuda end */

/* ugradnja start */
#ugradnja
{
    padding: 100px 0px;
    background-color: whitesmoke;
}
#ugradnja img
{
    display: block;
    margin: auto;
    width: 80%;
}
#ugradnja p
{
    font-size: 20px;
}
#ugradnja ul li
{
    font-size: 20px;
}
#ugradnja a
{
    padding: 10px 30px;
    background-color: #00457e;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin: auto;
    max-width: 220px;
    width: 100%;
}
/* ugradnja end */

/* teren start */
#teren
{
    padding: 50px 0px;
    background-color: rgb(230, 230, 230);
}
#teren a
{
    padding: 10px 30px;
    background-color: #00457e;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin: auto;
    max-width: 220px;
    width: 100%;
}
/* teren end */

/* servis start */
#servis
{
    padding: 50px 0px;
    background-color: white;
}
#servis p
{
    font-size: 20px;
    text-align: center;
}
#servis a
{
    padding: 10px 30px;
    background-color: #00457e;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin: auto;
    max-width: 220px;
    width: 100%;
}
#servis a:hover
{
    color: white;
}
/* servis end */

/* test start */
#test
{

    background-image: url(IMG/bg.avif);
    background-size: cover;
    background-attachment: fixed;
}
.test-overlay
{
    padding: 250px 0px;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
}
.testCon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
}
.testCon h2
{
    color: white;
    text-align: center;
    font-size: 55px;
    font-weight: 600;
}
.testCon a
{
    text-align: center;
    padding: 15px 30px;
    background-color: #00457e;
    color: white;
    font-weight: 600;
    display: block;
    margin: auto;
    max-width: 250px;
    width: 100%;
    text-decoration: none;
    font-size: 18px;
    margin-top: 20px;
}
/* test end */

/* about start */
#about
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#about p
{
    text-align: center;
    font-size: 20px;
}
#aboutBtn
{
    padding: 10px 30px;
    background-color: #00457e;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin: auto;
    max-width: 220px;
    width: 100%;

}
/* about end */

/* line start */
#line
{
    max-width: 100%;
    width: 100%;
}
.lineHolder
{
    display: flex;
    flex-wrap: wrap; /* vaÄ¹Ä¾no da elementi mogu da prelaze u novi red */
    align-items: center;
    justify-content: flex-start;
}
.lineItem
{
    width: 33.33%;
    padding: 60px 100px;
    background: linear-gradient(45deg, #005DAB, #00457e);
}
.lineItem h5
{
    text-align: center;
    color: white;
}
/* line end */

/* brends start */
#brends
{
    padding: 50px 0px;
    background-color: white;
}
#brends img
{
    display: block;
    margin: auto;
}
/* brends end */

/* location start */
#location
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
/* location end */

/* footer start */
#footer
{
    padding: 50px 0px;
    background-color: #1b1b1b;
}
#footer img
{
    width: 150px;
    display: block;
    margin: auto;
}
#footer p
{
    text-align: center;
    color: white;
}
#footer a
{
    text-align: center;
    text-decoration: none;
    color: whitesmoke;
}
/* footer end */

/* contactHero start */
#contactHero
{
    background-image: url(IMG/Cleaning-Your-Air-Conditioning.jpg);
    background-size: cover;
    background-position: center;
}
.contactHero-overlay
{
    padding: 150px 0px;
    background-color: rgba(0, 93, 171, 0.55);
}
.contactCon p
{
    text-align: center;
    font-size: 20px;
    color: white;
}
.contactCon h1
{
    font-weight: 700;
    font-size: 75px;
    text-align: center;
    color: white;
}
.contactCon a
{
    text-align: center;
    padding: 10px 30px;
    background-color: #00457e;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 250px;
    text-decoration: none;
    color: white;
    font-weight: 600;
}
.contactCon a:hover
{
    color: white;
}
/* contactHero end */

/* contact start */
#contact
{
    padding: 50px 0px;
}
#contact a
{
    text-decoration: none;
    color: #333333;
    font-size: 20px;
}
.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;
    border-radius: 0px;
} 
.contact-Form1 textarea
{
    margin: 5px 0px;
}
.contact-Form1 button
{

    /* background-color: #88A5A9; */
    background-color: #00457e;
    /* background: linear-gradient(to bottom, #F5EA52, #CFA032); */
    border: none;
    padding: 10px 35px;
    outline: none;
    border: none;
    margin: 10px 0px;
    font-weight: 600;
    font-size: 16px;
    color: white;
    border-radius: 0px;
        display: block;
    margin: auto;
}
#provera
{
    display: none;
}
.contactHolder
{
    margin: 20px 0px;
}
.contactHolderItem img
{
    width: 32px;
    margin-right: 10px;
    margin-top: 10px;
}
/* contact end */

/* aboutHero start */

.aboutHero-overlay
{
    padding: 150px 0px;
    background-color: rgba(0, 93, 171, 0.55);
    position: relative;
}
.abouttCon p
{
    text-align: center;
    font-size: 20px;
    color: white;
}
.abouttCon h1
{
    font-weight: 700;
    font-size: 75px;
    text-align: center;
    color: white;
}
.abouttCon a
{
    text-align: center;
    padding: 10px 30px;
    background-color: #00457e;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 250px;
    text-decoration: none;
    color: white;
    font-weight: 600;
}
.abouttCon a:hover
{
    color: white;
}
/* aboutHero end */

/* aboutCon start */
#aboutCon
{
    padding: 50px 0px;
}
#aboutCon p
{
    font-size: 20px;
    text-align: center;
}
/* aboutCon end */

/* izdvaja start */
#izdvaja
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#izdvaja ul
{
    list-style: none;
}
#izdvaja ul li
{
    font-size: 20px;
    padding: 5px 0px;
}
#izdvaja a
{
    padding: 10px 30px;
    background-color: #00457e;
    color: white;
    text-decoration: none;
    display: block;
    margin: auto;
    font-weight: 600;
    text-align: center;
    max-width: 220px;
    width: 100%;
}
/* izdvaja end */

/* usluge start */
#usluge
{
    padding: 50px 0px;
}
#p1
{
    background-image: url(IMG/ugradnja.jpg);
    background-size: cover;
    background-position: center;
}
#p2
{
    background-image: url(IMG/Frigo-energy-001-450x450.avif);
    background-size: cover;
    background-position: center;
}
#p3
{
    background-image: url(IMG/servis.jpg);
    background-size: cover;
}
#p4
{
    background-image: url(IMG/prodaja.jpg);
    background-size: cover;
    background-position: bottom;
}
.ponuda-overlay
{
    padding: 150px 0px;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
}
.ponudaCon
{
    position: absolute;
    left: 30%;
    bottom: 10px;
    transform: translate(-30%, -10px);
    width: 95%;
}
.ponudaCon h3
{
    color: white;
    font-size: 30px;
    margin-bottom: 20px;
}
.ponudaHolder
{
    margin: 5px 0px;
}
.ponudaBtn
{
    padding: 10px 30px;
    background-color: #00457e;
    color: white;
    font-weight: 600;
    text-decoration: none;
    max-width: 220px;
    text-align: center;
}
#ponudaTxt
{
    text-align: center;
    padding: 30px 0px;
    font-size: 18px;
}
.op
{
    opacity: 0;
}
/* usluge end */

/* media start */
@media only screen and (max-width: 576px)
{
    #opis
    {
        max-width: 95%;
        display: block;
        margin: auto;
    }
    .hide
{
    display: block;
}
    #ugradnja img
    {
        display: block;
        margin: auto;
        width: 100%;
    }
    #test
    {
        background-attachment: scroll;
        background-size: cover;
        background-position: right;
    }
    .testCon h2
    {
        font-size: 30px;
    }
    .btn1
    {
        padding: 10px 30px;
        background-color: #00457e;
        color: white;
        text-align: center;
        display: block;
        margin: auto;
        text-decoration: none;
        font-weight: 600;
        border-radius: 0px;
        font-size: 14px;
        max-width: 100%;
        width: 100%;
    }
    #komplet
    {
        padding: 10px 30px;
        background-color: #00457e;
        color: white;
        text-align: center;
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        display: block;
        margin: auto;
        max-width: 250px;
        width: 100%;
    }
    #cartBtn
    {
        position: absolute;
        top: 35px;
        right: 65px;
    }
    #navigation
    {
        border-top: 3px solid #00457e;
    }
    .lineItem
    {
        width: 100%;
        padding: 40px 100px;
        background: linear-gradient(45deg, #1a3c62, #224c7b);
    }
    .title
    {
        text-align: center;
        margin-bottom: 50px;
        font-weight: 700;
        font-size: 35px;
    }
    #navBtn
    {
        display: none;
    }
    .heroCon h1
    {
        color: white;
        font-size: 40px;
        font-weight: 700;
    }
    .heroCon p
    {
        font-size: 18px;
        color: white;
    }
    .abouttCon h1
    {
        color: white;
        font-size: 40px;
        font-weight: 700;
    }
    .abouttCon p
    {
        font-size: 18px;
        color: white; 
    }
    .contactCon h1
    {
        color: white;
        font-size: 40px;
        font-weight: 700;
    }
    .contactCon p
    {
        font-size: 18px;
        color: white; 
    }
    #ugradnjaHero h1
    {
        color: white;
        font-size: 40px;
        font-weight: 700;
    }
    #ugradnjaHero p
    {
        font-size: 18px;
        color: white; 
    }
    .ponudaCon h3
    {
        text-align: center;
    }
    .ponudaBtn
    {
        display: block;
        margin: auto;
    }
}
/* media end */






/* control panel start */
#controlHero
{
    padding: 100px 0px;
    text-align: center;
}
#controlHero h1
{
    font-weight: 700;
    font-size: 75px;
    color: #333333;
}
#controlHero a
{
    text-align: center;
    padding: 10px 30px;
    background-color: #00457e;
    font-weight: 600;
    text-decoration: none;
    max-width: 220px;
    width: 100%;
    color: white;
    display: block;
    margin: auto;

}
#termini
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
/* control panel end */





/* products start */
#products
{
    padding: 50px 0px;
}
.productsHolder
{
    padding: 20px 20px;
    border: 1px solid rgb(231, 231, 231);
    color: #292929;
    max-width: 24%;
    width: 24%;
    display: block;
    margin: auto;
}
.productsHolder h4
{
    font-size: 20px;
}
.productsHolder p
{
    font-size: 18px;
}
.productsHolder a
{
    text-decoration: none;
    color: #292929;
}
#k
{
    /* color: red; */
    font-size: 16px;
}
.productsHolder img
{
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
}
.btn
{
    padding: 10px 35px;
    background-color: #00457e;
    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;
}
.smallImage1
{
    /* width: 80%; */
    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: #00457e;
    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: #00457e;
    color: white;
  }
  .selectProductImg img
  {
    display: block;
    margin: auto;
  }
  #selectPriceTxt p
  {
    display: none;
    font-size: 16px;
    margin-right: 10px;
  }
  .selectProductInfo ul li
  {
    font-size: 20px;
  }

/* productsInfo 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: #00457e;
    color: white;
    display: block;
    margin: auto;
    max-width: 200px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
  }
  /* images end */

   /* predlog start */
  #predlog
  {
    padding: 50px 0px;
    background-color: whitesmoke;
  }
  /* predlog end */

  #garancija img
  {
      width: 75%;
  }




  /* korpa start */
#korpa
{
    padding: 50px 0px;
}
.korpaHolderBtn
{
    display: flex;
    justify-content: center;
    align-items: center;
}
#morePro
{
    padding: 10px 35px;
    background-color: #00457e;
    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: red;
    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: 100px 0px;
}
  #dodatak
  {
    margin-top: -30px;
  }
  #selectPrice
  {
    margin-left: 10px;
    font-size: 25px;
    font-weight: 600;
  }
  #selectPriceTxt
  {
        font-size: 25px;
    font-weight: 600;
  }
@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;
    }
      .selectProductInfo ul li
  {
    font-size: 20px;
  }
  .selectProductTitle
  {
    font-size: 26px;
  }
  .selectProductHolder p
  {
    font-size: 20px;
  }
  .productsTipsBtn 
  {
    font-size: 18px;
    color: #292929;
  }
  #selectPriceTxt
  {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
  }
  #selectPrice
  {
    margin-left: 10px;
    font-size: 25px;
    font-weight: 600;
  }

}
/* korpa end */

#korpaHero
{
    padding: 50px 0px;
}
#serBtn
{
    background-color: #00457e;
    /* 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;
    max-width: 220px;
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 20px;
    text-align: center;
}



/* checkout start */
#checkout
{
    padding: 50px 0px;
}
#checkoutBtn
{
    /* display: block;
    margin: auto; */
    /* background-color: #88A5A9; */
    background-color: #00457e;

    /* 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: #00457e;

    /* 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 */

/* podaci start */
#podaci
{
    padding: 50px 0px;
}
#podaci form input
{
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 5px;
    outline: none;
}
/* podaci end */

/* rezervacija start */
#rezervacija
{
    padding: 100px 0px;
}
.rezervacijaHolder
{
    max-width: 70%;
    display: block;
    margin: auto;
    padding: 100px;
    background-color: whitesmoke;
}
.rezervacijaHolder form input, select, textarea
{
    width: 100%;
    padding: 5px 7px;
}
.rezervacijaHolder form button
{
    display: block;
    margin: auto;
    padding: 10px 30px;
    background-color: #00457e;
    color: white;
    font-weight: 600;
    text-align: center;
    max-width: 220px;
    width: 100%;
    outline: none;
    border: none;
}
.rezervacijaHolder form p
{
    text-align: center;
    font-weight: 600;
}
#rezervacija a
{
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    display: block;
    margin: auto;
    color: #333333;
}
/* rezervacija end */


@media only screen and (max-width: 576px)
{
    .rezervacijaHolder
    {
        max-width: 100%;
        width: 100%;
        display: block;
        margin: auto;
        padding: 50px;
        background-color: whitesmoke;
    }
    #rezervacija
    {
        padding: 50px 0px;
        background-color: whitesmoke;
    }

}


/* kontrola start */
#kontrola
{
    padding: 100px 0px;
}
#kontrola table
{
    border: 1px solid black;
    width: 100%;
    padding: 10px 10px;
}
#dodaj
{
    max-width: 60%;
    width: 100%;
    text-align: center;
    display: block;
    margin: auto;
}
#dodaj select
{
    width: 300px;
    text-align: center;
    font-size: 20px;
    display: block;
    margin: auto;
}
#dodaj button
{
        display: block;
    margin: auto;
    padding: 10px 30px;
    background-color: #00457e;
    color: white;
    font-weight: 600;
    text-align: center;
    max-width: 220px;
    width: 100%;
    outline: none;
    border: none;
}
#mark_free
{
    padding: 10px 30px;
    background-color: #00457e;
    color: white;
    font-weight: 600;
    text-align: center;
    max-width: 200px;
    width: 100%;
    outline: none;
    border: none;
    font-size: 14px;
    display: block;
    margin: auto;
    text-decoration: none;
}
#mark_busy
{
    padding: 10px 20px;
    background-color: #00457e;
    color: white;
    font-weight: 600;
    text-align: center;
    max-width: 200px;
    width: 100%;
    outline: none;
    border: none;
    font-size: 14px;
    display: block;
    margin: auto;
        text-decoration: none;
}
table thead
{
    background-color: #00457e;
    color: white;
}
/* kontrola end */

@media screen and (max-width: 768px) {
  .responsive-table thead {
    display: none;
  }

  .responsive-table, .responsive-table tbody, .responsive-table tr, .responsive-table td {
    display: block;
    width: 100%;
  }

  .responsive-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    background-color: #f9f9f9;
  }

  .responsive-table td {
    text-align: left;
    padding-left: 50%;
    position: relative;
    border: none;
    border-bottom: 1px solid #eee;
  }

  .responsive-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    top: 10px;
    font-weight: bold;
    /* text-transform: uppercase; */
    font-size: 12px;
    color: #333;
  }
  .responsive-table tbody tr td
  {
    padding-left: 150px;


  }
}

@media screen and (max-width: 576px) 
{
    #dodaj select
    {
        width: 100%;
        text-align: center;
        font-size: 20px;
        display: block;
        margin: auto;
    }
    #controlHero h1
    {
        font-size: 42px;
        margin-bottom: 20px;
    }
}







/* aboutHero start */
#cenovnikHero
{
    background-image: url(IMG/Cleaning-Your-Air-Conditioning.jpg);
    background-size: cover;
    background-position: center;
}
.cenovnikHero-overlay
{
    padding: 120px 0px;
    background-color: rgba(0, 93, 171, 0.55);
}
.cenovnikCon p
{
    text-align: center;
    font-size: 20px;
    color: white;
}
.cenovnikCon h1
{
    font-weight: 700;
    font-size: 75px;
    text-align: center;
    color: white;
}
.cenovnikCon a
{
    text-align: center;
    padding: 10px 30px;
    background-color: #00457e;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 250px;
    text-decoration: none;
    color: white;
    font-weight: 600;
}
.cenovnikCon a:hover
{
    color: white;
}
/* aboutHero end */

/* cenovnik start */
#cenovnik
{
    padding: 100px 0px;
}
/* cenovnik end */

/* ugradnja hero start */
#ugradnjaHero
{
    background-image: url(IMG/ugradnja.avif);
    background-size: cover;
    background-position: top;
}
.ugradnjaHero-overlay
{
    padding: 150px 0px;
    background-color: rgba(0, 93, 171, 0.55);
    position: relative;
}
.ugradnjaCon p
{
    text-align: center;
    font-size: 20px;
    color: white;
}
.ugradnjaCon h1
{
    font-weight: 700;
    font-size: 75px;
    text-align: center;
    color: white;
}
.ugradnjaCon a
{
    text-align: center;
    padding: 10px 30px;
    background-color: #00457e;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 250px;
    text-decoration: none;
    color: white;
    font-weight: 600;
}
.ugradnjaCon a:hover
{
    color: white;
}

/* ugradnjatxt start */
#ugradnjatxt
{
    padding: 50px 0px;
}
#ugradnjatxt p
{
    text-align: center;
    font-size: 20px;
}
#ugradnjatxt a
{
    text-align: center;
    display: block;
    margin: auto;
    max-width: 250px;
    width: 100%;
    padding: 10px 30px;
    background-color: #00457e;
    color: white;
    font-weight: 600;
    text-decoration: none;
}
#ugradnjatxt ul
{
    list-style: none;
}
#ugradnjatxt ul li
{
    font-size: 20px;
    text-align: center;
}
/* ugradnjatxt end */


/* opis start */
#opis
{
    padding: 50px 0px;
}
/* opis end */
#korpaBtn
{
    padding: 9.5px 30px;
    background-color: #00457e;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    color: white;
}

#alltermin
{
    display: block;
    margin: auto;
    padding: 10px 30px;
    font-weight: 600;
    color: white;
    text-align: center;
    max-width: 220px;
    width: 100%;
    text-decoration: none;
    background-color: #00457e;
}
#uskoro
{
    padding: 50px 0px;
}

.productsHolder .btn
{
    padding: 10px 30px;
    background-color: #00457e;
    color: white;
    border-radius: 0px;
}
#ponuda p
{
    /* font-size: 20px; */
    text-align: center;
}

@media screen and (max-width: 576px) 
{
    .productsHolder h6
    {
        font-size: 14px;
    }
    .cenovnikCon p
{
    text-align: center;
    font-size: 18px;
    color: white;
}
.cenovnikCon h1
{
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: white;
}
.rezervacijaHolder
{
    padding: 0px;
    width: 100%;
    max-width: 100%;
}
.rezervacijaHolder form
{
    max-width: 100%;
    width: 100%;
}
.rezervacijaHolder form input
{
    max-width: 100%;
    width: 100%;
    border-radius: 0px;
}
}

#deleteTermin
{
    padding: 5px;
    background-color: rgb(143, 0, 0);
    color: white;
    outline: none;
    border: none;
}
#deleteTermin img
{
    width: 24px;
}

#remove
{
    display: block;
    margin: auto;
    background-color: none;
    border: 0px;
    margin-top: 5px;
}

/* recenzije start */
#recenzije
{
    padding: 50px 0px;
}
#recenzije a
{
    text-align: center;
    text-decoration: none;
}
#addrecenziju
{
    padding: 10px 30px;
    background-color: #00457e;
    color: white;
    text-decoration: none;
    font-weight: 600;
    max-width: 220px;
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
}
#recenzijaForm
{
    max-width: 70%;
    width: 100%;
    display: block;
    margin: auto;
}
#recenzijaForm input
{
    border-radius: 0px;
}
#recenzijaForm textarea
{
    border-radius: 0px;
}
#recenzijaForm button
{
    padding: 10px 30px;
    background-color: #00457e;
    color: white;
    text-decoration: none;
    font-weight: 600;
    max-width: 220px;
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 0px;
}
/* recenzije end */

#free
{
    font-size: 20px;
    text-align: center;
}


#cenovnik ul li
{
    font-size: 20px;
}

/* filter start */
#filter
{
    padding: 50px 0px;
}
/* filter end */