/* Auth page (My Account login/register) */
.auth {
  background: #fff;
}
.auth__hero {
  background: #f6f1ec;
  padding: 64px 0;
}
.auth__title {
  font-size: 56px;
  line-height: 1.05;
  font-weight: 600;
  color: #A9833A;
  letter-spacing: -0.02em;
}
.auth__card {
  background: #ffffff;
}
.auth__req {
  color: #b05a3c;
  margin-left: 2px;
}
.auth__divider {
  position: relative;
  text-align: center;
  margin-top: 18px;
  color: #6b7280;
  font-size: 14px;
}
.auth__divider span {
  display: inline-block;
  padding: 0 12px;
  background: #fff;
  position: relative;
  z-index: 1;
  text-transform: lowercase;
}
.auth__divider:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #e5e7eb;
  transform: translateY(-50%);
}
.auth__switch {
  color: #004C4C;
  font-weight: 500;
}
.auth__switch:hover {
  color: #004C4C;
  text-decoration: underline;
}
.auth__eye {
  position: absolute;
  right: 14px;
  top: auto;
  bottom: 14px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #6b7280;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.15s ease;
}
.auth__eye:hover {
  color: #111827;
}
.auth__password-control {
  position: relative;
  width: 100%;
}
.auth__grid {
  display: grid;
  gap: 18px;
}
.auth__grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 640px) {
  .auth__grid--2 {
    grid-template-columns: 1fr;
  }
}
.auth__checks {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.auth__check {
  display: flex;
  gap: 10px;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.4;
}
.auth__check input[type=checkbox] {
  margin-top: 3px;
  width: 16px;
  height: 16px;
}
.auth__check a {
  color: #004C4C;
}
.auth__check a:hover {
  color: #004C4C;
  text-decoration: underline;
}
.auth__field-error {
  display: block;
  margin: 6px 0 0 !important;
  line-height: 1.35;
  font-size: 15px;
  color: red;
}
.auth__checks-error {
  margin-top: 4px;
}
.auth__hint {
  margin-top: 6px;
  font-size: 15px;
  color: #8b7b74;
}
.auth__input--error {
  border-color: #d36b5c !important;
  background: #fff7f4;
}
.auth #customer_login.u-columns {
  display: flex !important;
  justify-content: center;
}
.auth #customer_login .u-column1,
.auth #customer_login .u-column2 {
  width: 100% !important;
  max-width: 620px;
  float: none !important;
  margin-inline: auto;
}

@media (max-width: 900px) {
  .woocommerce-account.logged-in .woocommerce,
  .woocommerce-account.logged-in #site-content .woocommerce,
  .woocommerce-account.logged-in #main .woocommerce {
    flex-direction: column;
  }
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  float: none !important;
  width: auto !important;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  margin: 0;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 16px;
  color: #6b5b55;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content a {
  text-decoration: none;
  color: #828282;
  font-size: 16px;
  font-weight: 500;
  background: white;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}

.account-dashboard__hello {
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 500;
  color: #5C5C5C;
  line-height: 1.5;
}
.account-dashboard__hello strong {
  font-weight: 500;
}
.account-dashboard__text {
  margin: 0;
  font-size: 16px;
  color: #5C5C5C;
  font-weight: 500 !important;
  line-height: 1.5;
}
.account-dashboard__text a {
  color: #90C544 !important;
  text-decoration: none;
}
.account-dashboard__text a:hover {
  text-decoration: underline;
}

.account-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}
.account-form .primary-btn {
  display: inline-flex;
  width: auto;
}
.account-form__section {
  margin: 0;
}
.account-form__title {
  margin: 0 0 20px;
  color: #540000;
  font-family: "Magnolia Script", cursive;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.account-form__field {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.account-form__field--full {
  grid-column: 1/-1;
}
.account-form__label {
  margin-bottom: 12px;
  font-size: 15px;
  color: #5C5C5C;
  font-weight: 400;
  line-height: 1;
}
.account-form__label .required {
  color: #D45113;
  margin-left: 1px;
}
.account-form__input {
  width: 100%;
  min-height: 52px;
  border-radius: 9999px !important;
  background: rgba(125, 125, 125, 0.05);
  padding: 14px 15px;
  border: 1px solid #F1F1F1;
  outline: none;
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.account-form__input:focus {
  border-color: #90C544;
  background: #FBFDF7;
}
.account-form__input--static {
  display: flex;
  align-items: center;
  pointer-events: none;
}
.account-form .account-form__message {
  display: none;
}
.account-form .account-form__message:not(:empty) {
  display: block;
  margin-top: 12px;
}
.account-form textarea.account-form__input {
  min-height: 136px;
  border-radius: 200px !important;
  padding: 16px 20px;
}
.account-form__grid {
  display: grid;
  gap: 20px 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .account-form__grid {
    grid-template-columns: 1fr;
  }
}
.account-form .woocommerce-form-row {
  margin: 0;
  width: 100%;
}
.account-form__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-top: 0 !important;
  padding: 9px 24px !important;
  border: 0;
  border-radius: 9999px;
  background: linear-gradient(270deg, #114600 0%, #90C544 100%) !important;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none;
  transition: none !important;
}
.account-form__btn:hover, .account-form__btn:active, .account-form__btn:focus, .account-form__btn:visited {
  color: #FFF;
  text-decoration: none;
  background: linear-gradient(270deg, #114600 0%, #90C544 100%) !important;
  border: none !important;
  transform: none;
  filter: none;
  box-shadow: none;
}
.account-form__btn--submit {
  align-self: flex-start;
  max-width: 100%;
}
@media (min-width: 1280px) {
  .account-form__btn--submit {
    width: 25%;
  }
}
.account-form__message {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  color: #6b5b55;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.25s ease, max-height 0.25s ease;
}
.account-form__message.is-visible {
  opacity: 1;
  max-height: 200px;
}
.account-form__message.is-success {
  color: #2f6f3e;
}
.account-form__message.is-error {
  color: #8b2d1c;
}
.account-form__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.account-form__cancel {
  border: 0;
  background: transparent;
  color: #540000;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  padding: 8px 4px;
}

.account-address__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 26px;
}
.account-address__add {
  width: 100%;
}
@media (min-width: 1280px) {
  .account-address__add {
    width: auto;
    min-width: 149px;
  }
}
.account-address__add.hidden {
  display: none !important;
}
.account-address__list {
  display: grid;
  gap: 20px 24px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 540px));
}
@media (min-width: 1280px) {
  .account-address__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1000px) {
  .account-address__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .account-address__list {
    grid-template-columns: 1fr;
  }
}
.account-address__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 540px;
  min-height: 212px;
  border-radius: 9px;
  background: #FFF;
  border: 1px solid transparent;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
  padding: 20px 18px 16px;
  align-items: stretch;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
@media (min-width: 1280px) {
  .account-address__card {
    max-width: none;
  }
}
.account-address__card.is-default {
  border-color: #2F6F3E;
  box-shadow: 0 0 0 2px rgba(47, 111, 62, 0.12), 0 0 12px 0 rgba(0, 0, 0, 0.07);
}
.account-address__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.account-address__card-inner {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
  width: 100%;
  text-align: left;
  background: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.account-address__card-inner:hover {
  border: 0;
  transform: translateY(-1px);
}
.account-address__title {
  margin: 0;
  color: #540000;
  font-family: "Magnolia Script", cursive;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.account-address__content {
  color: #5C5C5C;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-align: start;
}
.account-address__content p {
  margin: 0 !important;
}
.account-address__edit {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 0;
  font-size: 15px;
  font-weight: 400;
  color: #5C5C5C;
  text-decoration: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  align-self: flex-start;
}
.account-address__edit:hover {
  color: #5C5C5C;
  text-decoration: none;
}
.account-address__delete {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
  font-size: 15px;
  font-weight: 400;
  color: #c45555;
  text-decoration: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  align-self: flex-start;
}
.account-address__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #90C544;
  line-height: 0;
  flex-shrink: 0;
}
.account-address__empty {
  color: #38383A;
  font-size: 16px;
  font-weight: 500;
}

.reclamations {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.reclamations__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.reclamations__title {
  margin: 0;
  color: #540000;
  font-family: "Magnolia Script", cursive;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 400;
  line-height: 1;
}
.reclamations__btn {
  display: inline-flex;
  width: auto;
  min-width: 212px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex-shrink: 0;
}
.reclamations__btn:hover, .reclamations__btn:active, .reclamations__btn:focus {
  transform: none;
  filter: none;
  box-shadow: none;
}
.reclamations__form {
  width: 100%;
}
.reclamations__back {
  border: 0;
  background: transparent;
  color: #A9833A;
  font-size: 14px;
  cursor: pointer;
  padding: 6px 0;
  margin-bottom: 12px;
}
.reclamations-list {
  display: grid;
  gap: 20px;
}
.reclamations-empty {
  color: #5C5C5C;
  font-size: 15px;
}
@media (max-width: 900px) {
  .reclamations__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .reclamations__btn {
    width: 100%;
    min-width: 0;
  }
}

.reclamation-card {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
  padding: 18px 22px 20px;
}
.reclamation-card__top, .reclamation-card__mid {
  display: grid;
  align-items: start;
}
.reclamation-card__top {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}
.reclamation-card__mid {
  grid-template-columns: minmax(0, 2.1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  flex: 1 1 auto;
}
.reclamation-card__label {
  display: block;
  margin-bottom: 4px;
  color: #5C5C5C;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}
.reclamation-card__label--heading {
  margin-bottom: 14px;
  color: #540000;
  font-family: "Magnolia Script", cursive;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.reclamation-card__label--attachments {
  margin: 0;
  font-weight: 400;
  white-space: nowrap;
}
.reclamation-card__value {
  display: block;
  color: #5C5C5C;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
}
.reclamation-card__cell, .reclamation-card__block {
  min-width: 0;
}
.reclamation-card__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-top: 8px;
}
.reclamation-card__attachments {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  padding-bottom: 2px;
}
@media (max-width: 500px) {
  .reclamation-card__attachments {
    flex-direction: column;
    align-items: start;
  }
  .reclamation-card__attachments .reclamation-card__label--attachments {
    font-weight: 600;
  }
}
.reclamation-card__files {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}
.reclamation-card__file {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #90C544;
  text-decoration: none;
  transition: none;
}
.reclamation-card__file:hover {
  color: #90C544;
  transform: none;
}
.reclamation-card__file-icon {
  display: inline-flex;
  line-height: 0;
}
.reclamation-card__files-empty {
  color: #8F8F8F;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .reclamation-card__top {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 18px;
  }
  .reclamation-card__mid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .reclamation-card {
    padding: 18px;
  }
  .reclamation-card__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .reclamation-card__mid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .reclamation-card__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .reclamation-card__attachments {
    margin-left: 0;
    padding-bottom: 0;
  }
  .reclamation-card__files {
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .reclamation-card {
    border-radius: 16px;
    padding: 16px;
  }
  .reclamation-card__top {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .reclamation-card__label--heading {
    margin-bottom: 10px;
    font-size: 17px;
  }
}

.woocommerce-password-strength,
.woocommerce-password-hint {
  display: none !important;
}

.account-shell {
  margin-bottom: 48px;
}
.account-shell__hero {
  margin-bottom: 32px;
}
.account-shell__hero-surface {
  background: linear-gradient(90deg, #f8fced 0%, #eff7e3 100%);
  padding: 56px 0 44px;
}
.account-shell__hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.account-shell__title {
  margin: 0;
  color: #114600;
  font-family: "Magnolia Script", cursive;
  font-size: clamp(38px, 4vw, 48px);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.account-shell__breadcrumbs {
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.account-shell__breadcrumbs p {
  margin: 0;
}
.account-shell__breadcrumbs a {
  color: #5C5C5C;
  text-decoration: none;
}
.account-shell__breadcrumbs .breadcrumb_last {
  color: #5C5C5C;
}
.account-shell__layout {
  display: flex;
  align-items: flex-start;
  gap: 43px;
}
.account-shell--wishlist .account-shell__layout {
  display: block;
}
.account-shell--wishlist .account-shell__content {
  padding-top: 0;
}
.account-shell__sidebar {
  flex: 0 0 268px;
  width: 268px;
}
.account-shell__content {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 8px;
}
@media screen and (max-width: 991px) {
  .account-shell__content {
    width: 100%;
  }
}
.account-shell__content a {
  color: #828282;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.account-shell__content a:hover {
  text-decoration: underline;
}
.account-shell__content .woocommerce-order-details > h2 {
  display: block;
}
@media screen and (min-width: 700px) {
  .account-shell__content .order-heading-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.account-shell__content .order-heading-info .order-base-details .field-box-title {
  margin: 0;
  color: #114600 !important;
  font-size: 32px !important;
  text-transform: initial;
}
.account-shell__content .order-heading-info .order-base-details p {
  margin-top: 0;
  color: #828282;
  font-size: 16px;
}
.account-shell__content .order-heading-info .order-status {
  display: block;
  padding: 10px 24px;
  border-radius: 24px;
  color: white;
}
.account-shell__content-inner {
  width: 100%;
}
@media (max-width: 1024px) {
  .account-shell {
    margin-bottom: 64px;
  }
  .account-shell__hero-surface {
    padding: 42px 0 34px;
  }
  .account-shell__layout {
    flex-direction: column;
    gap: 24px;
  }
  .account-shell__sidebar {
    flex-basis: auto;
    width: 100%;
  }
  .account-shell__content {
    padding-top: 0;
  }
  .account-shell__content-inner {
    width: 100%;
  }
}

.account-nav {
  float: none !important;
  width: 100% !important;
}
.account-nav__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.account-nav__item {
  margin: 0;
  border: 1px solid #F3F3F3;
  border-radius: 57px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.account-nav__item.is-active {
  border-color: transparent;
  background: #114600;
}
.account-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 55px;
  padding: 15px 25px 15px 60px;
  border-radius: 57px;
  background-color: transparent;
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.account-nav__link::before {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
.account-nav__link:hover, .account-nav__link:visited {
  color: #114600;
  font-weight: 500;
  text-decoration: none;
}
.account-nav__item.is-active .account-nav__link {
  color: #FFF;
}
.account-nav__label {
  display: block;
}
.account-nav__item.woocommerce-MyAccount-navigation-link--dashboard .account-nav__link::before {
  content: url(../images/icon-dashboard-default.svg);
}
.account-nav__item.woocommerce-MyAccount-navigation-link--dashboard.is-active .account-nav__link::before {
  content: url(../images/icon-dashboard-active.svg);
}
.account-nav__item.woocommerce-MyAccount-navigation-link--edit-account .account-nav__link::before {
  content: url(../images/icon-user-default.svg);
}
.account-nav__item.woocommerce-MyAccount-navigation-link--edit-account.is-active .account-nav__link::before {
  content: url(../images/icon-user-active.svg);
}
.account-nav__item.woocommerce-MyAccount-navigation-link--edit-address .account-nav__link::before {
  content: url(../images/icon-map-pin-default.svg);
}
.account-nav__item.woocommerce-MyAccount-navigation-link--edit-address.is-active .account-nav__link::before {
  content: url(../images/icon-map-pin-active.svg);
}
.account-nav__item.woocommerce-MyAccount-navigation-link--orders .account-nav__link::before {
  content: url(../images/icon-bag-default.svg);
}
.account-nav__item.woocommerce-MyAccount-navigation-link--orders.is-active .account-nav__link::before {
  content: url(../images/icon-bag-active.svg);
}
.account-nav__item.woocommerce-MyAccount-navigation-link--wishlist .account-nav__link::before {
  content: url(../images/icon-wishlist-default.svg);
}
.account-nav__item.woocommerce-MyAccount-navigation-link--wishlist.is-active .account-nav__link::before {
  content: url(../images/icon-wishlist-active.svg);
}
.account-nav__item.woocommerce-MyAccount-navigation-link--reclamations .account-nav__link::before {
  content: url(../images/icon-reclamations-default.svg);
}
.account-nav__item.woocommerce-MyAccount-navigation-link--reclamations.is-active .account-nav__link::before {
  content: url(../images/icon-reclamations-active.svg);
}
.account-nav__item.woocommerce-MyAccount-navigation-link--customer-logout .account-nav__link::before {
  content: url(../images/icon-exit-default.svg);
}
@media (max-width: 900px) {
  .account-nav__link {
    border-radius: 16px;
  }
}

.account-wishlist .wishlist-title-container {
  display: none;
}
.account-wishlist .wishlist_table,
.account-wishlist .wishlist_table tbody,
.account-wishlist .wishlist_table tr,
.account-wishlist .wishlist_table td {
  border: 0;
}
.account-wishlist .wishlist_table {
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 9px !important;
  background: #FFF;
  color: #5C5C5C;
  overflow: hidden;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
  margin-top: 42px !important;
}
.account-wishlist .wishlist_table th,
.account-wishlist .wishlist_table td {
  vertical-align: middle;
  background: transparent !important;
}
.account-wishlist .wishlist_table th {
  padding: 19px 18px 13px !important;
  color: #540000;
  font-family: "Magnolia Script", cursive;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 1;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  border-bottom: 1px solid #f0ece6 !important;
}
.account-wishlist .wishlist_table th .nobr {
  display: block;
}
.account-wishlist .wishlist_table th.product-name {
  text-align: left;
}
.account-wishlist .wishlist_table th.product-price,
.account-wishlist .wishlist_table th.product-date-added,
.account-wishlist .wishlist_table th.product-add-to-cart {
  text-align: center;
}
.account-wishlist .wishlist_table td {
  padding: 18px 18px !important;
  border-bottom: 1px solid #e0e0e0 !important;
  overflow: visible;
  text-overflow: clip;
}
.account-wishlist .wishlist_table tbody tr:last-child td {
  border-bottom: 0 !important;
}
.account-wishlist .wishlist_table.shop_table .product-remove {
  width: 42px !important;
  min-width: 42px;
  padding: 0 0 0 6px !important;
  text-align: center;
}
.account-wishlist .wishlist_table.shop_table .product-remove .remove_from_wishlist {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 0;
  color: #B5483A;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  transition: color 0.2s ease;
}
.account-wishlist .wishlist_table.shop_table .product-remove .remove_from_wishlist:hover {
  color: #8F2E24;
}
.account-wishlist .wishlist_table.shop_table .product-name {
  width: 47%;
}
.account-wishlist .wishlist_table.shop_table .product-price {
  width: 14%;
  text-align: center;
}
.account-wishlist .wishlist_table.shop_table .product-date-added {
  width: 19%;
  text-align: center;
}
.account-wishlist .wishlist_table.shop_table .product-add-to-cart {
  width: 20%;
  text-align: right;
}
.account-wishlist .wishlist_table.shop_table .product-add-to-cart a,
.account-wishlist .wishlist_table.shop_table .product-add-to-cart button,
.account-wishlist .wishlist_table.shop_table .product-add-to-cart .button,
.account-wishlist .wishlist_table.shop_table .product-add-to-cart .add_to_cart_button,
.account-wishlist .wishlist_table.shop_table .product-add-to-cart .primary-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 145px;
  padding: 9px 24px !important;
  border: 0 !important;
  border-radius: 48px;
  background: linear-gradient(270deg, #114600 0%, #90C544 100%) !important;
  color: #FFF !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: none !important;
}
.account-wishlist .wishlist_table.shop_table .product-add-to-cart a:hover, .account-wishlist .wishlist_table.shop_table .product-add-to-cart a:active, .account-wishlist .wishlist_table.shop_table .product-add-to-cart a:focus,
.account-wishlist .wishlist_table.shop_table .product-add-to-cart button:hover,
.account-wishlist .wishlist_table.shop_table .product-add-to-cart button:active,
.account-wishlist .wishlist_table.shop_table .product-add-to-cart button:focus,
.account-wishlist .wishlist_table.shop_table .product-add-to-cart .button:hover,
.account-wishlist .wishlist_table.shop_table .product-add-to-cart .button:active,
.account-wishlist .wishlist_table.shop_table .product-add-to-cart .button:focus,
.account-wishlist .wishlist_table.shop_table .product-add-to-cart .add_to_cart_button:hover,
.account-wishlist .wishlist_table.shop_table .product-add-to-cart .add_to_cart_button:active,
.account-wishlist .wishlist_table.shop_table .product-add-to-cart .add_to_cart_button:focus,
.account-wishlist .wishlist_table.shop_table .product-add-to-cart .primary-btn:hover,
.account-wishlist .wishlist_table.shop_table .product-add-to-cart .primary-btn:active,
.account-wishlist .wishlist_table.shop_table .product-add-to-cart .primary-btn:focus {
  color: #FFF !important;
  text-decoration: none;
}
.account-wishlist .account-wishlist__product {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
.account-wishlist .account-wishlist__thumb {
  flex: 0 0 auto;
}
.account-wishlist .account-wishlist__thumb a {
  display: block;
}
.account-wishlist .account-wishlist__thumb-image {
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}
.account-wishlist .account-wishlist__meta {
  min-width: 0;
}
.account-wishlist .account-wishlist__meta a {
  color: #5C5C5C;
  font-family: "Hikasami", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}
.account-wishlist .account-wishlist__meta a:hover {
  text-decoration: underline;
}
.account-wishlist .account-wishlist__meta .variation {
  margin-top: 4px;
  color: #828282;
  font-family: "Hikasami", sans-serif;
  font-size: 14px;
  line-height: 1.35;
}
.account-wishlist .account-wishlist__price,
.account-wishlist .dateadded {
  color: #5C5C5C;
  font-family: "Hikasami", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
.account-wishlist .product-price del {
  display: none !important;
}
.account-wishlist .product-price ins {
  color: inherit;
  background: none;
  text-decoration: none;
}
.account-wishlist .wishlist-empty {
  color: #5C5C5C;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin: 24px 0 0;
}
@media (max-width: 1280px) {
  .account-wishlist .wishlist_table th {
    padding: 16px 12px 10px !important;
    font-size: 16px !important;
  }
  .account-wishlist .wishlist_table td {
    padding: 14px 12px !important;
  }
  .account-wishlist .wishlist_table.shop_table .product-remove {
    width: 34px !important;
    min-width: 34px;
    padding-right: 40px !important;
  }
  .account-wishlist .wishlist_table.shop_table .product-name {
    width: 42%;
  }
  .account-wishlist .wishlist_table.shop_table .product-price {
    width: 16%;
  }
  .account-wishlist .wishlist_table.shop_table .product-date-added {
    width: 18%;
  }
  .account-wishlist .wishlist_table.shop_table .product-add-to-cart {
    width: 24%;
  }
  .account-wishlist .wishlist_table.shop_table .product-add-to-cart a,
  .account-wishlist .wishlist_table.shop_table .product-add-to-cart button,
  .account-wishlist .wishlist_table.shop_table .product-add-to-cart .button,
  .account-wishlist .wishlist_table.shop_table .product-add-to-cart .add_to_cart_button,
  .account-wishlist .wishlist_table.shop_table .product-add-to-cart .primary-btn {
    min-width: 120px;
    padding: 8px 18px !important;
    font-size: 14px;
  }
  .account-wishlist .account-wishlist__product {
    gap: 12px;
  }
  .account-wishlist .account-wishlist__thumb-image {
    width: 64px !important;
    height: 64px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .account-wishlist .account-wishlist__meta a {
    font-size: 14px;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }
  .account-wishlist .account-wishlist__meta .variation {
    font-size: 13px;
    line-height: 1.25;
  }
  .account-wishlist .account-wishlist__price,
  .account-wishlist .dateadded {
    font-size: 14px;
    white-space: normal;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 991px) {
  .account-wishlist .wishlist_table {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent;
    box-shadow: none !important;
    overflow: visible;
  }
  .account-wishlist .wishlist_table thead {
    display: none;
  }
  .account-wishlist .wishlist_table,
  .account-wishlist .wishlist_table tbody,
  .account-wishlist .wishlist_table tr,
  .account-wishlist .wishlist_table td {
    display: block;
    width: 100%;
  }
  .account-wishlist .wishlist_table tr {
    position: relative;
    margin-bottom: 12px;
    border-radius: 14px;
    border: 1px solid #dedede;
    background: #FFF;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
    overflow: hidden;
  }
  .account-wishlist .wishlist_table tr:last-child {
    margin-bottom: 0;
  }
  .account-wishlist .wishlist_table td {
    display: block;
    padding: 12px 14px !important;
    border: 0 !important;
    text-align: left !important;
    box-shadow: none !important;
  }
  .account-wishlist .wishlist_table td::before {
    content: attr(data-title);
    color: #540000;
    font-family: "Magnolia Script", cursive;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin-bottom: 6px;
  }
  .account-wishlist .wishlist_table .product-remove {
    position: absolute;
    top: 12px;
    right: 12px;
    width: auto;
    padding: 0 !important;
    border: 0 !important;
    z-index: 1;
  }
  .account-wishlist .wishlist_table .product-remove::before {
    content: none;
  }
  .account-wishlist .wishlist_table.shop_table .product-name,
  .account-wishlist .wishlist_table.shop_table .product-price,
  .account-wishlist .wishlist_table.shop_table .product-date-added,
  .account-wishlist .wishlist_table.shop_table .product-add-to-cart {
    width: 100% !important;
    min-width: 0;
  }
  .account-wishlist .wishlist_table.shop_table .product-name {
    padding-top: 16px !important;
    padding-right: 48px !important;
  }
  .account-wishlist .wishlist_table.shop_table .product-name::before {
    content: none;
  }
  .account-wishlist .wishlist_table.shop_table .product-add-to-cart::before {
    content: none;
  }
  .account-wishlist .wishlist_table.shop_table .product-add-to-cart a,
  .account-wishlist .wishlist_table.shop_table .product-add-to-cart button,
  .account-wishlist .wishlist_table.shop_table .product-add-to-cart .button,
  .account-wishlist .wishlist_table.shop_table .product-add-to-cart .add_to_cart_button,
  .account-wishlist .wishlist_table.shop_table .product-add-to-cart .primary-btn {
    width: 100% !important;
    min-width: 0;
  }
  .account-wishlist .wishlist_table.shop_table .product-price,
  .account-wishlist .wishlist_table.shop_table .product-date-added,
  .account-wishlist .wishlist_table.shop_table .product-add-to-cart {
    justify-content: flex-start;
    text-align: left !important;
  }
  .account-wishlist .account-wishlist__product {
    width: 100%;
    padding-right: 24px;
    align-items: center;
  }
  .account-wishlist .account-wishlist__thumb {
    margin-top: 2px;
  }
  .account-wishlist .account-wishlist__thumb-image {
    width: 75px !important;
    height: 75px !important;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .account-wishlist .account-wishlist__meta {
    min-width: 0;
    flex: 1 1 auto;
    text-align: left;
  }
  .account-wishlist .account-wishlist__meta a {
    display: block;
    font-size: 15px;
    line-height: 1.3;
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal;
  }
  .account-wishlist .account-wishlist__price,
  .account-wishlist .dateadded {
    font-size: 16px;
    white-space: normal;
    text-align: left;
  }
}

.account-orders__table-wrap {
  overflow: hidden;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
}
.account-orders__table {
  width: 100%;
  border: 0 !important;
  border-collapse: collapse;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.account-orders__table th,
.account-orders__table td {
  padding: 15px 22px !important;
  border: 0 !important;
  background: transparent !important;
  text-align: left;
  vertical-align: middle;
}
.account-orders__table thead tr th {
  text-transform: none !important;
}
.account-orders__table thead th {
  padding-top: 17px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid #EBEBEB !important;
}
.account-orders__table tbody tr:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}
.account-orders__header {
  color: #540000 !important;
  font-family: "Magnolia Script", cursive;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 1;
  white-space: nowrap;
}
.account-orders__header--action {
  width: 1%;
}
.account-orders__cell {
  color: #5C5C5C !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.5;
}
.account-orders__cell--number {
  color: #828282 !important;
  font-weight: 500 !important;
}
.account-orders__cell--action {
  text-align: right !important;
  white-space: nowrap;
}
.account-orders__value {
  color: inherit;
}
.account-orders__value--number {
  color: #828282;
}
.account-orders__link {
  color: #90C544 !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
}
.account-orders__link:hover {
  color: #90C544 !important;
  text-decoration: none !important;
}
.account-orders--empty .woocommerce-info {
  display: none;
}
.account-orders__empty {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 28px 24px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
}
.account-orders__empty-text {
  margin: 0;
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.account-orders__empty-btn {
  min-width: 210px;
}
@media (max-width: 991px) {
  .account-orders__table-wrap {
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }
  .account-orders__table thead {
    display: none;
  }
  .account-orders__table,
  .account-orders__table tbody,
  .account-orders__table tr,
  .account-orders__table th,
  .account-orders__table td {
    display: block;
    width: 100%;
  }
  .account-orders__table tr {
    margin-bottom: 16px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
    overflow: hidden;
  }
  .account-orders__table tr:last-child {
    margin-bottom: 0;
  }
  .account-orders__table th,
  .account-orders__table td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 18px !important;
    text-align: left !important;
    border-bottom: 1px solid #EBEBEB !important;
  }
  .account-orders__table tr > *:last-child {
    border-bottom: 0 !important;
  }
  .account-orders__table th::before,
  .account-orders__table td::before {
    content: attr(data-title);
    color: #540000;
    font-family: "Magnolia Script", cursive;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
  }
}

.woocommerce-privacy-policy-text p {
  display: none;
}

.woocommerce-order-received .woo-custom-heading {
  display: none;
}
.woocommerce-order-received table.shop_table {
  border-radius: 10px;
}
.woocommerce-order-received table.shop_table th {
  color: #07070A;
  font-weight: 700;
  font-size: 16px;
}
.woocommerce-order-received .woocommerce-order .order-details-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.75rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .woocommerce-order-received .woocommerce-order .order-details-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .woocommerce-order-received .woocommerce-order .order-details-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.woocommerce-order-received .woocommerce-order .order-details-grid .order-details-block {
  padding: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.woocommerce-order-received .woocommerce-order .order-details-grid .order-details-block h3 {
  color: red;
  margin-top: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: unset;
}
.woocommerce-order-received .woocommerce-order .order-details-grid .order-details-block p {
  margin-bottom: 5px;
}
.woocommerce-order-received .woocommerce-thankyou-order-details {
  margin: 0;
  padding: 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.07);
  background: #FFF;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 991px) {
  .woocommerce-order-received .woocommerce-thankyou-order-details {
    flex-direction: column;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order-details li {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  text-transform: unset !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
  border-right: 1px solid #EBEBEB !important;
  text-transform: uppercase !important;
  width: 100%;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .woocommerce-order-received .woocommerce-thankyou-order-details li {
    border-right: none !important;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order-details li:last-child {
  border-right: unset !important;
}
.woocommerce-order-received .woocommerce-thankyou-order-details li strong {
  color: #5C5C5C !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}
.woocommerce-order-received .thankyou-order-received-outer-wrapper {
  text-align: center;
  padding-top: 30px;
}
@media screen and (min-width: 1440px) {
  .woocommerce-order-received .thankyou-order-received-outer-wrapper {
    padding-top: 100px;
  }
}
.woocommerce-order-received .thankyou-order-received-outer-wrapper h1 {
  color: #007F3E !important;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media screen and (min-width: 900px) {
  .woocommerce-order-received .thankyou-order-received-outer-wrapper h1 {
    font-size: 2rem !important;
  }
}
.woocommerce-order-received .order-totals-wrapper .current-order-totals {
  width: 100%;
  max-width: 250px;
  margin-left: auto;
}
.woocommerce-order-received .order-totals-wrapper .current-order-totals .item-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 0.875rem;
}
.woocommerce-order-received .bacs_details {
  padding-left: 0;
}
.woocommerce-order-received .bacs_details li.bank_name {
  padding-left: 0 !important;
}
.woocommerce-order-received .order_item {
  font-size: 1rem;
  color: #939598;
}
@media screen and (max-width: 768px) {
  .woocommerce-order-received .order_item td {
    display: flex !important;
    justify-content: space-between;
  }
  .woocommerce-order-received .order_item td:before {
    display: none;
  }
}
.woocommerce-order-received .order_item td.product-price span.woocommerce-Price-amount:nth-child(2),
.woocommerce-order-received .order_item td.product-total span.woocommerce-Price-amount:nth-child(2) {
  display: inline-block;
  margin-right: auto;
}
.woocommerce-order-received .order_item bdi {
  font-weight: 400;
}
.woocommerce-order-received .order_item .product-name {
  display: flex;
  align-items: center;
}
.woocommerce-order-received .order_item .product-name .checkout-product-thumb {
  display: inline-block;
}
.woocommerce-order-received .order_item .product-name a {
  color: #4F4F4F;
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "ss01" on;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.woocommerce-order-received .order_item .product-name a:visited, .woocommerce-order-received .order_item .product-name a:hover {
  color: #4F4F4F;
}
.woocommerce-order-received .btn-primary {
  padding: 10px 32px;
  color: #ffffff;
  background: #007F3E !important;
  text-transform: initial;
  border: 1px solid #007F3E;
  border-radius: 50px;
  font-weight: 400;
  margin-top: 30px;
  text-decoration: none;
}
.woocommerce-order-received .customer-note h3 {
  color: #939598;
  font-size: 24px;
  font-weight: 400;
  text-transform: unset;
}
.woocommerce-order-received .customer-note .customer-note-text {
  border: 1px solid #E0E0E0;
  padding: 30px;
}

.woocommerce-view-order .order-totals-wrapper .current-order-totals,
.woocommerce-order-received .order-totals-wrapper .current-order-totals {
  width: 100%;
  max-width: 350px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .woocommerce-view-order .order-totals-wrapper .current-order-totals,
  .woocommerce-order-received .order-totals-wrapper .current-order-totals {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce-view-order .order-totals-wrapper .current-order-totals,
  .woocommerce-order-received .order-totals-wrapper .current-order-totals {
    max-width: 100%;
  }
}
.woocommerce-view-order .order-totals-wrapper .current-order-totals .item-row,
.woocommerce-order-received .order-totals-wrapper .current-order-totals .item-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 1rem;
  color: #828282;
  align-items: center;
}
.woocommerce-view-order .order-totals-wrapper .current-order-totals .item-row .price-totals-wrapper,
.woocommerce-order-received .order-totals-wrapper .current-order-totals .item-row .price-totals-wrapper {
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 500;
}
.woocommerce-view-order .order-totals-wrapper .current-order-totals .item-row .price-totals-wrapper-total,
.woocommerce-order-received .order-totals-wrapper .current-order-totals .item-row .price-totals-wrapper-total {
  color: #5C5C5C;
  font-size: 18px;
  font-weight: 700;
}
.woocommerce-view-order .order-totals-wrapper .current-order-totals .item-row .totals-label,
.woocommerce-order-received .order-totals-wrapper .current-order-totals .item-row .totals-label {
  color: #38383A;
  font-weight: 700;
}
.woocommerce-view-order .bacs_details,
.woocommerce-order-received .bacs_details {
  padding-left: 0;
}
.woocommerce-view-order .bacs_details li.bank_name,
.woocommerce-order-received .bacs_details li.bank_name {
  padding-left: 0 !important;
}
.woocommerce-view-order .order_item,
.woocommerce-order-received .order_item {
  font-size: 0.875rem;
  color: #777777;
}

table.shop_table {
  border-collapse: collapse;
  background-color: #ffffff;
  border-radius: 10px !important;
  color: #828282;
  overflow: hidden;
  box-shadow: 0 0 15.746px 0 rgba(0, 0, 0, 0.1);
  border: none !important;
}
table.shop_table tr:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}
table.shop_table tr th {
  color: #07070A;
  font-size: 16px;
  font-weight: 700;
  background-color: white;
  text-transform: uppercase;
}
table.shop_table tr th:first-child {
  padding-left: 15px;
}
table.shop_table tr td {
  text-align: left;
  padding: 10px 10px;
}
@media screen and (min-width: 768px) {
  table.shop_table tr td {
    padding: 10px 10px;
  }
}
@media screen and (min-width: 1200px) {
  table.shop_table tr td {
    font-size: 16px;
  }
}
table.shop_table .remove-product-td {
  width: 1px;
}
table.shop_table .remove-product-btn {
  width: 1px;
}
table.shop_table a.remove {
  display: block;
  font-size: 32px;
  height: unset;
  width: unset;
  text-align: right;
  padding-right: 10px;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 400;
  border: 0;
}
@media screen and (max-width: 767px) {
  table.shop_table a.remove {
    padding-left: 30px;
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  table.shop_table a.remove {
    text-align: center;
    padding-right: unset;
  }
}
table.shop_table a.remove:hover {
  color: red !important;
  background: unset;
}
table.shop_table a.remove:focus {
  outline: none;
}
table.shop_table #order_review tbody .product-total {
  text-align: right;
}
table.shop_table #order_review tfoot tr td {
  text-align: right;
}
table.shop_table .checkout-product-thumb {
  display: inline-block;
  max-width: 90px;
}
table.shop_table .cart-collaterals-outer-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
}
table.shop_table .cart-collaterals-outer-wrapper .cart-collaterals {
  background-color: transparent;
  margin: 0 0 0 auto;
  max-width: -moz-max-content;
  max-width: max-content;
}
table.shop_table .cart-collaterals-outer-wrapper .cart-collaterals .checkout-button {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 800;
}
table.shop_table .cart-collaterals-outer-wrapper .cart-collaterals .cart-subtotal td {
  text-align: right !important;
}
table.shop_table .coupon {
  display: flex;
}
table.shop_table .coupon input {
  height: 50px;
  width: 170px !important;
  border-radius: 5px 0 0 5px;
  margin-right: 0;
}
table.shop_table.cart tr th {
  font-size: 14px;
  text-align: left;
  font-weight: 700 !important;
  padding: 15px !important;
  border-top: none;
}
table.shop_table.cart .cart_item td:not(.product-name) {
  text-align: center;
}
table.shop_table.cart .cart_item td.product-remove {
  padding: 0;
}
table.shop_table.cart .cart_item td.product-thumbnail img {
  width: 90px;
}
@media screen and (min-width: 768px) {
  table.shop_table.cart .cart_item td.product-remove {
    width: 5%;
  }
  table.shop_table.cart .cart_item td.product-thumbnail {
    width: 8%;
  }
  table.shop_table.cart .cart_item td.product-price {
    width: 15%;
  }
  table.shop_table.cart .cart_item td.product-quantity {
    width: 15%;
  }
  table.shop_table.cart .cart_item td.product-subtotal {
    width: 15%;
  }
}
table.shop_table.cart .coupon {
  display: flex;
}
table.shop_table.cart .coupon input {
  width: 200px !important;
  border-radius: 0;
  margin-right: 0 !important;
  font-size: 15px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
table.shop_table.cart .coupon input::-moz-placeholder {
  font-size: 15px;
}
table.shop_table.cart .coupon input::placeholder {
  font-size: 15px;
}
table.shop_table.cart thead tr {
  border-bottom: 1px solid #EBEBEB;
}
table.shop_table.cart .coupon button {
  border-radius: 0 16px 16px 0;
}
table.shop_table.woocommerce-checkout-review-order-table thead tr th:last-child {
  text-align: right;
}
table.shop_table.woocommerce-checkout-review-order-table tbody tr td:last-child {
  text-align: right;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr td:last-child {
  text-align: right;
}
table.shop_table.woocommerce-checkout-review-order-table.product-name, table.shop_table.woocommerce-checkout-review-order-table.product-name a {
  text-transform: none !important;
}

.woocommerce-view-order .order_item .product-name a,
.woocommerce-order-received .order_item .product-name a,
table.shop_table .product-name,
table.shop_table .product-name a {
  text-transform: none !important;
}

/* Remove the ::before content on all pages except the cart page */
body:not(.woocommerce-cart) .shop_table_responsive tr td::before {
  content: none !important;
}

/* Remove the ::before content only for product-remove and product-thumbnail on the cart page */
.woocommerce-cart .shop_table_responsive tr td.product-remove::before,
.woocommerce-cart .shop_table_responsive tr td.product-thumbnail::before,
.woocommerce-cart .shop_table_responsive tr td.product-name::before {
  content: none !important;
}

.woocommerce-cart .shop_table_responsive tr .actions::before {
  content: none !important;
}

.woocommerce .table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
  text-align: left !important;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: white !important;
}

.box-primary {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
}

.order_details .product-price, .order_details .product-qty, .order_details .product-total {
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 500;
}

.xoo-wsc-basket {
  width: 55px !important;
  height: 55px !important;
  border-radius: 50px !important;
  border: 2px solid #90C544 !important;
  background: #FFF !important;
  right: 46px;
}

span.xoo-wsch-text {
  color: #004C4C !important;
  font-weight: 700 !important;
}

.xoo-wscb-count {
  color: #004C4C !important;
  font-weight: 700 !important;
}

.span.xoo-wsc-pname a {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.xoo-wsc-smr-del.xoo-wsc-icon-trash {
  color: Red;
}

.xoo-wsc-ft-amt.xoo-wsc-ft-amt-subtotal {
  color: #5C5C5C;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart {
  padding: 9px 24px;
  border-radius: 43px;
  border: 1px solid #E0E0E0;
  color: #07070A;
  background-color: white;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart:hover {
  border: 1px solid #E0E0E0 !important;
  color: #07070A !important;
  background-color: white !important;
  padding: 9px 24px;
}

.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout {
  padding: 14px 48px;
  border-radius: 47px;
  background: linear-gradient(270deg, #765007 0%, #A9833A 100%);
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border: none !important;
  margin-top: 10px;
}
.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout:hover {
  color: #FFF !important;
}

.xoo-wsc-footer {
  padding-bottom: 30px !important;
}

#billing_city_field .select2-selection {
  height: 52px !important;
  min-height: 52px !important;
  box-sizing: border-box !important;
  border-radius: 9999px !important;
  background: rgba(125, 125, 125, 0.05) !important;
  color: #5C5C5C !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border: 1px solid #F1F1F1 !important;
  width: 100% !important;
  padding: 0 15px !important;
  display: flex !important;
  align-items: center !important;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

#billing_city_field .select2-container--focus .select2-selection,
#billing_city_field .select2-container--open .select2-selection {
  border-color: #90C544 !important;
  background: #FBFDF7 !important;
}

#billing_city_field .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #5C5C5C !important;
}

#billing_city_field .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 28px !important;
  line-height: 1.5 !important;
}

#billing_city_field .select2-container .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  right: 14px !important;
}

.my-account-content-wrapper .account-content .woocommerce-pagination .woocommerce-button {
  border-radius: 48px;
  background: linear-gradient(270deg, #765007 0%, #A9833A 100%);
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 24px;
  transition: all 0.5s ease;
  border: none !important;
}
.my-account-content-wrapper .account-content .woocommerce-pagination .woocommerce-button:hover, .my-account-content-wrapper .account-content .woocommerce-pagination .woocommerce-button:active {
  color: #FFF !important;
  background: linear-gradient(90deg, #765007 0%, #A9833A 100%), linear-gradient(270deg, #734E3B 0%, #EEBC9B 100%);
  border: none !important;
}

span.xoo-wsch-text {
  color: #004C4C !important;
  font-weight: 700 !important;
}

.xoo-wscb-count {
  color: #004C4C !important;
  font-weight: 700 !important;
}

.span.xoo-wsc-pname a {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.account-order-detail {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.account-order-detail__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 2px;
}
@media (min-width: 1024px) {
  .account-order-detail__header {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (max-width: 820px) {
  .account-order-detail__header {
    align-items: start;
  }
}
.account-order-detail__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.account-order-detail__title {
  margin: 0;
  color: #540000;
  font-family: "Magnolia Script", cursive;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}
.account-order-detail__date {
  margin: 0;
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.account-order-detail .order-payment {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.account-order-detail .order-payment-label {
  color: #540000;
}
.account-order-detail .order-payment-value {
  color: #5C5C5C;
}
.account-order-detail__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 9999px;
  background: #F2F2F2;
  color: #5C5C5C;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: auto;
}
.account-order-detail__status--pending {
  background: #F2F2F2;
  color: #5C5C5C;
}
.account-order-detail__status--processing {
  background: #c6e1c6;
  color: #5b841b;
}
.account-order-detail__status--on-hold {
  background: #f8dda7;
  color: #94660c;
}
.account-order-detail__status--completed {
  background: #EAF5E2;
  color: #2F6F3E;
}
.account-order-detail__status--cancelled, .account-order-detail__status--failed {
  background: #FBEAEA;
  color: #B25353;
}
.account-order-detail__status--refunded {
  background: #EAF6F8;
  color: #3D7280;
}
.account-order-detail__status--on-hold {
  background: #FFF4E5;
  color: #A6631B;
}
.account-order-detail__status--completed {
  background: #EAF5E2 !important;
  color: #2F6F3E !important;
}
.account-order-detail__status--cancelled, .account-order-detail__status--failed {
  background: #FBEAEA;
  color: #B25353;
}
.account-order-detail__status--refunded {
  background: #EAF6F8;
  color: #3D7280;
}
.account-order-detail__cards {
  display: grid;
  gap: 16px;
}
@media (min-width: 900px) {
  .account-order-detail__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.account-order-detail__card {
  min-height: 122px;
  padding: 16px 14px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
}
.account-order-detail__section-title {
  margin: 0 0 14px;
  color: #540000;
  font-family: "Magnolia Script", cursive;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.account-order-detail__card-body {
  color: #5C5C5C;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
}
.account-order-detail__card-body p {
  margin: 0;
}
.account-order-detail .products-card {
  overflow: hidden;
  margin-top: 32px;
  margin-bottom: 32px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
}
.account-order-detail .table-scroll {
  width: 100%;
  overflow-x: auto;
}
.account-order-detail .products-table {
  width: 100%;
  margin: 0 !important;
  border-collapse: collapse;
  table-layout: fixed;
  background: transparent !important;
  box-shadow: none !important;
}
@media (min-width: 1024px) {
  .account-order-detail .products-table thead th:nth-child(1),
  .account-order-detail .products-table tbody td:nth-child(1) {
    width: 52%;
  }
  .account-order-detail .products-table thead th:nth-child(2),
  .account-order-detail .products-table tbody td:nth-child(2) {
    width: 18%;
  }
  .account-order-detail .products-table thead th:nth-child(3),
  .account-order-detail .products-table tbody td:nth-child(3) {
    width: 10%;
  }
  .account-order-detail .products-table thead th:nth-child(4),
  .account-order-detail .products-table tbody td:nth-child(4) {
    width: 20%;
  }
}
.account-order-detail .products-table thead th {
  padding: 18px 20px 16px;
  border-bottom: 1px solid rgba(224, 224, 224, 0.7);
  color: #540000;
  font-family: "Magnolia Script", cursive;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
  text-transform: none;
}
.account-order-detail .products-table thead th:not(:first-child) {
  text-align: center;
}
.account-order-detail .products-table tbody td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(224, 224, 224, 0.7);
  color: #5c5c5c;
  font-family: "Hikasami", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}
.account-order-detail .products-table tbody tr:last-child td {
  border-bottom: 0;
}
.account-order-detail .products-table .product {
  width: auto;
}
.account-order-detail .products-table .product-inner {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
}
.account-order-detail .products-table .thumb {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
  background: #e0e0e0;
}
.account-order-detail .products-table .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.account-order-detail .products-table .thumb--placeholder {
  background: #e0e0e0;
}
.account-order-detail .products-table .product-meta {
  min-width: 0;
}
.account-order-detail .products-table .product-meta .wc-item-meta {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.4;
}
.account-order-detail .products-table .product-meta .wc-item-meta,
.account-order-detail .products-table .product-meta .wc-item-meta * {
  text-transform: none !important;
}
.account-order-detail .products-table .name {
  margin: 0;
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
  word-break: break-word;
}
.account-order-detail .products-table .name:hover {
  text-decoration: none;
}
.account-order-detail .products-table .cell {
  text-align: center;
  white-space: nowrap;
}
.account-order-detail .products-table .cell-center {
  text-align: center;
}
.account-order-detail .products-table .quantity-value {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.account-order-detail .products-table .empty {
  padding: 24px;
  text-align: center;
}
.account-order-detail .products-table .purchase-note td {
  padding: 0 20px 18px;
  border-bottom: 0;
  font-size: 15px;
}
@media (max-width: 1023px) {
  .account-order-detail .products-card {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .account-order-detail .products-table thead,
  .account-order-detail .products-table tbody,
  .account-order-detail .products-table tr,
  .account-order-detail .products-table th,
  .account-order-detail .products-table td {
    display: block;
    width: 100%;
  }
  .account-order-detail .products-table thead {
    display: none;
  }
  .account-order-detail .products-table tbody tr {
    padding: 18px 16px;
  }
  .account-order-detail .products-table tbody tr + tr {
    border-top: 1px solid rgba(224, 224, 224, 0.7);
  }
  .account-order-detail .products-table tbody td {
    padding: 0;
    border-bottom: 0;
    text-align: left;
    white-space: normal;
  }
  .account-order-detail .products-table tbody td + td {
    margin-top: 10px;
  }
  .account-order-detail .products-table tbody td::before {
    content: attr(data-title);
    display: block;
    margin-bottom: 6px;
    color: #540000;
    font-family: "Magnolia Script", cursive;
    font-size: 16px;
    line-height: 1;
  }
  .account-order-detail .products-table tbody td.product {
    display: block;
    padding-top: 0;
  }
  .account-order-detail .products-table tbody td.product::before {
    margin-bottom: 10px;
  }
  .account-order-detail .products-table .product-inner {
    align-items: flex-start;
    gap: 10px;
  }
  .account-order-detail .products-table .thumb {
    width: 48px;
    height: 48px;
  }
  .account-order-detail .products-table .name {
    font-size: 16px;
  }
  .account-order-detail .products-table .cell,
  .account-order-detail .products-table .cell-center {
    text-align: left;
  }
  .account-order-detail .products-table .empty {
    padding: 18px 0;
  }
  .account-order-detail .products-table .purchase-note td {
    padding: 0;
  }
}
.account-order-detail .woocommerce-bacs-bank-details {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  padding: 2px;
  margin-bottom: 24px;
}
.account-order-detail .wc-bacs-bank-details-heading {
  margin: 0;
  padding: 0 0 14px;
  color: #540000;
  font-family: "Magnolia Script", cursive;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.account-order-detail .wc-bacs-bank-details-account-name {
  margin: 0;
  padding: 0 0 14px;
  color: #540000;
  font-family: "Magnolia Script", cursive;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.account-order-detail .bacs-payment-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
}
.account-order-detail .bacs-payment-strip__cell {
  min-width: 0;
  padding: 16px 18px 14px;
  border-right: 1px solid rgba(224, 224, 224, 0.7);
}
.account-order-detail .bacs-payment-strip__cell:last-child {
  border-right: 0;
}
.account-order-detail .bacs-payment-strip__label {
  display: block;
  margin: 0 0 8px;
  color: #540000;
  font-family: "Hikasami", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.account-order-detail .bacs-payment-strip__value {
  display: block;
  color: #540000;
  font-family: "Hikasami", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  word-break: break-word;
}
@media (max-width: 1023px) {
  .account-order-detail .wc-bacs-bank-details-heading {
    padding: 0 0 12px;
    font-size: 16px;
  }
  .account-order-detail .wc-bacs-bank-details-account-name {
    padding: 0 0 12px;
    font-size: 15px;
  }
  .account-order-detail .bacs-payment-strip {
    grid-template-columns: 1fr;
  }
  .account-order-detail .bacs-payment-strip__cell {
    padding: 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(224, 224, 224, 0.7);
  }
  .account-order-detail .bacs-payment-strip__cell:last-child {
    border-bottom: 0;
  }
  .account-order-detail .csa-order-locations {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 20px;
  }
}
.account-order-detail .csa-order-locations {
  overflow: hidden;
  margin-top: 32px;
  margin-bottom: 32px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
  padding: 24px;
}
.account-order-detail .csa-order-locations .woocommerce-order-details__title {
  margin: 0 0 14px;
  color: #540000;
  font-family: "Magnolia Script", cursive;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.account-order-detail .csa-order-locations__body {
  display: grid;
  gap: 10px;
}
.account-order-detail .csa-order-locations__item {
  margin: 0;
  color: #5c5c5c;
  font-family: "Hikasami", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
}
.account-order-detail__products {
  overflow: hidden;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
  margin-top: 32px;
  margin-bottom: 32px;
}
.account-order-detail__table {
  width: 100%;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse;
  box-shadow: none !important;
  background: transparent !important;
}
.account-order-detail__table th,
.account-order-detail__table td {
  padding: 14px 16px !important;
  border: 0 !important;
  background: transparent !important;
  vertical-align: middle;
}
.account-order-detail__table thead th {
  padding-top: 16px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid #EBEBEB !important;
  color: #540000;
  font-family: "Magnolia Script", cursive;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
  text-transform: none !important;
}
.account-order-detail__table tbody tr:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}
.account-order-detail__table tbody td {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.account-order-detail__table .product-price,
.account-order-detail__table .product-qty,
.account-order-detail__table .product-total {
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center !important;
  white-space: nowrap;
}
.account-order-detail__table .product-total {
  text-align: right;
}
.account-order-detail__table .product-name {
  width: 48%;
}
.account-order-detail__table .product-price,
.account-order-detail__table .product-qty,
.account-order-detail__table .product-total {
  width: 13%;
}
.account-order-detail__product {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
}
.account-order-detail__product-thumb {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 7.467px;
  background: rgba(0, 0, 0, 0.08);
}
.account-order-detail__product-thumb-image {
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7.467px;
}
.account-order-detail__product-thumb--placeholder {
  background: rgba(0, 0, 0, 0.1);
}
.account-order-detail__product-meta {
  min-width: 0;
}
.account-order-detail__product-meta .wc-item-meta {
  margin: 4px 0 0;
}
.account-order-detail__product-meta .wc-item-meta,
.account-order-detail__product-meta .wc-item-meta * {
  text-transform: none !important;
}
.account-order-detail__product-link {
  color: #5C5C5C !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  text-transform: none !important;
}
.account-order-detail__product-link:hover {
  color: #5C5C5C !important;
  text-decoration: none;
}
.account-order-detail__qty-value {
  display: block;
  width: 100%;
  text-align: center;
}
.account-order-detail__totals {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.account-order-detail__totals-box {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.account-order-detail__total-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.account-order-detail__total-label {
  color: #38383A;
  font-family: "Magnolia Script", cursive;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.account-order-detail__total-value {
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
  white-space: nowrap;
}
.account-order-detail__total-value--grand {
  font-size: 18px;
  font-weight: 700;
}
.account-order-detail__comment {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 2px;
}
.account-order-detail__comment-box {
  padding: 18px 20px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .account-order-detail__title {
    font-size: 24px;
  }
  .account-order-detail__table thead {
    display: none;
  }
  .account-order-detail__table,
  .account-order-detail__table tbody,
  .account-order-detail__table tr,
  .account-order-detail__table td {
    display: block;
    width: 100%;
  }
  .account-order-detail__table tr {
    padding: 6px 0;
  }
  .account-order-detail__table td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    text-align: left !important;
  }
  .account-order-detail__table td::before {
    content: attr(data-title);
    color: #540000;
    font-family: "Magnolia Script", cursive;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
  }
  .account-order-detail__table .product-name {
    align-items: flex-start;
    border: none;
  }
  .account-order-detail__table .product-name::before {
    margin-top: 18px;
  }
  .account-order-detail__totals {
    justify-content: stretch;
  }
  .account-order-detail__totals-box {
    max-width: none;
  }
}

.account-btn-green {
  background: #114600 !important;
  border-radius: 48px !important;
  padding: 9px 24px !important;
  color: #fff !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px;
  border: 0;
  font-weight: 600 !important;
  line-height: 1.2;
  transition: opacity 0.2s ease, transform 0.2s ease;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.account-btn-green:hover, .account-btn-green:focus, .account-btn-green:active, .account-btn-green:visited {
  background: #114600 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.account-btn-secondary {
  text-transform: none !important;
}
@media screen and (min-width: 1280px) {
  .account-btn-secondary {
    width: 25% !important;
  }
}/*# sourceMappingURL=myaccount.css.map */