#cart_wrap {
  position: relative;
}
#cart_wrap .wave .shape-fill {
  fill: #FAF6ED;
}
#cart_wrap .wrap {
  padding: 100px 0 160px;
  max-width: 910px;
}
@media screen and (max-width: 840px) {
  #cart_wrap .wrap {
    padding: 50px 0 80px;
  }
}
#cart_wrap .item-cart-table {
  border-bottom-color: #ddd;
}
#cart_wrap .item-cart-table thead,
#cart_wrap .item-cart-table tbody,
#cart_wrap .item-cart-table tr,
#cart_wrap .item-cart-table th,
#cart_wrap .item-cart-table td {
  display: block;
}
#cart_wrap .item-cart-table thead {
  border-bottom: 1px solid #2C2C2C;
}
#cart_wrap .item-cart-table thead tr {
  display: flex;
}
#cart_wrap .item-cart-table thead th {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 0 0 11px;
  background: none;
}
#cart_wrap .item-cart-table thead th:nth-child(1) {
  width: calc(100% - 126px - 110px - 100px - 45px);
}
#cart_wrap .item-cart-table thead th:nth-child(2) {
  width: 126px;
}
#cart_wrap .item-cart-table thead th:nth-child(3) {
  width: 110px;
}
#cart_wrap .item-cart-table thead th:nth-child(4) {
  width: 100px;
}
#cart_wrap .item-cart-table thead th:nth-child(5) {
  width: 45px;
}
#cart_wrap .item-cart-table tbody tr {
  display: flex;
  align-items: center;
  width: 100%;
  border-top-color: #E4E4E4;
}
#cart_wrap .item-cart-table tbody tr td {
  padding: 20px 0;
}
#cart_wrap .item-cart-table tbody tr td:nth-child(1) {
  width: calc(100% - 126px - 110px - 100px - 45px);
}
#cart_wrap .item-cart-table tbody tr td:nth-child(2) {
  width: 126px;
}
#cart_wrap .item-cart-table tbody tr td:nth-child(3) {
  width: 110px;
}
#cart_wrap .item-cart-table tbody tr td:nth-child(4) {
  width: 100px;
}
#cart_wrap .item-cart-table tbody tr td:nth-child(5) {
  width: 45px;
}
#cart_wrap .item-cart-table tbody .item-cart-image-title {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
#cart_wrap .item-cart-table tbody .item-cart-image-title .item-cart-image {
  margin: 0;
  width: 99px;
  float: none;
}
#cart_wrap .item-cart-table tbody .item-cart-image-title .item-cart-image a {
  display: block;
  width: 100%;
  height: auto;
}
#cart_wrap .item-cart-table tbody .item-cart-image-title .item-cart-image img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
#cart_wrap .item-cart-table tbody .item-cart-image-title .item-cart-title {
  float: none;
  padding-left: 26px;
  width: calc(100% - 99px);
}
#cart_wrap .item-cart-table tbody .item-cart-button {
  display: flex;
  align-items: center;
}
#cart_wrap .item-cart-table tbody .item-cart-button .quantity_wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
#cart_wrap .item-cart-table tbody .item-cart-button .quantity_wrap .txt {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
}
#cart_wrap .item-cart-table tbody .item-cart-button .quantity_wrap .quantity_input {
  width: 60px;
  height: 33px;
  border: 1px solid #E6E6E6;
  padding: 0 12px;
  margin: 0 5px 0 12px;
  font-size: 14px;
  letter-spacing: 0.06em;
}
#cart_wrap .item-cart-table tbody .item-cart-button .quantity_wrap .operate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px 0;
}
#cart_wrap .item-cart-table tbody .item-cart-button .quantity_wrap .operate .quantity_btn {
  display: block;
  position: relative;
  width: 20px;
  height: 12px;
  background: #E6E6E6;
  cursor: pointer;
}
@media screen and (min-width: 841px) {
  #cart_wrap .item-cart-table tbody .item-cart-button .quantity_wrap .operate .quantity_btn:hover {
    opacity: 0.5;
    transition: 0.3s ease-in-out;
  }
}
#cart_wrap .item-cart-table tbody .item-cart-button .quantity_wrap .operate .quantity_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  transform: translate(-50%, -50%);
}
#cart_wrap .item-cart-table tbody .item-cart-button .quantity_wrap .operate .quantity_btn.up::before {
  border-width: 0 3.5px 3px 3.5px;
  border-color: transparent transparent #3e3e3e transparent;
}
#cart_wrap .item-cart-table tbody .item-cart-button .quantity_wrap .operate .quantity_btn.down::before {
  border-width: 3px 3.5px 0 3.5px;
  border-color: #3e3e3e transparent transparent transparent;
}
#cart_wrap .item-cart-table tbody .item-cart-button a {
  display: none;
}
#cart_wrap .item-cart-table tbody .item-cart-point,
#cart_wrap .item-cart-table tbody .item-cart-price {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
}
#cart_wrap .item-cart-table tbody .item-delete-button {
  text-align: center;
}
#cart_wrap .item-cart-table tbody .item-delete-button a {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #D9D9D9;
}
#cart_wrap .item-cart-table tbody .item-delete-button a::before, #cart_wrap .item-cart-table tbody .item-delete-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
}
#cart_wrap .item-cart-table tbody .item-delete-button a::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#cart_wrap .item-cart-table tbody .item-delete-button a::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#cart_wrap .item-cart-list-wrap {
  border-bottom-color: #ddd;
}
#cart_wrap .item-cart-list-wrap .item-cart-list {
  border-top-color: #ddd;
}
#cart_wrap .item-cart-list-wrap .item-cart-list:nth-child(n+2) {
  border-top: 1px dashed #E4E4E4;
}
#cart_wrap .item-cart-list-wrap .item-cart-detail {
  display: flex;
  align-items: center;
  width: 100%;
}
#cart_wrap .item-cart-list-wrap .item-cart-detail .item-cart-image {
  float: none;
  margin: 0;
  width: 80px;
}
#cart_wrap .item-cart-list-wrap .item-cart-detail .item-cart-image a {
  display: block;
}
#cart_wrap .item-cart-list-wrap .item-cart-detail .item-cart-text-wrap {
  float: none;
  margin: 0;
  padding: 0 16px;
  width: calc(100% - 80px - 25px);
}
#cart_wrap .item-cart-list-wrap .item-cart-detail .item-cart-text-wrap .item-cart-text {
  margin: 0;
}
#cart_wrap .item-cart-list-wrap .item-cart-detail .item-cart-text-wrap .item-cart-text .item-cart-title {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  margin: 0;
}
#cart_wrap .item-cart-list-wrap .item-cart-detail .item-delete-button {
  position: static;
  width: 25px;
}
#cart_wrap .item-cart-list-wrap .item-cart-detail .item-delete-button a {
  display: inline-block;
  position: relative;
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #D9D9D9;
}
#cart_wrap .item-cart-list-wrap .item-cart-detail .item-delete-button a::before, #cart_wrap .item-cart-list-wrap .item-cart-detail .item-delete-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
}
#cart_wrap .item-cart-list-wrap .item-cart-detail .item-delete-button a::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#cart_wrap .item-cart-list-wrap .item-cart-detail .item-delete-button a::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#cart_wrap .item-cart-list-wrap .item-cart-foot {
  margin-top: 20px;
}
#cart_wrap .item-cart-list-wrap .item-cart-foot .item-cart-button {
  display: flex;
  align-items: center;
}
#cart_wrap .item-cart-list-wrap .item-cart-foot .item-cart-button input {
  font-size: 14px;
  width: 30px;
  height: 33px;
  padding: 0 6px;
  margin-right: 10px;
}
#cart_wrap .item-cart-total {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
}
#cart_wrap .item-cart-total .txt {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
}
#cart_wrap .item-cart-total .item-total-price {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: 0.06em;
  margin: 0 10px;
}
#cart_wrap .cart-bottom-button {
  margin-top: 45px;
}
#cart_wrap .cart-back-button a {
  color: #232323;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 17.5px 0;
  width: 280px;
  border: 1px solid #333;
  border-radius: 50em;
  background-color: #fff;
}
@media screen and (min-width: 841px) {
  #cart_wrap .cart-back-button a:hover {
    color: #fff;
    background: #333;
    opacity: 1;
  }
}
@media screen and (max-width: 840px) {
  #cart_wrap .cart-back-button a {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 280px;
  }
}
#cart_wrap .cart-buy-button a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 65px;
  padding: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #DA382B;
  border: 3px solid #DA382B;
  border-radius: 50em;
}
@media screen and (max-width: 840px) {
  #cart_wrap .cart-buy-button a {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 320px;
  }
}
#cart_wrap .cart-buy-button a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 8%;
  bottom: 0;
  width: 0.3em;
  height: 0.3em;
  margin: auto;
  vertical-align: middle;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 9;
}
#cart_wrap .cart-buy-button a:hover {
  color: #DA382B;
  background: #fff;
  opacity: 1;
}
#cart_wrap .cart-buy-button a:hover:before {
  border-bottom: 2px solid #DA382B;
  border-right: 2px solid #DA382B;
  transition: 0.3s ease-in-out;
}

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