@charset "UTF-8";
/* Auth page (My Account login/register) */
.auth__hero {
  background: #f6f1ec;
  padding: 64px 0;
}
.auth__title {
  font-size: 56px;
  line-height: 1.05;
  font-weight: 600;
  color: #7b4d34;
  letter-spacing: -0.02em;
}
.auth__card {
  background: #ffffff;
}
.auth__req {
  color: #EB5757;
  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: #EB5757;
  font-weight: 500;
}
.auth__switch:hover {
  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:hover {
  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 {
  margin-bottom: 32px;
}
.account-dashboard__hello {
  margin-bottom: 10px;
}
.account-dashboard__hello strong {
  font-weight: inherit;
}
.account-dashboard__text a {
  background: var(--ZFE---Gold-Gradient, linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Sybilla Pro", sans-serif;
}

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

.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: #302F2D;
  font-size: 16px;
  font-weight: 300;
}
.account-address__add {
  max-width: 200px;
}
.account-address__list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.account-address__card {
  border-radius: 4px;
  background: #FFF;
  padding: 20px;
  align-items: start;
}
.account-address .account-address__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
.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 h3 {
  font-family: "Cormorant Infant", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  background: var(--ZFE---Gold-Gradient, linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.account-address__content {
  color: #7D7D7D;
}
.account-address__empty {
  color: #302F2D;
  font-size: 16px;
  font-weight: 400;
}

.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__form {
  max-width: 860px;
}
.reclamations__back {
  border: 0;
  background: transparent;
  color: #7b4d34;
  font-size: 14px;
  cursor: pointer;
  padding: 6px 0;
  margin-bottom: 12px;
}

@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;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .my-account-wrapper {
    flex-direction: column;
  }
}
.my-account-wrapper .my-account-sidebar-wrapper {
  flex: 0 0 280px;
}
@media screen and (min-width: 1700px) {
  .my-account-wrapper .my-account-sidebar-wrapper {
    flex: 0 0 356px;
  }
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav {
  float: unset !important;
  width: unset !important;
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li {
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #BDBDBD;
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li:hover {
  background-color: #ffffff;
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li a {
  display: block;
  padding: 15px 25px 15px 60px;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  color: #6D715B;
  font-weight: 300;
  font-size: 18px;
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li a:before {
  position: absolute;
  left: 15px;
  top: 12px;
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li a:hover, .my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li a:visited {
  color: #6D715B;
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li.is-active {
  background-color: #DEBC85;
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li.is-active .account-nav__label {
  color: #302F2D;
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: url(../images/icon-dashboard-default.svg);
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li.woocommerce-MyAccount-navigation-link--dashboard:hover a:before {
  content: url(../images/icon-dashboard-hover.svg);
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li.woocommerce-MyAccount-navigation-link--dashboard.is-active a:before {
  content: url(../images/icon-dashboard-active.svg);
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: url(../images/icon-user-default.svg);
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li.woocommerce-MyAccount-navigation-link--edit-account:hover a:before {
  content: url(../images/icon-user-hover.svg);
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li.woocommerce-MyAccount-navigation-link--edit-account.is-active a:before {
  content: url(../images/icon-user-active.svg);
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: url(../images/icon-map-pin-default.svg);
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li.woocommerce-MyAccount-navigation-link--edit-address:hover a:before {
  content: url(../images/icon-map-pin-hover.svg);
}
.my-account-wrapper .my-account-sidebar-wrapper .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-wrapper .my-account-sidebar-wrapper .my-account-nav ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: url(../images/icon-bag-default.svg);
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li.woocommerce-MyAccount-navigation-link--orders:hover a:before {
  content: url(../images/icon-bag-hover.svg);
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li.woocommerce-MyAccount-navigation-link--orders.is-active a:before {
  content: url(../images/icon-bag-active.svg);
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li.woocommerce-MyAccount-navigation-link--wishlist a:before {
  content: url(../images/icon-wishlist-default.svg);
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li.woocommerce-MyAccount-navigation-link--wishlist:hover a:before {
  content: url(../images/icon-wishlist-hover.svg);
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li.woocommerce-MyAccount-navigation-link--wishlist.is-active a:before {
  content: url(../images/icon-wishlist-active.svg);
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li.woocommerce-MyAccount-navigation-link--reclamations a:before {
  content: url(../images/icon-reclamations-default.svg);
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li.woocommerce-MyAccount-navigation-link--reclamations:hover a:before {
  content: url(../images/icon-reclamations-hover.svg);
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li.woocommerce-MyAccount-navigation-link--reclamations.is-active a:before {
  content: url(../images/icon-reclamations-active.svg);
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li.woocommerce-MyAccount-navigation-link--customer-logout:hover a:before {
  content: url(../images/icon-exit-hover.svg);
}
.my-account-wrapper .my-account-sidebar-wrapper .my-account-nav ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: url(../images/icon-exit-default.svg);
}
.my-account-wrapper .my-account-content-wrapper {
  width: 100%;
}
.my-account-wrapper .my-account-content-wrapper .woocommerce-order-details > h2 {
  display: block;
}
.my-account-wrapper .my-account-content-wrapper .woocommerce-order-details .box-primary {
  border-radius: 4px;
  background: #FFF;
  padding: 26px;
}
.my-account-wrapper .my-account-content-wrapper .woocommerce-order-details .box-primary h3 {
  font-family: "Cormorant Infant", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  background: linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.my-account-wrapper .my-account-content-wrapper .woocommerce-order-details .box-primary .content p {
  margin-bottom: 5px !important;
}
.my-account-wrapper .my-account-content-wrapper .woocommerce-order-details table {
  background-color: white;
  box-shadow: none;
  border: none;
  border-collapse: collapse !important;
}
.my-account-wrapper .my-account-content-wrapper .woocommerce-order-details table.shop_table thead tr {
  background-color: white;
  border-bottom: 1px solid red;
}
.my-account-wrapper .my-account-content-wrapper .woocommerce-order-details table.shop_table thead tr th {
  background: transparent;
  padding: 16px;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Cormorant Infant", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.my-account-wrapper .my-account-content-wrapper .woocommerce-order-details table.shop_table tbody tr:last-child td {
  border-bottom: 0;
}
@media (max-width: 700px) {
  .my-account-wrapper .my-account-content-wrapper .woocommerce-order-details table.shop_table tbody td::before {
    font-size: 14px !important;
    content: none;
  }
}
.my-account-wrapper .my-account-content-wrapper .woocommerce-order-details table.shop_table tbody td.product-thumbnail {
  padding: 0;
}
.my-account-wrapper .my-account-content-wrapper .woocommerce-order-details table.shop_table tbody td.product-thumbnail img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
@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-wrapper .my-account-content-wrapper .dashboard-info-blocks .dashboard-info-block {
  padding: 24px 32px;
  background-color: #ffffff;
}
.my-account-wrapper .my-account-content-wrapper .dashboard-info-blocks .dashboard-info-block:not(:last-child) {
  margin-bottom: 16px;
}
.my-account-wrapper .my-account-content-wrapper .dashboard-info-blocks .dashboard-info-block .heading {
  display: flex;
  color: #6D715B;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Sybilla Pro", sans-serif;
  font-size: 28px;
  font-weight: 200;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .my-account-wrapper .my-account-content-wrapper .dashboard-info-blocks .dashboard-info-block .heading {
    font-size: 24px;
  }
}
@media screen and (min-width: 740px) {
  .my-account-wrapper .my-account-content-wrapper .dashboard-info-blocks .dashboard-info-block .content {
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: space-between;
  }
}
.my-account-wrapper .my-account-content-wrapper .dashboard-info-blocks .dashboard-info-block .content a {
  display: block;
  width: 100%;
  max-width: max-content;
}

.account-form h3 {
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Cormorant Infant", sans-serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 16px;
  background: linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.account-form .account-form__section {
  background-color: #ffffff;
  margin-bottom: 30px;
  border-radius: 4px;
  padding: 32px 64px;
}
@media screen and (max-width: 1100px) {
  .account-form .account-form__section {
    padding: 30px 20px;
  }
}
.account-form .account-form__section .account-form__grid {
  gap: 15px;
  width: 100%;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 990px) {
  .account-form .account-form__section .account-form__grid {
    grid-template-columns: 1fr;
  }
}
.account-form .account-form__section .account-form__grid > p {
  width: 100%;
  margin: 0 !important;
}
.account-form .account-form__section .account-form__grid > p.account-form__field--full {
  grid-column: 1/-1;
}
.account-form .account-form__section .account-form__grid > p label {
  display: block;
  margin-bottom: 10px;
  color: #888682;
}
.account-form .account-form__section .account-form__grid > p select,
.account-form .account-form__section .account-form__grid > p input[type=email],
.account-form .account-form__section .account-form__grid > p input[type=text],
.account-form .account-form__section .account-form__grid > p input[type=tel] {
  width: 100%;
  color: #888682;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
}
.account-form .account-form__section .account-form__grid > p select {
  height: 47px;
  border-radius: 4px;
  padding: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/select-arrow-down.svg") no-repeat right 20px center;
  background-size: 14px;
  padding-right: 20px;
  cursor: pointer;
}
.account-form .account-form__section .account-form__grid > p .select2-container .select2-selection--single .select2-selection__arrow {
  right: 20px;
}
.account-form .account-form__section .account-form__grid > p .select2-container .select2-selection--single .select2-selection__arrow b {
  background: url("../images/select-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.account-form .account-form__section .account-form__grid > p .select2-container .select2-selection,
.account-form .account-form__section .account-form__grid > p .select2-container .select2-dropdown {
  height: 47px;
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #CCCCCC;
}
.account-form .account-form__section .account-form__grid > p .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.account-form .change-pas-info {
  background-color: #ffffff;
  margin-bottom: 30px;
  border-radius: 4px;
  padding: 32px 64px;
}
@media screen and (max-width: 1100px) {
  .account-form .change-pas-info {
    padding: 30px 20px;
  }
}
.account-form.edit-account .edit-personal-info-wrapper .fields-wrapper,
.account-form.edit-account .change-pas-info .fields-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .account-form.edit-account .edit-personal-info-wrapper .fields-wrapper,
  .account-form.edit-account .change-pas-info .fields-wrapper {
    flex-direction: row;
  }
}
.account-form.edit-account .edit-personal-info-wrapper .fields-wrapper div, .account-form.edit-account .edit-personal-info-wrapper .fields-wrapper label, .account-form.edit-account .edit-personal-info-wrapper .fields-wrapper input,
.account-form.edit-account .change-pas-info .fields-wrapper div,
.account-form.edit-account .change-pas-info .fields-wrapper label,
.account-form.edit-account .change-pas-info .fields-wrapper input {
  display: block;
  width: 100%;
  color: #888682;
}
.account-form.edit-account .edit-personal-info-wrapper .fields-wrapper .woocommerce-form-row, .account-form.edit-account .edit-personal-info-wrapper .fields-wrapper label,
.account-form.edit-account .change-pas-info .fields-wrapper .woocommerce-form-row,
.account-form.edit-account .change-pas-info .fields-wrapper label {
  margin-bottom: 10px;
}
.account-form.edit-account .edit-personal-info-wrapper legend,
.account-form.edit-account .change-pas-info legend {
  padding: 10px 15px;
}
.account-form .account-form__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.account-address__edit {
  display: block;
  position: relative;
  margin-top: 0;
  padding-left: 25px;
  color: #A18F6A;
  text-decoration: none;
  background: var(--ZFE---Gold-Gradient, linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.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: 20px;
  color: #c45555;
  text-decoration: none;
}
.account-address__delete::before {
  content: "";
  position: absolute;
  left: 0;
  width: 13px;
  height: 13px;
  background-image: url("../images/close-btn.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 6px;
}

table.shop_table.wishlist_table {
  background-color: #ffffff;
  border-radius: 4px !important;
  color: #888682;
  overflow: hidden;
  border-collapse: collapse;
  border: 1px solid transparent;
}
table.shop_table.wishlist_table thead tr {
  border-bottom: 1px solid #EBEBEB;
}
table.shop_table.wishlist_table thead tr th {
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Cormorant Infant", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  background: linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  border-top: none;
}
table.shop_table.wishlist_table thead tr th:not(:first-child) {
  text-align: center;
}
table.shop_table.wishlist_table tr:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
  position: static;
}
table.shop_table.wishlist_table .product-add-to-cart a {
  padding: 12px 24px !important;
  display: block !important;
  border-radius: 4px;
  background: #DEBC85;
  color: #302F2D;
  border: 1px solid #DEBC85;
  transition: all 0.3s ease;
  min-width: max-content;
  font-size: 16px;
}
table.shop_table.wishlist_table .product-add-to-cart a:visited {
  color: #302F2D;
}
table.shop_table.wishlist_table .product-add-to-cart a:hover {
  background-color: white;
}
table.shop_table.wishlist_table .remove_from_wishlist i.fa-trash::before {
  content: "×";
  color: #e63946;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  display: block;
}
table.shop_table.wishlist_table tbody .date-added span,
table.shop_table.wishlist_table tbody .date-added a,
table.shop_table.wishlist_table tbody .product-price span,
table.shop_table.wishlist_table tbody .product-price a,
table.shop_table.wishlist_table tbody .product-name span,
table.shop_table.wishlist_table tbody .product-name a {
  color: #4F4F4F;
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "ss01" on;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}
table.shop_table.wishlist_table tbody .date-added span:visited, table.shop_table.wishlist_table tbody .date-added span:hover,
table.shop_table.wishlist_table tbody .date-added a:visited,
table.shop_table.wishlist_table tbody .date-added a:hover,
table.shop_table.wishlist_table tbody .product-price span:visited,
table.shop_table.wishlist_table tbody .product-price span:hover,
table.shop_table.wishlist_table tbody .product-price a:visited,
table.shop_table.wishlist_table tbody .product-price a:hover,
table.shop_table.wishlist_table tbody .product-name span:visited,
table.shop_table.wishlist_table tbody .product-name span:hover,
table.shop_table.wishlist_table tbody .product-name a:visited,
table.shop_table.wishlist_table tbody .product-name a:hover {
  color: #4F4F4F;
}
table.shop_table.wishlist_table tbody td {
  border-top: none !important;
}
table.shop_table.wishlist_table td.product-remove {
  padding-left: 15px !important;
}
table.shop_table.wishlist_table td.product-remove svg {
  width: 15px;
}
table.shop_table.wishlist_table .product-price del {
  margin-right: 10px;
}
table.shop_table.wishlist_table .product-price ins {
  text-decoration: none !important;
  border-bottom: none !important;
  background: none !important;
}

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

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

.woocommerce table.my_account_orders {
  border-radius: 4px;
  background: #FFF;
  padding: 10px !important;
  border: transparent;
}
.woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td {
  color: #888682;
}
.woocommerce table.my_account_orders thead th {
  font-family: "Cormorant Infant", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.woocommerce table.my_account_orders tbody td {
  font-size: 16px;
}
@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 25px;
  }
}
.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-number a {
  color: #828282;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce table.my_account_orders .button {
  color: #302F2D;
  border-radius: 4px;
  background-color: #DEBC85;
  font-weight: 300;
}

.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 tbody th.woocommerce-orders-table__cell-order-total > span {
  margin-left: auto;
}

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

.woocommerce-order-received #primary.content-area,
.woocommerce-order-received #main.site-main {
  padding-top: clamp(88px, 9vw, 140px) !important;
}
.woocommerce-order-received .woocommerce-order.container {
  margin-top: 0 !important;
}
.woocommerce-order-received .woo-custom-heading {
  display: none;
}
.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: flex-start;
  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 {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  float: none;
  margin: 0;
  padding-right: 20px !important;
  color: #828282;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  text-transform: unset !important;
  text-align: left;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
  text-transform: uppercase !important;
}
.woocommerce-order-received .woocommerce-thankyou-order-details li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 62%;
  width: 0;
  transform: translateY(-50%);
  border-right: 1px solid #EBEBEB;
}
@media screen and (max-width: 991px) {
  .woocommerce-order-received .woocommerce-thankyou-order-details li:not(:last-child)::after {
    display: none;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order-details li strong {
  color: #7D7D7D !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: 100%;
  margin-left: auto;
}
@media screen and (min-width: 600px) {
  .woocommerce-order-received .order-totals-wrapper .current-order-totals {
    max-width: 400px;
  }
}
.woocommerce-order-received .order-totals-wrapper .current-order-totals .item-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.woocommerce-order-received .bacs_details {
  padding-left: 0;
}
.woocommerce-order-received .bacs_details li.bank_name {
  padding-left: 0 !important;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details {
  width: 100%;
  margin: 20px 0 0;
  border: 0 !important;
  border-radius: 0;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: #fff;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details thead th {
  color: #b89a67;
  background-image: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
  font-family: "Cormorant Infant", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  text-align: left;
  background: #fff;
  padding: 14px 20px;
  border-bottom: 1px solid #ece8e3;
}
@media screen and (max-width: 600px) {
  .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details thead th {
    font-size: 24px;
  }
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tbody td {
  background: #fff;
  border-top: 1px solid #ece8e3;
  padding: 12px 20px;
  color: #7d7d7d;
  font-size: 16px;
  font-weight: 300;
  vertical-align: middle;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details .product-name {
  min-width: 320px;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details .product-name.woocommerce-table__product-name {
  display: table-cell;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details .product-name > div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details .product-name img {
  width: 72px;
  height: 104px;
  object-fit: contain;
  border-radius: 0;
  flex-shrink: 0;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details .product-name a {
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.35;
  text-decoration: none;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details .product-name a:visited, .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details .product-name a:hover {
  color: #6f6f6f;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details .product-name .wc-item-meta {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  color: #8a8a8a;
  font-size: 14px;
  line-height: 1.35;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details .product-price,
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details .product-qty,
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details .product-total {
  white-space: nowrap;
}
.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,
.woocommerce-order-received .order_item td.product-total {
  color: #888682;
  font-weight: 300;
}
.woocommerce-order-received .order_item td.product-price .woocommerce-Price-amount,
.woocommerce-order-received .order_item td.product-price .woocommerce-Price-amount bdi,
.woocommerce-order-received .order_item td.product-total .woocommerce-Price-amount,
.woocommerce-order-received .order_item td.product-total .woocommerce-Price-amount bdi {
  color: #888682;
  font-weight: 300;
}
.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;
  font-weight: 300;
}
.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: 18px;
  font-weight: 400;
  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 .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: 400px;
  margin-left: auto;
}
.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: #4F4F4F;
  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: #4F4F4F;
  text-align: right;
  font-weight: 300;
}
.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: #4F4F4F;
  text-align: right;
  font-size: 24px;
  font-weight: 400;
}
.woocommerce-view-order .order-totals-wrapper .current-order-totals .item-row:last-child .price-totals-wrapper-total,
.woocommerce-order-received .order-totals-wrapper .current-order-totals .item-row:last-child .price-totals-wrapper-total {
  color: #7D7D7D;
  font-weight: 300;
}
.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: #4F4F4F;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Cormorant Infant", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .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 {
    font-size: 24px;
  }
}
.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 .woocommerce-bacs-bank-details,
.woocommerce-view-order .wc-bacs-bank-details,
.woocommerce-order-received .woocommerce-bacs-bank-details,
.woocommerce-order-received .wc-bacs-bank-details {
  display: none;
}
.woocommerce-view-order .order_item .product-total,
.woocommerce-view-order .order_item .product-quantity,
.woocommerce-view-order .order_item .product-price,
.woocommerce-order-received .order_item .product-total,
.woocommerce-order-received .order_item .product-quantity,
.woocommerce-order-received .order_item .product-price {
  color: #888682;
  font-size: 18px;
  font-weight: 300;
}

/* Remove the ::before content on all pages except the cart page */
/* Remove the ::before content only for product-remove and product-thumbnail on the cart page */
.xoo-wsc-basket {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50px !important;
  border: 2px solid #F6C4A3 !important;
  background: #FFF !important;
  box-shadow: 0 0 13.903px 0 rgba(0, 0, 0, 0.07) !important;
}

.xoo-wscb-count {
  color: #C59D7A;
  font-size: 14px;
  font-weight: 700;
}

.xoo-wsch-text {
  color: #C59D7A;
  font-size: 18px;
  font-weight: 700;
}

.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: 9px 48px;
  border-radius: 47px;
  background: linear-gradient(270deg, #734E3B 0%, #EEBC9B 100%);
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border: none !important;
}
.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout:hover {
  border: none !important;
  background: linear-gradient(270deg, #734E3B 0%, #EEBC9B 100%) !important;
  color: #FFF !important;
  padding: 9px 48px;
}

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

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

.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.lost_reset_password {
  padding: 64px;
  margin: 0;
}
@media (min-width: 501px) and (max-width: 700px) {
  .woocommerce form.login,
  .woocommerce form.register,
  .woocommerce form.lost_reset_password {
    padding: 30px;
  }
}
@media (max-width: 500px) {
  .woocommerce form.login,
  .woocommerce form.register,
  .woocommerce form.lost_reset_password {
    padding: 20px;
  }
}

.reclamations .reclamations__title {
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Cormorant Infant", sans-serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  background: linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reclamations .reclamations__header {
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media screen and (min-width: 700px) {
  .reclamations .reclamations__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 30px;
  }
}
.reclamations .reclamations__btn {
  max-width: 100%;
}
.reclamations .reclamation-card__bottom {
  flex-direction: column;
  align-items: flex-start;
}
.reclamations .reclamations-list {
  display: grid;
  gap: 18px;
}
.reclamations .reclamations-empty {
  color: #5C5C5C;
}
.reclamations .reclamation-card {
  border-radius: 4px;
  background: #ffffff;
  padding: 16px 20px;
}
.reclamations .reclamation-card__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 12px;
  gap: 15px;
  flex-wrap: wrap;
}
@media screen and (min-width: 1700px) {
  .reclamations .reclamation-card__top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 15px;
  }
}
.reclamations .reclamation-card__mid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .reclamations .reclamation-card__mid {
    grid-template-columns: 1fr;
  }
}
.reclamations .reclamation-card__label {
  display: block;
  font-family: "Cormorant Infant", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  background: linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reclamations .reclamation-card__value {
  color: #888682;
  font-weight: 300;
}
.reclamations .reclamation-card__bottom {
  display: flex;
  justify-content: start;
  gap: 12px;
  padding-top: 15px;
  margin-left: auto;
  max-width: max-content;
}
.reclamations .reclamation-card__files {
  font-size: 16px;
  font-weight: 500;
  color: #C59D7A;
}
.reclamations .reclamation-card__files ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reclamations .reclamation-card__files a {
  color: inherit;
  text-decoration: none;
}
.reclamations .reclamation-card__files a:hover {
  text-decoration: underline;
}

.my-account-header h1 {
  color: #6D715B;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Cormorant Infant", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 1024px) {
  .my-account-header h1 {
    font-size: 72px;
  }
}
@media (min-width: 768px) {
  .my-account-header h1 {
    font-size: 48px;
  }
}
.my-account-header .breadcrumbs-wrapper {
  text-align: center;
}
.my-account-header .breadcrumbs-wrapper #breadcrumbs {
  font-style: italic;
  font-size: 18px;
  margin-top: 16px;
  font-weight: 300;
}
.my-account-header .breadcrumbs-wrapper #breadcrumbs span:not(:last-child) {
  background: linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.my-account-header .breadcrumbs-wrapper #breadcrumbs .breadcrumb_last {
  color: #4F4F4F !important;
  font-family: "Sybilla Pro";
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.required {
  color: #EB5757;
  font-weight: 300;
}

.account-form__message.is-success {
  margin-bottom: 20px;
  color: green;
}

.wishlist_table .product-add-to-cart a {
  display: block !important;
  border-radius: 4px;
  background: #DEBC85;
  background-color: rgb(222, 188, 133);
  background-color: rgb(222, 188, 133);
  color: #302F2D;
  border: 1px solid #DEBC85;
  transition: all 0.3s ease;
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 16px;
  width: max-content;
  padding: 8px 25px;
}

.wishlist_table.mobile {
  background-color: white;
  padding: 20px;
}
.wishlist_table.mobile .item-wrapper .product-name {
  color: #4F4F4F;
  font-size: 18px;
  font-weight: 300;
}
.wishlist_table.mobile .item-details-table td {
  font-size: 16px;
  color: #4F4F4F;
}

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