/* reset css start */
*, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
html { -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "Roboto", sans-serif; }
body { line-height: 1.5; -webkit-font-smoothing: antialiased; font-family: "Roboto", sans-serif; overflow-x: hidden !important; background: #fff7f5; }
* { margin: 0; line-height: calc(1em + 0.5rem); }
img, picture, video, canvas, svg { max-width: 100%; }
h1, h2, h3, h4, h5, h6, p, a { font-family: "Roboto", sans-serif; }
h1 { font-size: 36px; line-height: 40px; font-weight: 400; }
h3 { font-size: 28px; line-height: 32px; font-weight: 500; }
h4 { font-size: 20px; line-height: 32px; font-weight: 700; color: rgba(0, 0, 0, 0.85); }
h5 { font-size: 16px; line-height: 20px; font-weight: 500; color: rgba(0, 0, 0, 0.85); }
ul { padding: 0px; margin: 0px; }
ul li { list-style: none; }
button { box-shadow: none; }
button, a { outline: none !important; }
/* reset css end */

p { font-family: "Roboto", sans-serif; font-size: 16px; font-style: normal; font-weight: 400; line-height: 20px; }
a { text-decoration: none; }
:root {  --primary-color: #ce0e2d;
 --secondary-color: #ff4d00;
 --blackcolor: #000;
 --white-color: #fff;
 --light-bg: #fff7f5;
 --light-black: rgba(0, 0, 0, 0.54);
 --medium-black: rgba(0, 0, 0, 87);
 --error-color: #f5222d;
}
/* common class */
.redbg { background: var(--primary-color); }
.light-bg { background: var(--light-bg); }
.orgbg { background: var(--secondary-color); }
.org-text { color: var(--secondary-color); }
.red-text { color: var(--primary-color); }
.light-black { color: var(--light-black); }
.medium-black { color: var(--medium-black); }
.font-16 { font-size: 16px !important; line-height: 20px !important; }
.font-18 { font-size: 18px !important; line-height: 28px !important; }
.color-87 { color: rgba(0, 0, 0, 0.87) !important; }
.error-color { color: var(--error-color) !important; }
.error-border { border-color: var(--error-color) !important; }
a, button { transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; }
/* font awesome css start */
@font-face { font-family: "FontAwesome"; src: url("../fonts/fontawesome-webfont.eot?v=4.7.0"); src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")  format("embedded-opentype"),  url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),  url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),  url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),  url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")  format("svg"); font-weight: normal; font-style: normal; }
.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
/* font awesome css end */
.mb4 { margin-bottom: 4px; }
.mb8 { margin-bottom: 8px; }
.mt16 { margin-top: 16px; }
.mb16 { margin-bottom: 16px; }
.mb24 { margin-bottom: 24px; }
.mt12 { margin-top: 12px; }
.mb12 { margin-bottom: 12px; }
.mt32 { margin-top: 32px; }
.mb32 { margin-bottom: 32px; }
.mb-40 { margin-bottom: 40px; }
.mb48 { margin-bottom: 48px; }
.mb64 { margin-bottom: 64px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.mt80 { margin-top: 80px; }
.pb80 { padding-bottom: 80px; }
.border-bt-full { border-bottom: 1px solid#E8E8E8; }
.white-bg { background: #fff; }
/*main menu nav start*/
.headerSec .container { max-width: 1600px; padding: 0px; }
.container { max-width: 1200px; }
.headerSec { position: absolute; left: 0; right: 0; top: 0; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; z-index: 12; background: transparent; }
.headerSec { min-height: 88px; padding: 23px 15px; }
.headerSec:after { content: ""; position: absolute; left: 0; right: 0; top: 0; background: -webkit-gradient(  linear,  left top,  left bottom,  from(#fff),  to(transparent)  ); background: -o-linear-gradient(top, #fff, transparent); background: linear-gradient(to bottom, #fff, transparent); width: 100%; height: 100%; }
.headerSec.stickyscroll:after { display: none; }
.headerSec.stickyscroll { top: 0px; -webkit-animation: slideDown 0.35s ease-out; animation: slideDown 0.35s ease-out; position: fixed; background: var(--primary-color); }
 @-webkit-keyframes slideDown {  from {
 -webkit-transform: translateY(-100%);
 transform: translateY(-100%);
}
to { -webkit-transform: translateY(0); transform: translateY(0); }
}
 @keyframes slideDown {  from {
 -webkit-transform: translateY(-100%);
 transform: translateY(-100%);
}
to { -webkit-transform: translateY(0); transform: translateY(0); }
}
 @-webkit-keyframes slideDown1 {  from {
 -webkit-transform: translateY(-10%);
 transform: translateY(-10%);
}
to { -webkit-transform: translateY(0); transform: translateY(0); }
}
 @keyframes slideDown1 {  from {
 -webkit-transform: translateY(-10%);
 transform: translateY(-10%);
}
to { -webkit-transform: translateY(0); transform: translateY(0); }
}
.navbar-brand { display: none; }
.navbar-brand img { max-width: 200px; width: 100%; }
.homeHeader .navbar-brand .redlogo, .headerSec .navbar-brand .redlogo { display: none; }
.headerSec.stickyscroll .navbar-brand { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0px; }
.headerSec .navbar { padding: 0px; z-index: 1; }
.headerSec .navbar-nav .nav-link { color: #ce0e2d; font-size: 24px; line-height: 28px; font-weight: 700; padding: 0px 20px; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.headerSec.stickyscroll .navbar-nav .nav-link { color: var(--white-color); font-size: 18px; line-height: 28px; font-weight: 400; margin: 0px 16px; padding: 0px 4px; position: relative; }
.headerSec.innerHeader .navbar-nav .nav-link { color: var(--white-color); font-size: 18px; line-height: 28px; font-weight: 400; position: relative; transition: all 0.3s; margin: 0px 16px; padding: 0px 4px; }
.headerSec.stickyscroll .navbar-nav .nav-link:hover:after, .headerSec.innerHeader .navbar-nav .nav-link:hover:after { content: ""; width: 100%; height: 3px; background: #fff; position: absolute; left: 0; right: 0; bottom: -7px; }
.headerSec.innerHeader .navbar-nav .nav-link.active:after { content: ""; position: absolute; left: 0; right: 0; bottom: -7px; width: 100%; height: 3px; background: #fff; margin: 0 auto; }
.headerSec.innerHeader .navbar-nav .nav-item:first-child .nav-link { padding-left: 20px; }
.navbar-expand-md .navbar-nav li:last-child { display: none; }
.headerSec .navbar-expand-md .offcanvas { margin-bottom: -11px; }
/* .headerSec .navbar-nav .nav-link:hover{color: rgba(0, 0, 0, 0.87);} */

.loginCart { gap: 24px; }
.loginCart a { background: #fff; color: rgba(0, 0, 0, 0.87); font-size: 16px; line-height: 20px; font-weight: 400; border-radius: 40px; border: 3px solid #ce0e2d; padding: 3px 16px; display: -webkit-box; display: -ms-flexbox; display: flex; min-height: 40px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.headerSec.stickyscroll .loginCart a { border: 3px solid #fff; }
.loginCart .logIn a { padding: 3px 16px; min-width: 180px; }
.loginCart .logIn a svg { display: none; }
.logedIn a, .cartIn a { min-width: 94px; }
.cartIn a { font-size: 18px; line-height: 28px; font-weight: 700; color: #ce0e2d; gap: 8px; }
.logedIn .dropdown-toggle span { -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; margin-left: 8px; }
.logedIn .dropdown-toggle.show span { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.logedIn .dropdown-toggle::after { display: none; }
.logedIn .dropdown-menu { margin-top: 12px; border-radius: 12px; border: none; padding: 24px 0px; box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12); -webkit-animation: slideDown1 0.35s ease-out; animation: slideDown1 0.35s ease-out; }
.profileBox ul li:first-child { display: none; }
.loginCart .logedIn ul li a { border: none !important; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: start; border-radius: 0; color: #000; font-size: 14px; line-height: 16px; padding: 0px 24px 0px 24px; min-height: auto; outline: none; box-shadow: none; margin: 14px 0px; display: inline-block; }
.loginCart .logedIn ul li:last-child a { margin-bottom: 0; }
.loginCart .logedIn ul li:nth-child(2) a { margin-top: 0; }
.loginCart .logedIn ul li a:hover, .loginCart .logedIn ul li a:active, .loginCart .logedIn ul li a:focus { outline: none; background: #fff; }
.headerSec .navbar-nav .nav-item:first-child .nav-link { padding-left: 0; }
.headerSec.stickyscroll .navbar-nav .nav-item:first-child .nav-link { padding-left: 0px; }
.headerSec .navbar-toggler { padding: 0px; margin: 0px; border: none; -webkit-box-shadow: none; box-shadow: none; }
.slideMenu, .closeMenu { display: none; }
.pt88 { padding-top: 88px; }
/* ================Banner section start============ */
.HomeBanner { background: url(../images/homeBanner.jpg) center top no-repeat; background-size: cover; width: 100%; height: 420px; }
.BannerContent { margin-top: 120px; }
.bannerText { background: url(../images/bannershadow.png) center center no-repeat; background-size: contain; max-width: 900px; width: 100%; height: 161px; margin: 0 auto; }
.BannerContent h1 { font-family: "Pathway Gothic One", sans-serif; color: #fff; padding: 26px 0px 18px 0px; text-shadow: 0 0 18px rgba(0, 0, 0, 0.7); font-size: 34px; line-height: 100%; font-weight: 400; }
.BannerContent p { font-size: 16px; line-height: 100%; color: #fff; letter-spacing: 5px; font-weight: 800; text-shadow: 0 0 5px rgba(0, 0, 0, 1); }
/* home mobile banner */
/* .mobileBannerScreen{background:url(../images/mobilehomeBanner.png)center bottom no-repeat;background-size: cover; width: 100%; min-height:152px;} */

/* AI Banner */
/* .HomeBanner.ai-banner{background:url(../images/homeBanner-AI.jpg)center center no-repeat;background-size: cover; width: 100%; min-height:714px;}
.HomeBanner.ai-banner{min-height:714px;}
.HomeBanner.ai-banner .BannerContent {
    margin-top: 160px;
}
.ai-WhyCaterDashSec .sectionIn .imageBox {margin-top: 0;}
.BestSellersSec.ai-BestSellersSec{background:#FFF7F5;}
.ai-aboutCaterDash .sectionIn p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: rgba(0,0,0,0.87);
} */

/* ================Banner section end============ */
.HomeBanner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.BannerContent a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.BannerContent a img { max-width: 380px; width: 100%; }
/* .BannerContent h1 {
    font-family: "Pathway Gothic One", sans-serif;
    color: #fff;
    padding: 25px 0px 15px 0px;
    text-shadow: 0 0 18px rgba(0, 0, 0, 0.70);
}
.BannerContent p {
    font-size:18px;
    line-height: 20px;
    color: #fff;
    letter-spacing: 5px;
    font-weight: 800;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
} */

summary { list-style: none; }
/* all menu section start */
.ptb80 { padding: 80px 0px; }
.pt32 { padding-top: 32px; }
.Secheading { font-size: 32px; line-height: 38px; font-weight: 700; }
/* .allMemuSecIn .row{ margin-bottom: -32px;} */
.allMemuSecIn { row-gap: 32px; }
.allMenuSec .menusBox img { width: 100%; display: block; height: 156px; }
.allMenuSec .menuItems { padding-top: 16px; min-height: 96px; align-items: center; justify-content: center; }
.allMenuSec .menusBox h4 { font-size: 24px; line-height: 36px; font-weight: 700; color: rgba(0, 0, 0, 0.85); display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 4px; }
.allMenuSec .menusBox p { font-size: 14px; line-height: 16px; font-weight: 400; color: rgba(0, 0, 0, 0.65); }
.allMenuSec .contentBox { background: #fff; border-radius: 12px; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; max-width: 276px; overflow: hidden; }
.allMenuSec .allMemuSecIn .menusBox { position: relative; }
.Withsetup { font-size: 12px; line-height: 16px; font-weight: 500; color: #fff; background: #ff4d00; border-radius: 4px; padding: 4px 16px; display: inline-block; border-bottom-left-radius: 0; position: absolute; top: 12px; left: -8px; }
.Withsetup::after { content: ""; width: 0; height: 0; border-top: 4px solid #ff4d00; border-left: 8px solid transparent; position: absolute; left: 0px; right: auto; bottom: auto; top: 100%; }
/* Unique Menu css */
.form-select:focus { -webkit-box-shadow: none; box-shadow: none; }
.UniqueMenu { position: relative; }
.UniqueMenu .Secheading { font-size: 40px; line-height: 46px; margin-bottom: 64px; }
/* .UniqueMenu::after{background: url(../images/waterMark.png) bottom center no-repeat; width: 100%; height: 163px; content: "";position: absolute;left: 0;right: 0;bottom:0; background-size: 100% 100%;} */
.errorInput .mydata .select-custom.bootstrap-select > .dropdown-toggle { box-shadow: inset 0px 0px 0px 3px #ff8125, 0px 0px 0px 3px #ff8125 !important; color: #ce0e2d; }
.UniqueMenu form { max-width: 826px; margin: 0 auto; position: relative; }
.UniqueMenu form select, .UniqueMenu form input { border-radius: 40px; max-width: 100%; min-height: 40px; background: #fff; border: none; -webkit-box-shadow: none; box-shadow: none; padding: 5px 24px; outline: none; font-size: 14px; width: 100%; caret-color: #ce0e2d; }
.overlayBg { position: absolute; left: 0; right: 0; text-align: center; bottom: -58px; }
.UniqueMenu form input::-webkit-input-placeholder {
 color: rgba(0, 0, 0, 0.26);
}
.UniqueMenu form input::-moz-placeholder {
 color: rgba(0, 0, 0, 0.26);
}
.UniqueMenu form input:-ms-input-placeholder {
 color: rgba(0, 0, 0, 0.26);
}
.UniqueMenu form input::-ms-input-placeholder {
 color: rgba(0, 0, 0, 0.26);
}
.UniqueMenu form input::placeholder {
 color: rgba(0, 0, 0, 0.26);
}
.errorInput input[type="text"]::-webkit-input-placeholder {
 color: #ce0e2d;
}
.errorInput input[type="text"]::-moz-placeholder {
 color: #ce0e2d;
}
.errorInput input[type="text"]:-ms-input-placeholder {
 color: #ce0e2d;
}
.errorInput input[type="text"]::-ms-input-placeholder {
 color: #ce0e2d;
}
.errorInput input[type="text"]::placeholder {
 color: #ce0e2d;
}
.errorInput input[type="text"] { color: #ce0e2d; -webkit-box-shadow: inset 0px 0px 0px 3px #ff8125, 0px 0px 0px 3px #ff8125; box-shadow: inset 0px 0px 0px 3px #ff8125, 0px 0px 0px 3px #ff8125; outline: none; border: none; }
 .UniqueMenu .form-control.is-invalid:focus, .UniqueMenu .was-validated .form-control:invalid:focus {
 border-color: #dc3545;
 -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
 box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.UniqueMenu form label { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; color: #fff; font-size: 16px; line-height: 20px; font-weight: 400; min-width: 120px; width: 100%; }
.SelectOuter { gap: 45px; }
.selectBox { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 45%; }
.selectBox .select-custom.bootstrap-select > .dropdown-toggle { min-width: 240px; width: 100%; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; height: 40px; color: rgba(0, 0, 0, 0.26); background: #fff; padding: 10px 24px; font-size: 14px; font-weight: 400; border-radius: 40px; border: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
.generateBtn { background-image: -webkit-gradient(  linear,  left top,  left bottom,  from(#ff4d00),  to(#ff8125)  ); background-image: -o-linear-gradient(#ff4d00, #ff8125); background-image: linear-gradient(#ff4d00, #ff8125); border: none; font-size: 20px; line-height: 32px; font-weight: 700; color: #fff; border-radius: 24px; padding: 8px 24px; max-width: 300px; width: 100%; z-index: 1; text-align: center; transition: all 0.3s ease-in-out; }
.selectpicker option { border: none; background-color: white; outline: none; -webkit-appearance: none; -moz-appearance: none; color: rgba(0, 0, 0, 0.85); margin: 0; background: none; }
select.selectpicker { border: none; background-color: white; outline: none; -webkit-appearance: none; -moz-appearance: none; color: rgba(0, 0, 0, 0.85); margin: 0; background: none; }
/* best sellers */


.BestSellersSec [class*="col-"] { width: 20%; }
.BestSellersSec .sectionIn { row-gap: 48px; }
.BestSellersSec .imageBox { margin-bottom: 16px; border-radius: 12px; overflow: hidden; }
.BestSellersSec .imageBox img { display: block; }
.BestSellersSec .contentBox h5 { font-size: 16px; line-height: 20px; font-weight: 400; color: rgba(0, 0, 0, 0.87); margin: 0px 0px 4px 0px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.BestSellersSec .contentBox p { font-size: 14px; line-height: 20px; font-weight: 400; color: rgba(0, 0, 0, 0.65); }
.BestSellersSec .contentBox p span { margin-right: 16px; }
.BestSellersSec .contentBox p .red-text { font-size: 20px; line-height: 32px; font-weight: 500; margin-right: 10px; }
.BestSellersSec .contentBox p .red-text small { font-size: 14px; }
.seeAll { display: none; }
.viewMoreBtn { font-size: 16px; line-height: 24px; font-weight: 400; color: #ce0e2d; border: 1px solid #ce0e2d; background: #fff; max-width: 300px; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 40px; min-height: 40px; }
.viewMoreBtn:hover { background: var(--light-bg); color: var(--primary-color); }
/* Why CaterDash */

.footerMain { background: rgba(0, 0, 0, 0.85); }
.WhyCaterDashSec .sectionIn { max-width: 992px; margin: 0 auto; }
.WhyCaterDashSec .sectionIn ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0px -32px; }
.WhyCaterDashSec .sectionIn ul li { width: calc(25% - 64px); margin: 0px 32px; }
.WhyCaterDashSec .imageBox { display: flex; max-width: 100px; margin: 24px auto; }
.WhyCaterDashSec .contentBox { max-width: 200px; width: 100%; }
.WhyCaterDashSec .contentBox h4 { font-weight: 500; }
.WhyCaterDashSec p { font-size: 18px; line-height: 28px; font-weight: 400; color: rgba(0, 0, 0, 0.85); }
/* .WhyCaterDashSec .viewMoreBtn:hover{background: var(--white-color);} */
.whatsUp { position: fixed; top: auto; right: 85px; bottom: 64px; z-index: 2;display:none; }
/* footer section */
.RighSide { -ms-grid-columns: auto auto auto; grid-template-columns: auto auto auto; }
.footerMain { padding: 64px 0px; }
.footerMain h6 { margin-bottom: 15px; font-weight: 700; }
.footerMain p { color: rgba(256, 256, 256, 0.65); font-size: 14px; line-height: 20px; }
.footer-logo { margin-top: -180px; }
.footer-logo a img { width: 100px; }
.footerMain ul li { list-style: none; padding: 7px 0px; line-height: 20px; }
.footerMain ul li a { font-size: 14px; line-height: 16px; font-weight: 400; color: rgba(256, 256, 256, 0.65); }
.footerMain ul li:first-child { padding-top: 0; }
.footerMain .contentBox { position: relative; z-index: 1; }
.payment-card { display: flex; gap: 12px; }
.payment-card img { width: 48px; }
.contentBox ul li a:hover { color: #fff; }
.socialIn { gap: 16px; display: -webkit-box; display: -ms-flexbox; display: flex; }
.subscribeInput { border-radius: 40px; overflow: hidden; max-width: 390px; width: 100%; }
.subscribeInput input, .subscribeInput button { border: none; border: none; font-size: 14px; line-height: 20px; color: rgba(0, 0, 0, 0.85); padding: 10px 24px; outline: none; }
.subscribeBox .error-text { font-weight: 400; }
.subscribeInput button { background: var(--primary-color); color: var(--white-color); display: flex; align-items: center; justify-content: center; min-width: 110px; padding: 10px 15px; }
.subscribeInput button:hover { background: #b50c27; }
.subscribeInput input { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.error-text { font-size: 14px; line-height: 16px; color: var(--error-color); font-weight: 500; }
.subscribeInput input::-webkit-input-placeholder, .subscribeInput input::placeholder {
 color: rgba(0, 0, 0, 0.26);
}
.copyright { margin-top: -25px; }
/* select dropdown */
.bx-chevron-down:before { content: "\ea4a"; }
.bx { font-family: boxicons !important; font-weight: 400; font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; display: inline-block; text-transform: none; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.select-btn i { font-size: 25px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.select-menu { min-width: 240px; width: 100%; position: relative; }
.select-menu .select-btn { display: -webkit-box; display: -ms-flexbox; display: flex; height: 40px; color: rgba(0, 0, 0, 0.26); background: #fff; padding: 10px 20px; font-size: 14px; font-weight: 400; border-radius: 40px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
.select-menu .options { position: absolute; top: 4px; width: 100%; max-height: 300px; padding: 0px 5px 0px 0px; margin-top: 4px; background: #fff; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); animation-name: fadeInDown; -webkit-animation-name: fadeInDown; animation-duration: 0.35s; animation-fill-mode: both; -webkit-animation-duration: 0.35s; -webkit-animation-fill-mode: both; z-index: -1; }
.menuListSec .select-menu .options { padding: 0px 0px 0px 0px; max-width: 182px; }
.select-menu .options .option { display: -webkit-box; display: -ms-flexbox; display: flex; height: 40px; cursor: pointer; padding: 0 16px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #fff; }
.select-menu .options .option:hover { background: #f5f5f5; }
.select-menu .options .option:active { background: #ffe7e3; }
.select-menu .options .option:hover span { color: rgba(0, 0, 0, 1); }
.select-menu .options .option i { font-size: 25px; margin-right: 12px; }
.select-menu .options .option .option-text { font-size: 14px; color: rgba(0, 0, 0, 0.8); font-weight: 400; }
.select-btn i { display: flex; font-size: 25px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.select-menu.active .select-btn i { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }
.select-menu.active .options { display: block; opacity: 0; z-index: 10; border-radius: 10px; animation-name: fadeInUp; -webkit-animation-name: fadeInUp; animation-duration: 0.4s; animation-fill-mode: both; -webkit-animation-duration: 0.4s; -webkit-animation-fill-mode: both; }
 @-webkit-keyframes fadeInUp {  from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
to { -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); opacity: 1; }
}
 @keyframes fadeInUp {  from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
to { -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); opacity: 1; }
}
@-webkit-keyframes fadeInDown {  from {
 -webkit-transform: translate3d(0, 20px, 0);
 transform: translate3d(0, 20px, 0);
 opacity: 1;
}
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 0; }
}
@keyframes fadeInDown {  from {
 -webkit-transform: translate3d(0, 20px, 0);
 transform: translate3d(0, 20px, 0);
 opacity: 1;
}
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 0; }
}
.selectBox .inner { overflow-y: auto; max-height: 280px; margin: 10px 4px 10px 0px; }
 .selectBox .inner::-webkit-scrollbar {
 width: 4px;
}
 .selectBox .inner::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
 background-color: rgba(0, 0, 0, 0.4);
 margin-right: -10px;
}
.applybox { padding: 8px 12px; border-top: 1px solid rgba(0, 0, 0, 0.1); position: absolute; left: 0; right: 0; bottom: 0; }
.applyBtn { background: var(--primary-color); color: var(--white-color); width: 100%; border: none; box-shadow: none; border-radius: 40px; min-height: 44px; font-size: 16px; font-weight: 400; line-height: 20px; text-align: center; transition: all 0.3s; }
.applybtn:hover { background: #b50c27; }
/* custom check box */
.mobileView { display: none !important; }
.UniqueMenu form label { color: #fff; }
.form-group { display: block; padding: 12px 0px; }
.menuListSec .form-group input { padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer; }
.form-group label { position: relative; cursor: pointer; outline: none; }
.form-group label:before { content: ""; -webkit-appearance: none; background-color: transparent; padding: 8px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin-right: 5px; }
.form-group input[type="checkbox"]:checked + label:after { content: ""; display: block; position: absolute; top: 2px; left: 9px; width: 6px; height: 12px; border: solid #ce0e2d; border-width: 0 2px 2px 0;/* -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); */
}
[type="radio"]:checked, [type="radio"]:not(:checked) { position: absolute; left: -9999px; opacity: 0; visibility: hidden; }
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label { position: relative; padding-right: 28px; cursor: pointer; line-height: 16px; display: flex; font-size: 14px; font-weight: 400; }
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before { content: ""; position: absolute; left: auto; top: 0; width: 16px; /* updated on 04-06-25 from 20px to 16px */ height: 16px; /* updated on 04-06-25 from 20px to 16px */ border-radius: 100%; background: #fff; right: 0; }
[type="radio"]:not(:checked) + label:before { border: 1px solid rgba(0, 0, 0, 0.54); }
[type="radio"]:checked + label:before { border: 2px solid #ce0e2d; }
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after { content: ""; width: 8px; height: 8px; background: #ce0e2d; position: absolute; top: 6px; right: 6px; border-radius: 100%; -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; }
[type="radio"]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }
[type="radio"]:checked + label:after { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
/* ========================= menu list css start=========================== */

/* radio button */

.menuListSec [type="radio"]:checked + label, .menuListSec [type="radio"]:not(:checked) + label { padding-left: 24px; font-size: 14px; line-height: 16px; font-weight: 400; transition: all 0.3s ease-in-out; display: flex; }
.menuListSec [type="radio"]:checked + label span, .menuListSec [type="radio"]:not(:checked) + label span, .menuListSec [type="checkbox"]:checked + label span, .menuListSec [type="checkbox"]:not(:checked) + label span { max-width: 200px; white-space: nowrap; width: max-content; overflow: hidden; text-overflow: ellipsis; display: inline-block; vertical-align: middle; }
.menuListSec [type="radio"]:checked + label, .menuListSec [type="checkbox"]:checked + label { color: #ce0e2d; }
.menuListSec [type="radio"]:checked + label:before, .menuListSec [type="radio"]:not(:checked) + label:before { top: 0px; left: 0; right: auto; border: 1px solid rgba(0, 0, 0, 0.26); width: 16px; height: 16px; padding: 5px; margin-right: 8px; transition: all 0.3s ease-in-out; }
.menuListSec [type="radio"]:not(:checked) + label:hover, .menuListSec [type="checkbox"]:not(:checked) + label:hover { /* color: #ce0e2d !important; */
transition: all 0.3s ease-in-out; }
.menuListSec [type="radio"]:checked + label:hover:before, .menuListSec [type="radio"]:not(:checked) + label:hover:before, .menuListSec [type="checkbox"]:checked + label:hover:before, .menuListSec [type="checkbox"]:not(:checked) + label:hover:before { border: 1px solid#ce0e2d !important; transition: all 0.3s ease-in-out; }
.menuListSec [type="radio"]:checked + label:focus:before, .menuListSec [type="radio"]:not(:checked) + label:focus:before, .menuListSec [type="checkbox"]:checked + label:focus:before, .menuListSec [type="checkbox"]:not(:checked) + label:focus:before { border: 1px solid#ce0e2d !important; }
.menuListSec [type="radio"]:checked + label:before { border: 1px solid #ce0e2d; }
.menuListSec [type="radio"]:checked + label:after, .menuListSec [type="radio"]:not(:checked) + label:after { left: 4px; top: 4px; }
/* check box button */

.menuListSec [type="checkbox"]:checked + label:before, .menuListSec [type="checkbox"]:not(:checked) + label:before { top: -1px; left: 0; right: auto; border: 1px solid rgba(0, 0, 0, 0.26); width: 16px; height: 16px; padding: 5px; margin-right: 8px; border-radius: 2px; }
.menuListSec [type="checkbox"]:checked + label:before { background: #ce0e2d; border: 1px solid #ce0e2d; }
.menuListSec .form-group input[type="checkbox"]:checked + label:after { top: 50%; right: auto; left: 3px; margin-top: -6px; background: url(../images/check.svg) center center no-repeat; width: 11px; height: 9px; border: none; }
/* .disabled-item{opacity: 0.26; cursor: default;pointer-events: none;} */
.selectMenubuttom .disabled-item { pointer-events: none; }
.selectMenubuttom .disabled-item label { opacity: 0.26; cursor: default; pointer-events: none; }
.courseOuterBox  .disabled-item.form-group  [type="radio"]:not(:checked)  + label:before { border: 2px solid rgba(0, 0, 0, 0.5); }
.menuListSec input[type="radio"][disabled] + label::before { background: #f5f5f5 !important; }
.menuListSec input[type="radio"][disabled] + label:hover::before { background: #f5f5f5 !important; border: 1px solid rgba(0, 0, 0, 0.26) !important; cursor: default; }
.menuListSec input[type="radio"][disabled] + label, .menuListSec input[type="radio"][disabled] + label:hover { color: rgba(0, 0, 0, 0.26) !important; cursor: default; }
/* 
.optionsMobile input{display: none;}

.optionsMobile  [type="checkbox"]:checked + label:before,
.optionsMobile  [type="checkbox"]:not(:checked) + label:before {
    top: -1px;
    left: 0;
    right: auto;
    border: 1px solid rgba(0, 0, 0, 0.26);
    width: 16px; height: 16px;
    padding: 5px;
    margin-right: 8px;
    border-radius: 2px;
}
.optionsMobile .form-group input[type="checkbox"]:checked + label:after{
    top:4px;
    left:6px;
    width:5px;
    height:10px;
} */

.minMax ul { gap: 6px; }
.minMax ul li .form-control { border-radius: 50px; border: 1px solid rgba(0, 0, 0, 0.09); height: 32px; padding-left: 20px; padding-right: 10px; }
.minMax ul li .form-control input { font-size: 12px; line-height: 14px; font-family: 400; }
.dollar-text { position: absolute; left: 8px; top: 50%; margin-top: -7px; color: rgba(0, 0, 0, 0.87); font-size: 12px; line-height: 14px; font-weight: 400; }
.goBtn { font-size: 12px; width: 32px; height: 32px; border-radius: 50%;  background: var(--primary-color); border: 1px solid var(--primary-color); color: var(--white-color); }
/*.goBtn.EnabledGo { background: var(--primary-color); border: 1px solid var(--primary-color); color: var(--white-color); }*/
/************new gap fixed**********/
.filtersContent { width: 100%; }
.filtersContent .shortSelect label { margin-right: 22px; }
.filtersContent .shortSelect .selectBox { width: auto; }
.filtersContent .shortSelect .select-menu .select-btn { max-width: 100%; }
.filtersContent .select-menu .select-btn { max-width: 190px; }
.filtersMenu { max-width: 200px; width: 100%; margin-right: 64px; }
.menuListSec .filtersMenu .menuOption h5 { margin-bottom: 4px !important; }
.menuOption { margin-bottom: 40px; }
.menuListSec { background: #fff; }
.menuListSec .select-custom.bootstrap-select > .dropdown-toggle { width: 182px; min-height: 32px; color: rgba(0, 0, 0, 0.87); background: #fff; padding: 6px 24px; font-size: 14px; line-height: 20px; font-weight: 400; border-radius: 40px; border: none; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.09) !important; }
.menuListSec .select-custom.bootstrap-select > .dropdown-menu { min-width: 182px; top: -5px !important; }
.filtersContent .select-custom.bootstrap-select > .dropdown-toggle { min-width: 190px; }
.filtersContent .select-custom.bootstrap-select > .dropdown-menu { min-width: 190px; top: -5px !important; }
.filtersContent .shortSelect .select-custom.bootstrap-select > .dropdown-menu { min-width: 190px; top: 100% !important; margin-top: 4px !important; }
.menuListSec .select-menu.active .select-btn { border: 1px solid #ce0e2d; }
.filterMenuMob { display: none; }
/* .menuListSec .breadcrumb-main{display: none;} */
.hide-bc { display: none; }
ol.breadcrumb li { display: flex; position: relative; }
.breadcrumb-item { padding-left: 24px !important; }
ol.breadcrumb .breadcrumb-item:first-child { padding-left: 0px !important; }
.breadcrumb-item a { color: #ce0e2d; font-size: 14px; line-height: 16px; font-weight: 500; }
.breadcrumb-item.active { font-size: 14px; line-height: 16px; font-weight: 500; color: rgba(0, 0, 0, 0.87); }
.breadcrumb-item.active span { display: flex; align-items: center; margin: 0px 8px; }
.breadcrumb-item + .breadcrumb-item::before { display: none; }
.breadcrumb-item + .breadcrumb-item::after { background: url(../images/arrow.svg) center center no-repeat; width: 16px; height: 16px; content: ""; position: absolute; left: 5px; top: 50%; transform: translateY(-50%); }
.menuListSec label { font-size: 14px; line-height: 16px; font-weight: 400; color: rgba(0, 0, 0, 0.85); display: flex; }
.menuAdd { display: flex; margin-bottom: 48px; border-radius: 8px; overflow: auto; }
.select-dropdown:last-child { margin-bottom: 0px; }
.select-dropdown { margin-bottom: 40px; }
.select-dropdown:last-child { margin-bottom: 0px; }
.MenusFilter { margin-bottom: 32px; width: 100%; align-items: flex-start; }
.MenuesList ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0px -16px; row-gap: 72px; }
.MenuesList ul li { width: calc(33.33% - 32px); margin: 0px 16px; padding: 0px; }
.MenuesList ul li .imageBox { display: flex; margin-bottom: 16px; position: relative;border-radius: 12px; overflow: hidden;}
.MenuesList .menu-text h5 { font-weight: 400; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.menu-text p { font-size: 14px; line-height: 16px; font-weight: 400; color: rgba(0, 0, 0, 0.65); margin-right: 16px; }
.menu-text p span { margin-right: 16px; }
.menu-text h6 { margin: 4px 0px; color: rgba(0, 0, 0, 0.65); }
.menu-text h6 span { font-size: 20px; line-height: 32px; font-weight: 500; margin-right: 10px; }
.menu-text h6 span small { font-size: 14px; line-height: 16px; }
.gst-text { font-size: 14px; line-height: 16px; font-weight: 400; color: rgb(0 0 0 / 65%); }
.mostOrder { position: absolute; top: 12px; left: 12px; font-size: 12px; line-height: 16px; font-weight: 500; color: #fff; background: #ff4d00; padding: 4px 16px 4px 16px; border-radius: 40px; }
.healthier { position: absolute; top: auto; bottom: 12px; border-radius: 40px; line-height: 16px; font-weight: 400; right: 12px; left: auto; display: flex; }
.healthier img { max-width: 50px; margin-right: 0px; }
/* AI banner images */
.AI-generated-menu { display: flex; margin-bottom: 40px; }
.AI-generated-menu img { width: 100%; }
/* no-result */

.noResultMain { padding: 150px 0px; display: flex; width: 100%; }
.result-box { max-width: 309px; margin: 0 auto; text-align: center; }
.result-box .imageBox { margin-bottom: 25px; display: flex; justify-content: center; }
.result-box img { width: 90px; display: flex; justify-content: center; }
.result-box h5 { line-height: 24px; margin-bottom: 5px; }
.result-box p { font-size: 14px; line-height: 20px; color: rgba(0, 0, 0, 0.54); }
/* menu details page */
.menuDetailsSec { background: #fff; }
.menuDetailsSec .breadcrumb { margin-bottom: 24px; }
.menuDetailsSec .breadcrumb-item.active { text-transform: capitalize; }
.cardImage { position: relative; display: flex; max-width: 290px; width: 100%; margin-right: 24px; }
.menuDetailsSec .cardImage {border-radius: 12px;overflow: hidden;}
.cardContent .cardSubTitle { display: flex; font-size: 14px; line-height: 16px; font-weight: 400; color: var(--light-black); }
.cardContent h3 { font-size: 32px; font-weight: 700; color: var(--medium-black); text-transform: uppercase; line-height: 30px; margin: 8px 0px 16px 0px; }
.setupTime span { font-size: 16px; line-height: 18px; color: rgba(0, 0, 0, 0.65); font-weight: 400; }
.setupTime strong { font-weight: 500; color: rgba(0, 0, 0, 0.87); }
.changeTime { display: flex; align-items: center; margin-left: 24px; font-size: 12px; line-height: 16px; font-weight: 400; color: rgb(0 0 0 / 54%); gap: 4px; }
.changeTime span { min-width: 15px; height: 15px; }
.setupIn .m-t2 { min-width: 15px; height: 15px; }
.filtterCourse { position: relative; }
.filtterCourse .select2-selection { font-size: 14px; line-height: 20px; font-weight: 400; color: rgb(0 0 0 / 87%); border: 1px solid rgba(0, 0, 0, 0.09); background: transparent; border-radius: 40px; height: 32px; padding: 6px 24px; justify-content: center; display: flex; align-items: center; }
.filtterCourse .mob-select { font-size: 14px; line-height: 20px; font-weight: 400; color: rgb(0 0 0 / 87%); border: 1px solid rgba(0, 0, 0, 0.09); background: #fff; border-radius: 40px; height: 32px; padding: 6px 24px; justify-content: center; display: flex; align-items: center; }
.filtterCourse ul { width: 100%; }
.filtterCourse ul li a { font-size: 14px; line-height: 20px; color: rgb(0 0 0 / 65%); font-weight: 400; }
.filtterCourse ul li { padding: 7px 0px; }
.filtterCourse button svg { margin-left: 18px; }
.filtterCourse .dropdown-toggle::after { border: none; }
/* menu details popup start */
.menuDetailsPopup .modal-dialog-scrollable .modal-content { max-height: 650px; height: 100%; max-width: 560px; margin: 0 auto; border: none; }
.menuDetailsPopup .modal-dialog-scrollable .modal-body { overflow-y: auto; max-height: inherit; padding: 0; padding-right: 0; overflow-x: hidden; margin-right: 0; }
.menuDetailsPopup .modal-header { position: relative; border-bottom: 0px inset rgba(0, 0, 0, 0.1); padding: 0; margin-bottom: 0px; border-radius: 8px; }
.menuDetailsPopup .modal-header .btn-close { padding: 0px !important; position: absolute; right: 16px; top: 16px; width: 40px; height: 40px; z-index: 1; box-shadow: 0px 0px 9px 0px #0000001f; border-radius: 50%; background: #fff; opacity: 1; display: flex; justify-content: center; align-items: center; }
.menuDetailsPopup .imageBox { display: flex; }
.menuDetailsPopup .contentBox { padding: 24px; }
.menuDetailsPopup h3 { font-size: 24px; line-height: 36px; font-weight: 500; margin-bottom: 12px; }
.menuDetailsPopup p { font-size: 14px; line-height: 16px; font-weight: 500; color: rgba(0, 0, 0, 0.65); }
.menuDetailsPopup .modal-footer { padding: 0; border: none; }
.menuDetailsPopup .notification p { font-weight: 400; }
.menuDetailsPopup .modal-footer .applyBtn { height: 48px; align-items: center; font-weight: 700; }
.menuDetailsPopup .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
 width: 4px;
 position: absolute;
 top: 0;
 right: 5px;
}
 .menuDetailsPopup  .modal-dialog-scrollable  .modal-body::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
 background-color: rgba(0, 0, 0, 0.4);
 margin-right: -10px;
}
.item-details-popup .form-group { padding: 18px 0px; }
.item-details-popup [type="radio"]:checked + label, .item-details-popup [type="radio"]:not(:checked) + label { padding-left: 28px; padding-right: 0px; }
.item-details-popup [type="radio"]:checked + label:before, .item-details-popup [type="radio"]:not(:checked) + label:before { right: auto; left: 0; top: -3px; }
.item-details-popup [type="radio"]:checked + label:after, .item-details-popup [type="radio"]:not(:checked) + label:after { right: auto; left: 6px; top: 3px; }
.item-details-popup .menuOption ul, .item-details-popup textarea { border: 1px solid rgba(0, 0, 0, 0.09); border-radius: 12px; padding: 0px 16px; }
.item-details-popup textarea { width: 100%; resize: none; padding: 16px; outline: none; min-height: 120px; font-size: 14px; font-weight: 400; }
.item-details-popup textarea:focus { border: 1px solid rgb(0 0 0 / 54%); }
.item-details-popup .menuOption h4 { font-size: 16px; line-height: 20px; font-weight: 500; }
.item-details-popup .prawn-option p { font-size: 12px; line-height: 16px; font-weight: 400; color: rgba(0, 0, 0, 0.65); }
.add-ons-popup.item-details-popup .apply-reset { max-width: 100%; width: 100%; margin: 0; }
.item-details-popup textarea::-webkit-input-placeholder {
 color: rgba(0, 0, 0, 0.26);
}
/* menu details popup end */

.MenuDetailCard .cardContent h3 { font-size: 30px; line-height: 35px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; color: rgba(0, 0, 0, 0.87); }
.cardContent p { font-size: 16px; font-weight: 400; color: rgba(0, 0, 0, 0.65); margin-bottom: 16px; display: flex; align-items: baseline; flex-wrap: wrap; }
.cardContent p + p { margin-bottom: 0; }
.cardContent p .red-text { display: flex; font-size: 24px; line-height: 36px; font-weight: 500; margin-right: 10px; color: var(--primary-color); }
.cardContent p span { margin-right: 16px; }
.cardContent small { font-size: 16px; font-weight: 500; color: var(--primary-color); }
.eventMain { display: flex; gap: 60px; }
.eventMain h4 { font-size: 24px; line-height: 28px; font-weight: 700; color: rgba(0, 0, 0, 0.87); }
/* .eventMain .icon-minus {
    left: 12px;
}
.eventMain .icon-plus {
    right: 12px;
} */

.inputOuter { position: relative; }
.inputOuter .input-group { display: flex; max-width: 200px; }
/* .inputOuter button{background: transparent;} */
.inputOuter button, .inputOuter input { border: none; box-shadow: none; outline: none; }
.eventPaxCount .inputOuter .number-spinner { position: relative; max-width: 200px; width: 100%; }
.eventPaxCount .icon-minus.disableBtn { pointer-events: none; }
.eventPaxCount .icon-minus.disableBtn svg path { fill: rgba(0, 0, 0, 0.26); }
.paxText { display: none; font-size: 12px; line-height: 16px; font-weight: 400; color: rgba(0, 0, 0, 0.54); position: absolute; left: 55%; top: 50%; margin-top: -8px; }
.eventPaxCount .spinner-box input { font-size: 16px; line-height: 20px; caret-color: #ce0e2d; min-width: 18px; }
.rightAngle { display: none; position: absolute; right: 12px; top: 50%; margin-top: -13px; }
.inputOuter input { border: 1px solid #ce0e2d; border-radius: 40px !important; padding: 10px 35px; text-align: center; font-size: 16px; line-height: 20px; font-weight: 400; max-width: 100%; height: 46px; }
/* .icon-minus, .icon-plus {
    position: absolute;
    top: 50%;
    padding: 0px;
    margin-top: -13px;
    z-index:1;
}
.icon-minus a,
.icon-plus a {
    padding: 10px 0px;
    cursor: pointer;
}
.icon-minus {
    left:7px;
}
.icon-plus {
    right:7px;
} */

.icon-minus.disabled-item, .icon-plus.disabled-item { opacity: 1; }
.icon-minus.disabled-item a svg path, .icon-plus.disabled-item a svg path { fill: rgba(0, 0, 0, 0.26); }
.deliveryOption [type="radio"]:checked + label, .deliveryOption [type="radio"]:not(:checked) + label { padding-left: 24px; padding-right: 0px; }
.deliveryOption [type="radio"]:checked + label:before, .deliveryOption [type="radio"]:not(:checked) + label:before { left: 0; width: 16px; height: 16px; padding: 0; border: 1px solid rgba(0, 0, 0, 0.26); }
.deliveryOption [type="radio"]:checked + label:before { border: 1px solid #ce0e2d; }
.deliveryOption [type="radio"]:checked + label:after, .deliveryOption [type="radio"]:not(:checked) + label:after { top: 4px; left: 4px; }
.deliveryOption { flex-grow: 1; max-width: 268px; }
.deliveryOption ul { gap: 32px; border: 1px solid #ce0e2d; border-radius: 40px; padding: 0px 23px; }
.deliveryOption .form-group { padding: 14px 0px; }
.eventCalender { display: flex; gap: 24px; }
.eventCalender input { text-align: left; padding: 10px 24px 10px 48px; font-size: 14px; line-height: 20px; font-weight: 400; color: rgba(0, 0, 0, 0.87); outline: none !important; box-shadow: none !important; cursor: pointer; border: 1px solid #ce0e2d; border-radius: 40px; width: 280px; height: 46px; }
.eventCalender input::-webkit-input-placeholder {
 color: rgba(0, 0, 0, 0.26);
}
.form-control:focus { border: 1px solid #ce0e2d; }
.eventCalender .icon-date, .eventCalender .icon-time { position: absolute; pointer-events: none; top: 50%; margin-top: -12px; left: 18px; padding: 0; }
.eventDateTime .mobileScreen { display: none; }
.cartRightCanva .devtime.mobileScreen { display: none; }
.datepicker, .eventTime .dropdown-menu { margin-top: 8px !important; border: 0px; padding: 0px; border-radius: 16px; direction: ltr; max-width: 280px; width: 100%; box-shadow: 0px 3px 6px -4px #0000001f; box-shadow: 0px 6px 16px 0px #00000014; box-shadow: 0px 9px 28px 8px #0000000d; overflow: hidden; }
.eventTime .dropdown-menu ul { padding: 12px; flex-wrap: wrap; gap: 12px; }
.eventTime .dropdown-menu ul li { width: calc(33.33% - 8px); }
.eventTime .dropdown-menu ul li a { border: 1px solid rgba(0, 0, 0, 0.1); padding: 9px 7px; border-radius: 8px; display: block; color: rgba(0, 0, 0, 0.87); font-size: 14px; line-height: 16px; font-weight: 400; text-align: center; }
.eventTime .dropdown-menu ul li a:hover { border: 1px solid rgba(0, 0, 0, 0.1); background: rgba(245, 245, 245, 1); color: rgba(0, 0, 0, 0.87); }
.eventTime .dropdown-menu ul li a.disableed { background: rgba(0, 0, 0, 0.09); color: rgba(0, 0, 0, 0.26); }
.eventTime .dropdown-menu ul li a.Busytime { background: rgba(255, 77, 0, 0.6); color: #fff; padding: 4px 6px; }
.eventTime .dropdown-menu ul li a.selectActive { border: 1px solid rgba(206, 14, 45, 1); color: rgba(206, 14, 45, 1); background: rgba(255, 77, 0, 0.12); }
.eventTime .dropdown-menu ul li a small { display: block; font-size: 10px; line-height: 8px; font-weight: 400; margin-bottom: 2px; }
.datepicker table tbody { padding: 8px 20px; }
.datepicker table thead tr:nth-child(2) th { padding: 9px !important; }
/* .datepicker table tr td */

.datepicker table thead tr:nth-child(2) { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.datepicker table { width: 100%; }
.datepicker-dropdown.datepicker-orient-top:after, .datepicker-dropdown.datepicker-orient-top:before, .datepicker-dropdown.datepicker-orient-bottom:before, .datepicker-dropdown.datepicker-orient-left:before, .datepicker-dropdown.datepicker-orient-bottom:after, .datepicker-dropdown.datepicker-orient-left:after { display: none; }
.datepicker td, .datepicker th { text-align: center; border: none; font-size: 14px; line-height: 22px; font-weight: 400; color: rgba(0, 0, 0, 0.87); width: 34px !important; height: 33px !important; vertical-align: middle; }
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover { background: transparent; cursor: pointer; padding: 0; margin: 0 auto; width: 24px !important; height: 24px !important; border-radius: 40px !important; outline: none; }
.datepicker table tr td.day:hover::after { width: 24px !important; height: 24px !important; background: #f5f5f5; content: ""; position: absolute; top: 50%; left: 50%; right: 0; margin: 0 auto; border-radius: 50%; z-index: -1; transform: translate(-50%, -50%); }
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover { background: #fff; color: #ce0e2d; border: none; }
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover { background: #fff; }
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] { background: transparent; color: #ce0e2d; font-weight: 500; border-radius: 50%; margin: 0 auto; width: 24px !important; height: 24px !important; text-shadow: none; }
.datepicker table tr td.active:after { width: 24px; height: 24px; background: rgba(255, 77, 0, 0.12); content: ""; position: absolute; top: 50%; left: 50%; margin: 0 auto; border-radius: 50%; z-index: -1; transform: translate(-50%, -50%); }
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] { background: transparent; }
.datepicker tfoot .today { font-size: 14px; line-height: 22px; font-weight: 400; color: #ce0e2d; padding: 9px 0px; border-top: 1px solid rgba(0, 0, 0, 0.1); }
.datepicker .next, .datepicker .prev { font-size: 0px; cursor: pointer; }
.datepicker .prev::after, .datepicker .next::after { background: url(../images/dateArrow.svg) center center no-repeat; width: 7px; height: 10px; content: ""; position: absolute; top: 15px; }
.datepicker .prev::after { left: 16px; }
.datepicker .next::after { right: 16px; transform: rotate(180deg); }
.datepicker td, .datepicker th { position: relative; }
/* .selectMenutop {
    background: #fff;
    border-bottom: 1px solid #E8E8E8;
} */

.selectMenutop { margin-top: -60px; }
.coursesSection h4 { font-size: 24px; font-weight: 700; line-height: 28px; }
.coursesSection h5 { font-size: 20px; font-weight: 700; line-height: 24px; margin-bottom: 12px; }
.coursesSection p { font-size: 14px; color: rgba(0, 0, 0, 0.65); font-weight: 400; margin-bottom: 0px; line-height: 100%; }
.menuBentoMain .selectCoursemain h5 { display: flex; align-items: baseline; }
/* .coursesSection h5 small {
    font-size: 14px;
    line-height:16px;
    font-weight: 400;
    color: rgba(0,0,0,0.65);
    padding-left:8px;
} */

.menuBentoMain .courseInner { padding-top: 32px; }
.coursesSection .courseNav ul li a { position: relative; display: flex; align-items: center; font-size: 24px; font-weight: 700; line-height: 28px; color: rgb(0 0 0 / 87%); padding: 0px 12px; min-height: 60px; transition: none; }
.coursesSection .courseNav ul li.active a::after { height: 4px; width: 100%; background: #ce0e2d; border-radius: 40px; content: ""; top: auto; bottom: 0px; left: 0; right: 0; position: absolute; }
.menuBentoMain .selectCoursemain .menuSubTitle > small { font-size: 20px; font-weight: 700; line-height: 24px; color: rgba(0, 0, 0, 0.85); }
.menuBentoMain .course-card-body .cardContent p { margin-bottom: 20px; }
/* .menuBentoMain .selectMenutop.stickyMenu{padding-bottom: 9px;} */
.courseInner { padding-top: 32px; gap: 36px; }
.courseInner .cardIn { flex-wrap: wrap; margin: 0px -12px; row-gap: 30px; }
.courseOuterBox .form-group { background: #fff; border-radius: 12px; padding: 15px 15px 15px 47px; position: relative; width: calc(50% - 24px); margin: 0px 12px; transition: all 0.3s ease-in-out; border: 1px solid rgba(0, 0, 0, 0.09); }
.menu-details-main .course-card-body .cardContent p { margin-bottom: 10px; }
.payment-cardImg img { max-width: 192px; display: block; }
.menu-details-main .eventPaxCount { max-width: 200px; width: 100%; }
.menu-details-main .eventPaxCount .spinner-box { max-width: 100%; padding: 11px 12px; height: 46px; }
.menu-details-main .eventPaxCount small.noPax { max-width: 0; width: 100%; margin-left: 0; }
.menu-details-main .courseOuterBox .form-group { padding: 0px; display: flex; }
.menu-details-main .courseOuterBox .checkbox-area { display: flex; min-width: 32px; }
.menu-details-main .courseOuterBox .course-card-body { padding: 0px; cursor: pointer; }
.checkbox-area-in { padding: 16px; position: relative; }
.menu-details-main  .form-group  .checkbox-area:hover  input[type="radio"]:checked  + label:before, .menu-details-main  .form-group  .checkbox-area:hover  input[type="radio"]:not(:checked)  + label:before { border: 4px solid #ce0e2d; }
.courseOuterBox [type="radio"]:checked + label, .courseOuterBox [type="radio"]:not(:checked) + label { position: static; padding: 0px; }
.courseOuterBox [type="radio"]:checked + label:before, .courseOuterBox [type="radio"]:not(:checked) + label:before { width: 16px; height: 16px; left: 16px; right: auto; top: 50%; margin-top: -8px; padding: 0px; transition: all 0.3s ease-in-out; }
.courseOuterBox [type="radio"]:checked + label:after, .courseOuterBox [type="radio"]:not(:checked) + label:after { top: 50%; right: auto; left: 20px; margin-top: -4px; }
.courseOuterBox .form-group:hover { border: 1px solid rgba(0, 0, 0, 0.2); }
.courseOuterBox .form-group:focus { box-shadow: 0px 0px 0px 1px #ce0e2d; }
.courseOuterBox .form-group.active, .courseOuterBox .form-group.selected_item { border: 1px solid #ce0e2d; }
.courseOuterBox .form-group [type="radio"]:not(:checked) + label:before { border: 2px solid #ce0e2d; }
.menu-high-tea-pg .courseInner { padding-top: 32px; }
.selectMenuBento .inputOuter { display: flex; align-items: center; }
.selectMenuBento .activeSpinner .clickPlusBtn { display: none; }
.menu-high-tea-pg .eventCalender, .menu-details-main .eventCalender { gap: 16px; }
.selectMenuBento .activeSpinner .spinner-box { display: flex !important; border: 1px solid rgba(0, 0, 0, 0.09); padding: 4px; height: 32px; max-width: 120px; width: 100%; }
.increase-btn { display: flex; justify-content: center; align-items: center; height: 100%; }
.increase-btn a { display: flex; }
.spinner-box .increase-btn { width: 24px; height: 24px; }
.increase-btn.clickPlusBtn a { width: 24px; height: 24px; }
.selectMenuBento .activeSpinner input { border: none; border-radius: 0px; height: 100%; min-width: 48px; }
.eventPaxCount .spinner-box .inputSet { min-width: 48px; margin: 0 auto; padding: 0px 4px; justify-content: center; }
.adjust-portions-list .spinner-box { min-width: 120px; }
.adjust-portions-list .spinner-box input { font-weight: 500; color: rgb(0 0 0 / 87%); padding: 0px 0px; min-width: 48px; }
.adjust-portions-list .spinner-box .inputSet { margin: 0 auto; }
.orderCart .spinner-box input { font-size: 14px; line-height: 16px; font-weight: 500; caret-color: #ce0e2d; }
.add-ons-popup .modal-footer .spinner-box { font-weight: 500; color: rgb(0 0 0 / 87%); border: none; min-width: 110px; justify-content: space-between; }
.modal-footer .courseBtn { flex: 1; }
/* menu details high tea page */

.menu-high-tea-pg .courseOuterBox .form-group { padding: 0px; display: flex; }
.menu-high-tea-pg .courseOuterBox .form-group .course-card-body { padding: 0px; }
.menu-high-tea-pg .courseOuterBox .checkbox-area { display: flex; min-width: 32px; cursor: pointer; }
.menu-high-tea-pg .form-group input[type="checkbox"]:checked + label, .menu-high-tea-pg .form-group input[type="checkbox"]:not(:checked) + label { position: absolute; padding: 0px; left: 0px; top: 50%; }
.menu-high-tea-pg .form-group input[type="checkbox"]:checked + label:before, .menu-high-tea-pg  .form-group  input[type="checkbox"]:not(:checked)  + label:before { width: 16px; height: 16px; content: ""; position: absolute; left: 16px; right: auto; top: 50%; margin-top: -10px; padding: 0px; border: 2px solid #ce0e2d; border-radius: 3px; transition: all 0.3s ease-in-out; }
.menu-high-tea-pg  .form-group  .checkbox-area:hover  input[type="checkbox"]:checked  + label:before, .menu-high-tea-pg  .form-group  .checkbox-area:hover  input[type="checkbox"]:not(:checked)  + label:before { border: 4px solid #ce0e2d; }
.menu-high-tea-pg  .form-group.disabled-item  input[type="checkbox"]:checked  + label:before, .menu-high-tea-pg  .form-group.disabled-item  input[type="checkbox"]:not(:checked)  + label:before { border: 2px solid rgb(0 0 0 / 26%); }
.menu-high-tea-pg .form-group input[type="checkbox"]:checked + label:after { content: ""; display: block; position: absolute; width: 6px; height: 12px; border: solid #fff; border-width: 0 2px 2px 0;/* -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); */
}
.menu-high-tea-pg .form-group input[type="checkbox"]:checked + label:before { background: #ce0e2d; }
/* .menu-high-tea-pg .form-group input[type="checkbox"]:checked + label:after,
.menu-high-tea-pg .form-group input[type="checkbox"]:not(:checked) + label:after {
    top: 50%;
    right: auto;
    left: 21px;
    margin-top: -10px;
    background: url(../images/check.png) center center no-repeat;width: 11px;height: 9px;
} */

.menu-high-tea-pg .form-group input[type="checkbox"]:checked + label:after, .menu-high-tea-pg  .form-group  input[type="checkbox"]:not(:checked)  + label:after { top: 50%; right: auto; left: 18px; margin-top: -7px; background: url(../images/check.svg) center center no-repeat; width: 11px; height: 9px; border: none; }
.menu-high-tea-pg .form-group:hover { border: 1px solid rgba(0, 0, 0, 0.2); }
.menu-high-tea-pg .form-group:focus { box-shadow: 0px 0px 0px 1px #ce0e2d; }
.menu-high-tea-pg .form-group.active, .menu-high-tea-pg .form-group.selected_item { border: 1px solid #ce0e2d; }
.menu-high-tea-pg .form-group [type="checkbox"]:not(:checked) + label:before { border: 2px solid #ce0e2d; }
.menu-high-tea-pg .form-group [type="checkbox"]:checked, .menu-high-tea-pg .form-group [type="checkbox"]:not(:checked) { position: absolute; left: -9999px; opacity: 0; visibility: hidden; }
.addOns.selectMenuBento .eventPaxCount { max-width: 230px; width: 100%; }
.menuBentoMain .menuDetailsSec .eventMain { gap: 90px; }
.addOns.selectMenuBento .courseOuterBox .form-group, .rentalService.selectMenuBento .courseOuterBox .form-group { padding: 0px; }
.addOns.selectMenuBento .courseOuterBox .form-group { padding: 0px; }
.addOns.selectMenuBento .courseOuterBox .form-group .course-card-body { padding: 16px; width: 100%}
.addOns.selectMenuBento .course-card-body .cardContent h5 { text-overflow: ellipsis; display: -webkit-box; max-height: 40px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: rgb(0 0 0 / 87%); }
.requiredbtn { font-size: 12px; line-height: 16px; font-weight: 400; background: #ff4d00; border-radius: 50px; color: #fff; padding: 4px 12px; }
.pastrycard .requiredbtn { margin-left: 12px; }
.addOns.selectMenuBento .menu-text h6 span { font-size: 16px; line-height: 20px; font-weight: 500; }
.addOns.selectMenuBento .course-card-body .cardContent .menu-text p { margin: 0px; margin-bottom: 6px; }
.addOns.selectMenuBento .menu-text h6 span small { font-size: 12px; line-height: 16px; }
.addOns.selectMenuBento .menu-text h6 code small { color: rgb(0 0 0 / 87%); font-size: 14px; line-height: 16px; }
.addOns.selectMenuBento .gst-text { font-weight: 500; color: rgb(0 0 0 / 87%); }
.addOns.selectMenuBento .menu-text span.wstyle { font-size: 12px; line-height: 16px; font-weight: 500; margin: 0px; }
.addOns.selectMenuBento .course-card-body { height: 100%; }
.addOns.selectMenuBento .course-card-body .cardContent { display: flex; flex-direction: column; justify-content: space-between; }
.addOns.selectMenuBento .course-card-body .cardContent p { font-size: 12px; }
.wstyle { font-size: 12px; line-height: 16px; font-weight: 500; margin: 0px; }
.formIn { max-width: 100%; width: 100%; }
.selectMenuBento .orderCart .orderCartInner { max-height: calc(100vh - 333px); }
#item-details-buffet .courseBtn .applyBtn, #menuDetailsPopup3 .courseBtn .applyBtn { font-weight: 700; }
/* add ons popup start */

.add-ons-popup .modal-dialog-scrollable .modal-content { max-height: 600px; }
.add-ons-popup h3 { font-size: 20px; line-height: 32px; font-weight: 500; margin-bottom: 12px; }
.add-ons-popup .minPax { padding-top: 24px; }
.add-ons-popup .minPax p { font-size: 14px; line-height: 16px; font-weight: 400; margin-bottom: 12px; }
.add-ons-popup .menu-text h6 small span { font-size: 12px; line-height: 16px; font-weight: 400; margin: 0px; }
.add-ons-popup .modal-footer { border: none; box-shadow: 0px 0px 6px 0px #0000000f; padding: 8px 24px; flex-wrap: nowrap; gap: 24px; }
.add-ons-popup .inputOuter { margin: 0px; }
.add-ons-popup .inputOuter input { border: 0px solid #ce0e2d; border-radius: 40px !important; padding: 0px; text-align: center; font-size: 14px; line-height: 16px; font-weight: 400; max-width: 100%; height: 25px; }
.add-ons-popup .apply-reset { max-width: 360px; width: 100%; margin: 0; }
.add-ons-popup .inputSet { max-width: 135px; }
.add-ons-popup .inputSet input { min-width: 48px; font-weight: 500; }
.add-ons-popup .icon-minus.disableBtn svg path { fill: rgba(0, 0, 0, 0.26); }
.add-ons-popup .icon-minus.disableBtn { pointer-events: none; }
.rentalService.selectMenuBento .course-card-body .cardContent h5 { text-overflow: ellipsis; display: -webkit-box; max-height: 60px; -webkit-line-clamp: 3; -webkit-box-orient: vertical; color: rgb(0 0 0 / 87%); margin-bottom: 0px; }
.rentalService.selectMenuBento .course-card-body .cardContent p { margin-bottom: 0px; }
.orderCart { max-width: 360px; background: #fff; width: 100%; padding: 24px 24px 24px 24px; border: 1px solid rgba(0, 0, 0, 0.1); height: calc(100vh - 228px); position: sticky; top: 212px; border-radius: 8px; overflow: hidden; }
.orderCart h5 { font-size: 18px; font-weight: 700; line-height: 28px; }
.orderCartMob { display: none; }
.orderCart .orderCartInner { max-height: calc(100vh - 390px); overflow-y: auto; margin-right: -20px; padding-right: 20px; padding-bottom: 20px; }
.menu-high-tea-pg .orderCart .orderCartInner { max-height: calc(100vh - 390px); }
 .orderCart .orderCartInner::-webkit-scrollbar {
 width: 4px;
}
.orderCart .eventPaxCount { margin-right: 0px; }
 .orderCart .orderCartInner::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
 background-color: rgba(0, 0, 0, 0.4);
 margin-right: -10px;
}
.orderCart.empty-order .orderCartInner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; margin: 0; padding: 0; }
.orderCart.empty-order .empty-box { margin-top: 10px; }
.orderCart .cartAmountBox .apply-reset button { min-height: 48px; align-items: center; }
.empty-box p { font-size: 16px; line-height: 18px; font-weight: 400; color: rgba(0, 0, 0, 0.45); text-align: center; }
.order-add-ons h3 { font-size: 16px; line-height: 20px; font-weight: 400; color: rgb(0 0 0 / 65%); text-align: center; position: relative; background: #fff; margin: 0px 0px 30px 0px; }
.order-add-ons h3 span { background: #fff; display: inline-block; position: relative; z-index: 1; padding: 0px 12px; }
.order-add-ons h3:after, .order-add-ons h3::before { width: 37%; height: 1px; background: rgba(0, 0, 0, 0.1); content: ""; position: absolute; left: 0; top: 10px; z-index: 0; }
.order-add-ons h3:after { left: 0; right: auto; }
.order-add-ons h3::before { right: 0; left: auto; }
/* .order-add-ons .inputOuter .number-spinner {
    position: relative;
} */
.order-add-ons .contentBox { width: 100%; }
.order-add-ons ul li { column-gap: 12px; margin-bottom: 30px; }
.order-add-ons ul li .contentBox button, .orderCart button { border: none; background: none; padding: 0; margin: 0; display: flex; min-width: 14px; margin-bottom: 0px; padding-top: 0px; }
.orderCart .order-add-ons .contentBox p { color: rgba(0, 0, 0, 0.87); margin-bottom: 0; font-size: 16px; line-height: 18px; font-weight: 500; }
.order-add-ons ul li .order-pax { font-size: 16px; line-height: 20px; font-weight: 500; color: rgb(0 0 0 / 87%); display: flex; align-items: center; }
.order-add-ons ul li .order-pax small { font-size: 12px; line-height: 16px; font-weight: 500; color: rgb(0 0 0 / 87%); }
.courseBtn { width: 100%; }
.apply-reset { background: #fff; padding: 0; display: flex; justify-content: space-between; gap: 16px; }
.apply-reset button { box-shadow: none; margin: 0; font-size: 16px; line-height: 18px; font-weight: 400; padding: 10px 12px; border-radius: 40px; min-width: 148px; min-height: 40px; display: flex; justify-content: center; }
.apply-reset .resetBtn { color: #ce0e2d; background: #fff; border: 1px solid #ce0e2d; justify-content: center; }
.apply-reset .applyBtn { color: #fff; background: var(--primary-color); border: 1px solid var(--primary-color); font-weight: 700; }
.apply-reset .applyBtn:hover { color: #fff; background: #b50c27; border: 1px solid #b50c27; }
.addCartBtns .button-box button { min-width: 115px; font-weight: 700; }
.addCartBtns .button-box .orgbg { background: #ff4d00; color: var(--bs-white); }
.bdr-r { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; }
.bdr-l { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; }
.apply-reset.disabled-item { opacity: 1; }
.orgText { color: #ff4d00; }
.totalPrice .orgText { font-weight: 500; }
.totalPrice p { font-size: 12px; font-weight: 500; line-height: 16px; color: rgb(0 0 0 / 87%); margin-bottom: 2px; }
.apply-reset.disabled-item .resetBtn { color: rgba(0, 0, 0, 0.26); border: 1px solid rgba(0, 0, 0, 0.09); }
.apply-reset.disabled-item .applyBtn { background: rgba(0, 0, 0, 0.09); border: transparent; color: rgba(0, 0, 0, 0.26); justify-content: center; }
.coursesSection { position: relative; z-index: 1; }
.coursesSection .orderCart h4 { font-size: 16px; font-weight: 500; line-height: 20px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.coursesSection .orderCart .eventPaxCount { max-width: 100%; }
.coursesSection .orderCart .eventPaxCount h4 { display: flex; align-items: center; }
.orderCart .orderCartInner .spinner-box { padding: 4px; min-width: 120px; height: 32px; }
.orderPaxCount .inputSet { margin: 0 auto; width: 48px; }
.orderCart .spinner-box input { min-width: 100% !important; }
.orderCart .orderCartInner .order-add-ons .spinner-box { border: 1px solid rgba(0, 0, 0, 0.09); }
.selectMenutop.stickyMenu .slider-button.slider-prev { left: -7px; }
.selectMenutop.stickyMenu .slider-button.slider-prev.swiper-button-disabled { }
/* .orderCart .icon-minus {
    left: 4px;
}
.orderCart .icon-plus {
    right: 4px;
} */
/* .orderCart .inputOuter input {
    padding: 7px 35px;
    text-align: center;
    font-size: 14px;
    line-height:16px;
    font-weight: 500;
    height: 32px;

} */

/* .orderCart .inputOuter .number-spinner {
    max-width: 120px;
    width: 100%;
} */
.orderCart .pax-details h5 { margin-bottom: 5px; }
.orderCart .pax-details p { font-size: 14px; color: rgba(0, 0, 0, 0.65); line-height: 16px; margin-bottom: 6px; }
.cartTotal { font-size: 20px; font-weight: 500; color: var(--primary-color); line-height: 24px; }
.cartAmountBox { background: #fff; padding: 24px; border-top: 1px inset rgba(0, 0, 0, 0.1); }
.cartAmountBox p { font-size: 12px; line-height: 14px; color: rgba(0, 0, 0, 0.65); margin: 8px 0px 16px 0px; }
.orderCart .cartAmountBox { position: absolute; left: 0; right: 0; bottom: 0; background: #fff; padding: 24px; border-top: 1px inset rgba(0, 0, 0, 0.1); z-index: 1; }
.healthier-logo { display: flex; position: absolute; bottom: -6px; right: -6px; width: 40px; }
.course-card-body .cardImage { max-width: 110px; height: 110px; margin-right: 16px; }
.course-card-body .cardImage .papular-icon { display: flex; position: absolute; left: 0; top: 0; background: #fff7f5; font-size: 12px; line-height: 14px; font-weight: 400; padding: 2px 7px 2px 3px; border-radius: 10px 0px 12px 0px; align-items: center; }
.courseOuterBox .course-card-body .cardImage img { border-radius: 12px; }
.course-card-body .cardContent h5 { font-size: 16px; line-height: 20px; font-weight: 500; color: var(--medium-black); margin-bottom: 8px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; max-height: 40px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.course-card-body .cardContent p { font-size: 14px; line-height: 16px; font-weight: 400; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; max-height: 32px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.course-mini-icons { column-gap: 4px; }
.course-mini-icons .leftBox { column-gap: 4px; }
.course-mini-icons span { display: flex; justify-content: center; align-items: end; }
.course-mini-icons span.papular-icon { width: auto; margin-right: 16px; }
.course-mini-icons .rightBox span { width: auto; color: #ff4d00; font-size: 14px; line-height: 16px; font-weight: 400; }
.papular-icon { color: #ff4d00; font-size: 12px; line-height: 16px; font-weight: 400; }
.papular-icon small { display: flex; width: 20px; text-align: center; justify-content: center; margin-right: 0px; }
/* swiper slider */
.swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; }
.selectMenutop.stickyMenu { position: fixed; top: 88px; z-index: 99; background: #fff; left: 0; right: 0; box-shadow: 0px 0px 9px 0px #0000001f; margin-top: 0px; animation: 300ms ease-in-out 0s 1 normal none running VKzqr; }
@keyframes VKzqr {  0% {
 transform: translateY(30px);
 opacity: 0;
}
 100% {
 transform: translateY(0px);
 opacity: 1;
}
}
.cartRightCanva .spinner-box .inputSet { min-width: 82px; width: 100%; margin: 0 auto; padding: 0px 4px; }
.selectMenutop.stickyMenu .courseNav ul li a { min-height: 44px; font-size: 14px; line-height: 16px; font-weight: 700; }
.selectMenutop.stickyMenu .category-lists-slider { padding: 0px; margin: 0px; height: 60px; display: flex; align-items: center; }
.selectMenutop.stickyMenu .category-lists-slider .swiper-container { margin-left: 0; }
/* .selectMenutop.stickyMenu .courseNav {
    padding-top: 12px;
} */
/*.selectMenutop.stickyMenu .courseNav a {
    font-size:14px;
    line-height: 16px;
    margin-bottom: 8px;
} 
.coursesSection .selectMenutop.stickyMenu .courseNav a.active::after {
    bottom: -8px;
}
.selectMenutop.stickyMenu .category-lists-slider {
    padding-bottom: 12px;
    margin-top: 12px;

}
.coursesSection .selectMenutop.stickyMenu .courseNav ul li.active a::after{
    bottom: -12px;
}*/

.category-lists-slider { position: relative; padding: 12px 0px; margin-top: 6px; }
.selectMenutop.stickyMenu h4 { display: none; }
/* .selectMenutop.stickyMenu + .selectMenubuttom {
    margin-top: 52px;
} */
.category-lists-slider .category-button a { font-weight: 400; }
.selectMenutop .stickyMenu { position: fixed; top: 88px; background: #fff; z-index: 999; }
/* .selectCoursemain.sticky {
 
    background:#fff;
    
} */
#catgory-slider .swiper-slide, #catgory-slider1 .swiper-slide { width: auto; margin: 0px !important; }
.category-button a { position: relative; text-align: center; font-size: 14px; line-height: 16px; font-weight: 500; background-color: transparent; color: rgb(0 0 0 / 87%); padding: 4px 24px; display: inline-block; cursor: pointer; user-select: none; }
.swiper-slide:first-child .category-button a { margin-left: 0; }
.category-button.active a { color: var(--bs-white); font-weight: 500; background: var(--primary-color); border-radius: 40px; }
/* .category-button.active a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 4px;
    border-radius: 40px;
    content: "";
    background:var(--primary-color);
} */
.data-text { display: block; }
.data-text.active { display: block; }
.slider-button { width: 30px; height: 30px; background-color: #fff; box-shadow: 0px 0px 9px 0px #0000001f; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; position: absolute; top: 10px; z-index: 1; cursor: pointer; }
.selectMenutop.stickyMenu .slider-button { top: 15px; }
.slider-button.slider-prev, .slider-button.slider-prev1 { left: -1px; }
.slider-button.slider-next, .slider-button.slider-next1 { right: -1px; }
.slider-button.swiper-button-disabled { opacity: 0; visibility: hidden; }
.box { padding: 30px; margin-top: 20px; background-color: #d9eefd; border-radius: 6px; transition: 0.3s; height: 100%; }
.box i { font-size: 40px; margin-bottom: 20px; color: #37a7f1; }
#staticBackdrop .slider-button.slider-next1 { right: -15px; }
#staticBackdrop .slider-button.slider-prev1 { left: 0px; }
#staticBackdrop .btn-close { padding: 0px !important; position: absolute; right: 30px; top: 25px; background: none; opacity: 1; width: auto; }
#staticBackdrop.checkOutModal .contentBox .sell-gst { margin: 4px 0px; }
#staticBackdrop.checkOutModal .eventPaxCount { margin-top: 32px; }
#staticBackdrop.checkOutModal .modalCardIn.active { border: 1px solid #ce0e2d; }
/* @media (max-width: 575px) {
    .category-lists-slider {
      margin-top: 40px;
    }

    .slider-button {
      top: -40px;
    }
    .slider-button.slider-prev {
      left: inherit;
      right: 32px;
    }
    .slider-button.slider-next {
      right: 0;
    }
  } */

/* modal */
.checkOutModal .modal-dialog-scrollable .modal-content { border-radius: 16px; border: none; }
.modal-header { position: relative; border-bottom: 1px inset rgba(0, 0, 0, 0.1); padding: 16px 24px; margin-bottom: 0px; }
.modal-title { margin-bottom: 0; text-align: center; flex: 1; font-size: 16px; line-height: 20px; font-weight: 500; width: 100%; }
.btn-close { padding: 0px !important; position: absolute; right: 30px; top: 25px; }
.checkOutModal .modal-dialog { max-width: 1040px; }
.checkOutModal .category-lists-slider { padding-top: 0px; margin-bottom: 16px; position: sticky; top: -24px; background: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.09); z-index: 1; }
.checkOutModal .courseInner { padding-top: 0px; }
.checkOutModal .formIn { max-width: 100%; width: 100%; }
.checkOutModal .modalCard { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; row-gap: 30px; margin: 0px -16px; }
.checkOutModal .modalCardIn { border-radius: 12px; overflow: auto; border: 1px solid rgba(0, 0, 0, 0.1); margin: 0px 16px; max-width: calc(25% - 32px); transition: all 0.3s ease-in-out; }
.checkOutModal .modalCardIn:hover { border: 1px solid rgba(0, 0, 0, 0.2); margin: 0px 16px; }
.checkOutModal .papular-icon { display: flex; position: absolute; left: 0; top: 0; background: #fff7f5; font-size: 12px; line-height: 14px; font-weight: 400; padding: 2px 7px 2px 3px; border-radius: 6px 0px 8px 0px; align-items: center; }
.checkOutModal .healthier-logo { display: flex; position: absolute; bottom: 8px; right: 8px; width: 40px; }
.checkOutModal .slider-button { top: 5px; }
.modal-dialog-scrollable .modal-body { overflow-y: auto; max-height: 524px; padding: 24px; padding-right: 24px; overflow-x: hidden; margin-right: 4px; }
 .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
 width: 4px;
 margin-right: 5px;
 padding-right: 5px;
}
 .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
 background-color: rgba(0, 0, 0, 0.4);
 margin-right: 10px;
}
.checkOutModal .category-button a { font-size: 14px; line-height: 20px; padding: 12px 16px; margin: 0px 8px; }
.checkOutModal h5 { font-size: 16px; line-height: 20px; font-weight: 500; }
.checkOutModal .modalCard h5 { min-height: 40px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.checkOutModal p { font-size: 14px; line-height: 16px; font-weight: 400; color: var(--medium-black); margin: 8px 0px 4px 0px; }
.checkOutModal .contentBox .sell-gst { font-size: 12px; line-height: 16px; }
.checkOutModal .contentBox .sell-gst .red-text { font-size: 18px; line-height: 28px; font-weight: 500; margin-right: 10px; }
.checkOutModal .contentBox .sell-gst .red-text small { font-size: 12px; line-height: 16px; }
.checkOutModal .imageBox { display: flex; position: relative; }
.modalCardIn { border-radius: 8px; overflow: auto; max-width: 224px; border: 1px solid rgba(0, 0, 0, 0.1); }
.checkOutModal .contentBox { padding: 16px; }
.checkOutModal .inputOuter input { padding: 5px 15px; font-size: 14px; line-height: 16px; font-weight: 400; max-width: 120px; height: 32px; border: 1px solid rgba(0, 0, 0, 0.09); }
/* .checkOutModal .icon-minus,
.checkOutModal .icon-plus {
    position: absolute;
    top:50%;
    margin-top: -13px;
    padding: 0px;
}
.checkOutModal .icon-plus {
    right:4px;
}
.checkOutModal .icon-minus {
    left: 4px;
} */
.checkOutModal .eventPaxCount { margin-top: 11px; }
.checkOutModal .plus_icon { width: 24px; height: 24px; display: flex; align-items: center; position: absolute; right: 0px; bottom: 0px; }
.checkOutModal .inputOuter { height: 32px; }
.checkOutModal .inputOuter .number-spinner { display: none; }
.checkOutModal .inputOuter.activeSpinner .number-spinner { display: block; }
.checkOutModal .inputOuter.activeSpinner .plus_icon { display: none !important; }
.data-text, .data-text2 { display: block; scroll-margin-top: 180px; }
.checkOutModal .modal-footer { box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) inset; border: none; padding: 18px 24px; }
.checkOutModal .apply-reset button { padding: 8px 24px; min-width: 148px; }
/* menu details bento page */

.menuSubTitle span { font-size: 14px; line-height: 16px; font-weight: 400; color: rgba(0, 0, 0, 0.65); margin-left: 16px; }
.selectMenuBento .menuSubTitle span { font-size: 18px; line-height: 28px; font-weight: 500; color: rgba(0, 0, 0, 0.87); margin-left: 0px; }
.menuBentoMain .selectCoursemain h5 { gap: 32px; }
.selectMenuBento .orderCart { height: calc(100vh - 170px); top: 152px; }
.selectMenuBento .course-card-body .cardContent { width: 100%; }
.selectMenuBento .course-card-body .cardContent h5 { text-overflow: ellipsis; display: -webkit-box; max-height: 40px; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.selectMenuBento .disabled-item .course-card-body.d-flex { opacity: 0.7; cursor: default; pointer-events: none; }
.selectMenuBento .courseOuterBox .form-group { padding: 16px; }
.menuSubTitle span + span { margin-left: 24px; }
.form-group.disabled-item .course-card-body { position: relative; overflow: hidden; }
.form-group.disabled-item .course-card-body:after { content: "'"; background: rgba(256, 256, 256, 0.8); width: 100%; height: 100%; position: absolute; left: auto; right: 0; top: 0; bottom: 0; z-index: 1; }
/*.selectMenuBento .inputOuter input {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    max-width: 120px;
    height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.17);

}

 .selectMenuBento .plus_icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    position: absolute;
    right:0px;
    top: 4px;
} */
.plus_icon.disabled { pointer-events: none; }
.plus_icon.disabled a svg path { fill: rgba(0, 0, 0, 0.26); }
/* .selectMenuBento .icon-minus,
.selectMenuBento .icon-plus {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    padding: 0px;
}
.selectMenuBento .icon-minus {
    left: 4px;
}
.selectMenuBento .icon-plus {
    right: 4px;
} */
.spinner-box .btn.disabled, .spinner-box .btn:disabled, .spinner-box fieldset:disabled .btn { filter: grayscale(1); pointer-events: none; opacity: 0.3; }
.selectMenuBento .inputOuter { height: 32px; }
.selectMenuBento .inputOuter .number-spinner { display: none; }
.selectMenuBento .inputOuter.activeSpinner .number-spinner { display: block; }
.selectMenuBento .inputOuter.activeSpinner .plus_icon { display: none !important; }
.selectMenuBento .orderCart .number-spinner { display: block; }
.selectMenuBento .orderCart .eventPaxCount h4 { margin-bottom: 8px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; max-height: 38px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.selectMenuBento .orderCart .eventPaxCount p { font-size: 14px; line-height: 16px; font-weight: 400; color: rgba(0, 0, 0, 0.65); }
.selectMenuBento .orderCart .order-add-ons p { color: rgba(0, 0, 0, 0.87); }
.selectMenuBento .orderCart .order-add-ons { padding-bottom: 0px; }
.selectMenuBento .orderCart .order-add-ons ul li { margin-bottom: 24px; }
.selectMenuBento .orderCart .eventPaxCount { border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-bottom: 24px; }
.selectMenuBento .orderCart .eventPaxCount:last-child { border-bottom: none; }
/* toast design */
.addedCartMini { top: 50%; left: 50%; transform: translate(-50%, -50%); }
.addedCartMini .toast-body { background: rgba(0, 0, 0, 0.65); width: 120px; height: 100px; border-radius: 8px; color: #fff; font-size: 14px; line-height: 16px; font-weight: 400; display: flex; align-items: center; justify-content: center; }
.addedCartMini #liveToast .contentBox span, .addedCartMini #liveToast1 .contentBox span, .addedCartMini #liveToast2 .contentBox span, .addedCartMini #liveToast3 .contentBox span, .addedCartMini #liveToast4 .contentBox span, .addedCartMini #liveToast5 .contentBox span { display: flex; justify-content: center; align-items: center; margin-bottom: 8px; }
.addedCartMini #liveToast, .addedCartMini #liveToast1, .addedCartMini #liveToast2, .addedCartMini #liveToast3, .addedCartMini #liveToast4 .addedCartMini #liveToast5 { width: 100%; border: none; box-shadow: none; outline: none; background: transparent; }
#liveToast5 { border-radius: 8px; width: 185px; border: none; box-shadow: none; outline: none; background: transparent; }
#liveToast5 .toast-body { border-radius: 8px; width: 100%; height: 55px; background: rgba(0, 0, 0, 0.65); }
/* turms and conditions start */
.turms-details { padding-bottom: 90px; }
.turms-details .sectionHead h2 { font-size: 36px; line-height: 42px; font-weight: 500; color: rgba(0, 0, 0, 0.87); padding: 65px 0px; }
.turms-details .contentBox h4 { margin-bottom: 16px; font-weight: 500; }
.turms-details .contentBox p { font-size: 16px; line-height: 20px; font-weight: 400; color: rgb(0 0 0 / 65%); padding-bottom: 16px; }
.turms-details .contentBox ul li { font-size: 16px; line-height: 20px; font-weight: 400; color: rgb(0 0 0 / 65%); padding-bottom: 16px; }
/* checkout page css start */

.header-full .offcanvas, .header-full .loginCart { display: none !important; }
.checkout-main { background-color: #fff7f5; padding: 32px 0px; }
.checkout-left { margin-right: 16px; }
.checkout-right { flex: 0 0 414px; max-width: 414px; }
.card-white { border-radius: 16px; margin-bottom: 16px; border: 1px solid rgba(0, 0, 0, 0.1); }
.card.card-summary { padding: 16px; padding-bottom: 16px; }
.gap-24 { gap: 24px; }
.pd-24 { padding: 24px; }
.pd-16 { padding: 24px; }
.gap-40 { margin: 0px -20px; }
.mt-32 { margin-top: 32px; }
.pd-100 { gap: 107px; }
.mb-40 { margin-bottom: 40px; }
.mt-24 { margin-top: 24px; }
.mt-16 { margin-top: 16px; }
.mb-24 { margin-bottom: 24px; }
.padding-16 { padding: 16px; }
.padding-12 { padding: 12px; }
.card-header-top { margin-bottom: 24px; }
.card-titl { font-size: 20px; font-weight: bold; color: rgba(0, 0, 0, 0.87); line-height: 32px; }
.delivery-option-item .menuListSec label { padding-right: 0; }
.delivery-option-item .menuListSec [type="radio"]:checked + label, .delivery-option-item .menuListSec [type="radio"]:not(:checked) + label { line-height: 17px; }
.payment-type-group { display: flex; flex-direction: column; row-gap: 16px; }
.payment-type-group [type="radio"]:checked + label:before { border-width: 1px; }
.payment-type-group [type="radio"]:not(:checked) + label:before { border-color: rgba(0, 0, 0, 0.26); }
.modal-add-new-address .menuListSec [type="radio"]:checked + label, .modal-add-new-address .menuListSec [type="checkbox"]:checked + label { color: rgba(38, 38, 38, 1); }
.para-label-color { color: #262626; }
.card-select-payment-method .card-header-top { margin-bottom: 16px; }
.payment-type-group .type-button { display: flex !important; align-items: center; height: 52px; background: #ffffff; border: 1px solid rgba(0, 0, 0, 0.09) !important; border-radius: 8px; gap: 16px; font-size: 16px !important; font-weight: 400 !important; line-height: 100% !important; text-align: left; color: rgba(0, 0, 0, 0.87); padding: 0px 16px; }
.payment-type-group .btn-check:checked + .type-button { border: 1px solid rgba(206, 14, 45, 1) !important; }
.payment-type-group [type="radio"]:checked + label:before, .payment-type-group [type="radio"]:not(:checked) + label:before { top: 50%; right: 16px; transform: translateY(-50%); }
.payment-type-group [type="radio"]:checked + label:after, .payment-type-group [type="radio"]:not(:checked) + label:after { right: 20px; /* updated from 22px to 20px - 04-06-25 */ top: 50%; transform: translateY(-50%); }
.card-foot-btn p { font-size: 14px; font-weight: 400; line-height: 22px; text-align: left; display: block; margin-top: 12px; }
.card-foot-btn p a { color: rgba(0, 136, 255, 1); }
.ps-16 { padding-left: 16px; }
.listing-subtotal { grid-gap: 8px; margin-top: 24px; }
.listing-subtotal.mb-24 { margin-bottom: 24px; }
.card-foot-box .listing-subtotal li { font-weight: 400; font-size: 14px; line-height: 16px; color: rgba(0, 0, 0, 0.87); }
.card-foot-box .listing-subtotal li .f-bold { font-weight: 500; font-size: 16px; line-height: 20px; min-width: 120px; text-align: right; color: rgba(0, 0, 0, 0.87); }
.sub-titl { font-style: normal; font-weight: 400; font-size: 12px; line-height: 16px; color: rgba(0, 0, 0, 0.65); }
.sub-titl .link-blue { font-size: 12px; }
.order-summary-list ul li { font-style: normal; font-weight: 400; font-size: 14px; line-height: 16px; color: rgba(0, 0, 0, 0.87); margin-bottom: 16px; pointer-events: none; }
/* .order-summary-list ul li .fw-bold {
  font-size: 20px;
} */

.order-summary-list ul li .fw-lead img { vertical-align: middle; cursor: pointer; margin-left: 4px; }
.btn-primary, .btn-primary:active { background-color: #ce0e2d; border-color: #ce0e2d; -webkit-box-shadow: none !important; box-shadow: none !important; font-size: 16px; border-radius: 40px; padding: 11px 20px; /* updated from 9px 20px to 11px 20px- 04-06-25 */ display: inline-block; min-width: 140px; font-weight: 700; line-height: 20px; /* added- 04-6-25 */ }
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active { background-color: #ce0e2d; color: var(--bs-white); border-color: #ce0e2d; }
.btn-primary:hover { border: 1px solid #ce0e2d; background-color: #fff7f5; color: #ce0e2d; }
.btn-primary:focus { border: 1px solid #b50c27; background-color: #b50c27; color: #fff; }
.btn-primary.h-48 { padding: 14px 16px; }
.card-foot-btn .btn-primary:hover { background: #b50c27; color: #fff; }
.card-foot-btn .btn-primary.processing { background: rgba(0, 0, 0, 0.09); border-color: transparent; color: rgba(0, 0, 0, 0.26); }
.field-icon { position: absolute; top: 12px; left: 12px; pointer-events: none; }
.filed-input-group .label-form { font-size: 14px; color: #000; margin-bottom: 8px; display: block; line-height: 16px; }
.input-box.pd-l .form-control { padding-left: 36px; }
.input-box .form-control { border: 1px solid #d9d9d9; height: 40px; box-shadow: none; color: rgba(0, 0, 0, 0.87); font-size: 14px; padding: 10px 12px; border-radius: 8px; caret-color: #ce0e2d; }
 .input-box .form-control::placeholder {
 color: rgba(0, 0, 0, 0.26);
}
.form-control.clearable-input { padding-right: 40px; }
.clear-icon { position: absolute; right: 12px; top: 10px; cursor: pointer; visibility: hidden; }
.clear-icon img { display: block; }
.input-box .form-control:focus { border: 1px solid rgba(0, 0, 0, 0.54); color: rgba(0, 0, 0, 0.87); }
.input-box textarea.form-control.validated-error { border-color: #ee2c4a; }
.input-box .form-control.is-invalid-field { border-color: #ee2c4a; }
.invalid-error { font-style: normal; font-weight: 500; font-size: 14px; line-height: 16px; color: var(--error-color); margin-top: 4px; }
.invalid-error .icon svg { display: block; margin-right: 4px; }
.input-box textarea.form-control { height: 120px; resize: none; }
 .input-box .form-control.input-black::-ms-input-placeholder {
 color: #000;
}
.input-box .form-control.input-black::placeholder {
 color: #000;
}
 .input-box .form-control::-ms-input-placeholder {
 color: rgba(0, 0, 0, 0.25);
}
.input-box .form-control::placeholder {
 color: rgba(0, 0, 0, 0.25);
}
.sec-date-time [class*="col-"] { width: 214px; }
.gap-40 [class*="col-"] { padding: 0px 20px; }
.product-list-item { margin-top: 32px; }
.product-info { flex: 1; }
.mi-h-100 { min-height: 100px; }
.thumb { margin-right: 16px; }
.thumb img { min-width: 180px; width: 180px; height: 100px; object-fit: cover; border-radius: 12px; display: block; }
.product-discription { width: 260px; display: flex; flex-direction: column; }
.courses { margin-top: auto; }
.courses p { font-style: normal; font-weight: 400; font-size: 14px; line-height: 16px; color: rgba(0, 0, 0, 0.65); }
.product-discription h3 { font-weight: 400; font-size: 16px; line-height: 20px; color: #000000; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.product-discription p { font-weight: 400; font-size: 12px; line-height: 16px; color: rgba(0, 0, 0, 0.65); margin-top: 8px; }
.product-meta { font-style: normal; font-weight: 400; font-size: 14px; line-height: 16px; color: rgba(0, 0, 0, 0.65); margin-bottom: 3px; }
.product-price-box { flex: 1; padding: 0px 22px; }
.product-price-box h4 { font-style: normal; font-weight: 400; font-size: 14px; margin-bottom: 4px; line-height: 16px; color: rgba(0, 0, 0, 0.87); }
.product-price-box h4 span { font-size: 14px; font-weight: 400; }
.buffet-add-on .product-price-box h4 { color: rgba(0, 0, 0, 0.87); }
.product-price-box p { font-style: normal; font-weight: 400; font-size: 14px; line-height: 16px; color: rgba(0, 0, 0, 0.65); }
.product-price-box .gst { font-size: 12px; }
.product-pax p { font-style: normal; font-weight: 400; font-size: 16px; line-height: 100%; margin-bottom: 4px; color: rgba(0, 0, 0, 0.65); }
.product-pax .fw-bold { font-style: normal; font-weight: 500 !important; font-size: 18px; line-height: 28px; color: #000000; }
.view-details-box { margin-top: auto; text-align: right; position: absolute; right: 0; bottom: 0; }
.link-blue { font-style: normal; font-weight: 400; font-size: 14px; line-height: 16px; color: #0088ff; }
.sec-postal-code { width: 200px; }
.filed-half .input-box { width: 468px; max-width: 100%; }
.modal-outer-wrapper .modal-content .filed-half .input-box { width: 468px; max-width: 100%; }
.modal-outer-wrapper .modal-content .filed-half textarea.form-control { max-width: 100%; height: 120px; }
.modal-add-new-address .btn.button-footer.btn-secondary { margin-left: 16px; }
.modal-add-new-address .footer-modal { padding-bottom: 12px; padding-top: 12px; box-shadow: inset 0px 0.5px 0px rgba(0, 0, 0, 0.09); }
.modal-add-new-address .footer-modal .btn-outlines.btn-outlines-fill { margin-left: 16px; }
.modal-add-new-address .footer-modal .btn { min-width: 110px; }
.additional-box { padding: 0px 16px; }
.additional-box p { font-style: normal; font-weight: 400; font-size: 14px; line-height: 22px; color: rgba(0, 0, 0, 0.65); }
.address-checkbox label:hover .link-blue { color: #0088ff; }
.sec-get-knowus .form-control { width: 250px; }
.filed-input-group .label-form.mb-16 { margin-bottom: 16px; }
.input-box textarea.form-control.h-140 { height: 140px; }
.sec-others .delivery-option-item { margin-right: 40px; }
.gt-40 .address-checkbox { margin-right: 40px; }
.gap-62 .address-checkbox { margin-right: 62px; }
.para-light-dark { color: #000; }
.select-custom.bootstrap-select.select-custom { width: 100% !important; }
.select-custom.bootstrap-select > .dropdown-toggle { background: #ffffff; border: 1px solid #d9d9d9; border-radius: 8px; font-size: 14px; color: rgba(0, 0, 0, 0.25); padding: 8px 12px; outline: none !important; box-shadow: none !important; min-height: 40px; font-weight: normal; }
.select-custom.bootstrap-select > .dropdown-toggle.show { border-color: #ce0e2d; }
.select-custom.bootstrap-select.select-custom > button.btn:after { background-image: url(../images/select-arrow-down.svg); background-repeat: no-repeat; background-position: center center; font-size: 0; min-width: 16px; width: 16px; height: 16px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.select-custom.bootstrap-select > .dropdown-toggle.show:after { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }
.select-custom.bootstrap-select > .dropdown-menu { padding: 0px; border-radius: 8px; border: 0; background: #fff; /* filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.12)); */
box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12); animation-name: DropDownSlide; -webkit-animation-name: DropDownSlide; animation-duration: 0.35s; animation-fill-mode: both; -webkit-animation-duration: 0.35s; -webkit-animation-fill-mode: both; inset: inherit !important; }
.mydata .select-custom.bootstrap-select > .dropdown-toggle { color: rgba(0, 0, 0, 0.87); }
 @keyframes DropDownSlide {  0% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
 100% {
 -webkit-transform: translateY(2px);
 transform: translateY(2px);
}
}
.select-custom.bootstrap-select .dropdown-menu li a { padding: 10px 12px; font-style: normal; font-weight: 400; font-size: 14px; line-height: 20px; color: rgba(0, 0, 0, 0.87); }
.select-custom.bootstrap-select .dropdown-menu li a:hover { background-color: #f5f5f5; font-weight: 500; }
.select-custom .dropdown-item.active, .select-custom .dropdown-item:active { background-color: #ffe7e3; }
.select-custom .dropdown-item.selected { background-color: #ffe7e3; }
.inputOuter.disabled-item input { border: 1px solid #00000017; }
.inputOuter.disabled-item .icon-time img { filter: grayscale(1); opacity: 0.3; }
.eventTime .dropdown-menu { min-width: 280px; height: 340px; overflow-y: auto; }
.eventTime .dropdown-menu::-webkit-scrollbar {
 width: 4px;
}
.eventTime .dropdown-menu::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
 background-color: rgba(0, 0, 0, 0.4);
 margin-right: 0px;
}
.sec-get-knowus .select-custom.bootstrap-select.select-custom { width: 250px !important; }
.location-body { box-sizing: border-box; background: #fff7f5; padding: 24px; border: 1px solid rgba(206, 14, 45, 0.1); border-radius: 8px; margin-top: 16px; margin-left: 208px; }
.optionsMobile.offcanvas.choosetime { min-height: 460px !important; }
.optionsMobile.offcanvas.choosetime button.btn-close { padding: 0px !important; background-image: inherit; opacity: 1; }
.optionsMobile.costSummary { z-index: 99999; }
#item-details-buffet .modal-content { max-height: calc(100vh - 0px) !important; padding-bottom: 0px; }
/* .offcanvas-backdrop.show {
    opacity: .4;
    z-index: 9999;
} */
#offcanvasWithBothOptions { z-index: 99999; }
/* .offcanvas-backdrop{z-index: 9999;}
.offcanvas-backdrop{opacity: 0.4;} */
.cartRightCanva .btn-close { box-shadow: none; }
.location-body .d-flex.flex-column { gap: 24px; }
.location-body .form-check { max-width: 400px; min-height: inherit; }
.delivery-option-group { gap: 83px; }
.sec-modal-body { padding: 24px; padding-top: 32px; }
.line-outer { position: relative; overflow: hidden; border: 0.5px solid rgba(0, 0, 0, 0.09); border-right: 0; border-top: 0; width: 0.5px; }
.sec-modal-body p { font-weight: 400; font-size: 14px; line-height: 16px; color: rgba(0, 0, 0, 0.87); }
.modal-titl { font-style: normal; font-weight: 700; font-size: 16px; line-height: 19px; color: rgba(0, 0, 0, 0.87); margin-bottom: 24px; }
/* .fw-bold {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 8px;
} */

.list-ol { font-weight: 400; font-size: 14px; color: rgba(0, 0, 0, 0.87); list-style: none; }
.list-ol ol { margin-top: 4px; font-weight: 400; font-size: 14px; color: rgba(0, 0, 0, 0.65); list-style-type: disc; list-style-position: inside; padding-left: 7px; }
.list-ol li { line-height: 16.41px; }
.list-ol ol li { position: relative; list-style: none; padding-left: 10px; }
 .list-ol ol li::marker {
 display: none;
}
.list-ol ol li::before { position: absolute; content: ""; width: 3px; height: 3px; background-color: rgba(0, 0, 0, 0.65); border-radius: 50%; left: 0; top: 6px; }
.modal-outer-wrapper .modal-content { box-shadow: none; border-radius: 16px; border: none; }
.modal-outer-wrapper .modal-content .modal-header { border-bottom: 0; box-shadow: inset 0px -0.5px 0px rgba(0, 0, 0, 0.09); }
.modal-outer-wrapper .modal-dialog { max-width: 440px; }
.modal-outer-wrapper.modal-add-new-address .modal-dialog { max-width: 740px; padding: 50px 0px; }
.modal-outer-wrapper .modal-content .close.button-close { padding: 0; background-color: transparent; border: none; width: 18px; height: 18px; position: absolute; right: 27px; top: 20px; z-index: 1; }
.modal-outer-wrapper .modal-content .modal-title { font-weight: 500; font-size: 16px; line-height: 24px; color: rgba(0, 0, 0, 0.87); }
.fw-bold.f-16 { font-size: 16px; line-height: 19px; }
.ic-icon { margin-right: 16px; }
.modal-outer-wrapper.modal-error-message .sec-modal-body { padding-top: 32px; }
.modal-outer-wrapper.modal-radious-24 .modal-content { border-radius: 16px; }
.message-content h3 { font-weight: 500; font-size: 16px; line-height: 24px; color: rgba(0, 0, 0, 0.87); margin-bottom: 8px; }
.message-content p { font-weight: 400; font-size: 16px; line-height: 24px; color: rgba(0, 0, 0, 0.65); }
.footer-modal { padding: 0px 24px; padding-bottom: 24px; }
.btn.button-footer { padding: 7px 16px; background: #ffffff; border: 1px solid rgba(0, 0, 0, 0.26); border-radius: 4px; min-width: 110px; font-size: 16px; color: rgba(0, 0, 0, 0.87); }
.btn.button-footer.btn-radious-40 { border-radius: 40px; }
.btn.button-footer.btn-secondary { background-color: #ce0e2d; color: #fff; border-color: #ce0e2d; margin-left: 8px; }
.show-course-list { padding-top: 16px; }
.show-course-list li { font-weight: 400; font-size: 14px; line-height: 20px; color: rgba(0, 0, 0, 0.65); margin-bottom: 4px; }
.show-course-list li:last-child { margin-bottom: 0px; }
.show-course-list li .fw-medium-text { font-style: normal; font-weight: 500; font-size: 14px; line-height: 20px; color: rgba(0, 0, 0, 0.87); }
.link-blue.link-show:not(.collapsed) { display: none; }
.delivery-address-list-item .d-block { padding: 16px; border: 1px solid transparent; border-radius: 8px; padding-left: 48px !important; }
.delivery-address-list-item [type="radio"]:checked ~ .d-block { border-color: #ce0e2d; }
.delivery-address-list-item:not(:last-child) { margin-bottom: 24px; }
.delivery-address-list-item .menuListSec [type="radio"]:checked + label:before, .delivery-address-list-item  .menuListSec  [type="radio"]:not(:checked)  + label:before { top: 50%; left: 16px; transform: translateY(-50%); }
.delivery-address-list-item .menuListSec [type="radio"]:checked + label:after, .delivery-address-list-item  .menuListSec  [type="radio"]:not(:checked)  + label:after { left: 20px; top: 50%; transform: translateY(-50%); }
.delivery-address-list-item .dl-paragraph { font-style: normal; font-weight: 400; font-size: 16px; line-height: 19px; color: rgba(0, 0, 0, 0.87); margin-bottom: 8px; display: block; }
.delivery-address-list-item .dl-paragraph:last-child { margin-bottom: 0px; }
.delivery-address-list-item .text-light-gray { color: rgba(0, 0, 0, 0.65); }
.delivery-address-list-item .mr-24 { margin-right: 24px; }
.delivery-address-list-item .fw-med { font-weight: 500; }
.checkout-main .menuListSec .form-check.disabled { pointer-events: none; }
.checkout-main .menuListSec .form-check.disabled .form-check-label { color: rgba(0, 0, 0, 0.26); }
.checkout-main .menuListSec .form-check.disabled .form-check-label::before { background-color: rgba(245, 245, 245, 1); }
.card-address-body .gap-40 [class*="col-"] { padding: 0px 12px; }
.card-address-body .gap-40 { margin: 0px -12px; }
.filed-input-group .label-form { color: rgba(0, 0, 0, 0.87); }
.card-checkout .product-discription { max-width: 255px; }
.card-checkout .product-discription h3 { font-size: 14px; font-weight: 500; line-height: 16px; text-align: left; max-width: 220px; color: rgba(0, 0, 0, 0.87); }
.unavailable-dish p { font-size: 12px; font-weight: 400; line-height: 14.06px; text-align: left; color: rgba(0, 0, 0, 0.65); padding: 2px 4px; opacity: 0.5; border: 0.5px solid rgba(0, 0, 0, 0.4); border-radius: 1px; display: inline-flex; }
.item-dish-unavailable .thumb { opacity: 0.5; }
.item-dish-unavailable .product-discription { opacity: 0.5; }
.item-dish-unavailable .courses p { opacity: 0.5; }
/*checkout Mobile */

.top-tabs li a { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 8px 16px; height: 32px; background: #ffffff; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 40px; font-size: 12px; color: rgba(0, 0, 0, 0.87); }
.top-tabs li { margin-right: 8px; }
.top-tabs li a.active { background: #ffe7e3; border: 1px solid rgba(206, 14, 45, 0.1); color: rgba(206, 14, 45, 1); }
.next-arrow { text-align: right; flex: 0 0 auto; }
.next-arrow img { display: block; }
.sec-switch-list-item { position: relative; }
.sec-switch-list-item .form-check-input { width: 48px; margin: 0; height: 28px; box-shadow: none; background-color: rgba(0, 0, 0, 0.09); border: 0; background-image: none; border-radius: 100px; }
.slider-round:before { position: absolute; content: ""; height: 24px; width: 24px; top: 2px; left: 4px; border-radius: 50%; bottom: 4px; background-color: white; box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -webkit-transition: 0.4s; transition: 0.4s; }
input:checked + .slider-round:before { -webkit-transform: translateX(17px); -ms-transform: translateX(17px); transform: translateX(17px); }
.sec-switch-list-item .form-check-input:checked { background-color: #ce0e2d; }
.sec-switch-list-item .form-switch { padding-left: 0px; margin-bottom: 0px; }
.sec-switch-list-item .form-check-label { font-weight: 500; font-size: 16px; line-height: 20px; color: rgba(0, 0, 0, 0.87); }
.sec-switch-list .sec-switch-list-item + .sec-switch-list-item { margin-top: 16px; border-top: 0.5px solid rgba(0, 0, 0, 0.1) !important; padding-top: 16px; padding-bottom: 16px; }
.sec-switch-list .sec-switch-list-item .info-right h3 { line-height: 20px; }
.truncate-text p { font-size: 14px; width: 140px; line-height: 16px; color: rgba(0, 0, 0, 0.65); overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical; }
.thanks-text { font-size: 12px; line-height: 16px; color: rgba(0, 0, 0, 0.65); margin-top: 2px; }
.payment-type-group .type-button .d-md-none { font-weight: 400; font-size: 12px; line-height: 14px; color: rgba(0, 0, 0, 0.4); }
.privacy-policy-area p { font-size: 12px; line-height: 12px; color: rgba(0, 0, 0, 0.87); }
.privacy-policy-area a { color: #0088ff; }
.footer-box-aera { padding: 16px 8px 24px; width: 100%; background: #ffffff; text-align: center; box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12); position: fixed; bottom: 0; left: 0; right: 0; }
.privacy-policy-area { margin-bottom: 40px; }
.footer-head { font-weight: 500; font-size: 14px; line-height: 16px; color: rgba(0, 0, 0, 0.87); margin-bottom: 16px; }
.login-account { margin-top: 16px; }
.login-account a { font-size: 14px; font-weight: 400; color: #0088ff; line-height: 16px; text-align: center; }
.checkout-main .menuListSec [type="radio"]:checked + label, .checkout-main .menuListSec [type="checkbox"]:checked + label { color: #262626; }
.checkout-main.checkout-inner { padding: 24px 0px; }
.title-h2 { font-style: normal; font-weight: 500; font-size: 16px; line-height: 20px; color: rgba(0, 0, 0, 0.87); }
.check-box-white .form-group label:before { background-color: #fff; }
.filed-input-group.px-12 { padding: 0px 12px; }
.disabled-button.fill { background: #e8e8e8; }
.area-add-address { margin-bottom: 12px; }
.btn.btn-primary.btn-add-address { padding: 11px 10px; background: #ffffff; border-radius: 8px; border: 1px solid #fff; color: #0088ff; }
.btn.btn-primary.btn-add-address:hover { background-color: var(--bs-white); }
.btn.btn-primary.btn-add-address img { margin-right: 2px; }
.card.card-address .card-h .me-auto { max-width: 250px; }
.card.card-address { padding: 12px; }
.card-h .me-auto { font-weight: 500; font-size: 16px; line-height: 21px; color: rgba(0, 0, 0, 0.87); }
.edit-link { font-size: 14px; font-weight: 400; line-height: 16px; color: #0088ff; display: block; }
.card-address p { font-size: 14px; font-weight: 400; line-height: 16px; margin-top: 12px; text-decoration: none; color: rgba(0, 0, 0, 0.87); }
.card-address p a { color: rgba(0, 0, 0, 0.87); text-decoration: none; }
.card-address .light-text { color: rgba(0, 0, 0, 0.65); }
.gap-12 { gap: 12px; }
.add-number { font-weight: 500; font-size: 14px; line-height: 16px; text-decoration: none; display: block; color: rgba(0, 0, 0, 0.87); }
.card-address { border: 1px solid transparent; transition: border-color 0.3s ease; }
.card-address.active { border-color: #ce0e2d; }
.offcanvas.my-bottom-sheet .offcanvas-footer.border-top { border-top: 0.5px solid rgba(0, 0, 0, 0.1) !important; }
.list-event li { line-height: 16px; }
.list-event li p { font-size: 14px; font-weight: 400; line-height: 16px; color: rgba(0, 0, 0, 0.87); }
.list-event li { padding-bottom: 16px; margin-bottom: 16px; border-bottom: 0.5px solid rgba(0, 0, 0, 0.1) !important; }
.list-event li:last-child { margin-bottom: 0; }
.px-12 { padding: 0px 12px; }
.card.pd-12 { padding: 12px; }
.card-list-unstyled li p { font-size: 14px; font-weight: 400; line-height: 16px; color: rgba(0, 0, 0, 0.87); }
.card-list-unstyled li { position: relative; }
.card-list-unstyled li p { padding: 16px 0px; }
.card-list-unstyled li + li { border-top: 0.5px solid rgba(0, 0, 0, 0.1) !important; }
.card-list-unstyled li p::before { position: absolute; content: ""; top: 50%; transform: translateY(-50%); right: 0; width: 22px; height: 22px; opacity: 0; background-image: url(../images/ic-check-icon.svg); background-repeat: no-repeat; }
.card-list-unstyled li [type="radio"]:checked ~ p:before { opacity: 1; }
.card.py-32 { padding-top: 32px; padding-bottom: 32px; }
.datepicker.datepicker-inline { max-width: 100%; box-shadow: none; }
.datepicker.datepicker-inline .dow { font-size: 12px; font-weight: 400; line-height: 16px; height: 20px !important; color: rgba(0, 0, 0, 0.54); text-transform: lowercase; }
.datepicker.datepicker-inline td, .datepicker.datepicker-inline th { width: 40px !important; height: 40px !important; }
.datepicker.datepicker-inline td { font-size: 16px; font-weight: 400; line-height: 20px; }
.datepicker.datepicker-inline .old.day { color: rgba(0, 0, 0, 0.26); }
.datepicker.datepicker-inline .datepicker-switch { font-style: normal; font-weight: 500; font-size: 16px; line-height: 20px; text-align: center; color: rgba(0, 0, 0, 0.87); }
.datepicker.datepicker-inline table thead tr:nth-child(2) { border-bottom: 0; }
.datepicker.datepicker-inline table tr td.active:after { width: 40px; height: 40px; background: rgba(255, 77, 0, 0.12); }
.datepicker.datepicker-inline .prev::after, .datepicker.datepicker-inline .next::after { background: url(../images/datepicker-pre.svg) center center no-repeat; }
.back-button { width: 20px; text-align: left; }
.mb-16 { margin-bottom: 16px; }
.timeslot-list { display: flex; flex-wrap: wrap; margin: 0px -6px; }
.timeslot-list li { flex: 0 0 25%; width: 25%; margin-bottom: 12px; position: relative; padding: 0px 6px; display: flex; }
.timeslot-list li input { position: absolute; left: -99px; opacity: 0; }
.datelabel .slotbox { width: 100%; }
.datelabel .slotbox strong { padding: 2px 5px; border: 1px solid rgba(0, 0, 0, 0.09); border-radius: 8px; width: 100%; text-align: center; height: 36px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.datelabel .slotbox small { font-size: 10px; font-weight: 400; line-height: 8px; text-align: center; margin-bottom: 2px; }
.datelabel strong { font-size: 14px; font-weight: 400; line-height: 100%; color: rgba(0, 0, 0, 0.87); }
.datelabel.selected .slotbox strong { background: rgba(255, 77, 0, 0.12); border: 1px solid #ce0e2d; color: rgba(206, 14, 45, 1); }
.datelabel.slot-busy .slotbox strong { background: rgba(255, 77, 0, 0.6); color: #fff; border: 1px solid rgba(0, 0, 0, 0.09); }
.datelabel.disableed .slotbox strong { background: rgba(0, 0, 0, 0.09); color: rgba(0, 0, 0, 0.26); border: 1px solid rgba(0, 0, 0, 0.09); }
.select-custom.bootstrap-select > .dropdown-menu .inner { max-height: 300px !important; overflow: auto !important; }
.payment-type-group .type-button img { width: 28px; min-height: 20px; }
.focus-input-color:focus { border-color: #ce0e2d !important; }
.card-checkout .show-course-list { padding-left: 196px; }
.modal-add-new-address .modal-dialog-scrollable .modal-body { max-height: 100%; }
.px-16 { padding-left: 16px; padding-right: 16px; }
.delivery-information-box.sec-information-box li { padding: 16px 0px; margin: 0; }
.delivery-information-box.sec-information-box li:last-child { padding-bottom: 16px; }
.info-right .select-event-time-widget { font-style: normal; font-weight: 400; font-size: 16px; line-height: 20px; color: rgba(0, 0, 0, 0.26); }
.footer-fix-button { position: fixed; left: 0; right: 0; bottom: 0; padding: 12px; background: #fff; z-index: 1; border-top: 1px solid rgba(0, 0, 0, 0.1); }
.offcanvas.offcanvas-start.offcanvas-animation-right { top: auto; bottom: 0; max-height: 420px; border: 0; width: 100%; }
.datepicker .prev { visibility: visible !important; }
.datepicker .prev.disabled { opacity: 0.5; cursor: not-allowed; pointer-events: none; }
.payment-type .dropdown-divider { border-top: 0.5px solid rgba(0, 0, 0, 0.1) !important; }
.item-remove-bx img { display: block; }
.card-note-to-us .input-box textarea.form-control { height: 148px; resize: none; border-color: #fff; padding: 16px 12px; }
.card-note-to-us .input-box textarea.form-control:focus { border: 1px solid rgba(0, 0, 0, 0.54); }
.btn-edit { border: 1px solid rgba(0, 0, 0, 0.09); border-radius: 8px; padding: 0px 12px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 500; height: 32px; color: #0088ff; }
.gap-8 { gap: 8px; }
.tooltip-inner { background-color: #262626; border-radius: 10px; padding: 10px; text-align: left; font-size: 12px; line-height: 18px; }
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before { border-top-color: #262626; }
.order-tips { padding: 16px; gap: 8px; background: #fffaed; border-radius: 8px; margin-top: 24px; }
.order-tips p { font-size: 14px; font-weight: 400; line-height: 16px; color: rgba(0, 0, 0, 0.65); }
.order-tips .infoic { flex: 0 0 auto; width: 16px; }
.ic img { display: block; }
.teardown-time { font-size: 12px; font-weight: 400; line-height: 16px; color: rgba(0, 0, 0, 0.54); margin-top: 4px; display: block; margin-left: 30px; }
.corporate-Order { gap: 48px; }
.add-Backup-contact { margin-top: 16px; }
.btn-add-backup { font-size: 14px; font-weight: 400; line-height: 16px; color: #0088ff; }
.checkout-main .gutters-wrapper .address-checkbox.menuListSec { width: 120px; flex: 0 0 auto; }
.checkout-main  .gutters-wrapper  .address-checkbox.menuListSec  [type="checkbox"]:checked  + label:before, .checkout-main  .gutters-wrapper  .address-checkbox.menuListSec  [type="checkbox"]:not(:checked)  + label:before { width: 16px; height: 16px; }
.checkout-main  .gutters-wrapper  .address-checkbox.menuListSec  .form-group  input[type="checkbox"]:checked  + label:after { top: 1px; left: 6px; }
.checkout-main .gutters-wrapper .address-checkbox.menuListSec label { font-size: 14px; }
.button-box label b { background-color: #f5f5f5; font-size: 12px; display: block; padding: 4px 10px; border: 1px solid transparent; border-radius: 30px; min-width: 56px; text-align: center; }
.button-box label input:checked ~ b { background-color: rgba(255, 231, 227, 1); color: #ce0e2d; border-color: rgba(206, 14, 45, 0.1); }
.b-box-main { gap: 24px; }
.card-additional .input-box textarea.form-control { height: 144px; border-color: #fff; }
.info-right.text-nologin h3 { color: rgba(0, 0, 0, 0.26); font-weight: normal; }
.checkout-main  .gutters-wrapper  .address-checkbox.edit-landed-house.menuListSec  .form-group  input[type="checkbox"]:checked  + label:after { top: 9px; left: 3px; }
.details-info { font-weight: 400; font-size: 12px; line-height: 16px; margin-top: 8px; color: rgba(0, 0, 0, 0.65); }
.details-info .icon { flex: 0 0 auto; width: 16px; margin-right: 4px; }
.details-info .icon svg { display: block; }
.details-info .link-details { color: rgba(0, 136, 255, 1); }
.list-event li .ms-auto img { display: block; width: 12px; height: 12px; }
.info-toltip img { display: block; }
.list-price-original ol li { line-height: 24px; color: rgba(0, 0, 0, 0.87); }
.list-price-original ol li .price-original { color: rgba(0, 0, 0, 0.65); }
.list-ol.list-price-original li::before { top: 9px; }
.modal-outer-wrapper.modal-one .modal-content { min-height: 296px; }
.info-right.checkout-info-right .font-text-light { margin-right: 12px; }
.ellipsis-text { overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical; }
.last-minute-tip { border-radius: 8px; background: rgba(255, 250, 237, 1); padding: 12px; margin-top: 16px; }
.last-minute-tip .infoic { flex: 0 0 auto; width: 16px; margin-right: 8px; }
.last-minute-tip p { font-weight: 400; font-size: 12px; line-height: 16px; letter-spacing: 0px; color: rgba(0, 0, 0, 0.65); }
.list-event.mb-40 { margin-bottom: 40px; }
.timeslot-box-ttl { font-weight: 500; font-size: 16px; line-height: 20px; margin-bottom: 16px; }
.timeslot-box { padding-bottom: 20px; }
.checkout-main .eventTime .dropdown-menu { overflow: inherit; }
.card-header-multiple { padding-bottom: 16px; border-bottom: 0.5px solid rgba(0, 0, 0, 0.1) !important; margin-bottom: 16px; }
.self-collection .info-right h3 { line-height: 20px; }
.self-collection .info-right h3 a { line-height: 20px; color: rgba(0, 0, 0, 0.87); text-decoration: none; }
.checkout-main.mt-54 { margin-top: -54px; }
 @media (max-width: 1199px) {
.checkout-left { margin-right: 0; }
.checkout-right { flex: 0 0 100%; max-width: 100%; }
}
 @media (max-width: 767px) {
.checkout-main { background-color: #fff7f5; padding: 12px 0px; padding-bottom: 148px; }
.checkout-main .menuListSec,  .sec-modal-body .menuListSec { background: transparent; padding: 0; }
.delivery-option-item .menuListSec [type="radio"]:checked + label,  .delivery-option-item .menuListSec [type="radio"]:not(:checked) + label { padding-left: 24px; }
.delivery-option-item .menuListSec [type="radio"]:checked + label:before,  .delivery-option-item  .menuListSec  [type="radio"]:not(:checked)  + label:before { left: 0; right: auto; }
.delivery-option-item .menuListSec [type="radio"]:checked + label:after,  .delivery-option-item  .menuListSec  [type="radio"]:not(:checked)  + label:after { left: 6px; right: 2px; }
.location-body { margin-left: 0px; }
.delivery-option-item { margin-bottom: 20px; }
.checkout-right { flex: 0 0 100%; max-width: 100%; }
.filed-half .input-box { width: 100%; }
.additional-box { padding: 0; margin-top: 10px; }
.gap-24 { gap: 15px; }
.product-price-box { padding: 15px 0; }
.show-course-list { padding-left: 0; }
.location-body { padding: 15px; }
.checkout-main .menuListSec [type="checkbox"]:checked + label,  .checkout-main .menuListSec [type="checkbox"]:not(:checked) + label,  .sec-modal-body .menuListSec [type="checkbox"]:checked + label,  .sec-modal-body .menuListSec [type="checkbox"]:not(:checked) + label { display: block; color: rgba(0, 0, 0, 0.87); }
.checkout-main .menuListSec [type="checkbox"]:checked + label:before,  .checkout-main .menuListSec [type="checkbox"]:not(:checked) + label:before,  .sec-modal-body .menuListSec [type="checkbox"]:checked + label:before,  .sec-modal-body .menuListSec [type="checkbox"]:not(:checked) + label:before { margin-right: 8px; }
.checkout-main  .menuListSec  .form-group  input[type="checkbox"]:checked  + label:after,  .sec-modal-body  .menuListSec  .form-group  input[type="checkbox"]:checked  + label:after { left: 7px; right: auto; }
.sec-postal-code { width: 100%; }
.delivery-address-list-item .menuListSec [type="radio"]:checked + label:after,  .delivery-address-list-item  .menuListSec  [type="radio"]:not(:checked)  + label:after { left: 22px; }
.gap-62 .address-checkbox { margin-right: 0; }
.gap-62 .address-checkbox:not(:last-child) { margin-bottom: 18px; }
.gap-40 [class*="col-"] { width: 100%; }
.sec-modal-body { padding: 12px; }
.modal-global .sec-modal-body { padding: 20px; padding-bottom: 24px; }
.modal-global .message-content h3 { font-weight: 500; font-size: 16px; line-height: 20px; text-align: center; color: rgba(0, 0, 0, 0.87); margin-bottom: 16px; }
.modal-global .footer-modal { padding: 0px; background: #ffffff; min-height: 48px; border: 0.5px solid rgba(0, 0, 0, 0.09); border-left: 0; border-right: 0; border-bottom: 0; }
.modal-global .btn.button-footer { flex: 1; margin: 0px; background: transparent; border: 0; font-size: 16px; line-height: 20px; padding: 14px 16px; color: rgba(0, 0, 0, 0.87); }
.modal-global .btn.button-footer.btn-secondary { color: rgba(206, 14, 45, 1); }
.footer-modal { padding-bottom: 12px; }
.card-select-payment-method .card-header-top { margin-bottom: 4px; }
.card-select-payment-method .card-titl { font-weight: 500; font-size: 18px; line-height: 28px; }
.payment-type-group { row-gap: 0; }
.payment-type-group .type-button { height: 56px; border-radius: 0; border: none !important; padding: 0px !important; font-size: 14px !important; line-height: 16px !important; color: rgba(0, 0, 0, 0.87); gap: 6px; }
.payment-type-group .btn-check:checked + .type-button { border: none !important; }
.payment-type-group [type="radio"]:checked + label:before,  .payment-type-group [type="radio"]:not(:checked) + label:before { width: 16px; height: 16px; right: 0px; }
.payment-type-group [type="radio"]:checked + label:after,  .payment-type-group [type="radio"]:not(:checked) + label:after { right: 4px; }
.card.card-summary.sec-payment-box { padding-bottom: 0px; }
.payment-type-group .type-button img { width: 24px; margin-right: 10px; }
.payment-type-group [type="radio"]:checked + label:before { border: 1px solid #ce0e2d; }
.card-payment-detail-box .card-titl { font-weight: 500; font-size: 18px; line-height: 28px; }
.order-summary-list ul li { font-style: normal; font-weight: 400; font-size: 12px; line-height: 16px; margin-bottom: 12px; color: rgba(0, 0, 0, 0.87); }
.order-summary-list ul li .price-text { font-weight: 500; font-size: 14px; line-height: 16px; color: rgba(0, 0, 0, 0.87); }
.order-summary-list ul li img { vertical-align: -2px; }
.order-summary-list ul li:last-child { margin-bottom: 0px; }
.total-area-box { display: none !important; }
.card.card-payment-detail-box { padding-bottom: 16px; }
.unavailable-dish { margin-top: 4px; }
.unavailable-dish p { font-size: 10px; font-weight: 400; line-height: 12px; }
.datepicker table tr td.active.active,  .datepicker table tr td.active.disabled,  .datepicker table tr td.active.disabled.active,  .datepicker table tr td.active.disabled.disabled,  .datepicker table tr td.active.disabled:active,  .datepicker table tr td.active.disabled:hover,  .datepicker table tr td.active.disabled:hover.active,  .datepicker table tr td.active.disabled:hover.disabled,  .datepicker table tr td.active.disabled:hover:active,  .datepicker table tr td.active.disabled:hover:hover,  .datepicker table tr td.active.disabled:hover[disabled],  .datepicker table tr td.active.disabled[disabled],  .datepicker table tr td.active:active,  .datepicker table tr td.active:hover,  .datepicker table tr td.active:hover.active,  .datepicker table tr td.active:hover.disabled,  .datepicker table tr td.active:hover:active,  .datepicker table tr td.active:hover:hover,  .datepicker table tr td.active:hover[disabled],  .datepicker table tr td.active[disabled] { font-size: 20px; }
.select-custom.bootstrap-select > .dropdown-toggle { border: 1px solid #fff; padding: 12px 16px 12px 12px; min-height: 48px; color: rgba(0, 0, 0, 0.26); }
.select-custom.bootstrap-select > .dropdown-menu .inner { max-height: 300px !important; overflow: auto !important; }
.checkout-main.checkout-inner { padding: 24px 0px 50px 0px; }
.privacy-policy-area { padding: 0px 12px; }
.btn-edit { font-size: 12px; height: 24px; border-radius: 4px; padding: 0px 8px; }
.order-tips { margin-top: 0; margin-bottom: 16px; border: 1px solid #f69113; padding: 12px 16px; }
.order-tips p { font-size: 12px; font-weight: 400; line-height: 16px; color: rgba(0, 0, 0, 0.87); }
.delivery-instructions ul { margin-top: 8px !important; }
.delivery-instructions ul li { font-size: 12px; line-height: 16px; color: rgba(0, 0, 0, 0.65); }
.delivery-instructions ul li b { font-weight: bold; color: rgba(0, 0, 0, 0.87); }
.order-summary-list ul li { pointer-events: auto; }
.fw-bold.f-16 { font-size: 16px; line-height: 19px; color: rgba(0, 0, 0, 0.87); }
.list-price-original ol li { line-height: 28px; font-size: 14px; font-weight: bold; }
.list-price-original ol li .price-original { font-weight: 400; }
.list-ol.list-price-original li::before { top: 11px; }
.offcanvas-header button img { width: 100%; }
}
/* checkout page css end */

/* About page css start */
.main { margin-top: 88px; }
.banner-inner { background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative; min-height: inherit; background-color: #fff; }
.banner-top img { width: 100%; display: block; min-height: 560px; object-fit: cover; object-position: top; }
.banner-wrapper { position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: flex; align-items: center; }
.banner-box { width: 600px; max-width: 100%; background: #ffffff; padding: 64px; padding-bottom: 108px; margin-left: auto; }
.banner-title { font-family: "Pathway Gothic One", sans-serif; font-weight: 400; font-size: 100px; line-height: 115px; color: #ffffff; text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.7); }
.logo-banner { margin-bottom: 24px; }
.logo-banner img { display: block; }
.banner-text { height: 100%; display: flex; align-items: end; }
.banner-box p { font-weight: 400; font-size: 18px; line-height: 24px; color: rgba(0, 0, 0, 0.87); }
.block-header { margin-bottom: 64px; }
.block-title { font-style: normal; font-weight: 500; font-size: 72px; line-height: 84px; color: var(--primary-color); }
.block-header p { font-weight: 400; font-size: 16px; line-height: 24px; color: rgba(0, 0, 0, 0.65); margin-top: 24px; }
.sec-freshly-prepared-wrapper.bg-white { padding-bottom: 255px; }
.sec-freshly-prepared { background-color: var(--primary-color); padding-top: 80px; }
.our-services { padding: 140px 0px; }
.WhyCaterDashSec.our-services .imageBox { margin-top: 0px; }
.cardImg { width: 540px; overflow: hidden; }
.cardImg img { display: block; width: 100%; height: 380px; border-radius: 16px; object-fit: cover; }
.pdl-60 { padding-left: 60px; }
.pdr-60 { padding-right: 60px; }
.pdl20 { padding-left: 20px; }
.mr4 { margin-right: 4px; }
.m-t2 { margin-top: -3px; }
.card-content p { font-style: normal; font-weight: 400; font-size: 16px; line-height: 24px; margin-top: 24px; }
.sec-freshly-prepared .card-content p { font-size: 18px; line-height: 21px; }
.sec-menu-customization .card-content p { color: rgba(0, 0, 0, 0.87); }
.cardImg.img-mb-80 { position: relative; margin-bottom: -110px; }
.sec-food-safety .logobox { padding: 0px 55px; }
.sec-menu-customization { padding-top: 60px; }
.sec-menu-customization-wrapper { padding-bottom: 240px; }
.sec-food-safety { padding: 160px 0px; }
.card-content { padding-bottom: 30px; }
.sec-menu-customization .block-title { line-height: 80px; }
.se-gallery-main.bg-white { padding-bottom: 200px; }
.sec-grid { column-count: 6; column-gap: 11px; column-fill: initial; margin-bottom: -16px; }
.grid-item { margin-bottom: 16px; }
.grid-item img { display: block; width: 100%; border-radius: 8px; object-fit: cover; height: 100%; }
.grid-item:hover { filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3)); }
.grid-item { width: 186px; height: 140px; overflow: hidden; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.grid-item.large-box { height: 218px; }
.banner-text-wrapper .container { max-width: 1600px; }
.banner-text-wrapper { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; display: flex; align-items: center; padding: 0px 15px; }
.font-18 { font-size: 18px; }
.grid-wrapper { display: flex; width: 100%; justify-content: center; }
.sec-every-Occasion .cardImg { width: 560px; }
body .lb-data .lb-number { display: none !important; }
.lightbox .lb-image { border: 0; border-radius: 0; }
.lb-data .lb-close { background-size: cover; width: 40px; height: 40px; opacity: 1; }
.lightbox { top: 50% !important; transform: translateY(-50%); position: fixed !important; }
.lightbox { display: flex; flex-direction: column; }
.lightbox .lb-dataContainer { order: -1; position: relative; }
.lightbox .lb-dataContainer .lb-close { position: absolute; right: -64px; }
.lb-outerContainer { border-radius: 0px; }
.lightboxOverlay { background: rgba(0, 0, 0, 0.65); }
 @media (max-width: 1680px) {
.banner-text-wrapper .container { max-width: 1200px; }
}
 @media (max-width: 1440px) {
.se-gallery-main.bg-white { padding-bottom: 160px; }
}
 @media (max-width: 1199px) {
.block-title { font-size: 50px; line-height: 65px; }
.sec-menu-customization .block-title { line-height: 65px; }
.cardImg.img-mb-80 { margin-bottom: 0; }
.our-services { padding: 50px 0px; }
.sec-freshly-prepared { padding: 30px 0px; }
.sec-freshly-prepared-wrapper.bg-white { padding-bottom: 50px; }
.sec-menu-customization { padding: 30px 0px; }
.sec-menu-customization-wrapper { padding-bottom: 50px; }
.sec-food-safety { padding: 50px 0px; }
.se-gallery-main.bg-white { padding-bottom: 50px; }
.cardImg { width: 420px; overflow: hidden; }
.banner-box { padding: 30px; width: 450px; }
.banner-title { font-size: 60px; line-height: 65px; }
.sec-grid { column-count: 4; }
.sec-every-Occasion .cardImg { width: 100%; }
}
 @media (max-width: 991px) {
.cardImg { width: 100%; }
.pdl-60 { padding-left: 0; }
.pdr-60 { padding-right: 0; }
.sec-every-Occasion [class*="col"]:not(:last-child) { margin-bottom: 30px; }
.sec-grid { column-count: 3; }
}
 @media (max-width: 767px) {
.banner-top img { min-height: 100px; height: 180px; }
.banner-text-wrapper { position: static; padding: 0px 0px; }
.banner-title { font-style: normal; font-weight: 400; font-size: 32px; line-height: 37px; margin: 24px 0px; }
.main { margin-top: 0px; }
.banner-text { height: auto; display: block; text-align: center; }
.banner-top { margin-bottom: -180px; }
.banner-inner .container { padding: 0px 12px; }
.main .container { padding: 0px 12px; }
.banner-box { width: 351px; margin: 0 auto; padding: 16px; box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12); }
.logo-banner { margin-bottom: 16px; }
.logo-banner img { width: 129.65px; }
.banner-box p { font-weight: 400; font-size: 14px; line-height: 20px; color: rgba(0, 0, 0, 0.65); }
.our-services.WhyCaterDashSec { padding-top: 48px; padding-bottom: 32px; }
.our-services.WhyCaterDashSec .sectionIn h4 { color: rgba(0, 0, 0, 0.65); }
.block-header { margin-bottom: 16px; }
.block-title { font-size: 22px; line-height: 26px; }
.cardImg img { height: 248px; }
.card-content p { font-weight: 400; font-size: 14px; line-height: 20px; margin-top: 0px; }
.sec-freshly-prepared .card-content p { font-size: 14px; line-height: 20px; }
.sec-menu-customization .card-content p { color: rgba(0, 0, 0, 0.65); }
.card-content { padding-bottom: 24px; }
.cardImg.img-mb-80 { margin-bottom: -66px; }
.sec-freshly-prepared-wrapper.bg-white { padding-bottom: 138px; }
.sec-menu-customization .block-title { font-size: 22px; line-height: 26px; }
.sec-menu-customization { padding: 32px 0px; padding-bottom: 0; }
.sec-menu-customization-wrapper { padding-bottom: 126px; }
.block-header p { color: rgba(0, 0, 0, 0.65); font-size: 14px; line-height: 20px; }
.sec-every-Occasion [class*="col"] { padding: 0px 7px; margin-top: 8px; }
.sec-every-Occasion .row { margin: 0px -7px; }
.sec-every-Occasion [class*="col"] .cardImg img { width: 166px; height: 122px; }
.sec-every-Occasion [class*="col"]:not(:last-child) { margin-bottom: 0px; }
.sec-food-safety { padding: 60px 0px; }
.sec-food-safety .logobox { padding: 0px 13px; }
.sec-grid { column-count: inherit; column-gap: 11px; display: grid; grid-template-columns: auto auto; align-content: start; }
.grid-item,  .grid-item.large-box { width: auto; height: auto; }
.grid-item img { height: 140px; }
.se-gallery-main.bg-white { padding-bottom: 60px; }
.lightbox { display: block; }
.lightbox .lb-dataContainer { position: static; text-align: center; padding-top: 24px; }
.lightbox .lb-dataContainer .lb-close { position: static; margin: 0 auto; float: none; }
.sec-about-page .container { padding: 0px 14px; }
.sec-about-page .sec-about-banner .container { padding: 0px 12px; }
}
/* About page css end */

/* My order page css start*/
.sec-my-orders { padding: 80px 0px 120px 0px; }
.sec-my-orders .container { max-width: 800px; }
.page-title .page-heading { font-weight: 700; font-size: 18px; line-height: 28px; color: rgba(0, 0, 0, 0.87); margin-bottom: 40px; }
.prodname-title { margin-right: 16px; }
.order-date-time p { color: rgba(0, 0, 0, 0.87); font-size: 14px; font-weight: 400; line-height: 16px; text-align: left; }
.order-status p { line-height: 18px; }
.order-status span { margin-left: 16px; }
.text-light-gray { color: rgba(0, 0, 0, 0.65) !important; }
.status-deliver { color: #ff4d00; }
.text-orange { color: #ff4d00 !important; }
.status-cancelled, .status-completed, .status-payment-failed { color: rgba(0, 0, 0, 0.65); }
.card-my-order { margin-bottom: 24px; }
.card-my-order .product-list-item { margin-top: 0px; }
.card-my-order .product-list-item + .product-list-item { margin-top: 24px; }
.prodname-title p { font-weight: 500; font-size: 16px; line-height: 20px; color: rgba(0, 0, 0, 0.87); }
.order-price-area { font-weight: 400; font-size: 14px; margin-top: 8px; color: rgba(0, 0, 0, 0.65); }
.order-price-area .price-main { font-size: 18px; line-height: 21px; }
.order-price-area .price-pax { font-size: 14px; line-height: 16px; color: #ce0e2d; margin-right: 8px; }
.card-foot-box [class*="btn"] { min-width: 140px; margin-left: 16px; }
.btn.btn-primary.btn-white { background-color: #fff; border-color: #000; border: 1px solid rgba(0, 0, 0, 0.26); color: rgba(0, 0, 0, 0.87); font-weight: 400; }
.btn.btn-primary.disabled { background: #fafafa; height: auto; display: inline-block; border: 1px solid rgba(0, 0, 0, 0.09); color: rgba(0, 0, 0, 0.26); }
.btn.btn-primary.btn-white:hover { background: rgba(0, 0, 0, 0.04); border: 1px solid rgba(0, 0, 0, 0.26); }
.btn.btn-primary.btn-outlines { border: 1px solid #ce0e2d; background-color: #fff; color: #ce0e2d; }
.btn.btn-primary.btn-outlines:hover { border: 1px solid #ce0e2d; background-color: #fff7f5; color: #ce0e2d; }
.btn.btn-primary.btn-outlines:focus { border: 1px solid #b50c27; background-color: #b50c27; color: #fff; }
.btn.btn-primary.btn-outlines.btn-outlines-fill { background-color: #ce0e2d; color: #fff; }
.btn.btn-primary.btn-outlines.btn-outlines-fill:hover { border: 1px solid #b50c27; background-color: #b50c27; color: #fff; }
.order-total-price.text-end { margin-bottom: 16px; }
.order-total-price.text-end p { font-weight: 400; font-size: 14px; line-height: 16px; color: rgba(0, 0, 0, 0.65); }
.order-total-price.text-end span { font-weight: 500; font-size: 20px; line-height: 32px; text-align: right; color: #000000; }
.card-foot-sec { border-top: 1px solid rgba(0, 0, 0, 0.1); padding-top: 16px; }
.modal-icon { flex: 0 0 24px; max-width: 24px; min-width: 24px; margin-right: 16px; }
.message-content .modal-paragraph { max-width: 314px; }
/* Mobile element css */
.price-box-mobile .text-sm { font-style: normal; font-weight: 400; font-size: 12px; line-height: 16px; color: rgba(0, 0, 0, 0.65); }
.dropdown-reason { max-width: 428px; }
.dropdown-radious .select-custom.bootstrap-select > .dropdown-toggle { border-radius: 40px; padding-left: 25px; padding-right: 25px; }
.dropdown-radious  .bootstrap-select  .dropdown-toggle  .filter-option-inner-inner { overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; }
.dropdown-radious  .bootstrap-select.show-tick  .dropdown-menu  .selected  span.check-mark { display: none; }
.head-label { font-style: normal; font-weight: 500; font-size: 16px; line-height: 20px; color: rgba(0, 0, 0, 87); }
.sub-titl.info-text { margin-top: 8px; color: rgba(0, 0, 0, 0.87); }
.row-list-details .label-form { flex: 0 0 180px; max-width: 180px; margin-right: 8px; }
.row-list-details .input-box { width: 240px; }
.card-my-order .text-light-gray { color: rgba(0, 0, 0, 0.87); }
.multiple-change-order .card-my-order .text-light-gray { color: rgba(0, 0, 0, 0.65); }
 @media (max-width: 767px) {
.sec-my-orders { padding: 16px 0px; padding-bottom: 28px; }
.page-title .page-heading { margin-bottom: 16px; }
.sec-my-orders .page-title .page-heading { font-weight: 500; font-size: 16px; line-height: 20px; color: rgba(0, 0, 0, 0.87); }
.pd-24 { padding: 12px; }
.card-white { border-radius: 8px; }
.order-date-time p { font-size: 12px; line-height: 14px; font-weight: 500; }
.prodname-title p { font-size: 14px; font-weight: 400; line-height: 16px; text-align: left; }
.order-status p { font-size: 14px; line-height: 16px; font-weight: 400; text-align: right; }
.card-header-top { margin-bottom: 16px; }
.thumb img { width: 100px; height: 54px; min-width: 100px; }
.product-discription h3 { font-weight: 400; font-size: 14px; line-height: 16px; color: rgba(0, 0, 0, 0.65); overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; }
.courses { display: none; }
.product-discription { width: 100%; }
.order-price-area .price-pax { font-size: 12px; color: rgba(0, 0, 0, 0.65); }
.order-price-area { font-size: 12px; color: rgba(0, 0, 0, 0.65); margin-top: auto; }
.order-price-area .price-main { font-size: 12px; color: rgba(0, 0, 0, 0.65); }
.card-foot-box { margin-top: 16px; }
.card-foot-box [class*="btn"] { padding: 5px 12px; min-width: 100px; font-size: 14px; line-height: 16px; margin-left: 12px; padding-top: 6px; }
.product-pax { position: absolute; right: 0; bottom: 0; }
.product-pax p { font-weight: 400; font-size: 12px; line-height: 16px; }
.product-pax .fw-bold { font-weight: 400 !important; font-size: 12px; color: rgba(0, 0, 0, 0.65); line-height: 16px; }
.order-total-price.text-end p { font-weight: 400; font-size: 12px; line-height: 14px; color: rgba(0, 0, 0, 0.87); }
.order-total-price.text-end span { font-weight: 500; font-size: 16px; line-height: 19px; color: rgba(0, 0, 0, 0.87); }
.card-foot-sec { padding-top: 12px; }
.order-total-price.text-end { margin-bottom: 12px; }
.card-foot-sec { padding-top: 0; border-top: 0; }
.card-foot-sec .btn.btn-primary { min-width: 100px; }
.card-foot-sec .btn.btn-primary { min-width: 100px; font-size: 14px; margin-left: 12px; padding: 0px 12px; height: 28px; display: flex; align-items: center; justify-content: center; }
.card-my-order { margin-bottom: 12px; }
.main .sec-my-orders .container { padding: 0px 12px; }
.order-status span { margin-left: 5px; }
}
/* My order page css end*/

/* Order Details page css start */

.card-alert { padding: 8px 16px; background: #ffffff; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05); border-radius: 8px; margin-bottom: 24px; }
.sec-order-details .page-title .page-heading { margin-bottom: 32px; }
.alert-danger { border: 1px solid #ee2c4a; }
.ic-status img { width: 16px; flex: 0 0 16px; min-width: 16px; display: block; margin-right: 8px; }
.card-alert .alert-heading { font-style: normal; font-weight: 400; font-size: 14px; line-height: 20px; color: #222222; }
.card-alert p { font-style: normal; font-weight: 400; font-size: 12px; line-height: 16px; color: #929292; }
.alert-warning { background-color: #fff8e4; border: 1px solid #f69113; padding: 16px; }
.card-alert ul li { font-weight: 400; font-size: 14px; line-height: 16px; position: relative; color: #222222; }
.card-alert ul li:not(:last-child) { margin-bottom: 12px; }
.sec-top-head .container { max-width: 1600px; }
.sec-top-head { margin-bottom: 30px; padding: 0px 15px; }
/* .sec-breadcrumb .breadcrumb-item a {font-size: 14px;}
.sec-breadcrumb .breadcrumb{ margin-bottom: 0px;}
.sec-breadcrumb .breadcrumb-item.active{ font-size: 14px;}

.sec-breadcrumb .breadcrumb-item+.breadcrumb-item::after {
    background: url(../images/breadcrumb-arrow.svg) center center no-repeat;
}
.sec-breadcrumb .breadcrumb-item {padding-left: 24px !important;} */

.sec-order-details { padding: 34px 0px 216px 0px; }
.sec-order-details.sec-refund-request { padding-bottom: 140px; }
.order-details-wrapper .container { max-width: 800px; }
.delivery-information-box li { margin-bottom: 24px; }
.delivery-information-box li .d-block { line-height: 16px; }
.delivery-information-box li .d-block + .d-block { margin-top: 8px; }
.i-icon { width: 22px; height: 22px; min-width: 22px; margin-right: 8px; }
.info-right h3 { font-weight: 500; font-size: 16px; line-height: 17px; color: rgba(0, 0, 0, 0.87); margin-bottom: 7px; }
.info-right p { font-weight: 400; font-size: 16px; line-height: 19px; color: rgba(0, 0, 0, 0.87); }
.info-right p:not(:last-child) { margin-bottom: 7px; }
.info-right .font-text-light { font-weight: 400; font-size: 14px; line-height: 16px; margin-right: 16px; text-decoration: none; color: rgba(0, 0, 0, 0.65); }
.info-right .font-text-light a { color: rgba(0, 0, 0, 0.65); text-decoration: none; }
.mtt-1 { margin-top: 7px; }
.card-info-details .card-header-top { margin-bottom: 16px; }
.list-order-summary li { font-style: normal; font-weight: 400; font-size: 16px; line-height: 19px; color: #000000; margin-bottom: 16px; }
.list-order-summary li:last-child { margin-bottom: 0px; }
.list-order-summary li small { display: block; font-weight: 400; font-size: 12px; line-height: 14px; color: rgba(0, 0, 0, 0.65); max-width: 153px; margin-top: 8px; }
.list-order-summary li b { font-style: normal; font-weight: 700; font-size: 20px; line-height: 23px; color: #000000; }
.list-order-summary.saprater-top { padding-top: 24px; display: inline-block; width: 100%; }
.card-info-details .divider { margin-top: 24px; color: inherit; border: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); }
.card-order-status .status-title { font-style: normal; font-weight: 500; font-size: 18px; line-height: 28px; align-items: center; }
.card-order-status .dis-text { font-weight: 400; font-size: 14px; line-height: 16px; color: rgba(0, 0, 0, 0.65); }
.order-completed { color: #30b566; }
.order-deliver { color: #ff4d00; }
.order-cancelled { color: rgba(0, 0, 0, 0.87); }
.payment-failed { color: #ee2c4a; }
.card-company-name .title-company-name { font-weight: 500; font-size: 16px; line-height: 20px; color: rgba(0, 0, 0, 0.87); margin-bottom: 8px; }
.card-company-name p { font-weight: 400; font-size: 12px; line-height: 16px; color: rgba(0, 0, 0, 0.65); }
.card-company-name p + p { margin-top: 4px; }
.order-details-info-box .row { margin: 0px -12px; }
.order-details-info-box .col-md-6 { padding: 0px 12px; }
.sec-footer-area { position: fixed; padding: 16px 12px; background-color: #fff; box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06); left: 0; right: 0; bottom: 0; z-index: 1; }
.sec-footer-area .ic-button-box { padding: 0px 4px; width: 50%; }
.sec-footer-area .btn-primary { font-size: 16px; background-color: #fff !important; padding: 9px 20px; min-width: 50px; width: 100%; max-width: 100%; }
.sec-footer-area .btn-primary.btn-contact-us { color: rgba(0, 0, 0, 0.87); border: 1px solid rgba(0, 0, 0, 0.26); }
.sec-footer-area .btn-primary.btn-reorder { color: #ce0e2d; }
.sec-top-head { padding: 0px; }
.round-8 { border-radius: 8px; }
.paragraph-65 { color: rgba(0, 0, 0, 0.65) !important; }
.paragraph-87 { color: rgba(0, 0, 0, 0.87) !important; }
.text-bs-black { color: #000000; }
.star-mark { color: rgba(206, 14, 45, 1); }
.i-icon.i-icon-24 { width: 24px; height: 24px; min-width: 24px; }
/* .sec-breadcrumb .breadcrumb-item a{font-weight: 500;font-size: 12px;line-height: 16px;}
.sec-breadcrumb .breadcrumb-item a{ color: #CE0E2D;}
.sec-breadcrumb .breadcrumb-item.active {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
} */

.para-text-sheet { color: rgba(0, 0, 0, 0.87); font-size: 14px; line-height: 16.41px; }
.offcanvas.my-bottom-sheet .offcanvas-footer { padding: 8px; }
.para-mobile a { color: rgba(0, 0, 0, 0.54); }
 @media (max-width: 1680px) {
.sec-top-head .container { max-width: 1200px; }
}
 @media (max-width: 1500px) {
.sec-top-head .container { max-width: 1200px; }
}
 @media (max-width: 767px) {
.card-info-details { padding: 0px; height: auto !important; background-color: transparent; }
.sec-top-head { margin-bottom: 16px; }
.show-content .show-course-list { max-height: inherit; }
.show-content .link-view-more { display: none; }
.link-view-more { font-style: normal; font-weight: 400; font-size: 12px; line-height: 16px; color: #0088ff; margin-bottom: 12px; display: block; margin-top: 8px; }
.sec-order-details { padding: 12px 0px; }
.sec-order-details.bottom-button { padding-bottom: 84px; }
.sec-order-details.sec-refund-request { padding-bottom: 60px; }
/* ******************* */
.alert-warning { padding: 12px 16px; margin-bottom: 12px; }
.card-alert p { color: #222222; }
.card-alert ul li:not(:last-child) { display: none; }
.card-alert ul li { font-size: 12px; padding-left: 0px; line-height: 16px; color: #222222; }
.card-alert ul li::before { display: none; }
.delivery-information-box li { margin-bottom: 16px; }
.delivery-information-box li:last-child { margin-bottom: 0px; }
.delivery-information-box li { padding-bottom: 16px; border-bottom: 0.5px solid rgba(0, 0, 0, 0.1) !important; }
.delivery-information-box li:last-child { border-bottom: 0px !important; padding-bottom: 0px; }
.card-white { margin-bottom: 12px; }
.info-right h3 { margin-bottom: 8px; }
.info-right p { font-weight: 400; font-size: 16px; line-height: 19px; color: rgba(0, 0, 0, 0.87); max-width: 297px; }
.card-company-mobile .info-right h3 { line-height: 20px; }
.card-company-mobile .info-right .font-text-light { font-size: 14px; line-height: 16px; }
.info-right p:not(:last-child) { margin-bottom: 7px; }
.summary-card .card-titl { font-size: 18px; line-height: 28px; font-weight: 500; }
.summary-card .thumb { margin-right: 8px; }
.summary-card .product-discription h3 { font-size: 14px; font-weight: 500; line-height: 16px; max-width: 100%; color: rgba(0, 0, 0, 0.87); }
.summary-card .price-box-mobile .price-sm { font-weight: 500; font-size: 12px; line-height: 16px; color: rgba(0, 0, 0, 0.87); }
.summary-card .show-course { display: block; max-height: 55px; transition: max-height 0.15s ease-out; overflow: hidden; height: auto; }
.summary-card .list-order-summary li b { font-weight: 500; font-size: 14px; line-height: 16px; color: rgba(0, 0, 0, 0.87); }
.summary-card .list-order-summary li { margin-bottom: 12px; }
.summary-card .list-order-summary li:last-child { margin-bottom: 0px; }
.courses p { font-size: 12px; font-weight: 400; line-height: 16px; margin-top: 3px; color: rgba(0, 0, 0, 0.65); }
.price-box-mobile .price-sm .per-pax { font-weight: normal; }
.price-box-mobile { margin-top: 3px; }
.product-price-box p { font-weight: 400; font-size: 12px; line-height: 16px; color: rgba(0, 0, 0, 0.65); }
.product-price-box { padding: 0px 2px 0px 8px; }
.price-box-mobile .parpax-sm.text-sm { font-style: normal; font-weight: 400; font-size: 12px; line-height: 16px; color: rgba(0, 0, 0, 0.65); }
.show-course.show { max-height: 800px; transition: max-height 0.25s ease-in; }
.show-course-list li { margin-bottom: 8px;  /* updated from 0px to 8px - 04-06-25 */ /* padding-bottom: 0px; */
font-weight: 400; font-size: 12px; line-height: 16px; }
.show-course-list li { font-size: 12px; line-height: 16px; color: rgba(0, 0, 0, 0.65); }
.show-course-list li .fw-medium-text { font-weight: 500; font-size: 12px; line-height: 16px; color: rgba(0, 0, 0, 0.87); }
.show-course-list li:last-child { padding-bottom: 0; }
.link-show.link-blue { font-style: normal; font-weight: 400; font-size: 12px; line-height: 16px; padding: 0px; display: block; }
.link-show.link-blue[aria-expanded="true"] { display: none; }
.show-course-list { padding-top: 8px; }
.summary-card .list-order-summary li { font-style: normal; font-weight: 400; font-size: 12px; line-height: 16px; color: rgba(0, 0, 0, 0.87); }
.list-order-summary.saprater-top { padding-top: 16px; }
.list-order-summary.saprater-top li { color: rgba(0, 0, 0, 0.65); }
.list-order-summary li img { vertical-align: -2px; margin-left: 4px; }
.card-header-top .delivery-information-box li { margin-top: 4px; padding-bottom: 16px; border-bottom: 0.5px solid rgba(0, 0, 0, 0.1) !important; }
.card-white.card-xl { padding: 17px 12px; }
.card.card-white.card-mob-sm { padding: 17px 12px; }
.card-titl { font-weight: 500; font-size: 16px; line-height: 20px; color: rgba(0, 0, 0, 0.87); }
.card-titl img { margin-left: 4px; }
.sub-titl.info-text { display: none; }
.cancellation-list .type-button { font-style: normal; font-weight: 400; font-size: 16px; line-height: 20px; margin: 18px 0px; color: rgba(0, 0, 0, 0.87); }
.card-white.card-xl .ms-auto img { display: block; }
.head-label.refund-amount { color: rgba(0, 0, 0, 0.87); font-style: normal; font-weight: 400; font-size: 12px; line-height: 16px; color: rgba(0, 0, 0, 0.87); }
.head-label { font-style: normal; font-weight: 400; font-size: 12px; line-height: 16px; color: rgba(0, 0, 0, 0.87); }
.head-label { font-style: normal; font-weight: 500; font-size: 16px; line-height: 20px; color: #000000; }
.head-label.refund-amount { color: rgba(0, 0, 0, 0.87); }
.card-white.card-ref { margin-bottom: 29px; }
.card.card-bank-details-mobile { padding: 0px 12px; }
.row-list-details .label-form { flex: 0 0 140px; max-width: 140px; margin-right: 12px; font-style: normal; font-weight: 400; font-size: 14px; line-height: 16px; color: rgba(0, 0, 0, 0.87); }
.row-list-details.mb-40 { margin-bottom: 0px; }
.row-list-details { padding: 4px 0px; }
.row-list-details .input-box .form-control { padding-right: 25px; font-weight: 400; font-size: 14px; line-height: 16px; border: 1px solid transparent; border-radius: 0; }
.row-list-details .input-box { width: auto; flex-grow: 1 !important; }
.row-list-details:not(:last-child) { border-bottom: 0.5px solid rgba(0, 0, 0, 0.1) !important; }
.button-submit { padding: 8px 12px; height: 60px; background: #ffffff; border-top: 1px solid rgba(0, 0, 0, 0.1); position: fixed; bottom: 0; left: 0; right: 0; width: 100%; margin: 0; }
.button-submit .btn.btn-primary { width: 100%; }
.button-submit .btn.btn-primary.disabled { background: #e8e8e8; border-color: #e8e8e8; color: rgb(0 0 0 / 26%); }
.gutters-wrapper { background-color: #fff; padding: 0px 12px; border-radius: 8px; }
.gutters-wrapper .gutters-row .clear-icon { right: 0px; }
.gutters-wrapper .gutters-row { padding: 4px 0px; }
.gutters-wrapper .gutters-row:not(:last-child) { border-bottom: 0.5px solid rgba(0, 0, 0, 0.1) !important; }
.gutters-row .label-form { flex: 0 0 100px; max-width: 100px; margin-right: 5px; font-style: normal; font-weight: 400; font-size: 14px; line-height: 16px; color: rgba(0, 0, 0, 0.87); }
.gutters-row .form-control { padding-right: 25px; font-weight: 400; font-size: 14px; line-height: 16px; border: 1px solid transparent; border-radius: 0; }
.gutters-row .form-control:focus { border-color: transparent; }
.card-white.card-xl.mb-29 { margin-bottom: 29px; }
.page-foot { padding: 8px 12px; height: 60px; background: #ffffff; border-top: 1px solid rgba(0, 0, 0, 0.1); }
.optionsMobile .form-group label:before { margin-right: 0px; }
.optionsMobile ul { padding: 0px 12px; overflow-y: auto; padding-bottom: 16px; margin-bottom: 16px; }
.offcanvas-body.custom-offcanvas-body { padding: 16px 12px 0px 12px; }
.rules-text { font-style: normal; font-weight: 400; font-size: 14px; line-height: 16px; color: rgba(0, 0, 0, 0.87); }
.product-list .list-order-summary { margin-top: 16px; }
.order-details-info-box .card-titl { font-size: 18px; line-height: 28px; font-weight: 500; }
.list-order-summary li { font-style: normal; font-weight: 400; font-size: 12px; line-height: 16px; color: rgba(0, 0, 0, 0.87); }
.list-order-summary li { margin-bottom: 12px; }
.list-order-summary li .fw-bold-mobile { font-weight: 500; font-size: 14px; line-height: 16px; color: rgba(0, 0, 0, 0.87); }
.list-order-summary li:last-child { margin-bottom: 0px; }
.card-info-details .divider { display: none; }
.box-single { margin-bottom: 12px; padding: 16px; border-radius: 8px; background: #fff; }
.box-single .list-order-summary.saprater-top:first-child { padding-top: 0; }
.list-order-summary-item.mb-margin { margin-bottom: 0px; }
.padding-12 { padding: 16px; }
.offcanvas.my-bottom-sheet { min-height: 460px !important; padding-bottom: 12px; }
.offcanvas.my-bottom-sheet.h-530 { min-height: 560px !important; padding-bottom: 12px; }
.my-bottom-sheet .form-group { display: block; padding: 14px 0px; }
.refund-policy-process { background: #fff; border-radius: 8px; padding: 16px; margin-bottom: 60px; }
}
/* Order Details page css end */

/* Paynow page css start */
.sec-pay-now { padding: 0px 0px 116px 0px; }
#timer { display: flex; justify-content: center; gap: 10px; font-weight: 700; font-size: 38px; line-height: 45px; text-align: center; color: rgba(0, 0, 0, 0.87); margin-bottom: 24px; }
.time-block { display: flex; align-items: center; }
.heading-h1 { font-style: normal; font-weight: 500; font-size: 28px; line-height: 33px; text-align: center; color: #ff4d00; margin-bottom: 24px; }
.text-description { font-size: 14px; line-height: 20px; text-align: center; color: rgba(0, 0, 0, 0.87); }
.count-downbox { min-height: 274px; }
.card-Payment-complete-status { padding: 40px 40px 100px 40px; }
.card.card-qr-code { padding-bottom: 40px; }
.card-head { width: 500px; max-width: 100%; margin: 0 auto; margin-bottom: 40px; }
.logoarea { font-weight: 500; font-size: 18px; line-height: 21px; text-align: center; color: rgba(0, 0, 0, 0.87); }
.logoarea img { width: 32px; margin-right: 12px; }
.pay-amount p { font-weight: 700; font-size: 18px; line-height: 21px; color: rgba(0, 0, 0, 0.87); }
.qr-wrapper { width: 250px; margin: 0 auto; max-width: 100%; }
.qrCode { margin-bottom: 32px; }
.qrCode img { width: 100%; display: block; }
.link-check-status { font-style: normal; font-weight: 400; font-size: 16px; line-height: 19px; text-align: center; color: rgb(0 0 0 / 87%); }
.link-check-status a { color: #0088ff; }
.text-expired { font-style: normal; font-weight: 400; font-size: 14px; line-height: 16px; color: rgb(0 0 0 / 87%); margin-top: 8px; }
.paynow-wrapper { max-width: 800px; margin: 0 auto; }
.paynow-blog-text h2 { font-weight: 700; font-size: 20px; line-height: 23px; margin-bottom: 24px; color: rgba(0, 0, 0, 0.87); }
.paynow-blog-text p { font-weight: 400; font-size: 14px; line-height: 20px; color: rgba(0, 0, 0, 0.87); }
.paynow-blog-text p:not(:last-child) { margin-bottom: 12px; }
.paynow-blog-text.mt-64 { margin-top: 64px; }
.btn.btn-primary.save-qr-code { padding: 5px 10px; min-width: 120px; border: 1px solid #ce0e2d; border-radius: 40px; background: #fff; color: #ce0e2d; font-weight: 400; font-size: 14px; line-height: 16px; display: inline-block; }
.icon-check img { display: block; }
.icon-check { display: flex; align-items: center; justify-content: center; margin-bottom: 8px; }
.tost-custom .toast { background: rgba(0, 0, 0, 0.65); width: max-content; border-radius: 8px; color: #fff; box-shadow: none; }
.tost-custom .toast .toast-body { padding: 20px 12px; min-width: 144px; }
.tost-custom .toast .toast-body p { font-weight: 400; font-size: 14px; line-height: 16px; text-align: center; }
.loader-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; z-index: 9999; }
.loader-box { padding: 5px; width: 120px; display: flex; align-items: center; justify-content: center; height: 120px; background: #ffffff; box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12); border-radius: 4px; }
.spinner { width: 40px; padding: 6px; aspect-ratio: 1; border-radius: 50%; background: #ce0e2d;  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
-webkit-mask: var(--_m); mask: var(--_m); -webkit-mask-composite: source-out; mask-composite: subtract; animation: l3 1s infinite linear; }
 @keyframes l3 {  to {
 transform: rotate(1turn);
}
}
 @media (max-width: 767px) {
.sec-pay-now { padding: 12px 0px; padding-bottom: 40px; }
.count-downbox { min-height: 144px; }
.heading-h1 { font-weight: 500; font-size: 16px; line-height: 19px; text-align: center; color: #ff4d00; margin-bottom: 16px; }
#timer { font-style: normal; font-weight: 700; font-size: 24px; line-height: 28px; text-align: center; color: rgba(0, 0, 0, 0.87); margin-bottom: 16px; }
.text-description { font-weight: 400; font-size: 12px; line-height: 14px; text-align: center; color: rgba(0, 0, 0, 0.87); }
.card-Payment-complete-status { padding: 16px; }
.card-qr-code.card-pay-now.card-Payment-complete-status { padding: 24px 16px; }
.card-head { margin-bottom: 24px; }
.logoarea img { width: 24px; margin-right: 8px; }
.logoarea { font-weight: 500; font-size: 14px; line-height: 16px; text-align: center; color: rgba(0, 0, 0, 0.87); }
.pay-amount p { font-weight: 700; font-size: 16px; line-height: 19px; color: rgba(0, 0, 0, 0.87); }
.qr-wrapper { width: 100%; }
.qrCode { padding-bottom: 24px; margin-bottom: 24px; border-bottom: 0.5px solid rgba(0, 0, 0, 0.1); }
.qrCode .btn-primary { margin-top: 24px; }
.link-check-status { font-size: 14px; line-height: 16px; text-align: center; color: rgba(0, 0, 0, 0.87); }
.text-expired { font-weight: 400; font-size: 12px; line-height: 14px; text-align: center; color: rgba(0, 0, 0, 0.87); margin-top: 12px; }
.card-pay-now { border-radius: 8px; }
.qrimg { max-width: 200px; margin: 0 auto; }
.paynow-blog-text h2 { font-size: 16px; font-weight: 700; line-height: 18.75px; margin-bottom: 16px; }
.paynow-blog-text p { font-size: 12px; font-weight: 400; line-height: 16px; }
.paynow-blog-text p:not(:last-child) { margin-bottom: 8px; }
.paynow-blog-text.mt-64 { margin-top: 32px; }
.loader-box { width: 60px; height: 60px; }
.spinner { width: 30px; height: 30px; padding: 4px; }
.headerSec.header-white { background-color: #fff; /* updates-5-6-25 */
display: flex; align-items: center; justify-content: center; max-width: 100%; }
.headerSec.header-white.stickyscroll { box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12); }
.headerSec .navbar { width: -webkit-fill-available; }
.sec-payment-main .card-payment-status .btn.btn-primary { margin-top: 24px; }
}
/* Paynow page css end */

/* Network error page css start */

.sec-page-empty { height: calc(100vh - 88px); display: flex; flex-direction: column; justify-content: center; background-color: #fff; min-height: 300px; }
.icon-network { text-align: center; margin-bottom: 16px; display: flex; align-items: center; justify-content: center; }
.icon-network img { display: block; }
.box-neterror p { font-weight: 400; font-size: 16px; line-height: 20px; text-align: center; color: rgba(0, 0, 0, 0.4); margin-bottom: 24px; }
.btn.btn-primary.btn-retry { min-width: 92px; border-radius: 2px; background: #fff; color: #ce0e2d; font-size: 14px; font-weight: 400; line-height: 16px; text-align: center; padding: 9px 10px; }
 @media (max-width: 767px) {
.icon-network img { display: block; width: 36px; }
.box-neterror p { max-width: 264px; font-style: normal; font-weight: 400; font-size: 14px; line-height: 16px; text-align: center; margin: 0 auto; margin-bottom: 24px; }
.sec-page-empty { height: calc(100vh - 54px); }
}
/* Network error page css end */

/*************faq css start*************/

.sec-faq-main .container { max-width: 960px; padding: 0; }
.sec-faq-main { background: #fff; padding: 120px 0 239px; position: relative; z-index: 1; }
.sec-faq-main .left-accordion { width: 200px; margin-right: 60px; }
.sec-faq-main .right-accordion { width: calc(100% - 260px); }
.sec-faq-main .left-accordion ul li button { margin-bottom: 16px; border: none; width: 100%; padding: 12px; font-size: 18px; font-weight: 500; line-height: 28px; text-align: left; color: rgb(0 0 0 / 87%) !important; border-radius: 8px; }
.sec-faq-main .left-accordion ul { padding: 0; margin: 0; border: none; }
.sec-faq-main .left-accordion ul li button.active { background: #fff7f5; color: #ce0e2d !important; }
.sec-faq-main .left-accordion ul li button:hover { background: #f5f5f5; color: rgb(0 0 0 / 87%) !important; }
.sec-faq-main .accordion-item { font-size: 18px; font-weight: 500; line-height: 28px; text-align: left; border: none; color: rgb(0 0 0 / 87%); margin: 0 !important; }
.sec-faq-main .accordion-item button.accordion-button { font-size: 18px; font-weight: 500; line-height: 28px; text-align: left; padding: 16px 12px; border-bottom: 0px solid transparent; background: transparent; border-radius: 0px; color: rgba(0, 0, 0, 87%); box-shadow: 0px 1px 0px rgb(0 0 0 / 10%); outline: none !important; }
.sec-faq-main .accordion-item button.accordion-button[aria-expanded="true"] { border-color: transparent; box-shadow: none; }
.sec-faq-main .accordion-item .accordion-body { padding: 12px; }
.sec-faq-main .accordion-item .accordion-body p { font-size: 16px; font-weight: 400; line-height: 24px; text-align: left; margin-bottom: 24px; color: rgb(0 0 0 / 65%); }
.sec-faq-main .accordion-item button.accordion-button:after { width: 12px; height: 8px; background-image: url(../images/faq-down-arrow.svg); background-repeat: no-repeat; background-size: cover; }
.sec-faq-main .accordion-item button.accordion-button:hover { background: #f5f5f5; box-shadow: 0px 1px 0px rgb(0 0 0 / 10%), 0px -1px 0px rgb(0 0 0 / 10%); }
.sec-faq-main .breadcrumb { margin-bottom: 16px; }
.sec-faq-main .heading-faq h2 { font-size: 20px; font-weight: 500; line-height: 32px; text-align: left; color: rgba(0, 0, 0, 0.87); margin-bottom: 24px; }
.sec-faq-main.sec-faq-question-details .heading-faq h2 { line-height: 23px; }
.card-faq-detail p { font-size: 14px; line-height: 20px; margin-bottom: 24px; color: rgba(0, 0, 0, 0.65); }
 @media (max-width: 1500px) {
.sec-faq-main { padding: 120px 0 207px; }
}
 @media (max-width: 991px) {
.sec-faq-main .container { padding: 0px 12px; }
.sec-faq-main .tab-content > .tab-pane { display: block; opacity: 1; }
.tab-content.accordion .accordion-header { display: block !important; }
.sec-faq-main { padding: 32px 0 107px; }
.sec-faq-main .left-accordion { width: 100%; }
.sec-faq-main .right-accordion { width: 100%; }
.sec-faq-main .right-accordion button.accordion-button { padding: 16px 0; background: transparent; font-size: 16px; font-weight: 400; line-height: 20px; text-align: left; color: rgb(0 0 0 / 87%); box-shadow: 0px 1px 0px rgb(0 0 0 / 10%); }
.sec-faq-main .right-accordion button.accordion-button:after { width: 10px; height: 6px; background-image: url(../images/faq-down-arrow-mobile.svg); background-repeat: no-repeat; background-size: cover; }
.sec-faq-main .accordion-body .listing-according ul li a { padding: 16px 0; display: block; font-size: 14px; font-weight: 400; line-height: 16px; text-align: left; color: rgb(0 0 0 / 65%); box-shadow: 0px 1px 0px rgb(0 0 0 / 10%); }
.sec-faq-main .accordion-body .listing-according ul { padding-left: 12px; }
}
/**************faq css end**********/

/* payment status page css start */
.sec-payment-main { padding-bottom: 65px; }
.sec-payment-main .container { max-width: 1600px; }
.card-payment-status { padding: 64px 25px 45px 25px; min-height: 295px; }
.card-container-wrapper { padding: 32px 12px 72px; }
.sec-heading { font-weight: 500; font-size: 28px; line-height: 33px; color: #000000; margin-bottom: 16px; }
.icon-status { margin-bottom: 16px; }
.icon-status img { width: 64px; height: 64px; display: block; margin: 0 auto; }
.card-status-content { width: 800px; max-width: 100%; margin: 0 auto; }
.card-status-content p { font-weight: 400; font-size: 16px; line-height: 19px; text-align: left; color: rgba(0, 0, 0, 0.65); }
.card-status-content b { font-weight: 500; color: rgba(0, 0, 0, 0.87); text-decoration: none; }
.text-link-info { color: #0088ff; }
.card-container { width: 800px; max-width: 100%; margin: 0 auto; }
.card-container-wrapper .page-title .page-heading { margin-bottom: 16px; font-weight: 500; font-size: 20px; line-height: 23px; }
.card-payment .card-foot-sec .btn.btn-contact-us { border: 1px solid #ce0e2d; color: #ce0e2d; }
.card-payment .card-foot-sec .btn.btn-contact-us:hover { color: #fff; }
.link-blue.px-px { padding: 0px 8px; }
.cm-icon { margin-right: 8px; }
.card-my-order .prod-single + .prod-single { margin-top: 24px; padding-top: 40px; border-top: 1px solid rgba(0, 0, 0, 0.1); }
.text-light-black { color: rgba(0, 0, 0, 0.87); }
 @media (max-width: 1680px) {
.sec-payment-main .container { max-width: 1200px; }
}
 @media (max-width: 767px) {
.sec-payment-main { padding: 12px 0px 12px; }
.card-payment-status { padding: 24px; border-radius: 8px !important; min-height: inherit; }
.card-status-content p { font-size: 14px; line-height: 16px; text-align: center; color: rgba(0, 0, 0, 0.54); margin-bottom: 24px; }
.sec-heading { font-size: 22px; font-weight: 500; line-height: 25.78px; text-align: center; color: rgba(0, 0, 0, 0.87); margin-bottom: 8px; }
.icon-status img { width: 48px; height: 48px; }
.icon-status { margin-bottom: 8px; }
.card-status-content { width: 300px; }
.card-payment-status .btn.btn-primary { padding: 9px 16px; border-radius: 40px; flex: none; min-width: 140px; margin: 0px 6px; font-size: 14px; line-height: 16px; text-align: center; }
.card-payment-status .btn.btn-primary:hover { background-color: #ce0e2d; color: #fff; }
.card-container-wrapper { background: transparent; padding: 0; }
.card-container-wrapper .card-info-details { border: 0px; }
.card-company-name { padding: 12px; }
.thankSection .buttonBox .btn { min-height: 36px; }
}
/* payment status page css end */

/* successfull page start */

.thankSection .container { max-width: 1600px; }
.thankSection .sectionIn { background: #fff; min-height: calc(100vh - 88px); }
.thankSection .contentBox { padding-top: 120px; padding-bottom: 125px; max-width: 600px; margin: 0 auto; text-align: center; }
.iocnbx img { display: block; width: 64px; height: 64px; }
.iocnbx { display: flex; align-items: center; justify-content: center; }
.thankSection .contentBox span { display: inline-block; }
.thankSection .contentBox h3 { margin: 16px 0px; }
.thankSection .contentBox p { color: rgba(0, 0, 0, 0.65); font-size: 16px; line-height: 18.75px; }
.thankSection .contentBox p a { font-weight: 500; color: rgba(0, 0, 0, 0.87); }
.thankSection .buttonBox { margin-top: 24px; justify-content: center; gap: 19px; display: flex; }
.thankSection .createAccount { margin-top: 88px; }
.thankSection .buttonBox .btn { max-width: 200px; width: 100%; display: flex; justify-content: center; align-items: center; }
.thankSection .form-control { height: 40px; background: rgba(0, 0, 0, 0.09); border: 1px solid rgba(0, 0, 0, 0.09); border-radius: 8px; padding: 10px 12px; max-width: 320px; width: 100%; margin: 24px auto; margin-bottom: 32px; font-size: 14px; line-height: 20px; font-weight: 400; color: rgba(0, 0, 0, 0.54); }
.thankSection .form-control:focus { outline: none; box-shadow: none; }
.backBtn { border: 1px solid #ce0e2d; background: #fff; color: #ce0e2d; }
/* right side cart menu */
.cartRightCanva.offcanvas.offcanvas-end { max-width: 500px; width: 100%; padding-right: 0px; }
.cartRightCanva .offcanvas-header { box-shadow: -1px 0px 0px 1px rgba(0, 0, 0, 0.1); position: relative; padding: 16px 24px; }
.cartRightCanva .offcanvas-body { padding: 24px 20px 24px 24px; }
.cartRightCanva.offcanvas.offcanvas-end .offcanvas-body { margin-right: 4px; }
 .cartRightCanva .offcanvas-body::-webkit-scrollbar {
 width: 4px;
}
 .cartRightCanva .offcanvas-body::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
 background-color: rgba(0, 0, 0, 0.4);
 margin-right: 0px;
}
.cartRightCanva .btn-close { right: auto; left: 24px; top: 50%; margin-top: -12px; background-image: none; opacity: 1; }
/* .cartRightCanva .MenuDetailCard {
    padding-bottom: 24px;margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
} */
.MenuDetailCard .inputOuter input { box-shadow: none; }
.DeliveryTimeCart { display: flex; justify-content: space-between; align-items: center; line-height: 16px; margin-bottom: 16px; }
.DeliveryTimeCart h6 { font-size: 12px; line-height: 14px; font-weight: 400; color: rgba(0, 0, 0, 0.65); display: flex; align-items: center; }
.cartMainBox.disableBox .DeliveryTimeCart h6 { opacity: 0.5; }
.DeliveryTimeCart h6 span { margin-right: 4px; display: flex; }
.DeliveryTimeCart a { transition: all 0.3s; display: flex; }
/* .DeliveryTimeCart a:hover svg path{stroke:var(--primary-color) ;transition: all 0.3s;} */
.timeUmavailable { display: flex; align-items: center; column-gap: 16px; }
/* .disableBox {
    opacity: 0.5;
    pointer-events: none;
} */

.disableBox .MenuDetailCard { opacity: 0.5; }
.timeUmavailable span { font-size: 12px; line-height: 14px; font-weight: 400; color: rgba(0, 0, 0, 0.65); border: 0.5px solid rgba(0, 0, 0, 0.4); border-radius: 1px; padding: 2px 4px; display: inline-block; }
.cartRightCanva .block-view-more { display: flex; }
.cartRightCanva .cartoffBtn { width: 100%; height: 66px; display: flex; align-items: center; }
.cartRightCanva .cartoffBtn a { display: flex; width: 16px; height: 16px; }
.cartRightCanva .offcanvas-title { text-align: center; width: 100%; font-size: 16px; line-height: 24px; color: #000; font-weight: 500; }
.cartRightCanva .cardBody { margin-bottom: 12px; }
.cartRightCanva .cardImage { max-width: 120px; width: 100%; margin-right: 12px; height: 66px; }
.cartRightCanva .cardContent h3 { font-size: 16px; line-height: 20px; margin: 0px 0px 4px 0px; font-weight: 500; text-transform: capitalize; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; color: #000; }
.cartRightCanva .cardContent p { font-size: 14px; font-weight: 400; margin-bottom: 4px; line-height: 16px; }
.cartRightCanva .cardContent p .red-text { font-size: 16px; line-height: 20px; font-weight: 500; margin-right: 8px; color: var(--primary-color); align-items: baseline; }
.cartRightCanva .cardContent small { font-size: 12px; line-height: 16px; font-weight: 400; }
.cartRightCanva .contentBox { margin-bottom: 16px; }
.cartRightCanva .contentBox p { font-size: 14px; line-height: 16px; font-weight: 400; margin-bottom: 8px; color: rgba(0, 0, 0, 0.65); }
.cartRightCanva .contentBox p strong { font-weight: 500; color: rgba(0, 0, 0, 0.87); }
.cartRightCanva .number-spinner { max-width: 120px; position: relative; width: 100%; box-shadow: 0 0 0px 1px #ce0e2d; border-radius: 40px; }
.cartRightCanva .inputOuter { flex-direction: row-reverse; }
.cartRightCanva .inputOuter input { border: none; padding: 0px; text-align: center; font-size: 16px; line-height: 20px; font-weight: 500; min-width: 18px; width: 100%; height: 32px; color: rgb(0 0 0 / 87%); }
.cartRightCanva .cartAmount { margin-bottom: 16px; }
.cartRightCanva .inputSet small { display: flex; font-size: 12px; line-height: 16px; font-weight: 400; color: rgba(0, 0, 0, 0.56); flex-grow: 1; max-width: 24px; width: 100%; }
.cartRightCanva .inputSet { display: flex; justify-content: center; align-items: center; flex-wrap: nowrap; padding: 0px 30px 0px 32px; }
.cartRightCanva .icon-minus.disableBtn { pointer-events: none; }
.cartRightCanva .icon-minus.disableBtn svg path { fill: rgba(0, 0, 0, 0.26); }
/* .cartRightCanva .icon-plus {right:4px;}
.cartRightCanva .icon-minus {left:4px;} */
.cartRightCanva .cartTotal { font-size: 18px; line-height: 28px; }
.cartRightCanva .cartTotal small { font-size: 14px; line-height: 16px; }
.timeUmavailable.mobileScreen { display: none; }
.cartRightCanva hr { border-top: 0.5px solid rgba(0, 0, 0, 0.1); opacity: 1; margin: 24px 0px; }
.cartRightCanva .apply-reset .applyBtn { width: 100%; }
.cartRightCanva .cartAmount h4 { font-size: 16px; line-height: 18px; font-weight: 500; }
.cartRightCanva .spinner-box { height: 32px; max-width: 140px; }
/* .cartRightCanva .number-spinner .icon-minus a,
.cartRightCanva .number-spinner .icon-plus a{display: block;padding:0px 0px;} */
.cartDevTime { margin-top: 8px; }
.devtime, .Wgst { font-size: 14px; line-height: 16px; font-weight: 400; color: rgba(0, 0, 0, 0.65); }
.cartRightCanva .cartAmountBox { padding: 0px; border-top: 0px inset rgba(0, 0, 0, 0.1); }
.cartRightCanva .orderSubtotal { border-top: 1px inset rgba(0, 0, 0, 0.1); padding-top: 16px; margin: 0px; }
.cartRightCanva .total-subtotal { padding: 24px; border-top: 1px inset rgba(0, 0, 0, 0.1); }
.cartRightCanva .cartAmountBox .cartTotal { font-size: 20px; }
.cartRightCanva .cartAmountBox .apply-reset button { height: 48px; align-items: center; }
/* empty cart css */

.emptyCart .offcanvas-body { padding: 24px; padding-bottom: 24px; display: flex; justify-content: center; align-items: center; }
.emptyCart .emptyIn { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; }
.emptyCart .emptyIn .imageBox { max-width: 90px; width: 100%; margin: 0 auto; display: flex; }
.emptyCart .emptyIn h4 { margin: 32px 0px 18px 0px; font-weight: 400; color: rgba(0, 0, 0, 0.87); line-height: 24px; }
.emptyCart .contentBox { text-align: center; margin: 0px; }
.emptyCart .emptyIn .contentBox p { font-size: 12px; line-height: 14px; color: rgba(0, 0, 0, 0.45); margin: 0px; }
.cartRightCanva.emptyCart .offcanvas-body { margin-right: 0 !important; padding: 16px !important; }
/***************css login and modal pages start****************/

.account-section { height: 100vh; min-height: 600px; }
.card-account { background-color: #fff; border-radius: 16px; padding: 56px 24px 24px; width: 440px; position: relative; min-height: 400px; }
.card-account h2 { font-size: 24px; font-weight: 500; line-height: 36px; text-align: center; margin-bottom: 8px; color: rgb(0 0 0 / 87%); }
.card-account .account-head p { font-size: 14px; font-weight: 400; line-height: 16px; color: rgb(0 0 0 / 65%); margin: 0; }
.card-account .account-head { margin-bottom: 32px; }
.card-account input { border: 1px solid #00000017; padding: 10px 12px; width: 100%; border-radius: 8px; font-family: "Roboto", sans-serif; font-size: 14px; font-weight: 400; line-height: 20px; }
.card-account input:focus { outline: none; box-shadow: none; }
.card-account input::placeholder {
 color: rgb(0 0 0 / 26%);
}
.card-account .account-body .btn { width: 100%; height: 48px; display: flex; align-items: center; justify-content: center; }
.btn.disabled { background: rgb(0 0 0 / 9%); border-color: rgb(0 0 0 / 9%); height: 48px; display: block; color: rgb(0 0 0 / 26%); }
.card-account .account-body .input-form-group { margin-bottom: 40px; position: relative; }
.card-account .account-body p { margin: 32px auto; font-size: 14px; font-weight: 400; line-height: 16px; text-align: center; color: rgb(0 0 0 / 65%); }
.card-account ul.social-sec li { margin-top: 18px; }
.card-account ul.social-sec li a { font-size: 14px; font-weight: 400; line-height: 16px; color: rgb(0 0 0 / 65%); border: 1px solid rgb(0 0 0 / 10%); border-radius: 40px; padding: 10px; }
.card-account ul.social-sec li a span { margin-left: 8px; display: block; }
.card-account ul.social-sec li a img { width: 28px; height: 28px; object-fit: contain; display: block; }
/**************new apgae *****************/

.timerInterval { font-style: normal; font-weight: 400; font-size: 14px; line-height: 16px; color: rgba(0, 0, 0, 0.65); text-align: center; }
.timerInterval a { color: rgba(0, 136, 255, 1); }
.timer-seconds { color: #ce0e2d; }
.btn.btn-primary.btn-outlines.btn-no-fill:focus { border-color: #ce0e2d; background-color: #fff7f5; color: #ce0e2d; }
.back-btn { position: absolute; top: 24px; left: 24px; cursor: pointer; }
.card-account .account-head p a { color: #ce0e2d; }
#toggle-password { position: absolute; width: 22px; right: 12px; top: 15px; cursor: pointer; }
.link-box a { margin-bottom: 40px; text-align: right; font-size: 14px; font-weight: 400; line-height: 16.41px; color: #0088ff; display: block; }
.btn.btn-border { margin-top: 16px; border: 1px solid #ce0e2d; padding: 0px 16px; border-radius: 40px; color: #ce0e2d; }
.btn.btn-border:hover { background: #ce0e2d; color: #fff; }
/****************/

.account-content.forgot-pw-bottom .account-head { margin-bottom: 24px; }
.account-content.forgot-pw-bottom .account-body p { text-align: left; margin: 0 0 112px; }
/*******otp********/

.otp-box { gap: 25px; }
.otp-box input { border-radius: 8px; text-align: center; width: 44px; height: 44px; padding: 5px; font-size: 20px; color: rgba(0, 0, 0, 0.65); font-weight: 500; }
.otp-box input:focus { border-color: rgba(0, 0, 0, 0.54); }
.mt-152 { margin-top: 152px; }
/************new page forgot pw***********/

.button-group { gap: 16px; grid-template-columns: repeat(2, 1fr); }
.button-group .btn { min-width: auto; }
/***********************modal button css************/

.all-account-modal { margin-top: 145px; }
/**********modal box css*****************/

.modal-account-box .modal-dialog { max-width: 440px; }
.modal-account-box .modal-content { border: none; }
.modal-button-close { opacity: 1; background-image: none; z-index: 1; right: 27px; top: 27px; width: 24px; height: auto; }
.modal-button-close img { display: block; }
.primary-text { color: var(--primary-color); }
.modal-button-close:focus { box-shadow: none; }
/********error*******/

.error-massage input[type="email"] { border: 1px solid #ee2c4a; }
.error-massage span { font-size: 14px; font-weight: 500; line-height: 16px; display: block; color: var(--error-color); margin-top: 2px; }
/******new css 17-oct-2024*****/

.account-content .toggle-password-container { height: 48px; }
.card-account ul.social-sec li .mx-auto { width: 186px; }
.text-dis-box { padding: 0px 12px; }
.text-dis-box li { font-weight: 400; position: relative; padding-left: 10px; font-size: 14px; line-height: 16px; color: rgba(0, 0, 0, 0.65); }
.text-dis-box li + li { margin-top: 12px; }
.text-dis-box li::before { position: absolute; content: ""; width: 3px; height: 3px; background-color: rgba(0, 0, 0, 0.65); border-radius: 50%; left: 0; top: 6px; }
 @media only screen and (max-width: 640px) {
.modal-content { border: none !important; }
.card-account { width: 100%; min-height: 100svh; border-radius: 0; background: rgb(249 249 249 / 94%); }
.modal-account-box .modal-dialog { max-width: 100%; }
.card-account .account-body .mobile-top-68 { margin-top: 68px; }
}
 @media (max-width: 767px) {
/**acoount pages*********/
.account-section { height: 100vh; margin: -54px 0 0; min-height: inherit; }
.account-section .card-account { background: #fff !important; }
.account-section .card-account { max-width: 440px; height: auto; min-height: auto; }
.otp-box input { width: 42px; height: 42px; border-radius: 4px; }
.otp-box { gap: 15px; justify-content: center; }
.card-account .account-body p { margin: 40px auto 32px auto; }
.card-account { padding-top: 80px; }
.modal-account-box .modal-dialog { max-width: 440px; margin: 0; }
.mt-152 { margin-top: 80px; }
.card-account ul.social-sec li a { padding: 7px; }
.modal-button-close { width: 20px; }
.modal-button-close img { width: 20px; height: 20px; }
.back-btn { width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; }
.back-btn svg { width: 20px; height: auto; }
}
/***************css login and modal pages end****************/

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

.contact-us-section { padding-top: 208px; padding-bottom: 157px; }
.contact-us-section h2 { font-size: 32px; font-weight: 500; line-height: 37.5px; color: rgb(0 0 0 / 87%); margin-bottom: 60px; }
.contact-us-section h3 { font-size: 24px; font-weight: 400; line-height: 28.13px; color: rgb(0 0 0 / 87%); margin-bottom: 12px; }
.contact-us-section .contact-box { margin-bottom: 64px; }
.contact-us-section .contact-text { font-size: 14px; font-weight: 400; line-height: 16px; display: block; color: rgb(0 0 0 / 87%); }
.time-shedule p { font-weight: 400; font-size: 12px; line-height: 16px; color: rgba(0, 0, 0, 0.65); margin-left: 12px; }
.contact-us-section .contact-text:hover { color: #ce0e2d; }
.contact-us-section .social-contact ul li a { display: block; font-size: 14px; font-weight: 400; line-height: 16px; color: rgb(0 0 0 / 87%); }
.contact-us-section .social-contact ul li { width: 100%; margin-top: 12px; }
.contact-us-section .social-contact ul li:nth-child(1) { margin-top: 0; }
.contact-us-section .social-contact ul li a span { margin-left: 12px; }
.contact-us-section .social-contact ul li a:hover { color: #ce0e2d; }
.contact-us-section .contact-massage { max-width: 400px; margin-left: auto; }
.contact-us-section .contact-massage .input-form-group label { width: 100%; display: block; margin-bottom: 8px; font-size: 14px; font-weight: 400; line-height: 16.41px; color: rgb(0 0 0 / 87%); }
.contact-us-section .contact-massage .input-form-group { margin-bottom: 32px; }
.mb-32 { margin-bottom: 32px; }
.card-account .input-box .form-control { height: 48px; }
.card-account .input-box .clear-icon { top: 15px; }
.disabled-btn { background: #e8e8e8; border-color: #e8e8e8; color: rgb(0 0 0 / 26%); pointer-events: none; }
.disabled-button { background: rgb(0 0 0 / 9%); border-color: #e8e8e8; color: rgb(0 0 0 / 26%); pointer-events: none; font-weight: 400; }
.card-account .account-body p.tc-pp { text-align: left; }
.card-account .account-body p a { color: #0088ff; }
.contact-us-section .container { padding: 0 120px; }
.contact-us-section .contact-massage .invalid-error { padding: 0px 12px; }
.email-filed .input-box { width: 420px; max-width: 100%; }
.link-edit-wedge { font-weight: 400; font-size: 16px; line-height: 20px; color: rgba(0, 136, 255, 1); }
.address-list .address-list-item:not(:first-child) { margin-top: 24px; padding-top: 24px; border-top: 1px solid rgba(0, 0, 0, 0.1); }
 @media (max-width: 991px) {
.contact-us-section .container { padding: 0 12px; }
}
 @media (max-width: 767px) {
.contact-us-section { padding-top: 24px; padding-bottom: 40px; }
.contact-us-section h2 { font-size: 20px; line-height: 32px; margin-bottom: 12px; }
.contact-us-section .information-bottom { background: #fff; border-radius: 8px; padding: 12px; }
.contact-us-section .contact-box { margin-bottom: 28px; }
.contact-us-section h3 { font-size: 18px; font-weight: 500; margin-bottom: 4px; }
.contact-us-section .social-contact ul li { width: 50%; }
.contact-us-section .social-contact ul li:nth-child(2) { margin-top: 0; }
.contact-us-section .social-contact ul li a span { margin-left: 8px; }
.contact-us-section .contact-information { margin-bottom: 34px; }
.contact-us-section .contact-massage .form-group-top { background: #fff; padding: 0 12px; border-radius: 8px; }
.contact-us-section .contact-massage .input-form-group { margin: 0; border-bottom: 0.5px solid rgb(0 0 0 / 10%); display: flex; flex-wrap: wrap; padding: 16px 0 15px; align-items: center; }
.contact-us-section .contact-massage .input-form-group input,  .contact-us-section .contact-massage .input-form-group textarea { border: none; }
.contact-us-section .contact-massage .input-form-group label { width: 110px; margin: 0; }
.contact-us-section .contact-massage .input-form-group input { width: calc(100% - 122px); padding: 0; margin-left: 12px; }
.contact-us-section .contact-massage .input-form-group:last-child { border: none; }
.contact-us-section .contact-massage .form-group-bottom { margin: 32px 0 24px; }
.contact-us-section .contact-massage .form-group-bottom .input-form-group { padding: 0; }
.contact-us-section  .contact-massage  .form-group-bottom  .input-form-group  label { display: none; }
.contact-us-section .contact-massage .input-form-group textarea { min-height: 153px; }
.contact-us-section .btn-primary { width: 100%; }
.contact-us-section .contact-massage { max-width: 100%; }
.contact-us-section .input-box textarea.form-control { border: 1px solid #fff; height: 153px; }
.contact-us-section .input-box textarea.form-control:focus { border: 1px solid rgba(0, 0, 0, 0.54); }
.time-shedule { margin-left: 0; display: flex; align-items: center; }
.d-sm-hide { display: none !important; }
}
/*****contact us page css end *************/

/* my profile page css start */

.sec-profile-main .container { max-width: 800px; }
.sec-profile-main { padding: 64px 0px; }
.my-profile-pg .checkout-left { margin-right: 0; max-width: 800px; margin: 0 auto; }
.my-profile-pg .MyProfileMob h5 { margin-bottom: 32px; color: rgba(0, 0, 0, 0.87); }
.my-profile-pg .MyProfileMob .px-3 { padding-right: 12px !important; padding-left: 12px !important; }
.nameFields .toggle-password-container { height: 48px; }
.birthdayBox.d-flex { margin: 0px -4px; }
.birthdayBox.d-flex [class*="col-"] { padding: 0px 4px; }
.toggle-password-container { width: 48px; position: absolute; top: 0; right: 0; height: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0px 12px; }
.my-profile-pg .MyProfileMob .ProfileIn:last-child { margin-bottom: 0px; }
.my-profile-pg .profileField { padding: 16px 28px 16px 0px; position: relative; }
.my-profile-pg .profileField:last-child { box-shadow: none; }
.profileField span { font-size: 14px; line-height: 16px; font-weight: 400; color: rgba(0, 0, 0, 0.56); }
.profileField span strong { color: rgba(0, 0, 0, 0.87); }
.my-profile-pg .MyProfileMob.nameFields .ProfileIn { padding: 0px 12px; border-radius: 8px;/* margin: 0px 12px; */
}
.emailInput { max-width: 430px; width: 100%; }
.addressText + .addressText { margin-top: 24px; padding-top: 24px; border-top: 0.5px solid rgba(0, 0, 0, 0.1); }
.saveBtn { background: rgba(206, 14, 45, 1); color: #ffff; display: flex; height: 40px; border-radius: 50px; text-align: center; align-items: center; justify-content: center; max-width: 140px; font-size: 16px; line-height: 24px; font-weight: 400; }
.saveBtn.disableBtn { background: rgba(0, 0, 0, 0.09); box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.09); border: none; color: rgba(0, 0, 0, 0.26); pointer-events: none; }
.addressText p { font-size: 16px; line-height: 18px; font-weight: 400; color: rgba(0, 0, 0, 0.87); gap: 24px; display: flex; flex-wrap: wrap; }
.addressText p strong { font-weight: 500; }
.addressText p span { font-weight: 400; color: rgba(0, 0, 0, 0.65); }
.profileBox .NameSelect .dropdown-toggle { padding: 0px; min-height: auto; border: none; font-size: 14px; line-height: 16px; gap: 5px; }
.my-profile-pg .MyProfileMob .ProfileIn { background: #fff; padding: 0px 12px; margin-bottom: 12px; }
.my-profile-pg .nameFields .profileField { padding: 16px 0px 16px 0px; }
.my-profile-pg .nameFields .profileField .select-custom { display: flex; }
.nameLabel { max-width: 122px; width: 100%; }
.nameFields .profileBox ul li:first-child { padding-bottom: 0px; }
/* .nameFields .input-box .form-control {
    padding: 0px;
    height: auto;
    border: none;
    line-height: 16px;
    border-radius: 0px;
} */

.nameFields .input-box .form-control { height: 48px; border-color: #fff; padding: 10px 12px; padding-right: 40px; }
.nameFields .input-box .clear-icon { top: 14px; }
.nameFields .input-box .form-control:focus { border: 1px solid rgba(0, 0, 0, 0.54); color: rgba(0, 0, 0, 0.87); }
.saveField { padding: 0px 12px; }
.nameFields .nameLabel { margin: 0; }
.saveField .saveBtn { max-width: 100%; }
/* #toggle-password {
    position: absolute;
    right: 0px;
    top: 2px;
} */
.my-profile-pg .nameFields .profileField .input-box { width: 100%; padding-right: 35px; }
.my-profile-pg .nameFields h5 { position: relative; padding-right: 40px; }
.my-profile-pg .nameFields .closeBtn { position: absolute; right: 12px; top: 0px; }
.my-profile-pg .nameFields .Add-address-box { /* padding: 0px 12px; */
margin-bottom: 12px; }
.my-profile-pg .nameFields .Add-address-box button { border: none; background: #fff; color: rgba(0, 136, 255, 1); box-shadow: none; outline: none; width: 100%; border-radius: 8px; padding: 16px; font-size: 14px; line-height: 16px; font-weight: 400; display: flex; justify-content: center; align-items: center; gap: 8px; }
.btnStyle { background: #fff; font-weight: 400; font-size: 14px; line-height: 16px; display: flex; align-items: center; color: rgba(0, 136, 255, 1); border: none; box-shadow: none; outline: none; }
.profileField .edit-content h4 { font-size: 14px; line-height: 16px; font-weight: 700; color: rgba(0, 0, 0, 0.87); padding-bottom: 6px; }
.profileField .edit-content p, .profileField .edit-content span { font-size: 14px; line-height: 16px; font-weight: 400; color: rgba(0, 0, 0, 0.87); }
.profileField .edit-content p { padding: 6px 0px; display: flex; gap: 16px; }
.add-address-main .ProfileIn .profileField { padding: 12px 0px; }
.profileField .edit-content p:last-child { padding-bottom: 0; }
.my-profile-pg .nameFields .add-address-main .ProfileIn { margin-bottom: 12px; }
.ProfileIn.card-border .profileField:not(:last-child) { border-bottom: 0.5px solid rgba(0, 0, 0, 0.1) !important; }
/* my profile page css end */

.changeQty { font-size: 14px; line-height: 16px; font-weight: 500; color: #0088ff; display: flex; }
.yellowBtn { font-size: 12px; line-height: 16px; font-weight: 400; background: #fffbe6; color: #faad14; padding: 2px 8px; border-radius: 2px; border: 1px solid #ffe58f; margin-left: 8px; }
.order-pax { font-size: 14px; line-height: 16px; font-weight: 400; color: rgb(0 0 0 / 65%); }
.order-pax small { font-size: 12px; line-height: 16px; font-weight: 400; color: rgb(0 0 0 / 65%); }
.infopopup .modal-header { justify-content: center; }
.infopopup .sec-modal-body { padding-top: 24px; min-height: 240px; }
.infopopup .modal-header h4 { font-size: 16px; line-height: 24px; font-weight: 500; color: rgba(0, 0, 0, 0.87); }
.infopopup .message-content p { font-weight: 400; font-size: 14px; line-height: 16px; color: rgba(0, 0, 0, 0.87); }
.infopopup .message-content ul { padding-left: 24px; }
.infopopup .message-content ul li { font-size: 14px; line-height: 16px; font-weight: 400; color: rgba(0, 0, 0, 0.87); list-style: disc; margin-bottom: 16px; }
.infopopup .message-content ul li:last-child { margin-bottom: 0px; }
.infopopup .message-content ul li strong { font-weight: 700; }
.menuBentoMain .orderCart .order-pax { font-size: 16px; line-height: 20px; font-weight: 500; color: rgb(0 0 0 / 87%); display: flex; align-items: center; }
.orderSubtotal { border-top: 1px inset rgba(0, 0, 0, 0.1); padding-top: 15px; }
.orderSubtotal ul li { font-size: 14px; line-height: 16px; font-weight: 400; color: rgba(0, 0, 0, 0.65); padding: 7px 0px; display: flex; justify-content: space-between; align-items: center; }
.orderSubtotal ul li:last-child { padding-bottom: 0; }
.adjust-portions .modal-dialog-scrollable .modal-body { margin-right: 4px; }
.adjust-portions .modal-header { position: relative; border-bottom: 0px inset rgba(0, 0, 0, 0.1); box-shadow: 0px -0.5px 0px 0px #00000017 inset; padding: 16px 24px; margin-bottom: 0px; border-radius: 8px; justify-content: center; font-size: 16px; font-weight: 500; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.adjust-portions .modal-header .btn-close { box-shadow: none; }
.adjust-portions .contentBox { padding: 16px 24px; }
.notification { border: 1px solid #f69113; border-radius: 8px; padding: 16px; background: #fff8e4; color: #222; font-size: 14px; line-height: 16px; font-weight: 400; }
.adjust-portions ul li { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #00000017; margin-bottom: 24px; padding-bottom: 24px; }
.adjust-portions .inputOuter { position: relative; max-width: 120px; width: 100%; }
.adjust-portions .inputOuter input { height: 32px; padding: 5px 35px; }
.adjust-portions .mainInner .imageBox { margin-right: 12px; height: 60px; min-width: 60px; }
.adjust-portions .mainInner .contentBox { padding: 0px; max-width: 288px; width: 100%; }
/* .adjust-portions .icon-minus,
.adjust-portions .icon-plus {margin-top:-12px;} */

.adjust-portions .mainInner .contentBox h4 { font-size: 16px; line-height: 18px; font-weight: 500; color: rgba(0, 0, 0, 0.87); margin-bottom: 12px; }
.adjust-portions .mainInner .contentBox .menu-text { flex-direction: row-reverse; justify-content: start; }
.adjust-portions .mainInner .contentBox .menu-text .menuPrice { margin: 0; color: rgba(0, 0, 0, 0.65); display: flex; }
.adjust-portions .mainInner .contentBox .menu-text .menuPrice span.red-text { font-size: 14px; line-height: 16px; font-weight: 500; }
.adjust-portions .mainInner .contentBox .menu-text .menuPrice span small { font-size: 14px; line-height: 16px; font-weight: 400; }
.adjust-portions .mainInner .contentBox .gst-text { margin: 0px 32px 0px 12px; }
.adjust-portions .mainInner .contentBox .gst-text, .adjust-portions .mainInner .contentBox .menu-text p { font-size: 12px; line-height: 16px; font-weight: 400; color: rgb(0 0 0 / 65%); }
.adjust-portions .mainInner .contentBox .menu-text p { margin-left: 0px; margin-right: 0px; }
.adjust-portions .mainInner .contentBox .gst-text small span { font-size: 12px; margin: 0; font-weight: 400; }
.adjust-portions .notification p { font-weight: 400; color: rgb(0 0 0 / 87%); }
.adjust-portions .modal-footer .courseBtn { width: 100%; margin: 0; padding: 8px; box-shadow: 0px 0px 6px 0px #0000000f; }
.adjust-portions .modal-footer .applyBtn { font-weight: 700; }
.add-to-cartb-btn, .buy-now-btn { font-size: 16px; line-height: 20px; font-weight: 700; color: #fff; }
.add-to-cartb-btn { background: #ff4d00; }
.add-to-cartb-btn.disabled-item { background: rgb(0, 0, 0, 0.09); color: rgb(0 0 0 / 26%); }
.buy-now-btn.disabled-item { background: rgba(0, 0, 0, 0.4); }
.buy-now-btn { background: #ce0e2d; }
.dishes-changes { display: none; }
.calhead { font-size: 14px; line-height: 16px; font-weight: 500; color: rgb(0 0 0 / 87%); padding: 16px 12px 0px 12px; }
.changeQty.disable-text { font-size: 14px; line-height: 16px; font-weight: 500; color: rgb(0 0 0 / 26%); }
.countDown .countDwonText { margin-left: 5px; font-size: 14px; font-weight: 400; line-height: 16px; color: rgb(0 0 0 / 87%); }
.countDown .contDownNum { font-size: 14px; font-weight: 400; line-height: 16px; margin-left: 5px; }
.refund-policy h4 { font-size: 20px; line-height: 24px; font-weight: 700; color: rgb(0 0 0 / 87%); margin-bottom: 18px; }
.refund-policy p { font-size: 14px; line-height: 16px; font-weight: 400; color: rgb(0 0 0 / 87%); padding: 6px 0px; }
/* seclect */

.input-group.spinner-counter { width: auto; }
.spinner-box { background: #fff; border-radius: 50px; border: 1px solid #ce0e2d; padding: 4px; }
.spinner-box button { display: flex; padding: 0px; border: none; min-width: 24px; min-height: 24px; border: none; box-shadow: none; }
.spinner-box button:hover, .spinner-box button:active, .spinner-box button:focus-visible {
 background: none;
 border: none;
 box-shadow: none;
 background-color: none;
}
.spinner-box input { border: none; padding: 0px; width: 100%; height: 100%; font-size: 14px; line-height: 16px; font-weight: 400; max-width: 100%; caret-color: #ce0e2d; border-radius: 0px !important; }
.cartRightCanva .spinner-box .inputSet input { height: 100%; caret-color: #ce0e2d; border-radius: 0 !important; }
.spinner-box input:focus { box-shadow: none; outline: none; border: none; }
.spinner-box .inputSet { display: flex; align-items: center; height: 100%; }
.spinner-box small.noPax { padding-right: 0px; padding-left: 4px; display: flex; font-size: 14px; line-height: 16px; font-weight: 400; color: rgba(0, 0, 0, 0.56); flex-grow: 1; min-width: 24px; width: auto; margin-left: 0px; }
.btn-check:checked + .btn, .btn.active, .btn:first-child:active, :not(.btn-check) + .btn:active { background: none; }
/* gropu select box css */
.select2-container { min-width: 200px; width: 100% !important; }
.select2-selection { padding: 4px 24px; }
.select2-results__option { display: flex; align-items: center; padding: 12px !important; vertical-align: middle; position: relative; font-size: 14px; line-height: 16px; font-weight: 400; color: rgba(0, 0, 0, 87); }
.select2-results__option:before { display: inline-block; position: relative; background-color: #fff; margin-right: 8px; vertical-align: middle; width: 16px; height: 16px; content: ""; border-radius: 2px; border: 1px solid #00000042; }
.filtterCourse  .select2-container--default  .select2-selection--multiple  .select2-selection__rendered { display: flex; gap: 4px; overflow: visible; }
.select2-container--default  .select2-results  > .select2-results__options::-webkit-scrollbar {
 width: 4px;
}
 .select2-container--default  .select2-results  > .select2-results__options::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
 background-color: rgba(0, 0, 0, 0.4);
}
.select2-results__option[aria-selected="true"]:before { background-color: #ce0e2d; border: 0; display: inline-block; padding-left: 0px; background: #ce0e2d url(../images/check.svg) center center no-repeat; background-position: 2px 3px; }
.select2-container--default.select2-container--focus  .select2-selection--multiple { border: 1px solid #00000042 !important; outline: 0; }
ul.select2-selection__rendered .sbm-item { margin-left: -26px; }
.select2-container--default .select2-results__option[aria-selected="true"] { background-color: #ffe7e3 !important; font-weight: 500; }
.select2-container--default  .select2-results__option--highlighted[aria-selected] { background-color: #f5f5f5 !important; color: rgb(0 0 0 / 87%) !important; }
.select2-container--default  .select2-results__option--highlighted[aria-selected] { background-color: #eaeaeb; color: #272727; }
.filtterCourse .select2-container--default .select2-selection--multiple { cursor: text; font-size: 14px; line-height: 20px; font-weight: 400; color: rgb(0 0 0 / 87%); border: 1px solid rgba(0, 0, 0, 0.09) !important; background: transparent; border-radius: 40px !important; height: 32px; justify-content: center; display: flex; align-items: center; }
/* 
  .filtterCourse .select2-container--default.select2-container--open .select2-selection--multiple,
 .select2.select2-container.select2-container--default.select2-container--below .select2-selection--multiple {padding: 4px 24px 4px 4px;}

.select2.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple{
    padding: 4px 24px ;
} */

.filtterCourse .select2-container--default .select2-selection--multiple { position: relative; cursor: pointer; }
.filtterCourse .select2-container--default .select2-selection--multiple::after { background: url(../images/dp-arrow.svg) center center no-repeat; content: ""; width: 24px; height: 24px; position: absolute; left: auto; right: 10px; top: 3px; }
.select2-dropdown { border: 0px solid #aaa !important; border-radius: 8px !important; box-shadow: 0px 0px 9px 0px #0000001f !important; }
ul.select2-selection__rendered span { position: relative; background: #f5f5f5; border-radius: 45px; padding: 2px 12px; font-size: 12px; line-height: 20px; font-weight: 400; display: inline-flex; align-items: center; cursor: pointer; }
ul.select2-selection__rendered .clear-selection { background: url(../images/close-select.svg) center center no-repeat; width: 12px; height: 12px; margin-left: 4px; }
ul.select2-selection__rendered span span { padding: 0px; }
.filtterCourse  .select2-container--default.select2-container--open.select2-container--below  .select2-selection--multiple { border-radius: 40px; }
.select2-container--default.select2-container--focus  .select2-selection--multiple { border-color: #f77750; border-width: 2px; }
.select2-container--default .select2-selection--multiple { border-width: 2px; }
.select2-container--open .select2-dropdown--below { box-shadow: 0px 0px 9px 0px #0000001f !important; border-radius: 8px; }
.select2-selection .select2-selection--multiple:after { content: "hhghgh"; }
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge { display: none; }
.select-icon .select2-results__option:before, .select-icon .select2-results__option[aria-selected="true"]:before { display: none !important;/* content: "" !important; */
}
.select-icon .select2-search--dropdown { display: none; }
.select2-dropdown { margin-top: 4px; }
.select2-dropdown .select2-results > .select2-results__options { max-height: 255px !important; }
.datepickerLoad .timerDropdown { width: 280px; height: 340px; box-shadow: 0px 0px 9px 0px #0000001f; border-radius: 16px; border: none; }
.datepickerLoad .timerDropdown .clickPlusBtn { height: 100%; display: flex; justify-content: center; align-items: flex-end; }
.addOns .increase-btn.clickPlusBtn { position: relative; align-items: flex-end; }
.increase-btn.clickPlusBtn { align-items: flex-end; }
/* .clickPlusBtn a img {
    filter: grayscale(1);
    opacity: 0.3;
} */
.disabled-item .clickPlusBtn a img { opacity: 0.4; z-index: 2; }
.retryIn { display: inline-flex; border: 1px solid #ce0e2d; padding: 10px 30px; border-radius: 2px; font-size: 14px; line-height: 16px; font-weight: 400; color: #ce0e2d; margin-top: 24px; }
.datepickerLoad .timerDropdown p { font-size: 16px; line-height: 20px; font-weight: 400; color: rgba(0, 0, 0, 0.4); text-align: center; }
.datepickerLoad .timerDropdown .contentBox { display: flex; justify-content: center; align-items: center; height: 100%; padding: 40px; }
/* login */
#Cancellation-Reason { min-height: 420px !important; }
#Refund-to { min-height: 350px !important; }
.amt-prawn { color: #ff4d00; font-size: 12px; line-height: 16px; font-weight: 400; margin-left: 24px; }
.skirting-list .badge { color: #000 !important; }
.optionText { font-size: 14px; line-height: 100%; font-weight: 400; color: rgba(0, 0, 0, 0.65); display: inline-block; margin-left: 12px; }
.MenuesList.AI-generated-sec { margin-bottom: 72px; }
.change-order-page .breadcrumb { margin: 0; }
/* Divya css for login expired page */
.thankSection.expired-section .buttonBox { margin-top: 37px; }
/* Divya css --15-05-25 */

.page-heading-order { max-width: 770px; }
.address-info .dl-paragraph { display: block; margin-bottom: 8px; font-size: 16px; font-weight: 400; line-height: 20px; color: rgba(0, 0, 0, 0.65); }
.address-info .fw-med { font-weight: 500; color: rgba(0, 0, 0, 0.87); line-height: 16px; }
.order-summary-list .bill-header .card-title { font-size: 16px; font-weight: 700; line-height: 20px; margin-bottom: 16px; color: rgba(0, 0, 0, 0.87); }
.btn.btn-primary.btn-deativate, .btn.btn-primary.btn-deativate:hover { background-color: rgba(0, 0, 0, 0.09) !important; border: transparent; color: rgba(0, 0, 0, 0.26) !important; }
 .change-order-time .input-box.pd-l .form-control::placeholder {
 color: rgba(0, 0, 0, 0.87);
}
.change-order-page .page-title .page-heading { font-size: 20px; margin-bottom: 24px; line-height: 32px; }
.change-order-page .card-titl { font-size: 24px; line-height: 36px; }
.btn-check[disabled] + .type-button { opacity: 1; pointer-events: none; cursor: default; }
.btn-check[disabled]:checked + .type-button::before { border-color: #f36; background-color: transparent; opacity: 0.3; }
.btn-check[disabled]:checked + label:after { opacity: 0.3; }
.payment-type-group .btn-check[disabled]:checked + .type-button { border: 1px solid rgb(0, 0, 0, 0.09) !important; }
.change-order-page .product-info .parpax-sm { font-size: 12px; color: rgba(0, 0, 0, 0.65); line-height: 16px; }
 .change-order-page .modal-body input::placeholder {
 color: rgba(0, 0, 0, 0.87);
}
.change-order-page .modal-outer-wrapper.modal-self-collection .modal-dialog { max-width: 440px; }
.change-order-page  .modal-outer-wrapper.modal-self-collection  .modal-dialog  .modal-body  .menuListSec  .form-check { margin-bottom: 24px; }
.order-summary-list .info-text { font-size: 12px; line-height: 16px; color: rgb(0 0 0 / 65%) !important; }
.order-summary-list .info-img img { vertical-align: middle; }
.card-header-top.card-margin-top { margin-bottom: 20px; }
/* change time page - 26-05-25 */
.change-order-time .card { margin-bottom: 12px; }
.card-change-time p { font-weight: 500; font-size: 16px; line-height: 20px; }
.card-change-time p.current-date-time { font-weight: 400; font-size: 14px; line-height: 16px; }
.card-change-time span { font-size: 12px; line-height: 16px; color: rgba(0, 0, 0, 0.54); }
.card-change-time a { font-weight: 400; font-size: 14px; line-height: 16px; color: #0088ff; }
.error-msg p, .error-msg-2 p { font-weight: 500; font-size: 14px; line-height: 16px; color: var(--error-color); margin-top: 4px; position: absolute; }
.error-msg-2 p { margin-top: 4px; padding-left: 0px; margin-bottom: 12px; }
.updated-batch, .min-error { padding: 2px 4px; margin-right: 8px; border: 0.5px solid #ff4d00; border-radius: 1px; font-weight: 400; font-size: 12px; line-height: 100%; color: #ff4d00; text-transform: capitalize; }
.footer-head { position: relative; }
.list-order-summary-item { position: relative; }
.min-error { position: static; display: inline-block; margin: 0; color: var(--error-color); border-color: var(--error-color); }
.total-area-box, .listing-subtotal { position: relative; }
.empty-time-date .filed-input-group .input-box .form-control::placeholder {
 color: rgba(0, 0, 0, 0.26);
}
.product-pax p.error-color { font-size: 16px; text-align: end; }
.product-pax .fw-bold.error-color { font-size: 18px; line-height: 28px; font-weight: 500 !important; }
/* Divya css - 28-05-25 */
.reminder-text { margin-bottom: 16px; padding: 4px 0px; margin-top: 8px; }
.pending-process .card-status-content { padding-top: 60px; }
.pending-process .card-payment-status { min-height: calc(100vh - 54px); }
.pending-process .card-status-content.para-padding p { padding: 0px 70px; text-align: left; }
.pending-process .btn.btn-primary.btn-white { margin-right: 19px; }
.pending-process .btn-primary, .pending-process .btn-primary:active { min-width: 200px; padding: 11px 16px; max-height: 48px; }
.pending-process .btn-primary.h-48 { min-width: 300px; }
/* Divya css - 04-06-25 */
.card-titl { font-size: 24px; line-height: 36px; font-weight: 700; }
/* divya css - 09-06-25 */
.order-summary-list ul li.total-area-box.order-change-total { margin-bottom: 4px; }
.footer-head.order-change-total { margin-bottom: 8px; }
.gst-info-text { font-weight: 400; font-size: 12px; line-height: 16px; color: rgba(0, 0, 0, 0.65); }




/* Responsive */
@media only screen and (max-width: 1199px) {
.page-heading-order { max-width: 100%; }
}
@media only screen and (max-width: 991px) {
.change-order-page  .modal-dialog.modal-dialog-centered.modal-dialog-scrollable { max-width: inherit; }
}
 @media only screen and (max-width: 767px) {
.card-titl { font-size: 16px; line-height: 20px; font-weight: 500; }
.checkout-inner .btn.btn-primary.btn-add-address { font-size: 14px; line-height: 16px; padding: 16px 10px; max-height: 48px; }
.checkout-page .offcanvas-footer.border-top { padding: 12px; }
.checkout-page .offcanvas-footer.border-top .btn.btn-primary { padding: 12px 24px; }
.btn-primary, .btn-primary:active { padding: 12px 16px; max-height: 44px; }
.result-bg { background: transparent; }
.change-order-page .card-white { padding: 16px !important; }
.multiple-change-order.change-order-page .delivery-time-card.card-white { padding-left: 0 !important; padding-right: 0 !important; border-bottom: 0.5px solid #ccc !important; border-radius: 0; border-bottom: 0.5px solid rgba(0, 0, 0, 0.1) !important; }
.multiple-change-order.change-order-page  .card-header-multiple.card-header-top { margin-bottom: 0; padding-bottom: 12px; }
.multiple-change-order.change-order-page .address-info .dl-paragraph,  .multiple-change-order.change-order-page  .order-summary-list  .bill-header  .card-title { margin-bottom: 8px; }
/* .change-order-page .address-info .fw-med {
    line-height: 20px;
  } */
.change-order-page.multiple-change-order .address-info .fw-med { line-height: 16px; }
.change-order-page .address-info .dl-paragraph, .order-summary-list .bill-header .card-title { margin-bottom: 8px; }
.thankSection.expired-section .buttonBox .btn { max-width: 173px; }
.change-order-page .card-titl { font-size: 18px; line-height: 28px; font-weight: 500; }
.change-order-page .page-title .page-heading { font-size: 16px; margin-bottom: 12px; font-weight: 500; line-height: 20px; }
.change-order-page .address-info .dl-paragraph .font14 { font-size: 14px; line-height: 16px; color: rgba(0, 0, 0, 0.65) !important; }
.change-order-page .address-info .dl-paragraph .text-sm { font-size: 12px; line-height: 16px; }
.change-order-page .card-header-top { margin-bottom: 12px; }
.change-order-page .card-checkout .disable-btn { color: rgba(0, 0, 0, 0.09); border: 1px solid rgba(0, 0, 0, 0.09); }
.address-info .dl-paragraph,  .order-summary-list .bill-header .card-title { font-size: 14px; line-height: 16px; margin-bottom: 12px; }
.multiple-change-order .address-info .dl-paragraph.font-16 { font-size: 16px; line-height: 20px; }
.modal-self-collection .menuListSec [type="radio"]:checked + label,  .modal-self-collection .menuListSec [type="radio"]:not(:checked) + label { padding-left: 30px; }
.modal-self-collection .menuListSec [type="radio"]:checked + label:before,  .modal-self-collection  .menuListSec  [type="radio"]:not(:checked)  + label:before { left: 0px; right: auto; }
.modal-self-collection .menuListSec [type="radio"]:checked + label:after,  .modal-self-collection  .menuListSec  [type="radio"]:not(:checked)  + label:after { left: 6px; right: auto; top: 6px; }
.change-order-page .modal-outer-wrapper.modal-radious-24 .modal-content { max-width: 400px; }
.change-order-page  .modal-dialog.modal-dialog-centered.modal-dialog-scrollable { padding: 0px 16px; }
.change-order-page .modal-body.sec-modal-body { padding: 12px; }
.order-summary-list .info-img img { vertical-align: 0px; margin-left: 0px; }
.error-msg p,  .error-msg-2 p { position: static; }
.error-msg-2 p { margin-top: 4px; padding-left: 16px; margin-bottom: 12px; }
.min-error { margin: 0; }
.updated-batch { position: absolute; right: 50px; left: auto; }
.footer-head .updated-batch { right: 58px; }
.reminder-text { margin-bottom: 12px; padding: 4px 0px; margin-top: 4px; }
.pending-process .card-status-content { padding-top: 60px; }
.pending-process .card-payment-status { min-height: calc(100vh - 54px); }
.pending-process .card-status-content.para-padding p { padding: 0px 0px; }
.pending-process .btn-primary.h-48 { padding: 9px 24px; min-width: 140px; }
.pending-process .btn.btn-primary.btn-white { margin-right: 12px; min-width: 140px; }
.pending-process { padding: 0; }
.pending-process .card-payment-status { padding: 0 24px; }
.pending-process.pt-36-sec .card-payment-status .card-status-content { padding-top: 36px; }
.card-status-content p { margin-bottom: 0; }
.sec-payment-main.pending-process .btn.btn-primary { margin-top: 32px; }
.change-order-page .card-titl.order-title { font-size: 18px; line-height: 28px; font-weight: 500; }
.footer-box-aera { padding: 16px 12px 24px; }
.footer-modal .btn-primary.h-48 { padding: 11px 16px; }
.change-order-page .modal-header { padding: 16px; }
}
 @media only screen and (max-width:567px) {
.corporate-Order { gap: 0; justify-content: space-between; }
.checkout-main  .menuListSec  .form-group  input[type="checkbox"]:checked  + label:after, .sec-modal-body  .menuListSec  .form-group  input[type="checkbox"]:checked  + label:after { left: 5px; right: auto; top: 11px; }
}
