.order-history {
  margin-top: 200px;
}

.order-history .conatiner-section {
  /* padding-left: 70px !important; */
}

.order-history .price-section {
  border-bottom: none;
}

/* 
.price-rs{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  width: 100%;
} */

.order-history .history-col {
  position: relative;
}

.order-history .succes-order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e8e8e8;
  border-radius: 20px;
  padding: 10px 20px 10px 8px;
  margin-bottom: 0px !important;
  position: absolute;
  top: -35px;
  width: 100%;
  left: 0px;
}

.order-history .succes-order h6,
p {
  margin-bottom: 0px !important;
}

.order-history .succes-order h6 {
  color: #3c9734;
  font-size: 17px;
  font-weight: 600;
}

.order-history .succes-order p {
  font-size: 17px;
  color: #010e1e;
  text-decoration: underline;
  font-weight: 600;
}

.order-history .succes-order .icon {
  color: #009045;
  font-size: 20px;
  margin-right: 10px;
}

.track-shipment-navigation {
  cursor: pointer;
}

.order-history .order-box {
  border: 1px solid #3c9734;
  border-radius: 7px;
  font-size: 15px;
  padding: 6px;
  background: #e8fce7;
  color: #3c9734;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center !important;
  gap: 5px;
  /* position: relative; */
  /* bottom: 45px; */
  width: 120px;
  height: 40px;
  margin: 0 auto;
  position: absolute;
  bottom: 10px;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0px);
}

.order-history .price-rs {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
}

.order-history .pagination .page-item .page-link {
  color: #54a44d;
  font-weight: 500;
}

.order-history .pagination .page-item.active .page-link {
  background: #54a44d;
  border: 1px solid #54a44d;
  color: #fff;
}

@media (min-width: 0px) and (max-width: 576px) {
  .order-history {
    margin-top: 100px;
  }

  .order-history .succes-order {
    padding: 9px 15px;
    top: -28px;
  }

  .order-history .succes-order h6 img {
    width: 14%;
    margin-right: 4px;
  }

  .order-history .order-plased-section .order strong {
    font-size: 14px;
  }

  .order-history .order span {
    font-size: 12px;
  }

  .order-history .succes-order h6 {
    font-size: 14px;
  }

  .order-history .succes-order p {
    font-size: 13px;
  }

  .order-history .price-rs {
    font-size: 14px;
  }
}

@media (min-width: 578px) and (max-width: 767px) {
  .order-history {
    margin-top: 136px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .order-history .price-rs {
    font-size: 14px;
  }

  .order-plased-section .price-row .label_text {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .order-history .price-rs {
    font-size: 14px;
  }

  .order-history .succes-order h6 ,
  .order-history .succes-order p  {
    font-size: 15px;
  }

  .order-plased-section .price-row .label_text {
    font-size: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .order-history .price-rs {
    font-size: 15px;
  }
}

@media (min-width: 1400px) {
  .order-history .product-details h6 {
    font-size: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .order-history .product-details p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}


.order-history .succes-order {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .order-history .succes-order p {
    font-size: 16px;
  }

  .order-history .succes-order h6 {
    font-size: 16px;
  }
}