/*
Theme Name: nafas Theme
Theme URI: https://webfa24.com
Author: webfa24
Author URI: https://webfa24.com
Description: Custom Theme
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: nafastheme
*/

/***************شروع تغییر دادن رنگ دوم کل سایت *******************/
:root {
    --primary-color: #e31e52;
    --primary-hover: #c41443;
    --primary-soft: #fff1f5;
--primary-color: #e31e52; /* صورتی/قرمز اصلی */ --primary-hover: #c41443; /* حالت هاور رنگ اصلی */ --accent-orange: #ff4a22;--accent: #2c211e;
    /* رنگ مخصوص تخفیف و پیشنهاد ویژه */
    --accent-burgundy: #b4234b;
    --accent-burgundy-dark: #7f1735;
    --offer-gold: #f3c969;

    /* رنگ‌های خنثی */
    --text-main: #2b2b2b;
    --text-muted: #8d8d8d;
    --bg-light: #f9f9f9;
    --border-color: #e2e2e2;
    --white: #ffffff;

    /* سازگاری با متغیرهای استفاده‌شده در ادامه CSS */
    --primary: var(--primary-color);
    --title: var(--text-main);
    --text: var(--text-main);
    --secondary: var(--text-muted);

    /* بخش‌های سرمه‌ای */
    --navy-bg-start: #1c3552;
    --navy-bg-end: #14283e;
    --badge-navy: #15293f;

    /* رنگ‌های عمومی */
    --success: #2ecc71;
    --icon-muted: #555e6b;
 --wine:#8f1735;
  --wine-dark:#74122b;
  --cream:#f7f0eb;
  --text2:#3c292c;
}

/* .color {
	color:#D47EA4 !important;
}
.colorb {
	background-color:#D47EA4 !important;
} */


.woocommerce-button, .woocommerce .button {
    background:var(--accent) !important;
}



.woocommerce-product-search button {
      background: var(--accent) !important;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	background:var(--accent)!important;
}
/***************پایان تغییر دادن  رنگ دوم کل سایت *******************/

/*******
img.avatar.avatar-26.photo {
	display: none;
}
******/
a {
	text-decoration: none !important;
}

a,bdi, label, h2, h1, h3, h4, h5, h6, th, strong, p, input {
	font-family: 'iranyekan' !important;
}
.woocommerce-Price-currencySymbol{
padding-right:2px;
}
@media (max-width: 600px) {
.woocommerce-Price-currencySymbol{
padding-right:0.5px;
}}
@media (max-width: 500px) {
.mobile-none {
	display: none !important;
}}

@media (min-width: 500px) {
.windows-none {
	display: none !important;
}}


