.elementor-1046 .elementor-element.elementor-element-daa2a76{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS *//* =========================================
   MonsterCourses – Cart Page Styling
   ========================================= */

/* Main cart area */
body.elementor-page-1046 {
    --mc-navy: #14213d;
    --mc-orange: #f97316;
    --mc-blue: #0788d1;
    --mc-border: #dfe5ee;
    --mc-bg: #f4f7fc;
}

/* Cart table */
body.elementor-page-1046 .woocommerce-cart-form,
body.elementor-page-1046 .cart-collaterals {
    font-family: Arial, sans-serif;
}

body.elementor-page-1046 .shop_table {
    border: 1px solid var(--mc-border);
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(20, 33, 61, 0.06);
}

/* Product row */
body.elementor-page-1046 .shop_table td,
body.elementor-page-1046 .shop_table th {
    padding: 22px 18px;
    vertical-align: middle;
    border-color: var(--mc-border);
}

/* Product image */
body.elementor-page-1046 .shop_table .product-thumbnail img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 10px;
}

/* Product name */
body.elementor-page-1046 .shop_table .product-name a {
    color: var(--mc-navy);
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

body.elementor-page-1046 .shop_table .product-name a:hover {
    color: var(--mc-orange);
}

/* Prices */
body.elementor-page-1046 .shop_table .product-price,
body.elementor-page-1046 .shop_table .product-subtotal {
    color: var(--mc-navy);
    font-weight: 600;
}

/* Quantity box */
body.elementor-page-1046 .shop_table .quantity {
    display: inline-flex;
    align-items: center;
}

body.elementor-page-1046 .shop_table .quantity input.qty {
    height: 42px;
    min-width: 52px;
    border: 1px solid var(--mc-border);
    border-radius: 8px;
    text-align: center;
    color: var(--mc-navy);
    font-weight: 600;
}

/* Remove button */
body.elementor-page-1046 .shop_table .product-remove a.remove {
    width: 34px;
    height: 34px;
    line-height: 31px;
    display: inline-block;
    border-radius: 50%;
    background: #fff0f1;
    color: #e53935;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
}

body.elementor-page-1046 .shop_table .product-remove a.remove:hover {
    background: #e53935;
    color: #ffffff;
}

/* Coupon area */
body.elementor-page-1046 .coupon {
    display: flex;
    align-items: center;
    gap: 12px;
}

body.elementor-page-1046 .coupon input.input-text {
    min-height: 46px;
    border: 1px solid var(--mc-border);
    border-radius: 8px;
    padding: 0 14px;
    color: var(--mc-navy);
}

/* Buttons */
body.elementor-page-1046 .button,
body.elementor-page-1046 button,
body.elementor-page-1046 .checkout-button {
    border: none !important;
    border-radius: 30px !important;
    background: linear-gradient(90deg, #14213d 0%, #f97316 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 13px 28px !important;
    transition: all 0.25s ease;
}

body.elementor-page-1046 .button:hover,
body.elementor-page-1046 button:hover,
body.elementor-page-1046 .checkout-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(249, 115, 22, 0.25);
}

/* Cart totals */
body.elementor-page-1046 .cart_totals {
    background: #ffffff;
    border: 1px solid var(--mc-border);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 8px 25px rgba(20, 33, 61, 0.06);
}

body.elementor-page-1046 .cart_totals h2 {
    color: var(--mc-navy);
    font-size: 25px;
    font-weight: 700;
}

body.elementor-page-1046 .cart_totals th,
body.elementor-page-1046 .cart_totals td {
    padding: 14px 5px;
    border-color: var(--mc-border);
}

body.elementor-page-1046 .cart_totals .order-total strong {
    color: var(--mc-blue);
    font-size: 21px;
}

/* Checkout button */
body.elementor-page-1046 .wc-proceed-to-checkout .checkout-button {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 16px 25px !important;
}

/* Better mobile layout */
@media (max-width: 767px) {

    body.elementor-page-1046 .shop_table {
        border-radius: 12px;
    }

    body.elementor-page-1046 .shop_table td,
    body.elementor-page-1046 .shop_table th {
        padding: 14px 10px;
    }

    body.elementor-page-1046 .shop_table .product-thumbnail img {
        width: 65px;
        height: 65px;
    }

    body.elementor-page-1046 .shop_table .product-name a {
        font-size: 14px;
    }

    body.elementor-page-1046 .coupon {
        display: block;
    }

    body.elementor-page-1046 .coupon input.input-text {
        width: 100%;
        margin-bottom: 10px;
    }

    body.elementor-page-1046 .coupon .button {
        width: 100%;
    }

    body.elementor-page-1046 .cart_totals {
        padding: 20px;
        margin-top: 20px;
    }

}/* End custom CSS */