/* jebeni iPhone 4 start */
/* spusta s;ajder */
@media only screen and 
  (min-device-width: 320px) and 
  (max-device-width: 480px) and 
  (-webkit-min-device-pixel-ratio: 2) and 
  (device-aspect-ratio: 2/3) {.slider-content {bottom: 1px !important;}}
/* jebeni iPhone 4 end */  
  
  
  
  
  
  

/* kozmetika zvezdice start */

@media screen and (max-width: 700px) {
  /* Wrapper stays full-width to clear floats, but centers its contents */
  body.kozmetika span.image.left,
  body.kozmetika span.image.right {
    float: none !important;
    display: block !important;
    width: 100% !important;
    clear: both !important;
    margin: 0 0 1em !important;
    text-align: center;    /* center the inner img-block */
  }

  /* Image itself scales up to container but never beyond max-width */
  body.kozmetika span.image.left img,
  body.kozmetika span.image.right img {
    display: inline-block;
    width: 80vw;           /* 80% of the viewport width */
    max-width: 300px;      /* or whatever max you choose */
    height: auto;
  }
}
 
 
/* For viewports 320–350px wide */
@media screen and (min-width: 320px) and (max-width: 350px) {
  body.kozmetika ul li {
    font-size: 0.6rem;
  }
}

/* For viewports 351–380px wide */
@media screen and (min-width: 351px) and (max-width: 380px) {
  body.kozmetika ul li {
    font-size: 0.7rem;
  }
}

/* kozmetika zvezdice end */






/* slajder start */

.slider-popup {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}

.slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  width: 85%;
  max-width: 620px;
  max-height: 95vh;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0;
}

.sajder-dugme:hover,
.sajder-dugme:active {
  background-color: #28a745 !important;
}

/* For 1366px screens */
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .slider-content {
    width: 75%;
    max-width: 550px;
  }
}

/* For large screens (1920px and above) */
@media only screen and (min-width: 1920px) {
  .slider-content {
    max-width: 800px;
    padding: 40px 30px;
  }
  
  .slide-title {
    font-size: 26px;
  }
  
  .slide p {
    font-size: 20px;
  }
  
  .slide-price {
    font-size: 24px;
  }
  

  
  .sajder-dugme {
    font-size: 20px;
    padding: 14px 26px;
  }
}

/* For extra large screens (2500px and above) */
@media only screen and (min-width: 2500px) {
  .slider-content {
    max-width: 1000px;
    padding: 50px 40px;
  }
  
  .slide-title {
    font-size: 30px;
  }
  
  .slide p {
    font-size: 22px;
  }
  
  .slide-price {
    font-size: 26px;
	color: #28a745;
  }
  
  .sajder-dugme {
    font-size: 22px;
    padding: 16px 30px;
  }
}

/* Rest of your original CSS remains unchanged below this point */
.close-slider {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 28px;
  color: #999;
  cursor: pointer;
}

.close-slider:hover {
  color: #000;
}

.slide {
  display: none;
  text-align: center;
}

.slide.active {
  display: block;
}

.slide-title {
  font-size: 22px;
  margin-bottom: 12px;
  color: #444;
}

.slide img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}

.slide p {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.slide-price {
  font-size: 20px;
  font-weight: bold;
  color: #28a745;
  margin-bottom: 15px;
}

.sajder-dugme {
  display: inline-block;
  background-color: #28a745;
  color: white;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.2s ease;
}

.sajder-dugme:hover,
.sajder-dugme:active {
  background-color: #e04949;
  color: white !important;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none !important;
  width: 40px;
  height: 40px;
  border: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  z-index: 10;
  padding: 0;
  margin-right: 15px;
  margin-left: 15px;
}

.arrow:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.35);
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
  .slider-content {
        top: 50%;
        transform: translate(-50%, -50%);
        max-height: 95vh;
  }
}

@media only screen and (min-width: 300px) and (max-width: 425px) {
  .slider-content {
    width: 94%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 100px;
    transform: translateX(-50%);
    padding: 20px 10px;
    max-height: none;
  }
}

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

  }

  .slide-title {
    font-size: 18px;
  }

  .slide p,
  .slide-price {
    font-size: 16px;
  }

  .sajder-dugme {
    font-size: 16px;
    padding: 10px 18px;
  }

  .arrow {
    width: 50px;
    height: 50px;
    font-size: 28px;
    opacity: 0.8;
  }

  .prev {
    left: 8px;
  }

  .next {
    right: 8px;
  }
}

.sajder-dugme.icon.fa-phone::before {
  margin-right: 8px;
}

/* Make sure sajder-dugme text stays white on hover/active */
.sajder-dugme:hover,
.sajder-dugme:active {
  color: white !important;
}

/* Hide buttons depending on screen size */
@media (max-width: 768px) {
  .desktop-contact-button {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sajder-dugme {
    display: none !important;
  }
}

/* Style for button */
.sajder-dugme,
.desktop-contact-button {
  background-color: #28a745 !important;
  color: #fff !important;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 4px;
  display: block;
  margin: -10px auto 20px auto;
  font-weight: bold;
  text-align: center;
  width: fit-content;
  border: none;
  cursor: pointer;
}

.desktop-contact-button:hover,
.desktop-contact-button:active,
.desktop-contact-button:focus {
  background-color: #28a745 !important;
  color: #fff !important;
}

/* Keyframe animation for pulsing */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
  }
}

/* Apply to both buttons */
.sajder-dugme,
.desktop-contact-button {
  animation: pulse 2s infinite;
}

/* slajder end */
















 /* DUGME IZDVAJAMO IZ PONUDE START */  
  
.mobile-call-button2 {
  position: fixed;
  right: 15px;
  bottom: 80px; /* ← leaves room for full-width call button below */
  background-color: #f56a6a;
  color: white !important;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  z-index: 9999;
  padding: 14px 20px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.mobile-call-button2:hover,
.mobile-call-button2:focus {
  background-color: #e55555;
  color: white !important;
}


@media (min-width: 769px) {
  .mobile-call-button2 {
	left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 20px;
  }
}

  /* DUGME IZDVAJAMO IZ PONUDE END */  
  
  
  
  
  
  
  
  
  
  
  
  /* DUGME POZOVITE START */
  
  
  
  @media only screen and (max-width: 768px) {    .mobile-call-button {          position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: #28a745;
    color: #fff !important;
    text-align: center;
    padding: 18px 0;
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
    z-index: 9999; /* da bude iznad svega */
    box-sizing: border-box;  }    
  
  
  
  
  .mobile-call-button:hover,    .mobile-call-button:active,    .mobile-call-button:focus {      color: #ffffff !important;      background-color: #218838;    }  }  
  
  
  
  
  @media only screen and (min-width: 769px) {    .mobile-call-button {      display: none;    }  }
  
  
  
    /* DUGME POZOVITE END */
  
  
  
  
  
.button.special {margin-bottom: 10px;}
.top30 {margin-top: 30px}
.bot10 {margin-bottom: 10px}
.bot50 {margin-bottom: 50px}
.bot100 {margin-bottom: 100px}
.kozul {margin-left: 10px; list-style: none !important;}
.kozsas {margin: 30px 0px 80px 0px; display: inline-block;}
#sectab {display: table; border-top: none !important;}
.vrh {float: right;}
.novo {color: red !important; font-size: 17px; font-weight: bolder;}
.nijenovo {}
.levo20 {margin-left: 25px}
.solslitab {background-color: transparent !important;}
.red {color: red !important;}



ul.domtabs {width: initial !important;}

/*
@media screen and (max-width: 600px) {
	
.infotablasol tr th:nth-child(1),.infotablasol tr td:nth-child(1) {display:none;}
.infotablasol tr th:nth-child(2),.infotablasol tr td:nth-child(2) {pointer-events: none; cursor: default;}
.infotablasol tr th:nth-child(4),.infotablasol tr td:nth-child(4) {vertical-align: middle;font-size: large;}
.infotablasol tr th:nth-child(5),.infotablasol tr td:nth-child(5) {display:none;}


.infotablasol .solslitab {text-align: center;font-size: x-large;}


.infotablasol .solslitab {

-ms-transform: scale(0.7,0.7);
-webkit-transform: scale(0.7,0.7);
transform: scale(0.7,0.7); 


}
}


*/
 
#menuToggle {
  visibility: visible !important;
  opacity: 1 !important;
}

body {
padding-bottom: 130px;
}