.show-submenu{
    position: fixed;
    margin: 0px;
    inset: 0 auto auto 0;
    display: block;
    transform: translate(115px, 150px);
}

select{
    appearance: revert !important;
}
.dp__input{
    height: 50px !important;
}
.vs__dropdown-toggle{
    padding: 0.3rem 0.5rem 0.7rem 0.5rem !important;
    height: 50px !important;
}
.form-select {
    appearance: none !important;
}
.search-box input{
    height: 50px;
    padding-left: 65px;
}
.search-box .i-cs{
    position: absolute;
    left: 35px;
}
.bg-primary2{
    background-color: #50cd89 !important;
}
.qty{
    text-align: center;
    background: #50cd89;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
}
.bx-menu .price{
    font-size: 17px;
    margin-top: 5px !important;
    display: block;
    text-align: center !important;
    color: #50cd89;
    font-weight: 800;
}
.bx-menu img{
    object-fit: cover;
    height: 120px;
}
.pointer{
    cursor: pointer;
}
.aside{
    border-right: 1px solid #f4f4f4;
}
.all .bx-menu.d-none{
    display: block !important;
}
.cp-list .active{
    background: #50cd89;
    color: #fff !important;
}
.cp-list .item{
    border-right: 1px solid #f4f4f4;
    min-width: 100px;
    text-align: center;
}
.btn-outline-secondary{
    border: 1px solid #e3d7d7;
}
.min-input{
    width: 100px !important;
    height: 28px !important;
}
.min-button{
    width: 45px;
    height: 29px !important;
    padding: 0px !important;
    border-radius: 5px;
    margin-left: 5px;
}
.box-payment{
    border: 1px solid #eddede;
    text-align: center;
    padding: 20px;
    font-size: 18px;
}
.box-payment.active{
    background: #e9e9e9;
}
.br-0{
    border-radius: 0px !important;
}
.cart-box{
    max-height: 32vh;
    min-height: 32vh;
    overflow-x: scroll;
}
.menu-state-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon{
    color: #50cd89;
}

#section-to-print{
    width:245.66929134pt !important;
    height: auto !important;
    visibility: hidden;
}
body.customer-print .sc-agent-print{
    display: none;
}
body.agent-print .sc-customer-print{
    display: none;
}

@media print {
    @page {
        margin: 20pt;
    }
    #section-to-print{
        width:245.66929134pt !important;
        height: auto !important;
    }
    body * {
        visibility: hidden;
    }
    #section-to-print, #section-to-print * {
        visibility: visible;
    }
    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }
    * {
        font-family: monospace !important;
    }
    html{
        width: 100%;
        height: 100%;
        padding: 0;
        font-weight: normal !important;
        margin: 0em;
    }
    table,p,strong,th,tfoot tr td{
        font-size: 13pt !important;
        /* font-weight: bold; */
        font-weight: normal !important;
    }
}