﻿.bg-available {
  background-color: #ebf4e5;
}

.order-detail-item .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.order-detail-item a:hover {
  color: #0071c1;
}

.order-detail-item img {
  height: 192px;
}
