.cart-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1000px;
}
.cart-head {
    margin: 0 0 25px;
}
.cart-head.empty {
    margin: 0 0 45px;
    text-align: center;
}
.cart-head h1 {
    font-size: 32px;
    font-weight: 700;
}

.cartback {
    background: #ccc;
    border-radius: 8px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    max-width: 260px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 100%;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td {
    border: 1px solid #ccc;
    padding: 10px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
    padding: 5px 10px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th:nth-child(1),
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td:nth-child(1) {
    width: 40%;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th:nth-child(2),
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td:nth-child(2) {
    width: 10%;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th:nth-child(3),
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td:nth-child(3) {
    width: 10%;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th:nth-child(4),
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td:nth-child(4) {
    width: 15%;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td:nth-child(4) .quantity {
    display: flex;
    justify-content: center;
    align-content: ;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th:nth-child(5),
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td:nth-child(5) {
    width: 15%;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td:nth-child(5) {
    text-align: right
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th:nth-child(6),
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td:nth-child(6) {
    width: 10%;
}
.product-cat span {
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    text-align: center;
    width: 100%;
}
.product-cat span[data-tag="男性用"] {
    background: var(--cr-male-bg);
}
.product-cat span[data-tag="女性用"] {
    background: var(--cr-female-bg);
}
.product-cat span[data-tag="男女共通"] {
    background: var(--cr-unisex-bg);
}
.product-remove a {
    background: #FF8E00;
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    height: 30px;
    text-align: center;
    width: 100%;
}

.cart-totals {
    margin: 20px 0 0;
    text-align: right;
}
.cart-totals h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 0  0 10px;
}
.cart-subtotal {
    display: none;
}
table.shop_table.shop_table_responsive {
    width: 100%;
}
tr.order-total {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
tr.order-total th {
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}
tr.order-total td {
    font-size: 20px;
    font-weight: 500;
    margin-right: 10px;
}
.wc-proceed-to-checkout {
    margin: 20px 0 0;
}
.wc-proceed-to-checkout a {
    background: #e24343;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    height: 55px;
    margin: 0 0 0 auto;
    text-align: center;
    width: 100%;
    max-width: 300px;
}
@media screen and (max-width: 968px) {
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th:nth-child(1),
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td:nth-child(1) {
        width: 30%;
    }
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th:nth-child(2),
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td:nth-child(2) {
        width: 15%;
    }
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th:nth-child(3),
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td:nth-child(3) {
        width: 10%;
    }
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th:nth-child(4),
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td:nth-child(4) {
        width: 20%;
    }
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th:nth-child(5),
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td:nth-child(5) {
        width: 15%;
    }
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th:nth-child(6),
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td:nth-child(6) {
        width: 10%;
    }
}
@media screen and (max-width: 768px) {
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
        border: 0;
        border-bottom: 1px solid #ccc;
        display: block;
        margin: 0 0 15px;
        padding: 0 0 15px;
        width: 100%;
    }
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody,
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr {
        display: block;
        width: 100%;
    }
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr:not(:last-child) {
        border-bottom: 1px dashed #ccc;
    }
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
        display: none;
    }
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td {
        border: 0;
        display: block;
        padding: 0;
        width: 100%;
    }

    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td:nth-child(1) {
        font-size: 16px;
        font-weight: 700;
        padding: 0 0 5px;
        width: 100%;
    }
    .product-cat {
        margin: 0 0 10px;
    }
    .product-cat span {
        width: 120px;
    }
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td:nth-child(3) {
        display: none;
    }
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td:nth-child(4),
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td:nth-child(5),
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td:nth-child(6) {
        text-align: right;
        width: 100%;
    }
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td:nth-child(4) .quantity {
        justify-content: flex-end;
    }
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td:nth-child(5) {
        padding-top: 10px;
    }
    .product-subtotal bdi {
        font-size: 18px;
        font-weight: 700;
    }
    .product-remove a {
        margin: 8px 0 0 auto;
        max-width: 100px;
    }
}
.cartnotice {
    padding: 65px 0 0;
}
.cartnotice-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1000px;
}
.cartnotice-line {
    margin: 0 0 20px;
}
.cartnotice-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}
.cartnotice-body p.small {
    font-size: 13px;
}
.cartnotice-body p a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}
.cartnotice-body p a span {
    color: #0574FF;
}