.oh-account-wrap {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 30px;
}
.oh-account-sidebar {
  grid-column: auto/span 3;©∫
  border-right: 1px solid rgba(0, 0, 0, 0.105);
  padding-right: 30px;
}
.oh-account-content {
  grid-column: auto/span 9;
}
.oh-account-title {
  font-size: 18px;
  padding-inline: 15px 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
}
.woocommerce-MyAccount-navigation ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 5px 15px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  color: var(--oh-color6);
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
  background: ;
  background-color: rgba(0, 0, 0, 0.03);
}

.oh-account-tiles {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}
.oh-account-tile {
  min-height: 42px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  transition: 500ms;
}
.oh-account-tile svg {
  width: 60px;
  height: 60px;
  color: var(--oh-color5);
  transition: 500ms;
}
.oh-account-tile:hover svg {
  color: var(--oh-primary);
}

.oh-account-tile__label {
  color: rgb(51, 51, 51);
  font-weight: 600;
}

.oh-account-tile:hover {
  background: rgba(0, 0, 0, 0.03);
}
.woocommerce-MyAccount-content > :not(:last-child) {
  margin-bottom: 20px;
}
.woocommerce-notices-wrapper:empty {
  display: none;
}

table {
  margin-bottom: 0;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.4;
}
table th {
  padding: 15px 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.105);
  color: var(--oh-primary);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
  text-align: start;
}
.shop_table tr :is(td, th):first-child {
  padding-inline-start: 0;
}
.shop_table tr :is(td, th):last-child {
  padding-inline-end: 0;
  text-align: end;
}
table td {
  padding: 15px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  vertical-align: middle;
  text-align: start;
}
td:is(.product-btn, .woocommerce-orders-table__cell-order-actions) a {
  padding: 5px 14px;
  min-height: 36px;
  font-size: 12px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount.amount {
  font-weight: 600;
}

.col2-set {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.col2-set :is(.col-1, .col-2) {
  flex: 1 0 0;
  max-width: 100%;
  padding-inline: 0;
}
address {
  font-style: italic;
  font-size: 1.1em;
  line-height: 1.8;
}
.woocommerce-Address-title .edit {
  color: var(--oh-color3);
  font-size: 1.1em;
  align-items: center;
  display: flex;
}
.woocommerce-Address-title .edit::before {
  margin-inline-end: 7px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  /* SVG as data URI */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><g><path fill='currentColor' d='M20.94,3.06c-1.07-1.07-2.82-1.07-3.89,0l-6.36,6.36c-.1,.1-.18,.24-.21,.38l-.71,3.54c-.05,.25,.03,.5,.21,.68,.14,.14,.33,.22,.53,.22,.05,0,.1,0,.15-.01l3.54-.71c.14-.03,.28-.1,.38-.21l6.36-6.36c1.07-1.07,1.07-2.82,0-3.89Zm-1.06,2.83l-6.2,6.2-2.21,.44,.44-2.21,6.2-6.2c.49-.49,1.28-.49,1.77,0,.49,.49,.49,1.28,0,1.77Z'/><path fill='currentColor' d='M19,11.25c-.41,0-.75,.34-.75,.75v6c0,1.24-1.01,2.25-2.25,2.25H6c-1.24,0-2.25-1.01-2.25-2.25V8c0-1.24,1.01-2.25,2.25-2.25h6c.41,0,.75-.34,.75-.75s-.34-.75-.75-.75H6c-2.07,0-3.75,1.68-3.75,3.75v10c0,2.07,1.68,3.75,3.75,3.75h10c2.07,0,3.75-1.68,3.75-3.75v-6c0-.41-.34-.75-.75-.75Z'/></g></svg>");
}
.woocommerce-Address-title.title {
  margin-bottom: 20px;
}
.woocommerce-EditAccountForm.edit-account p {
  margin-bottom: 15px;
}
.password-input {
  position: relative;
  display: block;
}
.show-password-input {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: 42px;
  height: 42px;
  cursor: pointer;
  font-size: 16px;
  color: var(--oh-color7);
  transition: all 0.25s ease;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  min-height: unset !important;
}
.show-password-input::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  /* SVG converted to data URI */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='currentColor' d='M17.38,16.32c-1.46.91-3.18,1.2-3.24,1.21-.7.14-1.42.21-2.14.21-6.24,0-9.49-5.13-9.64-5.35a.67.67 0 0 1 0-.79c.11-.17 1.16-1.78 3.13-3.22 0 0 1.05-.74 2.57-1.34.15-.06.3-.11.46-.17a9.19 9.19 0 0 1 3.47-.58c.4 0 .79.02 1.18.06 5.46.59 8.31 5.06 8.42 5.23.15.24.15.54 0 .78 0 0-1.62 2.45-4.31 3.95Zm-7.23-7.91c-.31.06-1.79.48-2.44.86-.52.29-1.02.62-1.46.95-1.26.91-2.1 1.9-2.52 2.49.86 1.18 3.6 4.23 8.27 4.23.64 0 1.27-.06 1.88-.18.31-.06 1.79-.48 2.44-.86.52-.29 1.02-.62 1.46-.95 1.26-.91 2.1-1.9 2.52-2.49-.86-1.18-3.6-4.23-8.27-4.23-.64 0-1.27.06-1.88.18Z'/><circle fill='currentColor' cx='12.54' cy='11.46' r='1.54'/></svg>");
}
.show-password-input:hover {
  color: #a5a5a5;
}
.show-password-input.display-password::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='currentColor' d='M21.64,12.4c.15-.24,.15-.55,0-.79-.14-.22-3.4-5.35-9.64-5.35-1.36,0-2.68,.26-3.94,.75l-3.53-3.53c-.29-.29-.77-.29-1.06,0s-.29,.77,0,1.06L19.47,20.53c.15,.15,.34,.22,.53,.22s.38-.07,.53-.22c.29-.29,.29-.77,0-1.06l-3.15-3.15c2.67-1.5,4.09-3.66,4.25-3.93Zm-7.61,.57l-2.99-2.99c.3-.14,.62-.23,.96-.23,1.24,0,2.25,1.01,2.25,2.25,0,.34-.08,.67-.23,.96Zm2.25,2.25l-1.15-1.15c.4-.61,.62-1.32,.62-2.07,0-2.07-1.68-3.75-3.75-3.75-.75,0-1.46,.22-2.07,.62l-.7-.7c.89-.28,1.82-.42,2.77-.42,4.52,0,7.25,3.12,8.09,4.25-.53,.71-1.81,2.2-3.81,3.22Z'/><path fill='currentColor' d='M13.85,16.07c-.6,.12-1.23,.18-1.85,.18-4.53,0-7.25-3.12-8.09-4.25,.39-.53,1.21-1.5,2.44-2.39,.34-.24,.41-.71,.17-1.05-.24-.34-.71-.41-1.05-.17-1.97,1.42-3.01,3.03-3.12,3.21-.15,.24-.15,.55,0,.79,.14,.22,3.4,5.35,9.64,5.35,.73,0,1.45-.07,2.15-.21,.41-.08,.67-.48,.59-.88s-.48-.67-.88-.59Z'/><path fill='currentColor' d='M12.75,15c0-.41-.34-.75-.75-.75-1.24,0-2.25-1.01-2.25-2.25,0-.41-.34-.75-.75-.75s-.75,.34-.75,.75c0,2.07,1.68,3.75,3.75,3.75,.41,0,.75-.34,.75-.75Z'/></svg>");
}
.woocommerce-EditAccountForm fieldset {
  margin-top: 40px;
}
fieldset {
  margin-bottom: 20px;
  padding: 20px 40px;
  border: 2px solid rgba(0, 0, 0, 0.105);
  border-radius: 8px;
}
@media (min-width: 1025px) {
  p:where(.form-row-first, .form-row-last) {
    overflow: visible;
    width: 48%;
  }
  p.form-row-first {
    float: left;
  }
  p.form-row-last {
    float: right;
  }
  .clear {
    clear: both;
    width: 100%;
  }
}

.wait_empty_icon:before {
  content: "\f186";
  font-family: "woodmart-font";
  display: block;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.07);
  font-weight: 400;
  font-size: 3.8em;
  line-height: 1;
}
.wait_empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.wait_empty h2 {
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
}
.wait_empty_icon {
  font-size: 48px;
}
.wait_empty p {
  max-width: 535px;
  margin-inline: auto;
  margin-bottom: 0;
  text-align: center;
  font-size: 110%;
  margin-bottom: 25px;
}

.acc_login_wrap {
  margin-inline: auto;
  max-width: 1080px;
}
.acc_login_wrap #customer_login {
  flex-direction: column;
}
.acc_login_wrap {
  display: flex;
  flex-wrap: wrap;
}
.acc_login_wrap > div {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0px 40px;
}
.oh_acc_text {
  border-left: 1px solid rgba(0, 0, 0, 0.105);
}
.oh_acc_auth_container p {
  margin-bottom: 20px;
}
.oh_acc_login_text {
  display: none;
}
.registration_container {
  display: none;
}

.acc_login_wrap .woocommerce-form p {
  margin-block-end: 15px;
}
.acc_login_wrap button.woocommerce-button {
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
  min-height: 42px;
}
.login-form-footer a {
  color: var(--oh-primary);
}
.oh_acc_auth_container button {
  text-transform: uppercase;
  font-size: 13px;
  padding: 5px 20px;
  min-height: 42px;
}

.oh_auth_divider {
  display: none;
  align-items: center;
  text-transform: uppercase;
}
.oh_auth_divider:before,
.oh_auth_divider:after {
  content: "";
  flex: 1 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
}
.oh_auth_divider span {
  margin: 0px 20px;
}
.login-form-footer {
  margin-bottom: 15px;
}
.woocommerce-address-fields__field-wrapper p {
  margin-bottom: 15px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 42px;
  padding-left: 15px;
  padding-right: 30px;
  color: var(--oh-primary);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 0;
  right: 0;
  height: 42px;
  width: 42px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
  background-position: right 50% top 50%;
  background-size: auto 18px;
  background-repeat: no-repeat;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.select2-container--default .select2-selection--single {
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: 42px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: var(--oh-primary);
}

.oh-wl-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  object-fit: cover;
}
.oh-wl-product-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.oh-wl-remove {
}
.oh-wl-remove-btn {
  background: transparent;
  border: none;
  padding: 0px;
  cursor: pointer;
}
.oh-wl-stock--out {
  color: #b50808;
  font-weight: 600;
}
.oh-wl-remove-btn svg {
  width: 15px;
  height: 15px;
}

.oh-wl-comfirmed-container {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
  position: relative;
}
.oh-wl-comfirmed-container svg {
  width: 15px;
  height: 15px;
}
.oh-wl-comfirmed-container .oh-tip[data-tip-pos="top"]::after {
  width: 160px;
  white-space: inherit;
  transform: translateX(-90%) translateY(0) scale(1);
  z-index: 99999999;
  text-align: center;
  text-transform: initial !important;
  line-height: 1.4;
  bottom: calc(100% + 6px);
}
.oh-tip[data-tip-pos="top"]::before {
}
.oh-wl-comfirmed-container .oh-tip[data-tip-pos="top"]::before {
  bottom: calc(100% + 0px);
}
.oh-wl-comfirmed-container .oh-tip[data-tip-pos="top"]:hover::after {
  transform: translateX(-90%) translateY(0) scale(1);
}

@media only screen and (max-width: 767px) {
  .oh-account-sidebar {
    grid-column: auto/span 12;
    padding: 0px;
    border: none;
  }
  .oh-account-content {
    grid-column: auto/span 12;
  }

  .acc_login_wrap > div {
    padding: 0px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .acc_login_wrap {
    flex-direction: column;
    gap: 30px;
  }
  .oh_auth_divider {
    display: flex;
  }
  .oh_auth_divider {
    margin-bottom: 15px;
  }
  .oh_acc_text {
    border-left: none;
  }
  .oh-account-tiles {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .shop_table_responsive {
    display: block;
  }
  table :is(tbody, tfoot) th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.105);
    text-transform: none;
    font-size: inherit;
  }
  .shop_table_responsive :is(tbody, tfoot) {
    display: block;
  }
  .shop_table_responsive tr {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  }
  .shop_table_responsive :is(thead, th) {
    display: none;
  }
  .shop_table tr :is(td, th):first-child {
    padding-inline-start: 0;
  }
  .shop_table_responsive td {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    padding: 0;
    padding-bottom: 0px;
    border-bottom: none;
  }
  .shop_table_responsive td:not(:last-child) {
    padding-bottom: 5px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.105);
  }
  .shop_table_responsive td::before {
    content: attr(data-title);
    margin-inline-end: auto;
  }
  .woocommerce-orders-table td::before {
    color: var(--oh-color3);
    font-weight: 600;
  }

  .oh-wl-product:before {
    display: none;
  }
}
