/** Ikony menu */

.categories .topic > a {
  display: flex;
  align-items: center;
}

.categories .topic > a:before {
  content: "";
  margin-right: 10px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
  min-width: 24px;
  margin-top: -12px;
  margin-bottom: -8px;
}

.categories ul a {
  padding-left: 59px;
}

.categories ul ul a {
  padding-left: 70px;
}
#footer h3 {
  color: var(--footer-highlighted-color);
}

#categories ul .expandable .cat-trigger {
  left: 24px;
}

.is-header-black a.btn.cart-count.full i {
  color: white;
}

.categories:nth-child(1) .topic a:before {
  background-image: url("/user/documents/gsm/images/categories/category01.png");
}

.categories:nth-child(2) .topic a:before {
  background-image: url("/user/documents/gsm/images/categories/category02.png");
}

.categories:nth-child(3) .topic a:before {
  background-image: url("/user/documents/gsm/images/categories/category03.png");
}

.categories:nth-child(4) .topic a:before {
  background-image: url("/user/documents/gsm/images/categories/category10.png");
}

.categories:nth-child(5) .topic a:before {
  background-image: url("/user/documents/gsm/images/categories/category04.png");
}

.categories:nth-child(6) .topic a:before {
  background-image: url("/user/documents/gsm/images/categories/category05.png");
}

.categories:nth-child(7) .topic a:before {
  background-image: url("/user/documents/gsm/images/categories/category06.png");
}

.categories:nth-child(8) .topic a:before {
  background-image: url("/user/documents/gsm/images/categories/category07.png");
}

.categories:nth-child(9) .topic a:before {
  background-image: url("/user/documents/gsm/images/categories/category08.png");
}

.categories:nth-child(10) .topi acbefore {
  background-image: url("/user/documents/gsm/images/categories/category09blue.png");
}

.categories:nth-child(11) .topi acbefore {
  background-image: url("/user/documents/gsm/images/categories/featured.png");
}

.categories:nth-child(12) .topi acbefore {
  background-image: url("/user/documents/gsm/images/categories/specials.png");
}

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);
}
.in-contacts .content-inner > article {
  width: 100%;
}
.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: 49px;
  }
  .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;
  }
  .navigation-buttons a[data-target="cart"]:hover {
    color: white;
  }
  .header-top .btn.cart-count:hover .cart-price {
    color: white;
  }
  .navigation-buttons .click-cart a:after {
    display: none;
  }
  .click-cart > a[data-target="cart"] {
    background: var(--color-secondary);
    border-radius: 8px;
  }
  .click-cart > a[data-target="cart"]:hover {
    background: var(--color-secondary-hover);
  }
  #header .cart-count {
    border-radius: 7px 7px;
  }
  .navigation-buttons a[data-target="cart"] {
    color: #fff;
  }
  .header-top .btn.cart-count:before {
    font-size: 26px;
  }
  .header-top .btn.cart-count:before {
    color: white !important;
  }
  .navigation-buttons {
    right: 0;
  }
  .cart-window-visible #header .click-cart {
    border-radius: 7px 7px 0 0;
  }
  .cart-window-visible #header .cart-count {
    background: var(--color-secondary-hover);
    border-radius: 7px 7px 0 0;
  }
  .cart-window-visible .btn.cart-count .cart-price {
    color: white;
  }
  .popup-widget {
    margin-left: -6px;
  }
}

* {
  font-family: "Sanchez" !important;
}

@media (min-width: 992px) {
  .popup-widget.cart-widget {
    margin-left: 106px;
  }
}

@media (min-width: 1200px) {
  .popup-widget.cart-widget {
    margin-left: 209px;
  }
}

@media (min-width: 1440px) {
  .popup-widget.cart-widget {
    margin-left: 329px;
  }
}

@media (min-width: 768px) {
  .is-header-fixed.is-header-hidden #header .site-name a img {
    max-height: 65px;
  }
  #header .site-name {
    display: flex;
    align-items: center;
  }

  #header .site-name a img {
    max-height: 100px;
  }
}

@media (max-width: 767px) {
  .top-navigation-bar .site-name a img {
    max-height: 40px;
  }
}

/* update */

/* 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: 14px;
}
/*
.news-item-detail .product .p-tools {
  display: none;
}

.news-item-detail .product .price-additional {
  display: none;
} */

.news-item-detail .flags-extra {
  display: none;
}

@media (min-width: 768px) {
  .news-item-detail .flags-extra {
    top: -20px;
  }
}

/* 107 */

.news-item-detail {
  /* max-width: 700px; */
  margin-left: auto;
  margin-right: auto;
}

.blog-img {
  margin-bottom: 40px;
  margin-top: 20px;
}

.blog-img img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  object-fit: cover;
}

.detail-links {
  padding: 20px 25px;
  background: #fdfdf0;
  border-radius: 15px;
  border: 2px solid #9ba46a;
  margin-bottom: 30px;
}
.detail-links-title {
  font-weight: 400;
  font-style: italic;
  margin-bottom: 5px;
  font-size: 18px;
  color: black;
}
.detail-links__item {
  font-weight: 700;
  padding: 5px 0;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: black;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}
.detail-links__item:hover {
  text-decoration: underline;
  color: var(--color-secondary-hover);
}
.detail-links__item:hover:before {
  color: var(--color-secondary-hover);
}
.detail-links__item:before {
  content: "\e90e";
  font-family: apollo;
  font-size: 14px;
  position: absolute;
  top: 6px;
  left: 0;
  color: black;
}

/* 103 */
.subcategories.with-image li a {
  padding: 0;
  overflow: hidden;
  display: block;
}
.subcategories li a:before,
.subcategories li a::after {
  display: none;
}
.subcategories.with-image li a .image {
  display: block;
  width: 100%;
}
.subcategories.with-image li a .image img {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
}
.subcategories.with-image li a .text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 15px 5px;
  font-size: 16px;
  min-height: 75px;
}
.subcategories li a:hover .text {
  color: var(--color-secondary);
}

@media (min-width: 1220px) {
  .subcategories li {
    width: 20%;
  }
}

/* 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;
}

#voiceflow-chat {
  z-index: 9999999999;
  position: relative;
}

.gr .p {
  z-index: 214;
}

/* 102 */

@media (min-width: 992px) {
  .shp-tabs-wrapper {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
  .shp-tabs-wrapper .tab-pane {
    padding: 40px 40px 30px;
    margin-bottom: 20px;
  }
  .extended-description h3 {
    margin-bottom: 20px;
    font-size: 26px;
  }
}

.quantity .increase span,
.quantity .decrease span {
  display: none;
}

/* 82 */
.jt-discount-summary-addon .jt-discount-summary {
  width: 100%;
}

@media (max-width: 767px) {
  .navigation-window-visible .responsive-tools {
    /*margin-right: 30px;*/
  }
  .overall-wrapper {
    padding-top: 50px;
  }
  .in-index .overall-wrapper {
    padding-top: 50px;
  }
  .responsive-tools .click-cart {
    padding-left: 5px;
  }
  .responsive-tools > a {
    width: 40px;
  }
  .responsive-tools > a[data-target="navigation"] {
    width: 50px;
  }
  .responsive-tools > a[data-target="search"] {
    display: flex;
    width: 30px;
  }
  .responsive-tools .click-cart {
    padding-right: 0;
  }
  .search-window-visible:not(.navigation-window-visible) #header {
    top: 50px;
  }
  .search-window-visible #header .search-form {
    margin: 0;
  }
  #header {
    top: -10px;
  }
}

@media (max-width: 440px) {
  .top-navigation-bar .cart-price {
    display: none !important;
  }
}

/* 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;
  }
}

/* 45 */

.detail-fixed-bar__inner .btn {
  width: auto;
  min-height: 50px;
  font-size: 16px;
  height: 50px;
  padding: 5px 20px 5px;
}

.detail-fixed-bar__inner .btn:after {
  font-size: 16px;
}

.detail-fixed-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 9999;
  padding: 15px 20px;
  pointer-events: none;
}

.detail-fixed-bar.is-active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.detail-fixed-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
  position: relative;
}

.detail-fixed-bar__price {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
}

/* Styling pre obsah ceny */
.detail-fixed-bar__price .p-final-price-wrapper {
  /* display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px; */
  font-size: 16px;
  font-weight: normal;
}

.detail-fixed-bar__price .price-standard {
  margin-right: 8px;
}

.detail-fixed-bar__price .price-standard span {
  text-decoration: line-through;
  color: #999;
  font-size: 18px;
}

.detail-fixed-bar__price .price-save {
  background: #f22425;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 4px;
  position: absolute;
  top: -25px;
  left: 0;
}

.detail-fixed-bar__price .price-measure {
  display: none;
}

.detail-fixed-bar__price .price-final {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  display: inline-block;
}

.detail-fixed-bar__price .price-additional {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}

.detail-fixed-bar__price .price-measure span {
  font-size: 12px;
  color: #aaa;
}

/* Button */
.detail-fixed-bar button {
  flex-shrink: 0;
}

/* --- KOMPAKTNÁ VERZIA NA MOBILE --- */
@media (max-width: 767px) {
  .detail-fixed-bar {
    padding: 8px 15px;
  }
  .detail-fixed-bar__price .price-final {
    font-size: 18px;
  }
  .detail-fixed-bar__price .price-additional,
  .detail-fixed-bar__price .price-measure {
    display: none;
  }

  .detail-fixed-bar__price .price-save {
    top: -20px;
  }

  .detail-fixed-bar__inner .btn {
    width: auto;
    min-height: 40px;
    font-size: 14px;
    height: 40px;
    padding: 0px 20px 0px;
  }

  .detail-fixed-bar__price .p-final-price-wrapper {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
}

.news-item-detail .products-block.products .p .name {
  line-height: 1.4;
}

@media (min-width: 992px) {
  .sidebar {
    width: 300px;
  }
}
