@charset "UTF-8";
@font-face {
  font-family: "cera_proregular";
  src: url("../../assets/fonts/cera_pro_regular-webfont.eot");
  src: url("../../assets/fonts/cera_pro_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/cera_pro_regular-webfont.woff2") format("woff2"), url("../../assets/fonts/cera_pro_regular-webfont.woff") format("woff"), url("../../assets/fonts/cera_pro_regular-webfont.ttf") format("truetype"), url("../../assets/fonts/cera_pro_regular-webfont.svg#cera_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cera_proitalic";
  src: url("../../assets/fonts/cera_pro_regular_italic-webfont.eot");
  src: url("../../assets/fonts/cera_pro_regular_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/cera_pro_regular_italic-webfont.woff2") format("woff2"), url("../../assets/fonts/cera_pro_regular_italic-webfont.woff") format("woff"), url("../../assets/fonts/cera_pro_regular_italic-webfont.ttf") format("truetype"), url("../../assets/fonts/cera_pro_regular_italic-webfont.svg#cera_proitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cera_promedium";
  src: url("../../assets/fonts/cera_pro_medium-webfont.eot");
  src: url("../../assets/fonts/cera_pro_medium-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/cera_pro_medium-webfont.woff2") format("woff2"), url("../../assets/fonts/cera_pro_medium-webfont.woff") format("woff"), url("../../assets/fonts/cera_pro_medium-webfont.ttf") format("truetype"), url("../../assets/fonts/cera_pro_medium-webfont.svg#cera_promedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cera_prolight";
  src: url("../../assets/fonts/cera_pro_light-webfont.eot");
  src: url("../../assets/fonts/cera_pro_light-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/cera_pro_light-webfont.woff2") format("woff2"), url("../../assets/fonts/cera_pro_light-webfont.woff") format("woff"), url("../../assets/fonts/cera_pro_light-webfont.ttf") format("truetype"), url("../../assets/fonts/cera_pro_light-webfont.svg#cera_prolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cera_probold";
  src: url("../../assets/fonts/cera_pro_bold-webfont.eot");
  src: url("../../assets/fonts/cera_pro_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/cera_pro_bold-webfont.woff2") format("woff2"), url("../../assets/fonts/cera_pro_bold-webfont.woff") format("woff"), url("../../assets/fonts/cera_pro_bold-webfont.ttf") format("truetype"), url("../../assets/fonts/cera_pro_bold-webfont.svg#cera_probold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cera_problack_italic";
  src: url("../../assets/fonts/cera_pro_black_italic-webfont.eot");
  src: url("../../assets/fonts/cera_pro_black_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/cera_pro_black_italic-webfont.woff2") format("woff2"), url("../../assets/fonts/cera_pro_black_italic-webfont.woff") format("woff"), url("../../assets/fonts/cera_pro_black_italic-webfont.ttf") format("truetype"), url("../../assets/fonts/cera_pro_black_italic-webfont.svg#cera_problack_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cera_problack";
  src: url("../../assets/fonts/cera_pro_black-webfont.eot");
  src: url("../../assets/fonts/cera_pro_black-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/cera_pro_black-webfont.woff2") format("woff2"), url("../../assets/fonts/cera_pro_black-webfont.woff") format("woff"), url("../../assets/fonts/cera_pro_black-webfont.ttf") format("truetype"), url("../../assets/fonts/cera_pro_black-webfont.svg#cera_problack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BickhamScriptPro";
  src: url("../fonts/BickhamScriptPro-Bold.otf");
  src: url("../fonts/BickhamScriptPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BickhamScriptPro-Bold.woff2") format("woff2"), url("../fonts/BickhamScriptPro-Bold.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
.login_details {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
.login_details li {
  display: inline-block;
}
.login_details li a {
  text-transform: uppercase;
  line-height: 80px;
  font-size: 16px;
  padding: 5px 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin-right: 10px;
}
.login_details li:first-child a {
  background: #6f8d53;
  color: #ffffff;
}
.login_details li:first-child a:hover {
  background: #99cb99;
}
.login_details li:nth-child(2) a {
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  margin-right: 0px;
  padding-right: 10px;
}
.login_details li:nth-child(2) a:hover {
  background: #6f8d53;
  color: #ffffff;
}

.logout_mob {
  display: none;
}
@media screen and (max-width: 991px) {
  .logout_mob {
    display: block;
  }
}
.select-content.meal_block .items {
  margin-top: 20px;
}
.select-content.meal_block .items .item-img {
  width: 400px;
  height: 400px;
}
.select-content.meal_block .items .item-content {
  padding-right: 50px;
  box-shadow: 11px 0 20px -15px #00000038;
  -webkit-transform: rotate3d(0, 1, 0, 0deg);
          transform: rotate3d(0, 1, 0, 0deg);
}
.select-content.meal_block .items .item-content .item-name:before {
  background-position: 0px 0px;
}
.select-content.meal_block .submit {
  margin: 0;
}
.select-content.meal_block .submit.btn.btn_space {
  margin-right: 15px;
}

.meal_block {
  padding: 70px !important;
  width: 100%;
  background-color: #ffffff;
  font-size: 16px;
  box-shadow: 0px 6px 30px #282f8238;
}
.meal_block .condensed_form {
  padding-left: 50px;
}
.meal_block .form-group {
  margin-bottom: 25px;
  padding-bottom: 7px;
}
.meal_block .form_label {
  font-family: "cera_proregular", Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.4;
  color: #000000;
  margin-bottom: 0;
}
.meal_block .form-control {
  padding: 0px 0 8px;
  height: 40px;
  line-height: normal;
  font-size: 13px;
  color: rgba(51, 51, 51, 0.8);
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #3b3b3b;
  -webkit-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
  float: none;
  box-shadow: none;
  border-radius: 0;
}
.meal_block .form-group.is-focused .form-control {
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #5cc10b;
}
.meal_block .form-group.is-focused .form-control::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.8);
  opacity: 1;
  /* Firefox */
}
.meal_block .form-group.is-focused .form-control::-moz-placeholder {
  color: rgba(51, 51, 51, 0.8);
  opacity: 1;
  /* Firefox */
}
.meal_block .form-group.is-focused .form-control:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.8);
  opacity: 1;
  /* Firefox */
}
.meal_block .form-group.is-focused .form-control::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.8);
  opacity: 1;
  /* Firefox */
}
.meal_block .form-group.is-focused .form-control::placeholder {
  color: rgba(51, 51, 51, 0.8);
  opacity: 1;
  /* Firefox */
}
.meal_block .form-group.is-focused .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(51, 51, 51, 0.8);
}
.meal_block .form-group.is-focused .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(51, 51, 51, 0.8);
}
.meal_block .weight_goal_link {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.8);
  margin-top: 20px;
  display: block;
  cursor: pointer;
  padding-right: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
.meal_block .weight_goal_link::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  right: 0px;
  top: 8px;
  background: #333333;
}
.meal_block .weight_goal_link::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  right: 0px;
  top: 8px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: #333333;
  display: block;
}
.meal_block .weight_goal_link.goal_active::after {
  display: none;
}
.meal_block .checkbox_items {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding: 10px 0;
  flex-wrap: wrap;
}
.meal_block .m-checkbox {
  display: block;
  position: relative;
  padding-left: 22px;
  text-transform: capitalize;
  margin-right: 50px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 10px;
  color: rgba(51, 51, 51, 0.8);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.meal_block .m-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.meal_block .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 14px;
  width: 14px;
  background: #ffffff;
  border: 2px solid #666666;
}
.meal_block .control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.meal_block .m-checkbox input:checked ~ .control__indicator:after {
  display: block;
}
.meal_block .m-checkbox .control__indicator:after {
  left: 1px;
  top: 1px;
  width: 8px;
  height: 8px;
  background: #333;
}
.meal_block .sub-head {
  text-transform: uppercase;
  text-align: center;
  font-family: inherit;
  font-weight: normal;
  margin: 0;
  font-size: 1.2em;
}
.meal_block .head {
  text-transform: capitalize;
  text-align: center;
  font-family: inherit;
  font-weight: 500;
  margin: 0;
  font-size: 35px;
}
.meal_block .check_out_btn {
  width: 100%;
  margin-top: 100px;
}

.btn {
  text-transform: uppercase;
  display: block;
  margin: 0;
  padding: 6px 25px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  line-height: normal;
  position: relative;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.btn:active {
  outline: 0;
  box-shadow: none;
}
.btn:focus {
  outline: 0;
}
.btn.submit {
  /* font-weight: bold; */
  color: #ffffff;
  background-color: #6f8d53;
  font-size: 19px;
  display: inline-block;
  width: auto;
  outline: 0;
  border: 0;
  border: 0 !important;
}
@media screen and (max-width: 767px) {
  .btn.submit {
    font-size: 16px;
  }
}
.btn.btn_back {
  font-size: 14px;
  font-weight: bold;
  border: solid 1px #666666;
  background: #ffffff;
  color: #666666;
  text-align: center;
  width: 100%;
  outline: 0;
  margin-bottom: 20px;
  padding: 12px 25px;
}
@media screen and (max-width: 767px) {
  .btn.btn_back {
    margin-top: 30px;
  }
}
.btn.btn_back span {
  position: relative;
}
.btn.btn_back span::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 9px;
  left: -25px;
  top: 5px;
  background: url("../images/left-arrow.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.btn:hover {
  box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}
.btn:hover[disabled] {
  box-shadow: none;
}
.btn.btn_space {
  margin-right: 15px;
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 8px;
  width: 7px;
  height: 7px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.select-selected.select-arrow-active:after {
  top: 16px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.select-selected {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0px 0 8px;
  height: 40px;
  line-height: normal;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 13px;
  border-bottom: 2px solid #3b3b3b;
  -webkit-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: 0;
  color: rgba(51, 51, 51, 0.8);
}

.select-selected:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #5cc10b;
}

.select-items div {
  font-size: 14px;
  border-bottom: 1px solid #e2e2e2;
  text-transform: capitalize;
  cursor: pointer;
  font-weight: 400;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #e2e2e2;
}

.select-items div {
  padding: 10px 15px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.register .btn.submit,
.login .btn.submit {
  margin-top: 15px;
  width: 100%;
}

.menu_nav .navbar-nav > .active > a,
.menu_nav .navbar-nav > .active > a:focus,
.menu_nav .navbar-nav > .active > a:hover {
  background: transparent;
  color: #6f8d53;
}
.menu_nav .navbar-nav > li > a:hover {
  color: #6f8d53;
}

.healthymeal_prep {
  padding: 50px 0;
}
.healthymeal_prep .healthy_items {
  border: solid 3px #6f8d53;
  margin-bottom: 15px;
  background: #ffffff;
}
@media screen and (max-width: 991px) {
  .healthymeal_prep .healthy_items {
    margin-bottom: 20px;
    border: solid 1px #6f8d53;
  }
}
.healthymeal_prep .healthy_items .dish_img:after {
  padding-bottom: 62%;
}
.healthymeal_prep .healthy_items .healthy_content {
  padding: 0 30px 30px;
  text-align: center;
  background: #ffffff;
  min-height: 300px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media screen and (max-width: 991px) {
  .healthymeal_prep .healthy_items .healthy_content {
    min-height: auto;
  }
}
.healthymeal_prep .healthy_items .healthy_content h5 {
  font-family: "cera_probold", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: #3d3a37;
  margin-top: 0;
  margin-bottom: 10px;
  word-break: break-word;
  max-height: 1em;
  min-height: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.healthymeal_prep .healthy_items .healthy_content h5.healthy_content_sub_name {
  -webkit-line-clamp: 1;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .healthymeal_prep .healthy_items .healthy_content h5 {
    font-size: 18px;
    margin-bottom: 15px;
    overflow: visible;
    display: block;
    max-height: 100%;
  }
}
.healthymeal_prep .healthy_items .healthy_content p {
  font-size: 18px;
  line-height: 1.67;
  color: #3d3a37;
  min-height: 7em;
  max-height: 7em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .healthymeal_prep .healthy_items .healthy_content p {
    font-size: 15px;
    line-height: normal;
    overflow: visible;
    display: block;
    max-height: 100%;
    min-height: 100%;
  }
}
.healthymeal_prep .healthy_items .healthy_content a {
  margin-top: 30px;
  font-size: 18px;
  line-height: normal;
  margin: 30px auto 0;
  text-transform: capitalize;
  min-width: 200px;
}
@media screen and (max-width: 991px) {
  .healthymeal_prep .healthy_items .healthy_content a {
    margin-top: 18px;
    font-size: 14px;
  }
}

.btn_status {
  display: inline-block;
  background: #28a745;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 2px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.calculate_cal {
  font-size: 14px;
  color: #ffffff;
  margin-top: 15px;
  /* text-decoration: underline; */
  text-transform: capitalize;
  padding: 5px 10px;
  background: #5e8d4e;
  cursor: pointer;
  display: inline-block;
}
.calculate_cal.cal_btn_active {
  display: none;
}

.calc_calories {
  float: right;
  margin-top: 20px;
}

.meal_plan_input {
  position: relative;
}
.meal_plan_input .form-control:focus {
  border-color: #5cc10b;
}
.meal_plan_input input.error {
  border: 0 !important;
  border-bottom: 2px solid #f44336 !important;
}

/**************** Datepicker icon ***************/
.date_input {
  position: relative;
}
.date_input:before {
  content: "\F073";
  position: absolute;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  left: 1px;
  top: 5px;
  font-size: 16px;
}
.date_input .form-control {
  padding-left: 25px;
}
.date_input .form-control:focus {
  border-color: #5cc10b;
}
.date_input input.error {
  border: 0 !important;
  border-bottom: 2px solid #f44336 !important;
}

.cartValid {
  color: #f44336;
  font-style: italic;
  margin: 5px 0 0px 0;
  text-transform: capitalize;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  display: block;
}

/******************Meal plan modal ****************************/
.meal_plan_item_close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  font-size: 18px;
  color: #f44336;
}

/*************************************************************/
.select-content.meal_block.nutrition_day .item {
  width: 100%;
  cursor: initial;
  z-index: 1;
}

.nutrition_day form {
  width: 100%;
}
.nutrition_day .side_wrap .btn.submit {
  width: 100%;
}
.nutrition_day .day_title {
  text-align: center;
}
.nutrition_day .day_title .day_title_head {
  font-size: 18px;
  margin-top: 0;
  font-weight: normal;
  color: #2D2C2C;
  text-transform: uppercase;
}
.nutrition_day .day_title .day_title_head span {
  font-size: 45px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 0.8;
  text-align: center;
  color: #000000;
  display: block;
  margin: 15px 0 30px;
  text-transform: capitalize;
  font-family: "BickhamScriptPro", Arial, sans-serif !important;
}
.nutrition_day .item_day_wrap {
  padding-bottom: 40px;
}
.nutrition_day .item_day_wrap:hover .edit_day,
.nutrition_day .item_day_wrap:hover .delete_day {
  visibility: visible;
}
.nutrition_day .days_form {
  display: block;
  width: 100%;
  margin-top: 50px;
}
.nutrition_day .item_day_head {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  align-content: center;
  margin-bottom: 25px;
  margin-top: 15px;
  width: 100%;
  position: relative;
}
.nutrition_day .item_day_head img {
  width: 32px;
  height: 32px;
}
.nutrition_day .item_day_head:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  background: #000;
  opacity: 0.1;
  right: 0;
  top: 15px;
}
.nutrition_day .item_day_head h3 {
  font-family: "cera_promedium";
  margin: 0;
  padding-left: 12px;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: #2D2C2C;
  background: #fff;
  padding-right: 20px;
  z-index: 1;
}
.nutrition_day .item_day_head .btn_back {
  position: absolute;
  top: -3px;
  margin: 0;
  display: inline-block;
  width: auto;
  padding: 10px 20px;
  font-size: 12px;
  right: 0;
  z-index: 0;
  outline: 0;
  margin-right: 3px;
}
.nutrition_day .item_day_content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
          justify-content: flex-start;
  position: relative;
}
.nutrition_day .item_day_content img {
  width: 100px;
  height: 100px;
}
.nutrition_day .item_day_content ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.nutrition_day .item_day_content ul li {
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  color: #2D2C2C;
  padding: 12px 50px 0;
  position: relative;
}
.nutrition_day .item_day_content ul li::before {
  content: "";
  position: absolute;
  background: #000;
  width: 8px;
  height: 3px;
  top: 20px;
  left: 24px;
}
.nutrition_day .item_day_content ul li:last-child {
  padding-left: 20px;
  font-weight: 600;
}
.nutrition_day .item_day_content ul li:last-child::before {
  display: none;
}
.nutrition_day .item_day_content a {
  position: absolute;
  right: 2px;
  top: 5px;
}
.nutrition_day .item_day_content a.item_info_img img {
  width: 16px;
  height: 16px;
}
.nutrition_day .edit_day {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #2D2C2C;
  float: right;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 3px;
}
@media screen and (max-width: 767px) {
  .nutrition_day .edit_day {
    visibility: visible;
  }
}
.nutrition_day .edit_day:hover {
  color: #6f8d53;
}
.nutrition_day .edit_day i {
  margin-right: 5px;
}
.nutrition_day .delete_day {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #2D2C2C;
  float: right;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 3px;
}
@media screen and (max-width: 767px) {
  .nutrition_day .delete_day {
    visibility: visible;
  }
}
.nutrition_day .delete_day:hover {
  color: #6f8d53;
}
.nutrition_day .delete_day i {
  margin-right: 5px;
}

.slider_list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
}
.slider_list li {
  height: 40px;
  position: relative;
  text-align: center;
  max-width: 130px;
  min-width: 130px;
  margin-top: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.slider_list li a {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider_list li a:hover {
  color: #2D2C2C;
}
.slider_list li.active a {
  color: #2D2C2C;
}
.slider_list li.active::before {
  content: "";
  position: absolute;
  background: #333333;
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0;
  right: 0;
}

/******************** Black Slider Dots *************/
.slider_dots_black .slick-dots {
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -20px;
  left: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slider_dots_black .slick-dots {
  bottom: -30px;
  width: 100%;
}

.slider_dots_black .slick-dots li {
  display: inline-block;
}

.slider_dots_black .slick-dots li button {
  padding: 0;
  width: 9px;
  height: 9px;
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 50%;
  text-indent: -9999px;
  margin: 0 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 0;
  position: relative;
  top: 2px;
}

.slider_dots_black .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background: #000;
  top: 0px;
}

.meals_day_slider2.slider_dots_black .slick-dots {
  bottom: -50px;
}

.meals_modal .modal-content {
  border: 0;
  border-radius: 0;
  min-height: 450px;
}
.meals_modal .modal-content .modal-body {
  padding: 0;
}
.meals_modal .condensed_form {
  padding: 30px;
}
.meals_modal .close_modal {
  width: 15px;
  height: 15px;
  background: url("../images/close-button.svg") no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  z-index: 1;
}
.meals_modal .meal_canvas {
  padding: 20px;
}
.meals_modal .meal_canvas canvas {
  width: 100%;
}
.meals_modal .price_count {
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  color: #2D2C2C;
  display: block;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .meals_modal.modal.in .modal-dialog {
    -webkit-transform: translate(0, 6%);
    transform: translate(0, 6%);
  }
}
@media screen and (max-width: 767px) {
  .meals_modal .custom-select {
    margin-bottom: 15px;
  }
}
.meals_modal .info_modal_img {
  position: relative;
}
.meals_modal .info_modal_img::after {
  content: "";
  padding-bottom: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .meals_modal .info_modal_img::after {
    padding-bottom: 75%;
  }
}
.meals_modal .info_list {
  padding: 30px;
}
.meals_modal .info_list .info_list_cal {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  width: 85%;
}
.meals_modal .info_list .info_list_cal li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.meals_modal .info_list .info_list_cal li span:first-child {
  font-weight: 500;
  color: #2D2C2C;
}
.meals_modal .info_list_head {
  margin-top: 0;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.meals_modal .info_sub_head {
  margin-top: 0;
  font-size: 16px;
  color: #666666;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .meals_modal .modal-xl {
    width: 90%;
    max-width: 1200px;
  }
}
.meals_modal .form-group {
  margin-bottom: 15px;
}
.meals_modal .edit_meals .info_list_head {
  margin-bottom: 30px;
}

.condensed_form .form-group:last-child {
  margin-bottom: 0;
}

.top_spacer {
  margin-top: 20px;
}

.item_day_content_wrap_none {
  text-align: center;
  border: 2px solid #fc0;
  border-radius: 6px;
  padding: 20px;
  background: #fffce9;
  cursor: pointer;
}
.item_day_content_wrap_none img {
  margin: 0 auto;
}
.item_day_content_wrap_none .choose_your_head {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 10px;
}

.meals_day_slider3 .slick-arrow {
  padding: 0;
  background: none;
  border: 0;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3%;
  z-index: 4;
  visibility: visible;
  outline: 0;
}

.meals_day_slider3 .slick-arrow.slick-prev {
  background: url("../images/left-arrow.svg") no-repeat;
  left: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .meals_day_slider3 .slick-arrow.slick-prev {
    left: -15px;
  }
}

.meals_day_slider3 .slick-arrow.slick-next {
  background: url("../images/right-arrow.svg") no-repeat;
  right: 0;
}
@media screen and (max-width: 767px) {
  .meals_day_slider3 .slick-arrow.slick-next {
    right: -15px;
  }
}

.meals_day_slider3 .slick-arrow.slick-disabled {
  visibility: hidden;
}

.modal_loader {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
}
.modal_loader:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border: solid 2px rgba(0, 0, 0, 0.1);
  border-top-color: #000;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.user_account {
  right: 40px;
  position: absolute;
  top: -7px;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

.select_meal_details {
  padding: 30px;
  float: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .select_meal_details {
    padding: 20px;
  }
}
.select_meal_details .info_modal_img::after {
  padding-bottom: 80%;
}
@media screen and (max-width: 767px) {
  .select_meal_details .info_modal_img::after {
    padding-bottom: 70%;
  }
}
.select_meal_details .dish_content {
  padding: 20px;
}
.select_meal_details .dish_title {
  margin-bottom: 10px;
}
.select_meal_details .dish_sub_title {
  margin-bottom: 0;
}
.select_meal_details .dish_sub_title {
  font-size: 14px;
  font-weight: 400;
  color: #3b3b3b;
}
.select_meal_details .select_meal_info_list {
  margin-bottom: 15px;
  cursor: pointer;
}
.select_meal_details .head_details {
  text-transform: capitalize;
  text-align: center;
  font-family: inherit;
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .select_meal_details .head_details {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .select_meal_details .head_details {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.select_meal_details .select_meal_box {
  overflow-y: auto;
  overflow-x: hidden;
  height: 490px;
  padding: 0 10px;
}

.ui-datepicker {
  width: 300px;
  padding: 5px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 4px 40px -8px rgba(0, 0, 0, 0.2);
  opacity: 1;
  display: none;
}
@media screen and (max-width: 480px) {
  .ui-datepicker {
    width: 275px;
  }
}

.ui-datepicker.active {
  opacity: 1;
}

.ui-datepicker-header {
  height: 40px;
  padding: 3px;
  margin-bottom: 10px;
}

.ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  line-height: 34px;
}

.ui-datepicker-month,
.ui-datepicker-year {
  -webkit-appearance: none;
  border: 0;
  background: none;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  margin: 0 1px;
  padding: 0 10px;
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  cursor: pointer;
  text-indent: 9999px;
  overflow: hidden;
  border-radius: 3px;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  background: #6f8d53;
}

.ui-datepicker-prev {
  float: left;
}

.ui-datepicker-prev:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 15px;
}

.ui-datepicker-next {
  float: right;
}

.ui-datepicker-next:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 13px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  margin-top: -7px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #C2C7D1;
  border-bottom: 2px solid #C2C7D1;
  pointer-events: none;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  border: 0;
  margin: 0;
}

.ui-datepicker-calendar thead tr th {
  width: 40px;
  padding-bottom: 6px;
  border: 0;
}
@media screen and (max-width: 480px) {
  .ui-datepicker-calendar thead tr th {
    width: 35px;
  }
}

.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 100%;
  padding: 0;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.ui-datepicker-calendar tbody tr td {
  padding-right: 3px;
  padding-bottom: 3px;
  border: 0;
}

.ui-datepicker-calendar tbody tr td:first-child {
  padding-left: 3px;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #000000;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
}

.ui-state-default:hover {
  background: #6f954a;
  text-decoration: none;
  color: white;
}

.ui-state-highlight {
  color: #6f8d53;
}

.ui-state-active:not(.ui-state-highlight) {
  color: white;
  background: #6f8d53;
}

.ui-datepicker-unselectable .ui-state-default {
  color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
  color: #aeaeae;
  pointer-events: none;
}

/* jQuery UI Datepicker moving pixels fix */
table.ui-datepicker-calendar {
  border-collapse: separate;
}

.ui-datepicker-calendar td {
  border: 1px solid transparent;
}

/* jQuery UI Datepicker hide datepicker helper */
#ui-datepicker-div {
  display: none;
}

/* jQuery UI Datepicker emphasis on selected dates */
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
  background: #6f8d53 none;
  color: white;
}

#marker {
  background-image: url("../images/logo.png");
  width: 65px;
  height: 65px;
  border-radius: 50%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #ffffff;
}

.mapboxgl-popup {
  max-width: 200px;
}

.bg_img_contact:after {
  content: "";
  padding-bottom: 100%;
  display: block;
}
@media screen and (max-width: 991px) {
  .bg_img_contact:after {
    padding-bottom: 80%;
  }
}
@media screen and (max-width: 480px) {
  .bg_img_contact:after {
    padding-bottom: 100%;
  }
}

.contact_wrap {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .contact_wrap {
    padding: 40px 0;
  }
}
@media screen and (max-width: 991px) {
  .contact_wrap .btn.submit {
    width: 100%;
  }
}
.contact_map {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 991px) {
  .contact_map {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .contact_map {
    height: 400px;
  }
}

.mapboxgl-ctrl-logo,
.mapboxgl-ctrl-attrib-inner {
  display: none !important;
}

.social_button {
  margin-top: 35px;
}
.social_button .social_btn_grp {
  padding: 12px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}
.social_button .social_btn_grp.whatsapp_btn {
  background: #10a939;
}
.social_button .social_btn_grp.messenger_btn {
  background: #377df6;
}
.social_button .social_btn_grp img {
  width: 18px;
  margin-top: -5px;
}
.social_button .social_btn_grp span {
  margin-left: 10px;
}

/**********************************

Name: cmxform Styles

***********************************/
#form_validation form.cmxform {
  width: 370px;
  font-size: 1em;
}
#form_validation form.cmxform legend {
  padding-left: 0;
}
#form_validation form.cmxform legend, #form_validation form.cmxform label {
  color: #333;
}
#form_validation form.cmxform fieldset {
  border: none;
  border-top: 1px solid #C9DCA6;
  background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
  background-color: #F8FDEF;
}
#form_validation form.cmxform fieldset fieldset {
  background: none;
}
#form_validation form.cmxform fieldset p, #form_validation form.cmxform fieldset fieldset {
  padding: 5px 10px 7px;
  background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}
#form_validation form.cmxform label.error, #form_validation label.error {
  /* remove the next line when you have trouble in IE6 with labels in list */
  color: #f44336;
  font-style: italic;
  margin: 5px 0 10px 0;
  text-transform: capitalize;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
}
#form_validation div.error {
  display: none;
}
#form_validation input.checkbox {
  border: none;
}
#form_validation input.error {
  border: 1px solid #f44336;
}
#form_validation textarea.error {
  border: 1px solid #f44336;
}
#form_validation form.cmxform .gray * {
  color: gray;
}

/* meal Plan Select */
.custom-select + .error {
  display: none;
}
.custom-select select.form-control.error + .select-selected {
  border-bottom: 2px solid #f44336 !important;
}

.checkout_meal_content h1 {
  font-family: "cera_probold", Arial, sans-serif !important;
}
.checkout_meal_content h4 {
  font-family: "cera_promedium", Arial, sans-serif !important;
}
.checkout_meal_content .title_wrap {
  margin-bottom: 0;
  text-align: left;
}
.checkout_meal_content .title_wrap .page_sub_title {
  margin-bottom: 20px;
}
.checkout_meal_content .title_wrap .page_sub_title:before {
  display: none;
}
.checkout_meal_content h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .checkout_meal_content h3 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .checkout_meal_content .item_text p {
    text-align: left;
  }
}
.checkout_meal_content ul {
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .checkout_meal_content ul {
    padding-left: 20px;
  }
}
.checkout_meal_content ul li {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #F0F0F0;
  position: relative;
  font-family: "cera_prolight", Arial, sans-serif;
}
@media screen and (max-width: 991px) {
  .checkout_meal_content ul li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
  }
}
.checkout_meal_content ul li:last-child {
  border-bottom: 0;
}
.checkout_meal_content ul li:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #6f8d53;
  left: -40px;
  top: 13px;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .checkout_meal_content ul li:before {
    left: -20px;
    top: 10px;
    width: 10px;
    height: 10px;
  }
}
.checkout_meal_content ul li span {
  font-family: "cera_prolight", Arial, sans-serif !important;
}

.coupon_descrpt {
  display: block;
  text-align: left;
  color: #6f8d53;
  font-size: 12px;
}

.checkout_order {
  padding: 25px;
}
@media screen and (max-width: 991px) {
  .checkout_order {
    padding: 20px;
    float: left;
    width: 100%;
  }
}
.checkout_order .discount_display {
  display: inline-block;
}
.checkout_order .promotion_code {
  padding: 10px 120px 10px 15px;
  height: 48px;
  border-radius: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: "cera_prolight", Arial, sans-serif;
  border: 1px solid #6f8d53;
}
@media screen and (max-width: 991px) {
  .checkout_order .promotion_code {
    padding: 10px 90px 10px 15px;
    height: 45px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.checkout_order .promotion_code.form-control:focus {
  border-color: #6f8d53;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #5cc112;
}
.checkout_order .promotion_code.form-control.error:focus {
  box-shadow: none;
}
.checkout_order .promotion_code:disabled {
  background: #dddddd;
}
.checkout_order .promotion_code.alergies_teext {
  padding: 10px 15px;
}
.checkout_order .order_title {
  font-size: 18px;
  font-family: "cera_probold", Arial, sans-serif;
  color: #6f8d53;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .checkout_order .order_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.checkout_order .checkout_promotion {
  position: relative;
}
.checkout_order .checkout_promotion span {
  position: absolute;
  top: -1px;
  right: 0px;
  font-size: 14px;
  color: #ffffff;
  background: #6f8d53;
  padding: 10px 35px;
  height: 48px;
  font-size: 16px;
  font-family: "cera_prolight", Arial, sans-serif;
  line-height: 1.7;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .checkout_order .checkout_promotion span {
    padding: 10px 20px;
    height: 45px;
    font-size: 14px;
  }
}
.checkout_order .checkout_promotion span:hover {
  background: #99cb99;
}
.checkout_order .checkout_promotion span.disabled {
  background: rgba(111, 141, 83, 0.65);
  cursor: not-allowed;
  pointer-events: none;
}
.checkout_order .remove_coupon {
  font-size: 12px;
  display: inline-block;
  margin: 15px auto 20px;
  display: block;
  padding: 10px;
}
.checkout_order .summary_item_coupon {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 5px;
  color: #f096ba;
}
.checkout_order .checkout_order_detail {
  padding-bottom: 15px;
  margin-bottom: 8px;
  float: left;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .checkout_order .checkout_order_detail {
    padding-bottom: 0px;
  }
}
.checkout_order .checkout_order_detail .summary-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.checkout_order .checkout_order_detail .summary-item span {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: "cera_prolight", Arial, sans-serif;
  color: #545454;
}
.checkout_order .checkout_order_detail .summary-item span:first-child {
  flex-basis: 75%;
}
.checkout_order .checkout_order_detail .summary-item span:nth-child(2) {
  text-align: right;
  white-space: nowrap;
}
.checkout_order .checkout_order_detail .summary-item.col_orange span {
  color: #f096ba;
}
.checkout_order .checkout_order_detail .summary-item a {
  font-size: 16px;
  text-decoration: underline;
}
.checkout_order .checkout_meal_price {
  text-align: center;
  float: left;
  width: 100%;
}
.checkout_order .checkout_meal_price .price_title {
  color: #6f8d53;
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 36px;
}
@media screen and (max-width: 991px) {
  .checkout_order .checkout_meal_price .price_title {
    margin-bottom: 10px;
    font-size: 26px;
  }
}
.checkout_order .checkout_meal_price .link_orange {
  display: block;
  color: #6f8d53;
  text-decoration: underline;
}
.checkout_order .checkout_meal_price .link_orange:hover {
  text-decoration: underline;
}
.checkout_order .checkout_meal_price .btn.submit {
  width: 100%;
  margin: 30px 0;
  padding: 15px 25px;
  font-size: 16px;
  font-family: "cera_probold", Arial, sans-serif;
}
@media screen and (max-width: 991px) {
  .checkout_order .checkout_meal_price .btn.submit {
    margin: 15px 0;
    padding: 10px 25px;
    font-size: 14px;
  }
}
.checkout_order .checkout_meal_price .pay_plan_link {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .checkout_order .checkout_meal_price .pay_plan_link {
    margin-top: 15px;
  }
}
.checkout_order p {
  font-size: 18px;
  font-family: "cera_prolight", Arial, sans-serif;
  margin-bottom: 0;
  color: #545454;
}
@media screen and (max-width: 991px) {
  .checkout_order p {
    font-size: 16px;
  }
}

.checkout_meal_form {
  padding: 25px;
  background: #6f8d53;
}
@media screen and (max-width: 991px) {
  .checkout_meal_form {
    padding: 20px;
    float: left;
    width: 100%;
  }
}
.checkout_meal_form label {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .checkout_meal_form label {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.checkout_meal_form .select-selected {
  height: 50px;
  border: 0;
  background: #ffffff;
  padding: 10px 20px 10px 15px;
  font-family: "cera_prolight", Arial, sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .checkout_meal_form .select-selected {
    height: 45px;
    font-size: 14px;
  }
}
.checkout_meal_form .select-selected:after {
  top: 20px;
  right: 12px;
  border-width: 0 1px 1px 0;
}
.checkout_meal_form .date_picker {
  height: 45px;
  border: 0;
  background: #ffffff;
  font-family: "cera_prolight", Arial, sans-serif;
  padding: 10px 20px 10px 15px;
  float: none;
  box-shadow: none;
  border-radius: 0;
  line-height: normal;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.8);
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .checkout_meal_form .date_picker {
    font-size: 14px;
  }
}

.coupon_error.error {
  color: #f44336;
  font-style: italic;
  margin: 5px 0 10px 0;
  text-transform: capitalize;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
}

.address-item label {
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: "cera_prolight", Arial, sans-serif;
  color: #545454;
}
.address-item select {
  padding: 10px 15px 10px 15px;
  height: 45px;
  border-radius: 0;
  font-size: 16px;
  font-family: "cera_prolight", Arial, sans-serif;
  color: #545454;
  border: 1px solid #6f8d53;
}
.address-item select:focus {
  border-color: #6f8d53;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #5cc112;
}

/************* Checkout menu item ****************/
.checkout_menu_wrap {
  padding: 50px 0;
}
.checkout_menu_wrap .slick-slide {
  margin: 0 5px;
}
.checkout_menu_wrap .slick-list {
  margin: 0 -5px;
}
.checkout_menu_wrap .meals_checkout_slider {
  float: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .checkout_menu_wrap .meals_checkout_slider {
    width: 100%;
    padding: 0 15px;
  }
}
.checkout_menu_wrap .meals_checkout_slider .slick-arrow {
  padding: 0;
  background: none;
  border: 0;
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  z-index: 4;
  visibility: visible;
  outline: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.checkout_menu_wrap .meals_checkout_slider .slick-arrow.slick-prev {
  background: url("../images/left-arrow.svg") no-repeat;
  left: -5%;
}
@media screen and (max-width: 767px) {
  .checkout_menu_wrap .meals_checkout_slider .slick-arrow.slick-prev {
    left: -8px;
  }
}
.checkout_menu_wrap .meals_checkout_slider .slick-arrow.slick-next {
  background: url("../images/right-arrow.svg") no-repeat;
  right: -5%;
}
@media screen and (max-width: 767px) {
  .checkout_menu_wrap .meals_checkout_slider .slick-arrow.slick-next {
    right: -8px;
  }
}
.checkout_menu_wrap .meals_checkout_slider .slick-arrow.slick-disabled {
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .checkout_menu_wrap .checkout_menu_item {
    margin-bottom: 15px;
  }
}
.checkout_menu_wrap .checkout_menu_item:first-child {
  padding-left: 0;
}
.checkout_menu_wrap .checkout_menu_item:last-child {
  padding-right: 0;
}
.checkout_menu_wrap .checkout_menu_item.checkout_sample {
  float: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .checkout_menu_wrap .checkout_menu_item.checkout_sample {
    width: 100%;
  }
}
.checkout_menu_wrap .checkout_menu_item.checkout_sample .checkout_menu_content {
  background: #6f8d53;
  margin-top: 25px;
  padding: 12px 25px;
  font-size: 18px;
  color: #ffffff;
  font-family: "cera_probold", Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .checkout_menu_wrap .checkout_menu_item.checkout_sample .checkout_menu_content {
    display: block;
    min-height: 100%;
    margin-top: 15px;
    padding: 10px 25px;
    font-size: 16px;
  }
}
.checkout_menu_wrap .checkout_menu_item.checkout_sample .checkout_menu_content h3 {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
}
@media screen and (max-width: 991px) {
  .checkout_menu_wrap .checkout_menu_item.checkout_sample .checkout_menu_content h3 {
    font-size: 20px;
  }
}
.checkout_menu_wrap .checkout_menu_item.checkout_sample .checkout_menu_content a {
  color: #ffffff;
}
.checkout_menu_wrap .checkout_menu_item.checkout_sample .checkout_menu_content:hover {
  background: #99cb99;
}
.checkout_menu_wrap .checkout_menu_img {
  position: relative;
  border: 3px solid #6f8d53;
}
.checkout_menu_wrap .checkout_menu_img::before {
  content: "";
  padding-bottom: 100%;
  display: block;
}

.edit_addr {
  float: right;
  margin-top: 10px;
  text-decoration: underline;
  color: #6f8d53;
  font-size: 16px;
  font-family: "cera_prolight", Arial, sans-serif;
}

.checkout_plan_name {
  text-transform: capitalize;
  color: #6f8d53;
}

.canvas_pie {
  margin: 10px 0;
}

.checkout_break h3 {
  text-transform: uppercase;
  font-size: 24px;
  color: #6f8d53;
  font-family: "cera_probold", Arial, sans-serif;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .checkout_break h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.checkout_break p {
  color: #696969;
  font-size: 18px;
  font-family: "cera_prolight", Arial, sans-serif;
}
@media screen and (max-width: 991px) {
  .checkout_break p {
    font-size: 16px;
    line-height: normal;
  }
}
.checkout_break ul {
  padding: 0;
  list-style: none;
}
.checkout_break ul li {
  padding-bottom: 5px;
  color: #696969;
  font-size: 18px;
  font-family: "cera_prolight", Arial, sans-serif;
}
@media screen and (max-width: 991px) {
  .checkout_break ul li {
    font-size: 16px;
  }
}

.pie_chart_sec {
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  .pie_chart_sec {
    padding: 0px 0;
  }
}

.break_line {
  width: 100%;
  height: 1px;
  background-color: #6f8d53;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .break_line {
    margin-bottom: 15px;
  }
}

.checkout_contact {
  padding: 50px 0;
  float: left;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .checkout_contact {
    padding: 25px 0;
  }
}
.checkout_contact .purchase_bg {
  padding: 40px 30px;
}
@media screen and (max-width: 991px) {
  .checkout_contact .purchase_bg {
    padding: 30px 20px;
  }
}
.checkout_contact .purchase_title {
  font-size: 36px;
  color: #3d3a37;
  font-family: "cera_prolight", Arial, sans-serif;
}
@media screen and (max-width: 991px) {
  .checkout_contact .purchase_title {
    font-size: 24px;
  }
}
.checkout_contact .purchase_title b {
  font-family: "cera_probold", Arial, sans-serif;
}
.checkout_contact .btn.btn_back {
  font-size: 21px;
  font-weight: normal;
  border: solid 1px #3d3a37;
  background: #ffffff;
  color: #3d3a37;
  text-align: center;
  width: auto;
  display: inline-block;
  outline: 0;
  margin-bottom: 20px;
  padding: 8px 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .checkout_contact .btn.btn_back {
    font-size: 16px;
    margin-top: 15px;
  }
}

.small_modal .modal-content {
  border: 0;
  border-radius: 0;
}
.small_modal .modal_sec {
  width: 100%;
  background: rgba(243, 244, 247, 0.33);
  padding: 50px;
  /* margin: 3em 0; */
  border-radius: 0;
  text-align: center;
  border: 1px solid #F0F2F6;
}
@media screen and (max-width: 991px) {
  .small_modal .modal_sec {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  .small_modal .modal_sec {
    padding: 20px;
  }
}
.small_modal h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #838F96;
}
@media screen and (max-width: 767px) {
  .small_modal h3 {
    font-size: 18px;
  }
}
.small_modal p {
  font-size: 24px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .small_modal p {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .small_modal p {
    font-size: 18px;
  }
}
.small_modal p a {
  text-decoration: underline;
  color: #6f8d53;
}
.small_modal .close_modal {
  width: 15px;
  height: 15px;
  background: url("../images/close-button.svg") no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  z-index: 1;
}

/************************ How it works ******************/
.how_works {
  overflow: hidden;
  padding: 70px 0;
}
.how_works .container {
  position: relative;
}
.how_works .page_sub_title {
  color: #6f8d53;
  text-transform: uppercase;
  font-size: 2.5em;
}
.how_works .page_sub_title:before {
  display: none;
}
.how_works .page_sub_head {
  font-size: 1em;
  font-weight: 300;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #3B3734;
}
.how_works .how_it_works_section {
  position: relative;
}
.how_works .bg-side-img {
  position: absolute;
}
.how_works .bg-side-img.leaves {
  right: 0;
  top: -40px;
  width: 150px;
}
.how_works .bg-side-img.plate {
  -webkit-transform: translate(-20%, 0) scale(1.5);
          transform: translate(-20%, 0) scale(1.5);
  right: 110%;
  min-width: 180px;
  top: 0;
}
.how_works .bg-side-img.fruit {
  left: 110%;
  min-width: 150px;
  top: 0;
}
.how_works .item_text h2 {
  font-family: "cera_probold";
  font-size: 1.5em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #6F8D53;
}
.how_works .enjoy_it {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}
.how_works .enjoy_it_text {
  font-family: "cera_probold";
  font-size: 5.5em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #6F8D53;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .how_works .enjoy_it_text {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .how_works .enjoy_it img {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .how_works .item_wrap {
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0;
    margin-bottom: 20px;
  }
  .how_works .item_wrap.item_wrap_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .how_works .item_icon_child {
    font-size: 10em;
  }
  .how_works .item_text h2 {
    text-align: center;
  }
  .how_works .item_text * {
    text-align: center;
  }
  .how_works .bg-side-img.leaves {
    right: 0;
    top: -40px;
    opacity: 0.4;
  }
  .how_works .bg-side-img.plate {
    -webkit-transform: translate(-20%, 0) scale(1.5);
            transform: translate(-20%, 0) scale(1.5);
    right: 110%;
    min-width: auto;
    width: 50%;
    display: none;
  }
  .how_works .bg-side-img.fruit {
    left: 110%;
    min-width: auto;
    width: 50%;
    display: none;
  }
}

.how_works .title_wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .how_works .title_wrap {
    margin-bottom: 10px;
  }
}

.item_wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 70px;
  margin-bottom: 60px;
}

.item_wrap.item_wrap_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .item_wrap.item_wrap_right .item_icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
            align-items: center;
  }
}

.item_icons {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  /* flex-basis: 37%; */
  align-content: center;
  -webkit-box-align: end;
          align-items: flex-end;
  position: relative;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  position: relative;
}
.item_icons .how_it_works_img {
  width: 160px;
}

.item_text {
  flex-basis: 58%;
}

.item_icon_child {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 20em;
  max-height: 100%;
  color: rgba(164, 207, 151, 0.73);
  font-family: "cera_problack";
  max-height: 200px;
  line-height: normal;
}

.item_wrap_right .item_icon_child {
  right: auto;
  left: -30px;
}

.item_text p {
  font-size: 18px;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}
@media screen and (max-width: 991px) {
  .item_text p {
    font-size: 16px;
    line-height: 1.54;
  }
}

/********************/
.faq_wrap {
  padding: 40px 0;
}
.faq_wrap .faq_accordion .panel {
  border-radius: 0;
  border: 0;
}
.faq_wrap .faq_accordion .panel-heading {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.faq_wrap .faq_accordion .panel-title > a {
  padding: 20px 0;
  display: block;
  font-size: 18px;
  font-family: "cera_promedium", Arial, sans-serif;
  color: #504e4b;
  position: relative;
}
@media screen and (max-width: 991px) {
  .faq_wrap .faq_accordion .panel-title > a {
    padding: 15px 0;
    font-size: 16px;
  }
}
.faq_wrap .faq_accordion .panel-title > a:after {
  content: "";
  position: absolute;
  background: url("../images/minus.svg") no-repeat;
  width: 20px;
  height: 20px;
  right: 20px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .faq_wrap .faq_accordion .panel-title > a:after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}
.faq_wrap .faq_accordion .panel-title > a.collapsed:after {
  background: url("../images/plus-green.svg") no-repeat;
  background-position: center;
  background-size: cover;
}
.faq_wrap .faq_accordion .panel-body {
  padding: 20px;
  font-size: 16px;
  font-family: "cera_prolight", Arial, sans-serif;
  color: #504e4b;
}
@media screen and (max-width: 991px) {
  .faq_wrap .faq_accordion .panel-body {
    padding: 15px;
    font-size: 16px;
  }
}
.faq_wrap .faq_accordion .faq_category {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "cera_probold", Arial, sans-serif;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .faq_wrap .faq_accordion .faq_category {
    font-size: 20px;
  }
}
.faq_wrap .panel-group {
  margin-bottom: 30px;
}
.faq_wrap .panel-group .faq_category:first-child {
  margin-top: 0;
}

.order-detail {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.order_bg_img {
  position: relative;
}
.order_bg_img:after {
  content: "";
  padding-bottom: 100%;
  display: block;
}
@media (max-width: 991px) {
  .order_bg_img:after {
    padding-bottom: 50%;
  }
}

.commerce_tabs h1 {
  font-family: "cera_probold", Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3B3734;
}
.commerce_tabs p {
  font-size: 16px;
  font-family: "cera_prolight", Arial, sans-serif;
  color: #2D2C2C;
  line-height: 1.4;
}
.commerce_tabs.order_detail_tabs {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.order-status {
  font-size: 16px;
  font-family: "cera_probold", Arial, sans-serif;
}
.order-status span {
  font-family: "cera_promedium", Arial, sans-serif;
  font-size: 15px;
}

.btn_freeze.btn.submit {
  font-size: 16px;
  margin-top: 15px;
  text-transform: capitalize;
  padding: 8px 25px;
  margin-right: 8px;
  background: #ff973b;
}

.btn_cancel.btn.submit {
  font-size: 16px;
  margin-top: 15px;
  text-transform: capitalize;
  background: #f0413c;
  padding: 8px 25px;
}

.detail_order_id {
  font-size: 16px;
  font-family: "cera_prolight", Arial, sans-serif;
}
.detail_order_id span {
  font-family: "cera_promedium", Arial, sans-serif;
}

.small_modal .btn.submit {
  font-size: 16px;
  margin-top: 15px;
  float: right;
}

.day_tab {
  margin-bottom: 2px;
}
.day_tab span {
  width: 10px;
  height: 10px;
  background: transparent;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  margin: 2px auto;
  position: relative;
}
.day_tab.pause span {
  background: #4d7cfe;
}
.day_tab.no_delivery span {
  background: #ff3e1d;
}
.day_tab.delivered span {
  background: #5acd47;
}
.day_tab.delivered span:before {
  content: "\F00C";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 8px;
}
.day_tab.to_be_delivered span {
  background: #5acd47;
}

.blog_bg_img {
  position: relative;
}
.blog_bg_img:after {
  content: "";
  padding-bottom: 50%;
  display: block;
}

.terms_condition {
  padding: 50px 0;
}
.terms_condition ol.terms_list {
  padding: 0;
  margin: 0;
  list-style-type: decimal;
}
@media (max-width: 991px) {
  .terms_condition ol.terms_list {
    padding-left: 20px;
  }
}
.terms_condition ol.terms_list > li {
  font-size: 22px;
  color: #6f8d53;
  padding-bottom: 15px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .terms_condition ol.terms_list > li {
    font-size: 18px;
  }
}
.terms_condition ol.terms_list > li + ol {
  list-style-type: lower-alpha;
  list-style-type: decimal;
}
@media (max-width: 991px) {
  .terms_condition ol.terms_list > li + ol {
    padding-left: 10px;
  }
}
.terms_condition ol.terms_list > li + ol li {
  font-size: 18px;
  font-family: "cera_prolight", Arial, sans-serif;
  color: #2D2C2C;
  padding-bottom: 10px;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .terms_condition ol.terms_list > li + ol li {
    font-size: 16px;
    padding-bottom: 5px;
    line-height: normal;
  }
}
.terms_condition ol.terms_list > li + ol li + ol {
  list-style-type: decimal;
}
@media (max-width: 991px) {
  .terms_condition ol.terms_list > li + ol li + ol {
    padding-left: 10px;
  }
}
.terms_condition ol.terms_list > li + ol li + ol li {
  font-size: 18px;
  font-family: "cera_prolight", Arial, sans-serif;
  color: #2D2C2C;
}
@media (max-width: 991px) {
  .terms_condition ol.terms_list > li + ol li + ol li {
    font-size: 16px;
    padding-bottom: 5px;
  }
}

.payment {
  padding: 50px 0;
  /*****************order info******************/
  /*****************payment method customized v1******************/
  /*.payment-method{
    overflow: hidden;
  }

  .payment-method .lead{
    width:100%;
    font-size: 2em;
    display: block;
    text-align: center;
    margin-bottom: 1em;
    padding-bottom:1eml


  }
  .payment-method small{
    padding-top: 1em;;
    display:block;
    width:100%;
    text-align: center;
    color:#C9D0E1;
    font-size: 60%;
    font-weight: 400;
    text-transform: lowercase;
  }*/
  /*****************actions******************/
  /*****************Confirmation******************/
  /**********************table****************/
}
.payment ul {
  padding: 0;
  list-style: none;
}
.payment .h-seperator {
  width: 100%;
  border-bottom: 2px dashed #C9D0E1;
  margin: 2em auto 2em auto;
  display: block;
  padding: 0em;
  opacity: 0.3;
}
.payment .lead {
  font-size: 1.1em;
  color: #444;
  font-weight: normal;
  display: inline-block;
  width: auto;
  margin: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .payment .lead {
    margin-bottom: 10px;
  }
}
.payment .icon {
  font-size: 1.4em;
}
.payment .order-info {
  width: 100%;
  border: 1px solid #C9D0E1;
  padding: 30px;
  overflow: hidden;
  color: #838F96;
}
.payment .items {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}
.payment .items li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*font-weight: 700;*/
}
.payment .items li.price {
  text-align: right;
  margin-left: 20px;
  overflow: visible;
}
.payment .items .lead,
.payment .price .lead {
  text-transform: uppercase;
  display: block;
}
.payment .payment-method {
  overflow: hidden;
}
.payment .payment-method small {
  color: #838F96;
  font-weight: 400;
  text-transform: lowercase;
}
.payment .payment-method > ul {
  overflow: hidden;
  width: 100%;
}
.payment .payment-method li {
  width: 100%;
  position: relative;
}
.payment .payment-option {
  width: 100%;
  padding: 1em 1em 1em 5em;
  margin: 5px 0 10px;
  height: auto;
  display: block;
  color: #444444;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #F3F4F7;
  border: 2px solid #FFFFFF;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.8, -0.66, 0.1, 1.66);
  transition: -webkit-transform 0.2s cubic-bezier(0.8, -0.66, 0.1, 1.66);
  transition: transform 0.2s cubic-bezier(0.8, -0.66, 0.1, 1.66);
  transition: transform 0.2s cubic-bezier(0.8, -0.66, 0.1, 1.66), -webkit-transform 0.2s cubic-bezier(0.8, -0.66, 0.1, 1.66);
}
.payment .payment-option img {
  width: auto;
  max-width: 100%;
  height: 50px;
  float: right;
}
.payment .payment-option:hover {
  -webkit-filter: brightness(1.01);
  -moz-filter: brightness(1.01);
  filter: brightness(1.01);
  /*-webkit-transform: scale(.99, .99);*/
  /*-ms-transform: scale(.99, .99);
  -o-transform: scale(.99, .99);
  transform: scale(.99, .99);*/
  border: 2px solid #E0E4EE;
}
.payment .payment-method input {
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1;
  border: solid 1px #3d3a37;
  font-weight: 300;
  font-style: italic;
  height: 40px;
  display: block;
  border-radius: 0;
  font-style: normal;
  padding: 0 10px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.payment .payment-method select {
  border: solid 1px #3d3a37;
  height: 40px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .payment .payment-method select {
    margin-bottom: 10px;
  }
}
.payment .form-horizontal .control-label {
  padding-top: 12px;
}
.payment .payment-method li input:active + .payment-option {
  opacity: 0.9;
}
.payment .payment-method li input:checked + .payment-option {
  border: 2px solid #6f8d53;
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}
.payment .payment-option span {
  text-align: left;
  height: 50px;
  font-size: 0.9em;
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
}
.payment .payment-option::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 25px;
  top: 28px;
  border: 1px solid #D3DAEB;
  border-radius: 50%;
  box-sizing: content-box;
  background-color: #fff;
}
.payment .payment-option::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 25px;
  top: 28px;
  text-align: center;
  color: #ffffff;
  background: #6f8d53;
  font-size: 14px;
  border-radius: 50%;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.8, -0.66, 0.1, 1.66);
  transition: -webkit-transform 0.2s cubic-bezier(0.8, -0.66, 0.1, 1.66);
  transition: transform 0.2s cubic-bezier(0.8, -0.66, 0.1, 1.66);
  transition: transform 0.2s cubic-bezier(0.8, -0.66, 0.1, 1.66), -webkit-transform 0.2s cubic-bezier(0.8, -0.66, 0.1, 1.66);
}
.payment input:checked + .payment-option::after {
  content: "\F00C";
  font-family: "FontAwesome";
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.payment .actions {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.payment .actions a {
  margin-bottom: 0;
  margin-top: 0;
  padding: 6px 25px;
  font-weight: normal;
  font-size: 19px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .payment .actions a {
    font-size: 16px;
  }
}
.payment .actions a:hover {
  background: #99cb99;
  color: #ffffff;
}
.payment .actions a:hover {
  opacity: 0.9;
}
.payment .actions .back {
  background: #fff;
  color: #189D5B;
  border: 1px solid #189D5B;
}
.payment .actions .continue {
  float: right;
  background: #189D5B;
}
.payment .actions .btm {
  width: auto;
  max-width: 300px;
  float: none;
  background: #189D5B;
  text-align: center;
  margin: auto;
  padding: 1em 2em;
}
.payment .confirmation {
  width: 100%;
  background: rgba(243, 244, 247, 0.33);
  padding: 50px;
  /* margin: 3em 0; */
  border-radius: 0;
  text-align: center;
  border: 1px solid #F0F2F6;
}
@media screen and (max-width: 767px) {
  .payment .confirmation {
    padding: 20px;
  }
}
.payment .confirmation .payment_success {
  font-size: 38px;
  text-transform: uppercase;
  color: #6f8d53;
  font-family: "cera_probold", Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .payment .confirmation .payment_success {
    font-size: 24px;
  }
}
.payment .confirmation h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #838F96;
}
@media screen and (max-width: 767px) {
  .payment .confirmation h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.payment .confirmation .failed {
  font-size: 38px;
  text-transform: uppercase;
  color: #D8000C;
  font-family: "cera_probold", Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .payment .confirmation .failed {
    font-size: 24px;
  }
}
.payment .confirmation .failed h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #838F96;
}
@media screen and (max-width: 767px) {
  .payment .confirmation .failed h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.payment .confirmation .failed {
  color: #D8000C;
}
.payment .confirmation small {
  font-size: 130%;
  color: #838F96;
  letter-spacing: 1px;
  font-weight: 400;
}
.payment .order-confirmation {
  width: 100%;
  border: 1px solid #C9D0E1;
  padding: 3%;
  margin: 2em auto;
  border-radius: 4px;
  overflow: hidden;
  color: #838F96;
  text-align: center;
}
.payment em.seperator {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #b9c0c4;
  padding-top: 10px;
}
.payment .hidden {
  display: none;
}
.payment .block {
  display: block;
}
.payment .info, .payment .success, .payment .warning, .payment .error, .payment .validation {
  margin: 10px 0px;
  padding: 5px;
}
.payment .info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url("info.png");
}
.payment .success {
  color: #4F8A10;
  background-color: #DFF2BF;
}
.payment .warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url("warning.png");
}
.payment .error {
  color: #D8000C;
}
.payment table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  width: 100%;
}
.payment table, .payment th, .payment td {
  border: medium none;
}
.payment th {
  background-color: #4caf50;
  color: white;
  padding-bottom: 11px;
  padding-top: 11px;
}
.payment td, .payment th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.about_content {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  font-family: "cera_prolight", Arial, sans-serif;
}
/*# sourceMappingURL=app.css.map*/