.elementor-8 .elementor-element.elementor-element-53b5528{--display:flex;}.elementor-8 .elementor-element.elementor-element-61f1b36 > .elementor-widget-container{margin:030px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-69d5ab82{--display:flex;--overflow:hidden;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-8 .elementor-element.elementor-element-53b5528{--content-width:1296px;}.elementor-8 .elementor-element.elementor-element-69d5ab82{--content-width:1296px;}}/* Start custom CSS for shortcode, class: .elementor-element-61f1b36 *//* استایل breadcrumb */
.breadcrumb {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* استایل آیتم breadcrumb */
.breadcrumb-item {
    margin-right: 8px;
    font-size: 14px;
    font-weight: 400;
}

/* رنگ آیکون و لینک‌های breadcrumb */
.breadcrumb-item a {
    text-decoration: none;
    color: #443355;
}

/* تغییر رنگ برای صفحه اصلی */
.breadcrumb-item:first-child a {
    color: #AFAFAF;
}

/* استایل برای آیتم فعال (صفحه فعلی) */
.breadcrumb-item.active {
    color: #443355;
}

/* اضافه کردن آیکون به بین لینک‌ها */
.breadcrumb-item + .breadcrumb-item::before {
    content: url('http://rozhansoleymani.ir/wp-content/uploads/2025/11/Vector-2.svg');
    margin: 0 8px;
    width: 8px; /* سایز آیکون */
    height: 8px; /* سایز آیکون */
}

/* آیکون تغییر رنگ */
.breadcrumb-item a:hover {
    color: #443355;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-6c53b9d */:root {
    --purple: #6c3fa4;
    --gray: #a4a4a4;
    --text: #2c2547;
}

@font-face {
    font-family: 'Koodak';
    src: url('https://example.com/fonts/Koodak.woff2') format('woff2'); /* مسیر فونت خودتان */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.kian-checkout-wrap {
    direction: rtl;
    font-family: 'Koodak', sans-serif;
    background: #fff;
    padding: 32px 24px 60px;
    color: var(--text);
    width: 100%;
    max-width: none;
    margin: 0;
}

.kian-main {
    display: grid;
    grid-template-columns: 1fr 300px; /* جدول اول، سایدبار دوم */
    gap: 18px;
}

/* سایدبار و جدول */
.kian-sidebar,
.kian-table {
    background: #f7f7f7;
    border-radius: 12px;
    padding: 14px;
    box-shadow: none;
}

/* سایدبار دو ستونه با فاصله کمتر و جداکننده */
.kian-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 6px;
    column-gap: 8px;
}
.kian-sidebar h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    text-align: right;
}
.kian-sidebar .price {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #443355;
    text-align: left;
}
/* تخفیف سایدبار */
.sidebar-discount-badge {
    display: inline-block;
    background: #f7b68d;
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 13px;
    margin-left: 8px;
}
.sidebar-discount-amount {
    font-size: 16px;
    font-weight: 500;
    color: #443355;
}
.kian-sep {
    grid-column: 1 / -1;
    margin-top: 40px;
    border-top: 1px dashed #e6dbea;
    margin-bottom: 20px;
}
.final-label {
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    text-align: right;
}
.final-price {
    font-size: 16px;
    font-weight: 500;
    color: #443355;
    text-align: left;
}
.kian-btn-primary {
    grid-column: 1 / -1;
    display: block;
    width: 100%;
    margin-top: 10px;
    background: #443355;
    color: #fff;
    border: none;
    padding: 0 12px;
    height: 48px;
    line-height: 48px;
    border-radius: 2200px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}

/* جدول */
.kian-table-head,
.kian-row {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) 60px; /* حذف ستون آخر */
    column-gap: 10px;
    align-items: center;
    padding: 0 16px;
    border-radius: 16px;
}
.kian-table-head {
    background: #fff;
    height: 40px;
    color: var(--gray);
    font-size: 12px;
}
.kian-table-head span { text-align: center; }
.kian-table-head span:first-child { text-align: right; }

.kian-row {
    background: #fff;
    height: 90px;
    margin-top: 16px;
    min-height: 90px;
}
.kian-row > * { min-width: 0; }
.kian-row > *:not(:first-child) { text-align: center; }
.kian-table { padding-bottom: 32px; }

.kian-name {
    color: #2c2547;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    min-width: 0;
}
.kian-name span { white-space: normal; word-break: break-word; }

.kian-logo {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background: #8d5aab;
    display: grid;
    place-items: center;
    overflow: hidden;
    flex-shrink: 0;
}
.kian-logo img {
    width: 39px !important;
    height: 39px !important;
    object-fit: contain;
}

/* حذف ردیف (آخر ستون) */
.kian-remove {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #afafaf;
    color: #afafaf;
    display: grid;
    place-items: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    margin: 0 auto;
}
.kian-remove span { transform: translateY(-1px); }

/* تخفیف و قیمت‌ها */
.kian-badge-off {
    justify-self: center;
    background: #9b55c6;
    color: #fff;
    padding: 6px 10px;
    border-radius: 12px;
    font-size: 12px;
    text-align: center;
}
.kian-price {
    color: #2c2547;
    font-weight: 400;
    font-size: 16px;
}

/* دکمه بروزرسانی (داخل جدول) */
.kian-btn-update {
    display: block;
    width: max-content;
    margin-top: 60px;          /* فاصله از آخرین ردیف */
    margin-inline-start: 0;
    margin-inline-end: auto;   /* چپ کانتینر در RTL */
    background: #e9dff1;
    color: #2c2547;
    padding: 0 24px;
    height: 44px;
    line-height: 44px;
    border-radius: 2200px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    align-self: flex-start;
}

/* اکشن‌ها: کد تخفیف */
.kian-actions {
    background: #f7f7f7;
    border-radius: 12px;
    padding: 14px;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between; /* ابتدا و انتها */
    margin-top: 16px;
    flex-wrap: wrap;
}
.kian-coupon {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.kian-input {
    width: 292px;
    max-width: 100%;
    height: 48px;
    padding: 10px 12px;
    border-radius: 8px;
    border: none; /* بدون حاشیه رنگی */
    background: #fff;
    text-align: right;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
}
.kian-btn-ghost {
    background: #e9dff1;
    border: none;
    padding: 0 18px;
    height: 48px;
    line-height: 48px;
    border-radius: 2200px;
    color: #2c2547;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    margin-inline-start: auto;
    font-family: 'Bonyade Koodak FaNum', 'Koodak', sans-serif;
}

/* ریسپانسیو: بهبود چیدمان دو ردیف بدون هم‌پوشانی */
@media (max-width: 960px) {
    .kian-main { grid-template-columns: 1fr; }

    .kian-table-head,
    .kian-row {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "name price"
            "discount total"
            "remove remove";
        row-gap: 10px;
        padding: 12px 16px;
        height: auto;
        min-height: 0;
    }
    .kian-table-head span:nth-child(1) { grid-area: name; text-align: right; }
    .kian-table-head span:nth-child(2) { grid-area: price; text-align: left; }
    .kian-table-head span:nth-child(3) { grid-area: discount; text-align: right; }
    .kian-table-head span:nth-child(4) { grid-area: total; text-align: left; }
    .kian-table-head span:nth-child(5) { grid-area: remove; text-align: center; }

    .kian-row > :nth-child(1) { grid-area: name; }
    .kian-row > :nth-child(2) { grid-area: price; text-align: left; }
    .kian-row > :nth-child(3) { grid-area: discount; }
    .kian-row > :nth-child(4) { grid-area: total; text-align: left; }
    .kian-row > :nth-child(5) { grid-area: remove; justify-self: center; }

    .kian-btn-update {
        margin-inline-start: 0;
        margin-inline-end: 0;
        width: 100%;
        text-align: center;
    }

    .kian-actions { justify-content: center; }
    .kian-coupon { flex-direction: column; align-items: stretch; }
    .kian-btn-ghost { margin-inline_start: 0; width: 100%; }
}

/* جلوگیری از اورفلو */
.kian-row,
.kian-table-head { overflow: visible; }
.kian-row > * { overflow: hidden; text-overflow: ellipsis; }/* End custom CSS */