.plan-price-container {
  width: 1040px;
  margin: 0 auto;
}

.plan-price-container.australian .grocery-order,
.plan-price-container.australian .pharmacy-order,
.plan-price-container.australian .special-request-order,
.plan-price-container.australian .grocery-credits,
.plan-price-container.australian .grocery-standing-order {
  display: none;
}

.plan-price-container.australian .meal-order {
  border-bottom: 2px solid #e3e5e7;
}

.paragraph-14.back {
    width: auto;
}

.div-block-62 {
    align-items: flex-end;
}

@media only screen and (max-width: 768px) {
  .plan-price-container {
    width: 100%;
    padding-bottom: 30px;
  }
}

.main-plan-features {
  padding-top: 0;
}

@media only screen and (max-width: 768px) {
  .main-plan-features {
    padding-top: 20px;
  }
}

.membership-container {
  width: 95%;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  transition: all .3s;
  opacity: 1;
  display: block;
}
.main-plan-features .membership-container {
  margin-top: 140px;
}
@media only screen and (max-width: 768px) {
  .membership-container {
    width: 100%;
    margin-top: 0 !important;
    padding-top: 45px;
  }
}
.membership-container.hide {
  opacity: 0;
  display: none;
}
.membership-content {
  width: 100%;
}
.membership-benefit-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  font-size: 14px;
  position: relative;
  z-index: 1;
  color: #231F20;
}
.membership-benefit-item.new-item:before{
  content: "Coming Soon!";
  position: absolute;
  left: -110px;
  color: #5655A0;
  font-style: italic;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .membership-benefit-item.new-item:before{
    display: none;
  }
}
.membership-benefit-item .price-value {
  position: absolute;
  right: -46px;
  background-image: url(https://df9khbjwrdn51.cloudfront.net/price/price_background.png);
  background-size: 100%;
  width: 55px;
  height: 55px;
  letter-spacing: -.5px;
  line-height: normal;
  top: 0px;
  display: flex;
  z-index: 999;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .membership-benefit-item .price-value {
    display: none;
  }
}
.membership-benefit-item img {
  width: 40px;
  margin-right: 5px;
}
.membership-benefit-item.feature-comment {
  justify-content: flex-start;
  margin-left: -1px;
  z-index: 100;
  padding: 20px 0;
  font-weight: bold;
}
.membership-benefit-item.feature-comment .feature-title {
  cursor: unset;
}
.membership-benefit-item.feature-comment .comment {
  font-size: 16px;
  padding-left: 30px;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .membership-benefit-item.feature-comment {
    padding: 15px 0;
  }
  .membership-benefit-item.feature-comment .feature-title {
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .membership-benefit-item.feature-comment .comment {
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: normal;
  }
}
@media only screen and (max-width: 400px) {
  .membership-benefit-item.feature-comment {
    padding: 10px 0;
  }
}
.membership-benefit-item .value-plan {
  z-index: 10;
}
.yellow-background {
  background: #F4E5A5;
  z-index: 1 !important;
}
.gray-background {
  background: #CFD3D3;
  z-index: 1 !important;
}
.feature-title,
.feature-sub-title,
.basic-plan,
.value-plan,
.premium-plan,
.total-care-plan {
  width: 20%;
  padding-left: 20px;
  box-sizing: border-box;
  color: #5E5A5C;
  display: flex;
  align-items: center;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  .feature-title,
  .feature-sub-title,
  .basic-plan,
  .value-plan,
  .premium-plan,
  .total-care-plan {
    width: 50%;
    padding-left: 0;
  }
}
.choose-plan-row {
  z-index: 0;
}
.membership-category .feature-title,
.choose-plan-row .feature-title {
  cursor: unset;
}
@media only screen and (max-width: 768px) {
  .choose-plan-row {
    height: 100px;
  }
  .choose-plan-row.mobile {
    height: 110px;
  }
}
@media only screen and (max-width: 400px) {
  .choose-plan-row {
    height: 85px;
  }
  .choose-plan-row.mobile {
    height: 100px;
  }
}
.choose-plan {
  flex-direction: column;
  color: #231F20;
  font-size: 16px;
}
.choose-plan div {
  margin-bottom: 5px;
}
.choose-plan .choose-plan-button {
  color: #FFF;
  padding: 6px 20px;
  border-radius: 7px;
  margin-top: 10px;
  font-size: 18px;
  cursor: pointer;
  z-index: 9999;
}
@media only screen and (max-width: 768px) {
  .choose-plan .choose-plan-button {
    margin-top: 15px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  .choose-plan .choose-plan-button {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.basic-plan.choose-plan .choose-plan-button {
  background: #484A9F;
  box-shadow: 0 0px 10px 0 #484A9F;
}
.value-plan.choose-plan .choose-plan-button {
  background: #FCD808;
  box-shadow: 0 0px 10px 0 #666599;
  color: #000;
}
.premium-plan.choose-plan .choose-plan-button {
  background: #2E2C68;
  box-shadow: 0 0px 10px 0 #2E2C68;
}
.total-care-plan.choose-plan .choose-plan-button {
  background: #754E96;
  box-shadow: 0 0px 10px 0 #754E96;
}
.choose-plan .monthly-first-cost {
  text-align: center;
}
.choose-plan .monthly-first-cost.new-york-program {
  display: none;
}
.choose-plan .annual-monthly {
  margin-bottom: 0;
  text-align: center;
  line-height: 15px;
}
.choose-plan .annual-monthly div {
  font-size: 14px;
  font-weight: bold;
}
.choose-plan .annual-monthly span {
  font-size: 12px;
}
.choose-plan .normal-price {
  position: relative;
}
.choose-plan .first-month-price {
  font-size: 13px;
  padding-left: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 420px) {
  .choose-plan .first-month-price {
    font-size: 12px;
  }

  .choose-plan .annual-monthly {
    line-height: 12px;
  }

  .choose-plan .monthly-first-cost {
    margin-bottom: -5px !important;
  }
}
.feature-title {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  padding-left: 25px;
  padding-right: 10px;
  cursor: pointer;
  position: relative;
}
.feature-sub-title {
  padding-left: 40px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  position: relative;
}
.sub-feature .feature-sub-title {
  padding-left: 45px;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .feature-title {
    padding: 0 15px;
  }
  .feature-sub-title {
    padding: 0 15px 0 30px;
  }
  .sub-feature .feature-sub-title {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 400px) {
  .feature-title {
    font-size: 14px;
    padding: 0 5px;
  }
  .feature-sub-title {
    font-size: 14px;
    padding: 0 5px 0 20px;
  }
  .sub-feature .feature-sub-title {
    padding-left: 25px;
  }
}
.feature-title div,
.feature-sub-title div {
  position: relative;
  width: fit-content;
  text-align: left;
}
.feature-title div.title sup,
.feature-sub-title div.title sup {
  font-style: normal;
  padding-left: 5px;
}
.feature-title .category-header .learn-more-title {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .feature-title div.title {
    display: initial;
  }
}
.feature-title div.title.no-icon:after {
  content: unset;
}
.feature-title div img.info {
  width: 12px;
  position: absolute;
  right: -21px;
  top: -3px;
}
.feature-title div .tooltiptext,
.feature-sub-title div .tooltiptext {
  font-weight: normal;
  visibility: hidden;
  width: 180px;
  padding: 20px 15px;
  text-align: left;
  background: #312B76;
  line-height: 20px;
  color: #fff;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -105px;
  opacity: 0;
  transition: opacity 0.3s;
}
.feature-title div .tooltiptext.price {
  width: 260px;
}
@media only screen and (max-width: 768px) {
  .feature-title div .tooltiptext {
    left: 0;
    margin-left: 0;
  }
  .feature-title div .tooltiptext.price {
    width: 180px;
  }
}
.feature-title div .tooltiptext::after,
.feature-sub-title div .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.feature-title:hover div .tooltiptext,
.feature-sub-title:hover div .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.membership-category {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e3e5e7;
  border-bottom: 0;
}
.membership-category-item {
  padding-left: 0;
  display: flex;
  flex-direction: column;
}
.membership-category-item.value-plan {
  background: #EBF2F2;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .membership-category-item.value-plan {
    height: -moz-calc(100% + 40px);
    height: -webkit-calc(100% + 40px);
    height: calc(100% + 40px);
  }
  .membership-category-item.basic-plan,
  .membership-category-item.premium-plan,
  .membership-category-item.total-care-plan {
    background: #FFF;
  }
}
.category-header {
  width: 100%;
  text-transform: uppercase;
  height: 40px;
  font-size: 20px;
  line-height: 45px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .category-header {
    height: 45px;
    margin-top: 0;
    line-height: 50px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 400px) {
  .category-header {
    font-size: 16px;
  }
}
.membership-category-item.highlighted .category-header {
  height: 60px;
  margin-top: -20px;
  line-height: 70px;
}
@media only screen and (max-width: 768px) {
  .membership-category-item.highlighted .category-header {
    height: 45px;
    margin-top: 0;
    line-height: 50px;
  }
}
.category-content {
  width: 100%;
  height: 100%;
  border-left: 1px solid #e3e5e7;
  border-right: 1px solid #e3e5e7;
  position: relative;
}
.category-content .choose-plan {
  width: 100%;
  position: absolute;
  bottom: 10px;
}
.membership-category-item.value-plan .category-content{
  box-shadow: 0 5px 10px 3px #666599;
}
@media only screen and (max-width: 768px) {
  .membership-category-item.basic-plan .category-content{
    box-shadow: 0 5px 10px 3px #666599;
    border-radius: 7px;
  }
  .membership-category-item.premium-plan .category-content{
    box-shadow: 0 5px 10px 3px #666599;
    border-radius: 7px;
  }
  .membership-category-item.total-care-plan .category-content{
    box-shadow: 0 5px 10px 3px #666599;
    border-radius: 7px;
  }
  .category-content .basic-plan.choose-plan,
  .category-content .premium-plan.choose-plan,
  .category-content .total-care-plan.choose-plan {
    bottom: 0;
    width: 101%;
    left: -1px;
  }
  .basic-plan.choose-plan .choose-plan-button,
  .premium-plan.choose-plan .choose-plan-button,
  .total-care-plan.choose-plan .choose-plan-button {
    margin-bottom: 0;
  }
}
.basic-plan .category-header {
  background: #666699;
}
.value-plan .category-header {
  background: #F7CC1A;
  color: #23211E;
}
.premium-plan .category-header {
  background: #2E2C68;
}
.total-care-plan .category-header {
  background: #754E96;
}
.total-care-plan {
  margin-right: 0;
}
.total-care-plan.star-burst {
  padding-right: 5px;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.border-top {
  border-top: 1px solid #e3e5e7;
}
.border-bottom {
  border-bottom: 2px solid #e3e5e7;
}
.text-center {
  text-align: center !important;
}
.price {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.price span {
  font-size: 28px;
  font-weight: bold;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .basic-plan .price,
  .value-plan .price,
  .premium-plan .price,
  .total-care-plan .plan-card-price-wrapper .price {
    padding: 8px 0 13px;
  }
  .price span {
    font-size: 20px;
  }
}
.basic-plan .price span {
  color: #666699;
}
.value-plan .price span {
  color: #23211E;
}
.premium-plan .price span {
  color: #2E2C68;
}
.total-care-plan .price span {
  color: #754E96;
}
.introduce-title,
.detail-title {
  margin-left: 25px;
  font-size: 20px;
  font-style: italic;
  text-align: left;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .introduce-title {
    display: none;
  }
  .detail-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 400px) {
  .detail-title {
    font-size: 16px;
    margin-left: 15px;
  }
}
.learn-more-title {
  color: #000;
  font-size: 22px;
  line-height: normal;
  text-transform: none;
  font-style: italic;
  width: 70% !important;
  padding-top: 15px;
  padding-left: 10px;
  letter-spacing: -.5px;
}
.learn-more-arrow {
  width: 25px;
  position: absolute;
  top: 45px;
  right: 20px;
}
@media only screen and (max-width: 768px) {
  .learn-more-title,
  .learn-more-arrow {
    display: none;
  }
}
.highlight-comment {
  position: absolute;
  top: -60px;
  left: 110px;
  line-height: normal;
  text-transform: none;
}
@media only screen and (max-width: 768px) {
  .highlight-comment {
    display: none;
  }
}
.highlight-arrow {
  width: 40px;
  position: absolute;
  left: -20px;
  bottom: -10px;
}
.membership-benefit-item img.choose-plan-image {
  width: 120px;
  margin-left: -10px;
}
@media only screen and (max-width: 768px) {
  .membership-benefit-item img.choose-plan-image {
    display: none;
  }
}
.detail-plan-features {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .detail-plan-features.mobile {
    margin-top: 50px;
  }
}
.detail-section-action-container {
  display: flex;
  align-items: center;
  width: fit-content;
  cursor: pointer;
}
.container-status {
  margin-left: 40px;
  margin-right: 10px;
  width: 50px;
  text-align: center;
  color: #5655A0;
}
.status-image {
  transform: rotate(180deg);
  transition: all .3s;
}
.status-image.hide {
  transition: all .3s;
  transform: rotate(0deg);
}
@media only screen and (max-width: 768px) {
  .detail-section-action-container {
    margin-bottom: 20px;
  }
  .container-status {
    display: none !important;
  }
  .status-image {
    margin-left: 40px;
  }
}
.scroll-bottom {
  position: fixed;
  bottom: 10px;
  background: #cecce6;
  box-shadow: 0 0px 10px 0 #cecce6;
  color: #000;
  font-size: 18px;
  padding: 5px 25px;
  display: flex;
  z-index: 9999;
  align-items: center;
  border-radius: 7px;
  cursor: pointer;
  left: 50%;
  transform: translate(-50%);
}
@media only screen and (max-width: 768px) {
  .scroll-bottom {
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 5px 0;
    text-align: center;
    justify-content: center;
    border-radius: 0;
    transform: unset;
  }
}
.scroll-bottom img {
  width: 39px;
  margin-left: 20px;
}
.total-care-learn-more {
  padding: 0 15px;
  margin-top: 10px;
  background: #d5b7d7;
  box-shadow: 0 0px 10px 0 #d5b7d7;
  color: #040707;
  font-weight: bold;
  text-decoration: underline;
}
.plan-value-items {
  display: none;
}
@media only screen and (max-width: 768px) {
  .plan-value-items {
    display: flex;
  }
  .plan-value-items .plan-item {
    flex: 1;
    margin-right: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 0;
    background: #c5c5d1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
  }
  .plan-value-items .plan-item.basic-plan-item.selected {
    background: #666699;
    box-shadow: 0px 2px 15px 5px #5d5b54;
    color: #fff;
  }
  .plan-value-items .plan-item.value-plan-item.selected {
    background: #F7CC1A;
    box-shadow: 0px 2px 15px 5px #5d5b54;
  }
  .plan-value-items .plan-item.premium-plan-item.selected {
    background: #2E2C68;
    box-shadow: 0px 2px 15px 5px #5d5b54;
    color: #fff;
  }
  .plan-value-items .plan-item.total-care-plan-item.selected {
    background: #754E96;
    box-shadow: 0px 2px 15px 5px #5d5b54;
    color: #fff;
  }
  .plan-value-items .plan-item:last-child {
    margin-right: 0;
  }

  .membership-container .basic-plan,
  .membership-container .premium-plan,
  .membership-container .total-care-plan {
    display: none;
  }
  .star-burst {
    align-items: flex-start;
  }
  .star-burst .price-value {
    display: flex;
    position: unset;
    width: 70px;
    background-size: 100% 100%;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: flex !important;
  }
}
.annual-price-comment {
  font-size: 12px;
}
.annual-total-price {
  margin-top: 2px;
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .basic-plan .annual-price-comment,
  .value-plan .annual-price-comment,
  .premium-plan .annual-price-comment {
    margin-top: -10px;
  }

  .basic-plan .annual-total-price,
  .value-plan .annual-total-price,
  .premium-plan .annual-total-price,
  .total-care-plan .plan-card-price-wrapper .annual-total-price {
    padding-bottom: 15px;
  }
}
.confirm-dialog {
  z-index: 9999 !important;
  padding: 0 !important;
  border: 1px solid #3d4ea7 !important;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(-50%);
}
.confirm-dialog #planConfirmDialog {
  font-size: 20px;
}
.confirm-dialog.ui-dialog .ui-dialog-titlebar-close {
  display: none;
}
@media only screen and (max-width: 768px) {
  .confirm-dialog.ui-dialog {
    width: 90% !important;
  }
}

.confirm-dialog .ui-widget-content {
  border: 0;
  margin-top: 0;
  padding: 0 1em;
}
.confirm-dialog.ui-dialog .ui-dialog-titlebar {
  background: #3d4ea7;
  border-radius: 0;
  color: white;
  padding: 10px 20px;
  font-size: 20px;
}
.confirm-dialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: unset;
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 10px;
}
.confirm-dialog.ui-dialog .ui-dialog-buttonpane button {
  padding: 15px 20px;
  min-width: 100px;
}
.confirm-dialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child {
  background: #fcd53c;
  color: #2c2e35;
  outline: none;
  box-shadow: 0 5px 15px 0 #b2b2bd;
}
.confirm-dialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
  background: #cfd9d8;
  color: #2c2e35;
  box-shadow: 0 5px 15px 0 #b2b2bd;
}
.switch {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 60px;
  margin-top: 20px;
  margin-left: 40px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 52px;
  width: 52px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #000;
}
input:focus + .slider {
  box-shadow: 0 0 1px #000;
}
input:checked + .slider:before {
  -webkit-transform: translateX(140px);
  -ms-transform: translateX(140px);
  transform: translateX(140px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.switch-comment {
  width: 280px;
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}
.switch-comment div {
  width: 100%;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}
.switch-comment div span {
  font-size: 18px;
  color: #754e96;
}
.switch-comment div:first-child {
  padding-right: 25px;
}
.switch-comment div:last-child {
  padding-left: 25px;
}
@media only screen and (max-width: 768px) {
  .switch {
    display: flex;
    margin: 0 auto;
    width: 180px;
    height: 40px;
  }
  .slider:before {
    height: 32px;
    width: 32px;
  }
  input:checked + .slider:before {
    -webkit-transform: translateX(140px);
    -ms-transform: translateX(140px);
    transform: translateX(140px);
  }
  .switch-comment {
    width: 260px;
    margin: 10px auto 20px;
    line-height: normal;
  }
  .switch-comment div {
    font-size: 16px;
  }
  .switch-comment div span {
    font-size: 14px;
  }
}
