@charset "utf-8";

/*------------------------------------------------------------------------------
Date: 2017-3-10
Copyright (C) Tresure Factory Co.,LTD. All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

以前カートに入れた商品

---------------------------------------- */
#added-cart {
  padding-top: 60px;
}

h2.added-cart-title {
  margin-bottom: 53px;
}

h2.added-cart-title span {
  padding-bottom: 20px;
  line-height: 1;
  letter-spacing: .05em;
}

#added-cart-list li {
  width: calc(100%/5);
  display: inline-block;
  box-sizing: border-box;
  margin: 0 0 30px;
  vertical-align: top;
  word-break: break-all;
  padding: 0 10px;
}

#added-cart-list li:nth-last-child(-n+5) {
  margin-bottom: 0;
}

.added-cart-item-text-wrapper p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.added-cart-item-price {
  height: 30px;
  font-weight: bold;
}

.added-cart-item-normal-price {
  color: #636363;
  display: block;
  font-size: 11px;
  text-decoration: line-through;
}

.added-cart-item-pricedown {
  display: block;
  color: #ff0000;
  font-weight: bold;
}

#added-cart-list {
  width: 100%;
}

.added-cart-item-wrapper {
  width: 100%;
  vertical-align: middle;
  position: relative;
}

.added-cart-item-wrapper img {
  transition: all .2s ease;
  width: 100%;
}

.added-cart-item-wrapper img:hover {
  opacity: 0.8;
}

.added-cart-item-soldout {
  background-color: #000000;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  left: 0;
  opacity: 0.8;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -.8em;
}

.added-cart-item-wrapper .icon_unused {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

