body .shop2-order-data.ortop, .sand .shop2-order-data.ortop.zakaz, .sand .shop2-order-data {
  max-width: 100% !important; }

.order-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d4d9df; }

.order-top {
  background-color: #f2f5f9; }

.order-top-content {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px 24px 18px; }

.order-top-left {
  margin-right: 43px; }

.order-date {
  align-items: center;
  display: flex;
  min-height: 24px; }

.order-date span {
  /* font-weight: bold; */
  color: #001a34;
  /* font-size: 18px; */
  margin-top: 8px;
  line-height: 1.3; }

.order-num {
  display: flex; }

span.order-num-title {
  font-weight: bold;
  font-size: 18px;
  padding-right: 5px; }

.order-num a {
  color: #005bff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.29;
  /* margin-right: 8px; */
  /* margin-top: 4px; */
  text-decoration: none; }

.order-num a:hover {
  color: #003ead; }

.order-top-right {
  flex-shrink: 0;
  margin-left: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.order-top-right-content {
  align-items: baseline;
  display: flex; }

.order-amount {
  color: #001a34;
  font-size: 14px;
  line-height: 1.29;
  padding-right: 5px; }

.order-amount-num {
  color: #001a34;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2; }

.order-body {
  border-top: 1px solid #f2f5f9; }

.order-body-content {
  display: flex;
  padding: 16px 24px 24px;
  align-content: center;
  align-items: center;
  flex-wrap: wrap; }

.order-body-left {
  flex-grow: 1;
  padding-right: 12px; }

.order-body-right {
  display: none; }

.order-status {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap; }
  .order-status + .order-status {
    margin-top: 4px; }

.order-status-title {
  color: #001a34;
  font-size: 16px;
  font-weight: var(--fontMedium);
  line-height: 1.25;
  margin-bottom: 4px;
  margin-right: 8px; }

.order-status-bg {
  align-items: center;
  border-radius: 12px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  padding: 3px 8px; }

.order-satus-1 {
  background-color: #b1b9c2; }

.order-satus-2 {
  background-color: #8bc34a; }

.order-satus-3 {
  background-color: #ff867d; }

.order-satus-4 {
  background-color: #ffce3c; }

.order-status-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.order-links {
  margin-top: 14px; }

.order-links-content {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: flex-start; }

.order-btn {
  text-decoration: none;
  /*margin-bottom: 5px;*/
  padding: 5px 10px;
  border-radius: 8px; }

a.order-info {
  margin-right: 10px; }

.order-repeat, .order-info {
  color: #957244;
  background: #edd5b4; }

.order-repeat:hover, .order-info:hover {
  color: #705532;
  background: #cfb591; }

img.order-img {
  max-width: 70px; }

a.order-link-img {
  text-decoration: none; }

@media screen and (max-width: 768px) {
  /*.order-date span {
   font-size: 16px;
   }*/
    .order-top-content {
      flex-direction: column; }
    .order-top-right {
      margin-left: 0;
      margin-top: 20px; }
    .order-date span {
      margin-top: 20px; }
    .order-body-content {
      flex-direction: column; }
    .order-body-content {
      display: flex;
      padding: 16px 24px 24px;
      align-content: baseline;
      align-items: flex-start;
      flex-wrap: wrap; }
    .order-body-left {
      width: 100%;
      flex-grow: 1;
      /* padding-right: 12px; */ }
    .order-body-right {
      display: none;
      margin-top: 20px;
      width: 100%; }
    img.order-img {
      max-width: 18%; }
    .order-btn {
      margin-top: 10px;
      padding: 10px;
      text-align: center; }
    .order-links-content {
      flex-direction: column; }
    a.order-info {
      margin-right: 0; } }
