@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: 80px;
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .top-navigation-bar .site-name a img {
    max-height: 40px;
  }
}
.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) {
  .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: 992px) {
  .header-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .popup-widget.login-widget {
    top: 130px;
  }

  .popup-widget.cart-widget {
    top: 130px;
  }

  .admin-logged .popup-widget.login-widget {
    top: 155px;
  }

  .admin-logged .popup-widget.cart-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: 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 h4,
#footer ul a,
#footer #footer h4,
#footer .contact-box ul li > span::before,
#footer .contact-box h4 {
  color: #ffffff;
}
.footer-item.footer-item-newsletter .compact-form .btn {
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
}
.cart-inner .delivery-time {
  display: none;
}

.row-images .col {
  flex: 0 0 33%;
  padding: 10px;
}

@media (max-width: 767px) {
  .row-images .col {
    flex: 0 0 50%;
  }
}

@media (max-width: 550px) {
  .row-images .col {
    flex: 0 0 100%;
  }
}

.row-images .col .card {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08);
  padding: 15px;
  border-radius: 15px;
  height: 100%;
}

.row-images .col .card .card-img {
  overflow: hidden;
}

.row-images .col .card:hover {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}

.row-images .col .card:hover img {
  transform: scale(1.05);
  transition: transform 0.5s;
}

.row-images .col .card:hover p {
  color: #fbb038;
}

.row-images .col .card img {
  margin-bottom: 10px;
  transition: transform 0.5s;
}

.row-images .col .card p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0;
}

.category-header form {
  display: none;
}

.detail-parameters .advanced-parameter-inner {
  width: 65px;
  height: 65px;
}

@media (max-width: 767px) {
  .top-navigation-bar {
    background-color: fbb038;
  }
}
@media (min-width: 768px) {
  #header .site-name {
    display: flex;
    align-items: center;
  }

  #header .site-name a img {
    max-height: 70px;
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .top-navigation-bar .site-name a img {
    max-height: 40px;
  }
}

@media (min-width: 992px) {
  .header-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .popup-widget.login-widget {
    top: 130px;
  }

  .popup-widget.cart-widget {
    top: 130px;
  }

  .admin-logged .popup-widget.login-widget {
    top: 155px;
  }

  .admin-logged .popup-widget.cart-widget {
    top: 155px;
  }
}

@media (min-width: 768px) {
  .top-navigation-bar .container > div.top-navigation-contacts {
    top: 0;
    height: 49px;
  }
}

@media (min-width: 768px) {
  .navigation-in ul li a {
    padding-left: 25px;
    padding-right: 25px;
  }
  .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;
  }
}

.row-filter.multiple-columns-body
  .filters-wrapper
  .filters
  .filter-sections
  .filter-section
  form
  fieldset
  .advanced-filters-wrapper,
.row-filter.one-column-body
  .filters-wrapper
  .filters
  .filter-sections
  .filter-section
  form
  fieldset
  .advanced-filters-wrapper {
  display: flex;
}

.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;
  margin-right: 0;
  margin-bottom: 0;
}

.row-filter.multiple-columns-body
  .filters-wrapper
  .filters
  .filter-sections
  .filter-section
  form
  fieldset
  div
  label,
.row-filter.one-column-body
  .filters-wrapper
  .filters
  .filter-sections
  .filter-section
  form
  fieldset
  div
  label {
  padding-right: 0;
}

.advanced-parameter-inner {
  overflow: hidden;
}

.advanced-parameter-inner {
  display: flex;
}

body.type-detail .detail-parameters .parameter-value {
  display: none;
}

.detail-contact-form-addon .detail-contact-button.has-border {
  border-radius: 15px;
}

.custom-product-buttons.template-11 .has-btn-border-radius .add-to-cart-button {
  border-radius: 10px;
}

.row-images {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 480px) {
  .p-info-grid .detail-grid-item {
    margin-bottom: 10px;
  }
}

body ol.top-products.dkLabVisitedProducts li a.top-products-content strong,
ol.top-products li a.top-products-content strong,
.search-whisperer .price,
.flag-cena-na-dotaz {
  display: none !important;
}

.detail-contact-form-addon .detail-contact-button {
  /* opacity: 0;
  visibility: hidden; */
}
