/*
 * Colors
 */
/*
 * Breakpoints
 */
.woocommerce-account .woocommerce-breadcrumb {
  justify-content: flex-start;
  padding: 16px 24px;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-breadcrumb {
    padding: 32px 40px;
  }
}
.woocommerce-account .content {
  display: flex;
  flex-direction: column-reverse;
}
.woocommerce-account .woocommerce > .wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce > .wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 226px;
  }
}
@media (min-width: 1440px) {
  .woocommerce-account .woocommerce > .wrapper {
    padding-bottom: 192px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  display: none;
  width: 100%;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    display: block;
    width: 200px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation.active {
  display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  padding: 8px;
  background: #f2f4f5;
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    background: transparent;
    gap: 8px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding: 0 16px;
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #e5e9ed;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #191e22;
  padding: 16px 0;
  border-bottom: 1px solid #e5e9ed;
  display: flex;
  width: 100%;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    border: none;
    padding: 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
  background: var(--accent);
  color: #ffffff;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
    background: #f2f4f5;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #191e22;
  }
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    border: none;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation .open-popup, .woocommerce-account .woocommerce-MyAccount-navigation .account-logout {
  padding: 24px 24px 32px;
  background: #f2f4f5;
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  width: 100%;
  display: flex;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-navigation .open-popup, .woocommerce-account .woocommerce-MyAccount-navigation .account-logout {
    padding: 0 24px;
    font-size: 16px;
    margin-top: 70px;
    background-color: transparent;
    font-weight: 400;
  }
}
.woocommerce-account .woocommerce-MyAccount-select {
  width: 100%;
  padding: 16px 34px 16px 24px;
  background: #f2f4f5;
  color: #191e22;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.02px;
  font-family: var(--font-family-secondary);
  position: relative;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-select {
    display: none;
  }
}
.woocommerce-account .woocommerce-MyAccount-select:after {
  content: "";
  display: block;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
  background: url(../../img/profile-arrow.svg) center center no-repeat;
  background-size: cover;
  transition: transform 0.5s;
  transform-origin: center;
}
.woocommerce-account .woocommerce-MyAccount-select.active:after {
  transform: rotate(180deg);
}
.woocommerce-account .woocommerce-MyAccount-content {
  margin-top: 32px;
  width: 100%;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: calc(100% - 280px);
    margin-top: 0;
    max-width: 860px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content h3, .woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content h3, .woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 36px;
    line-height: 60px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content p:not(.woocommerce-form-row) {
  color: rgba(25, 30, 34, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content p:not(.woocommerce-form-row) {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 28px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content p:not(.woocommerce-form-row) mark {
  background-color: transparent;
}
.woocommerce-account .woocommerce-MyAccount-content hr {
  height: 1px;
  border: none;
  margin: 16px 0 32px;
  background: #e5e9ed;
  width: 100%;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content hr {
    margin: 24px 0 40px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
  width: 100%;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    align-self: stretch;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address:not(:last-child) {
    margin-bottom: 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-content address {
  margin-top: 12px;
  padding: 20px 24px 24px;
  border: 1px solid #e5e9ed;
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content address {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    min-height: 190px;
    padding: 24px 30px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content address .btn-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content address .btn-wrap {
    position: absolute;
    right: 16px;
    bottom: 16px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content address .btn-wrap a {
  width: 100%;
  white-space: nowrap;
  color: #010b17;
  text-align: center;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content address .btn-wrap a {
    overflow: visible;
  }
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .flex-start {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .addresses {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .addresses {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .wc-block-components-notice-banner.is-info {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .wc-block-components-notice-banner.is-info svg {
  display: none;
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .wc-block-components-notice-banner.is-info .wc-block-components-notice-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #5e6265;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .wc-block-components-notice-banner.is-info .wc-block-components-notice-banner__content {
    font-size: 18px;
    line-height: 24px;
  }
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .wc-block-components-notice-banner.is-info .wc-block-components-notice-banner__content a.woocommerce-Button.wc-forward.button {
  margin-top: 35px;
  display: inline-block;
  color: #ffffff !important;
  font-family: var(--font-family-secondary);
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  padding: 15px 30px !important;
  text-decoration: none;
  background: var(--accent) !important;
  opacity: 1;
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .wc-block-components-notice-banner.is-info .wc-block-components-notice-banner__content a.woocommerce-Button.wc-forward.button:hover {
  background-color: #c63232 !important;
}
@media (min-width: 1024px) {
  .woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .wc-block-components-notice-banner.is-info .wc-block-components-notice-banner__content a.woocommerce-Button.wc-forward.button {
    font-size: 18px !important;
  }
}
.woocommerce-account.woocommerce-orders .woocommerce-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #5e6265;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .woocommerce-account.woocommerce-orders .woocommerce-info {
    font-size: 18px;
    line-height: 24px;
  }
}
.woocommerce-account.woocommerce-orders .woocommerce-info a {
  margin-top: 35px;
}
.woocommerce-account.woocommerce-orders hr {
  display: none;
}
.woocommerce-account.woocommerce-orders .shop_table {
  display: flex;
  margin-top: 12px;
}
.woocommerce-account.woocommerce-orders .shop_table tbody {
  width: 100%;
  position: relative;
}
.woocommerce-account.woocommerce-orders .shop_table td {
  white-space: nowrap;
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .woocommerce-account.woocommerce-orders .shop_table td {
    width: 100%;
    max-width: 150px;
    white-space: normal;
  }
  .woocommerce-account.woocommerce-orders .shop_table td:not(:first-child) {
    display: block;
    position: relative;
  }
  .woocommerce-account.woocommerce-orders .shop_table td:not(:first-child):after {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e0e3e8;
  }
  .woocommerce-account.woocommerce-orders .shop_table td:last-child {
    max-width: 124px;
  }
}
@media (min-width: 1440px) {
  .woocommerce-account.woocommerce-orders .shop_table td {
    font-size: 16px;
    max-width: 160px;
  }
  .woocommerce-account.woocommerce-orders .shop_table td:not(:first-child):after {
    left: -36px;
  }
  .woocommerce-account.woocommerce-orders .shop_table td:last-child {
    max-width: 135px;
  }
}
.woocommerce-account.woocommerce-orders .shop_table tr {
  display: flex;
  flex-direction: row;
  padding: 16px;
  background: #f2f4f5;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  gap: 24px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}
.woocommerce-account.woocommerce-orders .shop_table tr:not(:last-child) {
  margin-bottom: 8px;
}
@media all and (max-width: 420px) {
  .woocommerce-account.woocommerce-orders .shop_table tr td:first-child:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    background: url("../../img/order-arrow.svg") center center no-repeat;
    background-color: #f2f4f5;
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
  .woocommerce-account.woocommerce-orders .shop_table tr td:first-child:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 100%;
    background: url("../../img/order-arrow.svg") center center no-repeat;
    background-color: #f2f4f5;
    transform: rotate(180deg);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
  }
  .woocommerce-account.woocommerce-orders .shop_table tr.scrolled {
    overflow: auto;
  }
  .woocommerce-account.woocommerce-orders .shop_table tr.scrolled td:first-child:before {
    opacity: 1;
    visibility: visible;
  }
  .woocommerce-account.woocommerce-orders .shop_table tr.scrolled td:first-child:after {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  .woocommerce-account.woocommerce-orders .shop_table tr {
    padding: 28px 35px 28px 40px;
    justify-content: space-between;
    width: 100%;
  }
  .woocommerce-account.woocommerce-orders .shop_table tr:not(:last-child) {
    margin-bottom: 10px;
  }
}
.woocommerce-account.woocommerce-orders .shop_table tr p {
  color: rgba(25, 30, 34, 0.7);
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  margin-bottom: 4px;
}
@media (min-width: 1440px) {
  .woocommerce-account.woocommerce-orders .shop_table tr p {
    font-size: 12px;
  }
}
.woocommerce-account.woocommerce-orders .shop_table tr a, .woocommerce-account.woocommerce-orders .shop_table tr time, .woocommerce-account.woocommerce-orders .shop_table tr span {
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
@media (min-width: 1440px) {
  .woocommerce-account.woocommerce-orders .shop_table tr a, .woocommerce-account.woocommerce-orders .shop_table tr time, .woocommerce-account.woocommerce-orders .shop_table tr span {
    font-size: 16px;
  }
}
.woocommerce-account.woocommerce-orders .woocommerce-pagination {
  margin-top: 28px;
}
@media (min-width: 1440px) {
  .woocommerce-account.woocommerce-orders .woocommerce-pagination {
    margin-top: 32px;
  }
}
.woocommerce-account.woocommerce-edit-account .section-title {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .woocommerce-account.woocommerce-edit-account .section-title {
    margin-bottom: 26px;
  }
}
.woocommerce-account.woocommerce-edit-account hr {
  display: none;
}
.woocommerce-account.woocommerce-edit-account .woocommerce p.woocommerce-form-row {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .woocommerce-account.woocommerce-edit-account .woocommerce p.woocommerce-form-row:nth-child(-n+6) {
    width: calc(50% - 20px);
    display: inline-block;
  }
  .woocommerce-account.woocommerce-edit-account .woocommerce p.woocommerce-form-row:nth-child(1), .woocommerce-account.woocommerce-edit-account .woocommerce p.woocommerce-form-row:nth-child(4) {
    margin-right: 20px;
  }
  .woocommerce-account.woocommerce-edit-account .woocommerce p.woocommerce-form-row:not(:nth-child(-n+6)) {
    width: 100%;
  }
  .woocommerce-account.woocommerce-edit-account .woocommerce p.woocommerce-form-row:not(:nth-child(-n+6)) input {
    max-width: 322px;
  }
  .woocommerce-account.woocommerce-edit-account .woocommerce p.woocommerce-form-row:not(:nth-child(-n+6)) label {
    max-width: 315px;
    padding-right: 10px;
  }
}
@media (min-width: 1440px) {
  .woocommerce-account.woocommerce-edit-account .woocommerce p.woocommerce-form-row:not(:nth-child(-n+6)) input {
    max-width: 420px;
  }
}
.woocommerce-account.woocommerce-edit-account .woocommerce .clear {
  display: none;
}
@media (min-width: 1024px) {
  .woocommerce-account.woocommerce-edit-account .woocommerce .edit-account {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.woocommerce-account.woocommerce-edit-account .woocommerce .edit-account h3 {
  margin: 24px 0 16px;
}
@media (min-width: 1024px) {
  .woocommerce-account.woocommerce-edit-account .woocommerce .edit-account h3 {
    margin: 26px 0 60px;
    width: 100%;
  }
}
.woocommerce-account.woocommerce-edit-account .woocommerce label {
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 8px;
  display: block;
}
.woocommerce-account.woocommerce-edit-account .woocommerce label span {
  color: var(--accent);
}
.woocommerce-account.woocommerce-edit-account .woocommerce span em,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-password-strength,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-password-hint {
  color: rgba(25, 30, 34, 0.6);
  font-family: var(--font-family-base);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  margin-top: 2px;
}
.woocommerce-account.woocommerce-edit-account .woocommerce span em.bad, .woocommerce-account.woocommerce-edit-account .woocommerce span em.short,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-password-strength.bad,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-password-strength.short,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-password-hint.bad,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-password-hint.short {
  color: var(--accent);
}
.woocommerce-account.woocommerce-edit-account .woocommerce span em.good,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-password-strength.good,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-password-hint.good {
  color: #dada4b;
}
.woocommerce-account.woocommerce-edit-account .woocommerce span em.strong,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-password-strength.strong,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-password-hint.strong {
  color: green;
}
.woocommerce-account.woocommerce-edit-account .woocommerce input {
  width: 100%;
  height: 44px;
  border: 1px solid #dde2e7;
  padding: 15px 20px;
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  transition: border-color 0.5s;
}
.woocommerce-account.woocommerce-edit-account .woocommerce input:active, .woocommerce-account.woocommerce-edit-account .woocommerce input:focus {
  border-color: #5e6265;
}
.woocommerce-account.woocommerce-edit-account .woocommerce input::-moz-placeholder {
  color: rgba(25, 30, 34, 0.3);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.woocommerce-account.woocommerce-edit-account .woocommerce input::placeholder {
  color: rgba(25, 30, 34, 0.3);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.woocommerce-account.woocommerce-edit-account .woocommerce button.button {
  margin: 20px 0;
}
@media (min-width: 1024px) {
  .woocommerce-account.woocommerce-edit-address .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content p.form-row {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content p.form-row {
    width: calc(50% - 10px);
    display: inline-block;
  }
}
.woocommerce-account.woocommerce-edit-address .woocommerce label {
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 8px;
  display: block;
}
.woocommerce-account.woocommerce-edit-address .woocommerce label abbr {
  text-decoration: none;
  color: var(--accent);
}
.woocommerce-account.woocommerce-edit-address .woocommerce label span {
  color: var(--accent);
}
.woocommerce-account.woocommerce-edit-address .woocommerce label span.optional {
  color: #191e22;
}
.woocommerce-account.woocommerce-edit-address .woocommerce span em,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-password-strength,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-password-hint,
.woocommerce-account.woocommerce-edit-address .woocommerce p.accent {
  color: rgba(25, 30, 34, 0.6);
  font-family: var(--font-family-base);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  margin-top: 2px;
}
.woocommerce-account.woocommerce-edit-address .woocommerce span em.bad, .woocommerce-account.woocommerce-edit-address .woocommerce span em.short,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-password-strength.bad,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-password-strength.short,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-password-hint.bad,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-password-hint.short,
.woocommerce-account.woocommerce-edit-address .woocommerce p.accent.bad,
.woocommerce-account.woocommerce-edit-address .woocommerce p.accent.short {
  color: var(--accent);
}
.woocommerce-account.woocommerce-edit-address .woocommerce span em.good,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-password-strength.good,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-password-hint.good,
.woocommerce-account.woocommerce-edit-address .woocommerce p.accent.good {
  color: #dada4b;
}
.woocommerce-account.woocommerce-edit-address .woocommerce span em.strong,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-password-strength.strong,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-password-hint.strong,
.woocommerce-account.woocommerce-edit-address .woocommerce p.accent.strong {
  color: green;
}
.woocommerce-account.woocommerce-edit-address .woocommerce p.accent {
  margin: 0;
}
.woocommerce-account.woocommerce-edit-address .woocommerce input {
  width: 100%;
  height: 44px;
  border: 1px solid #dde2e7;
  padding: 15px 20px;
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  transition: border-color 0.5s;
}
.woocommerce-account.woocommerce-edit-address .woocommerce input:active, .woocommerce-account.woocommerce-edit-address .woocommerce input:focus {
  border-color: #5e6265;
}
.woocommerce-account.woocommerce-edit-address .woocommerce input::-moz-placeholder {
  color: rgba(25, 30, 34, 0.3);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.woocommerce-account.woocommerce-edit-address .woocommerce input::placeholder {
  color: rgba(25, 30, 34, 0.3);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .select2-container .select2-selection--single {
  height: 44px;
  border: 1px solid #dde2e7;
  border-radius: 0;
  transition: border-color 0.5s;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .select2-selection__rendered {
  height: 100%;
  display: flex;
  align-items: center;
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 0 12px;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .select2-search__field {
  width: 100%;
  height: 40px;
  border: 1px solid #dde2e7;
  padding: 15px 20px;
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  transition: border-color 0.5s;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .select2-dropdown {
  border: 1px solid #dde2e7;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .select2-results__options::-webkit-scrollbar {
  width: 8px;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .select2-results__options::-webkit-scrollbar-thumb {
  background: rgba(25, 30, 34, 0.6);
}
.woocommerce-account.woocommerce-edit-address .woocommerce .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: rgba(25, 30, 34, 0.8);
}
.woocommerce-account.woocommerce-edit-address .woocommerce .select2-results__option {
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce-account.woocommerce-edit-address .woocommerce .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #f9fafb;
  color: #191e22;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 20px;
  width: 8px;
  height: 4px;
  transform: translateY(-50%);
}
.woocommerce-account.woocommerce-edit-address .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 8px;
  height: 4px;
  display: block;
  background: url("../../img/select-arrow.svg") center center no-repeat;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.5s;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}
.woocommerce-account.woocommerce-edit-address .woocommerce .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(25, 30, 34, 0.3);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .select2-container--open .select2-selection--single {
  border-color: #191e22;
}
.woocommerce-account.woocommerce-edit-address .woocommerce button.button {
  margin: 20px 0;
}
.woocommerce-account.woocommerce-edit-address .section-title {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .woocommerce-account.woocommerce-edit-address .section-title {
    margin-bottom: 26px;
  }
}
.woocommerce-account.woocommerce-edit-address hr {
  display: none;
}
.woocommerce-account .form-row {
  position: relative;
}
.woocommerce-account .form-row > label:not(.checkbox) {
  position: absolute;
  left: 12px;
  top: 13px;
  color: rgba(25, 30, 34, 0.8);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: top 0.2s ease, transform 0.2s ease;
  transform-origin: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding-right: 20px;
  cursor: text;
}
.woocommerce-account .form-row > label:not(.checkbox).has-value {
  top: 4px;
  transform: scale(0.8);
}
.woocommerce-account .form-row input.input-text {
  color: #191e22;
  padding: 23px 12px 9px;
}
.woocommerce-account .form-row input.input-text::-moz-placeholder {
  font-size: 0;
  opacity: 0;
}
.woocommerce-account .form-row input.input-text::placeholder {
  font-size: 0;
  opacity: 0;
}
.woocommerce-account #shipping_address_2_field {
  display: none !important;
}
.woocommerce-account .wc-bis-active-notifications-table {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e5e9ed;
}
.woocommerce-account .wc-bis-active-notifications-table .woocommerce-backinstock-table__cell__product {
  display: none !important;
}
.woocommerce-account .wc-bis-active-notifications-table thead {
  display: none;
}
.woocommerce-account .wc-bis-active-notifications-table tbody {
  width: 100%;
  position: relative;
}
.woocommerce-account .wc-bis-active-notifications-table td {
  white-space: nowrap;
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: -moz-max-content;
  width: max-content;
  word-wrap: break-word;
}
@media (min-width: 576px) {
  .woocommerce-account .wc-bis-active-notifications-table td {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .woocommerce-account .wc-bis-active-notifications-table td {
    font-size: 16px;
  }
}
.woocommerce-account .wc-bis-active-notifications-table td:before {
  content: "";
  color: rgba(25, 30, 34, 0.7);
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  margin-bottom: 4px;
}
@media (min-width: 1440px) {
  .woocommerce-account .wc-bis-active-notifications-table td:before {
    font-size: 12px;
  }
}
.woocommerce-account .wc-bis-active-notifications-table td:last-child {
  max-width: 124px;
}
.woocommerce-account .wc-bis-active-notifications-table td:first-child:before {
  content: "ID product:";
}
.woocommerce-account .wc-bis-active-notifications-table td:nth-child(3):before {
  content: "Stock status:";
}
.woocommerce-account .wc-bis-active-notifications-table td:nth-child(4):before {
  content: "Date:";
}
.woocommerce-account .wc-bis-active-notifications-table td:nth-child(5):before {
  content: "Waiting:";
}
.woocommerce-account .wc-bis-active-notifications-table td:last-child a {
  color: #ffffff;
  letter-spacing: 0.581px;
  font-weight: 400;
  height: 41px;
  padding: 12px 17px 9px;
  text-align: center;
}
@media (min-width: 1024px) {
  .woocommerce-account .wc-bis-active-notifications-table td:last-child a {
    padding: 12px 24px 10px;
  }
}
.woocommerce-account .wc-bis-active-notifications-table td[colspan="6"] {
  text-align: center;
  width: 100%;
  max-width: none;
}
.woocommerce-account .wc-bis-active-notifications-table td[colspan="6"]:before {
  display: none;
}
@media (min-width: 1024px) {
  .woocommerce-account .wc-bis-active-notifications-table td {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    white-space: normal;
    justify-content: flex-start;
  }
  .woocommerce-account .wc-bis-active-notifications-table td:first-child {
    max-width: 65px;
  }
  .woocommerce-account .wc-bis-active-notifications-table td:nth-child(3) {
    max-width: 75px;
  }
  .woocommerce-account .wc-bis-active-notifications-table td:nth-child(4) {
    max-width: 130px;
  }
  .woocommerce-account .wc-bis-active-notifications-table td:nth-child(5) {
    max-width: 130px;
  }
  .woocommerce-account .wc-bis-active-notifications-table td:last-child {
    max-width: 92px;
  }
  .woocommerce-account .wc-bis-active-notifications-table td[colspan="6"] {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .woocommerce-account .wc-bis-active-notifications-table td[colspan="6"]:before {
    display: none;
  }
  .woocommerce-account .wc-bis-active-notifications-table td:not(:first-child) {
    display: flex;
    position: relative;
  }
  .woocommerce-account .wc-bis-active-notifications-table td:not(:first-child):after {
    content: "";
    display: flex;
    position: absolute;
    left: -24px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e0e3e8;
  }
  .woocommerce-account .wc-bis-active-notifications-table td:last-child a {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .woocommerce-account .wc-bis-active-notifications-table td:last-child:after {
    display: none;
  }
}
@media (min-width: 1440px) {
  .woocommerce-account .wc-bis-active-notifications-table td {
    font-size: 16px;
    white-space: normal;
    justify-content: flex-start;
  }
  .woocommerce-account .wc-bis-active-notifications-table td:not(:first-child):after {
    left: -30px;
  }
  .woocommerce-account .wc-bis-active-notifications-table td:first-child {
    max-width: 74px;
  }
  .woocommerce-account .wc-bis-active-notifications-table td:nth-child(3) {
    max-width: 86px;
  }
  .woocommerce-account .wc-bis-active-notifications-table td:nth-child(4) {
    max-width: 160px;
  }
  .woocommerce-account .wc-bis-active-notifications-table td:nth-child(5) {
    max-width: 160px;
  }
  .woocommerce-account .wc-bis-active-notifications-table td:last-child {
    max-width: 130px;
  }
  .woocommerce-account .wc-bis-active-notifications-table td[colspan="6"] {
    text-align: center;
    max-width: none;
    width: 100%;
  }
  .woocommerce-account .wc-bis-active-notifications-table td[colspan="6"]:before {
    display: none;
  }
}
.woocommerce-account .wc-bis-active-notifications-table tr {
  display: flex;
  flex-direction: row;
  padding: 16px;
  background: #f2f4f5;
  overflow: auto;
  max-width: 100%;
  width: 100%;
  gap: 24px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}
.woocommerce-account .wc-bis-active-notifications-table tr:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .woocommerce-account .wc-bis-active-notifications-table tr {
    padding: 28px;
    justify-content: space-between;
    width: 100%;
  }
  .woocommerce-account .wc-bis-active-notifications-table tr:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) {
  .woocommerce-account .wc-bis-active-notifications-table tr {
    padding: 25px 25px 25px 40px;
    gap: 45px;
  }
}
.woocommerce-account .wc-bis-active-notifications-table tr p {
  color: rgba(25, 30, 34, 0.7);
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  margin-bottom: 4px;
}
@media (min-width: 1440px) {
  .woocommerce-account .wc-bis-active-notifications-table tr p {
    font-size: 12px;
  }
}
.woocommerce-account .wc-bis-active-notifications-table tr a, .woocommerce-account .wc-bis-active-notifications-table tr time, .woocommerce-account .wc-bis-active-notifications-table tr span {
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
@media (min-width: 1440px) {
  .woocommerce-account .wc-bis-active-notifications-table tr a, .woocommerce-account .wc-bis-active-notifications-table tr time, .woocommerce-account .wc-bis-active-notifications-table tr span {
    font-size: 16px;
  }
}
.woocommerce-account .wc-bis-notifications-activity-table {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  margin-bottom: 30px;
}
.woocommerce-account .wc-bis-notifications-activity-table thead {
  display: none;
}
.woocommerce-account .wc-bis-notifications-activity-table tbody {
  width: 100%;
  position: relative;
}
.woocommerce-account .wc-bis-notifications-activity-table td {
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: -moz-max-content;
  width: max-content;
}
.woocommerce-account .wc-bis-notifications-activity-table td:before {
  content: "";
  color: rgba(25, 30, 34, 0.7);
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  margin-bottom: 4px;
}
@media (min-width: 1440px) {
  .woocommerce-account .wc-bis-notifications-activity-table td:before {
    font-size: 12px;
  }
}
.woocommerce-account .wc-bis-notifications-activity-table td:first-child {
  width: 42%;
}
.woocommerce-account .wc-bis-notifications-activity-table td:first-child:before {
  content: "Date:";
}
.woocommerce-account .wc-bis-notifications-activity-table td:last-child {
  width: calc(58% - 32px);
}
.woocommerce-account .wc-bis-notifications-activity-table td:last-child:before {
  content: "Description:";
}
.woocommerce-account .wc-bis-notifications-activity-table td[colspan="3"] {
  text-align: center;
  width: 100%;
}
.woocommerce-account .wc-bis-notifications-activity-table td[colspan="3"]:before {
  display: none;
}
@media (min-width: 768px) {
  .woocommerce-account .wc-bis-notifications-activity-table td {
    max-width: -moz-max-content;
    max-width: max-content;
    white-space: normal;
    justify-content: flex-start;
  }
  .woocommerce-account .wc-bis-notifications-activity-table td:first-child {
    width: 17%;
  }
  .woocommerce-account .wc-bis-notifications-activity-table td:last-child {
    width: calc(83% - 64px);
  }
  .woocommerce-account .wc-bis-notifications-activity-table td[colspan="3"] {
    text-align: center;
    width: 100%;
    max-width: none;
  }
  .woocommerce-account .wc-bis-notifications-activity-table td[colspan="3"]:before {
    display: none;
  }
  .woocommerce-account .wc-bis-notifications-activity-table td:not(:first-child) {
    display: flex;
    position: relative;
  }
  .woocommerce-account .wc-bis-notifications-activity-table td:not(:first-child):after {
    content: "";
    display: flex;
    position: absolute;
    left: -32px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e0e3e8;
  }
}
@media (min-width: 1024px) {
  .woocommerce-account .wc-bis-notifications-activity-table td:first-child {
    width: 25%;
  }
  .woocommerce-account .wc-bis-notifications-activity-table td:last-child {
    width: calc(75% - 64px);
  }
  .woocommerce-account .wc-bis-notifications-activity-table td[colspan="3"] {
    text-align: center;
    width: 100%;
    max-width: none;
  }
  .woocommerce-account .wc-bis-notifications-activity-table td[colspan="3"]:before {
    display: none;
  }
}
@media (min-width: 1440px) {
  .woocommerce-account .wc-bis-notifications-activity-table td {
    font-size: 16px;
    white-space: normal;
    justify-content: flex-start;
  }
  .woocommerce-account .wc-bis-notifications-activity-table td:not(:first-child):after {
    left: -48px;
  }
  .woocommerce-account .wc-bis-notifications-activity-table td[colspan="3"] {
    text-align: center;
    width: 100%;
    max-width: none;
  }
  .woocommerce-account .wc-bis-notifications-activity-table td[colspan="3"]:before {
    display: none;
  }
}
.woocommerce-account .wc-bis-notifications-activity-table tr {
  display: flex;
  flex-direction: row;
  padding: 16px;
  background: #f2f4f5;
  max-width: 100%;
  width: 100%;
  gap: 32px;
  position: relative;
}
.woocommerce-account .wc-bis-notifications-activity-table tr:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .woocommerce-account .wc-bis-notifications-activity-table tr {
    gap: 64px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-account .wc-bis-notifications-activity-table tr {
    padding: 28px;
    width: 100%;
  }
  .woocommerce-account .wc-bis-notifications-activity-table tr:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media (min-width: 1440px) {
  .woocommerce-account .wc-bis-notifications-activity-table tr {
    padding: 28px;
    gap: 96px;
  }
}

.select2-results__message {
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
