/* 80 */

.id--9 .products-related-block {
  margin-top: 40px;
}

.cart-table tr .p-name a.show-related {
  display: none;
}

.id--9 .content-inner .products-related-block h2,
.id--9 .content-inner .products-alternative-block h2 {
  margin-bottom: 0;
  margin-top: 0;
  margin-bottom: 25px;
  z-index: 2;
  position: relative;
  text-align: center;
}

@media (max-width: 766px) {
  .id--9 .content-inner .products-related-block h2,
  .id--9 .content-inner .products-alternative-block h2 {
    margin-bottom: 20px;
  }

  .id--9 .swiper-pagination-bullet {
    width: 20px;
    height: 30px;
  }

  .id--9 .swiper-pagination-bullet:after {
    width: 12px;
    height: 12px;
  }

  .id--9 .swiper-pagination {
    margin-top: -15px;
  }
  .id--9 .products-related-block {
    margin-top: 30px;
    /* margin-left: -5px;
    margin-right: -5px; */
    margin-bottom: 0;
  }
}

.id--9 .products-block.products > div {
  padding: 0;
}

.id--9 .content-inner .products-related-block .product-btn .price {
  display: none;
}

.id--9 .content-inner .products-block > div:nth-child(n + 5) {
  /* display: none; */
}

@media (min-width: 480px) {
  .id--9 .content-inner .products-block > div {
    /* width: 50%; */
  }
}

@media (min-width: 1200px) {
  .id--9 .content-inner .products-block > div {
    /* -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; */
  }
}

/* 113 */

.news-item-detail .products-block.products .p .name {
  text-decoration: none;
  text-transform: capitalize;
}

.news-item-detail .products-block .product-btn a.btn {
  text-decoration: none;
}
/* .news-item-detail .product .flags-extra .price-standard {
  display: none;
} */
.news-item-detail .product .flags-extra .price-save {
  font-size: 18px;
}

.news-item-detail .product .flags-extra .price-standard {
  display: none;
}
/*
.news-item-detail .product .p-tools {
  display: none;
}

.news-item-detail .product .price-additional {
  display: none;
} */

@media (min-width: 768px) {
  .news-item-detail .flags-extra {
    top: -20px;
  }
}

.site-msg-custom.step-1 {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-msg-custom.step-1:before {
  display: none;
}

.basket-banner {
  margin-bottom: 20px;
  border-radius: 15px;
}

.basket-banner img {
  border-radius: 15px;
  width: 100%;
}

/* 42 */

@media (max-width: 767px) {
  #navigation {
    right: auto;
    left: 0;
    transform: translateX(-100%);
    width: 320px;
  }
  .navigation-window-visible #navigation {
    transform: translateX(0);
    width: 320px;
    left: 0 !important;
  }
  .navigation-in > ul {
    padding-top: 5px;
  }
  .navigation-in > ul > li {
    margin: 10px 0;
  }
  .navigation-in > ul > li > a {
    padding: 1.25rem 20px;
    text-transform: none;
    text-decoration: none;
    padding: 12px 15px !important;
    background: #f2f2f2;
    margin: 0 15px;
    border-radius: 10px;
    color: #1e1e1c !important;
    line-height: 1.2em !important;
    font-weight: 600;
    font-size: 15px;
    padding: 0 35px;
    line-height: 100px;
    font-weight: 500;
    font-size: 15px;
    color: #1e1e1c;
    position: relative;
  }

  .navigation-in > ul > li.ext > ul > li > a.menu-image {
    width: 60px;
    height: 60px;
    display: flex;
    padding: 0;
  }

  .submenu-visible .navigation-in > ul > li.exp > ul {
    padding-bottom: 0;
  }

  #navigation li a .submenu-arrow {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #7c7e8f;
    font-size: 8px;
  }

  .navigation-in > ul ul.menu-level-2 > li {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    align-items: center;
    padding: 0 15px;
  }

  .submenu-visible .navigation-in > ul > li.ext.exp > ul {
    display: block;
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 99999;
    background: white;
    overflow: auto;
    padding-top: 15px;
  }

  .submenu-visible .menu-level-2 > a {
    position: relative;
    padding-left: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    padding: 1.25rem 20px;
    text-transform: none;
    text-decoration: none;
    padding: 12px 15px 12px 50px !important;
    background: #f2f2f2;
    margin: 0px 15px;
    border-radius: 10px;
    color: #1e1e1c !important;
    line-height: 1.2em !important;
    font-weight: 600;
    font-size: 15px;
    padding: 0 35px;
    line-height: 100px;
    font-weight: 500;
    font-size: 15px;
    color: #1e1e1c;
    position: relative;
    transition: none;
    margin-bottom: 15px;
  }

  .navigation-window-visible .header-top > div.search {
    display: none;
  }

  .navigation-window-visible #cboxOverlay {
    display: block !important;
  }

  #cboxOverlay {
    opacity: 0.2;
  }

  body.submenu-visible.navigation-window-visible #cboxOverlay {
    display: block !important;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    visibility: visible;
    transition: opacity 250ms ease-out;
  }

  .navigation-window-visible
    .responsive-tools
    .click-cart[data-target="navigation"]:before,
  .navigation-window-visible
    .responsive-tools
    > a[data-target="navigation"]:before {
    content: "\e921";
  }

  .navigation-in > ul > li {
    border-bottom: 0;
  }

  .is-open-submenu .navigation-in > ul > li:not(.exp),
  .is-open-submenu .navigation-in-bottom {
    display: none;
  }

  .submenu-visible .menu-level-2 > a .submenu-arrow {
    right: auto;
    left: 0;
  }

  .submenu-visible .menu-level-2 > a .submenu-arrow:after {
    content: "\e908";
    font-size: 14px;
  }

  .navigation-in > ul > li.ext > ul > li > div {
    width: calc(100% - 60px);
    padding-left: 15px;
    align-self: center;
  }
  .navigation-in > ul > li.ext > ul > li > a img {
    object-fit: contain;
  }
  .navigation-in > ul ul.menu-level-2 > li {
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .is-header-fixed.is-header-hidden #header .site-name a img {
    max-height: 50px;
  }
}

@media (max-width: 767px) {
  .responsive-tools .click-cart {
    padding-left: 0;
  }
}

body {
  background-color: white !important;
}
.products-block .p-in-in {
  min-height: auto;
}
.category-header input[type="radio"]:checked + label {
  background-color: var(--color-primary);
}
.welcome .welcome__content p {
  margin-bottom: 0;
}

.welcome .welcome__content p + p {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .navigation-in {
    font-size: 15px;
    line-height: 15px;
  }
  .navigation-in ul li a {
    padding-left: 22px;
    padding-right: 22px;
  }
  .top-navigation-bar .container > div.top-navigation-contacts {
    top: 0;
    height: 40px !important;
    right: 170px;
  }
  .welcome h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .welcome p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .welcome {
    padding: 40px 40px 40px 40px;
  }
}
@media (min-width: 768px) {
  .header-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 130px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 130px;
  }
}
@media (min-width: 992px) {
  .header-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 130px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 155px;
  }
}
@media (max-width: 767px) {
  .top-navigation-bar {
    background-color: white;
  }
}

@media (max-width: 370px) {
  .top-navigation-bar .site-name a img {
    max-height: 30px;
  }
}

@media (min-width: 768px) {
  .products-related-block h2,
  .products-alternative-block h2,
  h4.homepage-group-title,
  .h4.homepage-group-title {
    font-size: 36px;
  }
  body .hodnoceni:before {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
  }
  .products-block.products .p .name {
    font-size: 18px;
  }
}

/* 111 */

/* detail mobile bar */

/* iba mobil */
@media (min-width: 768px) {
  .mobile-footer-menu {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #footer {
    position: relative;
    z-index: 9;
  }
  .mobile-footer-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.15);
    display: flex;
    border-top: 1px solid #e0e0e0;
    z-index: 999;
    transition: transform 0.3s ease;
  }

  body.is-hidden-search-bar .mobile-footer-menu {
    transform: translateY(100%); /* posunie lištu dole */
  }

  .mobile-footer-menu .menu-item {
    flex: 1;
    text-align: center;
    padding: 6px 0;
    border-left: 1px solid #e0e0e0;
    position: relative;
  }

  .mobile-footer-menu .menu-item:first-child {
    border-left: none;
  }

  .mobile-footer-menu .menu-item img {
    width: 26px;
    height: 26px;
    display: block;
    margin: 0 auto 6px;
  }

  .mobile-footer-menu .menu-item span {
    font-size: 12px;
    color: #000;
    display: block;
  }

  /* Dropdown submenu full-width, 2 stlpce, scrollable */
  .mobile-footer-menu .categories-item .submenu {
    display: none;
    position: fixed;
    bottom: 60px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
    min-width: 100%;
    max-height: 235px;
    overflow-y: auto;
    z-index: 9999;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 0;
  }

  .mobile-footer-menu .categories-item .submenu li {
    display: flex;
    align-items: center;
    padding: 6px 8px;
  }

  .mobile-footer-menu .categories-item .submenu li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    text-align: left;
    justify-content: flex-start;
  }
  .mobile-footer-menu .categories-item .submenu li a:hover {
    text-decoration: underline;
  }

  .mobile-footer-menu .categories-item .submenu li {
    background: #f9f9f9;
    border-radius: 6px;
    padding: 0;
    display: block;
  }

  .mobile-footer-menu .categories-item .submenu li a {
    padding: 7px 12px;
    line-height: 1.2;
    min-height: 45px;
    height: 100%;
  }

  /* .mobile-footer-menu .categories-item .submenu li a::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  } */

  /* ========================= */
  /* Špeciálne pre Košík       */
  /* ========================= */
  .mobile-footer-menu .menu-item-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile-footer-menu .menu-item-cart .cart-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    gap: 5px;
  }

  .mobile-footer-menu .menu-item-cart .cart-icon-wrapper {
    position: relative;
    display: inline-block;
  }

  .mobile-footer-menu .menu-item-cart .cart-icon-wrapper img {
    width: 24px;
    height: 24px;
  }

  .mobile-footer-menu .menu-item-cart .cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    padding: 3px;
    font-style: normal;
    border-radius: 100%;
    font-size: 11px;
    width: 18px;
    height: 18px;
    background-color: var(--color-secondary);
    line-height: 1;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }

  .mobile-footer-menu .menu-item-cart .cart-price {
    font-weight: 600;
    font-size: 11px;
    color: #000;
  }

  .mobile-footer-menu .menu-item-cart .cart-label {
    margin-top: 2px;
    font-size: 12px;
    color: #000;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .navigation-window-visible .mobile-footer-menu,
  .navigation-window-visible #voiceflow-chat,
  .navigation-window-visible .gr {
    display: none;
  }

  .mobile-footer-menu {
    z-index: 99999999999;
  }
}

a.btn.cart-count.full i {
  color: white;
}

a.btn.cart-count i,
a.btn.cart-count.full i {
  background-color: var(--color-secondary);
  color: white;
}

.mobile-footer-menu .menu-item img {
  border-radius: 0;
}

.submenu-categories #voiceflow-chat {
  z-index: 99;
}

.in-contacts .content-inner > article {
  width: 100%;
}

/* header contact */

@media (max-width: 767px) {
  .header-contact {
    display: flex;
  }
}

@media (min-width: 768px) {
  .header-contact {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-contact {
    display: none;
  }
}

@media (min-width: 768px) {
  .header-contact {
    display: flex;
  }
}

.header-contact {
  align-items: center;
  column-gap: 16px;
  position: relative;
  color: var(--color-text-default);
}

@media (max-width: 767px) {
  .header-contact {
    padding: 12px 20px;
    margin-block: 16px;
    margin-inline: 0;
    border-radius: var(--radius-m);
    background-color: var(--color-surface-content-green);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-contact {
    align-content: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-inline-end: 0;
    transition: background-color 0.3s ease;
    border-radius: 50%;
    margin-right: -15px;
  }

  .header-contact::before {
    display: flex;
    content: "\e924";
    aspect-ratio: 1;
    font-size: 28px;
    font-family: "apollo" !important;
    width: 23px;
    color: var(--header-color);
  }

  .header-contact:hover {
    background-color: var(--color-surface-white-hover);
  }
}

@media (min-width: 992px) {
  .header-contact {
    width: auto;
    padding: 0;
    margin-right: 16px;
  }
}

@media (min-width: 1200px) {
  .header-contact {
    margin-right: 10px;
  }
}

@media (min-width: 1600px) {
  .header-contact {
    margin-right: 10px;
  }
}

.header-contact--online .header-contact__image::before {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  background: #48f000;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: 0 0 8px rgba(72, 240, 0, 0.7);
}

#header .header-contact--online .header-contact__image::before {
  top: -2px;
  right: -2px;
}

.header-contact:hover .header-contact__value {
  text-decoration: underline;
}

.header-contact__image {
  display: flex;
  width: 44px;
  height: 44px;
  position: relative;
  border-radius: 50%;
  border: 2px solid var(--color-secondary);
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-contact__image {
    display: none;
  }
}

.header-contact__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.header-contact__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1px;
  flex: 1;
  min-width: 1px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-contact__content {
    display: none;
  }
}

.header-contact__value {
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 700;
  color: var(--color-secondary);
  font-size: 16px;
  font-family: "Roboto";
}

.header-contact__text {
  color: var(--header-color);
  font-size: 13px;
}

.p-info-wrapper .header-contact__text {
  color: #737373;
}

@media (min-width: 768px) {
  #header .header-top .search {
    margin-inline: 16px;
  }
}

@media (min-width: 1200px) {
  #header .header-top .search {
    margin-inline: 40px;
  }
}

.footer-contact .header-contact a {
  color: var(--color-secondary);
}

.footer-contact .header-contact {
  width: 100%;
  margin-right: 0;
  color: white;
  display: flex;
}

.footer-contact .header-contact__image {
  display: flex;
  width: 80px;
  height: 80px;
}

.support__address-block .header-contact {
  display: flex;
  margin-right: 0;
  width: 100%;
}

.support__address-block .header-contact .header-contact__image {
  width: 80px;
  height: 80px;
}

.support__address-block .header-contact .header-contact__value {
  color: white;
}

.header-contact__text--ext {
  display: block;
  font-weight: 700;
  font-size: 16px;
  margin-top: 5px;
}

.support__address-block .header-contact .header-contact__text--ext,
.support__address-block .header-contact .header-contact__text {
  color: white;
}

.p-detail-contact__title {
  font-size: 14px;
  font-weight: 600;
  color: black;
  margin-bottom: 1px;
}

.p-info-wrapper .header-contact .header-contact__image {
  width: 80px;
  height: 80px;
}

.p-info-wrapper .header-contact {
  display: flex;
  align-items: center;
  column-gap: 16px;
  padding: 15px 20px;
  margin-block-end: 20px;
  border-radius: 10px;
  border: 1px solid #e0e5ee;
  background: #ffffff;
  margin-right: 0;
}

.p-info-wrapper .header-contact--online .header-contact__image::before,
.footer-contact .header-contact--online .header-contact__image::before {
  right: 1px;
  top: 1px;
}

@media (min-width: 1200px) {
  #header .header-top .search {
    margin-inline: 20px;
  }
}

/* Zlavovy kod */

span[class*="flag-zlavovy-kod"] {
  display: none !important;
}

.brand-block {
  line-height: 1.4;
  color: #000;
  font-size: 16px;
  margin: 5px 0 0;
  position: relative;
  order: 6;
  background-color: var(--zlavovy-kod-farba-pozadia);
  border: 1px dashed var(--zlavovy-kod-farba-ohranicenia);
}

.brand-block.brand-block--product {
  padding: 8px 10px;
  padding-right: 4px;
  margin: 10px 0 10px;
  border-radius: 8px;
}
.brand-block.brand-block--product .brand-block__text {
  margin-right: 0;
}

.brand-block.brand-block--product .brand-block__bottom {
  margin-top: 0;
}

.brand-block.brand-block--product .brand-block__text--bold {
  padding: 3px 8px;
  font-size: 14px;
}

.brand-block.brand-block--product .brand-block__bottom-text,
.brand-block.brand-block--product .brand-block__text,
.brand-block.brand-block--product .brand-block__price {
  font-size: 14px;
}

.brand-block__bottom {
  margin-top: 3px;
  /* display: inline-flex;
  align-items: center; */
}

.buy-box .detail-grid-item.brand-block,
.p-info-grid .detail-grid-item.brand-block {
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 8px;
  margin-top: -5px;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: var(--zlavovy-kod-farba-pozadia);
}

.buy-box .detail-grid-item.brand-block {
  margin-left: 0;
  margin-right: 0;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 10px;
  margin-bottom: -10px;
}

.brand-block__bottom-text,
.brand-block__text {
  margin-right: 5px;
  font-size: 16px;
}

.brand-block__text--bold {
  margin-right: 0;
  font-weight: 700;
  background: var(--zlavovy-kod-farba-textu);
  padding: 3px 10px;
  border-radius: 10px;
  color: white;
}

.brand-block__price {
  padding: 0 5px;
  line-height: 1.4;
  color: var(--zlavovy-kod-farba-textu);
  font-size: 16px;
  font-weight: 700;
  padding-left: 0;
}

.brand-block__price--old {
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
  padding-left: 0;
}

.brand-block__bottom-text--mobile {
  display: none;
}

@media (max-width: 480px) {
  .brand-block.brand-block--product {
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding-left: 18px;
  }
  .brand-block.brand-block--product .brand-block__text--bold {
    padding: 3px 6px;
    font-size: 13px;
  }

  .brand-block.brand-block--product .brand-block__bottom-text,
  .brand-block.brand-block--product .brand-block__price,
  .brand-block.brand-block--product .brand-block__text,
  .brand-block.brand-block--product {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .brand-block__bottom-text--desktop {
    display: none;
  }
  .brand-block__bottom-text--mobile {
    display: inline-block;
  }
  .brand-block.detail-grid-item .brand-block__bottom-text,
  .brand-block.detail-grid-item .brand-block__price,
  .brand-block.detail-grid-item .brand-block__text,
  .brand-block.detail-grid-item {
    font-size: 14px;
  }
}
