.cart__container {
    display: grid;
    grid-template-areas:
        "progress progress"
        "form collaterals";
    grid-template-columns: 1fr 404px;
    gap: 20px;
}

.progress__bar_container {
    grid-area: progress;
}

.woocommerce-cart-form {
    grid-area: form;
}

.cart-collaterals {
    grid-area: collaterals;
}

.woocommerce-cart-form__contents.shop_table.shop_table_responsive.cart {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border: none;
    background-color: #fff;
    border-radius: 5px
}

.woocommerce-cart-form__contents.shop_table.shop_table_responsive.cart .product-name,
.woocommerce-cart-form__contents.shop_table.shop_table_responsive.cart .product-price,
.woocommerce-cart-form__contents.shop_table.shop_table_responsive.cart .product-quantity,
.woocommerce-cart-form__contents.shop_table.shop_table_responsive.cart .product-subtotal {
    color: #2c2c2c;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
    text-align: center
}


.product-quantity {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.woocommerce-cart-form__contents.shop_table.shop_table_responsive.cart bdi,
.woocommerce-cart-form__contents.shop_table.shop_table_responsive.cart span,
.woocommerce-cart-form__contents.shop_table.shop_table_responsive.cart a,
.woocommerce-cart-form__contents.shop_table.shop_table_responsive.cart label {
    color: #505050 !important;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: none;
    text-transform: none;
    text-align: center
}

.woocommerce-cart-form__contents.shop_table.shop_table_responsive.cart img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    object-fit: scale-down
}

.woocommerce-cart-form__contents.shop_table.shop_table_responsive.cart .product-thumbnail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px
}

.woocommerce-cart-form__contents.shop_table.shop_table_responsive.cart .product-remove>a.remove {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: auto;
}



.woocommerce-cart-form__contents.shop_table.shop_table_responsive.cart tr td {
    border: unset !important
}

.woocommerce-cart-form__contents.shop_table.shop_table_responsive.cart button {
    color: #fff;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    border-radius: 5px
}

.woocommerce-cart-form__contents.shop_table.shop_table_responsive.cart button:hover {
    opacity: .8
}

.woocommerce-cart-form__contents.shop_table.shop_table_responsive.cart .coupon {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px
}

@media(max-width: 480px) {
    .woocommerce-cart-form__contents.shop_table.shop_table_responsive.cart .coupon {
        flex-wrap: wrap
    }
}

.woocommerce-cart-form__contents.shop_table.shop_table_responsive.cart input#coupon_code {
    width: 100%;
    max-width: 145px;
    padding-inline: 8px;
    height: 35px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px
}

.cart-collaterals {
    display: flex;
    justify-content: center
}

.woocommerce .cart-collaterals .cross-sells {
    display: none;
}

.cart_totals {
    margin: 0 auto;
    padding: 20px;
    border: none;
    background-color: #fff;
    border-radius: 5px;
    width: 100% !important
}

.cart_totals bdi {
    color: #505050;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: none;
    text-transform: none
}

.cart_totals th {
    color: #2c2c2c;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: none;
    text-transform: none;
    text-align: end
}

.cart_totals h2 {
    color: #2c2c2c;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none;
    text-transform: none;
    padding-block: 10px;
    text-align: center
}

.cart_totals a {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
    text-transform: none
}

.cart_totals a:hover {
    text-decoration: underline
}

.cart_totals th,
.cart_totals td,
.cart_totals tr {
    border: unset !important
}

.cart_totals .wc-proceed-to-checkout {
    text-align: center
}

.cart_totals .wc-proceed-to-checkout .checkout-button.alt {
    margin: 0 auto;
    color: #fff;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    border-radius: 5px
}

.cart_totals .wc-proceed-to-checkout .checkout-button.alt:hover {
    opacity: .8
}

.cart__empty {
    display: flex;
    gap: 40px;
    padding: 20px;
    margin-block: 20px;
    flex-direction: column;
    background: #fff;
    border-radius: 5px
}

.cart__empty_title {
    margin: 0 auto;
    text-align: center;
    width: fit-content;
    max-width: calc(100% - 20px);
    text-align: center;
    background: linear-gradient(131deg, #FF914C 0%, #FFC847 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-size: 48px;
    line-height: 56px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.06px
}

.cart__empty_return {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: nowrap
}

.cart__empty_return--link {
    text-align: center;
    width: fit-content;
    max-width: calc(100% - 20px);
    background: linear-gradient(131deg, #649F45 0%, #86B863 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.06px
}

.cart__empty_return svg {
    width: 15px;
    height: 30px
}

.cart__empty_return svg:first-of-type {
    rotate: 180deg
}

.cart__empty_return svg path {
    fill: #649f45
}



@media (max-width: 430px) {
    .cart__container {
        display: flex;
        flex-direction: column;
    }

    .woocommerce-cart-form__contents.shop_table.shop_table_responsive.cart .product-remove>a.remove {
        margin: 0 0 0 auto;
    }
}

a.remove {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    width: fit-content !important;
}

a.remove:hover {
    background: none !important;
    text-decoration: underline !important;
}