.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}
.arcaffe-MyAccount-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.arcaffe-MyAccount-navigation .woocommerce-breadcrumb {
  margin: 0;
}
.arcaffe-MyAccount-navigation .myaccount-logout-wrapper a {
  color: #fff;
  background: #000;
  border-radius: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: inline-block;
  height: 32px;
  line-height: 31.62px;
  width: 116.17px;
  font-size: 16px;
  text-align: center;
  color: #000;
  border: 1px black solid;
  box-sizing: border-box;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 700;
}

.wrapperControlPanel {
  display: flex;
  flex-direction: column;
  gap: 46.82px;
}

.wrapperControlPanel h2,
.woocommerce-MyAccount-content h1 {
  font-size: 20px;
  color: #060706;
  font-family: "Almoni", sans-serif;
  font-weight: bold;
  line-height: 20px;
}

.headerControlPanel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5.15px;
  padding-top: 44px;
}

.headerControlPanel img {
  width: 45px;
  height: 45px;
  padding-bottom: 5px;
}

.headerControlPanel p {
  font-size: 14px;
  color: #060706;
  font-family: "Almoni", sans-serif;
  font-weight: normal;
  line-height: 17px;
}

.user-dashboard {
  display: flex;
  flex-direction: row-reverse;
  gap: 70.71px;
  font-family: "Almoni", sans-serif;
}

.user-sidebar {
  width: 361.29px;
  min-width: 361.29px;
}

.user-details {
  background: #f2f2f2;
  padding: 13px 17.3px 30px 22px;
  margin-bottom: 17px;
}

.user-details p {
  font-size: 15px;
  color: #060706;
  line-height: 24px;
}

.user-details-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  padding-bottom: 29.61px;
}

.user-details-header a {
  text-decoration: underline;
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  color: #060706;
}

.user-banner img {
  width: 360px;
  height: 360px;
  display: block;
}

.user-content {
  width: 75%;
  max-width: 803.45px;
}

.orders-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  font-family: "Almoni", sans-serif;
  margin-top: 10.5px;
  white-space: nowrap;
  table-layout: fixed;
}

.orders-table thead {
  border-top: 1px solid #e0e0e0;
}

.orders-table tr {
  display: flex;
  align-items: center;
}

.orders-table th {
  height: 20.8px;
}

.orders-table th,
.orders-table td {
  border-bottom: 1px solid #e0e0e0;
  padding: 13.5px 0;
  text-align: right;
  display: inline-block;
}

.orders-table td a {
  font-family: "Almoni", sans-serif;
  font-size: 15px;
  color: #060706;
  text-decoration: underline;
}

.orders-table th:nth-child(1),
.orders-table td:nth-child(1) {
  padding-left: 4.36%;
  width: 8.96%;
}

.orders-table th:nth-child(2),
.orders-table td:nth-child(2) {
  padding-left: 3.54%;
  width: 8.96%;
}

.orders-table th:nth-child(3),
.orders-table td:nth-child(3) {
  padding-left: 22.37%;
  width: 8.96%;
}

.orders-table th:nth-child(4),
.orders-table td:nth-child(4) {
  padding-left: 5.02%;
  width: 8.96%;
}

.orders-table th:nth-child(5),
.orders-table td:nth-child(5) {
  padding-left: 10.96%;
  width: 8.96%;
}

.orders-table th:nth-child(6),
.orders-table td:nth-child(6) {
  padding-left: 0;
  width: 8.96%;
}

.order-boxes {
  display: flex;
  flex-direction: column;
}

.order-boxes h2 {
  padding-bottom: 10.88px;
}

.order-boxes-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 40px;
  border: 1px solid #e0e0e0;
  position: relative;
  min-height: 164.68px;
}

.order-box {
  flex: 1;
  padding: 15px;
  font-size: 14px;
  padding: 23.45px 25.18px 30.13px;
}

.order-box-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  padding-bottom: 23.41px;
}

.shipingOrderBox {
  justify-content: start;
}

.order-box-header a {
  text-decoration: underline;
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  color: #060706;
}

.order-box-header h3 {
  font-size: 15px;
  line-height: normal;
  font-weight: bold;
  color: #060706;
}

.order-box-content {
  display: flex;
  gap: 40px;
}

.order-box-content p {
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  color: #060706;
}

.containerButtonAllInfo {
  display: flex;
  width: 100%;
  justify-content: end;
}

.buttonAllInfo {
  padding: 8.4px 19.37px 8.4px 18.8px;
  border: 0.5px solid #000000;
  font-size: 16px;
  font-weight: bold;
  font-family: "Almoni", sans-serif;
  color: #000000;
  display: block;
  margin-top: 21.25px;
  margin-bottom: 26.5px;
  box-sizing: border-box;
  width: max-content;
}

.noOrders {
  margin-top: 10.5px;
  border-top: 1px solid #e0e0e0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  height: 182px;
}

.noOrders img {
  width: 23.14px;
  height: 23.14px;
}

.noOrders p {
  font-size: 14px;
  font-family: "Almoni", sans-serif;
  font-weight: normal;
  color: #060706;
}

.noOrdersAdress {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  height: 90px;
}

.noOrdersAdress img {
  width: 23.79px;
  height: 30.91px;
}

.noOrdersAdress p {
  font-size: 14px;
  font-family: "Almoni", sans-serif;
  font-weight: normal;
  color: #060706;
}

/* .contentControlPanel {
  padding: 0 20px;
} */

.user-dashboard-mobile {
  display: none;
}

@media (max-width: 1230px) {
  .wrapperControlPanel {
    padding: 0 20px;
  }
}

@media (max-width: 1000px) {
  .wrapperControlPanel {
    padding: 0;
  }
  .user-dashboard {
    display: none;
  }

  .user-dashboard-mobile {
    display: flex;
    flex-direction: column;
  }

  .contentControlPanel {
    padding: 0;
  }

  .wrapperControlPanel {
    gap: 0px;
  }

  .headerControlPanel {
    padding-bottom: 49.57px;
  }
}

.latOrderheader {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.lastOrderMobile {
  padding: 29.81px 28px 30px 30px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.latOrderContent {
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
  justify-content: space-between;
}

.orderContentInfo {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}

.orderContentInfo div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.orderContentInfo p {
  color: #060706;
  font-size: 16px;
  font-family: "Almoni", sans-serif;
  font-weight: normal;
  white-space: nowrap;
}

.latOrderContent .buttonAllInfo {
  margin: 0;
}

.latOrderheader h3 {
  font-size: 20px;
  font-family: "Almoni", sans-serif;
  font-weight: bold;
  color: #060706;
}

.latOrderheader a {
  text-decoration: underline;
  color: #060706;
  font-size: 15px;
  font-family: "Almoni", sans-serif;
}

.user-dashboard-mobile .user-details {
  padding: 24px 32px 32px 25px;
  margin-bottom: 0px;
}

.user-dashboard-mobile .user-details-header a {
  font-size: 15px;
}

.user-dashboard-mobile .user-details p {
  font-size: 16px;
  padding-bottom: 12px;
}

.user-dashboard-mobile .user-details p:last-child {
  padding-bottom: 0px;
}

.lastOrderAddressMobile {
  padding: 29px 32px 30px 25px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.noOrdersAdressMobile {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11.77px;
  margin: 0 auto;
  padding-top: 12.55px;
  padding-bottom: 45.54px;
  flex-direction: column;
}

.countAdresses {
  font-family: "Almoni", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.noOrdersAdressMobile p {
  color: #000;
  font-family: "Almoni", sans-serif;
  font-size: 15px;
}

.noOrdersAdressMobile a {
  color: #000;
  font-family: "Almoni", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 10.23px 27.66px 11.23px 29px;
  border: 0.5px solid #000000;
}

@media (max-width: 1300px) {
  .arcaffe-MyAccount-navigation {
    padding: 0 20px;
  }
}

.logout-button {
  width: 116.17px;
  height: 31.64px;
  padding: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.noAddresses {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-top: 92.51px;
}

.noAddresses img {
  padding-bottom: 12.72px;
}

.noAddresses span {
  padding-bottom: 20.09px;
  color: #060706;
  font-size: 16px;
  font-family: "Almoni", sans-serif;
  font-weight: normal;
}

.noAddresses .AddNewAddress {
  width: 168.57px;
  height: 42.8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #060706;
  font-size: 16px;
  font-family: "Almoni", sans-serif;
  font-weight: bold;
  border: 0.5px solid #000000;
}

@media (max-width: 850px) {
  .logout-button {
    width: 127.66px;
    height: 38.46px;
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .arcaffe-MyAccount-navigation {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .woocommerce-MyAccount-navigation {
    order: 1;
  }

  .user-banner {
    order: 2;
    width: 100%;
    padding-top: 17.23px;
    padding-bottom: 15.77px;
  }

  .user-banner img {
    width: 100%;
    height: 131px;
  }

  .myaccount-logout-wrapper,
  .woocommerce-breadcrumb {
    order: 3;
    display: flex;
  }

  .myaccount-logout-wrapper,
  .woocommerce-breadcrumb {
    width: 100%;
  }

  .myaccount-logout-wrapper::before {
    content: "";
    display: block;
  }

  .myaccount-logout-wrapper {
    display: flex;
    justify-content: end;
    margin-top: -25.33px;
    padding-left: 20px;
    box-sizing: border-box;
  }

  .woocommerce-breadcrumb {
    margin-top: 16px;
  }

  .arcaffe-MyAccount-navigation .woocommerce-breadcrumb {
    display: flex;
    justify-content: flex-start;
    margin-top: 28px;
    box-sizing: border-box;
    padding-right: 27px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    width: 114.77px;
    height: 38.46px;
    border: 0.5px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* .woocommerce-MyAccount-navigation ul li:first-child {
    margin-right: 14.23px;
  }

  .woocommerce-MyAccount-navigation ul li:last-child {
    margin-left: 14.23px;
  } */

  .noAddresses {
    padding-top: 120px;
  }

  .noAddresses img {
    padding-bottom: 15px;
  }

  .noAddresses span {
    padding-bottom: 32.89px;
  }

  .noAddresses .AddNewAddress {
    width: 127.66px;
    height: 38.46px;
  }
}

@media (max-width: 650px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    margin: 0 20px;
    box-sizing: border-box;
    scrollbar-width: none;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    width: min-content;
    padding-left: 25px;
    padding-right: 14.23px;
  }
}

/* @media (max-width: 410px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0 65px;
  }
} */

.wrapperEditAccount {
  padding-top: 45.36px;
}

.edit-account-form {
  max-width: 612.17px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}

.edit-account-rtl {
  margin: 0 auto;
}

.form-title {
  font-family: "Almoni", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #060706;
  padding-bottom: 15.5px;
  margin: 0 20px 29.71px 20px;
  border-bottom: 1px solid #e0e0e0;
}

.edit-account-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  width: 100%;
  border: none;
}

@media (max-width: 768px) {
  .form-grid input[name="first_name"] {
    order: 1;
  }
  .form-grid input[name="phone"] {
    order: 4;
  }
  .form-grid input[name="last_name"] {
    order: 2;
  }
  .form-grid input[name="birthday"] {
    order: 5;
  }
  .form-grid label.email-wrapper {
    order: 3;
  }
}

.edit-account-form input[type="text"],
.edit-account-form input[type="email"] {
  padding: 9.91px 20.64px;
  border: 0.5px solid #000;
  max-width: 295.81px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  font-family: "Almoni", sans-serif;
  color: #000;
}

#phone_number {
  color: #6f7070;
}

.edit-account-form input[type="text"]::placeholder,
.edit-account-form input[type="email"]::placeholder {
  font-size: 14px;
  font-family: "Almoni", sans-serif;
  color: #bebebe;
}

.email-wrapper {
  grid-column: span 2;
  display: flex;
  align-items: center;
  gap: 20px;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkbox-wrapper input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: none;
  border: 0.5px solid #000000;
  margin: 0 !important;
}

.checkbox-wrapper input:checked::after {
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  color: black;
  width: 100%;
  background: #000;
  width: 11px;
  height: 10px;
  margin: 0.8px;
}

.submit-btn {
  margin-top: 30px;
  background-color: #000;
  color: #fff;
  width: 134.42px;
  height: 34.64px;
  border: 0.5px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  font-family: "Almoni", sans-serif;
  margin-bottom: 50px;
}

.newsletterCheckbox {
  display: flex;
}

.newsletterCheckboxMobile {
  display: none;
}

.checkbox-wrapper label {
  font-size: 14px;
  font-family: "Almoni", sans-serif;
  font-weight: normal;
  color: #060706;
}

@media (max-width: 785px) {
  .wrapperEditAccount {
    padding-top: 21.57px;
  }

  .edit-account-form .form-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .email-wrapper {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .checkbox-wrapper input {
    width: 18px;
    height: 18px;
  }

  .checkbox-wrapper label {
    font-size: 13px;
  }

  .newsletterCheckbox {
    display: none;
  }

  .newsletterCheckboxMobile {
    display: flex;
  }

  .submit-btn {
    margin: 0;
    width: 184.36px;
    height: 40.23px;
  }

  .wrapperButtonSaveMobile {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 0 auto;
    max-width: 380px;
    width: 100%;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
    padding-top: 45.5px;
  }

  .form-title {
    font-size: 22px;
    padding-bottom: 10.5px;
    padding-right: 20px;
    margin: 0 0px 25px 0px;
  }

  .form-grid input {
    font-size: 16px;
  }

  .edit-account-form input[type="text"],
  .edit-account-form input[type="email"] {
    max-width: 380px;
  }

  .form-grid input::placeholder {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .wrapperButtonSaveMobile {
    padding: 0 20px;
    max-width: 100%;
    padding-top: 45.5px;
  }
}

.woocommerce-orders-table {
  display: none;
}

.user-content-orders {
  width: 100%;
  max-width: 1229.5px;
  padding-top: 45.36px;
}

.allOrders-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  font-family: "Almoni", sans-serif;
  margin-top: 15.5px;
  white-space: nowrap;
  table-layout: fixed;
}

.allOrders-table thead {
  border-top: 1px solid #e0e0e0;
}

.allOrders-table tr {
  display: flex;
  align-items: center;
}

.allOrders-table th {
  height: 20.8px;
}

.allOrders-table th,
.allOrders-table td {
  border-bottom: 1px solid #e0e0e0;
  padding: 13.5px 0;
  text-align: right;
  display: inline-block;
  height: 22.4px;
}

.allOrders-table td a {
  font-family: "Almoni", sans-serif;
  font-size: 15px;
  color: #060706;
  text-decoration: underline;
}

.allOrders-table th:nth-child(1),
.allOrders-table td:nth-child(1) {
  padding-left: 9.35%;
  width: 5.86%;
}

.allOrders-table th:nth-child(2),
.allOrders-table td:nth-child(2) {
  padding-left: 8.11%;
  width: 5.86%;
}

.allOrders-table th:nth-child(3),
.allOrders-table td:nth-child(3) {
  padding-left: 18.42%;
  width: 5.86%;
}

.allOrders-table th:nth-child(4),
.allOrders-table td:nth-child(4) {
  padding-left: 14.03%;
  width: 5.86%;
}

.allOrders-table th:nth-child(5),
.allOrders-table td:nth-child(5) {
  padding-left: 14.95%;
  width: 6.83%;
}

.allOrders-table th:nth-child(6),
.allOrders-table td:nth-child(6) {
  padding-left: 0;
  width: 5.86%;
}

@media (max-width: 1300px) {
  .user-content-orders {
    padding: 0 20px;
    box-sizing: border-box;
    padding-top: 45.36px;
  }
}

.OrdersMobile {
  display: none;
}

@media (max-width: 850px) {
  .user-content-orders {
    padding: 0;
    padding-top: 22px;
  }

  .user-content-orders h2 {
    padding-right: 20px;
  }

  .OrdersMobile {
    margin-top: 9.57px;
    border-top: 1px solid #e0e0e0;
    padding-top: 17.5px;
    display: block;
  }

  .buttonOneOrder a {
    font-size: 15px;
    font-family: "Almoni", sans-serif;
    color: #060706;
    text-decoration: underline;
  }

  .allOrders-table {
    display: none;
  }

  .oneOrderMobile {
    padding: 31px 29px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .oneOrderMobile:nth-child(even) {
    background-color: #f2f2f2;
  }
}

.woocommerce-order-details,
.woocommerce-column__title,
.woocommerce-MyAccount-content > p,
.woocommerce-customer-details address {
  display: none;
}

.order-status-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.oneOrderHeader {
  padding-bottom: 12.58px;
  border-bottom: 1px solid #e0e0e0;
}

.oneOrderTitle h3 {
  font-size: 20px;
  font-family: "Almoni", sans-serif;
  color: #060706;
  font-weight: bold;
  padding-bottom: 8.15px;
}

.oneOrderTitle p {
  font-size: 14px;
  font-family: "Almoni", sans-serif;
  color: #060706;
}

.oneOrderHeader a {
  border: 1px solid #000000;
  padding: 5.78px 20.08px 8.86px 20.08px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Almoni", sans-serif;
  color: #000000;
  font-weight: bold;
}

.status-step {
  position: relative;
  flex: 1;
  text-align: center;
  z-index: 2;
}

.status-circle {
  width: 14.4px;
  height: 14.4px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e0e0e0;
  display: flex;
  justify-content: end;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}

.status-step:last-child {
  flex: 0;
}

.status-circle.active {
  background: #fff;
  color: white;
}

.status-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 50%;
  width: 100%;
  height: 4.8px;
  background: #e0e0e0;
  z-index: -1;
}

.status-step.active:not(:last-child)::after {
  background: #e0e0e0;
}

.status-label-current {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  margin-right: 10px;
}

.status-label {
  font-weight: normal;
  color: #000000;
  font-size: 12px;
  font-family: "Almoni", sans-serif;
  white-space: nowrap;
}

.status-step.active-line .status-label {
  display: none;
}

.status-circle.active {
  width: 20.08px;
  height: 20.08px;
  border: 1px solid #746744;
  box-sizing: border-box;
}

.status-circle.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.41px;
  height: 15.41px;
  background: #746744;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.status-circle.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.83px;
  height: 3.96px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: translate(-50%, -60%) rotate(-45deg) scaleX(-1);
}

.oneOrderHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.oneOrderProgress {
  width: 479.18px;
}

.status-step:not(:last-child)::after {
  right: 0;
}

.status-step:last-child .status-label {
  white-space: nowrap;
  position: absolute;
  top: -26px;
  right: -135%;
}

.status-step:nth-child(1) .status-label {
  white-space: nowrap;
  position: absolute;
  top: -26px;
  right: -15%;
}

.status-step:nth-child(2) .status-label {
  white-space: nowrap;
  position: absolute;
  top: -26px;
  right: -23%;
}

.status-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11.2px;
  height: 11.2px;
  background: #e0e0e0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.status-step:nth-child(2) .status-circle.active::before,
.status-step:nth-child(2) .status-circle.active::after,
.status-step:nth-child(2) .status-circle::before {
  left: 50%;
}

.status-step:nth-child(1) .status-circle.active::before,
.status-step:nth-child(1) .status-circle.active::after,
.status-step:nth-child(1) .status-circle::before {
  left: 50%;
}

.oneOrderContent {
  padding-top: 23.19px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 88.95px;
  flex-direction: row;
}

.leftContentOrder {
  display: flex;
  flex-direction: column;
  gap: 18.48px;
}

.totalSumOrder {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  width: 419.77px;
  max-width: 419.77px;
  box-sizing: border-box;
  padding: 28.25px 67.77px 35.25px 51.72px;
  background: #f2f2f2;
}

.totalSumOrder .titles {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.totalSumOrder .titles p,
.totalSumOrder .titles span,
.totalSumOrder .titles h2,
.totalSumOrder .titles h3 {
  font-size: 16px;
  font-family: "Almoni", sans-serif;
  color: #060706;
  font-weight: normal;
}

.totalSumOrder .titles p span {
  font-weight: normal !important;
}

.totalSumOrder .titles .totalTitleBolt {
  font-size: 16px;
  font-family: "Almoni", sans-serif;
  color: #060706;
  font-weight: bold;
}

.totalSumOrder .titles .totalTitleBolt span {
  font-size: 16px;
  font-family: "Almoni", sans-serif;
  color: #060706;
  font-weight: bold !important;
}

.addressOrder {
  padding: 26.68px 39.61px 33.07px 51.72px;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 419.77px;
  max-width: 419.77px;
}

.addressOrderContent {
  display: flex;
  justify-content: space-between;
}

.addressOrder h3 {
  color: #060706;
  font-size: 15px;
  font-family: "Almoni", sans-serif;
  font-weight: bold;
  padding-bottom: 25px;
}

.addressOrderContent .titles {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.addressOrderContent .titles p {
  font-size: 14px;
  font-family: "Almoni", sans-serif;
  color: #060706;
  font-weight: normal;
}

.addressOrderContent .titles p span {
  font-size: 14px;
  font-family: "Almoni", sans-serif;
  color: #060706;
  font-weight: normal !important;
}

.downloadCSVOrder {
  color: #060706;
  font-size: 16px;
  font-family: "Almoni", sans-serif;
  text-decoration: underline;
  font-weight: normal;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 9.89px;
}

.OrderProductItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10.24px;
  padding-bottom: 9.77px;
  border-bottom: 1px solid #e0e0e0;
  direction: rtl;
}

.OrderProductList::-webkit-scrollbar {
  width: 4px;
}

.OrderProductList::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 4px;
  border: 0.5px solid #707070;
}

.OrderProductList::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 4px;
}

.OrderProductList::-webkit-scrollbar-thumb:hover {
  background: #707070;
}

.OrderProductList::-webkit-scrollbar-button {
  background-color: transparent;
  height: 1px;
  display: block;
  content: "";
}

.OrderProductItemContent {
  display: flex;
  gap: 11.97px;
  align-items: center;
}

.OrderProductItemContent img {
  width: 62.61px;
  height: 68.61px;
  object-fit: cover;
}

.OrderProductItemTitle {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.OrderProductItemTitle h3,
.OrderProductItemTitle .css-h3 {
  font-family: "Almoni", sans-serif;
  font-size: 15px;
  color: #060706;
  font-weight: bold;
}

.OrderProductItemTitle p {
  font-family: "Almoni", sans-serif;
  font-size: 13px;
  color: #707070;
  font-weight: normal;
}

.OrderProductItemPrice {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: end;
}

.OrderProductItemPrice h3,
.OrderProductItemPrice .css-h3 {
  font-family: "Almoni", sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #060706;
}

.OrderProductItemPrice p {
  font-family: "Almoni", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #707070;
}

.OrderProductList {
  width: 100%;
  height: 100%;
  max-height: 382.56px;
  overflow: auto;
  direction: ltr;
  padding-right: 10px;
}

.mobileProggress {
  display: none;
}

@media (max-width: 1300px) {
  .oneOrderWrapper {
    padding: 0 20px;
  }
}

@media (max-width: 875px) {
  .oneOrderProgress {
    display: none;
  }

  .mobileProggress {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 16.96px;
  }

  .oneOrderHeader {
    border: none;
  }

  .oneOrderWrapper {
    margin-top: -20px;
  }

  .oneOrderHeader {
    padding-bottom: 23.54px;
  }

  .oneOrderHeader a {
    border: 0.5px solid #000000;
    padding: 10.23px 24.87px 11.23px 23.92px;
    font-size: 16px;
  }

  .oneOrderTitle {
    gap: 8px;
  }

  .oneOrderTitle h3 {
    font-size: 22px;
  }

  .oneOrderTitle p {
    font-size: 16px;
  }

  .status-step:last-child .status-label {
    top: -20px;
    right: -240%;
  }

  .status-step:nth-child(1) .status-label {
    top: -20px;
    right: 0%;
  }

  .status-step:nth-child(2) .status-label {
    top: -20px;
    right: -12%;
  }

  .status-step:not(:last-child)::after {
    height: 6px;
    top: 7px;
  }

  .status-circle.active {
    width: 25.09px;
    height: 25.09px;
  }

  .status-circle::before {
    width: 15.41px;
    height: 15.41px;
  }

  .status-circle {
    width: 18px;
    height: 18px;
  }

  .status-circle.active::before {
    width: 19.51px;
    height: 19.51px;
  }

  .status-step:nth-child(2) .status-circle.active::before,
  .status-step:nth-child(2) .status-circle.active::after,
  .status-step:nth-child(2) .status-circle::before {
    left: 50%;
  }

  .status-step:nth-child(1) .status-circle.active::before,
  .status-step:nth-child(1) .status-circle.active::after,
  .status-step:nth-child(1) .status-circle::before {
    left: 50%;
  }

  .oneOrderContent {
    flex-direction: column;
    gap: 16.54px;
  }

  .leftContentOrder {
    gap: 18.9px;
  }

  .totalSumOrder {
    width: 100%;
    max-width: 100%;
  }

  .addressOrder {
    width: 100%;
    max-width: 100%;
  }
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
  display: none;
}

.user-content-address {
  width: 100%;
}

.user-content-address h2 {
  font-size: 20px;
  font-family: "Almoni", sans-serif;
  color: #060706;
  font-weight: bold;
  padding-top: 45.36px;
  padding-bottom: 15.5px;
}

.deleteAddress {
  text-decoration: none;
}

.address-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  font-family: "Almoni", sans-serif;
  white-space: nowrap;
  table-layout: fixed;
}

.address-table thead {
  border-top: 1px solid #e0e0e0;
}

.address-table tr {
  display: flex;
  align-items: center;
}

.address-table th {
  height: 20.8px;
}

.address-table th,
.address-table td {
  border-bottom: 1px solid #e0e0e0;
  padding: 13.5px 0;
  text-align: right;
  display: inline-block;
  height: 22.5px;
}

.address-table td a {
  font-family: "Almoni", sans-serif;
  font-size: 15px;
  color: #060706;
  text-decoration: underline;
}

.address-table th:nth-child(1),
.address-table td:nth-child(1) {
  padding-left: 6.77%;
  width: 5.85%;
}

.address-table th:nth-child(2),
.address-table td:nth-child(2) {
  padding-left: 7.91%;
  width: 4.72%;
}

.address-table th:nth-child(3),
.address-table td:nth-child(3) {
  padding-left: 4.35%;
  width: 11.36%;
}

.address-table th:nth-child(4),
.address-table td:nth-child(4) {
  padding-left: 4.27%;
  width: 6.53%;
}

.address-table th:nth-child(5),
.address-table td:nth-child(5) {
  padding-left: 3.87%;
  width: 5.85%;
}

.address-table th:nth-child(6),
.address-table td:nth-child(6) {
  padding-left: 4.29%;
  width: 5.85%;
}

.address-table th:nth-child(7),
.address-table td:nth-child(7) {
  padding-left: 6.48%;
  width: 5.85%;
}

.address-table th:nth-child(8),
.address-table td:nth-child(8) {
  padding-left: 6.53%;
  width: 5.85%;
}

.address-table th:nth-child(9),
.address-table td:nth-child(9) {
  padding-left: 3%;
  width: 1.13%;
}

@media (max-width: 1300px) {
  .user-content-address {
    padding: 0 20px;
    box-sizing: border-box;
  }
}

.AddressMobileList {
  display: none;
}

@media (max-width: 875px) {
  .user-content-address {
    padding: 0;
  }

  .user-content-address h2 {
    padding: 26px 20px 10px 0px;
  }

  .address-table {
    display: none;
  }

  .AddressMobileList {
    display: block;
  }

  .AddressMobile {
    display: block;
    padding: 25px 25px 35px 34px;
  }

  .AddressMobileList .AddressMobile:first-child {
    border-top: 1px solid #e0e0e0;
  }

  .AddressMobileList .AddressMobile:last-child {
    border-top: 1px solid #e0e0e0;
  }

  .AddressMobileList .AddressMobile:nth-child(even) {
    background: #f2f2f2;
  }

  .AddressMobile .latOrderheader h3 {
    padding-bottom: 16px;
  }

  .AddressMobile .latOrderContent .orderContentInfo div {
    gap: 16px;
  }
}

.formAddress {
  margin: 0 auto;
  width: 100%;
}

.formAddress h3 {
  color: #060706;
  font-size: 18px;
  font-family: "Almoni", sans-serif;
  font-weight: bold;
  padding-bottom: 19px;
}

.formAddress input {
  max-width: 296.14px;
  height: 35.14px;
  width: 296.14px;
  font-size: 14px;
  color: #060706;
  font-family: "Almoni", sans-serif;
  border: 0.5px solid #000000;
  display: flex;
  align-items: center;
  padding-right: 22.18px;
  box-sizing: border-box;
}

.formAddress input::placeholder {
  font-size: 14px;
  color: #6f7070;
  font-family: "Almoni", sans-serif;
}

.topWrapperInput {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

.secondColumnInput,
.firstColumnInput {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: none;
  padding: 0 !important;
}

.miniInputWrapper {
  display: flex;
  gap: 10px;
}

.miniInputWrapper div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.miniInputWrapper input {
  width: 143.39px;
  max-width: 143.39px;
}

.headerAddress {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: end;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15.5px;
  margin-top: 37.59px;
}

.headerAddress h2 {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  font-family: "Almoni", sans-serif;
  padding-bottom: 0;
}

.headerAddress .buttonAddNewAddress {
  width: 116.17px;
  height: 31.64px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.5px solid #000000;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  font-family: "Almoni", sans-serif;
}

.titleFormAdress {
  font-family: "Almoni", sans-serif;
  font-size: 18px;
  color: #060706;
  font-weight: bold;
  padding-top: 29.5px;
  padding-bottom: 19px;
  margin: 0 auto;
  max-width: 610px;
}

.bottomWrapperInput {
  display: flex;
  gap: 20px;
  justify-content: center;
  border: none;
}
fieldset {
  border: 0 !important;
}
.legend-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.user-content-address .form-row {
  max-width: 610px;
  display: flex;
  justify-content: end;
  margin: 0 auto !important;
}

.buttonSaveAddress {
  width: 134.42px;
  height: 40.23px;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-family: "Almoni", sans-serif;
  font-weight: bold;
  margin-top: 25px;
}

@media (max-width: 875px) {
  .buttonAddNewAddress {
    margin-left: 20px;
  }
}

@media (max-width: 775px) {
  .topWrapperInput {
    flex-direction: column;
    gap: 9px;
    justify-content: center;
    margin: 0 auto;
    width: 380px;
  }

  .formAddress {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .titleFormAdress {
    font-size: 20px;
    padding-bottom: 11.77px;
    padding-top: 20.5px;
    max-width: 380px;
    width: 380px !important;
  }

  .firstColumnInput,
  .secondColumnInput,
  .miniInputWrapper div {
    gap: 9px;
  }

  .miniInputWrapper {
    gap: 12px;
  }

  .formAddress input {
    max-width: 380px;
    width: 380px;
    font-size: 16px;
  }

  .miniInputWrapper input {
    width: 184px;
    max-width: 184px;
  }

  .bottomWrapperInput {
    flex-direction: column;
    width: 380px;
    margin: 0 auto;
    gap: 9px;
  }

  .user-content-address .form-row {
    max-width: 380px;
    width: 380px !important;
    padding-top: 40.69px;
  }

  .headerAddress {
    padding-bottom: 10px;
    padding-top: 6.34px;
    margin-top: 0;
  }

  .headerAddress h2 {
    padding-right: 27px;
  }

  .user-content-address .wrapperControlPanel h2,
  .woocommerce-MyAccount-content h1 {
    margin-right: 27px;
  }
}

@media (max-width: 420px) {
  .titleFormAdress {
    width: 100% !important;
    max-width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .topWrapperInput {
    width: 100%;
  }

  .formAddress input {
    width: 100%;
    max-width: 100%;
  }

  .bottomWrapperInput {
    width: 100%;
  }

  .user-content-address .form-row {
    max-width: 100%;
    width: 100% !important;
    padding-top: 40.69px;
  }

  .bottomTittleAddress {
    padding-right: 0;
  }
}

.woocommerce-Price-currencySymbol {
  font-size: 11px !important;
  font-weight: normal !important;
}

.woocommerce-Price-amount.amount bdi {
  font-weight: normal !important;
}
