.ShareCart .share-cart-container {
  padding-bottom: 60px;
}

.ShareCart .side-cart {
  position: relative !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100% !important;
}

.ShareCart h5.page-title {
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  padding: 50px 0 15px;
}

.ShareCart .side-cart .order-details {
  padding-top: 30px;
  border: 1px solid #d9d9d9;
  width: 500px;
  height: auto;
}

.ShareCart .side-cart .order-summary {
  width: 350px;
  padding-top: 30px;
  border: 1px solid #d9d9d9;
  border-left: unset;
  height: auto;
}

.ShareCart .side-cart .subscription-orders {
  margin-top: 30px;
}

.ShareCart .side-cart .order-type {
  justify-content: flex-start;
}

.ShareCart .side-cart .order-summary .summary-label-value {
  opacity: 0.8;
}

.ShareCart .side-cart .order-type h6 {
  font-size: 18px;
  font-weight: 700;
}

.ShareCart .side-cart .no-orders {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .ShareCart .side-cart {
    flex-direction: column;
    align-items: center;
  }

  .ShareCart .side-cart .order-summary {
    width: 500px;
    border-left: 1px solid #d9d9d9;
    border-bottom: unset;
  }
}

@media only screen and (max-width: 576px) {
  .ShareCart .side-cart .order-details {
    width: 90%;
  }

  .ShareCart .side-cart .order-summary {
    width: 90%;
  }

  .ShareCart .side-cart .order-info {
    width: 100%;
  }
}