@media (max-width: 1250px) {
    .container > span:nth-child(1) {
        font-size: 55pt !important;
        top: -65px;
        right: 28%;
    }
    #cartItem {
        right: 3% !important;
        width: 370px !important;
    }
    #ModalSubmitOrder {
        right: 3% !important;
        width: 300px !important;
    }
    #img-header {
        width: 480px !important;
    }
    div.col-6:nth-child(2) > span:nth-child(1) {
        font-size: 65pt !important;
    }
}
@media (max-width: 920px) {
    .container > span:nth-child(1) {
        font-size: 45pt !important;
        top: -65px;
        right: 28%;
    }
    #cartItem {
        right: 3% !important;
        width: 300px !important;
    }
    #ModalSubmitOrder {
        right: 3% !important;
        width: 243px !important;
    }
    #img-header {
        width: 380px !important;
        bottom: -37px !important;
    }
    div.col-6:nth-child(2) > span:nth-child(1) {
        font-size: 40pt !important;
    }

}
/* MOBILE */

@media (max-width: 600px) {
    #login-menu-item {
        font-size: 15px !important;
    }
    #gooey-button {
        font-size: 15px !important;
    }
    .mobileMenu {
        display: flex !important;
    }
    div.col-5:nth-child(1) {
        display: block;
    }
    div.col-6:nth-child(2) {
        width: 100% !important;
        text-align: center !important;
        filter: opacity(1) !important;
    }
    .container > span:nth-child(1) {
        display: none !important;
    }
    #cartItem {
        display: none !important;
    }
    #ModalSubmitOrder {
        display: none !important;
    }
    div.col-3:nth-child(4) > img:nth-child(1) {
        width: 56px !important;
        text-align: end;
        float: right;
        margin-right: 31px;
    }
    .col-7 {
        width: 100% !important;
    }
    .hotDrinks {
        padding: 0 !important;
    }
    #hotProducts {
        padding: 0 !important;
        margin: 0 !important;
    }
    .coldDrinks {
        padding: 0 !important;
        margin: 0 !important;
    }
    .extras {
        padding: 0 !important;
        margin: 0 !important;
    }

    div.col-4:nth-child(2) > img:nth-child(1) {
        top: 0 !important;
        padding: 0 !important;
    }
    #hotProducts > div:nth-child(1) > div:nth-child(2) > img:nth-child(1) {
        padding: 0 !important;
    }
    html body div.row.p-0.m-0 div.row.pt-5 {
        margin: 0 !important;
    }
    #coldProducts {
        padding: 0 !important;
    }
    #extraProducts {
        padding: 0 !important;
    }
    #hotDrinks {
        font-size: 25pt !important;
    }
    #coldDrinks {
        font-size: 25pt !important;
    }
    #extra {
        font-size: 25pt !important;
    }
    body > div:nth-child(4) {
        height: 0 !important;
    }
    body > div:nth-child(3) {
        margin-top: 0 !important;
    }
    .winMenu {
        display: none !important;
    }
    #img-header {
        right: 22% !important;
        filter: opacity(22%);
    }
    body > div:nth-child(3) > div:nth-child(1) {
        padding-top: 120px !important;
    }
    body > div:nth-child(3) {
        height: 450px !important;
    }
    #logout-menu-item {
        font-size: 15px !important;
    }
    #ModalOrders {
        width: 97% !important;
        padding-top: 25px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        font-size: 12px !important;
    }
    #ModalOrders > span:nth-child(1) {
        padding: 5px 25px !important;
        color: white !important;
    }
    #ModalOrders > div:nth-child(2) > p:nth-child(1) {
        color: white;
    }
}