/** Shopify CDN: Minification failed

Line 379:10 Expected identifier but found whitespace
Line 379:15 Unexpected ";"

**/
.customer:not(.account):not(.order):not(.addresses):not(.account-quotes){
  margin: 0 auto;
  max-width: 33.4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}

@media screen and (min-width: 750px) {
  .customer:not(.account):not(.order):not(.addresses):not(.account-quotes) {
    max-width: 47.8rem;
  }
}

.customer > h1,
.customer__title {
  margin-top: 0;
}

.customer form {
  margin-top: 4rem;
}

.customer button {
  margin: 4rem 0 1.5rem;
}

.customer ul {
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding-left: 4.4rem;
  text-align: left;
  margin-bottom: 4rem;
}

.customer ul a {
  display: inline;
}

.customer strong {
  font-weight: normal;
  color: rgb(var(--color-foreground));
}

.customer h2.form__message {
  font-size: calc(var(--font-heading-scale) * 1.8rem);
}

@media only screen and (min-width: 750px) {
  .customer h2.form__message {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
}

.customer .field {
  margin: 1.2rem 0 0 0;
}

.customer .field:first-of-type {
  margin-top: 0;
}

/* Customer Table */
.customer table {
  table-layout: auto;
  border-collapse: collapse;
  border-bottom: 0.01rem solid rgba(var(--color-foreground), 0.08);
  box-shadow: none;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
}

@media screen and (min-width: 750px) {
  .customer table {
    border: none;
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.08);
  }
}

@media screen and (forced-colors: active) {
  .customer table {
    border-top: 0.1rem solid transparent;
    border-bottom: 0.1rem solid transparent;
  }
}

.customer tbody {
  color: rgb(var(--color-foreground));
}

.customer th,
.customer td {
  font-weight: 400;
  line-height: 1;
  border: none;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .customer td {
    padding-right: 2.2rem;
  }
}

.customer tbody td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.customer td:empty {
  display: initial;
}

.customer thead th {
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}

.customer tbody td:first-of-type {
  padding-top: 4rem;
}

@media screen and (min-width: 750px) {
  .customer th,
  .customer td:first-of-type {
    text-align: left;
    padding-left: 0;
    padding-right: 2.2rem;
  }

  .customer thead th,
  .customer tbody td {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .customer th:first-of-type,
  .customer td:first-of-type {
    padding-left: 2.2rem;
  }

  .customer tbody td {
    vertical-align: top;
  }

  .customer tbody td:first-of-type {
    padding-top: 2.4rem;
  }
}

.customer tbody td:last-of-type {
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tbody td:last-of-type {
    padding-bottom: 0;
  }
}

.customer tbody tr {
  border-top: 0.01rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 750px) {
  .customer tbody tr:first-of-type {
    border-top: none;
  }
}

@media screen and (forced-colors: active) {
  .customer tbody tr {
    border-top: 0.1rem solid transparent;
  }
}

.customer tfoot td:first-of-type,
.customer tfoot td {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.customer tfoot td:first-of-type {
  text-align: left;
}

.customer tfoot tr:first-of-type td {
  padding-top: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tfoot tr:first-of-type td,
  .customer tfoot tr:first-of-type th {
    padding-top: 2.4rem;
  }
}

.customer tfoot tr:last-of-type td {
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tfoot tr:last-of-type td,
  .customer tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}

/* works around colspan phantom border issues */
.customer thead::after,
.customer tfoot::before {
  content: " ";
  height: 0.1rem;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  background: rgba(var(--color-foreground), 0.08);
}

@media screen and (forced-colors: active) {
  .customer thead::after,
  .customer tfoot::before {
    background: CanvasText;
  }
}

/* mobile table overrides */
@media screen and (max-width: 749px) {
  .customer thead,
  .customer th,
  .customer tfoot td:first-of-type {
    display: none;
  }

  .customer td {
    display: flex;
    text-align: right;
  }

  .customer td::before {
    color: rgba(var(--color-foreground), 0.75);
    content: attr(data-label);
    font-size: 1.4rem;
    padding-right: 2rem;
    text-transform: uppercase;
    flex-grow: 1;
    text-align: left;
  }

  .customer td:first-of-type {
    display: flex;
    align-items: center;
  }

  .customer tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
}

/* Pagination */
.customer .pagination {
  margin-top: 5rem;
  margin-bottom: 7rem;
}

@media screen and (min-width: 990px) {
  .customer .pagination {
    margin-top: 7rem;
    margin-bottom: 10rem;
  }
}

.customer .pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.customer .pagination li {
  flex: 1 1;
  max-width: 4rem;
}

.customer .pagination li:not(:last-child) {
  margin-right: 1rem;
}

.customer .pagination li :first-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 4rem;
  width: 100%;
  padding: 0;
  text-decoration: none;
}

.customer .pagination li :first-child svg {
  height: 0.6rem;
}

.customer .pagination li:first-of-type svg {
  margin-left: -0.2rem;
  transform: rotate(90deg);
}

.customer .pagination li:last-of-type svg {
  margin-right: -0.2rem;
  transform: rotate(-90deg);
}

.customer .pagination li [aria-current]::after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.01rem;
  position: absolute;
  bottom: 0.08rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
}

/* Login */
.login a {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.login a[href="#recover"] {
  margin-left: 0;
  margin-right: 0;
}

.login .field + a {
  margin-top: 1rem;
}

.login p {
  margin: 1.5rem 0;
}

.login h3 {
  margin-top: 1.5rem;
  text-align: left;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

#customer_login_guest button {
  margin-top: 0;
}

#recover,
#recover + div {
  display: none;
}

#recover:target {
  display: block;
}

#recover:target + div {
  display: block;
}
  display: none;
}

#recover,
#login {
  scroll-margin-top: 20rem;
}

#recover {
  margin-bottom: 0;
}

.activate button[name="decline"],
.addresses li > button {
  background-color: rgba(
    var(--color-background),
    var(--alpha-button-background)
  );
  color: rgb(var(--color-link));
}

@media only screen and (min-width: 750px) {
  .activate button[name="decline"] {
    margin-top: inherit;
    margin-left: 1rem;
  }
}

/* Account/Order */
:is(.account, .order, .wishlist) {
  max-width: var(--page-width);
  /* padding-left: 2rem;
  padding-right: 2rem; */
}

@media screen and (min-width: 750px) {
  :is(.account, .order) {
    /* padding-left: 5rem;
    padding-right: 5rem; */
  }
}

@media screen and (min-width: 990px) {
  :is(.account, .order) > div:nth-of-type(2) {
    display: flex;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 990px) {
  :is(.account, .order) > div:nth-of-type(2) > div:first-of-type {
    flex-grow: 1;
    padding-right: 3.2rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .order > div:nth-of-type(2) > div:last-of-type {
    display: flex;
  }

  .order > div:nth-of-type(2) > div:last-of-type div {
    padding-right: 3.2rem;
  }
}

:is(.account, .order) p {
  margin: 0 0 2rem;
  font-size: 1.6rem;
}

:is(.account, .order) h1 {
  margin-bottom: 1rem;
}

:is(.account, .order) h2 {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  :is(.account, .order) h2 {
    margin-top: 0;
  }
}

.account h1 + a {
  display: inline-flex;
  align-items: center;
}

.account a svg {
  width: 1.5rem;
  margin-bottom: -0.03rem;
  margin-right: 1rem;
}

@media screen and (min-width: 750px) {
  .account thead th:last-child,
  .account td:last-child {
    text-align: right;
  }

  .account table td:first-of-type {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.account table td:first-of-type a {
  padding: 1.1rem 1.5rem;
  text-decoration: none;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-link), 0.2);
  border: 0.1rem solid transparent;
  font-size: 1.2rem;
}

.account table td:first-of-type a:hover {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-link), 0.2);
}

.order td:first-of-type {
  align-items: initial;
}

@media screen and (min-width: 750px) {
  .order thead th:nth-last-child(-n + 3),
  .order td:nth-last-child(-n + 3) {
    text-align: right;
  }
}

.order tfoot tr:last-of-type td,
.order tfoot tr:last-of-type th {
  font-size: 2.2rem;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .order tfoot tr:last-of-type td,
  .order tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}

.order tfoot tr:last-of-type td:before {
  font-size: 2.2rem;
}

.order table p,
.order > div:nth-of-type(2) > div:first-of-type h2,
.order > div:nth-of-type(2) > div:last-of-type h2 + p {
  margin-bottom: 0;
}

.order > div:nth-of-type(2) > div:first-of-type h2 ~ p {
  margin-bottom: 0;
  font-size: 1.4rem;
}

.order > div:nth-of-type(2) > div:first-of-type h2 ~ p:last-of-type {
  margin-bottom: 3rem;
}

.order .item-props {
  font-size: 1.4rem;
  margin-top: 0.05px;
  display: flex;
  flex-direction: column;
}

.order .item-props > span {
  word-break: break-all;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.order .fulfillment {
  width: fit-content;
  border: 0.01rem solid rgba(var(--color-foreground), 0.2);
  padding: 1rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: left;
}

.order .fulfillment a {
  margin: 0.7rem 0;
}

.order .fulfillment span {
  display: block;
}

.order .cart-discount {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 750px) {
  .order td .cart-discount {
    display: none;
  }
}

.order tbody ul {
  list-style: none;
  font-size: 1.2rem;
  text-align: right;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}

@media screen and (min-width: 750px) {
  .order tbody ul {
    text-align: left;
  }
}

.order table a {
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.order tbody tr:first-of-type td:first-of-type > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (min-width: 750px) {
  .order tbody tr:first-of-type td:first-of-type > div {
    align-items: flex-start;
  }
}

.order .properties {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.order .properties span {
  display: block;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.order svg {
  width: 1.1rem;
  color: rgb(var(--color-foreground));
  margin-right: 0.5rem;
}

.order dl {
  margin: 0;
}

.order dd {
  margin-left: 0;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.order dd s {
  color: rgba(var(--color-foreground), 0.7);
}

.order .unit-price {
  font-size: 1.1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin-top: 0.2rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.7);
}

.order .regular-price {
  font-size: 1.3rem;
}

/* Addresses */
.addresses li > button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.addresses li > button + button,
.addresses form button + button {
  margin-top: 0rem;
}

@media screen and (min-width: 750px) {
  .addresses li > button:first-of-type {
    margin-top: 3rem;
  }
}

.addresses form button:first-of-type {
  margin-right: 1rem;
}

label[for="AddressCountryNew"],
label[for="AddressProvinceNew"] {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.addresses form {
  display: flex;
  flex-flow: row wrap;
}

.addresses form > div {
  width: 100%;
  text-align: left;
}

.addresses ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

li[data-address] {
  margin-top: 5rem;
}

.addresses [aria-expanded="false"] ~ div[id] {
  display: none;
}

.addresses [aria-expanded="true"] ~ div[id] {
  display: flex;
}

.addresses h2 {
  text-align: left;
}

li[data-address] > h2 {
  text-align: center;
  font-size: calc(var(--font-heading-scale) * 1.8rem);
  margin-bottom: 0;
}

@media only screen and (min-width: 750px) {
  li[data-address] > h2 {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
}

.addresses ul p {
  margin-bottom: 0;
}

.addresses input[type="checkbox"] {
  margin-top: 2rem;
  margin-left: 0;
}

@media only screen and (min-width: 750px) {
  .addresses form > div:nth-of-type(1) {
    margin-right: 2rem;
  }

  .addresses form > div:nth-of-type(2) {
    margin-top: 0;
  }

  .addresses form > div:nth-of-type(1),
  .addresses form > div:nth-of-type(2) {
    box-sizing: border-box;
    flex-basis: calc(50% - 1rem);
  }
}

.addresses form > div:nth-of-type(7),
.addresses form > div:nth-of-type(7) + div[id] {
  margin-top: 1.5rem;
}

/* New Css */
.block__login-main {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.block__login-row {
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
  position: relative;
  z-index: 1;
  background: #f7f7f7;
}

.block__login-img {
  width: 58.25%;
  height: 100vh;
  /* max-height: 100vh; */
  position: sticky;
  top: 0;
  background: #fff;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block__login-block {
  width: 41.75%;
  display: flex;
  align-items: center;
  padding: 50px 20px;
}
.block__login-block .customer {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
}
.block__customer-form {
  background: var(--secondary-color);
  padding: 40px 36px;
  border-radius: 8px;
  box-shadow: 0 10px 32px #0000000f;
  max-width: 455px;
  margin: 0 auto;
}
.customer .block__customer-form form {
  margin-top: 0;
}
.customer .block__customer-form .field input {
  border: 1px solid #00000029;
  border-radius: 5px;
  margin: 0;
  padding: 20px 24px;
  height: auto;
  min-height: unset;
  font-size: 14px;
  line-height: 16px;
  color: var(--primary-color);
  font-family: "Inter", sans-serif;
}
.customer
  .block__customer-form
  .field
  input[type="number"]::-webkit-inner-spin-button,
.customer
  .block__customer-form
  .field
  input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  -webkit-appearance: none;
  display: none;
}
.customer .block__forgot_password {
  margin: 20px 0 !important;
  margin-left: auto !important;
  color: var(--primary-color);
  text-decoration: none;
  opacity: 0.9;
  transition: all 0.4s ease;
}
.customer .block__forgot_password:hover {
  text-decoration: underline;
  opacity: 1;
}
.customer .block__customer-form .block__customer_btn {
  margin: 0;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary-color);
  background: var(--tertiary-color);
  transition: all 0.4s ease;
  height: auto;
  min-height: unset;
  padding: 20px;
  border-radius: 5px;
}
.customer .block__customer-form .block__customer_btn:hover {
  background: var(--quinary-color);
}
.customer .block__customer-form .block__customer_btn {
  margin: 0;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary-color);
  background: var(--tertiary-color);
  transition: all 0.4s ease;
  height: auto;
  min-height: unset;
  padding: 20px;
  border-radius: 5px;
}
.customer .block__create_acc {
  margin: 20px 0 0;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  color: #000000b2;
}
.customer .block__create_acc a {
  display: inline-block;
  transition: all 0.4s ease;
  color: var(--primary-color);
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
}
.customer .block__forgot_password:hover,
.customer .block__create_acc a:hover {
  color: var(--quinary-color);
}
.customer .block__customer-logo-img {
  max-width: 195px;
  margin-bottom: 44px;
}
.block__customer-login-subheading {
  font-size: 28px;
  font-weight: 500;
  display: block;
  color: var(--heading-color);
}
.block__customer-form-title {
  margin: 0 0 32px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--heading-color);
  line-height: 44px;
}
.customer .block__customer-form .form__message {
  font-size: 16px;
  font-weight: 500;
  color: var(--quinary-color);
}
.register .block__customer-form form > ul li,
.customer .block__customer-form .errors ul li {
  font-size: 14px;
  line-height: 16px;
  color: var(--primary-color);
  opacity: 0.7;
}
.register .block__customer-form form > ul,
.customer .block__customer-form .errors ul {
  margin: 15px 0 25px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.customer .block__customer-form-recover-text {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: normal;
  color: var(--primary-color);
  opacity: 0.8;
}
#recover + .block__customer-form .block__customer_btn {
  margin-top: 20px;
}
.block__login-img img {
  width: 100%;
  object-fit: cover;
}
.register .block__customer-form .block__customer_btn {
  margin-top: 20px;
}
img.block__login-img-mobile {
  display: none;
}
.block__customer-form-heading {
  margin: 0 0 20px;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
}
@media (max-width: 1400px) {
  .block__customer-form-title {
    margin: 0 0 25px;
    font-size: 30px;
    line-height: 40px;
  }
  .block__customer-login-subheading {
    font-size: 24px;
  }
  .customer .block__customer-logo-img {
    max-width: 160px;
    margin-bottom: 30px;
  }
  .block__customer-form-heading {
    margin: 0 0 16px;
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .block__login-img {
    width: 53%;
  }
  .block__login-block {
    width: 47%;
  }
  .block__customer-form {
    padding: 30px 25px;
  }
}
@media (max-width: 991px) {
  .block__login-row {
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
  }
  .block__login-block {
    width: 100%;
    background: #f7f7f7;
    padding: 35px 15px;
  }
  .block__login-img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: none;
  }
  .block__login-img img {
    height: 100%;
  }
  .customer .block__customer-logo-img {
    max-width: 146px;
    margin-bottom: 44px;
  }
  .block__customer-login-subheading {
    font-size: 28px;
  }
  .block__customer-form-title {
    margin: 0 0 32px;
  }
  .block__customer-form {
    padding: 20px 20px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .block__login-img img.block__login-img-mobile {
    display: block;
  }
  .block__login-img img {
    display: none;
  }
  .block__login-img{
    display: none;
  }
  .block__customer-form-title {
    font-size: 28px;
    line-height: 36px;
  }
  .customer.register .block__customer-form-title {
    font-size: 24px;
  }
  .block__customer-login-subheading {
    font-size: 20px;
  }
  .customer .block__customer-form-recover-text {
    font-size: 14px;
  }
  .block__customer-form-heading {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 29px;
  }
  .customer .block__customer-logo-img {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .block__login-block {
    width: 100%;
  }
}
@media (max-width: 390px) {
  .customer .block__customer-logo-img {
    max-width: 135px;
    margin-bottom: 30px;
  }
  .block__customer-login-subheading {
    font-size: 16px;
  }
  .block__customer-form-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .block__customer-form {
    padding: 20px 15px;
  }
  .customer .block__customer-form-recover-text {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .customer .block__customer-form .field input {
    padding: 14px 10px;
    font-size: 14px;
  }
  .customer .block__customer-form .block__customer_btn {
    font-size: 14px;
    padding: 15px;
  }
  .block__customer-form-heading {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 24px;
  }
}

/* Account Page */
.block__account-tab-nav {
  background: #f7f7f7;
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 39px 0;
}
.block__account-tab {
  width: 24.3%;
  position: sticky;
  top: 100px;
}
.customer .block__account-tab-name {
  color: var(--primary-color);
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 23px;
  margin-bottom: 23px;
  border-bottom: 1px solid #0000001a;
}
.block__account-tab-nav-item a {
  display: block !important;
  text-decoration: none;
  line-height: 19px;
  color: var(--primary-color);
  text-transform: capitalize;
  padding: 6px 40px;
  position: relative;
  transition: all 0.4s ease;
  z-index: 1;
  text-align: left;
}
.block__account-tab-name-block {
  padding: 0 40px;
}
.customer .block__account-tab-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.block__account-tab-nav-item a:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: var(--tertiary-color);
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  opacity: 0;
}
.block__account-tab-nav-current a:after {
  opacity: 1;
}
.block__account-tab-nav-current a,
.block__account-tab-nav-item a:hover {
  font-weight: 600;
  color: var(--tertiary-color);
}
.block__account-question {
  background: #f7f7f7;
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 36px;
  margin-top: 40px;
  text-align: center;
}

.block__account-question-title {
  margin: 0 0 15px;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
}

.body_heading.block__account-question-text {
  margin: 0 0 30px;
  color: #000000cc;
  line-height: 19px;
}

.block__account-question-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 12px;
  overflow: hidden;
}

.block__account-question-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block__account-question-name {
  margin: 0 0 4px;
  font-weight: 500;
  color: var(--primary-color);
}

.block__account-question-post {
  margin: 0 0 20px !important;
  font-size: 14px !important;
  color: #00000099;
}

.customer .block__account-question-btn {
  display: block;
  border-radius: 5px;
  text-decoration: none !important;
  background: var(--tertiary-color);
  color: var(--secondary-color);
  font-weight: 600;
  padding: 18px;
  transition: all 0.4s ease;
}

.customer .block__account-question-btn:hover {
  background: var(--quinary-color);
  color: var(--secondary-color);
}
.block__account-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.block__account-info {
  width: 70%;
  margin: 0 !important;
  display: block !important;
  position: sticky;
  top: 100px;
}
.block__account-header {
  padding: 0 !important;
}

.block__account-header .customer__title {
  color: var(--tertiary-color);
  margin: 0 0 35px;
  font-weight: 600;
}
.block__account-content-title {
  color: var(--primary-color);
  margin: 0 0 25px !important;
  font-weight: 600;
}
/* .block__account-content-address p, .block__account-content-order p {
  margin: 0;
  color: #0009;
  font-size: 16px;
  line-height: 24px;
} */
.block__account-content-address a {
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s ease;
  color: var(--primary-color);
  margin-top: 15px;
}
.block__account-content-address a:hover {
  color: var(--quinary-color);
}
.block__account-content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.block__order-acc {
  padding: 24px 6px;
  border-bottom: 1px solid #00000052;
}
.block__order-acc-container .block__order-acc:first-child {
  border-top: 1px solid #00000052;
}
.block__order-acc-head-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.block__order-number {
  margin: 0 !important;
  color: #000000b2;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1;
  text-align: left;
}

.block__order-number a {
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.4s ease;
}

.block__order-number a:hover {
  color: var(--tertiary-color);
}

.block__order-download {
  display: flex;
  align-items: center;
  gap: 28px;
}

.block__order-download a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  line-height: 18px;
  color: var(--tertiary-color);
  text-decoration: none;
  font-weight: 500;
  opacity: 0;
  transition: all .4s ease;
  visibility: hidden;
}

.block__order-download a svg {
  margin: 0;
  width: 18px;
  height: auto;
  transition: all 0.4s ease;
}

.block__order-download > svg {
  width: 12px;
  height: 12px;
  transition: all 0.4s ease;
}

.block__order-acc-head-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.block__order-list-info p,
.block__order-acc-head-bottom p {
  margin: 0;
  width: 32%;
  color: #000000b2;
  font-size: 16px;
  line-height: 22px;
}

.block__order-list-info p a,
.block__order-list-info p span,
.block__order-acc-head-bottom p span {
  color: var(--primary-color);
  font-weight: 500;
  text-transform: capitalize;
}

.block__order-item-pay-method {
  text-align: right;
}

.block__order-acc-content {
  padding: 28px 0 48px;
  display: none;
}

.block__order-list {
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.block__order-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.block__order-img {
  width: 80px;
  height: 80px;
  background: var(--secondary-color);
  border: 1.5px solid #ececec;
  border-radius: 6px;
  overflow: hidden;
}

.block__order-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block__order-item-info {
  width: calc(100% - 80px);
  padding-left: 22px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.block__order-item .block__order-item-info-title {
  display: inline-block;
  text-decoration: none;
  margin: 0 0 10px;
  color: var(--tertiary-color);
}

.block__order-item-price {
  display: flex;
  gap: 5px;
  margin: 0 !important;
  font-size: 14px !important; 
  line-height: 18px;
  color: var(--primary-color);
  font-weight: 500;
}

.block__order-list-total p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block__order-list-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block__order-list-info p:last-child {
  text-align: right;
}
.block__order-list-info p a:hover {
  color: var(--tertiary-color);
}
.block__order-list-total p:not(.block__order-list-total) .block__order-price {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: var(--tertiary-color);
  display: block;
}
.block__order-list-total p.block__order-list-total {
  padding: 20px 0;
  margin: 20px 0;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #0000001a;
}
.block__order-list-total p.block__order-list-subtotal {
  margin-bottom: 12px;
}
.block__order-list-total p .text {
  color: #000000b2;
  font-size: 16px;
  line-height: 22px;
}
.block__order-list-total p.block__order-list-total span {
  font-size: 20px;
  line-height: 22px;
  color: var(--primary-color);
}
.block__order-list-total p.block__order-list-total span.block__order-price {
  color: var(--tertiary-color);
  font-weight: 700;
}
.block__order-acc-head {
  cursor: pointer;
}
.block__order-acc-head.active .block__order-download a {
  opacity: 1;
  visibility: visible;
}
.block__order-acc-head.active .block__order-download > svg {
  transform: scaleY(-1);
}
/* Address Page */
.block__account-address-header h1 {
  margin: 0 0 15px !important;
}
.block__account-address-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.block__account-address-title a {
  font-size: 14px;
  line-height: 18px;
  color: var(--primary-color);
  text-decoration-thickness: unset !important;
  transition: all 0.4s ease;
}

.block__account-address-title a:hover {
  color: var(--quinary-color);
}
.block__account-new-address-add .block__account-address-add-btn {
  margin: 0 !important;
  width: auto;
  height: auto;
  background: var(--tertiary-color);
  border: none;
  border-radius: 5px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 0;
}

.block__account-new-address-add .block__account-address-add-btn:hover {
  background: var(--quinary-color);
}
.block__account-new-address-add{
  display: none;
}

.block__account-info .block__account-address-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 32px 0 0;
}

.block__account-address-list .block__account-address-list-item {
  margin: 0;
  /* width: calc(33.33% - 10.67px); */
  width: 100%;
  /* background: #f7f7f7; */
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
}

.block__account-address-list .block__account-address-list-item > h2 {
  margin: 0 0 15px;
  text-align: left;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 500;
}

.block__account-address-list .block__account-address-list-item p {
  margin: 0 0 25px;
  text-align: left;
  font-size: 16px;
  color: var(--primary-color);
  opacity: 0.6;
  line-height: 22px;
}
.block__account-address-list-item-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: auto;
}
.block__account-address-list-item-btn button {
  margin: 0 !important;
  width: calc(50% - 8px);
  border: 1px solid var(--tertiary-color);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: var(--tertiary-color);
  padding: 15px 10px;
  transition: all .3s ease;
  height: auto;
  background: transparent;
  min-width: unset;
  height: unset;
  min-height: unset;
}

.block__account-address-list-item-btn button:hover {
  background: var(--tertiary-color);
  color: var(--secondary-color);
}

.block__account-address-list-item-btn button.block__account-address-edit-btn {
  background: var(--tertiary-color);
  color: var(--secondary-color);
}

.block__account-address-list-item-btn button.block__account-address-edit-btn:hover {
  background: var(--quinary-color);
  color: var(--secondary-color);
  border-color: var(--quinary-color);
}
.block__customer-avatar-div{
  display: flex;
  margin-top: 30px;
  align-items: center;
  gap:22px;
  text-transform: capitalize;
}
.customer-initials-avatar {
  border-radius: 50%;
  width: 88px;
  height: 88px;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: bold;
  color: var(--primary-color);
  background: #f3f3f3;
}


/* .customer-initials-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #f0f0f0;
  border-radius: 50%;
  font-size: 36px;
  color: #333;
  font-weight: bold;
} */


.block__account-address-add-form {
  /* position: fixed; */
  /* position: unset;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 40%);
  z-index: 9;
  align-items: center;
  justify-content: center;
  padding: 100px 10px; */
}
.block__account-address-add-form-block {
  width: 100%;
  padding-top:30px;
  /* max-width: 700px;
  overflow: auto;
  height: 100%;
  background: #f7f7f7;
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 35px 25px; */
}
.block__account-address-add-form-block > h2 {
  margin: 0 0 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--primary-color);
}
.block__account-address-add-form-block form {
  margin: 0;
  row-gap: 15px;
}
.block__account-address-add-form-block .block__account-address_input {
  font-size: 14px;
  width: 100%;
  line-height: 20px;
  margin: 0;
  border: 1px solid #00000029;
  border-radius: 5px;
  padding: 12px 15px;
  height: unset;
  min-height: unset;
}
.block__account-address-add-form-block::-webkit-scrollbar { 
  width: 3px;
}
.block__account-address-add-form-block::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 100px;
}
.block__account-address-field {
  margin-top: 0 !important;
}
.block__account-address-field label {
  font-size: 14px;
  line-height: 18px;
}.block__account-address-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}

.block__account-address-checkbox input {
  width: 100%;
  position: absolute;
  margin: 0 !important;
  height: 100%;
  left: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.block__account-address-checkbox span {
  width: 16px;
  height: 16px;
  border: 1px solid #00000029;
  border-radius: 4px;
  position: relative;
}


.block__account-address-checkbox span:after {
  content: '';
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid black;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  opacity: 0;
}

.block__account-address-checkbox input[type="checkbox"]:checked ~ span:after {
  opacity: 1;
}
.block__account-address-add-form-block select.block__account-address_input {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="19" viewBox="0 0 31 19" fill="none"><path d="M1.5 1.5L15.5 15.5L29.5 1.5" stroke="black" stroke-width="4"/></svg>');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 14px center;
}
body.block__address-popup-open {
  overflow: hidden;
}
body.block__address-popup-open .section-header.shopify-section-group-header-group {
  z-index: unset;
}
body.block__address-popup-open main {
  position: relative;
  z-index: 1;
}
.block__account-main-mobile {
  display: none;
}


@media (max-width:1199px) {
  .block__account-tab-nav {
    padding: 25px 0;
  }
  .block__account-tab-name-block {
    padding: 0 20px;
  } 
  .block__account-tab-nav-item a {
    padding: 5px 20px;
  }
  .customer .block__account-tab-name {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .block__account-question {
    padding: 25px 15px;
    margin-top: 25px;
  }
  .block__account-question-title {
    margin: 0 0 10px;
    font-size: 20px;
  }
  .body_heading.block__account-question-text {
    margin: 0 0 20px;
  } 
  .block__account-question-img {
    width: 90px;
    height: 90px;
  }
  .customer .block__account-question-btn {
    padding: 15px;
  } 
  .block__account-tab {
    width: 26%;
  }
  .block__account-info {
    width: 72%;
  } 
  .block__order-list-total p .text,
  .block__order-list-info p, .block__order-acc-head-bottom p {
    font-size: 14px;
    line-height: 18px;
  }
  .block__order-number {
    font-size: 16px !important;
  }
  .block__order-download {
    gap: 20px;
  }
  .block__order-list-total p:not(.block__order-list-total) .block__order-price {
    font-size: 14px;
  }
  .block__order-list-total p.block__order-list-total {
    padding: 15px 0;
    margin: 15px 0;
  }
  .block__order-acc-content {
    padding: 25px 0 35px;
  }
  .block__order-img {
    width: 70px;
    height: 70px;
  }
  .block__order-item-info {
    padding-left: 16px;
    width: calc(100% - 70px);
  }
  .block__account-address-list .block__account-address-list-item {
    width: calc(50% - 10px);
  }
  .block__account-info .block__account-address-list {
    margin: 35px 0 0;
    gap: 20px;
  }
}
@media (max-width:991px){
  .block__account-question {
    display: none;
  }
  .block__account-tab-nav {
    display: none;
  }
  .block__account-main-mobile {
    display: block;
  }
  .block__account-tab,
  .block__account-info {
    width: 100%;
    position: unset;
  }
  .block__account-main-mobile {
    border: 1px solid #ECECEC;
    background: #F7F7F7;
    border-radius: 8px;
    padding: 34px 30px;
    position: relative;
    z-index: 1;
  }

  .block__account-tab-nav-list-dropdown p {
    align-items: center;
    justify-content: space-between;
    display: flex;
    margin: 0;
    padding: 4px 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--tertiary-color);
    line-height: 19px;
    cursor: pointer;
  }

  .block__account-tab-name-block {
    padding: 0;
  }

  .block__account-tab-nav-list-dropdown p svg {
    width: 15px;
    height: 15px;
  }

  .customer .block__account-main-mobile ul {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 120%;
    border: 1px solid #d1d1d1;
    background: #ECECEC;
    z-index: 3;
    padding: 25px 0;
    border-radius: 10px;
    display: none;
  } 
  .block__account-tab-nav-item a {
    padding: 5px 30px;
  }
  .block__account-tab-nav-list-dropdown {
    position: relative;
  }
  .block__account-tab {
    margin-bottom: 50px;
  }
  .block__account-content-title {
    margin: 0 0 30px !important;
  }
  .customer .block__account-main-mobile ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width:767px){
  .block__account-content-title {
    font-size: 26px;
    line-height: 32px;
  }
  .block__order-acc-content {
    padding: 25px 0 0;
  }
  .block__order-list-total p .text, .block__order-list-info p, .block__order-acc-head-bottom p {
    font-size: 16px;
    line-height: 22px;
  }
  .block__order-list-total p:not(.block__order-list-total) .block__order-price {
    font-size: 16px;
  }
  .block__order-list-total p.block__order-list-total {
    padding: 20px 0;
    margin: 20px 0;
  }
  .block__order-acc-head-bottom p,
  .block__order-list-info p {
    font-size: 14px;
  }
  .block__order-download {
    gap: 6px;
  }
  .block__account-tab-nav-list-dropdown p svg {
    width: 12px;
    height: 12px;
  }
  .block__account-address-header h1 {
    margin: 0 0 5px !important;
  }
  .block__account-info .block__account-address-list {
    margin: 25px 0 0;
    gap: 10px;
    row-gap: 20px;
  }
  .block__account-address-list .block__account-address-list-item {
    width: calc(50% - 5px);
    padding: 25px 15px;
  }
  .block__account-address-list-item-btn {
    gap: 10px;
  }
  .block__account-address-list-item-btn button {
    width: calc(50% - 5px);
    font-size: 14px;
    line-height: 18px;
    padding: 14px 10px;
  }
  .block__account-address-list .block__account-address-list-item p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .block__account-address-list .block__account-address-list-item > h2 {
    margin: 0 0 10px;
    font-size: 18px;
  }
  .block__account-new-address-add .block__account-address-add-btn {
    padding: 14px 20px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width:575px){
  .block__account-address-list .block__account-address-list-item {
    width: 100%;
  }
  .block__account-address-add-form-block {
    padding: 25px 15px;
  }
  .block__account-address-add-form-block > h2 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 20px;
  }
  .block__account-address-add-form-block form {
    row-gap: 10px;
  }
  .block__account-address-add-form-block .block__account-address_input {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 12px;
  }
  .block__account-address-field label {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width:390px){
  .block__account-main-mobile {
    padding: 25px 20px;
  }
  .customer .block__account-tab-name {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .customer .block__account-main-mobile ul {
    padding: 20px 0;
  }
  .block__account-tab-nav-item a {
    padding: 5px 20px;
  } 
  .block__account-tab {
    margin-bottom: 35px;
  }
  .block__account-content-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px !important;
  }
  .block__order-acc {
    padding: 20px 5px;
  }
  .block__order-number {
    font-size: 14px !important;
  }
  .block__order-download a svg {
    width: 14px;
  }
  .block__order-download a {
    gap: 3px;
  }
  .block__order-acc-head-bottom p, .block__order-list-info p {
    font-size: 12px;
  } 
  .block__order-item-info {
    padding-left: 12px;
    width: calc(100% - 70px);
  }
  .block__order-item .block__order-item-info-title {
    margin: 0 0 5px;
  }
  .block__order-list {
    margin-bottom: 20px;
  }
  .block__order-list-total p.block__order-list-subtotal {
    margin-bottom: 8px;
  }
  .block__order-list-total p .text, .block__order-list-info p, .block__order-acc-head-bottom p {
    font-size: 14px;
    line-height: 18px;
  } 
  .block__order-list-total p:not(.block__order-list-total) .block__order-price {
    font-size: 14px;
  }
  .block__order-list-total p.block__order-list-total {
    padding: 15px 0;
    margin: 15px 0;
  }
  .block__order-list-total p.block__order-list-total span {
    font-size: 18px;
    line-height: 20px;
  }
  .block__order-list-info p {
    width: 45%;
  }
  .block__account-tab-nav-item a {
    font-size: 14px;
    line-height: 18px;
  }
  .customer .block__account-main-mobile ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}


/* Order */
.block__account-info-block {
  padding: 0 !important;
}
.block__account-info-block .block__account-content-title {
  margin-bottom: 10px !important;
}
.block__account-info-block .block__account-info-caption {
  font-size: 16px !important;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #000;
  opacity: .6;
}
.block__account-info-block .block__account-info-caption {
  font-size: 16px !important;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #000;
  opacity: .6;
}
.order-details tr th {
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 14px;
  line-height: 18px;
  color: var(--primary-color);
  font-weight: 500;
}
.block__account-order-address-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 35px;
}
.block__account-order-address-row > div {
    width: calc(50% - 10px);
}
.block__account-order-address-row h2 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    margin: 0 0 15px;
}
.block__account-order-address-row > div p:nth-last-child(2) {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    color: #000;
}
.block__account-order-address-row > div p:nth-last-child(2) strong {
    color: #4d4d4d;
    font-weight: 400;
}
.block__account-order-address-row > div p:last-child {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; 
    text-align: left;
}
.block__order-subtotal td {font-weight: 400;color: #000000b2;font-size: 16px;line-height: 22px;}
.block__order-subtotal td:last-child {
    font-weight: 500;
    color: var(--tertiary-color); 
}
.block__order-total td {
    font-size: 20px;
    line-height: 22px;
    color: var(--primary-color);
}

.block__order-total td:last-child {
    color: var(--tertiary-color);
    font-weight: 700;
}
.block__order-title-row {
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: wrap;
}

/* .block__order-title-wrap {
  width: calc(100% - 80px);
  padding-left: 15px;
} */

.block__order-title-wrap a {
  display: inline-block;
  text-decoration: none;
  margin: 0 0 10px;
  color: var(--tertiary-color);
}

.block__order-price {
  align-items: center;
  display: flex;
  gap: 5px;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 18px;
  color: var(--primary-color);
  font-weight: 500;
}

table.order-details tbody td {
  font-size: 14px;
  line-height: normal;
  /* width: 100%;
  white-space: nowrap; */
}

/* table.order-details thead tr,table.order-details tbody tr {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

table.order-details thead tr th:first-child, table.order-details tbody tr td {
  grid-column: 1/4;
}

table.order-details thead tr th:nth-child(2), table.order-details tbody tr td:nth-child(2) {
  grid-column: 4/5;
}

table.order-details thead tr th:nth-child(3), table.order-details tbody tr td:nth-child(3) {
  grid-column: 5/6;
}

table.order-details thead tr th:nth-child(4), table.order-details tbody tr td:nth-child(4) {
  grid-column: 6/7;
} */
@media (max-width:1199px) {}
@media (max-width:991px) {}
@media (max-width:767px) {}
@media (max-width:575px) {
  .customer .order-details tbody td:last-of-type {
    padding-bottom: 2.5rem;
  }
  .customer .order-details tbody td {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .customer .order-details tbody td:first-of-type {
    padding-top: 2.5rem;
  }
  .customer .order-details tfoot tr:first-of-type td {
    padding-top: 2.5rem;
  } 
  .order .order-details tfoot tr:last-of-type td, .order .order-details tfoot tr:last-of-type th {
    font-size: 2rem;
    padding-top: 1rem;
    padding-bottom: 2.5rem;
  }
  .order tfoot tr:last-of-type td:before {
    font-size: 1.8rem;
  }
  .block__account-order-address-row {
    margin-top: 25px;
  }
  .block__account-order-address-row > div {
    width: 100%;
  }
  .block__account-order-address-row h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 10px;
  }
  .block__account-order-address-row > div p:nth-last-child(2) {
    font-size: 16px;
    line-height: 18px;
  }
  .block__account-order-address-row > div p:last-child {
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 18px;
  }
  .block__order-title-wrap a {
    margin: 0;
  }   
}

/*  */
#recover:target ~ #login,
#recover:target ~ #login + .block__customer-form {
  display: none;
}
.reset-password form .field input {
  border: 1px solid #00000029;
  border-radius: 5px;
  padding: 20px 24px;
  height: auto;
  color: var(--primary-color);
  margin: 0;
}
.reset-password form .field label {
  display: none;
}


/* Quote tab css */

.main_customer-account .main_account_quotetab-content .block__tabcontent-heading{
  margin: 0 0 24px;
}
.main_account_quotehistory  {
  padding: 24px 6px;
  border-bottom: 1px solid #00000052;
}
.block__quote-ordercontentwrap:not(:last-child) {
  margin-bottom: 40px;
}
.quote-order-container .main_account_quotehistory:first-child {
  border-top: 1px solid #00000052;
}
.main_account-managequote{
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.main_account_quotehistory .main_account-managequote-arrow {
  position: relative;
  width: 12px;
  height: 12px;
  z-index: 1;
  margin-left: 10px;
  cursor: pointer;
}
.main_account_quotehistory .main_account-managequote-arrow:after {
  content: "";
  background: url(/cdn/shop/files/arrow_icon_908047ff-68dc-4c93-ba61-0fcb12a874ea.png?v=1731565408);
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  transition: all .5s ease-in-out;
  transform: rotate(180deg);
}
.main_account_quotehistory.is-open .main_account-managequote-arrow:after {
  transform: rotate(0);
}
.main_quote_order_cancle {
  display: flex;
  align-items: center;
}
.main_quote_order_cancle span{
  font-size:12px;
}
.main_account_quotehistory .quote_order_cancle , .main_account_quotehistory .quote_order_cancle1 {
  position: relative;
  width: 16px;
  height: 16px;
  z-index: 1;
  display: block;
}
.main_account_quotehistory .quote_order_cancle:after , .main_account_quotehistory .quote_order_cancle1:after {
  content: "";
  background: url(/cdn/shop/files/cancle.svg?v=1731566033);
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  transition: all .5s ease-in-out;
}
.main_account_quotetab-content .main_account_quotecontent-body{
  padding: 0px 0 20px;
  margin: 0px 0 20px;
  border-bottom: 1px solid #0000001a;
  display: none;
 }
 .main_account_quotehistory.is-open .main_account_quotecontent-body {
  display: block;
} 
 .main_account_quotecontent-body #quoteproduct-listform{
  margin-top:14px;
 }
.main_account_quotetab-content .main_account_quoteitem {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.main_account_quotetab-content .main_account_quoteitem {
  margin-bottom: 0;
  margin-top: 10px;
}
.main_account_quotetab-content .main_account_quoteitem:last-child {
  margin-bottom: 0;
}
.main_account__quoteitem-chatnote{
  margin-top:28px;
}
.main_account_quoteitem-img-con-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.main_account_quoteitem-imgwrap{
  width: 80px;
  height: 80px;
  background: var(--secondary-color);
  border: 1.5px solid #ececec;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
}
.main_account_quoteitem-imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_account_bottom_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}
.main_account_quotenumber{
  margin-bottom: 16px;
  color: #000000b2;
  font-size: 18px ;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_account_quotenumber strong{
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.4s ease;
}
.main_account_quotedate time , .order_items_count span{
  color: var(--primary-color);
  font-weight: 500;
  text-transform: capitalize;
}
.main_account_quoteitem-titlecontent{
  width: calc(100% - 80px);
    padding-left: 22px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.main_account_quoteitem-title .main_account_quoteitem-titlelink{
  display: inline-block;
  text-decoration: none;
  margin: 0 0 10px;
}
.main_account__quoteitem-pricecontent .main_account__quoteitem-price strong{
  color: var(--tertiary-color);
}
.main_account-quotetotal{
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}
.main_account-quotetotal strong{
  color: var(--tertiary-color);
  font-weight: 700;
}

.main_account__quoteitem-qtycontent{
  display: none;
}
.main_account_quoteitem-content {
  display: none;
}
.main_account-righthead-quotecontent{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom_btn.black_btn.placeorder_btn{
  background-color:var(--tertiary-color);
  color: #fff;
  transition: all .3s ease;
}
.custom_btn.black_btn.placeorder_btn:hover{
  background: var(--quinary-color);
}
.black_btn.resubmitted_btn{
  display: none;
}
.main_account__quoteitem-quotenote{
  display: none;
}
.account-quotes .main_account_tabcontentwrapper .quote-content-loader .loading__spinner {
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
}
.quote-order-submitted .main_account-righthead-quotecontent{
  display: none;
}
.quote-order-closed .main_account-righthead-quotecontent{
  justify-content: end;
}
.quote-order-closed .main_quote_order_cancle{
  visibility: hidden;
}
.quote-order-closed .main_account-quotetotal{
  display: none;
}
.quote-order-submitted .custom_btn.black_btn.placeorder_btn , .quote-order-closed .custom_btn.black_btn.placeorder_btn  {
  display: none;
}
.quote-order-submitted .main_account__quoteitem-price , .quote-order-closed .main_account__quoteitem-price{
  display: none;
}
.quote-order-closed .black_btn.resubmitted_btn{
  background-color: var(--tertiary-color);
  color: #fff;
  transition: all .3s ease;
  display: flex;
}


@media (max-width: 1199px) {
  .main_account_quoteitem-imgwrap {
      width: 65px;
      height: 65px;
  }
}
@media only screen and (max-width: 749px) {
  .main_account_quotenumber{
    font-size: 16px;
    line-height: 22px;
  }
  .main_account-quotetotal{
    font-size: 18px;
  }
}



/* Remove Quote popup */

.block_main_remove_quote_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); 
  z-index: 111;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Modal Content */
.block_main_remove_quote_popup__content {
  position: relative;
  background-color: white;
  /* width: 80%;
  max-height: 80%; */
  max-width: 400px;
  padding: 40px 30px;
  background: white;
  color: black;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.block_main_remove_quote_popup .block_main_remove_quote_popup__content .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  display: block;
}
.block_main_remove_quote_popup .block_main_remove_quote_popup__content .close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #2a3492;
}
.block_main_remove_quote_popup .block_main_remove_quote_popup__content .close span:nth-child(1) {
  transform: rotate(45deg);
}
.block_main_remove_quote_popup .block_main_remove_quote_popup__content .close span:nth-child(2) {
  transform: rotate(135deg);
}

.block_main_remove_quote_popup button {
  background: #2a3492;
  color: white;
  /* margin: 30px; */
  margin:0;
  padding: 5px 30px;
  cursor: pointer;
  border: none;
}
.block_main_remove_quote_popup_body{
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.block__account-remove-popup-title{
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: 600;
}
.block__account-remove-popup-note{
  margin: 0 0 20px ;
  font-size: 14px;
  color: #00000099;
}
.block__account-remove-popup-option-btn{
  display: flex;
  gap: 10px;
  justify-content: center;
}
.quote_order_cancle_btn{
  cursor: pointer;
}
.remove_submitted_order{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.remove_submitted_order span {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .block_main_remove_quote_popup__content{
    width: 90%;
    padding: 20px;
  }
}
.customer.activate .field input{
  border: 1px solid #00000029;
  border-radius: 5px;
  margin: 0;
  padding: 20px 24px;
  height: auto;
  min-height: unset;
  font-size: 14px;
  line-height: 16px;
  color: var(--primary-color);
  font-family: "Inter", sans-serif;
}
.customer.activate .field label{
  display: none;
}

.product-grid .block__product-btn-cart, .product-grid product-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
  }
  .block__product-card-add-to-cart {
    width: calc(50% - 4px);
}
  .product-grid .block__product-card-quote {
    width: calc(50% - 4px);
}
.product-grid .block__cardproduct_btnfull product-form  .block__product-card-quote{
  width: 100%;
}
@media screen and (max-width: 749px) {
  .block__product-card-add-to-cart ,.product-grid .block__product-card-quote {
      width: 100%;
  }
}