@media only screen and (min-width: 380px) and (max-width: 767px)  {
    footer{
        z-index: -1;
        margin-bottom:30px !important;
    }
    .small-menu{
/*        padding-top: 10px;*/
    }
    #inc-box .input-number-decrement{
        margin-left:13% !important;
    }
    .dropdown-menu{
        margin-left: -120px !important;
    }
    .bottom-add-view{
        bottom: -8% !important;
        left: 20% !important;
    }
    .web-img-on p{
        margin-bottom: 10px !important;
    }
    .cart-table,.text{
        width: auto !important;
    }
    .table-checkbox .text{
        font-weight: normal !important;
    }
    .cart-table{
        width: 32% !important;
    }
    .cart-table .text,.table-checkbox .text{
        width: 26% !important;
    }
    .order-header h4{
        font-size: 13px !important;
    }
    .background-size{
        margin-bottom: 0px !important;
    }
    .dropdown-menu[data-bs-popper]{
        top: 94% !important;
    }
    .create-button3{
        float: left !important;
        margin-left:10px !important;
        margin-top: 15px !important;
    }
    #send-opt{
        width: 50% !important;
        float: left !important;
    }
    .create-button{
        width: 100% !important;
    }
    .whatsapp-icon{
        display: none;
    }
}


.cart-items small{
    font-size: 12px !important;
}


.payment-gateway-mode img{
    width: 150px;
    background-color: #C2C2C2;
    border-radius: 3px;
    height: 40px;
    padding: 5px;
}
.payment-gateway-mode{
    cursor: pointer;
}