.elementor-19 .elementor-element.elementor-element-30b1d3ca{overflow:visible;}.elementor-19 .elementor-element.elementor-element-61f5922{--update-cart-automatically-display:none;--totals-title-alignment:start;--sections-border-type:none;--sections-border-radius:20px 20px 20px 20px;--sections-title-color:#000000;--sections-radio-buttons-color:#9A8888;--forms-buttons-normal-text-color:#070707;--forms-buttons-border-color:#000000;--order-summary-rows-gap-top:calc( 37px/2 );--order-summary-rows-gap-bottom:calc( 37px/2 );--order-summary-color:#0C0B0B;--order-summary-variations-color:#B58282;--product-link-normal-color:#865555;--order-summary-items-divider-color:#E7E3E3;--order-summary-remove-icon-normal-color:#E31919;--totals-color:#000000;--totals-divider-color:#CF4343;--totals-divider-weight:0px;--checkout-button-border-radius:10px 10px 10px 10px;}.elementor-19 .elementor-element.elementor-element-61f5922 .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:var( --e-global-color-d292e7d );}.elementor-19 .elementor-element.elementor-element-61f5922 .woocommerce .wc-proceed-to-checkout .checkout-button:hover{background-color:var( --e-global-color-509b54e );}.elementor-19 .elementor-element.elementor-element-61f5922 .shipping-calculator-form{--update-shipping-button-alignment:center;--update-shipping-button-width:auto;}.elementor-19 .elementor-element.elementor-element-61f5922 .wc-proceed-to-checkout{--place-order-title-alignment:flex-end;--checkout-button-width:fit-content;}.elementor-19 .elementor-element.elementor-element-61f5922 .e-cart-section{box-shadow:0px 0px 10px 5px rgba(0, 0, 0, 0.08);}.elementor-19 .elementor-element.elementor-element-61f5922 {--sections-descriptions-color:#000000;}.elementor-19 .elementor-element.elementor-element-61f5922 .woocommerce-cart-form{--order-summary-title-color:#070707;}.elementor-19 .elementor-element.elementor-element-61f5922 .cart_totals .shop_table td:before, .elementor-19 .elementor-element.elementor-element-61f5922 .cart_totals .shop_table td .woocommerce-Price-amount{font-size:16px;font-weight:600;}/* Start custom CSS for woocommerce-cart, class: .elementor-element-61f5922 *//* ---- استایل پیام‌های موفقیت‌آمیز ووکامرس ---- */
.woocommerce-message {
    background: #f0faff !important; /* پس‌زمینه آبی بسیار روشن */
    border-right: 4px solid #30d5c7 !important; /* خط رنگی در سمت راست */
    border-radius: 10px !important;
    padding: 20px !important;
    font-size: 15px;
    font-weight: 500;
    color: #4a4a4a !important; /* رنگ متن تیره برای خوانایی بهتر */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    position: relative;
    display: flex; /* برای چیدمان آیکون و متن */
    align-items: center;
}

/* ---- آیکون داخل پیام ---- */
.woocommerce-message::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f05a'; /* آیکون دایره‌ای اطلاعات (info-circle) */
    font-weight: 800;
    color: #30d5c7; /* رنگ آیکون با رنگ اصلی شما */
    margin-right: -20px;
    margin-top: 4px;
    font-size: 15px;
}

/* ---- دکمه‌های داخل پیام (مثل دکمه "بازگشت به فروشگاه") ---- */
.woocommerce-message .button.wc-backward {
    background-color: #30d5c7;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-right: 15px;
    box-shadow: 0 2px 10px rgba(48, 213, 199, 0.2);
}

.woocommerce-message .button.wc-backward:hover {
    background-color: #30d5c7;
}/* End custom CSS */