.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 .container > div.top-navigation-contacts {
    top: 0;
    height: 30px !important;
  }
  .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: 105px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 130px;
  }
}
@media (min-width: 992px) {
  .header-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .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 (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;
  }
}

.footer-icons .footer-icon {
  box-shadow: none;
  background-color: transparent;
}

body:not(.after-load) .order-summary-inner,
.next-step {
  background-color: var(--color-tertiary);
}

@media (min-width: 768px) {
  .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-hover);
    border-radius: 0;
  }
  .click-cart:hover {
    background: var(--color-primary);
  }
  #header .cart-count {
    border-radius: 0 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: 0 0 0;
  }
  .cart-window-visible #header .cart-count {
    background-color: transparent;
    border-radius: 0 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;
  }
}

/* Filtry */

@media (max-width: 767px) {
  #dkLabTopFilters .dkLab-filters-pack-button .btn.btn-primary {
    font-size: 14px;
  }
  body #dkLabTopFilters #category-header {
    margin: 0px 0px 20px 0px;
  }
}
#content .filter-section fieldset div.advanced-filters-wrapper > div,
#footer .filter-section fieldset div.advanced-filters-wrapper > div {
  padding: 2px 5px 2px 0;
}

.mobile #dkLabTopFilters .filter-section.active > form,
.mobile #dkLabTopFilters .filter-section.active > .param-filter-top {
  display: block;
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
}

@media (max-width: 767px) {
  #content
    .filters-unveil-button-wrapper
    + .dkLab-filters-wrapper
    > .dkLab-filters-wrapper__button
    h4 {
    display: none;
  }
  #dkLabTopFilters .filter-section h4:after,
  #dkLabTopFilters .filter-section-boolean h4:after,
  #dkLabTopFilters .slider-wrapper h4:after {
    top: 16px;
    right: 15px;
  }
  .dkLab-filters-wrapper__wrap > form {
    display: block;
  }
  #content #dkLabTopFilters .filter-section fieldset div .filter-label {
    font-size: 13px;
  }
  #dkLabTopFilters .filter-section h4,
  #dkLabTopFilters .filter-section-boolean h4,
  #dkLabTopFilters .slider-wrapper h4,
  #dkLabTopFilters #category-header > span.span--sort {
    padding: 16px 35px 14px 10px;
  }
  #dkLabTopFilters #filters {
    padding: 20px 0;
  }
}

#dkLabTopFilters .filter-section-boolean h4.symptom {
  display: none;
}

#dkLabTopFilters .filter-sections,
.category-header {
  background-color: transparent;
}

#dkLabTopFilters #category-header {
  padding-top: 0;
}

#dkLabTopFilters .filter-total-count {
  color: black;
}

#dkLabTopFilters .filter-section,
#dkLabTopFilters .filter-section-boolean,
#dkLabTopFilters .slider-wrapper {
  border: 1px solid #a4a4a4 !important;
}

#dkLabTopFilters .category-header input[type="radio"] + label {
  color: black;
  text-transform: none;
  min-height: 35px;
  padding: 5px 5px 5px 5px;
  margin: 0;
}

#dkLabTopFilters .filter-count {
  top: 6px;
  line-height: 1.2;
}

#dkLabTopFilters .filter-section > form,
#dkLabTopFilters .slider-wrapper > .dkLab-slider-wrapper,
#dkLabTopFilters .filter-section-boolean .param-filter-top {
  padding-left: 15px;
}

#dkLabTopFilters .category-header input[type="radio"] + label {
  font-size: 14px;
}

.ui-slider-horizontal:after {
  display: none;
}

.filter-count:before,
.filter-count:after {
  display: none;
}

.slider-header {
  position: static;
}

#content
  #dkLabTopFilters
  .filter-section
  fieldset
  .advanced-filters-wrapper
  .advanced-parameter {
  margin-right: 10px;
}

#dkLabTopFilters #category-header > span.span--sort,
#dkLabTopFilters .filter-section > form,
#dkLabTopFilters .slider-wrapper > .dkLab-slider-wrapper,
#dkLabTopFilters .filter-section-boolean .param-filter-top,
#dkLabTopFilters #category-header > form {
  border: 1px solid #a4a4a4 !important;
  background-color: white;
  font-size: 14px;
}

#dkLabTopFilters #category-header > span.span--sort {
  background-color: white;
}

body .dkLab-filters-button__item {
  border-radius: 0;
}

input[type="checkbox"]:checked + label {
  color: var(--dklab-filters-active-color);
}

.mobile .filter-section.is-active h4:after {
  color: var(--dklab-filters-active-color);
}

.dkLab-filters-button__item.dkLab-filters-button__item--cancel {
  color: var(--dklab-filters-active-color);
}

.dkLab-filters-button__item {
  color: white;
}

#dkLabTopFilters .filter-section h4,
#dkLabTopFilters .filter-section-boolean h4,
#dkLabTopFilters .slider-wrapper h4 {
  background-color: white;
  font-size: 14px;
}

.mobile .filter-section:before {
  display: none;
}

.slider-header {
  font-size: 14px;
}

.mobile.one-column-body .slider-header,
.desktop.one-column-body .slider-header,
.mobile.multiple-columns-body .slider-header {
  width: 100%;
}

@media (max-width: 767px) {
  #dkLabTopFilters .filter-section h4:after,
  #dkLabTopFilters .filter-section-boolean h4:after,
  #dkLabTopFilters .slider-wrapper h4:after {
    font-family: "shoptet" !important;
    font-size: 14px;
  }

  #dkLabTopFilters .filter-section h4:after {
    top: 24px;
    right: 5px;
  }

  .slider-content {
    background-color: transparent;
  }

  .filter-section {
    margin-bottom: 0;
  }

  html.dklab-filter-window-active--mobile
    #content
    .filters-wrapper.dkLab-mobile-window
    #filters {
    border-radius: 10px;
    overflow: hidden;
  }

  .filters-wrapper
    .filters.is-shown
    .slider-wrapper:not(.is-active)
    .slider-header {
    padding: 0;
  }

  body.mobile .back-to-top {
    bottom: 10px;
    right: 9px;
    width: 40px;
    height: 40px;
  }

  .mobile .filters-wrapper .slider-wrapper h4,
  .mobile .filter-section h4 {
    font-size: 16px;
  }

  .filters-wrapper .filters.is-shown .slider-wrapper {
    border-bottom: 2px solid white;
  }

  .mobile .filters-wrapper .slider-wrapper.is-active .slider-content {
    margin-bottom: 0;
  }

  .mobile.multiple-columns-body .filter-section:not(.filter-section-count) {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 2px solid white;
  }

  .filters-wrapper
    .filters.is-shown
    .slider-wrapper:not(.is-active)
    .ui-slider {
    display: none;
  }
}

.slider-header {
  /* padding-top: 0; */
}

.side-filter-accordion.multiple-columns-body .filter-section .param-filter-top,
.side-filter-accordion.multiple-columns-body .filter-section > form,
.side-filter-accordion.multiple-columns-body .filters-wrapper h4:before {
  background-color: transparent !important;
}

.side-filter-accordion.multiple-columns-body .slider-header {
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
}

.side-filter-accordion.multiple-columns-body
  .filters-wrapper
  .slider-wrapper.is-active {
  padding-bottom: 0;
}

.side-filter-accordion.multiple-columns-body .filters-wrapper .slider-wrapper {
  margin: 0 -30px;
}

.filter-section input[type="checkbox"]:checked + label::after,
.filter-section input[type="radio"]:checked + label::after,
.filter-section input[type="checkbox"]:checked + label::before,
.filter-section input[type="radio"]:checked + label::before {
  border-color: var(--color-secondary);
}
