header#header {
  background: transparent !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
.lt_search_btn  {
  display: none !important;
}
body.home .container {
  padding-top: 0 !important;
  padding-bottom:0 !important;
}
/* homepage slick  */

.home .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.home .slick-dots li {
  margin: 0 0.25rem;
}
.home slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  text-indent: -9999px;
}

/* homepage slick  */

/* homepage blocks */

.product-block-title , .homepage_title{
  font-size: min(max(2.8rem, calc(2.8rem + ((1vw - 0.32rem) * 1.0714))), 4rem);
	text-align: center;
	color: var(--dark-blue-color);
  margin-bottom: min(max(1rem, calc(1rem + (6 - 1) * ((100vw - 32rem) / (144 - 32)))), 6rem);
  font-size: 32px;
}
.product-block-title > * , .homepage_title  > *{
  font-weight: bold;
}
.custom_button .fa-long-arrow-alt-right::after {
	font-size: 14px !important;
	margin-left: 7px;
}

.custom_button .fa-long-arrow-alt-right::before {
	border: none !important;
}
.homepage_section_spacing {
  margin-bottom: min(max(5rem, calc(5rem + (10 - 5) * ((100vw - 32rem) / (144 - 32)))), 10rem);
}
@media (max-width:991px) {
  .spletnik-product {
    margin-top: 1.6rem;
}

}

.homage_hero  .brcs_slider_brands {
  opacity: 0;
}
