/* JWD Back To Top Button v1.0.2 */
#jwd-back-to-top {
    position: fixed !important;
    right: 68px !important;
    bottom: 118px !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    border-radius: 999px !important;
    border: 0 !important;
    outline: 0 !important;
    background: #89c915 !important;
    color: #ffffff !important;
    z-index: 999999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(12px) !important;
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease, background-color .25s ease !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.18) !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

#jwd-back-to-top span {
    display: block !important;
    color: #ffffff !important;
    font-size: 36px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    transform: translateY(-2px) !important;
    text-shadow: 0 1px 1px rgba(0,0,0,.12) !important;
}

#jwd-back-to-top.jwd-btt-show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

#jwd-back-to-top:hover,
#jwd-back-to-top:focus {
    background: #159c2f !important;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    #jwd-back-to-top {
        right: 58px !important;
        bottom: 150px !important;
        width: 54px !important;
        height: 54px !important;
        min-width: 54px !important;
        min-height: 54px !important;
    }
    #jwd-back-to-top span {
        font-size: 34px !important;
    }
}

@media (max-width: 420px) {
    #jwd-back-to-top {
        right: 54px !important;
        bottom: 148px !important;
    }
}
