.elementor-3268 .elementor-element.elementor-element-eb072ea{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:10px;--padding-right:10px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-3268 .elementor-element.elementor-element-eb072ea{--padding-top:60px;--padding-bottom:60px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS *//* ==========================================================
   GLOWISH CART - COMPLETE VERSION (DESKTOP + MOBILE FIX)
   UNIQUE CLASS: my-cart
   ========================================================== */

.my-cart {
    --green: #046938;
    --dark-green: #134C36;
    --pink: #EA0D80;
    --text: #595A5C;
    --border: #E2EAE5;
    --bg: #F7FAF8;

    font-family: 'Raleway', sans-serif;
    color: var(--text);
    background: var(--bg);
    padding: 35px 20px 60px;
}


/* ==========================================================
   CART CONTAINER
   ========================================================== */

.my-cart .woocommerce {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* ==========================================================
   CART TABLE (DESKTOP)
   ========================================================== */

.my-cart .shop_table {
    width: 100%;
    margin: 0;

    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;

    border-collapse: separate;
    border-spacing: 0;

    overflow: hidden;
}

.my-cart .shop_table thead th {
    background: var(--green);
    color: #fff;
    border: none;
    padding: 15px 18px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.my-cart .shop_table tbody tr {
    background: #fff;
}

.my-cart .shop_table tbody td {
    padding: 17px 18px;
    border: none;
    border-bottom: 1px solid var(--border);
    color: var(--text);
    vertical-align: middle;
}

.my-cart .shop_table tbody tr:last-child td {
    border-bottom: none;
}


/* ==========================================================
   REMOVE
   ========================================================== */

.my-cart .product-remove {
    width: 45px;
    padding-left: 12px !important;
    padding-right: 5px !important;
}

.my-cart a.remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(234, 13, 128, .08);
    color: var(--pink) !important;
    font-size: 16px;
    line-height: 1;
    transition: all .25s ease;
}

.my-cart a.remove:hover {
    background: var(--pink);
    color: #fff !important;
    transform: rotate(90deg);
}


/* ==========================================================
   PRODUCT IMAGE
   ========================================================== */

.my-cart .product-thumbnail {
    width: 85px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.my-cart .product-thumbnail img {
    display: block;
    width: 62px !important;
    height: 62px !important;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 9px;
    border: 1px solid var(--border);
}


/* ==========================================================
   PRODUCT NAME
   ========================================================== */

.my-cart .product-name {
    min-width: 220px;
}

.my-cart .product-name a {
    color: var(--green);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: color .2s ease;
}

.my-cart .product-name a:hover {
    color: var(--pink);
}


/* ==========================================================
   PRICE
   ========================================================== */

.my-cart .product-price,
.my-cart .product-subtotal {
    color: var(--green);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}


/* ==========================================================
   QUANTITY
   ========================================================== */

.my-cart .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-cart .quantity .qty {
    width: 60px !important;
    height: 40px !important;
    padding: 5px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
    color: var(--green);
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    outline: none;
}

.my-cart .quantity .qty:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 2px rgba(4,105,56,.08);
}


/* ==========================================================
   CART ACTIONS
   ========================================================== */

.my-cart .actions {
    padding: 15px 18px !important;
    background: #fff;
}

.my-cart .coupon {
    display: flex !important;
    align-items: center !important;
    gap: 8px;
    float: left;
    width: auto;
}

.my-cart .coupon .input-text {
    width: 180px !important;
    height: 42px !important;
    padding: 9px 12px !important;
    border: 1px solid var(--border) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--text);
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    outline: none;
}

.my-cart .coupon .input-text:focus {
    border-color: var(--green) !important;
}

.my-cart .coupon button {
    height: 42px !important;
    padding: 9px 16px !important;
    border: none !important;
    border-radius: 8px !important;
    background: var(--green) !important;
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 700;
    opacity: 1;
}

.my-cart .coupon button:disabled {
    background: #DDE7E1 !important;
    color: #8A9690 !important;
    cursor: not-allowed;
}

.my-cart .actions > .button {
    float: right;
    height: 42px !important;
    padding: 9px 18px !important;
    border-radius: 8px !important;
    background: var(--green) !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
}

.my-cart .actions > .button:disabled {
    background: #DDE7E1 !important;
    color: #8A9690 !important;
}


/* ==========================================================
   CART TOTALS
   ========================================================== */

.my-cart .cart-collaterals {
    width: 100%;
    margin-top: 25px;
}

.my-cart .cart_totals {
    width: 100% !important;
    max-width: 430px;
    margin: 0 0 0 auto !important;
    padding: 23px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 13px;
    box-shadow: none;
}

.my-cart .cart_totals h2 {
    margin: 0 0 15px;
    color: var(--green);
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 800;
}

.my-cart .cart_totals table {
    width: 100%;
    margin: 0;
}

.my-cart .cart_totals th,
.my-cart .cart_totals td {
    padding: 11px 0;
    border: none;
    color: var(--text);
    font-size: 13px;
}

.my-cart .cart_totals .order-total {
    border-top: 1px solid var(--border);
}

.my-cart .cart_totals .order-total th,
.my-cart .cart_totals .order-total td {
    padding-top: 14px;
}

.my-cart .cart_totals .order-total .amount {
    color: var(--green);
    font-size: 20px;
    font-weight: 900;
}


/* ==========================================================
   CHECKOUT BUTTON
   ========================================================== */

.my-cart .wc-proceed-to-checkout {
    padding: 0;
    margin: 0;
}

.my-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 14px 20px;
    border: none;
    border-radius: 8px;
    background: var(--green);
    color: #fff !important;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 800;
    transition: all .25s ease;
}

.my-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: var(--pink);
    color: #fff !important;
    transform: translateY(-1px);
}


/* ==========================================================
   CART UPDATED MESSAGE
   ========================================================== */

.my-cart .woocommerce-message {
    margin: 0 0 25px;
    padding: 15px 18px;
    background: #fff;
    border-top: 3px solid var(--green);
    color: var(--text);
    border-radius: 4px;
}

.my-cart .woocommerce-message::before {
    color: var(--green);
}


/* ==========================================================
   EMPTY CART
   ========================================================== */

.my-cart .cart-empty {
    padding: 35px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    color: var(--text);
    text-align: center;
}

.my-cart .return-to-shop {
    text-align: center;
}


/* ==========================================================================
   MOBILE — REBUILT AS STACKED CARDS
   Your screenshot shows labels like "Product:", "Price:", "Quantity:" —
   that text is generated by the theme's default responsive-table CSS
   reading a `data-title` attribute WooCommerce prints on every <td>.
   That default behavior was fighting your old "keep it a table" mobile
   rules (nothing lined up, remove button floated alone, no thumbnail
   visible). This rewrite works WITH that markup instead of against it:
   each row becomes a self-contained card, using the same data-title
   text WooCommerce already outputs, styled properly.
   ========================================================================== */

@media (max-width: 767px) {

    .my-cart {
        padding: 20px 12px 45px;
    }

    /* ---------- Table shell ---------- */
    /* No border/background here — each row is its own card below,
       so the outer table must NOT also draw a border or you get a
       "box inside a box" look with a gap between them. */
    .my-cart .shop_table {
        display: block;
        width: 100% !important;
        background: transparent;
        border: none;
        border-radius: 0;
        overflow: visible;
    }

    .my-cart .shop_table thead {
        display: none; /* labels come from each cell instead */
    }

    .my-cart .shop_table tbody {
        display: block;
    }

    /* ---------- Each product = one card ---------- */
    .my-cart .shop_table tbody tr {
        display: block;
        position: relative;

        margin-bottom: 14px;
        padding: 44px 14px 14px;

        background: #fff;
        border: 1px solid var(--border);
        border-radius: 12px;
    }

    .my-cart .shop_table tbody tr:last-child {
        margin-bottom: 0;
    }

    /* Default cell = a label/value row */
    .my-cart .shop_table tbody td {
        display: flex;
        align-items: center;
        justify-content: space-between;

        width: 100% !important;
        padding: 7px 0 !important;

        border: none;
        font-size: 13px;
    }

    .my-cart .shop_table tbody td::before {
        content: attr(data-title);
        margin-right: 10px;

        color: var(--dark-green);
        font-size: 10px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .3px;
        white-space: nowrap;
    }

    /* ---------- Remove button: pinned top-right of the card ---------- */
    /* !important needed: the generic "tbody td" rule above is more
       specific than this body.elementor-page-3268, so without it, that rule's
       display:flex + justify-content:space-between wins and the
       button drifts back toward center. */
    .my-cart .product-remove {
        display: block !important;
        position: absolute !important;
        top: 10px !important;
        right: 10px !important;
        left: auto !important;

        width: auto !important;
        padding: 0 !important;
        text-align: right !important;
    }

    .my-cart .product-remove::before {
        content: none !important;
    }

    .my-cart a.remove {
        display: flex !important;
        align-items: center;
        justify-content: center;

        width: 26px;
        height: 26px;
        margin: 0 !important;

        font-size: 14px;
    }

    /* ---------- Thumbnail + name: shown together at the top, no label ---------- */
    .my-cart .product-thumbnail {
        justify-content: flex-start !important;
        padding: 0 0 10px !important;
    }

    .my-cart .product-thumbnail::before {
        content: none;
    }

    .my-cart .product-thumbnail img {
        width: 56px !important;
        height: 56px !important;
        margin: 0 !important;
    }

    .my-cart .product-name {
        min-width: 0;
        padding: 0 0 10px !important;

        border-bottom: 1px solid var(--border);
    }

    .my-cart .product-name::before {
        content: none;
    }

    .my-cart .product-name a {
        display: block;
        width: 100%;

        font-size: 13px;
        line-height: 1.4;
        white-space: normal;
    }

    /* ---------- Price / Quantity / Subtotal rows ---------- */
    .my-cart .product-price,
    .my-cart .product-quantity,
    .my-cart .product-subtotal {
        font-size: 13px;
    }

    .my-cart .quantity {
        justify-content: flex-end;
    }

    .my-cart .quantity .qty {
        width: 54px !important;
        height: 36px !important;
        font-size: 13px;
    }

    /* ---------- Cart actions ---------- */
    .my-cart .actions {
        padding: 14px !important;
    }

    .my-cart .coupon {
        display: flex !important;
        width: 100%;
        margin-bottom: 10px;
    }

    .my-cart .coupon .input-text {
        flex: 1;
        width: auto !important;
    }

    .my-cart .coupon button {
        width: auto !important;
        flex: 0 0 auto;
    }

    .my-cart .actions > .button {
        float: none;
        width: 100%;
    }

    /* ---------- Cart totals ---------- */
    .my-cart .cart_totals {
        max-width: 100%;
        margin-top: 18px !important;
        padding: 20px;
    }

    .my-cart .cart_totals h2 {
        font-size: 19px;
    }
}


/* ==========================================================
   VERY SMALL PHONES
   ========================================================== */

@media (max-width: 380px) {

    .my-cart {
        padding-left: 8px;
        padding-right: 8px;
    }

    .my-cart .shop_table tbody tr {
        padding: 40px 10px 10px;
    }

    .my-cart .shop_table tbody td {
        font-size: 12px;
    }

    .my-cart .shop_table tbody td::before {
        font-size: 9px;
    }

    .my-cart .product-thumbnail img {
        width: 48px !important;
        height: 48px !important;
    }
}/* End custom CSS */