.OrderDetail h1 {
  font-size: 44px;
  font-family: 'HelveticaNeueW01-Thin', Arial, sans-serif;
  text-transform: none;
}
.OrderDetail h2 {
  color: #444444;
}
.OrderDetail hr {
  margin: 40px 0;
}
.OrderSummaryWrapper {
  font-size: 0;
  position: relative;
  width: 100%;
  margin: 58px 0 0 0;
}
.OrderSummaryWrapper,
.OrderSummaryWrapper * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.OrderSummaryWrapper .Table_links {
  margin-top: 3px;
}
.OrderSummaryWrapper ul.Table_links li + li {
  margin-top: 8px;
}
.OrderSummaryItem {
  display: inline-block;
  vertical-align: top;
  font-family: 'HelveticaNeueW01-55Roma', Arial, sans-serif;
  width: 33%;
  font-size: 14px;
  color: #444444;
}
.OrderSummaryItem + .OrderSummaryItem {
  padding-left: 20px;
}
.OrderSummaryItem .checkbox {
  margin-top: 25px;
  white-space: nowrap;
}
.OrderSummaryItem_title {
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  font-size: 24px;
  margin-bottom: 30px;
}
.OrderSummaryItem_desc {
  font-family: 'HelveticaNeueW01-55Roma', Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.TableOrderDetail {
  margin: 33px 0 0 0;
}
.TableOrderDetail tbody {
  border: 1px solid #dddddd;
}
.TableOrderDetail th,
.TableOrderDetail td {
  padding: 18px 10px 9px 18px;
}
.TableOrderDetail th:first-child,
.TableOrderDetail td:first-child {
  width: 38.88%;
}
.TableOrderDetail th {
  padding-top: 0;
}
.TableOrderDetail tr:nth-child(odd) > td {
  background: inherit;
}
.TableOrderDetail tr + tr > td {
  border-top: 1px solid #f1f1f1;
}
.TableOrderDetail tr td + td,
.TableOrderDetail tr th + th {
  border-left: 1px solid #dbdbdb;
}
.TableOrderDetail td {
  padding: 18px 10px 18px 18px;
  border: none;
}
.TableOrderDetail td.ProductContainer {
  clear: both;
  padding-left: 0;
}
.TableOrderDetail td.ProductContainer:after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}
.OrderProduct:after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}
.OrderProduct h3 {
  line-height: 18px;
}
.OrderProduct_figure {
  float: left;
  line-height: 0;
  font-size: 0;
  width: 95px;
  padding: 0 0 0 8px;
  text-align: center;
  margin-right: 45px;
}
.OrderProduct_figure > img {
  max-width: 95px;
  max-height: 95px;
  width: auto !important;
}
.OrderProduct_desc {
  overflow: hidden;
  font-size: 11px;
}
.OrderProduct_desc h3 {
  margin-bottom: 6px;
}
