@font-face {
    font-family: "fl-icons";
    font-display: block;
    src: url(../fonts/fl-icons.eot);
    src:
        url(../fonts/fl-icons.eot#iefix) format("embedded-opentype"),
        url(../fonts/fl-icons.woff2) format("woff2"),
        url(../fonts/fl-icons.ttf) format("truetype"),
        url(../fonts/fl-icons.woff) format("woff");
}

@font-face {
    font-family: 'pinarmedium';
    src: url('../fonts/Pinar-Regular.woff2') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'pinarextrabold';
    src: url('../fonts/Pinar-SemiBold.woff2') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'pinarlight';
    src: url('../fonts/Pinar-Light.woff2') format('woff2');
    font-style: normal;
}


.loading02 span {
    animation: loading02 1.2s infinite alternate;
  }
  .loading02 span:nth-child(2) {
    animation-delay: 0.2s;
  }
  .loading02 span:nth-child(3) {
    animation-delay: 0.4s;
  }
  .loading02 span:nth-child(4) {
    animation-delay: 0.6s;
  }
  .loading02 span:nth-child(5) {
    animation-delay: 0.8s;
  }
  .loading02 span:nth-child(6) {
    animation-delay: 1s;
  }
  .loading02 span:nth-child(7) {
    animation-delay: 1.2s;
  }
  .loading02 span:nth-child(8) {
    animation-delay: 1.4s;
  }
  .loading02 span:nth-child(9) {
    animation-delay: 1.6s;
  }
  .loading02 span:nth-child(10) {
    animation-delay: 1.8s;
  }
  .loading02 span:nth-child(11) {
    animation-delay: 2s;
  }
  .loading02 span:nth-child(12) {
    animation-delay: 2.2s;
  }
  .loading02 span:nth-child(13) {
    animation-delay: 2.4s;
  }
  .loading02 span:nth-child(14) {
    animation-delay: 2.6s;
  }
  .loading02 span:nth-child(15) {
    animation-delay: 2.8s;
  }
  
  @keyframes loading02 {
    0% {
      filter: blur(0);
      opacity: 1;
    }
    100% {
      filter: blur(5px);
      opacity: 0.2;
    }
  }
.loader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 10000000;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #93a187e0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 60px;
	font-family: "pinarextrabold";
	font-weight: 800;
	text-align: center;
    color:#000;
}

.primary-background {
    background-color: #93a187 !important;
}

body,html{
    font-family: 'pinarmedium' !important;
}

.banner-slider {
    padding-top: 630px !important;
    background-color: rgba(0, 0, 0, 0) !important;
}
.main-slider .flickity-slider>* {
    max-width: 100% !important;
}
.banner-slider .banner-bg img {
    object-position: 46% 74% !important;
}

/* === Full-bleed main slider === */
.hero-slider-full,
.hero-slider-full .section-content,
.hero-slider-full .slider-wrapper,
.hero-slider-full .slider {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 !important;
}

.hero-slider-full .banner,
.hero-slider-full .banner .banner-bg,
.hero-slider-full .banner .banner-bg img {
    border-radius: 0 !important;
}

.hero-slider-full .section-bg,
.hero-slider-full .section-content {
    overflow: visible !important;
}

.hero-slider-full .row,
.hero-slider-full .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

:root {
    --primary-color: #2c4032;
    --fs-color-primary: #2c4032;
    --fs-color-secondary: #e66a14;
    --fs-color-success: #627D47;
    --fs-color-alert: #b20000;
    --fs-color-base: #4a4a4a;
    --fs-experimental-link-color: #334862;
    --fs-experimental-link-color-hover: #111;
}

.tooltipster-base {
    --tooltip-color: #fff;
    --tooltip-bg-color: #000;
}

.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
    --drawer-width: 300px;
}

.off-canvas .mfp-content.off-canvas-cart {
    --drawer-width: 440px;
}


.row.row-collapse {
    max-width: 1340px
}

.row.row-small {
    max-width: 1362.5px
}

.row.row-large {
    max-width: 1400px
}

.header-main {
    height: 90px
}

#logo img {
    max-height: 90px
}

#logo {
    width: 133px;
}

#logo img {
    padding: 5px 0;
}

.header-bottom {
    min-height: 10px
}

.header-top {
    min-height: 20px
}

.transparent .header-main {
    backdrop-filter: blur(8px);
    background: rgba(20, 20, 20, .55);
}

.transparent #logo img {
    max-height: 170px
}

.has-transparent+.page-title:first-of-type,
.has-transparent+#main>.page-title,
.has-transparent+#main>div>.page-title,
.has-transparent+#main .page-header-wrapper:first-of-type .page-title {
    padding-top: 130px;
    padding-bottom: 30px;
}

.header.show-on-scroll,
.stuck .header-main {
    height: 90px !important
}

.stuck #logo img {
    max-height: 90px !important
}

.header-bg-color {
    background-color: rgba(255, 255, 255, 0)
}

.header-bottom {
    background-color: #f1f1f1
}

.stuck .header-main .nav>li>a {
    line-height: 50px
}

@media (max-width: 549px) {
    .header-main {
        height: 70px
    }

    #logo img {
        max-height: 70px
    }
}

.main-menu-overlay {
    background-color: #000000
}

.nav-dropdown {
    border-radius: 10px
}

.nav-dropdown {
    font-size: 100%
}

button,
.button {
    text-transform: none;
}

.header:not(.transparent) .header-nav-main.nav>li>a {
    color: #000000;
}

.has-equal-box-heights .box-image {
    padding-top: 100%;
}

input[type='submit'],
input[type="button"],
button:not(.icon),
.button:not(.icon) {
    border-radius: 10px !important
}

@media screen and (min-width: 550px) {
    .products .box-vertical .box-image {
        min-width: 300px !important;
        width: 300px !important;
    }
}

.header-main .social-icons,
.header-main .cart-icon strong,
.header-main .menu-title,
.header-main .header-button>.button.is-outline,
.header-main .nav>li>a>i:not(.icon-angle-down) {
    color: #000000 !important;
}

.header-main .header-button>.button.is-outline,
.header-main .cart-icon strong:after,
.header-main .cart-icon strong {
    border-color: #000000 !important;
}


.header-main .current-dropdown .cart-icon strong,
.header-main .header-button>.button:hover,
.header-main .header-button>.button:hover i,
.header-main .header-button>.button:hover span {
    color: #FFF !important;
}

.header-main .menu-title:hover,
.header-main .social-icons a:hover,
.header-main .header-button>.button.is-outline:hover,
.header-main .nav>li>a:hover>i:not(.icon-angle-down) {
    color: #000000 !important;
}

.header-main .current-dropdown .cart-icon strong,
.header-main .header-button>.button:hover {
    background-color: #000000 !important;
}

.header-main .current-dropdown .cart-icon strong:after,
.header-main .current-dropdown .cart-icon strong,
.header-main .header-button>.button:hover {
    border-color: #000000 !important;
}

.absolute-footer,
html {
    background-color: #1e1e1e
}

.header-vertical-menu__opener {
    height: 46px
}

.header-vertical-menu__opener {
    width: 211px
}

.header-vertical-menu__fly-out {
    width: 214px
}

.header-vertical-menu__opener {
    color: #000000
}

.header-vertical-menu__opener {
    background-color: rgba(255, 255, 255, 0)
}

.nav-vertical-fly-out>li+li {
    border-top-width: 1px;
    border-top-style: solid;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a {
    height: 44px;
}
#header-icons{
    display: none;
}

header.transparent #header-icons{
    display: block;
}

/* Custom CSS */
.header-wrapper {
    border-radius: 0 0 20px 20px !important;
    background-color: #93a187;
}

.off-canvas .mfp-content.off-canvas-cart {
    border-radius: 0 20px 20px 0;
}

.header-wrapper.stuck {
    width: 1400px !important;
}

.stuck .header-bg-color.fill {
    background: #ffffff85;
    backdrop-filter: blur(5px);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    border-radius: 0 0 20px 20px;
}

/* Custom CSS Mobile */
@media (max-width: 549px) {
    .transparent .logo {
        border-radius: 0 0 70px 70px !important;
        padding: 6px 10px 8px 10px !important;
        margin: 0 !important;
        box-shadow: 0 0 0 0 !important;
        backdrop-filter: blur(7.5px) !important;
        transition: none !important;
        width: 100px !important;
    }

    .transparent .header-main {
        height: 98px !important;
        backdrop-filter: blur(7.5px);
        -webkit-backdrop-filter: blur(7.5px);
    }

    .header-wrapper.stuck {
        width: auto !important;
    }
}

.label-new.menu-item>a:after {
    content: "جدید";
}

.label-hot.menu-item>a:after {
    content: "جدید";
}

.label-sale.menu-item>a:after {
    content: "حراج";
}

.label-popular.menu-item>a:after {
    content: "محبوب";
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 13px 13px 0px 0px;
}

.box-text.text-center {
    border-radius: 0px 0px 13px 13px;
}

a.primary.is-small.mb-0.button.product_type_simple.is-outline {
    border-radius: 9px
}

.banner-bg.fill {
    border-radius: 10px;
}

img.attachment-large.size-large {
    border-radius: 15px;
}

.button.is-outline,
input[type=button].is-outline,
input[type=reset].is-outline,
input[type=submit].is-outline {
    background-color: transparent;
    border: 1px solid #00000070;
}

li.header-vertical-menu {
    border-radius: 12px !important;
    border: 2px solid;
}

.header-vertical-menu__fly-out {
    border-radius: 12px !important;
    margin: 7px 0 0 0;
    transition: all 0.3s;
    padding: 3px 4px;
}

.header-vertical-menu__fly-out .menu-item:hover {
    background: #93a187;
    color: white !important;
    border-radius: 11px;
    transition: all 0.3s;
}

.header-vertical-menu__fly-out a.nav-top-link:hover {
    color: white !important;
}

.button.is-outline,
input[type=button].is-outline,
input[type=reset].is-outline,
input[type=submit].is-outline {
    background-color: transparent;
    border: 1px solid #ffffff;
}

a.button.wc-forward {
    border-radius: 10px;
}

.product-small.box {
    border-radius: 12px;
    transition: 0.2s;
    border: 1px solid #eee;
    min-height: 390px;
}

.product-small.box:hover {
    border-radius: 12px;
    transition: 0.2s;
}

div#shop-sidebar {
    border: 1px solid #2d4033;
    padding: 20px;
    border-radius: 10px;
    background-color: #2d3f3305;
}

.transparent .header-vertical-menu__opener {
    color: white;
}

.transparent li.header-vertical-menu {
    border-radius: 12px !important;
    border: 2px solid white;
}

.product-sidebar-small {
    padding: 0 !important;
}

.sidebar-moved-under-cart {
    padding: 0 13px !important;
    margin: -18px 0 -22px 0 !important;
}

.top-icons-nav>li {
    margin-left: 0 !important;
}

.product-small .box-image {
    border-bottom: 1px solid #eee;
}

.section-title {
    font-family: 'pinarextrabold';
    text-align: center;
}

.section-title>p {
    width: 100%;
    font-size: 24px;
}

.product-small .add-to-cart-button {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.product-small .add-to-cart-button>a {
    width: 100%;
    background: #93a187;
    color: #fff;
    border-radius: 6px !important;
    padding: 5px 10px;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
}

.cate .col {
    padding: 0 10px 20px 10px !important;
}

.cate > div > div {
    backdrop-filter: blur(7px) !important;
    transition: 0.3s;
}

.cate > div > div:hover {
    cursor: pointer;
    background: #fff !important;
    transition: 0.3s;
    box-shadow: 0 0px 0px 0 #00000029;
    margin-top: -20px !important;
}

.header-inner.flex-row.container {
    width: 1340px !important;
}

.transparent .logo {
    background: #ffffffba;
    padding: 8px 8px 41px 8px;
    box-shadow: 0px 3px 20px 0px #00000017;
    backdrop-filter: blur(7px);
    transition: 0.5s;
    min-height: 130px;
    position: absolute;
    top: 0;
}

.transparent .logo:hover {
    transition: 0.5s;
    margin: -0px 0 0 27px;
}

.main-menu {
    margin-right: 180px;
}

.cate .col-inner:hover img {
    filter: hue-rotate(40deg) !important;
}


/* ===== Fancy Countdown Card (Flatsome-safe) ===== */
:root {
    --cd-bg: #242424;
    --cd-txt: #ffffff;
    --cd-muted: #c9c9c9;
    --cd-accent: #FFDE59;
    /* طلایی لطیف */
    --cd-accent-2: #7AE0FF;
    /* آبی نئونی لطیف */
    --cd-glass: rgba(255, 255, 255, .06);
    --cd-border: rgba(255, 255, 255, .14);
}

/* ظرف اصلی کارت */
#row-1095459200>.col>.col-inner {
    position: relative !important;
    background:
        radial-gradient(1200px 600px at 100% 0%, rgba(122, 224, 255, .10), transparent 60%),
        radial-gradient(1000px 500px at 0% 100%, rgba(255, 222, 89, .08), transparent 60%),
        linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, 0)) !important;
    background-color: var(--cd-bg) !important;
    border-radius: 18px !important;
    padding: 22px 22px 20px 22px !important;
    box-shadow:
        0 10px 28px rgba(0, 0, 0, .35),
        inset 0 1px 0 rgba(255, 255, 255, .04) !important;
    outline: 1px solid var(--cd-border) !important;
}

/* خط های نئونی گوشه‌ها */
#row-1095459200>.col>.col-inner::before,
#row-1095459200>.col>.col-inner::after {
    content: "" !important;
    position: absolute !important;
    inset: 6px !important;
    pointer-events: none !important;
    border-radius: 14px !important;
    background:
        linear-gradient(90deg, transparent, rgba(255, 222, 89, .25), transparent) 0 0/40% 2px no-repeat,
        linear-gradient(0deg, transparent, rgba(122, 224, 255, .25), transparent) 100% 100%/2px 40% no-repeat !important;
    filter: blur(.2px) !important;
}

/* نوار تزئینی زیر هدر داخلی */
#row-1095459200 .is-border {
    border-width: 0 0 2px 2px !important;
    border-color: transparent !important;
    border-radius: 16px !important;
    position: relative !important;
    height: 0 !important;
    margin: 0 0 10px 0 !important;
}

#row-1095459200 .is-border::after {
    content: "" !important;
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px !important;
    background: linear-gradient(90deg, var(--cd-accent), var(--cd-accent-2)) !important;
    border-radius: 2px !important;
    opacity: .9 !important;
}

/* متن معرفی */
#text-1025205462 {
    color: var(--cd-txt) !important;
    text-align: center !important;
    line-height: 1.7 !important;
    font-weight: 500 !important;
    font-size: clamp(.9rem, 2.2vw, 1.05rem) !important;
    margin: 0 !important;
}

#text-1025205462 span {
    font-weight: 700 !important;
    background: linear-gradient(90deg, #fff, #d8f4ff) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
}

#text-1025205462 p:last-child {
    color: var(--cd-muted) !important;
    margin-top: 6px !important;
}

/* فاصله ستون متن */
#col-1275096682>.col-inner {
    padding: 8px 0 0 0 !important;
}

/* ===== تایمر ===== */
#timer-2036167544 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px 12px !important;
    justify-content: center !important;
    align-items: stretch !important;
    direction: rtl !important;
    font-variant-numeric: tabular-nums lining-nums !important;
    font-size: clamp(1rem, 3.6vw, 1.35rem) !important;
    color: var(--cd-txt) !important;
}

/* هر واحد تایمر به‌صورت کارت شیشه‌ای */
#timer-2036167544>span {
    position: relative !important;
    min-width: clamp(90px, 28vw, 120px) !important;
    min-height: 64px !important;
    padding: 10px 12px 12px !important;
    display: flex !important;
    flex-direction: column-reverse !important;
    /* strong بیاد پایین */
    align-items: center !important;
    justify-content: center !important;

    background: var(--cd-glass) !important;
    border: 1px solid var(--cd-border) !important;
    border-radius: 14px !important;
    box-shadow:
        0 6px 18px rgba(0, 0, 0, .28),
        inset 0 1px 0 rgba(255, 255, 255, .05) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    overflow: hidden !important;
    transition: transform .2s ease, box-shadow .2s ease !important;
}

/* نوار بالایی اکسنـت */
#timer-2036167544>span::before {
    content: "" !important;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    height: 3px !important;
    background: linear-gradient(90deg, var(--cd-accent), var(--cd-accent-2)) !important;
    opacity: .95 !important;
}

/* افکت هالو نرم */
#timer-2036167544>span::after {
    content: "" !important;
    position: absolute !important;
    inset: -30% !important;
    background:
        radial-gradient(120px 60px at 50% 0%, rgba(255, 222, 89, .12), transparent 70%),
        radial-gradient(120px 60px at 50% 100%, rgba(122, 224, 255, .10), transparent 70%) !important;
    z-index: 0 !important;
    animation: cdGlow 4s ease-in-out infinite !important;
    pointer-events: none !important;
}

/* شماره بزرگ؛ لیبل کوچک‌تر */
#timer-2036167544>span {
    z-index: 1 !important;
    text-align: center !important;
    line-height: 1.1 !important;
}

#timer-2036167544>span strong {
    display: block !important;
    font-size: .78em !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    color: var(--cd-muted) !important;
    letter-spacing: .2px !important;
    margin-top: 2px !important;
}

/* Hover/Focus (دسکتاپ) */
@media (hover:hover) {
    #timer-2036167544>span:hover {
        transform: translateY(-3px) !important;
        box-shadow:
            0 10px 24px rgba(0, 0, 0, .34),
            inset 0 1px 0 rgba(255, 255, 255, .06) !important;
    }
}

/* انیمیشن نفس‌کش */
@keyframes cdGlow {

    0%,
    100% {
        opacity: .55
    }

    50% {
        opacity: .85
    }
}

/* فاصله‌های ردیف اصلی */
#col-331093638>.col-inner {
    padding: 20px 18px 18px 18px !important;
    margin: -26px 0 34px 0 !important;
}

/* چینش ریسپانسیو ستون‌ها */
#row-62480288 {
    align-items: center !important;
}

#col-2063173806>.col-inner {
    padding: 6px 0 0 0 !important;
}

/* دسترسی: کاهش انیمیشن برای کاربران حساس به حرکت */
@media (prefers-reduced-motion: reduce) {
    #timer-2036167544>span::after {
        animation: none !important;
    }

    #timer-2036167544>span {
        transition: none !important;
    }
}

/* ——— اختیاری: در موبایل، متن برود بالای تایمر ——— */
@media (max-width: 549.98px) {
    #col-1275096682 {
        order: -1 !important;
    }

    #col-2063173806 {
        order: 0 !important;
    }
}

.br30 .bg.fill.bg-fill.bg-loaded {
    border-radius: 30px !important;
}

.bg.fill.bg-fill.bg-loaded {
    border-radius: 30px !important;
}

#footer .feature_boxes > div{
    width: calc(25% + 0px);
    padding: 20px;
}

#footer .feature_boxes > div > span{
    font-size: 14px;
    color: #93a187;
    font-family: 'pinarextrabold';
}


#footer .feature_boxes > div > p{
    font-size: 12px;
    min-height: 60px;
}

.feature_boxes_area{
    margin-bottom: 140px;
}

.footer-area{
    background-color: #000;
    border-radius: 20px;
}
.footer-area > div{
    padding: 50px;
    color: #fff;
}
.footer-area h3{
    font-family: 'pinarextrabold';
    font-size: 15px;
    color: #fff;
}
.footer-area p{
    font-size: 13px;
    color: #fff;
    line-height: 25px;
}
.footer-area > div:first-child{
    width: calc(60% + 0px);
}
.footer-area > div:last-child{
    width: calc(40% + 0px);
}
.footer-area > div:first-child .footer-menu > div{
    width: 40%;
}

.footer-area > div:first-child .footer-menu span{
    font-family: 'pinarextrabold';
    font-size: 15px;;
}

.footer-area > div:first-child .footer-menu a{
    color: #fff;
    font-size: 13px;
}
.footer-social-media-area a{
    padding: 10px;
    border-radius: 50%;
    background: #93a187;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    font-size: 13px;
    transition: all .5s ease;
}

.footer-social-media-area a:hover{
    background-color: #3e4439;
}
.footer-section{
    background-color: #1e1e1e;
    display: flex;
}
.footer-section > div.container{
    margin-top: -100px;
}
.box-image .out-of-stock-label {
	background: #fff;
	background: hsla(0, 0%, 91.8%, 0.88);
	color: #333;
	font-weight: 700;
	left: 0;
	opacity: .9;
	padding: 20px 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 40%;
}

.contact-info h3{
    font-family: 'pinarextrabold';
}
.contact-area .contact-info .social-links {
	text-align: right;
	margin-bottom: 0;
}
.social-links ul {
	margin: 0;
	padding: 0;
}
.social-links ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
}
.social-links ul li a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	color: #fff;
	background-color: #93a187;
	font-size: 16px;
	text-align: center;
    transition: 0.5s;
}
.social-links ul li a:hover {
	-webkit-transform: translate(0, -5px);
	transform: translate(0, -5px);
}
.social-links ul li a i {
	line-height: 30px;
}
.common-btn {
	display: inline-block;
	color: #fff;
	background-color: #93a187;
	padding: 12px 30px;
	font-weight: 600;
	border: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 1 !important;
	z-index: 1;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.contact-area #contactForm .form-group .form-control,.contact-area #contactForm .form-group textarea {
	border-radius: 5px;
	height: 40px;
	border: 1px solid #93a187;
	padding-left: 15px;
    color: #93a187;
}
.common-faq-area .faq-item .accordion {
	margin: 0;
	padding: 0;
}
.common-faq-area .faq-item .accordion li {
	position: relative;
	list-style-type: none;
	margin-bottom: 20px;
	display: block;
	-webkit-box-shadow: 0 0 20px 0 #dddddd75;
	box-shadow: 0 0 20px 0 #dddddd75;
}
.common-faq-area .faq-item .accordion li .faq-head.active {
	color: #fff;
    background-color: #93a187;
  border: 1px solid #66715d;
}
.common-faq-area .faq-item .accordion li .faq-head {
	color: #363636;
	font-size: 18px;
	width: 100%;
	display: block;
	cursor: pointer;
	font-weight: 600;
	padding: 18px 18px 18px 35px;
	margin-bottom: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background-color: #f9f9f9;
	border: 1px solid transparent;
	background-color: #fff;
}
.common-faq-area .faq-item .accordion li .faq-content {
	display: none;
	background-color: #fff;
	padding: 12px 20px 15px 45px;
}
.common-faq-area .faq-item .accordion li .faq-content p {
	margin-bottom: 0;
}
.common-faq-area .faq-item .accordion li .faq-head.active::after {
	content: "-";
	font-size: 25px;
	color: #363636;
}
.common-faq-area .faq-item .accordion li .faq-head::after {
	position: absolute;
	left: -25px;
	content: "+";
	top: 5px;
	color: #363636;
	font-size: 25px;
	width: 50px;
	height: 50px;
	line-height: 40px;
	border-radius: 50%;
	border: 5px solid #f5f5f5;
	text-align: center;
	background-color: #fff;
}

.wh-btn{
    display:inline-flex;
    align-items:center;
    gap:0.6rem;
    background:#25D366;           /* رنگ سبز واتساپ */
    color:white;
    padding:0.5rem 0.9rem;
    border-radius:0.6rem;
    text-decoration:none;
    font-weight:600;
    box-shadow:0 6px 18px rgba(37,211,102,0.18);
    transition:transform .08s ease, box-shadow .12s ease, opacity .08s ease;
  }
  .wh-btn:hover{ transform:translateY(-2px); box-shadow:0 10px 22px rgba(37,211,102,0.22); opacity:0.98; }
  .wh-btn:active{ transform:translateY(0); box-shadow:0 6px 12px rgba(0,0,0,0.12); }
  .wh-icon{ width:1.2rem; height:1.2rem; fill:currentColor; }

  .about-area .about-img {
	margin-bottom: 30px;
}
.about-area .about-img img:nth-child(1) {
	padding-right: 55px;
}
.about-area .about-img img:nth-child(2) {
	margin-top: -115px;
	max-width: 285px;
}
.about-area .about-img img:nth-child(3) {
	margin-top: -140px;
	margin-right: 305px;
	max-width: 230px;
}
.shop-page-title{
    font-size: 13px;
}
.blog-item {
	margin-bottom: 30px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.blog-item .top {
	position: relative;
	margin-bottom: 25px;
	border-radius: 10px;
}
.blog-item .top a {
	display: block;
}
.blog-item .top span {
	display: inline-block;
	width: 85px;
	height: 85px;
	padding: 11px 15px;
	text-align: center;
	color: #363636;
	background-color: #fff;
	border: 7px solid #f5f5f5;
	font-weight: 600;
	border-radius: 50%;
	position: absolute;
	bottom: -20px;
	left: -4px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 13px;
}
.blog-item .bottom h3 {
	line-height: 1.4;
	font-size: 15px;
	margin-bottom: 10px;
}
.blog-item .bottom p {
	margin-bottom: 14px;
}
.blog-item .bottom .blog-btn {
	display: inline-block;
	font-weight: 600;
	color: #93a187;
    font-size: 14px;
}
.blog-item .bottom .blog-btn i {
	display: inline-block;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 17px;
	position: relative;
	top: 3px;
}

.blog-item .top a img {
	width: 100%;
	border-radius: 10px;
}
.blog-item:hover {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px);
}
.blog-item:hover .top span {
	color: #fff;
	background-color: #93a187;
	border: 7px solid #fff;
}
.blog-details-area .details-item .details-img {
	padding-bottom: 30px;
	margin-bottom: 25px;
	border-bottom: 1px solid #bebebe;
}
.blog-details-area .details-item .details-img img {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 15px;
}
.blog-details-area .details-item .details-img h2 {
	font-size: 27px;
	margin-bottom: 10px;
}
.blog-details-area .details-item .details-img p {
	margin-bottom: 5px;
}
.widget-area .widget-item {
	margin-bottom: 30px;
}
.widget-area .widget-item h3 {
	font-size: 15px;
	color: #363636;
	margin-bottom: 15px;
    font-family: 'pinarextrabold';
}
.widget-area .categories ul {
	margin: 0;
	padding: 0;
}
.widget-area .categories ul li:last-child {
	margin-bottom: 0;
}
.widget-area .categories ul li {
	list-style-type: none;
	display: block;
	position: relative;
	background-color: #fff;
	margin-bottom: 15px;
	border-radius: 5px;
}
.widget-area .categories ul li a {
	display: block;
	position: relative;
	color: #545454;
	padding: 10px 15px;
	border-radius: 5px;
	border: 1px solid transparent;
    background-color: #f5f5f5;
    font-size: 13px;
}
.widget-area .widget-item:last-child {
	margin-bottom: 0;
}
.widget-area .articles .inner {
	padding: 15px;
	border-radius: 10px;
	background-color: #f5f5f5;
	margin-bottom: 15px;
}
.widget-area .articles .inner ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.widget-area .articles .inner ul li:nth-child(1) {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	max-width: 23%;
}
.widget-area .articles .inner ul li:nth-child(2) {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	margin-right: 10px;
}
.widget-area .articles .inner ul li {
	list-style-type: none;
	display: block;
}
.widget-area .articles .inner ul li img {
	border-radius: 5px;
	width: 100%;
}
.widget-area .articles .inner ul li a {
	display: block;
	color: #363636;
	font-weight: 700;
	margin-bottom: 5px;
    font-size:13px;
}
.widget-area .articles .inner ul li i {
	display: inline-block;
	font-size: 16px;
	position: relative;
	top: 1px;
	margin-left: 3px;
}
.widget-area .articles .inner ul li span {
	display: inline-block;
	font-size: 11px;
}

main#main{
    margin-bottom: 100px;
}

.payment-area > div:first-child {
	width: calc(60% + 0px);
}

.cart-products table thead {
	border: 1px solid #ccc;
	background-color: #eee;
}
.cart-products table{
    font-size: 13px;
}
.payment-area > div:last-child {
	width: calc(40% + 0px);
}
.payment-area .sidebar {
	padding-right: 10px;
}
.payment-area .sidebar > div {
	border: 1px solid #eee;
	padding: 20px;
}
.btn-rah {
	width: 100%;
	height: 40px;
	text-align: center;
	background-color: #93a187;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.btn-rah:hover {
	background-color: #6d7765;
	color: #fff;
}
.payment-area table th{
    background: unset;
}
.extra-box > div.plus-box > div:first-child {
	border-left: 0;
	cursor: pointer;
}
.extra-box > div.plus-box button {
	padding: 5px !important;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
    border-radius: 0 !important;
}
.extra-box > div.plus-box > div {
	padding: 5px !important;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
}
.extra-box > div.plus-box > div:nth-child(2) {
	min-width: 30px;
	text-align: center;
	justify-content: center;
}
.extra-box > div.plus-box > div:last-child {
	border-right: 0;
	cursor: pointer;
}
.cart-products table {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
}


@media(max-width: 991px){

    .header-wrapper .nav-dark .header-logo-area{
        position: relative;
        top: 20px;
        order: 2;
        margin: 0;
        width: 133px;
    }
    .header-wrapper .nav-dark .header-logo-area img{
        padding: 0 !important; 
    }

    #logo{
        order: 2;
        margin: 0;
        display: flex;
        justify-content: center;
    }
    #logo img{
        padding: 18px;
    }

    .burger-icon{
        display: flex !important;
    }

    #masthead > div > div{
        width: 33.3333%;
    }
    #masthead .header-icons-box{
        order: 3;
    }
    #footer .feature_boxes{
        flex-wrap: wrap;
    }
    #footer .feature_boxes > div {
        width: calc(50% + 0px);
        padding: 20px;
    }
    #text-1923269952{
        font-size: 13px;
    }
    .footer-section > div.container{
        margin-top: 0 !important;
    }
    .footer-section{
        background-color: #000;
    }
    .footer-area > div {
        width: calc(100% + 0px) !important;
    }
    .footer-area{
        flex-wrap: wrap;
    }
    .footer-area > div {
        padding: 25px;
        color: #fff;
    }
    .footer-area > div:first-child .footer-menu > div {
        width: 50%;
    }
    .cat-main-page > div{
        width: 50% !important;
    }
}
.shop-page-title{
    text-align: right !important;
}
.cat-main-page > div{
    width: 15%;
}
.cat-main-page > div > div{
    background-color: rgba(247, 247, 247, 0.779);
    margin: 10px 10px;
    border-radius: 10px;
}
.cat-main-page > div > div{
    padding: 16px 0px 4px 0px;
}
.cat-main-page > div #image_655604694{
    width: 36%;
}
.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: none;
    z-index: 9998;
  }
  
  .mobile-menu-panel {
    position: fixed;
    top: 0;
    right: -280px;
    width: 260px;
    height: 100%;
    background: #fff;
    transition: right .3s ease;
    z-index: 9999;
    box-shadow: -3px 0 10px rgba(0,0,0,0.15);
    padding: 20px;
  }
  
  .mobile-menu-panel.active {
    right: 0;
  }
  
  .mobile-menu-overlay.active {
    display: block;
  }
  
  .mobile-menu-header {
    display:flex;
    justify-content: space-between;
    align-items:center;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
  }
  
  .close-mobile-menu {
    font-size: 28px;
    cursor:pointer;
  }
  
  .mobile-menu-list {
    list-style:none;
    margin:20px 0 0;
    padding:0;
  }
  
  .mobile-menu-list li {
    margin-bottom:15px;
  }
  
  .mobile-menu-list a {
    color:#333;
    font-size:16px;
  }
  /* زیرمنو */
.mobile-menu-list li.has-submenu {
    position: relative;
    padding-left: 20px;
  }
  
  .submenu-toggle {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 22px;
    cursor: pointer;
    transition: transform .2s ease;
  }
  
  .submenu {
    list-style: none;
    padding: 0 15px 0 0;
    margin-top: 10px;
    display: none;
    border-right: 1px solid #eee;
  }
  
  .submenu li {
    margin-bottom: 12px;
  }
  
  /* وقتی باز میشه */
  .submenu.open {
    display: block;
  }
  
  .submenu-toggle.rotate {
    transform: rotate(90deg);
  }

.burger-icon{
    display: none;
}