.product-icon-box-wrapper .product-status {
    right: 10px !important;
    left: auto !important;
}
/* ===== Product description feature list (tick list) ===== */
.pd-features,
.product-desc ul,
.plan-description ul,
.showcase-description ul {
    list-style: none;
    padding: 0;
    display: table;          /* مثل inline-block جمع میشه */
    margin: 10px auto 0;     /* وسط‌چین */
    text-align: right;
    direction: rtl;
}
.pd-features li,
.product-desc ul li,
.plan-description ul li,
.showcase-description ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.7;
}
.pd-features li::before,
.product-desc ul li::before,
.plan-description ul li::before,
.showcase-description ul li::before {
    content: "";
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") no-repeat center / contain;
}

/* ===== پرچم دایره‌ای هلند بالای لیست ===== */
.pd-features::before {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 18px;
    background: linear-gradient(
        to bottom,
        #AE1C28 0 33.34%,
        #FFFFFF 33.34% 66.67%,
        #21468B 66.67% 100%
    );
    box-shadow: 0 0 0 1px rgba(0,0,0,.08);
}
/* ===== پرچم ایران ===== */
.pd-features.pd-flag-ir::before {
    background: linear-gradient(
        to bottom,
        #239F40 0 33.34%,
        #FFFFFF 33.34% 66.67%,
        #DA0000 66.67% 100%
    );
}
/* =========================
   Vazirmatn Font
========================= */

@font-face {
    font-family: 'Vazirmatn';
    src: url('/templates/shufytheme/assets/gilroy-font/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/templates/shufytheme/assets/gilroy-font/Vazirmatn-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/templates/shufytheme/assets/gilroy-font/Vazirmatn-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/templates/shufytheme/assets/gilroy-font/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/templates/shufytheme/assets/gilroy-font/Vazirmatn-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

:root{
    --bs-body-font-family: 'Vazirmatn', sans-serif;
}

html,
body,
p,
span,
a,
li,
td,
th,
label,
small,
strong,
em,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Vazirmatn', sans-serif !important;

    font-feature-settings: "ss01";
    -webkit-font-feature-settings: "ss01";
    -moz-font-feature-settings: "ss01";
}
.sidebar .sidebar__menu .sidebar__extend__toggle .extend,
.sidebar .sidebar__menu .sidebar__extend__toggle .reduce {
    font-size: 0 !important;
    letter-spacing: 0 !important;
}
.sidebar .sidebar__menu .sidebar__extend__toggle .extend::after {
    content: "باز کردن";
    font-size: 10px;
}
.sidebar .sidebar__menu .sidebar__extend__toggle .reduce::after {
    content: "بستن";
    font-size: 10px;
}
/* ۱. سه کارت بالای صفحه */
.domain__register__page__landing > .pb-15 { display: none !important; }

/* ۲ و ۳. «چرا از ما بخرید» + «حریم خصوصی دامنه‌ها» */
.domain__register__page__landing #plugins { display: none !important; }

/* ۵. سوالات متداول */
.domain__register__page__landing .faq-section { display: none !important; }

/* ۶. بنر ۶۰٪ (اگه از تنظیمات خاموش نشد) */
.front__get__started__wrapper { display: none !important; }

.custom-file-label::after {
    content: "انتخاب فایل" !important;
}
.sidebar__title__tooltip {
    pointer-events: none !important;
    margin-right: 8px !important;
}
.sidebar__title__tooltip .arrow,
.sidebar__title__tooltip .tooltip-arrow {
    display: none !important;
}