/* wtf unused 500kb import
@import url("icons.css");
*/

html {
    scroll-behavior: smooth;
}

:root {
    --accentcolor: #5846a9;
    --greycolor: #f6f4f5;
    --basketIcon: url(../images/basket3.svg);
    --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.15);
    --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.04);
    --swiper-scrollbar-size: 0px;
}

@font-face {
    font-family: Actor;
    src: url("Actor-Regular.ttf");
}

html,
body {
    min-height: 100%;
}

* {
    font-family: "Actor", sans-serif !important;
    margin: 0;
    padding: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    outline: none !important;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
     supported by Chrome, Opera and Firefox */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

body {
}

.content {
    height: 100vh;
    overflow-y: scroll;
}

section {
    position: relative;
    background-color: var(--greycolor);
    overflow: hidden;
    min-height: 100vh;
}

img {
    font-size: 11px;
    max-width: 100%;
}

.transition {
    transition: 0.3s all;
}

/* =-------------------- */

/*@import url("index.css");*/
body {
    display: none;
}

body {
    display: block;
}

/* ******************** */
.bggggpayment_wrapper .bggg {
    font-family: Actor;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 13px;
}

.bggggpayment_wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 28%;
    height: 67%;
    background: rgba(71, 71, 71, 0.69);
}

.bggggpayment_wrapper .basketbg {
    /* background: url(../images/main-bg.png);*/
    height: 40vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 558px 327px;
    position: relative;
    left: 0px;
    bottom: 0px;
}

.bggggpayment_wrapper .conetntttt p:nth-child(1) {
    font-family: Actor;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 41px;
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}

.bggggpayment_wrapper .conetntttt p:nth-child(2) {
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}

.bggggpayment_wrapper .timemandimg {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 13px;
}

.payment_wrapper {
    left: 0px;
    bottom: 0px;
    background-color: var(--greycolor);
    height: 80vh;
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.payment_wrapper .top_border {
    border: 2px solid #cacaca;
    width: 48px;
    box-sizing: border-box;
    margin: auto;
    transform: rotate(180deg);
    border-radius: 19px;
    background: #cacaca;
}

.continue_payment button:disabled {
    background: #868686;
}

.continue_payment {
    text-align: center !important;
    margin: auto !important;
    /* width: fit-content;*/
}

.menu-item3 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    background: var(--greycolor);
    z-index: 100;
    transform: translate3d(0px, 0px, 0px);
}


.payment_wrapper .bg_colour {
    color: rgba(0, 0, 0, 0.7);
}

.payment_wrapper .rider_section {
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}

.payment_wrapper .payment_section {
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}

/* *********************** */

.bg-wrapper3 {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
}

.bg-wrapper9 {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
    background-color: red;
}

.bg-wrapper9.active {
    display: block;
}

/* *********************** */

.payment_wrapper .main-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.payment_wrapper .main-container h2 {
    margin: 0 0 80px 0;
    color: #8373e6;
}

.payment_wrapper .radio-buttons {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.payment_wrapper .custom-radio input {
    display: none;
}

.payment_wrapper .radio-btn {
    display: inline-block;
    border-radius: 10px;
    background: #ffffff;
    border-radius: 8px;
    width: 100%;
    margin: auto;
    height: 100%;
    border: 2px solid transparent;
    text-align: start;
}

.payment_wrapper .radio-btn .hobbies-icon {
    padding-top: 10px;
}

.payment_wrapper .radio-btn .hobbies-icon p:nth-child(1) {
    font-size: 17px;
    line-height: 22px;
    color: #000000;
}

.payment_wrapper .radio-btn .hobbies-icon p:nth-child(2) {
    font-size: 15px;
    box-sizing: border-box;
    line-height: 18px;
    word-break: break-all;
    color: #797979;
}

.payment_wrapper .custom-radio input:checked + .radio-btn {
    background: #ffffff;
    border: 2px solid var(--accentcolor);
    box-sizing: border-box;
    box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.payment_wrapper .fa-credit-card1 {
    color: #58a2e5;
    /* margin: 5px 0 0 5px; */
}

.payment_wrapper .fa-credit-card2 {
    color: #fa0c0c;
    /* margin: 5px 0 0 5px; */
}

.payment_wrapper .fa-credit-card3 {
    color: #df52c0;
    /* margin: 5px 0 0 5px; */
}


.payment_wrapper .swiper {
    width: 100%;
    overflow: hidden !important;
}

.payment_wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    border: 2px solid transparent;
   /* margin: 10px;*/
}

/*.swiper-slide-active {
    margin-right: 0px !important;
}*/
#tips_wrapper{
    padding: 10px 0 20px 0;
    box-sizing: border-box;
}
#payment_options_d{
    padding: 10px 0 20px 0;
    box-sizing: border-box;
}

.slide_cust.active {
    border: 2px solid green;
}

.payment_wrapper .SSwiperr4 .swiper-slide {
  /*  width: 39% !important;*/
    height: 110px;
  /*  overflow: hidden;*/
}

.payment_wrapper .swiper-slide:hover {
    cursor: pointer;
}

.payment_wrapper .swiper-slide.active {
    /* border: 2px solid var(--accentcolor);*/
    /* border: 2px solid green; */
}

.payment_wrapper .SSwiperr4 .swiper-slide:hover {
    cursor: pointer;
}

.payment_wrapper .SSwiperr4 .swiper-slide.slide_cust.active {
    border: 2px solid var(--accentcolor);
}

.payment_wrapper .swiperslide_content p:nth-child(2) {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}

.payment_wrapper .swiperslide_content p:nth-child(3) {
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #848484;
}

.payment_wrapper .custom-radio:hover {
    cursor: pointer;
}

.payment_wrapper .swiper-slide .swiper-img-parent {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.payment_wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 3px;
    border-radius: 14px;
}

body {
    display: block;
}

.myorderwrapper {
    background: var(--greycolor);
    height: 100vh;
    overflow: scroll;
}

/*.myorderwrapper img {
  height: 66px;
}*/

.myorderwrapper header p:nth-child(2) {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}

/* .myorderwrapper header p:nth-child(1) i {
  padding: 16px 19px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 0px 10px 0px #0000004d;
} */

.myorderwrapper .title {
    font-size: 20px;
    line-height: 24px;
    color: #1e1e1e;
}


.myorderwrapper .upcoming_content {
    margin-bottom: 11px;
    background: #ffffff;
    box-shadow: 0px 10px 25px -11px rgba(0, 0, 0, 0.25);
    border-radius: 11px;
    padding: 0.5rem;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    gap: 10px;
}


/*.myorderwrapper .delivery_status p:nth-child(1) {
  font-size: 15px;
  color: #000000;
  text-align: right;
}*/

/*.myorderwrapper .info p:nth-child(3) {
  opacity: 0.7;
}*/

/*.myorderwrapper .outfordelivery {
  font-size: 12px !important;
  text-align: center;
  color: #0026ad !important;
  background: rgba(20, 78, 226, 0.19);
  border-radius: 15px;
  padding: 0 10px;
}
.myorderwrapper .delivered {
  font-size: 12px;
  text-align: right;
  color: #0026ad;
  margin-top: 27px;
  background: rgba(20, 78, 226, 0.19);
  border-radius: 15px;
  padding: 0 10px;
}*/

.myorderwrapper .previous_section .previous {
    font-size: 20px;
    line-height: 24px;
    color: #1e1e1e;
}

.myorderwrapper .previous_section ul {
    list-style-type: none;
}

.myorderwrapper .cancelled {
    font-size: 12px;
    text-align: right;
    color: #f32020 !important;
    margin-top: 27px;
    background: rgba(226, 20, 20, 0.19) !important;
    border-radius: 15px;
    padding: 0 11px;
}

body {
    display: block;
}

/* ******************** */
.bggggcheckout_wrapper .bggg {
    font-family: Actor;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 13px;
}

.bggggcheckout_wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 67%;
    background: rgba(71, 71, 71, 0.69);
}

.bggggcheckout_wrapper .basketbg {
    /*  background: url(../images/main-bg.png);*/
    height: 40vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 558px 327px;
    position: relative;
    left: 0px;
    bottom: 0px;
}

.bggggcheckout_wrapper .conetntttt p:nth-child(1) {
    font-family: Actor;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 41px;
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}

.bggggcheckout_wrapper .conetntttt p:nth-child(2) {
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}

.bggggcheckout_wrapper .timemandimg {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 13px;
}

/* ******************** */
.checkoutwrapper {
    left: 0px;
    bottom: 0px;
    background-color: var(--greycolor);
    height: 80vh;
    width: 100%;
    border-radius: 25px 25px 0px 0px;
    overflow-y: scroll;
}

.checkoutwrapper .top_border {
    border: 2px solid #cacaca;
    width: 48px;
    box-sizing: border-box;
    margin: auto;
    transform: rotate(180deg);
    border-radius: 17px;
    background: #cacaca;
}

.statusTag {
    font-size: 12px;
    text-align: right;
    color: #0026ad;
    background: rgba(20, 78, 226, 0.19);
    border-radius: 15px;
    padding: 0 10px;
}

.checkout-detail {
    background: var(--greycolor);
    border-radius: 15px 15px 0px 0px;
    bottom: 0;
    transition: 0.8s all;
    width: 100%;
    z-index: 99;
    left: 0;
}

.checkout-detail-index {
    z-index: 110;
}

.checkout-detail_transition {
    transform: translateX(3000px);
}

.checkout-detail.active {
    transform: translateX(0px);

    opacity: 1;
    visibility: visible;
    background: transparent;
}

.checkout-detail.activate {
    transform: translateX(-3000px);
}

.checkout-detail .checkout-detail-child {
    max-width: 550px;
    margin: auto;
}

.checkout-detail .checkout-detail-child.active {
    max-width: 550px;
    margin: auto;
}

.bg-wrapper4 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
}

.bg-wrapper4.active {
    display: block;
}

.navbar-parent {
    max-width: 550px !important;
    background: transparent;
    padding-top: 17px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100% !important;
    background: var(--greycolor);

    z-index: 5;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch;
    box-shadow: 0px 15px 15px -12px rgb(0 0 0 / 13%);
}

.sticky_animation {
    transition-duration: 1s;
}

.navbar-child1 {
    width: 100%;
}

.checkoutwrapper .date_time {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 10px !important;
}

.checkoutwrapper .bistro p:nth-child(1) {
    font-size: 30px;
    line-height: 45px;
    color: #171717;
}

.checkoutwrapper .bistro p:nth-child(2) {
    font-size: 12px;
    line-height: 18px;
    color: #171717;
}

.checkoutwrapper .myorderwrapper .bistro p:nth-child(3) {
    opacity: 0.7;
}

.checkoutwrapper .order_detail {
    min-width: 94px !important;
    width: 94px;
    height: 94px;
    margin-left: -4px;
}

.checkoutwrapper .order_detail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.checkoutwrapper .checkout_list {
    border: 1px solid rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    border-radius: 20px;
}

.checkoutwrapper .content_view p:nth-child(2) {
    font-size: 17px;
    line-height: 20px;
    color: #000000;
}

.checkoutwrapper .adds_on p {
    display: inline;
}

.checkoutwrapper .adds_on img {
    object-fit: scale-down;
    font-size: 11px;
    height: 18px;
    max-width: 20px;
    margin-left: 10px;
}

.checkoutwrapper .total_heading {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.checkoutwrapper .bg_colour {
    color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    line-height: 18px;
}

.checkoutwrapper .content_one {
    font-size: 17px;
    line-height: 20px;
    color: #000000;
}

.checkoutwrapper .paypal img {
    border: 2px solid #27346a;
    border-radius: 5px;
    padding: 3px 3px;
}

.checkoutwrapper .font_content {
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.checkoutwrapper .fa-paypal {
    color: #0026ad;
}

.checkoutwrapper-date {
    height: 70vh;
}

.checkoutwrapper .delivery_address p:nth-child(1) {
    width: 100%;
}

.checkoutwrapper .delivery_address p:nth-child(2) {
    width: 100%;
}

.checkoutwrapper .paid {
    font-size: 15px;
    line-height: 18px;
    padding: 1px 10px;
    color: #1f7600;
    background: rgba(45, 173, 0, 0.19);
    border-radius: 28px;
}

.checkoutwrapper .amount_width {
    width: 48px;
}

.total_amount {
    color: #0a191e;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 19px;
}

.checkoutwrapper .amount_width p:nth-child(2) {
    font-size: 11px;
    padding-top: 28px;
    text-align: right;
    color: rgba(10, 25, 30, 0.7);
}

.checkoutwrapper .upcoming_content {
    /*border: 1px solid rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    border-radius: 20px;*/
    width: 95%;
    margin: 10px;
    min-height: 70px;
    position: relative;
    padding: 10px;
    display: flex;
    flex: 1;
    background: #ffffff;
    /*box-shadow: 0px 12px 15px -5px rgb(0 0 0 / 13%);*/
    border-radius: 10px;
    /*border: 2px solid transparent;*/
}

.checkoutwrapper .topping_containerrr img {
    width: 100%;
    height: 19px;
    margin-left: auto;
    object-fit: contain;
}

.checkoutwrapper .topping {
    font-size: 15px;
    line-height: 134.3%;
    color: rgba(0, 0, 0, 0.6);
}

/*.checkoutwrapper .delivery_status p:nth-child(1) {
  font-size: 15px;
  color: #000000 !important;
  text-align: right;
  width: 66px;
  font-size: 18px;
  line-height: 22px;
}*/
.checkoutwrapper .incredecre {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.checkoutwrapper .incredecre button:nth-child(1) {
    background: var(--greycolor);
    color: var(--accentcolor);
    box-shadow: 0px 4px 4px rgba(196, 63, 21, 0.1);
    border-radius: 15px;
    border: none;
}

.checkoutwrapper .quantity {
    font-size: 15px;
    line-height: 18px;
    text-align: right;
    color: rgba(10, 25, 30, 0.7);
}

.checkoutwrapper .incredecre button:nth-child(3) {
    background: var(--accentcolor);
    color: #fff;
    box-shadow: 0px 4px 4px rgba(196, 63, 21, 0.1);
    border-radius: 15px;
    border: none;
}

.checkoutwrapper .order_status p:nth-child(1) {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.checkoutwrapper .order_status p:nth-child(2) span {
    padding-top: 10px;
}

.checkoutwrapper .bg_colour2 {
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}

.adds_off {
    position: relative;
}

@media screen and (max-width: 375px) {
    .checkoutwrapper .topping {
        font-size: 13px;
        color: rgba(0, 0, 0, 0.6);
    }
}

@media screen and (max-width: 370px) {
    .checkoutwrapper .adds_off {
        padding-right: 0px !important;
    }
}

body {
    display: block;
}

/* ******************** */
.bggggbasket_wrapper .bggg {
    font-family: Actor;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 13px;
}

.bggggbasket_wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 67%;
    background: rgba(71, 71, 71, 0.69);
}

.bggggbasket_wrapper .basketbg {
    /*  background: url(../images/main-bg.png);*/
    height: 40vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 558px 327px;
    position: relative;
    left: 0px;
    bottom: 0px;
}

.basketwrapper {
    /*background: var(--greycolor);*/
    box-shadow: 0px 12px 15px -5px rgb(0 0 0 / 13%);
    left: 0px;
    bottom: 0px;
    /*background-color: var(--greycolor);*/
    padding-top: 24px !important;
    /* transition: 0.8s all;*/
    height: 80vh;
    width: 100%;
    z-index: 99;
    /*border-radius: 25px 25px 0px 0px;*/
    overflow-y: scroll;
    overflow-x: hidden;
}

.basket_detail {
    background: var(--greycolor);
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    bottom: 0;
    transition: 0.8s all;
    width: 100%;
    z-index: 99;
    left: 0;
}

.basket_detail.active {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    background: transparent;
}

.basket_detail.activate {
    transform: translateY(-3000px);
    background: transparent;
}

.basket_detail .basket-detail-child {
    max-width: 550px;
    margin: auto;
}

.basket_detail .basket-detail-child.active {
    max-width: 550px;
    margin: auto;
}

.parent_slider_wrapper {
    position: fixed;
    /* background: var(--greycolor);*/
    box-shadow: 0px 12px 15px -5px rgb(0 0 0 / 13%);
    /*border-radius: 20px 0px 0px 0px;*/
    bottom: 0;
    transition: 0.4s all;
    width: 100%;
    z-index: 99;
    left: 0;
    /*  opacity: 0;*/
    visibility: hidden;
    /*  transform: translateY(3000px);*/
    transform: translateY(100%);
    overflow: hidden;
}

.parent_slider_wrapper.active {
    transform: translateY(0px);
    /* opacity: 1;*/
    visibility: visible;
    background: transparent;
    overflow: hidden;
}

.parent_slider_wrapper.activate {
    transform: translateX(-3000px);
}

.mySwiper5 {
    width: 550px;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.payment-detail {
    background: var(--greycolor);
    border-radius: 20px 20px 0px 0px;
    bottom: 0;
    transition: 0.8s all;
    width: 100%;
    z-index: 99;
    left: 0;
}

.payment-detail.active {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    background: transparent;
}

.payment-detail.activate {
    transform: translateX(-3000px);
}

.payment-detail .payment-detail-child {
    max-width: 550px;
    margin: auto;
}

.payment-detail .payment-detail-child.active {
    max-width: 550px;
    margin: auto;
}

.bg-wrapper2 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9;
    width: 100%;
    margin: auto;
    display: none;
}

.bg-wrapper2 .bg2 {
    height: 100%;
    z-index: 9;
    width: 550px;
    margin: auto;
    background: rgba(0, 0, 0, 0.4);
}

.bg-wrapper2.active {
    display: block;
}

.bg-wrapper3 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9;
    width: 100%;
    margin: auto;
    display: none;
}

.bg-wrapper3 .bg3 {
    height: 100%;
    z-index: 9;
    width: 550px !important;
    background: rgba(0, 0, 0, 0.4);
    margin: auto;
}

.bg-wrapper3.active {
    display: block;
}

.payment-detail .payment-detail-child {
    max-width: 550px;
    margin: auto;
}

.payment-detail .payment-detail-child.active {
    max-width: 550px;
    margin: auto;
}

.bg-wrapper4 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9;
    width: 100%;
    margin: auto;
    display: none;
}

.bg-wrapper4 .bg4 {
    height: 100%;
    z-index: 9;
    width: 550px !important;
    background: rgba(0, 0, 0, 0.4);
    margin: auto;
}

.bg-wrapper4.active {
    display: block;
}

.bggggbasket_wrapper .conetntttt p:nth-child(1) {
    font-family: Actor;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 41px;
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}

.bggggbasket_wrapper .conetntttt p:nth-child(2) {
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}

.bggggbasket_wrapper .timemandimg {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 13px;
}

.basketwrapper .basketbg {
    /*  background-image: url(../images/main-bg.png);*/
    height: 45vh;
    background-size: cover;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    bottom: 0px;
}

.basketwrapper .top_border {
    border: 2px solid #cacaca;
    width: 48px;
    margin: auto;
    transform: rotate(180deg);
    border-radius: 19px;
    background: #cacaca;
}

.basketwrapper .main_heading {
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}

.basketwrapper .topping_containerrr img {
    width: 100%;
    height: 19px;
    margin-left: auto;
    object-fit: contain;
}

.basketwrapper .selected_list {
    background: #ffffff;
    box-shadow: 0px 12px 15px -5px rgba(0, 0, 0, 0.13);
    border-radius: 20px;
}

.basketwrapper .content_view p:nth-child(2) {
    font-size: 17px;
    line-height: 20px;
    color: #000000;
}

.basketwrapper .incredecre {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/*
.basketwrapper .incredecre button {
  box-shadow: 0px 4px 4px rgb(196 63 21 / 10%) !important;
  border-radius: 50% !important;
  border: none !important;
  height: 25px !important;
  display: flex !important;
  align-items: center !important;
  font-size: 21px !important;
  padding-bottom: 0px !important;
  text-align: center !important;
}
.basketwrapper .incredecre button:nth-child(1) {
  background: var(--greycolor);
  color: var(--accentcolor);
}

.basketwrapper .incredecre button:nth-child(3) {
  background: var(--accentcolor);
  color: #fff;
}
.basketwrapper .incredecre span {
  font-size: 15px;
  width: 20px !important;
  text-align: center;
}

 */

.basketwrapper .topping {
    font-size: 15px;
    line-height: 134.3%;
    color: rgba(0, 0, 0, 0.6);
}

.basketwrapper .basket_image {
    /* min-width: 69px !important;
    width: 80px;
    height: 73px; */
    min-width: 79px !important;
    width: 79px;
    height: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -3px 5px -3px -3px;
}

.basketwrapper .img_rounded {
    /* border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.basketwrapper ul li {
    list-style-type: none;
}

.basketwrapper .add_note img {
    object-fit: scale-down;
    border-radius: 10px;
    background: #ffffff;
    box-sizing: border-box;
}

.basketwrapper .container22 {
    display: flex;
    background-color: white;
    width: 100%;
    margin: auto;
    background: white;
    box-sizing: border-box;
    box-shadow: 0px 9px 13px -7px rgb(0 0 0 / 25%);
    border-radius: 9px;
}

.basketwrapper input[type="radio"] {
    display: none;
}

.basketwrapper .label1,
.basketwrapper .label2 {
    width: 50%;
    background-size: 130px 180px;
    color: #2c2c2c;
}

.basketwrapper .label2 {
    border-radius: 0px 9px 9px 0px;
    border: 1px solid var(--accentcolor);
}

.basketwrapper .container22 span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 22px;
    padding: 10px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
}

.basketwrapper .container22 span.active {
    background: var(--accentcolor) !important;
    color: #fff !important;
    border-radius: 30px 10px 10px 10px;
}

.basketwrapper input:checked + label {
    background: var(--accentcolor) !important;
    color: #fff !important;
}

.basketwrapper input:checked + label {
    background: var(--accentcolor) !important;
    color: #fff !important;
}

.basketwrapper input:checked + .label1 {
    border-radius: 9px 0px 0px 9px;
    border: 1px solid var(--accentcolor);
}

.basketwrapper input:checked + .label2 {
    border-radius: 0px 9px 9px 0px;
}

.basketwrapper input + .label1 {
    border-radius: 9px 0px 0px 9px;
    border: 1px solid var(--accentcolor);
}

.basketwrapper .phone_number {
    padding: 0 !important;
    margin: 0 !important;
}

.continue_payment button {
    border: none;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 43px;
    text-align: center;
    color: #ffffff;
    background: var(--accentcolor);
    box-shadow: 0px 9px 13px -7px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
    margin-bottom: 40px;
}

@media screen and (max-width: 320px) {
    .continue_payment button {
        padding: 10px 37px;
    }
}

.basketwrapper .input_number fieldset input {
    border: none;
}

.basketwrapper .input_number fieldset div {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
}

.basketwrapper .bg_colourr {
    color: rgba(0, 0, 0, 0.7);
}


.basketwrapper fieldset.scheduler-border {
    border: 1px solid var(--accentcolor) !important;
    padding: 0 5px 5px 15px !important;
    margin: 0 0 1.5em 0 !important;
    box-shadow: 0px 0px 0px 0px #000;
    margin-top: 30px !important;
    border: 1px solid var(--accentcolor);
    box-sizing: border-box;
    border-radius: 4px;
    background: #ffffff;
}

.basketwrapper legend.scheduler-border {
    text-align: left !important;
    width: auto;
    padding: 0 2px;
    border-bottom: none;
    margin-top: -15px;
    background-color: transparent;
    font-size: 12px;
    line-height: 14px;
    color: var(--accentcolor);
}

legend {
    margin-bottom: 0px !important;
}

.basketwrapper .bistro p:nth-child(1) {
    font-size: 17px;
    line-height: 25px;
    color: #171717;
}

.basketwrapper .bistro p:nth-child(2) {
    font-size: 12px;
    line-height: 18px;
}

.basketwrapper .delivery_status.delivery_status2 {
    height: 73px;
}

.basketwrapper .delivery_status.delivery_stat2 {
    height: 45px;
}

.basketwrapper .delivery_status p:nth-child(1) {
    width: auto !important;
    font-size: 15px;
    color: var(--accentcolor);
    text-align: right;
}

/*.basketwrapper .bistro p:nth-child(2) {
  opacity: 0.7;
}

.basketwrapper .adds_on p {
  display: inline;
}
.basketwrapper .adds_on img {
  object-fit: scale-down;
  font-size: 11px;
  height: 18px;
  !* max-width: 8%;
  margin-left: 10px; *!
  margin-left: 0px;
}*/
.extra__saladdd1 {
    display: none;
}

.extra__saladdd2 {
    display: block;
}

.basketwrapper .upcoming_content {
    background: #ffffff;
    box-shadow: 0px 12px 15px -5px rgb(0 0 0 / 13%);
    border-radius: 20px;
    border: 2px solid transparent;
}

.basketwrapper .itemss {
    min-height: 71px;
    margin-left: 3px;
    justify-content: space-between;
    align-items: flex-start;
}

.basketwrapper .item-without-image {
    min-height: auto;
    /* margin-left: 17px;
    justify-content: space-between;
    align-items: flex-start; */
}

.basketwrapper .meditarian_font {
    font-size: 17px;
    line-height: 20px;
}

.basketwrapper .menu-chat2 {
    float: right;
    display: flex;
    padding-bottom: 15px;
    /*  margin-top: 20px;*/
    width: 100%;
    justify-content: flex-start;
}


.basketwrapper .chat2 {
    display: flex;
    border-bottom: 1px solid #cacaca;
    background: transparent;
    margin-top: 7px;
    justify-content: flex-end;

    width: 37px;
    /*margin-left: 14px;*/
}

.basketwrapper .chat2 .chat-box2 textarea {
    height: 24px;
    overflow: hidden;
    width: 98%;
    border: none;
    resize: none;
    margin-bottom: -6px;
}

.chat-box2.active {
    width: 100% !important;
    height: 24px;
}

.chat2.input-div2 {
    width: 100%;
}

.chat2.input-div2 svg {
    width: 18px;
    height: 18px;
    margin: auto;
    color: rgba(0, 0, 0, 0.6) !important;
}

.chat2.active {
    border-bottom: 1px solid var(--accentcolor);
}

.chat2.warn {
    border-bottom: 1px solid var(--danger);
}

.chat2.active.input-div2 svg {
    color: var(--accentcolor) !important;
}

.chat2.warn.input-div2 svg {
    color: var(--danger) !important;
}

.chat-box_salad {
    width: 0% !important;
    display: none !important;
}

.chat-box_salad.active {
    /* width: 100% !important;
    display: block !important; */
    width: 100% !important;
    display: block !important;
    margin-right: 9px;
    margin-top: -3px;
}

.chat_salad.input-div-2 {
    /* margin-bottom: -7px; */
    width: 100%;
    display: flex;
    margin-top: 10px;
}

.chat_salad.input-div-2 svg {
    width: 18px;
    height: 18px;
    margin: -4px 8px 2px 2px;
    color: rgba(0, 0, 0, 0.6) !important;
}

.chat_salad.input-div-2 p {
    color: #757575;
    font-size: 14px;
    line-height: 1.3em;
}

textarea.show-input-salad {
    width: 100%;
    background: transparent;
    padding-left: 8px;
    padding-top: 4px;
    resize: none;
    height: 24px;
    overflow: hidden;
}

.showshow {
    width: 100% !important;
    background: transparent;
    padding-left: 8px;
    padding-top: 4px;
    resize: none;
    height: 28px;
    overflow: hidden;
}

.basketwrapper .chat2 .chat-box2 textarea.show-input2 {
    width: 100%;
    background: transparent;
    padding-left: 8px;
    /* padding-top: 4px;*/
    resize: none;
    height: 24px;
    overflow: hidden;
}

.basketwrapper .chat2 .chat-box2 textarea.show-input2 {
    width: 100%;
    background: transparent;
    padding-left: 8px;
    /*  padding-top: 4px;*/
    resize: none;
    height: 24px;
    overflow: hidden;
}

textarea.chat-input_salad {
    width: 100%;
    background: transparent;
    padding-left: 8px;
    /* padding-top: 4px; */
    resize: none;
    height: 28px;
    overflow: hidden;
    padding-top: 1px;
    border: 1px solid var(--accentcolor);
    border-radius: 4px;
}

input.chat-input_salad {
    width: 100%;
    background: transparent;
    padding-left: 8px;
    /* padding-top: 4px; */
    resize: none;
    height: 28px;
    overflow: hidden;
    padding-top: 1px;
    border: 1px solid var(--accentcolor);
    border-radius: 4px;
}

.main_textarea_node {
    padding-top: 0px;
    /* border: 1px solid var(--accentcolor);
    border-radius: 4px; */
}

.basketwrapper .chat2 .chat-box2 textarea2.show-input2 {
    width: 100%;
    background: transparent;
    padding-left: 8px;
    padding-top: 4px;
    resize: none;
    height: 28px;
    overflow: hidden;
}

.basketwrapper .chat2 img {
    width: 20px;
    height: 25px;
    object-fit: contain;
    margin: 5px 7.5px;
}

/* ******************* */
.basketwrapper .bg_colour22 {
    color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    padding-right: 10px;
    padding-top: 7px;
}

body {
    display: block;
}

.tips-border {
    border: 2px solid var(--accentcolor) !important;
}

.tip_content_parent {
    position: relative;
}

.tip_content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.full-screen-video-container {
    /* position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0; */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.full-screen-video-container video {
    height: 100%;
    /* transform: translate(-2%, -42%); */
    z-index: -2;
    min-width: 100%;
    object-fit: cover;
}

.full-screen-video-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
}

/*.home__wrapperr {
    height: 100vh;
    overflow: scroll;
}*/

.home__wrapperr header {
    /* background-image: url(../images/main-bg.png);*/
    /*min-height: 300px;*/
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.home__wrapperr .head {
    display: flex;
}

.home__wrapperr .logo-image {
    margin-top: 20px;
    margin-left: 10px;
}

.home__wrapperr .logo-image img {
    width: 100%;
}

.home__wrapperr .toggle-image {
    position: absolute;
    top: 10px;
    right: 20px;
}

.home__wrapperr .hero-section img {
    width: 100%;
}

.home__wrapperr .info {
    display: grid;
}

.home__wrapperr .info h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    color: #fff;
    margin-left: 25px;
    margin-top: 10px;
}

.home__wrapperr .info h4 {
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    margin-left: 28px;

    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}

.merchant_data {
    font-size: 15px;
    line-height: 18px;

    color: #ffffff;
    text-shadow: 0px 1px 3px #737373;
}

.header-info {
    /*margin-top: 5px;
    margin-right: 10px;*/
    display: flex;
    justify-content: center;
    /*margin-left: 15px;*/
    border-radius: 7px;
    border: 1px solid white;
    padding: 4px 10px;
    align-items: center;
    background: #0a0a0a40;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 10;
}

.header-info span {
    color: #ffffff;
    font-size: 15px;
    /*  display: -webkit-box;
    !*  -webkit-line-clamp: 1;
      overflow: hidden;*!
      -webkit-box-orient: vertical;*/
}

.home__wrapperr .inform {
    display: flex;
    float: inline-flex;
}


.home__wrapperr .menu-details {
    background: var(--greycolor);
    top: -72px;
    position: relative;
     z-index: 10;
    background: var(--greycolor);
    border-radius: 15px 15px 0px 0px;
    box-shadow: 0px -10px 20px -15px rgb(0 0 0 / 30%)
}

.home__wrapperr .menu-details p {
    font-size: 15px;
    white-space: break-spaces;
    padding-bottom: 0 !important;
}

.home__wrapperr .menu-item-wrapper {
    background: var(--greycolor);
}

.home__wrapperr .menu-details .menu {
    margin-top: -11px;
    max-width: 550px;
    padding-left: 11px;
    overflow-x: hidden;
}

.home__wrapperr button.all-btn {
    background: var(--accentcolor);
    color: #ffffff;
    border: none;
    border-radius: 13px;
    margin-left: 20px;
    margin-right: 10px;
    width: 50px;
    height: 26px;
    text-align: center;
}

.home__wrapperr button.drink-btn:focus {
    background: var(--accentcolor);
    color: #fff;
    border: 1px solid var(--accentcolor);
}

.home__wrapperr button.food-btn.active {
    background: var(--accentcolor);
    color: #fff;
    border: 1px solid var(--accentcolor);
}

.home__wrapperr button.food-btn {
    background: transparent;
    color: #575757;
    border-radius: 7px;
   /* margin-left: 5px;
    margin-right: 10px;*/
    border: 0px solid rgba(0, 0, 0, 0.65);
    box-sizing: border-box;
    width: auto;
    height: 24px;
    text-align: center;
    padding: 0px 12px;
}

.home__wrapperr button.drink-btn {
    background: transparent;
    color: #a7a7a7;
    border-radius: 13px;
    margin-left: 5px;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, 0.65);
    box-sizing: border-box;
    width: 68px;
    height: 26px;
    text-align: center;
}

.home__wrapperr button.search-icon {
    border: none;
    background: transparent;
    float: right;
}

.home__wrapperr button.search-icon .fa-search {
    font-size: 20px !important;
}

.home__wrapperr .mySwiper {
   /* width: 100%;
    overflow: scroll;
    -ms-overflow-style: none; !* Internet Explorer 10+ *!
    scrollbar-width: none; !* Firefox *!*/
}

.home__wrapperr .mySwiper::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.home__wrapperr .appitizer-parent {
    padding-top: 20px;
}

/*::-webkit-scrollbar {max-height: 50%; height: 50%;}*/
.home__wrapperr .appetizer h2 {
    font-size: 22px;
    font-weight: 400;
    margin-left: 25px;
    /*margin-top: 26px;*/
}

.swiper-wrapper {
    z-index: 0 !important;
    /*padding-top: 5px;*/
}

.textinputappending li {
    height: auto;
    overflow-wrap: break-word;
}

.home__wrapperr .appetizer p {
    font-size: 15px;
    margin-left: 23px;
    color: rgba(0, 0, 0, 0.6);
}

.home__wrapperr .appetizer-list {
    position: relative;
}

.home__wrapperr .menu-item {
    width: 95%;
    margin: 10px;
    min-height: 70px;
    position: relative;
    padding: 10px;
    display: flex;
    flex: 1;
    background: #ffffff;
    box-shadow: 0px 12px 15px -5px rgb(0 0 0 / 13%);
    border-radius: 10px;
    border: 2px solid transparent;
}

.home__wrapperr .image-wrapper {
    margin: 0 -25px 0 6px;
}

.home__wrapperr .menu-item-detail {
    text-align: start;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.home__wrapperr .menu-item-detail.menu-withoutimg {
    text-align: start;
    height: 100%;
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.swipper_filter .swiper .swiper-wrapper .swiper-slide p {
    text-align: center;
    color: #575757;
    cursor: pointer;
    width: fit-content;
   /* margin: 0px !important;*/
    padding: 10px;
    border-bottom: 2px solid transparent;
}

.swipper_filter .swiper .swiper-wrapper .swiper-slide p.active {
    color: var(--accentcolor);
    border-bottom: 2px solid var(--accentcolor);
}

.container22 input label span.active {
    background: var(--accentcolor);
    color: #fff;
}

.home__wrapperr .swiper_one p {
    font-size: 17px !important;
    line-height: 20.45px !important;
}

.home__wrapperr .menu-item-detail h5 {
    font-size: 17px;
    color: #000000;
    line-height: 20px;
}

.home__wrapperr .menu-item-detail p {
    line-height: 20.45px;
    color: #757575;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

#navbar2 {
    max-width: 550px;
}

.basket-button {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 80px;
    max-width: inherit;
    margin: 0 auto;
}

.home__wrapperr .menu-item .price-tag {
    color: var(--accentcolor);
    text-align: right;
    font-size: 15px;
    position: absolute;
    top: 5px;
    right: 10px;
}

.home__wrapperr .menu-item .cart {
    background: var(--accentcolor);
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 22px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home__wrapperr .menu-item .cart i {
    color: #ffffff;
    font-size: 12px;
}

.home__wrapperr .product-detail {
    position: fixed;
    border-radius: 15px 15px 0px 0px;
    bottom: 0;
    transition: 0.4s all;
    width: 100%;
    z-index: 99;
    left: 0;
    transform: translateY(100%);
}

.home__wrapperr .product-detail.active {
    transform: translateY(0px);
    background: transparent !important;
}

.active_transform {
    transform: translateY(0px) !important;
}

.home__wrapperr .product-detail .product-detail-child {
    max-width: 550px;
    margin: auto;
}

.home__wrapperr .product-detail .product-detail-child.active {
    max-width: 550px;
    margin: auto;
    background-color: #fff;
    border-radius: 15px 15px 0px 0px;
    box-shadow: 0px -10px 20px -15px rgb(0 0 0 / 90%);
}

.home__wrapperr .menu-image-parent {
    height: 280px;
    display: flex;
    justify-content: center;
    position: relative;
}

.home__wrapperr .menu-without-image-parent {
    height: 48px;
    display: flex;
    justify-content: center;
    border-radius: 15px 15px 0px 0px;
    background-color: #fff;
    position: relative;
}

.home__wrapperr .menu-image-parent .menu-image {
    /*background: url(../images/dishes.png);
    background-color: #cccccc !important;
     height: 150px; */
    background-size: cover;
    border-radius: 15px 15px 0px 0px !important;
    height: 100%;
    width: 100%;
    overflow: hidden;

    /* height: 200px; */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
}

.home__wrapperr .open-menu-wrapper {
    background: #ffffff;
    width: 100%;
    left: 0;
}

.home__wrapperr .open-menu-wrapper .details {
    padding-left: 29px;
    border-radius: 30px 30px 0px 0px;
}

.home__wrapperr .open-menu-wrapper .details h4 {
    width: 92%;
    font-size: 20px;
    color: #000000;
    padding-top: 10px;
}

.home__wrapperr .open-menu-wrapper .details p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.2;
    padding-right: 25px;
    color: rgba(0, 0, 0, 0.6);
    white-space: pre-line;
    /* white-space: nowrap; */
}

.home__wrapperr .open-menu-wrapper .details p.prizeee {
    white-space: nowrap;
    font-size: 20px;
    padding-top: 10px;
    margin-top: 0;
    color: var(--accentcolor);
}

.home__wrapperr .open-menu-wrapper .menu-price h6 {
    float: right;
    margin-top: -116px;
    margin-right: 10px;
    color: var(--accentcolor);
    font-size: 17px;
}

.home__wrapperr .open-menu-wrapper h5 {
    /* margin-top: 10px;
    margin-left: 10px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6); */
    margin-top: 30px;
    margin-right: 10px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
    word-break: break-word;
}

.home__wrapperr .open-menu-wrapper .food-allergens {
    margin-left: 20px;
}

.home__wrapperr .open-menu-wrapper .food-allergens img {
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
    width: 32px;
}

.home__wrapperr .menu-chat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 10px;
    margin-right: 15px;
    padding-bottom: 32px;
    margin-top: 20px;
}

.home__wrapperr .menu-chat .menu-chat--input {
    width: 79%;
    margin-right: 10px;
}

.home__wrapperr .menu-chat h6 {
    font-size: 18px;
    width: 15px;
    text-align: center;
}

.home__wrapperr button.less-menu {
    background: #f5f5f5;
    height: 30px;
    width: 30px;
    border: none;
    border-radius: 23px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home__wrapperr button.less-menu span {
    font-size: 21px;
    color: #000;
}

.home__wrapperr button.less-menu i {
    color: var(--accentcolor);
}

.home__wrapperr button.cart {
    background: var(--accentcolor);
    width: 30px;
    height: 30px;
    border: none;
    font-size: 13px;
    border-radius: 22px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home__wrapperr button.cart span {
    color: #fff;
    font-size: 21px;
}

.home__wrapperr button.cart i {
    color: #fff;
}

.home__wrapperr button.less-menu i {
    color: var(--accentcolor);
}

.home__wrapperr .chat {
    display: flex;
    /* border: 1px solid var(--accentcolor);
     border-radius: 7px;
     background: #ffffff;
     min-height: 32px;*/
    border-bottom: 1px solid #cacaca;
    margin-top: 7px;
    justify-content: flex-start;
    width: 34px;
    margin-left: 14px;
    /*box-shadow: 0px 6px 20px -12px var(--accentcolor);*/
}

.home__wrapperr .chat.active {
    border-bottom: 1px solid var(--accentcolor);
}

.home__wrapperr .chat.warn {
    border-bottom: 1px solid var(--danger);
}

.home__wrapperr .chat.input-div {
    width: 70%;
    margin-left: 14px;
}

.home__wrapperr .chat.input-div svg {
    width: 18px;
    height: 18px;
    margin: auto;
    color: rgba(0, 0, 0, 0.6) !important;
}

.home__wrapperr .chat.active.input-div svg {
    color: var(--accentcolor) !important;
}

.home__wrapperr .chat.warn.input-div svg {
    color: var(--danger) !important;
}

@media screen and (max-width: 582px) {
    .home__wrapperr .chat.input-div {
        width: 94%;
    }
}

@media screen and (max-width: 375px) {
    .home__wrapperr .chat.input-div {
        width: 91%;
    }
}

.home__wrapperr .chat .chat-box {
    position: relative;
    display: none;
    width: 100%;
}

.home__wrapperr .chat .chat-box.active {
    display: block;
}

.home__wrapperr .chat .chat-box label {
    position: absolute;
    top: -12px;
    color: var(--accentcolor);
    background: #fff;
    font-size: 12px;
    padding: 0 5px;
    left: -17px;
}

.home__wrapperr .chat .chat-box textarea {
    height: 24px;
    overflow: hidden;
    width: 98%;
    padding: 0px 9px !important;
    border: none;
    resize: none;
}

.home__wrapperr .chat .chat-box textarea2 {
    height: 28px;
    overflow: hidden;
    width: 98%;
    padding: 0px 9px !important;
    border: none;
    margin-top: 2px;
    resize: none;
}

.home__wrapperr .chat img {
    width: 19.67px;
    height: 21.67px;
    margin: 5px 5px 5px 6px;
}

.addanoteclass {
    display: flex;
}

.home__wrapperr .bg-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9;
    width: 100%;
    /*  display: none;*/
    visibility: hidden;
    opacity: 0;
    transition: 0.4s all;
}

.home__wrapperr .bg-wrapper .bg {
    height: 100%;
    z-index: 9;
    width: 550px;
    margin: auto;
    background: rgba(0, 0, 0, 0.4);
}

.home__wrapperr .bg-wrapper.active {
    /*display: block !important;*/
    z-index: 20 !important;
    opacity: 1;
    visibility: visible;
}

.home__wrapperr .delivery_status {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: end;
    height: 86px;
    gap: 10px;
}

.home__wrapperr .delivery_status p:nth-child(1) {
    font-size: 15px;
    color: var(--accentcolor);
    text-align: right;
    font-size: 18px;
    line-height: 22px;
    width: max-content;
    margin-left: 25px;
}

.home__wrapperr .basket-button button {
    background: var(--accentcolor);
    /*border: 1px solid var(--accentcolor);*/
    box-sizing: border-box;
    /*box-shadow: 0px 3px 16px -10px var(--accentcolor);*/
    box-shadow: 0px 3px 16px -5px var(--accentcolor);
    border-radius: 9px;
    width: 215px;
    height: 50px;
    margin: auto;
    display: block;
    position: relative;
    top: 0px;
    z-index: 50;
    color: #ffffff;
}

.home__wrapperr .incredecre {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.home__wrapperr .incredecre button {
    /* box-shadow: 0px 4px 4px rgb(196 63 21 / 10%); */
    border-radius: 7px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 12px;
    width: 30px;
    height: 30px;
    padding-bottom: 2px;
    text-align: center;
    font-size: 20px

    /* box-shadow: 0px 1px 3px 0px var(--accentcolor) !important; */
    /* box-shadow: 0px 1px 3px 0px rgba(var(--accentcolor),0.06) !important; */

}

.home__wrapperr .incredecre button:nth-child(1) {
    background: #ffffff;
    color: var(--accentcolor);
    box-shadow: 0 3px 20px -5px rgba(0, 0, 0, 0.5);
}

.home__wrapperr .incredecre button:nth-child(3) {
    background: var(--accentcolor);
    color: #fff;
    box-shadow: 0 3px 20px -5px var(--accentcolor);
}

.incredecre .zero {
    background-image: var(--basketIcon) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 55% !important;
    color: transparent !important;
}

.home__wrapperr .incredecre span {
    font-size: 20px;
    width: 30px !important;
    text-align: center;
    visibility: hidden;
}

.home__wrapperr .basket-button button span {
    /*background: linear-gradient(
      311.63deg,
      var(--accentcolor) -28.37%,
      var(--accentcolor) 78.25%
    );*/
    width: 50px;
    align-items: center;
    top: -5px;
    justify-content: center;
    height: 50px;
    display: flex;
    position: absolute;
    border-radius: 9px;
    left: -3px;
    top: -1px;
}

.home__wrapperr .swiper_one p {
    font-size: 17px !important;
    line-height: 20.45px !important;
}

.swiper-pagination-bullet {
    display: none !important;
}

.chat3 .chat-box3 {
    position: relative;
    display: none;
}

.chat3 .chat-box3.active {
    display: block;
}

.chat3 .chat-box3 label {
    position: absolute;
    top: -15px;
    color: var(--accentcolor);
    background: #fff;
    font-size: 12px;
    padding: 0 4px;
    left: 12px;
}

.chat3 .chat-box3 input {
    padding: 0px 9px !important;
    width: 256px;
    transition: all 5.3s linear !important;
    border: none;
}

.chat3 {
    display: flex;
    border: 1px solid transparent;
    border-radius: 7px;
    background: transparent;
    margin-right: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-div3 {
    width: 100% !important;
    border: 1px solid var(--accentcolor) !important;
}

.chat3 .chat-box3 input.show-input3 {
    width: 100%;
    background: transparent;
    padding-left: 8px;
    padding-top: 4px;
}

.minius_one {
    visibility: hidden;
}

.home__wrapperr .image-wrapper .image-wrapper-image {
    /* min-width: 74px !important;
    width: 74px;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center; */
    min-width: 94px !important;
    width: 94px;
    height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -8px 10px -8px -10px;
}

.home__wrapperr .image-wrapper .image-wrapper-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.home__wrapperr .image-wrapper .image-wrapper-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.SSwiperr .swiper-slide {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /*margin-left: 1rem;*/
    border-radius: 12px;
    width: fit-content !important;
}

.SSwiperr2 .swiper-slide {
    width: fit-content !important;
}

/*.SSwiperr4 .swiper-slide {
    width: 100% !important;
}*/

.body_content {
    height: 100%;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

@media only screen and (min-width: 550px) {
    .body_content {
        width: 550px !important;
        margin: auto;
        overflow-y: scroll !important;
        overflow-x: hidden !important;
        /* background-color: #f7f7f7; */
        background-color: #fafafa;
        height: 100%;
        position: relative;
        /* display: flex;
        justify-content: center;
        align-items: center;
        position: relative; */
    }

    .basket_detail {
        width: 550px;
        margin: auto;
    }

    .payment-detail {
        width: 550px;
        margin: auto;
    }

    .checkout-detail {
        width: 550px;
        margin: auto;
    }
}

.edit-iconss {
    display: flex;
    width: 66px;
    justify-content: space-around;
    align-items: center;
    /* border: 1px solid red; */
    border-radius: 8px;
}

.p_table_num_name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
}

.chat__table {
    display: flex;
    border: 1px solid var(--accentcolor);
    border-radius: 7px;
    background: #fff;
    height: 32px;
    margin-top: 7px;
    justify-content: flex-start;
    width: 100%;
    padding: 6px;
}

.chat__table img {
    height: 20px;
    width: 30px;

}

.localised_error {
    position: fixed;
    top: 0;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    width: -webkit-fill-available;
    text-align: center;
    color: #000;
    display: none;
}

.localise_error_content {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: break-spaces;
    height: 100%;
    margin: 0;
    padding: 0px 10px;
    top: 0;
    position: absolute;
    /*width: -webkit-fill-available;*/
    width: 100%;
}

.no_scroll_local_error {
    overflow: hidden !important;
}

.ancent_colour {
    background-color: var(--accentcolor) !important;
}

.svg_ancent_colour > path {
    /*fill: var(--accentcolor) !important;*/
    fill: #ffffff !important;
}

.button_ancent_colour {
    color: var(--accentcolor) !important;
    border-color: var(--accentcolor) !important;
}

@media screen and (max-width: 370px) {
    .home__wrapperr .menu-details {
        top: -72px;
    }
}

@media screen and (max-width: 465px) {
    .home__wrapperr .menu-details {
        top: -72px;
    }
}

#list_cart_products li {
    margin-top: 15px !important;
}

li[data-cartproduct] .menu-item {
    /*border: 2px solid var(--accentcolor) !important;*/
}

.myOrder-parent {
    min-width: 90px !important;
    width: 90px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.myOrder-img {
    width: 100%;
    object-fit: cover;
    flex-basis: 50px;
}

.profile-parent {
    min-width: 42px !important;
    width: 42px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-img-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.paycoin_heading {
    font-weight: bold;
    padding: 20px 0px;
}

.payconiq_bg {
    display: flex;
    background: url(../icons/payconiq_bg.svg) no-repeat 50% 50%;
    background-size: contain;
    width: 100%;
    height: 30em;
    flex-direction: column;
}

.qr_code_image {
    height: 250px;
    width: 250px;
    display: flex;
    box-shadow: 0 1px 15px 0 rgb(192 72 25 / 32%);
    padding: 5px;
    margin: 8rem auto 0 auto;
}

.payconiq_close_button {
    position: absolute;
    left: 20px;
    top: 20px;
    background: #ffffff;
    border-radius: 7px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 20px;
    border: none;
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
    z-index:10;
}

@media screen and (max-width: 450px) {
    .bg-coloronmobile {
        background-color: var(--accentcolor);
    }
}

.allergins_content {
    margin-right: 12px;
    margin-left: 20px;
    margin-top: 2px;
    display: none;
}

.allergins_content ul {
    list-style: none;
    height: 185px;
    overflow-y: scroll;
}

.allergins_content ul li {
    display: flex;
    margin-bottom: 18px;
}

.allergins_content ul li .alllergins-img-parent {
    min-width: 30px !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0px 0px;
}

.allergins_content ul li .alllergins-img-parent .alllergins-img {
    width: 100%;
    /* height: 100%;
    object-fit: cover; */
    border-radius: 12px;
}

.allergins_content ul li .description {
}

.allergins_content ul li .description .allergins-heading {
    font-weight: 600;
    font-size: 16px;
}

.allergins_content ul li .description .allergins-description {
    font-size: 14px;
}

.dropdown-lan {
    position: absolute;
    background-color: white;
    /* top: 10px;
    left: -135px; */
    top: 0px;
    right: 110%;
    border-radius: 7px;
    overflow: hidden;
    display: none;
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
}

.display-drop-content {
    display: block;
}

.dropdown-lan ul {
    list-style: none;
}

.dropdown-lan ul li {
    padding: 10px;
    cursor: pointer;
    white-space: nowrap;
    text-align: left;
}

.dropdown-lan ul li:hover {
    background-color: var(--greycolor);
    /* color: #f6f4f5;x */
}

/* .dropdown-lan ul li.change-language {
}
.dropdown-lan ul li.my-order {
} */

.order-status-modal {
    position: absolute;
    background: #fff;
    bottom: 0;
    transition: 0.4s all;
    width: 100%;
    height: 100%;
    z-index: 1050;
    left: 0;
    visibility: hidden;
    transform: translateX(100%);
    overflow: hidden;
}

.order-status-modal.active {
    transform: translateX(0%);
    visibility: visible;
}

/* @media screen and (max-width: 550px) { */
.language-modal {
    position: fixed;

    width: 50px;
    background: rgb(186, 7, 7);
    z-index: 99;
}

.language-list-style {
    padding: 15px 20px;
    border-bottom: 1px solid #e7e7ea;
    cursor: pointer;
}

.language-list-style:last-child {
    border-bottom: none;
}

.language-list-style:hover {
    background-color: #eaeaf3;
}

.language-link {
    color: #212529 !important;
}

.chat---search {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search--input {
    /* margin-right: 4px;
    border: none;
    border-radius: 4px;
    width: 93%;
    padding: 0px 10px; */
    /* ------------------- */
    /* margin-right: 4px;
    border: none;
    border-radius: 4px;
    width: 93%;
    padding: 0px 10px;
    padding-left: 0;
    background-color: #fff; */
    /* ======================= */
    margin-right: 4px;
    border: none;
    border-radius: 4px;
    width: 90%;
    padding: 0px 0 0 10px;
    padding-left: 0;
    background-color: #fff;
}

/* } */

.checkout__details {
    position: fixed;
    bottom: 0;
    transition: 0.4s all;
    width: 100%;
    height: 70vh;
    z-index: 99;
    left: 0;
    visibility: hidden;
    transform: translateY(100%);
    overflow: hidden;
}

.checkout__details.active {
    transform: translateY(0px);
    visibility: visible;
}

.bg-wrapper6 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9;
    width: 100%;
    opacity: 0;transition: 0.4s all;visibility: hidden;
}

.bg-wrapper6 .bg6 {
    height: 100%;
    z-index: 9;
    width: 550px;
    margin: auto;
    background: rgba(0, 0, 0, 0.4);
}

.bg-wrapper6.active {
    display: block !important;
    z-index: 80;
    opacity:1;
    visibility: visible;
}

.wishlist-button {
    position: fixed;
    bottom: 59px;
    left: 0;
    width: 100%;
}

.buttonbasket {
    background: #ffffff;
    border: 1px solid var(--accentcolor);
    box-sizing: border-box;
    box-shadow: 0px 14px 20px -18px var(--accentcolor);
    border-radius: 26px;
    width: 215px;
    height: 50px;
    margin: auto;
    display: block;
    position: relative;
    top: 30px;
}

/*.buttonbasket span {
  background: linear-gradient(
    311.63deg,
    var(--accentcolor) -28.37%,
    var(--accentcolor) 78.25%
  );
  width: 50px;
  align-items: center;
  top: -5px;
  justify-content: center;
  height: 50px;
  display: flex;
  position: absolute;
  border-radius: 50%;
  left: -3px;
  top: top;
  top: -1px;
}*/

.update__button {
    line-height: 2;
    border-radius: 5px;
    border: none;
    background-color: var(--accentcolor);
    color: #fff;
    width: 40%;
    margin: 0 auto 20px auto;
    box-shadow: 0 3px 20px -5px var(--accentcolor);
    visibility: hidden;
}

.modal-content {
    width: 100% !important;
    margin: auto !important;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
}

.input-seach-filter {
    display: block;
}

/*.input-seach-filter .search_filter_child {
  display: flex;
  align-items: center;
  margin: 10px 2px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  margin-right: 4px;
  border: 1px solid var(--accentcolor);
  border-radius: 4px;
  padding: 0px 0px 0px 2px;
  width: 98%;
  height: 24px;
  font-size: 15px;
}*/

.input-seach-filter.active {
    display: block;
    overflow: hidden;
}

.input-seach-filter .search_filter_child {
    border-radius: 7px;
    background: #fff;
    height: 30px;
    margin: 1px 0 15px 15px;
    width: 94%;
    padding: 0px 0 0 0;
    border: 1px solid var(--accentcolor);
    /*box-shadow: 0px 1px 10px -6px #000;*/
}

/*input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
#inputSearch::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}*/

#inputSearch::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    border-radius: 50em;
    background: url(../icons/times-circle.svg) no-repeat 50% 50%;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
}

#inputSearch:focus::-webkit-search-cancel-button {
    opacity: 0.3;
    pointer-events: all;
}

.search-icon-toggle {
    width: 14px;
    background-color: var(--accentcolor);
    /* padding: 10px; */
    /* padding: 6px 7px; */
    padding: 7px 8px;
    color: #fff;
    z-index: 1;
}

.image-top_border {
    position: absolute;
    border: 2px solid #cacaca;
    width: 48px;
    margin: 22px auto 0;
    transform: rotate(180deg);
    border-radius: 19px;
    background: #cacaca;
}

/*@media screen and (max-width: 400px) {
  .input-seach-filter .search_filter_child {
    border-radius: 7px;
    background: #fff;
    height: 28px;
    margin: 10px 25px 0 14px;
    padding: 1px 0 0 0;
    width: 92%;
  }
}*/
.unsuccess_payment {
    color: #da0000;
    padding: 10px 00px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 100px;
}

@media screen and (max-width: 400px) {
    .search--input {
        width: 91%;
    }

    .ion-search-iconss {
        /* width: 8%; */
        margin-top: 5px;
        width: 5%;
        height: 13px;
        margin-left: 5px;
        display: inline-block;
    }
}

.bg-coloronmobile {
    overflow: scroll;
    /*  height: 100vh;*/
}

.bg-coloronmobile.active {
    overflow: hidden !important;
}

.button-menus {
    background: #fff;
    height: 36px;
    width: 36px;
    border: none;
    border-radius: 7px;
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
}

.button-menus span.line-one {
    position: relative;
    display: block;
    height: 1px;
    border: solid 1px;
    border-radius: 7px;
    transition: all 1s;
    margin-bottom: 5px;
    background-color: #000 !important;
    background: #000 !important;
    margin-right: 11px;
    width: 14px;
    float: right;
    clear: both;
}

.button-menus {
    color: #000 !important;
}

#sub_cat_d {
    /*width: 100vh;*/
}

.button-menus span.line-two {
    position: relative;
    float: right !important;
    display: block;
    height: 1px;
    border: solid 1px;
    border-radius: 10px;
    background-color: white;
    transition: all 1s;
    width: 7px;
    float: left;
    background-color: #000 !important;
    margin: 0px;
    margin-right: 11px;
    clear: both;
}


.no-data {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-top: 110px;
    display: none;
    /*  min-height: 700px;*/
}

.mySwiper4 {
    /*overflow-x: scroll;*/
    /*margin-right: -1em;*/
    position: relative;
}


/*.mySwiper1 .swiper-wrapper{
  margin: 10px;
}*/
.mySwiper1 {
   /* overflow-x: scroll;*/
   /* margin-right: -1em;*/
    /*margin: 0 -1.5rem;*/
    position:relative;
}


/*.mySwiper4 .swiper-wrapper
{
  margin: 10px;
}*/
.basket_wrap_slidedown {
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
}

.footer {
    text-align: center;
    font-size: 14px;
    color: #888888;
}

.payment_icon_img {
    height: 30px !important;
    width: 30px !important;
    object-fit: contain !important;
    border-radius: 0px !important;
}

#edit_served_at {
    text-align: center;
}

#edit_served_at input {
    border: 0;
    border-bottom: 1px solid var(--accentcolor);
    background: transparent;
    border-radius: 0;
    padding: 0 2px;
    width: 70px;
    font-weight: 500;
}

#basket_note {
    margin-bottom: 150px;
}

#tipsConfettiCanvas {
    height: 100vh;
    pointer-events: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
}

.gradient-blur {
    position: fixed;
    z-index: 5;
    inset: auto 0 0 0;
    height: 120px;
    pointer-events: none;
    max-width: inherit;
    margin: 0 auto;
}

.gradient-blur > div,
.gradient-blur::before,
.gradient-blur::after {
    position: absolute;
    inset: 0;
}

.gradient-blur::before {
    content: "";
    z-index: 1;
    backdrop-filter: blur(0.5px);
    -webkit-backdrop-filter: blur(0.5px);
    mask: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 25%,
            rgba(0, 0, 0, 1) 50%,
            rgba(0, 0, 0, 0) 75%
    );
    -webkit-mask: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 25%,
            rgba(0, 0, 0, 1) 50%,
            rgba(0, 0, 0, 0) 75%
    );
}

.gradient-blur > div:nth-of-type(1) {
    z-index: 2;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    mask: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 25%,
            rgba(0, 0, 0, 1) 50%,
            rgba(0, 0, 0, 1) 75%,
            rgba(0, 0, 0, 0) 100%
    );
    -webkit-mask: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 25%,
            rgba(0, 0, 0, 1) 50%,
            rgba(0, 0, 0, 1) 75%,
            rgba(0, 0, 0, 0) 100%
    );
}

.gradient-blur > div:nth-of-type(2) {
    z-index: 3;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    mask: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 50%,
            rgba(0, 0, 0, 1) 75%,
            rgba(0, 0, 0, 1) 100%
    );
    -webkit-mask: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 50%,
            rgba(0, 0, 0, 1) 75%,
            rgba(0, 0, 0, 1) 100%
    );
}

.gradient-blur > div:nth-of-type(3) {
    z-index: 4;
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    mask: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 75%,
            rgba(0, 0, 0, 1) 100%
    );
    -webkit-mask: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 75%,
            rgba(0, 0, 0, 1) 100%
    );
}

#cartQuantity {
    width: 20px;
    z-index: 20;
    position: absolute;
    margin: 0;
    top: -3px;
    left: 30px;
}

#mkMap {
    display: block;
    height: 140px;
    width: 100%;
    border-radius: 10px !important;
    border: 2px solid white;
    box-sizing: border-box;
    margin-top: 20px;
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
    background: white;
}

.mk-map-view {
    border-radius: 8px;
}

.circle-annotation {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0px 0px 5px #888;
}

.circle-annotation img {
    height: 100%;
}

#onlineordering_intro .body_content {
    display: flex;
    flex-direction: column;
}

#onlineordering_intro header {
    flex-shrink: 0;
}

.header-info.clickcollect .mr-2 {
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    -webkit-mask: url(../icons/clickcollect.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask: url(../icons/clickcollect.svg) no-repeat center center;
    mask-size: contain;
}

.header-info.delivery .mr-2 {
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    -webkit-mask: url(../icons/delivery.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask: url(../icons/delivery.svg) no-repeat center center;
    mask-size: contain;
}


.onlineordering-content {
    margin-top: -24px;
    flex-grow: 5;
    z-index: 10;
    background: var(--greycolor);
    border-radius: 15px 15px 0px 0px;
    box-shadow: 0px -10px 20px -15px rgb(0 0 0 / 30%);
}

.onlineordering-content-swiper {
    height: 100%
}

.onlineordering-type-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 4%;
    padding-bottom: 105px;
}

.onlineordering-type-button {
    background: #ffffff;
    min-height: 160px;
    width: 230px;
    border-radius: 10px;
    box-shadow: 0px 12px 15px -5px rgb(0 0 0 / 13%);
    margin: 10px;
    position: relative;
    padding: 5px;
    padding-bottom: 50px;
    cursor: pointer;
    border: 1px solid transparent;
}

.onlineordering-type-button.selected {
    border: 1px solid var(--accentcolor);
}

.onlineordering-type-icon {
    height: 20px;
    /* width: 20px;*/
    margin: 15px auto 10px auto;
    background-color: #212121;
}

.onlineordering-type-button.clickcollect .onlineordering-type-icon {
    -webkit-mask: url(../icons/clickcollect.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask: url(../icons/clickcollect.svg) no-repeat center center;
    mask-size: contain;
}

.onlineordering-type-button.delivery .onlineordering-type-icon {
    -webkit-mask: url(../icons/delivery.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask: url(../icons/delivery.svg) no-repeat center center;
    mask-size: contain;
}

.onlineordering-type-title {
    font-size: 17px;
}

.onlineordering-type-description {
    font-size: 14px;
    line-height: 20.45px;
    color: #757575;
    margin-top: 10px
}

.onlineordering-type-selector {
    height: 20px;
    width: 20px;
    margin-bottom: 8px;
    background-color: var(--accentcolor);
    -webkit-mask-image: url(../icons/selector-empty.svg);
    -webkit-mask-size: contain;
    mask-image: url(../icons/selector-empty.svg);
    mask-size: contain;
    bottom: 0px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.onlineordering-type-button.disabled {
    color: #aaa;
}

.onlineordering-type-button.disabled .onlineordering-type-icon {
    background-color: #aaa;
}

.onlineordering-type-button.disabled .onlineordering-type-description {
    color: #aaa;
}

.onlineordering-type-button.disabled .onlineordering-type-selector {
    display: none;
}

.onlineordering-type-button.unselected .onlineordering-type-selector {
    background-color: #757575;
}

.onlineordering-type-button.selected .onlineordering-type-selector {
    -webkit-mask-image: url(../icons/selector-selected.svg);
    mask-image: url(../icons/selector-selected.svg);
}

.onlineordering-button-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.onlineordering-button-wrapper.hidden {
    display: none;
}

.onlineordering-content-swiper .hidden {
    display: none;
}

.onlineordering-content-header {
    font-size: 19px;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 24px;
    padding: 0 50px 0 50px;
}

.onlineordering-content-footer {
    font-size: 14px;
    line-height: 20.45px;
    color: #757575;
    /* margin-top: 15px; */
    padding: 0 10px 90px 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#onlineordering-slots-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: min-content;
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    justify-items: center;
    max-width: 400px;
    margin: 60px auto 120px auto;
    padding: 0 5% 20px 5%;
    /* max-height: 150px; */
    overflow: scroll;
    top: 0px;
    bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

#onlineordering-slots-wrapper li {
    display: block;
    width: 70px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 12px 15px -5px rgb(0 0 0 / 13%);
    position: relative;
    padding: 4px 13px;
    cursor: pointer;
}

#onlineordering-slots-wrapper li:nth-child(4n+1) {
    font-weight: bold;
}

#onlineordering-slots-wrapper li.selected {
    color: var(--accentcolor);
    font-weight: bolder;
    border: 1px solid var(--accentcolor);
    padding: 3px 11px;
}

#inputDeliveryAddress {
    background: transparent;
    border: none;
    border-bottom: 1px solid #cacaca;
    padding: 0 20px;
    width: 70%;
    margin-top: 20px;
}

#deliveryAddressSuggestionsWrapper {
    margin: 20px 7%;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 12px 15px -5px rgb(0 0 0 / 13%);
}

#deliveryAddressSuggestionsWrapper li {
    display: block;
    padding: 10px 0;
   /* margin: 0 40px*/
}

#deliveryAddressSuggestionsWrapper li:nth-child(n+2) {
    border-top: 1px solid var(--greycolor);
}

#deliveryAddressNotice {
    margin-top: 15px;
    font-size: 15px;
}

#inputDeliveryAddressAddition {
    background: transparent;
    border: none;
    border-bottom: 1px solid #cacaca;
    padding: 0 20px;
    width: 50%;
    margin-top: 20px;
}

.styled-input {
    margin: 30px auto;
    width: 70%;
    position: relative;
}

.styled-input.verification {
    width: 40%;
    margin: 50px auto;
}

.styled-input .icon {
    height: 18px;
    width: 18px;
    position: absolute;
    bottom: 4px;
    background-color: #212121;
}

.styled-input.name .icon {
    -webkit-mask: url(../icons/contact-card.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask: url(../icons/contact-card.svg) no-repeat center center;
    mask-size: contain;
}

.styled-input.email .icon {
    -webkit-mask: url(../icons/email.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask: url(../icons/email.svg) no-repeat center center;
    mask-size: contain;
}

.styled-input.phone .icon {
    -webkit-mask: url(../icons/phone.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask: url(../icons/phone.svg) no-repeat center center;
    mask-size: contain;
}

.styled-input.verification .icon {
    -webkit-mask: url(../icons/annotation-check.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask: url(../icons/annotation-check.svg) no-repeat center center;
    mask-size: contain;
}

.styled-input.phone .icon.verified {
    -webkit-mask: url(../icons/checkmark-circle.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask: url(../icons/checkmark-circle.svg) no-repeat center center;
    mask-size: contain;
    right: 0;
}

.styled-input input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #cacaca;
    padding: 0 30px;
    width: 100%;
    display: block;
    border-radius: 0px;
}

#signInButton {
    display: block;
    background: var(--accentcolor);
    border-radius: 10px;
    padding: 8px 13px;
    cursor: pointer;
    margin: 50px auto 15px auto;
    text-align: center;
    color: #ffffff;
    box-shadow: 0px 9px 13px -7px rgba(0, 0, 0, 0.25);
    width: 220px;
    -webkit-appearance: none;
    appearance: none;
    border: none;
}

.recaptchaNotice {
    font-size: 10px;
    width: 230px;
    text-align: center;
    margin: 0 auto;
}

#phoneNotice {
    margin: -15px auto 20px auto;
    font-size: 15px;
    text-align: center;
}

#phoneVerificationError {
    width: 230px;
    text-align: center;
    margin: 0 auto;
}

#inputPhoneVerification::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    height: 0;
    width: 0;
    margin: 0;
}

.mySwiper5 .hidden {
    display: none !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

#basketDeliveryFees {
    color: #757575;
    font-size: 15px;
}

#delivery_free_from_message {
    color: #aaaaaa;
}

#inputDeliveryNote {
    background: transparent;
    border: none;
    border-bottom: 1px solid #cacaca;
    padding: 0 20px;
    width: 70%;
    margin: 30px auto 0 auto;
    display: block;
}

.viewfinder_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.viewfinder_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(187, 187, 187, 0.75);
    -webkit-mask: url(../icons/viewfinder.svg) no-repeat center center;
    -webkit-mask-size: 70%;
    mask: url(../icons/viewfinder.svg) no-repeat center center;
    mask-size: 70%;
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    min-width: 200px;
    margin: 50vh 50%;
    width: 100%;
    max-height: 70%;
}

#camera_button {
    background-color: rgba(187, 187, 187, 0.75);
    -webkit-mask: url(../icons/camera.svg) no-repeat center center;
    -webkit-mask-size: 70%;
    mask: url(../icons/camera.svg) no-repeat center center;
    mask-size: 70%;
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    margin: 50vh 50%;
    width: 70%;
    max-height: 70%;
    min-width: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

#camerafeed_container {
    width: 100%;
    height: 100%;
}

#langNoticeScanQr {
    align-items: end;
    padding: 0 20px 10% 20px;
    text-shadow: rgb(255, 255, 255) 0px 0px 15px;
}

.order_history_wrapper {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 0;
    visibility: hidden;
    width: -webkit-fill-available;
    background: none;
}

.order_history_wrapper.active {
    z-index: 1000;
    visibility: visible;
}

.modal-close-order-status {
    display: flex;
    background: #ffffff;
    border-radius: 7px;

    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 20px;
    border: none;
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
}

#timeout-confirm-button {
    background: var(--accentcolor);
    box-sizing: border-box;
    box-shadow: 0px 3px 16px -5px var(--accentcolor);
    border-radius: 9px;
    color: #ffffff;
    padding: 7px 19px;
    border: none;
}

#orders_list {
    list-style-type: none;
}

.upcoming_content .merchant,
.checkout-detail .merchant {
    align-items: center;
    gap: 10px;
    display: flex;
}

.upcoming_content .merchant .info p:nth-child(1),
.checkout-detail .merchant .info p:nth-child(1) {
    font-size: 15px;
    line-height: 18px;
    color: #171717;
}

.upcoming_content .merchant .info p:nth-child(2),
.checkout-detail .merchant .info p:nth-child(2) {
    font-size: 12px;
    line-height: 18px;
}

.upcoming_content .merchant .logo,
.checkout-detail .merchant .logo {
    flex-basis: 50px;
}

.upcoming_content .time,
.checkout-detail .time {
    font-size: 12px;
}

.upcoming_content .top,
.checkout-detail .top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.upcoming_content .bottom,
.checkout-detail .bottom {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: end;
}

.checkout-detail .header {
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    gap: 10px;
    padding: 1.5rem 1rem 1rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

p, span {
    pointer-events: none;
}

.closeButton {
    position: absolute;
    right: 10px;
    top: 0px;
    width: 30px;
    height: 30px;
    margin: 12px auto 10px;
    border-radius: 7px;
    background: #ffffff;
    cursor: pointer;
}

#orderdetails_products {
    background: #ffffff;
    border-radius: 10px;
    margin: 1em;
    padding: 1em 1.5em;
    gap: 1.5em;
    display: flex;
    flex-direction: column;

}

.checkout-detail .hidden {
    display: none !important;
}

#orderdetails_products .amount {
    white-space: nowrap;
}

#orderdetails_products .amount p:nth-child(1) {
    font-size: 14px;
    color: #888;
}

.orderdetails_receiptbuttons {
    display: flex;
    gap: 10px;
    text-align: center;
    /*padding: 0 3rem;*/
    margin: 1rem 0;
    justify-content: space-evenly;
}

.orderdetails_receiptbuttons button {
    border: none;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    background: var(--accentcolor);
    box-shadow: 0px 9px 13px -7px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
    width: 40%;
}

.orderdetails_enteremail {
    display: flex;
    gap: 20px;
    text-align: center; /* padding: 0 3rem; */
    margin: 1rem 0;
    justify-content: space-evenly;
    align-items: baseline;
    padding: 2px 1rem 1px 1rem;
}

.orderdetails_enteremail .styled-input {
    margin: 0;
    width: 50%;
}

.orderdetails_enteremail .sendButton {
    border: none;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 20px;
    text-align: center;
    color: #ffffff;
    background: var(--accentcolor);
    box-shadow: 0px 9px 13px -7px rgba(0, 0, 0, 0.25);
    border-radius: 9px; /* width: 40%; */
}

.orderdetails_enteremail .backButton {
    box-shadow: none;
    flex-shrink: 0;
    background: #ffffff;
    border-radius: 7px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 20px;
    border: none;
}

.orderdetails_slidedown {
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
}

#langRestartSessionButton{
    border: none;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 20px;
    text-align: center;
    color: #ffffff;
    background: var(--accentcolor);
    box-shadow: 0px 9px 13px -7px rgba(0, 0, 0, 0.25);
    border-radius: 9px; /* width: 40%; */
}

#langTermsPayment{
    position: absolute;
    bottom: 1px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    display: none;
}
#langTermsPayment a{
    text-decoration: underline;
    cursor: pointer;
}

.cameraButton {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: break-spaces;
    height: 100%;
    margin: 0;
    top: 0;
    position: absolute;
    width: 100%;
    padding: 240px 0px 0px 0px;
}

.cameraButton button{
    border: none;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 20px;
    text-align: center;
    color: #ffffff;
    background: var(--accentcolor);
    box-shadow: 0px 9px 13px -7px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
    margin-bottom: 40px;
}

.blinky-button {
    background: linear-gradient(45deg, var(--accentcolor), var(--accentcolor));
    border: 2px solid transparent;
    border-radius: 12px;
    color: white;
    padding: 12px 20px;
    margin: 10px 0;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    animation: blinkyPulse 3s ease-in-out infinite;
    width: 100%;
    text-align: center;
}

.blinky-button::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg,
    var(--accentcolor),
    rgba(255,255,255,0.8),
    var(--accentcolor),
    rgba(255,255,255,0.8),
    var(--accentcolor)
    );
    background-size: 300% 300%;
    border-radius: 12px;
    z-index: -1;
    animation: sparkle 2s linear infinite;
}

@keyframes blinkyPulse {
    0%, 100% {
        filter: saturate(1) brightness(1);
        transform: scale(1);
    }
    50% {
        filter: saturate(1.3) brightness(1.1);
        transform: scale(1.02);
    }
}

@keyframes sparkle {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.blinky-digit {
    font-size: 150px;
    font-weight: 900;
    color: white;
    text-shadow: 0 0 50px rgba(0,0,0,0.8);
    user-select: none;
    text-align: center;
    margin: 50px 0;
}

.blinky-message {
    font-size: 18px;
    line-height: 1.5;
    margin: 30px 0;
    opacity: 1;
    transition: opacity 0.5s ease;
    text-align: center;
}

.blinky-message.fade-out {
    opacity: 0;
}

@keyframes blinkyFlash {
    0%, 50% { background-color: black; }
    51%, 100% { background-color: var(--blinky-color); }
}

.blinky-modal-content.blinky-flashing {
    animation: blinkyFlash 1s infinite;
}

.blinky-modal-content.blinky-flashing .top_border,
.blinky-modal-content.blinky-flashing .closeButton {
    background: rgba(255, 255, 255, 0.9) !important;
}

.hidden {
    display: none !important;
}
