* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: "yekanbakh";
    src: url("fonts/YekanBakhFaNum-VF.woff");
    src: url("fonts/YekanBakhFaNum-VF.woff2");
}
ol, ul {
     padding-right: 0px!important;
    margin-bottom: 0!important;
}
a {
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #303030;
}
li {
    list-style: none;
}
body {
    direction: rtl;
    font-size: 14px;
    text-align: right;
    color: #303030;
    font-family: "yekanbakh";
    font-weight:400;
    background-color: #fafaf8;
}
.header {
    background: #fff;
    box-shadow: 0px 4px 10px 0px #0000000D;
    margin-bottom: 20px;
}
.hero-top-header {

}
.container {
    max-width: 1360px;
    margin:auto;

}

.main-header {
    display: flex;
    justify-content: space-between;
}
.m-h-right {
    display: flex;
    width: 70%;
    align-items: center;
    justify-content: space-between;
}
.m-h-right .logo {
    max-width: 130px;
}
.m-h-right .logo a {
    display: flex;
}
.m-h-right .logo a img {
    max-width: 100%;
}
.m-h-right .search-main {
    width: 60%;
    margin-right: 71px;
}
.m-h-right .search-main form {
    position: relative;
}
.m-h-right .search-main form input[type="search"] {
    background: #ffffff;
    border-radius: 8px;
    font-family: "yekanbakh";
    font-size: 13px;
    padding: 15px;
    width: 100%;
    padding-right: 50px;
    border: #EAEAEA solid 1px;
}
.m-h-right .search-main form input[type="search"]::placeholder {
    color: #EAEAEA;
}

.m-h-right .search-main form button {
    position: absolute;
    top: 3px;
    right: 4px;
    font-size: 20px;
    background: transparent;
    color: #EAEAEA;
    cursor: pointer;
    border: 0;
}

.m-h-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.m-h-left .cart-btn-header a {
    background: #ffffff;
    color: #4F4F4F;
    text-decoration: none;
    padding: 13.8px;
    border-radius: 8px;
    display: flex;
    border: solid 1px #EAEAEA;
}
.m-h-left .cart-btn-header a .cart-btn-text {
    font-weight: 450;
    border-left: 1px solid #2b2b2b;
    padding-left: 15px;
    margin-left: 15px;
    display: flex;
    align-content: center;
}
.m-h-left .favorite-btn-header a {
    display: flex;
}

.down-header {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
}
.main-menu {
    display: flex;
}

.menu-header > ul > li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
.menu-header > ul > li:first-child {
    margin-right: 0;
}

.menu-header ul li a {
    text-decoration: none;
    color: #01081F;
    font-weight: 350;
    padding: 14px 0;
}
.menu-header > ul > li > a:hover {
    border-bottom: 1px solid #F93423;
}
.menu-header > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 37px;
}
.menu-header ul li ul {
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 7px 0;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}
.menu-header ul li ul li {

}
.menu-header ul li ul li a {
    padding: 7px 14px;
    display: block;
    font-size: 13px;
}
.phone-with-icon {
    display: inline-flex;
    align-items: center;
    gap: 6px; /* فاصله بین شماره و آیکن */
}


/***************پایان هدر*****************/
.zaferan-t span {
    font-size: 24px; /* سایز دلخواه — می‌تونی عدد رو تغییر بدی */
    font-weight: bold; /* در صورت نیاز */
    font-family: iranyekan, sans-serif; /* یا فونت دلخواهت */
}

.zaferan-d a {
    background: #ffffff;
    color: #4F4F4F;
    text-decoration: none;
    padding: 13.8px;
    border-radius: 8px;
    display: flex;
    border: solid 1px #EAEAEA;
    align-items: center;
    gap: 20px; /* فاصله بین تاریخ و ساعت */
}

.zaferan-d a span {
    display: flex;
    align-items: center;
    font-weight: 450;
    font-size: 14px;

}
.zaferan-d a span img {
    margin-right: 6px;
    margin-left: 6px;
    width: 16px;
    height: 16px;
}
.date-z{
    border-left: 1px solid #4F4F4F;
    padding-left: 30px;
}
.zaferant-d-t{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.m-chart{
    margin-top: 19px;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 30px 30px 0 30px;
    flex-wrap: wrap;
    align-items: center;
}
.zaferan-c-t{
    font-size: 20px;
    width: 80%;
}
.zaferan-d{
    width: 20%;
    display: flex;
    justify-content: end;
}

.tab-chart {
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 50px;
    padding: 10px;
    margin-top: 30px;
}
#chartTabs {
    margin-bottom: 0 !important;
    gap: 0 30px;
}
.tab-chart > span{
    font-size: 16px;
    font-weight: 600;
    border-left: 1px dotted #C6C6C6;
    padding-left: 30px;
}
.price-chart{
    width: 30%;
    display: flex;
    justify-content: center;
    gap: 30px 15px;
    flex-wrap: wrap;
}
.high-p {
    background: #F5F5F5;
    display: flex;          /* اینو تغییر بده */
    flex-direction: column;
    padding: 15px 15px;
    border-radius: 8px;
    font-size: 14px;
    width: 55%;
    font-weight: 500;
    gap: 10px;
    direction: rtl;
    color: #868686;
}
.down-p {
    background: #F5F5F5;
    display: flex;          /* اینو تغییر بده */
    flex-direction: column;
    padding: 15px 15px;
    border-radius: 8px;
    font-size: 14px;
    width: 55%;
    font-weight: 500;
    gap: 10px;
    direction: rtl;
    color: #868686;
}
.py-5{
    width: 70%;
}
.nav-tabs .nav-link {
    color: #0d6efd;
}
.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #000;
}
.chart-wrapper {
    width: 100%;         /* عرض پرانتز والد */
    /*max-width: 600px;    !* حداکثر عرض *!*/
    height: 300px;       /* ارتفاع ثابت یا قابل تغییر */
    margin: auto;
    position: relative;  /* مهم برای کانواس */
}

.chart-wrapper canvas {
    width: 100% !important;
    height: auto !important;
    display: block;
}
.rounded {
    height: 330px !important;
}
.shadow-sm {
    box-shadow: none !important;
}

.nav-tabs {
    border: none!important;
}
.nav-tabs {
    --bs-nav-tabs-border-width: none !important;
}
.nav-item{
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 28px;
    text-align: right;
}
.nav-tabs .nav-link {
    color: #01081F!important;
}
.nav-tabs .nav-link.active {
    background-color: #fff!important;
    border-radius: 8px!important;
    color: #F93423!important;
}
.zaferan-title{
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 15px;
    margin-top: 18px;
}
/********************************************/
.table-title-z{
    display: flex;
    flex-wrap: wrap;
}
.table-title-z h5{
    width: 100%;
    font-size: 15px;
    color: #868686;
    font-weight: 500;
}
.table-title-z span{
    margin-top: 10px;
}
.table-title-z h2{
    font-size: 28px;
    font-weight: 700;
}

@keyframes on-off {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.1;
    }
}

.bullet-notic {
    width: 12px;
    height: 12px;
    background: #FF375D;
    display: inline-block;
    border-radius: 50%;
    margin-left: 6px;
    animation: on-off 1s infinite;
}



.zaferan-wrapper {
    direction: ltr;
    margin: 45px auto;
}

.zaferan-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 1rem;
    justify-content: space-between;
    direction: rtl;
}
.zaferan-tabs {
    position: relative;
    z-index: 10; /* عدد بزرگتر */
}

.chart-wrapper {
    position: relative; /* یا absolute اگر لازم باشه */
    z-index: 1; /* کوچکتر از دکمه‌ها */
}
.btn-tabs{
    align-content: center;
}
.zaferan-tab-btn {
    padding: 10px 20px;
    background: #eee;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}
.zaferan-tab-btn {
    padding: 5px 30px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background-color: #fff;
    color: #333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.zaferan-tab-btn:hover {
    background-color: #f0f0f0;
}
.zaferan-active {
    color: #000000;
    font-weight: bold;
}

.zaferan-tab-btn.zaferan-active {
    background-color: #FFFFFF;
    color: #FF375D;
    border: 1px solid #FF375D;
}

.zaferan-tab-content {
    display: none;
}

.zaferan-tab-content.zaferan-active {
    display: block;
}


.zaferan-product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.zaferan-card {
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    width: calc(33% - 1rem);
    box-sizing: border-box;
    flex-grow: 1;
    flex-wrap: wrap;
}
.zaferan-card h3{
    font-size: 20px;
    font-weight: 600;
}

.zaferan-price-range {
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
}

.zaferan-price-info {
    display: flex;
    gap: 0 5px;
}


.poster{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.poster .p1 {
    background-image: url("img/poster1.jpg");
    width: 48%;
    background-size: cover;
    height: 300px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px 0;
    padding: 30px;
}
.poster .p1 > span{
    font-size: 40px;
    font-weight: 900;
}
.poster .p1 p {
    font-weight: 600;
    font-size: 20px;
    background: #FFFFFF87;
    border-radius: 16px;
    display: inline-block;
    padding: 6px 10px;
}

.poster .p2 {
    background-image: url("img/poster2.jpg");
    width: 48%;
    background-size: cover;
    height: 300px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px 0;
    padding: 30px;
}
.poster .p2 > span{
    font-size: 40px;
    font-weight: 900;
}
.poster .p2 p {
    font-weight: 600;
    font-size: 20px;
    background: #FFFFFF87;
    border-radius: 16px;
    display: inline-block;
    padding: 6px 10px;
}
.poster-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFFFFF;
    padding: 0 15px 0 0;
    border-radius: 40px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}
.poster-btn img {
    width: 53px;
    height: 53px;
    margin-left: -6px;
}


.desc-z{
    margin-top: 60px;
}
.desc-z p{
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    margin-top: 9px;
}
.bors-p{
    margin-top: 70px;
}
.bors-p .zaferan-card span{
    background-color: #F5F5F5;
    color: #868686;
    font-size: 15px;
    font-weight: 500;
    padding: 4px 20px;
    border-radius: 8px;
}
.bors-p .zaferan-product-grid{
    margin-top: 30px;
}
.bors-p .zaferan-product-grid .zaferan-card span {
    display: inline-block; /* یا block */
    margin: 7px 0;
}

/**************فرم*****************/
.form-z .table-title-z {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.form-z{
    display: flex;
    margin-top: 30px;
    gap: 0 30px;
    flex-wrap: wrap;
}
/* فرم */
.comment-form {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.comment-form textarea,
.comment-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: inherit;
}
.comment-form button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(90deg, #FF375D 0%, #EFA24E 100%);
    color: white;
    font-size: 16px;
    cursor: pointer;
}

/* لیست کامنت‌ها */
.comments {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.comment {
    width: 100%;
    background: white;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 10px;
}
.comment-header {
    font-weight: bold;
    margin-bottom: 5px;
}
.comment-date {
    font-size: 12px;
    color: gray;
    margin-bottom: 10px;
}
.reply {
    color: red;
    font-size: 14px;
    cursor: pointer;
}
.reply-box {
    margin-top: 10px;
    margin-right: 20px;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 8px;
}
.replying-to {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.comment.reply-mode {
    border-right: 3px solid #ccc;
    margin-right: 20px;
    padding-right: 10px;
}
/****************بنر زعفران******************/
.baner-zaferan {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #F4825221;
    height: 200px;
    border-radius: 30px;
    margin-top: 60px;
    width: 87%;
}

.baner-zaferan::before {
    content: "";
    background: linear-gradient(90deg, #ff4266 -14.09%, #ff2c54 100%);
    width: 40%;
    position: absolute;
    top: -10px;
    right: -11px;
    bottom: 0;
    border-radius: 30px 30px 30px 0;
    z-index: -1;
    height: 180px;
}

.baner-zaferan::after {
    content: "";
    background: linear-gradient(90deg, #EFA24E -14.09%, #FF375D 100%);
    width: 70%;
    position: absolute;
    top: -10px;
    right: 3%;
    bottom: 0;
    border-radius: 30px;
    transform: translate(-15%,0) skew(-22deg,0);
    z-index: -1;
    height: 180px;
}
.inner-r {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.inner-r p{
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
}
.inner-l {
    width: 20%;
}
.inner-l img{
    width: 270px;
}



/***********************کاروسل مقالات***********************/
.slider-zaferan{
    margin-top: 40px;
}
.card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card img {
    width: 100%;
    height: 257px;
    object-fit: cover;
    border-radius: 10px;
}

.card-content {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-content h3 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: right;
    margin-bottom: 20px;
}

.card-content p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: justify;
}

.card-content a {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 16px;
    background: #F8F8FA;
    color: #AAA9A9;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s;
}

.card-content a:hover {
    background: linear-gradient(90deg, #FF375D 0%, #EFA24E 100%);
    color: #FFFFFF;
}

.owl-carousel .item {
    padding: 10px;
}
.owl-theme .owl-dots .owl-dot span {
    background: #ccc;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    margin: 5px;
    transition: all 0.3s ease; /* برای تغییر نرم */
}

.owl-theme .owl-dots .owl-dot.active span {
    background: linear-gradient(90deg, #FF375D 0%, #EFA24E 100%);
    width: 30px;
    border-radius: 20px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}
/*************************آکاردئون***************************/
.all-acc{
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}
.all-acc .table-title-z{
    width: 100%;
}

.accordion {
    width: 70%;
    margin: auto;
}

.accordion-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    color: #333;
    width: 100%;
    box-sizing: border-box;
}

.accordion-header .icon {
    width: 24px;
    height: 24px;
    background: #ffebee;
    border-radius: 50%;
    color: #FF375D;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.accordion-header.active .icon {
    transform: rotate(45deg);
}

.accordion-content {
    height: 0;
    overflow: hidden;
    padding: 0 15px;
    font-size: 0.9rem;
    color: #555;
    transition: height 0.6s ease, padding-top 0.6s ease; /* اضافه کردن padding به ترنزیشن */
}

.accordion-content.open {
    /*padding: 5px !important;*/
    line-height: 60px;
}



.contact-box {
    background: white;
    border-radius: 12px;
    padding-top: 60px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    width: 25%;
    position: relative;
    z-index: 1; /* برای اینکه محتوا بالاتر باشه */
    height: 240px;
}

/* حاشیه گرادیانی با pseudo-element */
.contact-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px; /* ضخامت حاشیه */
    border-radius: 12px; /* گوشه‌های گرد */
    background: linear-gradient(136.54deg, #EDEDED 29.99%, #FF375D 56.56%, #EDEDED 75.67%);
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}


.contact-box p {
    margin: 0 0 40px;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

.call-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, #ff5b5b, #ff9b2f);
    color: white;
    padding: 0 15px 0 0;
    border-radius: 40px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.call-btn:hover {
    opacity: 0.9;
}

.call-btn .icon {
    background: white;
    color: #ff5b5b;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.contact-box a img{
    margin-left: -5px;
    width: 53px;
}
.bg-img {
    position: absolute;
    width: 150px;
    left: 5px;
    top: 5px;
}
/**********************فوتر***********************/

footer{
    margin-top: 400px;
}
.footr-bg {
    background: linear-gradient(90deg, #FF375D 0%, #EFA24E 100%);
    height: 200px;
    position: relative; /* اضافه کردن position برای z-index */
    z-index: 0;
}
.footer-in {
    background-color: #FFFFFF;
    height: 490px;
    margin: 0 auto;
    position: relative;
    top: -290px;
    z-index: 10;
    border-radius: 16px 16px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.scroll-to-top {
    position: absolute;
    top: -20px; /* کمی بالاتر از کانتینر */
    left: 50%;
    transform: translateX(-50%);
    display: block;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.scroll-to-top img {
    width: 100%;
    height: auto;
}
.top-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 0 90px;
}

.top-footer .t-r-footer a{
    padding-left: 5px;
}
.down-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.down-footer img{
    width: 130px;
}
.copyright{
    border-top: 1px solid #D9D9D9;
    color: #767676;
    font-size: 13px;
    font-weight: 400;
}
.copyright p{
    margin-top: 15px!important;
    margin-bottom: 0!important;
}
/*************************************************/
.call-mob {
    display: none; /* پیش‌فرض مخفی */
}

#hamberger {
    float: left;
    cursor: pointer;
    display: none;
}
#hamberger img {
    width: 43px;
}

.navigation {
    background: #fff; /* پس‌زمینه سفید */
    width: 300px;
    position: fixed;
    top: 0;
    right: -300px; /* پنهان بیرون صفحه */
    height: 100%;
    z-index: 1001;
    padding: 60px 20px 20px;
    transition: right 0.3s ease;
    box-shadow: -2px 0 8px rgba(0,0,0,0.1); /* سایه ملایم */
}

.navigation.active {
    right: 0;
}

.close-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
}

/* استایل لیست */
.navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navigation ul li {
    margin: 0;
    line-height: 2.5; /* فاصله عمودی آیتم‌ها */
}

.navigation ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    padding: 0 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 6px;
}

/* هاور ملایم */
.navigation ul li a:hover {
    background-color: rgba(0,0,0,0.05);
    color: #000;
}

.overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}

.overlay.active {
    display: block;
}


.search-main-mob {
    margin-bottom: 20px;
}

.search-main-mob form {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.search-main-mob input {
    flex: 1;
    border: none;
    padding: 8px 10px;
    font-size: 14px;
    outline: none;
    background: transparent;
}

.search-main-mob button {
    background: none;
    border: none;
    padding: 8px 10px;
    cursor: pointer;
}

.search-main-mob button img {
    width: 18px;
    height: 18px;
}


.cart-btn-header-mob a {
    background: #ffffff;
    color: #4F4F4F;
    text-decoration: none;
    padding: 13.8px;
    border-radius: 8px;
    display: flex;
    border: solid 1px #EAEAEA;
}

.cart-btn-header-mob a .cart-btn-text {
    font-weight: 450;
    border-left: 1px solid #2b2b2b;
    padding-left: 15px;
    margin-left: 15px;
    display: flex;
    align-content: center;
}

.cart-btn-header-mob img {
    width: 18px;
    margin-left: 6px;
}

/* اگر بخوای favorite موبایل هم همین استایل رو داشته باشه */
.favorite-btn-header-mob a {
    display: flex;
}





/**********************ریسپانسیو********************/
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 992px) {
    .inner-r{
        flex-wrap: wrap;
    }
    .inner-r {
        width: 60%;
    }
    .inner-l {
        width: 40%;
    }
    .zaferan-d{
        width: 35%;
    }
    .zaferan-c-t{
        width: 65%;
    }
    .price-chart{
        width: 30%;
    }
    .high-p{
        width: 100%;
    }
    .down-p{
        width: 100%;
    }
    .top-footer{
        flex-wrap: nowrap;
    }
    .t-r-footer{
        width: 60%;
    }
    .t-l-footer{
        width: 40%;
    }
    .poster {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-bottom: 50px;
        flex-wrap: wrap;
    }
    .poster .p2{
        width: 100%;
    }
    .poster .p1{
        width: 100%;
    }
    .copyright {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .inner-l img {
        width: 250px;
    }
    .m-h-right .search-main{
        display: none;
    }
    .cart-btn-header{
        display: none;
    }
    .favorite-btn-header{
        display: none;
    }
    .down-header{
        display: none;
    }
    .call-mob {
        display: block; /* یا flex بسته به نیاز */
    }
    .haberger{
        display: block;
    }
    .m-h-right{
        width: 100%;
    }
    .m-h-left{
        display: none;
    }
    #hamberger {
        display: block;
    }
    .tab-chart > span {
        text-align: right;
        width: 100%;
        padding-bottom: 10px;
    }
    .tab-chart {
        flex-wrap: wrap;
    }
    #chartTabs{
        gap: 0;
    }
    .m-chart {
        display: flex;
    }
    .price-chart {
        order: 2;
        width: 100%;
        display: flex
    ;
        flex-wrap: nowrap;
    }
    .chart-container {
        order: 1; /* اول نمایش داده شود */
    }
    .zaferan-c-t {
        width: 58%;
    }
    .zaferant-d-t .zaferan-d {
        width: 55%;
    }
    .py-5 {
        width: 100%;
    }
    .tab-chart > span {
        border-left: none;
    }
    .table-title-z h2 {
        font-size: 20px;
    }
    .table-title-z h5 {
        font-size: 12px;
    }
    .zaferan-card h3 {
        font-size: 16px;
        font-weight: 500;
    }
    .zaferan-card img{
        width: 28px;
    }
    .zaferan-price-range {
        font-size: 16px;
        font-weight: 600;
    }
    .zaferan-price-range img{
        width: 20px!important;
        height: 10px!important;
    }
    .zaferan-price-info img{
        display: none;
    }
    .high-p {
        padding: 5px 5px;
        font-size: 12px;
        gap: 5px;
    }
    .down-p{
        padding: 5px 5px;
        font-size: 12px;
        gap: 5px;
    }
    .tab-chart {
        width: 100%;
        background-color: #F5F5F5;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 50px;
        padding: 10px 5px;
        margin-top: 30px;
    }
    .zaferan-d a span {
        font-size: 12px;
    }
    .zaferan-d a {
        padding: 10px 5px;
    }
}
@media screen and (max-width: 567px) {
    .poster .p1 p {
        font-size: 18px;
    }
    .baner-zaferan {
        height: 210px;
    }
    .inner-r p {
        font-size: 17px;
    }
    .inner-r {
        width: 80%;
    }
    .inner-l {
        width: 100%;
        position: relative;
    }
    .baner-zaferan::before {
        height: 200px;
    }
    .baner-zaferan::after {
        height: 200px;
    }
    .inner-l img {
        width: 171px;
        position: absolute;
        left: 0;
        bottom: -49px;
    }
    .zaferan-c-t {
        font-size: 16px;
    }
    .nav-item {
        font-size: 12px;
    }
    .p-4 {
         padding: 0!important;
    }
    .py-5 {
         padding: 0!important;
         padding-top: 1rem!important;
    }
    .m-chart {
       padding-bottom: 30px;
    }
    .zaferan-title {
        text-align: center;
    }
    .zaferan-tabs {
        flex-wrap: wrap;
    }
    .btn-tabs {
        width: 100%;
        display: contents;
    }
    .zaferan-tab-btn {
        width: 31%;
    }
    .zaferan-product-grid {
        gap: 10px;
    }
    .zaferan-card {
        width: calc(50% - 1rem);
        padding: 5px;
    }
    .form-z {
        display: flex;
        flex-direction: column;
    }
    /* فرم ارسال دیدگاه اول بیاد */
    .comment-form {
        order: 1;
    }
    /* لیست دیدگاه‌ها بعد از فرم نمایش داده بشه */
    .comments {
        order: 2;
        padding-top: 20px;
    }
    .accordion {
        width: 100%;
    }
    .contact-box {
        width: 100%;
    }
    .top-footer {
         flex-wrap: wrap;
    }
    .t-r-footer {
        width: 100%;
        padding-bottom: 30px;
    }
    .t-l-footer {
        width: 100%;
        padding-bottom: 30px;
    }
    .nav-link {
        padding: 5px 9px;
    }
    .down-footer img {
        width: 90px;
    }
    .scroll-to-top img{
        width: 43px;
    }
    .card-content p {
        font-size: 11px;
        font-weight: 300;
    }
    .owl-carousel .item {
        padding: 5px;
    }
}



