@keyframes show-toast {
    0% {bottom: -100%;}
    20% {bottom: 100px}
    80% {bottom: 100px}
    100% {bottom: -100%}
}
.show-notification{
    position: fixed;
    bottom: 100%;
    right: 20px;
    animation-name: show-toast;
    animation-duration: 10s;
    z-index:99 ;

}

.btn{
    padding: 2px 1.75em;
    font-size: 12px;
    cursor: pointer;
}

.main-search.fancy .field-holder input[type="text"]{
    color: #000000 !important;
}

table > tbody > tr > td{
    border:none !important;
}

#opening_hours select{
    padding: 5px 10px !important;
}
.btn-success.add_hours{
    padding: 7px 15px 7px 15px;
}
/*hide radio button*/
.payment-method [type=radio]{
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
/*image style*/

.payment-method [type:radio] + img{
    cursor: pointer;
    padding: 5px;
 }

/*checked style*/
.payment-method [type=radio]:checked + img{
    outline: 2px solid #FF0000;
}

@media only screen and (max-width: 480px) {
    a.get-start-btn {
        display: block;
        margin-top: 15px !important;
        margin-left: 0 !important;
    }
    .main-search-bar{
        padding-top: 100px !important;
        padding-bottom: 50px !important;
        background-position: left !important;
    }
    .user-dashboard{
        width: 100% !important;
    }
    .menu-itam-holder .menu-itam-list .text-holder h6 {
    font-size: 11px !important;
    width: 50%;
    word-wrap: break-word;
}
.image-holder + .text-holder + .price-holder {
    margin-top: 0;
    top: 64px !important;
}
.menu-itam-holder .quantity {
    right: 0 !important;
    margin-top: -30px !important;

}
.table.opening_hours{
    width: 100% !important;
}
.table td{
    padding: 0.5rem !important;
}
.d-flex {
        flex-direction: column; /* Stack items vertically on smaller screens */
    }


}

table td, table th{
    line-height: 1rem !important;
}

.custom-margin {
    margin-right: 18%;
}