*:focus {
    outline: none !important;
}


.topbar {
    width: 70%;
    height: 10px;
    background: var(--color1);
    position: absolute;
    top: 0px;
    right: 15%;
}

section {
    padding: 0px;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}


body {
    background-color: #fff;
}

main {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 10px #111;
}

.logo {
    text-align: center;
    padding: 30px 20px;
    position: relative;
}

.logo img {
    width: 30%;
    margin: 0 auto;
}

.logo h1 {
    margin: 0 auto;
    color: var(--color1);
    font-size: 32px;

}

.logo h3 {
    margin: 0 auto;
    color: var(--color2);
    font-size: 18px;
}

.feedback_starbtn {
    font-size: 36px;
}

#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 60px;
    left: 20px;
    z-index: 99;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.42;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: .7;
}

#showMenuBtn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 99;
    text-align: center;
    padding: 6px 0;
    font-size: 20px;
    line-height: 1.42;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    opacity: .95;
    background: #000;
    color: white;
}

#showMenuBtn span
{
    display: block;
    color: white;
    font-size: .75rem;
}

#popupMenu
{
    background: rgba(51, 51, 51, 0.508);
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
}

#popupMenuInner
{
    background: rgba(0,0,0, 0.95);
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 100;
    width: 80%;
    max-width: 500px;
    height: 60%;
    border-radius: 30px;
    padding: 10px 20px;
    overflow-y: scroll;
}

.popupMenuItem
{
    padding: 15px 0px;
}

#popupMenuInner h3{
    margin: 0;
    font-size: 18px;
    color: white;
    cursor: pointer;
}

.popupMenuCatCount
{
    float: right;
}

.proprietor {
    background-color: var(--color1);
    max-width: 100%;
    text-align: center;
    padding: 30px 20px;
}


.proprietor h1 {
    margin: 0 auto;
    color: #fff;
    font-size: 28px;
}

.proprietor h3 {
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
}





.details {
    background-color: #333;
    max-width: 100%;
    text-align: left;
    padding: 30px 20px;

}


.details h1 {
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.details h3 {
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.details h1 {
    border-bottom: 1px solid #777;
    padding: 10px;
}

.details .fa {
    margin-right: 10px;
}


.hidden {
    visibility: hidden;
}

.img-responsive {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}

.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    max-height: 80vh;
    overflow-y: auto;
}



.oneclick {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0px;
    max-width: 500px;
    z-index: 999999;
}

.oneclick a,
.oneclick a:hover,
.oneclick a:active {
    background-color: #222;

    display: table-cell;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    border-right: 1px solid #555;
    text-decoration: none;
}


.modalButtons {
    border: 1px solid white;
    margin: 5px 10px;
    color: white;
    padding: 2px 15px;
    border-radius: 25px;
    display: inline-block;
    cursor: pointer;
}

.mymodal {
    display: block;
}


.chatnumber {
    position: absolute;
    top: 0px;
    right: 0px;
    color: white;
    background: red;
    border-radius: 50%;
    padding: 3px;
    font-size: 10px;
    width: 15px;
    height: 15px;
    margin: 5px;
}

.credit p,
.credit span,
.credit a,
.credit a:hover,
.credit a:active,
.credit a:visited {
    text-align: center;
    color: var(--color1);
    text-decoration: none;
    font-weight: bold;
}

.credit small {
    color: var(--color1);
}

.credit {
    display: block;
    text-align: center;
}

.creditLink {
    margin-bottom: 50px;

}

.shareButtons span {
    padding: 15px;
    margin: 10px;
    font-size: 35px;
}

a.modalButtons:hover,
a.modalButtons:active,
a.modalButtons:visited {
    text-decoration: none;
    color: white;

}

.views {
    font-size: 10px;
    float: right;
    border: 1px solid #999;
    color: #999;
    padding: 3px;
    border-radius: 10px;
}


.categoryWrapper button {
    margin-right: 10px;
    margin-bottom: 10px;
}

.categoryWrapper {
    border: 1px solid #d1d1d1;
    margin: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.singleItem {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    height: 100%;
}

.categoryWrapper>.col-sm-4:last-child .singleItem {
    border-bottom: none;
}

.categoryWrapper>.col-sm-6:last-child .singleItem {
    border-bottom: none;
}

.singleItem h3 {
    font-size: 1.25em;
    padding-top: 15px;
    margin-bottom: 0px;
    position: relative;
    display: block;
}



.singleItem p {
    font-size: 1em;
    margin-bottom: 0px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
}

.singleItem p.expanded {

    white-space: normal;
    text-overflow: unset;
}

.musttry {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.itemvideo,
.itemvideo:link,
.itemvideo:visited,
.itemvideo:hover,
.itemvideo:active {
    color: red;
    font-size: 2rem;
    position: absolute;
    left: 15px;
    bottom: 0px;
}

.itemvideo .iconBackground {
    background: white;
    position: absolute;
    left: 25%;
    bottom: 36%;
    width: 50%;
    height: 34%;
    z-index: -1;
}

.itemvideoIcon
{
    width: 80px;
    position: relative;
    top: -20px;
}

.videofullWidth {
    position: relative !important;
    float: right;
    margin-right: 15px !important;
}

.parafullWidth {
    width: 100% !important;
}


.category,
.priceoff,
.priceori {
    margin: 5px 10px 5px 0px;
    padding: 5px 10px 5px 0px;

}

.priceoff {
    color: green;
    /* color: #555; */
    font-size: 1em;
    font-weight: 400;
}

.priceori {
    color: red;
    /* color: #999; */
    text-decoration: line-through;
    font-weight: 400;
}

.priceoriStrike {
    position: relative;
}

.priceoriStrike:before {
    position: absolute;
    content: "";
    left: -1px;
    top: 44%;
    right: 7px;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    color: red;
}



.buttonsDiv {
    bottom: 10px;
    right: 10px;
    display: inline-block;
    float: right;
    top: 5px;
    position: relative;
    right: -15px;
}

.buttonsDiv .switch {
    margin-top: 0px !important;
    position: relative;
    top: -10px;
    right: 0;
}

.itemimagePreview {
    width: 40%;
    float: left;
    max-height: 150px;
    margin: 10px;
    object-fit: cover;
    border-radius: 25px;
    margin-left: 0px;
}

.itemimagePreview.fullWidth {
    width: 100%;
    float: left;
    max-height: 300px;
    margin: 10px;
    object-fit: cover;
    border-radius: 25px;
    margin-left: 0px;

}

.itemimagePreview.noimage {
    display: none;
}

.musttry.noimage {
    display: none;
}


.extraImagesCount {
    position: absolute;
    color: white;
    background: #2222229c;
    padding: 2px 15px;
    left: 20%;
    bottom: 9px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.extraImagesCount.extraLabelfullWidth {
    position: relative;
    color: white;
    background: #2222229c;
    padding: 2px 20px;
    left: 36%;
    bottom: 29px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.extraImagesCount.extraLabelhidden {
    display: none;
}




.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 13px;
    line-height: 1;
    border-radius: 10px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.foodType {
    position: absolute;
    top: 0px;
    right: 0px;
    border: 1px solid #333;
    width: 15px;
    height: 15px;
    text-align: center;
    padding: 0px;
    margin-top: 5px;
    margin-right: 5px;
    border-radius: 3px;
    background: white;

}

.foodType i {
    font-size: 10px;
    margin-top: 0px;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 13px;
}

.foodType.veg i {
    color: green;
}

.foodType.veg {
    border-color: green;
}

.foodType.nonveg i {
    color: brown;
}

.foodType.nonveg {
    border-color: brown;
}

.foodType.egg i {
    color: #E4B20B;
}

.foodType.foodType.egg {
    border-color: #E4B20B;
}

.foodType.none i {
    color: #00000000;
}

.foodType.foodType.none {
    border-color: #00000000;
    background-color: #00000000;
}


.switchView {
    display: inline-block;
}

.filterrow {
    margin-bottom: 5px;
}

.menubarIcons {
    display: inline-block;
    float: right;
}

#branchSelectOption,
#oneclickphone,
#oneclickmap,
#oneclickshare {
    margin-right: 7px;
}

.menubarIcons #oneclickphone,
.menubarIcons #oneclickmap,
.menubarIcons #oneclickshare {
    width: 40px;
}




#oneclickphone small,
#oneclickmap small,
#oneclickshare small {
    display: block;
    font-size: 8px;
    display: block;
    position: relative;
    font-size: 8px;
    bottom: 7px;
    padding: 0px;
    margin-bottom: -10px;
}

#oneclickphone i,
#oneclickmap i,
#oneclickshare i {
    position: relative;
    bottom: 3px;
}



.categoriesRow {
    /* border: 1px solid #d1d1d1; */
    margin: 10px;
    margin-bottom: 25px;
    /* background: #fcfcfc; */
    /* box-shadow: 1px 1px 5px #b9b9b9; */
    border-top: 2px solid #d1d1d1;
    border-bottom: 2px solid #d1d1d1;
}



.switchView {
    /* margin-right: 5px; */
}

.serachDiv {
    /* margin-right: 5px; */
}

.switchView i {
    font-size: 35px;
    position: relative;
    top: 8px;
    /* margin-right: 5px; */
}

.serachDiv {
    display: inline-block;
    width: 30%;
    min-width: 130px;
}

.languageDiv {
    display: inline-block;

}

#selectlang {
    max-width: 130px;
    padding: 0px;
}

#otherLinks {
    text-align: center;
    padding: 10px;
}

.thirdpartylogo {
    width: 40px;
    height: 40px;
}


h1 {
    font-size: 1.5em;
}

#hoteltagline
{
    font-size: 0.9rem;
    margin: 2px;
}

#pageMainHeading h2 {
    margin: 2px;
    font-size: 12px;
}

#pageMainHeading h1 {
    margin: 2px;
    font-size: 20px;
}




.modal {
    text-align: center;
}

.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

.modal-title {
    font-size: 1em;
    font-weight: bold;
}


.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 90%;
    max-width: 714px;
    margin: 0 !important;
    padding: 0 !important;
}

.modal-backdrop {
    opacity: 0.5 !important;
}

#addItemModalContent h3 {
    font-size: 16px;
    font-weight: bold;
}

#addItemModalContent p {
    display: inline;
    font-size: 1em;
}

#addItemModalContent label {
    width: 100%;
    margin: 5px 0px;

}

#addItemModalContent .name {
    display: inline-block;
    width: 89%;
    height: 100%;
    vertical-align: middle;
    font-size: 1em;
}

#addItemModalContent .selectBtn {
    display: inline-block;
    width: 10%;
    height: 100%;
    vertical-align: middle;


}

#viewCartModalContent h3 {
    font-size: 1em;

}


#currentOrderModal .modal-body {
    max-height: 90vh;
}

#currentOrderModalContent
{
max-width: 100%;
}

#currentOrderModalContent h3 {
    font-size: 1em;
}

#currentOrderModalContent #billtop, #currentOrderModalContent #billbottom {
    display: none;
}



#placeOrderModalContent h3 {
    font-size: 1em;
}

#placeOrderModalContent label {
    font-weight: 100;
}

#removeFromMultipleModalContent p {
    font-size: 1em;
}

#addItemModalContent span {
    font-size: 1em;
}

#addItemModalContent input {
    display: inline-block;
    font-size: 1.25em;
}

#addItemModalContent span {
    margin: 0px;
}

#addItemModalContent .priceori {
    font-size: .9em;
}

#addItemModalContent .priceori {
    margin: 5px 5px 5px 0px;
    padding: 5px 5px 5px 0px;

}

#addItemModalContent .priceoff {
    margin: 5px 0px 5px 0px;
    padding: 5px 0px 5px 0px;
    font-size: 1em;

}


.foodTypeAddItem {
    position: relative;
    top: -2px;
    display: inline-block;
}

.addCountSpan {
    font-size: 20px;
    margin-right: 10px;
    height: 100%;
    vertical-align: middle;
    line-height: 30px;
    position: relative;
    top: -5px;
}

.bottomWrapperParent
{
    position: fixed;
    bottom: 0px;
    left: 0px;
}

#bottomWrapper {
    width: 100%;
    background-color: #5cb85c;
    color: white;
    height: 50px;
    box-shadow: 0px 0px 1px black;
    text-align: center;
    z-index: 999;

}

#showCartBtn {
    cursor: pointer;
}

.catTitle {
    width: 100%;
    padding-left: 10px;
    text-align: center;
}

.addCountSpanRemove {
    font-size: 20px;
    margin-right: 10px;
    height: 100%;
    vertical-align: middle;
    line-height: 30px;
    position: relative;
    top: -5px;
}

#displayCategory {
    overflow-x: scroll;
    width: 100%;
}

.displayCategoryInner {
    width: 5000px;
    padding-bottom: 5px;
}

.categoryItem {
    width: 150px;
    display: inline-block;
    padding: 0px;
    margin: 10px;
    box-shadow: 0px 0px 2px #333;
    border-radius: 10px !important;
}

.categoryItem img {
    border-radius: 10px 10px 0px 0px !important;
    padding-bottom: 0px !important;
}


.categoryItem h3 {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 1px;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* fallback */
    -webkit-line-clamp: 1;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.categoryimagePreview {
    width: 100%;
    height: 90px;
    padding: 0px;
    object-fit: cover;
}



#displayMenu {
    margin-bottom: 120px;
}

.singleItemCart p {
    margin-bottom: 0px;
    display: inline-block;
}

.singleItemCart h3 {
    margin: 0px;
    display: inline-block;
    max-width: 79%;
}

.singleItemCart .addCountSpan {
    float: right;
    max-width: 40%;
    margin-top: 3px;
}

.singleItemCart hr {
    margin: 0px 0px 10px 0px;
}

#placeOrderModalContent label,
#getNameForTableOrderModalContent label {
    display: block;
}

#placeOrderModalContent .error,
#getNameForTableOrderModalContent .error {
    color: red;
    font-size: 10px;
    position: relative;
    top: -10px;
    display: none;
}

.pleaseRotate {
    display: none;
}

.themeSlider .col-sm-4
{
    padding: 0 !important;
}

@media screen and (max-height:500px) and (min-width:600px) {

    main {
        display: none;
    }

    .pleaseRotate {
        display: block;
        text-align: center;
        width: 100%;
        height: 100%;
        margin-top: 100px;
        font-size: xx-large;
    }

    .rotateThis {
        font-size: 144px;
        display: block;
        animation: rotate 5s infinite;
    }

    @keyframes rotate {
        22% {
            transform: rotate(-90deg);
        }

        44% {
            transform: rotate(0deg);
        }
    }

}

@media (min-width: 768px) {

    #hotelname,
    #hoteltagline {
        text-align: left;
    }

    #branchSelectOption {
        max-width: 150px !important;
    }


    .itemimagePreview {

        height: 150px;
    }

    .itemimagePreview.fullWidth {

        height: 200px;

    }
}

/* Mobile */
@media (max-width: 768px) {

    .filterrow {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    #branchSelectOption {
        width: 60% !important;
        max-width: 190px !important;
    }

    ::-webkit-scrollbar {
        width: 0px;
        background: transparent;
        /* make scrollbar transparent */
    }


}