/*nastavení horní lišty */
.top-navigation-contacts .project-phone span {
    color: green;
}

.top-navigation-menu {
    margin: 0 -200px 0 0;
}

.top-navigation-contacts {
    z-index: 1;
}

.site-name a img,
div[data-editorid="logo"] a img {
    max-height: 150px !important; /* Zde změňte výšku podle potřeby, např. na 120px */
    height: auto !important;
    width: auto !important;
}

.header-top {
    display: flex !important;
    align-items: center !important; /* Vycentruje logo vertikálně s okolním textem */
    height: auto !important;
}

.p .p-in .p-in-in .name span{ /*17*/
    font-size: 17px;
    font-weight: 500;
}
div.content-wrapper.homepage-box.welcome-wrapper{
    background-color: #f98c16 !important;
    font-size: 16px;
}
/* styl pro dostupnost */
.availability span {
    padding: 1px 5px 1px 5px;
}

/* styl pro "Skladem" */
.availability span[style*="color:#3c840f"] {
    color: white !important;
    font-weight: bold;
    background-color: #39800e;
}

.flag.flag-new {
    background-color: #b86e00ff !important;
}

/* Zarovnání s dalšími štítky*/
.ratings-wrapper {
    display: flex;
    align-items: center;
    line-height: 3;
}

/* Výchozí stav: schovat oba dynamické bannery */
.dynamic-banner {
      display: none;
  }


/*procento slevy u košíku*/
.p-discount .show-tooltip {
    font-size: 19px;
    color: #f98c16;
}