.listOfPaymentMethod a.btn {
    max-width: 150px;
}

.listOfPaymentMethod form {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.listOfPaymentMethod .nav-tabs>li>a {
    border: 0px;
}

.listOfPaymentMethod .nav-tabs>li.active>a {
    background-color: #32c5d2;
    margin-right: 0px;
    border: 0px;
}

.foodTypeSection {
    background-color: #fff;
    padding: 10px 10px 0px;
    margin-bottom: 05px;
    border-bottom: 5px solid #ededed;
}

.listOfItem {
    padding: 08px;
}

.listOfItem ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.listOfItem ul li {
    width: 135px;
    height: 135px;
    margin: 09px;
    background-color: #ededed;
    display: inline-block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 5px rgba(64, 65, 72, .8);
    -o-box-shadow: 2px 2px 5px rgba(64, 65, 72, .8);
    -webkit-box-shadow: 2px 2px 5px rgba(64, 65, 72, .8);
    -moz-box-shadow: 2px 2px 5px rgba(64, 65, 72, .8);
}

.listOfItem ul li .item-name {
    position: absolute;
    background-color: rgba(50, 197, 210, 0.9);
    left: 0px;
    bottom: 0px;
    color: #fff;
    padding: 04px;
    width: 100%;
    height: 30%;
}

.orderListTable .img-block::before,
.listOfItem ul li .foodTypeBlock {
    content: '';
    position: absolute;
    color: #fff;
    padding: 04px;
    width: 22px;
    height: 22px;
    background-size: cover;
     background-color:#fff !important;
    border-radius: 02px !important;
}

.listOfItem ul li .foodTypeBlock {
    right: 00px;
    top: 00px;
   
}

.orderListTable .img-block.veg::before,
.listOfItem ul li.veg .foodTypeBlock {
    background-image: url('../img/veg-icon.png');
}

.orderListTable .img-block.non-veg::before,
.listOfItem ul li.non-veg .foodTypeBlock {
    background-image: url('../img/nonveg-icon.png');
}

.listOfItem ul li img {
    width: 100%;
    height: 100%;
}

.confirm-order-button {
    background-color: #2B3643;
    margin-bottom: 15px;
}

.confirm-order-button a {
    display: block;
    text-align: center;
    color: #FFF;
    padding: 10px;
    text-decoration: none;
}

.page-quick-sidebar-wrapper {
    width: 450px;
    right: -450px;
}

.page-quick-sidebar-wrapper .orderListSidebar.page-quick-sidebar .nav-tabs {
    padding-top: 20px;
    padding-bottom: 10px;
}

.page-quick-sidebar-wrapper .orderListSidebar.page-quick-sidebar .nav-tabs>li>a {
    border-bottom: 0px;
    padding-top: 05px;
    cursor: pointer;
}

.page-quick-sidebar-wrapper .orderListSidebar.page-quick-sidebar .nav-tabs>li>a.clearAllItem {
    color: #e43a45;
}

.orderListTable {
    /* height: calc(100vh - 0px);
    overflow-x: auto;
    margin-bottom: 110px;*/
}

.orderListTable .img-block {
    position: relative;
}

.orderListTable .img-block::before,
.orderListTable .img-block::after {
    width: 20px;
    height: 20px;
    top: 0px;
    right: 04px;
}

.orderListTable tr {
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
}

.orderListTable td {
    padding: 08px;
    vertical-align: top;
}

.orderListTable td.detail {
    font-size: 12px;
    width: 230px;
}

.orderListTable td.detail p {
    margin: 0px;
    min-height: 32px;
}

.orderListTable td .price {
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
}

.orderItemCount {
    margin-bottom: 0px;
}

.orderItemCount .bootstrap-touchspin {
    width: 120px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.orderItemCount .bootstrap-touchspin .form-control {
    background-color: transparent;
    color: #fff;
    border-color: transparent;
    text-align: center;
    font-size: 20px;
}

.orderItemCount .bootstrap-touchspin .btn.bootstrap-touchspin-down,
.orderItemCount .bootstrap-touchspin .btn.bootstrap-touchspin-up {
    font-family: FontAwesome;
    padding: 0px;
    background-color: transparent;
    font-size: 0px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    border: 0px solid #fff !important;
}

.orderItemCount .bootstrap-touchspin .btn.bootstrap-touchspin-up::before {
    content: "\f055";
    font-size: 28px;
    color: #fff;
}

.orderItemCount .bootstrap-touchspin .btn.bootstrap-touchspin-down::before {
    content: "\f056";
    font-size: 28px;
    color: #fff;
}

.orderSubmitButtonSection {
    min-height: 050px;
    background-color: #36C6D3;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 55;
}

.orderSubmitButton {
    background-color: transparent;
    border: 0px;
    color: #fff;
    font-size: 26px;
    width: 100%;
}

.orderSubmitButton:hover,
.orderSubmitButton:focus {
    background-color: transparent;
    color: #fff;
}

.modal .orderItemCount .bootstrap-touchspin {
    margin-left: 0;
}

.modal .orderItemCount .bootstrap-touchspin .form-control {
    color: #000;
}

.modal .orderItemCount .bootstrap-touchspin .btn.bootstrap-touchspin-up::before {
    color: #36C6D3;
}

.modal .orderItemCount .bootstrap-touchspin .btn.bootstrap-touchspin-down::before {
    color: #36C6D3;
}

.modal .table>tbody>tr>td:last:child {
    border-bottom: 1px solid #e7ecf1;
}

.orderTotal {
    /*    position: absolute;*/
    bottom: 0px;
    left: 0px;
    width: 100%;
    /*    height: 110px;*/
    background-color: #36C6D3;
    text-align: center;
    padding: 25px 0;
}

.orderTotal h3 {
    margin: 0px;
    color: #fff;
    font-weight: 700;
}

.orderTotal a:hover,
.orderTotal a:focus {
    text-decoration: none;
}

.listOfPaymentMethod ul {
    margin-top: 30px;
    list-style: none;
    padding-left: 0px;
    text-align: center;
    border: 0px;
}

.listOfPaymentMethod ul li {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 05px;
    width: 100px;
    cursor: pointer;
    float: none;
}

.listOfPaymentMethod ul li img {
    width: 45px;
}

.listOfPaymentMethod ul li:hover {
    background-color: #ededed;
}

@media(max-width:992px) {
    .listOfItem ul li {
        width: 100px;
        height: 100px;
    }
    .listOfItem ul li .item-name {
        height: 50%;
    }
    
}
