<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* product detail skrytie divneho popisku hore*/
/*.product-status-place &gt; .second-product-name {
 display: none; 
}*/

/* farbicky pre hlavne buyttony prihlasenie, registracia ..*/
html body #page #ebar_set a {
  color: #000;
  text-shadow: none;
}

/*lista pozadi*/
.myheader {
    background: rgb(36, 37, 45) url("../images/textures/tex_dark.png") repeat fixed 0px 0px;
    box-shadow: 0px -51px 0px 0px rgb(200, 200, 200) inset, 0px 0px 1px rgba(0, 0, 0, 0.1);
}

/* radius na tile pri liste produktov*/
.productBody {
    border-radius: 10px;
}

/* product detail dole text*/
#description {
  display: none
}

/* posunutie honrych tlacidiel nizsie*/
#ebar {
  padding-top: 10px;
}


/* posunutie paticky nizsie pri zobrazeni na mobile */
@media only screen and (max-width: 460px) {
  #footer_right {    
      bottom: -90px;    
  }
}

/* vacsie odsadenie loga pri zobrazeni na mobile */
@media only screen and (max-width: 767px)
html .logo-wrapper {
    top: -10px;
}
</pre></body></html>