.elementor-30 .elementor-element.elementor-element-305b5c9e{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.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 );}.elementor-30 .elementor-element.elementor-element-4822cbb1{background-color:#FFFFFF;padding:10px 10px 10px 10px;z-index:1;border-radius:10px 10px 10px 10px;}.elementor-30 .elementor-element.elementor-element-4822cbb1 p{margin-block-end:0px;}body.elementor-page-30:not(.elementor-motion-effects-element-type-background), body.elementor-page-30 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FDF9F5;}@media(max-width:1024px){.elementor-30 .elementor-element.elementor-element-305b5c9e{--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for text-editor, class: .elementor-element-4822cbb1 *//* =========================================================
   INDIROOTS CART - EXACT 2ND SCREENSHOT STYLE
   HEADER INCLUDED NAHI HAI
   ========================================================= */

:root {
    --ir-green: #07552d;
    --ir-green-2: #0a6235;
    --ir-text: #123e29;
    --ir-border: #e7e5dc;
    --ir-soft: #f8f8f2;
    --ir-red: #df5a52;
}

/* ---------------------------------------------------------
   MAIN WOOCOMMERCE CART AREA
--------------------------------------------------------- */

.entry-content.clear {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.entry-content.clear > .woocommerce {
    width: 100% !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 28px 20px 50px !important;
    box-sizing: border-box;
}

/* Clear floating WooCommerce layout */
.entry-content.clear > .woocommerce::after {
    content: "";
    display: table;
    clear: both;
}

/* ---------------------------------------------------------
   LEFT CART
--------------------------------------------------------- */

.woocommerce-cart-form {
    width: calc(100% - 475px) !important;
    float: left !important;
    margin: 0 25px 0 0 !important;
    padding: 0 !important;
}

/* Remove default WooCommerce table styling */
.woocommerce-cart-form .shop_table {
    width: 100% !important;
    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

/* Hide table header */
.woocommerce-cart-form .shop_table thead {
    display: none !important;
}

/* ---------------------------------------------------------
   PRODUCT CARD
--------------------------------------------------------- */

.woocommerce-cart-form tr.cart_item {
    position: relative !important;

    display: grid !important;

    /*
       Image | Product info | Quantity
    */
    grid-template-columns: 90px minmax(180px, 1fr) 155px !important;

    grid-template-rows: auto auto !important;

    column-gap: 18px !important;
    row-gap: 5px !important;

    width: 100% !important;
    min-height: 122px !important;

    box-sizing: border-box !important;

    padding: 15px 18px !important;

    background: #fff !important;

    border: 1px solid var(--ir-border) !important;
    border-radius: 12px !important;

    box-shadow: 0 4px 15px rgba(30, 55, 38, .035) !important;

    overflow: hidden !important;
            margin-bottom: 10px;
}

/* ---------------------------------------------------------
   REMOVE BUTTON
--------------------------------------------------------- */

.woocommerce-cart-form tr.cart_item td.product-remove {
    position: absolute !important;

    top: 13px !important;
    right: 12px !important;

    z-index: 10 !important;

    width: auto !important;
    padding: 0 !important;

    border: 0 !important;
}

.woocommerce-cart-form td.product-remove .remove {
    display: flex !important;

    width: 28px !important;
    height: 28px !important;

    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;

    border: 1px solid #bfc5c0 !important;
    border-radius: 50% !important;

    background: #fff !important;

    color: #8c918e !important;

    font-size: 17px !important;
    font-weight: 300 !important;

    line-height: 1 !important;

    text-decoration: none !important;

    transition: all .2s ease !important;
}

.woocommerce-cart-form td.product-remove .remove:hover {
    background: #fff2f0 !important;
    border-color: #dd766d !important;
    color: #d34d45 !important;
}

/* ---------------------------------------------------------
   PRODUCT IMAGE
--------------------------------------------------------- */

.woocommerce-cart-form td.product-thumbnail {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;

    width: 90px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;

    border: 0 !important;
}

.woocommerce-cart-form td.product-thumbnail a {
    display: block !important;

    width: 70px !important;
    height: 105px !important;

    padding: 5px !important;

    box-sizing: border-box !important;

    background: #faf9f4 !important;
    border-radius: 8px !important;

    text-align: center !important;
}

.woocommerce-cart-form td.product-thumbnail img {
    width: 100% !important;
    height: 100% !important;

    object-fit: contain !important;

    margin: 0 !important;
    padding: 0 !important;

    border-radius: 5px !important;
}

/* ---------------------------------------------------------
   PRODUCT NAME
--------------------------------------------------------- */

.woocommerce-cart-form td.product-name {
    grid-column: 2 !important;
    grid-row: 1 !important;

    width: auto !important;

    padding: 0 35px 0 0 !important;

    border: 0 !important;

    align-self: end !important;
}

.woocommerce-cart-form td.product-name a {
    display: block !important;

    color: var(--ir-text) !important;

    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;

    line-height: 1.35 !important;

    text-decoration: none !important;
}

.woocommerce-cart-form td.product-name a:hover {
    color: var(--ir-green-2) !important;
}

/* Premium text */
.woocommerce-cart-form td.product-name::after {
    content: "🌿  Premium  •  100% Organic";

    display: block !important;

    margin-top: 5px !important;

    color: #777 !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;

    line-height: 1.4 !important;
}

/* ---------------------------------------------------------
   PRICE
--------------------------------------------------------- */

.woocommerce-cart-form td.product-price {
    grid-column: 2 !important;
    grid-row: 2 !important;

    width: auto !important;

    padding: 0 0 5px 0 !important;

    border: 0 !important;

    align-self: start !important;

    color: var(--ir-green) !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.woocommerce-cart-form td.product-price .amount {
    color: var(--ir-green) !important;
}

/* ---------------------------------------------------------
   QUANTITY
--------------------------------------------------------- */

.woocommerce-cart-form td.product-quantity {
    grid-column: 3 !important;
    grid-row: 1 / span 2 !important;

    width: 155px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;

    border: 0 !important;

    align-self: center !important;
}

/* Quantity pill */
.woocommerce-cart-form td.product-quantity .quantity {
    width: 155px !important;
    height: 38px !important;

    display: flex !important;
    align-items: center !important;

    margin: 0 !important;

    border: 1px solid #dddcd4 !important;
    border-radius: 22px !important;

    background: #fff !important;

    overflow: hidden !important;
}

/* Plus / minus */
.woocommerce-cart-form .quantity .minus,
.woocommerce-cart-form .quantity .plus {
    width: 45px !important;
    height: 36px !important;

    flex: 0 0 45px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    background: #fff !important;

    color: #123b29 !important;

    font-size: 18px !important;
    line-height: 36px !important;

    text-decoration: none !important;

    cursor: pointer !important;
}

.woocommerce-cart-form .quantity .minus:hover,
.woocommerce-cart-form .quantity .plus:hover {
    background: #f1f5ed !important;
}

/* Quantity number */
.woocommerce-cart-form .quantity .qty {
    width: 65px !important;
    height: 36px !important;

    flex: 1 1 auto !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-left: 1px solid #eee !important;
    border-right: 1px solid #eee !important;

    outline: none !important;
    box-shadow: none !important;

    background: #fff !important;

    text-align: center !important;

    font-family: Arial, sans-serif !important;
    font-size: 13px !important;
    color: #333 !important;
}

/* Hide number arrows */
.woocommerce-cart-form .qty::-webkit-inner-spin-button,
.woocommerce-cart-form .qty::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.woocommerce-cart-form .qty {
    -moz-appearance: textfield !important;
}

/* ---------------------------------------------------------
   SUBTOTAL
--------------------------------------------------------- */

.woocommerce-cart-form td.product-subtotal {
    display: none !important;
}

/* Hide default coupon/update row */
.woocommerce-cart-form tr:last-child {
    display: none !important;
}

/* ---------------------------------------------------------
   FREE SHIPPING BOX
--------------------------------------------------------- */

.ir-shipping-box {
    width: 100%;

    box-sizing: border-box;

    margin-top: 12px;
    padding: 12px 16px;

    background: #f8f8ef;

    border: 1px solid #e5e3d7;
    border-radius: 11px;

    color: #0c4b2c;
}

.ir-shipping-top {
    display: flex;
    align-items: center;
    gap: 8px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-weight: 700;
}

.ir-shipping-top span:first-child {
    font-size: 17px;
}

.ir-shipping-message {
    margin-left: 26px;
    margin-top: 3px;

    font-family: Arial, sans-serif;
    font-size: 11px;

    color: #666;
}

.ir-shipping-progress {
    height: 6px;

    margin: 9px 70px 0 26px;

    position: relative;

    background: #e7e4d7;

    border-radius: 10px;

    overflow: hidden;
}

.ir-shipping-progress-bar {
    height: 100%;
    width: 0%;

    background: #07552d;

    border-radius: 10px;

    transition: width .3s ease;
}

.ir-shipping-amount {
    float: right;

    margin-top: -10px;

    color: #14552f;

    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
}

/* ---------------------------------------------------------
   CART ACTION BUTTONS
--------------------------------------------------------- */

.ir-cart-actions {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 12px;
}

.ir-continue-shopping,
.ir-clear-cart {
    min-width: 155px;
    height: 44px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    border-radius: 7px;

    background: #fff;

    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;

    text-decoration: none !important;

    transition: all .2s ease;
}

.ir-continue-shopping {
    border: 1px solid #47765b;
    color: #174c30 !important;
}

.ir-continue-shopping:hover {
    background: #f1f6ef;
}

.ir-clear-cart {
    border: 1px solid #df6961;
    color: #d24d45 !important;
}

.ir-clear-cart:hover {
    background: #fff2f0;
}

/* ---------------------------------------------------------
   RIGHT CART SUMMARY
--------------------------------------------------------- */

.cart-collaterals {
    width: 450px !important;

    float: right !important;

    margin: 0 !important;
    padding: 0 !important;
}

.cart_totals {
    width: 100% !important;

    box-sizing: border-box !important;

    margin: 0 !important;
    padding: 20px 22px 21px !important;

    background: #fff !important;

    border: 1px solid #dfe2dc !important;

    border-radius: 10PX !important;

    box-shadow: 0 8px 25px rgba(25, 50, 35, .045) !important;
}

/* Heading */
.cart_totals h2 {
    margin: 0 0 20px !important;
    padding: 0 0 17px !important;

    border-bottom: 1px solid #d7d9d2 !important;

    color: #0b4d2b !important;

    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 21px !important;
    font-weight: 700 !important;

    line-height: 1.2 !important;
}

.cart_totals h2::before {
    content: "🌿 ";
    font-family: Arial, sans-serif;
    font-size: 16px;
}

/* Summary table */
.cart_totals table {
    width: 100% !important;

    margin: 0 !important;

    border: 0 !important;
    border-collapse: collapse !important;
}

.cart_totals table tr {
    border: 0 !important;
}

.cart_totals table th,
.cart_totals table td {
    padding: 9px 0 !important;

    border: 0 !important;

    background: transparent !important;

    font-family: Arial, sans-serif !important;
    font-size: 13px !important;
}

.cart_totals table th {
    text-align: left !important;

    color: #333 !important;

    font-weight: 400 !important;
}

.cart_totals table td {
    text-align: right !important;

    color: #164d31 !important;

    font-weight: 400 !important;
}

/* Shipping */
.cart_totals .shipping {
    display: table-row !important;
}

.cart_totals .shipping th,
.cart_totals .shipping td {
    padding-top: 4px !important;
}

/* Total */
.cart_totals .order-total {
    border-top: 1px solid #e7e5dc !important;

    margin-top: 5px !important;
}

.cart_totals .order-total th,
.cart_totals .order-total td {
    padding-top: 20px !important;
    padding-bottom: 17px !important;

    color: #07552d !important;

    font-size: 20px !important;
    font-weight: 700 !important;
}

.cart_totals .order-total td .amount {
    color: #07552d !important;
}

/* ---------------------------------------------------------
   CHECKOUT BUTTON
--------------------------------------------------------- */

.wc-proceed-to-checkout {
    margin: 0 !important;
    padding: 0 !important;
}

.wc-proceed-to-checkout .checkout-button {
    width: 100% !important;
    height: 48px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;

    border: 0 !important;
    border-radius: 6px !important;

    background: #07552d !important;
    color: #fff !important;

    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;

    text-decoration: none !important;

    box-shadow: none !important;

    transition: background .2s ease !important;
}

.wc-proceed-to-checkout .checkout-button::before {
    content: "🔒";
    margin-right: 9px;
    font-size: 13px;
}

.wc-proceed-to-checkout .checkout-button:hover {
    background: #064423 !important;
}

/* Secure Checkout */
.ir-secure-checkout {
    width: 100%;
    height: 48px;

    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 10px;

    border: 1px solid #9eb1a3;
    border-radius: 6px;

    color: #14512f;

    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.ir-secure-checkout::before {
    content: "🔒";
    margin-right: 8px;
    font-size: 12px;
}

/* ---------------------------------------------------------
   TRUST BADGES
--------------------------------------------------------- */

.ir-trust-badges {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 8px;

    margin-top: 16px;
    padding-top: 4px;
}

.ir-trust-item {
    text-align: center;

    color: #123f29;

    font-family: Arial, sans-serif;
    font-size: 9px;
    line-height: 1.25;
}

.ir-trust-icon {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 6px;

    border-radius: 50%;

    background: #eef2df;

    color: #276333;

    font-size: 18px;
}

.ir-trust-item strong {
    display: block;

    font-size: 9px;
    font-weight: 600;
}

/* ---------------------------------------------------------
   MOBILE
--------------------------------------------------------- */

@media (max-width: 1000px) {

    .woocommerce-cart-form {
        width: 100% !important;
        float: none !important;

        margin: 0 0 25px !important;
    }

    .cart-collaterals {
        width: 100% !important;
        float: none !important;
    }
}

@media (max-width: 600px) {

    .entry-content.clear > .woocommerce {
        padding: 15px 12px 35px !important;
    }

    .woocommerce-cart-form tr.cart_item {
        grid-template-columns: 70px 1fr !important;

        min-height: 120px !important;

        padding: 12px !important;

        column-gap: 13px !important;
    }

    .woocommerce-cart-form td.product-thumbnail {
        grid-column: 1 !important;
        grid-row: 1 / span 3 !important;

        width: 70px !important;
    }

    .woocommerce-cart-form td.product-thumbnail a {
        width: 62px !important;
        height: 90px !important;
    }

    .woocommerce-cart-form td.product-name {
        grid-column: 2 !important;
        grid-row: 1 !important;

        padding-right: 30px !important;
    }

    .woocommerce-cart-form td.product-price {
        grid-column: 2 !important;
        grid-row: 2 !important;
    }

    .woocommerce-cart-form td.product-quantity {
        grid-column: 2 !important;
        grid-row: 3 !important;

        justify-content: flex-start !important;
    }

    .woocommerce-cart-form td.product-quantity .quantity {
        width: 135px !important;
    }

    .woocommerce-cart-form .quantity .minus,
    .woocommerce-cart-form .quantity .plus {
        width: 38px !important;
        flex-basis: 38px !important;
    }

    .ir-cart-actions {
        gap: 10px;
    }

    .ir-continue-shopping,
    .ir-clear-cart {
        min-width: 0;
        width: 50%;
    }

    .ir-shipping-progress {
        margin-right: 50px;
    }

    .cart_totals {
        padding: 18px !important;
    }
}

/* ================================
   SHIPPING + TAX CART TOTALS
================================ */

.cart_totals .ir-shipping-row th,
.cart_totals .ir-shipping-row td,
.cart_totals .ir-tax-row th,
.cart_totals .ir-tax-row td {
    padding: 9px 0 !important;

    border: 0 !important;

    background: transparent !important;

    font-size: 14px !important;
}

.cart_totals .ir-shipping-row th,
.cart_totals .ir-tax-row th {
    color: #555 !important;

    font-weight: 400 !important;

    text-align: left !important;
}

.cart_totals .ir-shipping-row td,
.cart_totals .ir-tax-row td {
    color: #07552d !important;

    text-align: right !important;
}

.cart_totals .ir-shipping-value,
.cart_totals .ir-tax-value {
    font-weight: 500 !important;
}

/* =========================================================
   FINAL MOBILE + TABLET CART HEADING HIDE
========================================================= */

@media (max-width: 1000px) {

    /* 1. WooCommerce table header completely remove */
    .woocommerce-cart-form table.shop_table thead,
    .woocommerce-cart-form table.shop_table thead tr,
    .woocommerce-cart-form table.shop_table thead th {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        line-height: 0 !important;
        font-size: 0 !important;
    }

    /* 2. Responsive WooCommerce data-title labels hide */
    .woocommerce-cart-form td[data-title]::before,
    .woocommerce-cart-form td[data-title]::after {
        display: none !important;
        content: none !important;
        visibility: hidden !important;
    }

    /* 3. Common WooCommerce cart labels hide */
    .woocommerce-cart-form td.product-name::before,
    .woocommerce-cart-form td.product-price::before,
    .woocommerce-cart-form td.product-quantity::before,
    .woocommerce-cart-form td.product-subtotal::before,
    .woocommerce-cart-form td.product-remove::before,
    .woocommerce-cart-form td.product-thumbnail::before {
        display: none !important;
        content: none !important;
        visibility: hidden !important;
    }

    /* 4. Agar theme labels span/div ke through bana raha ho */
    .woocommerce-cart-form .cart_item .label,
    .woocommerce-cart-form .cart_item .product-label,
    .woocommerce-cart-form .cart_item .mobile-label,
    .woocommerce-cart-form .cart_item .responsive-label {
        display: none !important;
        visibility: hidden !important;
    }

    /* 5. Premium text ko preserve karo */
    .woocommerce-cart-form td.product-name::after {
        display: block !important;
        visibility: visible !important;
        content: "🌿  Premium  •  100% Organic" !important;

        margin-top: 2px !important;

        color: #777 !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 9px !important;
        font-weight: 400 !important;
        line-height: 1.2 !important;
    }

    /* 6. Price left + zero extra height */
    .woocommerce-cart-form td.product-price {
        height: 0 !important;
        min-height: 10px !important;
        max-height: 0 !important;

        padding: 0 !important;
        margin: 0 !important;

        display: block !important;

        text-align: left !important;
        vertical-align: top !important;
        align-self: start !important;
        justify-self: start !important;

        line-height: 1.2 !important;
    }

    .woocommerce-cart-form td.product-price .amount,
    .woocommerce-cart-form td.product-price .woocommerce-Price-amount {
        display: inline-block !important;

        margin: 0 !important;
        padding: 0 !important;

        text-align: left !important;
    }

    /* 7. Quantity label bhi force hide */
    .woocommerce-cart-form td.product-quantity {
        text-align: left !important;
    }

    .woocommerce-cart-form td.product-quantity::before,
    .woocommerce-cart-form td.product-quantity::after {
        display: none !important;
        content: none !important;
    }
}

@media (max-width:1000px){
    .woocommerce-cart-form td.product-name,
    .woocommerce-cart-form td.product-name a,
    .woocommerce-cart-form td.product-name::after{
        text-align:left!important;
    }

    .woocommerce-cart-form td.product-price,
    .woocommerce-cart-form td.product-price .amount,
    .woocommerce-cart-form td.product-price .woocommerce-Price-amount{
        line-height:1.35!important;
    }
}

.wc-proceed-to-checkout .checkout-button{
    line-height:0!important;
}

.woocommerce-shipping-totals.shipping .shipping-calculator-form p{
    margin:0 0 8px!important;
}

.woocommerce-shipping-totals.shipping .shipping-calculator-form label{
    display:block!important;
    margin-bottom:4px!important;
    color:#123e29!important;
    font-size:11px!important;
    font-weight:600!important;
}

.woocommerce-shipping-totals.shipping .shipping-calculator-form select,
.woocommerce-shipping-totals.shipping .shipping-calculator-form input{
    width:100%!important;
    height:34px!important;
    padding:0 9px!important;
    border:1px solid #d8ded8!important;
    border-radius:6px!important;
    background:#fff!important;
    font-size:11px!important;
}

.woocommerce-shipping-totals.shipping .shipping-calculator-form button{
    height:34px!important;
    padding:0 18px!important;
    border:0!important;
    border-radius:6px!important;
    background:#07552d!important;
    color:#fff!important;
    font-size:11px!important;
    font-weight:600!important;
}

.woocommerce-shipping-totals.shipping .shipping-calculator-form br{
    display:none!important;
}/* End custom CSS */