.elementor-20 .elementor-element.elementor-element-772be0a{--display:flex;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-772be0a.e-con{--align-self:center;}.elementor-20 .elementor-element.elementor-element-352006c{--update-cart-automatically-display:none;}.elementor-20 .elementor-element.elementor-element-352006c .e-cart-section{border-width:0px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-772be0a *//* Cart Totals Area Lightweight Style */
.e-cart-totals {
    padding: 10px 15px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: none;
    font-size: 14px;
}

.e-cart-totals h2.cart-page-heading {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.e-cart-totals table.shop_table {
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
}

.e-cart-totals table.shop_table th,
.e-cart-totals table.shop_table td {
    padding: 6px 8px;
    border: none;
}

.e-cart-totals .woocommerce-Price-amount {
    font-weight: 500;
    color: #222;
}

/* Checkout Button Lightweight */
.wc-proceed-to-checkout .checkout-button {
    background-color: #ff5e57;
    color: #fff;
    padding: 8px 18px;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 500;
    box-shadow: none;
}

/* Coupon Box Simplified */
.cart-coupon input.input-text {
    padding: 6px 10px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 65%;
}

.cart-coupon button.button {
    padding: 6px 12px;
    font-size: 13px;
    margin-left: 6px;
    background-color: #222;
    color: #fff;
    border-radius: 4px;
}




/* Remove right gap and make cart full width */
.tutorstarter-cart-container {
    display: flex;
    flex-direction: column;
    padding: 0; /* removes extra space */
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

/* Cart section full width */
.woocommerce-cart-form.form-container {
    width: 100%;
    padding: 0 10px;
}

/* Remove gap between cart items */
.e-cart-section,
.cart-contents-wrapper,
.cart-contents {
    margin: 0;
    padding: 0;
}

/* Ensure coupon section doesn't break layout */
.coupon.e-cart-section.shop_table {
    margin-top: 10px;
    padding: 0;
    width: 100%;
}







.cart-coupon {
    display: none !important;
}/* End custom CSS */