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;
}

.votes-wrap .slider-group-reviews {
  background: white;
}

@media (min-width: 768px) {
  .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: 30px;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 105px;
  }

  .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: 30px;
  }

  .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: 992px) {
  .sidebar {
    width: 290px;
  }
}

@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: 76px;
  }
  #header .site-name {
    display: flex;
    align-items: center;
  }

  #header .site-name a img {
    max-height: 120px;
    /*      max-width: 300px;*/
  }
}

@media (max-width: 767px) {
  .top-navigation-bar .site-name a img {
    max-height: 40px;
  }
}

/* category */

.category-headline {
  position: relative;
  background-color: #ffffff;
  padding: 10px 0 0;
  border-top: 1px solid #f7f7f7;
  overflow: hidden;
}

.category-content-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}

.category-top {
  margin-top: 30px;
}

.category-text-block {
  z-index: 1;
  position: relative;
  padding: 20px 15px 20px;
  width: 100%;
}
.category-image-block {
  padding: 0 15px;
  width: 100%;
}

.category-image-block.category-image-block--logo img {
  object-fit: contain;
  opacity: 0.25;
  max-width: 340px;
  top: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-left: auto;
}

.category-image-block p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .category-text-block {
    max-width: 50%;
    width: 50%;
    padding: 20px 15px 0;
    z-index: 1;
    position: relative;
  }
  .category-image-block {
    padding: 0 15px;
    width: 50%;
  }
  .category-image-block img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
    object-position: left;
    max-width: 50%;
  }
  .category-headline {
    padding: 10px 0 40px;
  }
  .subcategories.with-image {
    margin-bottom: 40px;
  }
  .category-header {
    margin-bottom: 10px;
    padding-top: 0;
    margin-top: -5px;
    border: 0;
  }
}

@media (min-width: 992px) {
  .category-title {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .category-title {
    font-size: 50px;
  }
}

.category-image-block {
  text-align: right;
}

@media (max-width: 480px) {
  .category-image-block.category-image-block--logo {
    display: none !important;
  }
  .category-image-block img {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    max-width: 100vw;
  }
}

/* Menu Catalog */

.menu-item-1152 {
  display: none !important;
}

/* Menu catalog */
@media (max-width: 768px) {
  .menuobrazek {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navigation-in {
    font-size: 14px;
  }
  .navigation-in > ul > li > a {
    padding-left: 10px;
  }
  .navigation-in > ul > li:not(.ext) > a {
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .menu-helper {
    display: none;
  }

  .navigation-in ul li.splitted,
  .submenu-visible .navigation-in ul li.menu-item-29,
  .navigation-in ul li.menu-item-29 {
    visibility: visible !important;
    display: block !important;
  }

  .navigation-in > ul > li.ext > a:hover:after {
    color: var(--color-primary);
  }
  .has-third-level .submenu-arrow {
    display: none;
  }

  .navigation-in > ul > li.ext > ul > li > div > ul {
    display: none;
  }
  .navigation-in > ul > li.ext > a:after {
    color: #000000;
    right: 45px;
  }
  .navigation-in > ul > li {
    border-color: transparent;
  }

  .navigation-in > ul > li:first-child.ext > ul > li > div > a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.28px;
  }
  .navigation-in > ul > li:first-child.ext > ul > li > a img {
    max-width: 60px;
    height: auto;
    mix-blend-mode: multiply;
  }
  .navigation-in > ul > li.ext.exp:first-child > a {
    border-radius: 8px 8px 0 0;
    /* border-radius: 0; */
  }
  .navigation-in > ul > li.ext > ul:before {
    display: none;
  }
  .submenu-visible:not(.menu-helper-visible) #cboxOverlay {
    display: none !important;
  }
  .navigation-in > ul > li:first-child > ul.menu-level-2 {
    padding: 10px 0 10px 0;
    background-color: #fff;
    /* background-color: var(--color-primary); */
    border-radius: 0 0 8px 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    /* height: 489px;
    overflow-x: auto; */
  }
  .navigation-in > ul > li.ext > a:hover:after {
    color: #000000;
  }
  .navigation-in > ul > li:first-child > ul.menu-level-2 > li {
    display: flex;
    justify-content: space-between;
    /* border-top: 1px solid var(--color-primary); */
    width: 100%;
    flex-basis: 100%;
    padding: 0 25px;
  }
  .navigation-in > ul > li:first-child > ul.menu-level-2 > li:hover {
    background-color: #f2f2f2;
  }
  .navigation-in > ul > li:first-child > ul.menu-level-2 > li:first-child {
    border-top-color: transparent;
  }
  .navigation-in > ul > li:first-child > ul.menu-level-2 > li > a {
    padding: 0;
    width: auto;
    min-height: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .navigation-in > ul > li:first-child {
    position: relative;
  }
  body .navigation-in > ul > li:first-child > a {
    text-transform: uppercase;
    letter-spacing: -0.34px;
    color: white !important;
    background-color: #066f83;
    padding: 22px 30px 22px 35px !important;
    border-radius: 8px 8px;
  }

  body .navigation-in > ul > li:first-child.ext > a:after {
    color: #fff !important;
  }

  .banners-top-block {
    margin-top: 20px;
  }

  #navigation {
    height: 60px;
  }
  .navigation-in > ul > li:first-child > a:hover {
    color: #fff !important;
  }
  .navigation-in > ul > li.ext > ul > li.menu-item-category {
    display: none;
  }
  .navigation-in > ul > li > a {
    padding: 22px 15px 22px 30px;
  }
  .navigation-in > ul > li > a > b {
    font-weight: 600;
  }
  .navigation-in > ul > li > a {
    text-transform: uppercase;
    color: #000000;
    letter-spacing: -0.34px;
  }
  .navigation-in > ul > li.ext:first-child > ul > li > div {
    width: 100%;
    padding-left: 15px;
    min-height: 40px;
    padding-right: 10px;
    line-height: 1.25;
  }

  .navigation-in > ul > li:first-child > ul.menu-level-2 > li {
    min-height: 42px;
  }
  .navigation-in > ul > li:first-child > ul.menu-level-2 > li.has-third-level {
    /* position: relative; */
  }

  .navigation-in
    > ul
    > li:first-child
    > ul.menu-level-2
    > li.has-third-level
    > div
    > a {
    position: relative;
  }

  .navigation-in
    > ul
    > li:first-child
    > ul.menu-level-2
    > li.has-third-level
    > div
    > a:after {
    content: "\e90e";
    font-family: "apollo" !important;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    color: var(--color-primary);
    font-size: 14px;
  }

  .navigation-in > ul > li:first-child.ext > ul > li > div > a {
    padding: 12px 0 !important;
    display: block;
  }
  .navigation-in > ul > li.ext > ul > li > div {
    padding-right: 0;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li > a {
    padding: 0 !important;
  }
}

.menuobrazek {
  max-height: 55px;
  margin-right: 8px;
}

@media (min-width: 768px) {
  #header {
    padding-bottom: 10px;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li {
    font-size: 0;
    margin: 10px 0;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li > a {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
  }
  .navigation-in > ul > li.ext > ul > li:hover > div > ul {
    display: grid;
    height: 489px;
    overflow-x: auto;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul {
    /* display: none; */
    top: 0;
    position: absolute;
    left: 100%;
    grid-gap: 0;
    width: 500px;
    border-radius: 8px;
    grid-template-columns: repeat(3, 1fr);
    overflow: initial;
    background: #fff;
    margin-top: 0;
    /* height: 150px; */
    padding: 18px 18px 18px 10px;
    max-height: unset;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  /* .menu-level-3::before {
    content: "";
    z-index: 100;
    position: absolute;
    top: 14px;
    left: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
  } */

  .navigation-in > ul > li.ext:first-child > a,
  body.in-index .navigation-in > ul > li.ext:first-child > a {
    color: #fff !important;
  }
}

.is-header-blheader-back a.btn.cart-count.full i {
  color: white;
}

@media (min-width: 992px) {
  .navigation-in > ul > li:first-child {
    min-width: 300px;
  }

  /* body.in-index .popup-widget {
    z-index: 9999999;
  } */

  /* .middle-banners-wrapper .extended-banner-title:not(:empty),
  .body-banners .extended-banner-title:not(:empty),
  .banners-top-block .extended-banner-title:not(:empty),
  .next-to-carousel-banners .extended-banner-title:not(:empty),
  .banner-category .extended-banner-title:not(:empty),
  .carousel .extended-banner-title:not(:empty) {
    font-size: 34px;
    max-width: 90%;
  } */
  .navigation-in > ul > li.ext > ul > li > div > ul {
    grid-gap: 10px;
    width: 900px;
    padding: 18px 18px 18px 30px;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li > a {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .navigation-in > ul > li.ext > ul > li > div > ul > li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .navigation-in > ul > li.ext > ul > li > div > ul > li > a {
    width: 64px;
  }

  .navigation-in > ul > li.ext > ul > li > div > ul > li div {
    flex: 1;
    padding-left: 15px;
  }

  .navigation-in ul.menu-level-4 {
    display: block;
  }

  .navigation-in ul {
    align-items: flex-start;
  }

  .navigation-in > ul > li.ext > ul > li > div > ul > li div > a {
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 0;
    line-height: 1.4;
  }

  .navigation-in > ul > li.ext > ul > li > div > ul > li ul {
    margin-top: 0;
  }

  .navigation-in > ul > li.ext > ul > li > div > ul > li ul li {
    display: block;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul {
    line-height: 1.2;
  }

  .navigation-in
    > ul
    > li.ext
    > ul
    > li
    > div
    > ul
    > li
    ul
    li.more-submenu-list {
    padding-top: 0;
  }

  .navigation-in
    > ul
    > li.ext
    > ul
    > li
    > div
    > ul
    > li
    ul
    li.more-submenu-list
    a {
    color: var(--color-primary);
  }

  .navigation-in > ul > li.ext > ul > li > div > ul > li ul li a {
    padding: 5px 0;
    line-height: 1.4;
  }
}

@media (min-width: 768px) {
  .navigation-in
    ul.menu-level-4:not(.show)
    > li:not(.more-submenu-list):nth-child(n + 5) {
    display: none;
  }

  .navigation-in > ul > li.ext > ul > li > div > ul {
    width: 600px;
  }

  .navigation-in
    > ul
    > li.ext
    > ul
    > li:nth-child(n + 13):not(.menu-item-category) {
    display: flex;
  }

  .banners-top-block .banner-wrapper {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}

.banners-row #carousel .banner-wrapper + .banner-wrapper {
  margin-top: 0;
}

.banners-top-block {
  margin-bottom: 0;
}

.banners-top-block.js-banners-top-block-carousel {
  margin-top: 10px;
}

@media (min-width: 992px) {
  /* body.in-index #navigation {
    overflow: visible;
  }

  body.in-index:not(.menu-helper-visible) #header,
  body.in-index:not(.menu-helper-visible) .top-navigation-bar {
    position: relative;
    z-index: 9999;
  }

  body.in-index.is-header-fixed.is-header-hidden #header {
    position: fixed;
  }

  body.in-index .navigation-in > ul > li.menu-item-first.ext > ul {
    opacity: 1;
    visibility: visible;
    width: auto;
    height: auto;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    top: 100%;
    padding-top: 24px;
  }

  body.in-index .navigation-in > ul > li.ext:first-child > a {
    border-radius: 8px 8px;
    margin-left: 0;
  } */

  /* .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    min-height: 540px;
    object-fit: cover;
  }

  body:not(.is-carousel-full-width).one-column-body .homepage-box .carousel {
    width: calc(100% - 320px);
    margin-left: auto;
    min-height: 720px;
    margin-top: 20px;
  }

  .navigation-in > ul > li.ext > ul > li > div > ul {
    width: 720px;
  }
  body:not(.is-carousel-full-width).one-column-body .homepage-box .carousel {
    width: calc(100% - 325px);
  } */
}

@media (min-width: 1200px) {
  .navigation-in > ul > li.ext > ul > li > div > ul {
    width: 800px;
  }
  body:not(.is-carousel-full-width).one-column-body .homepage-box .carousel {
    width: calc(100% - 320px);
  }
}

@media (min-width: 1440px) {
  .navigation-in > ul > li.ext > ul > li > div > ul {
    width: 1000px;
  }
}

@media (min-width: 768px) and (min-height: 900px) {
  .navigation-in > ul > li:first-child > ul.menu-level-2 > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
    min-height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .navigation-in ul li a:hover {
    padding-left: 30px !important;
  }
  .navigation-in ul.menu-level-2 > li > a:hover {
    padding-left: 0 !important;
  }
}

.has-more-items .more-items-trigger {
  display: none;
}

@media (min-width: 768px) {
  .is-header-hidden .category-headline {
    margin-top: 184px;
  }

  .type-category .breadcrumbs-wrapper {
    padding-top: 0 !important;
  }
}
