.CartLayout {
  padding-top: 50px;
  padding-bottom: 80px;
}
.CartLayout h1 {
  text-transform: inherit;
}
.CartTable-descriptionCol {
  width: 43%;
}
.CartTable-quantityCol,
.CartTable-priceCol {
  width: 17.25%;
}
.CartTable-totalCol {
  width: 22.5%;
}
.CartTable {
  width: 100%;
  margin-top: 45px;
  border-collapse: collapse;
}
.CartTable td {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #f1f1f1;
  padding-left: 36px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  vertical-align: top;
}
.CartTable td:first-child {
  padding-left: 0;
}
.CartTable th {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #f1f1f1;
  padding-left: 36px;
  padding-bottom: 16px;
  text-align: left;
  font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
  font-weight: 400;
}
.CartTable th:first-child {
  padding-left: 0;
}
.CartTable .InputText.InputContainer_input {
  width: 40px;
}
.CartTable .InputText.InputContainer_input input {
  padding-left: 12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.CartTable .CartTable_productInfo {
  display: table;
}
.CartTable .CartTable_productInfo .ProductInfo_image {
  display: table-cell;
  width: 140px;
  height: 140px;
  text-align: center;
  vertical-align: middle;
}
.CartTable .CartTable_productInfo .ProductInfo_image img {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  max-width: 100%;
  max-height: 100%;
}
.CartTable .CartTable_productInfo .ProductInfo_text {
  display: table-cell;
  padding-left: 36px;
  width: 240px;
}
.CartTable .CartTable_productInfo .ProductInfo_text .Link {
  margin-top: 25px;
  display: block;
}
.CartTable .CartTable_productInfo .ProductInfo_name {
  font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.CartTable-total {
  margin-top: 0;
}
.CartTable-total td {
  padding: 0;
  vertical-align: middle;
  border-bottom: none;
}
.CartTable-total tr:first-child td {
  padding-top: 16px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.CartTable-total .TotalTable_rowName {
  font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  width: 100px;
  text-align: right;
  padding-right: 36px;
}
.CartTable-total .TotalTable_rowValue {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border-left: 1px solid #dddddd;
  padding-left: 36px;
  height: 50px;
  text-align: left;
  font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.CartTable-total .TotalTable_taxRow td {
  padding-bottom: 13px;
}
.CartTable-total .TotalTable_taxRow .TotalTable_rowValue {
  font-family: 'HelveticaNeueW01-55Roma', Arial, sans-serif;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 14px;
}
.CartTable-total .TotalTable_bigRow td {
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  font-size: 24px;
  height: 83px;
}
.CartTable-total .TotalTable_bigRow .TotalTable_rowValue {
  background-color: #eaeaea;
}
.ShippingTotal {
  position: relative;
}
.ShippingTotal .ShippingTotal_ShippingSelection {
  width: 65.6%;
  position: relative;
}
.ShippingTotal .ShippingTotal_ShippingSelection:after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}
.ShippingTotal .TotalTable {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  border-collapse: collapse;
  max-width: 400px;
}
.HelpBlock {
  margin-top: 55px;
  width: 37%;
}
.HelpBlock p {
  margin-top: 15px;
}
.HelpBlock p .number {
  word-break: keep-all;
  white-space: nowrap;
}
.HelpBlock .Link {
  display: block;
  margin-top: 23px;
}
.ShippingOptions {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  width: 374px;
  margin-top: 30px;
  background-color: #fbfbfb;
  border: 1px solid #f1f1f1;
  padding: 26px 28px;
  position: relative;
}
.ShippingOptions .radioContainer {
  margin-top: 25px;
}
.ShippingOptions .FormRadio {
  margin-top: 20px;
}
.ShippingOptions .FormRadio .right {
  font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
  font-weight: 400;
}
.ShippingOptions_arrow {
  position: relative;
  background: #fbfbfb;
  border: 1px solid #f1f1f1;
  position: absolute;
  top: 59px;
  right: -1px;
}
.ShippingOptions_arrow:after,
.ShippingOptions_arrow:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ShippingOptions_arrow:after {
  border-color: rgba(251, 251, 251, 0);
  border-left-color: #fbfbfb;
  border-width: 11px;
  margin-top: -11px;
}
.ShippingOptions_arrow:before {
  border-color: rgba(241, 241, 241, 0);
  border-left-color: #f1f1f1;
  border-width: 12px;
  margin-top: -12px;
}
.CartLayout_buttons {
  text-align: right;
}
.CartLayout_buttons:after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}
.CartLayout_buttons .CartButtons_top {
  height: 40px;
}
.CartLayout_buttons .CartButtons {
  margin-top: 30px;
}
.CartLayout_buttons .InputText_errorLabel {
  display: block;
  float: left;
  margin-right: 20px;
  line-height: 29px;
}
.CartLayout_buttons .Btn {
  float: right;
  display: block;
}
.CartLayout_buttons .Link {
  display: block;
  margin-top: 35px;
  text-align: right;
}
.RelatedProducts {
  margin-top: 70px;
  padding-top: 50px;
  border-top: 1px solid #bebebe;
}
.RelatedProducts h2 {
  margin-bottom: 30px;
}
/**
 * EMPTY CART
 */
.CartLayout-empty h2 {
  margin-top: 40px;
}
.CartLayout-empty .Btn {
  margin-top: 20px;
}
.CartLayout-empty hr {
  margin-top: 70px;
  margin-bottom: 60px;
  border-top: 1px solid #f1f1f1;
}
