#ca-scroll-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1000; }
  #ca-scroll-to-top div {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #97743A;
    border-radius: 5px; }
    #ca-scroll-to-top div span {
      border-left: solid #fff 3px;
      border-top: solid #fff 3px;
      transform: rotate(45deg);
      width: 16px;
      height: 16px;
      margin-bottom: -8px; }
