ul.sai-user-menu li a.active{
background:white;
font-weight:bold;
}
.shipping-fields{
display:none;
}
.rating i { 
  font-size:18px !important;
 }

#waitBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.29);
    display: none;
    justify-content: center; /* Horizontálne centrovanie */
    align-items: center; /* Vertikálne centrovanie */
}

.waitMsg {
position:absolute;
    background: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: inline-block; /* Aby span rešpektoval padding a rozmery */
    text-align: center;
    top: 40%;
    left: 40%;
}
.btn-primary {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}

.btn-primary:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
  filter: brightness(90%);
}

.wa-search-bar {
    position: relative; /* Aby sa našepkávač pozicoval relatívne k formuláru */
}

.autocomplete-suggestions {
    position: absolute;
    width: 100%; /* Plná šírka formulára */
    max-height: 80%;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: none;
    background: white;
    display: none;
    z-index: 1000;
    left: 0;
    top: 100px; /* Zarovnanie priamo pod formulár */
}

.autocomplete-suggestions div {
    padding: 8px;
    cursor: pointer;
}

.autocomplete-suggestions div:hover {
    background: #f0f0f0;
}
.testPageInfo{
text-align:center;
padding:5px;
}
.deactivated{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,1);
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#000;
    font-size:2em;
    font-family:sans-serif;
    pointer-events:auto;
    text-align:center;
    line-height:150%;
    padding:15px;
    flex-direction:column;
}
.deactivated a{
color:#00f; text-decoration:underline; font-size:0.8em;
}
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}
.cookie-banner a {
    color: #fff;
    text-decoration: underline;
}
.cookie-banner button {
    background: #28a745;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
.cookie-banner form{
display:inline;
}


select.language, select.currency {
  /* Základný box */
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  background-color: transparent;
  font-size: 12px;
  appearance: none;

  /* Vizualizácia výberu */
  cursor: pointer;
  transition: all 0.2s ease;
}

select.language:hover, select.currency:hover {
  border-color: var(--focus-color);
}

select.language:focus, select.currency:focus {
  outline: none;

}

.sai_menu, .sai_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sai_menu {
  display: block; /* Položky menu sú pod sebou */
}

.sai_menu > li {
  position: relative;
}

.sai_menu ul {
  display: block;
  position: static;
}

.sai_menu ul ul {
  position: static;
}

/* Voliteľné: ikona šípky napravo – len ilustratívne */
select.language, select.currency {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23333' d='M8.79 11.546a.5.5 0 01-.79 0l-4-4a.5.5 0 01.79-.632L8 10.368l3.21-3.454a.5.5 0 01.79.632l-4 4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0px center;
  background-size: 16px;
  padding-right: 15px;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
  background: #fff;
}

.compare-table thead th {
  background: #f9f9f9;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 10px;
  border-bottom: 2px solid #ddd;
}

.compare-table thead th a {
  color: #222;
  text-decoration: none;
}

.compare-table thead th a:hover {
  color: var(--main-color);
  text-decoration: underline;
}

.compare-table tbody td,
.compare-table tbody th {
  padding: 12px 10px;
  text-align: center;
}

.compare-table tbody td:first-child,
.compare-table tbody th:first-child {
  text-align: left;
  font-weight: 600;
  width: 180px;
}

.compare-table img {
  max-width: 120px;
  max-height: 120px;
  margin: 0 auto;
  display: block;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.compare-table .price {
  font-size: 16px;
  font-weight: 700;
  color: #e60023;
}


.compare-table th:first-child,
.compare-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;           /* aby prekryl ostatné bunky pri scrolle */
  max-width: 10%;     /* aby nebol príliš úzky */
  background:white;
}

ul.stitky{
list-style: none;
position:absolute;
top:5px;
left:5px;
}
ul.stitky.detail{
position:relative;
left:0;
}
ul.stitky li{
padding:7px 10px;
}
.sai-top-bar{
position:fixed;
top:0;
left:0;
width:100%;
height:35px;
padding-top:5px;
background:red;
color:white !important;
z-index:99999;
text-align:center;
  background: repeating-linear-gradient(
    45deg,            /* uhol pruhov */
    #FF4500 0 20px,      /* biela páska 20px */
    red 20px 40px      /* červená páska 20px */
  );
}
.sai-top-bar a{color:white !important;}

  .product-thumb{ width:80px; height:80px; object-fit:contain; }
  .rating .fa-star{ cursor:pointer; font-size:1.25rem; }
  .rating .fa-solid{ color:var(--main-color); }
  .rating .fa-regular{ color:#adb5bd; }
  .table-reviews td{ vertical-align:middle; text-align:left;}


.table-reviews td:not(:first-child) {
  min-width: 170px;
}

  .table-reviews textarea{ width:100%; resize:vertical; min-height:84px; }
  
.hero-slider { position: relative; overflow: hidden; background:var(--color-bg-header);}

.hero-slider .hs-slide {
  position: absolute; inset: 0; opacity: 0; pointer-events: none;
  transition: opacity 1.6s ease;
  display: flex; align-items: center;
}
.hero-slider .hs-slide.active { opacity: 1; pointer-events: auto; }

.hs-left .hs-subtitle, .hs-left .hs-title, .hs-left .hs-btn { 
  transform: translateY(200px); opacity: 0; transition: transform 1.6s ease, opacity 1.6s ease;
}
.hs-right img {
  max-width: 70%; height: auto; display: block;
  transform: translateX(300px); opacity: 0; transition: transform 1.6s ease, opacity 1.6s ease;
  display: inline-block; 
}
.hs-right {
  text-align: right;   /* zarovná obrázok doprava */
}

.hs-slide.active .hs-left .hs-subtitle { transform: translateY(0); opacity: 1; transition-delay: .05s; }
.hs-slide.active .hs-left .hs-title    { transform: translateY(0); opacity: 1; transition-delay: .35s; }
.hs-slide.active .hs-left .hs-btn      { transform: translateY(0); opacity: 1; transition-delay: .50s; }
.hs-slide.active .hs-right img         { transform: translateX(0); opacity: 1; transition-delay: .70s; }
.hero-slider .hs-slide { z-index: 0; }
.hero-slider .hs-slide.active { z-index: 1; }

  .thumbnail {
    overflow: hidden;
}

.thumbnail img {
    width: 100%;
    height: 270px; /* nastav podľa potreby */
    object-fit: cover;
    display: block;
}
.thumbnail img.small {
    width: 120px; 
    height: 120px; 
}
ul.searchResults {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.searchResults li {
  flex: 1 1 calc(25% - 1rem); /* col-3 */
  max-width: calc(25% - 1rem);
  text-align: center;
  background: #fff;
  border-radius: 0.5rem;
  padding: 0.75rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  transition: transform .2s ease, box-shadow .2s ease;
}

ul.searchResults li:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

ul.searchResults li a {
  text-decoration: none;
  color: inherit;
  display: block;
}

ul.searchResults img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}

ul.searchResults .name {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0.25rem;
}

ul.searchResults .price {
  color: #e02401;
  font-weight: 700;
  font-size: 15px;
}
ul.searchResults .trash {
position:absolute;
top:-5px;
right:-5px;
color:red;
font-size:20px;
}

/* Mobilné zobrazenie */
@media (max-width: 767px) {
  ul.searchResults li {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.fa-code-compare {
  font-weight: 300 !important;
}

