.dropdown-menu{
    min-width: 200px;

    max-height: 70vh;
    overflow: scroll;
}
.dropdown a{
    color: #fff;
    padding : 10px 15px;
}

.navbar-nav .nav-item a{
    color: #fff;
    padding : 10px 15px;
}

.header-nav{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.header-nav li, .navbar-nav .cart-icon{ 
    display: inline;
    list-style: none;
}

.navbar-nav .cart-icon a.nav-link{ 
    color: #fff;
    position: relative;
    padding: 0;
    /* height:20px; */
}

.logd-info{
    position: relative;
}

.navbar-nav .nav-item a.dropdown-item {
    color: #212529;
    font-size: 14px;
}

.navbar-nav .nav-item a.dropdown-item img{
    display: inline
}

#top-header .navbar .nav-item .dropdown-menu a {
    color: #000;
    font-size: 14px;
}

.pg-header{
    overflow: unset !important;
}

.navbar-nav .cart-icon a.nav-link #shopping-cart{
    color: #fff;
    background: red;
    padding: 3px 6px;
    border-radius: 16px;
    font-size: 10px;
    position: absolute;
    top: -10px;
    left: -6px;
}

.profile-text-format{
    font-weight: 600;
}

.profile-text-format span{
    font-weight: 400;
}

.img-right{
    float:right;
    max-width : 300px;
}

.fieldsetCustom .form-control{
    border-radius: 0;
    border: none !important;
    border-bottom: 1px solid #6c757d !important;
    margin-bottom: 10px;
}

.payment-option{
    box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.16);
    border: solid 2px #2593f2;
    background-color: #fff;
    padding: 15px;
    border-radius: 1rem;
}

.pull-right-icon{
    float: right;
}

.pay-method-list{
    padding : 0;
    margin: 0;
    text-align: center;
}
.pay-method-list li{
    list-style: none;
    padding: 15px
}

.btn-primary span{
    color: #fff;
}

.preorderBox{
    max-width: 75%;
    margin: auto;
    text-align: left;
    font-size: 14px;
    padding: 20px;
    /* box-shadow: 0px 0px 5px #ccc;
    position: relative;
    background: #fff;
    border-radius: 8px; */
    
}

@media (max-width: 768px) {
    .preorderBox{
        max-width: 100%;
    }

    .preorderBox .container{ 
        padding: 0;
    }
}

/* .bg-cover{
    background: rgba(0,0,0,0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
} */

/* .preorder-container{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10000;
} */

/* .close-preorder{
    position: absolute;
    width: 25px;
    height: 25px;
    background: #000;
    color: #fff;
    border-radius: 20px;
    top: -10px;
    right: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 5px #ccc;
    cursor: pointer;
} */



.preorderBox p{
    margin-bottom: 10px;
}


.tbl-preOrder > tr:first-child th{
    border-bottom: 1px solid #ccc;
    padding: 10px
}

.tbl-preOrder td{
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.tbl-preOrder tr td:last-child{
    font-weight: 600;
}

/* time table */
.tbl-timeTable th{
    background: #f0efef;
    color: #000;
    border: 1px solid #000000;
    font-size: 17px;
}

.tbl-timeTable td{
    position: relative;
    border: 1px solid #000;
    font-size: 18px;
}

.tbl-timeTable td:hover > div.choice{
    display: block;
}

.tbl-timeTable td > div{
    display: none;
    position: absolute;
    bottom: 25px;
    left: 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px #000;
    width: 196px;
    background: #fff;
    padding: 10px;
    color: #000;
    font-size: 14px;
    z-index: 1;
}

.tbl-timeTable td.Available{
    color: #000;
    text-align: center;
}

.tbl-timeTable td.Booked{
    /* background: #337ab7; */
    color: #fff;
    background: #28a745;
    text-align: center;
}

.tbl-timeTable td.Unavailable{
    background: #f0efef;
    text-align: center;
}

.form-group.Available{
    border-left: 5px solid #28a745;
    /* padding-left: 5px; */
    margin-bottom: 5px;
}

.form-group.Booked{
    border-left: 5px solid #f3ed3f;
    padding-left: 5px;
    margin-bottom: 5px;
}

.form-group.Booked::before{
    content:"BOOKED";
    font-size: 12px;
}
.form-group.Unavailable::before{
    content:"NA ";
    font-size: 12px;
}

.form-group.Unavailable{
    border-left: 5px solid #f00;
    padding-left: 5px;
    margin-bottom: 5px;
}

.form-switch .form-check-label{
    font-size: 12px;
}

.form-group.Unavailable input{
    display: none;
}

.form-group.Booked input{
    display: none;
}