/* ========================================================== */

.return_top span.stk--svg-wrapper {
    padding: 10px;
    background-color: #FF3B30 !important;
    border-radius: 50%;
}

div.return_top span.stk--svg-wrapper {
    padding: 10px;
    background-color: #000;
    border-radius: 50%;
    cursor: pointer;
    &:hover {
        background-color: #FFA500 !important;
    }
}
.return_top{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
}



