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

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

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

