.order-history {
  font-size: 14px;
  line-height: 22px;
  border: none;
}
.order-history span.order-status {
  text-transform: capitalize;
}
@media screen and (max-width: 1023px) {
  .order-history tr {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .order-history tr th {
    display: none;
  }
  .order-history tr td {
    display: block;
    position: relative;
    width: 100%;
  }
}
.order-history tr th:first-child, .order-history tr td:first-child {
  padding-left: 10px;
}
.order-history tr th {
  padding: 0px 20px 10px;
  border: none;
  color: #969696;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.order-history tr.payment-info, .order-history tr.divider {
  display: none;
  opacity: 0;
}
.order-history tr.payment-info.on, .order-history tr.divider.on {
  display: table-row;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .order-history tr.payment-info.on, .order-history tr.divider.on {
    display: flex;
  }
}
.order-history tr.item {
  display: none;
  opacity: 0;
}
.order-history tr.item.on {
  display: table-row;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .order-history tr.item.on {
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  .order-history tr.item {
    display: flex;
  }
}
.order-history tr.item td {
  border-width: 1px 0px 1px 0px;
}
@media screen and (max-width: 1023px) {
  .order-history tr.item td {
    display: flex;
    justify-content: space-between;
    border-width: 0px 1px 1px 1px;
  }
}
.order-history tr.item td:first-child {
  border-left-width: 1px;
}
@media screen and (max-width: 1023px) {
  .order-history tr.item td:first-child {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .order-history tr.item td:first-child {
    width: 100%;
    border-width: 1px 1px 1px 1px;
  }
}
@media screen and (max-width: 600px) {
  .order-history tr.item td:nth-child(2) {
    width: 100%;
    border-width: 1px 1px 1px 1px;
  }
}
.order-history tr.item td:last-child {
  border-right-width: 1px;
}
.order-history tr.item td span.th {
  display: none;
}
@media screen and (max-width: 1023px) {
  .order-history tr.item td span.th {
    display: block;
  }
}
.order-history tr td {
  vertical-align: top;
  padding: 20px;
  border-color: #ECEDED;
}
.order-history tr td.course_name {
  width: 35%;
}
@media screen and (max-width: 1023px) {
  .order-history tr td.course_name {
    flex-grow: 1;
    border-width: 1px 1px 1px 0px;
    display: block;
  }
}
.order-history tr td.course_name .course_title {
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #2C6EA9;
}
.order-history tr td.course_name .course_version {
  font-size: 12px;
  line-height: 19px;
  color: #1BA5DB;
  font-weight: bold;
  font-style: italic;
}
.order-history tr td.course_name .course_dates span {
  display: block;
  font-size: 12px;
  line-height: 19px;
  color: #1BA5DB;
  font-weight: bold;
  font-style: italic;
}
.order-history tr td.course_name .course_dates span.expired {
  display: inline-block;
  color: #C01818;
}
.order-history tr td.course_name .course_addons {
  font-size: 12px;
  line-height: normal;
  color: #1BA5DB;
  font-style: italic;
}
.order-history tr td.course_name .course_addons ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.order-history tr td.course_name .course_addons ul li {
  display: block;
  position: relative;
  margin-bottom: 0px;
  padding-left: 14px;
}
.order-history tr td.course_name .course_addons ul li:before {
  content: "-";
  position: absolute;
  left: 0px;
  top: 0px;
}
.order-history tr td.product_thumb {
  padding-right: 0px;
  width: 120px;
}
@media screen and (max-width: 1023px) {
  .order-history tr td.product_thumb {
    width: 30%;
    padding-right: 10px;
    border-width: 1px 0px 1px 1px;
  }
}
.order-history tr td.product_thumb img {
  max-width: 117px;
}
@media screen and (max-width: 1023px) {
  .order-history tr td.product_thumb img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.order-history tr td.total, .order-history tr td.payment {
  text-align: right;
}
.order-history tr td.sep {
  padding: 20px;
  border-width: 1px 0px 0px 0px;
  border-color: #ECEDED;
}
.order-history tr.payment-info.payment-detail td {
  background-color: #FFF;
}
.order-history tr.payment-info.payment-detail td:first-child {
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .order-history tr.payment-info.payment-detail td:first-child {
    width: 75%;
  }
}
@media screen and (max-width: 1023px) {
  .order-history tr.payment-info.payment-detail td:nth-child(2) {
    width: 25%;
  }
}
@media screen and (max-width: 1023px) {
  .order-history tr.payment-info {
    display: flex;
    justify-content: space-between;
  }
}
.order-history tr.payment-info td {
  border-width: 0px 1px 1px 1px;
  border-color: #ECEDED;
  padding: 10px;
  font-size: 11px;
  line-height: normal;
  background-color: #ECEDED;
}
.order-history tr.payment-info td:nth-child(2) {
  text-align: right;
  padding-right: 20px;
}
@media screen and (max-width: 1023px) {
  .order-history tr.payment-info td {
    display: block;
    width: 50%;
  }
}

.orders-load-more a.btn {
  cursor: pointer;
  padding: 10px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  display: block;
  border-radius: 4px;
  text-transform: uppercase;
}

/*# sourceMappingURL=order_history.css.map */
