@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Reem+Kufi+Fun:wght@500;600&family=Shippori+Mincho:wght@400;600;700;800&display=swap');
/*
font-family: 'Hina Mincho', serif;
font-family: 'Reem Kufi Fun', sans-serif;
font-family: 'Shippori Mincho', serif;
*/
html {
    scroll-behavior: smooth;
}
html, body {
    font-family:"Shippori Mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    color: #13181d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Shippori Mincho', serif;
    line-height: normal;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 1rem 2rem;
}
.header .navbar.bg-pink {
    background: linear-gradient(0deg, rgb(26, 26, 26) 0%, rgb(0, 0, 0) 100%);
}
.navbar-dark .navbar-brand {
    position: relative;
}
.navbar-brand .img-logo {
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: -16px;
    border-radius: 10px;
}
.navbar-nav {
    align-items: center;
}
.header .navbar-nav .nav-link {
    padding: 20px 15px;
    font-size: 18px;
    font-family: 'Reem Kufi Fun', sans-serif;
    letter-spacing: 1px;
    color: #fff;
}
.navbar-top .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}
.dropdown-item {
    font-size: 18px;
}
.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}
body > main {
    padding-top: 80px;
}
.container {
    max-width: 1140px;
}
.bg-image-full {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    min-height: 400px;
    position: relative;
}
.bg-image-full::before {
    position: absolute;
    content: '';
    background: #000000;
    opacity: 0.2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg-lightGray {
    background: #fff8f7;
}
/************** Top Page css ********************/
.top-bg {
    position: relative;
    background-color: black;
    height: 90vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    padding: 0;
}
.top-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    position: absolute;
    top: 0;
}
.top-bg .container {
    position: relative;
    z-index: 2;
}

.top-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}
.top-bg h1, .top-bg p, .text-white {
    color: #fff;
    letter-spacing: 1px;
}
.top-bg p {
    font-size: 1.5em;
}
.news-section {
    padding:0;
}
.page .news-section {
    padding: 100px 0;
}
.news-box {
    padding: 40px 20px 20px;
    margin-top: -60px;
    border-radius: 10px;
    margin-bottom: 40px;
}
.section-bg-1{
    position: relative;
    /*background-image: url('/html/main/assets/images/bg-01.jpg');*/
    z-index: 1;
}
.section-bg-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 20%); /* Adjust the opacity by modifying the last value (0.5) */
}
.section-bg-2{
    position: relative;
    /*background-image: url('/html/main/assets/images/section-bg-2.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-bg-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 55%); /* Adjust the opacity by modifying the last value (0.5) */
}
.section-bg-3{
    position: relative;
    background-image: url('/html/main/assets/images/img-003.png');
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
}
main section {
    padding: 100px 0;
}
main section.reservation_form {
    position: relative;
    z-index: 1;
}
form.int-resv-form {
    padding: 50px 25px 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.int-resv-form label {
    font-weight: bold;
}
.int-resv-form .submit-btn {
    font-weight: bold;
    font-size:18px;
    height: calc(2.5em + 0.75rem + 2px);
}
.section-heading h2 {
    text-align:center;
    font-size:50px;
    text-transform:uppercase;
    color:#040404;
    letter-spacing:1px;
    font-family: 'Reem Kufi Fun', sans-serif;
    font-weight:400;
    margin-bottom: 30px;
    position: relative;
}
.section-heading h2 span {
    line-height: 2em;
    padding-bottom: 15px;
    text-transform: none;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Hina Mincho', serif;
    color: #848484;
    letter-spacing: -0.005em;
    word-spacing: 1px;
    display: block;
}
.section-heading h2:after, .section-heading h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 4px;
    content: "";
    right: 45px;
    margin: auto;
    background-color: #ccc;
}
.section-heading h2:before {
    background-color: #040404;
    left: 45px;
    width: 90px;
}
.c-title {
    background: #222130;
    padding: 6px 10px 5px;
    color: #fff;
    margin-left: -5vw;
    margin-bottom: 50px;
}
.news-section ul.news-list {
    list-style: none;
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 10px;
}
.news-section ul.news-list li{
    padding: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
    text-align: left;
    border-bottom: 1px dotted #bbb;
}
.news-section ul.news-list li:hover {
    background-color: #e9e9e9;
    border-radius: 2px;
}
.news-section ul.news-list li .news-list__date {
    width: 180px;
    white-space: nowrap;
}
.news-section ul.news-list li .news-list__txt {
    display: block;
    width: 100%;
}
.news-section ul.news-list li .news-list__link {
    color: #666;
    text-decoration: none;
    position: relative;
    display: block;
    padding-right: 2em;
}
.news-section ul.news-list li .news-list__icn {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: -webkit-translateY(-50%);
    transform: translateY(-50%);
}
.about-store .img-wrap {
    margin: 0 0 7px 0;
    width: 100%;
    overflow: hidden;
}
.about-store .img-wrap img {
    width: 100%;
}
section.yoyaku-banner {
    padding: 0;
}
.yoyaku-banner .banner-bg {
    background-image:url('/html/main/assets/images/923468.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 450px;
    padding: 150px 0;
    position: relative;
}
.yoyaku-banner .banner-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(7px);
}
.yoyaku-banner .banner-bg .text-white {
    z-index: 1;
}

.img-box {
    background: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 10px;
}
.img-box .img-border, .img-box .img-border img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}
.img-box .img-border img {
    border-radius: 10px 10px 0 0;
}
.img-box .img-border h6 {
    margin-top: -30px;
    margin-left: 10px;
    padding: 10px;
    width: 100px;
    background: linear-gradient(0deg, rgb(26, 26, 26) 0%, rgb(0, 0, 0) 100%);
    color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Reem Kufi Fun', sans-serif;
    letter-spacing: 1px;
}
.img-box .imb-box-cont {
    padding: 40px 10px 10px;
    min-height: 190px;
}
.min-list-menu {
    background-color: #fff;
    box-shadow: 0 5px 19.53px 1.47px rgb(85 80 98/19%);
    padding: 10px;
    margin: 20px 0;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
}
.img-food {
    float: left;
    width: 27%;
    margin-right: 5%;
    height: 140px;
    position: relative;
}
.img-food .menu-type {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2px 10px 3px;
    background: #040404;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
.img-food img {
    width: 100%;
    border-radius: 5px;
    height: 140px;
    object-fit: cover;
    object-position: center center;
}
.right-menu-d {
    display: inline-block;
    padding-top: 10px;
    width: 67%;
    float: left;
}
.right-menu-d h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #0f0f0f;
    margin-bottom: 10px;
    position: relative;
}
.right-menu-d .test-rating {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.full-side-l {
    width: 100%;
    display: inline-block;
}
.test-rating li {
    float: left;
    margin-right: 5px;
    list-style: none;
}
.full-side-l ul li {
    list-style: none;
}
.test-rating li i {
    color: #fb9708;
}
.full-side-l ul li:first-child {
    float: left;
}
.full-side-l ul li .current-price {
    font-weight: 600;
    color: #e22104;
}
.contact-bg-1 {
    background-image: url('/html/main/assets/images/img-002.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 450px;
    padding: 150px 0 90px;
    position: relative;
}
.contact-bg-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
}
.contact-area {
    text-align: center;
    padding: 20px;
    background: #fff;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 10px;
}
.contact-area a {
    padding: 15px 0px 0;
    display: block;
    font-size: 36px;
}
.menu-item {
    display: flex;
    background: #fff;
    margin: 20px 0px;
    border-radius: 4px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.menu-img {
    width: 40%;
}
.menu-img img {
    border-radius: 4px 0 0 4px;
    height: 100%;
    width: 180px;
    object-fit: cover;
    object-position: center center;
}
.menu-item-cont {
    padding: 15px 10px;
    width: 60%;
}
.menu-item-cont h5.price {
    padding: 10px 0px 0px;
    letter-spacing: 0;
}
.card .card-body p.price {
    font-size: 22px;
}
.menu-item-cont p {
    line-height: 1.5;
    font-size: 14px;
}
.g-map {
    background: #a6a6a6;
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
iframe {
    width: 100%;
    height: 410px;
    border-radius: 10px;
}
.gmap-btn {
    bottom: 40px;
    right: -30px;
    position: absolute;
    background: linear-gradient(0deg, rgb(26, 26, 26) 0%, rgb(0, 0, 0) 100%);
    border:none;
}
.gmap-btn:hover {
    background: linear-gradient(0deg, rgb(26, 26, 26) 0%, rgb(0, 0, 0) 100%);
}
.shop-info table tr td {
    border-right: 1px solid #e0dcdb;
}
.shop-info table tr td:first-child {
    border-left: 1px solid #e0dcdb;
    text-align: center;
    background: #F3F2EE;
}
.shop-info table tr:last-child td {
    border-bottom: 1px solid #e0dcdb;
}
.menu-banner {
    display: flex;
    justify-content: space-between;
    background: #db365f;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 20px;
    min-height: 377px;
}
.menu-banner .menu-banner-img {
    display: flex;
    width: 40%;
}
.menu-banner .menu-banner-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
    background: #fff;
}
.menu-banner .menu-content {
    padding: 10px 20px;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.menu-banner .menu-content p, .menu-summery p.para {
    line-height: 1.5;
}
.menu-banner .menu-content h5.price {
    padding-bottom: 10px;
    letter-spacing: 0;
    color: #ffd400;
}
.menu-banner .menu-content.width-100 {
    width: 100%;
}
.object-fit-cover {
    object-fit: cover;
}
/************** Page css ********************/
.page-info .page-info-cont {
    display: flex;
}
.page-info .page-info-text {
    padding: 20px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.page-info .page-info-img {
    position: relative;
    margin-left: -25px;
    margin-top: -40px;
}
.page-info .page-info-img img{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    border: 10px solid #fff;
}
.page-info .title-divider {
    background: #db365f;
    width: 80px;
    height: 3px;
    border-radius: 2px;
    margin-bottom: 30px;
    margin-left: 0;
}
section.store-video {
    padding: 0;
}
.page .yt-video {
    margin-top: -100px;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 80px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.page .yt-video iframe {
    height: 350px;
    border: none;
}
section.reservation-menus {
    padding: 0;
    margin-top: -30px;
}
section.reservation-menus .custom-padding {
    padding: 20px 40px;
}
.page .reservation-banner .reservation-bg {
    border-radius: 20px;
}
.page .order-menus .menu-image {
    height: 100%;
    object-fit: cover;
}
.page .order-menus .para {
    line-height: 1.4;
    letter-spacing: 0;
    font-size:14px;
}
.reservation-form .input-group i {
    position: absolute;
    left: 5px;
    z-index: 9;
    top: 6px;
    font-size: 20px;
}
.reservation-form input, .reservation-form select {
    padding: 5px 5px 5px 30px;
    border-radius: 4px !important;
}
.reservation-form .input-group .bootstrap-select.form-control .dropdown-toggle {
    padding: 5px 5px 5px 35px;
    background: #fff;
    border-color: #e0dcdb;
    border-radius: 4px;
    font-weight: normal;
}
.reservation-form .bootstrap-select .dropdown-menu {
    padding: 0;
}
.reservation-form input#resrvCalendar {
    background: #fff;
}
.reservation-sidebar {
    position: sticky;
    top: 140px;
    z-index: 1;
}
.reservation-summary .card-header {
    border-radius: 5px 5px 0 0;
}
.reservation-summary .card-footer {
    border-radius: 0 0 5px 5px;
}
.reservation-summary .order-cont .booking-info tr td:first-child {
    width: 80px;
}
.reservation-summary .order-cont .booking-info tr td {
    padding: 0px;
    letter-spacing: 0px;
}
.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;
}
.reservation-menus .order-menus.active .btn {
    background-color: #5EB261FF;
    border-color: #5EB261FF;
    color: #fff;
}
.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;
}
/************** news page css ********************/

.page-news article, .article-full {
    width: 100%;
    max-width: 900px;
    padding: 4% 5%;
    margin: 0 auto 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.page-news article .date {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0px 10px;
    background: linear-gradient(0deg, rgb(26, 26, 26) 0%, rgb(0, 0, 0) 100%);
    border-radius: 4px;
    color: #fff0f5;
}
.page-news article h4 {
    display: inline-block;
    margin: 0 0 0 10px;
}
.page-news article a {
    display: inline-block;
    margin: 10px 0 0;
}

/************** login registration css ********************/
.navbar-top .navbar-nav .nav-link, .navbar-top .navbar-nav .nav navbar > li > a, .nav .navbar-top .navbar-nav navbar > li > a, .text-primary, .panel-primary, a {
    color: #000;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #040404;
}
.btn-outline-success:hover {
    color: #fff !important;
}
.gradient-custom-2, .btn-primary, .swal-button--confirm {
    background: rgb(30, 30, 30);
    background: linear-gradient(0deg, rgb(26, 26, 26) 0%, rgb(0, 0, 0) 100%);
    border: none;
}
.btn-primary:hover, .swal-button--confirm:hover {
    border: none;
    background: rgb(30, 30, 30);
    background: linear-gradient(0deg, rgb(79 79 79) 0%, rgb(60 60 60) 100%);
}
@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}

/************** contact us page css ********************/


.contact-page .g-map iframe {
    height: 330px;
}
.contact input {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #232434;
    font-size: 16px;
    height: 60px;
    padding: 10px;
    width: 100%;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact textarea {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #232434;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact input:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #232434;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

.contact textarea:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #232434;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

.form-control::placeholder {
    color: #232434;
    opacity: 1;
}

.btn-contact-bg {
    border-radius: 30px;
    color: #fff;
    outline: medium none !important;
    padding: 15px 27px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: linear-gradient(0deg, rgb(26, 26, 26) 0%, rgb(0, 0, 0) 100%);
    cursor: pointer;
    width: 100%;
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #232434;
    color: #fff;
}

/************** footer css ********************/
.scroll-to-top {
    position: fixed;
    bottom: 76px;
    right: 10%;
    padding: 5px;
    z-index: 3;
    will-change: filter,opacity;
    transition: 1.2s ease;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: none;
    background: linear-gradient(0deg, rgb(26, 26, 26) 0%, rgb(0, 0, 0) 100%);
}
.scroll-to-top a {
    text-decoration: none;
    color: #fff;
}
.scroll-to-top a i {
    font-size: 22px;
}
.scroll-to-top:hover {
    background: linear-gradient(0deg, rgb(79 79 79) 0%, rgb(60 60 60) 100%);
}
.social-bottom {
    text-align: right;
}
/************** user page css ********************/
.user-page {
    padding-top: 100px;
}
.user-page .user-page-bg {
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
}
.user-page  #sp_res_status {
    display: none;
}
.user-page ul.nav.nav-pills {
    border: 1px solid #afafaf;
    padding: 20px 15px;
    border-radius: 5px;
    justify-content: space-between;
    flex-direction: row;
    background: #fff6db;
}
.user-page ul.nav.nav-pills li:last-child {
    border: none;
}
.user-page ul.nav.nav-pills li a {
    color: #FFFFFF;
    margin-right: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    padding: 10px 15px;
    line-height: 1.5;
    text-decoration: none;
    transition: .1s;
    background: rgba(255, 255, 255, 0.08);
}
.user-page #sp_res_status .bootstrap-select .btn .badge {
    top: 0px;
}
.user-page #sp_res_status .bootstrap-select .dropdown-menu {
    padding: 0;
}
.user-page #sp_res_status .bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 3px;
}
.user-page #sp_res_status .bootstrap-select span.badge {
    font-size: 12px;
    color: #FFFFFF;
    padding: 5px 15px;
    border-radius: 4px;
}
.user-page ul.nav.nav-pills li.temp-res a{
    color: #f44336;
    border-color: #f44336;
}
.user-page ul.nav.nav-pills li.temp-res a:hover, .user-page ul.nav.nav-pills li.temp-res a.active, #sp_res_status .bootstrap-select span.badge-temp-res {
    background: #f44336;
    color: #FFFFFF;
}
.user-page ul.nav.nav-pills li.waiting a{
    color: #507591;
    border-color: #507591;
}
.user-page ul.nav.nav-pills li.waiting a:hover, .user-page ul.nav.nav-pills li.waiting a.active, #sp_res_status .bootstrap-select span.badge-waiting {
    background: #507591;
    color: #FFFFFF;
}
.user-page ul.nav.nav-pills li.completed a{
    color: #179af8;
    border-color: #179af8;
}
.user-page ul.nav.nav-pills li.completed a:hover, .user-page ul.nav.nav-pills li.completed a.active, #sp_res_status .bootstrap-select span.badge-completed {
    background: #179af8;
    color: #FFFFFF;
}
.user-page ul.nav.nav-pills li.cancelled a{
    color: #888888;
    border-color: #888888;
}
.user-page ul.nav.nav-pills li.cancelled a:hover, .user-page ul.nav.nav-pills li.cancelled a.active, #sp_res_status .bootstrap-select span.badge-cancelled {
    background: #888888;
    color: #FFFFFF;
}
.user-page ul.nav.nav-pills li.all-res a{
    color: #599150;
    border-color: #599150;
}
.user-page ul.nav.nav-pills li.all-res a:hover, .user-page ul.nav.nav-pills li.all-res a.active, #sp_res_status .bootstrap-select span.badge-all-res {
    background: #599150;
    color: #FFFFFF;
}

.user-page .tab-content .reservation-card {
    width: 100%;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 11%);
    border-radius: 5px;
    margin: 10px 0px 30px;
}

.user-page .tab-pane::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.user-page .tab-pane::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ff4900;
}
.user-page .pagination li, .pagination li {
    margin: 5px;
}
.user-page .pagination li a, .pagination li a {
    border: none;
    border-radius: 50%;
}
.pagination li.active span {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    background: #ff4900;
    color: #fff;
    border-radius: 50%;
}
/************** menu page css ********************/
.food-card {
    background: #fff8f7;
    padding: 30px 40px 30px 40px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}
.food-card:hover {
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(8,6,89,0.1);
}
.food-card img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
}
.food-card-title {
    position: relative;
    margin-bottom: 5px;
}
.food-card-title>* {
    margin: 0;
}
.food-card-title h4 {
    background: #fff8f7;
    z-index: 1;
    padding-right: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.food-card-title h3 {
    background: #fff8f7;
    z-index: 1;
    padding-left: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.food-card .price-tag {
    font-size: 20px;
    color: #e22104;
    z-index: 1;
}
.food-card p {
    margin: 0;
}
.food-card-title::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    height: 1px;
    background-color: #363636;
}
.img-styleBox {
    position: relative;
}
.img-styleBox .styleBox-img2 {
    position: absolute;
    bottom: -70px;
    right: -15px;
}
.offer-card {
    background: #040404;
    color: #fff;
    text-align: center;
    padding: 45px 20px;
    box-shadow: -13px 2px 20px 0px rgba(8,6,89,0.2)
}

@media (min-width: 992px) {
    .offer-card {
        padding:80px 20px
    }
}

.offer-card h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .offer-card h3 {
        font-size:40px;
        margin-bottom: 25px
    }
}

.offer-card h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .offer-card h2 {
        font-size:60px;
        margin-bottom: 25px
    }
}

.offer-card .button {
    border: 1px solid #fff
}

@media (min-width: 576px) {
    .offer-card-position {
        position:relative;
        left: -110px;
        top: 70px;
        margin-bottom: 70px
    }
}

/************** calendar css ********************/
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover, .datepicker table tr td.active.active {
    background-color: #8bc34a;
    border-color: #8bc34a;
}
table.table.act tr td:first-child {
    width: 150px;
    background: #f0f8ff;
}
/************** Responsive css ********************/
.footer {
    text-align: center;
    background: linear-gradient(0deg, rgb(26, 26, 26) 0%, rgb(0, 0, 0) 100%);
    padding: 20px 0;
}
.footer a i {
    font-size: 32px;
}
@media only screen and (max-width: 768px) {
    .sp-h-150 {
        max-height: 150px;
    }
    .object-fit-contain {
        object-fit: contain;
    }
    body > main {
        padding-top: 50px;
    }
    .header .navbar-nav .nav-link {
        padding:8px 0px;
    }
    .navbar-brand .img-logo {
        height: 40px;
        top: -15px;
        border-radius: 4px;
    }
    .navbar-top .navbar-nav .nav-link {
        padding: 0;
    }
    .navbar-top .navbar-nav li.nav-item {
        display: flex;
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding:15px 0;
    }
    .top-bg h1 {
        font-size: 24px;
    }
    .top-bg p {
        font-size: 20px;
    }
    .bg-image-full .my-5 {
        display: none;
    }
    .m-border-left-hide {
        border-left: none !important;
    }
    .gradient-custom-2, .btn-primary, .swal-button--confirm {
        margin: 10px 0px !important;
    }
    main section {
        padding: 40px 0;
    }
    .bg-image-full {
        height: 200px;
        min-height: 200px;
    }
    .news-box {
        padding: 40px 20px 20px;
        margin-top: -20px;
        border-radius: 10px;
        margin-bottom: 30px;
    }
    .news-section ul.news-list {
        padding: 10px 0px;
    }
    .news-section ul.news-list li {
        flex-direction: column;
    }
    .news-section ul.news-list li .news-list__date {
        font-weight: 600;
        font-size: 14px;
    }
    .c-title {
        margin-left: 0vw;
    }
    .about-store .img-wrap.img-02 {
        width: 100%;
    }
    .page-info .page-info-cont {
        flex-direction: column-reverse;
    }
    .page-info .page-info-img {
        margin: 0;
    }
    .page-info .page-info-text {
        padding: 20px 15px;
        width: 90%;
        margin: -30px auto;
        position: relative;
        z-index: 1;
    }
    .gmap-btn {
        right: 5px;
    }
    section.reservation-menus .custom-padding {
        padding: 10px 5px;
    }
    .reservation-summary .card-footer {
        border-radius: 0px;
        position: fixed;
        bottom: 0;
        z-index: 10;
        width: 100%;
        left: 0;
    }
    .page .order-menus .menu-image {
        height: 100px;
        width: 100%;
    }
    .reservation-menu-item .order-menus h4 {
        font-size: 16px;
    }
    .reservation-menu-item .order-menus .para {
        font-size: 14px;
    }
    .menu-summery .menu-image {
        width: 100%;
        height: 100px;
        margin-bottom: 8px;
    }
    .menu-summery .alert p {
        line-height: 1.3;
        font-size: 13px;
    }
    .single_address {
        padding-left: 0px;
    }
    .footer .social-bottom {
        margin-top: 40px;
    }
    .user-page #sp_res_status {
        display: block;
        margin-bottom: 20px;
    }
    .user-nav-res-status {
        display: none;
    }
    .scroll-to-top {
        bottom: 130px;
        width: 40px;
        height: 40px;
        background: #dc3545;
        padding: 0px;
    }
    .scroll-to-top a {
        font-size: 9px;
        color: #fff;
    }
    .scroll-to-top a i {
        font-size: 17px;
    }
    .section-heading h2 {
        font-size: 36px;
    }
    .section-heading h2 span {
        font-size:14px
    }
    .section-title h1 {
        font-size: 32px;
    }
    section.access {
        padding: 40px 15px;
    }
    .g-map {
        margin-top: 60px;
    }
    .social-bottom {
        text-align: left;
    }
    .image-container.image-left {
        margin-bottom: 220px;
    }
    .food-card {
        padding: 20px 10px 20px 10px;
    }
    .contact-wrap h2 {
        font-size: 24px;
    }
    .contact-area a {
        font-size: 22px;
    }
    .sp-mt-70 {
        margin-top: 70%;
    }
    .footer b a {
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) {
    .image-container.image-right {
        top: 80px;
        margin-left: -100px;
        margin-bottom: 130px;
    }

    .image-container.image-left {
        margin-right: -100px;
    }
}

@media screen and (max-width: 420px) {
    .right-menu-d h4 {
        font-size: 16px;
    }
    .contact-bg-1 h2 {
        font-size: 24px;
    }
    .contact-bg-1 h3 {
        font-size: 24px;
    }
}