.holder .post_title {
    text-align: left !important;
    color: #006838;
}
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding: 0;
}
.woocommerce .cart_left table.cart td.actions, .woocommerce-page .cart_left table.cart td.actions {
    text-align: left;
}
.cart_right label {
    padding-bottom: 20px;
}
form.woocommerce-cart-form button.minus, form.woocommerce-cart-form button.plus {
    height: 30px;
    width: 42px;
    font-weight: 700;
    border: none;
}
.woocommerce .quantity .qty {
    padding: 0;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    color: #000;
}
.woocommerce-cart table.cart img {
    width:  120px;
}
form.woocommerce-cart-form .product-price {
    display: flex;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
}

form.woocommerce-cart-form .product-price ins {
    order: -1; 
    text-decoration: none;
}

form.woocommerce-cart-form .product-price del {
    order: 1; 
}
.woocommerce a.remove {
    display: inline-block;
    font-size: 14px;
    height: 45px;
    width: 140px;
    padding: 5px;
    background-color: #323232;
    text-align: center;
    line-height: 2.5;
    border-radius: 4px !important;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    overflow: hidden;
}
.woocommerce a.remove:hover {
    background: none;
}
.quantity {
    justify-content: flex-start;
    color: #000;
}
.product-details .input-text.qty {
    -moz-appearance: textfield;
}

.product-details .input-text.qty::-webkit-outer-spin-button,
.product-details .input-text.qty::-webkit-inner-spin-button {
    -webkit-appearance: none; 
    margin: 0;
}

.product-details .product-name {
    padding-top: 20px;
}
form.woocommerce-cart-form .product-name a {
    color: #006838;
    font-size: 22px;
}
form.woocommerce-cart-form bdi {
    color: #FC821A;
    font-size: 18px;
}
form.woocommerce-cart-form ins bdi {
    font-weight: 700;
}
form.woocommerce-cart-form del bdi {
    font-size: 16px;
    color: #a3c0e7;
}
.woocommerce table.shop_table {
    border: none;
}
.woocommerce table.shop_table tbody th {
    border-top: none;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}
 .woocommerce button.button {
    width: auto;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 45%;
}

.woocommerce .cart_right h2 {
    margin: 20px auto 18px;
    font-size: 23px;
    text-align: left;
    color: #000;
    font-weight: 700;
}
.cart_right .wc-proceed-to-checkout {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
}
.cart_right .wc-proceed-to-checkout a.continue_shop {
    background-color: #00DC00;
    color: #fff;
    text-align: center;
    padding-top: 9px;
    font-size: 14px;
    margin-bottom: 1rem;
    border-radius: 4px;
    width: 60%;
}
.cart_right a.checkout-button.button.alt.wc-forward {
    font-size: 14px;
    width: 40%;
}
.woocommerce .coupon-button button.button {
    width: 50%;
    border-radius: 5px;
}
.cart_right .woocommerce-shipping-methods label, .cart_right .woocommerce-shipping-methods bdi {
    font-weight: 100;
    font-size: 16px;
}

.cart_right .woocommerce-shipping-methods label span {
    visibility: visible; /* Keeps the amount visible */
}

.woocommerce .cart_right table.shop_table tbody:first-child tr th, .woocommerce .cart_right table.shop_table tbody:first-child tr td {
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.woocommerce .cart_right table.shop_table tbody:first-child tr:first-child th, .woocommerce .cart_right table.shop_table tbody:first-child tr:first-child td{
    border-top: none;
}
.woocommerce .cart_right table.shop_table tbody tr td {
    text-align: right;
}
.woocommerce .cart_right table.shop_table tbody tr th, .woocommerce .cart_right table.shop_table tbody tr td {
    font-size: 14px;
    color: #000;
    font-weight: 100;
}
tr.coupen_right {
    position: absolute;
    top: 100px;
    right: 2px;
    width: 100%;
    max-width: 300px;
    z-index: 1;
}

/* Ensure visibility control */
.coupen_right label,
.coupen_right input#coupon_code,
.coupen_right .coupon-error-notice,
.coupen_right button.button.none {
    display: none !important;
}
.woocommerce table.shop_table .coupen_right td {
    border-top: none;
}
.woocommerce-message {
    border-top-color: #329230;
}
.woocommerce-message::before {
    content: "\e015";
    color: #329230;
}
.cart-collaterals .coupon .coupon-error-notice{
    clear: left;
    color: var(--wc-red);
    flex-basis: 100%;
    float: none;
    font-size: .75em;
    margin-bottom: 0;
    margin-top: -20px;
    text-align: left;
    width: auto;
}
body a.checkout-button.button.alt.wc-forward {
    background-color: #006838 !important;
}

/* Responsive fix */
@media (max-width: 768px) {
    tr.coupen_right {
        position: absolute;
        top: auto; /* Adjust as needed */
        right: 10px; /* Keeps it inside viewport */
        left: auto;
        bottom: -10px; /* Adjust positioning */
        width: 90%; /* Prevents overflow */
        max-width: 250px;
        z-index: 10;
    }
}


@media (max-width: 768px) {
    .product-info {
        text-align: left;
    }
    .woocommerce .cart_left table.shop_table_responsive tr td::before, .woocommerce-page .cart_left table.shop_table_responsive tr td::before {
        content: attr(data-title) ": ";
       display: none;
    }
    .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
        display: none;
    }
}
@media (max-width: 480px) {
    .quantity {
        width: 120px;
    }
}

@media (max-width: 375px) {
    .cart_right .wc-proceed-to-checkout a.continue_shop {
        width: 53%;
    }
    .cart_right a.checkout-button.button.alt.wc-forward {
        width: 43%;
    }
}
