*:focus {
  box-shadow: none !important;
}

.no-scrollbar::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.no-scrollbar::-moz-scrollbar {
  width: 0px;
  height: 0px;
}
.container-body::-webkit-scrollbar {
  width: 5px;
  height: 6px;
}
.container-body::-moz-scrollbar {
  width: 5px;
  height: 6px;
}

.slick-dots li.slick-active div {
  background-color: #21c292;
  border-color: #21c292;
}

.showroomSlider .slick-dots li.slick-active div {
  background-color: #424b5a;
  border-color: #424b5a;
}

.eventsSlider .slick-dots li.slick-active div {
  background-color: #424b5a;
  border-color: #424b5a;
}

.carNewsSlider .slick-dots li.slick-active div {
  background-color: #424b5a;
  border-color: #424b5a;
}

/* .productsSlider .slick-slide {
  width: 740px !important;
} */

.productsSlider .slick-active .productCard {
  width: 680px !important;
  height: 510px !important;
}

.slick-disabled {
  background-color: rgba(255, 255, 255, 0.24) !important;
}
.productsRow {
  zoom: 0.7;
}

#scrollToTopButton {
  border-radius: 9999px;
  width: 90px;
  height: 90px;
  right: 100px;
}

@media (max-width: 1200px) {
  .productsRow {
    zoom: 0.7;
  }
}
@media (max-width: 767px) {
  .productsRow {
    zoom: 0.5;
  }
  #scrollToTopButton {
    width: 70px;
    height: 70px;
    right: 70px;
  }
}

@media (max-width: 575px) {
  .productsRow {
    zoom: 0.4;
  }
  #scrollToTopButton {
    width: 60px;
    height: 60px;
    right: 20px;
  }
}

.chakra-slider__thumb {
  opacity: 0;
  transition: 0.3s all;
}

.chakra-slider:hover .chakra-slider__thumb {
  opacity: 1 !important;
  transition: 0.3s all;
}
