.top-navigation-contacts > strong {
  display: block;
}

.top-navigation-contacts .divider {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}

.top-navigation-contacts .divider-no-margin {
  margin-right: 0;
}
.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: 30px;
  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%;
}

.top-navigation-bar-menu {
  opacity: 0;
}

.login-window-visible #header .top-nav-button-login {
  border: 1px solid var(--color-primary);
  border-radius: 8px 8px 0 0;
}

.login-window-visible .login-widget {
  border: 1px solid var(--color-primary);
}

.navigation-buttons > a.top-nav-button-account:focus,
.navigation-buttons > a.top-nav-button-login:focus {
  color: var(--color-primary) !important;
}

.navigation-buttons > a.top-nav-button-account,
.navigation-buttons > a.top-nav-button-login {
  border: 1px solid var(--color-primary);
  color: var(--color-primary) !important;
  border-radius: 8px 8px 8px;
}

.navigation-buttons > a:after,
.navigation-buttons > a[data-target="login"]:before {
  color: var(--color-primary);
}

@media (max-width: 767px) {
  .submenu-arrow {
    color: black;
  }
  .navigation-in a {
    /* color: var(--color-primary); */
    color: black;
  }
  .navigation-in ul ul li a,
  .menu-helper ul ul li a {
    color: black;
  }
}
@media (min-width: 768px) {
  .navigation-in > ul > li.ext > a:after {
    color: black;
  }
  .navigation-in > ul > li > a {
    color: var(--color-primary);
    color: black;
  }
}

/* @media (min-width: 768px) {
  .navigation-in > ul > li > a {
    padding-top: 23px;
    padding-bottom: 22px;
  }
  .menu-helper,
  #navigation {
    height: 60px;
  }
  #header:before {
    height: 60px;
  }
  #header {
    position: relative;
  }
  .is-header-scrolling #header:before {
    height: 60px;
  }
  .menu-helper > span {
    border-color: transparent;
  }

  .menu-helper {
    background-color: transparent;
  }
  .navigation-close,
  .navigation-in {
    z-index: 3;
  }

  .navigation-in > ul > li.ext > a:after,
  .navigation-in > ul > li > a {
    color: white !important;
  }

  .menu-helper-visible .menu-helper > span:after,
  .menu-helper-visible .menu-helper > span {
    color: #0f0f0f;
  }

  .menu-helper > span,
  .menu-helper > span:after {
    color: white;
  }

  #header:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 50vw);
    display: block;
    width: 100vw;
    height: 60px;
    z-index: 1;
    left: calc(50% - 50vw - 10px);
    background-color: var(--color-primary);
  }
} */

@media (min-width: 768px) {
  .top-navigation-bar .top-navigation-contacts a,
  .top-navigation-bar .container > div.top-navigation-contacts {
    font-size: 16px;
  }

  .top-navigation-bar .top-navigation-contacts a:before,
  .top-navigation-bar .top-navigation-contacts a span {
    color: white;
  }
  .top-navigation-bar .container > div.top-navigation-contacts {
    background-color: transparent;
    color: white;
  }
  .submenu-visible:not(.menu-helper-visible) .top-navigation-bar,
  .top-navigation-bar {
    background-color: var(--color-primary);
  }
  .navigation-in > ul > li.ext > a:after {
    font-size: 7px;
  }
  .top-category-block {
    margin-top: 0;
  }
  .navigation-in {
    font-size: 15px;
    line-height: 15px;
  }
  .navigation-in ul li a {
    padding-left: 9px;
    padding-right: 21px;
  }
  .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;
  }
}

.top-category-block .menu-content > div > a {
  text-decoration: none;
  text-transform: uppercase;
}

.benefitBanner__title {
  color: #61b3ff;
}

#simple-variants .advanced-parameter-inner {
  width: 70px;
  height: 70px;
}

@media (min-width: 992px) {
  #simple-variants .advanced-parameter-inner {
    width: 90px;
    height: 90px;
  }
  .benefitBanner__title {
    font-size: 20px;
  }
  .top-category-block.no-submenu .menu-content {
    padding: 30px 15px 20px;
  }
  .welcome {
    padding: 40px 40px 40px 40px;
  }
}

.responsive-tools > a[data-target="navigation"] {
  background-color: var(--color-primary);
  color: white;
}

.responsive-tools > a[data-target="navigation"]:after,
.responsive-tools > a[data-target="navigation"]:before {
  color: white;
}

@media (min-width: 768px) {
  .navigation-buttons > a:after {
    display: none;
  }
  .header-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .popup-widget.login-widget {
    top: 120px;
  }

  .popup-widget.cart-widget {
    top: 120px;
  }

  .admin-logged .popup-widget.login-widget {
    top: 120px;
  }

  .admin-logged .popup-widget.cart-widget {
    top: 120px;
  }
}

@media (min-width: 992px) {
  .header-top {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .popup-widget.login-widget {
    top: 120px;
  }

  .popup-widget.cart-widget {
    top: 120px;
  }

  .admin-logged .popup-widget.login-widget {
    top: 145px;
  }

  .admin-logged .popup-widget.cart-widget {
    top: 145px;
  }
}

@media (min-width: 480px) {
  .benefitBanner__item {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
  .benefitBanner__title {
    font-size: 18px;
  }
  .benefitBanner__data {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .benefitBanner__title {
    font-size: 22px;
  }
}

.navigation-in-bottom .top-navigation-bar-menu {
  display: none;
}

@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;
  }
}

@media (min-width: 768px) {
  #navigation {
    height: 60px;
  }
  .navigation-in > ul > li > a {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .navigation-in > ul > li.ext > a:after {
    top: 48%;
  }
  .menu-helper {
    height: 60px;
  }
  .menu-helper > span {
    height: 100%;
    font-size: 15px;
  }
  .menu-helper > ul {
    top: 100%;
  }
}

.benefitBanner__item {
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.benefitBanner__picture {
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.benefitBanner__link {
  flex-wrap: wrap;
}
.benefitBanner__content {
  margin-top: 15px;
  justify-content: center;
  padding-right: 0;
  width: 100%;
}
.benefitBanner__picture img {
  max-height: 70px;
  max-width: 75px;
}
.benefitBanner__picture {
  height: 70px;
}

.benefitBanner__title {
  font-weight: 700;
}

#footer ul a {
  color: black;
}

@media (max-width: 767px) {
  .benefitBanner__picture {
    height: 50px;
  }
  .benefitBanner__picture {
    height: 50px;
  }
  .benefitBanner__picture img {
    max-height: 50px;
    max-width: 75px;
  }
  .in-index .position--benefitHomepage {
    margin-bottom: 50px;
  }
  .top-category-block {
    margin-bottom: 70px;
    margin-top: 0;
  }
  .top-navigation-contacts > strong {
    margin-top: 8px;
  }
  .top-navigation-bar {
    background-color: white;
  }
  .navigation-in-bottom .top-navigation-contacts a span {
    font-size: 16px;
  }
}

/* header info banner */

@media (min-width: 768px) {
  .is-header-info-banner .popup-widget.login-widget {
    top: 141px;
  }

  .is-header-info-banner .popup-widget.cart-widget {
    top: 141px;
  }

  .is-header-info-banner.admin-logged .popup-widget.login-widget {
    top: 141px;
  }

  .is-header-info-banner.admin-logged .popup-widget.cart-widget {
    top: 141px;
  }
}

@media (min-width: 992px) {
  .is-header-info-banner .popup-widget.login-widget {
    top: 160px;
  }

  .is-header-info-banner .popup-widget.cart-widget {
    top: 160px;
  }

  .is-header-info-banner.admin-logged .popup-widget.login-widget {
    top: 185px;
  }

  .is-header-info-banner.admin-logged .popup-widget.cart-widget {
    top: 185px;
  }
}

/* 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;
  z-index: 99999;
}

.header-info-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 7px 15px;
}

.header-info-banner__left-panel {
  display: block;
  width: 100%;
  text-align: center;
}

.header-info-banner__right-panel {
  margin-top: 5px;
}

.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;
    margin-top: 0;
  }
  .header-info-banner__left-panel {
    display: flex;
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
    width: auto;
    margin-left: -10px;
  }
  .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;
  }
}

/*
.products-block.products .p .price strong,
.products-block.products .p .price span {
  font-size: 12px;
  color: #7c7e8f;
  margin-top: 6px;
  font-weight: 400;
}

.p-info-wrapper .p-final-price-wrapper .price-additional {
  display: inline-block;
  color: #0f0f0f;
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0;
}

.p-info-wrapper .p-final-price-wrapper .price-final {
  color: #7c7e8f;
  font-size: 14px;
  margin-top: 6px;
  font-weight: 400;
}

.products-block .p-bottom .price-additional {
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  color: black;
}

.products-block .p-bottom .prices {
  flex-direction: column-reverse;
}

.p-final-price-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.search-whisperer .price {
  display: none;
}

.price-measure {
  order: -1;
}

.price-wrapper .price-label.price-primary:after,
.cart-table tr .p-total .price-final:after {
  content: " s DPH";
}

.price-wrapper .price-label.price-primary {
  order: 2;
}

.price-wrapper .price.price-primary {
  order: 3;
}

.price-secondary {
  padding-top: 0;
  padding-bottom: 10px;
}

.price-wrapper .price-label.price-primary,
.price-wrapper .price-label.price-secondary {
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
}

.price-wrapper .price.price-primary,
.price-wrapper .price.price-secondary {
  font-size: 32px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
  opacity: 1;
}

@media (min-width: 768px) {
  .price-wrapper .price-label.price-primary,
  .price-wrapper .price-label.price-secondary {
    font-size: 18px;
  }

  .price-wrapper .price.price-primary,
  .price-wrapper .price.price-secondary {
    font-size: 24px;
    color: #569c34;
  }

  .p-info-wrapper .p-final-price-wrapper .price-additional {
    font-size: 28px;
    margin: 8px 0;
  }

  .p-info-wrapper .p-final-price-wrapper .price-final {
    font-size: 16px;
    color: #7c7e8f;
    font-size: 20px;
    margin-top: 6px;
  }

  .products-block.products .p .price strong,
  .products-block.products .p .price span {
    font-size: 14px;
  }
}

*/

@media (max-width: 767px) {
  .columns-mobile-2 .products-block .p-bottom .price-additional {
    font-size: 18px;
  }
}

.filter-section.filter-section-boolean {
  display: none !important;
}

@media (min-width: 1440px) {
  .variant-list select,
  .surcharge-list select {
    width: auto;
  }
}
