/* Astra scroll-to-top – button */
#ast-scroll-top
{
    position: fixed;
    z-index: 999;
    right: 16px;
    bottom: 90px;

    width: 46px;
    height: 46px;
    padding: 2px;

    border-radius: 999px;
    background: linear-gradient(135deg, #ff6b9c, #7b5cff) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .7);
}

/* dark inner circle */
#ast-scroll-top .ast-icon
{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    border-radius: inherit;
    background: #16161a;
}

/* arrow icon */
#ast-scroll-top .ast-icon svg
{
    display: block;

    width: 20px;
    height: 20px;
}

#ast-scroll-top .ast-icon svg path
{
    fill: #fff !important;
}

@media (max-width: 767px)
{
    #ast-scroll-top
    {
        bottom: 24px;
    }
}
