/* MOBILE VERSION */

@media (max-width: 1024px) {
    .shoppingBasket {
        display: none;
        width: 100%;
        height: auto;
        min-height: 85vh;
    }

    .dishes {
        width: 100%;
    }

    .btn-close-basket {
        display: block;
    }

    .btn-basket-mobile {
        width: 91%;
        display: block;
    }

    
}

@media (min-width: 1024px) {
    .shoppingBasket {
        display: block !important;
        width: 25%;
    }
    .dishes {
        width: 75%;
        display: block !important;
    }
}

@media (max-width: 585px) {
    footer {
        flex-direction: column;
        justify-content: space-between;
        padding: 32px;
    }

    .middle-heading {
        display: none;
    }

    .categories {
        display: none;
    }

    .pizza-round {
        top: 45px;
        height: 100px;
        width: 100px;
    }

    .popup {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0;
    }

}

@media (max-width:350px) {
    h2 {
        font-size: 20px;
    }

    .info p {
        font-size: 14px;
    }

    .info-icons {
        font-size: 14px;
    }

}
