/* sticky bawah */

#stickyNav {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 6px 0 0;
    width: 100%;
    height: 67px;
    font-size: 1em;
    text-align: center;
    background: #212529;
    z-index: 99;
}

#stickyNav span {
    display: none;
}

#stickyNav a {
    display: inline-block;
    color: #fff;
    margin: 0 1em;
    vertical-align: middle;
    text-decoration: none;
}

#stickyNav a.phone:before {
    content: "";
    display: block;
    color: #ffffff;
}

#stickyNav a.button {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
    border: none;
    font-size: .8em;
    background: #0b396d;
}

#stickyNav a.button img {
    display: none;
}

#stickyNav a.button.chat {
    display: none;
}

#stickyNav a.button.purchase {
    background: #25D366;
    color: #222;
    /* display: none; */
}

#stickyNav a.button.catalog {
    display: none;
}

@media screen and (min-width:800px) {
    #stickyNav {
        height: 57px;
        font-size: 1.125em;
        padding: 0 1em 0 0;
        text-align: right;
    }

    #stickyNav span {
        display: inline-block;
        color: #fff;
        line-height: 57px;
        vertical-align: top;
    }

    #stickyNav a {
        line-height: 54px;
        vertical-align: top;
        margin: 0;
        text-align: center;
    }

    #stickyNav a.phone:before {
        display: none;
    }

    #stickyNav a.button {
        padding: 0 30px;
        margin: 9px 2px 0;
    }

    #stickyNav a.button.chat {
        display: inline-block;
        background: #fff;
        color: #222;
    }

    #stickyNav a.button.catalog {
        display: inline-block;
        position: relative;
        color: #222;
        background: #fff;
    }

    #stickyNav a.button.catalog img {
        display: block;
        position: absolute;
        left: 0px;
        bottom: 40px;
    }
}

/* end sticky bawah */