.cart_block {
  margin-top: 30px; }
  .cart_block .cart_block_list {
    padding-right: 30px; }
  .cart_block .products > dt {
    position: relative;
    padding: 30px 0 30px 140px;
    min-height: 130px;
    margin-bottom: 25px; }
    .cart_block .products > dt:before {
      display: table;
      content: ""; }
    .cart_block .products > dt:after {
      display: table;
      content: "";
      clear: both; }
    @media (max-width: 510px) {
      .cart_block .products > dt {
        padding-left: 80px; } }
    @media (max-width: 370px) {
      .cart_block .products > dt {
        padding-left: 0; } }
    .cart_block .products > dt .cart-images {
      position: absolute;
      left: 0;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 510px) {
        .cart_block .products > dt .cart-images {
          max-width: 70px; }
          .cart_block .products > dt .cart-images img {
            max-width: 100%;
            height: auto; } }
      @media (max-width: 370px) {
        .cart_block .products > dt .cart-images {
          display: none; } }
    .cart_block .products > dt .cart-info {
      width: 70%;
      float: left; }
      .cart_block .products > dt .cart-info .product-name {
        font-family: "Noto Sans SC", sans-serif;
        color: #2E2E2E;
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 0.3px;
        margin-bottom: 10px; }
        .cart_block .products > dt .cart-info .product-name a {
          color: #2E2E2E; }
      .cart_block .products > dt .cart-info .product-atributes {
        display: none; }
      .cart_block .products > dt .cart-info .subtitle {
        color: #5C5C5C;
        font-size: 11px;
        font-weight: 400; }
    .cart_block .products > dt .priceinfo {
      width: 30%;
      float: left;
      text-align: right; }
      .cart_block .products > dt .priceinfo .price {
        margin-bottom: 10px; }
        .cart_block .products > dt .priceinfo .price .pricefs {
          font-size: 18px; }
      .cart_block .products > dt .priceinfo .ajax_cart_block_remove_link {
        height: 20px;
        width: 20px;
        line-height: 18px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        border: 1px solid #C7C7C7;
        text-align: center;
        color: #A89C8C;
        font-size: 10px;
        display: inline-block; }
        .cart_block .products > dt .priceinfo .ajax_cart_block_remove_link:hover {
          color: #DB8700; }
  .cart_block .cart_block_no_products {
    text-align: center;
    margin-top: 70px; }

.blockcart {
  float: right; }
  .blockcart .shopping_cart > a {
    position: relative;
    color: #fff;
    display: inline-block; }
    .blockcart .shopping_cart > a i {
      font-size: 30px; }
    .blockcart .shopping_cart > a:hover, .blockcart .shopping_cart > a:focus {
      color: rgba(255, 255, 255, 0.8); }
    .blockcart .shopping_cart > a span {
      color: #fff;
      font-size: 11px;
      background: #DB8700;
      line-height: 15px;
      text-align: center;
      height: 15px;
      width: 15px;
      display: block;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      border-radius: 15px;
      position: absolute;
      top: -6px;
      right: -6px;
      font-family: "Noto Sans SC", sans-serif; }
      .blockcart .shopping_cart > a span.unvisible {
        display: none; }

/*# sourceMappingURL=blockcart.css.map */
