@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: bold;
	font-dispay: swap;
	src: url('font/IRANSans/woff2/IRANSansXFaNum-Bold.woff2') format('woff2');	 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: normal;
	font-dispay: swap;
	src:url('font/IRANSans/woff2/IRANSansXFaNum-Regular.woff2') format('woff2');	
}

body {
    font-family: IRANSansX;
}

h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2
{
	line-height:1.4;
}
.button i, button i
{
	top:0px;
}
.product_list_widget .woocommerce-Price-currencySymbol 
{
	font-size:11px;
}
.product_list_widget  bdi
{
	font-size:13px
}
.product_list_widget .product-title
{
	font-size:13px;
}
.widget_price_filter span
{
	font-size: 9px;
}
.widget-title 
{

	
	font-size:13px !important;
}

.woocommerce-Price-currencySymbol
{
	padding-right:2px;
}
span.amount
{
	font-weight:500;
}

.product-body {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
}

.product-body-category {
	margin-bottom: 0.5rem;
	text-align: right;
}

.product-body-right {
	flex: 1 1 auto;
	text-align: right;
}

.product-body-right .product-title,
.product-body-right .product-title a {
	color: #000;
	font-weight: 600;
}

.product-body-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	gap: 0.25rem;
}

.product-body-left .product-before-discount {
	color: #6c757d;
	text-decoration: line-through;
}

.product-body-left .product-current-price {
	color: #f68c1f;
	font-weight: 700;
}

.product-body-left .product-currency-label {
	color: #6c757d;
}


.normal-title .page-title-inner
{
	text-align:center;
}

.account-item  .icon-user
{
	display:inline !important;

}
.account-item .account-link
{
	display:inline;
}
.nav>li>a>span+i
{
	margin-left:5px;
	margin-right:0px;
}
.icon-box-left .icon-box-img+.icon-box-text
{
	padding-right: 1em;
	    padding-top: 2px;
}
body.rtl .post-title {
    direction: rtl;
}

body.rtl .from_the_blog_excerpt {
    direction: rtl;
}

body.rtl .mfp-ready .mfp-arrow-right,
body.rtl .mfp-ready .mfp-arrow-left {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

body.rtl .uppercase,
body.rtl h6,
body.rtl th,
body.rtl span.widget-title {
    letter-spacing: 0;
}

body.rtl input[type='email'],
body.rtl input[type='date'],
body.rtl input[type='search'],
body.rtl input[type='number'],
body.rtl input[type='text'],
body.rtl input[type='tel'],
body.rtl input[type='url'],
body.rtl input[type='password'],
body.rtl textarea,
body.rtl select,
body.rtl .select2-container .select2-choice,
body.rtl .select2-container .select2-selection {
    direction: rtl;
}

body.rtl .stars a + a {
    padding-right: .6em;
}

body.rtl .ux-timer {
    direction: ltr;
}

body.rtl .post-title {
    direction: rtl;
}

body.rtl .from_the_blog_excerpt {
    direction: rtl;
}

body.rtl .mfp-ready .mfp-arrow-right,
body.rtl .mfp-ready .mfp-arrow-left {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

body.rtl .box-list-view .box .box-image,
body.rtl .box-list-view .box .box-text,
body.rtl .box-vertical .box-image,
body.rtl .box-vertical .box-text {
    direction: rtl
}

/*.nav-dropdown {*/
/*    top: 100%;*/
/*}*/
@media (min-width: 850px) {
    body.rtl .slider-nav-outside .flickity-prev-next-button.next {
        left: auto;
        right: 98%;
    }
}


body.rtl [data-animate="fadeInLeft"], body.rtl .slider [data-animate="fadeInLeft"] {
    transform: translate3d(-30px, 0, 0);
}

body.rtl .wishlist-popup {
    right: auto;
    left: 0;
}

/* *********** */

.reset_variations{
    display:none;
}

.single-product .product-gallery .komode-left-price {
    margin-top: 1.5rem;
    text-align: left;
    width: 100%;
}

.single-product .komode-left-price .price {
    color: #ff7a00;
    font-weight: 700;
    font-size: 1.4rem;
    display: inline-flex;
    gap: 0.35rem;
    align-items: baseline;
}

.komode-cart-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 9999;
}

.komode-cart-popup.is-visible {
    opacity: 1;
    visibility: visible;
}

.komode-cart-popup__content {
    background: #fff;
    border-radius: 18px;
    padding: 2rem 2rem 1.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    max-width: 420px;
    width: 100%;
    text-align: center;
    position: relative;
}

.komode-cart-popup__message {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    color: #111;
}

.komode-cart-popup__actions {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.komode-cart-popup__btn {
    max-height: 2rem;
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px!important;
    border: 0;
    padding: 0;
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    text-decoration: none;
    background: #e6e6e6;
    color: #111;
}

.komode-cart-popup__btn--primary {
    background: #ff7a00;
    color: #fff;
}

.komode-cart-popup__btn:focus-visible {
    outline: 2px solid #111;
    outline-offset: 2px;
}

.komode-cart-popup__btn:hover {
    transform: translateY(-1px);
}

.komode-cart-popup-open {
    overflow: hidden;
}

.woocommerce-cart .shop_table .product-remove {
    text-align: center;
}

.komode-cart-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    padding: 0.4rem 0.9rem;
    border-radius: 6px;
    background-color: #d32f2f;
    color: #fff !important;
    font-weight: 700;
    font-size: 0.9rem;
    border: 1px solid #b71c1c;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.komode-cart-remove:hover,
.komode-cart-remove:focus {
    background-color: #b71c1c;
    color: #fff !important;
    transform: translateY(-1px);
}

.product-remove-mobile {
    display: none;
    margin-top: 0.5rem;
}

@media (max-width: 768px) {
    .woocommerce-cart .shop_table thead th.product-remove,
    .woocommerce-cart .shop_table td.product-remove {
        display: none;
    }

    .product-remove-mobile {
        display: flex;
        justify-content: flex-start;
    }

    .product-remove-mobile .komode-cart-remove {
        min-width: 100%;
        padding: 0.25rem 0.65rem;
        font-size: 0.8rem;
    }
}

.header-cart-link.is-small {
    font-size: 1.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}

.header-cart-link.is-small .icon-shopping-basket {
    font-size: 1em;
    line-height: 1;
    position: relative;
}

.top-bar-nav.nav-right .account-item > a,
.top-bar-nav.nav-right .cart-item > a {
    font-size: 1.6rem;
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 0;
}

.top-bar-nav.nav-right .account-item > a .header-account-title {
    font-weight: 600;
}

.top-bar-nav.nav-right .nav-dropdown {
    min-width: 220px;
    border-radius: 12px;
    padding: 0.75rem 0.35rem;
}

/* ----------------------------------------------------
   دسته‌بندی محصولات - باکس توضیحات و FAQ آکاردئونی
----------------------------------------------------- */
.term-description.term-description--bottom {
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
	padding: 1.75rem 1.5rem;
	background: #ffffff;
	border-radius: 14px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.term-description.term-description--bottom h2,
.term-description.term-description--bottom h3 {
	margin-top: 0;
}

.komode-category-faq {
	margin-top: 1.5rem;
	padding: 1.5rem 1.5rem 1.25rem;
	background: #f9fafb;
	border-radius: 16px;
	border: 1px solid rgba(15, 23, 42, 0.06);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.komode-category-faq__title {
	margin: 0 0 1.25rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: #111827;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.komode-category-faq__title::before {
	content: "؟";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	background: #ffedd5;
	color: #c05621;
	font-weight: 800;
	font-size: 1rem;
}

.komode-category-faq__items {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.komode-category-faq__item {
	background: #ffffff;
	border-radius: 12px;
	border: 1px solid rgba(148, 163, 184, 0.45);
	overflow: hidden;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.komode-category-faq__item[open] {
	border-color: #f97316;
	background-color: #fff7ed;
	box-shadow: 0 10px 24px rgba(249, 115, 22, 0.15);
}

.komode-category-faq__question {
	list-style: none;
	cursor: pointer;
	padding: 0.8rem 1rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 600;
	color: #111827;
	position: relative;
}

.komode-category-faq__question::-webkit-details-marker {
	display: none;
}

.komode-category-faq__question::before {
	content: "+";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: #e5e7eb;
	color: #111827;
	font-size: 0.9rem;
	flex-shrink: 0;
	transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.komode-category-faq__item[open] .komode-category-faq__question::before {
	content: "–";
	background: #f97316;
	color: #ffffff;
	transform: rotate(180deg);
}

.komode-category-faq__answer {
	padding: 0 1rem 0.9rem;
	font-size: 0.95rem;
	line-height: 1.8;
	color: #374151;
}

.komode-category-faq__answer p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.term-description.term-description--bottom {
		margin-top: 2rem;
		padding: 1.25rem 1rem;
	}

	.komode-category-faq {
		padding: 1.2rem 1rem 1rem;
	}

	.komode-category-faq__question {
		padding-inline: 0.75rem;
	}

	.komode-category-faq__answer {
		padding-inline: 0.75rem;
	}
}

