* {
  font-family: "Nunito" !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;
  }
}

@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;
  }
}

/* 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;
  }
}

#footer .contact-box p {
  line-height: 2;
  color: #7c7e8f;
}

.categories#cat-1473 .topic > a {
  /* color: white !important;
	background-color: rgb(254 0 0 / 37%);
	border-radius: 10px; */
}

.categories#cat-1288 .topic > a,
.navigation-in > ul > li.menu-item-1288 > a {
  background: #fe0000;
  color: white;
}

.categories#cat-1288 .topic > a:hover,
.navigation-in > ul > li.menu-item-1288 > a:hover {
  background: #ec0202 !important;
  color: white;
}

.categories#cat-1288 .topic > a:before {
  display: none;
}

.navigation-in > ul > li.menu-item-1288 > a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 45px !important;
  border-radius: 10px;
}

.categories#cat-1288 {
  margin-bottom: 12px;
  margin-top: 12px;
}

.categories#cat-1288 .topic > a {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 55px !important;
  border-radius: 0;
}

.categories#cat-1288 .topic > a svg,
.navigation-in > ul > li.menu-item-1288 > a svg {
  display: inline-block;
  width: 25px;
  height: 25px;
  stroke-width: 0;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.categories#cat-1288 .topic > a svg {
  left: -10px;
}
@media (min-width: 768px) {
  .is-header-fixed.is-header-hidden .navigation-in > ul > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .is-header-fixed.is-header-hidden #navigation {
    height: 45px;
  }
}
