.dash-target-order-details-cont {
  padding: 1.5vw;
  width: 100%;
  min-height: 10vw;
  border-radius: 0.9vw;
  border: 0.12vw solid #f1f5f9;
  gap: 1vw;
  justify-content: start !important;
  align-items: start !important;
  position: relative;
}

.dash-target-order-details-top-bar {
  padding-bottom: 1.5vw;
  width: 100%;
  gap: 1vw;
  justify-content: space-between !important;
  border-bottom: 0.12vw solid #f1f5f9;
}

.dash-target-order-details-top-bar > div a svg {
  width: 1.9vw;
}

.dash-target-order-details-top-bar > div a svg path {
  transition: all 0.25s ease-in-out;
}

.dash-target-order-details-top-bar > div a:hover svg path {
  stroke: var(--red);
}

.dash-target-order-details-top-bar > div {
  gap: 0.75vw;
}

.dash-target-order-details-top-bar > div h2.title {
  font-size: 1.1vw;
  color: var(--green);
  font-family: Kalameh, sans-serif;
  font-weight: bold;
}

.dash-target-order-details-top-bar a.download-invoice {
  padding: 0.8vw 1vw;
  gap: 0.5vw;
  font-size: 0.85vw;
  color: #64748b;
  font-weight: 500;
  border: 0.12vw solid #f1f5f9;
  border-radius: 1vw;
  transition: all 0.2s ease-in-out;
}

.dash-target-order-details-top-bar a.download-invoice i {
  font-size: 1.15vw;
}

.dash-target-order-details-top-bar a.download-invoice:hover {
  color: var(--red);
}

ul.order-status-steps-progress {
  padding: 2vw;
  width: 100%;
  position: relative;
  justify-content: space-between !important;
  z-index: 2;
}

ul.order-status-steps-progress li {
  padding: 0.75vw;
  width: 4vw;
  height: 4vw;
  background-color: #f1f5f9;
  border-radius: 1vw;
  position: relative;
  z-index: 2;
}

ul.order-status-steps-progress li.active {
  background-color: var(--green);
}

ul.order-status-steps-progress li svg {
  width: 100%;
}

ul.order-status-steps-progress li svg path {
  fill: #94a3b8;
  transition: all 0.25s ease-in-out;
}

ul.order-status-steps-progress li.active svg path {
  fill: var(--light-green2);
}

ul.order-status-steps-progress li:nth-child(3) svg,
ul.order-status-steps-progress li:nth-child(4) svg {
  transform: scale(1.05);
}

ul.order-status-steps-progress li:nth-child(5) svg {
  transform: scale(0.9);
}

ul.order-status-steps-progress li span {
  display: inline-block;
  width: 140%;
  position: absolute;
  top: 130%;
  font-weight: 500;
  font-size: 0.8vw;
  color: #94a3b8;
  text-align: center;
}

ul.order-status-steps-progress li.active span {
  color: var(--dark-box-bg);
  font-weight: 600;
}

ul.order-status-steps-progress .order-status-steps-progress-bar {
  padding: 7.3vw;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  justify-content: space-between !important;
}

ul.order-status-steps-progress
  .order-status-steps-progress-bar
  .progress-bar-slice {
  width: 5vw;
  height: 0.145vw;
  border-radius: 0.15vw;
  background-color: #f1f5f9;
  position: relative;
}

ul.order-status-steps-progress
  .order-status-steps-progress-bar
  .progress-bar-slice.active {
  background-color: var(--green);
}

ul.order-status-steps-progress
  .order-status-steps-progress-bar
  .progress-bar-slice::before {
  content: "";
  width: 0.25vw;
  height: 0.145vw;
  border-radius: 0.15vw;
  background-color: #f1f5f9;
  position: absolute;
  left: -0.45vw;
}

ul.order-status-steps-progress
  .order-status-steps-progress-bar
  .progress-bar-slice::after {
  content: "";
  width: 0.25vw;
  height: 0.145vw;
  border-radius: 0.15vw;
  background-color: #f1f5f9;
  position: absolute;
  right: -0.45vw;
}

ul.order-status-steps-progress
  .order-status-steps-progress-bar
  .progress-bar-slice.active::before,
ul.order-status-steps-progress
  .order-status-steps-progress-bar
  .progress-bar-slice.active::after {
  background-color: var(--green);
}

.dash-target-order-main-details {
  margin-top: 3vw;
  padding: 1.5vw;
  width: 100%;
  border-radius: 0.9vw;
  border: 0.12vw solid #f1f5f9;
  position: relative;
}

.dash-target-order-main-details-div1 {
  padding-bottom: 1.25vw;
  width: 100%;
  position: relative;
  justify-content: space-between !important;
  border-bottom: 0.12vw solid #f1f5f9;
}

.dash-target-order-main-details-div1 > div {
  padding: 1vw 0;
  width: 50%;
  position: relative;
  gap: 1vw;
  align-items: start !important;
}

.dash-target-order-main-details-div1 > div:first-child {
  border-left: 0.12vw solid #f1f5f9;
}

.dash-target-order-main-details-div1 > div:last-child {
  padding-right: 1.5vw;
}

.dash-target-order-main-details-div1 > div h4 {
  color: #b7bfc5;
  font-weight: 500;
  gap: 0.5vw;
  font-size: 0.92vw;
}

.dash-target-order-main-details-div1 > div h4 span {
  color: #161d25;
  font-weight: 600;
}

.dash-target-order-main-details-div2 {
  padding-top: 2vw;
  width: 100%;
  position: relative;
  gap: 1vw;
}

.dash-target-order-main-details-div2 > div {
  width: 100%;
  position: relative;
  gap: 2vw;
  justify-content: start !important;
}

.dash-target-order-main-details-div2 > div h4 {
  color: #b7bfc5;
  font-weight: 500;
  gap: 0.5vw;
  font-size: 0.92vw;
}

.dash-target-order-main-details-div2 > div h4 span {
  color: #161d25;
  font-weight: 600;
}

.dash-target-order-items {
  margin-top: 1vw;
  padding: 1.5vw;
  width: 100%;
  border-radius: 0.9vw;
  border: 0.12vw solid #f1f5f9;
  position: relative;
}

.dash-target-order-item-card {
  padding-top: 1vw;
  padding-bottom: 2vw;
  width: 100%;
  border-bottom: 0.12vw solid #f1f5f9;
  position: relative;
  justify-content: space-between !important;
  align-self: start !important;
}

.dash-target-order-item-card-div-right {
  gap: 1vw;
  position: relative;
  justify-content: start !important;
}

.dash-target-order-item-card-div-right figure {
  width: 8vw;
  height: 8.5vw;
  position: relative;
}

.dash-target-order-item-card-div-right figure img {
  width: 100%;
  height: 100%;
}

.dash-target-order-item-card-div-right figure .discount-label {
  width: 2.5vw;
  height: 2.5vw;
  position: absolute;
  top: 0.25vw;
  right: 0.25vw;
  z-index: 3;
  color: var(--light-bg);
}

.dash-target-order-item-card-div-right figure .discount-label svg {
  width: 100%;
  position: absolute;
  z-index: 1;
  fill: var(--green);
}

.dash-target-order-item-card-div-right figure .discount-label span {
  display: inline-block;
  color: var(--light-bg);
  font-size: 0.9vw;
  font-weight: 500;
  position: absolute;
  z-index: 3;
  transform: translateY(-0.1vw);
}

.dash-target-order-item-card-texts-details {
  gap: 1vw;
  align-items: start !important;
  justify-content: start !important;
}

.dash-target-order-item-card-texts-details h3 {
  font-weight: bold;
  font-size: 1vw;
  color: var(--dark-box-bg);
}

.dash-target-order-item-card-texts-details .color {
  gap: 0.5vw;
}

.dash-target-order-item-card-texts-details .color > span:nth-child(1) {
  padding: 0.15vw;
  width: 1.6vw;
  height: 1.6vw;
  border: 0.1vw solid;
  border-radius: 50%;
}

.dash-target-order-item-card-texts-details .color span:nth-child(1) span {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.dash-target-order-item-card-texts-details .color > span:nth-child(2) {
  font-weight: 600;
  font-size: 0.85vw;
}

.dash-target-order-item-card-texts-details .quantity {
  gap: 0.7vw;
}

.dash-target-order-item-card-texts-details .quantity > span:nth-child(1) {
  font-weight: 500;
  font-size: 0.9vw;
  color: #909090;
}

.dash-target-order-item-card-texts-details .quantity > span:nth-child(2) {
  font-weight: 600;
  font-size: 0.9vw;
  color: var(--dark-box-bg);
}

.dash-target-order-item-card-texts-details .guarantee-msg {
  font-weight: 500;
  font-size: 0.87vw;
  color: #b7bfc5;
  gap: 0.4vw;
}

.dash-target-order-item-card-texts-details .guarantee-msg i {
  font-size: 1.25vw;
}

.dash-target-order-item-price-cont {
  gap: 0.7vw;
  position: absolute;
  bottom: 1.5vw;
  left: 1.5vw;
}

.dash-target-order-item-price-cont h3 {
  color: #50b83c;
  font-size: 1.7vw;
  font-weight: 600;
}

.dash-target-order-item-price-cont svg.toman {
  width: 2.1vw;
  fill: var(--green);
}

@media (max-width: 450px) {
  ul.order-status-steps-progress li {
    padding: 0.75vw;
    width: 7vw;
    height: 7vw;
    background-color: #f1f5f9;
    border-radius: 1vw;
    position: relative;
    z-index: 2;
  }
  ul.order-status-steps-progress li span {
    display: inline-block;
    width: 140%;
    position: absolute;
    top: 130%;
    font-weight: 500;
    font-size: 1.9vw;
    /* white-space: nowrap; */
    color: #94a3b8;
  }
  .dash-target-order-details-top-bar > div h2.title {
    font-size: 2.9vw;
    color: var(--green);
    font-family: Kalameh, sans-serif;
    font-weight: bold;
  }
  .dash-target-order-details-top-bar a.download-invoice {
    padding: 1.8vw 1vw;
    gap: 0.5vw;
    font-size: 2.99vw;
    color: #64748b;
    font-weight: 500;
    border: 0.52vw solid #f1f5f9;
    border-radius: 1.8vw;
    transition: all 0.2s ease-in-out;
  }
  .dash-target-order-details-top-bar > div a svg {
    width: 2.9vw;
  }
  .dash-target-order-details-cont {
    padding: 1.5vw;
    width: 100%;
    min-height: 10vw;
    border-radius: 2vw;
    border: 0.52vw solid #f1f5f9;
    gap: 1vw;
    justify-content: start !important;
    align-items: start !important;
    position: relative;
  }
  .dash-target-order-details-top-bar {
    border-bottom: 0.4vw solid #f1f5f9;
  }
  .dash-target-order-details-top-bar a.download-invoice i {
    font-size: 2.95vw;
  }

  ul.order-status-steps-progress {
    margin-bottom: 6vw;
    margin-top: 5vw;
  }
  ul.order-status-steps-progress
    .order-status-steps-progress-bar
    .progress-bar-slice::before {
    content: "";
    width: 0;
    height: 0;
    border-radius: 0.15vw;
    background-color: #f1f5f9;
    position: absolute;
    left: 0;
  }
  ul.order-status-steps-progress
    .order-status-steps-progress-bar
    .progress-bar-slice::after {
    content: "";
    width: 0vw;
    height: 0;
    border-radius: 0.15vw;
    background-color: #f1f5f9;
    position: absolute;
    right: 0;
  }
  ul.order-status-steps-progress
    .order-status-steps-progress-bar
    .progress-bar-slice {
    width: 16vw;
    height: 0.445vw;
    border-radius: 0.15vw;
    background-color: #f1f5f9;
    position: relative;
  }
  .dash-target-order-main-details {
    margin-top: 3vw;
    padding: 1.5vw;
    width: 100%;
    border-radius: 2vw;
    border: 0.4vw solid #f1f5f9;
    position: relative;
  }
  .dash-target-order-main-details-div1 > div:first-child {
    border-left: 0.4vw solid #f1f5f9;
  }
  .dash-target-order-main-details-div1 {
    border-bottom: 0.4vw solid #f1f5f9;
  }
  .dash-target-order-main-details-div1 > div h4 {
    color: #b7bfc5;
    font-weight: 500;
    gap: 1.5vw;
    font-size: 2.9vw;
    flex-direction: column !important;
    align-items: start !important;
  }
  .dash-target-order-main-details-div2 > div {
    width: 100%;
    position: relative;
    gap: 2vw;
    justify-content: space-between !important;
  }

  .dash-target-order-main-details-div2 > div h4 {
    color: #b7bfc5;

    font-weight: 500;

    gap: 1.88vw;

    font-size: 2.72vw;
  }
  .dash-target-order-main-details-div2 {
    padding-top: 2vw;
    width: 100%;
    position: relative;
    gap: 5vw;
  }
  .dash-target-order-items {
    margin-top: 6vw;
    padding: 1.5vw;
    width: 100%;
    border-radius: 2vw;
    border: 0.4vw solid #f1f5f9;
  }
  .dash-target-order-item-card {
    border-bottom: 0.4vw solid #f1f5f9;
  }
  .dash-target-order-item-card-div-right figure {
    width: 20vw;
    height: 20.5vw;
    position: relative;
  }
  .dash-target-order-item-card-div-right figure .discount-label {
    width: 7vw;
    height: 7vw;
    position: absolute;
    top: -1.25vw;
    right: 1.15vw;
    z-index: 3;
    color: var(--light-bg);
  }
  .dash-target-order-item-card-div-right figure .discount-label span {
    display: inline-block;
    color: var(--light-bg);
    font-size: 2.6vw;
    font-weight: 500;
    position: absolute;
    z-index: 3;
    transform: translateY(-0.1vw);
  }
  .dash-target-order-item-card-texts-details h3 {
    font-weight: bold;
    font-size: 2.8vw;
    color: var(--dark-box-bg);
  }
  .dash-target-order-item-card-texts-details .color > span:nth-child(2) {
    font-weight: 600;
    font-size: 2.2vw;
  }
  .dash-target-order-item-card-texts-details .color > span:nth-child(1) {
    padding: 0.15vw;
    width: 2.6vw;
    height: 2.6vw;
    border: 0.1vw solid;
  }

  .dash-target-order-item-card-texts-details .quantity > span:nth-child(1) {
    font-weight: 500;

    font-size: 2.2vw;

    color: #909090;
  }
  .dash-target-order-item-card-texts-details .quantity > span:nth-child(2) {
    font-weight: 600;
    font-size: 2.2vw;
    color: var(--dark-box-bg);
  }
  .dash-target-order-item-card-texts-details .guarantee-msg i {
    font-size: 2.25vw;
  }
  .dash-target-order-item-card-texts-details .guarantee-msg {
    font-weight: 500;
    font-size: 2.2vw;
    color: #b7bfc5;
    gap: 0.4vw;
  }

  .dash-target-order-item-price-cont h3 {
    color: #50b83c;

    font-size: 3.9vw;

    font-weight: 600;
  }
  .dash-target-order-main-details-div1 > div {
    padding: 1vw 0;
    width: 50%;
    position: relative;
    gap: 5vw;
    align-items: start !important;
  }
  .dash-target-order-item-card-texts-details {
    gap: 3vw;
    align-items: start !important;
    justify-content: start !important;
  }
}
