.cart-totals-footer {
  font-size: var(--wp--preset--font-size--small);
  padding-top: 20px;
}
.cart-totals-footer .item {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}
.cart-totals-footer .item .icon {
  font-size: 26px;
  width: 40px;
}
ul.woocommerce-shipping-methods {
  list-style: none;
}
.return-to-shop {
  text-align: center;
}
.coupon-form {
  display: none;
}
table.shop_table.woocommerce-cart-form__contents tr {
  border-bottom: 1px solid var(--wp--preset--color--gray);
}
table.shop_table.woocommerce-cart-form__contents tr th:first-child,
table.shop_table.woocommerce-cart-form__contents tr td:first-child {
  padding-left: 0;
}
table.shop_table.woocommerce-cart-form__contents tr th:last-child,
table.shop_table.woocommerce-cart-form__contents tr td:last-child {
  padding-right: 0;
}
table.shop_table.woocommerce-cart-form__contents th.product-subtotal {
  text-align: right;
}
table.shop_table.woocommerce-cart-form__contents td.product-thumbnail {
  width: 100px;
}
table.shop_table.woocommerce-cart-form__contents td.product-name {
  width: 50%;
}
table.shop_table.woocommerce-cart-form__contents td.product-name a {
  text-decoration: none;
  font-weight: 700;
  color: var(--wp--preset--color--default);
}
table.shop_table.woocommerce-cart-form__contents td.product-name a:hover {
  color: var(--wp--preset--color--brown);
  text-decoration: underline;
}
table.shop_table.woocommerce-cart-form__contents td.product-name .price {
  font-size: var(--wp--preset--font-size--small);
}
table.shop_table.woocommerce-cart-form__contents td.product-name dl.variation {
  font-size: 14px;
}
table.shop_table.woocommerce-cart-form__contents td.product-name dl.variation dt {
  font-weight: 700;
}
table.shop_table.woocommerce-cart-form__contents td.product-name dl.variation p {
  margin-bottom: 15px;
}
table.shop_table.woocommerce-cart-form__contents td.product-remove {
  text-align: center;
}
table.shop_table.woocommerce-cart-form__contents td.product-remove a.remove {
  text-decoration: none;
  color: var(--wp--preset--color--darkgray);
  font-size: 20px;
  font-weight: 700;
}
table.shop_table.woocommerce-cart-form__contents td.product-remove a.remove:hover {
  color: var(--wp--preset--color--brown);
}
table.shop_table.woocommerce-cart-form__contents td.product-subtotal {
  text-align: right;
}
table.shop_table.woocommerce-cart-form__contents .delivery-time-info {
  display: none;
}
@media (max-width: 640px) {
  table.shop_table.woocommerce-cart-form__contents th.product-thumbnail,
  table.shop_table.woocommerce-cart-form__contents td.product-thumbnail {
    display: none;
  }
  table.shop_table.woocommerce-cart-form__contents th.product-name,
  table.shop_table.woocommerce-cart-form__contents td.product-name {
    padding-left: 0;
  }
}
.cart-collaterals h2 {
  font-size: var(--wp--preset--font-size--bigger);
}
.cart-collaterals table.shop_table tr th {
  font-weight: 400;
  padding-left: 0;
}
.cart-collaterals table.shop_table tr td {
  text-align: right;
  padding-right: 0;
}
.cart-collaterals table.shop_table tr.cart-saving th,
.cart-collaterals table.shop_table tr.cart-saving td {
  color: var(--wp--preset--color--brown);
  font-weight: 700;
}
.cart-collaterals table.shop_table tr.cart-total th,
.cart-collaterals table.shop_table tr.cart-total td {
  border-top: 1px solid var(--wp--preset--color--gray);
  font-weight: 700;
}
.cart-collaterals table.shop_table .includes_tax {
  display: none;
}
.cart-collaterals .woocommerce-shipping-destination {
  font-size: var(--wp--preset--font-size--small);
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
  font-size: var(--wp--preset--font-size--small);
}
.cart-collaterals .list-payment {
  justify-content: center;
}
.cart-collaterals .includes_tax {
  display: block;
}
#cart-coupon {
  margin-bottom: 20px;
}
.cart-table-footer {
  display: flex;
  margin-bottom: 30px;
}
.cart-table-footer .button-update-cart {
  margin-left: auto;
}
.cart_totals {
  background-color: var(--wp--preset--color--lightgray);
  padding: 30px;
}
@media (min-width: 1024px) {
  #cart-container {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
  }
  #cart-left {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  #cart-right {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
#carefree-package {
  display: none;
}
#carefree-package-inner {
  background-color: var(--wp--preset--color--lightgray);
  padding: 30px;
}
#carefree-package-inner .inner {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}
#carefree-package-inner .inner > div {
  padding-left: 15px;
  padding-right: 15px;
}
#carefree-package-inner .item-icon i {
  color: var(--wp--preset--color--brown);
  font-size: 50px;
}
#carefree-package-inner .item-content .product-title {
  margin-bottom: 0;
}
#carefree-package-inner .item-content p {
  margin-bottom: 10px;
}
#carefree-package-inner .item-price .price-round {
  background-color: var(--wp--preset--color--brown);
  color: #FFFFFF;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
}
.gloss {
  padding-top: 10px;
  font-size: var(--wp--preset--font-size--smallest);
}
@media (max-width: 640px) {
  #carefree-package .item-icon {
    display: none;
  }
}
