.elementor-18 .elementor-element.elementor-element-1cce564:not(.elementor-motion-effects-element-type-background), .elementor-18 .elementor-element.elementor-element-1cce564 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://pixcelcrafts.com/wp-content/uploads/2026/05/11.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-18 .elementor-element.elementor-element-1cce564 > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #0055FF 0%, #001266 100%);opacity:0.66;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18 .elementor-element.elementor-element-1cce564{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-widget-theme-page-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-18 .elementor-element.elementor-element-ab81ba6 > .elementor-widget-container{padding:100px 0px 100px 0px;}.elementor-18 .elementor-element.elementor-element-ab81ba6{text-align:center;}.elementor-18 .elementor-element.elementor-element-ab81ba6 .elementor-heading-title{color:#FFFFFF;}/* Start custom CSS for section, class: .elementor-element-7828fe8 *//* ========== WOOCOMMERCE CART PAGE STYLES ========== */

/* Main Container */
.woocommerce {
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px;
}

/* ========== CART TABLE ========== */
.wpr-shop-table,
.shop_table.cart {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0,0,0,0.05);
    margin-bottom: 40px;
}

/* Table Header */
.wpr-shop-table thead th,
.shop_table.cart thead th {
    background: var(--e-global-color-primary);
    color: #ffffff;
    padding: 18px 15px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
}

/* Table Body Rows */
.wpr-shop-table tbody tr,
.shop_table.cart tbody tr {
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.3s ease;
}

.wpr-shop-table tbody tr:hover,
.shop_table.cart tbody tr:hover {
    background: #fafafa;
}

.wpr-shop-table td,
.shop_table.cart td {
    padding: 20px 15px;
    vertical-align: middle;
}

/* ========== PRODUCT REMOVE BUTTON ========== */
.product-remove {
    width: 50px;
    text-align: center;
}

.product-remove .remove {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    background: #fee2e2;
    color: #ef4444 !important;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.product-remove .remove:hover {
    background: #ef4444;
    color: #ffffff !important;
    transform: scale(1.1);
}

/* ========== PRODUCT IMAGE ========== */
.product-thumbnail {
    width: 100px;
}

.product-thumbnail img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.product-thumbnail img:hover {
    transform: scale(1.05);
}

/* ========== PRODUCT NAME ========== */
.product-name a {
    color: #333333;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-name a:hover {
    color: var(--e-global-color-primary);
}

/* ========== PRICE STYLES ========== */
.product-price .amount,
.product-subtotal .amount,
.cart-subtotal .amount {
    color: var(--e-global-color-primary);
    font-weight: 600;
    font-size: 16px;
}

/* ========== QUANTITY INPUT ========== */
.product-quantity .quantity {
    display: inline-flex;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
}

.product-quantity .qty {
    width: 70px;
    padding: 10px;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 500;
    background: #ffffff;
}

.product-quantity .qty:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(var(--e-global-color-primary-rgb), 0.2);
}

/* Quantity Buttons (if using +/- buttons) */
.quantity .qty-plus,
.quantity .qty-minus {
    background: #f5f5f5;
    border: none;
    width: 32px;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.3s ease;
}

.quantity .qty-plus:hover,
.quantity .qty-minus:hover {
    background: var(--e-global-color-primary);
    color: #ffffff;
}

/* ========== TABLE ACTIONS SECTION ========== */
.actions {
    padding: 20px !important;
    background: #f8f9fa;
}

/* Coupon Section */
.coupon {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.coupon label {
    font-weight: 500;
    color: #333;
}

.coupon .input-text {
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    width: 220px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.coupon .input-text:focus {
    outline: none;
    border-color: var(--e-global-color-primary);
    box-shadow: 0 0 0 2px rgba(var(--e-global-color-primary-rgb), 0.1);
}

/* Buttons */
.actions .button {
    background: var(--e-global-color-primary);
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.actions .button:hover {
    opacity: 0.85;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.actions .button:disabled {
    background: #cccccc;
    cursor: not-allowed;
    transform: none;
}

/* ========== CART TOTALS SECTION ========== */
.cart-collaterals {
    margin-top: 40px;
}

.cart_totals {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.05);
    padding: 25px;
    max-width: 450px;
    margin-left: auto;
}

.cart_totals h2 {
    color: var(--e-global-color-primary);
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--e-global-color-primary);
    display: inline-block;
}

/* Totals Table */
.cart_totals .shop_table {
    width: 100%;
    border-collapse: collapse;
}

.cart_totals .shop_table tr {
    border-bottom: 1px solid #f0f0f0;
}

.cart_totals .shop_table th,
.cart_totals .shop_table td {
    padding: 15px 0;
    text-align: left;
}

.cart_totals .shop_table th {
    font-weight: 500;
    color: #666;
}

.cart_totals .shop_table td {
    text-align: right;
    font-weight: 500;
}

/* Order Total */
.order-total th,
.order-total td {
    border-top: 2px solid var(--e-global-color-primary);
    font-size: 18px;
}

.order-total .amount {
    color: var(--e-global-color-primary);
    font-weight: 700;
    font-size: 22px;
}

/* ========== SHIPPING SECTION ========== */
.woocommerce-shipping-totals li {
    list-style: none;
}

.shipping-calculator-button {
    color: var(--e-global-color-primary);
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    margin-top: 10px;
}

.shipping-calculator-button:hover {
    text-decoration: underline;
}

.shipping-calculator-form {
    margin-top: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 12px;
}

.shipping-calculator-form .form-row {
    margin-bottom: 12px;
}

.shipping-calculator-form label {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #555;
}

.shipping-calculator-form select,
.shipping-calculator-form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
}

.shipping-calculator-form select:focus,
.shipping-calculator-form input:focus {
    outline: none;
    border-color: var(--e-global-color-primary);
}

.shipping-calculator-form .button {
    background: var(--e-global-color-primary);
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
}

/* ========== PROCEED TO CHECKOUT ========== */
.wc-proceed-to-checkout {
    margin-top: 25px;
}

.checkout-button {
    display: block;
    text-align: center;
    background: var(--e-global-color-primary);
    color: #ffffff !important;
    padding: 16px 24px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.checkout-button:hover {
    opacity: 0.85;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--e-global-color-primary-rgb), 0.3);
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 768px) {
    .woocommerce {
        padding: 15px;
    }
    
    /* Make table responsive */
    .shop_table.cart,
    .wpr-shop-table {
        display: block;
        overflow-x: auto;
    }
    
    .product-thumbnail img {
        width: 50px;
        height: 50px;
    }
    
    .product-name a {
        font-size: 13px;
    }
    
    .coupon {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 15px;
    }
    
    .coupon .input-text {
        width: 100%;
    }
    
    .actions .button {
        width: 100%;
        margin-top: 10px;
    }
    
    .cart_totals {
        max-width: 100%;
        margin-top: 20px;
    }
    
    .cart_totals .shop_table th,
    .cart_totals .shop_table td {
        padding: 12px 0;
    }
    
    .order-total .amount {
        font-size: 18px;
    }
}

/* ========== ANIMATIONS ========== */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cart_totals,
.wpr-shop-table {
    animation: fadeIn 0.5s ease-out;
}

/* ========== EMPTY CART STYLES ========== */
.woocommerce .cart-empty {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 16px;
    color: var(--e-global-color-primary);
    font-size: 18px;
}

.woocommerce .return-to-shop {
    text-align: center;
    margin-top: 20px;
}

.woocommerce .return-to-shop .button {
    background: var(--e-global-color-primary);
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
}

/* ========== NOTICES ========== */
.woocommerce-notices-wrapper .woocommerce-message {
    background: #e8f5e9;
    border-left: 4px solid #4caf50;
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.woocommerce-notices-wrapper .woocommerce-error {
    background: #ffebee;
    border-left: 4px solid #f44336;
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.checkout-button{ background:var(--e-global-color-primary) !important}/* End custom CSS */