.product--subscription-wrap {
  padding: 15px 20px;
  background-color: #eaf9f5;
  border: 1px dashed #078d73;
  border-radius: 10px;
  margin-top: 10%;
  margin-bottom: 3%;
}

.cart--product-detail-title, .flex--align-items-baseline, .product--reviews-wrap .rating-wrap .rating-number, .product--subscription-wrap .subscription-offer {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.custom-checkbox {
  cursor: pointer;
}

.custom-checkbox input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}

input, textarea {
  font: normal 1em Work Sans;
}

.custom-checkbox .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #3ec39b;
  margin-right: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.custom-checkbox .mark:before {
  content: "\E97C";
  display: block;
  font-family: bisleri;
  font-size: 0;
  color: #000;
  -webkit-transition: font-size 0.2s ease-in-out;
  transition: font-size 0.2s ease-in-out;
}

p {
  line-height: 1.4;
}

.product--subscription-wrap .subscription-offer .offer-text {
  font: 500 1em Work Sans;
}

.product--subscription-wrap .subscription-offer .offer-text .highlight-offer {
  font-weight: 600;
  background-color: #e0d559;
  padding: 5px 8px;
  border-radius: 5px;
  display: inline-block;
}

.product--subscription-wrap .subscription-offer .offer-text {
  font: 500 1em Work Sans;
}

.subscription-panel {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.subscription--choose-wraper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

.subscription--choose-wraper .content-wrap {
  width: 50%;
}

.subscription--choose-wraper .content-wrap .title-text {
  font: 700 1.125em Work Sans;
  margin-bottom: 30px;
}

.checkbox--group-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.custom--checkbox-tag {
  display: inline-block;
  position: relative;
  margin: 0 10px 20px 0;
}

.custom--checkbox-tag input[type=checkbox] {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

input {
  font: normal 1em Work Sans;
}

.custom--checkbox-tag label {
  width: 100%;
  height: 100%;
  font: 700 0.875em Work Sans;
  padding: 8px 20px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.select-text:valid:not(focus) ~ .select-label {
  color: #333;
  background: #fff;
}

.select-text:valid ~ .select-label {
  color: #333;
  top: -5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 0.75em;
}

.custom--select-wrap .select-label {
  font: 500 1.125em Work Sans;
  position: absolute;
  pointer-events: none;
  padding: 0 5px;
  left: 10px;
  line-height: 28px;
}

.weekly-button {
  cursor: pointer;
}

.weekly-button.clicked {
  background-color: yellow;
}

.pencil-icon {
  cursor: pointer;
  margin-left: 5px;
}

.popup-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.hidden {
  display: none;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border: 2px solid black;
}

.calendar {
  text-align: center;
}

.popup button {
  margin-top: 10px;
}

.sub-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6%;
}

.subscribe-note {
  padding: 15px 20px;
  background-color: #eaf9f5;
  border: 1px dashed #078d73;
  border-radius: 10px;
}
.subscribe-note .highlight-offer {
  font-weight: 600;
  background-color: #e0d559;
  padding: 5px 8px;
  border-radius: 5px;
  display: inline-block;
}

.subscribe-note .subscription-type {
  margin-top: 1.5rem;
  padding-right: 15px;
}

.subscribe-note .subscription-type h2 {
  color: #1A1A1A;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.subscribe-note p {
  color: #1A1A1A;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 700;
  margin-top: 1.75rem;
}

.subscribe-note p .edit {
  color: #FEED42;
  margin-left: 0.5rem;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
  color: #1A1A1A;
  font-size: 0.75rem;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox .checkmark {
  background-color: #fff;
  position: absolute;
  top: 9px;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #5a5a5a;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.custom-checkbox:hover input ~ .checkmark {
  background-color: transparent;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #1d5c49;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 0.375rem;
  top: 0.1rem;
  width: 0.5rem;
  height: 0.8rem;
  border: solid #1d5c49;
  border-width: 0 0.1875rem 0.1875rem 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.subscribe-note .subscription-type {
  margin-top: 1.5rem;
}

.subscribe-note .subscription-type h2 {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.subscribe-note .subscription-type li {
  margin: 0 1rem 0 0;
  display: inline-block;
}

.subscribe-note .subscription-type h2 {
  margin-bottom: 0.75rem;
}

.subscribe-note .subscription-type li:last-child {
  margin-right: 0;
}

.subscribe-note .subscription-type li [type=radio] {
  display: none;
}

.subscribe-note .subscription-type .weekly-radio [type=radio] {
  display: none;
}

.subscribe-note .subscription-type .weekly-radio [type=checkbox] {
  display: none;
}

.subscribe-note .subscription-type .weekly-radio [type=radio]:checked + label {
  background: #00B2A2 !important;
  color: #fff;
}

.subscribe-note .subscription-type .weekly-radio [type=checkbox]:checked + label {
  background: #00B2A2 !important;
  color: #fff;
}

.subscribe-note .subscription-type li label {
  background: #fff;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 700;
  cursor: pointer;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
}

.subscribe-note .subscription-type li [type=radio]:checked + label {
  background: #00B2A2;
  color: #fff;
}

.description_scroll::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.description_scroll::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.description_scroll::-webkit-scrollbar-thumb {
  background: #fff;
}

/* Handle on hover */
.description_scroll::-webkit-scrollbar-thumb:hover {
  background: #f1f1f1;
}

#weeklySubscription .modal-content .modal-footer .primary-btn-lg {
  width: 100%;
  padding: 0.5rem 3.5rem;
  border: none;
}

#weeklySubscription .modal-dialog {
  max-width: 20rem;
}

#weeklySubscription .modal-dialog .modal-header {
  border-bottom: none;
}

#weeklySubscription .modal-content h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

#weeklySubscription .modal-content h5 span {
  color: #666;
  font-size: 0.625rem;
  line-height: 1rem;
  font-weight: 400;
  display: block;
}

#weeklySubscription .modal-content li {
  padding: 0 0 1rem 0.5rem;
}

#weeklySubscription .modal-content li:last-child {
  padding-bottom: 0;
}

#weeklySubscription .modal-content .custom-checkbox {
  color: #242424;
  font-size: 0.875rem;
  line-height: 1rem;
}

#weeklySubscription .modal-content .custom-checkbox .checkmark {
  width: 1rem;
  height: 1rem;
}

#weeklySubscription .modal-content .custom-checkbox .checkmark {
  background: transparent;
  border: 0.0625rem solid #000;
}

#weeklySubscription .modal-content .custom-checkbox input:checked ~ .checkmark {
  background: #00A990;
}

#weeklySubscription .modal-content .custom-checkbox .checkmark:after {
  border-color: #fff;
  left: 0.25rem;
  top: 0.0625rem;
}

#weeklySubscription .modal-content .custom-checkbox input:checked ~ .checkmark {
  border-color: #00A990;
}

#weeklySubscription .modal-content .modal-footer {
  border-top: none;
}

p.min-orderquantitypdp {
  margin-bottom: 14px;
}

.disDetails p {
  line-height: 16.8px !important;
  font: 500 14px Work Sans;
  color: #acacac;
  margin-bottom: 30px;
  line-height: 16.42px;
}
@media only screen and (min-width: 768px) {
  .disDetails p {
    font: 500 14px Work Sans;
  }
}

.subscribe-note .custom-checkbox {
  font-weight: 700;
  font-size: 16px;
  color: #1A1A1A;
}
.subscribe-note .custom-checkbox .details_subscriptions {
  font-weight: 400;
}
.subscribe-note .custom-checkbox .details_subscriptions p {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 14px;
  line-height: 16.8px;
}

.fullWidth {
  width: 100%;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.customdateinput {
  position: absolute;
  top: 28px;
  background: #fff;
  width: 91%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(1.5em + 0.75rem + 7px);
  border-radius: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 11px;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .customdateinput {
    top: 32px;
    height: calc(1.5em + 0.75rem + 5px);
    width: 87.5%;
  }
}
@media only screen and (min-width: 820px) {
  .customdateinput {
    top: 32px;
    height: calc(1.5em + 0.75rem + 5px);
  }
}
@media only screen and (min-width: 920px) {
  .customdateinput {
    top: 32px;
    height: calc(1.5em + 0.75rem + 5px);
  }
}

.subscribe-note .customdateinput {
  position: absolute;
  top: 28px;
  background: #fff;
  width: 91%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(1.5em + 0.75rem + 7px);
  border-radius: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 11px;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .subscribe-note .customdateinput {
    top: 22px;
    height: calc(1.5em + 0.75rem + 5px);
    width: 87.5%;
  }
}
@media only screen and (min-width: 820px) {
  .subscribe-note .customdateinput {
    top: 22px;
    height: calc(1.5em + 0.75rem + 5px);
  }
}
@media only screen and (min-width: 920px) {
  .subscribe-note .customdateinput {
    top: 25px;
    height: calc(1.5em + 0.75rem + 5px);
  }
}

.calenderBorder {
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  height: calc(1.5em + 0.75rem + 13px);
  font-family: "AvenirRegular", sans-serif;
  position: relative;
  z-index: 1;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.subscriptionFont {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.subscription-type .subscriptionFont {
  margin-bottom: 10px;
  line-height: 31px;
  display: block;
}

.subscribe-note .subscription-type #dailySubscription label, .subscribe-note .subscription-type #weeklySubscription label, .subscribe-note .subscription-type #monthlySub label {
  font-size: 11.5px;
  font-weight: 500;
  margin-bottom: 0;
  translate: 14px 13px;
  background: #fff;
  padding: 5px;
  position: relative;
  z-index: 5;
}

.subscribe-note .subscription-type #weeklySubscription .weeklySubButton label {
  translate: 0px 0px;
}

.deliveryList li {
  list-style-type: disc !important;
  line-height: 1.5;
}

.faqList {
  list-style: none !important;
}

.weeklySubButton li [type=radio]:checked + label {
  background: #FEED42;
  color: #000;
}

.payment--frequency-dropdown {
  height: 41px !important;
  border-radius: 0.5rem;
  margin-top: 0px;
}

.calendar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  background: #fff;
  border-radius: 8px;
  margin-top: 20px;
}

.calendar .day {
  width: 44px;
  text-align: center;
  padding: 10px;
  height: 44px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .calendar .day {
    padding: 7px;
    margin: 3px 14.5px;
  }
}
@media only screen and (min-width: 992px) {
  .calendar .day {
    padding: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .calendar .day {
    padding: 10px;
  }
}

.font-bold {
  font-weight: 700;
}

.calendar .selected {
  background-color: #00b2a2;
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
}

.upcoming-delivery .nav-tabs {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.white-card .primary-btn-lg .upcoming1 {
  background: #00B7A2;
  color: #fff !important;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.75rem 0.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  width: 9rem;
  text-align: center;
}