.fixed-pagination {
  display: none;
}
.fixed-pagination .pagination-loader {
  display: none !important;
}
.fixed-pagination.show {
  display: block;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  margin: 0;
  width: 100%;
  max-width: 1418px;
  background: rgba(255, 255, 255, 0.95);
  padding: 6px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
.fixed-pagination.show .pagination-wrapper {
  margin: 0;
}
.fixed-pagination.show .pagination-wrapper .pagination > strong {
  font-weight: 600;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
  position: relative;
  top: 2px;
}
@media (max-width: 1200px) {
  .fixed-pagination.show .pagination-wrapper {
    flex-direction: row !important;
    justify-content: space-between;
  }
  .fixed-pagination.show .pagination-wrapper .pagination,
  .fixed-pagination.show .pagination-wrapper .pagination-loader,
  .fixed-pagination.show .pagination-wrapper .pagination-top {
    width: auto;
    min-width: auto;
  }
  .fixed-pagination.show .pagination-wrapper .pagination-top {
    order: initial !important;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .fixed-pagination.show .pagination-wrapper .pagination-top > strong.js-scroll-top {
    display: none;
  }
}
.spinner-hidden.spinner-visible .overlay.spinner {
  display: none !important;
  z-index: 0 !important;
}
body.jupiter .fixed-pagination .pagination-top {
  display: block;
}
body.jupiter .fixed-pagination .pagination-wrapper .pagination {
  margin: 0;
}
body.jupiter .fixed-pagination .pagination > a,
body.jupiter .fixed-pagination .pagination-top > a,
body.jupiter .fixed-pagination .pagination > strong {
  width: 40px;
  height: 40px;
  line-height: 39px;
}
body.jupiter .fixed-pagination .pagination-top > strong {
  width: auto;
  height: 40px;
  line-height: 39px;
}
