@font-face {
  font-family: 'DIN Pro'; /* Název fontu, jak ho budeš používat v CSS */
  src: url('font/dinpro.woff') format('woff'),
  url('font/dinpro.woff2') format('woff2'),
  url('font/dinpro.otf') format('opentype');
  font-weight: normal; /* nebo bold, pokud je to tučné písmo */
  font-style: normal;  /* nebo italic */
}
@font-face {
  font-family: 'DIN Pro'; /* Název fontu, jak ho budeš používat v CSS */
  src: url('font/dinpro_black.woff') format('woff'),
  url('font/dinpro_black.woff2') format('woff2'),
  url('font/dinpro_black.otf') format('opentype');
  font-weight: 900; /* nebo bold, pokud je to tučné písmo */
  font-style: normal;  /* nebo italic */
}
@font-face {
  font-family: 'DIN Pro'; /* Název fontu, jak ho budeš používat v CSS */
  src: url('font/dinpro_bold.woff') format('woff'),
  url('font/dinpro_bold.woff2') format('woff2'),
  url('font/dinpro_bold.otf') format('opentype');
  font-weight: 700; /* nebo bold, pokud je to tučné písmo */
  font-style: normal;  /* nebo italic */
}
@font-face {
  font-family: 'DIN Pro'; /* Název fontu, jak ho budeš používat v CSS */
  src: url('font/dinpro_condensedblack.woff') format('woff'),
  url('font/dinpro_condensedblack.woff2') format('woff2'),
  url('font/dinpro_condensedblack.otf') format('opentype');
  font-weight: 900; /* nebo bold, pokud je to tučné písmo */
  font-style: normal;  /* nebo italic */
  font-stretch: condensed;
}
@font-face {
  font-family: 'DIN Pro'; /* Název fontu, jak ho budeš používat v CSS */
  src: url('font/dinpro_condensedbold.woff') format('woff'),
  url('font/dinpro_condensedbold.woff2') format('woff2'),
  url('font/dinpro_condensedbold.otf') format('opentype');
  font-weight: 700; /* nebo bold, pokud je to tučné písmo */
  font-style: normal;  /* nebo italic */
  font-stretch: condensed;
}
@font-face {
  font-family: 'DIN Pro'; /* Název fontu, jak ho budeš používat v CSS */
  src: url('font/dinpro_condensedlight.woff') format('woff'),
  url('font/dinpro_condensedlight.woff2') format('woff2'),
  url('font/dinpro_condensedlight.otf') format('opentype');
  font-weight: 400; /* nebo bold, pokud je to tučné písmo */
  font-style: normal;  /* nebo italic */
  font-stretch: condensed;
}
@font-face {
  font-family: 'DIN Pro'; /* Název fontu, jak ho budeš používat v CSS */
  src: url('font/dinpro_condensedmedium.woff') format('woff'),
  url('font/dinpro_condensedmedium.woff2') format('woff2'),
  url('font/dinpro_condensedmedium.otf') format('opentype');
  font-weight: 500; /* nebo bold, pokud je to tučné písmo */
  font-style: normal;  /* nebo italic */
  font-stretch: condensed;
}
@font-face {
  font-family: 'DIN Pro'; /* Název fontu, jak ho budeš používat v CSS */
  src: url('font/dinpro_light.woff') format('woff'),
  url('font/dinpro_light.woff2') format('woff2'),
  url('font/dinpro_light.otf') format('opentype');
  font-weight: 400; /* nebo bold, pokud je to tučné písmo */
  font-style: normal;  /* nebo italic */
}
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
body {

}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

}


@media (min-width: 992px) {
  #header .header-top .header-top-wrapper .site-name a img {
    height: 100px;
    object-fit: contain;
  }
  .wide-carousel .carousel .extended-banner-texts {
    min-height: unset;
    height: 100%;
  }
}
@media (min-width: 768px) {

  .p-detail-inner .detail-parameters .detail-parameter-availability {
    font-size: 20px;
  }
  .homepage-group-title.h4 {
    font-size: 40px;
  }
  .products-block>div .p .p-in .p-in-in .name {
    height: 55px;
  }
  .products-block>div .p .p-in .p-bottom>div .prices .price-final strong {
    font-size: 20px;
  }
  .blog-wrapper .news-item .title {
    font-size: 35px;
    line-height: 1.2;
  }
  .blog-wrapper .news-item .description {
    font-size: 18px;
  }
}
.navigation-in ul li a b {
  font-weight: 600;
}
.carousel-inner .item>a>img, .carousel-inner .item>img {
  width: 100%;
  height: 640px;
  object-fit: cover;
}
.navigation-in>ul>li.exp>a, .navigation-in>ul>li>a:hover {
  background-color: transparent;
  color: #c94b3b;
}
.icon-search:after, .icon-login:after, .icon-cart:after {
  display: none;
}
.navigation-buttons a:hover, .navigation-buttons a[data-target=cart]:hover, .navigation-buttons a[data-target=search]:hover, .navigation-in>ul>li>a:hover, .navigation-buttons a[data-target=login]:hover {
  color: #c94b3b;
}
.next-to-carousel-banners .banner-wrapper img {
  width: 90%;
  margin: auto;
  background-color: #fff;
  height: 300px;
  object-fit: contain;
}
.next-to-carousel-banners {
  background-color: #f5f5f5;
}
.next-to-carousel-banners .extended-banner-texts {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  padding: 20px;
  position: relative;
  background-color: transparent;
  left: 0;
}
.next-to-carousel-banners .extended-banner-texts .extended-banner-title {
  text-align: center;
  font-size: 22px;
  transition: all 0.3s;
  
}
.benefitBanner .benefitBanner__title {
  font-size: 18px;
  line-height: normal;
}
.next-to-carousel-banners {
  padding: 36px 40px 0 40px;
}
.next-to-carousel-banners button.slick-next {
  font-size: 0;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  position: absolute;
  padding: 0;
  right: 10px;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translate(-0%, -50%);
  line-height: 10px;
  z-index: 99;
}
.next-to-carousel-banners button.slick-next:before {
  background-image: url("/user/documents/img/slick-next.svg");
  content: "";
  width: 7px;
  height: 11px;
  position: absolute;
  right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.next-to-carousel-banners .slick-prev {
  font-size: 0;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 99;
  width: 30px;
  padding: 0;
  height: 30px;
  line-height: 10px;
  transform: translate(-0%, -50%) rotate(180deg);
}
.next-to-carousel-banners button.slick-prev:before {
  background-image: url("/user/documents/img/slick-next.svg");
  content: "";
  width: 7px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 10px;
  top: 10px;
  height: 11px;
  position: absolute;
}
.next-to-carousel-banners .banner-wrapper a {
  transition: all 0.3s;
}
.next-to-carousel-banners .banner-wrapper a:hover .extended-banner-title {
  color: #c94b3b;
}
.wide-carousel .carousel .extended-banner-texts {
  color: #161616;
  background-color: transparent;
}
.wide-carousel .extended-banner-title {
  font-size: 70px !important;
  line-height: 1 !important;
}
.wide-carousel .extended-banner-text {
  font-size: 22px !important;
}
.carousel .extended-banner-texts .extended-banner-link {
  font-size: 18px;
}
.homepage-group-title.h4 {
  letter-spacing: 0;
  line-height: 1;
}
.products-block>div .p .p-in .p-in-in .name {
  letter-spacing: 0;
  font-size: 30px;
  font-size: 22px;
}
.homepage-blog-wrapper {
  padding-top: 0;
}
.footer-newsletter h2 {
  letter-spacing: 0;
  line-height: 1;
  font-size: 50px;
}
#footer, .footer-rows .rate-wrapper {
  background-color: #f5f5f5;
}
#footer h4>span:after {
  display: none;
}
#footer h4 {
  letter-spacing: 0;
  line-height: 1;
  color: #000;
}
#footer a, #footer .footer-bottom, #footer .footer-bottom a {
  font-size: 18px;
  letter-spacing: 0;
  color: #555;
  line-height: 1;
  font-weight: 500;
  transition: all 0.3s;
}
#footer a:hover {
  color: #c94b3b;

}
.footer-newsletter .form-group [type=hidden]+label {
  font-size: 16px;
}
.products-block>div .p:hover .name {
  color: #c94b3b;
}
.sidebar-inner {
  border-width: 0;
  border: none;
}
.sidebar .box h4 {
  line-height: 1;
  font-size: 30px;
}
.category-title, .content-inner>h1, .content>h2, article header h1 {
  line-height: 1;
  font-size: 50px;
}
.box-bg-variant .categories a {
  font-size: 18px;
}
.subcategories.with-image li a .text {
  font-size: 16px;
  line-height: 1;
}
.products-top-header {
  line-height: 1;
  font-size: 40px;
}
.products-block>div .p .p-in .p-bottom>div .prices .price-save {
  font-size: 16px;
  font-weight: 700;
}
.p-detail-inner h1 {
  line-height: 1;
  font-size: 50px;
}
.p-detail-inner .p-short-description {
  font-size: 18px;
}
.p-detail-inner .variant-list .variant-label {
  font-size: 18px;
}
.description-inner .basic-description>h4:first-child {
  font-size: 40px;
  line-height: 1;
}
.basic-description p, .basic-description ul li {
  font-size: 18px;
}
.footer-rows .rate-wrapper .star:before, .footer-rows .vote-rating {
  color: #c94b3b;
}
.homepage-latest-contribution {
  display: none;
}
main .content-inner article p, main .content-inner article ul li {
  font-size: 18px;
}
@media (min-width: 1400px) {
  .id--4 #content, .id--8 #content, .type-post #content {
    max-width: 1200px;
  }
}
.type-post article img:first-of-type {
  height: 400px;
  object-fit: cover;
}

.site-msg.information .text {
  color: #fff;
}
#header .header-top .header-top-wrapper .site-name, #header .header-top .header-top-wrapper h1.site-name {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1400px) {
  .wide-carousel .carousel .extended-banner-texts {
    left: 0;
    width: auto;
  }
}
@media (max-width: 991px) {
  .carousel-inner .item>a>img, .carousel-inner .item>img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .wide-carousel .extended-banner-title {
    font-size: 50px !important;
  }
  .wide-carousel .extended-banner-text {
    font-size: 25px !important;
  }
}
#footer .contact-box {
  min-height: unset;
}