.elementor-7 .elementor-element.elementor-element-136c11d{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-d061fed *//* Container Layout */
.woocommerce-cart .woocommerce {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 25px 20px;
    max-width: 1200px;
    margin: 30px auto;
}

/* Header Centering */
.shifa-cart-top-header {
    text-align: center !important;
    margin-bottom: 25px;
}

.shifa-cart-title {
    font-size: 28px !important;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px !important;
}

.shifa-btn-clear-cart {
    display: inline-block;
    background-color: #dc2626;
    color: #ffffff !important;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

/* Table Clean Setup */
.woocommerce-cart table.shop_table {
    border: none !important;
    border-collapse: collapse !important;
    width: 100% !important;
}

.woocommerce-cart table.shop_table thead {
    display: none !important;
}

/* Hide Default Standalone Image Column */
.woocommerce-cart table.shop_table tr td.product-thumbnail,
.woocommerce-cart table.shop_table tr th.product-thumbnail {
    display: none !important;
    width: 0 !important;
    padding: 0 !important;
}

/* Combined Product Box (Single Image Left + Title Right) */
.shifa-product-combined-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

.shifa-product-img-box img {
    width: 55px !important;
    height: 55px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
    display: block !important;
}

.shifa-product-title-text {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
}

.shifa-meta-sku, .shifa-meta-price {
    font-size: 12px;
    color: #6b7280;
}

/* Quantity Box Controls */
.woocommerce-cart td.product-quantity .quantity {
    display: inline-flex !important;
    align-items: center !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    background: #ffffff !important;
}

.my-unique-qty-btn {
    width: 32px !important;
    height: 32px !important;
    background: #f9fafb !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #374151 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-cart .quantity input.qty {
    width: 40px !important;
    height: 32px !important;
    border: none !important;
    border-left: 1px solid #e5e7eb !important;
    border-right: 1px solid #e5e7eb !important;
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    background: #ffffff !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Green Action Buttons (Apply Coupon & Update Cart - Active + Disabled States) */
.woocommerce-cart .coupon button.button,
.woocommerce-cart button[name="update_cart"],
.woocommerce-cart button[name="update_cart"]:disabled,
.woocommerce-cart button[name="update_cart"][disabled] {
    background-color: #01c853 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 10px 18px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    opacity: 1 !important;
    cursor: pointer !important;
    visibility: visible !important;
}

.woocommerce-cart .coupon button.button:hover,
.woocommerce-cart button[name="update_cart"]:hover {
    background-color: #00b047 !important;
    color: #ffffff !important;
}

/* Continue Shopping & Checkout Buttons Fix */
.woocommerce-cart .wc-proceed-to-checkout {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 15px !important;
}

.shifa-continue-shopping-btn {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    color: #111827 !important;
    padding: 0 18px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 44px !important;
    white-space: nowrap !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #00c853 !important;
    color: #ffffff !important;
    padding: 0 22px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 44px !important;
    white-space: nowrap !important;
}

/* Desktop Alignment */
@media (min-width: 769px) {
    .woocommerce-cart table.shop_table tr {
        display: table-row !important;
        border-bottom: 1px solid #f3f4f6 !important;
    }

    .woocommerce-cart table.shop_table td {
        display: table-cell !important;
        padding: 15px 10px !important;
        vertical-align: middle !important;
    }

    .woocommerce-cart td.product-remove {
        text-align: right !important;
        width: 80px;
    }
}

/* Align Remove Column Cells Properly */
.woocommerce-cart td.product-remove {
    vertical-align: middle !important;
    text-align: right !important;
}

/* Updated Remove Button Style with Flex Alignment */
.woocommerce-cart td.product-remove a.remove {
    font-size: 0 !important;
    color: #dc2626 !important;
    background: #fee2e2 !important;
    padding: 8px 14px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    transition: all 0.2s ease;
}

.woocommerce-cart td.product-remove a.remove:hover {
    background: #fca5a5 !important;
    color: #991b1b !important;
}

.woocommerce-cart td.product-remove a.remove::after {
    content: "Remove";
    font-size: 13px !important;
}

/* Mobile Alignment Fix for Remove Button */
@media (max-width: 768px) {
    .woocommerce-cart td.product-remove {
        text-align: center !important;
        width: 100% !important;
        margin-top: 10px !important;
    }
}

/* Mobile Styling */
@media (max-width: 768px) {
    .woocommerce-cart table.shop_table tr {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 15px 10px !important;
        margin-bottom: 15px !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 10px !important;
        gap: 8px;
    }

    .woocommerce-cart table.shop_table tr td {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        border: none !important;
    }

    .shifa-product-combined-wrap {
        justify-content: center !important;
    }

    .woocommerce-cart td.product-remove {
        order: 99 !important;
    }

    .woocommerce-cart .wc-proceed-to-checkout {
        flex-direction: column !important;
        width: 100% !important;
    }

    .shifa-continue-shopping-btn, 
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        width: 100% !important;
    }
}/* End custom CSS */