/*** PROTETIKA.SK __CUSTOM STYLE ***/

/* ==========================================================================
   HEADER A MENU
   ========================================================================== */

/* 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 {
    display: flex;
    height: 150%;
    min-width: 120px;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* ÚPRAVA HEADER HLAVIČKY (Desktop) */
@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: 25px;
  }
  
  .header-contact-info a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
  }

  .header-contact-info a:hover {
    color: #fcb315;
  }

  .header-contact-info {
    color: #fff;
  }
}

/* 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;
  }
  
  .navigation-in ul.menu-level-2 {
    border-color: #0065b5;
  }
  
  .navigation-in > ul > li.ext > ul > li > div > a {
    font-size: 17px;
    padding-bottom: 8px;
    font-weight: 600;
  }
  
  .navigation-in > ul > li > a:hover {
    margin-left: 0;
    padding-left: 16px;
    background-color: #ffffff;
    border-radius: 10px 10px 0px 0px;
  }
}

.navigation-in ul li a b {
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  color: black;
}

/* HEADER ICONS & SEARCH */
.navigation-buttons a[data-target="search"] {
  color: #fff;
  background-color: rgb(72 157 223 / 80%);
}

.navigation-buttons a[data-target="search"]:hover {
  color: #fff;
  background-color: rgb(72 157 223 / 80%);
}

@media (min-width: 768px) {
  .navigation-buttons a[data-target="search"] {
    background-color: rgb(0 101 181) !important;
  }
}

.top-nav-button-login {
  background-color: var(--color-primary);
  color: #fff;
}

.top-nav-button-login:hover {
  color: #fff;
}

.navigation-buttons a,
.navigation-buttons a[data-target="cart"],
.navigation-buttons a[data-target="navigation"] {
  color: #fff;
}

.navigation-buttons a:hover,
.navigation-buttons a[data-target="cart"]:hover {
  color: #fff;
}

.navigation-window-visible .navigation-buttons a[data-target="navigation"] {
  color: #fff;
}

/* ==========================================================================
   HLAVNÝ OBSAH, BANERY A ČLÁNKY
   ========================================================================== */

/* KONKURENČNÉ VÝHODY */
.benefitBanner {
  gap: 100px;
  max-width: 75%;
  margin-bottom: 100px;
}

.benefitBanner .benefitBanner__item {
  background-color: #f1f5f8;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  height: 120px;
  margin-top: 20px;
}

a.benefitBanner__link {
  flex-direction: row !important;
}

/* NAVŠTÍVENÉ PRODUKTY A OSTATNÉ */
.dvpnProducts {
  margin-bottom: 20px;
}

.dvpnProducts.dvpnProducts--6 {
  margin-bottom: 50px;
}

.full-width.homepage-latest-contribution-full-width {
  display: none;
}

/* KATEGÓRIE - BANERY+ */
.custom-banner-overlay {
  position: absolute;
  left: 40px;
  bottom: 20px;
  z-index: 99999;
}

.custom-banner-overlay h2,
.custom-banner-overlay li {
  color: white;
}

.custom-banner-overlay li {
  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,
span.dklabBanplusBox.dklabBanHome_16767,
span.dklabBanplusBox.dklabBanHome_16769,
span.dklabBanplusBox.dklabBanHome_16770,
span.dklabBanplusBox.dklabBanHome_16768 {
  position: relative;
}

/* ZNAČKY - LOGO */
@media (max-width: 768px) {
  .znacky {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .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;
  }
  
  .znacky img {
    height: 200px;
    max-width: 200px !important;
  }
}

/* VIDEÁ */
.mobile-video {
  display: none;
}
.desktop-video {
  display: block;
}

.custom-video-wrapper iframe {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .desktop-video {
    display: none;
  }
  .mobile-video {
    display: block;
  }
}

/* BLOGOVÉ ČLÁNKY */
@media (min-width: 768px) {
  .blog-wrapper {
    justify-content: center;
  }
  
  .blog-wrapper .image + .text {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
  }

  .homepage-blog-wrapper.row.blog-wrapper .description {
    display: none;
  }
}

@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;
  }
}

.homepage-blog-wrapper.row.blog-wrapper .homepage-group-title.h4 {
  padding-top: 0px;
  margin-top: 0px;
}

/* NASTAVENIE ŠÍRKY ČLÁNKOV A STATICKÝCH STRÁNOK */
#content-wrapper #content.wide,
#content-wrapper #content.wide .content-inner {
  display: block !important; 
  width: 100% !important;
  max-width: 100% !important;
}

#content-wrapper .news-item-detail {
  display: block !important;
  width: 75% !important;
  max-width: 75% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#content-wrapper .news-item-detail .text,
#content-wrapper .news-item-detail article {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

#content-wrapper .news-item-detail img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

body.custom-article-page #content-wrapper #content.wide .content-inner {
  width: 75% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 768px) {
  #content-wrapper .news-item-detail {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  body.custom-article-page #content-wrapper #content.wide .content-inner {
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* ==========================================================================
   PRODUKTY, KATEGÓRIE A KOŠÍK
   ========================================================================== */

/* KATEGÓRIE - FILTER VEĽKOSTÍ (ID 71) */
.filter-section.filter-section-parametric-id-71 .filter-label::before,
.filter-section.filter-section-parametric-id-71 .filter-label::after,
.filter-section.filter-section-parametric-id-71 .filter-count {
  display: none !important;
}

.filter-section.filter-section-parametric-id-71 .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-71 fieldset > div {
  display: inline-block;
}

.filter-section.filter-section-parametric-id-71 .filter-label.active {
  background: #007aff;
  color: #fff;
  border-color: #007aff;
}

/* VARIANTY (Detail produktu) */
.p-detail-inner .variant-buttons .advanced-parameter {
  width: auto !important;
}

.p-detail-inner .variant-buttons .advanced-parameter .advanced-parameter-inner {
  border: 1px solid rgb(185, 185, 185);
}

.advanced-parameter-inner {
  border: 1px solid #696969;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0, 5);
  width: auto !important;
}

body.type-detail .flag.flag-discount .price-standard {
  display: none !important;
}

/* KOŠÍK */
body.in-kosik .cart-content.checkout-box-wrapper {
  display: none !important;
}

/* ==========================================================================
   PÄTIČKA, NEWSLETTER A COOKIES
   ========================================================================== */

/* 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,
.footer-bottom {
  background-color: #0065b5;
}

.footer-bottom a {
  color: #fcb315;
}

.footer-bottom a:hover {
  color: #fcb315;
}

span.copyright {
  color: white;
}

/* ŠUKL */
.full-width.footer-newsletter-full-width {
  background-color: #0065b5;
}

.sukl {
  background-color: #0065b5 !important;
}

.sukl .sukl-logo {
  border: 4px solid #28b67a;
}

.sukl .sukl-logo img {
  max-width: 120%;
}

.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;
  }
}

/* NEWSLETTER */
.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;
}

/* 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__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%;
  }
}