.elementor-7 .elementor-element.elementor-element-b544d84{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7 .elementor-element.elementor-element-548e926{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:15px;--padding-right:15px;}.elementor-7 .elementor-element.elementor-element-bb53080{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7 .elementor-element.elementor-element-9eaff28{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-7 .elementor-element.elementor-element-bb53080{--width:65%;}.elementor-7 .elementor-element.elementor-element-9eaff28{--width:36%;}}/* Start custom CSS */.wrap_data_cart * {
    font-family: "ploni";
}
.product-total, 
.woocommerce-Price-amount{
	color: #333 !important;
}
.custom-order-products,
.custom-cart-summary {
    direction: rtl;
}

.custom-order-products {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.custom-order-product-card {
    background: #fff;
    box-shadow: 0 8px 26px rgba(0,0,0,0.08);
    padding: 0;
}

.custom-product-main {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 20px;
    justify-content: space-between;
}

.custom-product-content {
    max-width: calc(100% - 320px);
}

.custom-product-price {
    line-height: 1;
    width: 160px;
    font-size: 20px;
    text-align: center;
}

.custom-product-action {
    width: 160px;
}

.custom-order-product-card h3 {
    font-size: 24px;
    margin: 0;
    font-weight: 400;
}

ins {
    text-decoration: none;
}

.custom-product-price del .woocommerce-Price-amount{
    display: block;
    color: #777 !important;
    font-weight: 400;
    margin-bottom: 6px;
}

.custom-product-desc {
    width: 100%;
    box-sizing: border-box;
    background: #f6b4a56b;
    padding: 20px;
    line-height: 1.1;
    margin-top: 15px;
}

.custom-product-desc p {
    margin-bottom: 0;
}

.custom-add-btn {
    background: var(--e-global-color-985f8cd);
    color: #fff;
    border: 0;
    padding: 8px 32px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
    width: 100%;
}

.custom-qty-form {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}

.custom-extra-qty-form {
    width: 100%;
    justify-content: center;
}

.custom-qty-btn {
  	background: var(--e-global-color-985f8cd);
    border: 0;
    color: #fff;
    width: 44px;
    height: 48px;
    font-size: 22px;
    cursor: pointer;
	border-radius: 0;
}

.custom-qty-number {
    min-width: 44px;
    text-align: center;
    font-size: 20px;
	color: var(--e-global-color-985f8cd);
    border: 1px solid #158686;
    padding: 8px 0;
}

.custom-qty-disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.is-main-product .custom-product-desc {
    display: none;
}


/* Cart summary */

.custom-cart-summary {
    background: #fff;
    padding: 70px 62px;
    min-height: 620px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

.custom-cart-summary h2 {
    text-align: center;
	color: var(--e-global-color-66ace83);
    font-size: 34px;
    font-weight: 400;
    margin: 0 0 54px;
}

.custom-empty-cart {
    text-align: center;
    font-size: 18px;
}

.custom-cart-row {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 26px;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #d5d8dc;
    font-size: 20px;
}

.custom-cart-title {
    font-weight: 400;
}

.custom-cart-qty,
.custom-cart-price {
    white-space: nowrap;
}

.custom-cart-totals-box {
    margin-top: 18px;
}

.custom-cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
    font-size: 24px;
}

.custom-cart-total strong {
    font-size: 24px;
}

.custom-cart-subtotal,
.custom-cart-shipping {
    font-size: 18px;
    margin: 10px 0;
}

.custom-cart-subtotal strong,
.custom-cart-shipping strong {
    font-size: 18px;
}

.custom-cart-grand-total {
    border-top: 2px solid #d5d8dc;
    padding-top: 16px;
    margin-top: 16px;
    font-size: 24px;
}

.custom-cart-grand-total strong {
    font-size: 24px;
}

.custom-checkout-btn {
    display: block;
    background: #158686;
    color: #fff !important;
    text-align: center;
    padding: 10px 24px;
    border-radius: 4px;
    font-size: 24px;
    text-decoration: none;
}

.custom-checkout-btn:hover,
.custom-add-btn:hover,
.custom-qty-btn:hover {
    background: var(--e-global-color-66ace83);
}


/* Mobile */

@media (max-width: 768px) {

    .custom-order-product-card {
        padding: 0;
    }

    .custom-product-main {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 16px;
    }

    .custom-product-content {
        max-width: 100%;
    }

    .custom-product-price,
    .custom-product-action {
        width: 100%;
        text-align: right;
    }

    .custom-product-price {
        font-size: 18px;
    }

    .custom-product-action {
        display: flex;
        justify-content: flex-start;
    }

    .custom-add-btn,
    .custom-qty-form {
        width: 100%;
        justify-content: center;
    }

    .custom-product-desc {
        margin-top: 0;
        padding: 16px;
        font-size: 16px;
        line-height: 1.3;
    }

    .custom-cart-summary {
        padding: 24px 16px;
        min-height: auto;
    }

    .custom-cart-summary h2 {
        font-size: 26px;
        margin-bottom: 24px;
    }

    .custom-cart-row {
        grid-template-columns: 1fr auto;
        gap: 12px;
        font-size: 16px;
    }

    .custom-cart-price {
        grid-column: 1 / -1;
        text-align: right;
    }

    .custom-cart-total {
        font-size: 18px;
    }

    .custom-cart-total strong {
        font-size: 18px;
    }

    .custom-cart-grand-total,
    .custom-cart-grand-total strong {
        font-size: 22px;
    }

    .custom-checkout-btn {
        font-size: 20px;
        padding: 12px;
    }
}/* End custom CSS */