html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    overflow-x: hidden;
}

iframe {
    border: none;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: transparent;
    font-family: Microsoft YaHei, Microsoft JhengHei, Helvetica, Arial, sans-serif;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

div {
    display: block;
}

input:focus {
    outline: none;
}

ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

img {
    border-style: none;
}

a {
    background-color: transparent;
    color: #ef6e51;
    text-decoration: none;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

.header-frame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.app_bar {
    box-shadow: none;
    width: 100%;
    display: flex;
    z-index: 1100;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-direction: column;
    top: 0;
    left: auto;
    right: 0;
    position: fixed;
    color: #fff;
    background-image: linear-gradient(to right, #fa280f, #ffba3f);
}

.tool_bar_root {
    display: flex;
    position: relative;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
}

.tool_bar {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: visible;
}

.tool_bar_left {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.tool_bar_iconA img {
    fill: #fff;
    width: 100px;
}

.tool_bar_center {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.restaurant-page-header-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 16px;
}

.search-input-header {
    display: none;
}

.ola-input_group {
    max-width: 500px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 30px;
    background-color: #fff;
    height: 36px;
    padding: 0 16px;
    margin-right: 16px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ola-cate_group {
    position: relative;
    border-radius: 15px;
    height: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: normal;
    z-index: 3;
    min-width: 60px;
}

.ola-cate_input,
.ola-loc_input {
    position: relative;
    border-radius: 15px;
    border: none;
    padding: 0;
    height: 100%;
    width: 100%;
    line-height: normal;
}

.composing-search {
    margin-left: -8px;
    color: #4a4a4a;
    width: 320px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    overflow-y: auto;
    max-height: 50vh;
    z-index: 999;
    position: absolute;
    background-color: #fff;
    top: 40px;
    left: 0;
    top: 62px;
}

.keyword-item {
    padding: 8px;
    background-color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input_icon {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
}

.restaurant-icon,
.place-icon {
    color: #134f6c;
    z-index: 3;
}

.divider {
    border-right: 1px solid #979797;
    height: 100%;
    width: 0;
    margin-left: 8px;
    margin-right: 8px;
}

.ola-loc_group {
    position: relative;
    border-radius: 15px;
    height: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 3;
    min-width: 60px;
    line-height: normal;
}

.composing-search-location {
    text-align: left;
    line-height: normal;
    margin-left: -8px;
    color: #4a4a4a;
    width: 320px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    overflow-y: auto;
    max-height: 50vh;
    z-index: 999;
    position: absolute;
    background-color: #fff;
    top: 40px;
    left: 0;
    top: 62px;
}

.suggestions {
    display: none;
}

.tool_bar_right {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-button {
    background-color: #134f6c;
    border-radius: 26px;
    min-height: 30px;
    height: 30px;
    padding: 0;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 10px;
    margin-right: -10px;
    box-shadow: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.search-button-text {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.search-icon {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
    color: #fff;
    width: 20px;
    height: 20px;
}

.jss125 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    position: absolute;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}

.navigation-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation-list li {
    position: relative;
}

.navigation-btn {
    color: inherit;
    border: 0;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
    outline: none;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    justify-content: center;
    -moz-appearance: none;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    color: rgba(0, 0, 0, 0.87);
    padding: 6px 16px;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    line-height: 1.75;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    border-radius: 4px;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    padding: 6px 8px;
    padding: 12px;
}

.navigation-btn:hover {
    background: hsla(0, 0%, 60%, .2);
}

.navigation-btn__label {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
    color: #fff;
    font-weight: 700;
}

.jss132 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    position: absolute;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}

.navigation-divider {
    width: 1px;
    height: 27px;
    border-right: 1px solid #4d7288;
}

.content.jsx-2311262307 {
    margin-top: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 64px);
    overflow-x: hidden;
}

.content.jsx-2311262307 main.jsx-2311262307 {
    width: 100%;
}

.main-content.jsx-22289071 {
    max-width: 65.6em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 8px;
}

.title-info.jsx-307016528 .default.jsx-307016528 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0 8px;
}

.title-info.jsx-307016528 .default.jsx-307016528 .cover.jsx-307016528 {
    width: 120px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
    background-color: #eee;
    width: 210px;
    height: 140px;
    width: 239px;
    height: 179px;
}

.title-info.jsx-307016528 .default.jsx-307016528 .title-outer.jsx-307016528 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.title-info.jsx-307016528 .default.jsx-307016528 .title-outer.jsx-307016528 .title.jsx-307016528 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    letter-spacing: normal;
}

.title-info.jsx-307016528 .default.jsx-307016528 .title-outer.jsx-307016528 .title.jsx-307016528 a.jsx-307016528 {
    color: #4a4a4a;
}

.title-info.jsx-307016528 .default.jsx-307016528 .title-outer.jsx-307016528 .info-outer.jsx-307016528 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.title-info.jsx-307016528 .default.jsx-307016528 .title-outer.jsx-307016528 .info-outer.jsx-307016528 .info.jsx-307016528 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.title-info.jsx-307016528 .default.jsx-307016528 .title-outer.jsx-307016528 .info-outer.jsx-307016528 .count-outer.jsx-307016528 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px;
}

.title-info.jsx-307016528 .default.jsx-307016528 .title-outer.jsx-307016528 .info-outer.jsx-307016528 .count-outer.jsx-307016528 .rating-outer.jsx-307016528 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rating-star.jsx-1207467136 {
    height: 20px;
    width: 53px;
    border-radius: 13px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    background: #fff;
}

.level-5.jsx-1207467136 {
    background-color: #fb3212;
}

.rating-star.jsx-1207467136 .text.jsx-1207467136 {
    line-height: 24px;
    padding-left: 4px;
}

.rating-star.jsx-1207467136 .star {
    margin-left: 2px;
    width: 14px;
    height: 14px;
    fill: #fff;
}

.title-info.jsx-307016528 .default.jsx-307016528 .title-outer.jsx-307016528 .info-outer.jsx-307016528 .count-outer.jsx-307016528 .rating-outer.jsx-307016528 .seperator-dot.jsx-307016528 {
    padding: 0 8px;
}

.title-info.jsx-307016528 .default.jsx-307016528 .title-outer.jsx-307016528 .info-outer.jsx-307016528 .count-outer.jsx-307016528 .rating-outer.jsx-307016528 .count.jsx-307016528 {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    letter-spacing: normal;
    text-align: justify;
    color: #4a4a4a;
}

.title-info.jsx-307016528 .mobile.jsx-307016528 {
    display: none;
    position: relative;
    width: calc(100% + 16px);
    height: 200px;
    margin-top: 8px;
    margin-left: -8px;
}

.title-info.jsx-307016528 .mobile.jsx-307016528 .cover.jsx-307016528 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title-info.jsx-307016528 .mobile.jsx-307016528 .gradient.jsx-307016528 {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 41%, hsla(0, 0%, 64%, 0) 62%, rgba(0, 0, 0, .7));
    position: absolute;
    top: 0;
    left: 0;
}

.title-info.jsx-307016528 .mobile.jsx-307016528 .restaurant-name-outer.jsx-307016528 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
}

.title-info.jsx-307016528 .mobile.jsx-307016528 .restaurant-name-outer.jsx-307016528 .title.jsx-307016528 {
    padding: 0;
    margin: 0;
}

.title-info.jsx-307016528 .mobile.jsx-307016528 .restaurant-name-outer.jsx-307016528 .title.jsx-307016528 a.jsx-307016528 {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    letter-spacing: normal;
    color: #fff;
}

.left-column.jsx-22289071 {
    float: left;
    display: block;
    width: 67%;
    padding-right: 36px;
}

.restaurant-info.jsx-1692663080 {
    padding-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.restaurant-info.jsx-1692663080 .info-outer.jsx-1692663080 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.map.jsx-4082242538 {
    background-color: #eee;
    width: 240px;
    height: 185px;
    position: relative;
}

.map.jsx-4082242538 .mask.jsx-4082242538 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.restaurant-info.jsx-1692663080 .info.jsx-1692663080 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    font-size: 15px;
    margin-left: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    letter-spacing: normal;
    text-align: left;
}

.restaurant-info.jsx-1692663080 .openingHourWrapper.jsx-1692663080 {
    position: relative;
}

.restaurant-info.jsx-1692663080 .open-dot-outer.jsx-1692663080 {
    width: 100%;
    padding: 6px 0;
    font-weight: 500;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    padding: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    border-radius: 3px;
}

.restaurant-info.jsx-1692663080 .open-dot-outer.jsx-1692663080 .open-dot.jsx-1692663080 {
    width: 10px;
    height: 10px;
    background-color: #89d321;
    border-radius: 100%;
    margin-top: 1px;
}

.restaurant-info.jsx-1692663080 .info.jsx-1692663080 div.jsx-1692663080 {
    margin-top: 2px;
}

.restaurant-info.jsx-1692663080 .info.jsx-1692663080 div.jsx-1692663080:first-child {
    margin-top: 0;
}

.restaurant-info.jsx-1692663080 .open-dot-outer.jsx-1692663080 .open-text.jsx-1692663080 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    margin-left: 8px;
    font-size: 15px;
    color: #000;
}

.icon-expand {
    margin-left: 6px;
    margin-top: 1px;
}

.jss41 {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
}

.input-group.jsx-2140103203 .input-search-icon {
    display: none;
}

.input-group.jsx-2140103203 .input-icon {
    color: #ffba3f;
    z-index: 3;
}

.divider.jsx-2140103203 {
    border-right: 1px solid #979797;
    height: 100%;
    width: 0;
    margin-left: 8px;
    margin-right: 8px;
}

.search-input-wrap.jsx-22289071 .search-link-btn {
    fill: rgb(255, 255, 255);
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: none;
}

.jss105 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    position: absolute;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}

.restaurant-info.jsx-1692663080 .title.jsx-1692663080 {
    color: #4a4a4a;
    vertical-align: middle;
}

.restaurant-info.jsx-1692663080 .title.jsx-1692663080 .icon-credit-card-outlined,
.restaurant-info.jsx-1692663080 .title.jsx-1692663080 .icon-facebook,
.restaurant-info.jsx-1692663080 .title.jsx-1692663080 .icon-local-offer-outlined,
.restaurant-info.jsx-1692663080 .title.jsx-1692663080 .icon-phone-outlined,
.restaurant-info.jsx-1692663080 .title.jsx-1692663080 .icon-place-outlined {
    width: 14px;
    height: 14px;
    color: rgba(0, 0, 0, .38);
    margin-right: 8px;
    margin-bottom: -1px;
    width: 18px;
    height: 18px;
    color: rgba(0, 0, 0, .38);
    margin-right: 8px;
    margin-bottom: -1px;
    margin-left: -2px;
}

.restaurant-info.jsx-1692663080 .map_div .jsx-1692663080.detail {
    height: 100%;
    display: inline-block;
}

.restaurant-info.jsx-1692663080 .title.jsx-1692663080 .icon-mapper {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

.restaurant-info.jsx-1692663080 .title.jsx-1692663080 .map_div_img {
    margin-bottom: 0;
}

.restaurant-info.jsx-1692663080 .title.jsx-1692663080 span.jsx-1692663080 span.jsx-1692663080 {
    padding: 0 7px;
}

.restaurant-info.jsx-1692663080 .detail.jsx-1692663080 {
    color: #222;
    vertical-align: middle;
    font-size: 15px;
}

.restaurant-info.jsx-1692663080 .detail.jsx-1692663080 a.jsx-1692663080 {
    color: #0b5d90;
}

.restaurant-info.jsx-1692663080 .fb-page.jsx-1692663080 .icon-fb.jsx-1692663080 {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 1px;
    margin-top: -1px;
    margin-right: 6px;
}

.restaurant-info.jsx-1692663080 .fb-page.jsx-1692663080 .icon-img.jsx-1692663080 {
    width: 30px;
    height: 30px;
    margin-top: 5;
}

.photo-list.jsx-3116221394 {
    position: relative;
}

.photo-list.jsx-3116221394 #photos.jsx-3116221394 {
    position: absolute;
    top: -110px;
}

.title.jsx-3116221394 {
    color: #4a4a4a;
    font-weight: 700;
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 7px;
}

.photo-list.jsx-3116221394 .source.jsx-3116221394 {
    margin-left: 5px;
    font-size: 18px;
    color: silver;
}

.photo-item-list.jsx-3116221394 .photo-item-outer.jsx-3116221394 {
    position: relative;
    display: inline-block;
    width: 31.4%;
    padding-top: 31.4%;
    margin: .4%;
    overflow: hidden;
}

.photo-item-list.jsx-3116221394 .photo-item-outer.jsx-3116221394 .photo-item.jsx-3116221394 {
    background-color: #f5f5f5;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    cursor: pointer;
}

.photo-item-list.jsx-3116221394 .photo-item-outer.jsx-3116221394 .click-mask.jsx-3116221394 {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .15);
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.photo-item-list.jsx-3116221394 .photo-item-outer.jsx-3116221394:hover .click-mask.jsx-3116221394 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.shop_InfoMod {
    position: relative;
    margin-bottom: 40px;
}

.jsx_img_title {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: white;
    background: black;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 5 0px;
}

.offer-checkin.jsx-4145189814 {
    position: relative;
    margin-bottom: 40px;
}

.offer-checkin.jsx-4145189814 #offer-reviews.jsx-4145189814 {
    position: absolute;
    top: -60px;
}

.offer-checkin.jsx-4145189814 .title-outer.jsx-4145189814 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 0;
}

.offer-checkin.jsx-4145189814 .title-outer.jsx-4145189814 .title.jsx-4145189814 {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

.offer-checkin.jsx-4145189814 .content.jsx-4145189814 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.openingHoursList {
    position: absolute !important;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 30%);
    top: 33px;
    z-index: 300;
    border-radius: 3px;
    display: none;
}

.jss76 {
    color: inherit;
    border: 0;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
    outline: none;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    justify-content: center;
    -moz-appearance: none;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.jss50 {
    color: rgba(0, 0, 0, 0.87);
    padding: 6px 16px;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    line-height: 1.75;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    border-radius: 4px;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
}

.jss51 {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}

.jss52 {
    padding: 6px 8px;
}

.search-input.jsx-2140103203 .search-button {
    background-color: #ffba3f;
    border-radius: 26px;
    min-height: 30px;
    height: 30px;
    padding: 0;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 10px;
    margin-right: -10px;
    box-shadow: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.search-input.jsx-2140103203 .search-button-text {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.jss314 {
    width: 100%;
    display: flex;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    align-items: center;
    padding-top: 11px;
    padding-bottom: 11px;
    justify-content: flex-start;
    text-decoration: none;
}

.jss322 {
    padding-left: 16px;
    padding-right: 16px;
}

.jss323 {
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.jss326 {
    flex: 1 1 auto;
    padding: 0 16px;
    min-width: 0;
}

.jss326:first-child {
    padding-left: 0;
}

.restaurant-info.jsx-1692663080 .openingHourWrapper.jsx-1692663080 .weekday-hours {
    color: #666;
}

.restaurant-info.jsx-1692663080 .openingHourWrapper.jsx-1692663080 .weekday-hours.today {
    font-weight: 700;
    color: #000;
}

.ophr_div {
    color: inherit;
    border: 0;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
    outline: none;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    justify-content: center;
    -moz-appearance: none;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    display: flex;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    align-items: center;
    padding-top: 11px;
    padding-bottom: 11px;
    justify-content: flex-start;
    text-decoration: none;
    padding-left: 16px;
    padding-right: 16px;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.search-input.jsx-2140103203 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 25px;
}

.search-input-wrap.jsx-22289071 .restaurant-page-header-input {
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 16px;
}

.search-input.jsx-2140103203 .search-input-header.jsx-2140103203 {
    display: none;
}

.input-group.jsx-2140103203 {
    max-width: 500px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 30px;
    background-color: #fff;
    height: 36px;
    padding: 0 16px;
    margin-right: 16px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.autocomplete-input.jsx-488536546 {
    position: relative;
    border-radius: 15px;
}

.input-group.jsx-2140103203 .autocomplete-root {
    height: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.input-group.jsx-2140103203 .autocomplete-root.foreground {
    z-index: 3;
    min-width: 60px;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.autocomplete-input.jsx-488536546 input.jsx-488536546 {
    border: none;
    padding: 0;
    height: 100%;
    width: 100%;
}

.current-place-tag.jsx-2140103203 {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    color: #4a4a4a;
    border-radius: 15px;
    padding: 0 10px 0 12px;
    border: 1px solid rgba(0, 41, 70, .11);
    background-color: #e1f4f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 28px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 200px;
    white-space: nowrap;
    cursor: pointer;
}

.current-place-tag.jsx-2140103203 .current-place-tag-content.jsx-2140103203 {
    max-width: 160px;
    overflow: hidden;
}

.current-place-tag.jsx-2140103203 .input-close-icon {
    width: 14px;
    height: 19px;
    margin-left: 5px;
    cursor: pointer;
}

.title-info.jsx-307016528 .mobile.jsx-307016528 .restaurant-name-outer.jsx-307016528 .rating-outer.jsx-307016528 .count.jsx-307016528 {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    letter-spacing: normal;
    color: #fff;
}

.jsx-4145189814.content p {
    width: 100%;
}

.jsx-4145189814.content p iframe {
    width: 100%;
}

.privil_Title {
    /*font-size: 40px;*/
    color: #ff5733;
}

.privil_Content,
.privil_Content p {
    margin-top: 0;
}

.privil_Content * {
    /*font-size: 30px !important;*/
    margin: 0 !important;
    text-indent: 0 !important;
    margin: 0 !important;
    color: #ff5733 !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: black;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.title-info.jsx-307016528 .default.jsx-307016528 .title-outer.jsx-307016528 .action-outer.jsx-3262447441 .btn {
    color: rgba(0, 0, 0, .6);
    border: 1px solid rgba(0, 0, 0, .12);
    margin-left: 8px;
}

.title-info.jsx-307016528 .default.jsx-307016528 .title-outer.jsx-307016528 .action-outer.jsx-3262447441 .btn .icon {
    color: #666;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    pointer-events: none;
    position: relative;
    top: 0px;
}

.col_lang_swiper_gb.gb_lang_hs {
    display: none;
}

.col_lang_swiper_gb {
    z-index: 9999;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 30px;
    background: white;
    opacity: 1;
    left: -20px;
    position: absolute;
    display: none;
    min-width: 104px;
    user-select: none;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
}

.language-btn.svg-inline--fa.fa-globe.fa-w-16 {
    margin-right: 0;
    width: 20px;
}

.col_lang_item_gb {
    text-align: left;
    list-style: none;
    cursor: pointer;
    padding: 0.375rem 0.75rem;
}

.navigation-list li {
    position: relative;
}

.col_lang_item_gb a {
    color: black;
    font-size: 14px;
    font-weight: 400;
}

.col_lang_item_gb.active a {
    color: #508ead;
}

.navigation-btn .language-btn {
    font-size: 1.5rem;
}

.restaurant-info.jsx-1692663080 .info.jsx-1692663080 div.jsx-1692663080.offical_div {
    margin-bottom: -7px;
    margin-top: 9px;
}

.restaurant-info.jsx-1692663080 .info.jsx-1692663080 div.jsx-1692663080.map_div {
    margin-bottom: -7px;
}

.restaurant-info.jsx-1692663080 .info.jsx-1692663080 div.jsx-1692663080.phone_div {
    margin-bottom: -7px;
}

@media (max-width: 750px) {
    .content.jsx-2311262307 {
        margin-top: 56px;
        min-height: calc(100vh - 256px);
    }

    .left-column.jsx-22289071 {
        width: 60%;
    }

    .search-input-wrap.jsx-22289071 .search-link-btn {
        display: block;
    }
}

.title-info.jsx-307016528 .default.jsx-307016528 .title-outer.jsx-307016528 .info-outer.jsx-307016528 .category-outer.jsx-307016528 a.cat-link.jsx-307016528 {
    margin-right: 6px;
}

.title-info.jsx-307016528 .default.jsx-307016528 .title-outer.jsx-307016528 .info-outer.jsx-307016528 .category-outer.jsx-307016528 a.loc-link.jsx-307016528 {
    margin-right: 6px;
}

.title-info.jsx-307016528 .default.jsx-307016528 .title-outer.jsx-307016528 .info-outer.jsx-307016528 .category-outer.jsx-307016528 .detail.jsx-307016528 a.jsx-307016528 {
    color: rgb(11, 93, 144);
}

.title-info.jsx-307016528 .default.jsx-307016528 .title-outer.jsx-307016528 .info-outer.jsx-307016528 .category-outer.jsx-307016528 .detail.jsx-307016528 a.jsx-307016528.loc-link {
    color: rgb(239, 110, 81);
    cursor: pointer;
}

.title-info.jsx-307016528 .default.jsx-307016528 .title-outer.jsx-307016528 .info-outer.jsx-307016528 .category-outer.jsx-307016528 .detail.jsx-307016528 a.jsx-307016528:hover {
    color: rgb(239, 110, 81);
}

.title-info.jsx-307016528 .default.jsx-307016528 .title-outer.jsx-307016528 .info-outer.jsx-307016528 .category-outer.jsx-307016528 .detail.jsx-307016528 a.jsx-307016528.loc-link:hover {
    color: rgb(11, 93, 144);
}

.icon-and-label {
    display: flex;
    align-items: center;
}

.icon-and-label .icon-wrapper {
    margin-left: 2px;
}

.icon-and-label .icon-wrapper:first-child {
    margin-left: 0;
}

.portal-searchbar.stuck .user-nav button {
    color: #ffffff;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.icon-and-label .icon {
    display: flex;
    align-content: center;
}

.icon-and-label .icon svg {
    height: 20px;
    vertical-align: text-bottom;
}

.portal-searchbar.stuck .user-nav button svg {
    fill: #ffffff;
}

.user-nav .icon.arrow svg {
    height: 10px;
}

.navigation-list .navigation-item .btn .icon-wrapper svg {
    fill: #ffffff;
}

.list-group {
    display: block;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
    position: absolute;
    width: 90px;
    right: 0;
    font-size: inherit;
}

.user-nav .list-group {
    width: 104px;
    top: 75px;
    right: 15px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 8px;
    z-index: 10;
}

.user-nav button {
    height: 42px;
    background: transparent;
    color: white;
}

.hidden {
    display: none !important;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.navigation-item .list-group * {
    color: #000000;
}

.btn.profile .icon.arrow svg {
    height: 10px;
}

.navigation-item .list-group a:hover,
.navigation-item .list-group a:focus,
.navigation-item .list-group button:hover,
.navigation-item .list-group button:focus {
    text-decoration: underline;
    text-decoration-color: #eb4d2c;
    text-decoration-thickness: 2px;
    font-weight: 700;
    background-color: #ffffff;
}

.jss50:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.08);
}

.info-wrapper {}

.icon-and-label {
    display: flex;
    align-items: center;
}

.icon-and-label .icon-wrapper {
    margin-left: 2px;
}

.icon-and-label .icon-wrapper:first-child {
    margin-left: 0;
}

.portal-details #info {
    font-size: 14px;
}

.icon-and-label .icon {
    display: flex;
    align-content: center;
}

.icon-and-label .icon svg {
    height: 20px;
    vertical-align: text-bottom;
    width: 16px;
    margin-right: 6px;
}

#info .info-text {
    margin-left: 25px;
    margin-bottom: 5px;
}

#info .ophr-info_text {
    margin-bottom: 0px;
    margin-left: 0px;
}

.info-text .openingHourWrapper.jsx-1692663080 {
    position: relative;
    margin-top: 2px;
    margin-top: 0;
}

.info-text .open-dot-outer.jsx-1692663080 {
    width: 100%;
    padding: 6px 0;
    font-weight: 500;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    padding: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    border-radius: 3px;
}

.info-text .open-dot-outer.jsx-1692663080 .open-dot.jsx-1692663080 {
    width: 10px;
    height: 10px;
    background-color: #89d321;
    border-radius: 100%;
    margin-top: 1px;
}

.info-text .open-dot-outer.jsx-1692663080 .open-text.jsx-1692663080 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    margin-left: 8px;
    font-size: 15px;
    color: #000;
}

.info-text .openingHourWrapper.jsx-1692663080 .weekday-hours {
    color: #666;
}

.info-text .openingHourWrapper.jsx-1692663080 .weekday-hours.today {
    font-weight: 700;
    color: #000;
}

.info-text .detail.jsx-1692663080 a.jsx-1692663080 {
    color: #0b5d90;
}

.info-text .fb-page.jsx-1692663080 .icon-img.jsx-1692663080 {
    width: 30px;
    height: 30px;
}

.btn-joinMeb {
    color: inherit;
    border: 0;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
    outline: none;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    justify-content: center;
    -moz-appearance: none;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    color: rgba(0, 0, 0, 0.87);
    padding: 6px 16px;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    line-height: 1.75;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    border-radius: 4px;
    letter-spacing: 0.02857em;
    /*text-transform: uppercase;*/
    color: rgb(255, 255, 255);
    background-color: rgb(227, 80, 50);
    /*margin-top: 10px;*/
    border: 1px solid rgba(0, 0, 0, 0.12);
    /*padding: 7px 30px 6px;*/
    font-weight: 500;
    font-size: 15px;
    bottom: 5px;
    top: 5px;
    margin-bottom: 5px;
}

.btn-joinMeb:hover {
    color: rgb(230, 39, 1);
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(227, 80, 50, 0.67);
}

.modal-dailyCoupon {
    background-color: #ff5733;
    color: white;
}

.btn-dailyCoupon-view {
    background-color: #ff5733 !important;
    color: white !important;
}

.btn-dailyCoupon-view:hover {
    background-color: white !important;
    color: #ff5733 !important;
    border-color: #ff5733;
}

.btn-dailyCoupon-close {
    background-color: grey !important;
    color: white !important;
}

.btn-dailyCoupon-close:hover {
    background-color: white !important;
    color: grey !important;
    border-color: grey;
}

@media (max-width: 780px) {
    .search-input-wrap.jsx-22289071 {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .search-input-wrap.jsx-22289071 .restaurant-page-header-input {
        display: none;
    }

    .search-input-header .input-group {
        margin: 8px 0;
        height: auto;
        border: none;
        background: none;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        width: 100%;
        position: relative;
    }

    .gb_lang_hs {
        display: none;
    }
}

@media (max-width: 640px) {
    .title-info.jsx-307016528 .default.jsx-307016528 {
        display: none;
    }

    .title-info.jsx-307016528 .mobile.jsx-307016528 {
        display: block;
        margin-top: 0;
    }

    .main-content.jsx-22289071 {
        margin-top: 0;
    }

    .restaurant-info.jsx-1692663080 {
        padding-top: 0;
    }

    .restaurant-info.jsx-1692663080 .info-outer.jsx-1692663080 {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }

    .restaurant-info.jsx-1692663080 .info-outer.jsx-1692663080 .map-outer.jsx-1692663080 {
        max-height: 150px;
        overflow: hidden;
        border-left: 1px solid #f5f5f5;
        margin-right: -8px;
    }

    .map.jsx-4082242538 {
        width: 131px;
        height: 198px;
    }

    .restaurant-info.jsx-1692663080 .info.jsx-1692663080 {
        margin-left: 7px;
        padding: 8px 8px 5px 0;
    }

    .left-column.jsx-22289071 {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .restaurant-info.jsx-1692663080 .title.jsx-1692663080 span.jsx-1692663080 {
        display: none;
    }

    .restaurant-info.jsx-1692663080 .fb-page.jsx-1692663080 .icon-img.jsx-1692663080 {
        width: 35px;
        height: 35px;
        margin-top: 0;
        margin-bottom: 5;
    }

    .restaurant-info.jsx-1692663080 .info.jsx-1692663080 div.jsx-1692663080.phone_div,
    .restaurant-info.jsx-1692663080 .info.jsx-1692663080 div.jsx-1692663080.offical_div {
        margin-bottom: 0;
        margin-top: 2;
    }
}

@media (min-width: 600px) {
    .tool_bar_root {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.tool_bar_root {
    min-height: 56px;
}

@media (min-width: 0px) and (orientation: landscape) {
    .tool_bar_root {
        min-height: 48px;
    }
}

@media (min-width: 601px) {
    .tool_bar_root {
        min-height: 64px;
    }

    .restaurant-info.jsx-1692663080 .title.jsx-1692663080 .icon-credit-card-outlined,
    .restaurant-info.jsx-1692663080 .title.jsx-1692663080 .icon-facebook,
    .restaurant-info.jsx-1692663080 .title.jsx-1692663080 .icon-local-offer-outlined,
    .restaurant-info.jsx-1692663080 .title.jsx-1692663080 .icon-phone-outlined,
    .restaurant-info.jsx-1692663080 .title.jsx-1692663080 .icon-place-outlined {
        display: none;
    }
}

.tool_bar_root {
    min-height: 56px;
}

@media (min-width: 781px) {
    .tool_bar_root {
        min-height: 64px;
    }
}

@media (min-width: 1439px) {
    .info-wrapper {
        margin-left: 10px;
        width: 60%;
        width: 100%;
    }

    #info .ophr-info_text {
        margin-left: 25px;
    }
}