
.hide {
    display: none;
}

.btn-check {
    background: #5fbd55 !important;
    border-radius: 0 !important;
    color: #FFF;
    font-size: 15px !important;
    width: 100%;
}

#divDeliveryType .delivery-type {
    float: left;
    width: 50%;
    /*border: 1px solid #D0D0D0;*/
    overflow: auto;
    cursor: pointer;
}

    #divDeliveryType .delivery-type span {
        text-align: center;
        font-size: 14px;
        padding: 10px 0px;
        display: block;
    }

    #divDeliveryType .delivery-type input {
        position: absolute;
        top: -20px;
    }

#divDeliveryType input:checked + span, #divDeliveryType input:checked + img {
    background-color: #486194;
    color: #F7F7F7;
}

#divDeliveryType .delivery-type {
    background-color: #fff;
    color: #333;
}

.float-left {
    float: left;
}

.pickup-image-white {
    /*background-position: center;
    background-image: url(../images/meals-white.png);
    background-repeat: no-repeat;
    height: 32px;
    width: 100%;
    cursor: pointer;*/
}

.pickup-image {
    /*background-image: url('../images/meals.png');
    background-repeat: no-repeat;
    height: 32px;
    width: 100%;
    background-position: center;
    cursor: pointer;*/
}

.delivery-image-white {
    /*background-position: center;
    background-image: url('../images/delivery-truck-w.png');
    
    background-repeat: no-repeat;
    height: 32px;
    width: 100%;
    cursor: pointer;*/
}

.delivery-image {
    /*background-image: url('../images/delivery-trucks.png');
    
    background-repeat: no-repeat;
    height: 32px;
    width: 100%;
    background-position: center;
    cursor: pointer;*/
}

/*#divDeliveryType, #divDeliveryAddress, #divSchedule {
    padding-bottom: 20px;
    width: 100%;
    float: left;
}*/

/*#divDeliveryAddress .form-control, #divSchedule .form-control {
        border-radius: 0px;
        height: 40px;
        font-size: 14px
    }*/

label.error {
    font-size: 12px;
}

.clorder-dialog-new-class {
    width: 100%;
    border-radius: 0;
    padding: 0 !important;
    margin: 0 !important;
}

@media (min-width: 768px) {
    .pickup-color {
        background-color: #F7F7F9;
        border-right: 1px solid #e9e9f1;
        position: absolute;
        height: 100%;
        margin: 0;
        padding: 5px;
    }

    .clorder-dialog-new-class {
        width: 60% !important;
        max-width: 680px;
    }
}


/*Mobile*/
@media (max-width: 600px) {
    .pickup-color {
        width: 99%;
        float: left;
        padding: 30px;
    }

    .modal-center {
        position: absolute;
        top: 35%;
        left: 0 !important;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .clorder-dialog-new-class {
        width: 100% !important;
        max-width: 680px;
    }
}
/*tablet*/
@media only screen and (min-width: 600px) {
    .modal-center {
        position: absolute;
        top: 35%;
        left: 19.33% !important;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*desktops*/
@media only screen and (min-width: 768px) {
    .modal-center {
        position: absolute;
        top: 35%;
        left: 30.33% !important;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.inner-addon {
    position: relative;
}

    /* style glyph */
    .inner-addon .fa {
        position: absolute;
        padding: 10px;
        pointer-events: none;
        color: #b5aaaa;
    }

/* align glyph */
.left-addon .fa {
    left: 0px;
}

.right-addon .fa {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px !important;
}

.right-addon input {
    padding-right: 30px !important;
}





.pac-logo {
    z-index: 840008 !important;
}

.restrictTxt3Line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    min-height: 55px;
}

.MaxHeight-Img {
    /*height: 112px;*/
    width: 100%;
    height: 100%;
}

.restrictTxt2Line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    max-height: 36px;
}

.restrictWord {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*max-width: 180px;*/
}

.card-img-height {
    height: 94px;
}

.card-title-height {
    height: 48px;
}


@media screen and (min-width: 1100px) {
    div#containerdiv {
        width: 90vw;
    }
}

.NotAvailable {
    opacity: 0.6;
}

.clsfloat {
    position: fixed;
    width: 100px;
    height: 30px;
    bottom: 60px;
    right: 40px;
    background-color: #f24711;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    text-decoration: none;
    z-index: 100;
}

    .clsfloat:visited {
        color: white
    }

.clsfloatText {
    text-decoration: none;
    margin-top: 8px;
    margin-bottom: 5px;
}

html {
    scroll-behavior: smooth;
}

.tab-content {
    /*min-height: 200px;*/
}

.cursor-grab{
    cursor:grabbing;
}

.clsIcon25px {
    font-size: 25px;
}