﻿#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: none; 
    padding: 9px 10px;
    background-color: #D2B25B;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    z-index: 5000;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
}

#scrollToTopBtn div {
    width: 0px;
    height: 0px;
    border-width: 0px 10px 20px;
    border-top-style: initial;
    border-top-color: initial;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.98);
    border-left-style: solid;
    border-left-color: transparent;
    border-right-style: solid;
    border-right-color: transparent;
    margin: 0 auto;
}