.hodnoceni-sem {
  margin: 3rem auto 0;
}

.hodnoceni-sem .stars span.star:before, .stars a.star:before, .stars span.star:before {
  color: #cc9d72 !important;
}

.flags .flag.flag-custom2 {
  color: #000;
}

.flags .flag.flag-action {
  font-size: .9em;
  font-weight: 600;
}

.flags .flag.flag-action {
  letter-spacing: 0;
}

.benefit-title {
  margin: auto auto 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .benefitBanner {
    grid-template-columns: repeat(2,1fr);
  }
}

.benefitBanner .benefitBanner__item {
  grid-column-gap: 0;
  flex-wrap: unset;
}

.benefitBanner .benefitBanner__item .benefitBanner__picture {
  margin-right: 10px;
  width: 40px;
}

.payment-info .delivery-info {
  color: #009901;
}

.co-box-additional fieldset.stay-in-touch .form-group:has(label[for="set-registration"]) {
  display: none !important;
}

.free-shipping-notice {
  padding: 6px 10px;
  color: #000;
  font-weight: 600;
}

.cart-content .next-step {
  padding-top: 0;
}

.in-krok-2 #checkoutSidebar .cart-content {
  display: flex;
  flex-direction: column;
}

.in-krok-2 #checkoutSidebar .cart-content .form-group:has(input[id="consents4"]) {
  order: 5;
}

.dkLabCountdownWrapper span {
  color: #000;
  font-weight: 500;
}

.dkLabCountdownWrapper .dkLabCountdownActionText {
  font-size: 85%;
}

.header-top-nav.fixed-menu {
  position: fixed !important;
  width: 100%;
  z-index: 1000;
  top: 0;
  background: #fff;
  transition: .3s;
}

#header.fixed-menu {
  top: 37px !important;
}

@media only screen and (max-width: 768px) {
  .type-index.has-carousel #content-wrapper {
    margin-top: 60px !important;
  }
  
  #header {
    height: 60px;
    top: 37px;
  }
}

.header-top-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f2f2f2;
}

@media only screen and (min-width: 768px) {
  .header-top-nav {
    justify-content: space-between;
  } 
}

.header-top-nav__links {
  display: flex;
  gap: 15px;
  padding: 10px 0 !important;
}

.header-top-nav__links a {
  text-decoration: none;
  color: #4f4f4f;
  font-size: 1em;
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 1px;
}

.header-top-nav__links a:hover {
  text-decoration: underline;
}

.header-top-nav {
  position: relative;
}

.header-top .contact-box {
  display: none !important;
}
.header-top-nav .contact-box {
  display: block;
  min-height: unset;
}

.header-top-nav {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
  will-change: transform, opacity;
}

.header-top-nav.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.template-11 #navigation {
  @media only screen and (max-width: 599px) {
    margin-top: 90px!important;
  }

  @media only screen and (min-width: 600px) and (max-width: 767px) {
    margin-top: 40px!important;
  }

}