body.woocommerce-account #customer_login .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
}
body.woocommerce-account #customer_login .form-row input[type=checkbox],
body.woocommerce-account #customer_login .form-row input[type=radio] {
  width: 16px !important;
}
body.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content p {
  padding-bottom: 20px;
}
body.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content a {
  white-space: nowrap;
}
body.woocommerce-account .woocommerce-tabs-container {
  width: 400px;
  margin: 0 auto;
}
body.woocommerce-account .woocommerce-tabs-container .woocommerce-tabs-nav {
  display: flex;
  border-bottom: 1px solid var(--theme-border-base);
  margin-bottom: 20px;
}
body.woocommerce-account .woocommerce-tabs-container .tab-button {
  background: none;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  outline: none;
}
body.woocommerce-account .woocommerce-tabs-container .tab-button.active {
  color: var(--theme-secondary-base);
  border-bottom-color: var(--theme-secondary-base);
}
body.woocommerce-account .woocommerce-tabs-container .tab-content {
  display: none;
}
body.woocommerce-account .woocommerce-tabs-container .tab-content.active {
  display: block;
}
body.woocommerce-account .entry-header {
  display: none;
}
body.woocommerce-account .site-main > .page {
  font-weight: 300;
}
body.woocommerce-account .site-main > .page input[type=text],
body.woocommerce-account .site-main > .page input[type=number],
body.woocommerce-account .site-main > .page input[type=email],
body.woocommerce-account .site-main > .page input[type=tel],
body.woocommerce-account .site-main > .page input[type=url],
body.woocommerce-account .site-main > .page input[type=password],
body.woocommerce-account .site-main > .page input[type=search],
body.woocommerce-account .site-main > .page textarea,
body.woocommerce-account .site-main > .page .input-text {
  background: white;
  border: 1px solid;
}
body.woocommerce-account .site-main > .page a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
body.woocommerce-account .site-main > .page .woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
body.woocommerce-account .site-main > .page .woocommerce-MyAccount-navigation-link--customer-logout {
  display: none;
}
body.woocommerce-account .site-main > .page .show-password-input {
  background: transparent;
  outline: none;
  height: 100%;
}
body.woocommerce-account .site-main > .page .woocommerce-button:not(.woocommerce-info .button),
body.woocommerce-account .site-main > .page .woocommerce-Button:not(.woocommerce-info .button) {
  background: var(--theme-primary-base);
  color: white;
}
body.woocommerce-account .site-main > .page .woocommerce-button:not(.woocommerce-info .button):hover,
body.woocommerce-account .site-main > .page .woocommerce-Button:not(.woocommerce-info .button):hover {
  text-decoration: initial;
  background: var(--theme-primary-base-hover);
}
body.woocommerce-account .site-main > .page .select2-selection {
  height: 47px;
  line-height: 47px;
}
body.woocommerce-account .site-main > .page .select2-selection .select2-selection__rendered {
  height: 100%;
  line-height: 47px;
}
body.woocommerce-account .site-main > .page .select2-selection .select2-selection__arrow {
  height: 100%;
  line-height: 47px;
}
body.woocommerce-account .site-main > .page h2 {
  margin-bottom: 0;
  font-family: BlackerProDisplayLight;
  margin-bottom: 20px;
}
body.woocommerce-account .site-main > .page .form-row {
  margin-bottom: 20px;
}
body.woocommerce-account .site-main > .page #account_display_name_description {
  font-size: 12px;
  font-weight: 300;
}
body.woocommerce-account .site-main > .page .woocommerce-form-login__submit {
  margin-top: 10px;
}
body.woocommerce-account .site-main > .page .woocommerce-form-register__submit {
  margin-top: 10px;
}
body.woocommerce-account .site-main > .page .woocommerce-EditAccountForm .change-password-wrap {
  margin-bottom: 10px;
  background-color: #fbfbfb;
  padding: 1em 1.618em;
}
body.woocommerce-account .site-main > .page .woocommerce-EditAccountForm .change-password-wrap label {
  display: block;
  font-weight: 600;
  margin-bottom: 1em;
}
body.woocommerce-account .site-main > .page .woocommerce-MyAccount-content .tinv-wishlist {
  font-size: 14px;
}
body.woocommerce-account .site-main > .page .woocommerce-MyAccount-content .tinv-wishlist .tinv-header {
  display: none;
}
body.woocommerce-account .site-main > .page .woocommerce-MyAccount-content .tinv-wishlist .tinvwl-table-manage-list {
  margin-bottom: 0;
}
body.woocommerce-account .site-main > .page .woocommerce-MyAccount-content .tinv-wishlist tfoot {
  display: none;
}
body.woocommerce-account .site-main > .page .woocommerce-MyAccount-content .tinv-wishlist .product-thumbnail a {
  height: 0;
  padding-bottom: 134%;
  display: block;
  position: relative;
}
body.woocommerce-account .site-main > .page .woocommerce-MyAccount-content .tinv-wishlist .product-thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}
body.woocommerce-account .site-main > .page .woocommerce-MyAccount-content .tinv-wishlist a.button,
body.woocommerce-account .site-main > .page .woocommerce-MyAccount-content .tinv-wishlist button.button {
  text-decoration: initial;
  outline: none;
  background: var(--theme-primary-base);
  color: white;
  padding: 8px 12px;
  font-size: 12px;
  white-space: nowrap;
}
body.woocommerce-account .site-main > .page .woocommerce-MyAccount-content .tinv-wishlist a.button:hover,
body.woocommerce-account .site-main > .page .woocommerce-MyAccount-content .tinv-wishlist button.button:hover {
  background: var(--theme-primary-base-hover);
}
body.woocommerce-account .site-main > .page .woocommerce-MyAccount-content .tinv-wishlist .product-price > div {
  display: flex;
  align-items: center;
  font-size: 16px;
}
body.woocommerce-account .site-main > .page .woocommerce-MyAccount-content .tinv-wishlist .product-price > div del {
  order: 4;
  font-size: 14px;
  margin-left: 4px;
  margin-bottom: 8px;
}
body.woocommerce-account .site-main > .page .woocommerce-MyAccount-content .tinv-wishlist .product-remove button {
  outline: none;
  background: transparent;
}
body.woocommerce-account .site-main > .page .woocommerce-MyAccount-content .tinv-wishlist .product-remove button:hover {
  opacity: 0.8;
}
body.woocommerce-account .site-main > .page .woocommerce-MyAccount-content .tinv-wishlist .product-remove button i::before {
  width: 24px;
  height: 24px;
  content: '' !important;
  display: block;
  background: url(../images/del.svg);
  background-size: contain;
}
body.woocommerce-account .site-main > .page .woocommerce-address-fields button {
  background: var(--theme-primary-base);
  color: white;
}
body.woocommerce-account .site-main > .page .woocommerce-address-fields button:hover {
  background: var(--theme-primary-base-hover);
}
body.woocommerce-account .site-main > .page .entry-content > .woocommerce {
  min-height: 500px;
  display: flex;
  gap: 10px;
}
body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-navigation {
  background: white;
  padding: 0 20px;
}
body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  color: var(--theme-primary-base);
  opacity: 1;
}
body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a::before {
  opacity: 0.6;
}
body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover a,
body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  color: var(--theme-secondary-base);
}
body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover a::before,
body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a::before {
  opacity: 1;
  color: var(--theme-secondary-base);
}
body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-content {
  background: white;
  padding: 20px;
  margin-right: 0;
}
body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
  margin-top: 20px;
}
body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title {
  display: flex;
  align-items: center;
}
body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title .edit {
  margin-left: 20px;
  margin-top: 0;
}
@media (max-width: 768px) {
  body.woocommerce-account .entry-header {
    display: none;
  }
  body.woocommerce-account .site-main > .page {
    font-weight: 300;
  }
  body.woocommerce-account .site-main > .page input[type=text],
  body.woocommerce-account .site-main > .page input[type=number],
  body.woocommerce-account .site-main > .page input[type=email],
  body.woocommerce-account .site-main > .page input[type=tel],
  body.woocommerce-account .site-main > .page input[type=url],
  body.woocommerce-account .site-main > .page input[type=password],
  body.woocommerce-account .site-main > .page input[type=search],
  body.woocommerce-account .site-main > .page textarea,
  body.woocommerce-account .site-main > .page .input-text {
    background: white;
    border: 1px solid;
  }
  body.woocommerce-account .site-main > .page a:hover {
    text-decoration: underline;
    opacity: 0.8;
  }
  body.woocommerce-account .site-main > .page .woocommerce-MyAccount-navigation-link--downloads {
    display: none;
  }
  body.woocommerce-account .site-main > .page .show-password-input {
    background: transparent;
    outline: none;
    height: 100%;
  }
  body.woocommerce-account .site-main > .page .woocommerce-button:not(.woocommerce-info .button) {
    background: var(--theme-primary-base);
    color: white;
  }
  body.woocommerce-account .site-main > .page .woocommerce-button:not(.woocommerce-info .button):hover {
    text-decoration: initial;
    background: var(--theme-primary-base-hover);
  }
  body.woocommerce-account .site-main > .page .tinv-wishlist .tinvwl-table-manage-list thead {
    display: none;
  }
  body.woocommerce-account .site-main > .page .tinv-wishlist .tinvwl-table-manage-list .wishlist_item {
    overflow: hidden;
    clear: both;
    display: block;
    position: relative;
  }
  body.woocommerce-account .site-main > .page .tinv-wishlist .tinvwl-table-manage-list .wishlist_item::before,
  body.woocommerce-account .site-main > .page .tinv-wishlist .tinvwl-table-manage-list .wishlist_item::after {
    content: "";
    display: table;
  }
  body.woocommerce-account .site-main > .page .tinv-wishlist .tinvwl-table-manage-list .wishlist_item + .wishlist_item {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--theme-border-base);
  }
  body.woocommerce-account .site-main > .page .tinv-wishlist .tinvwl-table-manage-list .wishlist_item td {
    width: auto !important;
    display: inline-block;
    text-align: left;
    background: transparent;
  }
  body.woocommerce-account .site-main > .page .tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-remove {
    position: absolute;
    right: 0;
    top: 10px;
    padding: 0;
  }
  body.woocommerce-account .site-main > .page .tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-remove button {
    padding: 0;
  }
  body.woocommerce-account .site-main > .page .tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-thumbnail {
    min-width: auto;
    padding: 0;
    width: 80px !important;
    box-sizing: border-box;
    display: block;
    width: auto;
    float: left;
  }
  body.woocommerce-account .site-main > .page .tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-thumbnail img {
    margin: 0;
  }
  body.woocommerce-account .site-main > .page .tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-name {
    padding: 0;
    padding-left: 14px;
    padding-right: 30px;
    width: calc(100% - 80px) !important;
  }
  body.woocommerce-account .site-main > .page .tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-price {
    width: calc(100% - 80px) !important;
    padding: 0 14px;
    box-sizing: border-box;
    font-size: 12px;
    margin-top: 8px;
  }
  body.woocommerce-account .site-main > .page .tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-date {
    width: calc(100% - 80px) !important;
    padding: 0 14px;
    box-sizing: border-box;
    margin-top: 8px;
  }
  body.woocommerce-account .site-main > .page h2 {
    margin-bottom: 0;
    font-family: BlackerProDisplayLight;
    margin-bottom: 10px;
  }
  body.woocommerce-account .site-main > .page .form-row {
    margin-bottom: 10px;
  }
  body.woocommerce-account .site-main > .page #account_display_name_description {
    font-size: 12px;
    font-weight: 300;
  }
  body.woocommerce-account .site-main > .page .woocommerce-form-login__submit {
    margin-top: 10px;
  }
  body.woocommerce-account .site-main > .page .woocommerce-form-register__submit {
    margin-top: 10px;
  }
  body.woocommerce-account .site-main > .page .woocommerce-Addresses .edit {
    font-size: 0;
  }
  body.woocommerce-account .site-main > .page .woocommerce-Addresses .edit::before {
    background: url(../images/edit.svg) no-repeat;
    background-size: contain;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
  }
  body.woocommerce-account .site-main > .page .woocommerce-EditAccountForm .change-password-wrap {
    background-color: #fbfbfb;
    padding: 1em 1.618em;
  }
  body.woocommerce-account .site-main > .page .woocommerce-EditAccountForm .change-password-wrap label {
    display: block;
    font-weight: 600;
    margin-bottom: 1em;
  }
  body.woocommerce-account .site-main > .page .woocommerce-orders-table tr:not(:last-child) td:last-child {
    border-bottom: 1px solid var(--theme-border-base);
  }
  body.woocommerce-account .site-main > .page .entry-content > .woocommerce {
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-navigation {
    background: white;
    padding: 0 10px;
  }
  body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    border-bottom: 0;
  }
  body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--theme-primary-base);
    opacity: 1;
    font-size: 12px;
  }
  body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a::before {
    width: auto;
    margin: 0;
    font-size: 24px;
    opacity: 0.6;
  }
  body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover a,
  body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
    color: var(--theme-secondary-base);
  }
  body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover a::before,
  body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a::before {
    opacity: 1;
    color: var(--theme-secondary-base);
  }
  body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-content {
    background: white;
    padding: 20px;
    margin-right: 0;
  }
  body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table {
    margin-bottom: 0;
  }
  body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th,
  body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td {
    padding: 8px 0;
  }
  body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th .view,
  body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td .view {
    padding: 4px 8px;
  }
  body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
    margin-top: 20px;
  }
  body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title {
    display: flex;
    align-items: center;
  }
  body.woocommerce-account .site-main > .page .entry-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title .edit {
    margin-left: 20px;
    margin-top: 0;
  }
}
