.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) {
  .navigation-in {
    font-size: 15px;
    line-height: 15px;
  }
  .navigation-in ul li a {
    padding-left: 22px;
    padding-right: 22px;
  }
  .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: 105px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 130px;
  }
}
@media (min-width: 992px) {
  .header-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 130px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-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;
  }
  .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;
  }
}

.sidebar-inner > div.no-p {
  padding: 0;
  border: 0;
  background: transparent;
}

.sidebar-inner > div.no-p img {
  width: 100%;
}

.basic-description img {
  border-radius: 20px;
}

/* table product */

table.table.table-variants {
  padding: 0;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 40px;
  border-radius: 0 0 0 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  /* border-bottom: 1px solid #e8eeef; */
  background-color: transparent;
}

table.table.table-variants th {
  text-align: center;
  background: #003e53;
  color: white;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

table.table.table-variants tr td {
  vertical-align: middle;
  text-align: center;
  padding: 12px 10px 12px;
  border-left: 1px solid #e8eeef;
  border-right: 1px solid #e8eeef;
}

table.table.table-variants tbody > tr:last-child > td {
  border-bottom: 1px solid #e8eeef;
}

table.table.table-variants tbody > tr a {
  text-decoration: none;
  min-height: 40px;
}

table.table.table-variants tr:nth-child(even) td {
  background-color: #e8eeef;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media (min-width: 768px) {
  table.table.table-variants tr td {
    font-size: 15px;
  }
}

.table-responsive.table-responsive-variants {
  border-radius: 0;
}

@media (max-width: 767px) {
  table.table.table-variants th {
    font-size: 12px;
  }
  .table-responsive.table-responsive-variants {
    margin-right: -20px;
    margin-left: -20px;
  }
  table.table.table-variants tbody > tr a {
    min-height: 40px;
    padding: 0 10px;
  }
}

.news-item-detail .products-block.products .p .name {
  text-decoration: none;
}

.news-item-detail .flags-default .flag-freeshipping:before {
  content: "Doprava ";
  font-size: 12px;
}
.news-item-detail .flags-default .flag-freeshipping .flag-text {
  font-size: 12px;
}

@media (min-width: 768px) {
  .news-item-detail .flags-extra {
    top: -20px;
  }
}
