html, p, h1, h2, h3, h4, h5, h6 .mbr-text {
    line-height: normal;
    letter-spacing: normal;
}
.custom-nav .navbar-nav .nav-link {
    text-transform: capitalize;
    font-size: 18px;
    font-family: 'Reem Kufi', sans-serif;
    letter-spacing: 1px;
}
.custom-nav.navbar .dropdown > .dropdown-menu {
    min-width: 200px;
    font-size: 20px;
    border-radius: 10px;
}
.custom-nav.navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 15px 10px;
    font-size: 16px;
    border-bottom: 1px solid #989898;
}
.custom-nav.navbar .dropdown > .dropdown-menu .dropdown-item:last-child, .custom-nav.navbar .dropdown > .dropdown-menu .dropdown-item:nth-last-child(3) {
    border-bottom:none;
}
.custom-nav .icons-menu a, .custom-nav .nav-link .mbr-iconfont {
    font-size: 18px;
}
.custom-nav .dropdown .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #696767;
}
.custom-nav .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}
#features034-l .iconfont-wrapper img {
    height: 140px;
    width: 140px;
    object-fit: contain;
    background: #fff;
    padding: 10px;
    border-radius: 10px !important;
}
.object-cover {
    object-fit: cover;
}
.shop-info table tr td {
    border-right: 1px solid #e0dcdb;
    text-align: left;
    padding: 20px;
}
.shop-info table tr td:first-child {
    border-left: 1px solid #e0dcdb;
    text-align: center;
    background: #F3F2EE;
    vertical-align: middle;
    min-width: 200px;
}
.shop-info table tr:last-child td {
    border-bottom: 1px solid #e0dcdb;
}
.form-control {
    font-size: 16px;
}
.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;
}
.reservation-menus .order-menus:hover, .reservation-menus .order-menus.active {
    border: 1px dashed #5eb261;
    background: #f2fcf2;
}
.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;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:not(.active) {
    border-radius: 0 !important;
}
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: #b20724d6;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 32px;
    padding: 12px 20px;
    border-radius: 40px;
    font-size: 20px;
}

/* Responsive Css */
@media (max-width: 767px) {
    .cid-u74liHN8JU .navbar .navbar-logo img {
        height: 5rem !important;
    }
    .custom-nav .navbar-nav .nav-link {
        font-size: 16px;
    }
    .custom-nav.navbar .dropdown > .dropdown-menu {
        font-size: 16px;
    }
    .custom-nav .icons-menu a, .custom-nav .nav-link .mbr-iconfont {
        font-size: 16px;
    }
    #features034-l .iconfont-wrapper img {
        height: 100px;
        width: 100px;
    }
    .shop-info table tr td {
        padding: 10px;
    }
    .reservation-sidebar {
        top: 100px;
    }
    .reservation-comments textarea {
        height: 80px;
    }
    .reservation-form textarea.form-control {
        border-radius: 5px !important;
    }
    .shop-info table tr {
        display: flex;
        flex-direction: column;
    }
}