@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    color: var(--viola_black);
    background-color: var(--pale_grey);
    /* height: 100vh; */
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

.text-justify {
    text-align: justify;
}

.hw-50 {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.hw-70{
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.w-410{
    width: 410px !important;
}

a {
    text-decoration: none;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

input::placeholder {
    font-size: 14px;
}

.direction-ltr {
    direction: ltr;
}

.direction-rtl {
    direction: rtl;
}

.justify-items-end {
    justify-items: end !important;
}

.justify-items-center {
    justify-items: center !important;
}

.fs-7 {
    font-size: 14px !important;
}

.fs-8 {
    font-size: 12px !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

/* breadcrumb */
.breadcrumb {
    margin-bottom: 0;
    align-items: center;
}

.breadcrumb-sec {
    background: url(../images/breadcrumb_bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 2rem 0;
    margin-bottom: 3rem;
    min-height: 200px;
    display: flex;
    align-items: center;
}

.breadcrumb-sec-content h1 {
    font-size: 52px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 10px;
}

.breadcrumb-divider {
    --bs-breadcrumb-divider: '>';
}

/* .breadcrumb-item-rtl+.breadcrumb-item-rtl::before {
    float: right;
    padding-left: 0.5rem;
} */

.breadcrumb-item-rtl+.breadcrumb-item-rtl::before {
    float: right;
    padding-left: 0.5rem;
    color: #6c757d;

}

/* pagination */
.pagination .page-link {
    color: var(--bs-primary);
}

.pagination .page-item.active .page-link {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: white;
}

/* root */

:root {
    --secondary: #FFC344;
    --viola_black: #2D2942;
    --december_sky: #D1D4D7;
    --city_lights: #DDE5E9;
    --pale_grey: #FAFAFC;
    --blue_fog: #9CADBC;
    --green: #03A103;
    --light_primary: rgba(248, 38, 71, 0.2);
}

.grey_color {
    color: var(--december_sky);
}

.border-green {
    border: 1px solid var(--green) !important;
}

.dark_color {
    color: var(--viola_black);
}

.green_color {
    color: var(--green);
}

.secondary_color {
    color: var(--secondary) !important;
}

.bg_green_color {
    background-color: var(--green) !important;
}

.border-radius {
    border-radius: 0.75rem;
}

.bg {
    background: url(../images/bg1.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    max-width: 100%;
    height: 100vh;
    overflow: hidden;
}

.bg-img-dark {
    background-color: rgba(0, 0, 0, 0.2);
    max-width: 100%;
    overflow: hidden;
}

.cursor-pointer {
    cursor: pointer;
}
.border-dashed {
    border: 1px dashed #e5e5e5 !important;
}

/* favorite-unfavorite-start */
.heart-icon {
    color: white;
}

.heart-icon:hover {
    color: var(--bs-white);
}

.heart-red {
    color: var(--bs-primary) !important;
}

/* favorite-unfavorite-end */
/* ribbon-start */
.ribbon {
    position: absolute;
    left: -3px;
    bottom: 150px;
    z-index: 1;
    width: 93px;
    height: 93px;
    text-align: right;
}

.ribbon span {
    font-size: 0.6rem;
    color: var(--bs-white);
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
    width: 125px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#9bc90d 0%, #79a70a 100%);
    box-shadow: 0 3px 10px -5px rgb(0 0 0);
    position: absolute;
    top: 17px;
    right: -29px;
}

.ribbon span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #79A70A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

/* ribbon-end */
/* Authentication Form Start */

.auth_form_container {
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    overflow: auto;
    display: flex;
    align-items: center;
}

.auth_form_container::-webkit-scrollbar {
    background-color: transparent;
}

.auth_form_inner {
    display: block;
    height: auto;
    flex-direction: column;
}

.auth_form {
    padding: 2rem;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0.2rem);
    border-radius: 12px;
    box-shadow: 0 0 10px #000;
    margin: auto;
}

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

.auth_form .bottom-line {
    border-bottom: solid 1px var(--bs-primary);
}

.auth_form .form-control::placeholder {
    color: #aeb4b9;
    font-weight: 500;
    opacity: 1;
}

.auth_form .form-control:-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
}

.auth_form .form-control::-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
}

.auth_form .form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px var(--bs-primary);
}

.auth_form .submit-button-wrapper {
    text-align: center;
}

.auth_form .submit-button-wrapper input {
    border: none;
    border-radius: 4px;
    background-color: var(--bs-primary);
    color: white;
    text-transform: uppercase;
    padding: 10px 60px;
    font-weight: 500;
    letter-spacing: 2px;
}

.auth_form .submit-button-wrapper input:hover {
    background-color: var(--bs-primary);
}

.or_section {
    display: flex;
    align-items: center;
    margin: 1rem;
}

.line {
    flex: 1;
    border-bottom: 1px dashed var(--bs-white);
}

.or_section p {
    padding: 0 1rem;
    font-size: 12px;
}

.auth_form .card {
    border: 1px solid var(--secondary);
    border-radius: 10px;
}

.auth_form .card .rounded_circle {
    padding: 0.7rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: var(--bs-white);
}

.auth_form .card .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 0.5rem;
}

.auth_form .card .card-body .rtl input {
    margin-left: -1px !important;
    border: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.auth_form .card .card-body .rtl span {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.auth_form button:focus {
    box-shadow: none;
}
.auth_form .login-form-logo {
    height: 100px;
    width: 100px;
    object-fit: contain;
}


/* Authentication Form End */


/*----------------------------------------------
    Preloader
----------------------------------------------*/
#preload {
    background-color: var(--bs-white);
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 9999;
}

.loader .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 3px solid #ebebec;
    border-radius: 50%;
}

.loader .loader-container:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-top: 3px solid var(--bs-primary);
    border-radius: 50%;
    animation: loaderspin 1.8s infinite ease-in-out;
    -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

.loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    text-align: center;
}

.loader .loader-icon img {
    animation: loaderpulse alternate 900ms infinite;
    width: 40px;
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

/*-------------------------
    Preloader CSS
---------------------------*/


/* ----- Home page -----  */

.wrapper {
    overflow: hidden;
}


/* Header Area Start Here */

.header-bar {
    background-color: #fff;
    border-bottom: 2px solid var(--bs-primary);
    padding: 10px 0;
    margin: 0 auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.header-dark-stick {
    padding: 10px 0;
    border-bottom: 2px solid var(--bs-primary);
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.header-bar .header-top-area {
    padding: 4px 0;
    background-color: white;
    border-bottom: 1px solid #dedede;
}

.header-bar .header-top-area .header-top-left ul li {
    display: inline-block;
    text-transform: lowercase;
    font-size: 13px;
    font-weight: 500;
    border-right: 1px solid #dedede;
    padding-right: 15px;
    margin-right: 15px;
}

.header-bar .header-top-area .header-top-left ul li i {
    color: var(--bs-primary);
    font-size: 14px;
    padding-right: 5px;
}

.header-bar .header-top-area .header-top-left ul li a {
    color: var(--viola_black);
}

.header-bar .header-top-area .header-top-right ul li {
    display: inline;
    margin-left: 15px;
}

.header-bar .header-top-area .header-top-right ul li i {
    color: var(--bs-primary);
}

.logo-area {
    margin-top: -8px;
}

.header-bar .img-resposive {
    display: block;
    width: 50px;
    height: auto;
}

.header-bar .navbar .navbar-toggler {
    border: 1px solid var(--bs-primary);
}

.header-bar .navbar .navbar-toggler:focus {
    box-shadow: none !important;
}

.header-bar .navbar .navbar-toggler span {
    color: var(--bs-primary);
}

.header-bar .navbar-nav a {
    color: #000;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 15px;
}

.header-bar .navbar-nav a:hover {
    color: var(--bs-primary) !important;
}

.header-bar .navbar-nav .active {
    color: var(--bs-primary) !important;
}

.header-search .search-form {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 10;
    color: var(--bs-primary);
    font-weight: 600;
    font-size: 16px;
    height: 40px;
    width: 230px;
    background: var(--bs-white);
    border: 1px solid var(--city_lights);
    padding: 5px 18px 5px 10px;
    -webkit-box-shadow: 0 0 0.5px -1.5px rgb(153 157 163 / 40%);
    -moz-box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
    box-shadow: 0 0 0.5px -1.5px rgb(153 157 163 / 40%);
}

.header-search a i {
    color: var(--bs-primary);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-search .search-button {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 30px;
}

.header-cart-area {
    margin-top: 4px;
    text-align: right;
}

.dropdown-toggle::after {
    margin-left: 0.5em;
    margin-right: 0.5em;
}


.cart-area {
    position: relative;
    display: block;
}

.cart-badge {
    position: absolute;
    top: -10px;
    right: -7px;
    background-color: var(--bs-primary);
    border-radius: 50%;
    font-size: 12px;
    padding: 0px 4px;
    color: white;
}

.navbar .nav-sidebar {
    background-color: black;
    box-shadow: 0px 0px 10px 5px var(--light_primary);
}

.navbar .offcanvas-start,
.navbar .offcanvas-end {
    width: 300px;
}

.navbar .offcanvas-body li .dropdown-menu-custom,
.navbar-nav li .dropdown-menu-custom {
    height: 170px;
    overflow-y: scroll;
    position: static;
}

.navbar .offcanvas-body .sidebar-login {
    position: absolute;
    bottom: 0;
    width: 267px;
}

.navbar .offcanvas-body .sidebar-login .dropup ul {
    position: absolute;

}
.navbar-container .hamburger-lines {
    display: none;
}

.header-bar .dropdown-item.active,
.header-bar .dropdown-item:active {
    color: var(--bs-white);
    text-decoration: none;
    background-color: transparent;
}

#style-3::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    cursor: pointer;
    width: 5px;
    height: 7px;
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--bs-primary);
}



/* Header Area Start Here */


/* Slider Area Start Here */

.slider-area {
    position: relative;
}

.slider-area::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
}

.slider-area .carousel .carousel-inner .carousel-item img {
    height: 800px !important;
    width: 100vw;
}

.slider-area .carousel .carousel-inner .carousel-item .carousel-caption {
    z-index: 2;
}

.slider-area .carousel .carousel-inner .carousel-item .carousel-caption h5 {
    font-weight: 700;
    font-size: 3rem;
    line-height: 130%;
    color: var(--bs-primary);
}

.slider-area .carousel .carousel-inner .carousel-item .carousel-caption p {
    font-style: normal;
    font-weight: 600;
    font-size: 4rem;
    line-height: 130%;
}

.slider-area .carousel .carousel-control-prev,
.carousel-control-next span {
    color: var(--bs-primary);
}


/* Slider Area End Here */


/* Promotional Banner Section 1 Start Here */

.banner1 {
    margin: 50px 0;
}

.banner1 .post-slide {
    margin: 0 5px;
    border-radius: 15px;
    padding-top: 1px;
}

.banner1 .post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.banner1 .post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.banner1 .post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}


/* Promotional Banner Section 1 End Here */


/* Category Section Start Here */

.category h1 {
    font-family: 'Oleo Script', cursive;
    font-weight: 400 !important;
    font-size: 3.5rem;
    color: var(--viola_black);
}

.category .owl-stage-outer .owl-stage .owl-item {
    display: flex;
    justify-content: center;
    padding: 0 10px;
}

.cat {
    background-color: transparent;
    width: 150px;
    height: 150px;
    border: solid 3px var(--city_lights);
    padding: 5px;
}

.cat img {
    width: 100%;
    height: -webkit-fill-available;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}


/* Category Section End Here */


/* Promotional Banner Section 2 Start Here */

.banner2 img {
    width: -webkit-fill-available;
}


/* Promotional Banner Section 2 End Here */


/* New Arrival Dishes Section Start Here */

.menu {
    margin: 50px 0 25px 0;
}

.menu-heading h1,
.blog-wrapper .blog-heading h1 {
    font-family: 'Oleo Script', cursive;
    font-weight: 400 !important;
    color: var(--viola_black);
    font-size: 3.5rem;
    text-transform: capitalize;
}

.menu .card,
.blog-wrapper .card {
    box-shadow: 0 1px 3px #00000044;
    transition: all ease 0.5s;
}

.menu .card .card-image img {
    max-width: 100%;
    height: 256px;
    object-fit: contain;
    object-position: center;
    overflow: hidden;
}

.text-overflow {
    width: 260px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.text-overflow+a {
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
}

.menu .card:hover,
.blog-wrapper .card:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 20px 5px #00000044;
}
.blog-wrapper .card-img-top {
    height: 300px;
    object-fit: cover;
}

.menu .card .img-overlay {
    position: absolute;
    top: 5%;
    right: 5%;
}

.menu .card .card-body .cat-span span {
    font-size: 12px;
    font-weight: 400;
    color: var(--green);
}

.menu .card .item-card-title {
    color: var(--viola_black);
    width: -webkit-fill-available;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    margin: 0;
}

.menu .card .item-card-footer {
    padding: 0.5rem 1rem;
    background-color: transparent;
}

.menu .card .item-card-footer span {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--viola_black);
}

.modalitemdetails .item-type-image {
    margin-top: 6px !important;
}

.modalitemdetails .item-details .form-check span {
    font-size: 12px;
}

.modalitemdetails .item-varition-list .form-check-label,
.modalitemdetails .item-addons-list .form-check-label {
    font-size: 14px;
}

.modalitemdetails .item-varition-list .form-check,
.modalitemdetails .item-addons-list .form-check {
    margin: 5px 10px;
}

.modalitemdetails .item-details .item-varition-list .form-check-input:checked,
.modalitemdetails .item-details .form-check-input:checked,
.item-details .item-content .item-variation-list input:checked {
    background-color: var(--bs-success);
    border-color: var(--bs-success);
}

.modalitemdetails .item-details .item-varition-list .form-check-input:focus,
.modalitemdetails .item-details .form-check-input:focus,
.item-details .item-content .item-variation-list input:focus,
.item-details .item-content .item-add-cart .btn:focus {
    border-color: rgb(3 161 3 / 20%);
    box-shadow: 0 0 0 0.25rem rgb(3 161 3 / 20%);
}

.modalitemdetails .btn:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px var(--bs-success);
}

.menu .card-image,
.favouritelist .card-image{
    text-align: center;
    color: white;
}
.menu .card-image .text-overlay-centered,
.favouritelist .text-overlay-centered{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* New Arrival Dishes Section End Here */


/*-----Testimonial Section Start here-------*/

.testimonials {
    background: url(../images/section_bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    max-width: 100%;
    overflow: hidden;
    background-color: #F3F0E7;
}

.review-star i {
    color: #FFC344;
    font-size: 1.5rem;
}

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonials #testimonial4 .carousel-item {
    height: 400px !important;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    position: relative;
    text-align: center;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 150px;
    height: 150px;
    border: 3px dotted var(--bs-primary);
    padding: 10px;
    margin-bottom: 20px;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
}

.testimonial4_slide p {
    font-family: 'Oleo Script', cursive;
    color: var(--dark);
    font-size: 20px;
    line-height: 1.4;
    margin: 20px;
}

.testimonial4_slide h4 {
    color: var(--bs-primary);
    font-size: 22px;
    margin-bottom: 20px;
}

.testimonial .carousel {
    padding-bottom: 50px;
}


/* ------Testimonial Section End Here-------*/


/* App Download Section Start Here */

.app_download {
    background: url(../images/section_bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    max-width: 100%;
    overflow: hidden;
}

.app_download .app_content {
    padding: 4rem;
}

.app_download .app_content h1 {
    color: var(--viola_black);
    font-family: 'Oleo Script', cursive;
    font-size: 5.5rem;
    line-height: 5.5rem;
    margin-bottom: 2rem;
}

.app_download .app_content span {
    font-size: 25px;
    line-height: 30px;
}


/* App Download Section End Here */


/* Reservation Section Start Here */

.res {
    background: url(../images/bg2.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.reservation {
    background-color: rgba(0, 0, 0, 0.7);
    max-width: 100%;
    overflow: hidden;
}

.reservation-content {
    margin: 100px 0 150px 0;
}

.reservation h1 {
    font-family: 'Oleo Script', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 89px;
    color: var(--bs-primary);
}

.reservation p {
    font-weight: 600;
    font-size: 64px;
    line-height: 96px;
    color: var(--pale_grey);
}


/* Reservation Section Start Here */


/* Contact Us Section Start Here */

.contact-us {
    margin: 50px 0;
}

.contact-us .contact-content h1 {
    font-family: 'Oleo Script', cursive;
    font-weight: 400;
    color: var(--viola_black);
    margin-bottom: 30px;
    font-size: 3.5rem;
    text-align: center;
}

.contact-us .contact-content .left-side,
.contact-us .contact-content .right-side {
    margin: auto;
}

.contact-us .contact-content .left-side i {
    color: var(--bs-primary);
    font-size: 2rem;
    margin-bottom: 0.7rem;
}

.contact-us .contact-content .left-side h3 {
    color: var(--viola_black);
    font-size: 1.5rem;
    font-weight: 500;
}

.contact-us .contact-content .left-side a {
    color: var(--viola_black) !important;
    font-size: 1rem;
}

.contact-us .contact-content .left-side p {
    color: var(--viola_black);
    font-size: 1rem;
    margin: 0;
}

.contact-us .contact-content .right-side form p {
    font-weight: 600;
    font-size: 55px;
    line-height: 130%;
    color: var(--viola_black);
}

.contact-us .contact-content .right-side form .form-control {
    background-color: transparent;
}

.contact-us .contact-content .right-side form span {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.contact-us .contact-content .right-side form {
    padding: 100px 70px;
    background: var(--pale_grey);
    box-shadow: -4px 0px 10px 5px rgba(0, 0, 0, 0.1), 0px -4px 10px 5px rgba(0, 0, 0, 0.1), 4px 0px 10px 5px rgba(0, 0, 0, 0.1), 0px 4px 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
/* 
.custom-input {
    border: 0;
    border-bottom: 1px solid #ccc;
} */


/* Contact Us Section End Here */

/* Blog Section Start here */

.blog-wrapper {
    margin: 50px 0;
}

.blog-wrapper .card .card-title:hover {
    color: var(--bs-primary);
}

.blog-wrapper .card .card-text {
    font-size: 14px;
    color: var(--bs-secondary);
}

.blog-wrapper .card .blog-date span,
.blog-wrapper .card .blog-author span,
.blog-details .card .blog-date span,
.blog-details .card .blog-author span {
    font-size: 12px;
    color: var(--bs-secondary);
    margin-bottom: 8px;
}

.blog-wrapper .card .blog-date,
.blog-wrapper .card .blog-author {
    margin-bottom: 8px;
}

.blog-wrapper .card .blog-author a:hover {
    color: var(--bs-primary);
}

.blog-details .card {
    border-radius: 1.25rem;
}

.blog-details .card .card-img-top {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    margin-bottom: 20px;
}

.blog-details .card-body {
    padding: 0 40px 40px;
}

.blog-details .card-text {
    font-size: 14px;
    color: var(--bs-secondary);
}

/* Blog Section End here */


/* Back to Top Button Start Here */

#back-to-top {
    display: inline-block;
    background-color: var(--bs-white);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: 1px solid var(--bs-primary);
}

#back-to-top a {
    font-size: 17px;
}


#back-to-top:hover {
    cursor: pointer;
    color: var(--bs-primary);
    background-color: var(--bs-white);
    transition: all 0.3s;
    box-shadow: -1px -1px 10px var(--bs-primary), 1px 1px 10px var(--bs-primary);
}

#back-to-top:active {
    background-color: var(--bs-primary);
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

/* Back to Top Button End Here */


/* Footer Section Start Here */

.quality {
    padding: 15px 0;
    border-style: dashed;
    border-color: #e5e5e5;
    border-radius: 8px 8px 8px 8px;
    transition: all 0.3s;
}

.quality:hover {
    border-color: var(--bs-primary);
}

.quality .quality-wrapper .quality-icon {
    transition: all 0.3s;
}

.quality .quality-wrapper .quality-icon:hover {
    transform: scale(1.1);
}

.quality .quality-wrapper .quality-icon i {
    font-size: 48px;
    color: var(--bs-primary);

}

.quality .quality-wrapper .quality-content h3 {
    color: var(--viola_black);
    font-size: 18px;
    font-weight: 700;

}

.quality .quality-wrapper .quality-content p {
    color: #999;
    font-size: 14px;
    margin: 0;

}

.footer {
    background: url(../images/footer_bg.jpg) rgba(0, 0, 0, 0.6) no-repeat;
    background-position: center center;
    background-size: cover;
    max-width: 100%;
    overflow: hidden;
}

.footer .border-bottom-primary {
    border-bottom: 1px solid var(--light_primary);
}

.footer .left-side h1 {
    font-family: 'Oleo Script', cursive;
    font-size: 50px;
    line-height: 55px;
    color: var(--pale_grey);
    margin-bottom: 20px;
}

.footer .left-side p {
    color: var(--pale_grey);
}

.footer .right-side {
    padding: 40px 60px;
}

.footer .right-side h4 {
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.footer .right-side ul li {
    color: var(--bs-white);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
}


/* Footer Section End Here */
/* Home Page End */






/* Menu Page Start */

.sub-cat-tab {
    text-align: center;
    border-radius: 0.5rem;
}

.sub-cat-tab .nav-pills .nav-link {
    border-radius: 0.5rem;
    margin: 5px;
    color: var(--dark);
    background-color: var(--bs-white);
}

.sub-cat-tab .nav-pills .active-cat:nth-child(1) {
    border: 1px solid forestgreen;
}

.sub-cat-tab .nav-pills .active-cat:nth-child(2) {
    border: 1px solid red;
}

.menu-section-header {
    padding: 1.5rem 2rem;
    border-radius: 0.5rem;
    margin-bottom: 3rem;
    background-color: var(--bs-white);
    box-shadow: 0 2px 22px rgb(0 0 0 / 10%);
}

.menu-section .filter-sidebar a {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #ccc;
    color: var(--bs-primary);
    margin-right: 10px;
}

.menu-section .sidebar-wrap {
    padding: 1rem 0;
    display: flex;
    overflow: auto;
}

.menu-section .sidebar-wrap .active {
    border: 1px solid var(--bs-primary);
    color: white;
    background-color: var(--bs-primary);
}

/* Menu Page End */

/* Product-details Page Start */

.item-details .item-img-cover {
    overflow: hidden;
    height: auto;
    margin-bottom: 20px;
    border-radius: 25px;
    border: 10px solid transparent;
    box-shadow: 0 0 0 1px;
    color: #e5e5e5;
}

.item-details .item-img-cover .item-img img {
    width: 100%;
    height: 450px;
    object-fit: contain;
    object-position: center;
}

.small-img {
    width: 350px;
    height: 70px;
    margin-top: 10px;
    position: relative;
}

.small-img .icon-left,
.small-img .icon-right {
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.small-img .icon-left {
    transform: rotate(180deg)
}

.small-img .icon-right {
    right: 0;
}

.small-img .icon-left:hover,
.small-img .icon-right:hover {
    opacity: .5;
}

.small-container {
    width: 310px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.small-container div {
    width: 800%;
    position: relative;
}

.small-container .show-small-img {
    width: 70px;
    height: 70px;
    margin-right: 6px;
    cursor: pointer;
    float: left;
    border-radius: 10px;
}

.small-container .show-small-img:last-of-type {
    margin-right: 0;
}

.item-details .item-content .item-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-details .item-content .item-heading img {
    width: 35px;
    margin-top: 10px;
    margin-right: 5px;
}

.item-details .item-content .item-heading .item-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--viola_black);

}

.item-content .wishlist .wishlist-btn {
    /* border: 1px solid var(--green); */
    text-align: center;
    border-radius: 6px;
    background-color: #f7f4ef;
    color: var(--bs-gray);
    align-items: center;
    font-size: 1rem;
}


.item-content .wishlist .wishlist-btn:hover {
    color: var(--green) !important;
    transition: all 0.3s ease;
    border: 1px solid var(--green) !important;
}

.item-content .wishlist .heart-red {
    border: 1px solid var(--light_primary) !important;
}

.item-details .item-content .item-price {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--viola_black);
}

.item-details .item-content .item-detail-wrapper {
    max-height: 340px;
    overflow-y: auto;
}

.product-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-quantity .quantity {
    border: 1px solid var(--viola_black);
    border-radius: 19px;
    flex-grow: 0;
    overflow: hidden;
    position: relative;
    height: 38px;
    width: auto;
}

.product-quantity .quantity button {
    padding: 0 15px;
}

.product-quantity .quantity input {
    border: none;
    width: 40px;
}

.product-quantity .quantity button {
    padding: 0 15px;
}

.product-quantity button {
    background: transparent;
    border: none;
    padding: 0;
}

.product-quantity input {
    background-color: transparent;
}


.item-details .item-description h4 {
    font-size: 2rem;
    color: var(--viola_black);
}

.item-details .item-description p {
    color: var(--bs-secondary);
    font-size: 14px;
}

/* Product-details Page End */

/* Cart-view Page Start */

.order-list,
.summary,
.cart-view .promocode,
.cart-view .delivery-address,
.special-instruction,
.checkout-view,
.cart-view .payment-option {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    background: white;
    padding: 20px 25px;
    border-radius: 6px;
}

.cart-view .order-list .item-img img {
    width: 100px;
    height: 100px;
    border-radius: 0.25rem;
    object-fit: contain;
}

.cart-view .order-list .item-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.cart-view .order-list .item-addons span {
    font-size: 13px;
    font-weight: 400;
}

/* .cart-view .order-list .item-quantity { */
.item-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    /* width: 80px; */
}

/* .cart-view .order-list .item-quantity .item-quantity-minus { */
.item-quantity .item-quantity-minus {
    color: var(--green);
    padding-left: 7px;
    padding-right: 7px;
    cursor: pointer;
}

/* .cart-view .order-list .item-quantity .item-quantity-plus { */
.item-quantity .item-quantity-plus {
    color: var(--green);
    padding-left: 6px;
    padding-right: 6px;
    cursor: pointer;
}

/* .cart-view .order-list .item-quantity input { */
.item-quantity input {
    width: 30px;
    vertical-align: middle;
    text-align: center;
    outline: 0;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
}

.cart-view .item-price {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: end;
}

.cart-view .summary h2,
.checkout-view .heading h2,
.payment-option .heading h2 {
    font-size: 20px;
    text-transform: capitalize;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    font-weight: 600;
}

.cart-view .summary .bill-details {
    margin: 1rem 0 0 0;
}

.cart-view .promocode label,
.cart-view .delivery-address h6,
.cart-view .special-instruction label {
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: var(--viola_black);
}

.cart-view .summary .bill-details span {
    font-size: 14px;
    color: var(--bs-secondary);
}

.cart-view .summary .bill-details p {
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: var(--viola_black);
}

.cart-view .summary .bill-total span {
    font-size: 16px;
    font-weight: 600;
    color: var(--green);

}

.cart-view .promocode a {
    color: var(--bs-primary);
    font-size: 14px;
    font-weight: 500;
}

.cart-view .delivery-address a {
    color: var(--viola_black);
    font-size: 14px;
}

.cart-view .delivery-address a:hover {
    color: var(--bs-primary);
}

.order-option {
    display: flex;
    justify-content: center;
}

.order-option input {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    opacity: 0;
    z-index: -1;
}

.order-option label input[type="radio"]:checked~.home-delivery-img {
    border: 1px solid var(--green);
}

.home-delivery-img,
.take-away-img {
    width: 150px;
    display: grid;
    justify-items: center;
    cursor: pointer;
    text-align: center;
    padding: 20px 0;
    margin: 0 20px;
    border-radius: 8px;
    user-select: none;
    background-color: var(--bs-white);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.home-delivery-img img {
    width: 60px;
    height: 60px;
}

.take-away-img img {
    width: 50px;
    height: 50px;
}

.home-delivery-img span,
.take-away-img span {
    text-transform: uppercase;
    color: var(--viola_black);
}

.cart-view .continue-btn button:focus,
.cart-view .checkout-btn a:focus,
.checkout-view .address-card .address .btn:focus {
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px var(--green);
}



/* Cart-view Page End */



/* Checkout-view Page Start */

.address-list input[type="radio"]:checked~.address-card {
    border: 1px solid var(--green);
}

.address-list {
    max-height: 400px;
    overflow-y: auto;
}

.payment-option {
    position: relative;
    display: grid;
}

.address-map {
    width: 100%;
    height: 300px;
}

.payment-option label input[type="radio"]:checked~.payment-gateway {
    border: 1px solid var(--green);
}

.payment-option input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    opacity: 0;
    z-index: -1;
}

.new-address label {
    position: relative;
}

.new-address label .save-as span {
    padding: 5px 15px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    color: var(--viola_black);
}

.new-address label input[type="radio"]:checked~.save-as span {
    border: 1px solid var(--green);
    color: var(--green);
}

.checkout-view .heading span {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    color: var(--blue_fog);
}

.address-list .address-card {
    display: flex;
    border: 1px solid #e5e5e5;
    padding: 1rem 0;
    border-radius: 6px;
    margin: 5px 0;
}

.address-list .address-card .address-icon {
    font-size: 20px;
    color: var(--viola_black);
    text-align: center;
    padding: 0 0.7rem;
}

.address-list .address-card .address h4 {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 500;
    color: var(--viola_black);
    line-height: 1.18;
    text-transform: capitalize;
}

.address-list .address-card .address p {
    font-size: 12px;
    color: var(--blue_fog);
    margin-bottom: 8px;
    font-weight: 300;
    line-height: 16px;
    height: px;
    overflow: hidden;
}

.address-list .address-card .address .delivery-time {
    font-size: 14px;
    color: var(--viola_black);
    font-weight: 500;
    margin: 10px 0 17px;
}

.continue-shopping {
    display: flex;
    text-decoration: none;
    color: var(--blue_fog);
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
}

.continue-shopping:hover {
    color: var(--bs-primary);
}

.payment-option .payment-gateway {
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    color: var(--viola_black);
}

.payment-option .payment-gateway img {
    margin-right: 0.5rem;
    width: 32px;
    height: 32px;
}

/* Checkout-view Page End */

/* Testimonials Page Start */

.testimonials-wrapper .review {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    padding: 2rem 1rem;
}

.testimonials-wrapper .review img {
    width: 150px;
    height: 150px;
    border: 3px dotted var(--bs-primary);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 50%;
}

.testimonials-wrapper .review p {
    font-family: 'Oleo Script', cursive;
    color: var(--dark);
    font-size: 18px;
    line-height: 1.4;
    margin: 20px;
    text-align: center;
}

.testimonials-wrapper .review h4 {
    color: var(--bs-primary);
    font-size: 22px;
    margin-bottom: 20px;
}

/* Testimonials Page End */


/* Reservation Page Start */
.reservation-area form {
    background-color: var(--bs-white);
    margin: 50px 0;
    padding: 80px 70px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px var(--bs-gray);
    border-radius: 1rem;
}

.reservation-area form p {
    color: var(--viola_black);
    font-family: 'Oleo Script';
    font-size: 32px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
}

.reservation-area form label {
    color: var(--viola_black);
    text-transform: capitalize;
}

/* Reservation Page End */

/* Promocode List Modal Start Here*/

#promocodemodal .modal-body {
    background: var(--december_sky);
}

.coupon .right-side {
    border-left: 1px dashed #ddd;
    width: 40% !important;
    position: relative;
}

.coupon .right-side .info::after,
.coupon .right-side .info::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--december_sky);
    border-radius: 100%;
}

.coupon .right-side .info::before {
    top: -10px;
    left: -10px;
}

.coupon .right-side .info::after {
    bottom: -10px;
    left: -10px;
}

/* Promocode List Modal End Here*/

/* Order History Page Start Here*/

.user-sidebar,
.user-content-wrapper {
    background-color: var(--bs-white);
    border-radius: 0.375rem;
    padding: 1.5rem;
    border: 1px solid #dedede;
    width: -webkit-fill-available;
}

.user-sidebar li a {
    padding: 0.5rem;
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
    border-radius: 8px;
    color: var(--viola_black);
}

.user-sidebar .active {
    background-color: whitesmoke;
    color: var(--bs-primary);
}

.user-sidebar li a:hover {
    background-color: whitesmoke;
    color: var(--bs-primary);
}

.user-content-wrapper .title {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
}

.user-content-wrapper .order-status-card {
    color: var(--viola_black);
    border: 1px solid #dedede;
    padding: 1rem;
    border-radius: 0.375rem;
    display: flex;
}

.user-content-wrapper .order-status-card .icon {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.bg-light-warning {
    background-color: rgba(255, 193, 7, 0.3);
    color: var(--bs-warning);
}

.bg-light-green {
    background-color: rgba(3, 161, 3, 0.3);
    color: var(--green);
}

.bg-light-danger {
    background-color: rgba(220, 53, 69, 0.3);
    color: var(--bs-danger);
}

.bg-light-info {
    background-color: rgba(13, 202, 240, 0.3);
    color: var(--bs-info);
}

.user-content-wrapper .order-status-card .status-card-content p {
    font-size: 16px;
    margin-bottom: 0;
}

/* Order History Page End Here*/

/* User Profile Page Start Here */

.avatar-upload {
    position: relative;
    max-width: 90px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    left: 100%;
    z-index: 1;
    bottom: 10px;
}

.avatar-upload .avatar-edit-rtl {
    position: absolute;
    right: 100%;
    left: auto;
    z-index: 1;
    bottom: 0;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: var(--bs-white);
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: "FontAwesome";
    color: #757575;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 100%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
}

.avatar-upload .avatar-preview img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

#imagepreview {
    width: 100px;
    height: 100px;
}

/* User Profile Page End Here */

/* Favourite List Page Start Here */

.favouritelist tr td {
    padding: 10px;
    border: 1px solid #dedede;
    vertical-align: middle;
}

.favouritelist .item-image {
    width: 70px;
    height: auto;
}

.favouritelist .item-image img {
    border-radius: 100%;
}

.favouritelist .item-title {
    display: flex;
    justify-content: space-between;
}

/* Favourite List Page End Here */

/* Order Details page Start here */


/* tracking-bar-start */
.progress-barrr {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    margin-bottom: 2rem;
}

.progress-step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.progress-step:before,
.progress-step:after {
    background-color: var(--bs-primary);
    content: "";
    height: 2px;
    position: absolute;
    z-index: -1;
    top: 15px;
}

.progress-step:after {
    left: 50%;
    width: 100%;
}
.progress-step-rtl:after {
    left: -50%;
    width: 100%;
}

.progress-step:last-of-type.is-active:after {
    background-color: var(--bs-primary);
}

.progress-step:last-of-type:after {
    left: 50%;
    width: 50%;
}
.progress-step-rtl:last-of-type:after {
    left: 0;
    width: 50%;
}

.progress-step .step-count {
    background-color: var(--bs-white);
    height: 35px;
    width: 35px;
    margin: 0 auto;
    border-radius: 50%;
    color: var(--bs-primary);
    line-height: 35px;
    z-index: 100;
    border: 1px solid var(--bs-primary);
    font-size: 1rem;
    font-weight: 500;
}

.progress-step.is-active~.progress-step:not(.is-active) .step-count {
    background-color: var(--bs-white);
    height: 35px;
    width: 35px;
    margin: 0 auto;
    border-radius: 50%;
    color: var(--bs-gray);
    line-height: 35px;
    z-index: 100;
    border: 1px solid var(--bs-gray);
    font-size: 1rem;
    font-weight: 500;
}

.progress-step .step-count i {
    padding: 8px;
}

.progress-step.is-active .step-description {
    font-weight: 500;
}

.progress-step.is-active:after {
    background-color: var(--bs-gray);
}

.progress-step.is-active~.progress-step .step-count {
    background-color: var(--bs-white);
}

.progress-step.is-active~.progress-step:after {
    background-color: var(--bs-gray);
}

.step-description {
    font-size: 0.8rem;
}

@media screen and (min-width: 640px) {
    .progress-step:first-of-type:before {
        right: 50%;
        width: 50%;
    }
    .progress-step-rtl:first-of-type:before {
        right: 0;
        width: 50%;
    }
}
@media screen and (max-width: 640px) {
    .progress-step:first-of-type:before,.progress-step:last-of-type:after {
      display: none !important;
    }
}

/* tracking-bar-end */


/* Order Details page end here */


/* gallery page start here */
#galleryimg {
    line-height: 0;
    -webkit-column-count: 5;
    -webkit-column-gap: 0px;
    -moz-column-count: 5;
    -moz-column-gap: 0px;
    column-count: 5;
    column-gap: 0px;
}

#galleryimg img {
    padding: 5px;
    border-radius: 1rem;
    width: 100% !important;
    height: auto !important;
    cursor: zoom-in ;
}

/* gallery page end here */



/* Order Status Color for admin & web START */

.text-order-placed{
    color: #8E8E93;
}
.text-order-preparing{
    color: #FF9500;
}
.text-order-ready{
    color: #30B0C7;
}
.text-order-ontheway, .text-order-waitingpickup{
    color: #007AFF;
}
.text-order-completed{
    color: #34C759;
}
.text-order-cancelled{
    color: #FF3B30;
}

/* Order Status Color for admin & web END */



/* Stripe Input Start Here */

#payment-form #card-element .__PrivateStripeElement iframe {
    height: 50px;
    width: 100% !important;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    display: block;
    padding: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  }

/* Stripe Input End Here */

/* Faq page start here */
.faq {}
/* Faq page end here */


.cms-section img{
    width: -webkit-fill-available !important;
    object-fit: contain;
    object-position: center;
    margin-bottom: 1rem;
}


/* js-cookie-concent-- START */
.js-cookie-consent {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
    border-radius: 1rem;
    text-align: center;
    width: 20%;
    z-index: 9999;
    background-color: white;
    border-color: var(--bs-primary);
    border: solid 3px var(--bs-primary);
}
.js-cookie-consent-agree {
    border-radius: 0.5rem;
    border : 1px solid var(--bs-primary);
    background-color:white;
    color:var(--bs-primary);
}
.js-cookie-consent-agree:hover {
    background-color:var(--bs-primary);
    color:white;
}
.cookie-consent__message{
    margin-left: 1rem;
    margin-top: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
    .js-cookie-consent {
        width: 40%;
    }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
    .js-cookie-consent {
        width: 50%;
    }
}
@media only screen and (min-width: 375px) and (max-width: 576px) {
    .js-cookie-consent {
        width: 70%;
    }
}
@media only screen and (min-width: 375px) and (max-width: 406px) {
    .js-cookie-consent {
        width: 80%;
    }
}
@media only screen and (min-width: 200px) and (max-width: 374px) {
    .js-cookie-consent {
        width:-webkit-fill-available;
    }
}
/* js-cookie-concent-- END */

.btn-wishlist {
    background-color: rgba(0, 0, 0, 0.5);
}