#back-top-wrap {
  position: fixed;
  display: table;
  table-layout: fixed;
  top: calc(50% - 50px);
  right: 0;
  width: 32px; }
  #back-top-wrap #back-top {
    position: relative;
    display: table-cell;
    border: 0;
    width: 32px;
    height: 92px;
    vertical-align: middle; }
    #back-top-wrap #back-top a {
      width: 32px;
      height: 46px;
      display: inline-block;
      margin-bottom: 2px;
      background-color: var(--jscolor);
      text-transform: uppercase;
      text-decoration: none;
      text-align: center;
      line-height: 44px;
      -webkit-transition: 0.2s;
      -moz-transition: 0.1s;
      transition: 0.1s; }
      #back-top-wrap #back-top a:first-child {
        border-radius: 6px 0 0 0; }
      #back-top-wrap #back-top a:last-child {
        border-radius: 0 0 0 6px; }
      #back-top-wrap #back-top a:hover {
        filter: brightness(80%); }
    #back-top-wrap #back-top img {
      vertical-align: middle;
      width: 18px; }

@media all and (max-width: 767px) {
  #back-top-wrap {
    display: none; } }
