.load-on-view {
  margin-top: 8px;
}

#cart-block-contents-ajax {
  margin-left: 8px;
}

td.cart-block-item-desc {
  text-align: center;
}

#cart-block-contents-ajax th {
  display: none;
}

.uc-ajax-cart-blockui .uc-ajax-cart-throbber {
  display: none;
}

.uc-ajax-cart-blockui {
  font-size: 14px;
  font-family: 'Play-Regular', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  line-height: 175%;
}

.uc-ajax-cart-blockui a, .uc-ajax-cart-blockui a:link
{
  font-family: 'Play-Regular', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #404040;
}

.uc-ajax-cart-blockui a:visited, .uc-ajax-cart-blockui a.visited
{
  font-family: 'Play-Regular', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #404040;
}

.uc-ajax-cart-blockui a:hover, .uc-ajax-cart-blockui a.hover
{
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  transition: color .15s ease-out;
  font-family: 'Play-Regular', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #798081;
}

.art-postcontent .uc-cart-empty {
  padding: 10px 10px 12px;
}

.uc-cart-empty {
  display: inline-block;
  padding: 10px 6px 12px;
  margin: 5px 0 !important;
  background-color: #fcc;
  color: #660000;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
  box-shadow: 0 1px 2px rgba(0,0,0,0.4);
  text-align: left;
}

.cart-block-icon-empty {
  display: inline-block;
}

.cart-block-icon-empty:after {
  font-family: "yoho";
  content: '\e86d';
  font-size: 18px;
  vertical-align: top;
}

/**
 * Styles for the cart block title and toggle.
 */
.block-title {
  display: inline;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}

.cart-block-arrow {
  position: absolute;
  right: 0;
  top: 0;
}

.block-title .arrow-up {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: -webkit-transform .4s ease;
  -moz-transition: -moz-transform .4s ease;
  -o-transition: -o-transform .4s ease;
  transition: transform .4s ease;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.block-title .arrow-up:after {
  font-family: "yoho";
  content: '\e8b0';
  font-size: 20px;
  vertical-align: top;
}

.block-title .arrow-down {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform .4s ease;
  -moz-transition: -moz-transform .4s ease;
  -o-transition: -o-transform .4s ease;
  transition: transform .4s ease;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.block-title .arrow-down:after {
  font-family: "yoho";
  content: '\e8b0';
  font-size: 20px;
  vertical-align: middle;
}

.cart-help-text {
  font-size: x-small;
  position: relative;
  top: -5px;
}

/**
 * Styles for the cart block contents and summary.
 */
#cart-block-contents ul.product-description {
  margin: 0pt;
  padding: 0pt 0pt 0.25em 1em;
}

#cart-block-contents .product-description li {
  font-size: .8em;
  margin: 0pt;
  padding-top: 0pt;
  padding-bottom: 0pt;
}

.cart-block-items tbody {
  border-top: 0;
}

.cart-block-items tr {
  vertical-align: top;
}

.cart-block-items tr.odd,
.cart-block-items tr.even {
  background-color: inherit;
  border: none;
}

.cart-block-item-title {
  width: 100%;
  text-align: left;
}

.cart-block-item-title a {
  font-size: 14px !important;
  font-weight: bold;
}

.cart-block-item-price {
  text-align: right;
  white-space: nowrap;
  display: none;
}

.cart-block-summary {
  margin: 10px 10px 0;
}

.cart-block-summary tbody {
  border-top: 0;
}

.cart-block-summary tr {
  vertical-align: top;
}

.cart-block-summary-items {
  white-space: nowrap;
  text-align: center;
}

.cart-block-summary-total {
  text-align: left;
  width: auto;
  display: none;
}

.cart-block-summary-total label {
  font-weight: bold;
}

.cart-block-summary-total .uc-price {
  display: inline;
}

.cart-block-summary-links {
  text-align: right;
}

.cart-block-summary-links ul.links li {
  margin: 5px 0 0 10px;
  padding: 0 0 0 10px;
  float: left;
}

.cart-block-summary-links ul.links li.last {
  padding-right: 14px;
}