@font-face {
  font-family: 'vrak_font_1';
  src: url('/user/documents/upload/res/fonts/doplnek.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'vrak_font_2';
  src: url('/user/documents/upload/res/fonts/original_icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'vrak_font_3';
  src: url('/user/documents/upload/res/fonts/darek_kosik.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'vrak_font_4';
  src: url('/user/documents/upload/res/fonts/web.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-darkblue);
}
.container,
.index-content-wrapper {
  max-width: 1024px;
}
.siteCookies__form {
  border-radius: 0;
  box-shadow: none;
  flex-direction: column;
  max-width: 400px;
  padding: 15px;
  font-size: 13px;
  background-color: #222;
  line-height: 1;
  margin: 0 0 10px;
}
.siteCookies--bottom {
  left: 10px;
  margin-left: 0;
  width: auto;
  right: 10px;
}
.siteCookies--bottom.siteCookies--scrolled {
  background-color: transparent;
  box-shadow: none;
  left: 10px;
}
.siteCookies__links {
  display: none;
}
.siteCookies__link {
  background: none;
  border: none;
  border-radius: 0;
  font-weight: normal;
  line-height: 1;
  padding: 0;
  display: inline;
}
.siteCookies__button {
  line-height: 1;
  margin: 0 auto;
  padding: 10px;
}
.siteCookies__button:hover {
  background-color: var(--color-secondary);
  color: #fff;
}
.in-index #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
html:not(.scrolled) .in-index #header {
  transition: all 0.3s ease;
  margin-top: -80px;
}
html.scrolled .in-index #header {
  transition: all 0.3s ease;
  margin-top: 0px;
}

.navigation-buttons a[data-target="login"],
.navigation-buttons a[data-target="search"],
.navigation-buttons a[data-target="cart"] {
  display: none;
}
.navigation-in ul li a b {
  font-weight: 300;
}
@media (min-width: 992px) {
  .navigation-in > ul > li > a {
    padding: 33px 5px 11px;
    margin: 10px 2px;
    background: var(--color-red);
    color: #fff;
  }
  .navigation-in > ul > li:nth-child(2) > a {
    background: var(--color-darkblue);
  }
  .navigation-in > ul > li > a:hover {
    background: var(--color-darkblue);
    color: #fff;
  }
  .fitted .navigation-in ul {
    justify-content: flex-end;
  }
}
.navigation-in > ul > li:first-child {
  justify-self: flex-start;
}
.navigation-in > ul > li:first-child > a {
  background: #fff;
  color: var(--color-red);
  font-size: 27px;
}
.navigation-in > ul > li:first-child > a b {
  font-weight: 700;
}
@media (max-width: 991px) {
  .in-index .overall-wrapper {
    padding-top: 0px;
  }
}
.next-to-carousel-banners {
  margin-top: -110px;
  max-width: 1024px;
  width: 100%;
  flex-wrap: wrap;
}
.next-to-carousel-banners {
  gap: 20px;
}
.next-to-carousel-banners .banner-wrapper {
  flex: 1;
  margin: 0;
}
.dark_bg {
  background: var(--color-darkblue);
}
.light_bg {
  background: var(--color-lightblue);
}
.top_banner {
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.top_banner img {
  max-width: 130px;
  margin: 0 auto 20px;
}
.top_banner h3 {
  font-size: 37px;
  color: #fff;
  margin: 0 auto 20px;
  text-transform: uppercase;
}
.top_banner h3 > span {
  display: block;
  color: var(--color-yellow);
  font-size: 20px;
  padding-top: 20px;
  text-wrap-style: balance;
  line-height: 1.4;
  max-width: 175px;
  margin: AUTO;
}
.top_banner .btn {
  text-transform: uppercase;
  color: var(--color-darkblue);
  background-color: #fff;
  border-radius: 15px;
  padding: 10px 20px;
  line-height: 1;
  font-size: 24px;
  border: none;
}

.next-to-carousel-banners .banner-wrapper:first-child .top_banner .btn,
.top_banner .btn:hover {
  color: #fff;
  background-color: var(--color-red);
}
@media (min-width: 992px) {
  .container.navigation-wrapper .site-name {
    flex-basis: 100px;
  }
}
.navigation-buttons {
  border-right: none;
  padding: 0;
}
@media (min-width: 1200px) {
  .menu-helper {
    width: 0;
  }
}
#footer .footer-newsletter,
.homepage-tabs-wrapper {
  display: none;
}
#footer {
  padding-bottom: 0;
  padding-top: 0;
  background-color: var(--color-darkblue);
  border: none;
}
#footer .footer-rows {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.custom-footer {
  padding-top: 0;
}
#footer .banner,
#footer .banner-wrapper {
  margin: 0;
}
.custom-footer > div {
  padding-bottom: 0;
}
.footer-bottom,
.footer-newsletter {
  border: none;
  background: var(--color-darkblue);
}
.copyright,
.copyright a,
#signature a {
  color: #5d6892;
}
.overall-wrapper {
  max-width: 100%;
  overflow-x: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .next-to-carousel-banners .banner-wrapper {
    flex: unset;
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .navigation-buttons .phone_link {
    display: none !important;
  }
}
.navigation-buttons .phone_link {
  width: auto;
  color: var(--color-red);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .scrolled-down #header {
    transform: none;
  }
}
h1 {
  color: var(--color-red);
  text-align: center;
}
.breadcrumbs {
  display: none !important;
}
.p-to-cart-block .add-to-cart-button.btn-conversion {
  font-size: 0;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--color-darkblue);
  border-radius: 15px;
  padding: 15px 30px;
  border: none;
  margin: 0 auto;
}
.p-to-cart-block .add-to-cart-button.btn-conversion:before {
  content: "Odeslat poptávku";
  font-size: 26px;
  margin: 0;
  font-family: var(--template-headings-font);
  display: block;
  padding: 10px 0;
}
.p-to-cart-block .add-to-cart-button.btn-conversion:hover {
  color: #fff;
  background-color: var(--color-red);
}
.link-icons .link-icon:not(.chat) {
  display: none;
}
