.order-item{
  border-bottom: 1px solid #EBECED;
  padding-bottom: 3.2rem;
  margin-bottom: 3.2rem;
  align-items: flex-end;
}
.order-item:last-child{
  margin-bottom: 0;
}
body:has(.order-box) .order-item{
  padding-bottom: 0;
}
.order-title:last-child{
  margin-bottom: 0;
}
.order-title .btn-link{
  flex-shrink: 0;
  margin-left: 1.6rem;
}
.order-columns{
  align-items: flex-start;
}
.order-column{
  margin-right: 4rem;
}
.order-column:last-child{
  margin-right: 0;
}
.order-column span{
  display: block;
  font-size: 1.2rem;
  line-height: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.order-img{
  margin-right: 0.6rem;
  width: 4rem;
  height: 4rem;
  border-radius: 0.6rem;
  border: 1px solid #E1E3E3;
  padding: 0.2rem 0.2rem 0 0.2rem;
}
.order-img:last-child{
  margin-right: 0;
}
.order-box{
  border: 1px solid #E1E3E3;
  border-radius: 1.2rem;
  padding: 3.2rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.order-box:last-child{
  margin-bottom: 0;
}
.order-tracker-list{
  position: relative;
}
.order-tracker-list::after{
  position: absolute;
  content: "";
  left: 0.9rem;
  top: 0.2rem;
  width: 0.2rem;
  height: calc(100% - 0.4rem);
  background: #E1E3E3;
}
.order-tracker-item{
  position: relative;
  margin-bottom: 1.6rem;
  justify-content: space-between;
  padding-left: 3rem;
  color: #A4A6A7;
}
.order-tracker-item:last-child{
  margin-bottom: 0;
}
.order-tracker-item::after{
  position: absolute;
  content: "";
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid #E1E3E3;
  z-index: 1;
}
.order-tracker-item.compeleted,
.order-tracker-item.current{
  color: var(--black);
}
.order-tracker-item.compeleted::after{
  background: url(../images/icon-tick-white.png) var(--pink);
  background-repeat: no-repeat;
  background-position: center;
  border-color: var(--pink);
}
.order-tracker-item.current::after{
  border-width: 0.2rem;
  border-color: var(--pink);
}
.order-tracker-item.current .order-tracker-text{
  font-weight: 600;
}
.order-product-item{
  margin-bottom: 1.6rem;
}
.order-product-item:last-child{
  margin-bottom: 0;
}
.order-product-img{
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 0.6rem;
  overflow: hidden;
  margin-right: 2rem;
  background: var(--snow-01);
}
.order-product-img img {
  max-width: 3.6rem;
  max-height: 3.6rem;
}
.order-product-text p{
  font-weight: normal;
}
a.order-product-item:hover .fw-16{
  color: var(--pink);
  text-decoration: underline;
}
.order-payment-item{
  margin-bottom: 1.2rem;
  justify-content: space-between;
}
.order-payment-item:last-child{
  margin-bottom: 0;
}
.order-payment-item p{
  font-weight: 600;
  margin: 0;
}
.order-payment-item img{
  max-width: 5rem;
  max-height: 2.6rem;
}
@media(min-width:1460px) and (max-width:1499.98px){
}
@media(min-width:1360px) and (max-width:1459.98px){
  .order-item {
    padding-bottom: 2.8rem;
    margin-bottom: 2.8rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .order-item {
    padding-bottom: 2.8rem;
    margin-bottom: 2.8rem;
  }
  .order-column {
    margin-right: 3.2rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .order-item {
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .order-column {
    margin-right: 2.2rem;
  }
  .order-img {
    margin-right: 0.4rem;
    width: 3.6rem;
    height: 3.6rem;
  }
  .order-box {
    padding: 2.4rem;
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .order-item {
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .order-column {
    margin-right: 3.2rem;
  }
  .order-box {
    padding: 2.4rem;
  }
}
@media(max-width:767.98px){
  .order-item {
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
    flex-wrap: wrap;
  }
  .order-title .btn-link {
    margin-left: 1.2rem;
  }
  .order-column {
    margin-right: 2rem;
  }
  .order-right {
    width: 100%;
    margin-top: 1.6rem;
  }
  .order-img {
    margin-right: 0.4rem;
    width: 3.6rem;
    height: 3.6rem;
  }
  .order-box {
    padding: 2rem;
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .order-tracker-item {
    margin-bottom: 1.4rem;
    flex-wrap: wrap;
  }
  .order-tracker-date {
    width: 100%;
  }
  .order-product-img {
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 1.6rem;
  }
  .order-payment-item span{
    padding-right: 1.6rem;
  }
  .order-payment-item p span,
  .order-payment-item span + span{
    padding-right: 0 !important;
  }
  .order-btn .btn{
    width: 100%;
  }
}