.tracked-result
  max-width 700px

  .order-status
    justify-content start
    margin 0 -15px

  .delivery-container
    border-top 1px solid #eee
    padding-top 30px

    .ordered-product
      display flex
      gap 20px
      flex-wrap wrap
      align-items center

      .title
        white-space: nowrap
        overflow: hidden
        text-overflow: ellipsis
        max-width 400px


.rtl .track-container .track-form{
  text-align: right;
}

.track-container
  display flex
  gap 30px
  justify-content space-between
  align-items center

  .form-wrapper
    flex-grow 1

  .img-wrap
    max-width 400px

  .track-form
    box-shadow none
    max-width 450px
    text-align left
    margin 30px 0

/*RESPONSIVE*/
@media only screen and (max-width: 992px)
  .track-container
    .img-wrap
      display none
