/* ------------------------------------------ */

/*         General & Basic Styles
/* ------------------------------------------ */

body,
html {
    height: 100%;
}

body {
    font-family: "Tajawal", sans-serif;
    background-color: var(--bgBody2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

ul {
    margin-bottom: 0;
    padding-right: 0;
    list-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none !important;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover,
a:active,
a:focus {
    outline: 0;
}

.center-block {
    float: none;
}

.background-cover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

input,
textarea,
button,
select {
    outline: none;
    border: none;
}

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

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

.Owl {
    direction: ltr;
}

.btnStyle,
a.btnStyle,
button.btnStyle {
    width: 100%;
    max-width: 300px;
    height: 45px;
    background-color: var(--green);
    border: none;
    display: block;
    line-height: 45px;
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
}

::placeholder {
    color: var(--gray14);
}

.title {
    color: var(--blackTitle);
    font-size: 16px;
    font-weight: 700;
}

.splash {
    position: fixed;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9999;
    overflow: hidden;
    background: url(../images/bgSplash.png) center var(--whiteBg);
    width: 100%;
    height: 100%;
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
}

.splash img {
    max-width: 100%;
}

.required {
    color: red;
}

.toast-error {
    background-color: #e65858 !important;
}

.toast-success {
    background-color: #05b0aa !important;
}

.toast-container>.toast {
    background-position-x: 97% !important;
    display: flex !important;
    align-items: center;
    padding: 8px 50px 8px 8px !important;
}

.new-sar-logo {
    width: 10px !important;
    margin: 0 3px !important;
    height: unset !important;
    object-fit: unset !important;
}

/* ------------------------------------------ */

/*         Menu Down
/* ------------------------------------------ */

.menuDownHeight {
    height: 100px;
}

.menuDown {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    text-align: center;
    z-index: 999;
    background-color: var(--whiteBg);
    box-shadow: 0 0 6px 3px rgb(0 0 0 / 2%);
}

.boxxHeight {
    height: 90px;
}

.menuDown .linksList {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuDown .linksList li {
    /* float: right;
    width: 25%; */
    flex-basis: 25%;
}

.menuDown .linksList li.order a .icon {
    width: 60px;
    height: 60px;
    background-color: var(--bgBody2);
    border-radius: 50%;
    border: 8px solid var(--whiteBg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -33px;
    position: relative;
}

.menuDown .linksList li.order a.active .icon::before {
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%) rotate(314deg);
    height: 60px;
    width: 58px;
    border-radius: 150px;
    border: 2px solid var(--green);
    border-color: var(--green) var(--green) transparent transparent;
    z-index: -2;
    background-color: #fff;
}

.menuDown .linksList li.order a.active .icon::after {
    content: "";
    position: absolute;
    width: 150%;
    height: 100%;
    border: 8px solid var(--whiteBg);
    z-index: -1;
    border-radius: 50%;
}

.menuDown .linksList li.order a .icon svg path {
    fill: var(--green) !important;
}

.menuDown .linksList li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--black);
    position: relative;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    font-size: 11px;
    padding: 11px 0 13px;
    /* overflow: hidden; */
}

.menuDown .linksList li a.active {
    color: var(--green);
}

.menuDown .linksList li:not(.order) a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: var(--green);
    right: 0;
    top: 0;
    transition: 0.3s;
}

.menuDown .linksList li a:hover::before {
    right: 0;
}

.menuDown .linksList li:not(.order) a.active::before {
    width: 100%;
}

.menuDown .linksList li a .icon {
    transition: all 0.3s;
}

.menuDown .linksList li a .icon,
.menuDown .linksList li a .icon svg path {
    fill: var(--black) !important;
}

.menuDown .linksList li a.active .icon,
.menuDown .linksList li a.active .icon svg,
.menuDown .linksList li a.active .icon svg path {
    fill: var(--green) !important;
}

.menuMobile {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    left: 0;
    top: 0;
    display: none;
}

.menuMobile .BgClose {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    cursor: pointer;
}

.menuMobile .menuContent {
    width: 100%;
    max-width: 100%;
    background: var(--green);
    position: absolute;
    top: 0;
    height: 100%;
    overflow: auto;
    z-index: 100;
    right: -320px;
    padding-bottom: 20px;
    overflow-x: hidden;

}

.menuMobile .menuContent .bgMenu {
    position: relative;
}

.menuMobile .menuContent .bgMenu img {
    position: absolute;
    bottom: 40px;
    left: -170px;
    z-index: -2;
    opacity: 0.3;
}

.menuMobile .menuContent.active {
    right: 0;
}

.menuMobile .menuContent:before {
    content: "";
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bgSplash.png);
    z-index: -1;
    opacity: 0.1;
}

.menuMobile .menuContent .btnDark {
    display: block;
    position: relative;
    height: 25px;
    width: 45px;
    border-radius: 15px;
    border: none;
    background: var(--gray10);
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menuMobile .menuContent .btnDark:after {
    content: "";
    position: absolute;
    top: 2.8px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.menuMobile .menuContent .btnDark:after {
    left: 22px;
    -webkit-box-shadow: 22px -20px var(--black) inset;
    box-shadow: 22px -20px rgb(0, 0, 0) inset;
}

.menuMobile .menuContent .btnDark.active {
    background-color: var(--green);
    border-color: var(--green);
}

.menuMobile .menuContent .btnDark.active:after {
    left: 5px;
    -webkit-box-shadow: 9px -7px var(--white) inset;
    box-shadow: 9px -7px var(--white) inset;
}

.menuMobile .menuContent .closeX {
    position: absolute;
    top: 14px;
    left: 10px;
    font-size: 22px;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    padding: 0;
    opacity: 1;
    cursor: pointer;
}

.menuMobile .menuContent .langMenu {
    color: var(--green);
    position: absolute;
    left: 50px;
    top: 17.5px;
    text-transform: uppercase;
}

.menuMobile .menuContent .logoMenu {
    display: block;
    margin: 15px auto 20px;
    width: 180px;
}

.menuMobile .menuContent .logoMenu img {
    max-width: 100%;
}

.menuMobile .menuContent .menuRes {
    margin-top: 65px;
}

.menuMobile .menuContent .menuRes li.dark-mode {
    display: flex;
    align-items: center;
}

.menuMobile .menuContent .menuRes li.dark-mode .content {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.menuMobile .menuContent .menuRes li.dark-mode .content .icon {
    width: 70px;
    height: 25px;
    text-align: center;
    color: #fff;
}

.menuMobile .menuContent .menuRes li.dark-mode .icon svg path {
    fill: #fff;
}

.menuMobile .menuContent .menuRes li.logout {
    position: absolute;
    bottom: 0;
}

.menuMobile .menuContent .menuRes li a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 13px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
}

.menuMobile .menuContent .menuRes li .last-color {
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    margin-right: 55px;
}

.menuMobile .menuContent .menuRes li a i {
    width: 70px;
    float: right;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menuMobile .menuContent .menuRes li .whatsapp {
    margin-top: 100px;
}

.menuMobile .menuContent .menuFooter {
    text-align: center;
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.menuMobile .menuContent .menuFooter a {
    margin: 0 5px;
    width: 35px;
    height: 35px;
    background-color: var(--blue5);
    color: var(--white);
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
}

/* ------------------------------------------ */

/*         Accordion
/* ------------------------------------------ */

.accordions {
    background-color: var(--bgBody2);
    padding-top: 28px;
    padding-bottom: 53px;
    min-height: 100vh;
}

.accordions .accordion {
    background-color: var(--whiteBg);
    margin-bottom: 16px;
    position: relative;
}

.accordion h2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    padding: 20px 14px 20px 35px;
    cursor: pointer;
    color: var(--black);
}

.accordion .accordion-content {
    font-size: 12px;
    line-height: 25px;
    color: var(--blue);
    font-weight: 500;
    padding: 20px 15px 25px;
    border-top: 1px solid var(--bgBody2);
}

.accordion i {
    position: absolute;
    left: 15px;
    top: 23px;
    color: var(--black);
}

.header {
    background-color: var(--blackBg2);
    position: fixed;
    top: 0;
    right: 0;
    padding: 20px 15px;
    width: 100%;
    text-align: center;
    z-index: 999;
}

.headerHeight {
    height: 57.59px;
}

.header .title {
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    width: 200px;
    /* margin-right: 40px; */
    /* line-height: 1.5; */
    margin: auto;
}

.header .back {
    color: var(--white);
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 25px;
    font-weight: 700;
}

.header .right {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 25px;
    font-weight: 700;
    color: var(--white);
}

/* ------------------------------------------ */

/*          start about us
/* ------------------------------------------ */

.sliderAbout .box4 {
    position: relative;
    z-index: 1;
}

.sliderAbout .box4 img {
    width: 100%;
}

.sliderAbout .box4:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.47);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sliderAbout .owl-dots {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 0;
    width: 100%;
}

.sliderAbout .owl-dots .owl-dot span {
    width: 10px;
    height: 5px;
}

.slider .orderBtn {
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 35px;
    background-color: var(--whiteBg);
    font-size: 25px;
    color: var(--gray19);
    display: block;
    margin: 0 auto;
}

.bx-wrapper .bx-pager {
    padding-top: 0;
}

.bx-wrapper .bx-pager.bx-default-pager {
    position: absolute;
    bottom: 25px;
    width: 100%;
    right: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a,
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    overflow: hidden;
    width: 10px;
    height: 5px;
    background-color: var(--gray20);
    opacity: 1;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: var(--green);
    opacity: 0.42;
    width: 30px;
}

.the-slider-control .bx-prev {
    left: 20px;
}

.the-slider-control li span i {
    position: absolute;
    right: 25px;
    top: calc(50% - 60px);
    z-index: 3;
    text-align: center;
    display: block;
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 80px;
    background: none;
    opacity: 1;
    color: var(--white);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.the-slider-control li span#slider-prev i {
    right: auto;
    left: 25px;
}

.the-slider-control li span:hover i {
    opacity: 1;
}

.green-body-resrue {
    background-color: var(--whiteBg);
    padding: 16px 0 26px 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.green-body-resrue .titel-about {
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
    line-height: 21px;
    margin-bottom: 13px;
}

.green-body-resrue .titel-about span {
    margin-right: 23px;
}

.green-body-resrue .containt-discrib {
    font-size: 14px;
    color: var(--gray5);
    line-height: 25px;
    font-weight: 500;
}

.owl-about {
    background-color: var(--whiteBg);
    padding: 16px 0px 26px 20px;
}

.owl-about .titel {
    margin-bottom: 28px;
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
    padding-right: 26px;
}

.owl-about .owl-carousel .owl-item .box4 {
    position: relative;
}

.owl-about .owl-carousel .owl-item .box4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,
            var(--gray10) 1f,
            #262121a6,
            var(--black) d9);
    z-index: 2;
}

.about-info {
    margin-top: 10px;
}

.about-info .ditails-info {
    margin-bottom: 10px;
    background-color: var(--whiteBg);
    padding: 16px 20px 19px 0;
    display: flex;
    gap: 20px;
}

.about-info .ditails-info i {
    margin-top: 10px;
}

.about-info .info .titel {
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
    line-height: 21px;
    margin-bottom: 4px;
}

.about-info .info .containt-discrib a {
    font-size: 14px;
    font-weight: 500;
    color: var(--gray5);
    line-height: 25px;
}

.about-info .info span {
    float: right;
}

.about-info .info span:nth-child(2):after {
    content: "|";
    float: right;
    margin: 0 10px;
}

.location-mab {
    background-color: var(--whiteBg);
}

.location-mab iframe {
    width: 100%;
    height: 125px;
}

/* ------------------------------------------ */

/*       call us
/* ------------------------------------------ */

.call-us {
    margin-top: 70px;
}

.call-us .form-call {
    background-color: var(--whiteBg);
    padding: 106px 20px 45px;
    margin-top: -71px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.call-us .form-call input,
.call-us .form-call textarea {
    margin: 10px auto 0;
    background-color: var(--bgBody3);
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 10px;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--black);
}

.call-us .contactImg {
    width: 140px;
    background-color: var(--whiteBg);
    border-radius: 50%;
    line-height: 140px;
    height: 140px;
}

.call-us .contactImg img {
    display: inline-block;
}

.call-us .form-call textarea {
    resize: none;
    height: 100px;
    margin-bottom: 26px;
    color: var(--gray14);
}

.call-us .form-call .btnStyle {
    max-width: 100%;
}

.aboutDetails {
    margin-top: 50px;
}

.aboutDetails .aboutStyle {
    margin-bottom: 20px;
    padding: 20px 40px 20px 30px;
    background-color: var(--whiteBg);
    border-radius: 5px;
}

.aboutDetails .aboutStyle .title {
    font-size: 30px;
    color: var(--black);
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
}

.aboutDetails .aboutStyle .title i {
    position: absolute;
    right: -30px;
    top: -5px;
    color: var(--green);
    font-size: 21px;
}

.aboutDetails .aboutStyle .desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    color: #868686;
}

.aboutDetails .aboutStyle .googleMaps {
    color: var(--gray5);
    font-weight: 500;
    font-size: 14px;
    margin-top: 20px;
    display: block;
    width: 180px;
    margin-right: auto;
    margin-left: 0;
}

/* ------------------------------------------ */

/*      home page
/* ------------------------------------------ */
.home-page {
    padding: 85px 0px 0 0;
}

.home-page .owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.home-page .owl-theme .owl-dots .owl-dot span {
    background-color: var(--gray20);
    border-radius: 10;
    width: 10px;
    height: 5px;
    margin-top: 35px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--green);
    border-radius: 0;
    width: 30px;
    height: 5px;
    border-radius: 10px;
}

.home-page-owl .box4 {
    display: block;
    max-width: 280px;
    margin: auto;
}

.Subscriptions-home .title {
    text-align: right;
    margin: 20px 10px;
}

.Subscriptions-home .break-section {
    margin-top: 20px;
}

.Subscriptions-home .break-section .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    background-color: var(--whiteBg);
    border-radius: 10px;
    padding: 10px 20px;
}

.Subscriptions-home .break-section .content .text {
    flex-basis: 70%;
}

.Subscriptions-home .break-section .content .text .title {
    font-size: 14px;
    font-weight: 700;
    color: var(--blackTitle);
    margin: 0;
}

.Subscriptions-home .break-section .content .text .des {
    font-size: 12px;
    font-weight: 500;
    color: var(--blackTitle);
    line-height: 20px;
    text-align: right;
    margin-top: 10px;
}

.Subscriptions-home .break-section .content .border-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blackTitle);
    font-weight: 500;
    line-height: 15px;
}

.Subscriptions-home .break-section .content .border-circle.green {
    border: 4px solid #59ab25;
}

.Subscriptions-home .break-section .content .border-circle.orange {
    border: 4px solid #e17e3d;
}

@media (max-width: 768px) {
    .Subscriptions-home .break-section .content .border-circle {
        margin: auto;
    }
}

.Subscriptions-home .break-section .content .border-circle>span {
    font-size: 16px;
}

.Subscriptions-home .break-section .content .border-circle>span span {
    font-size: 16px;
}

.Subscriptions-home .ditels-box {
    background-color: var(--whiteBg);
    border-radius: 10px;
    padding: 0 0 20px 0;
    min-height: 265px;
    margin-bottom: 16px;
    display: block;
    /* width: 175px;
  max-width: 100%; */
}

.Subscriptions-home .ditels-box img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 5px 5px 0 0 !important;
    object-fit: cover;
}

.Subscriptions-home .ditels-box i {
    width: 60px;
    height: 60px;
    color: var(--green);
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.Subscriptions-home .ditels-box .titelBox {
    font-size: 14px;
    font-weight: 700;
    color: var(--black3);
    margin: 13px 10px 10px;
    line-height: 1.5;
}

.Subscriptions-home .ditels-box .descriptionBox {
    color: var(--black);
    margin: 15px;
}

.Subscriptions-home .ditels-box span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 17px;
    color: var(--black2);
}

.Subscriptions-home .ditels-box .otlob {
    width: 100px;
    height: 30px;
    border-radius: 10px;
    line-height: 30px;
    color: var(--black3);
    border: none;
    outline: none;
    font-size: 14px;
    max-width: 100%;
    display: inline-block;
    background: var(--gray16);
}

.Subscriptions-home .ditels-box .otlob-icon {
    background-color: var(--green);
    line-height: 0.5;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.sub-home {
    background-color: var(--green);
    border-radius: 10px;
    padding: 12px 10px 12px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 28px; */
}

.sub-home .content-sub {
    display: flex;
    margin-top: 4px;
}

.sub-home .content-sub i {
    background-color: var(--green7);
    padding: 5px 8px;
    border-radius: 5px;
    margin-top: -3px;
}

.sub-home .content-sub .ditels {
    margin-right: 10px;
}

.sub-home .content-sub .ditels h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
    line-height: 19px;
}

.sub-home .content-sub .ditels h3 span {
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    line-height: 21px;
}

.sub-home .otlob {
    width: 100px;
    height: 30px;
    border-radius: 10px;
    line-height: 30px;
    color: var(--blackTitle);
    border: none;
    text-align: center;
    outline: none;
    font-size: 14px;
    max-width: 100%;
    display: inline-block;
    background: var(--whiteBg);
}

.offers-home {
    padding-top: 20px;
}

.offers-home .row {
    margin: 0 -7.5px;
}

.offers-home .row .col-xs-6 {
    padding: 0 7.5px;
}

.offers-home .title :first-child {
    margin-bottom: 23px;
    padding-right: 10px;
}

.offers-home .ditels-box {
    min-height: 170px;
}

.offers-home .number {
    font-size: 30px;
    font-weight: 700;
    color: var(--white);
    line-height: 40px;
    background-color: var(--green);
    padding: 0 6px;
    width: fit-content;
    text-align: center;
    margin: 0 auto 10px;
    border-radius: 5px;
}

.famous-meals .title {
    margin: 20px 0;
}

.famous-meals.fish .footerMeal {
    margin-bottom: 22px;
}

.famous-meals .meal .your-meal .img-owl i {
    color: var(--green);
}

.famous-meals .meal .your-meal {
    display: flex;
    gap: 10px;
    position: relative;
    background-color: var(--whiteBg);
    padding: 15px 15px 45px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.famous-meals .meal .your-meal.not-main {
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding: 15px;
}

.famous-meals .meal .your-meal.not-main.radius {
    border-radius: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.famous-meals .meal .your-meal.not-main .detils-your-meal {
    flex-basis: 100%;
}

.famous-meals .meal .your-meal.not-main .img-owl {
    position: relative;
    border-radius: 10px;
    flex: 50%;
    max-width: 100px;
    height: 120px;
    overflow: hidden;
}

.famous-meals .meal .your-meal.not-main .img-owl .img {
    width: 100%;
    display: block;
    height: 100%;
}

.famous-meals .meal .your-meal.not-main .img-owl .img img {
    width: 100%;
    margin-top: 0;
    height: 100%;
    object-fit: cover;
}

.promotion-img {
    margin-top: 13px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    max-width: none;
    display: inline !important;
    width: 60px !important;
}

.famous-meals .meal .your-meal .title {
    display: block;
    margin-bottom: 9px;
    margin-right: 0;
    font-size: 14px;
    color: var(--blackMealTitle);
    text-align: right;
    /* white-space: nowrap; */
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.famous-meals .meal .your-meal .info-food {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
    color: var(--blackMealTitle);
    line-height: 21px;
    text-align: right;
    max-width: 900px;
}

.famous-meals .meal .your-meal .Count {
    display: flex;
    float: right;
}

.famous-meals .meal .your-meal .Count li {
    margin-left: 14px;
    font-size: 16px;
    font-weight: 700;
    /* line-height: 17px; */
    color: var(--black2);
}

.Count li .plus path,
.Count li .minus path,
.Count li .minus rect {
    fill: #fff;
}

.famous-meals .meal .pric {
    color: var(--green);
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    float: right;
    width: 100%;
    margin-top: -1px;
    margin-bottom: 10px;
}

.famous-meals .meal .your-meal .btns {
    position: absolute;
    left: 14px;
    bottom: 15px;
    padding: 2px 14px;
    height: 25px;
    background-color: var(--gray3);
    color: var(--black);
    border-radius: 5px;
    line-height: 19px;
    width: 60px;
    cursor: pointer;
}

.famous-meals .meal .your-meal .btns.active {
    background-color: var(--green) !important;
    color: var(--white) !important;
}

.famous-meals .meal .your-meal .img-owl {
    max-width: 60px;
}

.famous-meals .meal .footeritem {
    background: var(--whiteBg);
    border-top: 1px solid var(--bgBody2);
    display: flex;
    justify-content: space-between;
    padding-top: 11px;
    padding-bottom: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.famous-meals .meal .footeritem {
    display: block;
}

.famous-meals .meal .footeritem li {
    min-width: 50%;
    padding: 0 15px;
}

.famous-meals .meal .footeritem li:last-of-type {
    text-align: right;
}

.famous-meals .meal .footeritem.footerSingle li:last-of-type {
    text-align: right;
}

.famous-meals .meal .footeritem li a {
    font-size: 12px;
    color: var(--gray21);
    font-weight: 700;
    display: inline-block;
}

.famous-meals .meal .footeritem i {
    display: inline-block;
    float: right;
    margin-left: 12px;
    margin-top: -2px;
}

/* ----------------------------------------------------------- */

/* your food */

/* ------------------------------------------------------------ */

.your-food {
    background-color: #505050;
    padding-bottom: 20px;
    min-height: 100vh;
    width: 100vw !important;
    height: 110vh !important;
    object-fit: cover !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    /* z-index: -1 !important; */
}

.your-food .center-block {
    margin: auto !important;
    z-index: 2 !important;
    position: relative !important;
}

.your-food .fixed {
    /* position: fixed; */
    /* z-index: 1; */
    /* top: 0;
    right: 0;
    bottom: 0;
    left: 0; */
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.your-food .bgBlur-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.your-food .bgBlur-wrapper .bgBlur {
    background: rgba(255, 255, 255, 0.1);
    /* border-radius: 20px; */
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(10px);
    overflow: hidden;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px !important;
    width: 90% !important;
    border-radius: 10px !important;
}

.your-food .btnstyl {
    width: 290px;
    height: 40px;
    border: none;
    display: block;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    background-color: var(--whiteButton);
    color: var(--blackTitle);
}

/* .your-food a:first-of-type {
    background-color: var(--whiteButton);
    color: var(--blackTitle);
} */

/* .your-food a:last-of-type {
    background-color: var(--blackBg2);
    color: var(--white);
} */

/* .your-food button {
    background-color: var(--whiteBg);
    color: var(--black);
} */

/* ----------------------------------------------------------- */

/* offers */

/* ------------------------------------------------------------ */

.header .numbHeader {
    float: right;
    font-size: 14px;
    font-weight: 700;
    background-color: var(--green);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    /* line-height: 22px; */
    color: var(--white);
    /* padding-right: 2px; */
    margin: 4px 0px 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ----------------------------------------------------------- */

/* payment*/

/* ------------------------------------------------------------ */

.pay1 {
    padding-top: 33px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.pay1 ul li {
    background-color: var(--whiteBg);
    border-radius: 10px;
    margin-bottom: 14px;
}

.pay1 ul li a {
    padding: 0 20px;
    display: block;
    line-height: 70px;
}

.pay1 ul li a .angel {
    float: left;
    color: var(--black);
    font-size: 20px;
    margin-top: 25px;
}

.pay1 .im {
    width: 100%;
    z-index: 99999;
    position: relative;
    margin-top: 40px;
}

/* ----------------------------------------- */

/* Receive in branch
/* ----------------------------------------- */

.remaining-meals {
    padding: 26px 0;
}

.remaining-meals .titelStyl {
    background-color: var(--green);
    border-radius: 10px;
    width: 100%;
    color: var(--white);
    margin: 0 auto;
    height: 51px;
    line-height: 51px;
    padding: 0 15px;
}

.remaining-meals .titelStyl h3 {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}

.remaining-meals .titelStyl span {
    font-size: 20px;
    font-weight: 500;
    float: left;
}

.branchOwl {
    background-color: var(--whiteBg);
    margin-bottom: 20px;
    padding: 0;
}

.branchOwl .box4 {
    position: relative;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .branchOwl .box4::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    bottom: 0;
    right: calc(50% - 25px);
    transition: 0.3s;
} */

/* .branchOwl .box4.active::before {
    background-color: var(--green);
} */

.branchOwl .box4.active i {
    color: var(--white);
    background-color: var(--green3);
}

.branchOwl .box4 i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 7px;
    color: var(--green);
    transition: 0.3s;
    font-size: 35px;
    background-color: var(--green3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.branchOwl .box4 h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--black2);
    line-height: 19px;
    padding: 5px 15px;
    border-radius: 100px;
}

.branchOwl .box4.active h3 {
    background-color: var(--green);
    color: #fff;
}

.famous-meals.fish .footerMeal {
    display: block;
}

.fish .footerMeal a {
    padding-right: 10px;
}

.send {
    background-color: var(--whiteBg);
    padding: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 999;
}

.send.checkout {
    bottom: 0;
}

.detils-your-meal {
    width: 100%;
    max-width: 100%;
}

.sendHeight {
    height: 95px;
}

.send .btnStyle {
    max-width: 100%;
}

.famous-meals2 .meal .your-meal .btns {
    left: 15px;
}

.famous-meals2 .meal .pric {
    float: right;
}

.famous-meals2 .meal .your-meal .Count li {
    margin-left: 9px;
}

/* ----------------------------------- */

/* supscrib2 */

/* ------------------------------------ */

.supscrib2 {
    padding: 80px 0 20px;
}

.supscrib2 .otlob {
    background-color: var(--green);
}

.mealBoxs {
    margin-top: 20px;
}

.mealBoxs .meal-container {
    background-color: var(--whiteBg);
    margin-bottom: 20px;
    border-radius: 10px;
}

.mealBoxs .meal-container img {
    width: 100%;
    height: 85px;
    border-radius: 10px 10px 0 0 !important;
    object-fit: cover;
}

.mealBoxs .meal-container a {
    padding: 0;
}

.mealBoxs .meal-container .mealDiteals {
    padding: 0 20px;
}

.mealBoxs .meal-container .mealDiteals-spans {
    margin: 10px 10px;
    display: flex;
    flex-wrap: wrap !important;
    gap: 15px 5px !important;
}

.mealBoxs .meal-container .mealDiteals-spans span {
    padding: 10px 6px;
    background-color: var(--bgBody);
    font-size: 14px;
    font-weight: bold;
    color: var(--black);
    border-radius: 25px;
}

.mealBoxs .meal-container .mealDiteals-bottom {
    padding: 10px 14px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    align-items: center;
}

.mealBoxs .meal-container .mealDiteals-bottom a {
    background-color: var(--green);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.mealBoxs .mealBOS {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mealBoxs .meanBox {
    margin-bottom: 20px;
    padding: 0 0 20px;
    background-color: var(--whiteBg);
    border-radius: 10px;
    position: relative;
}

.mealBoxs .meanBox2 {
    margin-bottom: 20px;
    padding: 0;
    background-color: var(--whiteBg);
    border-radius: 10px;
    position: relative;
    display: block;
}

.mealBoxs .mealBOS .mealDiteals {
    margin-top: 0;
}

.mealBoxs .mealBOS .mealDiteals .ditails-box>p {
    color: var(--green7);
    font-weight: bold;
}

.mealBoxs .mealBOS .title {
    font-size: 15px;
    color: var(--blackTitle);
    font-weight: 700;
    margin-bottom: 7.5px;
    line-height: 24px;
}

.mealBoxs .mealBOS .del {
    color: var(--gray);
    margin-left: 3px;
    font-size: 14px;
    display: inline-block;
}

.mealBoxs .mealBOS .color {
    color: var(--green);
    font-size: 14px;
    font-weight: 700;
}

.mealBoxs .footerBox {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 25px;
}

.mealBoxs .footerBox li:first-child {
    display: flex;
    gap: 10px;
}

.mealBoxs .footerBox li a {
    color: var(--black);
    font-size: 14px;
    font-weight: 700;
    display: flex;
}

.mealBoxs .footerBox li a .info {
    display: flex;
    gap: 10px;
}

.mealBoxs .footerBox li a i {
    display: inline-block;
    margin-left: 5px;
}

.mealBoxs .back {
    color: var(--white);
    font-size: 24px;
    background-color: var(--green);
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 15px;
    bottom: 21px;
}

/* ----------------------------------------------------- */

/* calinder */

/* ----------------------------------------------------- */

.calinder {
    margin: 20px 0;
    background: var(--whiteBg);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 17px;
}

.calinder tbody {
    position: relative;
    max-width: 100%;
}

.calinder .dateStyle2 {
    margin: 0 auto;
    display: block;
    border: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
    background: var(--green8);
    height: 50px;
    border-radius: 10px;
    line-height: 50px;
}

.calinder .dateStyle2 .det {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.calinder .dateStyle2 .det li {
    color: var(--white);
    font-size: 13px;
    font-weight: 700;
}

.calinder .dateStylel {
    display: none;
}

.calinder ::placeholder {
    color: var(--white);
    font-size: 13px;
    font-weight: 700;
}

.calinder .vue-daterange-picker .reportrange-text {
    display: none;
}

.date-picker-wrapper.no-topbar {
    padding: 0;
    width: 100%;
    border: none;
    background-color: var(--whiteBg);
}

.date-picker-wrapper .month-wrapper,
.date-picker-wrapper .month-wrapper table {
    width: 100% !important;
}

.date-picker-wrapper .month-wrapper table .day {
    width: 35px;
    height: 40px;
    line-height: 43px;
    font-size: 15px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
}

.date-picker-wrapper .month-name {
    /* color: green !important;
  font-weight: 600; */
}

.date-picker-wrapper .month-wrapper table .day.real-today {
    font-weight: 700;
}

.date-picker-wrapper .month-wrapper table tbody tr td {
    margin-bottom: 10px;
}

.date-picker-wrapper .month-wrapper,
.date-picker-wrapper .month-wrapper table .caption {
    border: none;
    padding: 0;
}

.date-picker-wrapper .month-wrapper table .caption {
    margin-bottom: 10px;
}

.date-picker-wrapper .month-wrapper table td {
    color: var(--gray2);
}

.date-picker-wrapper .month-wrapper table .week-name,
.date-picker-wrapper .month-wrapper table th {
    height: 45px;
    color: var(--black);
    text-align: center;
}

.date-picker-wrapper .month-wrapper table .caption {
    display: none;
}

.date-picker-wrapper table .caption .prev,
.date-picker-wrapper table .caption .prev:hover,
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .next {
    color: transparent;
}

.date-picker-wrapper table .caption .prev:before,
.date-picker-wrapper table .caption .next:before {
    font: normal normal normal 25px/1 FontAwesome;
    content: "\f105";
    color: black;
}

.date-picker-wrapper table .caption .next:before {
    content: "\f104";
}

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
    background: none;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: var(--green) !important;
    color: var(--white);
}

.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
    background-color: var(--black) !important;
}

.date {
    padding: 15px 23px 15px;
    margin-bottom: 30px;
    background-color: var(--whiteBg);
    border-radius: 10px;
}

.date h2 {
    margin-bottom: 15px;
}

.date .datels {
    display: flex;
    justify-content: space-between;
    gap: 13px;
}

.date .datels span {
    background-color: var(--green5);
    color: var(--green);
    width: 130px;
    height: 30px;
    border-radius: 100px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

/* ------------------------------------------ */

/*         Addresses
/* ------------------------------------------ */

.tabsBtns {
    background-color: var(--whiteBg);
    display: flex;
    justify-content: space-around;
    padding: 0 25px;
}

.tabsBtns li {
    font-weight: 700;
    font-size: 14px;
    color: var(--gray5);
    cursor: pointer;
    position: relative;
    height: 60px;
    line-height: 60px;
}

.tabsBtns li i {
    margin-left: 5px;
}

.tabsBtns li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
}

.tabsBtns li a {
    display: block;
    color: var(--gray25);
}

.tabsBtns li.active a {
    color: var(--green);
}

.tabsBtns li.active:before {
    background-color: var(--green);
}

.tabs1 {
    background-color: var(--bgBody2);
    min-height: 100vh;
}

.tabs1 .tab .box {
    margin-bottom: 20px;
    background-color: var(--whiteBg);
    border-radius: 10px;
}

.tabsContent .tab:not(:first-of-type) {
    display: none;
}

.addresses .formStyle {
    background: none;
    padding: 35px 25px 0;
}

.formStyle .labelTitle {
    font-size: 14px;
    font-weight: 700;
    color: var(--blackLabelTitle);
    margin-bottom: 10px;
    line-height: 20px;
    width: 100%;
}

.formStyle .labelTitle i {
    float: right;
    margin-left: 5px;
    margin-top: 3px;
}

.formStyle .labelTitle~svg path {
    fill: var(--blackMealTitle);
}

.formStyle .selectStyle {
    margin-bottom: 30px;
    /* z-index: 1; */
    border-radius: 10px;
    background-color: var(--whiteBg);
    position: relative;
}

.formStyle .selectStyle input {
    /* ,.formStyle .selectStyle select */
    margin-bottom: 0;
    background: 100% 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.formStyle .selectStyle select {
    margin-bottom: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.formStyle .selectStyle i {
    position: absolute;
    left: 10px;
    top: 15px;
    color: var(--gray21);
    z-index: -1;
    font-size: 17px;
}

.formStyle .selectStyle input {
    /* ,.formStyle .selectStyle select */
    margin-bottom: 0;
    background: 100% 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.formStyle .selectStyle .vs__dropdown-toggle {
    border: 0 !important;
    border-radius: 10px !important;
    height: 50px !important;
}

.formStyle .selectStyle .vs__dropdown-toggle .vs__actions .vs__clear {
    display: none;
}

.formStyle .selectStyle .vs__selected {
    line-height: 40px !important;
}

.formStyle .selectStyle.inputNumb input {
    text-align: left;
}

.formStyle .inputNumbers .anotherNumber {
    padding-left: 25px;
    position: relative;
}

.formStyle .inputNumbers .anotherNumber .remove {
    position: absolute;
    left: 0;
    top: 15px;
}

.formStyle .upload-style {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin-bottom: 30px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--gray14);
    background-color: var(--whiteBg);
    display: flex;
    align-items: center;
}

.formStyle .upload-style input {
    width: unset;
    height: unset;
    padding: unset;
    background-color: transparent;
    margin: unset;
    border-radius: unset;
}

.formStyle input,
.formStyle select,
.formStyle textarea {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin-bottom: 30px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--gray14);
    background-color: var(--whiteBg);
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

.formStyle textarea {
    resize: none;
    height: 80px;
    padding: 15px;
}

.searchForm {
    background-color: var(--whiteBg);
}

.searchForm .formStyle {
    padding: 40px 35px 10px;
    position: relative;
}

.searchForm .inputSearch {
    position: relative;
    margin-top: 10px;
}

.searchForm .inputSearch input {
    width: 100%;
    background-color: var(--gray22);
    padding-left: 45px;
}

.searchForm .inputSearch .btnSearch {
    position: absolute;
    left: 5px;
    top: 10px;
    color: red;
    font-size: 20px;
    background: none;
    border: none;
}

.searchForm .formStyle .labelTitle {
    font-size: 10px;
}

.searchForm iframe {
    width: 100%;
    border: none;
    height: 274px;
    width: 100%;
}

.searchForm .confirmStyle {
    padding: 25px 35px;
}

.Attention .remove {
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 13px;
}

.thanksModal,
.profile-subs {
    text-align: center;
}

.thanksModal .modal-content,
.profile-subs .modal-content {
    border-radius: 10px;
    margin-top: 150px;
    background-color: var(--whiteStatus);
}

.thanksModal .modal-body,
.profile-subs .modal-body {
    padding: 30px 20px 20px;
}

.thanksModal i {
    display: inline-block;
    margin-bottom: 25px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    line-height: 72px;
    background-color: var(--green);
}

.thanksModal .title,
.profile-subs .title {
    color: var(--blackTitle);
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
}

.thanksModal .desc,
.profile-subs .desc {
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
    color: var(--blue);
    margin-bottom: 31px;
}

.thanksModal a {
    width: 110px;
    height: 40px;
    line-height: 40px;
    color: var(--black);
    background-color: var(--bgBody);
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
}

.thanksModal a:first-of-type {
    margin-left: 20px;
}

.thanksModal a.active {
    background-color: var(--green);
    color: var(--white);
}

.thanksModal .iconLoad {
    font-size: 23px;
    color: var(--green);
    margin-top: -10px;
}

.thanksModal .glyphicon.glyphicon-calendar {
    margin-bottom: 0;
}

.thanksModal .vue-daterange-picker,
.calinder .vue-daterange-picker {
    width: 100%;
}

.thanksModal .daterangepicker,
.calinder .daterangepicker {
    border: 0;
    direction: rtl !important;
}

.thanksModal .daterangepicker .drp-calendar.left,
.calinder .daterangepicker .drp-calendar.left {
    width: 100%;
    text-align: center;
    margin: auto;
    max-width: 100%;
    padding: 0;
}

.thanksModal .daterangepicker .calendars-container,
.calinder .daterangepicker .calendars-container {
    width: 100%;
}

.thanksModal .daterangepicker td.active,
.thanksModal .daterangepicker td.active:hover,
.calinder .daterangepicker td.active,
.calinder .daterangepicker td.active:hover {
    background-color: var(--green) !important;
    color: #fff !important;
}

.thanksModal .daterangepicker .calendar-table .prev span,
.calinder .daterangepicker .calendar-table .prev span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-right: solid #bbb;
    border-bottom: solid #bbb;
}

.thanksModal .daterangepicker .calendar-table .next span,
.calinder .daterangepicker .calendar-table .next span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    border-right: solid #bbb;
    border-bottom: solid #bbb;
}

.thanksModal .daterangepicker .calendar-table td,
.thanksModal .daterangepicker .calendar-table th,
.calinder .daterangepicker .calendar-table td,
.calinder .daterangepicker .calendar-table th {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    background: var(--whiteBg);
    border: none;
    border-radius: 0;
    color: var(--black);
}

.thanksModal .daterangepicker td.in-range,
.calinder .daterangepicker td.in-range {
    background-color: #c9ffd3;
}

.thanksModal th,
.calinder th {
    color: var(--blackThCalendar);
}

.thanksModal td,
.calinder td {
    color: var(--blackThCalendar);
}

.thanksModal td.disabled,
.calinder td.disabled {
    /* background-color: var(--gray-calender) !important; */
    color: var(--gray-calender2) !important;
}

.allAddresses {
    padding: 25px 0 0;
}

.address {
    margin-bottom: 16px;
    overflow: hidden;
    background-color: var(--whiteBg);
}

.address iframe {
    height: 123px;
    width: 100%;
}

.address .listAddress li {
    border-bottom: 1px solid var(--gray17);
    padding: 0px 19px;
    display: flex;
    justify-content: space-between;
    color: var(--black);
    font-size: 14px;
    font-weight: "Tajawal-medium";
    height: 50px;
    line-height: 50px;
}

.address .listAddress li div {
    width: 100%;
}

.address .listAddress li:first-of-type {
    font-weight: 700;
}

.address .listAddress li a {
    float: left;
}

.address .listAddress li .deleteBtn {
    line-height: 45px;
    margin-right: 15px;
}

.address .listAddress li span {
    font-size: 17px;
    font-weight: "Tajawal-medium";
    color: var(--gray25);
    float: left;
    height: 100%;
}

.address .btnDiv .btnStyle {
    font-size: 11px;
}

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

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

.allAddresses .adrress-owl {
    padding-top: 17px;
    padding-bottom: 25px;
    background-color: var(--whiteBg);
    position: relative;
    overflow: hidden;
}

.allAddresses .adrress-owl .box4 {
    background-color: var(--bgBody);
    border-radius: 10px;
    text-align: center;
    padding: 15px 15px 10px;
    transition: 0.3s;
    color: var(--black);
    width: 100px;
    margin: 4px 0px;
}

.allAddresses .adrress-owl .box4 input {
    position: absolute;
    right: -500px;
    opacity: 0;
}

.allAddresses .adrress-owl .box4 i {
    display: block;
    color: var(--white);
    font-size: 13px;
    background-color: var(--green);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    margin: 0 auto 7px;
    transition: 0.3s;
}

.allAddresses .adrress-owl .active-days {
    background-color: var(--green);
    color: var(--white);
}

.allAddresses .adrress-owl .active-days i {
    background-color: var(--whiteBg2);
    color: var(--green);
}

.allAddresses .adrress-owl .box4 h3 {
    font-size: 14px;
    font-weight: 500;
}

.allAddresses .adrress-owl .box4 h3 span {
    margin-top: 5px;
    display: block;
}

.thankes2 .btnStyle {
    width: 290px;
    height: 40px;
    background-color: var(--green);
    border: none;
    display: block;
    line-height: 43px;
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* ------------------------------- */

/*personal-data  */

/* -------------------------------- */

.personalData {
    padding-top: 33px;
}

.personalData label span {
    display: inline-block;
    color: var(--green2);
    font-size: 14px;
    font-weight: 500;
    float: left;
}

/* ------------------------------- */

/* delivery information */

/* -------------------------------- */

.personalData .addrss {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin-bottom: 30px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--gray14);
    background-color: var(--whiteBg);
    line-height: 50px;
    display: flex;
    justify-content: space-between;
}

.personalData .addrss a {
    float: left;
    display: inline-block;
    margin-top: 5px;
}

.personalData .addrss svg {
    margin-top: 15px;
}

/* ---------------------- */

/* error */

/* ------------------------ */

.error {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.error img {
    margin-bottom: 35px;
}

.error h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--blue);
    line-height: 40px;
}

.error span {
    font-size: 12px;
    display: block;
    margin-bottom: 30px;
    line-height: 40px;
    color: var(--blue);
}

.error a {
    font-size: 12px;
    font-weight: 500;
    background-color: var(--gray6);
    width: 280px;
    color: var(--blue);
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}

/* --------------------------------------------- */

/* send-code */

/* ----------------------------------------------- */

.send-code {
    background-color: var(--whiteBg);
    padding: 65px 0px 25px;
    margin-bottom: 60px;
}

.send-code img {
    margin-bottom: 25px;
}

.send-code .title {
    font-size: 14px;
    margin-bottom: 10px;
}

.send-code .phon {
    direction: ltr;
    display: inline-block;
    color: var(--black);
}

.sendCode .inputNumb {
    position: relative;
    z-index: 1;
    padding: 0;
    direction: rtl;
    /* margin: 0 -11px 30px; */
}

.sendCode .inputNumb .group-box {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.sendCode .inputNumb .group-box .box {
    margin: 0 10px;
    position: relative;
}

.sendCode .inputNumb .group-box .box .split-otp {
    position: absolute;
    opacity: 0;
    z-index: 2;
}

.sendCode .inputNumb input {
    border: none;
    background: 100% 0;
    font-size: 30px;
    height: 100%;
    width: calc(25% - 20px);
    height: 60px;
    border: none;
    float: left;
    padding-right: 0;
    text-align: center;
    padding: 0;
    border-radius: 5px;
    color: var(--green);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: var(--whiteBg);
    font-weight: 700;
    /* box-shadow: 0 2px 15px rgb(0 0 0 / 10%); */
    margin: 0 10px;
    direction: ltr;
}

.inputNumberWidth input {
    width: 100% !important;
}

.sendCode .numbs {
    font-size: 16px;
    color: var(--black);
    margin-bottom: 10px;
    font-weight: 700;
    display: inline-block;
    float: left;
    margin-top: 40px;
}

.sendCode .refresh {
    color: var(--green);
    font-weight: 700;
    display: inline-block;
    font-size: 14px;
    margin-top: 40px;
}

.sendCode .btnStyle {
    margin-top: 38px;
    margin-bottom: 56px;
}

/* --------------------------------------------- */

/* my acount */

/* ----------------------------------------------- */

.headAcount {
    background-color: var(--whiteBg);
    padding-top: 25px;
    padding-bottom: 20px;
}

.headAcount i {
    background-color: var(--green);
    line-height: 84px;
    text-align: center;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 0px auto;
    display: block;
    color: var(--white);
    font-size: 40px;
    font-weight: 700;
}

.headAcount i svg {
    transform: scale(0.5);
    margin-top: -4px;
}

.chart {
    position: relative;
    text-align: center;
    color: var(--blackTitle);
    padding-top: 15px;
    font-size: 13px;
    line-height: 14px !important;
    position: absolute;
    left: 9px;
    top: 9px;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    width: 100%;
}

.headAcount .title {
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 23px;
    line-height: 25px;
}

.headAcount .footerAcount {
    background-color: var(--bgBody2);
    border-radius: 10px;
    padding: 28px 20px;
    position: relative;
}

.headAcount .footerAcount .titelChoos {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}

.headAcount .footerAcount img {
    position: absolute;
    bottom: -8%;
    left: 0;
}

.todaysMeal {
    padding-top: 22px;
}

.todaysMeal .titleMeal {
    margin-bottom: 20px;
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
}

.todaysMeal .boxMeal {
    display: flex;
    justify-content: space-between;
    background-color: var(--whiteBg);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 18px 16px;
    margin-bottom: 10px;
    position: relative;
}

.todaysMeal .boxMealredus {
    border-radius: 10px;
}

.todaysMeal .boxMeal.boxMealredus .title {
    line-height: 30px;
}

.todaysMeal .boxMeal.boxMealredus .dayMeal {
    color: var(--greenDateDay);
    font-size: 16px;
    font-weight: 700;
    background-color: var(--green10);
    border-radius: 100px;
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.todaysMeal .boxMeal .comntMeal {
    display: flex;
    /* position: relative; */
    gap: 10px;
}

.todaysMeal .boxMeal .comntMeal .ditelsMeal {
    margin-top: 10px;
}

.todaysMeal .boxMeal .comntMeal .ditelsMeal .title {
    margin-bottom: 10px;
}

.todaysMeal .boxMeal .comntMeal .ditelsMeal .info-food {
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
}

.todaysMeal .boxMeal .comntMeal .raty {
    position: absolute;
    left: 13px;
    top: 21px;
}

.todaysMeal .comnt {
    position: absolute;
    bottom: 4px;
    left: 15px;
    background-color: var(--green);
    border-radius: 20px;
    width: 60px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    color: var(--white);
    font-size: 14px;
}

.personalData2 {
    background-color: var(--whiteBg);
    border-radius: 10px;
    margin-bottom: 50px;
    margin-top: 25px;
}

.personalData2 li {
    border-bottom: 1px solid var(--bgBody2);
}

.personalData2 li a {
    color: var(--blackPersonal);
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    display: block;
    padding: 20px 16px;
}

.personalData2 li a .right {
    background-color: var(--green3);
    border-radius: 10px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    /* display: inline-block; */
    margin-left: 22px;
    color: var(--green);
    font-weight: 700;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.personalData2 li a .back {
    float: left;
    font-size: 20px;
    color: var(--blue2);
    display: inline-block;
    margin-top: 8px;
}

/* --------------------------------------------- */

/* orders */

/* ----------------------------------------------- */

.oederBox {
    background-color: var(--whiteBg);
    padding: 14px 12px;
    margin-top: 11px;
    margin-bottom: 21px;
}

.oederBox .orderItem {
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    text-align: center;
}

.oederBox .tite {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 27px;
    color: var(--black);
    line-height: 19px;
    background-color: var(--whiteBg);
}

.oederBox input {
    position: absolute;
    right: -100%;
    opacity: 0;
}

.oederBox i {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--gray7);
    color: var(--gray8);
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 25px;
    text-align: center;
    margin: 0 auto 16px;
}

.oederBox .chekOrder.active i {
    background-color: var(--green);
    color: var(--white);
}

.oederBox h3 {
    font-size: 12px;
    font-weight: 500;
    color: var(--blue);
}

.tabsContent .box-male .meal .btns.active {
    color: var(--white);
    background-color: var(--green);
}

/* -------------------------------------------- */

/* myPackages */

/* -------------------------------------------- */

.myPackages {}

.myPackages .packag-links {
    background-color: var(--whiteBg);
    display: flex;
    justify-content: space-around;
    border-radius: 10px;
    margin-bottom: 10px;
}

.myPackages .packag-links .order-i {
    font-weight: bold !important;
    color: white !important;
    font-style: normal !important;
}

.myPackages .packag-links .order-i .order-number {
    background-color: var(--green) !important;
    color: white !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    line-height: 1.5 !important;
    margin-right: 20px !important;
}

.myPackages .packag-links i {
    color: var(--gray21);
}

.myPackages .packag-links .linke {
    color: var(--blackTitle);
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    line-height: 19px;
}

.myPackages .packag-links .linke.cancel-freeze {
    background-color: chartreuse;
    text-align: center;
}

.myPackages .packag-links .linke.frozen {
    background-color: crimson;
    color: white !important;
    text-align: center;
}

.myPackages .packag-links .linke.freeze {
    color: #000 !important;
    background-color: #fed700 !important;
}

.myPackages .packag-links .renew,
.myPackages .packag-links .freeze {
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
}

.myPackages .packag-links .renew {
    background-color: var(--green) !important;
    color: white !important;
}

.date-reseved {
    background-color: var(--whiteBg);
    /* border-radius: 10px; */
    /* margin-top: 10px; */
    padding-top: 18px;
    padding-bottom: 22px;
    display: flex;
    justify-content: space-between;
    padding-right: 27px;
    padding-left: 27px;
    gap: 29px;
    /* margin-bottom: 20px; */
}

.date-reseved .info {
    position: relative;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.date-reseved .date2 {
    margin-right: 25px;
    color: var(--blackTitle);
}

.date-reseved .date2 .dateText {
    font-weight: 500;
    color: var(--gray9);
    font-size: 14px;
}

.date-reseved label {
    display: block;
    margin-bottom: 0;
}

.date-reseved i {
    position: absolute;
    right: -15px;
    top: 0;
    background-color: var(--white3);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 33px;
    border-radius: 5px;
    color: #a2a2a2;
}

.allMeal {
    background-color: var(--whiteBg);
    padding: 20px 20px 30px;
    /* border-radius: 10px; */
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 700;
    color: var(--blackTitle) !important;
    line-height: 19px;
    display: block;
}

.allMeal .right {
    float: right;
    margin-left: 15px;
}

.allMeal .back {
    float: left;
    font-size: 20px;
    font-weight: 700;
}

/* ---------------------------------------------------- */

/* extra products */

/* ---------------------------------------------------- */

.extra-proudect {
    margin-top: 86px;
}

.extra-proudect .snak {
    background-color: var(--whiteBg);
    border-radius: 10px;
    padding: 18px 29px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.extra-proudect .snak .title {
    line-height: 25px;
}

.extra-proudect .snak .priceSnak span {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    display: inline-block;
    margin-left: 11px;
}

.extra-proudect .snak .priceSnak .btns {
    background-color: var(--gray3);
    color: var(--black);
    font-size: 14px;
    width: 60px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
}

/* ---------------------------------------------------- */

/* extra products2 */

/* ---------------------------------------------------- */

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
}

/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: var(--gray10);
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    right: 0px;
    bottom: 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: var(--whiteBg);
    box-shadow: 0 2px 6px 2px rgb(0 0 0 / 5%);
}

input:checked+.slider {
    background-color: var(--green9);
}

input:focus+.slider {
    box-shadow: 0 0 1px var(--green);
}

input:checked+.slider:before {
    -webkit-transform: translateX(-16px);
    -ms-transform: translateX(-16px);
    transform: translateX(-16px);
    background-color: var(--green);
}

/* Rounded sliders */

.slider.round {
    border-radius: 100px;
}

.slider.round:before {
    border-radius: 50%;
}

.types-of-bread {
    margin-top: 86px;
}

.types-of-bread .bread {
    background-color: var(--whiteBg);
    border-radius: 10px;
    padding: 24px 0px 0;
    margin-bottom: 15px;
}

.types-of-bread .bread .title {
    padding: 0 15px 15px;
}

.types-of-bread .bread .title:not(:last-child) {
    border-bottom: 1px solid var(--bgBody2);
}

.types-of-bread .bread .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.types-of-bread .bread .calories {
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    left: 45%;
    transform: translateX(-45%);
    color: var(--black);
}

.types-of-bread .bread .containBread {
    padding: 13px 15px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.types-of-bread .bread .containBread:not(:last-child) {
    border-bottom: 1px solid var(--bgBody2);
}

.types-of-bread .bread .containBread .breadKind {
    font-size: 13px;
    font-weight: 500;
    color: var(--gray15);
    margin-right: 5px;
}

.types-of-bread .bread .notes {
    padding: 20px;
}

.types-of-bread .bread textarea {
    width: 100%;
    height: 80px;
    background-color: var(--bgBody);
    margin: 0 auto;
    display: block;
    max-width: 100%;
    border-radius: 5px;
    resize: none;
    padding: 13px 9px;
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
}

.types-of-bread .bread:last-of-type {
    padding: 15px;
}

/* ---------------------------------------------------- */

/* extra 3 */

/* ---------------------------------------------------- */

/* .types-of-bread.allExtra2 img {
  margin-left: 11px;
} */

.types-of-bread.allExtra2 .leftPrice {
    color: var(--gray24);
    font-weight: 700;
    display: inline-block;
    margin-top: 5px;
    font-size: 13px;
    margin-left: 5px;
}

.types-of-bread.allExtra2 .active.leftPrice {
    color: var(--green);
}

.types-of-bread.allExtra2 textarea {
    height: 50px;
    resize: none;
    overflow: hidden;
    padding: 15px;
}

.types-of-bread.allExtra2 .bread:last-child .title {
    border-bottom: none;
}

.types-of-bread .bread .titleNotes {
    padding: 0 0 15px;
}

/* ----------------------------------- */

/* supscrib4 */

/* ------------------------------------ */

.subscrip4 {
    background-color: var(--whiteBg);
    padding-top: 15px;
    margin-bottom: 40px;
}

.subscrip4 .sub-day {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--green5);
}

.subscrip4 .title {
    margin-bottom: 7px;
}

.subscrip4 .sub-day .numdDay {
    color: var(--green);
    font-size: 16px;
    font-weight: 700;
    background-color: var(--green5);
    border-radius: 100px;
    width: 170px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}

.subscrip4 .subscrip4owl {
    padding: 7px 15px 0 0;
}

.subscrip4 .subscrip4owl .item {
    display: none;
    transition: 0.5s;
    padding-bottom: 11px;
    position: relative;
}

.subscrip4 .subscrip4owl .item:first-child {
    display: block;
}

.subscrip4 .subscrip4owl .dateSub {
    /* display: none; */
    font-size: 14px;
    font-weight: 500;
    color: var(--gray4);
    display: inline-block;
    transition: 0.3s;
    padding: 10px;
    border-radius: 100px;
}

/* .subscrip4 .subscrip4owl .item::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    right: calc(50% - 15px);
    bottom: 0;
    transition: all 0.3s;
    background-color: var(--green);
} */

/* .subscrip4 .subscrip4owl .item.active::before {
    width: 30px;
} */

/* .subscrip4 .subscrip4owl .item.active .dateSub {
    color: var(--green);
} */
.subscrip4 .subscrip4owl .item.active .dateSub {
    background-color: var(--green);
    color: #fff;
}

.branchOwl.subOwl5 {
    margin-bottom: 30px;
}

.linksSub4 {
    padding-bottom: 70px;
}

.linksSub4 .linkSub4 {
    display: flex;
    justify-content: space-around;
}

.linksSub4 .linkSub4 .prev-next {
    color: var(--green);
    width: 120px;
    height: 40px;
    border: 2px solid var(--green);
    line-height: 35px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    display: inline-block;
}

.linksSub4 .linkSub4 li:last-child {
    background-color: var(--whiteBg);
}

.linksSub4 .linkSub4 .prev-next:hover {
    background-color: var(--whiteBg);
}

/* ----------------------------------- */

/* supscrib4 */

/* ------------------------------------ */

.snak1 {
    margin-bottom: 26px;
}

.snakBox .meal .your-meal {
    border-radius: 10px;
    margin-bottom: 10px;
}

.snakBox .meal .your-meal .title {
    margin-bottom: 0;
}

.snakBox .meal .your-meal .detils-your-meal {
    margin-top: 5px;
}

.snakBox .meal .your-meal .title {
    margin-bottom: 0;
}

.snakBox .meal .your-meal .btns {
    bottom: 30px;
    left: 24px;
}

/* ----------------------------------- */

/* mealDeatels*/

/* ------------------------------------ */

.imgDeatelsMeal img {
    width: 100%;
    background-size: cover;
}

.deatelMealbox {
    background-color: var(--whiteBg);
    padding: 20px 0 0;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    top: -20px;
}

.deatelMealbox .title {
    font-size: 18px;
    margin-bottom: 9px;
    padding-right: 20px;
}

.deatelMealbox .details-box {
    display: flex;
    justify-content: space-between;
    width: 250px;
    margin-right: 20px;
}

.deatelMealbox .price {
    font-size: 18px;
    margin-bottom: 20px;
    padding-right: 20px;
    color: var(--green);
}

.deatelMealbox .price-tax,
.your-meal .price-tax {
    font-size: 11px;
    background-color: var(--gray6);
    color: var(--black);
    padding: 5px;
    border-radius: 5px;
}

.deatelMealbox .titelPtagraph {
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 21px;
    font-weight: 400;
    padding-right: 20px;
    color: var(--black);
}

.deatelMealbox .containtBox {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    padding-right: 20px;
    color: var(--black);
}

.deatelMealbox .containtBox:last-of-type {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--bgBody);
}

.deatelMealbox .footerMeal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.deatelMealbox .footerMeal .number {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    color: var(--black2);
}

.deatelMealbox .footerMeal .number .box {
    display: flex;
    align-items: center;
    gap: 5px;
}

.deatelMealbox .footeritem {
    display: flex;
    justify-content: space-between;
    float: right;
}

.deatelMealbox .footeritem span.numb {
    margin: 0 25px;
}

.deatelMealbox .footeritem span {
    color: var(--black2);
    font-size: 16px;
    font-weight: 700;
}

.deatelMealbox .footeritem span i {
    position: relative;
    top: 3px;
}

.deatelMealbox .moreOptions {
    color: var(--gray21);
    font-size: 12px;
    font-weight: 700;
    float: left;
}

.deatelMealbox .moreOptions i {
    display: inline-block;
    margin-left: 17px;
    float: right;
}

.Quantity {
    padding: 20px;
    background-color: var(--whiteBg);
    border-radius: 10px;
}

.Quantity .title {
    font-size: 16px;
    color: var(--gray15);
    margin-bottom: 13px;
    font-weight: 500;
}

.Quantity .content {
    width: 100%;
    height: 40px;
    background-color: var(--gray10);
    border: none;
    display: block;
    line-height: 43px;
    color: var(--gray15);
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    max-width: 100%;
    margin: 0 auto;
    padding-right: 15px;
}

.cardSwitch {
    margin-top: 10px;
}

.types-of-bread.allExtra2.cardSwitch .bread {
    padding: 20px 0 0;
    margin-bottom: 10px;
}

.types-of-bread.cardSwitch .rightExtra {
    margin-top: 4px;
}

.types-of-bread.cardSwitch .estraLeft {
    display: inline-block;
}

.types-of-bread.cardSwitch .centerExtra {
    position: absolute;
    left: 45%;
    transform: translateX(-45%);
    color: var(--black);
}

.types-of-bread.cardSwitch .content {
    font-size: 14px;
    color: var(--black);
}

.types-of-bread.cardSwitch .price {
    font-size: 14px;
    color: var(--gray24);
    font-weight: bold;
}

.types-of-bread.cardSwitch .content:last-of-type {
    width: 60px;
    height: 30px;
    background-color: var(--gray10);
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
}

.sauce {
    background-color: var(--whiteBg);
    border-radius: 10px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.footerMealDetels2 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 55px;
    gap: 9px;
}

.footerMealDetels2 .boxFooter {
    background-color: var(--whiteBg);
    border-radius: 10px;
    text-align: center;
    width: 100%;
}

.footerMealDetels2 .boxFooter .content {
    padding: 15px 0;
    border-bottom: 1px solid var(--bgBody);
}

.footerMealDetels2 .boxFooter .content i {
    font-size: 22px;
    display: block;
    margin: 0 auto;
    color: var(--green);
    margin-bottom: 6px;
}

.footerMealDetels2 .boxFooter .content .title {
    font-size: 14px;
    padding-bottom: 0;
}

.footerMealDetels2 .boxFooter .numberMeal {
    padding: 15px 0;
}

.footerMealDetels2 .boxFooter .numberMeal .numberFooter {
    color: var(--gray4);
    font-size: 12px;
    font-weight: 600;
    direction: ltr;
    display: inline-block;
}

/* ----------------------------------------- */

/* repay2
/* ----------------------------------------- */

.linkPay li {
    border-bottom: 1px solid var(--bgBody);
    padding: 15px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: var(--black2);
    font-weight: 500;
}

.linkPay .outer-box {
    padding: 10px;
}

.linkPay .outer-box label {
    margin-bottom: 10px;
    color: var(--black);
}

.linkPay .outer-box .label-icon,
.formStyle .label-icon {
    float: left;
}

.linkPay .outer-box .inner-box {
    height: 50px;
    padding: 15px;
    border-radius: 10px;
    background-color: var(--whiteBg);
}

.linkPay .outer-box .inner-box span {
    font-size: 14px;
    font-weight: 500;
    color: var(--gray14);
}

.linkPay .outer-box .inner-box .payment-span {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.linkPay .outer-box .inner-box .payment-span .link-icon {
    display: flex !important;
    justify-content: space-between !important;
    color: black !important;
}

.linkPay .outer-box .inner-box .ditails {
    color: black;
}

.pay2 {
    padding-top: 20px;
    margin-bottom: 20px;
}

.payCheck {
    background-color: var(--whiteBg);
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.payCheck .ckekRaidio {
    font-size: 14px;
    font-weight: 500;
    color: var(--gray11);
    border-bottom: 1px solid var(--gray11);
}

.payCheck input {
    opacity: 0;
    position: absolute;
    right: -500%;
}

.payCheck i {
    float: right;
    display: inline-block;
    margin-left: 10px;
}

.cardPay {
    background-color: var(--whiteBg);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.cardPay .headerCard2 {
    border-bottom: 1px solid var(--gray16);
    padding: 25px;
}

.cardPay .headerCard2 input {
    width: 100%;
    height: 40px;
    background-color: var(--bgBody);
    border: none;
    display: block;
    line-height: 43px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    color: var(--black);
    border-radius: 5px;
    max-width: 100%;
}

.cardPay .pricPay {
    /* padding-bottom: 15px; */
    margin-bottom: 15px;
}

.cardPay.cart .pricPay {
    /* padding-bottom: 15px; */
    margin-bottom: 0px;
}

.cardPay .pricPay li {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--gray16);
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}

.cardPay .pricPay .Allpric {
    font-weight: 700;
}

.cardPay .removeCoupon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* ------------------------------------------ */

/*         login
/* ------------------------------------------ */

.login {
    background-color: var(--whiteBg);
    text-align: center;
    min-height: 100vh;
    padding: 30px 20px 0;
}

.login .loginForm {
    padding-bottom: 40px;
}

.login img {
    margin-bottom: 30px;
}

.login .titleLogin {
    color: var(--blackTitle);
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 21px;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.login .titleLogin::before {
    content: "";
    background-color: var(--green);
    height: 2px;
    right: calc(50% - 22.5px);
    width: 45px;
    position: absolute;
    bottom: 0;
}

.login .inputStyle {
    width: 100%;
    height: 50px;
    border: 2px solid var(--bgBody4);
    display: block;
    line-height: 50px;
    color: var(--black);
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    max-width: 300px;
    margin: 0 auto 28px;
    text-align: center;
    position: relative;
    direction: ltr;
}

.login .inputStyle .phone {
    width: 100%;
    padding: 0 15px 2px 80px;
    background: none;
    height: 100%;
}

.login .titleInput {
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: -10px;
    right: 15px;
    background-color: var(--whiteBg);
    padding: 0 10px;
    line-height: normal;
}

.login .numb {
    position: absolute;
    left: 40px;
    top: -2px;
}

.login .iconDown {
    position: absolute;
    left: 46px;
    top: 23px;
    z-index: 1;
}

.intl-tel-input .selected-flag .iti-arrow {
    right: 30px;
    z-index: 00000;
    opacity: 0;
}

.loginForm .intl-tel-input {
    display: inline-block;
    width: 100%;
}

.intl-tel-input .selected-flag {
    padding-left: 10px;
}

.iti-mobile .intl-tel-input .country-list .country {
    padding-top: 5px;
    padding-bottom: 5px;
}

.login .signUpBtn {
    color: var(--black);
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 35px;
}

.iti-mobile {
    direction: ltr;
}

.checkStyle {
    background-color: var(--whiteBg);
    width: 100%;
}

.checkStyle {
    display: block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    width: 100%;
    color: var(--gray11);
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 30px;
    text-decoration: underline;
    padding: 10px 45px 10px 15px;
}

.checkStyle input {
    position: absolute;
    right: -100%;
    width: auto;
    height: auto;
    display: inline;
    margin-bottom: 5px;
}

.checkStyle input:checked+i:after {
    content: "\f00c";
    color: var(--gray12);
    font: normal 13px/16px FontAwesome;
    text-align: center;
    display: inline-block;
}

.checkStyle i {
    position: absolute;
    top: 10px;
    right: 15px;
    display: block;
    width: 20px;
    height: 20px;
    outline: none;
    border: 1px solid var(--gray13);
    background: var(--whiteBg);
    text-align: center;
    line-height: 18px;
}

/* background-color: var(--gray10);
border-radius: 5px;
line-height: 30px;
text-align: center;
display: inline-block;
margin: 0 5px;

} */
.sauce {
    background-color: var(--whiteBg);
    border-radius: 10px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.footerMealDetels2 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 55px;
    gap: 9px;
}

.footerMealDetels2 .boxFooter {
    background-color: var(--whiteBg);
    border-radius: 10px;
    text-align: center;
    width: 100%;
}

.footerMealDetels2 .boxFooter .content {
    padding: 15px 0;
    border-bottom: 1px solid var(--bgBody);
}

.footerMealDetels2 .boxFooter .content i {
    font-size: 22px;
    display: block;
    margin: 0 auto;
    color: var(--green);
    margin-bottom: 6px;
}

.footerMealDetels2 .boxFooter .content .title {
    font-size: 14px;
    padding-bottom: 0;
}

.footerMealDetels2 .boxFooter .numberMeal {
    padding: 15px 0;
}

.footerMealDetels2 .boxFooter .numberMeal .numberFooter {
    color: var(--gray4);
    font-size: 12px;
    font-weight: 600;
    direction: ltr;
}

/* ------------------------------------------ */

/*         login
/* ------------------------------------------ */
.login {
    background-color: var(--whiteBg);
    text-align: center;
    min-height: 100vh;
    padding: 30px 20px 0;
}

.login .loginForm {
    padding-bottom: 40px;
}

.login img {
    margin-bottom: 30px;
}

.login .titleLogin {
    color: var(--blackTitle);
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 21px;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

.login .titleLogin::before {
    content: "";
    background-color: var(--green);
    height: 2px;
    right: calc(50% - 22.5px);
    width: 45px;
    position: absolute;
    bottom: 0;
}

.login .inputStyle {
    width: 100%;
    height: 50px;
    border: 2px solid var(--gray17);
    display: block;
    line-height: 50px;
    color: var(--black);
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    max-width: 300px;
    margin: 0 auto 28px;
    text-align: center;
    position: relative;
    direction: ltr;
}

.login .inputStyle .phone {
    width: 100%;
    padding: 0 15px 2px 80px;
    background: none;
    height: 100%;
}

.login .titleInput {
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: -30px;
    right: -10px;
    padding: 0 10px;
    line-height: normal;
    color: var(--blackTitle);
    background: transparent !important;
}

.login .numb {
    position: absolute;
    left: 40px;
    top: -2px;
    color: var(--blackTitle);
}

.login .iconDown {
    position: absolute;
    left: 46px;
    top: 23px;
    z-index: 1;
}

.intl-tel-input .selected-flag .iti-arrow {
    right: 30px;
    z-index: 00000;
    opacity: 0;
}

.loginForm .intl-tel-input {
    display: inline-block;
    width: 100%;
}

.intl-tel-input .selected-flag {
    padding-left: 10px;
}

.iti-mobile .intl-tel-input .country-list .country {
    padding-top: 5px;
    padding-bottom: 5px;
}

.login .signUpBtn {
    color: var(--black);
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 35px;
}

.iti-mobile {
    direction: ltr;
}

.checkStyle {
    background-color: var(--whiteBg);
    width: 100%;
}

.checkStyle {
    display: block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    width: 100%;
    color: var(--gray11);
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 30px;
    text-decoration: underline;
    padding: 10px 45px 10px 15px;
}

.checkStyle input {
    position: absolute;
    right: -100%;
    width: auto;
    height: auto;
    display: inline;
    margin-bottom: 5px;
}

.checkStyle input:checked+i:after {
    content: "\f00c";
    color: var(--gray12);
    font: normal 13px/16px FontAwesome;
    text-align: center;
    display: inline-block;
}

.checkStyle i {
    position: absolute;
    top: 10px;
    right: 15px;
    display: block;
    width: 20px;
    height: 20px;
    outline: none;
    border: 1px solid var(--gray13);
    background: var(--whiteBg);
    text-align: center;
    line-height: 18px;
}

.boxx {
    background-color: var(--whiteBg);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 23px 20px;
    margin-top: -8px;
    -webkit-box-shadow: 0 2px 9px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 9px rgb(0 0 0 / 10%);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.formInvoice3 {
    padding: 10px 0 30px;
}

.formInvoice3 .titleInvoice3 {
    padding: 0 15px;
    display: block;
    margin-bottom: 15px;
    color: var(--black);
    margin-top: 25px;
}

.formInvoice3 .listOptions {
    padding-right: 65px;
    padding: 15px 55px 0 0;
    background-color: var(--whiteBg);
    overflow: hidden;
    margin-bottom: 10px;
}

.formInvoice3 .listOptions .label:not(:last-of-type) {
    border-bottom: 1px solid var(--gray26);
}

.formInvoice3 .listOptions .label {
    color: var(--black);
    font-weight: 400;
    height: 40px;
    line-height: 30px;
    padding-left: 45px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    display: block;
    text-align: right;
    width: 100%;
}

.formInvoice3 .listOptions .label.bold {
    color: var(--black);
    font-size: 12px;
}

.formInvoice3 .listOptions .label .icon {
    position: absolute;
    right: -37px;
    color: var(--gray29);
    font-size: 21px;
    line-height: 35px;
}

.formInvoice3 .listOptions .label .dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid var(--green);
    padding: 3px;
    background-clip: content-box;
    position: absolute;
    left: 15px;
    top: 7px;
}

.formInvoice3 .listOptions .label.active .dot {
    background-color: var(--green);
}

.formInvoice3 .listOptionsCheck {
    padding: 0;
}

.formInvoice3 .listOptionsCheck .titleCheck {
    font-size: 17px;
    font-weight: 700;
    padding: 20px 20px 15px;
    border-bottom: 1px solid var(--gray26);
}

.formInvoice3 .listOptionsCheck .label {
    padding-right: 20px;
    line-height: 34px;
    margin-bottom: 0;
    color: var(--gray30);
}

.formInvoice3 .listOptionsCheck .label .dot {
    background-clip: unset;
    background-color: var(--gray27);
    color: var(--gray28);
    text-align: center;
    line-height: 16px;
    top: 9px;
    border: none;
    width: 20px;
    height: 20px;
    line-height: 14px;
    font-size: 9px;
}

.formInvoice3 .listOptionsCheck .label.active .dot {
    background-color: var(--green);
    color: var(--white);
}

.formInvoice3 .listOptions .label input {
    position: absolute;
    right: -500%;
}

.formInvoice3 .notes {
    background-color: var(--whiteBg);
    padding: 25px 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.formInvoice3 #rangeOptions {
    border: none;
    height: 10px;
    margin-top: 20px;
    margin-bottom: 35px;
    border-radius: 10px;
}

.formInvoice3 .notes textarea {
    width: 100%;
    border: none;
    height: 80px;
    font-weight: 500;
    border-radius: 5px;
    background-color: var(--bgBody);
    padding: 20px;
    resize: none;
}

.btnFormBg {
    background-color: var(--whiteBg);
    position: fixed;
    left: 0;
    bottom: 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 25px;
    width: 100%;
    z-index: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--whiteBg);
    border: none;
    outline: 0;
    top: -11px;
    -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.03);
}

#rangeOptions .bgRed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    border-radius: 5px;
}

.ui-slider .ui-slider-handle:after {
    content: attr(data-after);
    position: absolute;
    left: calc(50% - 40px);
    top: calc(100% + 10px);
    font-weight: 600;
    font-family: Lemonada, cursive;
    width: 80px;
    font-size: 15px;
    text-align: center;
    color: var(--black);
}

.btnHeight {
    height: 120px !important;
}

.next-page3 {
    position: fixed !important;
    right: 0 !important;
    bottom: 60px !important;
    width: 100% !important;
    height: 120px;
    background-color: var(--whiteBg);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    padding: 25px;
    text-align: center;
    -webkit-box-shadow: 0 2px 9px rgb(0 0 0 / 15%);
    box-shadow: 0 2px 9px rgb(0 0 0 / 15%);
    z-index: 9;
}

.next-page3 a {
    display: block;
    background-color: var(--green);
    max-width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: var(--white);
    line-height: 50px;
    height: 50px;
    border-radius: 10px;
}

.ordersModal .modal-content .order-style-model h4 {
    font-size: 15px;
    font-weight: 600;
    padding: 0 21px 21px 0;
    color: var(--blackMealTitle);
}

.ordersModal .next-page3 {
    position: static;
    bottom: 0 !important;
}

.ordersModal .meal:last-of-type {
    margin-bottom: 120px;
}

.ordersModal .modal-dialog .modal-body {
    padding: 20px 0 0;
    background-color: var(--bgBody2);
}

.ordersModal .check-mael {
    max-height: 270px;
    overflow: auto;
}

.ordersModal .food-box .quantity-box.active {
    z-index: 1;
}

.countMealBg .colclat {
    padding-top: 10px;
}

.owl-order {
    padding: 25px 0;
}

.owl-order .box4 {
    background-color: var(--whiteBg);
    border-radius: 10px;
    margin: auto;
    display: block;
}

.owl-order .box4 i {
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-order .box4.active i {
    color: #fff;
    background-color: var(--green);
}

/* .owl-order .box4.active::before {
    background-color: var(--green);
} */
.owl-order .box4.active h6 {
    background-color: var(--green);
    border-radius: 100px;
    color: #fff;
}

.owl-order .box4 h6 {
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    color: var(--blackTitle);
    padding: 10px;
}

.kitoModal .modal-dialog {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: 0;
}

.kitoModal .modal-content {
    border-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

.kitoModal.kitoFirst .modal-content {
    background-color: var(--gray20);
    border-radius: 10px !important;
}

.kitoModal .firstTitle {
    font-size: 14px;
    color: var(--black);
    text-align: center;
}

.kitoModal .title {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: var(--black);
}

.kitoModal .dateStyle .dateStyle1 {
    position: absolute;
    right: -500%;
}

.countMealBg {
    background-color: var(--bgBody2);
    padding-top: 20px;
}

.count-your-meal h2 {
    font-size: 11px;
    font-weight: 600;
    color: var(--black);
    margin: 20px 15px 20px 15px;
}

.count-your-meal h5 {
    font-size: 9px;
    font-weight: 500;
    color: var(--blue2);
    display: inline-block;
    background-color: var(--whiteBg);
    line-height: 12px;
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 37px;
}

.count-your-meal .item {
    background-color: var(--whiteBg);
    padding: 22px;
    position: relative;
    border-bottom: 1px solid var(--bgBody2);
}

.count-your-meal .item .img {
    position: absolute;
    right: 15px;
}

.count-your-meal .item img {
    width: 90px;
    height: 90px;
}

.count-your-meal .item .flaticon-calories-1 {
    font-size: 14px;
    color: var(--white);
    width: 25px;
    height: 25px;
    background-color: var(--green);
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
}

.order-style-model .your-meal .detils-your-meal .title {
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    line-height: 25px;
    margin-bottom: 5px;
}

.order-style-model .your-meal .detils-your-meal {
    padding-right: 95px;
    min-height: 90px;
}

.count-your-meal .item .rate {
    position: absolute;
    left: 15px;
    bottom: 71px;
}

.meal .item .your-meal .detils-your-meal .btns {
    color: var(--black3);
    font-size: 13px;
    background-color: var(--gray26);
    line-height: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 30px;
    z-index: 1;
}

.item .your-meal .detils-your-meal .btns {
    color: var(--white);
    background-color: var(--green);
    font-size: 13px;
    font-weight: 600;
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
    left: 15px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    border-radius: 5px;
    width: 60px;
    z-index: 1;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btns {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.plus-order {
    position: relative;
}

.plus-order li {
    display: inline-block;
    text-align: center;
}

/* .plus-order li .minus,
.plus-order li .plus {
    margin-top: 0;
    display: inline-block;
    position: relative;
    top: 4.5px;
    font-size: 18px;
} */
.plus-order li span {
    font-size: 13px;
    font-weight: 600;
    color: var(--gray14);
    line-height: 19px;
    cursor: pointer;
}

.plus-order li .numb {
    width: 40px;
    text-align: center;
    display: inline-block;
}

/* .plus-order li .minus,
.plus-order li .plus {
    margin-top: 0;
    display: inline-block;
    position: relative;
    top: 4.5px;
    font-size: 18px;
} */
.count-your-meal .number {
    display: inline-block;
}

.header .back {
    cursor: pointer;
}

.openCart {
    position: absolute;
    left: 43px;
    font-size: 18px;
    line-height: 13px;
    color: var(--green);
    font-weight: 700;
    top: 22px;
}

.openCart svg {
    font-size: 25px;
    position: absolute;
    top: -18px;
    left: 3px;
    width: 40px;
    height: 45px;
}

.openCart:hover {
    color: #59ab25;
}

.openCart span {
    position: absolute;
    top: -15px;
    left: 28px;
    font-size: 13px;
    background-color: white;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-weight: bold;
    line-height: 1.5;
}

.go-support {
    position: absolute;
    left: 43px;
    top: 8px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ordersModal2 .modal-content {
    width: 100%;
}

.owl-nav button span {
    font-size: 24px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    color: #59ab25;
}

.homeStyle .back {
    color: var(--green);
    font-size: 25px;
    display: block;
    text-align: left;
}

.vue-tel-input {
    border: none;
    border-radius: 10px;
    direction: ltr;
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important;
}

.vti__dropdown {
    height: 46px;
}

.vue-tel-input input {
    height: 47px;
    border-radius: 10px;
    padding-left: 35px;
    padding-right: 45px;
    padding-bottom: 2px;
    background: transparent;
}

.loginForm .inputStyle .numb {
    left: 52px;
}

.vue-tel-input input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    text-align: right;
}

.vue-tel-input input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    text-align: right;
}

.vue-tel-input input::-ms-input-placeholder {
    /* Microsoft Edge */
    text-align: right;
}

.vti__dropdown:hover,
.vti__dropdown.disabled,
.vti__dropdown.open {
    background: inherit;
}

.vti__dropdown-list.below {
    max-width: 299px;
    top: 100%;
}

.vti__dropdown-item {
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.vti__dropdown-item strong {
    font-weight: normal;
}

.vti__flag-wrapper {
    float: none;
    line-height: 34px;
    margin-right: 10px;
}

.your-meal-container {
    margin-bottom: 20px;
}

.your-meal-container .your-meal {
    padding: 14px 13px 0px !important;
    margin-bottom: 0 !important;
}

.your-meal-container .your-meal .img-owl img {
    border-radius: 5px !important;
}

.your-meal-container .your-meal-additionals {
    background-color: var(--whiteBg) !important;
    padding: 0px 13px 14px !important;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.your-meal-container .your-meal-additionals.order {
    padding: 14px 13px 14px !important;
}

.your-meal-container .your-meal-additionals.order .details-box span:first-child {
    color: var(--blackMealTitle);
}

.your-meal-container .your-meal-additionals.order .details-box span:last-child {
    color: var(--green);
}

.your-meal-container .your-meal-additionals .additional_object_container {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
}

.your-meal-container .your-meal-additionals .additional_object_container .additional_object {
    color: var(--blackMealTitle);
}

.your-meal-container .your-meal-additionals .additional_object_container .additional_object,
.your-meal-container .your-meal-additionals .additional_object_container .additional_object_price {
    padding: 5px;
}

.your-meal-container .your-meal-additionals .additional_object_container .additional_object_price {
    color: var(--green);
}

.your-meal-container .your-meal-additionals .modifiers {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 7px;
    color: var(--black);
}

.your-meal-container .your-meal-additionals .details-box {
    display: flex;
    justify-content: space-between;
    width: 99% !important;
    margin-top: 10px;
    padding: 0 10px !important;
}

.your-meal-container .your-meal-additionals .details-box .price {
    font-size: 19px;
    color: var(--green);
    font-weight: bold;
}

.your-meal-container .your-meal-additionals .details-box .quantity-container,
.deatelMealbox .footerMeal .quantity-container {
    display: flex;
    align-items: center;
    border: 1px solid var(--gray13);
    padding: 5px;
    border-radius: 5px;
    width: 120px;
    justify-content: center !important;
}

.your-meal-container .your-meal-additionals .details-box .quantity-container .Count li .plus path,
.your-meal-container .your-meal-additionals .details-box .quantity-container .Count li .minus path,
.your-meal-container .your-meal-additionals .details-box .quantity-container .Count li .minus rect,
.Count.not-main li .plus path,
.Count.not-main li .minus path,
.Count.not-main li .minus rect {
    fill: var(--black2);
}

@media (max-width: 767px) {
    .details-box {
        width: 100%;
    }
}

.tabs1.tabsContent .box .mealBoxs .meanBox .mealBOS {
    flex-direction: column;
    align-items: flex-start !important;
}

.tabs1.tabsContent .box .mealBoxs .meanBox .mealBOS .ImgBox {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.tabs1.tabsContent .box .mealBoxs .meanBox .mealBOS .ImgBox img {
    width: 100%;
    /* height: 100%; */
    height: 85px;
    object-fit: cover;
}

.tabs1.tabsContent .box .mealBoxs .meanBox .mealBOS .mealDiteals {
    margin-right: 15px;
}

.tabs1.tabsContent .box .mealBoxs .footerBox {
    flex-direction: row !important;
    gap: 20px 10px !important;
    margin: 10px 10px;
    flex-wrap: wrap;
}

.tabs1.tabsContent .box .mealBoxs .footerBox li {
    width: fit-content;
    padding: 10px 15px;
    background-color: var(--bgBody);
    font-size: 14px;
    font-weight: bold;
    border-radius: 25px;
}

.tabs1.tabsContent .box .mealBoxs .footerBox li a i {
    color: var(--green);
}

#thanks2 {
    padding-left: 15px;
}

#thanks2 {
    padding-left: 15px;
}

#thanks2 .modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

@media (max-width: 375px) {
    #thanks2 .modal-footer {
        flex-direction: column;
    }
}

#thanks2 .modal-footer button {
    color: #000;
    background-color: #f6f6f6;
    width: 90px;
    height: 40px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
}

#thanks2 .modal-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #4cae4c;
    width: 90px;
    height: 40px;
    margin: 0;
    border-radius: 5px;
}

#thanks2 .modal-body .title {
    font-weight: 700;
}

#thanks2 .modal-body textarea {
    resize: none;
    margin-top: 15px;
}

.top-page-slider {
    margin-top: 20px;
}

.top-page-slider .slider .item .box {
    width: 100%;
    height: 180px;
    overflow: hidden;
    padding: 0 5px;
}

#rulesModal {
    right: unset;
    width: 101%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
}

.rules-modal-dialog {
    /* top: 55px !important; */
    height: 100%;
}

#rulesModal .rules-modal-content {
    border-radius: 0 !important;
    background-color: var(--bgBody) !important;
    height: 100%;
}

.rules-modal-body {
    padding: 10px !important;
    background-color: var(--bgBody2);
}

.rules-modal-body .title {
    margin: 10px auto -50px;
    font-size: 24px;
}

.rules-modal-body .head {
    width: 140px;
    height: 140px;
    background-color: var(--whiteBg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    bottom: -70px;
    z-index: 99;
}

.rules-modal-body .style {
    background-color: var(--whiteBg);
    padding: 10px;
    border-radius: 10px;
}

.rules-modal-body .ocordion.accordions {
    min-height: auto;
    background-color: var(--whiteBg);
    padding-top: 50px;
    height: 620px;
    overflow: scroll;
}

.rules-modal-body .ditails-ocordion {
    background-color: var(--bgBody3);
}

.rules-modal-body .ditails-ocordion .accordion-content {
    border-top: 1px solid #d4d4d4 !important;
}

.rules-modal-body .btnStyle {
    /* margin: 0 auto 40px; */
}

.thank-you-page {
    text-align: center;
    padding-top: 90px;
}

.thank-you-page .content {
    background-color: var(--whiteBg);
    border-radius: 5px;
    min-height: 50vh;
    padding: 0 20px;
}

.thank-you-page .content .icon {
    width: 140px;
    height: 140px;
    margin: auto;
    border-radius: 50%;
    background-color: var(--whiteBg);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -55px;
}

.thank-you-page .content .icon img {
    max-width: 85px;
}

.thank-you-page .content .text h3 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--blue);
}

.thank-you-page .content .text span {
    font-size: 16px;
    color: var(--blue);
}

.method-container .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 15px;
    border-radius: 10px;
    background-color: var(--whiteBg);
    margin-bottom: 15px;
    color: var(--black);
}

.method-container .box .details {
    display: flex;
    align-items: center;
    gap: 10px;
}

.method-container .box .details .payment-methods-icon {
    display: flex;
    align-items: center;
    gap: 5px;
}

.order-number-container {
    background-color: var(--whiteBg);
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-number-container p {
    font-size: 16px;
    font-weight: 700;
    color: var(--blackMealTitle);
}

.order-number-container .order-number {
    display: block;
    padding: 5px 20px;
    background-color: #f1f9ec;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    color: #59ab25;
}

.branch-modal-content {
    top: 0 !important;
    order: 0 !important;
    border-radius: 5px !important;
    width: 100% !important;
}

.branch-modal-dialog {
    background-color: white !important;
    width: 50% !important;
    height: 40% !important;
    transform: translateX(-50%) translateY(-80%) !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 10px !important;
}

.branch-modal-body {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    border: none !important;
    height: 100% !important;
}

.branch-header-style-modal {
    width: 100%;
    border: 1px solid;
    height: 85%;
    background-color: white;
    padding: 20px;
    border: none;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.branch-header-style-modal select {
    width: 100%;
    height: 50px;
}

.branch-footer-style-modal {
    background-color: var(--green);
    padding: 20px;
    text-align: center;
    height: 15%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.branch-footer-style-modal button {
    color: white;
    font-size: 16px;
    font-weight: bold;
    background-color: var(--green);
}

.select-branch {
    background-color: var(--whiteBg);
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select-branch p {
    font-size: 16px;
    font-weight: 700;
    color: var(--blackMealTitle);
}

.select-branch .content {
    padding: 5px 20px;
    background-color: #f1f9ec;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    color: #59ab25;
    display: flex;
    align-items: center;
    gap: 5px;
}

.select-branch .content .icon {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#selectBranchModal .btnstyl {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
    background-color: var(--whiteButton);
    color: var(--blackTitle);
}

.today-meal-modal .modal-content {
    background-color: var(--rateModalBg) !important;
}

.today-meal-modal .modal-content .close {
    width: 30px;
    height: 30px;
    background-color: var(--green);
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.today-meal-modal .modal-content .vue-star-rating {
    margin: 50px auto 20px;
}

.today-meal-modal .modal-content textarea {
    display: block;
    width: 300px;
    height: 150px;
    resize: none;
    background-color: var(--gray6);
    margin: auto;
}

.freeze-modal .dateStyle {
    background: var(--green8);
    border-radius: 10px;
    padding: 10px 20px;
}

.freeze-modal .dateStyle .det {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--white);
    font-size: 13px;
    font-weight: 700;
}

.freeze-modal .dateStyle .det li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.freeze-modal .dateStyle .det li div {
    margin-top: 10px;
}

.freeze-modal .vue-daterange-picker .reportrange-text {
    display: none;
}

/* --------------------*/
/* Food Component  */
/* -------------------- */
.food-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.food-box .info-box {
    padding: 0;
    flex-basis: 100%;
}

.food-box .info-box .info-food {
    text-align: justify;
    margin: 5px;
}

.food-box .info-box .info-food .price .price-tax {
    font-size: 11px;
    background-color: var(--gray6);
    color: var(--black);
    padding: 5px;
    border-radius: 5px;
}

.food-box .img-quantity-box {
    position: relative;
    border-radius: 10px;
    flex: 50%;
    height: 120px;
    overflow: hidden;
}

.food-box .img-quantity-box a {
    width: 100%;
    display: block;
    height: 100%;
}

.food-box .quantity-box a.a-custom {
    position: absolute;
    bottom: -5px;
    left: -5px;
    line-height: 2.9;
    width: 40px;
    height: 40px;
    /* padding: 4px 10px !important; */
}

.food-box .img-quantity-box a img {
    width: 100%;
    margin-top: 0;
    height: 100%;
    object-fit: cover;
}

.food-box .quantity-box {
    position: absolute;
    bottom: 30px;
    left: 15px;
    background-color: #59ab25;
    width: 100%;
}

.food-box .quantity-box.active,
.your-meal.not-main .quantity-box.active {
    position: absolute;
    bottom: 30px;
    left: 11px;
    background-color: #59ab25;
    width: 115px;
    border-radius: 100px;
    z-index: 100;
}

@media (max-width: 375px) {

    .food-box .quantity-box.active.additional,
    .your-meal.not-main .quantity-box.active.additional {
        bottom: 45px;
    }
}

.your-meal.not-main .quantity-box.active {
    bottom: 0;
    left: 6px;
}

.food-box .quantity-box-select {
    width: 40px;
    height: 40px;
}

.food-box .quantity-box .custom,
.your-meal.not-main .quantity-box.active .custom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
}

.food-box .quantity-box ul,
.your-meal.not-main .quantity-box.active .Count {
    padding: 0 12px 0 0;
}

.food-box .quantity-box .numb,
.your-meal.not-main .quantity-box.active .numb {
    color: #fff;
}

.circle {
    border-radius: 100% !important;
    background-color: rgb(89, 171, 37) !important;
    color: white !important;
    font-size: 15px !important;
    font-weight: bold !important;
    width: 37px !important;
    height: 37px !important;
    line-height: 0 !important;
}

.a-custom {
    position: absolute !important;
    bottom: -5px !important;
    left: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* --------------------*/
/* Prgrams Show Component  */
/* -------------------- */
.save-button-wrapper {
    /* background-color: var(--whiteBg); */
    padding: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.save-button {
    position: fixed;
    bottom: 5px !important;
    left: 5% !important;
    right: 5% !important;
    width: 90% !important;
    max-width: none !important;
}

#myModal {
    position: fixed;
    z-index: 9000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    overflow: auto;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 50%);
    border-radius: 0;
}

#myModal .modal-content {
    background-color: var(--white4);
    margin: auto;
    border: none;
    width: 100%;
    box-shadow: none;
    position: relative;
    height: 100%;
    overflow: scroll;
    border-radius: 0;
}

#myModal .modal-content .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
}

#myModal .modal-content .modal-header .modal-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: var(--black);
}

#myModal .modal-content .modal-header .modal-close {
    font-size: 20px;
}

#myModal .modal-content .buttons {
    display: flex;
    justify-content: space-evenly;
    margin: 20px auto 20px;
}

#myModal .modal-content .buttons button {
    padding: 10px 20px;
    border-radius: 5px;
}

#myModal .modal-content .buttons .btn-1 {
    background-color: var(--green);
    color: var(--white);
}

#myModal .fixed-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    background-color: #fff;
    padding: 30px 10px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 16%);
}

#myModal .close-modal {
    width: 40px;
    height: 40px;
    margin-right: auto;
    background-color: #59ab25;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/* ------------------------------------------ */
/*         branch offcanvas
/* ------------------------------------------ */
#branchOffcanvas {
    height: 240px;
    border-radius: 20px 20px 0 0;
    border: none;
}

#branchOffcanvas .offcanvas-body {
    padding: 25px 20px;
}

/* ------------------------------------------ */
/*         prog Details Modal
/* ------------------------------------------ */
#progDetailsModal .modal-body .title {
    text-align: center;
    line-height: 1.8;
}

#progDetailsModal .modal-body ul {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    margin: 30px 0 0;
}

#progDetailsModal .modal-body ul li {
    padding: 10px;
    background-color: var(--bgBody);
    font-size: 14px;
    font-weight: bold;
    color: var(--black);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#progDetailsModal .btnStyle {
    margin: 20px auto;
}

/****/
.mainOpenMenu {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}

.contentOpenMenu {
    position: absolute;
    left: -65%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    height: 90%;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 15px 1px;
    z-index: 999999;
    background-color: var(--bgBody2);
}

.contentOpenMenu.profile {
    left: -40%;
}

@media (max-width: 375px) {
    .contentOpenMenu.profile {
        left: -60%;
    }
}

.no-branch {
    text-align: center;
    font-size: 24px;
}