.basket-small-mobile {
    display: none;
}

@media screen and (max-width: 800px) {
    .basket-small-mobile {
        display: block;
        width: 100%;
        height: 60px;
        line-height: 60px;
        box-sizing: border-box;
        text-align: center;
        background: #2c9f1a;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
    }

    .basket-small-mobile b {
        font-family: "LatoBold";
    }

    .basket-small-mobile-link {
        display: block;
        color: #fff;
        text-decoration: none;
    }

    .basket-small-mobile-link:hover {
        text-decoration: none;
        color: #fff;
    }
}
