div#to_top {
    background-image: url(/wp-content/themes/keydevstudiotheme/img/to_top.png);
    position: fixed;
    right: 8rem;
    bottom: 4rem;
    width: 52px;
    height: 53px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 9999;
    display: none;
}
table.category_page_off {
    display: none;
}