@import url('https://fonts.googleapis.com/css2?family=Sora&display=swap');
header {
    /* background: #2C3041 !important; */
    /* box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.5); */
    /* background: #FFF !important; */
    background: #efac1f !important;
    position: fixed;
    display: inline-block;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
}

.themeColor {
    color: #efac1f !important;
}

*,
body {
    font-family: 'Sora', sans-serif;
}

.topHeader {
    padding: 5px 0px;
}

.topHeader ._mLogo,
.topHeader ._mContent {
    display: inline-block;
}

.topHeader ._mLogo img {
    height: 55px !important;
}

.topHeader ._mLogo {
    width: 220px;
    padding: 4px;
    margin: 0px;
    display: inline-block;
}

.topHeader ._mContent {
    width: calc(100% - 220px);
    margin: 0;
    padding: 17px 0px;
    float: right;
}

.topHeader ._mContent span._uMenuLink {
    font-size: 15px;
    display: block;
    float: right;
    margin: 7px 0 0 0;
    color: #000;
    cursor: pointer;
    position: relative;
}

.topHeader ._mContent span._uMenuLink:hover {
    color: #333;
}

.topHeader ._mContent span._uMenuLink ._totatCartQty {
    min-width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    background: #efac1f;
    font-size: 10px;
    padding: 5px 2px 2px 2px;
    border-radius: 9px;
    top: -15px;
    right: 0;
    text-align: center;
}

.topHeader ._mContent span._uMenuLink a {
    color: #000;
}

.topHeader ._mContent span.cartLink {
    margin-left: 25px;
}

.topHeader ._mContent span.locationLInk {
    margin-left: 0px !important;
    float: left;
    width: 500px;
    max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 80px;
}

.topHeader ._mContent span.signIn {
    margin-left: 0px !important;
}

._hmsearchlocation {
    width: 100%;
    height: 600px;
    display: block;
    margin: 73px 0 0 0;
    padding: 17% 0px;
    /* background: url('./../assets/images/home-banner.jpg') #FA9269; */
    background-repeat: no-repeat;
    background-size: cover;
}

._customSearchBlock ._hmsearchlocation {
    padding: 5% 0px !important;
    height: 330px !important;
}

._hmsearchlocation .searchHeading {
    font-size: 28px;
    text-align: center;
}

._hmsearchlocation .searchFormBlock {
    width: 70%;
    height: 20px;
    display: block;
    margin: 42px auto 0px auto;
    padding: 0;
    background: none;
}

.searchFormBlock .sButton {
    width: 260px;
    height: 30px;
    display: block;
    float: right;
}

.searchFormBlock .sButton .btn-findbtn {
    width: 125px;
    height: 62px;
    display: block;
    background: #000000;
    border-radius: 0;
    border: solid 1px #111;
    color: #FFF;
    padding: 17px 4px;
    text-align: center;
    font-size: 18px;
}

.searchFormBlock .sButton .btn-findbtn:hover {
    background: #222;
    border: solid 1px #222;
    color: #FA9269;
}

.searchFormBlock .inputBox {
    width: calc(100% - 270px);
    height: 44px;
    display: block;
    float: left;
    background: #FFF;
    margin: 9px 0 0 0;
    padding: 5px;
    border: solid 1px #FFF;
}

.searchFormBlock .inputBox ._iconLocation {
    width: 32px;
    height: auto;
    display: block;
    float: left;
    padding: 5px 8px 0px 7px;
    color: #000;
    font-size: 21px;
}

.searchFormBlock .inputBox input {
    width: calc(100% - 34px);
    display: block;
    float: right;
    height: 33px;
    font-size: 18px;
    border: none;
    padding: 5px 0;
    outline: none;
}

.searchFormBlock .inputBox input:hover,
.searchFormBlock .inputBox input:active {
    border: none;
    outline: none;
}

._shoplistBlock {
    padding-top: 30px;
}

._shoplistBlock ._shoplistBlockHeading {
    padding: 5px 0px 55px 0px;
    display: block;
}

._shoplistBlock ._shoplistBlockHeading h1 {
    width: calc(100% - 200px);
    float: left;
    font-size: 35px;
    font-weight: normal;
}

._cButtonsBlock {
    width: 100%;
    height: 40px;
    display: inline-block;
    margin: 25px 0 0 0;
}

._cButtonsBlock ul._cButtons {
    margin: 0 !important;
}

ul._cButtons {
    width: 84px;
    height: 40px;
    display: block;
    float: right;
    list-style-type: none;
    padding: 0;
    margin: -10px 0 0 0;
}

ul._cButtons li {
    margin: 0;
    padding: 0;
    border: none;
    float: right;
}

ul._cButtons li a {
    width: 40px;
    height: 40px;
    display: block;
    float: right;
    text-align: center;
    background: #EEEEEE;
    padding: 7px;
    border: solid 1px #EEEEEE;
    border-radius: 45px;
    margin: 1px;
    color: #000;
}

ul._cButtons li a:hover {
    background: #d9d9d9;
}

ul._cButtons li a._lDisabled {
    color: #999 !important;
    cursor: not-allowed;
}

._shoplistBlockContainer {
    width: 100%;
    overflow: hidden;
}

._shoplistBlockContainer ._slistItem {
    width: 262px;
    height: auto;
    display: block;
    float: left;
    margin: 0 30px 0 0;
    padding: 0 0 10px 0;
}

._slistItem {
    position: relative;
}

._slistItem ._discountmessageBlock {
    width: auto;
    height: auto;
    max-width: calc(100% - 60px);
    display: block;
    position: absolute;
    background: #000;
    color: #FFF;
    padding: 5px;
    top: 15px;
    font-size: 14px;
}

._shoplistBlockContainer ._slistItem img.shopbanner {
    width: 100%;
    height: 165px;
}

._slistItem ._deliverytime {
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    background: #efac1f;
    color: #000;
    text-align: center;
    right: 0;
    top: 0;
    font-size: 13px;
    padding: 10px;
    line-height: 10px;
}

._slistItem ._deliverytime span {
    font-size: 9px;
}

._slistItem .shopintroblock {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    border-bottom: solid 1px #DDD;
}

._slistItem .shopintroblock ._shoprating {
    width: 77px;
    height: 36px;
    display: block;
    text-align: center;
    padding: 12px 1px 1px 1px;
    /*color: #05A357;*/
    /*background: rgb(230, 242, 237);*/
    float: right;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0 0 0;
    color: #000;
    font-size: 10px;
}

._slistItem .shopintroblock .shopintroblockdata {
    width: calc(100% - 80px);
    height: auto;
    display: block;
    float: left;
    padding-top: 0px;
}

._slistItem .shopintroblock .shopintroblockdata h2 {
    font-size: 15px;
    margin: 8px 0 0px 0;
    color: #000;
    height: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bolder;
}

.shopintroblockdata p {
    font-size: 12px;
    margin: 0;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 12px;
}

._slistItem .shopintroblock .shopintroblockdata {
    color: #222;
    font-size: 13px;
}

._slistItem ._shoptypename {
    color: #555;
    font-size: 12px;
    padding: 7px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

._slistItem .specialTag {
    padding: 3px 0px !important;
    font-weight: bold;
    font-size: 12px;
}

._categorylistBlockContainer {
    width: 100%;
    overflow: hidden;
}

._categorylistBlockContainer ._slistItem {
    width: 100px;
    height: auto;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding: 0 0 10px 0;
}

._categorylistBlockContainer ._slistItem img.shopbanner {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    display: block;
    margin: 0 auto;
}

._categorylistBlockContainer .categoryintroblockdata {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    padding-top: 10px;
    font-size: 15px;
}

._categorylistBlockContainer .categoryintroblockdata h2 {
    text-align: center;
    font-size: 14px;
}

._categorylistBlockContainer .shopintroblock {
    border: none;
}

._shopmainBanner {
    width: 100%;
    height: 380px;
    display: block;
    margin: 0;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

._shopmainBanner ._shopintroductionbox {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    /*
        background: linear-gradient(90deg, #FFF 15%, rgba(0, 0, 0, 0.0) 10%, rgba(0, 0, 0, 0.0) 75%);
    */
    background: linear-gradient(90deg, #FFF 50%, rgba(0, 0, 0, 0.0) 10%, rgba(0, 0, 0, 0.4) 75%);
    top: 95px;
}

._shopintroductionbox table,
._shopintroductionbox table tr,
._shopintroductionbox table tr td {
    border-collapse: collapse;
    border: none;
    margin: 0;
    padding: 0;
}

._shopintroductionbox table tr td {
    /*
    background: #FFF;
    */
    padding: 30px 30px 30px 0px;
    line-height: 33px;
}

._shopintroductionbox ._branchname {
    color: #000;
    max-width: 550px;
    font-weight: 400;
    font-size: 25px;
    clear: both;
    width: 550px;
}

._shopintroductionbox ._branchaddress {
    max-width: 550px;
    color: #444;
    font-size: 15px;
    clear: both;
    line-height: 21px;
}

._shopintroductionbox ._branchinfo {
    max-width: 550px;
    color: #444;
    font-size: 14px;
    clear: both;
}

._shopintroductionbox ._branchoptions {
    max-width: 550px;
    font-size: 12px;
    color: #444;
}

._shopintroductionbox ._branchoptions ._discountMessae {
    display: inline-block;
    background: #efac1f;
    color: #FFF;
    margin-right: 10px;
    padding: 0px 10px;
    border-radius: 2px;
    font-size: 15px;
}

._cItemlist {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

._cItemlist ._itemBlock {
    width: 100%;
    display: block;
    height: 158px;
    border: solid 1px #e6e6e6;
    overflow: hidden;
    margin: 10px 0;
    cursor: pointer;
}

._cItemlist ._itemBlock:hover {
    border: solid 1px #b3b3b3;
}

._itemBlock ._itemImg {
    width: 158px;
    height: 158px;
    display: block;
    float: right;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

._itemBlock ._itemData {
    width: calc(100% - 158px);
    height: 158px;
    display: block;
    float: left;
    padding: 12px;
    line-height: 25px;
}

._itemBlock ._itemData span {
    color: #444;
    font-size: 14px;
    display: block;
}

._itemBlock ._itemData h1 {
    font-size: 18px;
    line-height: 26px;
}

._itemBlock ._itemData span._itemPrice {
    font-size: 12px;
}

._testblockdiv {
    width: 100%;
    height: 300px;
    display: block;
    margin: 0;
    padding: 0;
    background: #FFF;
}

._appdownloadstore {
    border-radius: 4px;
    border: solid 1px #FFF;
}

._mCategoryBlock {
    width: 100%;
    height: 50px;
    display: block;
    padding: 0;
    margin: 0px 0 0 0;
    overflow: hidden;
}

ul.mUlCat {
    margin: 0;
    padding: 0;
}

ul.mUlCat li {
    margin: 0;
    padding: 0;
}

ul.mUlCat li a {
    width: auto;
    height: 45px;
    display: inline-block;
    margin: 0;
    padding: 10px 6px 8px 6px;
    border-bottom: solid 2px #FFF;
}

ul.mUlCat li a._active {
    border-bottom: solid 2px #000 !important;
}

._mSubCategory {
    width: 100%;
    height: auto;
    border: solid 1px #DDD;
    margin: 10px 0 20px 0;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
}

._mSubCategory ._scItemI {
    width: 100%;
    height: 140px;
    display: block;
    background-position: center center;
    background-size: cover;
}

._mSubCategory ._itemTitle {
    width: 100%;
    height: 45px;
    background: #FFF;
    z-index: 99999;
    color: #000;
    padding: 6px;
    text-align: center;
    line-height: 19px;
}

.itemsearch_block {
    width: 100%;
    height: 35px;
    display: block;
    margin: 0;
    padding: 0;
    background-color: #000;
}

.shoplist_banner {
    margin-top: 90px;
}

.shoplist_banner img {
    width: 100%;
}

.itemsearch_block {
    width: 55%;
    height: 20px;
    display: block;
    margin: 42px auto 0px auto;
    padding: 0;
    background: none;
}

.itemsearch_block .inputBox {
    background: #999 !important;
}

.itemsearch_block ._iconLocation {
    color: #FFF !important;
}

.itemsearch_block .inputBox input {
    background: #999 !important;
    color: #FFF !important;
}

.mHeaderCategoryBlock {
    padding: 10px 0px;
    position: relative;
}

.mega-menu {
    width: 100% !important;
}

.mega-menu {
    left: 0 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 0px;
}

.topHeader {
    /*padding: 10px 0px 0px 0px;*/
}

.dropdown-menu {
    top: 25px;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: static !important;
}

label.cLabel {
    display: block;
    color: #000;
    margin: 0;
    padding: 10px 5px 5px 5px;
}

._customeMobileBlock {
    width: 100%;
    height: 40px;
    display: block;
    border: solid 1px #666;
    border-radius: 4px;
    margin: 2px 0 10px 0;
    padding: 0;
}

._customeMobileBlock ._mCode {
    width: 57px;
    height: 40px;
    margin: 0;
    text-align: right;
    padding: 12px 10px 0px 10px;
    color: #000;
    float: left;
}

._customeMobileBlock ._mInput {
    width: calc(100% - 60px);
    height: 38px;
    float: left;
    color: #000;
    padding: 10px 10px 10px 2px;
    border: none;
}

._elinkstyle {
    display: block;
    padding: 4px 15px;
    text-align: left;
    color: blue;
    font-size: 15px;
    cursor: pointer;
}

._cfgrouplabel {
    margin-bottom: 15px !important;
}

.mobilechange_link {
    color: blue;
    font-size: 15px;
    cursor: pointer;
}

._slshopblock {
    margin-top: 25px !important;
    /*overflow: hidden;*/
}

._slshopblock ._slistItem {}

._slshopblock img.shopbanner {
    width: 100%;
}

.orderlist {
    font-weight: normal;
    color: #000;
    line-height: 25px;
}

.restaurants-detail-bg ._mCol {
    font-size: 15px;
    padding-bottom: 15px;
}

.restaurants-detail-bg ._mCol b {
    font-weight: bold;
}

table._carQtyAction,
table._carQtyAction tr,
table._carQtyAction tr td {
    border-collapse: collapse;
}

table._carQtyAction {
    width: 100%;
    border: none;
}

table._carQtyAction,
table._carQtyAction tr {
    margin: 0 !important;
    padding: 0 !important;
}

table._carQtyAction tr td {
    margin: 0;
    padding: 0;
    border: none;
}

._actionloadingblock {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    z-index: 9999;
    background: #000;
}

.topHeader ._mSearchBox {
    width: 500px;
    max-width: 50%;
    height: 40px;
    display: block;
    float: left;
    background: #F6F6F6;
    border: none;
    margin-top: -4px;
    margin-left: 50px;
}

.topHeader ._mSearchBox ._iconBox {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    color: #2C3041;
    text-align: center;
    font-size: 23px;
    padding-top: 7px;
    cursor: pointer;
}

.topHeader ._mSearchBox .location_name {
    width: calc(100% - 143px);
    height: 40px;
    display: block;
    float: left;
    color: #2C3041;
    text-align: left;
    padding: 3px 4px;
    background: none;
    border: none;
    font-size: 19px;
}

._clearActionBtn {
    width: 50px !important;
    font-size: 11px !important;
    padding-top: 15px !important;
    text-transform: uppercase !important;
}

.topHeader ._mSearchBox ._actionBtn {
    width: 40px;
    height: 40px;
    display: block;
    font-size: 25px;
    text-align: center;
    padding-top: 7px;
    background: none;
    color: #2C3041;
    float: right;
    border-left: solid 1px #CCC;
    cursor: pointer;
}

.dataPage {
    padding: 20px 0px;
    display: inline-block;
}

.dataPage h2 {
    line-height: 50px;
    font-size: 32px !important;
}

.dataPage p {
    font-size: 14px !important;
    padding-bottom: 10px;
}

.cForm label {
    line-height: 30px;
}

.pac-container {
    z-index: 999999;
}

._Totalprice table tr td {
    line-height: 17px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.themeBtn {
    background: #efac1f;
    color: #000;
    box-shadow: 0 2px 16px 0 rgba(241, 173, 26, 0.2);
    border-color: #efac1f;
}

.themeBtn:hover {
    background: #f3ba3f;
    border-color: #f3ba3f;
}

.codbutton {
    border-radius: 0;
    background: #1a75ff;
    border-color: #0052cc;
    padding: 12px;
}

.cartpaymentoption {
    border-radius: 0;
    background: #e6e6e6;
    border-color: #cccccc;
}

.cartpaymentoptionactive {
    background: #1a75ff !important;
    border-color: #0052cc !important;
}

@media (min-width: 768px) and (max-width: 1024px) {}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    ._hmsearchlocation .searchFormBlock {
        width: 80%;
    }
    ._hmsearchlocation {
        height: 320px;
    }
    .searchFormBlock .inputBox {
        width: calc(100% - 125px);
    }
    .searchFormBlock .sButton {
        width: 110px;
    }
}

.vItemCategoriesList label {
    color: #444 !important;
    font-size: 15px;
}

ul.pagination li {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding: 0;
    margin-left: 2px;
    line-height: 1.25;
    color: #847577;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    min-width: 40px;
    min-height: 40px;
    text-align: center;
}

ul.pagination li.active {
    background: #efac1f;
    border: 1px solid #efac1f;
    color: #fff;
}

ul.pagination li span {
    width: 40px !important;
    height: 40px !important;
    display: block;
    margin: 0;
    padding: 10px 0;
}

ul.pagination li a {
    width: 40px !important;
    height: 40px !important;
    display: block;
    margin: 0;
    padding: 10px 0;
}

ul.pagination li.disabled {
    color: #a6a6a6 !important;
    background-color: #d9d9d9 !important;
    border: 1px solid #d9d9d9 !important;
    cursor: not-allowed
}

#_productdetailBlock .modal-content {
    border-radius: 0px;
}

._productdetailFooter table,
._productdetailFooter table tr,
._productdetailFooter table tr td {
    border-collapse: collapse;
    border: none;
}

._productdetailFooter table {
    width: 100%;
    font-size: 15px;
}

._productdetailFooter table tr td {
    text-align: center;
    color: #000;
    font-size: 22px;
}

#_productdetailBlock ._itemrate {
    width: auto;
    height: auto;
    padding: 5px;
    float: right;
    color: #efac1f;
}

._addtocartbtn {
    width: 100%;
    height: auto;
    display: block;
    background: #000;
    color: #FFF;
    padding: 11px;
}

._qtyactionbtn {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #e6e6e6;
    color: #000;
    border: none;
    font-size: 28px;
    border-radius: 25px;
}

._ItemGroupOption {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    clear: both;
    color: #000
}

._ItemGroupOption .headingBlock {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background: #f2f2f2;
    line-height: 15px;
    font-size: 10px;
}

._ItemGroupOption b {
    font-size: 15px;
    line-height: 30px;
}

._ItemGroupOption ._ItemGroupOptionType {
    font-size: 9px;
    padding: 2px 6px;
    color: #4696e5;
    background: #e9f2fc;
    float: right;
}

._ItemGroupOption ._ItemGroupOptionTypeMandatory {
    color: #ff4d4d!important;
    background: #ffe6e6!important;
}

._ItemGroupOption table._options,
._ItemGroupOption table._options tr,
._ItemGroupOption table._options td {
    border-collapse: collapse;
}

._ItemGroupOption table._options {
    width: 100%;
    width: 100%;
    line-height: 25px;
}

._ItemGroupOption table._options td {
    padding: 6px;
}

table._options ._tdradiobtn {
    width: 15px;
}

table._options ._tdrate {
    width: 150px;
    text-align: right;
}

table._options ._tditemname {
    width: calc(100% - 165px);
}

._ItemGroupOption label {
    color: #000;
    font-size: 12px;
}

.__loadingblock {
    width: 100%;
    color: #000;
    padding: 5px;
    text-align: center;
}

.cartdetail {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

table._cartTable tr td {
    padding-bottom: 10px;
}

.btn-primary {
    color: #FFF;
}

.PlaceOrderForm .cLabel {
    font-size: 15px !important;
    padding: 10px 7px 7px 7px !important;
}

.PlaceOrderForm .form-group {
    margin-bottom: 10px;
}

._ShopBannerBlock {
    width: 100%;
    height: auto;
    display: block;
    background: none;
    margin-top: 75px;
    background-size: cover;
    background-position: center center;
}

._ShopBannerBlock ._ShopBanner {
    width: calc(100% - 300px);
    height: 300px;
    background-size: 100% cover;
    background-position: center center;
    margin: 0;
    padding: 0;
    position: relative;
}

._ShopBannerBlock ._ShopBanner ._ShopAboutBLock {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 80px;
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    line-height: 20px;
}

._ShopAboutBLock strong {
    font-size: 18px;
}

._ShopAboutBLock ._shopRating {
    font-size: 12px;
    color: #efac1f;
}

._ShopAboutBLock ._shopTComments {
    font-size: 10px;
}

._ShopAboutBLock ._branchaddress {
    font-size: 12px;
}

._ShopAboutBLock ._branchinfo {
    font-size: 12px;
}

._ShopAboutBLock ._discountMessae {
    width: auto;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #efac1f;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 1px;
}

@media (min-width: 481px) and (max-width: 767px) {
    ._hmsearchlocation .searchFormBlock {
        width: 90%;
    }
    ._hmsearchlocation {
        height: 320px;
    }
    .searchFormBlock .inputBox {
        width: calc(100% - 125px);
    }
    .searchFormBlock .sButton {
        width: 110px;
    }
}

@media(max-width: 480px) {
    ._hmsearchlocation .searchFormBlock {
        width: 100%;
    }
    ._hmsearchlocation {
        height: 320px;
    }
    .searchFormBlock .inputBox {
        width: calc(100% - 115px);
    }
    .searchFormBlock .sButton {
        width: 100px;
    }
}