.woocommerce-cart-form__contents {
    width: 100%
}

form.cart .quantity .product-extra_info:nth-child(2) {
    max-width: 100px;
    padding: 0
}

form.cart .quantity span {
    font-size: 15px;
    color: rgba(0, 0, 0, .9)
}

@media (max-width:991px) {
    form.cart .quantity span {
        font-size: 10px !important
    }
}

form.cart .quantity .minus,
form.cart .quantity .plus {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.product-quantity .quantity input {
    font-size: 20px
}

.cart-collaterals .wc-proceed-to-checkout .proceed .goshop {
    background: #edeff2 !important;
    color: #333 !important;
    line-height: 2.5
}

.cart-collaterals .woocommerce-shipping-methods {
    margin-top: 10px;
    list-style: none;
    font-weight: 700;
    display: inline-block
}

.cart-collaterals .woocommerce-shipping-methods label {
    display: inline-block
}

.cart-collaterals .wc-proceed-to-checkout .proceed {
    flex: 1 1;
    display: flex;
    justify-content: flex-end;
    margin-top: 40px
}

.cart-collaterals .wc-proceed-to-checkout .proceed .checkout-button,
.return-to-shop .button {
    width: 290px;
    height: 54px;
    display: block;
    border: 2px solid #000;
    border-radius: 8px;
    font-size: 19px;
    color: #000;
    line-height: 50px;
    text-align: center;
    transition: all .4s
}

.woocommerce-cart-form .cart-title {
    padding: 10px 0
}

.cart-title .title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 auto
}

.woocommerce .cart-collaterals {
    border: 0;
    margin-bottom: 120px
}

.product-collection .category-banner span {
    font-size: 42px
}

.woocommerce-cart a {
    text-decoration: none
}

.woocommerce-cart-form__contents thead th {
    border-bottom: 1px solid #eee
}

.woocommerce-cart-form__contents tbody tr+tr td {
    border-top-width: 1px
}

.cart.wishlist_table td,
.woocommerce-cart-form__contents td,
.woocommerce-cart-form__contents th {
    padding: 20px 0;
    border-width: 0
}

.woocommerce-cart-form__contents .product-remove {
    text-align: center
}

.woocommerce-cart-form__contents .product-remove a {
    display: inline-block
}

.woocommerce-cart-form__contents .product-remove img {
    width: 20px
}

.woocommerce-cart-form__contents .product-thumbnail img {
    width: 80px;
    height: 80px
}

.cart.wishlist_table .product-name,
.woocommerce-cart-form__contents .product-name,
.woocommerce-cart-form__contents .product-quantity,
.woocommerce-cart-form__contents .product-subtotal {
    font-size: 20px;
    line-height: 24px;
    text-align: left
}

.woocommerce-cart-form__contents .numedit {
    width: 180px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ededed
}

.woocommerce-cart-form__contents .numedit i {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    cursor: pointer
}

.woocommerce-cart-form__contents .quantity .numedit input {
    display: block;
    width: 100px;
    height: 46px;
    border: 0;
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 46px
}

.woocommerce-cart-form__contents .actions {
    text-align: right;
    padding: 0
}

.woocommerce-cart-form__contents .actions [name=update_cart] {
    border-width: 1px
}

.woocommerce-cart-form__contents .coupon {
    height: 100px;
    display: flex;
    align-items: center
}

.woocommerce-cart-form__contents .coupon label {
    display: none
}

.woocommerce-cart-form__contents [name=coupon_code] {
    border-width: 1px;
    height: 40px;
    margin-right: 10px;
    padding: 0 20px
}

.woocommerce-cart-form__contents [name=apply_coupon]:hover {
    background-color: rgba(0, 0, 0, 0)
}

.woocommerce-cart-form__contents [name=update_cart]:disabled {
    color: #fff
}

.woocommerce .cart-collaterals .cart_totals {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 50px
}

.woocommerce .cart_totals .cart-price {
    margin-bottom: 8px;
    color: #646669
}

.woocommerce .cart_totals .cart-price span {
    font-weight: 700
}

.woocommerce .cart_totals .cart-price span.amount {
    color: #000;
    margin-left: 16px
}

.woocommerce .cart_totals .order-total {
    flex: 1 1;
    text-align: end
}

.woocommerce .cart_totals .order-total>span {
    font-size: 28px;
    line-height: 1;
    font-weight: 700
}

.cart-collaterals .wc-proceed-to-checkout .proceed .checkout-button:hover,
.return-to-shop .button:hover {
    background-color: #000;
    color: #fff
}

.woocommerce-cart .content-area {
    padding: 60px 0
}

@media(max-width:1200px) {
    .woocommerce-cart .content-area {
        padding: 0
    }

    .woocommerce-cart-form .cart-title {
        border-bottom: 12px solid #f8f9fc;
        padding: 12px 0
    }

    .cart-title .title {
        font-size: 20px;
        font-weight: 700;
        margin: 0 auto
    }

    .woocommerce-cart .page-content {
        margin: 0
    }

    .woocommerce-cart-form {
        margin: 0
    }

    .cart.wishlist_table td,
    .woocommerce-cart-form__contents td,
    .woocommerce-cart-form__contents th {
        padding: 0
    }

    .woocommerce-cart-form__contents tbody .cart_item {
        border-bottom: 1px solid #eee;
        overflow: hidden;
        position: relative;
        margin: 20px 5px;
        display: flex;
        flex-flow: wrap
    }

    .woocommerce-cart-form__contents thead {
        display: none
    }

    .woocommerce-cart-form__contents tbody tr {
        border-bottom: 1px solid #efecec;
        position: relative
    }

    .woocommerce-cart-form__contents tbody tr td {
        border: 0;
        padding-right: 10px
    }

    .wc-proceed-to-checkout {
        margin-bottom: 16px
    }

    .woocommerce .cart-collaterals {
        margin: 0;
        font-size: 12px
    }

    .woocommerce-cart-form__contents {
        border-collapse: unset
    }

    .cart-collaterals .wc-proceed-to-checkout .proceed .goshop {
        width: 100%;
        display: block;
        margin-bottom: 16px
    }

    .woocommerce .cart-collaterals .cart_totals {
        position: relative;
        margin: 0
    }

    .woocommerce .cart_totals .cart-price {
        margin-bottom: 8px;
        color: #646669
    }

    .woocommerce .cart_totals .cart-price span.amount {
        color: #000;
        margin-left: 16px
    }

    .woocommerce .cart_totals .order-total {
        text-align: end
    }

    .woocommerce .cart_totals .order-total>span {
        font-size: 20px;
        line-height: 1;
        font-weight: 700
    }

    .woocommerce-cart-form__contents .numedit {
        width: 100px
    }

    .woocommerce-cart-form__contents .numedit i,
    .woocommerce-cart-form__contents .quantity .numedit input {
        height: 26px;
        width: 26px;
        font-size: 14px
    }

    .woocommerce-cart-form__contents .quantity .numedit input {
        width: 50px;
        font-size: 14px
    }

    .woocommerce-cart-form__contents .product-thumbnail img {
        width: 60px;
        height: 60px;
        background: #d9d9d9;
        border-radius: 8px
    }

    .woocommerce-cart-form__contents .product-quantity {
        position: static;
        top: 30px
    }

    .woocommerce-cart-form__contents .product-name {
        width: calc(100% - 78px);
        /* height: 24px */
    }

    .woocommerce-cart-form__contents .product-remove {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 30px;
        cursor: pointer
    }

    .woocommerce-cart-form__contents .product-remove img {
        width: 24px;
        height: 24px
    }

    .woocommerce-cart-form__contents .product-name:before {
        display: none
    }

    .woocommerce-cart-form__contents .product-name a {
        font-weight: 700;
        padding-right: 0;
        width: 100%;
        font-size: 16px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none
    }

    .woocommerce-cart-form__contents .product-subtotal {
        font-size: 14px;
        font-weight: 700
    }

    .woocommerce-cart-form__contents .product-quantity,
    .woocommerce-cart-form__contents .product-subtotal {
        margin-left: 72px;
        width: 100%
    }

    .woocommerce-cart-form__contents .quantity {
        font-size: 12px
    }

    .woocommerce-cart-form__contents .quantity .product-qty {
        max-width: 30px
    }

    .woocommerce-cart-form__contents .quantity .qty {
        text-align: center;
        padding: 0;
        font-size: 12px
    }

    .woocommerce-cart-form__contents .actions {
        display: none
    }

    .woocommerce-cart-form__contents [name=update_cart] {
        width: 100%;
        margin: 10px 0
    }

    .cart-collaterals .wc-proceed-to-checkout .proceed .checkout-button {
        font-size: 14px;
        width: auto;
        padding: 0 15px;
        background: #000;
        color: #fff;
        text-align: center;
        margin: 0 auto
    }
}