#page-cart.main-wrapper h1 {
  float: left;
}
#page-cart.main-wrapper .sublink.pc-only {
  font-size: 14px;
  margin-top: 8px;
}
#page-cart.main-wrapper .info-in-cart {
  margin-top: 70px;
  width: 100%;
  margin-bottom: 20px;
}
#page-cart.main-wrapper .info-in-cart form {
  margin: 0;
}
#page-cart.main-wrapper .info-in-cart form table.product-information {
  width: 640px;
  font-size: 13px;
  float: left;
  letter-spacing: -0.01em;
  border-collapse: collapse;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#page-cart.main-wrapper .info-in-cart form table.product-information th {
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding: 0;
  padding-bottom: 28px;
}
#page-cart.main-wrapper .info-in-cart form table.product-information th.th-info {
  width: 355px;
  text-align: left;
}
#page-cart.main-wrapper .info-in-cart form table.product-information th.th-price {
  width: 110px;
}
#page-cart.main-wrapper .info-in-cart form table.product-information th.th-amount {
  width: 100px;
}
#page-cart.main-wrapper .info-in-cart form table.product-information th.th-delete {
  width: 75px;
}
#page-cart.main-wrapper .info-in-cart form table.product-information tr > td {
  border-bottom: 1px solid #000;
}
#page-cart.main-wrapper .info-in-cart form table.product-information tr > td.product-detail {
  padding-bottom: 30px;
}
#page-cart.main-wrapper .info-in-cart form table.product-information tr > td.product-detail .product-photo {
  width: 90px;
  height: 90px;
  margin-top: 27px;
  margin-right: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
}
#page-cart.main-wrapper .info-in-cart form table.product-information tr > td.product-detail .right-wrapper {
  width: 330px;
  margin-top: 27px;
}
#page-cart.main-wrapper .info-in-cart form table.product-information tr > td.product-detail .right-wrapper .product-name {
  font-size: 12px;
  line-height: 2;
}
#page-cart.main-wrapper .info-in-cart form table.product-information tr > td.product-detail .right-wrapper .product-name a {
  color: #000;
  text-decoration: underline;
}
#page-cart.main-wrapper .info-in-cart form table.product-information tr > td.product-detail .right-wrapper .goods-name {
  line-height: 1.7;
  font-size: 14px;
}
#page-cart.main-wrapper .info-in-cart form table.product-information tr > td.product-detail .right-wrapper .goods-name a {
  color: #000;
}
#page-cart.main-wrapper .info-in-cart form table.product-information tr > td.product-detail .right-wrapper .size {
  font-size: 12px;
}
#page-cart.main-wrapper .info-in-cart form table.product-information tr > td.product-detail .right-wrapper .warning {
  font-size: 12px;
  color: #FF0000;
  margin-top: 20px;
}
#page-cart.main-wrapper .info-in-cart form table.product-information tr > td.price {
  text-align: center;
  font-size: 16px;
}
#page-cart.main-wrapper .info-in-cart form table.product-information tr > td.price span {
  font-size: 12px;
  padding-left: 5px;
}
#page-cart.main-wrapper .info-in-cart form table.product-information tr > td.amount {
  text-align: center;
  font-size: 15px;
}
#page-cart.main-wrapper .info-in-cart form table.product-information tr > td.amount .counter {
  margin: 0 auto;
  padding-bottom: 15px;
  margin-bottom: 8px;
  width: 57px;
  border-bottom: 1px dotted #C6C6C6;
}
#page-cart.main-wrapper .info-in-cart form table.product-information tr > td.amount .plus,
#page-cart.main-wrapper .info-in-cart form table.product-information tr > td.amount .minus {
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 10px auto;
  background-repeat: no-repeat;
  display: inline-block;
}
#page-cart.main-wrapper .info-in-cart form table.product-information tr > td.amount .plus {
  background-image: url("/template/armabianca/assets/svg/icon-plus-b.svg");
}
#page-cart.main-wrapper .info-in-cart form table.product-information tr > td.amount .minus {
  background-image: url("/template/armabianca/assets/svg/icon-minus-b.svg");
}
#page-cart.main-wrapper .info-in-cart form table.product-information tr > td.amount button {
  border: none;
  cursor: pointer;
  font-size: 13px;
}
#page-cart.main-wrapper .info-in-cart form table.product-information tr > td.amount button.minus {
  color: #B2B2B2;
}
#page-cart.main-wrapper .info-in-cart form table.product-information tr > td.amount button.minus.active {
  color: #000;
}
#page-cart.main-wrapper .info-in-cart form table.product-information tr > td.delete {
  text-align: center;
  font-size: 15px;
}
#page-cart.main-wrapper .info-in-cart form table.product-information tr > td.delete .delete-button {
  width: 30px;
  height: 30px;
  background-image: url("/template/armabianca/assets/svg/icon-close-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px auto;
  border: none;
  cursor: pointer;
}
#page-cart.main-wrapper .info-in-cart form .subtotal {
  float: right;
  width: 240px;
}
#page-cart.main-wrapper .info-in-cart form .subtotal .title {
  width: 100%;
  font-size: 13px;
  padding-bottom: 28px;
  border-bottom: 1px solid #000;
  margin-bottom: 27px;
}
#page-cart.main-wrapper .info-in-cart form .subtotal .subtotal-price {
  text-align: right;
  font-size: 26px;
  margin-bottom: 60px;
}
#page-cart.main-wrapper .info-in-cart form .subtotal .subtotal-price p {
  font-size: 13px;
  margin-top: 15px;
}
#page-cart.main-wrapper .info-in-cart form .subtotal .subtotal-price p span {
  color: #FF0000;
}
#page-cart.main-wrapper .info-in-cart form .subtotal .common-red-button {
  margin-bottom: 25px;
}
#page-cart.main-wrapper .info-in-cart form .subtotal .common-red-button a {
  display: block;
}
#page-cart.main-wrapper .info-in-cart form .subtotal .note {
  font-size: 12px;
}
#page-cart.main-wrapper .info-in-cart form .subtotal #AmazonPayButton {
  height: 80px;
  margin-bottom: 20px;
}
#page-cart .alert {
  padding: 20px;
  border: 1px solid red;
  font-size: 12px;
  color: red;
  margin-bottom: 50px;
  margin-top: -30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#page-cart .empty-message {
  margin-top: 40px;
  margin-bottom: 70px;
  font-size: 14px;
  color: #5A5A5A;
}
/*# sourceMappingURL=cart.css.map */
