.bdt-arrows-dots-align-center .bdt-dots-container .swiper-pagination,
.bdt-arrows-dots-align-center .bdt-arrows-dots-container .swiper-pagination {
    position: absolute;
    width: auto !important;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    padding: 6px 5px;
    background-color: rgba(246, 188, 64, 0.5);
    border-radius: 12px;
}

.bdt-navigation-next,
.bdt-navigation-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    position: relative;
    z-index: 10;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
}

.bdt-navigation-next {
    background-image: url('https://saffronnaseri.com/wp-content/uploads/2025/09/solar_alt-arrow-left-bold-duotone.png');
}

.bdt-navigation-prev {
    background-image: url('https://saffronnaseri.com/wp-content/uploads/2025/09/solar_alt-arrow-left-bold-duotone-1.png');
    transform: rotate(180deg);
}

.bdt-navigation-next i,
.bdt-navigation-prev i {
    display: none !important;
}

.wpmi-iposition-left > a .wpmicons-set.wpmicons-customicon,
.wpmi-iposition-left > a .wpmicons-set.wpmicons-avicon {
    padding-left: 16px;
}

.wd-btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    position: relative;
    z-index: 10;
    transition: all 0.3s ease;
}

.wd-btn-arrow .wd-arrow-inner {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
}

.wd-btn-arrow.wd-next .wd-arrow-inner {
    background-image: url("https://saffronnaseri.com/wp-content/uploads/2025/09/solar_arrow-right.webp");
}

.wd-btn-arrow.wd-prev .wd-arrow-inner {
    background-image: url("https://saffronnaseri.com/wp-content/uploads/2025/09/solar_arrow-left.webp");
}

.wd-btn-arrow:hover {
    background: rgba(246, 188, 64, 0.8);
    border-color: rgba(246, 188, 64, 1);
    transform: scale(1.1);
}

.wd-btn-arrow:hover .wd-arrow-inner {
    filter: brightness(0) invert(1);
}

.wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-prev {
    margin-left: 25px !important;
}

.wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-next {
    margin-right: 25px;
}

.wd-toolbar-label {
    color: white !important;
}

.wd-toolbar {
    background-color: #00783B !important;
}

.wd-nav[class*="wd-style-underline"] > li:is(:hover, .current-menu-item, .wd-active, .active) > a .nav-link-text:after {
    display: none !important;
}

@media (max-width: 1400px) {
    .wpmicons-set.wpmicons-avicon img,
    .wpmicons-set.wpmicons-customicon img {
        width: 18px;
        height: 18px;
        display: block;
    }

    .wpmi-iposition-left > a .wpmicons-set.wpmicons-customicon,
    .wpmi-iposition-left > a .wpmicons-set.wpmicons-avicon {
        padding-left: 9px;
    }
}

@media (max-width: 768px) {
    .wc-block-checkout {
        padding: 15px !important;
        background: #f7f4eb !important;
    }

    .wc-block-components-title,
    .wp-block-woocommerce-checkout-order-summary-block h2 {
        font-size: 17px !important;
        font-weight: 700 !important;
        color: #333 !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }

    .wc-block-components-order-summary-item {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 10px 0 !important;
        border-bottom: 1px solid #eee !important;
    }

    .wc-block-components-order-summary-item__image {
        flex: 0 0 60px !important;
        margin-left: 10px !important;
    }

    .wc-block-components-order-summary-item__image img {
        width: 55px !important;
        height: 55px !important;
        object-fit: cover !important;
        border-radius: 8px !important;
    }

    .wc-block-components-order-summary-item__quantity {
        font-size: 14px !important;
        color: #555 !important;
        background: #f5f5f5;
        border-radius: 6px;
        padding: 4px 10px;
        margin-right: 10px;
    }

    .wc-block-components-order-summary-item__description {
        flex: 1 !important;
        font-size: 15px !important;
        color: #333 !important;
        line-height: 1.5;
    }

    .wc-block-components-product-price {
        font-size: 15px !important;
        color: #00783b !important;
        font-weight: 600 !important;
        margin-top: 5px;
    }

    .wc-block-components-totals-item {
        font-size: 15px !important;
        padding: 8px 0 !important;
        border-top: 1px solid #eee !important;
    }

    .wc-block-components-totals-item__label {
        color: #333 !important;
    }

    .wc-block-components-totals-item__value {
        color: #00783b !important;
        font-weight: bold !important;
    }

    .wc-block-components-checkout-place-order-button {
        width: 100% !important;
        background-color: #00783b !important;
        color: #fff !important;
        font-weight: 700 !important;
        padding: 15px !important;
        border-radius: 8px !important;
        font-size: 16px !important;
        border: none !important;
        margin-top: 20px !important;
    }

    .wc-block-components-checkout-place-order-button:hover {
        background-color: #005f2e !important;
    }

    .wp-block-woocommerce-checkout-totals-block h2 {
        display: none !important;
    }

    .wc-block-checkout * {
        font-family: 'AbarMid', sans-serif !important;
    }

    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
        margin-right: 0;
    }

    .wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value {
        margin: 0 !important;
    }

    .elementor-popup-modal .dialog-close-button {
        left: 84%;
    }

    p.stars {
        font-size: 0 !important;
        line-height: 0 !important;
    }

    p.stars a {
        font-size: 0 !important;
        color: transparent !important;
    }

    .comment-form-rating p,
    .comment-form-rating span,
    .comment-form-rating strong,
    .comment-form-rating em {
        font-size: 0 !important;
        color: transparent !important;
    }

    #submit,
    button#submit,
    .comment-form input[type="submit"] {
        background-color: #00783B !important;
        border-color: #00783B !important;
        border-radius: 6px !important;
        color: #fff !important;
    }

    .mobile-dark-1 .woocommerce-Price-amount bdi {
        margin-right: 120px;
        margin-top: -30px;
    }

    .mobile-dark-1 .woocommerce-Price-amount {
        display: inline !important;
    }
}

.custom-quantity-selector {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    vertical-align: middle;
    direction: rtl;
}

.single-product .custom-quantity-selector,
.elementor-widget-shortcode .custom-quantity-selector {
    margin-inline-start: 8px;
}

.custom-quantity-selector .qty-minus,
.custom-quantity-selector .qty-plus {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    min-width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 1px solid #cba72e;
    border-radius: 8px;
    background: #f7f4eb;
    color: #00783b;
    font-family: 'AbarMid', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
    -webkit-appearance: none;
    appearance: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.custom-quantity-selector .qty-minus:hover,
.custom-quantity-selector .qty-plus:hover {
    background: #efe8d4;
    border-color: #00783b;
    color: #005c2d;
}

.custom-quantity-selector .qty-minus:active,
.custom-quantity-selector .qty-plus:active {
    background: #e4d296;
}

.custom-quantity-selector .qty-input {
    box-sizing: border-box;
    width: 48px;
    min-width: 48px;
    height: 36px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background: #fff;
    font-family: 'AbarMid', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    color: #222;
    -webkit-appearance: none;
    appearance: none;
}

.custom-quantity-selector .qty-input:focus {
    outline: none;
    border-color: #00783b;
    box-shadow: 0 0 0 2px rgba(0, 120, 59, 0.15);
}

.elementor-popup-modal .dialog-close-button {
    border: 3px solid #00783B;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    left: 88%;
    top: 7%;
}

.elementor-popup-modal .dialog-close-button svg {
    fill: #00783B;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody > tr:nth-child(2n) > td,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody > tr:nth-child(2n) > th,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody > tr:nth-child(odd) > td,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody > tr:nth-child(odd) > th {
    padding-top: 20px !important;
}

table.table.table-responsive.table-primary {
    margin-top: 20px !important;
    margin-bottom: 40px !important;
}

table.table.table-responsive.table-primary td {
    direction: ltr !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #000 !important;
}

button#submit_form_id {
    background-color: #00783B;
    color: #fff;
    margin-top: 50px;
}

.custom-swiper .swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: flex-start;
    width: max-content !important;
}

.custom-swiper-container {
    direction: ltr !important;
    width: 100%;
    padding: 40px 0;
}

.custom-swiper .swiper-slide {
    width: 1324px;
    height: 424px;
    flex-shrink: 0 !important;
    border-radius: 22px;
    overflow: hidden;
    transition: transform 0.35s ease;
    direction: rtl !important;
}

.custom-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-swiper .swiper-slide-active {
    transform: scale(1.05);
    z-index: 10;
}

@media (max-width: 600px) {
    .custom-swiper .swiper-slide {
        width: 350px;
        height: 112px;
    }
}

.elementor-counter-number {
    font-family: "Vazir", "AbarMid", sans-serif !important;
    font-feature-settings: "lnum" off, "onum" on;
    -webkit-font-feature-settings: "lnum" off, "onum" on;
    -moz-font-feature-settings: "lnum" off, "onum" on;
}

.woocommerce-Price-amount bdi {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end;
    align-items: center;
}

@media (min-width: 1025px) {
    #profile-1 {
        margin-bottom: 12px;
    }

    body > div.wd-page-wrapper.website-wrapper > header > div.elementor-element.elementor-element-cc1c941.tekan_web_header.e-flex.e-con-boxed.e-con.e-parent.elementor-sticky.e-lazyloaded > div > div.elementor-element.elementor-element-fa952ec.elementor-widget__width-inherit.elementor-hidden-tablet.elementor-hidden-mobile.elementor-widget.elementor-widget-html > nav > ul > li:nth-child(4) > a {
        width: 128px;
    }

    .elementor-35 .elementor-element.elementor-element-75766e3 img {
        position: absolute;
        left: -100%;
    }
}

.comment-form-url,
.comment-form-cookies-consent {
    display: none;
}
