@charset "UTF-8";
/* 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;
  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: #00745E;
  font-weight: 500;
}
.auth__switch:hover {
  color: #00745E;
  text-decoration: underline;
}
.auth__eye {
  position: absolute;
  right: 10px;
  top: 38px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #6b7280;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.15s ease;
}
.auth__eye:hover {
  color: #111827;
}
.auth__grid {
  display: grid;
  gap: 18px;
}
.auth__grid--2 {
  grid-template-columns: repeat(2, minmax(0, 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: #00745E;
}
.auth__check a:hover {
  color: #00745E;
  text-decoration: underline;
}
.auth__field-error {
  margin: 15px 0 !important;
  font-size: 15px;
  color: red;
}
.auth__checks-error {
  margin-top: 6px;
}
.auth__hint {
  margin-top: 6px;
  font-size: 15px;
  color: #8b7b74;
}
.auth__input--error {
  border-color: #d36b5c !important;
  background: #fff7f4;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  float: none !important;
  width: auto !important;
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  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 {
  font-size: 16px;
  font-weight: 500;
  color: #5C5C5C;
  margin-bottom: 10px;
}
.account-dashboard__text {
  font-size: 16px;
  color: #5C5C5C;
  font-weight: 500;
}
.account-dashboard__text a {
  color: #00745E;
}

.account-section__text {
  font-size: 15px;
  color: #6b5b55;
}

.account-form .primary-btn {
  width: 100%;
  display: block;
  max-width: 236px !important;
}
.account-form__section {
  margin-bottom: 15px;
}
.account-form__title {
  font-size: 18px;
  font-weight: 700;
  color: #828282;
  margin-bottom: 14px;
}
.account-form__field {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.account-form__field--full {
  grid-column: 1/-1;
}
.account-form__label {
  font-size: 16px;
  color: #5C5C5C;
  font-weight: 500;
}
.account-form__input {
  width: 100%;
  border-radius: 12px;
  background: #f7f3f0;
  padding: 12px 14px;
  border: 1px solid transparent;
  outline: none;
  color: #3c2c25;
}
.account-form__btn {
  max-width: 220px;
  margin-top: 0 !important;
}
.account-form__message {
  margin-top: 10px;
  font-size: 14px;
  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;
  margin: 20px 0;
}
.account-form__cancel {
  border: 0;
  background: transparent;
  color: #00745E;
  font-size: 14px;
  cursor: pointer;
  padding: 8px 4px;
}

.account-address__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 18px;
}
.account-address__note {
  margin: 0;
  color: #38383A;
  font-size: 16px;
  font-weight: 500;
}
.account-address__add {
  max-width: 200px;
}
.account-address__list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.account-address__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 9px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
  padding: 20px;
  align-items: start;
}
.account-address__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.account-address__card-inner {
  border: 1px solid transparent;
  width: 100%;
  text-align: left;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.account-address__card-inner:hover {
  border: 1px solid transparent;
}
.account-address__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #828282;
}
.account-address__content {
  color: #5C5C5C;
  font-size: 16px;
  font-size: 500;
  line-height: 1.6;
  text-align: start;
}
.account-address__edit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  color: #5C5C5C;
  text-decoration: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  align-self: flex-start;
}
.account-address__delete {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  color: #c45555;
  text-decoration: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  align-self: flex-start;
}
.account-address__empty {
  color: #38383A;
  font-size: 16px;
  font-weight: 500;
}

.reclamations__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.reclamations__title {
  margin: 0;
  font-weight: 600;
  color: #5C5C5C;
}
.reclamations__btn {
  max-width: 220px;
  padding: 12px 32px;
  font-size: 14px;
}
.reclamations__form {
  max-width: 860px;
}
.reclamations__back {
  border: 0;
  background: transparent;
  color: #A9833A;
  font-size: 14px;
  cursor: pointer;
  padding: 6px 0;
  margin-bottom: 12px;
}

.reclamations-list {
  display: grid;
  gap: 18px;
}

.reclamations-empty {
  color: #5C5C5C;
}

.reclamation-card {
  border-radius: 9px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
  padding: 20px;
}
.reclamation-card__top, .reclamation-card__mid {
  display: grid;
  gap: 15px;
}
.reclamation-card__top {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  padding-bottom: 12px;
  border-bottom: 1px solid #f0e5dc;
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .reclamation-card__top {
    grid-template-columns: 1fr;
  }
}
.reclamation-card__mid {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .reclamation-card__mid {
    grid-template-columns: 1fr;
  }
}
.reclamation-card__label {
  font-size: 14px;
  color: #5C5C5C;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  display: block;
  margin-bottom: 4px;
}
.reclamation-card__value {
  font-size: 16px;
  font-weight: 500;
  color: #38383A;
}
.reclamation-card__bottom {
  display: flex;
  justify-content: start;
  gap: 12px;
  padding-top: 15px;
}
.reclamation-card__files {
  font-size: 16px;
  font-weight: 500;
  color: #A9833A;
}
.reclamation-card__files ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reclamation-card__files a {
  color: inherit;
  text-decoration: none;
}
.reclamation-card__files a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .reclamations__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .reclamations__btn {
    max-width: 100%;
  }
  .reclamation-card__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@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__add.hidden {
  display: none !important;
}

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

#customer_login.u-columns {
  display: block !important;
}

#customer_login .u-column1,
#customer_login .u-column2 {
  width: 100% !important;
}

@media (max-width: 640px) {
  .auth__grid--2 {
    grid-template-columns: 1fr;
  }
}
@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;
  }
  .account-nav__link {
    border-radius: 16px;
  }
}
.my-account-wrapper {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .my-account-wrapper {
    flex-direction: column;
  }
}
.my-account-wrapper .my-account-sidebar-wrapper {
  flex: 0 0 280px;
}
.my-account-wrapper .my-account-content-wrapper {
  width: 100%;
}
.my-account-wrapper .my-account-content-wrapper .woocommerce-order-details > h2 {
  display: block;
}
@media screen and (min-width: 700px) {
  .my-account-wrapper .my-account-content-wrapper .order-heading-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.my-account-wrapper .my-account-content-wrapper .order-heading-info .order-base-details .field-box-title {
  font-size: 2rem !important;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: initial;
  color: red !important;
}
.my-account-wrapper .my-account-content-wrapper .order-heading-info .order-base-details p {
  margin-top: 0;
  color: #828282;
  font-size: 16px;
}
.my-account-wrapper .my-account-content-wrapper .order-heading-info .order-status {
  color: white;
  padding: 10px 24px;
  border-radius: 24px;
  display: block;
}

.my-account-nav {
  float: unset !important;
  width: unset !important;
}
.my-account-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.my-account-nav ul li {
  margin-bottom: 10px;
  border-radius: 57px;
  border: 1px solid #F3F3F3;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
}
.my-account-nav ul li a {
  display: block;
  padding: 15px 25px 15px 60px;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  color: #38383A;
  font-size: 16px;
  font-weight: 500;
}
.my-account-nav ul li a:before {
  position: absolute;
  left: 25px;
  top: 17px;
}
.my-account-nav ul li a:hover, .my-account-nav ul li a:visited {
  color: #38383A;
  font-weight: 500;
}
.my-account-nav ul li.is-active {
  background-color: #00745E;
}
.my-account-nav ul li.is-active a {
  color: #F9F5F2;
}
.my-account-nav ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: url(../images/icon-dashboard-default.svg);
}
.my-account-nav ul li.woocommerce-MyAccount-navigation-link--dashboard.is-active a:before {
  content: url(../images/icon-dashboard-active.svg);
}
.my-account-nav ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: url(../images/icon-user-default.svg);
}
.my-account-nav ul li.woocommerce-MyAccount-navigation-link--edit-account.is-active a:before {
  content: url(../images/icon-user-active.svg);
}
.my-account-nav ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: url(../images/icon-map-pin-default.svg);
}
.my-account-nav ul li.woocommerce-MyAccount-navigation-link--edit-address.is-active a:before {
  content: url(../images/icon-map-pin-active.svg);
}
.my-account-nav ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: url(../images/icon-bag-default.svg);
}
.my-account-nav ul li.woocommerce-MyAccount-navigation-link--orders.is-active a:before {
  content: url(../images/icon-bag-active.svg);
}
.my-account-nav ul li.woocommerce-MyAccount-navigation-link--wishlist a:before {
  content: url(../images/icon-wishlist-default.svg);
}
.my-account-nav ul li.woocommerce-MyAccount-navigation-link--wishlist.is-active a:before {
  content: url(../images/icon-wishlist-active.svg);
}
.my-account-nav ul li.woocommerce-MyAccount-navigation-link--reclamations a:before {
  content: url(../images/icon-reclamations-default.svg);
}
.my-account-nav ul li.woocommerce-MyAccount-navigation-link--reclamations.is-active a:before {
  content: url(../images/icon-reclamations-active.svg);
}
.my-account-nav ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: url(../images/icon-exit-default.svg);
}

.my-account-content-wrapper .edit-account .edit-personal-info-wrapper,
.my-account-content-wrapper .edit-account .change-pas-info {
  border: none;
  overflow: hidden;
  padding: 0;
}
.my-account-content-wrapper .edit-account .edit-personal-info-wrapper .fields-wrapper,
.my-account-content-wrapper .edit-account .change-pas-info .fields-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .my-account-content-wrapper .edit-account .edit-personal-info-wrapper .fields-wrapper,
  .my-account-content-wrapper .edit-account .change-pas-info .fields-wrapper {
    flex-direction: row;
  }
}
.my-account-content-wrapper .edit-account .edit-personal-info-wrapper .fields-wrapper div, .my-account-content-wrapper .edit-account .edit-personal-info-wrapper .fields-wrapper label, .my-account-content-wrapper .edit-account .edit-personal-info-wrapper .fields-wrapper input,
.my-account-content-wrapper .edit-account .change-pas-info .fields-wrapper div,
.my-account-content-wrapper .edit-account .change-pas-info .fields-wrapper label,
.my-account-content-wrapper .edit-account .change-pas-info .fields-wrapper input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.my-account-content-wrapper .edit-account .edit-personal-info-wrapper legend,
.my-account-content-wrapper .edit-account .change-pas-info legend {
  padding: 10px 15px;
}

.account-form .account-form__section .account-form__grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  margin-bottom: 10px;
}
.account-form .account-form__section .account-form__grid > p {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 530px) {
  .account-form .account-form__section .account-form__grid > p:not(.account-form__field--full) {
    flex: 0 1 calc(50% - 10px);
  }
}

.account-address__edit {
  display: block;
  position: relative;
  margin-top: 0;
  padding-left: 25px;
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.account-address__edit::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/edit-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  top: 2px;
}

.account-address__delete {
  display: block;
  position: relative;
  margin-top: 0;
  padding-left: 25px;
  color: #c45555;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.account-address__delete::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/close-btn.svg");
  background-repeat: no-repeat;
  background-position: center center;
  top: 2px;
}

.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile li {
  padding: 20px;
}

.wishlist_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);
}
.wishlist_table thead tr {
  border-bottom: 1px solid #EBEBEB;
}
.wishlist_table th {
  text-align: left;
  font-weight: 700 !important;
  padding: 14px !important;
  border-top: none;
  color: #5C5C5C;
  text-transform: uppercase;
  background-color: white !important;
  border-top: transparent !important;
}
.wishlist_table tr:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}
.wishlist_table .product-add-to-cart a {
  border-radius: 48px;
  background: linear-gradient(90deg, #00745E -0.64%, #66AC9E 100.41%);
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 24px;
  display: block !important;
  width: max-content;
}
.wishlist_table .product-add-to-cart a:hover, .wishlist_table .product-add-to-cart a:active {
  color: #FFF !important;
}
.wishlist_table .remove_from_wishlist i.fa-trash::before {
  content: "×";
  color: #e63946;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  display: block;
}
.wishlist_table .product-name a {
  color: #5C5C5C;
  font-size: 15px;
  font-weight: 700;
}
.wishlist_table td.product-remove {
  padding-left: 15px !important;
}
.wishlist_table .product-price {
  color: #5C5C5C !important;
  font-size: 16px;
  font-weight: 400;
}
.wishlist_table .product-price del {
  display: flex;
}
.wishlist_table .product-price ins {
  text-decoration: none !important;
  border-bottom: none !important;
  background: none !important;
}
.wishlist_table .dateadded {
  margin-bottom: 10px;
  color: #5C5C5C;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.wishlist-title-container {
  display: none;
}

.wishlist-empty {
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce table.my_account_orders {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
  padding: 10px !important;
  border: transparent;
}
.woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td {
  text-align: left;
  color: #828282;
  font-size: 16px;
  font-weight: 500;
}
.woocommerce table.my_account_orders thead th, .woocommerce table.my_account_orders thead td {
  text-align: left;
  color: #07070A;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .woocommerce table.my_account_orders tbody th {
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce table.my_account_orders tbody td {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions a {
    display: block;
    margin-left: auto;
    padding: 10px 0;
  }
}
.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-number a {
  color: #828282;
  font-size: 16px;
  font-weight: 500;
}

.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
  padding: 15px !important;
}

@media screen and (max-width: 768px) {
  .woocommerce table.my_account_orders tbody th {
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }
}
.woocommerce table.my_account_orders .button {
  color: #828282;
  font-size: 16px;
  font-weight: 500;
  background-color: white;
  text-transform: uppercase;
}

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

.auth__eye {
  position: absolute;
  right: 10px;
  top: 35px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #6b7280;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.15s ease;
}

.woocommerce-order-received .woo-custom-heading {
  display: none;
}
.woocommerce-order-received table.shop_table {
  border-radius: 10px;
  border: none;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.07);
}
.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: 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::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 .cart_item .product-name {
  display: flex;
}
table.shop_table.woocommerce-checkout-review-order-table .sfc-methods-list #shipping_method {
  margin-top: 10px;
}
table.shop_table.woocommerce-checkout-review-order-table .sfc-methods-list #shipping_method li {
  position: relative;
}
table.shop_table.woocommerce-checkout-review-order-table .sfc-methods-list #shipping_method li input[type=radio] {
  position: absolute;
  top: 3px;
}
table.shop_table.woocommerce-checkout-review-order-table .sfc-methods-list #shipping_method li label {
  display: block;
  padding-left: 30px;
  text-wrap: balance;
}
table.shop_table.woocommerce-checkout-review-order-table .sfc-methods-list #shipping_method li .woo-bg--speedy-delivery {
  border: 1px solid #e3e3e3;
  padding: 10px;
  border-radius: 16px;
}
table.shop_table.woocommerce-checkout-review-order-table .sfc-methods-list #shipping_method li .woo-bg--speedy-delivery .multiselect__tags {
  min-height: 50px;
  padding: 8px 40px 8px 8px;
  border: none !important;
  display: flex;
  align-items: center;
}
table.shop_table.woocommerce-checkout-review-order-table .sfc-methods-list #shipping_method li .woo-bg--speedy-delivery .multiselect__tags .multiselect__single {
  margin-bottom: 0;
}
table.shop_table.woocommerce-checkout-review-order-table .sfc-methods-list #shipping_method li .woo-bg--speedy-delivery .multiselect__tags .multiselect__single strong {
  margin-bottom: 0;
  font-weight: 700;
}
table.shop_table.woocommerce-checkout-review-order-table .sfc-methods-list #shipping_method li .woo-bg--speedy-delivery .multiselect__select {
  z-index: 2;
}
table.shop_table.woocommerce-checkout-review-order-table .sfc-methods-list #shipping_method li .woo-bg--speedy-delivery #ajax {
  opacity: 1;
  width: 100% !important;
  top: 0;
  height: 50px;
  left: 0;
  margin: 0;
  box-shadow: inset 0 0 0 1px #e3e3e3;
  border-radius: 16px;
}
table.shop_table.woocommerce-checkout-review-order-table .sfc-methods-list #shipping_method li .woo-bg--speedy-delivery .multiselect__content-wrapper {
  max-height: 300px !important;
  position: relative;
  border: none;
}
table.shop_table.woocommerce-checkout-review-order-table .sfc-methods-list #shipping_method li .woo-bg--speedy-delivery .multiselect__content-wrapper ul li {
  margin-bottom: 0;
}
table.shop_table.woocommerce-checkout-review-order-table .sfc-methods-list #shipping_method li .woo-bg--speedy-delivery .multiselect__content-wrapper ul li span {
  font-weight: 400;
}
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;
}

/* 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 #CBB589 !important;
  background: #FFF !important;
  right: 46px;
}

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

.xoo-wscb-count {
  color: #00745E !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(90deg, #00745E -0.64%, #66AC9E 100.41%);
  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 {
  border-radius: 7px !important;
  background: #F8F8F8 !important;
  color: #5C5C5C !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border: none !important;
  width: 100% !important;
  padding: 4px 15px !important;
}

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

.account-address__card:has(.account-address__card-inner.is-default) {
  border: 2px solid #00745E;
}

.my-account-content-wrapper .account-content .woocommerce-pagination .woocommerce-button {
  border-radius: 48px;
  background: linear-gradient(90deg, #00745E -0.64%, #66AC9E 100.41%);
  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, #00745E -0.64%, #66AC9E 100.41%);
  border: none !important;
}

body:not(.logged-in) .wishlist_table {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

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

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

/*# sourceMappingURL=myaccount.css.map */
