@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap");

@font-face {
  font-family: "Press Gothic";
  src: url("../eot/pressgothicd41d.eot#iefix") format("embedded-opentype"),
    url("../woff2/pressgothic.woff2") format("woff2"),
    url("../ressgothic.html") format("woff"),
    url("../ttf/pressgothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*--------------------------------------*/
/*Element Base
/*--------------------------------------*/

body {
  font-size: 1rem;
  line-height: 1.5;
  color: #353c46;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.btn {
  border-radius: 5rem;
  text-transform: uppercase;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.7rem 1rem 0.5rem;
  font-size: 1.2rem;
  font-family: "Press Gothic", sans-serif;
}


.btn.btn-primary {
  background-color: #6c8b46;
  border-color: #6c8b46;
}

.btn.btn-primary:hover {
  background-color: #e4f89f;
  border-color: #6c8b46;
  color: #6c8b46;
}

.btn.btn-outline-primary {
  color: #6c8b46;
  border-color: #6c8b46;
  background-color: transparent;
}

.btn.btn-outline-primary:hover {
  color: #6c8b46;
  border-color: #6c8b46;
  background-color: #e4f89f;
}

.text-green {
  color: #6C8B46;
}




.btn.continue-btn {
  background-color: #e4f89f;
  border-color: #e4f89f;
  color: #353c46;
}

.btn.continue-btn:hover {
  background-color: transparent;
  border-color: #e4f89f;
  color: #e4f89f;
}

.btn-outline-light {
  color: #e4f89f;
  border-color: #6C8B46;
  background-color: transparent;
}

.btn-outline-light:hover {
  color: #353c46;
  border-color: #e4f89f;
  background-color: #e4f89f;
}


.btn-light {
  color: #353c46;
  border-color: #e4f89f;
  background-color: #e4f89f;

}

.btn-light:hover {
  color: #e4f89f;
  border-color: #e4f89f;
  background-color: transparent;
}


/*Typography
/*--------------------------------------*/
h1,
h2,
h3 {
  font-weight: 400;
  font-family: "Press Gothic", sans-serif;
  text-transform: uppercase;
}

h1 {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 1.4rem;
}

h2 {
  font-size: 6.25rem;
  line-height: 1;
  margin-bottom: 0rem;
  color: #353c46;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 0.875rem;
}

/*************************************************/
/*Header
/*************************************************/



header .btn {
  display: flex;
  align-items: center;
  font-family: "Press Gothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.7rem 1rem 0.5rem;
}

header .logo {
  width: 275px;
}

.navbar {
  font-size: 1rem;
  background-color: #353C46;
  font-weight: 500;
  padding: .75rem 0;
}

.navbar-toggler-icon {
  background-image: url(../svg/toggle-iconw.svg);
}

.navbar-toggler {
  border: 0;
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar.active {
  top: 0;
}

.navbar .nav-link {
  color: #000;
  font-size: 1rem;
}

.navbar .nav-link:hover {
  color: #6c8b46;
}

.navbar .nav-item {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.navbar-brand {
  margin: 0;
}

/*************************************************/

/*Main
/*************************************************/

.steps-section {
  padding: 1.55rem 0 0 0;
  background-color: #fff;
}

.steps {
  position: relative;
  width: 650px;
  margin: 0 auto;
  font-family: "Press Gothic", sans-serif;
  text-transform: uppercase;
  min-height: 60px;
}

.steps:before {
  height: 4px;
  background-color: #CBD0DA;
  position: absolute;
  content: '';
  left: 3%;
  top: 0;
  width: 94%;
}

.steps .line {
  height: 4px;
  background-color: #6C8B46;
  position: absolute;
  left: 3%;
  top: 0;
  width: 0;
}


.steps.sub1 .line {

  width: 43px;
}


.steps.sub2 .line {
  width: 93px;
}

.steps.sub3 .line {
  width: 143px;
}


.steps.sub4 .line {
  width: 58px;
}

.steps.sub5 .line {
  width: 128px;
}


.steps.menu .line {
  width: 205px;
}

.steps.register2 .line {
  width: 266px;
}





.step-block {
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -14px;
  font-size: 1rem;
  color: #CBD0DA;
  width: 80px;
  margin-left: -40px;
}

.step-block.step1 {
  color: #353C46;
}

.step-block span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #353C46;
  border: solid 3px #353C46;
  display: block;
  background-color: #fff;
  position: relative;
  text-align: center;
  margin: 0 auto;
  line-height: 30px;
  font-size: 20px;
  margin-bottom: .5rem;
  box-shadow: 0 0 0 5px #fff;
  z-index: 9;
  ;
}

.steps.menu .step-block.step1 span {
  color: #fff;
  border: solid 3px #6C8B46;
  display: block;
  background-color: #6C8B46;
  position: relative;
  display: block;
  text-indent: -9999px;
}
.steps.menu .step-block.step1 span:before {

  height:16px;
  width:7px;
  border-bottom:3px solid #fff;
  border-right:3px solid #fff;
  transform: rotate(45deg);
  content:'';
  position: absolute;
  left: 12px;
  top: 5px;

}


.steps.success .step-block.step1 span, .steps.success .step-block.step2 span, .steps.success .step-block.step3 span {
  color: #fff;
  border: solid 3px #6C8B46;
  display: block;
  background-color: #6C8B46;
  position: relative;
  display: block;
  text-indent: -9999px;
}
.steps.success .step-block.step1 span:before, .steps.success .step-block.step2 span:before, .steps.success .step-block.step3 span:before {
  height:16px;
  width:7px;
  border-bottom:3px solid #fff;
  border-right:3px solid #fff;
  transform: rotate(45deg);
  content:'';
  position: absolute;
  left: 12px;
  top: 5px;

}







.steps.menu .step-block.step1  {
  color: #6C8B46;
}



.steps.menu .step-block.step2 span {
  color: #fff;
  border: solid 3px #353C46;
  display: block;
  background-color: #353C46;
}

.steps.menu .step-block.step2  {
  color: #353C46;
}





.steps.delivery .step-block.step1 span {
  color: #fff;
  border: solid 3px #6C8B46;
  display: block;
  background-color: #6C8B46;
}

.steps.delivery .step-block.step1  {
  color: #6C8B46;
}



.steps.delivery .step-block.step2 span {
  color: #fff;
  border: solid 3px #353C46;
  display: block;
  background-color: #353C46;
}

.steps.delivery .step-block.step2  {
  color: #353C46;
}


.steps.delivery .line {
  width: 305px;
}






.steps.payment .step-block.step1 span {
  color: #fff;
  border: solid 3px #6C8B46;
  display: block;
  background-color: #6C8B46;
}

.steps.payment .step-block.step1  {
  color: #6C8B46;
}



.steps.success .step-block span {
  color: #fff;
  border: solid 3px #6C8B46;
  display: block;
  background-color: #6C8B46;
}

.steps.success .step-block  {
  color: #6C8B46;
}



.steps.success .step-block.step4 span {
  color: #fff;
  border: solid 3px #353C46;
  display: block;
  background-color: #353C46;
}

.steps.success .step-block.step4  {
  color: #353C46;
}





.steps.payment .step-block.step2 span {
  color: #fff;
  border: solid 3px #6C8B46;
  display: block;
  background-color: #6C8B46;
}

.steps.payment .step-block.step2  {
  color: #6C8B46;
}



.steps.payment .line {
  width: 515px;
}


.steps.payment .step-block.step3 {
  color: #353C46;
}

.steps.payment .step-block.step3 span {
  color: #fff;
  border: solid 3px #353C46;
  display: block;
  background-color: #353C46;
}



.steps.success .step-block.green span {
  color: #fff;
  border: solid 3px #6C8B46;
  display: block;
  background-color: #6C8B46;
}

.steps.success .step-block.green  {
  color: #6C8B46;
}



.steps.success .step-block.dark span {
  color: #fff;
  border: solid 3px #353C46;
  display: block;
  background-color: #353C46;
}

.steps.success .step-block.dark  {
  color: #353C46;
}



.steps.success .line {
  width: 100%;
}



.steps.success .dot {
  background-color: #6C8B46;
}











.step-block.step1  span {
  color: #fff;
  border: solid 3px #353C46;
  display: block;
  background-color: #353C46;
}

.step-block.step1 {
  left: 0;
}

.step-block.step2 {
  left: 33.33%;
}

.step-block.step3 {
  left: 66.66%;
}

.step-block.step4 {
  right: 0;
  margin-right: -40px;
}


.steps .dot {
  width: 14px;
  height: 14px;
  background-color: #CBD0DA;
  border-radius: 50%;
  position: absolute;
  top: -5px;
}

.steps .dot.active {

  background-color: #6C8B46;

}



.promotion {
  background-color: #D4E8BD;
  text-align: center;
  color: #6C8B46;
  padding: 1rem 0 .8rem 0;
  font-family: "Press Gothic";
  font-size: 2rem;
}

.food-selection {
  padding: 3rem 0 5rem 0;
  margin: 0 auto;
  background-color: #F4F3F1;
}

.goals-section {
  max-width: 1035px;
  margin: 0 auto;
  color: #353C46;
  text-align: center;
}

.wrap1 {
  max-width: 1035px;
  margin: 0 auto;
}

.wrap1-slide {
  max-width: 1050px;
  margin: 0 auto;
}

.wrap2 {
  max-width: 850px;
  margin: 0 auto;
}

.wrap3 {
  max-width: 844px;
  margin: 0 auto;
}


.goals-section .block-plan {
  background-color: #fff;
  border-radius: 1.25rem;
  border: solid 3px #cbd0da;
  padding: 1.5rem 0;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.goals-section .block-plan .title {
  font-size: 1.6rem;
  color: #353C46;
  font-weight: 500;
  padding: 1.1rem 5.5rem 1.5rem;
  line-height: 1.2;
}

.goals-section .block-plan .subtitle {
  font-size: 1.2rem;
  color: #353C46;
  font-weight: 500;
  background-color: #EDEBE0;
  padding: .75rem 2rem;
}

.goals-section .block-plan p.info {
  color: #8E95A6;
  padding: 1.5rem 2rem 0;
  font-size: 1rem;
  font-weight: 500;
}

/* Weight Added */

.block-plan .recdn {
  position: absolute;
  left: 0;
  top: -16px;
  width: 100%;
}

.block-plan .recdn span {
  background-color: #6C8B46;
  padding: .5rem 2rem;
  color: #fff;
  border-radius: 2rem;
  font-size: 1rem;
}

.goals-section .block-plan.active {
  border-color: #6c8b46;
  background-color: #E7F6D4;
}

.goals-section .block-plan.active .subtitle {
  color: #fff;
  font-weight: 500;
  background-color: #6C8B46;
}

.goals-section .block-plan.active p {
  color: #6C8B46;
}

.goals-section .block-plan .selected {
  position: absolute;
  font-size: 3rem;
  color: #6c8b46;
  z-index: 9;
  left: 50%;
  bottom: -24px;
  margin-left: -24px;
  display: none;
}

.goals-section .block-plan.active .selected {
  position: absolute;
  font-size: 3rem;
  color: #6c8b46;
  z-index: 9;
  left: 50%;
  margin-left: -24px;
  display: block;
}

.goals-section .block-plan.active .selected.top {

  top: -24px;
}

.goals-section .block-plan.active .selected.bottom {
  bottom: -24px;
  left: 50%;
}






/* .btn-section{ background-color: #353C46; padding: 3rem 0;} */













/* -- NEW CSS --- */


.food-selection h1 {
  color: #353C46;
  font-size: 4.4rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}



.discount-info-block {
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D4E8BD;
  gap: 0.5rem;
  /* border-top: solid 5px #f4f3f1; */
}

.discount-info-block h3 {
  color: #6C8B46;
  font-size: 1.6rem;
  font-family: 'Press Gothic';
  line-height: 1;
  transform: translateY(2px);
  margin-bottom: 0;
}




.checkout-btns-section {
  padding: 1.25rem 0;
  background-color: #353C46;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
}


.checkout-btns-section.plan-price { min-height: 150px;}


.checkout-btns-section .back-btn {
  color: #fff;
  border: 3px solid #fff;
  padding: .5rem 2rem;
  position: relative;
}


.checkout-btns-section .back-btn:before {  color: #fff;
  display: inline-block;
  transform: rotate(180deg);
  margin-right: 20px;
  content: "\e900";
  color: #fff;
  font-family: 'icomoon' !important;

}

.checkout-btns-section .back-btn:hover:before { 

  color: #353c46;


}


.checkout-btns-section .back-btn:hover {
  color: #353C46;
  background-color: #fff;
}


.checkout-btns-section .continue-btn {
  border-width: 3px;
  padding: .5rem 2rem;
  position: relative;
}


.checkout-btns-section .continue-btn:after {  color: #353C46;
  display: inline-block;
  margin-left: 20px;
  content: "\e900";
  font-family: 'icomoon' !important;
}


.checkout-btns-section .continue-btn:after {  color: #353C46;
  display: inline-block;
  margin-left: 20px;
  content: "\e900";
  font-family: 'icomoon' !important;
}





.checkout-btns-section .continue-btn:hover:after {  color: #E4F89F;

}

.checkout-btns-section .continue-btn:disabled {
  color: #B0C794;
  border-color: #E1EBD5;
  background-color: #E1EBD5;
  opacity: 1;
}




.checkout-btns-section .continue-btn:disabled:after {  color: #6C8B46; opacity: .5;

}



.checkout-btns-section .continue-btn .icon::before {
  transition: .3s;
  color: #353C46;
}

.checkout-btns-section .continue-btn:hover .icon::before {
  color: #E4F89F;
}

.checkout-btns-section .continue-btn:disabled .icon::before {
  color: #B0C794;
}


.goals-section .subhead {
  background-color: #6C8B46;
  font-size: 1.25rem;
  color: #fff;
  padding: .35rem 1.5rem;
  border-radius: 2rem;
  display: inline-block;
  margin-bottom: 1.25rem;
  font-weight: 500;
}

.goals-section .para {
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0 6rem 1rem 6rem;
}

.block-plan .select {
  font-size: 1.75rem;
  padding: 1rem 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.goals-section .block-plan.grn-bdr {
  border-color: #6C8B46;
}


.delivery-time .period {
  font-size: 1.2rem;
  color: #8E95A6;
  padding-bottom: 0rem;
}

.delivery-time .days {
  font-size: 1.2rem;
  color: #8E95A6;
  border-top: solid 3px #CBD0DA;
  font-weight: 700;
  padding-top: 1rem;
  margin: 0;
}

.delivery-time .days span {
  color: #6C8B46;
  font-weight: 700;
}

.block-plan.active.delivery-time .days {
  border-color: #6C8B46;
}


.subbox {
  border: solid 3px #CBD0DA;
  padding: 1rem;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  background-color: #fff;
}

.subbox .text-green {
  color: #6C8B46;
}

.subbox .stitle {
  text-align: left;
}

.subbox .svalue {
  text-align: left;
  font-weight: 600;
}




.subbox.active {
  border-color: #6c8b46;
  background-color: #E7F6D4;
}



.subbox .selected {
  position: absolute;
  font-size: 3rem;
  color: #6c8b46;
  z-index: 9;
  left: 50%;
  bottom: -24px;
  margin-left: -24px;
  display: none;
}



.subbox.active .selected {
  position: absolute;
  font-size: 3rem;
  color: #6c8b46;
  z-index: 9;
  left: 50%;
  margin-left: -24px;
  display: block;
}

.subbox.active .selected.top {

  top: -24px;
}

.subbox.active .selected.bottom {
  bottom: -24px;
}




.block-plan.mid {
  min-height: 195px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-plan.mid .icon {
  font-size: 3rem;
}





.your-plan-header {
  background-color: #EDEBE0;
  color: #353C46;
  padding: 1rem
}

.your-plan-header h2 {
  font-size: 3.5rem;
  white-space:nowrap;
}


.your-plan-header p {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
  padding-left: 1.5rem;
}


.select-plan-box {
  background-color: #fff;
  border: solid 3px #CBD0DA;
  padding: 1.2rem;
  border-radius: 1.5rem;
  display: grid;
  grid-template-columns: 60px auto auto;
  margin-bottom: 1rem;
  cursor: pointer;
  position: relative;
  align-items: center;
}


.select-plan-box .rec-plan{background-color: #6C8B46;
  position: absolute;
  left: 50%;
  top: -20px;
  color: #fff;
  border-radius: 1rem;
  width: 220px;
  text-align: center;
  padding: .3rem;
  margin-left: -110px;}


.select-plan-box.active {
  background-color: #E7F6D4;
  border: solid 3px #6C8B46;
}


.select-plan-box .mprice {
  font-size: 1.25rem;
}



.select-plan-box h3 {
  font-size: 2rem;
  padding-top: .5rem;
  margin: 0;
}

.select-plan-box p.ltxt {
  font-size: 1.25rem;
  margin: 0;
  color: #8E95A6;
  padding-right: 2rem;
}



.select-plan-box.active p.ltxt {
  color: #353C46;

}



.select-plan-box p.ltxt span {
  color: #353C46;
  font-weight: 700;
}


.wrap-plan-selection .price-summary {
  display: grid;
  grid-template-columns: auto auto auto;
  border: solid 3px #7F879B;
  text-align: center;
  border-radius: 1.5rem;
  background-color: #353C46;
  position: fixed;
  bottom: 20px;
  width: 480px; 
  left: 50%;
  margin-left: -240px;
  z-index: 9999;
}

.wrap-plan-selection  .price-summary .applied-discount {
  padding: 0;
  color: #E4F89F;
  font-family: 'Press Gothic';
  font-size: 1.25rem;
  min-height: 36px;
  padding-top: .4rem;
}

.wrap-plan-selection .price-summary .meals {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  padding: 0 .1rem;
  line-height: 1;
  white-space: nowrap;
}

.wrap-plan-selection .price-summary .mprice {
  font-size: 1.25rem;
  color: #E4F89F;
  padding: 0 1rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;

}


.wrap-plan-selection .permeal-discount {
  border-right: solid 3px #7F879B;
  border-left: solid 3px #7F879B;
}


.wrap-plan-selection .price-summary .old-price {
  font-size: 1.5rem;
  color: #CCCCCC;
  font-weight: 500;
  position: relative;
  display: inline-block;
}


.wrap-plan-selection .price-summary .old-price:before {
  content: '';
  width: 100%;
  height: 3px;

  background-color: #FF5C5C;
  position: absolute;
  left: 0%;
  top: 50%;

}




.mdiscount,
.permeal-discount,
.total-discount {
  padding: .5rem 0;
}








.craido {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: .5rem;
  height: 32px;
}

/* Hide the browser's default checkbox */
.craido input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.craido .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 38px;
  width: 38px;
  background-color: #fff;
  border-radius: .5rem;
  border: solid 3px #CBD0DA;
}


/* When the checkbox is checked, add a blue background */
.craido input:checked~.checkmark {
  background-color: #6C8B46;
  border: solid 3px #6C8B46;
}

/* Create the checkmark/indicator (hidden when not checked) */
.craido .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.craido input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.craido .checkmark:after {
  left: 12px;
  top: 3px;
  width: 10px;
  height: 21px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.goals-section .block-plan .pblock .ptime {
  font-size: 1.6rem;
}


.main {
  background-color: #F4F3F1;
  padding-bottom: 2rem;
}

.wrap-plan-selection {
  max-width: 750px;
  margin: 0 auto;
  padding: 3rem 0;
}


.pwrap{max-width: 750px; margin: 0 auto}


.alert-selection{ margin-top: -2rem; font-size: 1.25rem; padding-bottom: 3rem;}




.agreement .form-check{ display: flex; margin-bottom: 2rem;}

.agreement  .form-check .form-check-input{ margin-right: 1rem;}
.agreement .form-check .form-check-label{ margin-top: .3rem;}

.spacewrap{white-space:nowrap;}




@media(max-width:991px) {


  .spacewrap{white-space:normal;}

  .food-selection h1 {
    font-size: 3rem;
  }


  .goals-section .block-plan .title {
    font-size: 1.5rem;
    padding: 1rem 2rem 1rem;

  }

  .goals-section .block-plan .subtitle {
    font-size: 1.25rem;
  }

  .goals-section .block-plan p.info {
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;

  }



  .checkout-btns-section .continue-btn .icon {
    margin-left: 10px;
    font-size: 1rem;
  }

  .checkout-btns-section .back-btn .icon {
    margin-right: 10px;
    font-size: 1rem;
  }

  .checkout-btns-section .back-btn {


    padding: .4rem 1.5rem;
  }

  .checkout-btns-section .continue-btn {
    padding: .4rem 1.5rem;
  }

  .goals-section .para {
    font-size: 1.15rem;
    padding: 0 1rem 2rem 1rem;
  }


  .subbox {
    font-size: 1rem;

  }


  .block-plan .select {
    font-size: 1.25rem;
    padding: 1rem;
  }

  .delivery-time .days,
  .delivery-time .period {
    font-size: 1.25rem;

  }


  header .btn {
    font-size: .875rem;

  }

  .navbar-brand {
    max-width: 220px;
  }



  .wrap-plan-selection .price-summary {
    background: #353c46;
    border-bottom: 0;
    border-radius: 1rem 1rem 0 0;
  }


  .wrap-plan-selection {
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .permeal-discount {
    border-right: 0;
    border-left: 0;
  }

  .checkout-btns-section.plan-price { min-height: auto;}

  .wrap-plan-selection .price-summary{ bottom: 96px;}




}

@media(max-width:767px) {

  .steps {

    width: auto;
    margin-left: 50px;
    margin-right: 50px;

  }

  .steps .dot {
    display: none;
  }

  .step-block {
    font-size: 14px;
  }


  .discount-info-block h3 {

    font-size: 1.25rem;

  }


  .block-plan .recdn span {

    font-size: 10px;
  }

  .block-plan .recdn span {
    padding-left: 1rem;
    padding-right: 1rem;
  }


  .goals-section .block-plan .title {
    font-size: 1rem;
    padding: 1rem 0 1rem 0;
    max-width: 170px;
    margin: 0 auto;
  }

  .goals-section .block-plan .subtitle {
    font-size: .85rem;
  }

  .goals-section .block-plan .subtitle {
    padding: .75rem .5rem;
  }

  .goals-section .block-plan p.info {
    font-size: .75rem;
  }

  .goals-section .block-plan p.info {
    padding: .5rem;
    margin: 0;
    min-height: 75px;
  }


  .food-selection {
    padding: 1.5rem 0 3rem 0;
  }

  .checkout-btns-section {
    margin-top: 3rem;
  }

  .checkout-btns-section .btn {
    font-size: 1rem;
  }

  .checkout-btns-section .back-btn .icon,
  .checkout-btns-section .continue-btn .icon {
    font-size: .75rem;
  }

  .goals-section .subhead {

    font-size: .75rem;
    padding: .25rem .75rem;
    text-transform: uppercase;

  }


  .goals-section .para {
    font-size: .875rem;
    padding: 0 1rem 1rem 1rem;
  }


  .block-plan .select {
    font-size: .875rem;
    padding: 1rem;
  }

  .goals-section .block-plan {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }


  .goals-section .block-plan.active .selected {
    position: absolute;
    font-size: 2rem;
    color: #6c8b46;
    z-index: 9;
    left: 0%;
    margin-left: -16px;
    display: block;
    margin-top: -16px;
  }

  .goals-section .block-plan.active .selected.top {
    top: 50%;
  }

  .goals-section .block-plan {
    max-width: 270px;
    margin: 0 auto;
  }

  .food-selection h1 {
    margin-bottom: 1.5rem;
  }



  .goals-section .block-plan.delivery-time {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    align-items: center;
    text-align: left;
  }

  .goals-section .block-plan .selected {
    font-size: 1rem;
  }





  .delivery-time .days {
    font-size: 1rem;
    padding-top: 1rem;
    border: 0;
  }

  .goals-section .block-plan .pblock .ptime {
    font-size: 1rem;
    font-weight: 700;
  }

  .delivery-time .days,
  .delivery-time .period {
    font-size: .875rem;
    padding: 0;
    margin: 0;
    text-align: right;
  }


  .delivery-time.mid .days,
  .delivery-time.mid .period {
    text-align: left;
  }





  .delivery-time .days span {
    display: block;
    font-size: 1.1rem;
  }

  .subbox {
    font-weight: 700;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    max-width: 270px;
    margin: 0 auto;
  }

  .subbox .stitle {
    text-align: left;
    font-size: .85rem;
  }

  .subbox .svalue {
    text-align: right;
    font-size: .85rem;
  }





  .subbox.active .selected {

    font-size: 2rem;
    left: 0%;
    margin-left: -16px;
    margin-top: -16px;
    top: 50%;
  }

  .subbox.active .selected.top {
    top: 50%;
  }


  .mid .mob-mid {
    display: flex;
    text-align: left;
    justify-content: left;
    padding: 0;
    align-items: center;
  }

  .block-plan.mid {
    min-height: auto;
    justify-content: left;
  }

  .block-plan.mid .icon {
    font-size: 2rem;
  }

  .bsixe {
    width: 60px;
  }


  .steps-section {
    border-top: solid 14px #F4F3F1
  }

  .discount-info-block {
    border-top: 0;
  }


  .para .mbold {
    font-weight: 600;
    display: block;
  }


  .your-plan-header h2 {
    font-size: 1.75rem;
    white-space: nowrap;
    padding-right: .5rem;
  }


  .your-plan-header p {
    font-size: 0.625rem;
  }





  .craido {

    margin-bottom: 0;
  }



  .craido .checkmark {

    height: 24px;
    width: 24px;
    border-radius: .3rem;

  }


  .craido .checkmark:after {
    left: 6px;
    top: 1px;
    width: 8px;
    height: 14px;

  }

  .select-plan-box {

    grid-template-columns: 34px auto auto;
    align-items: center;
    padding: 1rem;
    border-radius: 1rem;

  }

  .select-plan-box h3 {
    font-size: 1rem;
    font-weight: 700;
    font-family: "Plus Jakarta Sans";
    text-transform: none;
    padding-top: 0;
  }


  .select-plan-box p {
    font-size: .75rem;
    padding-right: 1rem;
    margin-bottom: 0;
  }


  .centerflex {
    display: flex;
    align-items: center;
  }

  .select-plan-box .text-end p {

    padding-right: 0;
  }




  .wrap-plan-selection .price-summary .applied-discount {

    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: .75rem;
    min-height: auto;

  }

  .wrap-plan-selection  .price-summary .applied-discount .icon-check-markb {
    display: none;
  }

  .wrap-plan-selection .price-summary .meals {
    font-size: 1rem;

  }

  .permeal-discount {
    border-right: 0;
    border-left: 0;
  }

  .wrap-plan-selection .price-summary .old-price {
    font-size: .875rem;

  }

  .wrap-plan-selection .price-summary .mprice {
    font-size: 1rem;
  }

  .wrap-plan-selection .price-summary .applied-discount {
    display: block;
  }

  .wrap-plan-selection .price-summary {
    width: 350px;
    margin-left:-175px;
  }
  .wrap-plan-selection .price-summary {
    bottom: 83px;
}


.wrap-plan-selection .permeal-discount {
   border-right:0;
  border-left:0;
}
 

  .price-summary-wrap {
    bottom: 83px;
  }

  .wrap-plan-selection .price-summary .applied-discount, .wrap-plan-selection .price-summary .mprice{ padding: 0;}

  .wrap-plan-selection .price-summary {
    grid-template-columns: 120px auto auto;
  }

  .select-plan-box .mprice {
    font-size: .75rem;
  }

  .select-plan-box p.ltxt {
    font-size: .75rem;
    padding-right: 1rem;
  }

  .wrap-plan-selection {
    padding-bottom: 3rem;
    margin-bottom: -3rem;
  }

  .checkout-btns-section.sel {
    border-top: solid 3px #7f879b;
  }


  .alert-selection {
    padding-top: 2rem;
    padding-bottom: 0;
    margin: 0;
    font-size: 1rem;;
}


.steps.menu .line {
  width: 95px;
}

.steps.delivery .line {
  width:95px;
}

.steps.payment .line {
  width: 185px;
}



}






/* -----AA Checkout Buttons ----- */

.checkout-btns-block {
  padding: 1.25rem 0;
  background-color: #353C46;
}

.checkout-btns-block .btns-wrapper {
  max-width: 64.5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Back Button Styles */
.checkout-btns-block .back-btn {
  color: #fff;
  border: 3px solid #fff;
  padding: 0.5rem 2rem;
  position: relative;
}

.checkout-btns-block .back-btn::before {
  content: "\e900";
  color: #fff;
  display: inline-block;
  font-family: 'icomoon' !important;
  transform: rotate(180deg);
  margin-right: 20px;
  transition: 0.3s;
}

.checkout-btns-block .back-btn:hover {
  color: #353C46;
  background-color: #fff;
}

.checkout-btns-block .back-btn:hover::before {
  color: #353C46;
}

/* Continue Button Styles */
.checkout-btns-block .continue-btn {
  border-width: 3px;
  padding: 0.5rem 2rem;
  position: relative;
}

.checkout-btns-block .continue-btn::after {
  content: "\e900";
  color: #353C46;
  display: inline-block;
  font-family: 'icomoon' !important;
  margin-left: 20px;
  transition: 0.3s;
}

.checkout-btns-block .continue-btn:hover {
  background-color: transparent;
  color: #E4F89F;
}

.checkout-btns-block .continue-btn:hover::after {
  color: #E4F89F;
}

.checkout-btns-block .continue-btn:disabled {
  color: #B0C794;
  border-color: #E1EBD5;
  background-color: #E1EBD5;
  opacity: 1;
}

.checkout-btns-block .continue-btn:disabled .icon::before {
  color: #B0C794;
}

.checkout-btns-block .continue-btn .icon::before {
  transition: 0.3s;
  color: #353C46;
}

.checkout-btns-block .continue-btn:hover .icon::before {
  color: #E4F89F;
}


/* RESPONSIVE CSS */

@media (max-width: 991px) {
  .checkout-btns-block {
    padding: 1rem 0;
  }

  .checkout-btns-block .back-btn,
  .checkout-btns-block .continue-btn {
    padding: 0.5rem 1.5rem;
  }

  .checkout-btns-block .back-btn::before {
    margin-right: 10px;
  }

  .checkout-btns-block .continue-btn::after {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {

  .checkout-btns-block .back-btn,
  .checkout-btns-block .continue-btn {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 575px) {
  .checkout-btns-block .back-btn {
    font-size: 1rem;
    padding: 0.5rem 1.75rem 0.5rem 0.875rem;
  }

  .checkout-btns-block .continue-btn {
    font-size: 1rem;
    padding: 0.5rem 1.125rem 0.5rem 2.25rem;
  }
}





/* ----- REGISTER SECTION ----- */

.register-section {
  padding: 2rem 0 4.5rem;
  background-color: #F4F3F1;
}

.register-section .section-wrapper {
  max-width: 39rem;
  margin: 0 auto;
}

.register-section .meal-promo-box {
  padding: 1.5rem 3rem;
  border-radius: 22px;
  background-color: #EDEBE0;
  border: 3px solid #CBD0DA;
}

.meal-promo-box .promo-discount {
  display: flex;
  align-items: baseline;
  font-size: 1.25rem;
  font-family: 'Press Gothic';
  color: #6C8B46;
  margin: 0;
}

.meal-promo-box .promo-discount .icon {
  margin-right: 4px;
}

.meal-promo-box .box-info {
  display: flex;
  justify-content: space-between;
}

.meal-promo-box .box-info h2 {
  font-size: 3.25rem;
  line-height: 1;
  text-transform: uppercase;
}

.meal-promo-box .promo-features {
  display: flex;
  flex-direction: column;
  margin-top: -1.5rem;
  row-gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.meal-promo-box .promo-features li {
  font-size: 1.5rem;
  font-weight: 700;
}

.meal-promo-box .promo-features .grn-text {
  color: #6C8B46;
}


.promo-features .free-for{ padding-left: 1.8rem;}

.meal-promo-box .promo-features .icon {
  margin-right: 0.25rem;
  vertical-align: -2px;
}

.meal-promo-box .promo-offer,
.meal-promo-box .promo-meal-count span {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  color: #8E95A6;
  padding-top: 0.5rem;
}

.meal-promo-box .promo-meal-count span {
  padding: 0;
}

.register-section .register-main-block {
  padding: 0 2.5rem;
  padding-top:2rem;
}

.register-section .divline{
  border-bottom:solid #CBD0DA 3px;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.register-main-block .login-link {
  text-align: center;
  font-size: 1.40rem;
  font-family: 'Press Gothic';
  color: #6C8B46;
  text-decoration: underline;
  text-transform: uppercase;
}

.register-main-block .login-link:hover {
  text-decoration: none;
}

.register-section .register-main-block .form-check {
  display: flex;
  align-items: flex-start;
  column-gap: 1rem;
  padding-bottom: 1.5rem;
}

.register-main-block .form-check .form-check-label {
  font-size: 1rem;
  font-weight: 500;
}

.payment-section .card-info-block .form-check .form-check-input,
.register-main-block .form-check .form-check-input {
  width: 26px;
  height: 26px;
  border: 3px solid #6C8B46;
  border-radius: 4px;
  background-color: transparent;
  background-size: 1.25rem;
  cursor: pointer;
}

.payment-section .card-info-block .form-check .form-check-input:focus,
.register-main-block .form-check .form-check-input:focus {
  box-shadow: none;
}

/* Checked State */
.payment-section .card-info-block .form-check .form-check-input:checked,
.register-main-block .form-check .form-check-input:checked {
  background-color: #6C8B46;
  border-color: #6C8B46;
}


/*  RESPONSIVE CSS  */

@media screen and (max-width: 991px) {
  .register-section .register-main-block {
    padding: 0;
    padding-top: 2.25rem;
  }

  .register-main-block .login-link {
    margin-bottom: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .register-section .meal-promo-box {
    padding: 1.5rem 2rem;
  }

  .meal-promo-box .box-info h2 {
    font-size: 3rem;
  }

  .meal-promo-box .promo-offer,
  .meal-promo-box .promo-meal-count span {
    font-size: 1.125rem;
  }

  .meal-promo-box .promo-features li {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 575px) {
  .register-section {
    padding: 1.5rem 0 3rem;
    background-color: #F0F1F7;
  }

  .register-main-block .form-check {
    column-gap: 0.5rem;
    padding-bottom: 1.25rem;
  }

  .register-main-block .form-check .form-check-label {
    font-size: 0.75rem;
  }

  .payment-section .card-info-block .form-check .form-check-input,
  .register-main-block .form-check .form-check-input {
    width: 1.25rem;
    height: 1.25rem;
  }

  .register-section .meal-promo-box {
    padding: 1.5rem 1rem;
  }

  .meal-promo-box .promo-discount {
    font-size: 1rem;
    font-weight: bold;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-bottom: 1rem;
  }

  .meal-promo-box .box-info h2 {
    font-size: 1.25rem;
    font-weight: bold;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: capitalize;
  }

  .meal-promo-box .promo-meal-count span {
    font-size: 0.625rem;
    font-weight: 600;
  }

  .meal-promo-box .promo-features {
    margin-top: 0.625rem;
  }

  .meal-promo-box .promo-features li {
    font-size: 1rem;
  }

  .meal-promo-box .promo-offer {
    font-size: 0.875rem;
    font-weight: 600;
  }
}






/* Delivery Details Section */

.delivery-details-section {
  padding: 3rem 0 8.5rem 0;
  background-color: #F4F3F1;
}

/* Container Update */
@media screen and (min-width:1200px) and (max-width:1399px) {
  .delivery-details-section .container {
    max-width: 1180px;
  }
}

.delivery-details-section .details-wrap h5 {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.delivery-details-section .details-wrap p {
  color: #8E95A6;
  font-size: 1.25rem;
  font-weight: 500;
  max-width: 31.25rem;
}

.delivery-details-section .details-wrap .form-row {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
}

.form-group .form-control,
.delivery-details-section .details-wrap .form-row .form-select,
.delivery-details-section .details-wrap .form-row .form-control {
  color: #353C46;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 1rem;
  border: 2px solid #CBD0DA;
}

.form-group .form-control:focus,
.delivery-details-section .details-wrap .form-row .form-select:focus,
.delivery-details-section .details-wrap .form-row .form-control:focus {
  box-shadow: none;
  border-color: #9599a0;
}

.form-group .form-control::placeholder,
.delivery-details-section .details-wrap .form-row .form-control::placeholder {
  color: #8E95A6;
}


/* FORM VALIDATION CSS */

.form-group .form-control.input-success,
.delivery-details-section .details-wrap .form-row .form-select.input-success,
.delivery-details-section .details-wrap .form-row .form-control.input-success {
  border-color: #6C8B46; 
}

.form-group .form-control.input-error,
.delivery-details-section .details-wrap .form-row .form-select.input-error,
.delivery-details-section .details-wrap .form-row .form-control.input-error {
  border-color: #B54C4C; 
}


.delivery-details-section .form-divider {
  width: 100%;
  height: 2px;
  background-color: #CBD0DA;
  margin: 2.25rem 0;
}

.delivery-details-section .details-wrap.shipping-method {
  padding-left: 2.25rem;
}

.shipping-method .shipping-option-box {
  padding: 2rem;
  border-radius: 6px;
  background-color: #fff;
  border: 3px solid #fff;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.shipping-method .shipping-option-box input[type="radio"] {
  display: none;
}

.shipping-method .shipping-option-box .checkbox {
  border-radius: 6px;
  border: 3px solid #6C8B46;
  background-color: #fff;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shipping-method .shipping-option-box .checkbox img {
  display: none;
}

.shipping-method .shipping-option-box .shipping-info {
  padding-left: 1.5rem;
}

.shipping-method .shipping-option-box .shipping-info h6 {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-bottom:0;
}

.shipping-method .shipping-option-box .shipping-info span {
  color: #7F879B;
  font-size: 1.25rem;
  font-weight: 500;
}

.shipping-method .shipping-option-box .price {
  margin-left: auto;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 600;
}

/* For Selected Box */
.shipping-method .shipping-option-box.selected {
  border: 3px solid #6C8B46;
  background-color: #E7F6D4;
}

.shipping-method .shipping-option-box.selected .checkbox {
  background-color: #6C8B46;
}

.shipping-method .shipping-option-box.selected .checkbox img {
  display: block;
}

/* Delivery Schedule */
.delivery-schedule,
.delivery-details-section .delivery-schedule {
  display: flex;
  justify-content: space-between;
  padding-left: 2.25rem;
  padding-top: 1.5rem;
  position: relative;
}

.delivery-schedule button {
  border: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 10px;
  position: relative;
}

.delivery-schedule button.active {
  border: 0;
  padding: 0 .5rem 1rem 1rem;
  background-color: #fff;
  width: 50%;
}

.delivery-schedule .calender-holder {
  position: absolute;
  top: calc(100% - 1rem);
  max-width: 27rem;
  z-index: 99;
  display: block;

}

.delivery-schedule .calender-holder.active {
  display: block;
}

.delivery-schedule .schedule-col {
  display: flex;
  align-items: baseline;
  text-align: right;
  padding-top: 1rem;
}

.delivery-schedule .schedule-col .icon {
  color: #6C8B46;
  font-size: 1.5rem;
  margin-right: 1rem;
  vertical-align: 3px;
}

.delivery-schedule .delivery-details p {
  color: #353C46;
  font-size: 1.7rem;
  font-family: 'Press Gothic';
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0;
}

.delivery-schedule .delivery-details>span {
  color: #6C8B46;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.delivery-details-section .details-wrap .input-status {
  color: #6C8B46;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 6px;
  background-color: #D4E8BD;
  padding: 0.5rem;
  margin-top: 1.5rem;
  text-align: center;
}

.delivery-details-section .details-wrap .input-status .icon {
  margin-right: 0.5rem;
}

.alert.alert-danger {
  min-height: 4rem;
  color: #9D3232;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0.5rem 1.5rem;
  border-radius: 6px;
  background-color: #EBBCBC;
  border: none;
  display: flex;
  align-items: center;
}

.alert.alert-danger .icon {
  max-width: 1.5rem;
  margin-right: 0.75rem;
}









/* Delivery Options */

.delivery-details-section .details-wrap.delivery-method {
  padding-left: 2.25rem;
}



.delivery-method .delivery-option-box {
  padding: 1rem;
  border-radius: 1rem;
  border: 3px solid #CBD0DA;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.delivery-method .delivery-option-box input[type="radio"] {
  display: none;
}

.delivery-method .delivery-option-box .checkbox {
  border-radius: 6px;
  border: 3px solid #CBD0DA;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.delivery-method .delivery-option-box .checkbox img {
  display: none;
}

.delivery-method .delivery-option-box .shipping-info {
  padding-left: 1.5rem;
}

.delivery-method .delivery-option-box .shipping-info {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom:0;
}

.delivery-method .delivery-option-box .shipping-info span {
  color: #7F879B;
  font-size: 1.25rem;
  font-weight: 500;
}

.delivery-method .delivery-option-box .price {
  margin-left: auto;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 600;
}

/* For Selected Box */
.delivery-method .delivery-option-box.selected {
  border: 3px solid #6C8B46;
  background-color: #E7F6D4;
  color: #6C8B46;
}

.delivery-method .delivery-option-box.selected .checkbox {
  background-color: #6C8B46;
  border: 3px solid #6C8B46;
}

.delivery-method .delivery-option-box.selected .checkbox img {
  display: block;
}















@media screen and (max-width:1199px) {
  .delivery-details-section .delivery-schedule,
  .delivery-details-section .details-wrap.shipping-method {
    padding-left: 1.5rem;
  }

  .shipping-method .shipping-option-box {
    padding: 2rem 1.5rem;
  }

  .delivery-schedule .schedule-col .icon {
    font-size: 1.25rem;
    margin-right: 0.5rem;
  }

  .delivery-schedule .delivery-details p {
    font-size: 1.35rem;
  }

  .delivery-schedule .delivery-details>span {
    font-size: 1rem;
  }


  .delivery-details-section .details-wrap.delivery-method{ padding-left: 0; padding-top: 2rem;;}




}

@media screen and (max-width:991px) {
  .delivery-details-section .details-wrap.shipping-method {
    padding-left: 0;
    margin-top: 2.5rem;
  }

  .delivery-details-section .delivery-schedule  {
    padding-left: 0;
  }
}


@media screen and (max-width:767px) {
  .delivery-details-section .details-wrap h5 {
    font-size: .85rem;
  }

  .delivery-details-section .details-wrap p {
    font-size: .85rem;
  }

  .shipping-method .shipping-option-box .shipping-info h6 {
    font-size: .85rem;
  }

  .shipping-method .shipping-option-box .shipping-info span {
    font-size: .85rem;
  }

  .shipping-method .shipping-option-box .price {
    font-size: .85rem;
  }

  .delivery-details-section .details-wrap .input-status {
    font-size: .85rem;
    margin-top: 1rem;
  }


  .delivery-method .delivery-option-box .shipping-info, .delivery-method .delivery-option-box .price{ font-size: .85rem;}

  .delivery-method .delivery-option-box .checkbox{       
     width: 1.25rem;
    height: 1.25rem;}

    .delivery-method .delivery-option-box.selected .checkbox img {
      max-width: 0.75rem;
}

  .delivery-method .delivery-option-box .shipping-info {
    padding-left: 0.75rem;
}

}

@media screen and (max-width:575px) {
  .delivery-details-section {
    padding: 1.5rem 0 10rem 0;

  }

  .delivery-details-section .details-wrap h5 {
    font-size: 1rem;
  }

  .delivery-details-section .details-wrap p {
    font-size: 0.875rem;
  }

  .delivery-details-section .details-wrap.shipping-method {
    margin-top: 1.5rem;

  }

  .delivery-details-section .details-wrap .form-row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }

  .delivery-details-section .form-divider {
    margin: 1.5rem 0;
  }

  .shipping-method .shipping-option-box {
    padding: 1.25rem 0.625rem;
    border-radius: 12px;
    border-color: #CBD0DA;
    background-color: transparent;
    margin-bottom: 0.75rem;
  }

  .shipping-method .shipping-option-box .checkbox {
    width: 1.25rem;
    height: 1.25rem;
    border-color: #CBD0DA;
  }

  .shipping-method .shipping-option-box.selected .checkbox {
    border-color: #6C8B46;
  }

  .shipping-method .shipping-option-box .shipping-info {
    padding-left: 0.75rem;
  }

  .shipping-method .shipping-option-box .price{
    font-size: 1.125rem;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0;
 
  }



  .shipping-method .shipping-option-box .shipping-info h6 {
    font-size: 1.125rem;
    font-weight: bold;
    padding-bottom: 0;
    margin: 0;
 
  }





  .shipping-method .shipping-option-box .price {
    margin-bottom: 0;
  }

  .shipping-method .shipping-option-box .shipping-info span {
    font-size: 0.75rem;
    font-weight: bold;
  }
  
  .shipping-method .shipping-option-box.selected .checkbox img {
    max-width: 0.75rem;
  }

  .delivery-details-section .delivery-schedule {
    padding-top: 0.5rem;
  }

  .delivery-schedule .schedule-col {
    text-align: left;
  }

  .delivery-schedule .schedule-col .icon {
    font-size: 1.25rem;
    margin-right: 0.375rem;
    vertical-align: 2px;
  }
  
  .delivery-schedule .delivery-details p {
    font-size: 1.25rem;
  }
  
  .delivery-schedule .delivery-details>span {
    font-size: 0.875rem;
  }
  
  .delivery-details-section .details-wrap .input-status {
    font-size: 1rem;
    margin-top: 0.75rem;
  }

  .delivery-details-section .details-wrap .input-status .icon {
    margin-right: 0.25rem;
    vertical-align: -2px;
  }

  .alert.alert-danger {
    min-height: 3rem;
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
  }

  .alert.alert-danger .icon {
    max-width: 1.25rem;
    margin-right: 0.5rem;
  }  

  .delivery-schedule button.active {
    padding: 0 0.5rem 1rem;
  } 
}







/* Success Section */

.success-section {
  padding: 3rem 0 5rem 0;
  background-color: #F4F3F1;
}

/* Container Update */
@media screen and (min-width:1200px) and (max-width:1399px) {
  .success-section .container {
    max-width: 1220px;
  }
}

.success-section .order-placed-box {
  border-radius: 22px;
  border: 3px solid #CBD0DA;
  background-color: #353C46;
  padding: 3rem 1rem;
  text-align: center;
  max-width: 33.5rem;

}

.success-section .order-placed-box h2 {
  color: #fff;
  font-size: 3rem;
  text-transform: uppercase;
  padding-top: 2rem;
}

.success-section .order-placed-box p {
  color: #CBD0DA;
  font-weight: 500;
  padding-top: 0.75rem;
}

.success-section .order-placed-box .btns-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2.75rem;
  gap: 2rem;
  margin: 0;
}

.success-section .order-placed-box .btns-wrap .btn {
  min-width: 12.25rem;
  border-width: 3px;
}

.success-section .order-placed-box .btns-wrap .btn.btn-outline-light {
  color: #fff;
  border-color: #fff;
}

.success-section .order-placed-box .btns-wrap .btn.btn-outline-light:hover {
  color: #353C46;
  background-color: #fff; 
}

.payment-section .order-details-box,
.success-section .order-details-box {
  border-radius: 22px;
  border: 3px solid #CBD0DA;
  background-color: #EDEBE0;

}



.success-section .order-details-box .upper-block {
  padding: 2rem 2.25rem 1.75rem;
  border-bottom: 2px solid #ccc;
  min-height: 284px;

}

.payment-section .order-details-box .box-info,
.success-section .order-details-box .box-info {
  display: flex;
  justify-content: space-between;
}

.payment-section .order-details-box .box-info p,
.success-section .order-details-box .box-info p {
  font-size: 3.25rem;
  font-family: 'Press Gothic';
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
}

.payment-section .order-details-box .box-items-list,
.success-section .order-details-box .box-items-list {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  padding: 0;
  margin: 0;
}

.payment-section .order-details-box .box-items-list li,
.success-section .order-details-box .box-items-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-section .order-details-box .box-items-list li .icon,
.success-section .order-details-box .box-items-list li .icon {
  color: #6C8B46;
  margin-right: 0.25rem;
  vertical-align: -2px;
}

.payment-section .order-details-box .box-items-list li .icon {
  color: #353C46;
}

.payment-section .order-details-box .box-items-list li p,
.success-section .order-details-box .box-items-list li p {
  color: #353C46;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}

.success-section .delivery-schedule {
  padding: 0; 
}

.success-section .delivery-schedule .schedule-col {
  padding: 1.5rem 2.25rem;
  border-right: 2px solid #CCCCCC;
  justify-content: center;
  text-align: left;
}

.success-section .delivery-schedule .schedule-col:last-child {
  border-right: 0;
}


@media screen and (max-width:1199px) {
  .success-section .order-placed-box {
    padding: 2rem 2rem 3rem 2rem;
  }

  .success-section .order-placed-box .btns-wrap {
    gap: 1rem;
  }

  .success-section .order-placed-box .btns-wrap .btn {
    min-width: auto;
  }

  .success-section .order-details-box .upper-block {
    padding: 2rem 1.5rem 1.75rem;
  }

  .success-section .order-details-box .box-info p {
    font-size: 3rem;
  }

  .success-section .delivery-schedule .schedule-col {
    padding: 1.5rem 1rem;
  }
}

@media screen and (max-width:991px) {
  .success-section .order-placed-box {
    max-width: 100%;
  }

  .success-section .order-details-box {
    min-width: 100%;
    margin-top: 2rem;
  }

  .success-section .delivery-schedule .schedule-col {
    flex: auto;
  }
}

@media screen and (max-width:575px) {

  .success-section {
    min-height: 100%;
    padding: 1.5rem 0 3rem 0;
    background-color: #F0F1F7;
  }

  .success-section .order-placed-box {
    padding: 1.75rem 1.25rem;
  }

  .success-section .order-placed-box h2 {
    font-size: 2rem;
  }

  .success-section .order-placed-box p {
    font-size: 0.875rem;
    line-height: 1.7;
    padding-top: 0.75rem;
  }

  .success-section .order-placed-box .btns-wrap {
    padding-top: 1.75rem;
  }

  .success-section .order-placed-box .btns-wrap .btn {
    font-size: 1rem;
  }

  .success-section .order-details-box {
    margin-top: 1.25rem;
  }

  .success-section .order-details-box .upper-block {
    padding: 1.5rem 1rem;
  }

  .success-section .delivery-schedule .schedule-col {
    padding: 1rem 0.5rem;
  }

  .success-section .delivery-schedule .schedule-col .icon {
    font-size: 1rem;
    vertical-align: 0px;
  }

  .success-section .delivery-schedule .delivery-details p {
    font-size: 1.25rem;
  }
  
}






/* Payment Section */

.payment-section {
  padding: 4.5rem 0 0;
  background-color: #F4F3F1;
}


/* Container Updates */
@media screen and (min-width:1200px) {
  .payment-section .container {
    max-width: 1220px;
  }
}

@media screen and (min-width:1400px) {
  .payment-section .container {
    max-width: 1220px;
  }
}

.payment-section .price-summary {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  border: solid 3px #CBD0DA;
  background-color: #EDEBE0;
  border-radius: 1.5rem;
  padding: 0 3rem 0 0;
}

.payment-section .price-summary .headtext {
  color: #6C8B46;
  font-size: 1.25rem;
  font-family: 'Press Gothic';
  text-transform: uppercase;
}

.payment-section .price-summary .mealcount {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

.payment-section .price-summary .mprice {
  font-size: 1.25rem;
  color: #6C8B46;
  font-weight: bold;
  line-height: 1;
  padding-top: 0.25rem;
}

.payment-section .price-summary .meals {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding-top: 0.25rem;
}

.payment-section .price-summary .old-price {
  font-size: 1.5rem;
  color: #8E95A6;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.payment-section .price-summary .old-price:before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #FF5C5C;
  position: absolute;
  left: 0%;
  top: 50%;
}

.payment-section .main-row {
  column-gap: 2rem;
}

.payment-section .order-details-box {
  min-width: 39rem;
  padding: 3.5rem 3rem 3rem;
  margin-top: 1rem;
}

.payment-section .order-details-box .box-discount {
  color: #6C8B46;
  font-size: 1.25rem;
  display: flex;
  align-items: baseline;
  font-family: 'Press Gothic';
  text-transform: uppercase;
  margin: 0;
}

.payment-section .order-details-box .box-discount img {
  margin-right: 4px;
}

.payment-section .order-details-box .box-items-list {
  padding: .5rem 0 0;
  margin: 0;
}

.payment-section .add-items-wrapper {
  padding-top: 2.25rem;
}

.payment-section .add-items-wrapper h3 {
  font-size: 2.25rem;
  padding-bottom: .5rem;
  text-transform: uppercase;
  margin: 0;
}

.payment-section .add-items-wrapper .item-options-list {
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
  padding: 0;
}

.add-items-wrapper .item-options-list .item-box {
  padding: 0.5rem 3rem 0.5rem 1rem;
  border-radius: 100px;
  border: 3px solid #CBD0DA;
  display: flex;
  align-items: center;
}

.add-items-wrapper .item-box .quantity-controls {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  margin-right: 1rem;
}

.add-items-wrapper .item-box .quantity-controls button {
  padding: 0;
  border: 0;
  font-size: 1.625rem;
  color: #6C8B46;
}

.add-items-wrapper .item-box .quantity-controls .icon {
  vertical-align: -2px;
}

.add-items-wrapper .item-box .quantity-controls .value {
  font-size: 2rem;
  font-weight: 600;
  border: 0;
  background: transparent;
  max-width: fit-content;
  width: 100%;
  max-width: 34px;
  text-align:center
}

.add-items-wrapper .item-box .item-name {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}

.add-items-wrapper .item-box .item-price {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: auto;
  text-align: right;
}


.payment-section .apply-code-block {
  padding-bottom: 3rem;
  border-bottom: 1px solid #000;
}

.payment-section .apply-code-block .form-group label {
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 1rem;
}

.payment-section .apply-code-block .code-status {
  color: #6C8B46;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 6px;
  background-color: #D4E8BD;
  padding: 0.5rem;
  margin-top: 1.5rem;
  text-align: center;
}

.payment-section .apply-code-block .code-status .icon {
  margin-right: 0.5rem;
}


.payment-section .payment-btns-block {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 3rem;
}

.payment-section .payment-btns-block button {
  height: 3.5rem;
  border-radius: 100px;
  text-align: center;
  border: 0;
  padding: 0;
  transition: .2s;
}

.payment-section .payment-btns-block button:hover {
  transform: scale(0.98);
}

.payment-section .payment-btns-block button.apple-pay {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #000000;
}

.payment-section .payment-btns-block button.apple-pay img {
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}

.payment-section .payment-btns-block button.amazon-pay {
  background-color: #F5D784;
}

.payment-section .payment-btns-block button.amazon-pay img {
  vertical-align: -18px;
}

.payment-section .payment-btns-block button.paypal {
  background-color: #F6C657;
}


.payment-section .pay-option-divider {
  position: relative;
  text-align: center;
  margin-top: 3rem;
  z-index: 2;
}

.payment-section .pay-option-divider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: -1;
}

.payment-section .pay-option-divider span {
  color: #353C46;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 0.75rem;
  background-color: #F4F3F1;
}


.payment-section .card-info-block {
  margin-top: 2.5rem;
}

.payment-section .card-info-block label {
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 1rem;
}

.payment-section .card-info-block .form-control.cardnumber {
  background-image: url(../card-brands-img.html);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 8rem;
}

.payment-section .card-info-block .form-control.cvc {
  background-image: url(../cvc-security-img.html);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 2.25rem
}

.payment-section .card-info-block .form-group .error-message {
  color: #9D3232;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
  padding-top: 0.375rem;
  padding-left: 1rem;
  display: inline-block;
}

.payment-section .card-info-block .form-check {
  padding-top: 1.5rem;
}

.payment-section .card-info-block .form-check .form-check-input {
  width: 22px;
  height: 22px;
  border-width: 2px;
  border-radius: 3px;
  margin-right: 0.75rem;
}



@media screen and (max-width:1199px) {
  .payment-section .main-row {
    column-gap: 0rem;
  }

  .payment-section .order-details-box {
    padding: 2.5rem 2rem;
    min-width: 32rem;
  }

  .add-items-wrapper .item-box .item-price,
  .add-items-wrapper .item-box .item-name {
    font-size: 1.375rem;
  }

  .add-items-wrapper .item-box .quantity-controls .value {
    font-size: 1.75rem;
  }
}


@media screen and (max-width:991px) {
  .payment-section {
    padding: 3.5rem 0;
  }

  .payment-section .main-row {
    row-gap: 3rem;
  }
}


@media screen and (max-width:767px) {
  .payment-section {
    padding: 3rem 0;
  }

  .payment-section .price-summary {
    padding: 1rem 1.5rem 1.5rem 0;
  }

  .payment-section .price-summary .mealcount {
    font-size: 2.5rem;
  }

  .payment-section .price-summary .old-price {
    font-size: 1.375rem;
  }

  .payment-section .price-summary .meals {
    font-size: 1.75rem;
    padding-top: 0;
  }

  .payment-section .price-summary .mprice {
    font-size: 1.125rem;
  }

  .payment-section .price-summary .headtext {
    font-size: 1.125rem;
  }

  .payment-section .main-row {
    row-gap: 2.5rem;
  }

  .payment-section .order-details-box {
    padding: 2rem;
    min-width: 100%;
  }

  .payment-section .order-details-box .box-info p,
  .success-section .order-details-box .box-info p {
    font-size: 3rem;
  }

  .payment-section .order-details-box .box-items-list li p,
  .success-section .order-details-box .box-items-list li p {
    font-size: 1.25rem;
  }

  .payment-section .add-items-wrapper {
    padding-top: 2rem;
  }

  .payment-section .add-items-wrapper h3 {
    font-size: 2rem;
    padding-bottom: 0.5rem;
  }

  .add-items-wrapper .item-options-list .item-box {
    padding: 0.5rem 1rem;
  }

  .add-items-wrapper .item-box .quantity-controls {
    column-gap: 0.25rem;
  }

  .add-items-wrapper .item-box .quantity-controls button {
    font-size: 1.25rem;
  }

  .add-items-wrapper .item-box .quantity-controls .value {
    font-size: 1.5rem; max-width: 34px;
  }

  .add-items-wrapper .item-box .item-price,
  .add-items-wrapper .item-box .item-name {
    font-size: 1.25rem;
  }

  .payment-section .card-info-block label,
  .payment-section .apply-code-block .form-group label {
    font-size: 1.125rem;
    padding-bottom: 0.75rem;
  }

  .form-group .form-control,
  .delivery-details-section .details-wrap .form-row .form-select,
  .delivery-details-section .details-wrap .form-row .form-control {
    font-size: 1.125rem;
    padding: 0.75rem;
  }

  .payment-section .apply-code-block {
    padding-bottom: 2.5rem;
  }

  .payment-section .apply-code-block .code-status {
    font-size: 1.125rem;
    margin-top: 1rem;
  }

  .payment-section .pay-option-divider,
  .payment-section .payment-btns-block {
    margin-top: 2.5rem;
  }

  .payment-section .pay-option-divider span {
    font-size: 1.25rem;
    font-weight: 600;
  }

  .payment-section .card-info-block {
    margin-top: 2rem;
  }
}


@media screen and (max-width:575px) {
  .payment-section {
    padding: 1.5rem 0 3rem 0;
    background-color: #F0F1F7;
  }

  .payment-section .price-summary {
    grid-template-columns: 1fr 1.5fr auto;
    padding: 1.25rem 1.125rem 1.75rem;
  }

  .payment-section .price-summary .mealcount {
    font-size: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.45rem;
  }

  .payment-section .price-summary .old-price {
    font-size: 0.875rem;
  }

  .payment-section .price-summary .old-price::before {
    height: 2px;
  }

  .payment-section .price-summary .meals {
    font-size: 1.25rem;
    padding-top: 0.25rem;
  }

  .payment-section .price-summary .mprice {
    font-size: 1.25rem;
    text-transform: lowercase;
  }

  .payment-section .price-summary .headtext {
    font-size: 0.75rem;
    font-weight: bold;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: capitalize;
  }
 
  .payment-section .order-details-box {
    padding: 1.75rem 1rem;
  }

  .payment-section .order-details-box .box-discount {
    font-size: 1rem;
    font-weight: bold;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-bottom: 0.5rem;
  }

  .payment-section .order-details-box .box-discount img {
    transform: translateY(2px);
  }

  .payment-section .order-details-box .box-info,
  .success-section .order-details-box .box-info {
    padding-bottom: 1.5rem;
  }

  .payment-section .order-details-box .box-info p,
  .success-section .order-details-box .box-info p {
    font-size: 1.25rem;
    font-weight: bold;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: none;
  }

  .payment-section .order-details-box .box-items-list {
    padding-top: 0;
  }

  .payment-section .order-details-box .box-items-list li .icon {
    margin-right: 0.375rem;
  }

  .payment-section .order-details-box .box-items-list li p,
  .success-section .order-details-box .box-items-list li p {
    font-size: 1rem;
  }

  .payment-section .add-items-wrapper h3 {
    font-size: 1rem;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Plus Jakarta Sans", sans-serif;
  }

  .add-items-wrapper .item-options-list .item-box {
    padding: 0.25rem 0.625rem;
  }

  .add-items-wrapper .item-box .quantity-controls {
    margin-right: 0.5rem;
  }

  .add-items-wrapper .item-box .quantity-controls button {
    font-size: 1.125rem;
  }


  .add-items-wrapper .item-box .quantity-controls .icon {
    vertical-align: -1px;
  }

  .add-items-wrapper .item-box .quantity-controls .value {
    font-size: 1.25rem;
    width: 34px;

  }

  .add-items-wrapper .item-box .item-price,
  .add-items-wrapper .item-box .item-name {
    font-size: 1rem;
  }

  .payment-section .card-info-block label,
  .payment-section .apply-code-block .form-group label {
    font-size: 1rem;
    padding-bottom: 0.5rem;
  }

  .payment-section .card-info-block .headlabel {
    display: none;
  }

  .form-group .form-control,
  .delivery-details-section .details-wrap .form-row .form-select,
  .delivery-details-section .details-wrap .form-row .form-control {
    font-size: 0.875rem;
    padding: 0.625rem 0.75rem;
  }

  .payment-section .apply-code-block {
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #CBD0DA;
  }

  .payment-section .apply-code-block .code-status {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }

  .payment-section .apply-code-block .code-status .icon {
    margin-right: 0.25rem;
    vertical-align: -1px;
  }

  .payment-section .pay-option-divider,
  .payment-section .payment-btns-block {
    margin-top: 1.5rem;
    row-gap: 0.75rem;
  }

  .payment-section .pay-option-divider span {
    color: #8E95A6;
    font-size: 0.875rem;
    font-weight: bold;
  }

  .payment-section .pay-option-divider::before {
    background-color: #8E95A6;
  }

  .payment-section .card-info-block {
    margin-top: 1.5rem;
  }

  .payment-section .card-info-block .form-check {
    padding-top: 1rem;
  }

  .payment-section .card-info-block .form-check .form-check-input {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.5rem;
  }

  .payment-section .card-info-block .form-control.cardnumber {
    background-position: right 12px center;
    background-size: 4.5rem;
  }

  .payment-section .card-info-block .form-control.cvc {
    background-position: right 12px center;
    background-size: 1.75rem;
  }

  .payment-section .card-info-block .form-group .error-message {
    font-size: 0.875rem;
  }

  .payment-section .payment-btns-block button {
    height: 2.75rem;
  }

  .payment-section .payment-btns-block button.apple-pay {
    font-size: 1.25rem;
  }

  .payment-section .payment-btns-block button.apple-pay img {
    vertical-align: -5px;
    margin-right: 0.25rem;
    max-width: 1.125rem;
  }

  .payment-section .payment-btns-block button.amazon-pay img {
    max-width: 6.5rem;
  }

  .payment-section .payment-btns-block button.paypal img {
    max-width: 5.5rem;
  }
}



.form-select .sel {
  color: grey;
}



footer {
  background: #6c8b46 url(../png/footer-bg-2.png);
  padding: 5.5rem 0 1rem 0;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
  margin-bottom: 90px;
  text-align: center;
}

footer .nav a {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.text-gray{ color: #8E95A6;}


@media(max-width:991px) {
  footer {

    margin-bottom: 84px;
  }
  
}

/* amazon payments  */
  
  #addressBookWidgetDiv {
  min-width: 300px; 
  max-width: 600px;
  min-height: 228px; 
  max-height: 400px;
}


#walletWidgetDiv {
  min-width: 300px; 
  max-width:600px; 
  min-height: 228px;
  max-height: 400px;
}




/* Mobile optimized and small window */

#addressBookWidgetDiv {
  width: 100%; 
  height: 228px;
  display:none;
}

#walletWidgetDiv {
  width: 100%; 
  height: 228px;
   display:none;
}

#consentWidgetDiv {
    width: 100%; 
    height: 150px;
    display:none;
}
/* Desktop and tablet */





@media only screen and (min-width: 768px) {

  #addressBookWidgetDiv {
    width: 480px; 
    height: 228px;
  }

  #walletWidgetDiv {
    width: 480px; 
    height: 228px;
  }

  #consentWidgetDiv {
    width: 480px; 
    height: 150px;
  }
}












.modal-frequency .ui-corner-all,
.modal-frequency .ui-corner-top,
.modal-frequency .ui-corner-left,
.modal-frequency .ui-corner-tl {
    border-radius: 8px;
}

.freq-wrap{width: 420px; margin: 0 auto; padding-bottom: 2rem;}

.modal-frequency .d-freq-block{background-color: #fff; border-radius: .5rem; padding: .5rem; text-align: center; font-weight: 600; font-size:1rem; line-height: 1.25; cursor: pointer; border: solid 1px #fff;}

.modal-frequency .d-freq-block:hover, .modal-frequency .d-freq-block.active{border: solid 1px #748a4e; background-color: #eaf6d8;}



.modal-frequency  .sml-light{color: #8E95A6; font-size: .75rem;}

.modal-frequency .shade{ box-shadow:.1rem  .1rem .2rem rgba(0, 0, 0, 0.15);}

.modal-frequency .modal-dialog{max-width: 620px;}

.modal-frequency .title-sml{color: #8E95A6;}

.modal-frequency .modal-content{background-color: #f3f3f1;}
.freq-wrap .ui-datepicker { padding: 1rem 3rem;  width: 26rem;}

@media(max-width:767px){
    .freq-wrap{width:100%; padding:0 1rem 3rem}

    .freq-wrap .ui-datepicker {
    width: 100%;
    padding: 1rem;
    display: none;
}


.modal-frequency .d-freq-block{font-size:.75rem;}

}



/* New 08 March 2025 */


.our-menu  .slick-slide {
  margin: 0 .5rem;
}

.our-menu .slick-next {
  right: -3.5rem;
  z-index: 2;
}

.our-menu  .slick-prev {
  left: -3.5rem;
}




/* Slick Theme  */

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 1;
   margin-top: -28px; 
}

.slick-prev {
  left: -28px;
}

.slick-next {
  right: -28px;
}

.slick-next {
  background-image: url(../svg/arrow-next-slide.svg);
  width: 44px;
  height: 44px;
  background-size: 100%;
}

.slick-prev {
  background-image: url(../svg/arrow-prev-slide.svg);
  width: 44px;
  height: 44px;
  background-size: 100%;
}

.our-menu .box-food {
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
  margin-bottom: 1.5rem;
}


.our-menu .box-food .food-name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0;
  min-height: 6rem;
}


.grn-tip{ background-color: #D4E8BD; padding: 1rem 1.5rem; color: #353C46; border-radius: 1.25rem; font-size: 1rem; margin-bottom: 2rem;}


@media (max-width: 1199px) {

  .our-menu .slick-slide {
    margin: 0 0.5rem;
  }
  

  .our-menu .slick-next {
    right: 2rem;
  }
  
  .our-menu  .slick-prev {
    left: 2rem;
  }
  

}


@media (max-width: 767px) {
.our-menu .box-food .food-name{ font-size: 1.25rem;}
}



.register-main-block .grn-info{background-color: #D4E8BD; border-radius: 1.25rem; padding: 1rem 1.5rem; text-align: center; font-size: 1.25rem;}
.register-main-block  .btn.btn-full{ font-family:"Plus Jakarta Sans", sans-serif; text-transform: none; font-weight: 700; font-size: 1.25rem;}
.register-main-block .or{ position: relative; text-align: center; margin-top: 2rem;}
.register-main-block .or span{ background-color: #F4F3F1; position: relative; padding: .25rem 1rem;}
.register-main-block .or::before{ position: absolute; width: 100%; height: 2px; background-color: #CBD0DA; content: ''; margin-top: 3rem; left: 0; bottom: 10px;}
.register-main-block .btn.btn-outline-primary{ background-color: #fff; border-width:2px;  font-weight: 700;}
.register-main-block .btn.btn-primary{ background-color: #6c8b46;color: #fff; }
.register-main-block  .btn.btn-primary.apple{ background-color: #000; color: #fff; display: flex; justify-content: center;}
.register-main-block  .btn.btn-primary.google{ background-color: #fff; border-color: #fff; color: #353C46; }
.register-main-block  .btn.btn-outline-primary.guest-checkout{ background-color: transparent; border-color: #353C46; color: #353C46; }
.register-main-block  .btn-icon{position: relative; top: -2px; width: 24px;}

