:root {
    --ah-theme-global-font-family: 'iranyekanfn';
    --ahura-theme-primary: #1e73be;
    --ahura-theme-primary-rgb: 30, 115, 190;
    --ahura-theme-glow-soft: rgba(30, 115, 190, 0.14);
    --ahura-theme-glow-mid: rgba(30, 115, 190, 0.28);
    --ahura-theme-glow-strong: rgba(30, 115, 190, 0.45);
    --ahura-theme-surface: rgba(30, 115, 190, 0.06);
    --ahura-theme-surface-deep: rgba(30, 115, 190, 0.11);
    --ahura-footer-widget-font-size: 16px;
    --ahura-footer-widget-font-weight: 600;
    --ahura-single-title-font-size: 32px;
    --ahura-single-title-font-weight: 700;
    --ahura-single-content-font-size: 16px;
    --ahura-single-content-font-weight: 400;
    --ahura-single-meta-font-size: 13px;
    --ahura-single-post-text-color: #374151;
    --ahura-single-post-link-color: #2563eb;
    --ahura-single-post-title-color: #1f2937;
    --ahura-single-post-bg-color: #ffffff;
    --ahura-mobile-menu-cta-text: #354ac4;
    --ahura-mobile-menu-cta-bg: #e5e8ff;
    --ahura-mobile-menu-btn-bg: #ffffff;
    --ahura-mobile-menu-btn-icon-color: #35495C;
    --ahura-sidebar-widget-radius: 10px;
}

/* Keep font weight inherited from the page root so headings, bold text, and component typography retain their own weights. */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
  font-family:iranyekanfn;
}
.elementor-page .elementor-widget-container, .elementor-page .elementor-widget-container p,
.elementor-page span.elementor-button-text, .elementor-page span.elementor-button-content-wrapper {
  font-family: unset;
}
html, body {
  }
textarea, input, button, select
{
  font-family:iranyekanfn;
  }
html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
*::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
	border-radius: 10px;
}
html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover,
*::-webkit-scrollbar-thumb:hover {
	background-color: #a8a8a8;
}
@supports not selector(::-webkit-scrollbar) {
	html, body, * {
		scrollbar-width: thin;
		scrollbar-color: #c1c1c1 #f1f1f1;
	}
}
  .woocommerce span.onsale,.woocommerce-widget-layered-nav-list li span,
  .category-alt,
  .cats-list ul.menu>li>a::before,
  .header-mode-3 .panel_menu_wrapper .mini-cart-header .cart-icon::after,
  .header-mode-3 .panel_menu_wrapper .cta_button,
  .sidebar-widget .price_slider_wrapper .price_slider.ui-slider .ui-slider-range,
  #goto-top span,
  .header-mode-2 .action-box #action_link:hover,
  .woocommerce ul.products li.product .button,
  .footer-center-border-top::before,
  input[type="submit"], button,.woocommerce .button.alt,
  .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
    #add_payment_method .wc-proceed-to-checkout a.checkout-button,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
    .woocommerce-page .wc-block-cart__submit-button,
    .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
    .woocommerce #respond input#submit.disabled,
    .woocommerce #respond input#submit:disabled,
    .woocommerce #respond input#submit:disabled[disabled],
    .woocommerce a.button.disabled,
    .woocommerce a.button:disabled,
    .woocommerce a.button:disabled[disabled],
    .woocommerce button.button.disabled,
    .woocommerce button.button:disabled,
    .woocommerce button.button:disabled[disabled],
    .woocommerce input.button.disabled,
    .woocommerce input.button:disabled,
    .woocommerce input.button:disabled[disabled],
    body.woocommerce .post-box ul.products li.mw_product_item.product a.button.add_to_cart_button,
    #ex1 button,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
    .product-page-digi-style .digi-onsale-wrapper .digi-onsale,
    li.product.product-style-4 .thumbnail-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
    background-color:#1e73be;
  }
  body.woocommerce ul.products.products-style-4 > li:hover {
    border-color:#1e73be;
  }
  .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    color: #303030;
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #1e73bedd;
    color: #303030;
  }
  li.product.product-style-4 .woocommerce-archive-shop-sale-countdown span,
  .product.product-style-4 .product-preview-btn:hover svg {
    color:#1e73be;
  }
  div.wc-block-components-price-slider__range-input-progress,
  .rtl div.wc-block-components-price-slider__range-input-progress {
    --range-color:#1e73be;
  }
  div.product.product-page-digi-style .wc-tabs.tabs a.active {
    color: #1e73be;
    border-bottom: 1px solid #1e73be;
  }
  .wc_payment_method input[type="radio"]::before,
  .product-page-digital-style .preview-btn-area a {
    background-color:#1e73be;
  }
  body.woocommerce span.onsale,
  body.woocommerce ul.products li.product .button, 
  div.header-mode-3 .panel_menu_wrapper .cta_button, 
  input[type="submit"], 
  .woocommerce #respond input#submit, 
  .woocommerce a.button, .woocommerce button.button, 
  .woocommerce input.button, .woocommerce .button.alt, 
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-page .wc-block-cart__submit-button,
  .woocommerce-page .wc-block-components-checkout-place-order-button,
  .woocommerce #payment #place_order, 
  .woocommerce-page #payment #place_order,
  body.woocommerce .post-box ul.products li.mw_product_item.product a.button.add_to_cart_button
  {
    color: #303030;
  }
    body.woocommerce span.onsale, body.woocommerce .product span.onsale{
    box-shadow:0 0 10px #1e73be90;
  }
  div.header-mode-3 .panel_menu_wrapper .cta_button
  {
    box-shadow: 0 0 15px #1e73be;
  }
  div.header-mode-1 .search-form #ajax_search_loading span,
  div.header-mode-3 .search-form #ajax_search_loading span,
  .footer-legend-inner h5,
  .website-footer .footer-widget span.footer-widget-title,
  .list-posts-widget li:hover p{
    color:#1e73be;
  }
  .cats-list .menu li:hover > a,.topmenu li ul li a:hover,.topmenu li ul li:hover > a,.topmenu li ul li:hover::after{
    color:#1e73be;
  }
  #topbar,
  .cats-list ul.menu.show_menu,
  .website-footer{
    border-top-color:#1e73be;
  }
  .footer-legend a{
    background:#1e73be;
  }
  .post-title h1 a:hover{
    color:#1e73be;
  }
  .related-posts-title {
    color:#1e73be;
    border-bottom:none;
  }
  input:focus,textarea:focus{
    border-color:#1e73be;
  }
  .comment-reply-link{
    color:#1e73be;
    border-color:#1e73be;
  }
  .authorabout span a:not(a.author-link){
    background:#1e73be;
  }
  .main-menu li:hover:after{
    color:#1e73be;
  }
  .navigation li a,
  .navigation li a:hover,
  .navigation li.active a,
  .navigation li.disabled {
    border-color:#1e73be;
    color:#1e73be;
  }
  .navigation li a:hover,
  .navigation li.active a {
    color:#fff;
    background-color:#1e73be;
  }
  .post-index h2.cat-name{
    color:#1e73be;
    border-bottom-color:#1e73be;
  }
  .woocommerce div.product form.cart button,
  .woocommerce div.product form.cart button:hover {
    background-color:#1e73be;
    color: #303030  }
  .search .searchbtn:hover{
    color:#1e73be;
  }
          .woocommerce .mw_product_item.product-style-1 .mw_overly
  {
    background: #1e73be;
    opacity: .7;
  }
  .mw_product_item.product-style-1:hover .woocommerce-loop-product__title,
  .mw_product_item.product-style-1:hover span.price *
  {
    color: #303030;
  }
  .ahura_contact_widget .ahura_contact_widget_item span{
    color:#1e73be;
  }
  .shop-style3-wrapper .sidebar-widget .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list--depth-0::-webkit-scrollbar-thumb {
    background-color:#1e73be;
  }
  .shop-style3-wrapper .shop-page-sidebar input[type='range']::-webkit-slider-thumb {
    background-color:#1e73be;
    border-color:#1e73be;
  }
  .shop-style3-wrapper .shop-page-sidebar .sidebar-widget .wp-block-woocommerce-attribute-filter ul.wc-block-checkbox-list li {
    color:#1e73be;
    border-color: #1e73be;
  }
  body.woocommerce .shop_table .button{
    color:#303030;
  }
    body.woocommerce .button.alt{
    color:#303030;
  }
:root {
  --ahura-site-container-max-width: 1345px;
  --ahura-header-container-max-width: 1345px;
  --ahura-footer-container-max-width: 1345px;
  --ah-default-width: 1345px;
}
.site-container {
  width: 100% !important;
  max-width: var(--ahura-site-container-max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#ahura-header-main-wrap .header-template-1 .topbar-main,
#ahura-header-main-wrap .topbar-main,
.topbar .topbar-main {
  width: 100% !important;
  max-width: var(--ahura-header-container-max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.header-template-2 .container,
.header-template-2.is-box-mode .container {
  width: 100% !important;
  max-width: var(--ahura-header-container-max-width) !important;
}
.header-template-2.is-box-mode {
  max-width: var(--ahura-header-container-max-width) !important;
  width: calc(100% - 40px) !important;
}
.website-footer:not(.footer-template-3) .footer-center,
.website-footer .footer-center {
  width: 100% !important;
  max-width: var(--ahura-footer-container-max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.website-footer.footer-template-3 {
  --ahura-footer-3-max-width: var(--ahura-footer-container-max-width);
}
.website-footer.footer-template-3 > .footer-legend,
.website-footer.footer-template-3 .footer-3-shell {
  max-width: var(--ahura-footer-container-max-width) !important;
}
.website-footer .footer-legend .footer-legend-inner {
  width: 100% !important;
  max-width: var(--ahura-footer-container-max-width) !important;
  box-sizing: border-box;
}
  @media only screen and (min-width:1100px){
    .scrolled-topbar .menu-icon{
      background-color: #1e73be;
      color: #303030;
    }
  }
    .ahura-1cc-column.ahura-post-single:not(.woocommerce) .post-entry{width: 100%;}
  section.container.ahura-shop-single .post-box .post-entry{width:690px;float:left;}
    .website-footer {
    background-color:#f9fafb;
  }
      .website-footer .footer-widget span.footer-widget-title,
    .footer-copyright,
    .footer-legend-inner h5,
    .footer-copyright2,.website-footer
    .footer-widget *,
    .footer-copyright-fullwidth,
    .footer-bottom,
    .website-footer .footer-widget .menu li a,
    .foot-widget-content,
    .website-footer.footer-template-3 .footer-3-about .foot-widget-content,
    .website-footer.footer-template-3 .footer-3-copyright,
    .website-footer.footer-template-3 .footer-3-copyright2,
    .website-footer.footer-template-3 .footer-3-bottom,
    .website-footer.footer-template-3 .footer-3-site-name {
    color:#6b7280;
  }
  body:not(.elementor-page) .post-box p{
    text-align: justify;
  }
  
:root {
  --ahura-content-radius: 8px;
  --ahura-content-shadow: 0 7px 36px rgba(0, 0, 0, 0.1);
}
.woocommerce div.product{
  border-radius: var(--ahura-content-radius);
}
.post-entry-custom{
  border-radius: var(--ahura-content-radius);
}
body.single-post .post-entry.ah-post-comments-wrap,
body.single-post .post-entry.ah-related-posts-wrap,
body.single-post .post-entry.ah-simple-box-style {
  border-radius: var(--ahura-content-radius);
}
#siteside .siteside-cta-btn:not(.h-btn-style-2):not(.h-btn-style-3):not(.h-btn-style-4):not(.h-btn-style-6),
#siteside .h-btn:not(.h-btn-style-2):not(.h-btn-style-3):not(.h-btn-style-4):not(.h-btn-style-6),
.header-template-2 .header-menu-side-content .header-buttons #action_link:not(.h-btn-style-2):not(.h-btn-style-3):not(.h-btn-style-4):not(.h-btn-style-6) {
    color: var(--ahura-mobile-menu-cta-text, #354ac4);
    background-color: var(--ahura-mobile-menu-cta-bg, #e5e8ff);
    padding-top: 5px;
    padding-bottom: 5px;
}
#siteside .siteside-cta-btn.h-btn-style-1:hover,
#siteside .h-btn.h-btn-style-1:hover,
.header-template-2 .header-menu-side-content .header-buttons #action_link.h-btn-style-1:hover {
    color: #303030;
    background-color: #1e73be;
}
.post-entry {
  box-shadow: var(--ahura-content-shadow);
}
.sidebar-widget,
.website-footer .footer-widget,
.shop-page-sidebar .sidebar-widget,
.ahura-sidebar .sidebar-widget,
.post-entry .sidebar-widget {
  border-radius: var(--ahura-sidebar-widget-radius);
}
#goto-top, #goto-top span{
  border-radius: 15px;
}
#goto-top {
  bottom: 30px;
}
#goto-top span.ah-gototop-icon-wrap {
  width: 38px;
  height: 38px;
  font-size: 18px;
}
#goto-top .ah-gototop-icon-wrap .ah-theme-icon,
#goto-top .ah-gototop-icon-wrap .ah-isax {
  font-size: 18px;
  width: 18px;
  height: 18px;
}
#goto-top .ah-gototop-icon-wrap .ah-theme-icon img,
#goto-top .ah-gototop-icon-wrap .ah-isax img,
#goto-top .ah-gototop-icon-wrap .ah-theme-icon--mode-svg svg,
#goto-top .ah-gototop-icon-wrap .ah-theme-icon__svg {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px;
  max-height: 18px;
}
.woocommerce ul.products li.product span.price, .product span.price,.sale span.price del *, .mwprprice p, .mwprprice p span, .woocommerce div.product p.price del, .woocommerce div.product span.price, .mw_shop_cat_item_price .price del, .mw_shop_cat_item_price .price span.amount, .woocommerce div.product .summary p.price, .woocommerce div.product .summary span.price, .product-page-digi-style .product-page-addtocart-box .woocommerce-Price-amount.amount bdi,
.sidebar .sidebar-widget .product_list_widget li span.woocommerce-Price-amount, footer .product_list_widget li span.woocommerce-Price-amount * {
  color:#6b7280;
}

.sale span.price ins *, .mwprprice .price ins, .mw_shop_cat_item_price .price ins, .woocommerce div.product p.price ins {
  color:#1f2937;
}
.single-product.woocommerce div.product p.price {
  color:#1f2937;
}
.single-product.woocommerce div.product p.price del {
  color:#9ca3af;
}
.single-product.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  color:#374151;
}
.product .sale_price_date,
.woocommerce-archive-shop-sale-countdown .countdown-timer,
li.product .woocommerce-archive-shop-sale-countdown span {
  color:#dc2626;
}
body.woocommerce :is(span.onsale, ul.products li.product .onsale, ul.products li.product .product-thumbnail-wrapper .onsale, .product span.onsale, li.product.product-style-4 span.onsale) {
  background-color: #dc2626 !important;
}
body.woocommerce :is(span.onsale, ul.products li.product .onsale, ul.products li.product .product-thumbnail-wrapper .onsale, .product span.onsale, li.product.product-style-4 span.onsale) {
  box-shadow: none !important;
}
body.woocommerce.archive ul.products.products-style-4 li.product.product-style-4 span.onsale {
  color: #ffffff !important;
  background-color: #fed700 !important;
}
body.single-post:not(.elementor-page) .ahura-post-single article.post-entry.post-entry-custom.post-custom .post-content-wrap :is(p, li, td, th, dd, dt, figcaption) {
  font-size: var(--ahura-single-content-font-size, 16px);
}
  @media (max-width: 575.98px) {
    .woocommerce ul.products li.product.mw_product_item.product-style-2 .woocommerce-loop-product__title  {
      padding-left: px;
      padding-right: px;
    }
  }
  @media (max-width: 575.98px) {
    .woocommerce ul.products li.product.mw_product_item.product-style-2 .price  {
      padding-left: px;
      padding-right: px;
    }
  }
.woocommerce .related ul.products,
.woocommerce.woocommerce-page .related ul.products,
.woocommerce .related ul.products[class*=columns-] {
    grid-template-columns: repeat(3,minmax(0,1fr));
}

@media screen and (max-width: 767px) {
    .woocommerce .related ul.products,
    .woocommerce.woocommerce-page .related ul.products,
    .woocommerce .related ul.products[class*=columns-] {
    grid-template-columns: repeat(1,minmax(0,1fr));
    }
}
  .single-product h1.product_title {
      font-size: 32px;
  }
  @media screen and (max-width: 576px) {
    .single-product h1.product_title {
        font-size: 24px;
    }
  }
    @media screen and (min-width: 768px) {
        .archive.woocommerce .mw_product_item .woocommerce-loop-product__title,
        .archive.woocommerce ul.products li.product .woocommerce-loop-product__title {
            font-size: 18px;
        }
    }
@media screen and (min-width: 320px) and (max-width: 576px) {
    .archive.woocommerce .mw_product_item .woocommerce-loop-product__title,
    .archive.woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 16px;
    }
}
    @media screen and (min-width: 768px) {
    .single.woocommerce .product .woocommerce-Tabs-panel--description,
    .single.woocommerce .product .woocommerce-Tabs-panel--description p {
    font-size: 16px;
    }
}
    @media screen and (min-width: 320px) and (max-width: 576px) {
    .single.woocommerce .product .woocommerce-Tabs-panel--description,
    .single.woocommerce .product .woocommerce-Tabs-panel--description p {
    font-size: 15px;
    }
}
    @media screen and (min-width: 768px) {
    .single.woocommerce .product .woocommerce-product-details__short-description {
    font-size: 15px;
    }
    }
    @media screen and (min-width: 320px) and (max-width: 576px) {
    .single.woocommerce .product .woocommerce-product-details__short-description {
    font-size: 14px;
    }
    }
  .single.woocommerce .product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
    line-height: 28px;
  }
  .single.woocommerce .product .woocommerce-Tabs-panel > h2:first-child {
    margin-bottom: 20px;
  }
@media screen and (min-width: 320px) and (max-width: 576px) {
  .mw_product_item span.price * {
    font-size: 16px;
  }
}
    @media screen (min-width: 1025px) {
        .mw_product_item span.price * {
            font-size: 17px;
        }
    }
.post-custom p a, .post-custom table a{
  font-size: 16px;
}
body.single-post:not(.elementor-page) .ahura-post-single article.post-entry.post-entry-custom.post-custom .post-content-wrap a {
  color: var(--ahura-single-post-link-color, #2563eb);
}
body.single-post:not(.elementor-page) .ahura-post-single article.post-entry.post-entry-custom.post-custom .post-content-wrap :is(p, li, td, th, dd, dt, figcaption) {
  color: var(--ahura-single-post-text-color, #374151);
}
.product .woocommerce-Tabs-panel--description a,
.term-description a,
.ah-post-content-element p a,
.single-post .elementor-widget-theme-post-content a {
  color: #2563eb;
}

.cat-description {
	background-color: #2c89e0}

.topmenu li a,
ul.topmenu li a, 
.header-mode-2 .top-menu ul li a,
.header-template-2 .header-menu li a {
  font-size: 15px;
}
  .topmenu li a, .header-top-menu-wrap li a{
    font-family: iranyekanfn;
  }
.topmenu li a{
font-weight: 500;
}
html body :is(.ahura-main-header, #topbar, .header-template-2, .mgsiteside):not(.elementor-element) :is(.cats-list-title, span.cats-list-title, .mega_menu_mobile_title, .mg-cat-title, .header-mega-menu-btn span) {
  font-size: 15px;
}
html body :is(.ahura-main-header, #topbar, .header-template-2, .mgsiteside):not(.elementor-element) :is(.cats-list-title, span.cats-list-title, .mega_menu_mobile_title, .mg-cat-title, .header-mega-menu-btn span),
html body :is(.ahura-main-header, #topbar, .header-template-2, .mgsiteside):not(.elementor-element) :is(.cats-list ul.menu > li > a, .header-megamenu li:not([class*="elementor"]) > a, .header-megamenu .cats-list ul.menu a) {
  font-weight: 600;
}
  html body :is(.ahura-main-header, #topbar, .header-template-2, .mgsiteside):not(.elementor-element) :is(.cats-list-title, span.cats-list-title, .mega_menu_mobile_title, .mg-cat-title, .header-mega-menu-btn span), html body :is(.ahura-main-header, #topbar, .header-template-2, .mgsiteside):not(.elementor-element) :is(.cats-list ul.menu > li > a, .header-megamenu li:not([class*="elementor"]) > a, .header-megamenu .cats-list ul.menu a) {
    font-family: iranyekanfn;
}
          #commentform input[type=submit], .ah-post-comments-template #commentform input[type=submit]{
      background-color: #1f2937;
    }
        #commentform input[type=submit], .ah-post-comments-template #commentform input[type=submit]{
      color: #ffffff;
    }
        .post-custom h1 a{
      font-size: 32px;
    }
        .post-custom h2{
      font-size: 28px;
    }
        .post-custom h3{
      font-size: 24px;
    }
        .post-custom h4{
      font-size: 20px;
    }
        .post-custom h5{
      font-size: 18px;
    }
        .post-custom h6{
      font-size: 16px;
    }
            html body footer.website-footer .footer-widget:not(.elementor-element) :is(span.footer-widget-title, .foot-widget-title, h3.footer-widget-title, .wp-block-heading, h2.widgettitle),
html body footer.website-footer .footer-widget:not(.elementor-element) :is(.foot-widget-content, .foot-widget-content p, .foot-widget-content li, .foot-widget-content a, .menu li a, ul.menu a) {
      font-size: 16px;
    }
    html body footer.website-footer .footer-widget:not(.elementor-element) :is(span.footer-widget-title, .foot-widget-title, h3.footer-widget-title, .wp-block-heading, h2.widgettitle) {
      color: #1f2937;
    }
    html body footer.website-footer .footer-widget:not(.elementor-element) :is(span.footer-widget-title, .foot-widget-title, h3.footer-widget-title, .wp-block-heading, h2.widgettitle),
html body footer.website-footer .footer-widget:not(.elementor-element) :is(.foot-widget-content, .foot-widget-content p, .foot-widget-content li, .foot-widget-content a, .menu li a, ul.menu a) {
      font-weight: 600;
    }
      html body footer.website-footer .footer-widget:not(.elementor-element) :is(span.footer-widget-title, .foot-widget-title, h3.footer-widget-title, .wp-block-heading, h2.widgettitle), html body footer.website-footer .footer-widget:not(.elementor-element) :is(.foot-widget-content, .foot-widget-content p, .foot-widget-content li, .foot-widget-content a, .menu li a, ul.menu a) {
        font-family: iranyekanfn;
    }
    
  .ahura-main-header .top-section
  {
    background-color: #ffffff;
  }
  .ahura-main-header .bottom-section
  {
    background-color: #ffffff;
  }
  .ahura-main-header .top-section .menu-wrapper ul.topmenu > li > a,
  .ahura-main-header .top-section .menu-wrapper ul.topmenu > li::after,
  .ahura-main-header .bottom-section .menu-wrapper ul.topmenu > li > a,
  .ahura-main-header .bottom-section .menu-wrapper ul.topmenu > li::after
  {
    color: #35495C;
  }
  .ahura-main-header .bottom-section .cats-list ul.menu,
  .ahura-main-header .bottom-section .cats-list ul.menu ul,
  .header-template-2 .header-mega-menu-container > div,
  .header-template-2 .header-mega-menu-container .menu > li > ul
  {
    background-color: #ffffff;
  }
  .ahura-main-header .bottom-section .cats-list ul.menu a,
  .header-template-2 .header-mega-menu-container ul li a
  {
    color: #35495C;
  }
  .ahura-main-header .bottom-section .cats-list ul.menu>li>a::after
  {
    border-color: #f6f6f6;
  }
        .ahura-main-header
    {
      border-width: 4px;
    }
  .ahura-post-single:not(.woocommerce) p{
  font-family:iranyekanfn;
}
body.single-post:not(.elementor-page) .ahura-post-single article.post-entry.post-entry-custom.post-custom .post-content-wrap :is(p, li, td, th, dd, dt, figcaption) {
  font-weight: var(--ahura-single-content-font-weight, 400);
}
body.single-post:not(.elementor-page) .ahura-post-single article.post-entry.post-entry-custom.post-custom .post-content-wrap :is(p, li, td, th, dd, dt, figcaption) {
  line-height: 2px;
}
body.single-post:not(.elementor-page) .ahura-post-single header.post-title h1, body.single-post:not(.elementor-page) .ahura-post-single .post-title h1 {
  font-size: var(--ahura-single-title-font-size, 32px);
  font-weight: var(--ahura-single-title-font-weight, 700);
}
body.single-post:not(.elementor-page) .ahura-post-single header.post-title h1, body.single-post:not(.elementor-page) .ahura-post-single .post-title h1 {
  font-family: iranyekanfn;
}
body.single-post:not(.elementor-page) .ahura-post-single .post-content-wrap h1, body.single-post:not(.elementor-page) .ahura-post-single article.post-custom h1 {
  font-weight: 700;
}
body.single-post:not(.elementor-page) .ahura-post-single .post-content-wrap h2, body.single-post:not(.elementor-page) .ahura-post-single article.post-custom h2 {
  font-weight: 700;
}
body.single-post:not(.elementor-page) .ahura-post-single .post-content-wrap h3, body.single-post:not(.elementor-page) .ahura-post-single article.post-custom h3 {
  font-weight: 600;
}
body.single-post:not(.elementor-page) .ahura-post-single .post-content-wrap h4, body.single-post:not(.elementor-page) .ahura-post-single article.post-custom h4 {
  font-weight: 600;
}
body.single-post:not(.elementor-page) .ahura-post-single .post-content-wrap h5, body.single-post:not(.elementor-page) .ahura-post-single article.post-custom h5 {
  font-weight: 500;
}
body.single-post:not(.elementor-page) .ahura-post-single .post-content-wrap h6, body.single-post:not(.elementor-page) .ahura-post-single article.post-custom h6 {
  font-weight: 500;
}
body.single-post:not(.elementor-page) .ahura-post-single header.post-title h1, body.single-post:not(.elementor-page) .ahura-post-single .post-title h1 {
  color: var(--ahura-single-post-title-color, #1f2937) !important;
  -webkit-text-fill-color: currentColor;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
body.single-post:not(.elementor-page) .ahura-post-single article.post-entry.post-entry-custom.post-custom {
  background: var(--ahura-single-post-bg-color, #ffffff) !important;
  background-image: none !important;
}
body.single-post .ahura-post-single .single-post-template-1 .single-post-thumbnail img {
  box-shadow: none !important;
}
html body span.cats-list-title,
html body .header-mode-1 span.cats-list-title,
.header-template-2 .header-mega-menu-btn {
  background-color: #1d67e8;
}
:root {
  --ahura-mm-btn-bg: #1d67e8;
  --ahura-mm-btn-color: #ffffff;
}
.cats-list-title,
html body span.cats-list-title,
.mega_menu_mobile_title,
.mg-cat-title,
.header-template-2 .header-mega-menu-btn,
.header-template-2 .header-mega-menu-btn .mega-menu-btn-text,
.header-template-2 .header-mega-menu-btn .ah-theme-icon,
.header-template-2 .header-mega-menu-btn .ah-theme-icon--mode-svg,
.cats-list-title .mega-menu-btn-text,
.cats-list-title .ah-theme-icon,
.cats-list-title .ah-theme-icon--mode-svg,
.mg-cat-title .mega-menu-btn-text,
.mg-cat-title .ah-theme-icon,
.mg-cat-title .ah-theme-icon--mode-svg {
  color: #ffffff !important;
}






.post-index article h3{
  color: #1f2937;
}
.post-index article h3{
  font-size: 20px;
}
.post-index article h3{
  font-family: iranyekanfn;
}
.post-index article h3,
body .post-index article h3{
  font-weight: 600;
}
.post-index article .excerpt p{
  color: #6b7280;
}
.post-index article .excerpt p{
  font-size: 14px;
}
.post-index article .excerpt p{
  font-family: iranyekanfn;
}
.post-index article .excerpt p{
  font-weight: 400;
}
.post-index article .meta .post-author{
  color: #6b7280;
}
.post-index article .meta .post-author{
  font-size: 13px;
}
.post-index article .meta .post-author{
  font-family: iranyekanfn;
}
.single-post .authorbox .authorbox-name {
  font-size: 18px;
}
.single-post .authorbox .authorbox-website {
  font-size: 14px;
}
.single-post .authorbox .authorabout .authortxt {
  font-size: 14px;
}
.single-post .authorbox .authorimg img {
  border-radius: 50px;
}
.post-index article .meta .post-author{
  font-weight: 400;
}
.post-index article .meta .post-meta{
  color: #9ca3af;
}
.post-index article .meta .post-meta{
  font-size: 13px;
}
.post-index article .meta .post-meta{
  font-family: iranyekanfn;
}
.post-index article .meta .post-meta{
  font-weight: 400;
}

.postbox4 .excerpt.has_margin {
	margin-bottom: 0px;
}

  .postbox4 article h3{
    padding-bottom:15px;
    border-bottom:1px solid #eee;
  }
    .ahura-post-single .post-meta .post-author-name {
    font-family: iranyekanfn;
    }
    body.single-post:not(.elementor-page) .ahura-post-single .post-meta .post-author-name {
        font-weight: 400;
        }
    
body.single-post:not(.elementor-page) .ahura-post-single ul.post-meta :is(li, a) {
        font-size: var(--ahura-single-meta-font-size, 13px);
    }

body.single-post:not(.elementor-page) .ahura-post-single .post-meta .post-author-name {
    font-size: 13px;
    }
    .ahura-post-single .post-meta .post-cats,
    .ahura-post-single .post-meta .post-cats span,
    .ahura-post-single .post-meta .post-cats ul li,
    .ahura-post-single .post-meta .post-cats ul li a {
    font-family: iranyekanfn;
    }
    


body.single-post:not(.elementor-page) .ahura-post-single .post-meta .post-cats,
body.single-post:not(.elementor-page) .ahura-post-single .post-meta .post-cats :is(span, ul li, ul li a, a) {
      font-size: 13px;
  }
    .ahura-post-single .post-meta .post-date,
    .ahura-post-single .post-meta .post-modified-date {
    font-family: iranyekanfn;
    }
    body.single-post:not(.elementor-page) .ahura-post-single .post-meta :is(.post-date, .post-modified-date) {
        font-weight: 400;
        }
    body.single-post:not(.elementor-page) .ahura-post-single .post-meta :is(.post-date, .post-modified-date) {
    font-size: 13px;
    }
    body.single-post:not(.elementor-page) .ahura-post-single .post-meta .post-comment-count {
        font-weight: 500;
        }
    body.single-post:not(.elementor-page) .ahura-post-single .post-meta .post-comment-count {
    font-size: 13px;
    }
:root {
  --ahura-related-thumb-height: 140px;
}
@media screen and (max-width: 767.98px) {
  :root {
    --ahura-related-thumb-height: 110px;
  }
}

h1,
body h1,
h1 *,
body h1 *{
  font-weight:700;
}
h2,
body h2,
h2 *,
body h2 *{
  font-weight:700;
}
h3,
body h3,
h3 *,
body h3 *{
  font-weight:600;
}
h4,
body h4,
h4 *,
body h4 *{
  font-weight:600;
}
h5,
body h5,
h5 *,
body h5 *{
  font-weight:500;
}
h6,
body h6,
h6 *,
body h6 *{
  font-weight:500;
}

.ahura-post-single .post-entry h1,
body .ahura-post-single .post-entry h1,
.ahura-post-single .post-entry h1 *,
body .ahura-post-single .post-entry h1 *{
  font-weight:700;
}
.ahura-post-single .post-entry h2,
body .ahura-post-single .post-entry h2,
.ahura-post-single .post-entry h2 *,
body .ahura-post-single .post-entry h2 *{
  font-weight:700;
}
.ahura-post-single .post-entry h3,
body .ahura-post-single .post-entry h3,
.ahura-post-single .post-entry h3 *,
body .ahura-post-single .post-entry h3 *{
  font-weight:600;
}
.ahura-post-single .post-entry h4,
body .ahura-post-single .post-entry h4,
.ahura-post-single .post-entry h4 *,
body .ahura-post-single .post-entry h4 *{
  font-weight:600;
}
.ahura-post-single .post-entry h5,
body .ahura-post-single .post-entry h5,
.ahura-post-single .post-entry h5 *,
body .ahura-post-single .post-entry h5 *{
  font-weight:500;
}
.ahura-post-single .post-entry h6,
body .ahura-post-single .post-entry h6,
.ahura-post-single .post-entry h6 *,
body .ahura-post-single .post-entry h6 *{
  font-weight:500;
}
  .post-entry blockquote {
    flex-direction: row-reverse  }


.woocommerce .woocommerce_product_date_modified {
  display: flex;
}

.woocommerce .woocommerce_product_date_modified span:first-child {
  color: ;
  padding-left: 5px;
}

.woocommerce .woocommerce_product_date_modified span:last-child {
  color: }


  .ahura-post-single .post-meta .post-modified-date {
    color: #6b7280!important;
    background-color: !important;
    padding: 2px 5px;
    border-radius: 5px;
  }
:root {
  --ahura-archive-thumb-width: 100%;
}
.archive .postbox4 article .fimage img,
.archive-template-2 .archive-post-item .post-thumb img,
.archive-template-container.archive-template-2 .archive-post-item .post-thumb img {
  width: var(--ahura-archive-thumb-width);
}

#topbar .topbar-main .menu-icon,
#topbar .topbar-main .menu-icon .ah-theme-icon,
#mw_open_side_menu,
#mw_open_side_menu .ah-theme-icon,
.header-template-2 .header-side-menu-btn,
.header-template-2 .header-side-menu-btn .ah-theme-icon {
  color: var(--ahura-mobile-menu-btn-icon-color, #35495c);
}
.ahura-main-header .menu-icon,
.ahura-main-header #mw_open_side_menu {
  background-color: var(--ahura-mobile-menu-btn-bg, transparent);
  border-color: var(--ahura-mobile-menu-btn-bg, transparent);
}
.header-template-2 .header-side-menu-btn {
  color: var(--ahura-mobile-menu-btn-icon-color, #000);
}

.post-box .ahura-post-like {
  background-color: #1f2937;
}


.post-box .post-like-buttons .btn-post-like {
  background-color: #1f2937;
}

.post-box .post-like-buttons .btn-post-dislike {
  background-color: #1f2937;
}

.post-box .post-like-buttons .btn-post-like .btn-title {
  color: #ffffff;
}

.post-box .post-like-buttons .btn-post-dislike .btn-title {
  color: #ffffff;
}

    














    body.woocommerce .page-description,
    body.woocommerce .page-description p {
        color: #6b7280;
    }

    .woocommerce.archive li.product.mw_product_item h2.woocommerce-loop-product__title,
    .woocommerce.archive li.product.mw_product_item a.woocommerce-loop-product__title {
      font-size: 18px;
    }
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
color: #1f2937;
}
:root {
    --ahura-header-cta-text: #354ac4;
    --ahura-header-cta-bg: #e5e8ff;
    --ahura-header-cta-after-text: #35c454;
    --ahura-header-cta-after-bg: #e8ffe5;
        --ahura-header-cta-hover-bg: #1e73be;
    --ahura-header-cta-hover-text: #303030;
    }
.header-template-1 .action-box #action_link:not(.after-login-btn):not(.h-btn-style-2):not(.h-btn-style-3):not(.h-btn-style-4):not(.h-btn-style-6) {
    color: #354ac4;
    background-color: #e5e8ff;
    border-color: #354ac4;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-template-1 .action-box #action_link.after-login-btn:not(.h-btn-style-2):not(.h-btn-style-3):not(.h-btn-style-4):not(.h-btn-style-6) {
    color: #35c454;
    background-color: #e8ffe5;
    border-color: #35c454;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-template-1 .action-box #action_link.h-btn-style-2,
.header-template-1 .action-box #action_link.h-btn-style-3,
.header-template-1 .action-box #action_link.h-btn-style-4,
.header-template-1 .action-box #action_link.h-btn-style-5,
.header-template-1 .action-box #action_link.h-btn-style-6 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-template-1 .action-box #action_link.h-btn-style-1:not(.after-login-btn):hover {
    color: #303030;
    background-color: #1e73be;
    border-color: #1e73be;
}
    .woocommerce .shop-page-sidebar-toggle,
    .woocommerce .shop-page-sidebar-toggle .shop-page-sidebar-toggle__icon,
    .woocommerce .shop-page-sidebar-toggle .ah-isax,
    .woocommerce .shop-page-sidebar-toggle svg {
    color: #1f2937;
    }
  .woocommerce.single-product .ahura-post-single div.product,
  div.product.product-page-digi-style .wc-tabs.tabs {
    background-color: #ffffff;
  }
    .woocommerce .shop-page-sidebar-toggle {
      background-color: #f3f4f6;
    }
    .woocommerce .shop-page-sidebar-toggle .shop-page-sidebar-toggle__icon svg,
    .woocommerce .shop-page-sidebar-toggle .ah-isax svg {
      width: 18px;
      height: 18px;
    }
    .single-product .product-page-digi-style .product-cat-header .cat-name {
      color: #6b7280;
    }
    .single-product .product-page-digi-style .product-cat-header .cat-name .cat-delimiter {
      color: #e5e7eb;
    }
    .woocommerce div.product form.cart button.single_add_to_cart_button {
      color: #ffffff;
    }
    .woocommerce div.product form.cart button.single_add_to_cart_button {
      background-color: #1f2937;
    }






@media only screen and (max-width: 575.99px) {
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
      display: block;
  }

  .woocommerce table.cart .product-thumbnail a,
  .woocommerce-page table.cart .product-thumbnail a {
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .woocommerce table.cart .product-thumbnail a img,
  .woocommerce-page table.cart .product-thumbnail a img {
      width: 100%
  }

  .woocommerce table.shop_table_responsive tr td.product-thumbnail::before,
  .woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before {
      content: '';
  }
}
    .website-footer .footer-bottom,
    .website-footer .footer-bottom p,
    .website-footer .footer-bottom a,
    .website-footer .footer-copyright,
    .website-footer .footer-copyright-fullwidth,
    .website-footer .footer-copyright2,
    .website-footer.footer-template-3 .footer-3-bottom,
    .website-footer.footer-template-3 .footer-3-copyright,
    .website-footer.footer-template-3 .footer-3-copyright2 {
        color: #9ca3af !important;
    }
  .topmenu > li > ul.sub-menu {
    top: 35px;
  }


    .woocommerce nav.woocommerce-pagination ul.page-numbers li :is(a,span){
        color: #6b7280;
    }

    .woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
        background-color: #1f2937;
        box-shadow: 0 0 10px 0 #1f2937d9;
    }

    body.woocommerce .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs :is(li, li a),
    body.woocommerce .product .tabs.wc-tabs > a {
        color: #6b7280;
    }
    body.woocommerce .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li path,
    body.woocommerce .product .tabs.wc-tabs > a path{
        stroke: #6b7280;
    }
    body.woocommerce .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li,
    body.woocommerce .product .tabs.wc-tabs > a {
        background-color: #ffffff;
    }
    body.woocommerce .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li,
    body.woocommerce .product .tabs.wc-tabs > a{
        box-shadow: 0px 1px 10px 0px #e5e7eb;
    }

    body.woocommerce .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs :is(li:hover, li:hover a),
    body.woocommerce .product .tabs.wc-tabs > a:hover{
        color: #1f2937;
    }
    body.woocommerce .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li:hover path,
    body.woocommerce .product .tabs.wc-tabs > a:hover path {
        stroke: #1f2937;
    }
    body.woocommerce .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li:hover,
    body.woocommerce .product .tabs.wc-tabs > a:hover{
        background-color: #f3f4f6;
    }
    body.woocommerce .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li:hover,
    body.woocommerce .product .tabs.wc-tabs > a:hover{
        box-shadow: 0px 1px 10px 0px #e5e7eb;
    }

    body.woocommerce .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs :is(li.active, li.active a),
    body.woocommerce .product .tabs.wc-tabs > a.active{
        color: #ffffff;
    }
    body.woocommerce .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li.active path,
    body.woocommerce .product .tabs.wc-tabs > a.active path{
        stroke: #ffffff;
    }
    body.woocommerce .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li.active,
    body.woocommerce .product .tabs.wc-tabs > a.active{
    background-color: #1f2937;
    }
  div.product.product-page-digi-style .woocommerce-product-details__short-description p {
    color: #6b7280;
  }
  div.product.product-page-digi-style .product-extra-meta .product-sku .sku-value {
    color: #6b7280;
  }
  div.product.product-page-digi-style p.attributes-title {
    color: #1f2937;
  }
  div.product.product-page-digi-style .product-attributes-list .woocommerce-product-attributes-item__label {
    color: #6b7280;
  }
  div.product.product-page-digi-style .product-attributes-list .woocommerce-product-attributes-item__value {
    color: #374151;
  }
  div.product.product-page-digi-style .product-attributes-list .more-attributes-toggle {
    color: #374151;
  }
  div.product.product-page-digi-style .rating-box-description {
    color: #f59e0b;
  }
    body.woocommerce .post-box ul.products li.mw_product_item.product :is(.button.mw_add_to_cart, a.button.mw_add_to_cart) {
        background-color: #1f2937;
    }
    .single-post .related-posts .post-item .post-title {
        color: #1f2937;
    }
  .single-product .related.products .woocommerce-loop-product__title {
    height: 18px;
  }
  @media screen and (max-width: 797.98px) {
    .single-product .related.products .woocommerce-loop-product__title {
      height: 18px;
    }
  }

.woocommerce,.woocommerce-page{--ahura-wc-notice-message-bg:#ecfdf5;--ahura-wc-notice-message-color:#047857;--ahura-wc-notice-info-bg:#eff6ff;--ahura-wc-notice-info-color:#1d4ed8;--ahura-wc-notice-error-bg:#fef2f2;--ahura-wc-notice-error-color:#b91c1c;--ahura-wc-notice-radius:10px;}.ahura-sidebar .wc-blocks-filter-wrapper input[inputmode="numeric"] {
  max-width: px;
  width: px;
  text-align: center;
}
  .shop-sub-categories .product-category {
    padding: 16px;
  }
  .shop-sub-categories .product-category {
    background-color: #ffffff;
  }
  .shop-sub-categories .product-category {
    border-radius: 8px;
  }
  .shop-sub-categories .product-category a img {
    border-radius: 8px;
  }
  .shop-sub-categories .product-category a img {
    width: 10px;
    height: 10px;
  }
  .shop-sub-categories .product-category .cat-count {
    color: #6b7280;
  }
  .shop-sub-categories .product-category .cat-count {
    background-color: #f3f4f6;
  }
  .shop-sub-categories .product-category .cat-title {
    color: #1f2937;
  }
  @media (max-width: 575.98px) {
    .ahura-post-single.woocommerce .wrapper {
      display: flex;
      flex-direction: column-reverse;
    }
  }
    .ahura-archive-pagination.navigation ul {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    gap: 8px;
    list-style:none;
    padding:0;
    margin-left:auto;
    margin-right:auto;
  }
  .ahura-archive-pagination.navigation li {
    display:block;
    line-height:normal;
  }
        .ahura-archive-pagination.navigation li:not(.active) a {
    color: #6b7280 !important;        border-color: #e5e7eb !important;  }
      .ahura-archive-pagination.navigation li:not(.active) a:hover {
    color: #1f2937 !important;      }
      .ahura-archive-pagination.navigation li.active a {
    color: #ffffff !important;    background-color: #1f2937 !important;  }
    .single-product div.product .price .woocommerce-Price-amount.amount bdi {
    font-size: 20px;
  }
  .single-product div.product .price .woocommerce-Price-currencySymbol {
    font-size: 13px;
  }
body::before {
  content: "";
  position: fixed;
  inset: -12%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(42% 42% at 18% 12%, rgba(214,214,214, 0.85) 0%, rgba(214,214,214, 0) 70%), radial-gradient(45% 45% at 82% 18%, rgba(99,99,99, 0.85) 0%, rgba(99,99,99, 0) 70%);
  opacity: 0.19;
  filter: blur(80px);
}
