._cart {
  position: relative;
  width: calc(100% - 20px);
}
@media handheld,only screen and (max-width: 800px) {
  ._cart {
    width: 100%;
    behavior: url(/_javascript/pie/PIE.php);
    box-shadow: none rgba(0,0,0,0.5);
    -webkit-box-shadow: none rgba(0,0,0,0.5);
    -moz-box-shadow: none rgba(0,0,0,0.5);
    behavior: url(/_javascript/pie/PIE.php) !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
  }
}
._cart ._btns {
  margin-top: 7px;
  float: right;
}
@media handheld,only screen and (max-width: 800px) {
  ._cart ._btns a {
    padding: 0;
    padding-top: 11px;
    font-size: 12px;
    color: blue;
    border: none;
    behavior: url(/_javascript/pie/PIE.php);
    box-shadow: none rgba(0,0,0,0.5);
    -webkit-box-shadow: none rgba(0,0,0,0.5);
    -moz-box-shadow: none rgba(0,0,0,0.5);
    behavior: url(/_javascript/pie/PIE.php);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
}
._cart .list {
  transition: opacity 2s;
  -webkit-transition: opacity 2s;
  -moz-transition: opacity 2s;
  -ms-transition: opacity 2s;
  -o-transition: opacity 2s;
}
._cart .list.-loading {
  opacity: .3;
}
._cart .list .item {
  position: relative;
  padding: 10px 0;
  padding-left: 130px;
  border-top: 1px solid #f8f8f8;
}
._cart .list .item.-qty0 > b {
  background: yellow;
}
._cart .list .item:first-child {
  border-top: none;
}
._cart .list .item:after {
  clear: both;
  content: '';
  display: block;
}
@media handheld,only screen and (max-width: 800px) {
  ._cart .list .item select {
    display: block;
    margin-top: 4px;
  }
}
._cart .list .item .urezanQty {
  border: 1px solid;
  font-size: 12px;
  padding: 5px 10px;
  width: auto;
  background: #d8d8d8;
  margin-top: 5px;
}
._cart .list .item .remove {
  right: -15px;
  top: 10ox;
  position: absolute;
  z-index: 2;
  background: #fff;
  padding-left: 10px;
}
._cart .list .item .remove a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
._cart .list .item .-notice {
  padding: 3px 0;
  font-size: 13px;
  color: red;
}
._cart .list .item .price {
  behavior: url(/_javascript/pie/PIE.php);
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 18px;
  font-weight: 700;
}
._cart .list .item .price .-percent {
  font-weight: 400;
  background: #fff1f1;
  color: #ff4747;
  behavior: url(/_javascript/pie/PIE.php);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 12px;
  padding: 3px 6px;
  margin-left: 5px;
  vertical-align: middle;
}
._cart .list .item .price .-percent span {
  font-weight: 700;
}
._cart .list .item .price .-old {
  color: grey;
  text-decoration: line-through;
  font-size: 13px;
  behavior: url(/_javascript/pie/PIE.php);
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-right: 10px;
}
._cart .list .item .price .-old + span {
  color: red;
}
._cart .list .item .price sup {
  behavior: url(/_javascript/pie/PIE.php);
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 5px;
  font-weight: 400;
  color: #ff4747;
  font-size: 12px;
}
._cart .list .item .name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
._cart .list .item .offer {
  padding-right: 20px;
}
._cart .list .item .btns {
  margin-top: 10px;
}
._cart .list .item option[selected=selected] {
  font-weight: 700;
}
._cart .list .item .img {
  float: left;
  margin-left: -130px;
  width: 110px;
  height: 165px;
}
._cart .list .item .img img {
  width: 100%;
}
._cart .list .item .storages {
  margin-top: 15px;
  background: #f5f5f5;
  behavior: url(/_javascript/pie/PIE.php);
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 12px;
  padding: 5px 10px;
}
._cart .list .item .storages p {
  font-size: inherit;
}
.price {
  cursor: help;
}
.price > div {
  font-size: 16px;
  text-decoration: line-through;
  opacity: .4;
  margin-bottom: 2px;
}
.price > div.-site,
.price > div.-end,
.price > div.-price_end {
  color: red;
}
.price > div:last-child {
  opacity: 1 !important;
  text-decoration: none;
  font-size: 22px;
}
/*end*/