.orderProductStructure .orderedProduct {
  font-size: 14px;
}
.orderProductStructure .orderedProduct:not(:last-child) .orderedProductWrapper {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
}
.orderProductStructure .orderedProduct:last-child .orderedProductWrapper {
  margin-bottom: 15px;
}
.orderProductStructure .orderedProduct .orderedProductContainerRight {
  width: 100%;
}
.orderProductStructure .orderedProduct .orderedProductImageContainer {
  float: left;
  position: relative;
  width: 70px;
}
.orderProductStructure .orderedProduct .orderedProductTitleContainer {
  align-self: start;
  color: #404040;
  margin-right: auto;
}
.orderProductStructure .orderedProduct .orderedProductPropertyTitle {
  font-weight: 500;
  padding-bottom: 10px;
}
.orderProductStructure .orderedProduct .orderedProductPriceContainer,
.orderProductStructure .orderedProduct .orderedProductTaxContainer,
.orderProductStructure .orderedProduct .orderedProductTotalContainer,
.orderProductStructure .orderedProduct .orderedProductQuantityContainer {
  align-self: start;
  color: #404040;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: end;
  margin-right: 10px;
  min-width: 90px;
  white-space: nowrap;
}
.orderProductStructure .orderedProduct .orderedProductContainerRightInner > *:last-child {
  margin-right: 0;
}
.orderProductStructure .orderedProduct .orderedProductStartingPrice {
  color: #68696c;
}
@media (max-width: 1250px) {
  .orderProductStructure .orderedProduct .orderedProductImageContainer {
    width: 140px;
  }
  .orderProductStructure .orderedProduct .orderedProductContainerLeft {
    width: auto;
  }
  .orderProductStructure .orderedProduct .orderedProductContainerRight {
    flex-wrap: wrap;
  }
  .orderProductStructure .orderedProduct .orderedProductContainerRightInner {
    display: flex;
    float: left;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
  .orderProductStructure .orderedProduct .orderedProductPriceContainer,
  .orderProductStructure .orderedProduct .orderedProductTaxContainer,
  .orderProductStructure .orderedProduct .orderedProductTotalContainer {
    text-align: end;
    width: 100%;
  }
  .orderProductStructure .orderedProduct .orderedProductTitleContainer,
  .orderProductStructure .orderedProduct .orderedProductQuantityContainer {
    text-align: start;
    width: 100%;
  }
}
@media (max-width: 580px) {
  .orderProductStructure .orderedProduct .orderedProductWrapper {
    flex-wrap: wrap;
  }
  .orderProductStructure .orderedProduct .orderedProductPriceContainer,
  .orderProductStructure .orderedProduct .orderedProductTaxContainer,
  .orderProductStructure .orderedProduct .orderedProductTotalContainer,
  .orderProductStructure .orderedProduct .orderedProductQuantityContainer,
  .orderProductStructure .orderedProduct .orderedProductTitleContainer {
    align-items: start;
    flex-direction: row;
    gap: 8px;
    justify-content: start;
    margin-right: 0;
    text-align: start;
    width: 100%;
  }
  .orderProductStructure .orderedProduct .orderedProductPriceContainer,
  .orderProductStructure .orderedProduct .orderedProductTaxContainer,
  .orderProductStructure .orderedProduct .orderedProductTotalContainer,
  .orderProductStructure .orderedProduct .orderedProductQuantityContainer {
    width: calc(50% - 5px);
  }
  .orderProductStructure .orderedProduct .orderedProductTitleContainer .orderedProductPropertyTitle {
    padding-bottom: 10px;
  }
  .orderProductStructure .orderedProduct .orderedProductPropertyTitle {
    padding-bottom: 0;
  }
  .orderProductStructure .orderedProduct .orderedProductImageContainer {
    width: 100%;
  }
  .orderProductStructure .orderedProduct .orderedProductContainerRightInner {
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
}

/*# sourceMappingURL=temp.css.map */
