.elementor-216 .elementor-element.elementor-element-7faea34{--display:flex;}/* Start custom CSS *//* ===============================
   WooCommerce Cart Table Redesign
   Clean / Modern / Premium Look
================================= */

.shop_table.cart {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 14px;
    background: transparent;
    font-family: 'Poppins', sans-serif;
}

/* Header */
.shop_table.cart thead tr {
    background: transparent;
}

.shop_table.cart thead th {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    padding: 12px 16px;
    border: none;
    letter-spacing: 0.5px;
}

/* Each Product Row */
.shop_table.cart tbody tr.cart_item {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    border-radius: 18px;
    overflow: hidden;
    transition: 0.3s ease;
}

.shop_table.cart tbody tr.cart_item:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.09);
}

/* Cells */
.shop_table.cart td {
    padding: 18px 16px;
    vertical-align: middle;
    border: none;
}

/* Product Image */
.shop_table.cart .product-thumbnail img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid #eee;
}

/* Product Name */
.shop_table.cart .product-name a {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
}

.shop_table.cart .product-name a:hover {
    color: #c89b3c;
}

/* Price + Subtotal */
.shop_table.cart .product-price,
.shop_table.cart .product-subtotal {
    font-size: 17px;
    font-weight: 600;
    color: #111;
}

/* Quantity Box */
.shop_table.cart .quantity input.qty {
    width: 80px;
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    transition: 0.3s;
}

.shop_table.cart .quantity input.qty:focus {
    border-color: #c89b3c;
    box-shadow: 0 0 0 4px rgba(200,155,60,0.12);
}

/* Remove Button */
.shop_table.cart .product-remove a.remove {
    width: 38px;
    height: 38px;
    background: #fff3f3;
    color: #e63946 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.shop_table.cart .product-remove a.remove:hover {
    background: #e63946;
    color: #fff !important;
    transform: rotate(90deg);
}

/* Coupon Area */
.shop_table.cart .coupon {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.shop_table.cart .coupon input.input-text {
    height: 48px;
    padding: 0 16px;
    border: 1px solid #ddd;
    border-radius: 12px;
    min-width: 220px;
    font-size: 15px;
}

/* Buttons */
.shop_table.cart button.button {
    height: 48px;
    padding: 0 24px;
    border: none;
    border-radius: 12px;
    background: #111;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
    cursor: pointer;
}

.shop_table.cart button.button:hover {
    background: #c89b3c;
    color: #111;
}

/* Update Cart Button */
.shop_table.cart button[name="update_cart"] {
    margin-left: 12px;
}

/* Actions Row */
.shop_table.cart tr:last-child td.actions {
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Responsive */
@media (max-width: 768px) {

    .shop_table.cart thead {
        display: none;
    }

    .shop_table.cart,
    .shop_table.cart tbody,
    .shop_table.cart tr,
    .shop_table.cart td {
        display: block;
        width: 100%;
    }

    .shop_table.cart tr.cart_item {
        margin-bottom: 20px;
        padding: 15px;
    }

    .shop_table.cart td {
        text-align: left;
        padding: 10px 0;
    }

    .shop_table.cart .product-thumbnail img {
        width: 70px;
        height: 70px;
    }

    .shop_table.cart .coupon {
        flex-direction: column;
        align-items: stretch;
    }

    .shop_table.cart button.button,
    .shop_table.cart .coupon input.input-text {
        width: 100%;
    }

    .shop_table.cart button[name="update_cart"] {
        margin-left: 0;
        margin-top: 10px;
    }
}






/* ==========================================
   CART TOTALS / CHECKOUT SECTION PREMIUM UI
========================================== */

.cart-collaterals{
    margin-top:40px;
}

.cart-collaterals .cart_totals{
    max-width:520px;
    margin-left:auto;
    background:#ffffff;
    padding:32px;
    border-radius:24px;
    box-shadow:0 18px 45px rgba(0,0,0,0.07);
    border:1px solid #f2f2f2;
}

/* Heading */
.cart-collaterals .cart_totals h2{
    margin:0 0 24px;
    font-size:28px;
    font-weight:700;
    color:#111;
    line-height:1.2;
    position:relative;
}

.cart-collaterals .cart_totals h2:after{
    content:"";
    width:60px;
    height:4px;
    background:#c89b3c;
    border-radius:20px;
    display:block;
    margin-top:10px;
}

/* Table */
.cart-collaterals .shop_table{
    width:100%;
    border-collapse:collapse;
    margin:0;
}

.cart-collaterals .shop_table tr{
    border-bottom:1px solid #f1f1f1;
}

.cart-collaterals .shop_table th,
.cart-collaterals .shop_table td{
    padding:18px 0;
    font-size:16px;
    color:#222;
    vertical-align:top;
}

.cart-collaterals .shop_table th{
    font-weight:600;
    text-align:left;
}

.cart-collaterals .shop_table td{
    text-align:right;
}

/* Price */
.cart-collaterals .woocommerce-Price-amount{
    font-weight:700;
    color:#111;
    font-size:18px;
}

/* Shipping text */
.cart-collaterals .woocommerce-shipping-destination{
    margin:10px 0 0;
    font-size:14px;
    color:#777;
    line-height:1.6;
    text-align:left;
}

/* Shipping Method */
.cart-collaterals .woocommerce-shipping-methods{
    list-style:none;
    padding:0;
    margin:0;
    text-align:left;
}

.cart-collaterals .woocommerce-shipping-methods li{
    margin:0;
    padding:0;
    font-size:15px;
    color:#111;
    font-weight:500;
}

/* Calculate shipping button */
.shipping-calculator-button{
    display:inline-block;
    margin-top:14px;
    font-size:14px;
    font-weight:600;
    color:#c89b3c;
    text-decoration:none;
}

.shipping-calculator-button:hover{
    color:#111;
}

/* Inputs */
.shipping-calculator-form input,
.shipping-calculator-form select{
    width:100%;
    height:48px;
    border:1px solid #ddd;
    border-radius:12px;
    padding:0 14px;
    margin-top:8px;
    font-size:15px;
    background:#fff;
    outline:none;
    transition:0.3s ease;
}

.shipping-calculator-form input:focus,
.shipping-calculator-form select:focus{
    border-color:#c89b3c;
    box-shadow:0 0 0 4px rgba(200,155,60,0.12);
}

/* Labels */
.shipping-calculator-form label{
    font-size:14px;
    font-weight:600;
    color:#111;
}

/* Update shipping button */
.shipping-calculator-form button.button{
    width:100%;
    height:50px;
    margin-top:12px;
    border:none;
    border-radius:14px;
    background:#111;
    color:#fff;
    font-weight:600;
    cursor:pointer;
    transition:0.3s;
}

.shipping-calculator-form button.button:hover{
    background:#c89b3c;
    color:#111;
}

/* Total Row */
.cart-collaterals .order-total th,
.cart-collaterals .order-total td{
    padding-top:22px;
    font-size:20px;
    font-weight:700;
    border-bottom:none;
}

.cart-collaterals .order-total .woocommerce-Price-amount{
    color:#c89b3c;
    font-size:24px;
}

/* Checkout Area */
.wc-proceed-to-checkout{
    margin-top:26px;
}

/* Buy Now Button */
.shiprocket-headless .checkout-button,
.sr-headless-checkout{
    width:100%;
    min-height:56px;
    border:none;
    border-radius:16px;
    background:linear-gradient(135deg,#111,#2a2a2a);
    color:#fff;
    font-size:17px;
    font-weight:700;
    padding:16px 20px;
    cursor:pointer;
    transition:0.3s ease;
    margin-bottom:14px;
}

.shiprocket-headless .checkout-button:hover,
.sr-headless-checkout:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 28px rgba(0,0,0,0.15);
}

/* Proceed checkout button */
.wc-proceed-to-checkout .wc-forward{
    display:block !important;
    width:100%;
    text-align:center;
    padding:16px 22px;
    border-radius:16px;
    background:#c89b3c;
    color:#111 !important;
    font-weight:700;
    text-decoration:none;
    transition:0.3s ease;
}

.wc-proceed-to-checkout .wc-forward:hover{
    background:#111;
    color:#fff !important;
}

/* Mobile */
@media(max-width:768px){

.cart-collaterals .cart_totals{
    max-width:100%;
    padding:24px;
    margin-top:20px;
}

.cart-collaterals .cart_totals h2{
    font-size:24px;
}

.cart-collaterals .order-total .woocommerce-Price-amount{
    font-size:22px;
}

}/* End custom CSS */