body {
  background-color: #f5f6f1 !important;
  font-family: "nunito" !important;
}

.top-navigation-bar .container > div.top-navigation-menu {
  opacity: 0;
  visibility: hidden;
}
.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) {
  .top-navigation-bar {
    display: none;
  }
  .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: 80px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 80px;
  }
}
@media (min-width: 992px) {
  .header-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 80px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 105px;
  }
}
@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;
  }
}

@media (min-width: 768px) {
  .is-header-fixed.is-header-hidden #header .site-name a img {
    max-height: 56px;
  }
  #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;
  }
}

@media (min-width: 992px) {
  .news-block .news-item {
    width: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    flex: 0 0 calc(33.33% - 20px);
  }
}

@media (min-width: 768px) {
  .is-header-fixed.is-header-hidden #header .site-name a img {
    max-height: 56px;
  }
  #header .site-name {
    display: flex;
    align-items: center;
  }

  #header .site-name a img {
    max-height: 90px;
  }
}

@media (max-width: 767px) {
  .top-navigation-bar .site-name a img {
    max-height: 40px;
  }
}

.products-block:not(.products-additional) .p .image img {
  margin-top: -32px;
}

@media (min-width: 768px) {
  .products-block:not(.products-additional) .p .image img {
    margin-top: -50px;
  }
}

.news-item:hover .btn {
  background-color: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
}

.category-header input[type="radio"] + label {
  color: white;
}

.box.box-filters,
.box.box-categories {
  background-color: white;
}

.ui-slider .ui-slider-range,
.ui-slider-handle {
  background-color: var(--color-secondary);
}

/* video */

.welcome h1 {
  display: none;
}

.welcome {
  padding: 0;
  background-color: transparent;
}

.service__image-block {
  height: auto;
}

.service__content {
  border-radius: 0;
  background-color: transparent;
}

.service__content iframe {
  aspect-ratio: 9 / 16;
  width: 100% !important;
  border-radius: 20px !important;
}

@media (min-width: 480px) {
  .service__image-block {
    height: auto;
  }
}

.service__item {
  width: auto;
  max-width: none;
  flex: auto;
}

.service-block.services-more-then-two .service-group {
  /* display: flex;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin: 0 -20px -20px;
  justify-content: flex-start; */

  display: block;
  white-space: normal;
  overflow: hidden;
  margin: 0;
}

.service__item {
  flex: 0 0 auto;
  padding: 0;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  /* width: 230px;
  max-width: 230px; */
  white-space: normal;
  width: 100%;
  max-width: 100%;
}

.service-block.services-more-then-two
  .service-group
  .service__item:first-child {
  margin-left: 0;
}

.service-block.services-more-then-two .service-group .service__item:last-child {
  margin-right: 0;
}

.js-service-block .container {
  width: 100%;
  position: relative;
  padding: 0;
}
