.page-id-62376 .woocommerce {
  width: 1200px;
  margin-top: 50px;
}

.woocommerce-account-dashboard .col-full {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.woocommerce-account-dashboard .entry-title {
  position: relative;
  letter-spacing: -1px;
  line-height: 58px;
  font-weight: 500;
}

.woocommerce-account-dashboard .custom-avatar-initials {
  width: 96px;
  height: 96px;
  background-color: #39533f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: bold;
  border-radius: 50%;
}

/* Unused class */
.woocommerce-account-dashboard .ms {
  position: absolute;
  top: 29px;
  left: 9px;
  line-height: 23px;
  font-weight: 500;
}

.woocommerce-account-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.woocommerce-account-name {
  position: relative;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #000;
}

.woocommerce-MyAccount-navigation-link {
  align-self: stretch;
  position: relative;
  line-height: 26px;
  font-weight: 500;
}

.woocommerce-MyAccount-navigation ul {
  width: 230px;
  border-bottom: 1px solid rgba(199, 95, 73, 0);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 8px 0px;
  color: #7d8285;
}

.woocommerce-MyAccount-navigation .is-active {
  border-bottom: 1px solid #cc644e !important;
  background-color: rgba(204, 100, 78, 0.2) !important;
}

.woocommerce-MyAccount-navigation ul li {
  border-bottom: unset !important;
  padding-left: 10px;
}

.woocommerce-MyAccount-navigation {
  border-radius: 8px !important;
  background-color: #f3f5f7 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 16px !important;
  gap: 40px;
  width: unset !important;
  margin-right: unset !important;
}

.woocommerce-MyAccount-navigation ul li a {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  font-family: "Gotham Rounded", sans-serif;
  color: #7d8285;
  text-align: left;
  display: inline-block;
}

.woocommerce-MyAccount-navigation ul li a::before,
.woocommerce-MyAccount-navigation ul li a::after {
  display: none !important;
}

.woocommerce-MyAccount-content {
  width: 74% !important;
}

.my-account-4 {
  text-align: center;
  width: 33.333%;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #000;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0px;
  min-height: 450px;
}

.my-account-4-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
}

.my-account-4:nth-of-type(3) {
  margin-right: 0% !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.my-account-row {
  display: flex;
  justify-content: space-between;
}

h2.my-account-dashboard {
  font-size: 18px;
}

.my-account-4 h4 {
  font-size: 17px;
  font-weight: bold;
  margin: 20px 0 0 0 !important;
  /* Reset margins */
  padding-bottom: 20px;
  /* Add padding instead of margin for consistent spacing */
}

.my-account-4 canvas {
  width: 90%;
}

.wh-starburst-box,
#wh-barchart-box,
#piechart {
  margin-bottom: 20px;
}

/* Unused class */
.my-account-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #141718;
  margin-bottom: 20px;
}

.woocommerce-orders-table__row .pending-cancellation,
.woocommerce-orders-table__row .cancelled {
  color: #cc644e !important;
}

.woocommerce-orders-table__row .active {
  color: #34954a !important;
}

.woocommerce-orders-table__row .pending-payment,
.woocommerce-orders-table__row .pending,
.woocommerce-orders-table__row .processing {
  color: #dbac4c !important;
}


.notice.notice-info {
  background: linear-gradient(135deg, #F49E1B, #D17F00);
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}

#mobile-account-navigation {
  width: 100%;
  margin-bottom: 20px;
  border: 2px solid #6c7275;
  border-radius: 4px;
  background-color: #4C965D26;
  line-height: 24px;
  padding: 8px 8px 8px 16px;
  font-size: 16px !important;
  font-family: 'Gotham Rounded' !important;
}

.col2-set.addresses {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }

  .my-account-4 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    min-height: auto;
  }

  .page-id-62376 .woocommerce {
    width: 90%;
    margin-top: 50px;
  }

}

@media (min-width: 769px) {
  .mobile-only {
    display: none;
  }

  .address-block {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#wc-account-spinner {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

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

.support-help-section {
  padding: 2rem 0;
}

.support-help-section h2 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.support-contact-info h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.live-chat-info {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.chat-icon svg {
  width: 24px;
  height: 24px;
}

.contact-button {
  display: inline-block;
  background-color: #2f4f4f;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.contact-button:hover {
  background-color: #1a2e2e;
  color: white;
}

.address-description {
  margin-bottom: 2rem;
  color: #6b7280;
}

.address-blocks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin: 1.5rem 0;
}

.address-block {
  border: 1px solid #6c7275;
  border-radius: 8px;
  padding: 1.25rem;
  background-color: #fff;
}

.address-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.address-header h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  color: #111827;
}

.account-payment-methods-table {
  border: 1px solid #141718;
  border-radius: 8px;
  padding: 1.5rem;
  position: relative;
  width: 50%;
}

.edit-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #6b7280;
  text-decoration: none;
  font-size: 0.875rem;
}

.edit-link svg {
  width: 16px;
  height: 16px;
}

.edit-link:hover {
  color: #4b5563;
}

.address-content {
  font-size: 0.875rem;
  line-height: 1.5;
}

.address-content p {
  margin: 0 0 0.5rem;
}

.address-content .woocommerce-customer-details--phone {
  margin-top: 0.5rem;
}

.address-note {
  color: #6b7280;
  font-size: 0.813rem;
  margin-top: 0.75rem !important;
}

.no-address {
  color: #6b7280;
  font-style: italic;
}

/* Override default WooCommerce styles */
.woocommerce-Address-title {
  position: relative;
}

.woocommerce-Address-title h3 {
  margin: 0;
  font-size: 1.125rem;
}

address {
  font-style: normal;
  margin-bottom: 0;
}

/* View Subscription */

.subscription-products {
  margin: 2rem 0;
}

.subscription-product {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: 1.5rem 0;
  border-top: 1px solid #eee;
}

.subscription-subtotal {
  display: flex;
  gap: 2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #eee;
  justify-content: flex-end;
}

.product-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}

.product-details h4 {
  margin: 0 0 0.5rem;
}

.delivery-frequency {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #f0f7f0;
  border-radius: 4px;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.subscription-actions {
  margin: 2rem 0;
}

.action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.button {
  padding: 0.75rem 1.5rem !important;
  border-radius: 25px !important;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1.2;
  padding: 10px 20px !important;
  background-color: #415d48 !important;
}

.button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
  font-size: unset !important;
}

@media (max-width: 768px) {
  .subscription-product {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .preference-options {
    grid-template-columns: 1fr;
  }

  .product-image {
    margin: 0 auto;
  }

  .action-buttons {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}

.subscription-header {
  margin-bottom: 2rem;
}

.subscription-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.subscription-title h2 {
  margin: 0;
  font-size: 1.5rem;
}

.subscription-title .subscription-status {
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.875rem;
  background-color: #e6f3e6;
  color: #2e7d32;
}

.subscription-next-payment {
  color: #666;
  margin: 0;
}

.subscription-product {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid #eee;
}

.product-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}

.product-details h4 {
  margin: 0 0 0.5rem;
}

.delivery-frequency {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #f0f7f0;
  border-radius: 4px;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.product-quantity {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.product-quantity select {
  padding: 0.25rem 0.5rem;
  border: 1px solid #141718;
  border-radius: 4px;
}

.subscription-actions {
  display: flex;
  gap: 1rem;
  margin: 2rem 0;
}

.button.ship-now {
  background-color: #2f4f4f;
  color: white;
  border: none;
}

.shipping-preference,
.mm-subscription-details {
  margin-top: 2rem;
}

.preference-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.preference-option {
  border: 1px solid #141718;
  border-radius: 8px;
  padding: 1.5rem;
  position: relative;
  cursor: pointer;
}

.preference-option h4 {
  margin: 0;
  font-size: 0.875rem;
  color: #666;
}

.preference-option p {
  margin: 0.5rem 0 0;
  font-weight: 500;
}

.arrow {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #666;
}

/* Bars */

.wh-starburst {
  background-image: url("../images/wh-starburst.svg");
  background-size: cover;
  padding: 15px;
  width: 11.875em;
  height: 11.875em;
  position: relative;
  overflow: visible;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  top: 3rem;
}

.wh-cash-amt {
  color: #fff;
  font-size: 1.5em;
  z-index: 25;
  top: 35%;
  position: relative;
}

.wh-cash-spacer {
  margin-top: 90px;
}

a.wh-points-btn {
  display: inline-block;
  padding: 10px 20px;
  color: #fff !important;
  font-weight: 600;
  border: 2px solid #282f4b;
  border-radius: 25px;
  font-family: "Gotham Rounded", "Roboto";
}

@media (max-width: 820px) {
  .wh-bars {
    grid-column-gap: 5px;
    padding: 5px 5px 0;
  }

  .wh-labels {
    grid-column-gap: 5px;
    padding: 2px 5px;
  }
}

@media (max-width: 600px) {
  div#ref01 {
    font-size: 14px !important;
  }

  div#ref01 h4 {
    font-size: 16px !important;
  }

  div#ref01 i.ri.ri-share-square {
    font-size: 16px !important;
  }

  .woocommerce-MyAccount-content h2 {
    font-size: 18px !important;
  }

  .my-account-row {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .my-account-4 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  a.wh-points-btn {
    font-size: 16px !important;
    padding: 10px 16px;
  }

  .wh-bars {
    width: 250px !important;
  }

  .my-account-4 h4 {
    font-size: 20px;
  }

  .wh-label {
    font-size: 16px !important;
  }

  .woocommerce-MyAccount-navigation ul li a {
    font-size: 14px !important;
  }

  .my-account-header {
    display: block;
    text-align: center !important;
  }

  .my-account-user p {
    text-align: center !important;
  }

  ul.my-account .payment_method_title {
    display: inline-block;
    width: 100%;
    font-weight: 600;
  }

  ul.my-account .cfw-radio-reveal-label>div {
    display: block !important;
  }

  ul.my-account .payment_method_icons {
    display: inline-block;
    width: 100%;
    font-size: 12px !important;
  }
}


#wh-barchart-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wh-bar {
  grid-row-end: 102;
}

.wh-inbar-text {
  color: #444;
}

.wh-earned {
  background: #c9715d;
  color: #fff;
}

.wh-redeemed {
  background: #ec9700;
  color: #fff;
}

.wh-balance {
  background: #282f4b;
  color: #fff;
}

.wh-inbar-text {
  color: inherit;
  position: relative;
  top: -1.5rem;
  font-weight: 700;
}

.wh-bars,
.wh-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
}

.wh-bar,
.wh-label {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.wh-label {
  font-weight: 700;
  font-size: 16px !important;
  border-radius: 0 0 3px 3px;
  padding: 0.125rem 0;
  margin-top: 0.125rem;
  font-family: "Gotham Rounded", "Roboto", sans-serif !important;
}

.wh-inbar-text {
  color: #444 !important;
}

/* Bars container */
.wh-bars {
  position: relative;
  height: 200px;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin-bottom: 20px;
}

/* Common bar styles */
.wh-bar {
  position: relative;
  width: 60px;
  min-height: 20px;
  transform-style: preserve-3d;
  transform: translateZ(0);
  transition: all 0.3s ease;
}

.wh-bar:not(:first-of-type) {
  margin-left: 20px;
}

/* 3D effects for bars */
.wh-bar::before,
.wh-bar::after {
  content: "";
  position: absolute;
}

/* Right side of bar */
.wh-bar::before {
  width: 10px;
  height: 100%;
  left: -10px;
  top: -4px;
  transform: skewY(45deg);
  background: #c26552;
}

/* Top of bar */
.wh-bar::after {
  width: 100%;
  height: 10px;
  top: -9px;
  left: -5px;
  transform: skewX(45deg);
}

.wh-legend {
  width: 50px;
  display: inline-block;
  height: 15px;
}

/* Specific bar colors */
.wh-bar.wh-earned,
.wh-legend.earned {
  background: #ad503d;
}

.wh-bar.wh-earned::before {
  background: #c26552;
}

.wh-bar.wh-earned::after {
  background: #d57763;
}

.wh-bar.wh-redeemed,
.wh-legend.redeemed {
  background: #d17f00;
}

.wh-bar.wh-redeemed::before {
  background: #e98d00;
}

.wh-bar.wh-redeemed::after {
  background: #f49e1b;
}

.wh-bar.wh-balance,
.wh-legend.balance {
  background: #2a402e;
}

.wh-bar.wh-balance::before {
  background: #3a533f;
}

.wh-bar.wh-balance::after {
  background: #526556;
}

/* Text inside bars */
.wh-inbar-text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -25px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

/* Labels styling */
.wh-labels {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 90%;
}

.wh-label {
  text-align: left;
  font-size: 12px;
}

#piechart {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  padding: 1px;
}

/* pop-ups */

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background-color: white;
  padding: 2em;
  border-radius: 5px;
  max-width: 550px;
  width: 90%;
  position: relative;
}

#close-cancel-popup {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: none;
  font-size: 1em;
  cursor: pointer;
}

.coupon-code {
  background: #f5f5f5;
  padding: 1em;
  margin: 1em 0;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  border: 2px dashed #ddd;
}

#cancel-step-3 form {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

#reason_to_cancel,
#reason_details {
  padding: 0.5em;
  margin-bottom: 1em;
}

.button {
  margin: 0.5em;
  padding: 0.5em 1em;
}

.accept-offer {
  background-color: #4caf50;
  color: white;
}

/* Payment Methods Styling */
.payment-methods-container {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.payment-methods-container h2 {
  font-size: 24px;
  margin-bottom: 2rem;
}

.payment-cards-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.payment-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
  background: white;
}

.payment-card.primary {
  border-color: #415c49;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.card-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.card-brand-number {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.card-brand-number img {
  width: 32px;
  height: 20px;
}

.primary-badge {
  background: #e6f3e6;
  color: #2e7d32;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.875rem;
}

.card-actions {
  padding-top: 10px;
  position: relative;
}

.card-menu-toggle {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #6b7280;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
}

.card-menu {
  position: absolute;
  right: 0;
  top: 100%;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  min-width: 200px;
  z-index: 10;
}

.card-menu a {
  display: block;
  padding: 0.5rem 1rem;
  color: #374151;
  text-decoration: none;
}

.card-menu a:hover {
  background: #f3f4f6;
}

.card-details {
  color: #6b7280;
  font-size: 0.875rem;
}

.expiry {
  margin-bottom: 0.25rem;
}

.card-holder {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.card-note {
  color: #9ca3af;
  font-size: 0.813rem;
}

.add-payment-method {
  background: #415c49;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}

.add-payment-method:hover {
  background: #344a3a;
}

/* Responsive Design */
@media (min-width: 768px) {
  .payment-cards-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

/* credit card expiring */

.expiring-cards-section {
  margin-top: 2em;
  padding: 1em;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.expiring-cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 1em;
}

.expiring-card {
  flex: 1;
  min-width: 300px;
  padding: 1em;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #f8f8f8;
}

.expiring-card.default-card {
  border-color: #5a8263;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}

.card-brand {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.card-brand img {
  height: 24px;
  width: auto;
}

.default-badge {
  background: #5a8263;
  color: white;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  font-size: 0.8em;
}

.card-expiry {
  color: #d63638;
  margin-bottom: 1em;
  font-weight: bold;
}

.card-action .button {
  width: 100%;
  text-align: center;
}


/* social share */

.mm-social-share {
  margin-top: 20px;
  font-weight: 700;
}

.share-label {
  display: block;
  margin-bottom: 10px;
  color: #666;
}

.share-buttons {
  display: flex;
  gap: 15px;
  align-items: center;
}

a.share-button:hover {
  color: #fff !important;
  box-shadow: 4px 4px 20px rgba(36, 36, 36, 0.5);
}

.share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white !important;
  text-decoration: none;
  transition: opacity 0.2s;
}

.share-button.facebook {
  background-color: #1877f2;
}

.share-button.whatsapp {
  background-color: #25d366;
}

.share-button.messenger {
  background-color: #0099ff;
}

.share-button i {
  font-size: 20px;
}

.share-button.bluesky {
  background-color: #0085ff;
}

.share-button.bluesky i {
  font-size: 16px;
}

.share-button.telegram {
  background-color: #0088cc;
}

.share-button.signal {
  background-color: #fff;
}

.share-button.sms {
  background-color: #6fbb7a;
}