.flag.flag-discount {
  background: red;
}
.faq-side-list__item.is-active {
  color: white !important;
}
.banners-top-block .banner-wrapper:nth-child(3) {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.category-header input[type="radio"]:checked + label {
  background-color: var(--color-primary);
}
.benefitBanner__picture img {
  mix-blend-mode: multiply;
}
.in-index .position--benefitHomepage {
  margin-top: 0;
  margin-bottom: 30px;
}
.benefitBanner__picture {
  height: 50px;
}
.benefitBanner__picture img {
  max-height: 50px;
  max-width: 55px;
}

.welcome .welcome__content p {
  margin-bottom: 0;
}

.welcome .welcome__content p + p {
  margin-top: 20px;
}

.banners-top-block .banner-wrapper a,
.banners-top-block .banner-wrapper img {
  width: 100%;
}

@media (min-width: 768px) {
  .banners-top-block {
    margin-bottom: 40px;
  }
  .navigation-in ul li a {
    padding-left: 25px;
    padding-right: 25px;
  }
  .top-navigation-bar .container > div.top-navigation-contacts {
    height: 30px;
  }
  .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: 992px) {
  .header-top {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .popup-widget.login-widget {
    top: 140px;
  }

  .popup-widget.cart-widget {
    top: 140px;
  }

  .admin-logged .popup-widget.login-widget {
    top: 165px;
  }

  .admin-logged .popup-widget.cart-widget {
    top: 165px;
  }
}
@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 {
    background: var(--color-primary);
    border-radius: 8px;
  }
  .click-cart:hover {
    background: var(--color-primary-hover);
  }
  #header .cart-count {
    border-radius: 7px 7px 0 0;
  }
  .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-color: transparent;
    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;
  }
}

.flag.flag-discount:before {
  display: none;
}

@media (min-width: 992px) {
  .is-header-info-banner .popup-widget.login-widget {
    top: 170px;
  }

  .is-header-info-banner .popup-widget.cart-widget {
    top: 170px;
  }

  .is-header-info-banner.admin-logged .popup-widget.login-widget {
    top: 195px;
  }

  .is-header-info-banner.admin-logged .popup-widget.cart-widget {
    top: 195px;
  }
}

/* HEADER BANNER */

:root {
  --color-header-banner-info-bg: black;
  --color-header-banner-info-text-color: white;
}

.header-info-banner {
  position: relative;
  background-color: #000000;
  background-color: var(--color-header-banner-info-bg);
  color: white;
  color: var(--color-header-banner-info-text-color);
  font-size: 13px;
}

.header-info-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px 15px;
}

.header-info-banner__left-panel {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.header-info-banner__right-panel {
}

.header-info-banner__close {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 40px;
  flex: 0 0 40px;
  height: 40px;
  cursor: pointer;
}

.header-info-banner__close:before {
  content: "\e921";
  font-family: "apollo" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}

.header-info-banner__close:hover:before {
  /* color: red; */
}

.header-info-banner__text {
  flex: auto;
  color: white;
  color: var(--color-header-banner-info-text-color);
  text-decoration: underline;
  line-height: 1.6;
}

.header-info-banner.no-text .header-info-banner__text {
  text-decoration: none;
}

.header-info-banner__text a {
  color: white;
  color: var(--color-header-banner-info-text-color);
}

.header-info-banner__text a:hover {
  text-decoration: none;
}

.header-info-banner__right-panel {
  text-align: right;
}

.header-info-banner__right-panel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  text-transform: uppercase;
  color: white;
  color: var(--color-header-banner-info-text-color);
  font-weight: 700;
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 5px;
}

.header-info-banner__right-panel a:hover {
  background-color: black;
  border-color: black;
  color: white;
}

.header-info-banner.is-centered {
  text-align: center;
  justify-content: center;
}

.header-info-banner.is-centered .header-info-banner__content {
  justify-content: center;
}

@media (min-width: 768px) {
  .header-info-banner__right-panel {
    margin-left: 15px;
  }
  .header-info-banner__left-panel {
    display: flex;
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
    width: auto;
    margin-left: -10px;
    margin-bottom: 0;
  }
  .header-info-banner__content {
    padding: 0;
    height: 40px;
    justify-content: space-between;
  }
  .header-info-banner__right-panel a {
    padding: 4px 15px;
  }
  .header-info-banner {
    font-size: 14px;
  }
  .header-info-banner__right-panel a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .header-info-banner__close {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.homepage-box.welcome-wrapper {
  margin-bottom: 50px;
}

.body-banners .banner-wrapper a,
.banners-top-block .banner-wrapper a,
.body-banners .banner-wrapper img,
.banners-top-block .banner-wrapper img {
  width: 100%;
}

.contact-bottom {
  margin-top: 50px;
}

.contact-bottom p {
  line-height: 1.6;
  font-size: 16px;
  color: black;
}

.contact-bottom a {
  text-decoration: underline;
  color: var(--color-primary-hover);
}

.row-filter.multiple-columns-body .filters-wrapper .filters .filter-headline,
.row-filter.one-column-body .filters-wrapper .filters .filter-headline {
  display: none;
}
.row-filter.multiple-columns-body .filters-wrapper .filters .slider-wrapper,
.row-filter.one-column-body .filters-wrapper .filters .slider-wrapper {
  display: none;
}
body {
  background-color: #f6f6f6;
}

.top-category-block .menu-level-2.no-menu-level-3 .menu-content {
  padding: 20px 0 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.menu-image img {
  width: 100%;
  margin-top: -30px;
}

@media (min-width: 768px) {
  .contact-address__title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .subcategories.with-image li a .image {
    width: 45%;
  }
  .support__title {
    font-size: 28px;
  }
  .sidebar {
    width: 300px;
  }
  .navigation-in ul li a {
    padding-left: 15px;
  }
}

@media (max-width: 992px) {
  .header-info-banner__content {
    padding: 5px 15px;
  }
  .header-info-banner__left-panel {
    margin-bottom: 5px;
  }
  .instagram-widget .instagram-widget-item {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
  .instagram-widget .instagram-widget-item:nth-child(n + 4) {
    display: none;
  }
}

.products-block .p .image img {
  position: relative;
  width: calc(100% + 32px);
  max-width: none;
  margin-left: -16px;
  margin-top: -16px;
}

@media (min-width: 768px) {
  .products-block .p .image img {
    position: relative;
    width: calc(100% + 60px);
    max-width: none;
    margin-left: -30px;
    margin-top: -30px;
  }
}

.filters-wrapper .filters.is-shown .slider-wrapper {
  display: none;
}

.mobile.one-column-body
  #category-filter-hover
  .filter-section:nth-last-child(2),
.desktop.one-column-body
  #category-filter-hover
  .filter-section:nth-last-child(2),
.mobile.multiple-columns-body
  #category-filter-hover
  .filter-section:nth-last-child(2) {
  border-radius: 10px;
}

.mobile .filter-section:before {
  display: none;
}

.row-filter.multiple-columns-body
  .filters-wrapper
  .filters
  .filter-sections
  .filter-section
  h4,
.row-filter.one-column-body
  .filters-wrapper
  .filters
  .filter-sections
  .filter-section
  h4,
.row-filter.multiple-columns-body .filters-wrapper .filters .slider-wrapper h4,
.row-filter.one-column-body .filters-wrapper .filters .slider-wrapper h4 {
  /* display: none; */
  color: black;
  background: var(--color-tertiary);
  /* border: 0; */
  /* padding: 5px 15px 5px; */
}

.row-filter.multiple-columns-body
  .filters-wrapper
  .filters
  .filter-sections
  .filter-section.is-selected
  h4,
.row-filter.one-column-body
  .filters-wrapper
  .filters
  .filter-sections
  .filter-section.is-selected
  h4,
.row-filter.multiple-columns-body
  .filters-wrapper
  .filters
  .slider-wrapper.is-selected
  h4,
.row-filter.one-column-body
  .filters-wrapper
  .filters
  .slider-wrapper.is-selected
  h4 {
  /* background: transparent;
  border: 0; */
}
/*
.row-filter.multiple-columns-body
  .filters-wrapper
  .filters
  .filter-sections
  .filter-section
  h4:after,
.row-filter.one-column-body
  .filters-wrapper
  .filters
  .filter-sections
  .filter-section
  h4:after,
.row-filter.multiple-columns-body
  .filters-wrapper
  .filters
  .slider-wrapper
  h4:after,
.row-filter.one-column-body .filters-wrapper .filters .slider-wrapper h4:after {
  display: none;
} */

.row-filter.multiple-columns-body
  .filters-wrapper
  .filters
  .filter-sections
  .filter-section:not(.open)
  .param-filter-top,
.row-filter.one-column-body
  .filters-wrapper
  .filters
  .filter-sections
  .filter-section:not(.open)
  .param-filter-top,
.row-filter.multiple-columns-body
  .filters-wrapper
  .filters
  .filter-sections
  .filter-section:not(.open)
  > form,
.row-filter.one-column-body
  .filters-wrapper
  .filters
  .filter-sections
  .filter-section:not(.open)
  > form {
  /* display: block; */
}

.row-filter.multiple-columns-body
  .filters-wrapper
  .filters
  .filter-sections
  .filter-section
  .param-filter-top,
.row-filter.one-column-body
  .filters-wrapper
  .filters
  .filter-sections
  .filter-section
  .param-filter-top,
.row-filter.multiple-columns-body
  .filters-wrapper
  .filters
  .slider-wrapper
  .param-filter-top,
.row-filter.one-column-body
  .filters-wrapper
  .filters
  .slider-wrapper
  .param-filter-top,
.row-filter.multiple-columns-body
  .filters-wrapper
  .filters
  .filter-sections
  .filter-section
  > form,
.row-filter.one-column-body
  .filters-wrapper
  .filters
  .filter-sections
  .filter-section
  > form,
.row-filter.multiple-columns-body
  .filters-wrapper
  .filters
  .slider-wrapper
  > form,
.row-filter.one-column-body .filters-wrapper .filters .slider-wrapper > form {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: none;
  min-width: auto;
  width: 100%;
  border-radius: 8px;
}

.row-filter.multiple-columns-body.desktop
  #category-filter-hover
  .filter-section,
.row-filter.one-column-body.desktop #category-filter-hover .filter-section {
  width: 100%;
}

.row-filter.multiple-columns-body
  .filters-wrapper
  .filters
  .filter-sections
  .filter-section:not(.open)
  > form
  > fieldset {
  display: flex;
  flex-wrap: wrap;
}

.row-filter.multiple-columns-body
  .filters-wrapper
  .filters
  .filter-sections
  .filter-section
  > form
  > fieldset {
  display: flex;
  flex-wrap: wrap;
}

.row-filter.multiple-columns-body
  .filters-wrapper
  .filters
  .filter-sections
  .filter-section
  form
  fieldset
  div,
.row-filter.one-column-body
  .filters-wrapper
  .filters
  .filter-sections
  .filter-section
  form
  fieldset
  div {
  width: auto !important;
}
