/*** PROTETIKA.CZ __CUSTOM STYLE ***/
/*
*
*
*
*
*
*/
/* HEADER */

/* LOGO */
#header .header-top .header-top-wrapper .site-name,
#header .header-top .header-top-wrapper h1.site-name {
  max-width: 20%;
}

@media (max-width: 768px) {
  #header .header-top .header-top-wrapper .site-name,
  #header .header-top .header-top-wrapper h1.site-name {
    max-width: 120%;
  }
}

@media (max-width: 767px) {
  #header .header-top .header-top-wrapper .site-name a {
    /* align-items: center; */
    display: flex;
    height: 150%;
    min-width: 120px;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* MENU */

@media (min-width: 767px) {
  .fitted .navigation-in ul {
    justify-content: center;
    background-color: white;
  }
}

@media (min-width: 768px) {
  .submenu-visible .navigation-in > ul > li.ext.exp > ul {
    background-color: white;
  }
}

@media (min-width: 768px) {
  .navigation-in ul.menu-level-2 {
    border-color: #0065b5;
  }
}

.navigation-in ul li a b {
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  color: black;
}

@media (min-width: 768px) {
  .navigation-in > ul > li.ext > ul > li > div > a {
    font-size: 17px;
    padding-bottom: 8px;
    font-weight: 600;
  }
}

@media (min-width: 768px) {
  .navigation-in > ul > li > a:hover {
    margin-left: 0;
    padding-left: 16px;
    background-color: #ffffff;
    border-radius: 10px 10px 0px 0px;
  }
}

/* HEADER ICONS */

.navigation-buttons a[data-target="search"] {
  color: #fff;
}
.navigation-buttons a[data-target="search"]:hover {
  color: #fff;
}

.top-nav-button-login:hover {
  color: #fff;
}

.top-nav-button-login {
  background-color: var(--color-primary);
  color: #fff;
}

.navigation-buttons a,
.navigation-buttons a[data-target="cart"] {
  color: #fff;
}

.navigation-buttons a,
.navigation-buttons a[data-target="cart"]:hover {
  color: #fff;
}

/* HAMBURGER MENU */

.navigation-buttons a[data-target="navigation"] {
  color: #fff;
}

.navigation-window-visible .navigation-buttons a[data-target="navigation"] {
  color: #fff;
}

/* ÚPRAVA HEADER HLAVIČKY*/

@media (min-width: 768px) {
  #header .header-top .header-top-wrapper > div {
    flex-grow: 0;
    width: auto;
  }

  #header .header-top .header-top-wrapper .site-name {
    position: relative;
    right: 30%;
    margin-bottom: 20px;
    top: 10px;
  }
  .header-contact-info a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
  }

  .header-contact-info a:hover {
    color: #fcb315;
  }

  .header-contact-info {
    color: #fff;
  }
}

/* KONKURENČNÉ VÝHODY */
.benefitBanner {
  gap: 100px;
  max-width: 75%;
}

.benefitBanner .benefitBanner__item {
  background-color: #f1f5f8;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  height: 120px;
  margin-top: 20px;
}

/* FOOTER */

#footer,
.footer-rows .rate-wrapper {
  background-color: #f1f5f8;
}

#footer h4 {
  color: #a3a3a3;
  font-weight: 600;
}

#footer a {
  color: black;
  font-weight: 400;
  font-size: 15px;
}

#footer a:hover {
  text-decoration: underline;
}
.full-width.footer-bottom-full-width {
  background-color: #0065b5;
}

.footer-bottom {
  background-color: #0065b5;
}

.footer-bottom a:hover {
  color: #fcb315;
}

.footer-bottom a {
  color: #fcb315;
}

span.copyright {
  color: white;
}

/* ŠUKL */

.full-width.footer-newsletter-full-width {
  background-color: #0065b5;
}

.sukl .sukl-logo img {
  max-width: 120%;
}

.sukl .sukl-logo {
  border: 4px solid #28b67a;
}

/* NEWSLETTER - ODBER  */

.subscribe-form.compact-form .btn {
  background-color: #fcb315;
}

.footer-newsletter .subscribe-form .sr-only {
  color: #242b34;
}

form#formNewsletter a {
  color: #fcb315;
}

.footer-newsletter .form-group [type="hidden"] + label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 16px;
  color: white;
}
.footer-newsletter h2 {
  color: white;
}

.sukl .sukl-text {
  line-height: 1.2 !important;
}

.sukl .sukl-wrapper {
  align-items: stretch !important;
  flex-direction: row;
}

@media (max-width: 768px) {
  .sukl .sukl-wrapper {
    flex-direction: column;
  }

  .sukl .sukl-text {
    margin-top: 20px;
  }
}

.sukl {
  background-color: #0065b5 !important;
}

/* NEWSLETTER */

@media (min-width: 1200px) {
  .homepage-blog-wrapper .news-item {
    flex-basis: 30.33%;
    width: 50%;
  }

  #header .header-top .header-top-wrapper .site-name,
  #header .header-top .header-top-wrapper h1.site-name {
    margin-bottom: 20px;
  }
}

/* BLOGOVÉ ČLÁNKY */

@media (min-width: 768px) {
  .blog-wrapper {
    justify-content: center;
  }
}

/* KATEGÓRIE - BANERY+ */
.custom-banner-overlay {
  position: absolute;
  left: 40px;
  bottom: 20px;
  z-index: 99999;
}

.custom-banner-overlay h2 {
  color: white;
}

.custom-banner-overlay li {
  color: white;
  list-style: none;
}

.custom-banner-overlay a {
  color: white;
  font-size: 18px;
  line-height: 1.5em;
}

.custom-banner-overlay a:hover {
  text-decoration: underline;
}

.custom-banner-overlay ul {
  padding: 0px;
}

.dklabBanplusBox picture img {
  filter: brightness(0.8);
}

span.dklabBanplusBox {
  position: relative;
}

/* ZNAČKY - LOGO */

@media (min-width: 992px) {
  .znacky img {
    max-width: 220px;
  }

  .znacky {
    gap: 50px !important;
    margin: 0 auto !important;
    border-top: 0px solid rgb(238, 238, 238) !important;
    border-bottom: 0px solid rgb(238, 238, 238) !important;
  }
}

/* BLOG - članky */

@media (min-width: 768px) {
  .blog-wrapper .image + .text {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
  }

  .homepage-blog-wrapper.row.blog-wrapper .description {
    display: none;
  }
}

/* benefit banner */

.benefitBanner {
  margin-bottom: 100px;
}

.homepage-blog-wrapper.row.blog-wrapper .homepage-group-title.h4 {
  padding-top: 0px;
  margin-top: 0px;
}

/* navstivene produkty */

.dvpnProducts.dvpnProducts--6 {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .znacky img {
    height: 200px;
    max-width: 200px !important;
  }
}

/* KATEGORIE FILTER */
/*
*
*
*
*
*
*
*/
.filter-section.filter-section-parametric-id-84 .filter-label::before {
  display: none !important;
}

.filter-section.filter-section-parametric-id-84 .filter-label::after {
  display: none !important;
}

.filter-section.filter-section-parametric-id-84 .filter-count {
  display: none !important;
}

.filter-section.filter-section-parametric-id-84 .filter-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0 10px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  margin: 4px;
  font-weight: 600;
  transition: all 0.2s ease;
  white-space: nowrap;
  text-align: center;
}

.filter-section.filter-section-parametric-id-84 fieldset > div {
  display: inline-block;
}

/* when checkbox is checked */

/* when Shoptet adds active class */
.filter-section.filter-section-parametric-id-84 .filter-label.active {
  background: #007aff;
  color: #fff;
  border-color: #007aff;
}

/* varianty - border */

.p-detail-inner .variant-buttons .advanced-parameter .advanced-parameter-inner {
  border: 1px solid rgb(185, 185, 185);
}

/* categories - color variants */

.advanced-parameter-inner {
  border: 1px solid #696969;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0, 5);
  width: auto !important;
}

/* varianty - size */

.p-detail-inner .variant-buttons .advanced-parameter {
  width: auto !important;
}

a.benefitBanner__link {
  flex-direction: row !important;
} /*
*
*
*
**
*
*
*
**
*/
/* SITE COOKIE BOT */

.siteCookies__form {
  background-color: #0065b5;
}
.siteCookies__text {
  color: white;
}

.siteCookies__text a {
  color: white;
  text-decoration: underline;
}

.siteCookies__text a:hover {
  color: white;
  text-decoration: underline;
}

.siteCookies__link {
  border: 2px solid #0065b5;
  color: #0065b5;
}

.siteCookies__button {
  color: #0065b5;
}

.siteCookies__link {
  border: 2px solid #fcb315;
  color: #0065b5;
  background-color: #fcb315;
}

.siteCookies__link:hover {
  background: #db9600;
  color: #0065b5;
}

@media (min-width: 768px) {
  .siteCookies--bottom.siteCookies--scrolled {
    background-color: #0065b5;
    box-shadow: 0 0 50px rgba(27, 25, 57, 0.5);
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}

/* SKRYTIE ZNAČIEK NA MOBILE */

@media (max-width: 768px) {
  .znacky {
    display: none !important;
  }
}
