@media (min-width: 768px) {
  #navigation {
    width: calc(100% - 300px);
    margin-left: 200px;
  }
  .menu-helper {
    right: 215px;
    margin-top: -2px;
  }
  #navigation ul.menu-level-1 > li > a {
    padding: 0 20px;
  }
  #carousel {
    margin: 0 auto 40px auto;
  }
}
.social-buttons-wrapper,
.extended-description > h3,
p[data-testid="productCardDescr"] {
  display: none !important;
}
.p-detail .p-info-wrapper .detail-parameters tr td,
.p-detail .p-info-wrapper .detail-parameters tr th {
  padding: 5px 10px;
}
.type-category .detail-parameters tbody {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.type-category .detail-parameters tbody tr {
  display: flex;
  width: 100% !important;
}
.detail-parameters tbody tr:nth-child(odd) {
  background: #f1f3f7;
}

.subcategories li a:first-child {
  height: 114px;
  padding: 0 0 0 10px;
}
.subcategories.with-image li a .image {
  min-width: 140px;
  mix-blend-mode: darken;
  width: 140px;
  margin: 0;
  max-width: unset;
  height: 100%;
}
.subcategories.with-image li a .image img {
  max-height: 100%;
  border-radius: 5px;
}

.products-block.products .product {
  margin: 10px;
}
.products-block.products .product .p {
  padding: 20px;
  border-radius: 10px;
  border: solid 1px #f1f3f7;
  overflow: hidden;
}
.products-block.products .product .p:hover {
  border-color: var(--color-primary);
}
.products-block.products .product .p-in {
  padding-bottom: 0;
}

.footer-addon {
  background-color: #fff;
  padding: 50px 20px;
  max-width: 100%;
  width: 1440px;
  margin: auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-addon h4 {
  font-weight: 300;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 0.291666667in;
  line-height: 1.384615;
}
.footer-addon p {
  width: 100%;
  margin-top: 30px;
}
.footer-addon p a {
  color: var(--color-primary);
  text-underline-offset: 3px;
}
.footer-addon > a {
  padding: 15px 15px;
}
@media (max-width: 767px) {
  .footer-addon > a {
    width: 33.3%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-addon > a {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .footer-addon > a {
    width: 10%;
  }
}
.footer-addon a img {
  max-width: 100%;
}

.footer-addon h4,
[class~="blog-hp"]:before {
  text-align: center;
  font-weight: 600;
  color: #1e1e1c;
  margin-bottom: 20px;
  font-family: var(--template-font) !important;
  position: relative;
  letter-spacing: 0.5px;
  text-transform: none;
  font-size: 2.3em;
  margin-top: 0;
  line-height: 1.2em;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .breadcrums_wrapper {
    max-width: 100%;
    overflow: scroll;
    background: #e5cfc9;
  }
  .breadcrumbs {
    flex-wrap: nowrap;
    width: auto;
    max-width: unset;
  }
  .breadcrumbs span {
    white-space: nowrap;
  }
  .p-detail .p-thumbnails {
    overflow-x: scroll !important;
    width: 100%;
    margin: 0;
    height: 100px;
  }
  .p-thumbnails.overflow-next::after,
  .p-thumbnails.overflow-next .thumbnail-next {
    display: none;
  }
  .p-thumbnails > div {
    width: auto;
  }
  .p-thumbnails > div > div {
    display: flex;
    width: auto;
  }
  .p-thumbnails a {
    height: 100px;
    width: 100px;
  }
  .p-thumbnails a img {
    height: 100px;
    width: 100px;
  }
  body.multiple-columns-body.blank-mode .container.breadcrumbs-wrapper {
    display: block;
    margin: 60px 0 10px;
    background: #f1f3f7;
    padding: 10px 10px 10px 10px !important;
  }
  .breadcrumbs-wrapper .breadcrumbs {
    margin: 0;
  }
  #content-wrapper {
    margin-top: 10px;
  }
}

.products-block.products .product .p-in {
  xxxflex-direction: column-reverse;
}
.products-block.products .product .p-desc {
  display: block !important;
}

.p-in tbody {
  display: flex;
  margin: 10px -20px -20px;
  position: relative;
  background: #f1f3f7;
  justify-content: center;
}
.p-in tbody:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 7px;
  display: block;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 15%) 100%);
}
.p-in tbody tr {
  display: flex;
  padding: 10px 3px;
  flex-direction: column;
  width: 33.3%;
  justify-content: center;
  align-items: center;
}
.p-in tbody tr:not(:nth-child(4)) {
  border-left: solid 1px #e3e3e3;
}
.p-in tbody tr:nth-child(1),
.p-in tbody tr:nth-child(2),
.p-in tbody tr:nth-child(3) {
  display: none;
}
.blog-hp .news-item:nth-child(3) {
  display: none !important;
}

.blog-hp {
  display: flex;
  flex-wrap: wrap;
}
[class~="blog-hp"]:before {
  width: 100%;
}
[class~="blog-hp"] [class~="news-item"] {
  width: calc(50% - 40px);
  background: #fff;
  max-width: 50%;
  border: 1px solid #e8e8e8;
  margin: 0 20px 40px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-radius: 10px;
  border: solid 1px #f1f3f7;
  overflow: hidden;
  padding: 0;
}
[class~="blog-hp"] [class~="news-item"] .text {
  padding: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
[class~="blog-hp"] [class~="news-item"].text .title {
  margin-top: 0;
  font-size: 1.5em;
  margin-bottom: 5px;
  font-weight: 600;
  color: #1e1e1c;
}
[class~="blog-hp"] [class~="news-item"].text,
[class~="blog-hp"] [class~="news-item"] .image {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  margin: 0;
}
.news-item .text .description {
  line-height: 1.5;
  display: block;
}
[class~="blog-hp"] [class~="news-item"] [class~="text"] [class~="title"] {
  font-weight: 600;
  font-size: 20px;
}
[class~="blog-hp"] [class~="news-item"] [class~="image"] {
  margin-bottom: -10px;
}

@media screen and (max-width: 767px) {
  [class~="blog-hp"] [class~="news-item"] {
    width: 100%;
    margin: 0 0 20px;
    max-width: 100%;
  }
}
body.type-posts-listing .news-wrapper .news-item {
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #f1f3f7;
}
body:not(.type-product) h1 {
  text-align: center;
}
.benefitBanner.position--benefitCategory,
.type-index .benefitBanner {
  width: 100%;
  border: none !important;
  background: #f1f3f7;
  border-radius: 10px;
  margin: 50px 0;
}

.benefitBanner .benefitBanner__item {
  display: flex;
  flex-direction: column;
  padding: 15px;
  padding-top: 70px;
}
.benefitBanner__content > * {
  text-align: center;
}
.benefitBanner .benefitBanner__item .benefitBanner__title {
  margin: 10px 0;
}
.benefitBanner .benefitBanner__item .benefitBanner__picture {
  margin: auto;
  display: none;
}

@media (max-width: 479px) {
  .benefitBanner {
    justify-content: flex-start !important;
  }
  .benefitBanner .benefitBanner__item {
    width: 50%;
  }
  .benefitBanner .benefitBanner__item:nth-child(2) {
    margin-top: 25%;
  }
  .benefitBanner .benefitBanner__item:nth-child(3) {
    margin-top: -25%;
  }
  .benefitBanner .benefitBanner__item:nth-child(5) {
    margin: -23% 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .benefitBanner {
    justify-content: flex-start !important;
  }
  .benefitBanner .benefitBanner__item {
    width: 50%;
  }
  .benefitBanner .benefitBanner__item:nth-child(2) {
    margin-top: 25%;
  }
  .benefitBanner .benefitBanner__item:nth-child(3) {
    margin-top: -25%;
  }
  .benefitBanner .benefitBanner__item:nth-child(5) {
    margin: -23% 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .benefitBanner .benefitBanner__item {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .benefitBanner .benefitBanner__item {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .sidebar-inner .benefitBanner.position--benefitCategory {
    display: flex;
    flex-direction: column;
  }
  .sidebar-inner .benefitBanner .benefitBanner__item {
    width: 100%;
  }
}

#faqs_HP_container {
  background: #f1f3f7;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  max-width: 1440px;
  margin: auto;
}
#faqs_HP_container h2 {
  padding-top: 0px;
  width: 100%;
}
#faqs_HP_wrapper {
  display: grid;
  grid-template-rows: repeat(20, auto);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  grid-gap: 5px;
  padding: 10px;
}
details {
  margin-top: 0px !important;
  width: 100%;
}
@media (max-width: 767px) {
  #faqs_HP_container {
    padding: 10px;
  }
  #faqs_HP_wrapper {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}

@media (min-width: 768px) {
  #faqs_HP_wrapper {
    width: 50%;
    align-self: flex-start;
    padding: 3px;
  }
}
.benefitBanner__item {
  position: relative;
  isolation: isolate;
}

.benefitBanner__item:after {
  content: "1";
  position: absolute;
  font-size: 150px;
  font-weight: 900;
  font-style: italic;
  top: -42px;
  z-index: -1;
  color: #ff000040;
  left: 50%;
  transform: translate(-61%, 0);
}
.benefitBanner__item:nth-child(2):after {
  content: "2";
}
.benefitBanner__item:nth-child(3):after {
  content: "3";
}
.benefitBanner__item:nth-child(4):after {
  content: "4";
}
.benefitBanner__item:nth-child(5):after {
  content: "5";
}

@media (min-width: 992px) {
  #content #filters {
    max-width: 100%;
  }
  #filters #category-filter-hover {
    background: #fff;
    flex-direction: row;
    justify-content: stretch;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #filters .filter-section {
    flex: 1;
    background: #f1f3f7;
  }
  .filter-section.filter-section-count {
    display: none;
  }
}
.products-block.products .product .p-in .p-in-in {
  order: -99;
}
.products-block.products .product .p-desc {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
  margin-bottom: 20px;
  max-height: unset;
}
.benefitBanner {
  justify-content: center;
}
.products-block.products .product .p-in .p-desc {
  display: block !important;
}
.products-block.products .product .btn,
.products-block.products .product button {
  opacity: 1;
  background: #ff5050 !important;
  color: #fff !important;
  padding: 10px 20px;
  width: 100%;
  margin-bottom: -10px;
  text-decoration: none;
}
.products-block.products .product .btn span,
.products-block.products .product button span {
  font-size: 0;
}
.products-block.products .product .btn:hover,
.xxxproducts-block.products .product button:hover {
  background: #dd1919 !important;
  color: #fff !important;
}
.products-block.products .product .btn:before,
.products-block.products .product button:before {
  display: none;
}
@media (max-width: 991px) {
  .products-block .p-bottom .p-tools {
    text-align: center;
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .products-block .p-bottom .p-tools {
    text-align: center;
    margin-bottom: 15px;
    margin-top: -15px;
  }
}
.reviews_wrapper {
  margin: 30px auto 0px;
}
.reviews_item {
  padding: 20px;
}
.reviews_container h2,
#faqs_HP_container h2 {
  text-align: center;
  font-weight: 600;
  color: #1e1e1c;
  margin-bottom: 20px;
  font-family: var(--template-font) !important;
  position: relative;
  letter-spacing: 0.5px;
  text-transform: none;
  font-size: 2.3em;
  margin-top: 50px;
  line-height: 1.2em;
  padding-bottom: 10px;
}
.reviews_item p:first-child {
  color: #ff5050;
}
.reviews_item p:last-child {
  background: #f1f3f7;
  border-radius: 10px;
  padding: 10px;
}

.in-index {
  display: flex;
  flex-direction: column;
}
#faqs_HP_wrapper {
  order: 97;
}
.reviews_container {
  order: 98;
}
.footer-addon {
  order: 99;
}
#footer {
  order: 100;
}

.custom-banners-line,
#navigation ul.menu-level-1 > li#nav-manufacturers {
  display: none;
}
.normal-banners-line {
  justify-content: space-between;
  gap: 30px;
  padding: 0;
}
.normal-banners-line {
  margin: 0;
}
@media (min-width: 992px) {
  .normal-banners-line .banner-wrapper {
    width: calc(50% - 15px);
    padding: 0;
  }
}
@media (min-width: 768px) {
  #carousel {
    margin: 0 auto 30px auto;
  }
}
#navigation ul.menu-level-1 > .menu-item-external-108 a {
  padding-left: 40px !important;
  color: #ff5050;
}
.menu-item-external-108 a::before {
  content: "\e92c";
  font-family: shoptet;
  font-weight: 800;
  position: absolute;
  left: 20px;
}
.products-block.products .product .p-bottom {
  -ms-flex-order: -99;
  order: -99;
}

.p-in tbody {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .products-block.products .product {
    margin: 1%;
  }
}
#header .navigation-buttons .btn.cart-count i,
#ratingWrapper .link-like {
  background-color: #ff5050 !important;
  color: #fff;
}
.products-block.products .product .btn:after,
.products-block.products .product button:after {
  content: "Koupit »";
  font-size: 16px;
}
#faqs_HP_container {
  order: 99;
}
.p-detail .p-info-wrapper {
  display: flex;
  flex-direction: column;
}
.product-top .p-detail-info {
  order: 97;
  padding-top: 0;
}
.extended-description {
  order: 98;
  margin-top: 20px;
}
.p-detail-info + .detail-parameters {
  margin: 0;
}
.product-top .add-to-cart {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.product-top .p-detail-info .p-short-description a {
  color: #ff5050;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.product-top .detail-parameters {
  margin-top: 0;
}
.p-detail .p-info-wrapper {
  padding: 0 2.5% !important;
}
body.type-post #content .text p {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  [class~="blog-hp"] [class~="news-item"] {
    flex-direction: column;
    align-items: center;
  }
  [class~="blog-hp"] [class~="news-item"].text,
  [class~="blog-hp"] [class~="news-item"] .image {
    width: 100%;
    max-width: 100%;
    padding: 10px;
  }
}
.homepage-box.welcome-wrapper {
  margin: 0 auto;
}

#cat-manufacturers {
  display: none;
}
html {
  scroll-behavior: smooth;
}
body * {
  scroll-padding-top: 200px;
  scroll-margin-top: 200px;
}
aside.sidebar .box.box-categories h4 {
  pointer-events: none;
}
aside.sidebar .box.box-categories h4:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  #carousel {
    margin: 8px 0;
  }
  .normal-banners-line,
  .banners-content.body-banners {
    gap: 12px;
  }
  .normal-banners-line .banner-wrapper {
    margin: 0;
  }
}
@media only screen and (max-width: 992px) {
  .products-block.products .product .prices {
    order: 3;
  }
  .products-block .p-bottom .p-tools {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }
}
@media (min-width: 1200px) {
  .type-detail .shp-tabs-wrapper {
    max-width: 1200px;
    margin: 0 auto 50px;
  }
}
.products-block.products .product .p-desc {
  max-height: 84px;
}
.products-block.products .product .p .name {
  font-weight: 600;
}
@media (min-width: 1440px) {
  .product-top {
    justify-content: center;
    display: flex;
    align-items: flex-start;
  }
  .p-detail .p-image-wrapper {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
.p-detail .p-image #wrap #cloud-zoom-big {
  background-size: 130% !important;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  #content-wrapper {
    margin-top: 70px;
  }
}
.shp-tabs-wrapper.p-detail-tabs-wrapper > .row {
  width: 100%;
  max-width: 100%;
}
footer .custom-footer > div {
  text-align: center;
}
article {
  margin: auto;
}
.extended-banner-texts {
  opacity: 0;
}
.news-item .image a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
[class~="blog-hp"] [class~="news-item"] .text {
  padding-top: 20px;
}
[class~="blog-hp"] [class~="news-item"] time {
  display: none;
}
@media screen and (max-width: 767px) {
  [class~="blog-hp"] [class~="news-item"] {
    margin: 0 10px 20px;
  }
  [class~="blog-hp"] [class~="news-item"] .image {
    padding: 0px;
  }
}
.products-block.products .product .btn.btn-primary:after,
.products-block.products .product button.btn-primary:after {
  content: " »";
}
.products-block.products .product .p .name {
  height: 40px;
}
.products-block.products .product .btn,
.products-block.products .product button {
  border: solid 1px #ff5050;
}
.products-block.products .product .btn.btn-primary,
.products-block.products .product button.btn-primary {
  background: #fff !important;
  color: #ff5050 !important;
  border: solid 1px #ff5050;
}
.products-block.products .product .btn.btn-primary:hover,
.products-block.products .product button.btn-primary:hover {
  background: #dd1919 !important;
  color: #fff !important;
}
#formRating .row > div:last-child {
  width: 100%;
}
.stars a.star:before,
.stars span.star:before {
  font-size: 16px;
  line-height: 16px !important;
}
.stars a,
.stars span {
  width: 18px;
  height: 18px;
  line-height: 16px;
}
.stars {
  width: 95px;
  height: 18px;
}
.product-top .p-detail-info .stars-wrapper .stars-label {
  font-size: 16px;
}
.product-top .p-detail-info > div.stars-wrapper {
  xxxmargin-top: 10px;
}
.detail-parameters .sold-out,
.link-icon.share {
  display: none !important;
}
.product-top .social-buttons-wrapper {
  opacity: 0;
  display: block !important;
  order: 100;
  margin-top: 20px;
}
.p-detail .availability-value {
  width: 100%;
  display: flex;
  gap: 20px;
}
.link-icon.chat {
  margin-bottom: 10px;
  font-weight: 600;
}

.type-detail .shp-tabs-holder ul.shp-tabs li {
  margin-right: 0px;
}
.type-detail .shp-tabs-holder ul.shp-tabs li a {
  display: block;
  padding: 15px 30px;
  background: #fff;
}
.shp-tabs-holder ul.shp-tabs li.active a {
  border-color: #ff5050;
  background: #f2f3f7;
}
@media (max-width: 991px) {
  .type-detail .shp-tabs-wrapper > .row > .shp-tabs-row {
    width: calc(100% + 20px);
    margin: -20px -10px 20px;
    max-width: calc(100% + 20px);
    flex: unset;
    background: #fff;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .type-detail .shp-tabs-wrapper > .row > .shp-tabs-row {
    width: calc(100% + 40px);
    margin: -30px -20px 20px;
    max-width: calc(100% + 40px);
    flex: unset;
    background: #fff;
    padding-left: 0;
  }
}
@media (min-width: 1500px) {
  .type-detail .shp-tabs-wrapper > .row > .shp-tabs-row {
    width: calc(100% + 140px);
    margin: -50px -70px 20px;
    max-width: calc(100% + 140px);
  }
}
#colorbox[role="dialog"] #cboxLoadedContent .extras-wrap .extra {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
#continue_shopping {
  color: #000 !important;
  background: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#continue_shopping:hover {
  color: #da5752 !important;
  background: #fff;
}
.extra.step .btn {
  background: #ff5050;
}
.extra.step .btn:hover {
  background: #dd1919;
}

#footer {
  display: flex;
  flex-direction: column;
}
.footer-bottom {
  order: 99;
}
#footer_map {
  margin-top: 30px;
}
.carousel-control {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-control.left:before,
  #carousel .carousel-control.right:before {
    color: #fff;
  }
  .in-index #content > .row.banners-row:first-child {
    padding-top: 60px;
  }
}

#xsummary-box h4:before {
  content: "";
  width: 150px;
  height: 150px;
  display: block;
  margin-bottom: 20px;
  background-image: url(/user/documents/upload/res2023/kontakt.png);
  background-size: contain;
}
.kn_contact ul {
  padding: 20px;
  list-style-type: none;
  line-height: 2;
  margin-bottom: 30px;
  border-radius: 10px;
  background: #f8f9fb;
  text-align: center;
  margin-top: 0;
}
.kn_contact ul a {
  text-decoration: none;
  font-weight: 600;
}
.filter-sections fieldset {
  display: flex;
  flex-wrap: wrap;
}
#content
  .filter-section.filter-section-parametric
  fieldset
  div:nth-child(4n + 2),
#footer
  .filter-section.filter-section-parametric
  fieldset
  div:nth-child(4n + 2),
#content #category-filter-hover .filter-section fieldset div {
  width: 50%;
}
.advanced-filters-wrapper {
  display: none !important;
}
.filter-section .filter-count {
  color: #ff5050;
}

.site-msg.information, div.message.notice-message {
    background: #ff5050;color: #fff;
}
.site-msg.information .close, div.message.notice-message .close {
    filter: invert(1);
}
@media (min-width:992px) {
.scrolled .site-msg.information {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}
.site-msg.information + div + div + #header.fixed-menu.down {
    top: 42px;
}
}

@media only screen and (max-width: 991px) {
.site-msg.information, div.message.notice-message {
    position: fixed;
    bottom: 0 !important;
    top: unset;
    left: 0;
    transform: none;
    width: 100%;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 15px;
    z-index: 9; 
}
.site-msg.information .close, div.message.notice-message .close {
    top: -7px;
    right: -7px;
}
}

body.multiple-columns-body.blank-mode.type-page .container.breadcrumbs-wrapper,
body.multiple-columns-body.blank-mode.type-post .container.breadcrumbs-wrapper,
body.one-column-body.blank-mode.type-product .container.breadcrumbs-wrapper,
body.multiple-columns-body.blank-mode.type-posts-listing .container.breadcrumbs-wrapper {
    padding: 10px 0 !important;text-align: center;
}
.added_tel {right: 136px;right: 215px; z-index: 3;
    position: absolute;
    padding: 10px;
    top: 28px;
    text-decoration: none;
    color: #ff5050;
}
.added_tel::before {
    content: "\e92c";
    font-family: shoptet;
    font-weight: 800;
    margin-right: 7px;
}
.scrolled .added_tel {top:19px;}
@media (max-width: 767px) {
.added_tel, .scrolled .added_tel {
    right: 104px;
    top: 11px;
}
.xxxadded_tel::before {display: none;}
}

@media (min-width: 768px) {
.menu-helper {right: 400px;}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
30% {
opacity: 0;
}
100% {
opacity: 1;
}
}
#navigation, .menu-helper {
animation: 1.5s fadeIn;
}

.container.footer-bottom .footer-socials  {display: none;}

/* edits */
.benefitBanner .benefitBanner__item .benefitBanner__title {
    font-size: 1.5em;
}
#top_menu {margin: 0;
    padding: 0;
    display: flex;
    list-style-type: none;
    gap: 5px 10px;
    justify-content: space-between;}
#top_menu li {
    font-weight: 600;
    letter-spacing: 1px;
}
#top_menu a {
    text-decoration: none !important;
    color: #fff;
}
#top_menu a:hover {text-decoration: underline !important;}
#top_menu a span {font-weight: 300;}
@media only screen and (min-width: 992px) {
.site-msg.information .close {display: none;}
}
@media only screen and (max-width: 991px) {
#top_menu {flex-wrap:wrap;}
}
.type-index .benefitBanner {
    margin-top: 0 !important;
    padding: 0px!important;
    margin-bottom: 30px !important;
}
#midbanner_wrap {
    margin: 50px auto;
}
@media (max-width: 767px) {
#top_menu li {
    text-align: left;
}
}

.detail-parameters {
    width: 100%;
}    
.detail-parameters tbody {
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    gap: 10px;
}
.detail-parameters tr {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    min-width: 120px;
}
.detail-parameters th {
    padding: 10px;
    position:relative;
}
.detail-parameters th:after {
    content: '';
    display: block;
    height: 1px;
    width: 80%;
    background: #ff5050;
    position: absolute;
    left: 10%;
    bottom: 0;
}
.type-detail .detail-parameters td {
    padding: 10px !important;
    font-size: 18px;
}
@media (min-width: 768px) {
#navigation .menu-item-1884,
#navigation .menu-item-1860,
#navigation .menu-item-1995,
#navigation .menu-item-1863 {display: none;}
}
.reviews_item {cursor:pointer;}
.reviews_item p:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;
    border-bottom: solid 10px #f1f3f7;
}
.reviews_item:hover p:last-child { -webkit-line-clamp: unset;}
@media (min-width: 768px) {
#carousel {margin: 0 auto 0px auto;}
#main_h2 {margin-bottom:30px;}
}
.order-summary-inner .kn_contact ul li:first-child {display: none;}
.cart-content .order-summary .cart-items {
    max-height: 150px;
    margin-bottom: 20px;
}
.detail-parameters tbody tr:nth-child(even) {
    background: #f1f3f752;
}
@media (max-width:767px) {
.in-index .content {
    display: flex;
    flex-direction: column;
}
#main_h2 + .row.banners-row.has-text-banner {
    order: -99;
    margin-top: 60px;
}
}
#content > #main_h2:first-child {display: none;}
.link-icon.watchdog {
    order: 99;
    margin-bottom: 10px;
    font-weight: 600;
}
.link-icon.watchdog:before {
    margin-right: 10px;
}
.delivery-line {
    display: none;
}
.watchdog-action-buttons #watchdog-reset {
    padding: 0;
    display: block;
    margin: 0 0 10px;
    background: transparent;
    color: #ff5050;
}
.watchdog-action-buttons #watchdog-reset:hover {
    background: transparent;
    color: #ff5050;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.one-column-body .advanced-order .products-block.products .product .image {
    height: auto !important;
}
.advanced-order .products-block .p-bottom .prices, .advanced-order .products-block .p-bottom .p-tools {width:100%;flex:100%;}
.advanced-order .products-block.products .product .btn, .advanced-order .products-block.products .product button {
    width: auto;
    display: block;
    margin: 20px auto 10px 0;
}
.p-bottom + tbody .sold-out {display: none;}
.site-msg.information .text {
    white-space: nowrap;
}
.scroll {
  animation: scroll 10s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.site-msg.information em {
font-style: normal;
    display: inline-block;
    font-weight: 600;
    padding: 0 20px;
}
.site-msg.information a {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 0 5px;
}

@media only screen and (max-width: 992px) {
    .products-block.products .product .prices {
        order: 2;
        width: 100%;
        flex-basis: 100%;
        margin-bottom: 10px;
    }
.products-block .p-bottom .p-tools {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 600px) {
    .products-block.products .product .p-desc {
        text-align: left;
    }
}
@media (min-width: 768px) {
    #navigation ul.menu-level-1 > li > a {
        padding: 0 10px;
    }
    #header .header-top .dropdown {
    top: 37px;
            z-index: 9999;
}
}


@media only screen and (max-width: 767px) {
    .cart-table tr {
        flex: 1;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
.mobile.multiple-columns-body .content {width: 100%;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .desktop .products-block.products .product .prices {
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        flex-grow: 1;
        flex-basis: 100%;
    }
.desktop .products-block .p-bottom .p-tools {
    order: 2;
    width: 100%;
    flex-grow: 1;
    margin-top: 0px;
}
.desktop.multiple-columns-body .products-block.products .product {
        width: calc(50% - 20px);
    }
}
.products-block.products .product .btn, .products-block.products .product button {
    margin-top: 11px;
}
.products-block.products .product .p-desc {
    max-height: 69px;
}
.products-block.products .product .p .name {
    font-weight: 600;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 39px;
}
    #header .header-top .dropdown {
        z-index: 1;
}
#heureka_cta {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
#heureka_cta summary {
    line-height: 1.3em;
    background: #ff5050;
    min-width: 180px;
    padding: 10px 30px;
    border: none;
    text-transform: none;
    text-align: center;
    margin: 0;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    justify-content: space-between;
    cursor:pointer;
    gap:20px;
    position:relative;
}
#heureka_cta summary:hover {background:#dd1919;}
#heureka_cta summary:after {
content: "\e90e" !important;
    font-family: shoptet;
}
#heureka_cta details[open] summary:after {
    transform: rotate(180deg);
}
#heureka_cta details > span {
    padding: 20px !important;
    background: #f8f9fb;
    margin-top: 15px;
    border-radius: 10px;
    display: block;
}
#heureka_cta details > span p:first-child {margin-top:0;}
#heureka_cta details > span p:last-child {margin-bottom:0;}
.ordering-process form .form-control {
    background-color: #fff;
}
summary:focus {
  outline: none;
}
#heureka_cta summary:before {
    content: '';
    background-image: url(/user/documents/upload/res2023/lightbulb.svg);
    position: absolute;
    width: 80px;
    height: 80px;
    display: block;
    background-color: #ff5050;
    border-radius: 10px;
    background-size: contain;
    left: 20px;
top: calc(50% - 40px);
    box-shadow: 0 0 20px #00000040;

  display: inline-block;
  animation: shake 0.5s ease-in-out 2; 
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0) rotate(0);
  }
  25% {
    transform: translateX(-3px) rotate(-3deg);
  }
  50% {
    transform: translateX(3px) rotate(3deg);
  }
  75% {
    transform: translateX(-3px) rotate(-3deg);
  }
}
#heureka_cta summary {padding-left:120px;}
input[type="checkbox"]:checked:before,
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
    border-color: #ff5050 !important;
}
input[type="checkbox"]:checked:after,
input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
    background: #ff5050 !important;
}
input[type="radio"]:checked + label .payment-info,
input[type="radio"]:checked + label .payment-shipping-price {color: #ff5050;}

.in-krok-2 .cart-content {
    display: flex;
    flex-direction: column;
}
#checkoutContent .cart-header {
    xxxorder: -9;
}
.co-contact-information {
    xxxorder: -8;
}
.ordering-process .form-group.consents:not(.consents-first):before {
    content: 'Pokud tuto volbu zaklikneš, přijdeš výhodu prodloužené záruky. Více najdeš v tooltipu na začátku této stránky.';
    color: #ff5050;
    font-weight: 600;
    font-size: 14px;
}
#checkoutSidebar .consents:not(.consents-first) {
    padding: 20px;
    border-radius: 10px;
    background: #f8f9fb;
    margin-top:20px;
}
#heureka_click {
    color: #ff5050;
    font-weight: 600;    
    font-size: 14px;
}
#heureka_click span {
    text-decoration: underline;
    cursor:pointer;
}
#heureka_click span:hover {
    color: #ff5050;
    text-decoration: none;
}
#heureka_click:after {
content:'»';
padding-left:4px;
}

body.type-post #content-wrapper {
    max-width: 1200px;
}
.widget-gallery-four .pb-gallery-trigger img {
    max-height: unset !important;
    height: auto !important;
}
.news-item-detail time, .news-item time {display:none;}
.id-700.type-posts-listing .news-wrapper .news-item:last-child {order:-999;}
.id-700.type-posts-listing .news-wrapper .news-item:nth-last-child(2) {order:-998;}
#faqs_HP_container {display:none;}
.hp_video_wrap {
    max-width: 800px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    width: 100%;
        border-radius: 15px;
    overflow: hidden;
}
.hp_video_wrap iframe {height: 100%;}
#hp_video {
padding: 0 20px;
}
#navigation .menu-item-1863 {display:block;}

.navigation-in ul li.menu-item-2233 a b {
    display: block;
    color: #ff5050;
    padding: 10px 15px;
    height: 36px;
    line-height: 1;
    border: solid 1px var(--color-secondary);
    border-radius: 5px;
}
.navigation-in ul li.menu-item-2233 a:hover b {
    background: #ff50503b;
    color: #ff5050;
}
@media only screen and (max-width: 767px) {
    #navigation ul.menu-level-1>li.menu-item-2233>a {
        padding: 0 !important;
    }
}
.id-2233.type-posts-listing .news-wrapper .news-item:nth-last-child(2) {order: -998;}
.id-2233.type-posts-listing .news-wrapper .news-item:nth-last-child(1) {order: -999;}
@media (min-width:992px) {
#navigation ul.menu-level-1>li.menu-item-2233 a {
    display: flex;
    align-items: center;
}
}
#hp_video h2 {text-align:center;}
.in-hodnoceni-obchodu .vote-wrap {
    border-top-style: none;
    background: #f1f3f7;
    border-radius: 10px;
    padding: 10px;
    margin: 0;
}
.in-hodnoceni-obchodu #ratingsList {
    margin-top: 19px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.in-hodnoceni-obchodu .rate-wrapper.unveil-wrapper .rate-wrap {
    gap: 20px;
    padding-bottom: 30px;
    border-bottom: solid 1px;
    margin-bottom: 30px;
}
.in-hodnoceni-obchodu .rate-wrap > div {
    width: calc(50% - 10px) !important;
    flex: calc(50% - 10px) !important;
    border-top-style: none;
    background: #f1f3f7;
    border-radius: 10px;
    padding: 10px;
    margin: 0 !important;
    align-self: stretch;
}
@media (max-width:1199px) {
.in-hodnoceni-obchodu .rate-wrap > div {
    width: 100% !important;
    flex: 100% !important;
    max-width: 100%;
}
.in-hodnoceni-obchodu #ratingsList {
    grid-template-columns: 1fr 1fr;
}
}
@media (max-width:991px) {
.in-hodnoceni-obchodu #ratingsList {
    grid-template-columns: 1fr;
}
}