/* GOTOTOP*/
#gototop {
    width: 50px !important;
    height: 40px !important;
    right: 5% !important;
    bottom: 20px !important;
}

#gototop div {
    width: 50px !important;
    height: 40px !important;
    background: none !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    font-size: inherit !important;
}
#gototop div::after {
    content: "^";
    width: 100%;
    height: auto;
    transform: scale(2, 1.5);
    display: block;
    font-size: 2em;
    font-weight: 700;
    color: $base-primary-color;
}

#gototop:hover div::after {
    color: $base-secondary-color;
}

