::selection {
  color: white;
  background: var(--primary-color);
}

:root {
  --primary-color: #0a5d5d;
  --secondary-color: #ffffff;
  --text-color: #000000;
  --text-hover: #cccccc;
  --text-active: #ffffff;
  --icon-stock: #000000;
  --icon-hover-stock: #b6b6b6;
  --skeleton-colour: #d9d9d9;
  --background-black: rgb(203, 203, 203);
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.swiper-pagination-bullet-active-two {
  background: var(--primary-color);
}
