@media(max-width:768px) {
   
    .crat_mobile {
        background: #fff;
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 99;

    }

    .crat_mobile table {
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .customPosition {
        top: 0 !important;
    }

    .dropdown-menu {
        height: 300px !important;
    }

    .add_button {
        position: absolute;
        background-color: #fff;
        color: #090;
        width: 80px;
        height: 25px;
        border: #ccc 2px solid;
        align-items: center;
        border-radius: 5px;
        font-size: 12px;
        font-weight: bold;
        right: -11px;
        top: -25px !important;
    }

    .food_img {
        right: -20px;
        position: absolute;
        height: 120px;
        width: 120px;
        margin-top: -71px;
    }

    .add_cart .btn-gary2 {
        position: absolute !important;
        right: -28% !important;
        border-radius: 0 5px 5px 0;
        margin-top: 0px !important;
    }

    .add_cart_button {
        position: absolute;
        background-color: #fff;
        width: 40px !important;
        height: 25px;
        border: 0;
        align-items: center;
        right: -3%;
        font-size: 13px;
        font-weight: bold;
        border: 1px solid #ccc;
        top: 0px;
        text-align: center;
    }

    .add_cart .btn-gary {
        border-radius: 5px 0 0 5px !important;
        text-align: center;
        margin-top: 0px !important;
        position: absolute;
        left: 38%;
        border-right: 0;
    }

    .add_cart {
        right: 13% !important;
    }

    .add_button {
        right: 6.5% !important;
        top: 0 !important;
    }
}

.menu_containerTAkeAway {
    background-image: url("./../web_img/CTT_WoodPanels-1.jpg") !important;
    /* background-repeat: no-repeat !important; */
    background-size: 100% !important;
}

.menu_containerTAkeAway::after {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 0;
    opacity: 0.5;
    display: block;
    height: 100%;
    width: 101%;
    background: url("./../web_img/vignette.png") no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 990px) {
    .row {
        flex-direction: row;
    }
}

@media screen and (min-width: 768px) {
    .add_cart {
        top: 65% !important;
        right: 6% !important;
    }

    .add_button {
        right: 5.5% !important;
        top: 90% !important;
        border: #51a741 2px solid !important;
    }
}

.list-group-item {
    background-color: transparent !important;
    color: white !important;
    padding: 0.5rem !important;
}

.list-group-item2 {
    color: black !important;
}

.section p,
.section h6 {
    color: #ffffff !important;
}



.section p {
    font-weight: 600 !important;
}

.list-group {
    padding-right: 10px;
}

.food_img {
    position: absolute;
    height: 90px !important;
    width: 130px !important;
    right: 0;
}

.section {
    margin: 1rem 0 !important;
}




.list-group-item.active {
    border-bottom-left-radius: 18px;
    border-top-left-radius: 18px;
}

.menu_p_1 b {
    color: #000 !important;
}

.btn-gary2_new,
.btn-gary2 {
    border: #51a741 2px solid !important;
}

.btn-gary {
    border: #ff4848 2px solid !important;
}

.show_cart_section,
.show_cart_section h3 {
    color: #ffffff !important;
}

.btn-gary_new2,
.btn-gary_new {
    top: -1px !important;
    margin-top: 0 !important;
}

.show_cart_section {
    position: sticky !important;
    top: 15% !important;
}

.cart_section_final {
    background-color: #dbdbdb !important;
}

.z_margine_top {
    z-index: 4;
    margin-top: 5rem;
}



.z_margine_top_3 {
    z-index: 3;
    margin-top: 5rem;
}