/* ==========================================================================
   My Order
   ========================================================================== */

.main-content .order-table {
  table-layout: fixed;
  width: 100%;
}

.main-content .order-table .order-table-header .item-name {
  width: 50%;
}

.main-content .order-table .order-table-header .title {
  text-align: center;
}

.main-content .order-table .order-table-header .item-name .title {
  text-align: left;
}

.main-content .order-table .line-item {
  font-size: 15px;
  font-weight: 700;
}

.main-content .order-table .line-item.line-item-details {
  font-size: 12px;
  font-weight: 500;
}

.main-content .order-table .line-item .item-name {
  color: #026294;
}

.main-content .order-table th,
.main-content .order-table thead th,
.main-content .order-table .line-item td,
.main-content .order-table-footer td {
  padding: 15px 5px;
  vertical-align: middle;
  border: none;
}

.main-content .order-table-footer tr:nth-child(even) td {
  background-color: #f8f8f8;
}

.main-content .order-table thead th,
.main-content .order-table .line-item.line-item-details td {
  border-bottom: 1px solid #f6f5f5;
}

.main-content .order-table .line-item.line-item-details td {
  padding: 0 5px 15px 5px;
}

.main-content .order-table .line-item.line-item-details p {
  margin-bottom: 5px;
}

.main-content .order-table .line-item.line-item-details p:last-child {
  margin-bottom: 0;
}

.main-content .order-table .line-item .price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}

.main-content .order-table .line-item .controls {
  font-size: 12px;
  color: #025e8f;
}

.main-content .order-table .line-item .delete-item,
.main-content .order-table .line-item .edit-item {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #ebebeb;
  border-radius: 50%;
}

.main-content .my-order-controls {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.main-content .my-order {
  position: relative;
}

.main-content .my-order.disabled .disabler {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.50);
}
