.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: 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: 10px;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 121px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 121px;
  }
}

@media (min-width: 992px) {
  .header-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 121px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 146px;
  }
}

@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 > 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: 56px;
  }
  #header .site-name {
    display: flex;
    align-items: center;
  }

  #header .site-name a img {
    max-height: 120px;
  }
}

@media (max-width: 767px) {
  .top-navigation-bar .site-name a img {
    max-height: 50px;
  }
}

/* footer */

#footer {
  position: relative;
}

#footer .footer-bg {
  width: calc(100vw - 10px);
  position: absolute;
  top: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  transform: translateX(0);
  left: calc(50% - 50vw);
  object-fit: cover;
}

#footer h4 {
  font-weight: 700;
}

#footer.is-white .contact-box ul li.contact-box-icon:hover span::before,
#footer .news-item-widget a,
#footer ul a,
.custom-footer .custom-footer-left-panel .footer-item h5 {
  color: #ffffff;
}

#footer.is-white .news-item-widget a:hover,
#footer.is-white ul a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#footer p {
  color: white;
}

.footer-icons {
  justify-content: flex-start;
}

.footer-icons .footer-icon {
  margin: 6px;
  height: 60px;
  padding: 5px 12px;
}

.footer-icons > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.custom-footer .custom-footer-left-panel .footer-item .footer-item {
  width: 100%;
  padding: 0;
  margin-top: 35px;
}

.footer-icons {
  margin: 0 -5px;
}

.footer-icons .footer-icon {
  height: 40px;
  max-width: 55px;
}

@media (min-width: 768px) {
  .custom-footer .custom-footer-left-panel {
    width: 100%;
    margin: 0 -20px;
    padding-right: 0;
  }
  .custom-footer .custom-footer-left-panel .footer-item {
    width: 50%;
    flex: 0 0 50%;
  }
}

#footer.is-white {
  background-color: #000000;
}

@media (min-width: 992px) {
  .custom-footer .custom-footer-left-panel .footer-item {
    width: 25%;
    flex: 0 0 25%;
  }
}

.footer-item.footer-item-newsletter {
  display: block;
}

.footer-item.footer-item-newsletter .compact-form,
.footer-item.footer-item-newsletter .newsletter-header {
  width: 100%;
  flex: 100%;
  max-width: 100%;
  padding: 0;
}

.footer-item.footer-item-newsletter h4 span {
  color: var(--footer-highlighted-color);
}

.custom-footer .custom-footer-left-panel .footer-item .footer-item {
  background-color: transparent;
}

.footer-item.footer-item-newsletter:after {
  display: none;
}

.footer-item.footer-item-newsletter h4 span {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.footer-item.footer-item-newsletter .form-group.consents label {
  margin-top: -8px;
  font-size: 12px;
}

.footer-item.footer-item-newsletter .form-group.consents label a {
  font-size: 100%;
  color: var(--color-secondary);
}

.footer-item.footer-item-newsletter .compact-form .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  line-height: 40px;
  min-height: 40px;
}

.footer-item.footer-item-newsletter .compact-form .btn:after {
  content: "\e90e";
  font-family: "apollo";
  font-size: 14px;
}

#footer h4 {
  margin-bottom: 12px;
}

#footer .compact-form .validator-msg-holder input {
  height: 40px;
  padding-right: 60px;
}

.footer-links-icons {
  display: none;
}

#footer .news-item-widget {
  margin-bottom: 7px;
}

#footer h4 {
  font-size: 18px;
}

.footer-icons .footer-icon {
  margin: 3px;
  padding: 1px 7px;
}

#footer > .container {
  z-index: 1;
  position: relative;
}

@media (max-width: 767px) {
  .custom-footer .custom-footer-left-panel .footer-item .footer-item {
    margin-top: 10px;
  }
  .custom-footer .footer-item--contact {
    margin-bottom: 0;
  }
  .footer-item.footer-item-newsletter .newsletter-header,
  #footer h4 {
    margin-bottom: 0;
  }
  .footer-item.footer-item-newsletter {
    background-color: transparent;
  }
  .custom-footer .custom-footer-left-panel .footer-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .custom-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer p {
    margin-bottom: 10px;
  }
  .accordion--sm .accordion__content {
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    padding: 1rem 0 1rem 0;
    opacity: 1;
    transition: opacity 250ms ease;
  }
  .accordion--sm .accordion__trigger:after {
    display: none;
  }
  .accordion--sm .accordion__trigger {
    padding: 20px 0 10px;
  }
}

@media (max-width: 480px) {
  .footer-icons {
    justify-content: center;
  }

  .footer-item.footer-item-newsletter h4 span {
    margin-bottom: 5px;
  }

  .custom-footer .custom-footer-left-panel .footer-item {
    text-align: center;
    width: 100%;
  }
}
