.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--rr-theme-primary);
    color: white;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    z-index: 9999;
    cursor: pointer;
    transition: opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
    }
    .scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
    }
    .scroll-top-btn:hover {
    background-color: #e1e1e1e1;
    }

@media (min-width: 800px) {
  #item_login {
  display:none;
  }
}

