@media (max-width: 768px) {
    /* mobile devices */
    .navbar-brand {
        margin: 0;
    }

    .navbar {
        padding: 0;
    }

    .menu-movil {
        display: flex;
        justify-content: space-evenly;
        padding: 10px 5px;
        box-shadow: 0 -1px 4px #0014c4;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        width: 100%;
        background: #2236ec;
        border-radius: 12px 12px 0 0;
    }

    .menu-movil .item {
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .menu-movil .item i {
        color: #ffffff;
        font-size: 20px;
    }

    .menu-movil .item span {
        color: #f0f0f0;
        font-size: 12px;
        font-weight: 500;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select:none;
        user-select:none;
    }

    footer {
        padding-bottom: 75px;
    }

    .product-add-cart {
        position: fixed;
        bottom: 70px;
        width: 100%;
        background: transparent;
        z-index: 3;
    }

    .product-add-cart .btn {
        font-size: 12px;
        padding: 10px;
    }

    .product-add-cart .whatsapp_link{
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .product-add-cart .btn-product{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    #offcanvasCart {
        width: 90%;
    }

    .categories .category-item {
        min-height: 105px;
    }

    .item-cart .cart_remove, .product-item .remove_item_cart {
        right: 10%;
        top: 40%;
    }

    #product_name {
        font-size: 18px;
    }

    .product-card .card-title {
        font-size: 14px;
    }

    .price-sale {
        font-size: 18px;
    }

    .menu-kosta {
        overflow: scroll;
        height: 65vh;
    }
}