.cart-collaterals {
    margin-top: 0 !important;
    padding: 24px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 18px 0px rgba(172, 209, 176, 0.40);
}

.cart-collaterals .cart_totals {
    width: 100% !important;
}

.cart-collaterals .uk-h6 {
    padding-bottom: 16px;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
}

.cart-collaterals .shop_table {
    margin-top: 0;
}

.cart-collaterals .shop_table tr:not(:last-child) th {
    font-size: 16px;
}

.cart-collaterals .shop_table tr:last-child th {
    font-size: 20px;
}

.cart-collaterals .shop_table tr.cart-subtotal td {
    font-weight: 600;
}

.cart-collaterals .shop_table tr.order-total td bdi {
    font-weight: 700;
    font-size: 20px;
    color: var(--Second-Color-Green);
}

.cart-collaterals .wc-proceed-to-checkout .checkout-button {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.ju_quantity button {
    padding: unset;
    border: unset;
    cursor: pointer;
}

.ju_quantity button svg path {
    transition: all .3s;
}

.ju_quantity button svg:hover path {
    fill: var(--Second-Color-Green) !important;
}

#ju-cart .ju_quantity input {
    border: unset !important;
    width: 45px !important;
    height: 30px !important;
    padding: 0 !important;
}

#ju-cart button[name="update_cart"] {
    display: none;
}

#ju-cart .form-item form {
    overflow: unset !important;
    padding: 24px 16px;
    border-radius: 12px;
    border: 1px solid var(--Primary);
}

/* header table */
#ju-cart table.cart thead tr {
    display: flex;
    /* margin-bottom: 16px; */

    align-items: center;
    width: 100%;
    box-sizing: border-box;

    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 24px;
}

#ju-cart table.cart thead tr th {
    display: block !important;
    position: static !important;

    padding: 0 !important;

    flex-grow: 1;

    font-size: 18px;
    text-transform: inherit;
}

/* body table */
#ju-cart table.cart tbody tr {
    display: flex;
    padding: 16px;
    border-radius: 16px;
    background: #FFF;
    border: 1px solid #fff;

    gap: 16px;

    align-items: center;
    width: 100%;
    box-sizing: border-box;

    transition: all .3s;
}

#ju-cart table.cart tbody tr:hover {
    box-shadow: 0px 4px 18px 0px rgba(172, 209, 176, 0.40);
}

#ju-cart table.cart tbody tr {
    margin-top: 16px;
}

#ju-cart table.cart tbody tr td {
    display: block !important;
    position: static !important;
    flex-grow: 1;
}

#ju-cart table.cart tbody tr td {
    padding: 0 !important;
}

#ju-cart table.cart tbody tr td.product-name {
    flex-grow: 999;
    display: flex !important;
    flex-direction: column;
}

#ju-cart table.cart tbody tr td.product-name a:not(.remove) {
    font-weight: 500;
}

#ju-cart table.cart tbody tr td.product-name .variation {
    margin-top: 5px;
}

#ju-cart table.cart tbody tr td.product-name .cart_item {
    margin-top: 15px;
    display: flex;
    gap: 0 25px;
}

#ju-cart table.cart tbody tr td.product-name .cart_item>* {
    width: 100px;
    font-size: 15px;
    border: unset;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.4);

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M6 8.5L10.5 12.5L15 8.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

#ju-cart table.cart tbody tr td.product-subtotal {
    font-size: 18px;
}

#ju-cart table.cart tbody tr td.product-subtotal bdi {
    font-size: 18px !important;
    font-weight: 600;
    color: var(--Primary-color-Main) !important;
}


#ju-cart table.cart tbody tr td.product-subtotal .original-price bdi {
    font-size: 16px !important;
    color: #676666 !important;
    font-weight: 400;
}



#ju-cart table.cart tbody tr td.product-subtotal .original-price {
    color: #c4c4c4;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

#ju-cart table.cart tbody tr td.product-name .cart_item>* option {
    color: #000;
}

#ju-cart table.cart tbody tr td.product-thumbnail {
    width: 120px;
    min-width: 120px;
}

#ju-cart table.cart tbody tr td.product-thumbnail img {
    border-radius: 12px;
    height: 120px;
    object-fit: cover;
}

#ju-cart table.cart tbody tr td.product-quantity .ju_quantity {
    border-radius: 10px;
}

#ju-cart table.cart tbody tr td.product-quantity,
#ju-cart table.cart tbody tr td.product-subtotal {
    width: auto;
    min-width: 120px;
}


#ju-cart .coupon input {
    text-align: center;
    background: rgba(247, 202, 201, 0.20);
    border: unset;
}

#ju-cart .coupon button {
    background: var(--Primary) !important;
    font-size: 18px;
    font-weight: 600;
}

#ju-cart .coupon button:hover {
    background: var(--Second-Color-Green) !important;
    color: #fff;
}

@media(max-width:960px) {
    #ju-cart table.cart tbody tr td.product-subtotal {
        display: none !important;
    }

    #ju-cart table.cart tbody tr:not(:last-child) {
        border-radius: 12px;
        border: 1px solid var(--Primary);
        padding: 8px;
        gap: 8px;
    }

    #ju-cart table.cart tbody tr:last-child {
        padding: 0;
    }

    #ju-cart table.cart tbody tr td.product-name a:not(.remove) {
        font-size: 16px;

        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #ju-cart table.cart thead {
        display: contents;
    }

    #ju-cart .coupon input {
        width: 100%;
        margin: 0;
    }

    #ju-cart .coupon button {
        margin-top: 16px;
    }

}

@media(max-width:640px) {
    #ju-cart table.cart thead .uk-h5 {
        font-size: 20px;
    }

    #ju-cart table.cart thead tr th {
        font-size: 14px;
    }

    #ju-cart .ju_quantity input {
        width: 25px !important;
    }

    #ju-cart .coupon {
        margin-bottom: 0;
    }
}