@keyframes gradientBackground {
  0% {
    background: linear-gradient(45deg, #ff7e5f, #feb47b);
  }

  50% {
    background: linear-gradient(45deg, #221F1F, #45a56b);
  }

  100% {
    background: linear-gradient(45deg, #ff7e5f, #feb47b);
  }
}

.login-message {
  max-width: 1400px;
  margin: auto;
  width: 100%;
  background-color: #4A9BC4 !important;
  color: #fff !important;
  border-radius: 8px;
  padding: 1em 2em 1em 3.5em;
  margin-top: 100px;
  text-align: center;
}

.ocm-effect-wrap-inner {
  background-color: #f7f5f1;
}

.login-form-wrapper {
  width: 100%;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.login-form-container {
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 20px;
  width: 100%;
  max-width: 600px;
  margin-top: 105px;
  margin-bottom: 160px;
}

.login-form {
  width: 100%;
}

.form-heading {
  text-align: center;
  color: #333;
  margin-bottom: 50px;
  letter-spacing: 1px;
  font-family: Work Sans;
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
}

.input-group {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.input-group .field {
  flex: 1;
  min-width: 200px;
  /* optional: for better responsive behavior */
}

.input-group .label {
  color: #221F1F;
  font-weight: 500;
  margin: 0 0 6px;
  text-align: left;
  font-size: 14px;
  line-height: 1.25;
  text-transform: capitalize;
}

.input-group.radio-group {
  display: flex;
  align-items: center;
}

.input-group.radio-group label {
  position: relative;
  display: block;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 300 !important;
  letter-spacing: -0.24px;
  text-align: left;
  cursor: pointer;
}

.input-group input.custom-radio {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
}

.input-group .custom-radio:checked::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  border-radius: 77%;
  background-color: #333;
}

.input-group input:not(.custom-radio) {
  width: 100%;
  padding: 15px 20px !important;
  font-size: 1rem !important;
  color: #333;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 10px;
  outline: none;
  transition: all 0.3s ease;
}

.login-form-container .submit.login {
  width: 100%;
  padding: 14px 32px !important;
  background-color: #4A9BC4 !important;
  border-width: 0 !important;
  border-radius: 12px !important;
  color: #fff !important;
  font-weight: 500;
  font-family: 'Gotham', sans-serif;
  font-size: 18px;
  line-height: 25px;
  transition-duration: .25s;
}

.input-group input:focus {
  border-color: #221F1F;
  box-shadow: 0 0 10px rgba(0, 0, 0, .11);
}

.input-group input:focus+.label {
  top: -20px;
  font-size: 11px;
  color: #221F1F;
  opacity: 1;
}

.forgot-password {
  text-align: left;
  color: #1585bd;
  margin: 30px 0;
}

.forgot-password a {
  font-size: 18px;
  color: #4A9BC4;
  text-decoration: none;
  transition: color 0.3s ease;
}

.forgot-password a:hover {
  color: #1585bd;
}

span.required {
  color: #EB4335 !important;
}

.error p {
  color: #EB4335;
}

.submit {
  width: 100% !important;
  padding: 15px !important;
  background-color: #4A9BC4 !important;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}

form .submit:hover,
form button.login:hover,
button[type="submit"].submit:hover {
  background-color: #1585bd !important;
  transform: translateY(-2px);
  box-shadow: 0 0 10px rgba(0, 0, 0, .11);
}

.signup-button {
  margin-bottom: 20px;
}

.signup-button .signup {
  width: 100%;
  padding: 15px 32px !important;
  border-radius: 12px !important;
  background-color: #333;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-image: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
  transition: all .25s ease 0s;
}

.signup-button .signup:hover {
  background-color: #1585bd !important;
  opacity: 1 !important;
}


.signup-link {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 1.5em;
  font-size: 18px;
}

.signup-link a {
  color: #221F1F;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.signup-link a:hover {
  color: #45a56b;
}

#wrapper.d-flex {
  display: grid;
  grid-template-columns: 240px 1fr;
  grid-column-gap: 60px;
  align-items: start;
  margin-bottom: 100px;
}

#thoryn_open_modal {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  line-height: 1.4;
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  transition-duration: .3s;
  transition-property: background-color, color;
  cursor: pointer;
}

#thoryn_open_modal:hover {
  background-color: #6EAFD0;
}

.val_dash_rating_wrapper {
  box-shadow: 14px 39px 12px 0 rgba(0, 0, 0, 0.00), 9px 25px 11px 0 rgba(0, 0, 0, 0.01), 5px 14px 9px 0 rgba(0, 0, 0, 0.05), 2px 6px 7px 0 rgba(0, 0, 0, 0.09), 1px 2px 4px 0 rgba(0, 0, 0, 0.10);
}

.current-user_tier-badge img {
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.myacccount-content {
  min-height: 100%;
  background-color: #FAF8F6;
  padding: 56px 30px 38px;
  border-radius: 12px;
}

.user-registration-account .current-user_tier-badge {
  display: grid !important;
  grid-row-gap: 10px !important;
  grid-column-start: 2 !important;
  white-space: nowrap !important;
  text-align: center !important;
}

.val_dash_rating_title {
  font-size: 22px !important;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  opacity: 1;
}

.val_dash_blocks_wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  flex-direction: row;
  text-align: center;
}

.val_dash_block_item {
  display: flex;
  flex-direction: column;
  gap: 42px;
  flex-grow: 1;
  padding: 16px;
  background-color: #fff;
  border-radius: 12px;
}

.val_dash_block_item .img {
  height: 162px;
  border-radius: 4px;
  overflow: hidden;
}

.val_dash_block_item .img img {
  margin-bottom: 0;
  height: 100%;
  width: 100%;
  max-width: none;
  object-fit: cover;
}

#save-btn {
  height: auto;
  line-height: 1.2em;
  width: 100%;
  padding: 14px 32px !important;
  background-color: #4A9BC4 !important;
  border-width: 0 !important;
  border-radius: 12px !important;
  color: #fff !important;
  font-weight: 500;
  font-family: 'Gotham', sans-serif;
  font-size: 18px;
  line-height: 25px;
  transition-duration: .25s;
  transition-property: background-color;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
}

.editAccount-form__wrapper {
  background-color: #fefefd;
  padding: 56px 30px 38px;
  border-radius: 12px;
}

.editAccount-form span em {
  display: block;
  padding-top: 0;
  font-size: 14px;
  line-height: 1.25;
  text-align: left;
  opacity: .4;
}

.editAccount-form legend,
.registration-page__title {
  margin-top: 30px;
  margin-bottom: 16px;
  color: #4A9BC4;
  text-align: left;
  font-weight: 500;
  font-size: 20px !important;
}

/* Addresses */
.noticed {
  text-align: center;
}

.u-columns.address {
  display: flex;
  flex-direction: row;
  gap: 60px;
  width: 100%;
}

.u-column {
  width: 100% !important;
  position: relative;
  padding-bottom: 32px;
}

.col-Address-title h2 {
  text-align: left;
  color: #4A9BC4;
  font-weight: 500;
  font-size: 20px !important;
  opacity: .8;
  font-family: Work Sans;
  line-height: 54px;
}

.u.column a {
  left: 0;
  transform: translateX(0);
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 80%;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.36px;
  color: #221f1f;
  float: none;
}

.u-column .address {
  text-align: left;
  border-radius: 12px;
  background-color: #FEFDFD;
  box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.10);
  padding: 22px;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
}

.u-column .edit {
  color: #221f1f !important;
}

/* Payment Methods */
.btn-add-payment-method {
  width: 100%;
  padding: 14px 32px !important;
  background-color: #4A9BC4 !important;
  border-width: 0 !important;
  border-radius: 12px !important;
  color: #fff !important;
  font-weight: 500;
  font-family: 'Gotham', sans-serif;
  font-size: 18px;
  line-height: 25px;
  transition-duration: .25s;
  transition-property: background-color;
  display: inline-block;
  text-align: center;
}

/* Payment Method Credit Card */
#payment .title {
  color: #4A9BC4;
}

i .fa-minus {
  font-weight: 600 !important;
}


.new-card .sub-title {
  color: #333;
  margin: 0 0 6px;
  text-align: left;
  font-size: 16px;
}

.credit-card-form {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.credit-card-form .input-field {
  min-width: 100%;
}

.credit-card-form .input-field input {
  width: 100% !important;
  padding: 16px 20px !important;
  font-size: 1rem !important;
  color: #333 !important;
  background-color: #ffffff !important;
  border: 1px solid #ddd !important;
  border-radius: 10px;
  outline: none;
  transition: all 0.3s ease !important;
}

.credit-card-form .input-field label {
  color: #221F1F;
  font-weight: 400 !important;
  margin: 0 0 6px;
  text-align: left;
  font-size: 14px;
  line-height: 1.25;
  text-transform: capitalize;
}

/* Orders */
.order-title {
  color: #4A9BC4;
  font-weight: 500;
  font-size: 20px !important;
  text-align: left;
  opacity: .8;
  line-height: 38px;
  font-family: Work Sans;
  margin-bottom: 8px;
}

.orders-info,
.subscription-info {
  padding-bottom: 1rem !important;
  background-color: #4A9BC4 !important;
  color: #fff !important;
  border-radius: 8px;
  border: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  background-image: none;
  padding-left: 15px;
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.orders-info p,
.subscription-info p {
  margin: 0;
  text-align: center;
  flex: 1;
  padding-bottom: 0 !important;
}

.btn-browse-product {
  padding: 0;
  line-height: inherit;
  vertical-align: middle;
  background-color: transparent;
  font-weight: 800 !important;
  font-size: 12px;
  background-image: linear-gradient(to right, #fff 0, #fff 100%);
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-position: left bottom;
  transition: background-size .55s cubic-bezier(.2, .75, .5, 1);
  text-align: center;
  text-transform: capitalize;
  color: #fff !important;
}

/* Points */
.points_main_wrap {
  padding-left: 100px;
  padding-right: 100px;
}

.points_wrapper_with_exp {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  row-gap: 16px;
}

.show_points {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.heading_points {
  display: inline-block;
  margin-bottom: 0;
}

.label_points {
  text-transform: uppercase;
  text-align: center !important;
  margin-bottom: 10px !important;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  clear: both;
}

.total_earn_points {
  font-size: 18px;
  font-weight: 600;
}

.view_log {
  float: right;
}

.view_log a {
  width: 100%;
  padding: 14px 32px !important;
  background-color: #4A9BC4 !important;
  border-width: 0 !important;
  border-radius: 12px !important;
  color: #fff !important;
  font-weight: 500;
  font-family: 'Gotham', sans-serif;
  font-size: 18px;
  line-height: 25px;
  transition-duration: .25s;
  transition-property: background-color;
}

.VIPMembershipProgress {
  position: relative;
  margin: 50px 0;
}

.val_dash_title {
  width: 100%;
  margin-bottom: 22px;
  color: #010101;
  text-align: center;
  font-family: 'Work Sans';
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.val_dash_title_accent {
  color: #1585bd;
}

.currentmembershiptier {
  float: left;
  text-align: left;
  font-size: 14px;
  line-height: 1;
}

.currentmembershiptier strong,
.nextmembership strong {
  font-family: 'Gotham', sans-serif;
  color: inherit;
  font-weight: 600;
}

.nextmembership {
  float: right;
  text-align: right;
  font-size: 14px;
  line-height: 1;
}

.VIPMembershipProgress progress {
  width: 100%;
  height: 20px;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 10em;
  background-color: #eee;
  /* background behind the bar */
  overflow: hidden;
}

.VIPMembershipProgress progress::-webkit-progress-bar {
  background-color: #eee;
  /* fallback background */
  border-radius: 10em;
}

.VIPMembershipProgress progress::-webkit-progress-value {
  background-color: #BE6A14;
  /* actual fill color */
  border-radius: 10em;
}

.VIPMembershipProgress progress::-moz-progress-bar {
  background-color: #BE6A14;
  /* Firefox */
}

.ways_to_gain_points_section {
  padding: 0 60px;
}

.point_gain_heading {
  font-size: 18px;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center !important;
  margin-bottom: 10px !important;
  padding: 0;
  font-weight: 700;
  clear: both;
}

.each_section_wrap {
  margin-top: 24px;
}

.each_section {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  align-items: center;
  justify-items: center;
  margin-bottom: 0 !important;
  padding: 0;
  grid-gap: 18px;
  box-shadow: none;
  white-space: normal;
  border-width: 0 !important;
  border-collapse: separate;
}

.each_section p {
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 1.25;
  max-width: 274px;
  padding: 22px 18px !important;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 14px 39px 12px 0 rgba(0, 0, 0, 0.00), 9px 25px 11px 0 rgba(0, 0, 0, 0.01), 5px 14px 9px 0 rgba(0, 0, 0, 0.05), 2px 6px 7px 0 rgba(0, 0, 0, 0.09), 1px 2px 4px 0 rgba(0, 0, 0, 0.10);
}

.each_section p strong {
  font-size: 24px;
  color: #4A9BC4;
  font-family: 'Gotham', sans-serif;
  font-weight: 600;
}

.main_section_all_wrap {
  max-width: calc(100% - 200px);
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 0 200px;
  box-shadow: none;
  background-image: url(https://valhallavitality.com/wp-content/themes/salient-child/inc/assets/img/device.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border-radius: 12px;
  margin-top: 68px;
}

.wps_wpr_heading {
  text-transform: uppercase;
  text-align: center !important;
  margin-bottom: 10px !important;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  clear: both;
}

.referral_each_section {
  margin-top: 28px;
  margin-bottom: 0 !important;
  padding: 40px 24px;
  box-shadow: none !important;
  background-color: #fff;
  border-radius: 12px;
  border-width: 0 !important;
  border-collapse: separate;
}

.refrral_code_copy {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.referral_link {
  text-align: center;
  font-size: 12px;
  background-color: #EAEAEA;
  line-height: 1;
  padding: 7px !important;
  width: auto !important;
  border-radius: 7px;
  word-break: break-all;
}

#wps_wpr_copy {
  padding: 0 !important;
  float: none;
  box-shadow: none;
  width: calc(100% - 44px);
}

#wps_wpr_copy p {
  text-align: center;
  font-size: 12px;
  background-color: #EAEAEA;
  line-height: 1;
  padding: 7px !important;
  width: auto !important;
  border-radius: 7px;
  word-break: break-all;
}

.btn_copy.wps_tooltip {
  width: 70px;
  height: 40px;
  flex-shrink: 0;
  padding: 0;
  border-radius: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='69' height='38' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Crect width='65' height='34' x='1' y='1' fill='%232D2D2D' rx='4'/%3E%3Cpath fill='%23fff' d='M21.542 9.292h-9c-1.036 0-1.875.839-1.875 1.874v10.501c0 1.035.84 1.875 1.875 1.875h9c1.035 0 1.875-.84 1.875-1.875v-10.5c0-1.036-.84-1.875-1.875-1.875Z'/%3E%3Cpath fill='%23fff' d='M20.25 24.333v.396a1.98 1.98 0 0 1-1.98 1.98H9.562a1.98 1.98 0 0 1-1.979-1.98V14.438a1.98 1.98 0 0 1 1.98-1.98h.308v9.208a2.674 2.674 0 0 0 2.668 2.667h7.71ZM34.028 22.144c-1.2 0-2.204-.416-3.012-1.248-.8-.832-1.2-1.856-1.2-3.072V17.8c0-1.208.404-2.232 1.212-3.072.808-.848 1.82-1.272 3.036-1.272.72 0 1.332.112 1.836.336a4.81 4.81 0 0 1 1.44.996l-.648.696a4.65 4.65 0 0 0-1.224-.852c-.408-.2-.88-.3-1.416-.3-.928 0-1.704.332-2.328.996-.616.664-.924 1.48-.924 2.448v.024c0 .976.308 1.8.924 2.472.624.664 1.4.996 2.328.996.544 0 1.024-.1 1.44-.3.416-.2.84-.504 1.272-.912l.624.612c-.472.48-.972.848-1.5 1.104-.528.248-1.148.372-1.86.372Zm7.625 0c-.92 0-1.688-.312-2.304-.936a3.171 3.171 0 0 1-.912-2.28v-.024c0-.896.308-1.66.924-2.292.616-.632 1.388-.948 2.316-.948.92 0 1.688.316 2.304.948.616.624.924 1.38.924 2.268v.024c0 .896-.312 1.66-.936 2.292-.616.632-1.388.948-2.316.948Zm.024-.828c.656 0 1.2-.232 1.632-.696.432-.464.648-1.028.648-1.692v-.024c0-.672-.224-1.244-.672-1.716a2.142 2.142 0 0 0-1.632-.708c-.656 0-1.2.236-1.632.708-.424.464-.636 1.028-.636 1.692v.024c0 .672.22 1.244.66 1.716.44.464.984.696 1.632.696Zm4.902 2.604v-8.124h.924v1.248c.648-.92 1.44-1.38 2.376-1.38.792 0 1.484.292 2.076.876.592.584.888 1.364.888 2.34v.024c0 .968-.296 1.748-.888 2.34-.592.592-1.284.888-2.076.888-.984 0-1.776-.44-2.376-1.32v3.108h-.924Zm3.132-2.616c.624 0 1.144-.216 1.56-.648.416-.432.624-1.012.624-1.74v-.024c0-.72-.212-1.3-.636-1.74a2.044 2.044 0 0 0-1.548-.66c-.592 0-1.116.228-1.572.684-.448.456-.672 1.024-.672 1.704v.024c0 .696.224 1.272.672 1.728.448.448.972.672 1.572.672Zm7.184-.336 1.992-5.172h.984l-2.604 6.408c-.256.632-.548 1.08-.876 1.344-.32.272-.716.408-1.188.408-.448 0-.888-.104-1.32-.312l.312-.732c.296.152.62.228.972.228.288 0 .524-.088.708-.264.192-.168.38-.468.564-.9l-2.82-6.18h1.02l2.256 5.172Z'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='69' height='38' x='0' y='0' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dx='1' dy='1'/%3E%3CfeGaussianBlur stdDeviation='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.18 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_360_6507'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_360_6507' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  display: inline-block;
  opacity: 1;
}

.wps_tooltiptext {
  background-color: #000;
  border-radius: 6px;
  bottom: -30px;
  color: #fff;
  font-size: 11px;
  left: -19px;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 80px;
  z-index: 1;
}

.referral-info {
  font-size: 14px;
  margin-bottom: 32px;
  padding: 0 36px;
  color: #8B8E99;
  line-height: normal;
  text-align: center;
}

.referral-points-info {
  font-size: 14px;
  margin-bottom: 32px;
  padding-bottom: 0;
  color: #000;
  line-height: normal;
  text-align: center;
}

.referral-points-info strong {
  color: #4A9BC4 !important;
  font-weight: 600;
  font-family: 'Gotham', sans-serif !important;
}

.wps_wpr_wrapper {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 22px;
  padding: 33px 22px 12px;
  border-radius: 8px;
  box-shadow: 14px 39px 12px 0 rgba(0, 0, 0, 0.00), 9px 25px 11px 0 rgba(0, 0, 0, 0.01), 5px 14px 9px 0 rgba(0, 0, 0, 0.05), 2px 6px 7px 0 rgba(0, 0, 0, 0.09), 1px 2px 4px 0 rgba(0, 0, 0, 0.10);
  cursor: pointer;
}

.fb-share-button {
  margin: 0;
  background-color: transparent;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  text-decoration: none !important;
  border: 0;
  max-height: 30px;
}

.wps_wpr_wrapper_button .fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23F9A351' d='M22.5 12c0-5.52-4.48-10-10-10s-10 4.48-10 10c0 4.84 3.44 8.87 8 9.8V15h-2v-3h2V9.5C10.5 7.57 12.07 6 14 6h2.5v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95Z'/%3E%3C/svg%3E");
  display: block;
  width: 24px !important;
  height: 24px;
  margin: 0;
  background-size: contain;
  background-color: transparent !important;
  color: #4A9BC4;
}

.wps_wpr_wrapper_button {
  width: auto;
  padding: 0;
  box-shadow: none;
  position: relative;
  display: inline-flex;
  justify-content: center;
  gap: 22px;
  margin: 0;
  border-radius: 8px;
  cursor: pointer;
  flex-wrap: wrap;
}

.wps_wpr_wrapper_button:before {
  content: 'Share with:';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  line-height: 1;
}

#wps_wpr_button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23F9A351' d='M20.5 4h-16c-1.1 0-1.99.9-1.99 2L2.5 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2Zm-.4 4.25-7.07 4.42c-.32.2-.74.2-1.06 0L4.9 8.25a.85.85 0 1 1 .9-1.44L12.5 11l6.7-4.19a.85.85 0 1 1 .9 1.44Z'/%3E%3C/svg%3E");
  background-color: transparent !important;
  background-repeat: no-repeat;
  width: 24px !important;
  margin-right: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  min-height: 30px;
  outline: 0;
  padding: 5px 12px;
  border: 0;
  max-height: 30px;
  margin: 0 10px 0 0;
}

.wps_wpr_whatsapp_share {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23F9A351' d='M12.502 2c5.523 0 10 4.477 10 10s-4.477 10-10 10a9.953 9.953 0 0 1-5.03-1.355L2.506 22l1.352-4.968A9.953 9.953 0 0 1 2.502 12c0-5.523 4.477-10 10-10ZM9.094 7.3l-.2.008a.961.961 0 0 0-.372.1 1.293 1.293 0 0 0-.294.228c-.12.113-.188.211-.261.306a2.73 2.73 0 0 0-.566 1.678c.002.49.13.967.33 1.413.409.902 1.082 1.857 1.97 2.742.214.213.424.427.65.626a9.448 9.448 0 0 0 3.84 2.046l.568.087c.185.01.37-.004.556-.013a1.99 1.99 0 0 0 .833-.231c.13-.067.259-.14.383-.22 0 0 .043-.028.125-.09.135-.1.218-.171.33-.288.083-.086.155-.187.21-.302.078-.163.156-.474.188-.733.024-.198.017-.306.014-.373-.004-.107-.093-.218-.19-.265l-.582-.261s-.87-.379-1.402-.621a.498.498 0 0 0-.176-.041.483.483 0 0 0-.378.127c-.005-.002-.072.055-.795.931a.35.35 0 0 1-.368.13 1.427 1.427 0 0 1-.191-.066c-.124-.052-.167-.072-.252-.108a6.027 6.027 0 0 1-1.575-1.003c-.126-.11-.243-.23-.363-.346a6.298 6.298 0 0 1-1.02-1.268l-.059-.095a.921.921 0 0 1-.102-.205c-.038-.147.061-.265.061-.265s.243-.266.356-.41c.11-.14.203-.276.263-.373.118-.19.155-.385.093-.536-.28-.684-.57-1.365-.868-2.041-.059-.134-.234-.23-.393-.249a4.439 4.439 0 0 0-.162-.016 3.385 3.385 0 0 0-.403.004l.202-.007Z'/%3E%3C/svg%3E");
  display: block;
  width: 24px !important;
  height: 24px;
  margin: 0;
  background-size: contain;
  background-color: transparent !important;
  color: #4A9BC4;
  align-items: center;
  padding: 0 0px;
}

.wps_wpr_membership_list_main_wrap {
  margin-top: 94px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.membership-benefits__wrapper {
  margin-bottom: 96px;
  grid-gap: 75px 52px;
  display: grid;
  margin-top: 28px;
  padding: 24px 8px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-columns: repeat(3, 1fr);
}

.membership-benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.membership-benefits__item svg {
  height: 80px;
  margin-bottom: 16px;
}

.user-registration-account .membership-benefits__item .title {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Gotham', sans-serif;
}

.membership-benefits__item .description {
  max-width: 230px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  line-height: normal;
  padding-bottom: 0;
}

.account-points-table {
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  text-align: left;
  box-shadow: 0 0 10px -1px #d1d1d1;
  border: 1px solid #d1d1d1 !important;
  margin-bottom: 30px !important;
  font-family: Work Sans;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.account-points-table thead {
  display: table-header-group !important;
}

.account-points-table tr th {
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
  font-family: Work Sans;
  font-weight: 500 !important;
  color: #221F1F;
  padding: 10px;
  border-style: none solid solid none;
  border-top: medium none;
  border-width: medium 1px 1px medium;
  border-color: #ececec;
}

.account-points-table tr th:first-child,
.account-points-table tr td:first-child {
  border-left-style: solid;
  border-left-width: 1px;
  border-color: #ececec;
}

.account-points-table tr {
  display: table-row !important;
  background-color: #fff;
}

.account-points-table tr td {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #221F1F;
  padding: 10px;
  border-color: #ececec;
  border-left: none;
  border-style: none solid solid none;
  border-top: medium none;
  border-width: medium 1px 1px medium;
  vertical-align: middle;
  display: table-cell !important;
}

.account-points-table tr td:first-child {
  border-left-style: solid;
  border-left-width: 1px;
  border-color: #ececec;
}

.account-points-table tr td:nth-child(2),
.account-points-table tr td:nth-child(4) {
  color: #EF9F42;
  font-weight: 600;
}

.wps_wpr_membership_with_img-wrap center {
  line-height: normal;
}

.wps_wpr_membership_with_img-wrap center a {
  color: #F9A351;
  text-decoration: underline;
}

.heading_points_conversion {
  text-transform: uppercase;
  text-align: center !important;
  margin-bottom: 10px !important;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  clear: both;
}

.wps_wpr_each_section {
  border: 1px solid #d1d1d1 !important;
  margin-bottom: 30px !important;
  padding: 20px;
  box-shadow: 0 0 10px -1px #d1d1d1;
  border-collapse: separate;
  border-width: 0 !important;
}

.wps_wpr_each_section>p {
  text-align: center;
}

.form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.wps-input-number {
  margin-left: auto;
  max-width: 200px;
  width: 80% !important;
  min-height: 40px;
  padding: 18px 16px !important;
  background-color: #fff !important;
  border-radius: 10px;
  border: 1px solid #D8DADC !important;
  font-size: 16px !important;
  color: #221F1F;
  transition-duration: .3s;
  transition-property: border-color;
  line-height: 24px;
  transition: all .2s ease;
}

.wps_custom_coupon.button {
  margin-left: auto;
  min-height: 40px;
  float: right;
  background-color: #c0d1a3 !important;
  color: #fff;
  cursor: pointer;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
  padding: 18px 16px !important;
  border: 1px solid #D8DADC !important;
  font-size: 16px !important;
}

.wps_custom_text {
  margin-bottom: 6px !important;
  text-align: left;
  line-height: 1.25;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: capitalize;
}

/* Upload files */
.uf-title {
  color: #4A9BC4;
  font-weight: 500;
  font-size: 20px !important;
  text-align: left;
  opacity: .8;
  font-family: Work Sans;
  line-height: 38px;
  margin-bottom: 8px;
}

.field span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.50);
  padding-bottom: 8px;
  text-align: center;
}

#my-dropzone {
  padding: 18px 16px;
  border-style: solid;
  border-color: #D8DADC;
  border-radius: 10px;
  line-height: 1.25;
  border-width: 1px;
  margin: 0px 0px 10px;
  background-color: rgba(255, 255, 255, 0.99);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
}

.dz-preview {
  flex: 0 0 100%;
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9ebf1;
  padding-bottom: 0 !important;
  margin: 0 !important;
  min-height: auto !important;
}

.dz-progress {
  background: #e9ebf1 !important;
  border-radius: 2px !important;
  height: 4px !important;
  width: 100% !important;
  margin-left: 80px !important;
  order: 4;
  position: static !important;
}

.dz-progress .dz-upload {
  width: 100% !important;
  background: #4bce61 !important;
  border-radius: 2px;
  height: 4px;
  transition: all 0.25s ease 0s !important;
  color: #494d50;
}

.dz-preview:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.dz-message {
  flex: 0 0 100%;
  width: 100%;
  display: block !important;
  margin: 0 !important;
}

.dz-message svg {
  background-color: rgba(255, 255, 255, 0.99);
  fill: #494d50;
  margin-bottom: 2px;
  height: 48px;
  width: 48px;
  padding: 8px;
  border-radius: 4px;
}

.dz-message .everest-forms-upload-title {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.50);
  padding-bottom: 8px;
  display: block;
}

.dz-message .everest-forms-upload-hint {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.50);
  display: block;
}

.dz-image {
  width: 64px !important;
  height: 64px !important;
  background: #f6f7f9;
  flex: 0 0 64px;
  margin-right: 15px;
  border-radius: 3px !important;
  overflow: hidden !important;
}

.dz-image img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  max-width: 100%;
  width: auto;
  height: auto;
}

.dz-details {
  text-align: left !important;
  font-size: 14px !important;
  position: relative !important;
  min-width: auto !important;
  max-width: none !important;
  padding: 0;
  line-height: normal;
  opacity: 1 !important;
}

.dz-size {
  color: #494d50;
  margin-bottom: 0 !important;
}

.dz-size span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.50);
  display: block;
  text-align: left;
  padding-bottom: 0 !important;
}

.dz-filename span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.50);
  display: block;
}

.dz-remove {
  font-size: 0 !important;
  position: relative;
  height: 28px;
  width: 28px;
  display: inline-flex;
  margin-left: auto;
  order: 3;
  border-radius: 14px;
  border: 2px solid #8e98a2 !important;
  color: #4A9BC4;
}

.dz-remove::before {
  transform: translateY(-50%) rotate(45deg);
  content: "";
  height: 14px;
  width: 2px;
  display: block;
  background: #8e98a2;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.dz-remove::after {
  transform: translateY(-50%) rotate(-45deg);
  content: "";
  height: 14px;
  width: 2px;
  display: block;
  background: #8e98a2;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* Billing */
.billing-form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.billing-form .input-field {
  flex: 1 1 calc(50% - 20px);
  max-width: calc(50% - 20px);
  min-width: 250px;
}

.billing-form .input-field.button {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px;
  ;
}

.billing-form .input-field select,
.billing-form .input-field input {
  width: 100% !important;
  padding: 16px 20px !important;
  font-size: 1rem !important;
  color: #333 !important;
  background-color: #ffffff !important;
  border: 1px solid #ddd !important;
  border-radius: 10px;
  outline: none;
  transition: all 0.3s ease !important;
}

.billing-form .input-field label {
  color: #221F1F;
  font-weight: 400 !important;
  margin: 0 0 6px;
  text-align: left;
  font-size: 14px;
  line-height: 1.25;
  text-transform: capitalize;
}

/* CART */
.cart-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #fff;
  padding-top: 30px;
}

.cart-row {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 90px;
}

.cart-table {
  border: none;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  font-family: Work Sans;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.cart-table thead th {
  vertical-align: middle;
  padding: 9px 12px;
  line-height: 1.5em;
  text-align: left;
  font-family: Work Sans;
  font-weight: 500 !important;
}

.cart-table tbody tr:nth-child(1n) th,
.cart-table tbody tr:nth-child(1n) td:not(.actions) {
  background-color: rgba(0, 0, 0, .01);
}

.cart-table tbody .product-remove {
  padding-right: 0;
}

.cart-table tbody .product-remove a {
  font-size: 24px;
  padding: 0;
  line-height: 30px;
  width: 30px;
  height: 30px;
  transition: color .2s ease, background-color .2s ease;
  color: rgba(0, 0, 0, .7) !important;
  margin: 0 auto;
  font-family: 'Open Sans';
  font-weight: 400;
  border-radius: 100%;
  text-align: center;
  border: 0;
  text-decoration: none;
}

.cart-table .product-thumbnail a img {
  width: 90px;
  margin-bottom: 0;
  box-shadow: none;
  height: auto;
}

.cart-table td {
  border: none;
  padding: 25px 20px;
  vertical-align: middle;
  line-height: 1.5em;
}

.cart-table td {
  border: none;
  padding: 25px 20px;
  vertical-align: middle;
  line-height: 1.5em;
}

.cart-table td.product-name a {
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-image: linear-gradient(to right, #000 0, #000 100%);
  transition: background-size .55s cubic-bezier(.2, .75, .5, 1);
  background-position: left bottom;
  font-family: Work Sans;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
}

.cart-table td.product-name dl.variation {
  list-style: none outside;
}

.cart-table .cart_item dl {
  font-size: 14px;
}

.cart-table .cart_item dl.variation {
  clear: both;
  margin-right: .25em;
  list-style: none outside;
}

.cart-table .cart_item dl.variation dd {
  margin: 0;
}

.cart-table .cart_item dt {
  font-family: inherit;
  color: inherit;
  font-weight: 700;
}

.cart-table td.product-name dl.variation:last-child {
  margin-bottom: 0;
}

ul.wcsatt-options {
  margin: 10px 0 0;
  min-width: 120px;
}

ul.wcsatt-options li,
ul.wcsatt-options-cart li,
ul.wcsatt-options-product li,
ul.wcsatt-options-prompt-radios li {
  list-style: none !important;
}

.cart-table td .quantity {
  position: relative;
}

.cart-table td .quantity input.minus {
  color: #666;
  width: 35px;
  height: 35px;
  text-shadow: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  border: none;
  position: relative;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
  border-radius: 50px !important;
  line-height: 24px !important;
  font-size: 18px;
  background-color: #fff;
  font-family: Work Sans;
  font-weight: 500 !important;
}

.cart-table .quantity input.qty {
  border: none;
  margin: 0 10px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin: 0;
  font-size: 20px;
  font-family: "Open Sans";
  font-weight: 700;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  width: 46px;
  float: none !important;
  position: relative;
}

.cart-table td .quantity input.plus {
  color: #666;
  width: 35px;
  height: 35px;
  text-shadow: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  border: none;
  position: relative;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
  border-radius: 50px !important;
  line-height: 24px !important;
  font-size: 18px;
  font-family: Work Sans;
  font-weight: 500 !important;
  background-color: #fff;
}

.cart-table td .quantity input.plus:hover,
.cart-table td .quantity input.minus:hover {
  background-color: #c0d1a3 !important;
  color: #fff;
}

.cart-table td.actions {
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}

.cart-table td.actions {
  text-align: right;
}

.cart-table td.actions .coupon {
  min-width: 50%;
  text-align: left;
  float: left;
}

.cart-table .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px;
  font-family: Work Sans;
  font-weight: 500 !important;
}

.cart-table input#coupon_code {
  width: 50%;
  font-size: 14px;
  line-height: 18px;
  float: none;
  margin: 0 4px 0 0;
  outline: 0;
  background-color: rgba(0, 0, 0, .04);
  border-radius: 4px;
  border: 2px solid transparent;
}

.cart-collaterals .cart_totals {
  float: right;
  width: 48%;
}

.cart-collaterals .cart_totals h2 {
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  font-weight: 700;
  font-family: Work Sans;
}

.cart-collaterals .cart_totals table {
  margin-bottom: 20px;
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
  text-align: left;
  width: 100%;
}

.cart-collaterals table td, 
.cart-collaterals table th {
    padding: 20px;
    border: none;
}

table.shop_table tbody:first-child tr:first-child th {
  border-top: 0;
}

.cart-collaterals table th {
  padding: 20px;
  width: 35%;
  border: none;
  line-height: 1.5em;
  vertical-align: top;
}

.cart-collaterals table tr:nth-child(1n) th,
.cart-collaterals table tr:nth-child(1n) td:not(.actions) {
  background-color: rgba(0, 0, 0, .01);
}

span.woocommerce-Price-amount.amount {
  color: #000 !important;
}

table.shop_table tbody tr:nth-child(2n) th,
table.shop_table tbody tr:nth-child(2n) td:not(.actions) {
  background-color: rgba(0, 0, 0, .03);
}

.cart-collaterals .shipping-calculator-button,
.cart-collaterals .shipping-calculator-button,
.cart-collaterals .shipping-calculator-button {
  float: none;
  margin-top: .5em;
  display: inline-block;
}

.cart-collaterals form .form-row {
  margin: 0 0 8px;
  padding: 3px;
}

.woocommerce-shipping-calculator p {
  padding-bottom: 0;
}

.wc-proceed-to-checkout .checkout-button {
  padding-right: 60px !important;
  padding-left: 60px !important;
  line-height: 1.2em;
  opacity: .8;
  font-size: 1.25em;
  padding: 25px !important;
  display: block;
  text-align: center;
  width: 100%;
  font-family: Cabin;
  font-weight: 700;
  background-color: #c0d1a3 !important;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 1em;
  position: relative;
  border-radius: 100px;
}

.wcsatt-add-cart-to-subscription-wrapper {
    margin-bottom: 2em;
}

form.wcsatt-add-cart-to-subscription-form {
    margin: 0 !important;
}

.wcsatt-add-cart-to-subscription-action-wrapper {
    font-size: 1.3em;
    position: relative;
}

.wcsatt-add-cart-to-subscription-intro {
    font-style: italic;
    letter-spacing: 1px;
    font-size: 1.25em;
    line-height: 1.25em;
    margin: 1.5em;
    text-align: center;
    font-weight: 500;
}

.wcsatt-add-cart-to-subscription-action-wrapper label {
    font-weight: 300;
    cursor: pointer;
    display: block;
}

.wcsatt-add-cart-to-subscription-action-input {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 0;
}

@media only screen and (min-width: 999px) {
  .cart-table td.product-name {
    width: 32%;
  }
}


@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 480px) {
  .login-form {
    padding: 30px;
    width: 90%;
  }
}

@media (max-width: 768px) {
  .input-group {
    flex-direction: column;
  }
}