<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 5784:0 Unexpected "}"

**/
body {
  counter-reset: subscription;
}

.main-content {
  padding-top: 30px;
  padding-bottom: 40px;
  background: url(account-top-bg-1.svg) no-repeat left 35px, url(account-top-bg-2.svg) no-repeat right 188px, url(top-gradient.png) repeat-x center top, url(account-bottom-bg-1.svg) no-repeat 349px bottom, url(bottom-gradient.png) repeat-x center bottom;
  min-height: 530px;
}

@media only screen and (min-width: 750px) {
  .main-content {
      padding-top: 80px;
      padding-bottom: 55px;
  }
}

.site-footer {
  margin-top: 0;
}

.no-border {
  border: none !important;
}

.list-bullet, .bullet-list {
  list-style-type: disc;
  padding-left: 1em;
  list-style-position: outside;
}

.list-bullet li, .bullet-list li {
  list-style-type: disc;
  list-style-position: outside;
}

.box-flex {
  display: flex;
  flex-direction: column;
}

.box-flex .box-content {
  display: flex;
  flex-grow: 1;
  margin-bottom: 20px;
}

.content-center {
  align-items: center;
  justify-content: center;
}

.flex-end {
  justify-content: flex-end;
}

.space-between {
  justify-content: space-between;
}

@media only screen and (max-width: 989px) {
  .medium-down--one-whole {
      width: 100% !important;
  }
}

@-webkit-keyframes rotate {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }

  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

@keyframes rotate {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }

  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

.btn--loading {
  pointer-events: none;
  cursor: default;
  position: relative;
}

.btn--loading .icon {
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}

.btn__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0)
}

.btn--loading .btn__spinner {
  -webkit-animation: rotate 0.5s linear infinite;
  animation: rotate 0.5s linear infinite;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100)
}

.btn-icon {
  background: none;
  border: none;
  -webkit-appearance: none;
}

.icon--button-spinner {
  width: 20px;
  height: 20px;
  background-image: url(/cdn/s/assets/checkout/button-spinner-light-5286abb306e1aac2c20e1de732453a77d1cbeaeb9554a0789c9aa4ed61d43d6d.png);
  background-image: url(/cdn/s/assets/checkout/button-spinner-light-5c063a7226e223d09fda9901806dfa2ab4dcb276019424e1685ae44b6f3f0e57.svg),none;
}

span[data-add-to-cart-text] {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out
}

.btn .price-val:after {
  content: '|';
  padding: 0 4px;
}

.text-link {
  font-weight: 700;
}

.btn-back {
  margin-bottom: 15px;
}

.btn-back svg {
  vertical-align: middle;
  margin-right: 7px;
  width: 13px;
}

.text-pipe {
  color: #D9D9D9;
  padding: 0 8px;
}

.subs-product-item-edit .text-pipe {
  padding: 0 11px;
}

.btn--loading span[data-add-to-cart-text], .btn--loading .price-val {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: inline;
}

#ajax-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99988;
}

#ajax-progress {
  position: fixed;
  text-align: center;
  z-index: 99999;
  color: black;
  overflow: auto;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  margin: -136px 0 0 -155px;
  background-color: #ffffff;
  padding: 46px 55px 72px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

.preloader4 {
  width: 35px !important;
  height: 35px !important;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: rgba(0,0,0, 0.65);
  border-bottom-color: rgba(0,0,0, 0.15);
  border-left-color: rgba(0,0,0, 0.65);
  border-right-color: rgba(0,0,0, 0.15);
  -webkit-animation: preloader4 0.8s linear infinite;
  animation: preloader4 0.8s linear infinite;
}

@keyframes preloader4 {
  from {
      transform: rotate(0deg);
  }

  to {
      transform: rotate(360deg);
  }
}

@-webkit-keyframes preloader4 {
  from {
      -webkit-transform: rotate(0deg);
  }

  to {
      -webkit-transform: rotate(360deg);
  }
}

.ajax-box-hide {
  display: none;
}

#account-page, .recharge-page {
  max-width: 1252px;
  margin-bottom: 40px;
  padding: 0 30px;
  margin: 0 auto;
}

.recharge-secured-page {
  display: none;
}

.recharge-form label {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.03em;
  font-weight: 500;
  opacity: 0.7;
}

.recharge-form label.error {
  text-transform: none;
  color: #ff6b6b;
  font-size: 12px;
  line-height: 1.3;
  display: block;
  text-align: left;
  letter-spacing: .02em;
  padding: 10px 0;
  opacity: 1;
  font-weight: 400;
}

.recharge-form input:not(.btn):not([type="submit"]), .recharge-form select, .recharge-form textarea {
  border-radius: 8px;
  border: 1px solid #CCD5DB;
  background-color: #ffffff;
  width: 100%;
  font-size: 12px;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.recharge-form input:not(.btn):not([type="submit"]), .recharge-form select {
  height: 40px;
}

@media only screen and (max-width: 749px) {
  .recharge-form [type="submit"] {
      margin-top: 5px;
  }
}

@media only screen and (min-width: 750px) {
  .recharge-form input:not(.btn):not([type="submit"]), .recharge-form select, .recharge-form textarea {
      padding: 15px 20px;
      margin-bottom: 25px;
  }

  .recharge-form input:not(.btn):not([type="submit"]), .recharge-form select {
      height: 50px;
  }
}

.recharge-form select {
  background-image: url(dropdown-arrow.png);
  background-position: right 20px center;
  padding-right: 48px;
}

.account-navigation {
  margin-bottom: 40px;
}

.account-navigation li a {
  font-size: 14px;
  line-height: 16px;
  padding: 12px 0;
  margin-left: 25px;
  margin-right: 25px;
}

.account-navigation li a.active {
  color: #002B49;
  border-bottom: 5px solid #002B49;
}

.account-navigation li:first-child a {
  margin-left: 0;
}

.account-navigation li:last-child a {
  margin-right: 0;
}

#account-page .page-width &gt; .title, .recharge-modal .page-width &gt; .title {
  margin-bottom: 40px;
  font-size: 30px;
}

.subs-product-item {
  background-color: #ffffff;
  margin-bottom: 40px;
  border-radius: 12px;
  border: 1px solid #ccd5db;
}

@media only screen and (max-width: 749px) {
  .subs-product-item {
      margin-bottom: 20px
  }
}

.subs-date .h5 {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #686868;
  font-weight: 400;
  padding: 10px 30px;
  border-bottom: 1px solid #CCD5DB;
}

.subs-date .next-charge-date {
  color: #357295;
  letter-spacing: 0.18em;
  font-weight: 700;
  padding-left: 4px;
}

@media only screen and (min-width: 750px) {
  .subs-date .next-charge-date {
      padding-left: 10px;
  }
}

.subs-date .h2 {
  font-size: 25px;
}

.subs-date .amount {
  font-size: 15px;
}

.subs-product-item .subs-box-title {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.subs-product-item .subs-box-title span, .subs-product-item .subs-box-title a {
  color: #002B49;
}

.subs-product-item .subs-box-title .h2 {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 26px;
  text-transform: none;
  font-weight: 500;
  letter-spacing: normal;
}

@media only screen and (min-width: 750px) {
  .subs-product-item .subs-box-title {
      font-size: 15px;
      line-height: 23px;
  }

  .subs-product-item .subs-box {
      font-size: 28px;
      line-height: 36px;
      font-weight: 400;
  }
}

.subs-product-item .subs-box-title .h3 {
  font-size: 15px;
}

.subs-product-item .subs-box:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: calc(100% - 60px);
  border-bottom: 1px solid #CCD5DB;
}

.subs-product-item .subs-box {
  padding: 30px 30px 15px;
  position: relative;
}

@media only screen and (max-width: 749px) {
  .subs-product-item .subs-box:after {
      width: calc(100% - 40px);
  }

  .subs-product-item .subs-box {
      padding: 16px 20px !important;
  }
}

.subs-product-item .subs-box-actions {
  margin-bottom: 12px;
  text-align: right;
}

.subs-product-item .subs-box-actions .next-charge-date {
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 750px) {
  .subs-product-item .subs-box-actions .next-charge-date {
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0.03em;
  }
}

.subs-product-item .subs-box-actions .btn {
  margin: 0 2.5px 10px;
}

.subs-product-item .subproducts-container {
  position: relative;
  min-height: 197px;
}

@media screen and (max-width: 989px) and (min-width: 750px) {
  .subproducts-container &gt; .grid &gt; .grid__item {
      flex: 0 0 33.333333%;
  }
}

.subproducts-container .preloader4 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17.5px;
  margin-left: -17.5px;
}

.subs-product-item.loaded .preloader4 {
  display: none;
}

.subs-product-item label {
  font-size: 10px;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #686868;
}

.subs-box-footer {
  padding: 20px;
}

@media only screen and (min-width: 750px) {
  .subs-box-footer {
      padding: 30px;
  }
}

.subs-box-footer label {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.18em;
  font-weight: 700;
  margin-bottom: 4px;
}

.subs-box-address, .subs-box-discount {
  padding-right: 30px;
  /* border-right: 1px solid #EEEEEE; */
}

.subs-box-address p, .subs-box-discount p {
  color: #686868;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 0.01em;
}

.subs-box-discount .recharge-form {
  padding: 4px 0;
}

.subs-box-discount input {
  height: 28px;
  font-size: 12px;
  padding: 8px 18px;
  border-radius: 6px;
  margin-bottom: 6px;
}

.subs-product-item .btn-add-product {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #002B49;
  padding: 20px 15px;
  font-weight: 700;
  border-color: #FAA826 !important;
}

.subs-product-item .btn-add-product img {
  margin-bottom: 10px;
}

.subs-product-item .btn--link.btn-add-product.btn--loading, .cart__add-to-plan-link.btn--loading {
  opacity: 0.3;
}

.subs-product-item .otp-item {
  border: 1px solid #ccd5db;
  padding: 5px 15px 15px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 15px;
  background: #ffffff;
}

@media only screen and (min-width: 750px) {
  .subs-product-item .otp-item {
      min-height: 187px;
  }
}

.subs-product-item .otp-item .otp-item-img {
  position: relative;
  padding-top: 60%;
  margin-bottom: 10px;
}

.subs-product-item .otp-item .otp-item-qty {
  text-align: center;
  line-height: 21px;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-align: left;
}

.subsadd-row .otp-item .otp-item-qty {
  display: block !important;
}

.subs-product-item .otp-item .otp-item-img img {
  border-radius: 6px;
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 75px;
  max-height: 30px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.subs-product-item .otp-item .otp-item-img img[alt^="Elderberry"] {
  max-height: 68px;
}

.subs-product-item .otp-item .otp-item-img img.icon {
  width: 16px;
  height: 16px;
  border-radius: 0;
  top: 50%;
  left: 50%;
}

.subs-product-item .otp-item .otp-item-title {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-weight: 500;
  z-index: 1;
}

@media only screen and (min-width: 750px) {
  .subs-product-item .otp-item .otp-item-title {
      font-size: 16px;
      line-height: 26px;
  }
}

.subs-product-item .otp-item-details {
  color: #979797;
  font-size: 11px;
  line-height: 15px;
}

.subs-product-item .otp-item-short-desc ul {
  list-style-type: none;
  text-align: left;
  margin-top: 10px;
  margin-left: 0;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.02em;
  padding-left: 0;
}

.subs-product-item .otp-item-short-desc ul li {
  list-style: none;
  position: relative;
}

.subs-product-item .otp-item .product-card__icons {
  max-height: 123px;
  width: calc(100% - 65px);
}

.subs-product-item .otp-item .product-card__icons::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(216, 216, 216, 0.4);
}

.subs-product-item .otp-item .product-card__icons::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}

.subs-product-item .btn-add-product .icon-plus {
  margin-right: 12px;
}

.box-wrap {
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #CCD5DB;
}

.box-title {
  margin-bottom: 30px;
}

.box-title h3 {
  font-size: 25px;
  margin-bottom: 0;
}

.box-wrap h4.title {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.18em;
}

.box-content p {
  line-height: 30px;
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #686868;
}

.btn-small {
  min-width: 110px;
  line-height: 8px;
  font-size: 11px;
  padding-left: 18px;
  padding-right: 18px;
}

.recharge-modal .btn {
  margin-bottom: 20px;
  position: relative;
}

.recharge-modal .btn.btn-dashed {
  border: 2px dashed #002B49;
  background-color: #ffffff;
  color: #002B49;
  border-radius: 6px;
  height: 140px;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
}

.recharge-modal .btn.btn-add-confirm {
  background: #002B49;
  border-radius: 4px;
  margin: 0;
}

.btn--stone-pill {
  background: #F2ECE2;
  border-radius: 22px;
  color: #002B49;
  padding: 12px 18px;
  font-weight: 700;
  max-width: 215px;
  width: 100%;
  margin: 0 10px;
}

.smile-text a {
  color: #002B49;
  line-height: 45px;
}

.orders-list .box-wrap {
  margin-bottom: 15px;
  padding: 20px;
}

@media only screen and (min-width: 750px) {
  .orders-list .box-wrap {
      margin-bottom: 20px;
      padding: 20px 22px;
  }
}

.orders-list .order-list-item {
  flex-grow: 1;
  width: auto;
}

.orders-list .order-list-item:nth-child(1) {
  flex-grow: 3;
}

.orders-list .order-list-item:nth-child(2) {
  flex-grow: 6;
}

.orders-list .order-list-item:nth-child(3) {
    justify-content: center;
}

.orders-list .order-list-item:nth-child(4), .orders-list .order-list-item:nth-child(5) {
  justify-content: center;
}

.orders-list .order-list-details {
  font-size: 13px;
}

.recharge-modal.fancybox-content {
  width: calc(100% - 40px);
  padding: 15px;
  max-width: 510px;
  border-radius: 10px;
}

.recharge-modal.cancel-sub-order-modal {
  max-width: 610px;
}

@media only screen and (min-width: 750px) {
  .recharge-modal.fancybox-content {
      padding: 38px 30px;
  }
}

.fancybox-content.modal-loading {
}

.fancybox-content.modal-loading &gt; div {
  opacity: 0;
}

.fancybox-bg {
  background: #000;
}

.recharge-modal .fancybox-close-small {
  padding: 0 !important;
  width: 30px;
  height: 30px;
  top: 15px !important;
  right: 15px !important;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.3 !important;
  background: #002B49;
}

.recharge-modal .title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  margin-top: 18px;
}

.recharge-modal.recharge-modal--success .box-title {
  /* margin: 150px 0; */
}

.recharge-modal .box-content {
  margin-bottom: 35px;
  border: none;
  background: none;
}

.recharge-modal hr:not(.hr--small):not(.hr--medium) {
  margin: 24px 0;
}

.recharge-modal .box-content p {
  color: #000;
}

.recharge-modal .form-message--error {
  padding: 10px 15px;
  display: inline-block;
  width: auto;
}

#account-page .btn-alt.btn--loading, .recharge-modal .btn-alt.btn--loading, .subs-product-item-edit .btn-alt.btn--loading {
  background-color: rgba(239, 84, 75, 0.3) !important;
  border: none;
}

.fancybox-container.recharge-modal {
  -webkit-transform: none;
  transform: none;
}

.fancybox-portal-collection .fancybox-inner {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform .6s ease-out;
  width: 100%;
  z-index: 99992;
}

.fancybox-portal-collection.fancybox-is-open .fancybox-inner {
  transform: translateX(0);
}

.fancybox-portal-collection .fancybox-content {
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  position: static;
}

.fancybox-portal-collection .fancybox-slide {
  padding: 0;
  text-align: right;
}

.recharge-modal .portal-addon-products-drawer {
  width: 100%;
  max-width: 672px;
  height: 100%;
  padding: 0;
  box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.5);
}

.portal-addon-products-drawer .block-content-wrap {
  height: 100%;
  padding: 0 17px 85px 0;
}

.portal-addon-products {
  width: 840px;
  max-width: 100%;
  padding: 40px 30px;
  border-radius: 6px;
  height: 90vh;
}

.portal-addon-products .mobile-scroll-wrap {
  height: 100%;
}

.portal-addon-products .back-wrap {
  display: none;
}

.portal-addon-products .block-head {
  padding: 40px 20px 0;
}

@media only screen and (min-width: 750px) {
  .portal-addon-products .block-head {
      padding: 45px 50px 0;
  }
}

.portal-addon-products .block-head .h2 {
  font-size: 25px;
  padding: 0 10px;
}

.portal-addon-products .block-content-wrap {
  height: calc(100% - 250px);
  overflow-y: scroll;
  padding: 0 7px;
}

.portal-addon-products .block-content-wrap.result-loading {
}

.portal-addon-products #addon-searchbar {
  width: 100%;
  background: #EEEEEE;
  border-radius: 5px;
  border: none;
  height: 50px;
  font-size: 13px;
  padding: 10px 30px;
}

.portal-addon-products .addon-filters {
  position: relative;
  padding: 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (min-width: 750px) {
  .portal-addon-products .addon-filters {
      padding: 0 50px 0;
  }
}

.portal-addon-products .addon-remove-confirm {
  display: none;
}

.active-filters {
  margin-bottom: 20px;
  padding: 0 42px 0 50px;
}

.addon-filters .addon-filter {
  width: calc(50% - 10px);
  position: relative;
}

.addon-filters .addon-filter-btn {
  display: block;
  padding: 4px 25px 4px 15px;
  background-image: url(dropdown-arrow-blue.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid rgba(0, 43, 73, 0.2);
  border-radius: 8px;
  position: relative;
  z-index: 13;
}

@media only screen and (max-width: 749px) {
  .addon-filters .addon-filter {
      width: calc(50% - 7px);
  }
}

@media only screen and (max-width: 350px) {
  .addon-filters .addon-filter-btn {
      font-size: 10px;
  }
}

@media only screen and (min-width: 750px) {
  .addon-filters .addon-filter-btn {
      padding: 9px 20px;
      background-position: right 20px center;
  }
}

.addon-filter.active .addon-filter-btn {
  background-image: url(dropdown-arrow-up-blue.png);
}

.active-filters .filtered-tag {
  display: inline-block;
  line-height: 1;
  padding: 9px 24px 9px 10px;
  background-image: url(close.svg);
  background-position: right center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.filtered-tag span {
  display: inline-block;
  vertical-align: middle;
}

.filtered-tag .icon-box {
  margin-right: 4px;
  display: none;
}

.filtered-tag .text {
  font-size: 12px;
}

.portal-addon-products #addon-searchbar::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

.portal-addon-products #addon-searchbar:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

.portal-addon-products #addon-searchbar::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

.portal-addon-products #addon-searchbar:-ms-input-placeholder {
  color: #000000;
}

.portal-addon-products .btn-addon-search {
  position: absolute;
  top: 4px;
  right: 10px;
  line-height: 1;
  padding: 10px;
}

.portal-addon-products-drawer .block-content-wrap::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(216, 216, 216, 0.4);
}

.portal-addon-products-drawer .block-content-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #A8A8A8;
}

.portal-addon-products .collection-grid {
  margin-bottom: 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  background-color: white;
  padding: 0 15px 0 20px;
}

@media only screen and (min-width: 750px) {
  .portal-addon-products .collection-grid {
      padding: 0 44px 0 50px;
  }
}

.portal-addon-products .addon-variant-selection {
  text-align: left;
  padding: 0 20px;
}

.addon-product-select {
  border: 1px solid #EEEEEE;
  border-radius: 18px;
  max-width: 114px;
  display: inline-block;
  font-size: 13px;
  background-image: url(dropdown-arrow.png);
  background-position: right 16px center;
  padding-right: 33px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-padding-end: 33px;
  -webkit-padding-start: 15px !important;
  height: 36px;
  vertical-align: middle;
}

.addon-qty-adjust input {
  border: none;
  text-align: center !important;
  pointer-events: none;
  padding: 0;
  font-size: 14px;
  height: 34px;
  max-width: 100%;
  font-weight: 700;
}

.product-card__price {
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px;
  text-align: left;
}

.product-card__price .green {
  color: #357295;
  font-weight: 700;
  font-size: 11px;
  line-height: 23px;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.product-card__price .price {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.02em;
  margin-bottom: 3px;
}

.product-card__price .otp-payment-price {
  font-size: 12px;
  line-height: 24px;
  color: #686868;
  font-weight: 400;
  letter-spacing: 0.03em;
  display: none;
}

.product-card__form-shop {
  padding: 0
}

.product-card__bottom .item-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding: 0 5px;
}

.product-card__bottom .product-card__form-item {
  margin: 0
}

.product-card__bottom .product-card__button {
  position: relative;
  z-index: 6;
  padding: 8px 0 0
}

.product-card__bottom .buttons {
  padding-left: 20px;
  padding-right: 20px;
  line-height: normal;
  justify-content: center;
  place-content: space-between
}

.product-card__bottom .open-details {
  text-decoration-line: underline;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: block;
}

@media only screen and (min-width: 750px) and (max-width:989px) {
  .product-card__bottom .buttons, .product-card__bottom .buttons .text-right {
      display: block;
      text-align: center !important;
  }

  .product-card__bottom .open-details {
      margin-bottom: 10px;
  }
}

.fancybox-addon-details .fancybox-close-small {
  top: 20px !important;
  right: 20px !important;
}

.fancybox-addon-details .fancybox-content {
  max-width: 1000px;
  height: 100%;
  overflow: auto;
  padding: 80px 0 0;
}

.fancybox-addon-details .page-width {
  padding: 0 50px;
}

.fancybox-addon-details .product-single {
  margin-bottom: 60px;
}

.fancybox-addon-details .btn-addon, .fancybox-addon-details .btn-add-product {
}

.fancybox-addon-details .btn-add-product .arrow {
  fill: #021638;
}

.fancybox-addon-details .product__price-box .product__dosage {
  color: #002B49;
}

.fancybox-addon-details .product-benefits__content {
}

.fancybox-addon-details .product-benefits__content .product-benefits__title {
  font-size: 1.5625em;
  text-transform: uppercase;
}

.fancybox-addon-details .product-benefits__content .product-benefits__description {
  line-height: 30px;
}

.fancybox-addon-details .product__price-box {
  background-color: #f1f1f1;
}

.fancybox-addon-details .product-single__title {
  margin-bottom: 15px;
}

.fancybox-addon-details .product-single__photo-wrapper:focus {
  outline: none;
}

.fancybox-addon-details .product-featured-img {
  padding: 20px 0;
  width: 120px;
  height: 88px;
  object-fit: contain;
  margin: auto;
}

.fancybox-addon-details .product-featured-img.product-img-elderberry {
  height: 324px;
}

.fancybox-addon-details .product-featured-img[alt="pilvspenny"], .fancybox-addon-details .product-featured-img[alt*="mg"], .fancybox-addon-details .product-featured-img[alt*="mcg"], .fancybox-addon-details .product-featured-img[alt*="IU"], .fancybox-addon-details .product-featured-img[alt*="iu"] {
  padding: 0;
  height: 140px;
  width: auto;
}

.fancybox-edit-details .product__buy-block, .show-options .product__shop-block {
  display: block !important;
}

.fancybox-addon-details .product-single__thumbnails-wrapper {
  margin: 0 auto;
  max-width: 420px;
}

.fancybox-addon-details .product-single__thumbnails-wrapper .product-single__thumbnail {
  width: 100%;
  max-width: 80px;
  height: 80px;
  line-height: 94px;
}

.fancybox-addon-details .slick-current .product-single__thumbnail {
  border-color: #021e40;
}

.fancybox-addon-details .product-single__thumbnail img {
  margin: auto;
}

.fancybox-addon-details .slick-track {
  margin: auto;
  display: flex;
  align-items: center;
}

.fancybox-addon-details .product-single__photo.slick-slide {
  float: none;
}

.fancybox-addon-details .product-single__media-group {
  margin-bottom: 0;
}

.fancybox-addon-details .product-mobile-slider-main {
  position: relative;
  width: 100%;
}

.fancybox-addon-details .product-mobile-slider-main .slick-dots {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 12px;
}

.fancybox-addon-details .slick-dots li button, .fancybox-addon-details .slick-dots li a {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.fancybox-addon-details .slick-dots li.slick-active button, .fancybox-addon-details .slick-dots li.slick-active a {
  background: #ffffff;
}

.fancybox-addon-details .slick-prev:before, .fancybox-addon-details .slick-next:before {
  content: none;
}

.fancybox-addon-details .slick-arrow.slick-disabled {
  display: none !important;
}

.fancybox-addon-details .bottomLine .rating-star {
  color: #FFC609!important;
}

.fancybox-addon-details .payment-plan-wrapper p {
  margin-bottom: 18px;
  line-height: 20px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #357295;
  font-weight: 700;
  font-size: 12px;
}

.fancybox-addon-details .product-card__serving-detail {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.fancybox-addon-details .product__shop-block {
  margin-bottom: 20px;
}

.fancybox-addon-details .product__shop-block .addon-product-select {
  margin: 0;
  width: 100%;
  max-width: 189px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #bababa;
  padding: 0 20px 0 10px !important;
  height: 44px;
  color: #686868;
  background-position: right 14px center;
  font-size: 16px;
  background-image: url(dropdown-arrow.png);
}

.payment-plan-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media only screen and (max-width: 749px) {
  .payment-plan-wrapper {
      margin: 0 auto 44px;
  }
}

@media only screen and (min-width: 750px) {
  .payment-plan-wrapper {
      justify-content: flex-start;
  }
}

.payment-plan-wrapper .product__price {
  font-size: 12px;
  line-height: 23px;
}

.payment-plan-wrapper p {
  margin-bottom: 18px;
  line-height: 20px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #357295;
  font-weight: 700;
}

.payment-plan-wrapper .price {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: bold;
}

@media only screen and (min-width: 750px) {
  .payment-plan-wrapper .price {
      font-size: 17px;
  }
}

.payment-plan-wrapper .product-form__item--submit, .payment-plan-wrapper .product-form__cart-submit {
  margin-bottom: 6px;
}

.payment-plan-wrapper .product-form__cart-submit {
  color: #F2ECE2;
  min-width: 143px;
}

@media only screen and (max-width: 350px) {
  .payment-plan-wrapper .product-form__cart-submit {
      min-width: 90px;
  }
}

.payment-plan-wrapper .product-form__cart-submit.added {
  background-color: var(--color-btn-primary) !important;
}

.payment-plan-wrapper .product-form__item--submit {
  padding-left: 16px;
}

.payment-plan-wrapper .otp-payment-price {
  font-size: 13px;
  line-height: 24px;
  color: #357295;
  letter-spacing: 0.03em;
  display: none;
}

/* product benefits */
@media only screen and (max-width: 749px) {
  .fancybox-addon-details .section-header .h2 {
      font-size: 17px;
  }
}

.product-benefits__description {
  font-size: 0.875em
}

.product-sup-facts__list {
  padding-bottom: 25px
}

.product-sup-facts__list li {
  padding: 12px 0;
  display: block;
}

.product-sup-facts__list .usp-p {
  overflow: hidden;
  line-height: 20px;
  letter-spacing: 0.01em;
}

.product-sup-facts__list .image img {
  max-height: 18px;
  max-width: calc(100% - 10px)
}

.product-form-alt .product-form__cart-submit:hover:not(:disabled) .arrow,.product-form-alt .shopify-payment-button .shopify-payment-button__button--unbranded:hover:not(:disabled) .arrow,.shopify-payment-button .product-form-alt .shopify-payment-button__button--unbranded:hover:not(:disabled) .arrow {
  fill: #fff
}

.product-benefits__wrapper-alt {
  padding: 0;
}

@media only screen and (min-width: 750px) {
  .product-benefits__wrapper-alt {
      padding-left: 20px;
      padding-right: 20px;
  }
}

.product-benefits__content .product-benefits__description {
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 36px;
}

.product-benefits__content .product-benefits__subtitle {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

@media only screen and (min-width: 750px) {
  .product-benefits__content .product-benefits__description {
      font-size: 16px;
      line-height: 30px;
      padding-bottom: 38px;
  }
}

.product-sup-facts__list-alt {
  padding-bottom: 10px
}

.product-sup-facts__list-alt .image {
  width: 47px;
  height: 47px;
  background: #fff;
  position: relative;
  font-size: 10px;
  color: #002B49;
  line-height: 1.1;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  object-fit: contain;
  margin-right: 5px;
}

@media only screen and (max-width: 749px) {
  .product-sup-facts__list-alt .image {
      font-size:7px
  }
}

.product-sup-facts__list-alt .image img {
  max-width: 50px;
  max-height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #FFC609 0%, rgba(255, 198, 9, 0.5) 100%);
  border-radius: 50%;
}

.product-sup-facts__list-alt .title {
  color: #111111;
  font-size: 16px;
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 750px) {
  .product-sup-facts__list-alt {
      padding-bottom:45px
  }
}

.sup-fact-table-box {
  text-align: center;
  color: #002B49;
  margin: auto;
}

.sup-fact-table-box .doseSelect {
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  margin-top: 30px;
  right: 15px;
  width: auto !important
}

@media only screen and (max-width: 749px) {
  .sup-fact-table-box .doseSelect {
      margin-top:15px;
      right: 10px
  }
}

.sup-fact-table {
  margin: auto;
  margin-bottom: 40px;
  width: 770px;
  max-width: 100%;
  border-radius: 3px;
  text-align: left;
  font-size: 12px;
  line-height: 17px;
  /* or 142% */
  letter-spacing: 0.01em;
}

.sup-fact-table .heading {
  padding: 0 0 12px;
  border-bottom: solid #002B49 8px;
  position: relative;
}

.sup-fact-table .heading h2 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 25px;
}

@media only screen and (max-width: 749px) {
  .sup-fact-table .heading h2 {
      /* font-size: 28px !important; */ margin-bottom: 20px;
  }
}

.sup-fact-table .heading p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sup-fact-table ul {
  margin-bottom: -1px;
}

.sup-fact-table ul li {
  border-bottom: solid #002B49 1px;
  display: table;
  width: 100%;
  line-height: 17px;
}

.sup-fact-table ul li:last-child {
  border: none;
}

.sup-fact-table ul li span {
  display: table-cell;
  padding: 10px 0;
  vertical-align: top;
}

.sup-fact-table ul li span.indent {
  padding-left: 10px
}

.sup-fact-table ul li span.indent2 {
  padding-left: 20px
}

.sup-fact-table ul:not(.primary) li span:first-child {
  width: 90%;
}

.sup-fact-table ul li span:nth-child(2) {
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-align: right;
  letter-spacing: 0.01em;
}

.sup-fact-table ul.primary li span:nth-child(2) {
  white-space: normal
}

.sup-fact-table ul.primary li:first-child, .sup-fact-table ul.primary li span:nth-child(2) {
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sup-fact-table ul.primary li.last {
  border-bottom: solid #002B49 8px;
}

.sup-fact-table ul.secondary li.last,
.sup-fact-table ul.tertiary li.last {
  border-bottom: 8px solid #002B49;
}

.sup-fact-table ul.notice {
  border-top: solid #000 1px;
}

.sup-fact-table ul.notice li span {
  line-height: 22px;
}

.sup-fact-table ul.notice li strong {
  font-weight: normal;
  font-weight: 500;
}

.sup-fact-table ul.notice .bordered {
  border: 1px solid #002B49;
  padding: 12px 20px;
  margin: 10px 0;
  display: block;
  line-height: 23px;
  font-size: 12px;
}

.factTabBox {
  margin: auto;
  position: relative;
  max-width: 100%;
}

.factTabBox .factTab {
  opacity: 0;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1
}

.factTabBox .factTab:first-child {
  position: relative
}

.factTabBox .factTab.active {
  z-index: 20;
  opacity: 1;
  position: relative !important
}

.doseSelect {
  margin-top: 6.5%;
  position: absolute;
  right: 10.5%;
  top: 0;
  z-index: 21
}

.doseSelect .doseSelectInner {
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  max-width: none;
  margin: 0 !important;
  position: relative
}

.doseSelect select {
  border-radius: 27px;
  height: 40px;
  line-height: 38px;
  background-color: #fff;
  border: 1px solid #949494;
  padding-bottom: 0;
  padding-top: 0;
  white-space: nowrap;
  width: auto;
  max-width: none
}

@media only screen and (max-width: 749px) {
  .doseSelect select {
      height:30px;
      line-height: 28px;
      padding-left: 10px;
      padding-right: 20px;
      font-size: 12px;
      background-position: right 5px center
  }
}

.additionalFacts {
  table-layout: auto
}

.additionalFacts h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.additionalFacts h5 {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.additionalFacts p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 30px;
}

@media only screen and (min-width: 750px) {
  .additionalFacts p {
      font-size: 16px;
      margin-bottom: 30px;
  }
}

.additionalFacts p:last-child {
  margin-bottom: 0;
}

.product-sup-facts__list-alt .image img {
  text-indent: -99999px;
  max-height: none;
}

.additionalFacts .disclaimerBoxWrap {
  display: table
}

.additionalFacts .disclaimerBox {
  font-size: 16px;
}

@media only screen and (max-width: 500px) {
  .additionalFacts .disclaimerBox&gt;* {
      font-size:13px
  }
}

@media only screen and (max-width: 749px) {
  .sup-fact-table {
      font-size:12px;
      width: 380px
  }

  .sup-fact-table .heading {
      padding: 0 0 15px;
      border-width: 6px;
  }

  .sup-fact-table ul.primary li.last {
      border-width: 6px;
  }

  .sup-fact-table ul.secondary li.last {
      border-width: 6px;
  }

  .sup-fact-table ul li span {
      font-size: 11px;
  }

  .sup-fact-table ul.primary li:first-child span {
      font-size: 12px;
  }

  .additionalFacts .disclaimerBox {
      padding-left: 0
  }

  .product-sup-facts__list li .title {
      font-size: 13px
  }

  .doseBox {
      font-size: 14px;
  }

  .disclaimerBoxWrap .disclaimerBox {
      display: block;
      width: 100%;
      border: solid 0px !important;
      padding: 0 0 11px 0 !important
  }

  .product-benefits__content {
      margin-bottom: 25px;
  }
}

.benefits-section {
  position: relative;
  z-index: 1;
  padding-top: 50px !important;
}

.benefits-section:after {
  content: '';
  position: absolute;
  left: 38px;
  top: -45px;
  width: 72px;
  height: 72px;
  background: url(small-orange-circle.svg) no-repeat center center;
  background-size: contain;
}

.benefits-section:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  background: url(small-orange-circle.svg) no-repeat calc(100% + 75px) 83px,linear-gradient(180deg, rgba(255, 198, 9, 0.65) 0%, rgba(255, 198, 9, 0) 100%);
  z-index: -1;
}

@media only screen and (min-width: 749px) {
  .benefits-section {
      padding-top: 80px !important;
  }

  .benefits-section:after {
      left: 50px;
      top: -60px;
      width: 124px;
      height: 124px;
  }

  .benefits-section:before {
      background: url(small-orange-circle.svg) no-repeat calc(100% + 60px) 10px,linear-gradient(180deg, rgba(255, 198, 9, 0.65) 0%, rgba(255, 198, 9, 0) 100%);
  }
}

/* column images */
.pdp_col-images {
  background: linear-gradient(180deg, rgba(255, 198, 9, 0) 0%, rgba(255, 198, 9, 0.65) 100%);
  padding: 0 0 60px;
}

@media only screen and (min-width: 750px) {
  .pdp_col-images {
      padding: 0 0 80px;
      margin-top: 80px;
  }
}

.pdp_col-images .h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 15px;
}

.pdp_col-images .rte-setting {
  line-height: 30px;
  letter-spacing: 0.03em;
}

.pdp_col-images .feature-row__image-wrapper &gt; div {
  max-width: 142px;
  height: 65px;
  padding-top: 0 !important;
  margin: auto;
}

.pdp_col-images .feature-row__image {
  object-fit: contain;
  max-height: 100% !important;
  max-width: 100% !important;
  position: static !important;
}

@media only screen and (max-width: 749px) {
  .pdp_col-images .h4 {
      margin-bottom: 3px;
      font-size: 17px;
      line-height: 26px;
  }

  .pdp_col-images .rte-setting {
      font-size: 15px;
      line-height: 27px;
      letter-spacing: 0.02em;
  }

  .pdp_col-images .grid__item:not(:last-child) {
      margin-bottom: 30px;
  }

  .pdp_col-images .hero__btn {
      margin-bottom: 10px;
  }
}

.subs-product-item-cancelled .addon-remove-confirm, .subsadd-row .addon-remove-confirm, .subsadd-row .addon-variant-selection, .subsadd-row .btn-addon, .fancybox-edit-details .product-form__cart-submit {
  display: none;
}

.fancybox-edit-details .product__price-box {
  background-color: transparent;
}

.subsadd-row .otp-item .product-card__icons {
  max-height: 127px;
}

.subsadd-row .otp-item-short-desc {
  display: none !important;
}

.subsadd-row .otp-item .otp-item-title {
  text-align: left;
  overflow: visible;
  flex: 1 0 auto;
}

.subsadd-row .otp-item-details:not(.otp-item-short-desc) {
  white-space: nowrap;
}

.subs-product-item-edit .subproducts-container {
  max-width: 865px;
  margin: auto;
}

.subs-product-item-edit .subproducts-container .grid__item:last-child {
  display: none;
}

@media only screen and (min-width: 750px) {
  .subs-product-item-edit .subproducts-container .grid__item {
      width: 33.3333333333% !important;
  }
}

.subs-product-item-edit .addon-item {
  border: 1px solid #ccd5db;
  border-radius: 12px;
  padding: 5px 20px 20px;
  margin-bottom: 15px;
}

.subs-product-item-edit .otp-item {
  padding: 10px 10px 15px;
  border: none;
  max-width: none;
  padding: 0;
  margin-bottom: 20px;
}

.subs-product-item-edit .otp-item .otp-item-img {
  padding-top: 40%;
}

.subs-product-item-edit .otp-item .otp-item-title {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}

.subs-product-item-edit .otp-item-details {
  text-align: left;
  color: #000000;
  font-size: 16px;
  line-height: 23px;
  display: flex;
  margin: 0 !important;
  white-space: normal !important;
  justify-content: left;
}

.subs-product-item-edit .otp-item-qty {
  display: none;
}

.subs-product-item-edit .subs-box-actions .btn {
  margin-bottom: 15px;
}

.subs-product-item-edit .addon-product-select {
  width: 100%;
  max-width: 100%;
  margin: 0 0 8px;
}

.subs-product-item-edit .btn-addon {
  display: none !important;
}

.recharge-page .subs-product-item-edit .btn-addon-alt {
  display: block !important;
}

.recharge-page .subs-product-item-edit .addon-remove-confirm {
  display: none !important;
}

.subs-product-item-edit .subs-box-delivery {
  border-right: none;
}

.addon-remove-confirm {
  text-decoration: underline;
  font-size: 12px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.subs-product-item-edit .addon-variant-selection {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.subs-product-item-edit .addon-qty-adjust {
  border: 1px solid #EBEBEB;
  border-radius: 18px;
  width: calc(100% - 84px);
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  position: relative;
  overflow: hidden;
  padding: 0 30px;
  line-height: 1;
}

@media screen and (max-width: 1199px) and (min-width: 990px) {
  .subs-product-item-edit .addon-variant-selection {
      flex-direction: column;
  }

  .subs-product-item-edit .addon-qty-adjust, .subs-product-item-edit .addon-remove-confirm {
      width: 100%;
      text-align: center;
  }
}

.subs-product-item-edit .product-form__item--quantity-adjust .btn-form__quantity-adjust .icon {
  width: 10px;
  height: 10px;
}

.subs-product-item-edit .btn-add-product {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccd5db;
  border-radius: 12px;
  margin-bottom: 30px;
  padding: 9px 15px;
}

@media only screen and (max-width: 750px) {
  .subs-product-item-edit .btn-add-product {
      padding: 5px 10px;
      margin-bottom: 20px;
  }
}

.subs-product-item-edit .btn-add-product svg {
  margin-right: 15px;
}

.subs-product-item-edit .subs-box-footer {
  padding: 20px 0;
}

@media only screen and (min-width: 750px) {
  .subs-product-item-edit .subs-box-footer {
      padding: 30px 0;
  }
}

.subs-product-item-edit .subs-box-address {
  border-right: 1px solid #EEEEEE;
}

/* Cancel Subs Modal */
.recharge-modal.cancel-modal {
  max-width: 610px;
}

.recharge-modal.cancel-modal .box-title {
  margin-bottom: 0;
}

.recharge-modal.cancel-modal .title {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: normal;
}

.recharge-modal.cancel-modal .box-content {
  margin-bottom: 0;
}

.option-bar-list {
  margin-bottom: 30px;
}

.option-bar {
  max-width: 500px;
  margin: 0 auto 15px;
  text-align: left;
}

.option-bar input {
  position: absolute;
  opacity: 0;
}

.option-bar textarea,
#cancellation_reason_comments {
  width: 100%;
  min-width: 100%;
  padding: 8px 20px;
  font-size: 16px;
  border: 1px solid #CCD5DB;
  border-radius: 8px;
  background-color: #ffffff;
}

.option-bar label,
label[for="cancellation_reason_comments"] {
  font-size: 12px;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-bottom: 0;
  opacity: 0.7;
}

.option-bar .option-bar-label {
  opacity: 1;
  background-color: #ffffff;
  border: 1px solid rgba(0, 43, 73, 0.2);
  display: block;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 12px;
  letter-spacing: 0.02em;
  color: #002B49;
}

.option-bar input:checked + .option-bar-label {
  border: 2px solid #002B49;
}

.option-bar svg {
  float: right;
  margin: 8px 0;
}

.option-bar input:checked + .option-bar-label svg {
  display: inline-block !important;
}

.option-bar input + .option-bar-label + p {
  margin-top: 24px;
}

.option-bar input:checked + .option-bar-label svg {
  display: inline-block !important;
}

.option-bar input + .option-bar-label + p {
  margin-top: 15px;
}

.option-bar input:checked + .option-bar-label + p, .addon-filter.active .filter-content {
  display: block !important;
}

#SubsSelectionModal .option-bar .option-bar-label, #ReactivateSelectionModal .option-bar .option-bar-label, #AdjustOrderSelectionModal .option-bar .option-bar-label {
  line-height: 1.5;
}

#SubsSelectionModal .option-bar .option-bar-label:before, #ReactivateSelectionModal .option-bar .option-bar-label:before, #AdjustOrderSelectionModal .option-bar .option-bar-label {
  counter-increment: subscription;
  content: "Subscription " counter(subscription) ": ";
}

.addon-filter .filter-content {
  padding: 16px 20px;
  position: absolute;
  top: calc(100% - 8px);
  left: 0;
  width: 100%;
  max-height: 300px;
  background-color: #fff;
  overflow: auto;
  z-index: 12;
  border: 1px solid #CCD5DB;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media only screen and (max-width: 749px) {
  .addon-filter .filter-content {
      padding: 15px;
  }
}

.addon-filter .collection-filter__nav .filter-nav__link:before {
  content: none;
}

.order-interval-options {
  margin-bottom: 27px;
}

.order-interval-options .order-interval-option {
  margin: 0 8px 20px;
}

.order-interval-option input {
  display: none;
}

.order-interval-option input:checked + label {
  background: #002B49;
  border-color: #002B49;
  color: #fff;
}

.order-interval-option label {
  min-width: 100px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  height: 50px;
  text-align: center;
  padding: 16px 6px;
  line-height: 15px;
  font-size: 13px;
}

.custom-cif-container, .custom-nro-container {
  margin-bottom: 30px;
}

.custom-cif-container label, .custom-nro-container label {
  margin-bottom: 15px;
}

.custom-cif-container .product-form__item--quantity-adjust, .custom-nro-container .product-form__item--quantity-adjust {
  max-width: 200px;
  margin: auto;
}

#customer-card-form {
  height: 1212px !important
}

.product__shop-block .addon-product-select {
  height: 54px;
  -webkit-padding-start: 18px !important;
  width: 100%;
  max-width: 143px;
  font-size: 16px;
  border-radius: 27px;
  min-width: 136px;
}

.product__shop-block .addon-qty-adjust {
  border-radius: 27px;
  height: 54px;
  min-width: 136px;
}

.product__shop-block .addon-qty-adjust input {
  height: 46px;
  font-size: 16px;
}

/* addon products */
.subproducts-container .grid {
  margin-left: -15px;
}

.subproducts-container .grid__item {
  padding-left: 15px;
}

.addon-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.otp-item {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 100%;
}

.otp-item-details:not(.hide):not(.otp-item-short-desc) {
  display: flex !important;
  justify-content: center;
}

.otp-item-details.hide {
  display: none !important;
}

.otp-item-details::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: rgba(216, 216, 216, 0.4);
}

.otp-item-details::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}

.portal-addon-products .addon-item {
  border: 1px solid #D9D9D9;
  text-align: center;
  width: 100%;
  float: left;
  border-width: 1px;
  border-radius: 12px;
  padding: 0 0 22px;
  margin: 0 0 20px;
  overflow: hidden;
}

@media only screen and (min-width: 750px) {
  .portal-addon-products .addon-item {
      width: calc(50% - 10px);
  }
}

.portal-addon-products .addon-item:nth-child(2n+1) {
  clear: left;
}

.portal-addon-products .otp-item {
  max-width: none;
  padding: 0;
  margin-bottom: 10px;
}

.portal-addon-products .otp-item .otp-item-img {
  padding-top: 40%;
  position: relative;
  background: #F2ECE2;
  margin-bottom: 17px;
}

.portal-addon-products .otp-item .otp-item-price, .subs-product-item-edit .otp-item .otp-item-price {
  /* display: block !important; */
}

.portal-addon-products .otp-item .otp-item-price {
  top: 16px;
  right: 10px;
  font-size: 16px;
}

.portal-addon-products .otp-item .sale-price {
  color: #666666;
}

.portal-addon-products .otp-item-details {
  color: var(--color-text);
}

.portal-addon-products .otp-item-details ul {
  margin-top: 0;
}

.portal-addon-products .addon-product-select {
  background-size: 10px;
  background-position: right 8px center;
  padding: 6px 20px 6px 8px !important;
  text-align: left;
}

.portal-addon-products .addon-qty-adjust {
  padding: 0 30px;
  border: 1px solid #EBEBEB;
  background: #fff;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.product-form__item--quantity-adjust .btn-form__quantity-adjust {
  background: none;
  border: none;
  color: #002B49;
  width: 30px;
  height: 100%;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  text-align: center;
}

.product-form__item--quantity-adjust .btn-form__quantity-adjust.btn-minus {
  left: 2px;
}

.product-form__item--quantity-adjust .btn-form__quantity-adjust.btn-plus {
  right: 2px;
}

.portal-addon-products .product-form__item--quantity-adjust .btn-form__quantity-adjust .icon {
  width: 6px;
  height: auto;
}

.portal-addon-products .btn-alt.added {
  background: #002B49;
  color: #F2ECE2;
}

.portal-addon-products .btn-alt.added .price-val {
  display: none;
}

.empty-content .title {
  margin-top: 20px;
}

#login_verification {
  margin-bottom: 50px;
}

img[alt="ReCharge logo"] {
  display: none!important
}

/* slideout addon products */
.portal-addon-products {
  width: 840px;
  max-width: 100%;
  padding: 40px 30px;
  border-radius: 6px;
  height: 90vh;
}

.portal-addon-products .otp-item .otp-item-img img {
  border-radius: 6px;
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 75px;
  max-height: 30px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.portal-addon-products .otp-item .otp-item-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  z-index: 1;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
  text-align: left;
  padding: 0 20px;
}

.portal-addon-products .otp-item-details {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: left;
  padding: 0 20px;
}

@media only screen and (min-width: 750px) {
  .portal-addon-products .otp-item-short-desc {
      display: flex !important;
      justify-content: center;
      flex-direction: column;
  }
}

.portal-addon-products .otp-item-short-desc ul {
  text-align: left;
  margin-left: 0;
  padding-left: 1em;
}

.portal-addon-products .otp-item-short-desc ul li {
  list-style: none;
  position: relative;
}

.portal-addon-products .otp-item-short-desc ul li:before {
  padding-right: 2px;
  position: absolute;
  left: -11px;
}

.portal-addon-products .block-head .h2 {
  font-size: 20px;
  line-height: 26px;
  padding: 0;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 500;
  margin: 0;
}

@media only screen and (min-width: 750px) {
  .portal-addon-products .block-head .h2 {
      font-size: 24px;
      line-height: 32px;
  }
}

.portal-addon-products .block-content-wrap {
  height: calc(100% - 224px);
  overflow-y: scroll;
  padding: 0;
  position: relative;
}

.portal-addon-products .block-content-wrap.result-loading:after {
  content: 'Please wait...';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.portal-addon-products .addon-search {
  padding: 20px 0 15px;
  position: relative;
}

@media only screen and (min-width: 750px) {
  .portal-addon-products .addon-search {
      padding: 20px 0;
  }
}

.portal-addon-products #addon-searchbar {
  width: 100%;
  background: #ffffff;
  border: 1px solid #CCD5DB;
  height: 40px;
  padding: 8px 22px 8px 20px;
  border-radius: 8px;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 14px;
}

@media only screen and (min-width: 750px) {
  .portal-addon-products #addon-searchbar {
      height: 50px;
      padding: 10px 22px 10px 20px;
  }
}

.portal-addon-products #addon-searchbar::-webkit-input-placeholder {
  color: #002B49;
  opacity: 0.7;
}

.portal-addon-products #addon-searchbar::-moz-placeholder {
  color: #002B49;
  opacity: 0.7;
}

.portal-addon-products #addon-searchbar:-ms-input-placeholder {
  color: #002B49;
  opacity: 0.7
}

.portal-addon-products #addon-searchbar::-ms-input-placeholder {
  color: #002B49;
  opacity: 0.7;
}

.portal-addon-products .addon-remove-confirm {
  display: none;
}

.collection-filter__nav li {
  padding: 5px 0
}

.collection-filter__nav .filter-nav__link {
  background: none;
  padding-left: 0;
  display: inline-block;
  padding: 0;
  position: relative
}

.collection-filter__nav .filter-nav__link .icon-box {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  text-align: center;
  width: 20px;
  height: 20px;
  border: 1px solid #99aab6;
}

.collection-filter__nav .filter-nav__link.active .icon-box {
  border: 1px solid #002B49;
  background-color: #002B49;
  background-image: url(check-yellow.png);
  background-repeat: no-repeat;
  background-position: 2px center;
}

.collection-filter__nav .filter-nav__link .icon-box .icon {
  max-height: 24px;
  max-width: 24px;
  height: auto;
  width: auto;
  vertical-align: middle;
  display: none;
}

.collection-filter__nav .filter-nav__link .text {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media only screen and (max-width: 749px) {
  .collection-filter__nav .filter-nav__link {
      padding-left: 22px;
  }

  .collection-filter__nav .filter-nav__link .icon-box {
      position: absolute;
      top: 50%;
      margin-top: -7px;
      left: 0;
      width: 14px;
      height: 14px;
  }

  .collection-filter__nav .filter-nav__link.active .icon-box {
      background-position: center center;
      background-size: 8px;
  }

  .collection-filter__nav .filter-nav__link .text {
      font-size: 12px;
  }
}

@media only screen and (min-width: 990px) {
  .collection-filter__nav li {
      padding: 7px 0;
  }

  .collection-filter__nav .filter-nav__link:before {
      content: '';
      display: block;
      width: 19px;
      height: 19px;
      border: 1px solid #D9D9D9;
      position: absolute;
      left: 0;
      top: 3px
  }
}

.portal-addon-products .btn-addon-search {
  position: absolute;
  top: 50%;
  right: 10px;
  line-height: 1;
  padding: 10px;
  margin-top: -20px;
}

@media only screen and (max-width: 749px) {
  .portal-addon-products .btn-addon-search {
      margin-top: -18px;
  }
}

.portal-addon-products-drawer .block-content-wrap::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(216, 216, 216, 0.4);
}

.portal-addon-products-drawer .block-content-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #A8A8A8;
}

.portal-addon-products .collection-grid.no-results {
  overflow: visible;
  font-size: 15px;
  line-height: 27px;
  padding: 0 20px;
  display: block;
}

@media only screen and (min-width: 750px) {
  .portal-addon-products .collection-grid.no-results {
      padding: 10px 50px;
  }
}

.portal-addon-products .collection-grid.no-results p {
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.portal-addon-products .addon-product-select {
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  max-width: 110px;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  background-image: url(dropdown-arrow.png);
  background-position: right 16px center;
  padding-right: 33px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-padding-end: 33px;
  -webkit-padding-start: 15px !important;
  height: 36px;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 10px;
}

.portal-addon-products .addon-qty-adjust {
  max-width: 110px;
  display: inline-block;
  display: none;
}

.portal-addon-products .product-form__item--quantity-adjust .product-form__input--quantity {
  background: #fff;
  border: none;
  padding: 0;
  height: 34px;
  color: #002B49;
  pointer-events: none;
}

.portal-addon-products .addon-qty-adjust input {
  font-size: 14px;
}

.portal-addon-products .btn-alt {
  margin-bottom: 0;
  padding: 10px 22px;
  min-width: 0;
  height: 42px;
}

@media only screen and (max-width: 749px) {
  .portal-addon-products .addon-product-select {
      background-size: 5px;
      background-position: right 8px center;
      padding: 3px 15px 3px 9px !important;
      text-align: center;
  }

  .portal-addon-products .sub-item:nth-child(2n+1) {
      clear: left;
  }
}

@media only screen and (max-width: 749px) {
  .portal-addon-products .otp-item .otp-item-price {
      font-size: 12px;
      top: 10px;
      right: 10px;
  }

  .portal-addon-products .otp-item-short-desc ul {
      margin-top: 5px;
  }
}

/* Monthly &amp; Onetime */
.subs-otp-box {
  max-width: 396px;
  margin: 0 auto 45px;
}

.subs-otp-options {
  background-color: #EDEDED;
  border-radius: 20px;
  overflow: hidden;
}

.subs-otp-option {
  width: 50%;
  float: left;
}

.subs-otp-option.onetime {
  display: flex;
  justify-content: flex-end;
}

.subs-otp-option input {
  display: none;
}

.subs-otp-option label {
  max-width: 183px;
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  height: 60px;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.subs-otp-option input:checked + label {
  background: #002B49;
  color: #ffffff;
  border-radius: 20px;
}

.box-wrap.box-plan-onetime {
  margin: 0;
  margin-bottom: 20px;
}

@media only screen and (min-width: 750px) {
  .box-wrap.box-plan-onetime {
      padding: 30px 50px;
  }
}

.box-wrap.box-plan-onetime .box-title {
  margin-bottom: 15px;
}

@media screen only and (min-width: 750px) {
  .box-wrap.box-plan-onetime .box-title h3 {
      line-height: 32px;
  }
}

.box-wrap.box-plan-onetime .box-title .show-inside {
  margin: 18px 0 10px;
}

.box-plan-onetime-inline .box-wrap.box-plan-onetime .box-title h3 {
  font-size: 23px;
  margin-bottom: 0;
}

.box-plan-onetime .btn {
  min-width: 180px;
}

.otp-price-wrapper {
  padding: 10px 0;
  margin-right: 20px;
}

.otp-price-wrapper .save-pill, .reactivation-modal .save-pill {
  background: linear-gradient(90.98deg, #BBAEC3 7.63%, #F47F25 22.41%, #FAA826 50.92%, rgba(252, 198, 9, 0.7) 85.36%);
  color: #ffffff;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 8px;
  line-height: 1.3;
  font-size: 12px;
  height: 21px;
  margin-right: 8px;
}

.box-plan-onetime-inline .otp-price-wrapper {
  padding: 0;
}

.box-plan-onetime-inline .otp-price-wrapper .save-pill {
  margin-right: 5px;
  vertical-align: middle;
}

.otp-price-wrapper .otp-price {
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  vertical-align: text-top;
}

.box-plan-onetime-inline .otp-price-wrapper .otp-price {
  font-size: 15px;
  letter-spacing: 0.02em;
  vertical-align: middle;
}

.otp-price-wrapper .otp-price del {
  color: #686868;
  margin-right: 8px;
  font-weight: 400;
}

.box-plan-onetime-inline .otp-price-wrapper .otp-price del {
  margin-right: 5px;
}

.otp-price-wrapper .otp-tax, .additional-dicount .otp-tax {
  font-size: 12px;
  line-height: 18px;
  padding-top: 8px;
  display: inline-block;
}

@media only screen and (max-width: 749px) {
  .box-plan-onetime .box-plan-grid, #otpUpgradeInside .otp-price-wrapper {
      float: none !important;
      margin: 0 0 15px;
  }

  .box-plan-onetime .renew-date {
      margin-top: 0;
  }
}

@media not all and (min-resolution: .001dpcm) {
  .tooltip {
      padding: 13px 15px 10px !important;
  }
}

.otp-modal .box-wrap.box-plan-onetime {
  border: none;
  max-width: 450px;
  padding: 15px 0 0;
  margin: auto;
}

.otp-modal hr {
  border-color: #CCD5DB;
}

@media only screen and (min-width: 750px) {
  .otp-modal hr {
      margin: 30px 0;
  }
}

.otp-modal .box-wrap.box-plan-onetime .btn, .reactivation-modal .btn {
  margin-bottom: 0;
}

.otp-modal .box-title h3 {
  padding-right: 0;
}

@media only screen and (max-width: 749px) {
  .otp-modal .box-title h3 {
      font-size: 20px;
      line-height: 26px;
  }
}

.otp-modal .box-title h3 small {
  padding-top: 20px;
  display: block;
  font-size: 16px;
}

.otp-modal .box-title h3 small a {
  text-decoration: underline;
}

@media only screen and (max-width: 749px) {
  .otp-modal .fancybox-content {
      padding: 20px 20px 30px;
  }

  .otp-modal .check {
      float: none !important;
      text-align: center;
  }
}

.renew-date {
  margin-top: 15px;
  clear: both;
}

.renew-date svg {
  margin-right: 10px;
  vertical-align: middle;
}

.renew-date .shipping-schedule {
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.03em;
}

.additional-dicount .box-action {
  max-width: 330px;
  margin: 40px auto 30px;
  border-top: 1px solid #000000;
}

.additional-dicount .otp-price-wrapper, .additional-dicount .additional-section {
  text-align: right !important;
  position: relative;
  padding: 20px 0 !important;
  border-bottom: 1px solid #000000;
}

.additional-dicount .otp-price-wrapper:before, .additional-dicount .additional-section:before {
  position: absolute;
  left: 0;
}

.additional-dicount .otp-price-wrapper:before {
  content: 'Price';
}

.additional-dicount .additional-savings:before {
  content: 'First month savings';
}

.additional-dicount .additional-savings-total {
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 25px
}

.additional-dicount .additional-savings-total:before {
  content: 'Total:';
}

.additional-dicount hr, .additional-dicount .otp-price-wrapper .otp-tax {
  display: none;
}

.additional-dicount .otp-price-wrapper .otp-price {
  font-size: 16px;
  padding: 3px 0;
}

.additional-dicount .otp-tax {
  padding-top: 0;
}

.otp-modal .additional-dicount .box-wrap.box-plan-onetime .btn {
  padding: 0 20px;
  font-size: 14px;
  width: 100%;
}

.otp-modal .fancybox-content {
  max-width: 610px;
}

@media screen only and (min-width: 750px) {
  .otp-modal .box-wrap.box-plan-onetime .box-title h3 {
      line-height: 36px;
      max-width: 450px;
  }
}

#otpUpgradeInside {
  max-width: 1032px;
  position: relative;
  z-index: 1;
}

#otpUpgradeInside:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 335px;
  background: linear-gradient(180deg, rgba(255, 198, 9, 0.8) 0%, rgba(255, 198, 9, 0) 100%);
  z-index: -1;
}

#otpUpgradeInside .title {
  margin-bottom: 10px;
  margin-top: 0;
}

#otpUpgradeInside .subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

#otpUpgradeInside .box-wrap {
  border: none;
  padding: 12px 20px 0;
  background: none;
  margin-bottom: 0;
}

#otpUpgradeInside .subs-product-item .grid {
  justify-content: center;
}

#otpUpgradeInside .subs-product-item .otp-item-img {
  padding-top: 40%;
}

#otpUpgradeInside .subs-product-item .open-addon-detail {
  pointer-events: none;
}

#otpUpgradeInside .otp-item-qty {
  display: none !important;
}

#otpUpgradeInside .otp-item-short-desc, #otpUpgradeInside .otp-item-short-desc .hide {
  display: block !important;
}

#otpUpgradeInside .otp-item-short-desc ul {
  display: none;
}

#otpUpgradeInside .otp-item-short-desc p {
  color: #002B49;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: left;
}

#otpUpgradeInside .otp-item-title {
  display: block;
  flex: none;
  margin-bottom: 8px;
}

#otpUpgradeInside .box-action {
  border-top: 1px solid #CCD5DB;
  margin-left: -20px;
  margin-right: -20px;
  padding: 50px 0 20px;
}

#otpUpgradeInside .section-content-header {
  padding-bottom: 14px;
}

#otpUpgradeInside .section-content-header h3 {
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  margin-bottom: 2px;
}

#otpUpgradeInside .renew-date {
  margin-top: 0;
}

@media only screen and (max-width: 749px) {
  #otpUpgradeInside {
      width: calc(100% - 20px);
  }

  #otpUpgradeInside .box-wrap {
      padding: 0
  }

  #otpUpgradeInside .box-content {
      margin-bottom: 5px;
  }

  #otpUpgradeInside .otp-price-wrapper {
      text-align: center;
  }

  #otpUpgradeInside .box-title {
      margin-bottom: 0;
  }

  #otpUpgradeInside .title {
      font-size: 21px;
      line-height: 27px;
      font-weight: bold;
      letter-spacing: 0.18em;
  }

  #otpUpgradeInside .subtitle {
      font-size: 13px;
      line-height: 24px;
  }

  #otpUpgradeInside .box-action {
      display: block;
      padding-left: 30px;
      padding-right: 30px;
      padding: 10px 40px 0;
  }

  #otpUpgradeInside .section-content-header h3 {
      font-size: 11px;
      line-height: 15px;
  }

  #otpUpgradeInside .open-subscribe-now-modal {
      margin-bottom: 10px;
  }

  #otpUpgradeInside .subs-product-item .open-addon-detail {
      padding: 5px 10px 10px;
  }

  #otpUpgradeInside .otp-item-title {
      font-size: 14px;
      line-height: 20px;
  }

  #otpUpgradeInside .otp-item-short-desc p {
      font-size: 13px;
      line-height: 21px;
  }
}

@media only screen and (min-width: 750px) {
  #otpUpgradeInside .box-action {
      margin-left: -30px;
      margin-right: -30px;
      padding-bottom: 0;
  }

  #otpUpgradeInside .renew-date {
      margin-top: 10px;
  }
}

.supported-icons {
  align-items: start;
  margin: 25px 0 18px;
}

.supported-icons li {
  padding: 0 10px;
  flex-direction: column;
  margin-bottom: 10px;
}

.supported-icons .icon-circle {
  border: 1.5px solid #002B49;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 6px;
  background: linear-gradient(180deg, #FFC609 0%, rgba(255, 198, 9, 0.5) 100%);
}

.supported-icons .icon-circle-name {
  width: 80px;
  display: inline-block;
  word-break: break-word;
  font-size: 11px;
  letter-spacing: 0.15em;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Vitamins You May Like */
.recharge-page .title {
  font-size: 24px;
  line-height: 36px;
  margin-top: 20px;
}

.recharge-page .subs-product-item-edit .subproducts-container {
  margin-top: 50px;
}

/* Browser Update Alert */
body #buorg {
  background-color: #ffffff;
  font-size: 16px;
  border: none;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}

body .buorg-mainmsg {
  font-weight: 400;
}

body .buorg-icon {
  top: -4px;
}

.buorg-buttons {
  padding: 15px 0;
}

.buorg-buttons #buorgig, .buorg-buttons #buorgul, .buorg-buttons #buorgpermanent {
  background: #959595;
  box-shadow: none;
  padding: 1px 10px 2px;
}

.buorg-buttons #buorgul {
  background: #031537;
}

@media only screen and (max-width: 989px) {
  .title .btn {
      float: none;
      display: block;
      max-width: 240px;
      margin: 20px auto 0;
      line-height: 30px !important;
  }

  .medium--content-center {
      justify-content: center;
  }
}

@media screen and (max-width: 989px) and (min-width: 450px) {
  .subsadd-row .otp-item-details {
      font-size: 16px;
      white-space: normal;
      overflow: visible;
      line-height: 1.3;
  }
}

@media only screen and (max-width: 749px) {
  .small--content-center {
      justify-content: center;
  }

  #account-page {
      max-width: none;
      padding: 0 20px 30px;
  }

  .account-navigation {
      white-space: nowrap;
      overflow-x: auto;
  }

  .account-navigation li a {
      margin-left: 15px !important;
      margin-right: 15px !important;
  }

  #account-page .title, .recharge-modal .title, #account-page .page-width &gt; .title {
      font-size: 17px;
      line-height: 26px;
      margin-bottom: 20px;
      padding: 0;
      margin-bottom: 15px;
  }

  .gift-claimed-modal .first-shipment {
      font-size: 14px;
      letter-spacing: 0.03em;
  }

  .recharge-modal .title {
      margin-bottom: 20px;
      margin-top: 20px;
  }

  .box-wrap {
      padding: 20px;
  }

  .box-title h3 {
      font-size: 20px;
      margin-bottom: 5px;
  }

  .box-content p {
      font-size: 16px;
      line-height: 24px;
  }

  .recharge-form label {
      margin-bottom: 7px;
  }

  .orders-list .order-list-item:nth-child(1) {
      flex-grow: 6;
  }

  .orders-list .order-list-item:nth-child(2) {
      flex-grow: 3;
  }

  .subs-date .h5 {
      line-height: 20px;
      padding: 10px 20px;
  }

  .subs-date .h2 {
      font-size: 20px;
  }

  .subs-date .amount {
      align-items: flex-end;
      font-size: 14px;
  }

  .subs-product-item .subs-box-title a {
      font-size: 20px;
  }

  .subs-product-item .subs-box-actions {
      margin-bottom: 5px;
      text-align: left;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .subs-product-item .subs-box-actions .btn {
      width: calc(50% - 7.5px);
      margin: 0 0 15px;
      white-space: normal;
      font-size: 10px;
      letter-spacing: 0.10em;
      padding: 8px 6px;
      min-height: 36px;
  }

  .subs-box-address, .subs-box-discount {
      padding-right: 0;
      flex-direction: column;
  }

  .subs-box-discount {
      border-right: none;
  }

  .subs-box-address .box-flex, .subs-box-discount .box-flex {
      flex-grow: 1;
      padding-right: 10px;
  }

  .subs-box-address-action, .subs-box-discount-action {
      align-items: flex-start;
      padding: 10px 0;
      justify-content: flex-end;
  }

  .subs-box-discount .box-flex:first-child {
      padding-left: 20px;
  }

  .subs-product-item-edit .subs-box-address {
      padding-left: 20px !important;
  }

  .subs-box-discount-action {
      padding: 10px 20px;
  }

  .subs-product-item label {
      font-size: 9px;
  }

  .subsadd-row a.btn--link.btn-add-product {
      margin: 0;
      width: 100%;
      text-align: center;
      padding: 0;
      display: block;
  }

  #account-page .btn[onclick^="ReCharge.Subscription.activate"] {
      margin-top: 60px;
      position: static;
  }

  #account-page .btn[onclick^="ReCharge.Subscription.activate"]:before {
      content: '';
      border-top: 1px solid #EEEEEE;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      margin-top: 30px;
  }

  .status-notif .icon-check {
      display: block;
      margin: 0 auto 20px;
  }

  .recharge-modal .portal-addon-products-drawer {
      max-width: 375px;
  }

  .recharge-modal .fancybox-close-small {
      top: 15px !important;
      right: 15px !important;
  }

  .portal-addon-products .block-content-wrap {
      margin: 30px 0;
  }

  .fancybox-addon-details .fancybox-content.addon-details-content {
      padding: 50px 0 0;
  }

  .fancybox-addon-details .page-width {
      padding: 0 22px;
  }

  .fancybox-addon-details .product-single__shop {
      margin-bottom: 20px;
  }

  .fancybox-addon-details .flex-list {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }

  .fancybox-addon-details .product__buy-block {
      margin-bottom: 0;
  }

  .fancybox-addon-details .product__price-box {
      padding-bottom: 20px;
  }

  .fancybox-addon-details .product-benefits__wrapper-alt {
      padding: 0;
  }

  .fancybox-addon-details .product-benefits__content {
  }

  .fancybox-addon-details .product-benefits__content .product-benefits__title {
      padding-top: 20px;
  }

  .fancybox-addon-details .product-sup-facts__list-alt .title {
      font-size: 13px;
      margin: 0;
  }

  .sub-item:nth-child(2n+1) {
      clear: left;
  }

  .subs-product-item-edit .subs-box-card {
      border-right: none;
  }

  .recharge-modal.cancel-modal .title {
      font-size: 20px;
      line-height: 26px;
  }

  .option-bar .option-bar-label, .option-bar textarea {
      padding: 5px 15px;
      font-size: 14px;
  }

  .active-filters {
      position: relative;
      top: -11px;
      padding: 0 12px 0 20px;
      margin-bottom: 6px;
  }

  .order-interval-option label {
      min-width: 135px;
  }

  #customer-card-form {
      height: 1195px !important
  }

  .fancybox-addon-details .product__price-box {
      background-color: transparent;
      min-height: 0;
  }

  .fancybox-addon-details .product-form-alt .product-form__cart-submit .arrow {
      width: 15px;
  }

  .fancybox-addon-details .product__shop-block {
      max-width: none;
  }

  .fancybox-addon-details .product__shop-block .addon-product-select, .fancybox-addon-details .product__shop-block .addon-qty-adjust {
      height: 40px;
      min-width: 0;
      width: 100px;
      font-size: 13px;
      margin-bottom: 15px;
  }

  .fancybox-addon-details .product__shop-block .addon-qty-adjust input {
      height: 36px;
      font-size: 13px;
  }

  .fancybox-addon-details .product-single {
      margin-bottom: 13px;
  }

  .fancybox-addon-details .product-single__wrapper {
      margin-bottom: 15px;
      padding: 0;
  }

  .subproducts-container .grid--rev {
      direction: ltr;
  }

  .subproducts-container .grid--rev &gt; .grid__item {
      float: left;
      direction: rtl;
  }
}

@media only screen and (max-width: 749px) {
  #account-page {
      padding: 0 20px 30px;
  }

  #account-page .page-width {
      padding: 0;
  }

  .subs-box-address p, .subs-box-discount p {
      font-size: 12px;
  }

  .subs-product-item-edit .addon-item {
      border-radius: 12px;
      padding: 8px 8px 12px;
      margin-bottom: 17px;
      border-width: 1px;
  }

  .subs-product-item-edit .otp-item .otp-item-img img {
      border-radius: 6px;
  }

  .subs-product-item-edit .otp-item .otp-item-title {
      font-size: 14px;
      line-height: 20px;
      padding: 0;
  }

  .subs-product-item-edit .otp-item-details, .subs-product-item .otp-item-short-desc ul {
      font-size: 12px;
      line-height: 14px;
      padding: 0;
  }

  #account-page .subs-product-item-edit .btn-alt, .recharge-page .subs-product-item-edit .btn-alt {
      width: 100%;
      text-align: center;
  }

  .subs-product-item-edit .subs-box-delivery .box-flex:first-child {
      padding-left: 0;
  }

  .subs-product-item-edit .otp-item {
      padding-bottom: 15px;
      margin-bottom: 0;
  }

  .subs-product-item-edit .addon-variant-selection {
      flex-direction: column;
  }

  .subs-product-item-edit .addon-product-select, .subs-product-item-edit .addon-qty-adjust {
      display: block;
      margin: 0 auto 10px;
      max-width: 122px;
      width: 100%;
  }

  .subs-product-item-edit .otp-item .otp-item-price, .portal-addon-products .otp-item .otp-item-price {
      font-size: 12px;
      top: 10px;
      right: 10px;
  }

  .fancybox-addon-details .product-single__thumbnails-wrapper {
      padding-top: 15px;
  }

  .otp-item-short-desc ul {
      margin-top: 5px;
  }

  .otp-item .product-card__icons {
      top: 10px;
      left: 10px;
  }

  .otp-item .otp-item-qty {
      top: 7px;
      right: 10px;
  }
}

@media only screen and (min-width: 750px) {
  .subs-product-item-edit .subs-box-card {
      position: relative;
      border-right: none;
  }

  .subs-product-item-edit .subs-box-card:after {
      content: '';
      padding-right: 0;
      border-right: 1px solid #EEEEEE;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
  }

  .subs-product-item-edit .subs-box-delivery {
      padding-left: 20px;
  }
}

.orders-list .order-list-item &gt; div {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 750px) {
  .orders-list .order-list-item &gt; div {
      padding: 0 8px;
      line-height: 30px;
      letter-spacing: 0.03em;
  }

  .orders-list .order-list-item {
      align-items: center;
  }

  .otp-item .product-card__icons {
      max-height: 158px;
  }

  .subs-product-item-edit .otp-item .product-card__icons {
      max-height: 143px;
      width: calc(100% - 78px);
  }

  .recharge-page .title {
      font-size: 30px;
      line-height: 35px;
  }

  .subs-product-item-edit .subs-box-address, .subs-product-item-edit .subs-box-discount {
      padding-left: 30px !important;
  }
}

/** Reactivation Modal **/
.reactivation-modal .box-wrap {
  padding: 0;
  margin: 0;
}

.reactivation-modal .box-action {
  border-top: 1px solid #A4A4A4;
  max-width: 397px;
  margin: 0 auto 20px;
}

@media only screen and (min-width: 750px) {
  .reactivation-modal .box-title {
      margin-bottom:40px
  }

  .reactivation-modal .box-title h3 {
      font-size: 35px;
      line-height: 45px
  }
}

.reactivation-modal .box-product-image {
  margin-top: 20px
}

.reactivation-modal .product-price-row {
  text-align: right;
  position: relative;
  padding: 26px 0;
  border-bottom: 1px solid #A4A4A4;
  font-size: 18px;
  line-height: 26px
}

@media only screen and (max-width: 749px) {
  .reactivation-modal .product-price-row {
      font-size:16px;
      padding: 20px 0
  }
}

.reactivation-modal .product-price-row:before {
  position: absolute;
  left: 20px
}

@media only screen and (max-width: 749px) {
  .reactivation-modal .product-price-row:before {
      left:0
  }
}

.reactivation-modal .product-price-row .row-label {
  position: absolute;
  left: 0;
  top: 26px
}

.reactivation-modal .product-price-row.product-price-row_discount-code .row-label {
  text-align: left;
  position: static;
  float: left;
  width: calc(100% - 70px);
}

@media only screen and (max-width: 749px) {
  .reactivation-modal .product-price-row .row-label {
      top: 20px;
      text-align: left;
      position: static;
      float: left;
  }

  .reactivation-modal .product-price-row_discount-code .row-label {
      width: calc(100% - 52px);
  }
}

.reactivation-modal .product-price-row.product-price-row_tax .row-label {
  font-size: 18px;
  line-height: 30px;
  color: #686868
}

.reactivation-modal .product-price-row.product-price-row_total {
  font-size: 24px;
}

.reactivation-modal .product-price-row.product-price-row_total .product-tax {
  padding-top: 0;
  font-size: 12px;
  color: #686868;
}

@media only screen and (min-width: 750px) {
  .reactivation-modal .product-price-row.product-price-row_total .product-tax {
      font-size:14px;
      line-height: 30px
  }
}

.reactivation-modal .pill-total-price {
  background-color: #EFEFEF;
  margin: 50px 0 35px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 20px;
  letter-spacing: 1.92px;
  font-size: 18px;
  line-height: 26px
}

.reactivation-modal .pill-total-price .total-price {
  color: #002B49;
  letter-spacing: 1px
}

.reactivation-modal .btn-add-product {
  display: block;
  margin: 0 auto
}

@media only screen and (max-width: 749px) {
  .reactivation-modal .btn-add-product {
      margin:35px auto 20px
  }
}

.reactivation-modal hr {
  margin: 20px 0
}

.product-price-wrapper .sale-price del {
  color: #EF544B;
  margin-right: 8px;
}

/** Adjust Order Date Modal **/
.adjustOrderDateModal .box-wrap {
  margin-bottom: 0;
}

.adjustOrderDateModal .box-action .btn--link {
  margin-left: 10px;
  margin-right: 10px;
}

.mobile-nav-wrapper {
  top: 0 !important;
}

.subs-details-page {
  padding: 0;
  border: 1px solid #EBEBEB;
}

.subs-details-page .charge-date-box {
  padding: 10px 40px;
  border-bottom: 1px solid #EBEBEB;
  font-size: 16px;
  line-height: 28px;
  color: #686868;
}

.subs-details-page .subs-box {
  padding: 30px;
}

.subs-details-page .date-highlight {
  color: #357295;
}

.subs-notice {
  background-color: rgb(235 87 87 / 10%);
  padding: 15px 25px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 20px;
  max-width: 760px;
  margin: auto;
  margin-bottom: 30px;
  letter-spacing: 0.03em;
  font-weight: 500;
}

@media only screen and (max-width: 749px) {
  .subs-notice {
      padding: 10px;
  }
}

.subs-notice svg {
  margin-right: 10px;
  margin-top: 2px;
  float: left;
}

.subs-notice p {
  overflow: hidden;
}

/** ReCharge Modal V2 **/
.recharge-modal-v2.fancybox-content {
  max-width: 600px;
  border-radius: 12px;
}

@media only screen and (min-width: 750px) {
  .recharge-modal-v2 .fancybox-button {
      top: 30px !important;
      right: 30px !important;
  }
}

.recharge-modal-v2 .check, .recharge-modal .check {
  margin: 20px 0 10px;
}

@media only screen and (min-width: 750px) {
  .recharge-modal-v2 .check, .recharge-modal .check {
      margin: 30px 0 20px;
  }
}

.check svg {
  display: block;
  margin: auto;
  background: linear-gradient(89.67deg, #FFC609 46.14%, #FAA826 108.75%);
  border-radius: 50%;
}

.check + .title {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}

.recharge-modal-v2 .check svg {
  display: block;
  margin: auto;
}

.recharge-modal-v2 .box-title, .recharge-modal-v2 .box-content {
  max-width: 500px;
  margin: 0 auto 30px;
}

.recharge-modal-v2 .title {
  font-size: 20px;
  line-height: 26px;
}

@media only screen and (min-width: 750px) {
  .recharge-modal-v2 .title {
      font-size: 28px;
      line-height: 36px;
  }
}

.recharge-modal-v2 .box-content p {
  font-size: 18px;
  line-height: 30px;
}

.recharge-modal-v2 .box-content p a {
  text-decoration: underline;
}

.order-details-page .grid__item-add-product, .subs-product-item-cancelled .grid__item-add-product {
  display: none;
}

/* side nav */
.sidebar-nav {
  margin-bottom: 30px;
}

@media only screen and (min-width: 750px) {
  .sidebar-nav {
      max-width: 300px;
  }
}

.sidebar-nav h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sidebar-nav li a {
  font-weight: 700;
  font-size: 12px;
  line-height: 44px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sidebar-nav li {
  margin-left: -9px;
}

.sidebar-nav li .icon {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  margin-right: 6px;
  border-radius: 50%;
  float: left;
}

.sidebar-nav li.active &gt; .icon {
  background: linear-gradient(180deg, #FFC609 0%, rgba(255, 198, 9, 0.5) 100%);
}

.sidebar-nav li.active &gt; a {
  text-decoration: underline;
}

.sidebar-nav li .icon svg {
  display: inline-block;
  vertical-align: middle;
}

.sidebar-nav .open-acct-dropdown {
  background-image: url(icon-chevron-navy-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 17px;
  height: 17px;
  line-height: 44px;
  vertical-align: middle;
}

.sidebar-nav .dropdown {
  padding-left: 42px;
}

.sidebar-nav .open-acct-dropdown.active {
  background-image: url(icon-chevron-navy-up.svg);
}

#btn-mobile-nav {
  padding: 15px 20px;
  border: 1px solid #CCD5DB;
  border-radius: 8px;
  background: #ffffff;
  width: 100%;
  background-image: url(icon-chevron-navy-down.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: left;
}

#btn-mobile-nav.open {
  background-image: url(icon-chevron-navy-up.svg);
}

@media only screen and (max-width: 989px) {
  .sidebar-nav li .icon, .sidebar-nav-list {
      display: none;
  }

  .sidebar-nav li {
      margin-left: 0;
  }

  .sidebar-nav-list {
      background-color: #ffffff;
      padding: 64px 20px 20px;
      border-radius: 8px;
      position: relative;
      top: -50px;
      border: 1px solid #CCD5DB;
  }
}

@media only screen and (min-width: 990px) {
  .sidebar-nav-list {
      display: block!important;
  }
}

.sidebar-bottom-link .h2 {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.18em;
  font-weight: 500;
  margin-bottom: 5px;
}

.sidebar-bottom-link .h4 {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.18em;
  text-decoration: underline;
  font-weight: 700;
}

.sidebar-bottom-link svg {
  width: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.content-block h2 {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}

@media only screen and (max-width: 750px) {
  .sidebar-bottom-link {
      margin-top: 60px;
  }

  .future-orders-link .btn {
      width: 100%;
  }
}

/** Quiz Listing **/
#load-quizzes {
}

.retake-outer {
  margin-bottom: 40px;
}

.retake-inner {
  width: 33.33%;
  float: left;
  text-align: center;
}

.quiz-inner .box-wrap {
  position: relative;
  padding-bottom: 29px;
  margin-bottom: 15px;
}

.quiz-inner h3 {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}

.quiz-inner h3 span {
  position: absolute;
  right: 10px;
  top: 10px;
}

.quiz-inner h6 {
  text-align: center;
  margin-bottom: 0;
}

.quiz__content-box {
  text-align: center;
}

.customer-msg h4 {
  text-align: center;
}

.show_more_main, .show_more {
  text-align: center;
}

.quiz-delete {
  cursor: pointer;
  padding: 10px;
  display: block;
}

.quiz-delete img {
  display: block;
}

.quiz__content-box--image {
  margin: 10px 20px;
}

.quiz__content-box--description {
  font-size: 20px;
  line-height: 36px;
}

.quiz__content-text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 50px;
}

.recommended-products {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (min-width: 990px) {
  .quiz-inner .box-wrap {
      padding-top: 50px;
      padding-bottom: 66px;
      margin-bottom: 30px;
  }

  .quiz-inner h3 {
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 28px;
  }
}

/* Past Orders */
.group-nav {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}

.group-nav:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #FFFFFF;
  border-radius: 12px;
}

.group-nav .btn {
  margin: 0 40px 0 0;
  position: relative;
  opacity: 1;
}

.group-nav .btn.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  height: 4px;
  background: linear-gradient(89.67deg, #FFC609 46.14%, #FAA826 108.75%);
  border-radius: 12px;
  z-index: 1;
}

/* Communication Preferences */
#account-page.comms-pref .box-title {
  margin-bottom: 20px;
}

#account-page.comms-pref .box-title h3 {
  font-size: 18px;
  line-height: 24px;
}

#account-page.comms-pref .box-content {
  margin-bottom: 30px;
}

@media only screen and (min-width: 750px) {
  #account-page.comms-pref .box-wrap {
      margin-bottom: 50px;
  }

  #account-page.comms-pref .box-content p {
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0.03em;
  }
}

.check-list input[type="checkbox"] {
  -webkit-appearance: none;
  background: #ffffff;
  border: 1px solid rgba(0, 43, 73, 0.2);
  height: 18px;
  width: 18px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  padding: 0;
  border-radius: 2px;
}

.check-list input[type="checkbox"]:checked {
  border: none;
  border-radius: 0;
  background-image: url(icon-checked-box.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.check-list label {
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.2;
  padding: 13px 0;
  letter-spacing: 0.03em;
}

#CustomerLoginForm .recharge-form input {
  max-width: 570px;
  margin: 0 auto 26px;
}

.template-customers-account .shipping-name {
  display: inline !important;
}

.melatonin-error {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  background: none;
  border: none;
  color: #ef544b;
  padding: 0;
}

.melatonin-error .icon-danger {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}

/* Product Upsell */
.box-plan-product {
  padding: 0 !important;
  overflow: hidden;
  border-color: #bbaec3;
}

.box-plan-product .box-wrap.box-plan-product .btn {
  font-size: 14px;
}

.box-plan-product .box-title h3 {
  font-weight: 500;
}

@media only screen and (min-width: 750px) {
  .box-plan-product .box-title h3 {
      font-size: 25px;
      line-height: 33px;
      margin-bottom: 5px;
  }
}

.box-plan-product .box-title h3 span {
}

.box-plan-product .box-title h3 sup {
  font-size: 13px;
  top: -0.8em;
}

.box-plan-product .box-title h3 .tooltip {
  width: auto;
}

.box-plan-product .subtitle .subtitle-txt {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

@media only screen and (min-width: 750px) {
  .box-plan-product .subtitle .subtitle-txt {
      font-size: 16px;
      line-height: 26px;
  }
}

.box-plan-product .rte p {
  opacity: 0.5;
}

@media only screen and (min-width: 750px) {
  .box-plan-product .rte p {
      font-size: 20px !important;
      line-height: 30px;
  }
}

@media only screen and (max-width: 749px) and (min-width: 351px) {
  .box-plan-product .upsell-variant-selection {
      margin-right: 10px
  }
}

.box-plan-product .upsell-variant-selection .upsell-product-select {
  vertical-align: middle;
  background-size: 10px;
  background-position: right 8px center;
  padding: 5px 18px 5px 8px !important;
  text-align: left !important;
  width: 100px;
  height: 32px;
  border: 1px solid #BABABA;
  border-radius: 5px;
  max-width: 114px;
  display: inline-block;
  font-size: 13px;
  text-align-last: center;
  color: #686868;
}

.box-plan-product .open-upsell-details {
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: underline;
}

.box-plan-product .open-upsell-details .icon-info {
  width: 26px;
  height: 26px;
  margin-right: 0;
}

.box-plan-product .upsell-product-item .upsell-product-item-inner {
  padding: 30px;
  position: relative;
}

@media only screen and (max-width: 749px) {
  .box-plan-product .upsell-product-item .upsell-product-item-inner {
      padding: 20px;
  }
}

.box-plan-product .upsell-product-item .upsell-product-item-inner .fancybox-close-small {
  color: #111111;
  right: 0px;
  top: 0;
  display: none;
}

.box-plan-product .upsell-product-item .product-price-wrapper .product-tax {
  font-size: 14px;
}

.box-plan-product .box-product-image img {
  margin: 0 auto;
  height: 180px;
  object-fit: contain;
}

.box-plan-product .slick-arrow {
  height: auto;
  width: auto;
}

.box-plan-product .slick-prev {
  left: 10px;
}

@media only screen and (max-width: 749px) {
  .box-plan-product .slick-prev {
      left: 20px;
  }
}

.box-plan-product .slick-next {
  right: 10px;
}

@media only screen and (max-width: 749px) {
  .box-plan-product .slick-next {
      right: 20px;
  }
}

.box-plan-product .slick-arrow.slick-disabled {
  opacity: 0.2;
}

.box-plan-product .slick-dots {
  margin-bottom: 15px;
  line-height: 0;
}

.box-plan-product .slick-dots li {
  margin: 0 3px;
  width: 10px;
  height: 10px;
}

.box-plan-product .slick-dots li button, .box-plan-product .slick-dots li a {
  width: 10px;
  height: 10px;
  padding: 0;
}

.box-plan-product .slick-dots li a::before {
  color: transparent;
  border: 2px solid #ffffff;
  opacity: 1;
}

.box-plan-product .slick-dots li button::before, .box-plan-product .slick-dots li a::before {
  width: 10px;
  height: 10px;
  background-color: #C4C4C4;
  opacity: 1;
  border-radius: 50%;
  content: "";
}

.box-plan-product .slick-dots li.slick-active button::before, .box-plan-product .slick-dots li.slick-active a::before {
  background-color: #002B49;
}

.box-plan-product .open-product-modal {
  margin-top: 15px;
  min-width: 100px;
  width: auto;
  margin-bottom: 10px;
  padding-bottom: 0;
  position: relative;
  height: 44px;
  line-height: 40px;
  padding: 0 5px;
  letter-spacing: 0.18em;
  display: inline-block;
}

.box-plan-product .product-price-wrapper .orig-price {
  width: 100px;
  display: inline-block;
  text-align: center;
  text-decoration: line-through;
  color: #686868;
}

@media only screen and (max-width: 749px) {
  .box-plan-product .box-action {
      width: 100%;
  }

  .box-plan-product .box-action .box-plan-grid {
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .box-plan-product .box-action .product-price-wrapper {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
  }

  .box-plan-product .product-price-wrapper .orig-price {
      width: auto;
      margin-right: 10px;
  }
}

@media only screen and (max-width: 350px) {
  .box-plan-product .box-action .box-plan-grid {
      flex-direction: column;
  }
}

.box-plan-product .limit-qty {
  color: #357295;
  font-size: 11px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  margin-bottom: 5px;
}

.box-plan-product .error {
  margin-top: 10px;
  color: #ff0000;
}

.box-plan-product .upsell-tag .pill-green {
  background: linear-gradient(96.11deg, #BBAEC3 9.76%, #F47F25 28.63%, #FAA826 65.07%, rgba(252, 198, 9, 0.7) 109.08%);
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.18em;
  padding: 17px 12px;
  font-weight: 700;
}

/* Upsell modal */
.product-modal .fancybox-content {
  max-width: 770px;
}

.product-modal .box-wrap.box-plan-product {
  border: none;
  max-width: 620px;
  padding: 15px 0 0;
  margin: auto;
}

.product-modal .recharge-modal .fancybox-close-small {
  color: #002B49;
}

@media only screen and (min-width: 750px) {
  .product-modal .recharge-modal .fancybox-close-small {
      right: 28px !important;
  }
}

.product-modal hr {
  border-color: #002B49;
}

@media only screen and (min-width: 750px) {
  .product-modal hr {
      margin: 44px 0;
  }
}

@media only screen and (max-width: 500px) {
  .product-modal .box-wrap.box-plan-product .btn {
      width: 100%;
  }
}

.product-modal .box-title h3 {
  padding-right: 0;
  border: none;
  max-width: none;
}

.product-modal .box-title h3 small {
  padding-top: 20px;
  display: block;
  font-size: 16px;
}

.product-modal .box-title h3 small a {
  text-decoration: underline;
}

@media only screen and (max-width: 749px) {
  .product-modal .fancybox-content {
      padding: 20px;
  }

  .product-modal .check {
      float: none !important;
      text-align: center;
  }
}

.product-modal .box-plan-product .box-action {
  border-top: 1px solid #A4A4A4;
}

@media only screen and (min-width: 750px) {
  .product-modal .box-plan-product .box-title {
      margin-bottom: 40px;
  }
}

.product-modal .box-plan-product .box-product-image {
  margin-top: 20px;
  text-align: center;
}

.product-modal .box-plan-product .product-price-row {
  text-align: right;
  position: relative;
  padding: 40px 20px;
  border-bottom: 1px solid #A4A4A4;
  font-size: 24px;
  line-height: 26px;
}

@media only screen and (max-width: 749px) {
  .product-modal .box-plan-product .product-price-row {
      font-size: 16px;
      padding: 15px 0;
      text-align: left;
      display: block;
  }
}

.product-modal .box-plan-product .product-price-row:before {
  position: absolute;
  left: 20px;
}

@media only screen and (max-width: 749px) {
  .product-modal .box-plan-product .product-price-row:before {
      left: 0;
  }
}

.product-modal .box-plan-product .product-price-row .row-label {
  position: absolute;
  left: 20px;
  top: 40px;
}

@media only screen and (max-width: 749px) {
  .product-modal .box-plan-product .product-price-row .row-label {
      left: 0;
      top: 20px;
      position: static;
  }
}

.product-modal .box-plan-product .product-price-row.product-price-row_tax .row-label {
  font-size: 18px;
  line-height: 30px;
  color: #8C8C8C;
}

.product-modal .box-plan-product .product-price-row.product-price-row_total {
  padding-bottom: 15px;
}

.product-modal .box-plan-product .product-price-row.product-price-row_total .product-tax {
  padding-top: 0;
  font-size: 12px;
}

@media only screen and (min-width: 750px) {
  .product-modal .box-plan-product .product-price-row.product-price-row_total .product-tax {
      font-size: 16px;
      line-height: 30px;
  }
}

.product-modal .box-plan-product .pill-total-price {
  background-color: #EFEFEF;
  margin: 50px 0 35px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 20px;
  letter-spacing: 1.92px;
  font-size: 18px;
  line-height: 26px;
}

.product-modal .box-plan-product .pill-total-price .total-price {
  color: #002B49;
  letter-spacing: 1px;
}

.product-modal .box-plan-product .btn-add-product {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 749px) {
  .product-modal .box-plan-product .btn-add-product {
      margin: 35px auto 20px;
  }
}

.product-modal .box-plan-product hr {
  margin: 20px 0;
}

.product-modal .fancybox-content {
  max-width: 770px;
}

.product-modal .box-wrap.box-plan-product {
  border: none;
  max-width: 620px;
  padding: 15px 0 0;
  margin: auto;
}

.product-modal .recharge-modal .fancybox-close-small {
  color: #002B49;
}

@media only screen and (min-width: 750px) {
  .product-modal .recharge-modal .fancybox-close-small {
      right: 28px !important;
  }
}

.product-modal hr {
  border-color: #002B49;
}

@media only screen and (min-width: 750px) {
  .product-modal hr {
      margin: 44px 0;
  }
}

@media only screen and (max-width: 500px) {
  .product-modal .box-wrap.box-plan-product .btn {
      width: 100%;
  }
}

.product-modal .box-title h3 {
  padding-right: 0;
  border: none;
  max-width: none;
}

.product-modal .box-title h3 small {
  padding-top: 20px;
  display: block;
  font-size: 16px;
}

.product-modal .box-title h3 small a {
  text-decoration: underline;
}

@media only screen and (max-width: 749px) {
  .product-modal .fancybox-content {
      padding: 20px;
  }

  .product-modal .check {
      float: none !important;
      text-align: center;
  }
}

.product-modal .box-plan-product .box-action {
  border-top: 1px solid #A4A4A4;
}

@media only screen and (min-width: 750px) {
  .product-modal .box-plan-product .box-title {
      margin-bottom: 40px;
  }
}

.product-modal .box-plan-product .box-product-image {
  margin-top: 20px;
  text-align: center;
}

.product-modal .box-plan-product .product-price-row {
  text-align: right;
  position: relative;
  padding: 40px 20px;
  border-bottom: 1px solid #A4A4A4;
  font-size: 24px;
  line-height: 26px;
}

@media only screen and (max-width: 749px) {
  .product-modal .box-plan-product .product-price-row {
      font-size: 16px;
      padding: 15px 0;
      text-align: left;
      display: block;
  }
}

.product-modal .box-plan-product .product-price-row:before {
  position: absolute;
  left: 20px;
}

@media only screen and (max-width: 749px) {
  .product-modal .box-plan-product .product-price-row:before {
      left: 0;
  }
}

.product-modal .box-plan-product .product-price-row .row-label {
  position: absolute;
  left: 20px;
  top: 40px;
}

@media only screen and (max-width: 749px) {
  .product-modal .box-plan-product .product-price-row .row-label {
      left: 0;
      top: 20px;
      position: static;
  }
}

.product-modal .box-plan-product .product-price-row.product-price-row_tax .row-label {
  font-size: 18px;
  line-height: 30px;
  color: #8C8C8C;
}

.product-modal .box-plan-product .product-price-row.product-price-row_total {
  padding-bottom: 15px;
}

.product-modal .box-plan-product .product-price-row.product-price-row_total .product-tax {
  padding-top: 0;
  font-size: 12px;
}

@media only screen and (min-width: 750px) {
  .product-modal .box-plan-product .product-price-row.product-price-row_total .product-tax {
      font-size: 16px;
      line-height: 30px;
  }
}

.product-modal .box-plan-product .pill-total-price {
  background-color: #EFEFEF;
  margin: 50px 0 35px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 20px;
  letter-spacing: 1.92px;
  font-size: 18px;
  line-height: 26px;
}

.product-modal .box-plan-product .pill-total-price .total-price {
  color: #002B49;
  letter-spacing: 1px;
}

.product-modal .box-plan-product .btn-add-product {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 749px) {
  .product-modal .box-plan-product .btn-add-product {
      margin: 35px auto 20px;
  }
}

.product-modal .box-plan-product hr {
  margin: 20px 0;
}

/* VIP */
.custom-checkout #stickySidebar {
  top: 50px;
}

@media only screen and (min-width: 990px) {
  #stickySidebar {
      height: 75vh;
      position: -webkit-sticky;
      /* position: sticky; */
      top: 0;
      z-index: 2;
  }
}

.custom-checkout .checkout-title {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 30px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
}

.custom-checkout .box-title h3 {
  font-size: 20px;
  line-height: 20px;
}

.custom-checkout .recharge-form label .right {
  float: right;
}

.custom-checkout .recharge-form input.last, .custom-checkout .recharge-form select.last {
  margin-bottom: 0;
}

.custom-checkout .recharge-form input::-webkit-input-placeholder {
  color: #002B49;
  opacity: 0.6;
}

.custom-checkout .recharge-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #002B49;
  opacity: 0.6;
}

.custom-checkout .recharge-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #002B49;
  opacity: 0.6;
}

.custom-checkout .recharge-form input:-ms-input-placeholder {
  color: #002B49;
  opacity: 0.6;
}

.checkbox-wrap {
  margin-bottom: 30px;
}

#account-page.custom-checkout .radio-label {
  font-size: 14px;
  text-transform: none;
  cursor: pointer;
  letter-spacing: 0.03em;
  font-weight: 400;
  opacity: 1;
}

#account-page.custom-checkout .radio-label .termsText {
  overflow: hidden;
  display: block;
}

#account-page.custom-checkout .radio-label a {
  text-decoration: underline;
}

.custom-checkout .recharge-form input[type="checkbox"] {
  -webkit-appearance: none;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: 15px;
  float: left;
  cursor: pointer;
  margin-bottom: 0;
}

.custom-checkout .recharge-form input[type="checkbox"]:checked {
  background-image: url("https://checkout.nurish.naturemade.com/static/s_checkout_assets/icons/ico-check-white-5214263015f2910a05ec98f5ee213d3d.svg"), none;
  background-size: 20px;
  background-position: center center;
  background-color: #CCD5DB;
}

#account-page.custom-checkout .recharge-form .checkout-submit {
  margin-bottom: 10px;
  width: 100%;
  padding: 22px 18px;
  font-size: 14px;
}

#account-page.custom-checkout .recharge-form .checkout-submit svg {
  margin-left: 10px;
}

#shopify-section-checkout-header .site-header__logo-image {
  margin: 0 auto;
}

#shopify-section-checkout-header .back-action-button {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 4;
  line-height: 1;
  margin-top: -8px;
}

#shopify-section-checkout-header .back-action-button svg {
  margin-right: 5px;
  vertical-align: middle;
}

.custom-checkout-container .main-content {
  background: none;
  padding-top: 10px;
}

.custom-checkout #CustomCheckoutForm {
  position: relative;
}

@media only screen and (min-width: 750px) {
  .custom-checkout-container .main-content {
      padding-top: 35px;
  }

  .custom-checkout-container {
      background-color: #ffffff;
  }

  .custom-checkout #CustomCheckoutForm {
      padding-right: 30px;
  }
}

@media only screen and (max-width: 749px) {
  .custom-checkout #CustomCheckoutForm {
      padding-top: 0;
  }

  .custom-checkout .checkout-title {
      margin-bottom: 20px;
      text-align: center;
  }

  .custom-checkout .box-wrap {
      padding: 20px;
  }

  .custom-checkout .box-title {
      margin-bottom: 20px;
  }

  .order-summary-wrapper {
      margin-top: 30px;
  }

  .order-summary .summary-inner {
      max-width: none;
  }

  .order-summary {
      padding: 20px 0;
  }

  #account-page.custom-checkout .radio-label {
      font-size: 13px;
  }
}

.order-summary .summary-inner {
  max-width: 310px;
  margin: auto;
}

.order-summary .summary-box {
  background: #F2ECE2 url(summary-box-bg.svg) no-repeat center center/cover;
  padding: 5px;
  font-size: 11px;
  color: #002B49;
  margin-bottom: 25px;
  border-radius: 12px;
}

.order-summary .summary-product-list {
  border: 1px solid #ffffff;
  padding: 45px 25px 45px;
  border-radius: 16px;
}

.order-summary .summary-product-list h3 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.12em;
  font-weight: 400;
}

.order-summary .summary-box .logo-svg {
  margin-bottom: 10px;
}

.order-summary .summary-box p {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.03em;
}

.order-summary .product-list {
  margin-top: 20px;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.03em;
}

.order-summary .product-list .span-box {
  display: inline-block;
  margin-left: 5px;
}

.order-summary .product-list .serving {
  padding-left: 10px;
  display: block;
  color: #002B49;
}

.order-summary .product-list li {
  display: flex;
  justify-content: space-between;
}

.order-summary .site-name {
  display: block;
  font-size: 16px;
  text-align: right;
  margin-top: -20px;
}

.order-summary .subscription-name {
  margin-bottom: 28px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.order-summary .summary-total {
  border-top: 1px solid #EBEBEB;
}

.order-summary .cart-subtotal__price {
  min-width: auto;
}

.order-summary .curly-border {
  max-width: 100%;
}

.cart-shipping, .cart-subtotal {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 0;
  color: #000;
}

.cart-shipping__title, .cart-shipping__price, .cart-subtotal__title {
  font-size: 18px;
  font-weight: 500;
}

.cart-shipping__price del {
  opacity: 0.5;
}

.cart-subtotal__price {
  padding-left: 17.5px;
  font-size: 1.25em;
}

@media only screen and (min-width: 768px) {
  .cart-subtotal__price {
      padding-left: 35px;
      min-width: 150px;
      display: inline-block;
  }
}

/*================ SMS Signup ================*/
.page-title-alt h1, .page-title-alt .h1 {
  font-size: 30px;
}

@media only screen and (max-width: 749px) {
  .page-title-alt h1, .page-title-alt .h1 {
      font-size: 24px;
  }
}

.page-box-wrap {
  max-width: 600px;
  padding: 50px 15px;
  margin: 20px auto 60px;
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid rgba(0, 43, 73, 0.2);
}

@media screen and (max-width: 1272px) {
  .page-box-wrap {
      margin-left: 10px;
      margin-right: 10px;
      max-width: none;
  }
}

@media only screen and (max-width: 749px) {
  .page-box-wrap {
      padding-top: 45px;
      padding-bottom: 40px;
      margin-bottom: 50px;
  }
}

.page-sms-content-wrap {
  max-width: 570px;
  margin: 0 auto 10px;
}

.page-sms-content-wrap .imagebox {
  margin-bottom: 30px;
}

@media only screen and (max-width: 500px) {
  .page-sms-content-wrap .imagebox img {
      max-width: 81px !important;
  }
}

.page-sms-content-wrap .heading {
  max-width: 480px;
  margin: 30px auto;
}

.page-sms-content-wrap .heading .h1 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
}

.page-sms-content-wrap .description p {
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #686868;
  max-width: 360px;
  margin: auto;
}

.page-sms-content-wrap .sms-signup-form {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.page-sms-content-wrap .sms-signup-form label span[aria-hidden="true"] {
  display: none;
}

.sms-signup-form input:not([type=submit]) {
  margin-bottom: 22px;
}

.sms-signup-form .btn-signup {
  min-width: 180px;
  margin-bottom: 30px;
}

.sms-signup-form .input-checkbox-group {
  position: relative;
  padding: 0 0 0 31px;
  margin: 0 auto 30px;
  font-size: 12px;
  letter-spacing: 0.02em;
  opacity: 1;
  font-weight: 400;
}

.sms-signup-form .input-checkbox-group .input-checkbox {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.sms-signup-form .input-checkbox-group .input-checkbox:checked + .checkbox {
  background: url(icon-check-black.svg) no-repeat center center;
  background-size: 12px;
}

.sms-signup-form .input-checkbox-group .checkbox {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid rgb(0 43 73 / 40%);
  position: absolute;
  left: 0;
  top: 4px;
}

@media only screen and (max-width: 749px) {
  .sms-signup-form .btn-signup {
      width: 100%;
      max-width: 297px;
  }

  .sms-signup-form .checkbox {
      top: 28px;
  }
}

.see-all-sub {
  margin-bottom: 20px;
}

@media only screen and (min-width: 750px) {
  .see-all-sub {
      margin-bottom: 40px;
  }
}

#customer_tab_content &gt; .row &gt; .col-md-6 {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #ccd5db;
  font-size: 14px;
  letter-spacing: .03em;
}

#customer_tab_content .rc_header-settings__title h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 22px;
}

#customer_tab_content #customer_email {
  border-radius: 8px;
  border: 1px solid #ccd5db;
  background-color: #fff;
  width: 100%;
  font-size: 12px;
  margin-bottom: 15px;
  padding: 10px 15px;
  height: 40px;
}

#customer_tab_content button[name="commit"] {
  background: linear-gradient(89.67deg,#ffc609 46.14%,#faa826 108.75%);
  font-weight: 700;
}

@media only screen and (min-width: 750px) {
  .rc_header-settings__title h2 {
      font-size: 28px;
  }

  #customer_tab_content #customer_email {
      padding: 15px 20px;
      margin-bottom: 25px;
      height: 50px;
  }
}

img[alt="Recharge logo"] {
  display: none !important;
}

#rc_login a[href*=get-subscription-access]{
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .18em;
}

.cancel-order-wrapper {
    border-top: 1px solid rgba(0, 43, 73, 0.2);
    padding-top: 5px;
}

@media only screen and (min-width: 750px) {
    .cancel-order-wrapper {
        margin: 18px -22px -15px;
        padding: 4px 30px 0;
    }
}

.cancel-order-wrapper p {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #4d6b80;
}
}

.cancel-order-wrapper .btn-cancel-popup {
    margin-top: 10px;
    letter-spacing: 0.03em;
    font-weight: 400;
    text-decoration: underline;
    color: #4d6b80;
}

.spinner-pill {
  line-height: 1 !important;
  letter-spacing: 0.18em !important;
  font-size: 12px !important;
  font-weight: 700;
  border: 1px solid #EBEBEB;
  border-radius: 30px;
  padding: 8px 10px !important;
  display: flex;
  align-items: center;
  background: white;
}

.spinner-pill.small {
  display: inline-block;
  font-size: 9px !important;
  padding: 2px 4px !important;
  white-space: nowrap;
}

.spinner-pill.sidebar-spinner {
  margin-left: 5px;
}

.spinner-pill.small img {
  width: 10px;
  height: 10px;
  margin-right: 1px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .spinner-pill:not(.small) {
      padding: 0 !important;
      border: none;
      align-items: flex-start;
      margin-top: 6px;
  }
}

.spinner-pill img {
  display: inline-block;
  margin-right: 7px;
}

.gift-pill {
  background: linear-gradient(121.95deg,#bbaec3 4.41%,#f47f25 12.95%,#faa826 29.44%,rgba(252,198,9,.65) 49.35%);
  font-weight: bold;
  font-size: 9px !important;
  line-height: 13px !important;
  display: inline-block;
  letter-spacing: 0.02em !important;
  text-transform: uppercase;
  padding: 1px !important;
  border-radius: 12px;
  text-align: center;
}

.gift-pill.small {
  margin-top: 10px;
}

.gift-pill span {
  background: #ffffff;
  display: block;
  border-radius: 12px;
  padding: 3px 8px;
  line-height: 1;
}

.edit-elderberry .addon-item[data-title^="Elderberry"] {
  position: relative;
}

.edit-elderberry .addon-item[data-title^="Elderberry"] .addon-variant-selection {
  display: block !important;
}

.edit-elderberry .addon-item[data-title^="Elderberry"] .addon-product-select
.edit-elderberry .addon-item[data-title^="Elderberry"] .addon-qty-adjust,
.edit-elderberry .addon-item[data-title^="Elderberry"] .addon-qty-adjust {
  display: none;
}

.edit-elderberry .addon-item[data-title^="Elderberry"] .addon-remove-confirm {
  display: block;
  position: absolute;
  bottom: 29px;
  right: 8px;
  font-size: 10px;
}

.edit-elderberry .addon-item[data-title^="Elderberry"] .addon-remove-confirm:hover,
.edit-elderberry .addon-item[data-title^="Elderberry"] .addon-remove-confirm:focus {
  opacity: 1;
}

.box-wrap.empty-content-upsell {
  padding: 50px 30px;
  background: linear-gradient(121.95deg,#bbaec3 4.41%,#f47f25 12.95%,#faa826 29.44%,rgba(252,198,9,.65) 49.35%);
  position: relative;
  border-color: transparent;
}

.box-wrap.empty-content-upsell:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  border-radius: 9px;
}

.empty-content-inner {
  position: relative;
  z-index: 1;
}

.cancelled-pill {
  font-weight: bold;
  font-size: 9px !important;
  line-height: 1.2!important;
  display: inline-block;
  letter-spacing: 0.02em !important;
  text-transform: uppercase;
  padding: 4px 5px !important;
  border-radius: 12px;
  text-align: center;
  background: #686868;
  color: #f2ece2;
}

@media only screen and (max-width: 749px) {
  .orders-list-item.cancelled .cancelled-pill-container:not(.small--hide) {
    display: block !important;
    opacity: 1 !important;
  }
}

@media only screen and (min-width: 750px) {
  .orders-list-item.cancelled .cancelled-pill-container:not(.medium-up--hide) {
    display: flex !important;
    opacity: 1 !important;
  }

  .cancelled-pill.order-details {
    vertical-align: middle;
    font-size: 12px !important;
    letter-spacing: .1em !important;
    padding: 3px 5px!important;
    font-weight: 500;
  }
}

#cancellation_reason_comments.error {
  border-color: red !important;
}

.subs-date .btn-open-adjust-date {
  text-align: center;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #002B49;
  background: #F2ECE2;
  border-radius: 22px;
  padding: 6px 9px;
  display: inline-block;
  line-height: 1;
  margin-left: 10px;
}

@media only screen and (max-width: 749px) {
  .subs-date .btn-open-adjust-date {
    font-size: 10px;
  }
}

.adjust-date-modal .adjustDate-inner {
  max-width: 368px;
  margin: auto;
}

.adjust-date-modal .ui-datepicker,
.adjust-date-modal .btn-adjust-date {
  width: 100%;
  max-width: 350px;
  margin: auto;
}

.adjust-date-modal .btn-adjust-date {
  margin-bottom: 15px;
}

.adjust-date-modal .check + .title {
  max-width: none;
}

.delivery-date-picker * {
  color: #002B49 !important;
  font-weight: 500;
}

.delivery-date-picker .ui-widget.ui-widget-content {
  border-radius: 12px;
  border: 1px solid rgba(0, 43, 73, 0.2);
  background-color: #ffffff;
  padding: 0;
  overflow: hidden;
}

.delivery-date-picker .ui-datepicker .ui-datepicker-header {
  border: none;
  background: none;
  padding: 12px 0;
}

.delivery-date-picker .ui-datepicker .ui-datepicker-title {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 26px;
  
}

.delivery-date-picker .ui-datepicker .ui-datepicker-title span {
  font-weight: 700;
}

.delivery-date-picker .ui-datepicker-calendar {
  margin-bottom: -1px;
  margin-left: -1px;
  width: calc(100% + 1px);
  table-layout: fixed;
}

.delivery-date-picker .ui-datepicker-calendar &gt; thead &gt; tr {
  background: #CCD5DB;
}

.delivery-date-picker .ui-datepicker th {
  text-transform: uppercase;
}

.delivery-date-picker .ui-datepicker td {
  text-align: center;
  padding: 0;
  border: 1px solid #CCD5DB;
}

.delivery-date-picker .ui-widget-content .ui-state-default {
  background: none;
  border: none;
  text-align: center;
  padding: 0.8em 0.2em;
}

.delivery-date-picker .ui-widget-content .ui-state-active {
  background: linear-gradient(89.67deg, #FFC609 46.14%, #FAA826 108.75%);
}

.delivery-date-picker .ui-datepicker .ui-datepicker-prev span {
  background-image: url(calendar-arrow-left.png);
}

.delivery-date-picker .ui-datepicker .ui-datepicker-next span {
  background-image: url(calendar-arrow-right.png);
}

.delivery-date-picker .ui-datepicker .ui-datepicker-prev,
.delivery-date-picker .ui-datepicker .ui-datepicker-next {
    background-color: transparent;
    border: none;
    top: 10px;
    cursor: pointer;
}

.delivery-date-picker .ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.delivery-date-picker .ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.delivery-date-picker .ui-datepicker .ui-datepicker-prev span,
.delivery-date-picker .ui-datepicker .ui-datepicker-next span {
    background-position: 50% 50%;
}


@media only screen and (max-width: 749px) {
  .adjust-date-modal.recharge-modal .box-content {
    margin-bottom: 15px;
  }
}</pre></body></html>