:root {
    --active: var(--bs-primary);
    --bs-primary: #b50405;
    --toolbar-height: 60px;
    --toolbar-mobile-height: 60px;
}

.overflow-y-none {
    overflow-y: hidden;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.cursor-pointer img{
    outline: none !important;
    }
.country-selected-option img{
outline: none !important;
} 
.country-selected-option strong{
    color: #212529;
}
#flutter_target {
    position: relative;
    top: 0;
    /* border: 1px solid #aaa; */
    width: 100%;
    height: 87vh;
    /* height:  calc(100vh - var(--header-heght)); */
    padding: 0;
    border-radius: 0px;
    transition: all 150ms ease-in;
    align-self: center;
}
#loader{
    left: -13px;
}
#loader img{
    object-fit: fill;
    
}

/* @media (max-width: 767px) {
  #flutter_target {
  /* height: calc(90vh - var(--header-heght)); 
  top: -41px;}
} */

@import url("https://fonts.googleapis.com/css?family=Alegreya:700,700i|Lora:400,700");
/*Login*/
.login-block {
    background: url(../img/login-bg.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 100vh;
    width: 100%;
    padding: 50px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.load-wait span {
    color: #000 !important;
    position: absolute;
}

@media (max-width: 575px) {
    .login-block {
        padding: 50px 10px;
    }
}

.login-container {
    width: 50%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .login-container {
        width: 90%;
    }
}

.login-container .login-header {
    text-align: center;
}

.login-container .login-header h1 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 30px;
    color: #ffffff;
}

@media (max-width: 767px) {
    .login-container .login-header h1 {
        font-size: 26px;
    }
}

.login-container .login-header .logo {
    margin-bottom: 10px;
}

.login-container .login-main {
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.login-container .login-main .login-sec {
    padding: 30px;
    position: relative;
    width: 100%;
}

.login-container .login-main .login-sec .copy-text {
    position: absolute;
    width: 80%;
    bottom: 20px;
    font-size: 13px;
    text-align: center;
}

.login-container .login-main .login-sec .copy-text i {
    color: #feb58a;
}

.login-container .login-main .login-sec .copy-text a {
    color: #000000;
}

.login-container .login-main .login-sec h1 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 30px;
    color: #000000;
}

@media (max-width: 767px) {
    .login-container .login-main .login-sec h1 {
        font-size: 26px;
    }
}

.login-container .login-main .login-sec p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
}

.login-container .login-main .login-sec .login-form input:focus,
.login-container .login-main .login-sec .login-form input:active {
    outline: none;
    border: none;
    box-shadow: none;
    border: 1px solid #797979;
}

.login-container .login-main .login-sec .login-form .form-control {
    border-radius: 4px;
    height: 50px;
    border: 1px solid #797979;
}

.login-container .login-main .login-sec .login-form label {
    margin-bottom: 5px;
    font-size: 14px;
    color: #000000;
}

.login-container .login-main .login-sec .login-form .forgot-section {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: #000000;
    padding-left: 0;
}

.login-container .email-main .email-sec label {
    color: #000000;
}

.login-container .email-main .email-sec input {
    border: 1px solid #ddd;
    padding: 7px;
    width: 100%;
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
    background-color: #efefef;
}

.login-container .email-main .email-sec input:focus {
    border: 1px solid var(--bs-primary);
}

@media (min-width: 768px) and (max-width: 1020px) {
    .login-container .login-main .login-sec .login-form .forgot-section {
        flex-direction: column;
    }
}

.login-container .login-main .login-sec .login-form .forgot-section span {
    color: #000000;
}

.login-container .login-main .login-sec .login-form .forgot-section a {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
}

.login-container .login-main .login-sec .login-form .forgot-section a p {
    color: var(--bs-primary);
    margin: 0;
}

.login-container .login-main .login-sec .login-form .opt-main {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 38px;
    margin-bottom: 40px !important;
}

.login-container .login-main .login-sec .login-form .opt-main .otp-in {
    width: 20% !important;
}

.login-container .login-main .login-sec .verification-form {
    text-align: center;
}

.login-container .login-main .login-sec .verification-form .opt-main {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px !important;
}

.login-container .login-main .login-sec .verification-form .opt-main .otp-in {
    width: 20% !important;
}

.login-container .login-main .login-sec .btn-login {
    background: var(--bs-primary);
    color: #ffffff;
    font-weight: 600;
    padding: 12px 16px 12px 16px;
    border-radius: 8px;
    height: 52px;
    margin-bottom: 14px;
    margin-top: 14px;
}

.login-container .login-main .login-sec .mini-box {
    text-align: center;
}

.login-container .login-main .login-sec .mini-box a {
    text-decoration: none;
    color: var(--bs-primary);
}

/*Login End*/
/*OTP*/
/*OTP*/

.table-queue-text p {
    font-size: 18px;
}
.resend {
    color: var(--bs-primary) !important;
    margin-top: 10px;
}
.otp-container {
    width: 60%;
    margin: 0 auto;
}

.otp-page .otp-container .table-queue-booking-form {
    width: 100%;
    padding: 30px;
    background: #333333;
    border-radius: 20px;
}

.otp-page .otp-container .table-queue-booking-form .otp-form {
    
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    
}

.otp-page .otp-container .table-queue-booking-form .otp-form p,
a {
    color: #ffffff;
    text-decoration: none;
}

.otp-page .otp-container .table-queue-booking-form .otp-form a:hover {
    color: #000000;
    text-decoration: none;
}

.otp-page .otp-container .table-queue-booking-form .otp-main {
    margin: auto;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.otp-page .otp-container .table-queue-booking-form .otp-main input {
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #2f8f1f;
    text-align: center;
    outline: none;
    font-size: 16px;
    /* Firefox */
}

@media (max-width: 767px) {
    .otp-container {
        width: 85%;
    }
}

@media (max-width: 460px) {
    .otp-page .otp-container .table-queue-booking-form .otp-form {
        padding: 15px;
    }

    .otp-page .otp-container .table-queue-booking-form {
        padding: 0 !important;
    }

    .otp-page .otp-container .table-queue-booking-form .otp-main {
        gap: 4;
    }

    .otp-page .otp-container .table-queue-booking-form .otp-main input {
        height: 25px;
        width: 25px;
    }
}

body {
    color: #ececec;
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-family: "Alegreya", serif;
    margin: 0;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
    object-fit: cover;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 20px 0;
}

.modal-dialog {
    max-width: 800px;
}

.modal-title {
    color: #333333;
}

.modal-body {
    padding: 30px;
    background: #fff;
    color: #333333;
}

.modal-footer {
    background: #fff;
    color: #333333;
}

.modal-content {
    border: none;
    border-radius: 0px;
}

.restaurants-overlay {
    position: relative;
}

.restaurants-overlay:before {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.restaurants-overlay-white {
    position: relative;
}

.restaurants-overlay-white:before {
    background-color: #ffffff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}

.section-heading {
    display: block;
    margin-bottom: 60px;
    text-align: center;
}

.section-heading h1 {
    font-size: 55px;
}

.section-heading.dark h1 {
    color: #ffffff;
}

.section-border {
    background: var(--bs-primary);
    height: 5px;
    margin: 15px auto 0;
    width: 85px;
}

.small-border {
    background: var(--bs-primary);
    height: 3px;
    margin: 25px 0;
    width: 45px;
}

.section-gray {
    background-color: #efefef;
}

.section-padding {
    padding: 60px 0;
}

.subtitle {
    color: var(--bs-primary);
    display: inline-block;
    font-family: "Alegreya", serif;
    font-style: italic;
    font-weight: bold;
}

.restaurants-content-block {
    background: #000;
}

/*-----------------------------
2. Preloaders
-------------------------------*/
.spinner {
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
    background-color: #ffffff;
    border-radius: 100%;
    height: 40px;
    margin: 100px auto;
    width: 40px;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.restaurants-site-preloader-wrap {
    background: var(--bs-primary) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.restaurants-site-preloader-wrap .spinner {
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
}

/*-----------------------------
3. Buttons
-------------------------------*/

.restaurants-small-btn {
    -webkit-transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color;
    background: var(--bs-primary);
    border-radius: 0;
    font-size: 12px;
    border: none;
    color: #ffffff;
    margin-top: 10px;
    padding: 5px 15px;
    position: relative;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: color;
}

.restaurants-small-btn:before {
    -webkit-transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    background: #333;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: 0 50%;
    transform: scaleX(0);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.restaurants-small-btn:hover,
.restaurants-small-btn:focus,
.restaurants-small-btn:active {
    color: #ffffff;
}

.booking-btn {
    height: 41px;
}

.contact-form h5 {
    margin-bottom: 20px;
}

.contact-form .form-control {
    border: 1px solid #ddd;
    /* margin-bottom: 15px; */
    padding: 7px;
    width: 100%;
    background-color: #efefef;
}

.form-control label {
    color: #000 !important;
}

.form-floating label {
    color: #000 !important;
}

.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
    background-color: transparent;
}

.contact-form input {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
}
.contact-form textarea {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border: 1px solid var(--bs-primary);
}

.contact-form label {
    margin-bottom: 10px;
}

.booking-btn,
.contact-btn {
    -webkit-transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    background: var(--bs-primary) !important;
    border-radius: 8px !important;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    color: #ffffff;
    overflow: hidden;
    padding: 8px 15px;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: color, background-color;
    width: 100%;
    height: 60px;
}

.booking-btn:hover {
    background: #333;
    color: #ffffff;
}

.contact-btn {
    margin-top: 1rem;
}

.contact-btn:hover {
    background: #333;
    color: #ffffff;
}

.restaurants-medium-btn {
    -webkit-transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color;
    background: var(--bs-primary);
    border-radius: 0;
    border: none;
    color: #ffffff;
    padding: 11px 30px;
    position: relative;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: color;
}

@media (max-width: 379px) {
    .restaurants-medium-btn {
        margin-bottom: 15px;
        min-width: 156px;
    }
}

.restaurants-medium-btn:before {
    -webkit-transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    background: #ffffff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: 0 50%;
    transform: scaleX(0);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.restaurants-medium-btn:hover,
.restaurants-medium-btn:focus,
.restaurants-medium-btn:active {
    color: var(--bs-primary);
}

.restaurants-small-btn:hover:before,
.restaurants-small-btn:focus:before,
.restaurants-small-btn:active:before,
.restaurants-medium-btn:hover:before,
.restaurants-medium-btn:focus:before,
.restaurants-medium-btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.white-btn {
    background: #ffffff;
    color: var(--bs-primary);
    margin-left: 10px;
    display: inline-block ;
}

.white-btn:before {
    background: var(--bs-primary);
}

.white-btn:hover,
.white-btn:focus,
.white-btn:active,
.blog-btn:hover,
.blog-btn:active,
.blog-btn:focus {
    color: #ffffff;
}

.blog-btn:before {
    background: #333;
}

/*-----------------------------
4. Intro Section
-------------------------------*/

.intro {
    background-color: #373b44;
    background-image: url(../img/intro-bg.jpg);
    background-size: cover;
    color: #ffffff;
    display: table;
    height: 100vh;
    margin: 0;
    max-width: none;
    padding: 0 5%;
    width: 100%;
}

.intro p {
    color: #fff;
    opacity: 1;
}

.intro .content {
    display: table-cell;
    vertical-align: middle;
}

.intro-heading {
    color: #ffffff;
    font-size: 55px;
    position: relative;
}

.intro-heading .text-wrapper {
    display: inline-block;
    line-height: 1em;
    padding-bottom: 0.15em;
    padding-top: 0.1em;
    position: relative;
}
.intro-heading .text-wrapper::before {
    background-color: #ffffff;
    bottom: 0;
    height: 3px;
    left: 0;
    margin: auto;
    /*  position: absolute; 
    top: 0;*/
    transform-origin: 0.5 0;
    width: 100%;
    display: block;
    content: "";
}
.intro-heading .text-wrapper::after {
    background-color: #ffffff;
    bottom: 0;
    height: 3px;
    left: 0;
    margin: auto;
    /* position: absolute; 
    top: 0;*/
    transform-origin: 0.5 0;
    width: 100%;
    display: block;
    content: "";
}

/* .intro-heading .line {
    background-color: #ffffff;
    bottom: 0;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transform-origin: 0.5 0;
    width: 100%;
} */

.intro-heading .ampersand {
    font-style: italic;
    margin-left: 10px;
    margin-right: 10px;
}

.intro-heading .letters {
    display: inline-block;
    opacity: 0;
}

.intro p {
    max-width: 590px;
}

.thank_you_content {
    text-align: center;
    margin-top: 20px;
    background-color: #333333;
    padding: 26px;
    border-radius: 20px;
}
h2.thank-you-text{
    color: #FFE309 !important;
}
.thank_you-btn {
    padding: 0;
    color: #ffffff;
    border: none;
    height: 60px;
    width: 225px;
    font-weight: 700;
    border-radius: 30px;
    background-color: var(--bs-primary) !important;
    transition: 300ms all ease;
}

.thank_you-btn:hover {
    background-color: #333;
}

/*-----------------------------
5. Header Section
-------------------------------*/

/* 5.1. Header and Sticky Bar */

.header-area {
    padding: 0 5%;
    background: #000;
    border-bottom: 1px solid var(--bs-primary);
    position: relative;
    z-index: 9;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.9);
}

.sticky + .our-menu-block,
.sticky + .restaurants-content-block {
    padding-top: 190px;
}

/* 5.2. Logo */

.logo img {
    max-width: 270px;
}

.logo a {
    color: #fff;
}

.logo a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.9;
}

.logo h1 {
    display: inline-block;
    font-size: 50px;
    margin: 0;
    padding: 0px;
    line-height: 0;
}

/* 5.3. Main Menu */

.main-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.main-menu li a {
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 30px 15px;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.main-menu li:hover > a {
    color: var(--bs-primary);
    text-decoration: none;
}

.main-menu li {
    -webkit-transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    overflow: hidden;
    position: relative;
    transform: perspective(1px) translateZ(0);
    vertical-align: middle;
}

.main-menu li:before {
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: left, right;
    -webkit-transition-timing-function: ease-out;
    background: var(--bs-primary);
    content: "";
    height: 4px;
    left: 51%;
    position: absolute;
    right: 51%;
    top: 0;
    transition-duration: 0.3s;
    transition-property: left, right;
    transition-timing-function: ease-out;
    z-index: -1;
}

.main-menu li:hover:before,
.main-menu li:focus:before,
.main-menu li:active:before,
.main-menu li.active:before {
    left: 0;
    right: 0;
}

.responsive-menu-wrap {
    display: none;
}

/*-----------------------------
6. About Us Section
-------------------------------*/
.about-us-block {
    background: #333 url("assets/img/broken_noise.png") repeat scroll center;
}

.about-page {
    background-color: #000000 !important;
}

.about-us-block img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    outline-offset: -12px;
    outline: 4px solid #ffffff;
    transition: all 0.3s;
}

.about-us-block img:hover {
    outline-offset: 0px;
}

.about-us-block .col-md-3 {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
}

/*-----------------------------
7. Our Menu Section
-------------------------------*/
.our-menu-block {
    background: #000;
}

.single-menu-item {
    margin: 0 0 30px;
}

.single-menu-item h5 {
    margin-bottom: 5px;
    text-transform: capitalize;
    background: #000;
    padding: 0 5px 0 0;
}

.menu_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: radial-gradient(#e7d5b1 40%, rgba(0, 0, 0, 0) 10%);
    background-position: 0 13px;
    background-size: 4px 2px;
    background-repeat: repeat-x;
}

.menu_body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pricing {
    background: var(--bs-primary);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: "Alegreya", serif;
    font-style: italic;
    font-weight: bold;
    padding: 0px 7px 2px;
}

/* .add-btu{
    border-radius: 3px;
    color: var(--bs-primary);
    background: #fff ;
    border: none;
    float: right;
    padding: 0px 7px 2px;
    font-weight: bold;
}
.add-btu:hover{
    background-color: #fff;
    color: var(--bs-primary);
    
} */
.more-menu {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    text-align: center;
}

.add-btu {
    -webkit-transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color;
    background: #fff;
    width: 200px;
    border-radius: 3;
    border: none;
    color: var(--bs-primary);
    margin-top: 10px;
    padding: 5px 15px;
    float: right;
    position: relative;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: color;
}

.add-btu:before {
    -webkit-transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    background: #333;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: 0 50%;
    transform: scaleX(0);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.add-btu:hover,
.add-btu:focus,
.add-btu:active {
    color: #fff;
    background-color: var(--bs-primary);
}

.single-menu-item p {
    margin: 5px 0;
}

.menu-lightbox {
    display: block;
    position: relative;
}

.menu-lightbox i.fa {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    color: #ffffff;
    font-size: 16px;
    left: 50%;
    line-height: 1.5;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 60%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 20px;
    z-index: -1;
}

.menu-lightbox:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.2s ease 0s;
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
    border-radius: 50%;
}

.menu-lightbox:hover i.fa {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    top: 50%;
    visibility: visible;
    z-index: 2;
}

.menu-lightbox:hover:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    opacity: 0.7;
    visibility: visible;
    z-index: 1;
}

.single-menu-item img {
    border-radius: 50%;
    border: 3px solid #ddd;
    max-width: 100%;
    height: 115px;
    width: 115px;
}

.dotsCont {
    position: relative;
    z-index: 9;
}

.our-menu-block .owl-dots.dotsCont {
    margin-top: 20px;
}

.our-menu-block .owl-theme .owl-dot {
    color: #ffffff;
    background: #333;
    padding: 10px 40px;
    cursor: pointer;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: relative;
}

.our-menu-block .owl-theme .owl-dot:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-primary);
    color: #ffffff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.our-menu-block .owl-theme .owl-dot:hover,
.our-menu-block .owl-theme .owl-dot:focus,
.our-menu-block .owl-theme .owl-dot:active {
    color: #ffffff;
}

.our-menu-block .owl-theme .owl-dot:hover:before,
.our-menu-block .owl-theme .owl-dot:focus:before,
.our-menu-block .owl-theme .owl-dot:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.our-menu-block .owl-dot.active {
    background: var(--bs-primary);
}

/*-----------------------------
8. Gallery Section
-------------------------------*/
.gallery-page {
    background-color: #000000 !important;
}

.gallery-block {
    background: #333 url("assets/img/broken_noise.png") repeat scroll center;
    padding-bottom: 0;
}

.gallery-block .col-sm-3 {
    padding: 0;
}

.gallery-lightbox {
    display: block;
    position: relative;
}

.gallery-lightbox img {
    width: 100%;
}

.gallery-lightbox i.fa {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    color: #ffffff;
    font-size: 25px;
    left: 50%;
    line-height: 1.5;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 60%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 20px;
    z-index: -1;
}

.gallery-lightbox:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.2s ease 0s;
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}

.gallery-lightbox:hover i.fa {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    top: 50%;
    visibility: visible;
    z-index: 2;
}

.gallery-lightbox:hover:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    opacity: 0.7;
    visibility: visible;
    z-index: 1;
}

/*-------------------booking table section ------------------*/
.booking-info p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 0;
    font-weight: 300;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
}
.booking-info p span:first-child {
    font-weight: 600;
}
/*-----------------------------
9. Our Team Section
-------------------------------*/

.team-block {
    background: #000;
}

.team-wrapper {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
}

.single-team-item h5,
.team-single-modal h5 {
    margin-bottom: 5px;
}

.single-team-item img,
.team-single-modal img {
    max-width: 100%;
    border-radius: 50%;
    border: 8px solid #ddd;
    margin-bottom: 15px;
    max-height: 320px;
}

.single-team-item p,
.team-single-modal .top-area p {
    margin: 5px 0;
}

.team-single-modal i.fa {
    font-size: 20px;
    color: #ececec;
}

.team-single-modal i.fa:hover {
    color: var(--bs-primary);
}

.team-single-modal ul {
    list-style: none;
    margin: 5px 0;
    padding: 0;
}

.team-single-modal ul li {
    display: inline-block;
    margin-right: 5px;
}

.team-single-modal ul li:last-child {
    margin-right: 0px;
}

/*-----------------------------
10. Video Section
-------------------------------*/

.video-section {
    background: #333 url("assets/img/video-bg.jpg") no-repeat fixed center;
    background-size: cover;
    object-fit: cover;
    color: #fff;
}

.video-section h1 {
    font-size: 55px;
}

.video-section p {
    margin: 5px 0 0;
}

.video-section span {
    font-style: italic;
}

.video .modal-body {
    padding: 15px;
}

.video-section .fa {
    font-size: 80px;
    color: var(--bs-primary);
    cursor: pointer;
    background: #efefef;
    border-radius: 50%;
    height: 81px;
    width: 81px;
    margin-bottom: 20px;
}

.video-section .fa:hover {
    color: #333;
}

/*-----------------------------
11. Testimonial Section
-------------------------------*/
.testimonial-slider-wrapper {
    background: #333 url("assets/img/broken_noise.png") repeat scroll center;
}

.review-stars {
    list-style: outside none none;
    margin: 10px auto 5px;
    padding: 0;
    font-size: 12px;
}

.review-stars li {
    display: inline-block;
}

.review-stars i.fa {
    color: #ffd203;
    margin: 0;
    padding: 0;
}

.circle-testimonial-item img {
    max-width: 100%;
    border-radius: 50%;
    border: 8px solid #ddd;
    margin-bottom: 15px;
}

.circle-testimonial-item p {
    margin: 5px 0;
}

.testimonial-slide-item-table {
    display: table;
    height: 100%;
    width: 100%;
}

.testimonial-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--bs-primary);
}

/* 12.2 Widgets */

h4.widget-title {
    font-size: 18px;
    margin: 0;
    padding: 20px 20px 2px;
}

.featured-blog {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 15px 5px 0 20px;
}

.featured-blog:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    text-decoration: none;
}

.featured-blog h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px;
}

.featured-blog:hover h4 {
    color: var(--bs-primary);
}

.featured-blog img {
    float: left;
    margin-right: 15px;
}

.featured-blog p:last-child {
    margin: 0;
}

.recent_posts li span {
    color: #8d9cad;
    display: block;
    font-size: 13px;
}

.widget {
    border-bottom: 1px dotted #e0e0e0;
    line-height: 1.5;
    margin-bottom: 20px;
}

.widget a {
    color: #fff;
}

.widget a:hover {
    color: var(--bs-primary);
}

.widget li {
    padding-bottom: 8px;
    position: relative;
}

.widget li:before {
    font-family: fontawesome;
    content: "\f105";
    left: -10px;
    position: absolute;
    top: 0;
}

.widget ul {
    margin: 0;
    padding: 20px 20px 20px 35px;
    list-style: none;
}

.widget.category_list ul {
    overflow: hidden;
}

.widget.category_list ul li {
    float: left;
    width: 50%;
}

.widget.quote-testimonial-item {
    border: 0px dotted #eaeaea;
    padding: 1px 15px;
}

.widget.quote-testimonial-item li:before {
    content: none;
}

.widget.quote-testimonial-item ul {
    padding: 0;
}

.widget.recent_posts li {
    padding-bottom: 15px;
}

.widget.recent_posts li a:hover {
    color: var(--bs-primary);
    text-decoration: none;
}

.widget .single-service-item {
    margin-top: 20px;
}

.sidebar {
    border: 1px solid #e0e0e0;
    padding: 5px;
}

.quote-testimonial-item h5 span {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    color: var(--bs-primary);
    font-family: "Alegreya", serif;
    font-style: italic;
    font-weight: bold;
}

.quote-testimonial-item img {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 50px;
    display: block;
    height: 80px;
    margin: 0 auto 20px auto;
    padding: 3px;
    width: 80px;
    -moz-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}

.quote-testimonial-item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*-----------------------------
13. Booking Form Section
-------------------------------*/

.booking-block {
    background: #000;
}

.booking-block .login-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.booking-block .mb-3 {
    margin-bottom: 0 !important;
    display: flex;
    width: 48%;
    float: left;
    /* flex-direction: column; */
    gap: 10px;
}

.booking-block .login-form .w-80 {
    width: 50% !important;
}

.booking-block .mb-3 .booking-block h5 {
    margin-bottom: 30px;
}
.booking-block .booking-info h5 {
    margin-bottom: 24px;
}

.booking-block td {
    color: #ffffff;
}

.booking-form-fields {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .booking-form-fields {
        grid-template-columns: none !important;
        margin-top: 0;
    }
}

.booking-form input[type="text"],
.booking-form input[type="email"],
.booking-form input[type="datetime-local"],
.booking-form input[type="date"],
.booking-form input[type="time"],
.booking-form input[type="number"],
.booking-form input[type="tel"] {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 7px;
    width: 100%;
}

.booking-form input:focus,
.booking-form textarea:focus {
    border: 1px solid var(--bs-primary);
}

.booking-form textarea {
    height: 91px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 7px;
    width: 100%;
}

.booking-info .table td {
    padding: 3px 0;
}

/*---Menu---*/

.portfolio.portfolio .filters {
    text-align: center;
    border-bottom: 1px solid var(--bs-primary);
}

.portfolio.portfolio .filters ul {
    padding: 0;
}

.portfolio.portfolio .filters ul li {
    list-style: none;
    display: inline-block;
    padding: 20px 30px;
    cursor: pointer;
    position: relative;
    color: #747171;
}

.portfolio.portfolio .filters ul li :hover {
    color: #ffffff;
}

.portfolio.portfolio .filters ul li:after {
    content: "";
    display: block;
    width: calc(0% - 60px);
    position: absolute;
    height: 2px;
    background: var(--bs-primary);
    color: #ffffff;
    transition: width 350ms ease-out;
}

.portfolio.portfolio .filters ul li:hover:after {
    width: calc(100% - 60px);
    transition: width 350ms ease-out;
}

.portfolio.portfolio .filters ul li.active {
    color: #ffffff;
}

.portfolio.portfolio .filters ul li.active:after {
    width: calc(100% - 60px);
}

.portfolio.portfolio .filters-content {
    margin-top: 50px;
}

.portfolio.portfolio .filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms;
}

.portfolio.portfolio .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms;
}

.portfolio.portfolio .filters-content .grid {
    z-index: 9;
}

@media screen and (max-width: 991px) {
    .portfolio.portfolio .filters-content .grid .col-sm-3 {
        flex-shrink: 0;
        width: 33%;
        max-width: 33%;
    }
}

@media screen and (max-width: 767px) {
    .portfolio.portfolio .filters-content .grid .col-sm-3 {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
    }
}

.portfolio.portfolio .filters-content .item {
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 30px;
}

.portfolio.portfolio .filters-content .item .food-type {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
}

.portfolio.portfolio .filters-content .item .food-type img {
    width: 100%;
    border-radius: 0;
}

.portfolio.portfolio .filters-content .item .p-inner {
    padding: 20px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.portfolio.portfolio .filters-content .item .p-inner h5,
.portfolio.portfolio .filters-content .item .p-inner .h5 {
    font-size: 15px;
}

.portfolio.portfolio .filters-content .item .p-inner .cat {
    font-size: 13px;
}

.portfolio.portfolio .filters-content .item img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.portfolio.portfolio .filters-content .item .item-details {
    padding: 15px;
}

.portfolio.portfolio .filters-content .item .item-details .item-name {
    color: #333333;
    font-weight: 700;
}

.portfolio.portfolio .filters-content .item .item-details .item-name a {
    color: #333333;
    text-decoration: none;
}

.portfolio.portfolio .filters-content .item .item-details .item-ingredient {
    color: #333333;
}

.portfolio.portfolio .filters-content .item .item-details .item-bottom {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.portfolio.portfolio .filters-content .item .item-details .item-bottom .item-price {
    color: #333333;
    font-weight: 700;
}

.portfolio.portfolio .filters-content .item .item-details .item-bottom .item-cart .cart_btn {
    -webkit-transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color;
    background: var(--bs-primary);
    border-radius: 0;
    font-size: 12px;
    border: none;
    color: #ffffff;
    margin-top: 10px;
    padding: 5px 15px;
    position: relative;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: color;
}

.portfolio.portfolio .filters-content .item .item-details .item-bottom .item-cart .cart_btn:before {
    -webkit-transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    background: #333;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: 0 50%;
    transform: scaleX(0);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.cart_btn:hover,
.cart_btn:focus,
.cart_btn:active {
    color: #ffffff;
}

.portfolio .portfolio-item {
    width: 100%;
}

@media screen and (min-width: 48em) {
    .portfolio .portfolio-item {
        width: 100%;
    }
}

@media screen and (min-width: 62em) {
    .portfolio .portfolio-item {
        width: 95%;
    }
}

.details-and-ingredients {
    padding: 75px 0;
    background-color: #f6f6f6;
    color: #333333;
}

.details-and-ingredients p {
    color: #333333;
}

.details-and-ingredients h2,
.details-and-ingredients .h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #333333;
    text-align: left;
    line-height: normal;
    margin-bottom: 28px;
}

@media only screen and (max-width: 991px) {
    .details-and-ingredients h2,
    .details-and-ingredients .h2 {
        font-size: 28px;
    }
}

.details-and-ingredients .details-and-ingredients-right {
    padding-left: 50px;
}

@media only screen and (max-width: 991px) {
    .details-and-ingredients .details-and-ingredients-right {
        padding-left: 0;
        margin-top: 50px;
    }
}

.details-and-ingredients .details-and-ingredients-right .details-and-ingredients-right-head span {
    display: block;
}

.details-and-ingredients .details-and-ingredients-right .ingredients-table {
    font-size: 12px;
}

.details-and-ingredients .details-and-ingredients-right .ingredients-table .amount {
    padding: 15px 0;
    font-size: 12px;
    font-weight: 600;
    color: #333333;
    border-top: 2px solid #797979;
    border-bottom: 1px solid #797979;
    display: flex;
    flex-direction: column;
    flex-basis: 40%;
}

.details-and-ingredients .details-and-ingredients-right .ingredients-table .calories {
    padding: 15px 0;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    border-top: 0;
    border-bottom: 2px solid #797979;
    display: flex;
}

.details-and-ingredients .details-and-ingredients-right .ingredients-table .calories .calories-name {
    display: flex;
    flex-direction: column;
    flex-basis: 40%;
}

.details-and-ingredients .details-and-ingredients-right .ingredients-table .calories .gram {
    display: flex;
    flex-direction: column;
    flex-basis: 20%;
}

.details-and-ingredients .details-and-ingredients-right .ingredients-table .calories .fat {
    text-align: right;
    display: flex;
    flex-direction: column;
    flex-basis: 40%;
}

.details-and-ingredients .details-and-ingredients-right .ingredients-table .daily-value {
    text-align: right;
    font-weight: 400;
    padding: 15px 0;
    border-bottom: 1px solid #797979;
}

.details-and-ingredients .details-and-ingredients-right .ingredients-table .total-fat {
    padding: 15px 0;
    border-bottom: 1px solid #797979;
    display: flex;
}

.details-and-ingredients .details-and-ingredients-right .ingredients-table .total-fat-name {
    display: flex;
    font-weight: 600;
    flex-direction: column;
    flex-basis: 40%;
}

.details-and-ingredients .details-and-ingredients-right .ingredients-table .total-fat-gram {
    font-weight: 400;
}

.details-and-ingredients .details-and-ingredients-right .ingredients-table .fat-sub {
    font-weight: 400;
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #797979;
}

.details-and-ingredients .details-and-ingredients-right .ingredients-table .cholesterol-fat {
    padding: 15px 0;
    border-bottom: 1px solid #797979;
    display: flex;
}

.details-and-ingredients .details-and-ingredients-right .ingredients-table .cholesterol-fat-name {
    display: flex;
    font-weight: 600;
    flex-direction: column;
    flex-basis: 40%;
}

.details-and-ingredients .details-and-ingredients-right .ingredients-table .cholesterol-fat-gram {
    font-weight: 400;
}

.details-and-ingredients .details-and-ingredients-right .ingredients-table .sodium {
    padding: 15px 0;
    border-bottom: 1px solid #797979;
    display: flex;
}

.details-and-ingredients .details-and-ingredients-right .ingredients-table .sodium-name {
    display: flex;
    font-weight: 600;
    flex-direction: column;
    flex-basis: 40%;
}

.details-and-ingredients .details-and-ingredients-right .ingredients-table .sodium-gram {
    font-weight: 400;
}

.details-and-ingredients .details-and-ingredients-right .ingredients-table-details {
    padding: 15px 0;
}

.details-and-ingredients .details-and-ingredients-right .ingredients-table-details p {
    font-size: 12px;
}

.details-and-ingredients .details-and-ingredients-right .ingredients-table .total-fat-table {
    width: 50%;
}

.details-and-ingredients .details-and-ingredients-right .ingredients-table .total-fat-table-fat {
    display: flex;
    flex-direction: row;
    flex-basis: 50%;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
}

.details-and-ingredients .details-and-ingredients-right .ingredients-table .total-fat-table-fat :first-child {
    display: flex;
    flex-direction: row;
    flex-basis: 40%;
}

.personalized-items-list .personalized-items {
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .personalized-items-list .personalized-items {
        height: auto;
        margin-bottom: 20px;
    }
}

.personalized-items-list .personalized-items .item-inner {
    height: auto;
    overflow: hidden;
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #ffffff;
}

.personalized-items-list .personalized-items .item-inner img {
    max-width: 100%;
    width: 100%;
}

.personalized-items-list .personalized-items .item-inner .item-details {
    padding: 10px;
}

.personalized-items-list .personalized-items .item-inner .item-details .item-name {
    color: #333333;
    font-weight: 700;
    font-size: 14px;
}

.personalized-items-list .personalized-items .item-inner .item-details .item-ingredient {
    color: #333333;
    font-size: 14px;
}

.personalized-items-list .personalized-items .item-inner .item-details .item-bottom {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.personalized-items-list .personalized-items .item-inner .item-details .item-bottom .item-price {
    color: #333333;
    font-weight: 600;
    font-size: 14px;
}

.personalized-items-list .modal-footer {
    justify-content: flex-end !important;
}

/*-----------------------------    
14. Google Map Section
-------------------------------*/

.gmap_outer {
    overflow: hidden;
    position: relative;
}

.gmap {
    padding: 0;
    height: 400px;
}

.gmap.border {
    box-shadow: -2px 0 9px -2px #dddddd;
    padding: 8px;
}

#map1 {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(99%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

/*-----------------------------
15. Footer Area
-------------------------------*/

.footer-main {
    padding-top: 60px;
    border-top: 1px solid var(--bs-primary);
    border-bottom: 1px solid var(--bs-primary);
    background: #333 url("assets/img/broken_noise.png") repeat scroll center;
}

@media only screen and (max-width: 991px) {
    .footer-main {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 677px) {
    .footer-main {
        padding: 80px 0 0 0;
    }
}

@media only screen and (max-width: 991px) {
    .footer-main-about {
        margin-bottom: 20px;
    }
}

.footer-main-about h4,
.footer-main-about .h4 {
    font-size: 24px;
    color: #ffffff;
    line-height: normal;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .footer-main-about h4,
    .footer-main-about .h4 {
        font-size: 18px;
    }
}

.footer-main-about p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 24px;
}

.footer-main-about .social {
    margin-top: 20px;
}

.footer-main-about .social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-main-about .social ul li {
    width: 40px;
    height: 40px;
    min-width: 40px;
    line-height: 38px;
    font-size: 18px;
    border: 1px solid #ffffff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
}

.footer-main-about .social ul li a {
    color: #ffffff;
    text-decoration: none;
}

.footer-main-about .social ul li a:hover {
    color: var(--bs-primary);
    text-decoration: none;
}

.footer-main-open-time {
    padding-right: 30px;
}

@media only screen and (max-width: 991px) {
    .footer-main-open-time {
        padding-right: 0;
    }
}

.footer-main-open-time h4,
.footer-main-open-time .h4 {
    font-size: 24px;
    color: #ffffff;
    line-height: normal;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .footer-main-open-time h4,
    .footer-main-open-time .h4 {
        font-size: 18px;
    }
}

.footer-main-open-time p {
    color: #ffffff;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 300;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
}

.footer-main-open-time p span {
    float: right;
    text-align: right;
}

.footer-main-quick-links {
    padding-right: 30px;
}

.footer-main-quick-links h4,
.footer-main-quick-links .h4 {
    font-size: 24px;
    color: #ffffff;
    line-height: normal;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .footer-main-quick-links h4,
    .footer-main-quick-links .h4 {
        font-size: 18px;
    }
}

.footer-main-quick-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.footer-main-quick-links ul li {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 16px;
    font-weight: 300;
}

.footer-main-quick-links ul li a {
    text-decoration: none;
    color: #ffffff;
}

@media only screen and (max-width: 991px) {
    .footer-main-quick-links .text-end {
        text-align: left !important;
    }
}

.footer-main-address h4,
.footer-main-address .h4 {
    font-size: 24px;
    color: #ffffff;
    line-height: normal;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .footer-main-address h4,
    .footer-main-address .h4 {
        font-size: 18px;
    }
}

.footer-main-address .info-box {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.footer-main-address .info-box_icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 32px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 999px;
    text-align: center;
    margin-right: 10px;
}

.footer-main-address .info-box_text {
    display: block;
    color: #ffffff;
    margin: 0;
}

.footer-main .footer-end {
    border-top: 1px #797979 solid;
    margin-top: 45px;
}

@media only screen and (max-width: 991px) {
    .footer-main .footer-end {
        margin-top: 0;
    }
}

.footer-main .footer-end p {
    color: #bdbaba;
    font-size: 12px;
    padding: 20px 0;
    margin: 0;
}

/* Back to Top Button */

.go-top {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 2em;
    color: #ffffff;
    display: none;
    font-size: 12px;
    padding: 1em;
    position: fixed;
    right: 2em;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: color, background-color;
}

.go-top:hover {
    background-color: rgba(181, 4, 5, 1);
    color: #ffffff;
}

.modal-body-img img {
    width: 100%;
}

.modal-body-head {
    font-weight: 700;
    color: #333333;
    font-size: 14px;
    margin: 30px 0;
}

.modal-body .ingredients-head {
    display: flex;

    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}

.modal-body .ingredients-head h5,
.modal-body .ingredients-head .h5 {
    font-weight: 700;
    color: #333333;
    font-size: 14px;
    margin: 30px 0;
}

.modal-body .ingredients-head .ingredients-left {
    display: flex;
    flex-direction: column;
    flex-basis: 40%;
}

.modal-body .ingredients-head .ingredients-right {
    flex-basis: 60%;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.modal-body .ingredients-head .ingredients-right h5,
.modal-body .ingredients-head .ingredients-right .h5 {
    font-weight: 700;
    color: #333333;
    font-size: 14px;
    margin: 30px 0;
}

.modal-body .ingredients-body {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    padding: 10px 0;
}

.modal-body .ingredients-body .ingredients-name {
    display: flex;
    flex-direction: column;
    flex-basis: 40%;
    font-size: 14px;
    color: #333333;
}

.modal-body .ingredients-body .ingredients-bar {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center;
}

.modal-body .ingredients-body .ingredients-bar tc-range-slider {
    flex: 1;
}

.modal-body .ingredients-body .ingredients-bar label {
    margin: 0 1rem;
    width: 2rem;
    text-align: center;
}

.modal-body .ingredients-body .ingredients-bar .value {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1.2rem;
}

.modal-body .ingredients-body .ingredients-bar .desc {
    text-align: center;
    padding: 0 1rem 1rem 1rem;
}

.modal-footer {
    justify-content: space-between !important;
}

.modal-footer .quantity-button form {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

.modal-footer .quantity-button .value-button {
    display: inline-block;
    border: 1px solid #d7d7d7;
    color: #000;
    margin: 0px;
    width: 40px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    padding: 4px 0;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.modal-footer .quantity-button .value-button:hover {
    cursor: pointer;
}

.modal-footer .quantity-button form #decrease {
    margin-right: -4px;
    border-radius: 6px 0 0 6px;
}

.modal-footer .quantity-button form #increase {
    margin-left: -4px;
    border-radius: 0 6px 6px 0;
}

.modal-footer .quantity-button form #input-wrap {
    margin: 0px;
    padding: 0px;
}

.modal-footer .quantity-button input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    margin: 0px;
    width: 40px;
    height: 30px;
    position: relative;
    top: 2px;
}

.modal-footer .quantity-button input[type="number"]::-webkit-inner-spin-button,
.modal-footer .quantity-button input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.modal-footer .cart_btu {
    -webkit-transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color;
    background: var(--bs-primary);
    border-radius: 0;
    font-size: 12px;
    border: none;
    color: #ffffff;
    margin-top: 10px;
    padding: 5px 15px;
    position: relative;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: color;
}

.modal-footer .cart_btu:before {
    -webkit-transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    background: #333;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: 0 50%;
    transform: scaleX(0);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.modal-footer .cart_btu:hover,
.modal-footer .cart_btu:focus,
.modal-footer .cart_btu:active {
    color: #ffffff;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px !important;
        margin: 1.75rem auto;
    }
}

/*Menu Details*/
.menu-details .wrapper {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.menu-details .image-gallery {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
}

.menu-details .primary {
    display: table-cell;
    width: 623px;
    height: 623px;
    background-color: #fbfafa;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.menu-details .thumbnails {
    display: table-cell;
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.menu-details .thumbnail:hover .thumbnail-image {
    border: 4px solid var(--bs-primary);
}

.menu-details .selected .thumbnail-image {
    border: 4px solid var(--bs-primary);
}

.menu-details .thumbnail-image {
    width: 95px;
    height: 95px;
    margin: 20px auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 4px solid transparent;
}

.menu-details .product_right h2,
.menu-details .product_right .h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #ffffff;
    text-align: left;
    line-height: normal;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .menu-details .product_right h2,
    .menu-details .product_right .h2 {
        font-size: 28px;
    }
}

.menu-details .product_right p {
    margin-top: 20px;
}

.menu-details .product_right .product_size {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.menu-details .product_right .product_size label {
    display: flex;
    flex-direction: column;
    flex-basis: 40%;
}

.menu-details .product_right .product_size .form-control {
    width: 30%;
}

.menu-details .product_right .product-quantity {
    margin-top: 25px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.menu-details .product_right .product-quantity label {
    display: flex;
    flex-direction: column;
    flex-basis: 40%;
}

.menu-details .product_right .product-quantity .quantity-button {
    border: 1px solid #d7d7d7;
    border-radius: 0.25rem;
    width: 30%;
    height: 38px;
    color: #333333;
}

.menu-details .product_right .product-quantity .quantity-button form {
    width: auto;
    display: flex;
    background-color: #ffffff;
    justify-content: space-between;
    background-color: #ffffff;
}

.menu-details .product_right .product-quantity .quantity-button .value-button {
    display: inline-block;
    border: none;
    margin: 0px;
    width: 40px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    padding: 8px 0;
    background: #ffffff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.menu-details .product_right .product-quantity .quantity-button .value-button:hover {
    cursor: pointer;
}

.menu-details .product_right .product-quantity .quantity-button form #decrease {
    margin-right: -5px;
    border-radius: 6px 0 0 6px;
}

.menu-details .product_right .product-quantity .quantity-button form #increase {
    margin-left: -4px;
    border-radius: 0 6px 6px 0;
}

.menu-details .product_right .product-quantity .quantity-button form #input-wrap {
    margin: 0px;
    padding: 0px;
}

.menu-details .product_right .product-quantity .quantity-button input#number {
    text-align: center;
    border: none;
    margin: 0px;
    width: 40px;
    height: 36px;
}

.menu-details .product_right .product-quantity .quantity-button input[type="number"]::-webkit-inner-spin-button,
.menu-details .product_right .product-quantity .quantity-button input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.menu-details .product_right .ingredients-head {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}

.menu-details .product_right .ingredients-head h5,
.menu-details .product_right .ingredients-head .h5 {
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    margin: 30px 0 15px 0;
}

.menu-details .product_right .ingredients-head .ingredients-left {
    display: flex;
    flex-direction: column;
    flex-basis: 40%;
}

.menu-details .product_right .ingredients-head .ingredients-right {
    flex-basis: 60%;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.menu-details .product_right .ingredients-head .ingredients-right h5,
.menu-details .product_right .ingredients-head .ingredients-right .h5 {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    margin: 30px 0 15px 0;
}

.menu-details .product_right .ingredients-body {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    padding: 10px 0;
}

.menu-details .product_right .ingredients-body .ingredients-name {
    display: flex;
    flex-direction: column;
    flex-basis: 40%;
    font-size: 14px;
}

.menu-details .product_right .ingredients-body .ingredients-bar {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center;
}

.menu-details .product_right .ingredients-body .ingredients-bar tc-range-slider {
    flex: 1;
}

.menu-details .product_right .ingredients-body .ingredients-bar label {
    margin: 0 1rem;
    width: 2rem;
    text-align: center;
}

.menu-details .product_right .ingredients-body .ingredients-bar .value {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1.2rem;
}

.menu-details .product_right .ingredients-body .ingredients-bar .desc {
    text-align: center;
    padding: 0 1rem 1rem 1rem;
}

.menu-details .product_right .personalized-items {
    margin: 20px 0;
}

.menu-details .product_right .personalized-items-btn {
    background: var(--bs-primary);
    height: 43px;
    border-radius: 5px;
    border: none;
    color: #ffffff;
}

.menu-details .product_right .personalized-items-btn:hover {
    color: var(--bs-primary);
    background-color: #fff;
}

.personalized-items-btn:hover,
.personalized-items-btn:focus,
.personalized-items-btn:active {
    color: #fff;
    background-color: var(--bs-primary);
}

.menu-details .product_right .category {
    margin-bottom: 35px;
    font-size: 14px;
}

.menu-details .product_right .category span {
    font-weight: 700;
}

.menu-details .product_right .product_add {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.menu-details .product_right .product_add .product_add_price {
    font-size: 16px;
    flex-direction: column;
    flex-basis: 40%;
    display: flex;
}

.menu-details .product_right .product_add .product_add_button_btu {
    font-weight: 400;
    border-radius: 5px;
    font-size: 16px;
    width: 130px;
    height: 38px;
    background: var(--bs-primary);
    border: none;
    color: #fff;
}

.menu-details .product_right .product_add .product_add_button_btu:hover {
    color: var(--bs-primary);
    background: #ffffff;
}

.menu-details .extras {
    margin-top: 60px;
    margin-bottom: 20px;
}

.menu-details .extras h2,
.menu-details .extras .h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #ffffff;
    text-align: left;
    line-height: normal;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .menu-details .extras h2,
    .menu-details .extras .h2 {
        font-size: 28px;
    }
}

.menu-details .extras-items .extras-food-item {
    width: 100%;
    min-height: 280px;
    margin-bottom: 40px;
}

.menu-details .extras-items .extras-food-item .item-inner {
    height: auto;
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-color: #ffffff;
    position: relative;
}

.menu-details .extras-items .extras-food-item .item-inner .food-type {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
}

.menu-details .extras-items .extras-food-item .item-inner .food-type img {
    width: 100%;
    border-radius: 0;
}

.menu-details .extras-items .extras-food-item .item-inner img {
    max-width: 100% !important;
    border-radius: 20px 20px 0 0;
    object-fit: fill;
    width: 100%;
}

.menu-details .extras-items .extras-food-item .item-inner .item-details {
    padding: 15px;
}

.menu-details .extras-items .extras-food-item .item-inner .item-details .item-name {
    color: #333333;
    font-weight: 700;
}

.menu-details .extras-items .extras-food-item .item-inner .item-details .item-ingredient {
    color: #333333;
}

.menu-details .extras-items .extras-food-item .item-inner .item-details .item-bottom {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.menu-details .extras-items .extras-food-item .item-inner .item-details .item-bottom .item-price {
    color: #333333;
    font-weight: 700;
}

.menu-details .extras-items .extras-food-item .item-inner .item-details .item-bottom .item-cart .cart_btn {
    font-size: 12px;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 5px;
    border: 2px solid var(--bs-primary);
    background-color: var(--bs-primary);
}

.menu-details .extras-items .extras-food-item .item-inner .item-details .item-bottom .item-cart .cart_btn:hover {
    font-size: 12px;
    padding: 5px 10px;
    color: var(--bs-primary);
    border-radius: 5px;
    background-color: #ffffff;
}
.queue-order-body {
    background-color: #333333;
    padding: 26px;
    border-radius: 20px;
}
.queue-cancellation {
    background-color: #333333;
    padding: 26px;
    border-radius: 20px;
}
/*Shopping Cart*/
.shopping_cart {
    background-color: #000;
}

.shopping_cart .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: #fdfcfc;
}

.shopping_cart .cart-list {
    margin: 0;
    /*responsive*/
}

.shopping_cart .cart-list .table td,
.shopping_cart .cart-list .table th {
    padding: 12px 15px;
    text-align: left;
    font-size: 16px;
    vertical-align: middle;
}

.shopping_cart .cart-list .table th {
    background-color: transparent;
    color: #ffffff;
    border: transparent;
    font-size: 16px;
    font-weight: 600;
}

.shopping_cart .cart-list .table th :first-child {
    width: 70px;
    padding: 0 15px;
}

.shopping_cart .cart-list .table tbody tr:nth-child(even) {
    background-color: #d1e8f5;
}

@media (max-width: 767px) {
    .shopping_cart .cart-list .table thead {
        display: none;
    }

    .shopping_cart .cart-list .table,
    .shopping_cart .cart-list .table tbody,
    .shopping_cart .cart-list .table tr,
    .shopping_cart .cart-list .table td {
        display: block;
        width: 100%;
    }

    .shopping_cart .cart-list .table tr {
        margin-bottom: 15px;
    }

    .shopping_cart .cart-list .table td {
        padding-left: 50%;
        text-align: left;
        position: relative;
        height: 95px;
        display: flex;
        align-items: center;
    }

    .shopping_cart .cart-list .table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-size: 15px;
        font-weight: bold;
        text-align: left;
    }
}

.shopping_cart .thumb_cart {
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 10px;
    float: left;
    position: relative;
    border: 2px solid #ffffff;
    padding: 5px;
    box-sizing: content-box;
    border-radius: 10%;
    overflow: hidden;
}

.shopping_cart .thumb_cart img {
    width: 80px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
}

.shopping_cart .item_cart {
    padding: 25px 0 0 10px;
    line-height: 1.3;
    font-weight: 500;
}

.shopping_cart .quantity-button form {
    width: auto;
    display: inline-block;
    background-color: #ffffff;
}

.shopping_cart .quantity-button .value-button {
    display: inline-block;
    border: none;
    margin: 0px;
    width: 40px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    padding: 4px 0;
    background: #ffffff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.shopping_cart .quantity-button .value-button:hover {
    cursor: pointer;
}

.shopping_cart .quantity-button form #decrease {
    margin-right: -5px;
    border-radius: 6px 0 0 6px;
}

.shopping_cart .quantity-button form #increase {
    margin-left: -4px;
    border-radius: 0 6px 6px 0;
}

.shopping_cart .quantity-button form #input-wrap {
    margin: 0px;
    padding: 0px;
}

.shopping_cart .quantity-button input#number {
    text-align: center;
    border: none;
    margin: 0px;
    width: 40px;
    height: 30px;
}

.shopping_cart .quantity-button input[type="number"]::-webkit-inner-spin-button,
.shopping_cart .quantity-button input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.shopping_cart .update-cart {
    margin: 30px 0;
    display: flex;
    justify-content: end;
}

.shopping_cart .update-cart .update-cart-btn {
    background: var(--bs-primary);
    color: #ffffff;
    border-radius: 5px;
    font-size: 18px;
    width: 148px;
    height: 43px;
}

.shopping_cart .update-cart .update-cart-btn:hover {
    background: #ffffff;
    color: var(--bs-primary);
}

.shopping_cart .sub-total {
    background-color: #ffffff;
    padding: 40px 25px;
    text-align: right;
    width: 40%;
    float: right;
    position: relative;
    z-index: 9;
    color: #000;
}

@media only screen and (max-width: 756px) {
    .shopping_cart .sub-total {
        width: 100%;
    }
}

.shopping_cart .sub-total ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
}

.shopping_cart .sub-total ul li {
    margin-bottom: 20px;
}

.shopping_cart .sub-total ul li span {
    float: left;
}

.shopping_cart .sub-total ul li:last-child {
    color: var(--bs-primary);
    margin-top: 30px;
}

.shopping_cart .sub-total-btn {
    background: var(--bs-primary);
    color: #ffffff;
    border: 1px solid var(--bs-primary);
    border-radius: 5px;
    font-size: 18px;
    width: 100%;
    height: 43px;
}

.shopping_cart .sub-total-btn:hover {
    background: #ffffff;
    color: var(--bs-primary);
}

.qty-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-container button:focus,
.qty-container input:focus {
    outline: none;
    box-shadow: none;
}

.qty-container a,
.qty-container a:hover {
    text-decoration: none;
}

.qty-container .input-qty {
    text-align: center;
    padding: 6px 10px;
    border: 1px solid #d4d4d4;
    max-width: 80px;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    border: 1px solid #d4d4d4;
    padding: 10px 13px;
    font-size: 10px;
    height: 38px;
    width: 38px;
    transition: 0.3s;
}

.qty-container .qty-btn-plus {
    margin-left: -1px;
}

.qty-container .qty-btn-minus {
    margin-right: -1px;
}

/*---------------------------*/
.btn-cornered,
.input-cornered {
    border-radius: 4px;
}

.btn-rounded {
    border-radius: 50%;
}

.input-rounded {
    border-radius: 50px;
}

/*Check Out*/
.checkout {
    padding-bottom: 120px;
}

.save-cancel .form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

@media only screen and (max-width: 991px) {
    .checkout {
        padding-bottom: 80px;
    }
}

.checkout .personal-details {
    border-radius: 5px;
    margin-bottom: 25px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.checkout .personal-details .head {
    text-align: center;
    padding: 23px 20px 18px 20px;
    background-color: var(--bs-primary);
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
}

.checkout .personal-details .change_address {
    display: flex;
}

.checkout .personal-details .change_address p {
    width: 80%;
    margin: 0 10px 0 0;
    color: #000;
}

.checkout .personal-details .change_address a {
    color: #000;
}

.checkout .personal-details .change_address a:hover {
    background-color: var(--bs-primary);
    color: #ffffff !important;
}

.checkout .personal-details .change_address .change_address_btn {
    width: 200px;
    border: 2px solid var(--bs-primary);
    height: 45px;
}

.checkout .personal-details .main {
    padding: 25px;
}

.checkout .personal-details .main .personal-details-form label {
    margin-bottom: 5px;
    font-size: 14px;
    color: #000;
}

.checkout .personal-details .main .accordion-item {
    margin: 1px 0;
}

.checkout .personal-details .main .accordion-item .accordion-button::after {
    display: none;
}

.checkout .personal-details .main .accordion-item .dark_bg {
    background-color: #d7d7d7;
    color: #333333;
}

.checkout .products-link .shopping_btn {
    text-decoration: none;
    color: #ffffff;
    padding: 1.2rem 2.5rem;
    font-size: 22px;
    background-color: var(--bs-primary);
}

.checkout .products-link ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.checkout .products-link input {
    transition: all 0.25s linear;
    outline: none;
}

.checkout .products-link input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.checkout .products-link input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.checkout .products-link .products {
    border-top: 1px solid #d7d7d7;
}

.checkout .products-link .products > li {
    padding: 1rem 0;
    border-bottom: 1px solid #d7d7d7;
    color: #000;
}

.checkout .products-link .products_list {
    position: relative;
    overflow: auto;
    width: 100%;
}

.checkout .products-link .products-item.right {
    position: absolute;
    right: 0;
    top: calc(50% - 30px);
}

.checkout .products-link .detail {
    padding: 0 0.5rem;
    line-height: 2.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.checkout .products-link .detail .name {
    font-size: 14px;
    flex-basis: 65%;
    display: flex;
    flex-direction: column;
}

.checkout .products-link .detail .name a {
    color: #333333;
    text-decoration: none;
}

.checkout .products-link .detail .description {
    color: #333333;
    font-size: 14px;
}

.checkout .products-link .detail .price {
    font-size: 14px;
}

.checkout .products-link .quantity {
    text-align: center;
}

.checkout .products-link .quantity > input {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: relative;
    left: calc(50% - 30px);
    background: #ffffff;
    border: 2px solid #d7d7d7;
    color: #333333;
    text-align: center;
    font:
        600 1.5rem Helvetica,
        Arial,
        sans-serif;
}

.checkout .products-link .quantity > input:hover {
    border-color: var(--bs-primary);
}

.checkout .products-link .quantity > input:focus {
    border-color: var(--bs-primary);
}

.checkout .products-link .remove {
    text-align: center;
}

.checkout .products-link .remove svg {
    width: 60px;
    height: 60px;
}

.checkout .products-link .close {
    fill: #333333;
    transition:
        color 150ms linear,
        background-color 150ms linear,
        fill 150ms linear,
        150ms opacity linear;
    cursor: pointer;
}

.checkout .products-link .close:hover {
    fill: #ed2023;
}

.checkout .products-link .summary {
    font-size: 14px;
    color: #000;
}

.checkout .products-link .summary ul li {
    padding: 0.5rem 0;
    display: flex;
    justify-content: space-between;
    flex-basis: 65%;
}

.checkout .products-link .summary ul li span {
    display: inline-block;
    width: 30%;
}

.checkout .products-link .summary ul li.total {
    font-weight: bold;
    color: #ed2023;
}

.checkout .products-link .checkout-details {
    text-align: right;
}

.checkout .products-link .checkout-details > button {
    background: var(--bs-primary);
    color: #ffffff;
    border: 1px solid var(--bs-primary);
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
    height: 43px;
}

.checkout .products-link .checkout-details > button:hover {
    background: #ffffff;
    color: var(--bs-primary);
}

.checkout .products-link .empty-product {
    text-align: center;
}

.checkout .products-link .empty-product > button {
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 5px;
}

/*Save Details */
.save-details {
    display: flex;
    justify-content: space-between;
}

.save-details .save-details_btn {
    background: var(--bs-primary);
    color: #ffffff;
    border-radius: 5px;
    width: 45%;
    height: 43px;
}

.save-details .cancel-details_btn {
    background: #ffffff;
    color: #000;
    border: 2px solid var(--bs-primary);
    border-radius: 5px;
    width: 45%;
    height: 43px;
}

.saved_address {
    border: 1px solid #dee2e6;
    border-radius: 2px;
    min-height: 150px;
    padding: 15px;
}

.saved_address_head {
    display: flex;
    justify-content: space-between;
}

.saved_address_head .tag {
    background-color: #d7d7d7;
    padding: 2px 6px;
    color: #333333;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}

.saved_address_head .showLeft {
    text-shadow: white !important;
    color: black !important;
}

.saved_address_head .icons li {
    background: none repeat scroll 0 0 black;
    height: 7px;
    width: 7px;
    line-height: 0;
    list-style: none outside none;
    margin-right: 15px;
    margin-top: 3px;
    vertical-align: top;
    cursor: pointer;
    border-radius: 50%;
    pointer-events: none;
}

.saved_address_head .btn-left {
    left: 0.4em;
}

.saved_address_head .btn-right {
    right: 2em;
}

.saved_address_head .btn-left,
.saved_address_head .btn-right {
    position: absolute;
    top: 0em;
}

.saved_address_head .dropdown {
    position: absolute;
    display: inline-block;
    right: 0.4em;
}

.saved_address_head .dropdown-content {
    display: none;
    position: relative;
    margin-top: 40px;
    right: 40px;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.saved_address_head .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.saved_address_head .dropdown a:hover {
    background-color: #f1f1f1;
}

.saved_address_head .show {
    display: block;
}

.saved_address .saved_details {
    display: flex;
    font-weight: 500;
}

.saved_address .saved_details P {
    color: #000;
}

.saved_address .saved_details .name {
    margin-right: 20px;
}

.saved_address .address {
    width: 60%;
    color: #000;
}

@media all and (max-width: 599px) {
    .checkout .products-link .quantity > input {
        width: 40px;
        height: 40px;
        left: calc(50% - 20px);
    }

    .checkout .products-link .remove svg {
        width: 40px;
        height: 40px;
    }
}

/* Profile */
.profile-main {
    background-color: #fbfafa;
    padding: 120px 0;
}

@media only screen and (max-width: 991px) {
    .profile-main {
        padding: 80px 0;
    }
}

.profile-main .profile-cover {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    border: 1px solid #e3e3e3;
}

.profile-main .profile-cover .profile-cover-edit {
    width: 40px;
    height: 40px;
    background-color: var(--bs-primary);
    border-radius: 50%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    right: 25px;
    bottom: 32px;
    position: absolute;
}

.profile-main .profile-cover .profile-cover-edit .fa {
    color: #ffffff;
}

.profile-main .profile-cover .profile-cover-edit button {
    background: transparent;
    border: none;
}

.profile-main .profile-cover img {
    max-width: 100%;
    width: 100%;
}

.profile-main .profile-cover .profile-image {
    width: 150px;
    height: 150px;
    position: absolute;
    border-radius: 50%;
    bottom: -46px;
    left: 85px;
    border: 2px solid #ffffff;
    text-align: center;
}

.profile-main .profile-cover .profile-image .profile-edit {
    width: 35px;
    height: 35px;
    background-color: var(--bs-primary);
    border-radius: 50%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    right: -8px;
    bottom: 10px;
    position: absolute;
}

.profile-main .profile-cover .profile-image .profile-edit .fa {
    color: #ffffff;
}

.profile-main .profile-cover .profile-image .profile-edit button {
    background: transparent;
    border: none;
}

@media (max-width: 991px) {
    .profile-main .profile-cover .profile-image {
        width: 90px;
        height: 90px;
        left: 30px;
    }
}

.profile-main .profile-cover .profile-image img {
    max-width: 100%;
    width: 100%;
    border-radius: 50%;
}

.profile-main .profile-cover .profile-image h5 {
    margin-top: 20px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    white-space: nowrap;
}

.profile-main .profile-cover .profile-image h4 {
    color: #000;
    white-space: nowrap;
    margin-bottom: 4px;
}
.profile-none-edit .profile-form {
    top: 140px !important;
}
.profile-main .profile-form {
    position: relative;
    top: 110px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    border-radius: 20px;
    padding: 60px 140px;
    margin-bottom: 140px;
}

@media only screen and (max-width: 991px) {
    .profile-main .profile-form {
        top: 125px;
    }
}

@media (max-width: 991px) {
    .profile-main .profile-form {
        padding: 30px 60px;
    }
}

@media (max-width: 767px) {
    .profile-main .profile-form {
        padding: 25px;
    }
}

.profile-main .profile-form .contact-form input:focus,
.profile-main .profile-form .contact-form input:active {
    outline: none;
    border: none;
    box-shadow: none;
    border: 1px solid #797979;
}

.profile-main .profile-form .contact-form {
    color: #000;
}

.profile-main .profile-form .contact-form .form-control {
    border-radius: 4px;
    height: 45px;
    border: 1px solid #797979;
}

.profile-main .profile-form .contact-form label {
    margin-bottom: 5px;
    font-size: 14px;
}

.profile-main .profile-form .contact-form .place-top {
    margin-top: 90px;
}

@media (max-width: 767px) {
    .profile-main .profile-form .contact-form .place-top {
        margin-top: 0;
    }
}

.profile-main .profile-form .contact-form .profile-edit-btn {
    background: var(--bs-primary);
    color: #ffffff;
    font-weight: 400;
    padding: 12px 42px;
    height: 52px;
    float: right;
    margin-top: 55px;
    width: 226px;
    height: 47px;
}

@media (max-width: 767px) {
    .profile-main .profile-form .contact-form .profile-edit-btn {
        margin-top: 20px;
        width: 100%;
    }
}

.canvas {
    width: auto;
    font-size: 18px;
    position: relative;
    z-index: 99;
}

.side-banner {
    position: fixed;
    z-index: 99;
    top: 165px;
    left: -200px;
    color: #fff;
    width: 250px;
    height: auto;
    text-align: left;
    padding-top: 0px;
    border-radius: 5px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: left 0.5s;
}

.side-banner.visible {
    left: 0px;
}

.rotate {
    width: 100px;
    transform: rotate(-90deg);
    position: absolute;
    right: -27px;
    top: 23px;
    text-align: center;
    height: 54px;
    padding-top: 15px;
    background-color: #009;
    cursor: pointer;
}

.rotate .fa-user {
    transform: rotate(90deg);
}

/* .rotate1 {
    width: 100px;
    transform: rotate(-90deg);
    position: absolute;
    right: -27px;
    top: 23px;
    text-align: center;
    height: 54px;
    padding-top: 15px;
    background-color: rgb(107, 10, 75);
    cursor: pointer;
}
 */
.rotate1 {
    width: 82px;
    transform: rotate(-90deg);
    position: absolute;
    right: -27px;
    top: 17px;
    text-align: center;
    height: 54px;
    /* padding-top: -3px; */
    background-color: rgb(107, 10, 75);
    cursor: pointer;
    line-height: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 4px;
}
.rotate1 .fa-shopping-cart {
    transform: rotate(90deg);
}

.brands {
    margin-right: 50px;
    color: #fff;
    text-align: center;
}

.brands1 {
    margin-right: 50px;
    color: #fff;
    text-align: center;
}

.brand-block {
    width: 200px;
    height: 50px;
    padding-top: 15px;
    box-sizing: border-box;
}
/* Styles for even elements */
.brand-block:nth-child(even) {
    background-color: var(--bs-primary);
}

/* Styles for odd elements */
.brand-block:nth-child(odd) {
    background-color: #02d;
}
.brand-block a {
    color: #fff;
    text-decoration: none;
}

.brand-block a:hover {
    color: #000;
}

.red {
    background-color: var(--bs-primary);
}

.green {
    background-color: #090;
}

.blue {
    background-color: #02d;
}

.side-banner1 {
    position: fixed;
    z-index: 9;
    top: 300px;
    left: -209px;
    color: #fff;
    width: 250px;
    height: auto;
    text-align: left;
    padding-top: 0px;
    border-radius: 5px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: left 0.5s;
}

.side-banner1 a {
    color: #ffffff;
}
.side-banner1 a:hover {
    color: #ffffff;
}

/* .side-banner1 span {
    position: relative;
    z-index: 99999;
    background: #ffffff;
    width: 30px;
    height: 30px;
    top: -30px;
    line-height: 32px;
    left: 60px;
    display: block;
    color: #000;
    transform: rotate(90deg);
} */
.side-banner1 span {
    position: relative;
    z-index: 99999;
    background: rgb(255 255 255 / 62%);
    width: 30px;
    height: 30px;
    /* top: -30px; */
    line-height: 32px;
    /* left: 25px; */
    /* display: block; */
    color: #000;
    transform: rotate(90deg);
}
.side-banner1.visible1 {
    left: 0px;
}

/*-----Contact--------*/
#contactUsForm{
    display: flex;
  flex-wrap: wrap;
  gap: 19px;
}
#contactUsForm .mb-3{
    flex-basis: 48%;
    box-sizing: border-box;
    margin-bottom: 0 !important;
   
}
.contact-block {
    background-color: #000;
}

.contact-page-side-content {
    background-color: #333333;
    padding: 25px 30px 0;
    border-radius: 20px;
    /* margin-top: 60px; */
}

.contact-page-side-content .contact-page-title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.contact-page-side-content .single-contact-block h4 > i {
    margin-right: 5px;
}

.contact-page-side-content .single-contact-block p {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.contact-page-side-content .contact-page-message {
    margin-bottom: 0;
    padding-bottom: 25px;
}

.map {
    margin-bottom: 60px;
}

.login-container .login-main .login-sec .login-form .opt-main {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 38px;
    margin-bottom: 0px !important;
}

.toggle-password {
    position: absolute;
    right: 16px;
    top: 46px;
    color: #000;
}

.login-container .login-main .login-sec .login-form .opt-main .otp-in {
    width: 20% !important;
}

.login-container .login-main .login-sec .verification-form .opt-main .otp-in {
    width: 20% !important;
}

.login-container .login-main .login-sec .login-form .opt-main .otp-input-fields {
    margin: auto;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.login-container .login-main .login-sec .verification-form .opt-main .otp-input-fields {
    margin: auto;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

@media (max-width: 460px) {
    .login-container .login-main .login-sec .login-form .opt-main .otp-input-fields {
        flex-wrap: wrap;
    }

    .login-container .login-main .login-sec .verification-form .opt-main .otp-input-fields {
        flex-wrap: wrap;
    }

    .section-heading {
        margin-bottom: 30px;
    }
}

.login-container .login-main .login-sec .verification-form .opt-main .otp-input-fields input {
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #2f8f1f;
    text-align: center;
    outline: none;
    font-size: 16px;
    /* Firefox */
}

.login-container .login-main .login-sec .login-form .opt-main .otp-input-fields input {
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #2f8f1f;
    text-align: center;
    outline: none;
    font-size: 16px;
    /* Firefox */
}

.login-container .login-main .login-sec .verification-form .opt-main .otp-input-fields input {
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #2f8f1f;
    text-align: center;
    outline: none;
    font-size: 16px;
    /* Firefox */
}

.login-container .login-main .login-sec .login-form .opt-main .otp-input-fields input::-webkit-outer-spin-button,
.login-container .login-main .login-sec .login-form .opt-main .otp-input-fields input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.login-container .login-main .login-sec .login-form .opt-main .otp-input-fields input[type="number"] {
    -moz-appearance: textfield;
}

.login-container .login-main .login-sec .login-form .opt-main .otp-input-fields input:focus {
    border-width: 2px;
    border-color: #287a1a;
    font-size: 20px;
}

.login-container .login-main .login-sec .login-form .opt-main .result {
    max-width: 400px;
    margin: auto;
    padding: 24px;
    text-align: center;
}

.login-container .login-main .login-sec .login-form .opt-main .result p {
    font-size: 24px;
    font-family: "Antonio", sans-serif;
    opacity: 1;
    transition: color 0.5s ease;
}

.login-container .login-main .login-sec .login-form .opt-main .result p._ok {
    color: green;
}

.login-container .login-main .login-sec .login-form .opt-main .result p._notok {
    color: var(--bs-primary);
    border-radius: 3px;
}

/* orders */
/* .my-order {
    .order-details {
        padding: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border-radius: 4px;
        margin-bottom: 20px;
        background-color: #141313;
        position: relative;

        .current-status {
            display: flex;
            justify-content: space-between;
            padding-top: 12px;

            .line {
                width: 50px;
                height: 2px;
                background-color: #c9c9c9;
            }

            .line_active {
                background-color: #4cbd3d;
            }

            .my-order-img {
                display: flex;
                align-items: center;

                .confirm {
                    background-image: url(../img/confirm.svg);
                    width: 24px;
                    height: 24px;
                    background-size: contain;
                }

                .confirm_active {
                    background-image: url(../img/confirm-active.svg);
                }

                .preparing {
                    background-image: url(../img/bowl-item.svg);
                    width: 24px;
                    height: 24px;
                    background-size: contain;
                }

                .preparing_active {
                    background-image: url(../img/bowl-item-active.svg);
                }
                
                .pick-up{
                    background-image: url(../img/pick-up.svg);
                    width: 24px;
                    height: 24px;
                    background-size: contain;
                }
                
                .pick-up_active {
                    background-image: url(../img/pick-up-active.svg);
                }

                .transit {
                    background-image: url(../img/transit.svg);
                    width: 24px;
                    height: 24px;
                    background-size: contain;
                }

                .transit_active {
                    background-image: url(../img/transit-active.svg);
                }

                .delivered {
                    background-image: url(../img/delivered.svg);
                    width: 24px;
                    height: 24px;
                    background-size: contain;
                }

                .delivered_active {
                    background-image: url(../img/delivered-active.svg);
                }

                @media only screen and (max-width: 580px) {
                    padding-top: 10px;
                }
            }

            .status-bar {
                display: flex;

                @media only screen and (max-width: 1200px) {
                    margin-top: 10px;
                }

                @media only screen and (max-width: 992px) {
                    margin-top: 0px;
                }
            }

            @media only screen and (max-width: 1200px) {
                display: block;
            }

            @media only screen and (max-width: 992px) {
                display: flex;
            }

            @media only screen and (max-width: 580px) {
                display: block;
            }
        }

        .corner-ribbon {
            width: 0;
            height: 0;
            border-top: 0px solid transparent;
            border-bottom: 60px solid transparent;
            border-left: 38px solid var(--bs-primary);
            position: absolute;
            left: 0px;
            top: 0px;
        }
    }

    .order-id {
        border-bottom: 1px solid #ddd;
        display: flex;
        justify-content: space-between;

        p {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            overflow: hidden;
            white-space: nowrap;
            display: block;
            text-overflow: ellipsis;
            width: 60%;
        }
    }

    .my-order-item {
        margin: 10px 0px;

        p {
            margin: 0px;
            overflow: hidden;
            white-space: nowrap;
            display: block;
            text-overflow: ellipsis;
        }
    }

    .total-item {
        display: flex;
        margin-top: 10px;
        justify-content: space-between;
    }

    .item-cart {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
        z-index: 99;
        position: relative;

        @media (max-width: 480px) {
            gap: 10px;
        }

        .cart_btn {
            font-size: 12px;
            padding: 5px 10px;
            color: #ffffff;
            border-radius: 5px;
            border: 2px solid var(--bs-primary);
            background-color: var(--bs-primary);

            @media (max-width: 480px) {
                padding: 5px;
            }
        }
    }
} */
.my-order .order-details {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #141313;
    position: relative;
  }
  .my-order .order-details .current-status {
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
  }
  .my-order .order-details .current-status .line {
    width: 35px;
    height: 2px;
    background-color: #c9c9c9;
  }
  .my-order .order-details .current-status .line_active {
    background-color: #4cbd3d;
  }
  .my-order .order-details .current-status .my-order-img {
    display: flex;
    align-items: center;
  }
  .my-order .order-details .current-status .my-order-img .confirm {
    background-image: url(../img/confirm.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
  }
  .my-order .order-details .current-status .my-order-img .confirm_active {
    background-image: url(../img/confirm-active.svg);
  }
  .my-order .order-details .current-status .my-order-img .preparing {
    background-image: url(../img/bowl-item.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
  }
  .my-order .order-details .current-status .my-order-img .preparing_active {
    background-image: url(../img/bowl-item-active.svg);
  }
  .my-order .order-details .current-status .my-order-img .pick-up {
    background-image: url(../img/pick-up.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
  }
  .my-order .order-details .current-status .my-order-img .pick-up_active {
    background-image: url(../img/pick-up-active.svg);
  }
  .my-order .order-details .current-status .my-order-img .transit {
    background-image: url(../img/transit.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
  }
  .my-order .order-details .current-status .my-order-img .transit_active {
    background-image: url(../img/transit-active.svg);
  }
  .my-order .order-details .current-status .my-order-img .delivered {
    background-image: url(../img/delivered.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
  }
  .my-order .order-details .current-status .my-order-img .delivered_active {
    background-image: url(../img/delivered-active.svg);
  }
  @media only screen and (max-width: 580px) {
    .my-order .order-details .current-status .my-order-img {
      padding-top: 10px;
    }
  }
  .my-order .order-details .current-status .status-bar {
    display: flex;
  }
  @media only screen and (max-width: 1200px) {
    .my-order .order-details .current-status .status-bar {
      margin-top: 10px;
    }
  }
  @media only screen and (max-width: 992px) {
    .my-order .order-details .current-status .status-bar {
      margin-top: 0px;
    }
  }
  @media only screen and (max-width: 1200px) {
    .my-order .order-details .current-status {
      display: block;
    }
  }
 /*  @media only screen and (max-width: 992px) {
    .my-order .order-details .current-status {
      display: flex;
    }
  } */
  @media only screen and (max-width: 580px) {
    .my-order .order-details .current-status {
      display: block;
    }
  }
  .my-order .order-details .corner-ribbon {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 38px solid var(--bs-primary);
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .my-order .order-id {
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
  }
  .my-order .order-id p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    width: 60%;
  }
  .my-order .my-order-item {
    margin: 10px 0px;
  }
  .my-order .my-order-item p {
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
  }
  .my-order .total-item {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
  }
  .my-order .item-cart {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    z-index: 99;
    position: relative;
  }
  @media (max-width: 480px) {
    .my-order .item-cart {
      gap: 10px;
    }
  }
  .my-order .item-cart .cart_btn {
    font-size: 12px;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 5px;
    border: 2px solid var(--bs-primary);
    background-color: var(--bs-primary);
  }
  @media (max-width: 480px) {
    .my-order .item-cart .cart_btn {
      padding: 5px;
    }
  }/*# sourceMappingURL=style.css.map */
.model-head {
    background-color: var(--bs-primary);
    color: #fff;
}

.my-order-modal {
    .my-order-date {
        font-weight: 700;
        color: #333333;
        font-size: 14px;
        margin-bottom: 16px;
    }

    .my-order-item {
        font-weight: 600;
        color: #333333;
        font-size: 14px;
        margin-bottom: 12px;
    }

    .model-details-top {
        display: flex;
        gap: 4px;
        border-bottom: 1px solid #ddd;

        .left-item {
            .customer-name {
                margin-bottom: 0px;
            }

            width: 50%;

            @media (max-width: 480px) {
                width: 100%;
            }
        }

        .right-item {
            width: 50%;
            text-align: right;

            /* margin-bottom: 20px; */
            @media (max-width: 480px) {
                width: 100%;
                text-align: left;
            }
        }

        .my-order-status {
            display: flex;
            justify-content: flex-end;
            gap: 6px;
            align-items: center;

            .my-pay-status {
                display: flex;
                justify-content: flex-end;
                gap: 6px;
                align-items: center;
            }

            .order-item-status {
                font-weight: 600;
                color: #333333;
                font-size: 14px;
                margin-bottom: 0px;
            }

            .status-order {
                border: 1px solid var(--bs-primary);
                padding-right: 10px;
                border-radius: 3px;
                padding-top: 2px;

                img {
                    width: 22px;
                    padding-bottom: 6px;
                    margin: 0px 10px;
                }
            }

            .status-pay {
                border: 1px solid var(--bs-primary);
                padding: 2px 6px;
                border-radius: 3px;
            }

            .refresh-btn {
                width: 20px;
            }

            @media (max-width: 480px) {
                justify-content: flex-start;
            }
        }

        .pay-top {
            margin-top: 0px;
            padding: 0px;

            @media (max-width: 480px) {
                margin-bottom: 10px;
            }
        }

        @media (max-width: 480px) {
            display: block;
        }
    }

    .modal-item-head {
        display: flex;
        padding-top: 20px;
        justify-content: space-between;

        .my-order-head {
            h5 {
                font-weight: 600;
                color: #333333;
                font-size: 14px;
                margin-bottom: 20px;
            }

            p {
                font-size: 14px;
                font-weight: 400;
                margin-bottom: 10px;
            }
        }

        .quty-align {
            text-align: center;
        }

        .border-line {
            border-top: 1px solid #ddd;
        }
    }

    .line {
        width: 50px;
        height: 2px;
        background-color: #c9c9c9;
    }

    .line_active {
        background-color: #4cbd3d;
    }

    .my-order-img {
        display: flex;
        align-items: center;

        .confirm {
            background-image: url(../img/confirm.svg);
            width: 24px;
            height: 24px;
            background-size: contain;
        }

        .confirm_active {
            background-image: url(../img/confirm-active.svg);
        }

        .preparing {
            background-image: url(../img/bowl-item.svg);
            width: 24px;
            height: 24px;
            background-size: contain;
        }

        .preparing_active {
            background-image: url(../img/bowl-item-active.svg);
        }
     
        .pick-up{
            background-image: url(../img/pick-up.svg);
            width: 24px;
            height: 24px;
            background-size: contain;
        }
        
        .pick-up_active {
            background-image: url(../img/pick-up-active.svg);
        }

        .transit {
            background-image: url(../img/transit.svg);
            width: 24px;
            height: 24px;
            background-size: contain;
        }

        .transit_active {
            background-image: url(../img/transit-active.svg);
        }

        .delivered {
            background-image: url(../img/delivered.svg);
            width: 24px;
            height: 24px;
            background-size: contain;
        }

        .delivered_active {
            background-image: url(../img/delivered-active.svg);
        }

        @media only screen and (max-width: 580px) {
            padding-top: 10px;
        }
    }

    .status-bar {
        display: flex;
    }

    .refresh-btn {
        width: 20px;
        margin-left: 10px;

        @media only screen and (max-width: 580px) {
            padding-top: 10px;
        }
    }

    .my-order-status {
        display: flex;
        justify-content: space-between;
        padding: 10px 0px;
        align-items: center;

        p {
            margin: 0px;
            font-weight: 600;
            color: #333333;
            font-size: 14px;
        }

        @media only screen and (max-width: 768px) {
            display: block;
        }
    }
}

.order-panel {
    padding-top: 20px;
}

.order-panel .table-head {
    display: flex;
    justify-content: space-between;
    color: #000000;
}

.order-panel .table-head .menuitem {
    width: 50%;
}

.order-panel .table-head .menuqty {
    width: 30%;
}

.order-panel .table-head .menuprice {
    width: 20%;
    text-align: right;
}

.form-check .form-check-input {
    height: 1em !important;
}

/* Core styles/functionality */
.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}

.tab input:checked ~ .tab__content {
    max-height: 10rem;
}

/* Visual styles */
.accordion {
    color: var(--theme);
    border-radius: 0.5rem;
    overflow: hidden;
}

.tab__label,
.tab__close {
    display: flex;
    color: white;
    background: var(--theme);
    cursor: pointer;
}

.tab__label {
    justify-content: space-between;
    padding: 6px 0px;
    color: #7c653b;
    font-size: 12px;

    span {
        color: #333333;
    }
}

.tab__content p {
    margin: 0;
    padding: 4px;
    font-size: 12px;
}

.tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}

.accordion--radio {
    --theme: var(--secondary);
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
    animation: bounce 0.5s infinite;
}

@keyframes bounce {
    25% {
        transform: rotate(90deg) translate(0.25rem);
    }

    75% {
        transform: rotate(90deg) translate(-0.25rem);
    }
}

.order-empty {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    /*background-color: #f5f5dc;*/
    padding: 40px;
    text-align: center;
    position: relative;
    z-index: 99;
    bottom: 50px;

    @media only screen and (max-width: 768px) {
        width: 80%;
    }

    .order-empty-image {
        width: 200px;
        height: 200px;
        margin-bottom: 20px;

        @media only screen and (max-width: 570px) {
            width: 100px;
            height: 100px;
        }

        img {
            width: 100%;
        }
    }

    span {
        font-weight: 600;
        margin-bottom: 10px;
    }

    .order-empty-btn {
        width: auto;
        min-height: 56px;
        font-size: 18px;
        padding: 2px 20px;
        color: #ffffff;
        border-radius: 5px;
        border: 1px solid var(--bs-primary);
        background-color: var(--bs-primary);
        line-height: 50px;
    }
}

/*menu data*/
.meta-tag-main .meta_tag_form {
    background-color: #ffffff;
    border-radius: 10px;
}

.meta-tag-main .meta_tag_form h2,
.meta-tag-main .meta_tag_form .h2 {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 2.25rem;
    padding-bottom: 20px;
}

@media (min-width: 1921px) {
    .meta-tag-main .meta_tag_form h2,
    .meta-tag-main .meta_tag_form .h2 {
        font-size: 3.813rem;
    }
}

.meta-tag-main .meta_tag_form .table-content table {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    width: 100%;
    margin-bottom: 0;
}

.meta-tag-main .meta_tag_form .table-content table th {
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-top: medium none;
    font-size: 18px;
    text-transform: capitalize;
    padding: 20px 10px;
    font-weight: 600;
    vertical-align: middle;
}

.meta-tag-main .meta_tag_form .table-content table td {
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-top: medium none;
    padding: 18px 10px;
    vertical-align: middle;
    font-size: 16px;
}

.meta-tag-main .meta_tag_form .table-content table td.meta-tag-select {
    font-size: 20px;
}

.meta-tag-main .meta_tag_form .table-content table td.meta-tag-page-name {
    min-width: 120px;
}

.meta-tag-main .meta_tag_form .table-content table td.meta-tag-add {
    min-width: 220px;
}

.meta-tag-main .meta_tag_form .table-content table td.meta-tag-description {
    min-width: 220px;
}

.meta-tag-main .meta_tag_form .form-check-input:checked {
    background-color: var(--bs-primary) !important;
}

.meta-tag-main .meta_tag_form .form-check-input:focus {
    box-shadow: none !important;
}

.meta-tag-main .meta-btu-details {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.meta-tag-main .meta-btu-details .meta_btn-save {
    background-color: var(--bs-primary);
}

.meta-tag-main .meta-btu-details .meta_btn-cancel {
    background-color: var(--bs-primary);
}

.meta-tag-main .meta-btu-details .meta_btn {
    transition: all 0.3s ease-in;
    color: #ffffff;
    display: block;
    width: auto !important;
    padding: 0 26px;
    border-radius: 0;
    height: 40px;
    border: 0;
    border-radius: 50px;
    text-transform: uppercase;
}

@media (min-width: 1440px) {
    .meta-tag-main .meta-btu-details .meta_btn {
        font-size: 1.125rem;
        width: -moz-max-content !important;
        width: max-content !important;
        padding: 0 26px;
        height: 50px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 1921px) {
    .meta-tag-main .meta-btu-details .meta_btn {
        font-size: 1.875rem;
        padding: 0 40px !important;
        height: 76px;
        border-radius: 50px;
    }
}

/* More specific targeting */
input[type="number"].otp__digit::-webkit-outer-spin-button,
input[type="number"].otp__digit::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"].otp__digit {
    -moz-appearance: textfield;
}
                /* The icon for information */
                .help-tip {
                   /*  position: absolute; */
                    z-index: 999;
                  /*   bottom: -73px;
                    right: -55px;
                    transform: translate(-50%, -50%); */
                    margin: auto;
                    text-align: center;
                    border: 2px solid #333;
                    border-radius: 50%;
                    width: 16px;
                    height: 16px;
                    background-color: #333333;
                    font-size: 10px;
                    line-height: 15px;
                    cursor: default;
                    color: #ffffff;

                }

                .help-tip:before {
                    content: '?';
                    font-family: sans-serif;
                    font-weight: normal;
                    color: #ffffff;
                }

                .help-tip:hover p {
                    display: block;
                    transform-origin: 100% 0%;
                    -webkit-animation: fadeIn 0.3s ease;
                    animation: fadeIn 0.3s ease;
                }

                /* The tooltip */
                .help-tip p {
                    display: none;
                    font-family: sans-serif;
                    text-rendering: optimizeLegibility;
                    -webkit-font-smoothing: antialiased;
                    text-align: center;
                    background-color: #FFFFFF;
                    padding: 12px 16px;
                    width: 200px;
                    white-space: normal;
                    height: auto;
                    position: absolute;

                    left: 50%;
                    transform: translate(-50%, 5%);
                    border-radius: 3px;
                    /* 	border: 1px solid #E0E0E0; */
                    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
                    color: #37393D;
                    font-size: 12px;
                    line-height: 18px;
                    z-index: 99;
                }

                /* The pointer of the tooltip */
                .help-tip p:before {
                    position: absolute;
                    content: '';
                    width: 0;
                    height: 0;
                    border: 10px solid transparent;
                    border-bottom-color: #FFFFFF;
                    top: -9px;
                    left: 50%;
                    transform: translate(-50%, -50%);
                }

                /* Prevents the tooltip from being hidden */
                .help-tip p:after {
                    width: 10px;
                    height: 40px;
                    content: '';
                    position: absolute;
                    top: -40px;
                    left: 0;
                }

                /* CSS animation */
                @-webkit-keyframes fadeIn {
                    0% {
                        opacity: 0;
                    }

                    100% {
                        opacity: 100%;
                    }
                }

                @keyframes fadeIn {
                    0% {
                        opacity: 0;
                    }

                    100% {
                        opacity: 100%;
                    }
                }

                /*information icon end*/
            