.mt-5{
margin-top:16px;
}
#booking_form{
padding:15px;
}
#booking_form fieldset:not(:first-of-type) {
    display: none;
}
#booking_form fieldset{
display: contents;
}
#booking_form fieldset h2{
font-size:30px;
padding: 15px;
text-align: center;
}
#booking_form input[type="button"]{
background: #45bb70;
color: #fff;
border-radius: 5px;
padding: 20px 15px;
}
#booking_form fieldset button{
font-size: 12px;
padding: 20px 5px;
margin-bottom: 10px;
border-radius: 5px;
background: #fff;
color: #45bb70;
box-shadow: 0 0 5px rgb(0 0 0/19%);
}
#booking_form fieldset .submit{
font-size: 12px;
padding: 20px 5px;
margin: 0px;
border-radius: 5px;
background: #45bb70;
margin-left: 10px;
color: #fff;
box-shadow: 0 0 5px rgb(0 0 0/19%);
}
input[type="date"]{
padding: 1.45em 2.5em 1.55em;
border: 2px solid;
width: 100% !important;
color: #808369;
border-color: #ebebe7;
}
#questionnaire {
  box-shadow: 0 0 10px 0 rgb(0 0 0/11%);
}
#answers {
  margin-left: 30px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 11%);
}
#questionnaire .option label{
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  color: #45bb70;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  padding: 20px 5px;
  width: 100%;
  margin-bottom: 10px;
  box-shadow: 0 0 5px rgb(0 0 0/19%);
}
#booking_form .fieldset{
border: 0;
margin: 0;
padding-top: 0px;
}
#questionnaire .option input[type="checkbox"], 
#questionnaire .option input[type="radio"] {
  display: none;
}
#questionnaire .option label.checked{
    background-color:#45bb70;
    color:#fff;
}
*,
#booking_form *::before,
#booking_form *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.bootstrap-wrapper .col-1, .bootstrap-wrapper .col-2, .bootstrap-wrapper .col-3, .bootstrap-wrapper .col-4, .bootstrap-wrapper .col-5, .bootstrap-wrapper .col-6, .bootstrap-wrapper .col-7, .bootstrap-wrapper .col-8, .bootstrap-wrapper .col-9, .bootstrap-wrapper .col-10, .bootstrap-wrapper .col-11, .bootstrap-wrapper .col-12, .bootstrap-wrapper .col,
.bootstrap-wrapper .col-auto, .bootstrap-wrapper .col-sm-1, .bootstrap-wrapper .col-sm-2, .bootstrap-wrapper .col-sm-3, .bootstrap-wrapper .col-sm-4, .bootstrap-wrapper .col-sm-5, .bootstrap-wrapper .col-sm-6, .bootstrap-wrapper .col-sm-7, .bootstrap-wrapper .col-sm-8, .bootstrap-wrapper .col-sm-9, .bootstrap-wrapper .col-sm-10, .bootstrap-wrapper .col-sm-11, .bootstrap-wrapper .col-sm-12, .bootstrap-wrapper .col-sm,
.bootstrap-wrapper .col-sm-auto, .bootstrap-wrapper .col-md-1, .bootstrap-wrapper .col-md-2, .bootstrap-wrapper .col-md-3, .bootstrap-wrapper .col-md-4, .bootstrap-wrapper .col-md-5, .bootstrap-wrapper .col-md-6, .bootstrap-wrapper .col-md-7, .bootstrap-wrapper .col-md-8, .bootstrap-wrapper .col-md-9, .bootstrap-wrapper .col-md-10, .bootstrap-wrapper .col-md-11, .bootstrap-wrapper .col-md-12, .bootstrap-wrapper .col-md,
.bootstrap-wrapper .col-md-auto, .bootstrap-wrapper .col-lg-1, .bootstrap-wrapper .col-lg-2, .bootstrap-wrapper .col-lg-3, .bootstrap-wrapper .col-lg-4, .bootstrap-wrapper .col-lg-5, .bootstrap-wrapper .col-lg-6, .bootstrap-wrapper .col-lg-7, .bootstrap-wrapper .col-lg-8, .bootstrap-wrapper .col-lg-9, .bootstrap-wrapper .col-lg-10, .bootstrap-wrapper .col-lg-11, .bootstrap-wrapper .col-lg-12, .bootstrap-wrapper .col-lg,
.bootstrap-wrapper .col-lg-auto, .bootstrap-wrapper .col-xl-1, .bootstrap-wrapper .col-xl-2, .bootstrap-wrapper .col-xl-3, .bootstrap-wrapper .col-xl-4, .bootstrap-wrapper .col-xl-5, .bootstrap-wrapper .col-xl-6, .bootstrap-wrapper .col-xl-7, .bootstrap-wrapper .col-xl-8, .bootstrap-wrapper .col-xl-9, .bootstrap-wrapper .col-xl-10, .bootstrap-wrapper .col-xl-11, .bootstrap-wrapper .col-xl-12, .bootstrap-wrapper .col-xl,
.bootstrap-wrapper .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap-wrapper .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrap-wrapper .col-lg-8{
-webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.bootstrap-wrapper .col-lg-3{
-webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}
.bootstrap-wrapper .col-12{
-webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
.bootstrap-wrapper .col-md-8{
-webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.bootstrap-wrapper .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.bootstrap-wrapper .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}
.page-id-2773 .page_content_wrap {
  padding-bottom: 100px;
}
.text-center {
  text-align: center !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.d-flex {
  display: flex !important;
}
#loading{    
    width:100%;
    height: 100%;
    position: fixed;
    top: 40%;
    text-align:center;
    z-index:999;
    overflow: auto;
}
#loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}
@media (max-width: 767px){
.bootstrap-wrapper .col-md-12{
-webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
.bootstrap-wrapper .col-md-6{
-webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
.bootstrap-wrapper .col-md-8{
-webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
.bootstrap-wrapper .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
.NewCustomizePkg_inputDetails__HPLPS .NewCustomizePkg_inputDetails__HPLPS input, 
.NewCustomizePkg_inputDetails__HPLPS .NewCustomizePkg_inputDetails__HPLPS textarea {
  display: block;
  padding: .375rem 2.25rem .375rem .75rem !important;
  -moz-padding-start: calc(.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529 !important;
  background-color: #fff !important;
  border: 1px solid #ced4da !important;
  border-radius: .25rem !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
}
.NewCustomizePkg_inputDetails__HPLPS .form-select {
  display: block;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.page-id-2773 .content_wrap {
  width: 100%;
  margin: 0;
}
.NewCustomizePkg_whiteBg__duErD {
  background: #fff;
  padding: 40px;
  margin-top: 50px;
}
.NewCustomizePkg_inputDetails__HPLPS {
  display: block;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-inline: 10px;
}
.NewCustomizePkg_inputDetails__HPLPS p {
  margin-left: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .05em;
  color: #ffb18b;
  margin-bottom: 5px;
}
.NewCustomizePkg_whiteBg__duErD {
  background-color: #fff;
  padding-bottom: 30px;
}
.NewCustomizePkg_mainsContainer__K_KiZ, 
.NewCustomizePkg_startersContainer__TwVJR {
  margin-top: 50px;
}
.NewCustomizePkg_startersContainer__TwVJR h5 {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: .05em;
  color: #2c3338;
}
.NewCustomizePkg_starterSearchBtn__AwTII {
  margin: auto;
  width: 315px;
  height: 31.15px;
  border-radius: 5.02px;
  background-color: #efefef;
  display: flex;
  justify-content: space-between;
}
.svg-inline--fa {
  display: var(--fa-display,inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}
.NewCustomizePkg_starterSearchBtn__AwTII p {
  margin: auto;
  font-weight: 600;
  font-size: 12.1784px;
  line-height: 15px;
  letter-spacing: .05em;
  text-transform: capitalize;
  color: #2c3338;
}
.NewCustomizePkg_starterSearchBtn__AwTII span {
  margin: auto;
  font-style: italic;
  font-weight: 400;
  font-size: 7.49443px;
  line-height: 9px;
  letter-spacing: .05em;
  text-transform: capitalize;
  color: #4d555b;
}
.NewCustomizePkg_MenuHr__P1JiK {
  height: 0;
  border: .4px dashed #42484e;
  margin: 90px auto auto;
  background-color: #fff;
}
.NewCustomizePkg_imgDesc__96l3C {
  text-align: end;
}
.NewCustomizePkg_imgDesc__96l3C p {
  font-style: italic;
  color: #4d555b;
  font-size: 8px;
  font-weight: 600;
  text-align: end;
}
.NewCustomizePkg_menuContainer__7_ry3 
.NewCustomizePkg_createYourMenuHead__Pzjfd {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
.NewCustomizePkg_menuContainer__7_ry3 
.NewCustomizePkg_createYourMenuHead__Pzjfd h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: .05em;
  color: #42484e;
  margin-bottom: .5rem;
}
.NewCustomizePkg_menuContainer__7_ry3 
.NewCustomizePkg_createYourMenuHead__Pzjfd hr {
  width: 196px !important;
}
.NewCustomizePkg_mainsContainer__K_KiZ h5, 
.NewCustomizePkg_startersContainer__TwVJR h5 {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: .05em;
  color: #2c3338;
}
.NewCustomizePkg_userInput__L_VbW {
  background-color: #ffc31a;
  width: 100%;
  height: 161px;
  border-radius: 10px;
  margin: auto;
  padding: 10px;
}
.NewCustomizePkg_userInput__L_VbW h4 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 16.5469px;
  line-height: 20px;
  text-align: center;
  letter-spacing: .05em;
  text-transform: capitalize;
}
.NewCustomizePkg_userInput__L_VbW input {
  width: 151.47px;
  height: 22.91px;
  border-radius: 6.36px !important;
  background-color: #fff;
  margin: auto;
  margin-bottom: 8px !important;
  font-size: 10px;
  font-weight: 600;
  padding: 0 10px !important;
}
.NewCustomizePkg_chefNote__Xqm3O {
  text-align: center;
  margin-top: 50px;
}
.NewCustomizePkg_chefNote__Xqm3O p {
  font-style: italic;
  font-weight: 400;
  font-size: 10.8163px;
  line-height: 13px;
  letter-spacing: .05em;
  color:#212529;
}
.NewCustomizePkg_chefNote__Xqm3O input.textnote {
  margin: auto;
  width: 263px !important;
  height: 69px;
  border-radius: 10px !important;
}
.NewCustomizePkg_detailsInputLg__20koi input, 
.NewCustomizePkg_detailsInputLg__20koi textarea {
  display: block;
  width: 100%;
  padding: 5px;
  background: #f1f1f1;
}
.NewCustomizePkg_instantQuoteBtn__MhAyW {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 50px;
}
.NewCustomizePkg_instantQuoteBtn__MhAyW button {
  width: 275.24px;
  height: 51.29px;
  border-radius: 10px;
  background-color: #be2d30;
  color: #fff;
  border: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: .03em;
  filter: drop-shadow(0 4.65863px 4.65863px rgba(0,0,0,.25));
  padding: 0;
}
#NewCustomizePkg_itemsQnty__fSH6f h6 {
  font-size: 16px;
}
#NewCustomizePkg_starterSearchContent__VVGCP {
  padding: 10px;
  width: auto;
  height: auto;
  margin: auto;
  background: #fff;
  box-shadow: 8.09291px 20.0824px 67.4409px rgba(0,0,0,.51);
}
#NewCustomizePkg_starterSearchContent__VVGCP input {
  margin: auto;
  width: 286.99px;
  height: 31.2px;
  border-radius: 5.03px;
  background-color: #efefef;
  font-weight: 600;
  font-size: 12.2009px;
  line-height: 15px;
  letter-spacing: .05em;
  text-transform: capitalize;
  color: #ababab;
}
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvN ul,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNn ul,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnn ul,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnnn ul{
  list-style-type: none;
    padding-left: 0;
    overflow-y: auto;
    height: 195px;
    width: 300px;
    margin: auto;
}
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvN ul li,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNn ul li,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnn ul li,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnnn ul li{
  text-align: center;
  width: 246px;
  height: 45px;
  border-radius: 3.9px;
  background-color: #f6f6f6;
}
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvN ul li #NewCustomizePkg_insideDivLi__rVAK4,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNn ul li #NewCustomizePkg_insideDivLi__rVAK4,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnn ul li #NewCustomizePkg_insideDivLi__rVAK4,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnnn ul li #NewCustomizePkg_insideDivLi__rVAK4{
  margin-top: 5px;
  display: flex;
}
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvN ul li #NewCustomizePkg_insideDivLi__rVAK4 img,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNn ul li #NewCustomizePkg_insideDivLi__rVAK4 img,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnn ul li #NewCustomizePkg_insideDivLi__rVAK4 img,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnnn ul li #NewCustomizePkg_insideDivLi__rVAK4 img{
  margin-top: 3px;
  width: 30px;
  height: 26px;
}
#NewCustomizePkg_nvegLogoLg__XAfxM, #NewCustomizePkg_vegLogoLg__sJ0Lr {
  margin-left: 5px;
  margin-right: 5;
  margin-top: 3px;
  width: 10px !important;
  height: 10px !important;
}
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvN ul li #NewCustomizePkg_insideDivLi__rVAK4 p,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNn ul li #NewCustomizePkg_insideDivLi__rVAK4 p,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnn ul li #NewCustomizePkg_insideDivLi__rVAK4 p,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnnn ul li #NewCustomizePkg_insideDivLi__rVAK4 p{
  margin-top: 3px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .05em;
  text-transform: capitalize;
  color: #000;
  margin-bottom: -10px;
  text-align: start;
  line-height: 11px;
}
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvN ul li input[type="checkbox"],
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNn ul li input[type="checkbox"],
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnn ul li input[type="checkbox"],
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnnn ul li input[type="checkbox"]{
  accent-color: #be2d30;
}
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvN ul li input,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNn ul li input,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnn ul li input,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnnn ul li input{
  margin-top: 7px;
  margin-right: 10px;
  width: 10px;
}
#NewCustomizePkg_starterSearchContent__VVGCP input.searchbox {
  margin: auto;
  width: 286.99px;
  height: 31.2px;
  border-radius: 5.03px;
  background-color: #efefef;
  font-weight: 600;
  font-size: 12.2009px;
  line-height: 15px;
  letter-spacing: .05em;
  text-transform: capitalize;
  color: #ababab;
}
#NewCustomizePkg_listInsideBtn__HqLKD,
#NewCustomizePkg_listInsideBtn__HqLKDd,
#NewCustomizePkg_listInsideBtn__HqLKDdd,
#NewCustomizePkg_listInsideBtn__HqLKDddd{
  margin-top: 15px;
  text-align: end;
  margin-right: 20px;
}
#NewCustomizePkg_listInsideBtn__HqLKD button,
#NewCustomizePkg_listInsideBtn__HqLKDd button,
#NewCustomizePkg_listInsideBtn__HqLKDdd button,
#NewCustomizePkg_listInsideBtn__HqLKDddd button{
  margin-left: 10px;
  width: 53.05px;
  background: rgba(190,45,48,.1);
  border: .372043px solid #be2d30;
  border-radius: 10.7892px;
  font-weight: 600;
  font-size: 8.3457px;
  line-height: 10px;
  text-align: center;
  letter-spacing: .05em;
  text-transform: capitalize;
  color: #be2d30;
  padding:5px;
}
.NewCustomizePkg_fstItem__Gt5Ul {
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 4.87px;
  display: flex;
  margin: auto auto 10px;
}
.NewCustomizePkg_itemDetailsContainer__L0x8L {
  display: flex;
  margin-top: 10px;
}
.NewCustomizePkg_itemImage__Y8Ww_ {
  height: 60.2px;
  width: 68.15px;
  border-radius: 5.68px;
}
.NewCustomizePkg_vegLogo__jVEIb {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 3px;
  height: 10.79px;
  width: 10.79px;
}
.NewCustomizePkg_itemDetailsContainer__L0x8L h4 {
  width: 115px;
  font-weight: 600;
  font-size: 11.81px;
  line-height: 14px;
  color: #2c3338;
  margin-bottom: -10px;
}
.NewCustomizePkg_quantityBtn__4TF7R {
  display: flex;
  width: 73.06px;
  height: 19.92px;
  margin: 11px auto -5px 13px;
}
.NewCustomizePkg_quantityBtn__4TF7R button {
  height: 19.92px;
  width: 19.92px;
  background-color: #ffc31a;
  border: none;
  font-size: 11.0765px;
  font-weight: 600;
  box-shadow: 0 2.09732px 2.09732px rgba(0,0,0,.25);
  padding:0px;
}
.NewCustomizePkg_quantityBtn__4TF7R h6 {
  margin: auto;
  font-size: 6.81629px;
  font-weight: 600;
  line-height: 8PX;
  letter-spacing: .05em;
}
.NewCustomizePkg_trassLogo__AT5GD {
  width: 7.06px;
  height: 7.89px;
  margin-left: 10px;
  margin-top: 15px;
}
}
@media (min-width: 768px){

.NewCustomizePkg_whiteBg__duErD {
  background: #fff;
  padding: 40px;
  margin-top: 50px;
  margin-inline: 220px;
}
.NewCustomizePkg_inputDetails__HPLPS {
  display: flex;
  justify-content: space-evenly;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-inline: 220px;
}
.NewCustomizePkg_inputDetails__HPLPS p {
  margin-left: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: .05em;
  color: #ffb18b;
  margin-bottom: 5px;
}
.NewCustomizePkg_whiteBg__duErD {
  background-color: #fff;
  margin-inline: 220px;
  padding-bottom: 50px;
}
.NewCustomizePkg_mainsContainer__K_KiZ, 
.NewCustomizePkg_startersContainer__TwVJR {
  margin-top: 60px;
}
.NewCustomizePkg_startersContainer__TwVJR h5 {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  letter-spacing: .05em;
  color: #2c3338;
}
.NewCustomizePkg_starterSearchBtn__AwTII {
  margin: auto;
  width: 100%;
  height: 50px;
  border-radius: 5.02px;
  background-color: #efefef;
  display: flex;
  justify-content: space-between;
}
.svg-inline--fa {
  display: var(--fa-display,inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}
.NewCustomizePkg_starterSearchBtn__AwTII p {
  margin: auto;
  font-weight: 600;
  font-size: 20px;
  line-height: 15px;
  letter-spacing: .05em;
  text-transform: capitalize;
  color: #2c3338;
}
.NewCustomizePkg_starterSearchBtn__AwTII span {
  margin: auto;
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  line-height: 9px;
  letter-spacing: .05em;
  text-transform: capitalize;
  color: #4d555b;
}
.NewCustomizePkg_MenuHr__P1JiK {
  height: 0;
  border: .4px dashed #42484e;
  margin: 90px auto auto;
  background-color: #fff;
}
.NewCustomizePkg_imgDesc__96l3C {
  text-align: end;
}
.NewCustomizePkg_imgDesc__96l3C p {
  font-style: italic;
  color: #4d555b;
  font-size: 8px;
  font-weight: 600;
  text-align: end;
}
.NewCustomizePkg_menuContainer__7_ry3 
.NewCustomizePkg_createYourMenuHead__Pzjfd {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
.NewCustomizePkg_menuContainer__7_ry3 
.NewCustomizePkg_createYourMenuHead__Pzjfd h3 {
  font-weight: 600;
  font-size: 31px;
  line-height: 38px;
  letter-spacing: .02em;
  color: #42484e;
  margin-bottom: .5rem;
}
.NewCustomizePkg_menuContainer__7_ry3 
.NewCustomizePkg_createYourMenuHead__Pzjfd hr {
  width: 280px !important;
}
.NewCustomizePkg_mainsContainer__K_KiZ h5, 
.NewCustomizePkg_startersContainer__TwVJR h5 {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  letter-spacing: .05em;
  color: #2c3338;
}
.NewCustomizePkg_userInput__L_VbW {
  margin: auto;
  width: 100%;
  height: 157px;
  border-radius: 0px;
  background-color: #ffb28c;
}
.NewCustomizePkg_userInput__L_VbW h4 {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  letter-spacing: .05em;
  padding-top: 25px;
  padding-bottom: 20px;
  margin-bottom: .5rem;
}
.NewCustomizePkg_userInput__L_VbW .NewCustomizePkg_detailsInputLg__20koi {
  display: flex;
  justify-content: space-evenly;
}
.NewCustomizePkg_userInput__L_VbW .NewCustomizePkg_detailsInputLg__20koi input {
  width: 30% !important;
  height: 36px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}
.NewCustomizePkg_chefNote__Xqm3O {
  text-align: center;
  margin-top: 50px;
}
.NewCustomizePkg_chefNote__Xqm3O p {
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: .05em;
  color:#212529;
}
.NewCustomizePkg_chefNote__Xqm3O input.textnote {
  margin: auto;
  width: 549px !important;
  height: 69px;
  border-radius: 10px !important;
}
.NewCustomizePkg_detailsInputLg__20koi input, 
.NewCustomizePkg_detailsInputLg__20koi textarea {
  display: block;
  width: 100%;
  padding: 5px;
  background: #f1f1f1;
  margin-bottom: 20px !important;
}
.NewCustomizePkg_instantQuoteBtn__MhAyW {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 50px;
}
.NewCustomizePkg_instantQuoteBtn__MhAyW button {
  width: 275.24px;
  height: 51.29px;
  border-radius: 10px;
  background-color: #be2d30;
  color: #fff;
  border: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: .03em;
  filter: drop-shadow(0 4.65863px 4.65863px rgba(0,0,0,.25));
  padding: 0;
}
#NewCustomizePkg_itemsQnty__fSH6f h6 {
  font-size: 25px;
}
#NewCustomizePkg_starterSearchContent__VVGCP {
  padding: 10px;
  width: 100%;
  height: auto;
  margin: auto;
  background: #fff;
  box-shadow: 8.09291px 20.0824px 67.4409px rgba(0,0,0,.51);
}
#NewCustomizePkg_starterSearchContent__VVGCP input {
  margin: auto;
  width: 550px;
  height: 35px;
  border-radius: 5.03px;
  background-color: #efefef;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: .05em;
  text-transform: capitalize;
  color: #ababab;
}
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvN ul,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNn ul,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnn ul,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnnn ul{
  list-style-type: none;
  padding-left: 0;
  overflow-y: auto;
  height: auto;
  width: auto;
  margin: auto;
}
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvN ul li,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNn ul li,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnn ul li,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnnn ul li{
  text-align: center;
  margin: auto auto 5px;
  width: 100%;
  height: 45px;
  border-radius: 3.9px;
  background-color: #f6f6f6;
}
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvN ul li #NewCustomizePkg_insideDivLi__rVAK4,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNn ul li #NewCustomizePkg_insideDivLi__rVAK4,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnn ul li #NewCustomizePkg_insideDivLi__rVAK4,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnnn ul li #NewCustomizePkg_insideDivLi__rVAK4{
  margin-top: 5px;
  display: flex;
}
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvN ul li #NewCustomizePkg_insideDivLi__rVAK4 img,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNn ul li #NewCustomizePkg_insideDivLi__rVAK4 img,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnn ul li #NewCustomizePkg_insideDivLi__rVAK4 img,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnnn ul li #NewCustomizePkg_insideDivLi__rVAK4 img{
  margin-top: -5px;
  width: 60px;
  height: 45px;
}
#NewCustomizePkg_nvegLogoLg__XAfxM, #NewCustomizePkg_vegLogoLg__sJ0Lr {
  margin-left: 7px;
  margin-right: 0;
  margin-top: 10px !important;
  width: 15px !important;
  height: 15px !important;
}
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvN ul li #NewCustomizePkg_insideDivLi__rVAK4 p,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNn ul li #NewCustomizePkg_insideDivLi__rVAK4 p,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnn ul li #NewCustomizePkg_insideDivLi__rVAK4 p,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnnn ul li #NewCustomizePkg_insideDivLi__rVAK4 p{
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .05em;
  text-transform: capitalize;
  color: #000;
  margin-bottom: -10px;
  text-align: start;
  line-height: 15px;
  margin-left: 10px !important;
}
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvN ul li input[type="checkbox"],
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNn ul li input[type="checkbox"],
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnn ul li input[type="checkbox"],
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnnn ul li input[type="checkbox"]{
  accent-color: #be2d30;
}
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvN ul li input,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNn ul li input,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnn ul li input,
#NewCustomizePkg_starterSearchContent__VVGCP #NewCustomizePkg_starterList___7EvNnnn ul li input{
  margin-top: 7px;
  margin-right: 10px;
  width: 15px;
  cursor: pointer;
}
#NewCustomizePkg_starterSearchContent__VVGCP input.searchbox {
  margin: auto;
  width: 550px;
  height: 35px;
  border-radius: 5.03px;
  background-color: #efefef;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: .05em;
  text-transform: capitalize;
  color: #ababab;
  margin-bottom: 20px;
  padding:10px;
}
#NewCustomizePkg_listInsideBtn__HqLKD,
#NewCustomizePkg_listInsideBtn__HqLKDd,
#NewCustomizePkg_listInsideBtn__HqLKDdd,
#NewCustomizePkg_listInsideBtn__HqLKDddd{
  margin-top: 10px;
  text-align: end;
  margin-right: 20px;
}
#NewCustomizePkg_listInsideBtn__HqLKD button,
#NewCustomizePkg_listInsideBtn__HqLKDd button,
#NewCustomizePkg_listInsideBtn__HqLKDdd button,
#NewCustomizePkg_listInsideBtn__HqLKDddd button{
  margin-left: 10px;
  width: 60px;
  height: 20px;
  background: rgba(190,45,48,.1);
  border: .372043px solid #be2d30;
  border-radius: 10.7892px;
  font-weight: 600;
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  letter-spacing: .05em;
  text-transform: capitalize;
  color: #be2d30;
  padding:0px;
}
.NewCustomizePkg_fstItem__Gt5Ul {
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 10px;
  display: flex;
  margin: auto auto 15px;
}
.NewCustomizePkg_itemDetailsContainer__L0x8L {
  display: flex;
  margin-top: 15px;
}
.NewCustomizePkg_itemImage__Y8Ww_ {
  height: 106px;
  width: 120px;
  border-radius: 10px;
}
.NewCustomizePkg_vegLogo__jVEIb {
  margin-left: 18px;
  margin-right: 7px;
  margin-top: 4px;
  height: 19px;
  width: 19px;
}
.NewCustomizePkg_itemDetailsContainer__L0x8L h4 {
  width: 240px;
  font-weight: 600;
  font-size: 20.8px;
  line-height: 25px;
  letter-spacing: .05em;
  color: #2c3338;
  margin-bottom: -3px;
}
.NewCustomizePkg_quantityBtn__4TF7R {
  text-align: end;
  margin: 5px auto auto 130px;
  display: flex;
  width: 176px;
  height: 48px;
}
.NewCustomizePkg_quantityBtn__4TF7R button {
  cursor: pointer;
  height: 48px;
  width: 48px;
  background-color: #ffc31a;
  border: none;
  font-size: 26.6842px;
  font-weight: 600;
  box-shadow: 0 5.05263px 5.05263px rgba(0,0,0,.25);
  padding: 0;
}
.NewCustomizePkg_quantityBtn__4TF7R h6 {
  margin: auto;
  font-size: 16.4211px;
  font-weight: 600;
  line-height: 20PX;
  letter-spacing: .05em;
}
.NewCustomizePkg_trassLogo__AT5GD {
  cursor: pointer;
  width: 17px;
  height: 19px;
  margin-left: 40px;
  margin-top: 20px;
}
}