html, h1, h2, h3, h4, h5, h6 .mbr-text, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6, .display-7 {
    line-height: normal;
}
p {
    letter-spacing: 1px;
    line-height: 1.8 !important;
}
.cid-u7P2QwQn7E .navbar .dropdown > .dropdown-menu {
    min-width: 240px;
    transform: translateX(-45%);
}
.cid-u7P2QwQn7E .navbar-nav .dropdown-item {
    border-bottom: 1px dotted #1683da;
    border-radius: 0px !important;
}
.cid-u7P2QwQn7E .navbar-nav .dropdown-item:last-child {
    border-bottom: 0;
}
.cid-u7P2QwQn7E .navbar-nav .dropdown-item:hover {
    background-color: rgb(131 177 216 / 32%);
}
.cid-u7JJYtt3o7 {
    padding-top: 15rem;
    background-image: url('images/img-16.jpg');
    background-position: top center;
}
.cid-u7JPqJcA7o .item {
    cursor: auto;
}
.object-cover {
    object-fit: cover;
}
.company-info table tr td {
    border-right: 1px solid #e0dcdb;
    text-align: left;
    padding: 20px;
}
.company-info table tr td:first-child {
    border-left: 1px solid #e0dcdb;
    text-align: center;
    background: #F3F2EE;
    vertical-align: middle;
    min-width: 200px;
}
.company-info table tr:last-child td {
    border-bottom: 1px solid #e0dcdb;
}
.form-control {
    font-size: 16px;
    padding: 10px 10px;
}
.reservation-sidebar .card {
    border-radius: 5px !important;
}
.reservation-sidebar {
    position: sticky;
    top: 140px;
    z-index: 1;
}
.reservation-menus .order-menus {
    background: #fff;
    border: 1px solid #fff;
    margin-bottom: 20px;
    min-width: 180px;
}
.reservation-menus .order-menus:hover, .reservation-menus .order-menus.active {
    border: 1px solid #5eb261 !important;
    background: #5eb261 !important;
    color: #fff !important;
    box-shadow: none !important;
}
.menu-summery {
    border: 1px solid #e4e4e4;
    padding: 4px;
    background: #fff;
    border-radius: 4px;
}
.menu-summery .menu-image {
    height: 100%;
    object-fit: cover;
}
.reservation-comments textarea {
    height: 100px;
}
.shop-reservation-canceling pre.break-word {
    overflow: auto;
    width: 100%;
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.reservation-form textarea.form-control {
    border-radius: 5px !important;
}
.pricing_table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
}

.pricing_table th, .pricing_table td {
    padding: 15px 10px;
    border: 1px solid #ddd;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.5em;
}

.pricing_table th {
    background-color: #292929;
    color: #fff;
    font-weight: bold;
}

.pricing_table td {
    background-color: #fff;
    color: #666;
}

.pricing_table tr td:last-child {
    background-color: #e7f7ff;
    color: #666;
}

.pricing_table tr:nth-child(2n) td {
    background: #fff;
}
.cid-u7P2Qyr5yq .header-menu {
    justify-content: space-around;
}
img.w-100 {
    border-radius: 4px !important;
}
.reservation-card {
    padding: 10px;
    background: #f8f8f8;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 10px;
}
.shop-res-dtl tbody tr td {
    padding: 10px 5px;
}
.shop-res-dtl tbody tr:last-child td {
    border: none;
}
.nav-tabs .nav-link:not(.active) {
    border-radius: 0 !important;
    border: none;
    border-bottom: 2px transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 2px solid #cd0000;
    color: #cd0000;
}
.sticky-bottom {
    position: sticky;
    bottom: 0;
}
table.act tr td {
    padding: 14px 10px;
}
table.act tr td:first-child {
    min-width: 200px;
    vertical-align: middle;
    background: #f8f9fa;
}
.content h3 {
    background-color: #248feb;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 32px;
    padding: 12px 20px;
    font-size: 20px;
}
/* Responsive Css */
@media (max-width: 767px) {
    .company-info table tr td {
        padding: 10px;
    }
    .reservation-sidebar {
        top: 100px;
    }
    .reservation-comments textarea {
        height: 80px;
    }
    .reservation-form textarea.form-control {
        border-radius: 5px !important;
    }
    .company-info table tr {
        display: flex;
        flex-direction: column;
    }
}