div {
	font-weight: normal !important;
}
footer {
    display:none;
}
.order-title {
    color: gold;
}

.point-of-sale-app > .payment-container > .payment-modes{
        display: flex;
        padding-bottom: var(--padding-sm);
        margin-bottom: var(--margin-sm);
         overflow-y:hidden !important;
        flex-shrink: 0;
}
#payment-modal > .form-control{
    background-color: #6f4e37 !important;
    color:white !important;
}

.navbar{
    background: #b7b80a !important;
    font-weight: bold !important;
}

.navbar-home img {
    max-height: 100px !important;
}