/************************************************************
				History Page Styles
************************************************************/
#order-detail-content table .return_quantity_buttons {
  margin-top: 3px;
}
#order-detail-content table .return_quantity_buttons a {
  display: none;
  float: left;
}
#order-detail-content table .return_quantity_buttons a + a {
  margin-left: 3px;
}
#order-detail-content table .order_qte_input {
  display: none;
  width: 57px;
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
}
#order-detail-content table label {
  font-weight: 400;
}

.table td.history_detail a + a {
  margin-left: 14px;
}
.table td.step-by-step-date {
  width: 105px;
}
.table tfoot strong {
  color: #333;
}

.info-order i {
  font-size: 20px;
}
.info-order i.icon-gift {
  color: #f13340;
}
.info-order i.icon-repeat {
  color: #55c65e;
}

#sendOrderMessage {
  margin-bottom: 30px;
}
#sendOrderMessage select.form-control {
  width: 263px;
}

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

/* NEW ORDER HISTORY CARD */

.panel {
  border-radius: 8px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.panel-heading {
  padding: 12px 16px;
  border-radius: 8px 8px 0 0;
  /* background-color: rgb(250 245 255) !important; */
}

.panel-body {
  padding: 24px 16px;
}

.panel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 8px 8px;
  background-color: white;
  border: none;
}

.flex-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-panel .left,
.flex-panel .right {
  display: flex;
  align-items: flex-start;
}

.content {
  display: flex;
  flex-direction: column;
}

.content.aligned-left {
  align-items: flex-start;
}

.content.aligned-right {
  align-items: flex-end;
}

.flex-panel .panel-heading-label {
  color: #666;
  font-size: 12px;
}

.gray-777 {
  color: #777777;
}

.flex-panel .panel-heading-text {
  font-size: 16px;
  font-weight: 600;
}

.panel-default > .panel-heading {
  background-image: none;
  background-color: #f7f7f7;
}

.custom-status-label {
  height: 24px;
  padding: 4px 14px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  border-radius: 5px;
}

.custom-status-label.Cancelled,
.custom-status-label.Shipped {
  color: white !important;
}

.custom-status-label[class*="Subscription "] {
  color: white !important;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.no-margin {
  margin: 0;
}

.order-details {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.order-date {
  margin-bottom: 4px;
  display: inline-block;
}

.text-theme {
  color: #7c2354;
}

.btn-default {
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  background-color: white;
  border-radius: 8px;
  padding: 8px 18px;
}

.clickableBox {
  cursor: pointer;
}

#block-history .panel i {
  margin-right: 5px;
}

.order-history-card {
}

.order-history-card .order-heading {
  margin: 0px 0px 5px 0px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}

.order-history-product-container {
  display: flex;
  align-items: flex-start;
  min-height: 102.5px;
}

.order-history-product-attribute-image {
  flex: 1;
}

.order-history-product-attribute-image img {
  border: 2px solid #eee;
  padding: 10px;
  border-radius: 6px;
}

.order-history-product-attribute-info {
  flex: 5;
  margin-left: 14px;
}

.order-history-product-attribute-info .product-name {
  font-size: 18px;
  margin: 0px 0px 5px 0px;
}

.order-history-product-attribute-info p {
  font-size: 14px;
  line-height: 1.2;
  color: #333;
}

.order-history-info p {
  font-size: 16px;
  margin-bottom: 10px;
}

.order-history-info p:last-child {
  /* margin: 0px; */
}

.order-history-card .panel-body {
}
