.type-index .product-slider-pagination,
.type-index button.product-slider-navigation.navigation-prev,
.type-index button.product-slider-navigation.navigation-next {
  display: none !important;
}

.type-index .products-block {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}

.type-index .product.active {
  float: unset;
}

.type-index #products-2 .products-block {
  transform: none !important;
  cursor: auto;
}

.type-index div#products-2 {
  overflow-x: hidden;
}

.divTopOfHeader {
  background-color: black;
  color: white;
  text-align: center;
  padding: 8px 0;
}

@media (min-width: 768px) {
  .homepage-group-title {
    font-size: 22px !important;
    line-height: 0px !important;
    letter-spacing: 1.6px !important;
    text-align: left !important;
    padding: 20px 50px !important;
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
  }
}

.btnVice {
  display: flex;
  justify-content: center;
}

.btnVice .btn-custom-homepage {
  color: black;
  padding: 23px 90px;
  border-radius: 0;
  width: 380px;
  text-transform: uppercase;
}

.btnVice .btn-custom-homepage:hover {
  color: white !important;
  background-color: black;
}

.sekceDole {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 8%;
  margin-bottom: 4%;
}

.sekceDole div {
  width: 30%;
}

.sekceDoleRight {
  margin-left: 9%;
  margin-bottom: 1%;
}

.sekceSekce {
  width: 70% !important;
  margin: 5% 0;
}

.sekceSekce p:first-child {
  border-bottom: 1px solid black;
  padding: 5px 0;
  line-height: 1.6;
}

.sekceSekce p:nth-child(2) {
  margin: 2% 0 !important;
  line-height: 1.6;
}

.sekceAbsolute {
  position: absolute;
  width: 40% !important;
  height: fit-content;
}

.sekceAbsolute p {
  margin-bottom: 80% !important;
  line-height: 1.5;
  margin-left: 19.5%;
  text-align: left;
}

@media (max-width: 767px) {
  .sekceSekce p {
    text-align: left
  }

  .sekceSekce p:nth-child(2) {
    margin-bottom: 20px !important;
  }
}

.menu-level-1 {
  gap: 40px;
}

.navigation-buttons a {
  width: auto !important;
}

@media (min-width: 992px) {
  #header .header-top .header-top-wrapper .navigation-buttons {
    gap: 20px;
  }
}

@media(min-width: 768px) {
  .navigation-in>ul>li>a {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media(min-width:1300px) and (max-width:1500px) {
  .menu-level-1 {
    gap: 20px;
  }
}

.menu-level-1 li p {
  text-transform: uppercase;
  cursor: pointer;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
}

.menu-level-1 li p:hover {
  border-bottom: 1px solid black;
}

@media (min-width:968px) and (max-width:1500px) {
  .sekceAbsolute {
    position: absolute;
    width: 60% !important;
    height: fit-content;
  }

  .sekceAbsolute p {
    margin-bottom: 50% !important;
    line-height: 1.3;
    margin-left: 25.5%;
    text-align: left;
  }
}

.popup-widget.search-widget form .search-form-input-group .search-button {
  background-color: black !important;
  color: white !important;
  border-color: black !important;
}

.menu-level-1 li p {
  margin: 0 !important;
}


@media (min-width: 768px) {
  #navigation {
    position: relative;
    left: 0;
    height: 50px;
  }
}

.carousel-inner>.item.active {
  width: 25% !important;
}

.item.active a img {
  margin: 10% 100%;
}


.text1Slider {
  position: absolute;
  top: 60Px;
  left: 47%;
  width: 30%;
}

.text2Slider {
  position: absolute;
  bottom: 12%;
  left: 20%;
  width: 12%;
}

.text3Slider {
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  text-wrap: nowrap;
  white-space: nowrap;
  bottom: 50%;
  z-index: 50;
  font-size: 150px;
  animation: moveRight 30s linear infinite;
}

.text33Slider {
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  text-wrap: nowrap;
  white-space: nowrap;
  bottom: 50%;
  z-index: 99999;
  font-size: 150px;
  animation: moveRight2 30s linear infinite;
  animation-delay: 15s;
}


@media(max-width:1300px) {
  .text33Slider {
    font-size: x-large;
  }

  .text3Slider {
    font-size: xx-large;
  }

}

@keyframes moveTextMobile {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}


@keyframes moveText {
  0% {
    transform: translateX(155%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes moveTextWithDelay {

  0%,
  20.5% {
    transform: translateX(155%);
  }

  100% {
    transform: translateX(-100%);
  }
}



.text3Slider {
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  text-wrap: nowrap;
  white-space: nowrap;
  bottom: 50%;
  z-index: 50;
  font-size: 150px;
  animation: moveText 30s linear infinite;
  transform: translateX(155%);
}

.text4Slider {
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  text-wrap: nowrap;
  white-space: nowrap;
  bottom: 50%;
  z-index: 50;
  font-size: 150px;
  animation: moveText 30s linear infinite;
  animation-delay: 18s;
  opacity: 0;
  transform: translateX(155%);
}

@media(max-width:1200px) {
  .text4Slider {
    display: none;
  }

  .text3Slider {
    animation: moveTextMobile 8s linear infinite !important;
  }
}

.sliders {
  display: flex;
}

@media(min-width:1201px) and (max-width:1700px) {
  .text1Slider {
    position: absolute;
    top: 10Px;
    left: 47%;
    width: 30%;
  }

  .text4Slider {
    font-size: 80px;
  }

  .text3Slider {
    font-size: 80px;
  }
}

@media (max-width:768px) {
  .carousel-inner>.item.active {
    width: 100% !important;
  }

  .item.active a img {
    margin: 0 !important;
  }

  .text1Slider {
    position: unset;
    top: 60Px;
    left: 47%;
    width: auto;
    line-height: 1.6;
    font-size: inherit;
    text-align: left;
    margin: 20px 13px;
  }

  .text2Slider {
    position: unset;
    top: 60Px;
    left: 47%;
    width: auto;
    line-height: 1.6;
    font-size: inherit;
    text-align: left;
    margin: 20px 13px;
  }

  .sekceDole {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 8%;
    margin-bottom: 4%;
  }

  .sekceDole div {
    width: 100%;
    margin: 5% 0;
  }

  .sekceAbsolute {
    position: unset;
    width: 100% !important;
    height: fit-content;
  }

  .sekceAbsolute p {
    margin-bottom: 0 !important;
    line-height: 1.6;
    /* margin-left: 0; */
    /* margin: 0 2%; */
    margin: 20px 13px;
    text-align: left;
    font-size: inherit;
  }

  .sekceDole div {
    width: auto;
    margin: 5px;
    text-align: center;
  }

  .sekceSekce {
    width: auto "inherit";
    width: auto !important;
  }

  .btnVice .btn-custom-homepage {
    color: black;
    padding: 15px 50px;
    border-radius: 0;
    margin: 0px 8px;
    margin-bottom: 20px;
  }

  #footer .custom-footer img {
    filter: brightness(0) invert(1);

  }

  .navigation-window-visible .navigation-buttons a[data-target="navigation"] {
    color: #161616;
    background-color: white !important;
  }

  .navigation-in>ul>li {
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    margin: 8px 16px;
    border: none !important;
    border-bottom: 1px solid black !important;
    border-radius: 0px;
    padding: 10px 0;
  }

  .navigation-in ul li a {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-transform: none;
    text-decoration: none;
  }

  .menu .navigationActions li {
    border-bottom: none !important;
  }

  .menu .navigationActions p {
    padding: 0;
    margin: 0;
    text-transform: uppercase;

  }

  .menu .navigationActions {
    padding: 0;
    margin: 0;
  }
}

@media(min-width:769px) and (max-width:1200px) {
  .carousel-inner>.item.active {
    width: 100% !important;
  }

  .item.active a img {
    margin: 0 !important;
  }

  .text1Slider {
    position: unset;
    top: 60Px;
    left: 47%;
    width: auto;
    line-height: 1.2;
    font-size: inherit;
    text-align: justify;
    margin: 50px;
    padding: 0 16px;
  }

  .text2Slider {
    position: unset;
    top: 60Px;
    left: 47%;
    width: auto;
    line-height: 1.2;
    font-size: inherit;
    text-align: justify;
    margin: 50px;
    padding: 0 16px;
    padding-bottom: 3%;
  }

  .dkLabFavouriteProductDiv.onlyIcon .dkLabFavProductSpan.hasIcon:before {
    top: 15px;
  }

  .sekceDole {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 8%;
    margin-bottom: 4%;
    margin-left: 30px;
    margin-right: 30px;
  }


  .sekceDole div {
    width: 100%;
    margin: 5% 0;
  }

  .sekceAbsolute {
    position: unset;
    width: 100% !important;
    height: fit-content;
  }

  .sekceAbsolute p {
    margin-bottom: 80%;
    line-height: 1.5;
    /* margin-left: 0; */
    /* margin: 0 2%; */
    margin-bottom: 0 !important;
    margin: 20px;
    text-align: center;
    font-size: inherit;
  }

  .sekceDole div {
    width: auto !important;
    margin: 20px;
    text-align: center;
  }

  .sekceSekce {
    width: auto "inherit";
    width: auto !important;
  }

  .btnVice .btn-custom-homepage {
    color: black;
    padding: 15px 50px;
    border-radius: 0;
    margin-bottom: 20px;
  }

  #footer .custom-footer img {
    filter: brightness(0) invert(1);
    width: 50%;
  }

  .footer-rows .custom-footer {
    flex-direction: column !important;
    padding-bottom: 32px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}


.pagination-link {
  color: white !important;
  background-color: #161616;
}

.pagination-link:hover {
  color: black !important;
}

.nejModely {
  text-transform: uppercase;
  margin: 0 38px;
}

.products-block>div .p .p-in .p-in-in .name {
  height: auto !important;
}

@keyframes marquee {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}

.marquee-container {
  display: flex;
  align-items: center;
  background: transparent;
  overflow: hidden;
  position: absolute;
  top: 45%;
}

.marquee {
  font-size: 150px;
  line-height: 1.3;
  font-family: sans-serif;
  padding: 24px 0;
  color: black;
  white-space: nowrap;
  animation: marquee 140s infinite linear;
}

span.sliderTextOneDay {
  margin: 0 50px;
  text-transform: uppercase;
}

.marquee:after {
  content: var(--content);
}

@media(max-width:720px) {
  .marquee-container {
    display: flex;
    align-items: center;
    background: transparent;
    overflow: hidden;
    position: absolute;
    top: 25%;
  }

  .marquee {
    font-size: 80px;
    line-height: 1.3;
    font-family: sans-serif;
    padding: 24px 0;
    color: black;
    white-space: nowrap;
    animation: marquee 70s infinite linear;
  }
}

@media(min-width:721px) and (max-width:1200px) {
    .marquee-container {
        top: 35%;
      }
    
      .marquee {
        font-size: 140px;
      }
}

@media (min-width: 1200px) and (max-width: 1250px) {
  .sekceDoleRight {
    top: 250px;
    position: relative;
  }
}

@media (min-width: 1250px) and (max-width: 1300px) {
  .sekceDoleRight {
    top: 200px;
    position: relative;
  }

}

@media (min-width: 1300px) and (max-width: 1350px) {
  .sekceDoleRight {
    top: 180px;
    position: relative;
  }
}

@media (min-width: 1350px) and (max-width: 1400px) {
  .sekceDoleRight {
    top: 140px;
    position: relative;
  }

}

@media (min-width: 1400px) and (max-width: 1450px) {
  .sekceDoleRight {
    top: 110px;
    position: relative;
  }
}

@media (min-width: 1450px) and (max-width: 1500px) {
  .sekceDoleRight {
    top: 90px;
    position: relative;
  }
}

@media (min-width: 1500px) and (max-width: 1550px) {
  .sekceDoleRight {
    top: 50px;
    position: relative;
  }
}

@media (min-width: 1550px) and (max-width: 1600px) {
  .sekceDoleRight {
    top: 20px;
    position: relative;
  }
}