.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}body.e-wc-message-notice .woocommerce-message .button, body.e-wc-message-notice .wc-block-components-notice-banner.is-success .button{background-color:#0374FC !important;background-image:none !important;font-family:"iransansreg", Sans-serif;}body.e-wc-message-notice .woocommerce-message .button:hover, body.e-wc-message-notice .wc-block-components-notice-banner.is-success .button:hover{background-color:#00D1B2 !important;background-image:none !important;}body.e-wc-info-notice .woocommerce-info .button, body.e-wc-info-notice .wc-block-components-notice-banner.is-info .button{background-color:#0374FC !important;background-image:none !important;font-family:"iransansreg", Sans-serif;}body.e-wc-info-notice .woocommerce-info .button:hover, body.e-wc-info-notice .wc-block-components-notice-banner.is-info .button:hover, body.e-wc-info-notice .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-info .woocommerce-Button:hover, body.e-wc-info-notice .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .wc-block-components-notice-banner.is-info .woocommerce-Button:hover{background-color:#00D1B2 !important;background-image:none !important;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.e-wc-error-notice .woocommerce-error, .e-wc-error-notice .wc-block-components-notice-banner.is-error{font-family:"iransansreg", Sans-serif;--error-message-normal-links-color:#0374FC;--error-message-hover-links-color:#00D1B2;--error-box-border-radius:14px 14px 14px 14px;}body.e-wc-error-notice .woocommerce-error a.wc-backward, body.e-wc-error-notice .wc-block-components-notice-banner.is-error a.wc-backward{font-family:"Iransans", Sans-serif;text-decoration:none;}.e-wc-message-notice .woocommerce-message, .e-wc-message-notice .wc-block-components-notice-banner.is-success{font-family:"iransansreg", Sans-serif;--message-message-icon-color:#FFFFFF00;--message-box-border-radius:15px 15px 15px 15px;--message-buttons-normal-text-color:#FFFFFF;--message-buttons-border-radius:8px 8px 8px 8px;}body.e-wc-message-notice .woocommerce-message .restore-item, body.e-wc-message-notice .wc-block-components-notice-banner.is-success .restore-item, body.e-wc-message-notice .woocommerce-message a:not([class]), body.e-wc-message-notice .wc-block-components-notice-banner.is-success a:not([class]){font-family:"Iransans", Sans-serif;text-decoration:none;}.e-wc-message-notice .woocommerce-message .restore-item, .e-wc-message-notice .wc-block-components-notice-banner.is-success .restore-item, .e-wc-message-notice .woocommerce-message a:not([class]), .e-wc-message-notice .wc-block-components-notice-banner.is-success a:not([class]){--notice-message-normal-links-color:#0374FC;}.e-wc-message-notice .woocommerce-message .restore-item:hover, .e-wc-message-notice .wc-block-components-notice-banner.is-success .restore-item:hover, .e-wc-message-notice .woocommerce-message a:not([class]):hover, .e-wc-message-notice .wc-block-components-notice-banner.is-success a:not([class]):hover{--notice-message-hover-links-color:#00D1B2;}.e-wc-info-notice .woocommerce-info, .e-wc-info-notice .wc-block-components-notice-banner.is-info{font-family:"iransansreg", Sans-serif;--info-message-icon-color:#02010100;--info-box-border-radius:14px 14px 14px 14px;--info-buttons-normal-text-color:#FFFFFF;--info-buttons-hover-text-color:#FFFFFF;--info-buttons-border-radius:8px 8px 8px 8px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* WooCommerce Error Message - Custom Style */
.woocommerce-error {
    width: 75%;
    margin: 30px auto;
    padding: 18px 22px;
    background: linear-gradient(135deg, #fff5f5, #ffe3e3);
    border-right: 6px solid #e63946;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(230, 57, 70, 0.15);
    list-style: none;
    font-family: inherit;
    animation: wcErrorFadeIn 0.5s ease-in-out;
    
}

/* Error text */
.woocommerce-error li {
    color: #9b1c1c;
    font-size: 15px;
    line-height: 1.9;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Error icon */
.woocommerce-error li::before {
    content: "⚠️";
    font-size: 20px;
    flex-shrink: 0;
}

/* Link style */
.woocommerce-error a {
    color: #e63946;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed rgba(230, 57, 70, 0.6);
    transition: all 0.25s ease;
}

.woocommerce-error a:hover {
    color: #b91c1c;
    border-bottom-color: transparent;
}

/* Backward button link */
.woocommerce-error .wc-backward {
    margin-right: auto;
    font-size: 14px;
}

/* Animation */
@keyframes wcErrorFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce-error {
        width: 90%;
    }
}
/* WooCommerce Success Message - RTL Fixed */
.woocommerce-message {
    width: 75%;
    margin: 30px auto;
    padding: 18px 22px;
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    border-right: 6px solid #16a34a;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(22, 163, 74, 0.18);
    font-size: 15px;
    line-height: 1.9;
    color: #065f46;
    display: flex;
    align-items: center;
    gap: 14px;
    direction: rtl;
}


/* Text wrapper fix */
.woocommerce-message {
    flex-wrap: wrap;
}

/* Button (send to left side) */
.woocommerce-message .wc-forward {
    order: 3;
    margin-right: auto;
    background: #16a34a;
    color: #fff;
    border-radius: 999px;
    padding: 7px 16px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 6px 14px rgba(22, 163, 74, 0.3);
    transition: all 0.25s ease;
}

.woocommerce-message .wc-forward:hover {
    background: #15803d;
    transform: translateY(-1px);
}

/* Inline links */
.woocommerce-message a:not(.button) {
    color: #15803d;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed rgba(22, 163, 74, 0.6);
}

.woocommerce-message a:not(.button):hover {
    border-bottom-color: transparent;
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce-message {
        width: 90%;
    }

    .woocommerce-message .wc-forward {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}
/* WooCommerce Info Message - Modern RTL Style */
.woocommerce-info {
    width: 75%;
    margin: 30px auto;
    padding: 18px 22px;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border-right: 6px solid #2563eb;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.18);
    font-size: 15px;
    line-height: 1.9;
    color: #1e3a8a;
    display: flex;
    align-items: center;
    gap: 14px;
    direction: rtl;
    flex-wrap: wrap;
}

/* Info icon */
.woocommerce-info::before {

    font-size: 20px;
    flex-shrink: 0;
}

/* Button (left side in RTL) */
.woocommerce-info .wc-forward {
    order: 3;
    margin-right: auto;
    background: #2563eb;
    color: #ffffff;
    border-radius: 999px;
    padding: 7px 16px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 6px 14px rgba(37, 99, 235, 0.35);
    transition: all 0.25s ease;
}

.woocommerce-info .wc-forward:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}

/* Links */
.woocommerce-info a:not(.button) {
    color: #1d4ed8;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed rgba(29, 78, 216, 0.6);
}

.woocommerce-info a:not(.button):hover {
    border-bottom-color: transparent;
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce-info {
        width: 90%;
    }

    .woocommerce-info .wc-forward {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'iransansreg';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.mahanhesab.com/wp-content/uploads/2025/12/IRANSansXFaNum-Light.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Iransans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.mahanhesab.com/wp-content/uploads/2025/12/IRANSansWeb_Black.woff2') format('woff2');
}
/* End Custom Fonts CSS */