.items-address-myaccount-data::after,
.order-item::after {
  content: "";
  -webkit-mask: linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0) border-box;
}

.navigation-woocommerce-lamkadeh {
  position: sticky;
  width: 20%;
  background: rgba(29, 41, 119, 0.06);
  border-radius: 32px;
  overflow: hidden;
}

.navigation-woocommerce-lamkadeh-header {
  width: 100%;
  height: 136px;
  background: var(--main-color);
  border-radius: 0 0 0 32px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-dashboard-items .underline-lamkadeh {
  width: 50%;
  margin: auto;
}

.account-woocommerce-lamkadeh {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: start;
  margin-bottom: 50px;
  margin-top: 30px;
  justify-content: space-around;
}

.account-content-woocommerce-lamkadeh {
  width: 75%;
  min-height: 700px;
  background: #fff;
  border-radius: 32px;
  padding: 20px 15px;
  position: relative;
}

.navigation-woocommerce-lamkadeh-header-profile>span {
  position: absolute;
  height: 22px;
  left: 40%;
  transform: translateX(-50%);
  top: 41px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
}

.img-profile-name span,
.navigation-woocommerce-lamkadeh-header-profile-name span {
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
}

.navigation-woocommerce-lamkadeh-header-profile-name {
  position: absolute;
  width: 174px;
  height: 33px;
  left: 40%;
  transform: translateX(-50%);
  top: 71px;
  background: #f7f8fd;
  border-radius: 10px 0 0 10px;
  color: var(--main-color);
}

.navigation-woocommerce-lamkadeh-header-profile-name span {
  position: absolute;
  width: 98px;
  height: 25px;
  left: 32px;
  top: 4px;
  font-family: peydaBold;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: var(--main-color);
}

.navigation-woocommerce-lamkadeh-header-profile-image {
  position: absolute;
  width: 72px;
  height: 72px;
  left: 70%;
  transform: translateX(-50%);
  top: 32px;
  border: 2px solid #f7f8fd;
  border-radius: 100px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f8fd;
  overflow: hidden;
}

.navigation-woocommerce-lamkadeh-header-profile-image img {
  border-radius: 100px;
}

.navigation-woocommerce-lamkadeh-bottom {
  width: 100%;
  min-height: 608px;
  background: #fff;
  border-radius: 32px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding: 40px 20px;
  gap: 15px;
}

.navigation-woocommerce-lamkadeh-bottom a {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  isolation: isolate;
  justify-content: space-between;
  width: 90%;
  height: 56px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
  border: 1px solid var(--main-color);
  border-radius: 100px;
  cursor: pointer;
}

.navigation-woocommerce-lamkadeh-bottom a.active .navigation-woocommerce-lamkadeh-bottom-svg,
.navigation-woocommerce-lamkadeh-bottom a:hover .navigation-woocommerce-lamkadeh-bottom-svg {
  background-color: var(--main-color);
}

.navigation-woocommerce-lamkadeh-bottom a.active .navigation-woocommerce-lamkadeh-bottom-svg path,
.navigation-woocommerce-lamkadeh-bottom a.active:nth-child(2)>div svg path,
.navigation-woocommerce-lamkadeh-bottom a.active:nth-child(3)>div svg path,
.navigation-woocommerce-lamkadeh-bottom a.active:nth-child(4)>div svg path,
.navigation-woocommerce-lamkadeh-bottom a.active:nth-child(5)>div svg path,
.navigation-woocommerce-lamkadeh-bottom a.active:nth-child(6)>div svg path,
.navigation-woocommerce-lamkadeh-bottom a.active:nth-child(7)>div svg circle,
.navigation-woocommerce-lamkadeh-bottom a.active:nth-child(7)>div svg path,
.navigation-woocommerce-lamkadeh-bottom a.active:nth-child(8)>div svg path,
.navigation-woocommerce-lamkadeh-bottom a:hover .navigation-woocommerce-lamkadeh-bottom-svg path,
.navigation-woocommerce-lamkadeh-bottom a:hover:nth-child(2)>div svg path,
.navigation-woocommerce-lamkadeh-bottom a:hover:nth-child(3)>div svg path,
.navigation-woocommerce-lamkadeh-bottom a:hover:nth-child(4)>div svg path,
.navigation-woocommerce-lamkadeh-bottom a:hover:nth-child(5)>div svg path,
.navigation-woocommerce-lamkadeh-bottom a:hover:nth-child(6)>div svg path,
.navigation-woocommerce-lamkadeh-bottom a:hover:nth-child(7)>div svg circle,
.navigation-woocommerce-lamkadeh-bottom a:hover:nth-child(7)>div svg path,
.navigation-woocommerce-lamkadeh-bottom a:hover:nth-child(8)>div svg path {
  stroke: var(--main-complementary-color);
}

.navigation-woocommerce-lamkadeh-bottom a.active>div span,
.navigation-woocommerce-lamkadeh-bottom a:hover>div span {
  color: var(--main-complementary-color);
}

.navigation-woocommerce-lamkadeh-bottom a .navigation-woocommerce-lamkadeh-bottom-svg {
  display: flex;
  flex-direction: row;
  justify-content: center;
  transition: 0.3s;
  align-items: center;
  padding: 16px;
  gap: 8px;
  width: 52px;
  height: 52px;
  background: #fff;
  border: 1px solid var(--main-color);
  border-radius: 56px;
  flex: none;
  flex-grow: 0;
  margin-left: -30px;
  z-index: 1;
}

.navigation-woocommerce-lamkadeh-bottom a>div svg circle,
.navigation-woocommerce-lamkadeh-bottom a>div svg path {
  transition: 0.3s;
}

.navigation-woocommerce-lamkadeh-bottom a.active:first-child>div svg path,
.navigation-woocommerce-lamkadeh-bottom a:hover:first-child>div svg path {
  fill: var(--main-complementary-color);
}

.navigation-woocommerce-lamkadeh-bottom a>div span {
  height: 22px;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: var(--main-color);
  flex: none;
  transition: 0.3s;
  flex-grow: 0;
}

.navigation-woocommerce-lamkadeh-bottom a>div {
  display: flex;
  justify-content: space-around;
  margin-right: 10px;
  gap: 10px;
}

.navigation-woocommerce-lamkadeh-header-profile-shape-one {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0;
  top: -25px;
  border-radius: 50%;
  background: rgba(247, 248, 253, 0.1);
}

.navigation-woocommerce-lamkadeh-header-profile-shape-two {
  position: absolute;
  width: 54px;
  border-radius: 50%;
  height: 54px;
  left: -27px;
  top: 41px;
  background: rgba(247, 248, 253, 0.1);
}

.navigation-woocommerce-lamkadeh-header-profile-shape-three {
  position: absolute;
  width: 21px;
  border-radius: 50%;
  height: 21px;
  left: 6px;
  top: 34px;
  background: rgba(247, 248, 253, 0.1);
}

.title-header-categories-main {
  margin: inherit !important;
}

.header-categories-main {
  flex-direction: row !important;
}

.text-header-categories-main {
  z-index: 2;
}

.shape-header-categories-main {
  z-index: 1 !important;
  left: inherit !important;
  right: 80px !important;
}

.orders-dashboard {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 190px;
  background: rgba(29, 41, 119, 0.1);
  border-radius: 32px;
  align-items: flex-end;
}

.orders-dashboard-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
  width: 100%;
  height: 120px;
}

.order-item,
.order-item-link {
  flex-direction: row;
  display: flex;
}

.order-item {
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  width: 30%;
  height: 110px;
  flex: none;
  align-self: stretch;
  background: #fff;
  position: relative;
  border-radius: 24px;
  z-index: 1;
}

.order-item::after {
  position: absolute;
  width: 95%;
  height: 94px;
  left: 50%;
  top: 50%;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  border: 2px solid transparent;
  background: linear-gradient(to right, var(--main-color), transparent) border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.order-item-circle {
  margin-right: -70px;
  width: 66px;
  height: 66px;
  background: var(--main-complementary-color);
  border: 4px solid #fff;
  border-radius: 48px;
  flex: none;
  flex-grow: 0;
}

.order-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  gap: 16px;
  height: 50px;
}

.order-item-content>span:first-child {
  color: var(--main-color);
  font-weight: 700;
  font-family: peydaBold;
  font-size: 18px;
}

.order-item-content>span:nth-child(2) {
  height: 19px;
  font-style: normal;
  font-family: dana;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-align: right;
  color: rgba(2, 3, 8, 0.64);
}

.news-dashboard-link,
.orders-dashboard-bottom {
  color: var(--main-color);
  font-family: peydaBold;
}

.order-item-link {
  align-items: center;
  padding: 4px;
  gap: 8px;
  width: 28px;
  height: 28px;
  border: 1px solid var(--main-color);
  border-radius: 40px;
}

.orders-dashboard-bottom {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
  margin-left: 35px;
}

.woocommerce form .form-row {
  display: block;
}

@media (max-width: 768px) {
  .account-woocommerce-lamkadeh {
    flex-direction: column;
    overflow: hidden;
    gap: 20px;
  }

  .account-content-woocommerce-lamkadeh,
  .order-item,
  .woocommerce form .form-row input {
    width: 100%;
  }

  .navigation-woocommerce-lamkadeh {
    width: 85%;
    margin: auto;
    position: relative;
  }

  .header-categories-main {
    margin-top: 0;
  }

  .orders-dashboard {
    height: inherit;
  }

  .orders-dashboard-items {
    height: inherit;
    flex-direction: column;
    gap: 15px;
  }

  .news-dashboard-items {
    padding: 8px;
  }
}

.news-dashboard {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-around;
  margin-top: 20px;
  width: 100%;
  min-height: 472px;
  background: rgba(29, 41, 119, 0.1);
  border-radius: 32px;
}

.news-dashboard-items {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.news-item {
  margin: 10px 0;
  width: 100%;
  min-height: 164px;
  background: #fff;
  border-radius: 24px;
}

.img-profile,
.item-filter-orders {
  background: rgba(29, 41, 119, 0.06);
  position: relative;
}

.news-dashboard-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  font-weight: 500;
  padding: 0;
  gap: 4px;
  margin-left: 40px;
  height: 50px;
}

.news-item-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 5px;
}

.news-item-header-left {
  position: relative;
  width: 50%;
  display: flex;
}

.news-item-header-left svg:first-child {
  position: absolute;
  width: 26.85px;
  height: 28.01px;
  top: -33px;
  left: 30px;
  opacity: 0.1;
}

.news-item-header-left svg:nth-child(2) {
  position: absolute;
  width: 26.85px;
  height: 28.01px;
  top: -30px;
  left: 24px;
}

.news-item-header-right {
  padding: 5px 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 30px;
  width: 50%;
}

.news-item-header-right-content {
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.news-item-header-right-content>span:first-child {
  height: 19px;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 85px;
  display: flex;
  align-items: center;
  text-align: right;
  color: var(--main-color);
  flex: none;
  flex-grow: 0;
}

.news-item-header-right-content>span:nth-child(2) {
  width: 256px;
  height: 13px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: right;
  color: rgba(2, 3, 8, 0.64);
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.news-item-content p {
  margin: 20px 0;
  padding: 0 35px;
  text-align: right;
  color: rgba(2, 3, 8, 0.64);
}

.news-item-content p strong {
  color: var(--main-color);
  font-family: peydaBold;
}

.filter-orders {
  display: flex;
  justify-content: start;
  gap: 20px;
  align-items: center;
  margin: 10px 0;
}

.item-filter-orders {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  gap: 8px;
  isolation: isolate;
  height: 32px;
  border-radius: 24px;
  flex: none;
  flex-grow: 0;
}

.item-filter-orders>span:first-child {
  position: absolute;
  width: 22px;
  height: 22px;
  left: -8px;
  top: -6px;
  border: 1px solid var(--main-color);
  border-radius: 16px;
  flex: none;
  color: var(--main-color);
  display: flex;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  font-family: dana;
  text-align: center;
  order: 1;
  flex-grow: 0;
  z-index: 1;
  transition: 0.3s;
}

.item-filter-orders.active>span:first-child,
.item-filter-orders:hover>span:first-child {
  background: var(--main-complementary-color);
  border: 0 solid;
}

.item-filter-orders>span:nth-child(2),
.tickets-lamkadeh table tr td a span,
p label {
  color: var(--main-color);
  font-family: peydaBold;
  font-weight: 700;
}

.woocommerce-orders-table {
  padding: 0;
  border-spacing: 0;
  border: 0 solid transparent !important;
  border-collapse: separate !important;
  border-spacing: 0 12px !important;
}

.woocommerce-orders-table td {
  border: 0 solid transparent !important;
  text-align: center;
  color: #5d5e61;
}

.woocommerce-orders-table th {
  color: #fff;
  height: 52px;
  background: var(--main-color);
  padding: 10px 0;
  z-index: 1;
  text-align: center;
  font-size: 14px;
}

.img-profile img {
  background-color: #fff;
}

.woocommerce-orders-table tr:nth-child(2n) td {
  background-color: #fff;
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
}

.woocommerce-orders-table tr:nth-child(2n) td:first-child {
  border-left: 1px solid var(--main-color);
}

.woocommerce-orders-table tr:nth-child(2n) td:last-child {
  border-right: 1px solid var(--main-color);
}

.woocommerce-orders-table tr:nth-child(odd) {
  border-radius: 24px;
  overflow: hidden;
  background-color: #1d29771a;
}

.woocommerce-orders-table tr td,
.woocommerce-orders-table tr th {
  display: table-cell;
}

.tickets-lamkadeh tbody tr:nth-child(2n),
.woocommerce-orders-table tr:nth-child(2n) {
  background-color: #fff;
}

.tickets-lamkadeh tbody tr:nth-child(2n) td,
.woocommerce-orders-table tbody tr:nth-child(2n) td {
  border-top: 1px solid var(--main-color) !important;
  border-bottom: 1px solid var(--main-color) !important;
  border-left: none !important;
  border-right: none !important;
}

.tickets-lamkadeh tbody tr:first-child th:first-child,
.woocommerce-orders-table tr:first-child th:first-child {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.tickets-lamkadeh tbody tr:first-child th:last-child,
.woocommerce-orders-table tr:first-child th:last-child {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.tickets-lamkadeh tbody tr:nth-child(odd),
.woocommerce-orders-table tr:nth-child(odd) {
  background-color: #1d29771a;
}

.woocommerce-orders-table tr:not(:first-child) {
  margin: 10px 0;
  padding: 30px 0;
}

.woocommerce-orders-table tr .woocommerce-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  border: 1px solid var(--main-color);
  border-radius: 32px;
  font-family: peydaBold;
  color: var(--main-color);
  margin-left: -55px;
  width: 150px;
  height: 35px;
}

.woocommerce-orders-table tr .woocommerce-button:hover {
  background-color: transparent;
}

.woocommerce-orders-table tr .woocommerce-button span {
  margin: auto;
}

.woocommerce-orders-table tr .woocommerce-button svg {
  width: 35px;
  margin-left: -40px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--main-color);
}

.no-dashboard-lamkadeh {
  margin: 200px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.no-dashboard-lamkadeh span {
  color: var(--main-color);
  font-size: 16px;
}

.img-profile-name span,
.no-dashboard-lamkadeh a {
  font-size: 18px;
  color: var(--main-color);
  font-weight: 700;
  font-family: peydaBold;
}

.no-dashboard-lamkadeh a {
  text-decoration: underline;
}

.wishlist-products {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.img-profile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  border: 1px dashed var(--main-color);
  border-radius: 24px;
  margin: 30px 0;
}

.img-profile .upload-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 8px;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 60%;
  transform: translateX(-50%);
  top: 54px;
  background: var(--main-complementary-color);
  border-radius: 1000px;
  border: 0 solid;
  cursor: pointer;
  z-index: 5;
}

.img-profile img {
  position: absolute;
  width: 72px;
  height: 72px;
  left: 58%;
  transform: translateX(-50%);
  top: 14px;
  border: 2px solid #f7f8fd;
  border-radius: 100px;
  z-index: 4;
}

.img-profile-customer-role {
  position: absolute;
  width: 45px;
  height: 22px;
  left: 52%;
  transform: translateX(-50%);
  top: 23px;
  font-family: peydaBold;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: var(--main-color);
  opacity: 8;
}

.img-profile-name {
  position: absolute;
  height: 33px;
  width: 170px;
  left: 50%;
  transform: translateX(-50%);
  top: 53px;
  background: #f7f8fd;
  z-index: 1;
  border-radius: 10px 0 0 10px;
}

.img-profile-name span {
  position: absolute;
  left: 20px;
  top: 4px;
  text-align: right;
  display: flex;
  align-items: center;
  width: 110px;
}

.input-text {
  border: 0 solid transparent !important;
  padding: 16px 24px !important;
  height: 54px !important;
  background: rgba(29, 41, 119, 0.05) !important;
  border-radius: 14px !important;
  flex: none !important;
  align-self: stretch !important;
  flex-grow: 0 !important;
  outline: 0 !important;
}

.btn-submit,
.btn-submit button {
  background-color: transparent !important;
  color: var(--main-color) !important;
}

.btn-submit,
.button-send-ticket span {
  border: 1px solid var(--main-color);
  display: flex;
}

.btn-submit {
  font-family: peydaBold !important;
  font-weight: 700 !important;
  margin: 10px 0 !important;
  padding: 7px 12px !important;
  border-radius: 100px !important;
  justify-content: center;
  align-items: center;
}

.button-send-ticket {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 20px;
}

.tickets-lamkadeh {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tickets-lamkadeh table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  font-size: 15px;
}

.button-send-ticket svg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 8px;
  width: 36px;
  height: 36px;
  background: var(--main-color);
  border-radius: 1000px;
  flex: none;
  flex-grow: 0;
  margin: 0 -14px;
  z-index: 1;
}

.button-send-ticket span {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  gap: 8px;
  width: 185px;
  height: 36px;
  border-radius: 40px;
  color: var(--main-color);
  font-weight: 700;
  font-family: peydaBold;
  flex: none;
  z-index: 0;
}

.tickets-lamkadeh table tr td a {
  color: var(--main-color);
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  border: 1px solid var(--main-color);
  border-radius: 100px;
  width: 140px;
  height: 35px;
  margin: auto;
}

.tickets-lamkadeh table tr td a svg {
  position: absolute;
  left: -20px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--main-color);
}

.ticket-conversation .conversation-message.admin-message div,
.tickets-lamkadeh tr:not(:first-child) td,
.tickets-lamkadeh tr:not(:first-child) th {
  border: 1px solid var(--main-color);
}

.tickets-lamkadeh th {
  background: var(--main-color);
  font-weight: 600;
  color: #fff;
}

.tickets-lamkadeh tr:first-child th:first-child {
  border-bottom-right-radius: 100px;
}

.tickets-lamkadeh tr:first-child th:last-child {
  border-bottom-left-radius: 100px;
}

.tickets-lamkadeh tbody tr td:first-child,
.tickets-lamkadeh tbody tr td:nth-child(3),
.tickets-lamkadeh tbody tr td:nth-child(5),
.woocommerce table.my_account_orders td:first-child,
.woocommerce table.my_account_orders td:nth-child(2),
.woocommerce table.my_account_orders td:nth-child(3),
.woocommerce table.my_account_orders td:nth-child(5) {
  font-family: dana;
}

.woocommerce table.my_account_orders td {
  padding: 8px 12px;
}

.tickets-lamkadeh tbody tr td {
  color: #5d5e61;
}

.tickets-lamkadeh td,
.tickets-lamkadeh th {
  text-align: center;
  padding: 12px 15px;
  border: none !important;
}

.tickets-lamkadeh td {
  border: none;
}

.tickets-lamkadeh tr:first-child th:first-child {
  border-top-right-radius: 100px;
}

.tickets-lamkadeh tr:first-child th:last-child {
  border-top-left-radius: 100px;
}

.tickets-lamkadeh tr {
  border: 1px solid var(--main-color) !important;
}

.tickets-lamkadeh tbody tr {
  transition: 0.2s;
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
}

.tickets-lamkadeh tbody tr td:first-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.tickets-lamkadeh tbody tr td:last-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 20px;
}

.send-ticket-lamkadeh a {
  display: flex;
  color: var(--main-color);
  align-items: center;
  gap: 7px;
  font-family: peydaBold;
  font-weight: 700;
  width: 100%;
  justify-content: flex-end;
}

.woocommerce-form--ticket {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.woocommerce-form--ticket div {
  width: 50%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.woocommerce-form--ticket div label {
  width: 100%;
}

.woocommerce-form--ticket div input,
.woocommerce-form--ticket div select {
  width: 100%;
  border: 0 solid transparent;
  background-color: #ececec;
  border-radius: 12px;
  padding: 12px !important;
  outline: 0;
  font-family: dana;
}

.woocommerce-form--ticket section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.ticket-conversation .conversation-message.user-message,
.woocommerce-form--ticket section label {
  width: 100%;
}

.woocommerce-form--ticket section textarea {
  width: 100%;
  border: 0 solid transparent;
  background-color: #ececec;
  border-radius: 12px;
  padding: 12px !important;
  outline: 0;
  font-family: dana;
}

.woocommerce-form--ticket .form-actions {
  width: 100% !important;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
}

.detail-ticket,
.detail-ticket .items-detail-ticket {
  width: 100%;
  display: flex;
}

.woocommerce-form--ticket .form-actions button {
  display: flex;
  background-color: transparent;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 100px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.woocommerce-form--ticket .form-actions button span {
  color: var(--main-color);
  font-family: peydaBold;
  font-weight: 700;
  width: 140px;
}

.woocommerce-form--ticket .form-actions button svg {
  background-color: var(--main-color);
  border-radius: 100px;
  position: absolute;
  left: -20px;
  width: 35px;
  height: 35px;
}

.detail-ticket {
  flex-direction: column;
  align-items: flex-start;
  margin: 10px 0;
  justify-content: space-between;
}

.detail-ticket .items-detail-ticket div {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 8px;
}

.detail-ticket .items-detail-ticket div label {
  width: 100%;
  color: var(--main-color);
  font-family: peydaBold;
  font-weight: 700;
}

.detail-ticket .items-detail-ticket div input {
  border: 0 solid transparent;
  outline: 0;
  background-color: #ececec;
  padding: 8px;
  border-radius: 12px;
  font-family: dana;
  width: 100%;
}

.ticket-reply-form h4 {
  color: var(--main-color);
  font-weight: 700;
  font-family: peydaBold;
  margin: 10px 0;
}

.ticket-reply-form textarea {
  width: 100%;
  font-family: dana;
  color: #595959;
  padding: 8px;
  border: 0 solid transparent;
  border-radius: 12px;
  outline: 0;
  background-color: #ececec;
}

.ticket-reply-form button {
  margin: 10px 0;
  display: flex !important;
  justify-content: center !important;
  flex-direction: row !important;
  align-items: center !important;
  background-color: transparent !important;
  border-radius: 100px !important;
  position: relative;
  border: 1px solid var(--main-color) !important;
}

.ticket-reply-form button span {
  color: var(--main-color) !important;
  font-family: peydaBold !important;
  font-weight: 700 !important;
  width: 140px !important;
}

.ticket-reply-form button svg {
  position: absolute;
  left: -20px;
  width: 35px;
  height: 35px;
  background-color: var(--main-color);
  border-radius: 50%;
}

.ticket-conversation {
  margin: 10px 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
}

.ticket-conversation .conversation-message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 8px;
  height: 190px;
}

.ticket-conversation .conversation-message.admin-message {
  width: 75%;
}

.ticket-conversation .conversation-message div {
  background-color: #ececec;
  border-radius: 12px;
  padding: 7px;
  min-height: 120px;
  width: 100%;
}

.ticket-conversation .conversation-message span {
  color: var(--main-color);
}

.ticket-conversation .conversation-message span strong {
  background-color: var(--main-color);
  color: #fff;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 13px;
  margin: 0 6px;
}

.page-account-edit-address {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
  margin: 15px 0;
}

.page-account-edit-address .woocommerce-Address {
  width: 100%;
  min-height: 277px;
  background: rgba(29, 41, 119, 0.05);
  border-radius: 32px;
  padding: 12px 22px;
}

.woocommerce-Address-title {
  height: auto;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin: 10px 0;
}

.woocommerce-Address-title a {
  text-decoration: underline;
  color: var(--main-color);
  font-family: peydaBold;
}

.woocommerce-Address-title h2 {
  color: var(--main-color);
  font-family: peydaBold;
  font-size: 17px;
}

.items-address-myaccount {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
  border-radius: 16px;
}

.items-address-myaccount-map {
  width: 20%;
  height: 164px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.items-address-myaccount-map img {
  width: 177px;
  height: 155px;
  border-radius: 16px;
}

.items-address-myaccount-data {
  position: relative;
  width: 80%;
  height: 155px;
  padding: 12px;
  z-index: 1;
}

.items-address-myaccount-data::after {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  border: 2px solid transparent;
  background: linear-gradient(to left, var(--main-color), transparent) border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -2;
}

@media (max-width: 768px) {
  .news-item-header-right {
    flex-direction: column;
    width: 100%;
  }

  .news-item-content {
    padding: 0 10px;
  }

  .news-item-content p {
    text-align: justify;
  }

  .news-item-header-left svg:nth-child(2) {
    top: -50px;
  }

  .news-item-header-left svg:first-child {
    top: -55px;
  }

  .news-item-header-right-content>span:first-child {
    line-height: inherit !important;
    margin-bottom: 20px;
  }

  html {
    overflow-x: hidden;
  }

  .filter-orders {
    margin: 20px 0;
    flex-wrap: wrap;
  }

  .woocommerce-orders-table tr td {
    background-color: transparent !important;
    z-index: 0;
  }

  .woocommerce-orders-table tr {
    height: auto !important;
    z-index: 9;
  }

  .woocommerce-orders-table tr:first-child {
    background-color: transparent;
  }

  .woocommerce-orders-table__cell {
    padding: 0 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .img-profile img {
    left: 75%;
  }

  .img-profile-name {
    left: 44%;
  }

  .img-profile .upload-btn {
    left: 80%;
  }

  .img-profile-customer-role {
    left: 45%;
  }

  .ticket-conversation .conversation-message.admin-message {
    width: 85%;
  }

  .items-address-myaccount {
    flex-direction: column;
  }

  .items-address-myaccount-map {
    width: 100%;
    height: auto;
    padding: 12px;
  }

  .items-address-myaccount-map img {
    width: 100%;
    height: auto;
  }

  .items-address-myaccount-data {
    width: 100%;
  }

  .items-address-myaccount-data::after {
    background: linear-gradient(to bottom, var(--main-color), transparent) border-box;
  }

  .product-archive-content-item {
    width: 100% !important;
  }
}

.woocommerce table.shop_table {
  border-collapse: inherit !important;
}

.tickets-lamkadeh tbody tr td:first-of-type,
.woocommerce-orders-table tr td:first-of-type {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

.tickets-lamkadeh tbody tr td:not(:first-child):last-of-type,
.woocommerce-orders-table tr td:not(:first-child):last-of-type {
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}

.amount-order-myaccount-page {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 4px;
  isolation: isolate;
}

.amount-order-myaccount-page .rectangle-amount-order-myaccount {
  position: absolute;
  width: 90px;
  height: 10px;
  right: 50px;
  top: 8px;
  background: var(--main-complementary-color);
  opacity: 0.4;
  border-radius: 4px;
  flex: none;
  flex-grow: 0;
  z-index: 0;
}

.amount-order-myaccount-page .amount-order-myaccount {
  height: 11px;
  font-family: dana;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #5d5e61;
  flex: none;
  flex-grow: 0;
  z-index: 2;
}

.amount-order-myaccount-page .symbol-order-myaccount {
  width: 32px;
  height: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-family: peydaRegular;
  line-height: 14px;
  text-align: right;
  color: #5d5e61;
  flex: none;
  flex-grow: 0;
  z-index: 1;
}