/* Icons Start */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap");

@font-face {
  font-family: "icomoon";
  src: url("../eot/icomoona554.eot");
  src: url("../eot/icomoona554.eot#iefix") format("embedded-opentype"),
    url("../ttf/icomoona554.ttf") format("truetype"),
    url("../woff/icomoona554.woff") format("woff"),
    url("../svg/icomoona554.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-account:before {
  content: "\e900";
  color: #fff;
}

.icon-alert:before {
  content: "\e901";
  color: #ffb03b;
}

.icon-box-shipped:before {
  content: "\e902";
  color: #6d8c47;
}

.icon-close:before {
  content: "\e903";
  color: #fff;
}

.icon-close2:before {
  content: "\e904";
}

.icon-core:before {
  content: "\e905";
  color: #fff;
}

.icon-edit:before {
  content: "\e906";
}

.icon-my-plan:before {
  content: "\e907";
}

.icon-new-customer-info:before {
  content: "\e908";
}

.icon-order:before {
  content: "\e909";
}

.icon-payment:before {
  content: "\e90a";
}

.icon-personal-info:before {
  content: "\e90b";
}

.icon-shop-add-on:before {
  content: "\e90c";
}

.icon-signout:before {
  content: "\e90d";
}

.icon-trash:before {
  content: "\e90e";
}

.icon-upcoming-orders:before {
  content: "\e90f";
  color: #6d8c47;
}

/* Icons End */

body {
  font-size: 1rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  color: #343d46;
  background-color: #f4f3f1;
}

header {
  background-color: #343d46;
}

header .account-btn {
  color: #fff;
  border: 0;
  text-decoration: none;
}

.account-btn .icon-account {
  opacity: 0.8;
}



.sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar ul li {
  padding: .5rem 0;
}

.sidebar ul li a {
  text-decoration: none;
  display: block;
  color: #343d46;
  padding-left: 1rem;
  border-left: solid 3px transparent;
  padding-bottom: .5rem;
  padding-top: .5rem;
}

.sidebar ul li a:hover,
.sidebar ul li a.active {
  color: #6c8b46;
  border-left: solid 3px #6c8b47;
}


.content h2 {
  font-size: 1.75rem;
  font-weight: 800;
  padding-bottom: 2.25rem;
}

.content h3 {
  font-size: 1.375rem;
  font-weight: 800;
  margin: 0;
}


.content h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  padding-bottom: .5rem;
}

.content .small {
  font-size: .75rem;
}

.content .date {
  font-size: 1.5rem;
  font-weight: 700;
}


.content .nav-underline {
  border: 0;
}

.content .nav-underline li {
  padding: 0 1rem;
}

.content .nav-underline .nav-link {
  border: 0;
  color: #343d46;
  padding: 0 0 0.3rem 0;
}

.content .nav-underline .nav-link.active {
  font-weight: 800;
  position: relative;
  background-color: transparent;
}

.content .nav-underline .nav-link.active:before {
  background-color: #343d46;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
}

.date-block {
  border: solid 1px #6e8b48;
  padding: .5rem;
  background-color: #ebf1e5;
  color: #6e8b48;
  text-align: center;
  min-height: 110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.date-block.active {
  border: solid 1px #343d46;
  color: #fff;
  background-color: #343d46;
}


.shipping-info {
  padding-bottom: 1.25rem;
}


.btn.btn-primary {
  background-color: #6d8c48;
  border: 0;
  border-radius: 3rem;
  padding: .5rem 1rem;
  font-size: .75rem;
  font-weight: 700;
  border: solid 1px #6d8c48;
}

.btn.btn-primary:hover,
.btn.btn-primary:active {
  background-color: #e4f89f;
  color: #6d8c48;
}


.btn.btn-primary.red {
  background-color: #AE3F37;
  border: solid 1px #AE3F37;
  color: #fff;
}

.btn.btn-primary.red:hover,
.btn.btn-primary.red:active {
  background-color: #AE3F37;
  color: #fff;
}


.btn.btn-primary.large {

  padding: .5rem 1.5rem;
  font-size: .875rem;

}


.btn.btn-outline-primary {
  border-radius: 3rem;
  border: solid 2px #343d46;
  color: #343d46;
  font-size: .75rem;
  font-weight: 700;
  padding: .5rem 1rem;
}


.btn.btn-outline-primary.large {
  font-size: .875rem;
  padding: .5rem 1.5rem;
}

.btn.btn-outline-primary.disabled {
  opacity: .4;
}


.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:active {
  background-color: #343d46;
  color: #fff;
}




.view-food .food-header {
  background-color: #565656;
  border-radius: .8rem .8rem 0 0;
  color: #fff;
  font-size: .75rem;
  padding: 1rem 1.5rem;
  position: relative;
}

.view-food .food-items {
  background-color: #EEEBE1;
  border-radius: .0 0 .8rem .8rem;
  padding: .5rem 1.5rem;
  position: relative;
  ;
}

.food-block {
  width: 100%;
  color: #565656;
  font-size: .875rem;
  border-bottom: solid 1px #e3e0d1;
  padding: .625rem 0;
}


.food-items .food-block:last-child {
  border-bottom: 0;
}

.food-block .info {
  display: flex;
  justify-content: space-between;
}


.food-block .item-type {
  min-width: 150px;
  font-size: .75rem;
  font-weight: 400;
}

.qty-type {
  padding-left: 3rem;
  text-align: left;
}

.food-block .qb {
  display: none;
}

.food-img {
  display: none;
}


.view-food .food-items.view-images {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}

.food-items.view-images .food-block {
  width: 32%;
  border: 0;
  align-items: center;
  display: flex;
  margin-right: 1%;
  padding-bottom: 1rem;
}

.food-items.view-images .food-block .qty-type {
  padding-left: 0;

}

.food-items.view-images .food-img {
  display: block;
  max-width: 60px;
}


.food-items.view-images .food-block .info {
  display: block
}



.view-food .food-header.plus {
  border-radius: .8rem;
}



.form-check-input {
  --bs-form-check-bg: transparent;
}

.form-check-input:checked {
  background-color: #565656;
  border-color: #fff;
}

.toggle-items {
  width: 19px;
  height: 19px;
  position: relative;
  background-image: url(../svg/minus-icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
}

.toggle-items.plus {
  width: 19px;
  height: 19px;
  background-image: url(../svg/plus-icon-2.svg);
  background-repeat: no-repeat;
}



.compact-view {
  display: none !important;
}

.banner {
  background-image: url(../png/account-header.png);
  background-size: cover;
  height: 375px;
  background-position: top;
  position: relative;
}

.banner h1 {
  text-align: center;
  position: absolute;
  bottom: 3rem;
  width: 100%;
  left: 0;
  right: 0;
  ;
}

main {
  padding: 6.5rem 0;
}


.navbar-toggler {
  display: none;
}


.view-images .food-block .item-type {
  color: #848380;
}

.view-images .food-block .qb {
  display: inline;
}

.offcanvas-lg.offcanvas-start {
  width: 255px;
}


.alert-info {
  background-color: #e1ffff;
  border: solid 1px #a4d4d4;
  color: #227774;
  font-size: .875rem;
  padding: .5rem 1rem;
  margin-bottom: 1.5rem;
}




footer {
  background: #6c8b46 url(../png/footer-bg-3.png);
  padding: 5.5rem 0 1rem 0;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
}

footer .flogo {
  padding-right: 3rem;
}

footer a {
  text-decoration: none;
}

footer h5 {
  font-weight: 700;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
}

footer .nav li {
  padding-bottom: 0.75rem;
}

footer .nav a {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

footer sup {
  top: -0.8em;
  font-size: 0.6rem;
}


.pinfo-details .pinfo-block {
  line-height: 1.7;
}



.pinfo-block {
  background-color: #E6E6E6;
  border-radius: .5rem;
  padding: 1.5rem 2rem;
  color: #565656;
  font-size: 1rem;
  margin-top: 1rem;
  position: relative;
  font-weight: 400;
}

.pinfo-block .icon-edit {
  text-decoration: none;
  color: #343D46;
  font-size: 1.5rem;
  position: absolute;
  right: 2rem;
  top: 1.5rem;
  cursor: pointer;
}

.pinfo-block .icon-trash {
  text-decoration: none;
  color: #343D46;
  font-size: 1.5rem;
  position: absolute;
  right: 2rem;
  top: 1.5rem;
  cursor: pointer;
}


.pinfo-block .card-info {
  line-height: 2;
}


.content .form-control {
  border: solid 2px #ccced1;
  height: 56px;
  font-size: .875rem;
  box-shadow: none;
}

.content .form-control:focus {
  border: solid 2px #343D46;

}





.content .form-control::placeholder {
  font-weight: 600;
}


.preferences {
  padding-top: 6rem;
}

.preferences .form-check-input {

  width: 1.3em;
  height: 1.3em;
  margin-top: 0;

  border: solid 1px #343D46;

}



.preferences h5 {
  font-weight: 700;
  font-size: 1.25rem;
}







.modal-content {
  background-color: #343D46;
  color: #D9D9D9;
  padding: 2rem 1.5rem 2rem 1.5rem;
  border-radius: 1rem;
}

.modal-body.form {
  width: 550px;
}


.modal-content .icon-close {
  font-size: 2rem;
  padding: 0;
  margin: 0;
}


.modal-content .form-control {
  border: solid 2px #ccced0;
  height: 56px;
  font-size: .875rem;
  font-weight: 600;
  box-shadow: none;
}

.modal-content .form-control::placeholder {
  font-weight: 600;
}

.modal-content .form-label {
  font-size: .875rem;
  margin-bottom: .25rem;
}

.modal .btn.btn-link {
  color: #fff;
  font-size: .875rem;
  text-decoration: none;
  position: relative;
}

.modal .btn.btn-link:before {
  position: absolute;
  content: '';
  bottom: 5px;
  left: 15%;
  width: 70%;
  height: 1px;
  background-color: #fff;
  ;
}


.modal-backdrop {

  --bs-backdrop-bg: #fff;
  --bs-backdrop-opacity: 0.7;

  background-color: #fff;
}


.core-plan {
  background-color: #4090E1;
  color: #fff;
  border-radius: 3rem;
  padding: .5rem 1rem;
  display: inline-block;
  font-size: .65rem;
  text-transform: uppercase;
  font-weight: 600;
}



.pinfo-block .sinfo {
  font-size: .75rem;
  padding-right: 2.5rem;
}

.pinfo-block .sinfo .value {
  font-size: 1rem;
  font-weight: 700;
}

.pinfo-block .btn-block {
  width: 100px;
  float: right;
}

.add-promo {
  width: 388px;
}



.modal-content .plan-block {
  border-radius: .5rem;
  background-color: #fff;
  padding: 1.25rem;
  cursor: pointer;
  border: solid 3px #fff;
  color: #565656;
}

.modal-content .plan-block.selected {
  background-color: #eef4e8;
  border: solid 3px #6d8c48;
  color: #6e8c46;
}




.modal-content .plan-block .form-check-input {

  width: 1em;
  height: 1em;
  border: solid 1px #6d8c48;

}


.modal-content .plan-block .form-check-input:checked {
  background-color: #6d8c48;
  border-color: #6d8c48;
}




.modal-content .plan-block .form-check-input[type=radio] {
  border-radius: .2rem;
  width: 1em;
  height: 1em;
}





.plan-block .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}



.plan-block .title {
  font-size: 1rem;
  font-weight: 800;
}

.plan-block .info {
  font-size: .75rem;
  display: block;
}


.password-block {
  padding-top: 6rem;
}

.note {
  color: #5B6268;
  font-weight: 400;
  font-size: .875rem;
}


.success.form-control {
  border-color: #6d8c48;
}

.error.form-control {
  border-color: #C40D00;
}

.promo-alert {
  font-size: .75rem;
  padding-top: .5rem;
}

.success-alert {
  color: #6d8c48;
}

.error-alert {
  color: #C40D00;
}


.modal .delivery-info {
  color: #A4FFFF;
  font-size: .75rem;
  padding-top: .5rem;
  font-weight: 400;
}

.modal .delivery-alert {
  color: #FFB03B;
  font-size: .75rem;
  padding-top: .5rem;
  font-weight: 400;
}

.modal .price-alert {
  color: #FFB03B;
  font-size: .875rem;
  padding-top: .5rem;
  font-weight: 700;
}

.modal h5 {
  font-size: .875rem;
  font-size: 600;
  padding-bottom: .75rem;
  margin: 0;
}


.modal .base-plan,
.modal .box-size {
  padding-bottom: 2rem;
}

.modal .base-plan .plan-block {
  min-height: 145px;
}


.modal .box-size .infod {
  font-size: .65rem;
  padding-top: .5rem;
  display: block;
  font-weight: 400;
}

.modal .add-opt .infod {
  font-size: .65rem;
  padding-top: .5rem;
  display: block;
  font-weight: 400;
}

.cardpre {
  position: absolute;
  right: 10px;
  top: 15px;
}



.remove-promo-icon {
  position: absolute;
  right: 1rem;
  top: 1.1rem;
  font-size: 1.25rem;
  cursor: pointer;
}




@media(max-width:1199px) {

  .content {
    margin-left: 0;
  }

  .food-items.view-images .food-block {
    width: 48%;
  }



  main {
    padding: 3rem 0;
    min-height: 500px;
  }


  .pinfo-block .btn-block {
    width: auto;
    display: flex;
  }





}


@media(max-width:991px) {





  .navbar-toggler-icon {
    background-image: url(../svg/toggle-iconw-2.svg);
  }

  .navbar-toggler {
    border: 0;
    padding: 0;
    display: block;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar.active {
    top: 0;
  }


  .account-btn {
    display: none;
  }



  .offcanvas-lg.offcanvas-start {
    width: 280px;
  }

  .offcanvas-body {
    padding: 0;
  }


  .food-items.view-images .food-block {
    width: 100%;
  }

  .content h2 {
    padding-bottom: 1rem;
  }


  .modal-body.form,
  .modal-body {
    width: 100%;
  }

  .modal-content {
    padding: 1rem;

  }

  .modal-body {
    padding: 0;
  }

  .modal-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-content .form-control {
    height: 44px;
    border: 0;
  }

  .modal-content .icon-close {
    font-size: 1.5rem;
  }


  .pinfo-block .sinfo {
    padding-right: 0;
    padding-top: .5rem;
  }


  .cardpre {
    top: 11px;
  }

  .banner {
    height: 160px;

  }

.pinfo-block .btn-block{ float:none;}
}




@media(max-width:575px) {
  .food-items.view-images .food-block {
    width: 100%;
  }

  .date-block {
    min-height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .add-promo {
    width: 100%;
  }

  .banner h1 {

    bottom: 1.5rem;
    font-size: 1.5rem;

}

.food-block .qb {
    display: inline; 
}

.qty-type{ padding-left: 0;}

.food-block .item-type{        
      min-width: auto;
        white-space: nowrap;
        padding-left: 1rem;
    } 

}





/* New css 27 August 2025 */


.cancel-plan .boxc{ background-color: #48515A; border-radius: .5rem; padding: 1.5rem; color: #DDDDDD;}
.cancel-plan .boxc h5{ font-size: 1rem; font-weight: 600; color: #fff;}
.cancel-plan .boxc p{  font-size: .75rem; font-weight: 400}
.cancel-plan .boxc .btn-link{  font-size: .875rem; font-weight: 700; color: #fff;  padding: .3rem 0;}
.cancel-plan .boxc .btn-link:before{ left: 0; width: 100%;;}
.cancel-plan h3{color: #fff; font-weight: 700; font-size: 1.25rem;}
.cancel-form{font-size: .875rem; }
.cancel-form h4{font-size: 1rem; color: #fff; font-weight: 600; padding-bottom: .5rem;}
.cancel-form  .qblock{ padding-bottom: 3rem; color: #F4F3F2;}
.cancel-form  .qblock .form-check{ padding-bottom: .8rem; padding-left: 1.75rem;}
.cancel-form  .qblock .form-check .form-check-input {margin-left: -1.75em;}
.cancel-form .textareia{min-height: 80px;}
.cancel-form .form-check-input{box-shadow: none;}
.skip-next p{ font-size: .875rem; font-weight: 400}
.modal-content .cancel-plan .icon-close { position: absolute; right: 0;top: 0;}
.modal .btn.btn-link.fline:before { left: 0;width: 100%;}
.reactiveate{font-size: .875rem;}


/* Add Ons*/

.add-on-head {
  max-width: 620px;
  padding-top: 1.75rem;
}

.add-on-head p {
  font-size: 0.875rem;
  color: #343d46;
  opacity: 0.7;
  padding-top: 1rem;
}

.add-on-items .form-select {
  color: #353c46;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.75rem;
  border: 2px solid #cbd0da;
  width: 130px;
  box-shadow: none;
}

.add-on-items .btn-outline-primary {
  width: 140px;
  font-size: 0.875rem;
  height: 42px;
}

.oz-8 {
  padding-left: 3rem;
}

.add-on-items h5 {
  font-size: 1rem;
  font-weight: 500;
}

.add-on-items h5 span.name {
  max-width: 130px;
  display: inline-flex;
  font-weight: 800;
}

.count-added {
  background-color: #6e8b48;
  color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 0.75rem;
  display: inline-block;
  text-align: center;
}

.add-on-items .cart-icon {
  width: 32px;
}

.items-added .fs-size {
  font-size: 0.875rem;
}

@media (max-width: 1199px) {
  .oz-8 {
    padding-left: 0;
    padding-top: 2rem;
  }
}
@media (max-width: 575px) {
  .add-on-items .btn-outline-primary {
    width: 80px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .add-on-items .btn-outline-primary span.hide {
    display: none;
  }

  .add-on-items h5 {
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
  }

  .add-on-items .form-select {
    padding: 0.5rem 0.75rem;
  }

  .oz-8 {
    padding-top: 1.5rem;
  }
}
