/*
Theme Name: socnara 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: socnaratheme
*/

/***************شروع تغییر دادن رنگ دوم کل سایت *******************/
:root{


    --bg:#0b0b0f;
    --glass:rgba(255,255,255,.06);
    --border:rgba(255,255,255,.08);

    --white:#fff;
    --text:#b8b8c2;

    --primary:#6C63FF;
 --bg: #020204;                  /* مشکی خالص و فوق‌العاده عمیق */
    --bg-header: rgba(2, 2, 4, 0.4); /* هدر شیشه‌ای هماهنگ با پس‌زمینه جدید */
    --card-inside: rgba(5, 5, 10, 0.85); /* تاریکی داخل کارت برای تضاد بیشتر */
    
    /* رنگ‌های نئونی تقویت شده با درخشش بالاتر */
    --accent: #00ffcc;              /* فسفری مایل به فیروزه‌ای بسیار روشن */
    --accent-purple: #b026ff;       /* بنفش نئونی خیره‌کننده */
    --text-color: #ffffff;          /* سفید خالص برای خوانایی در تاریکی */
    --glass-border: rgba(255, 255, 255, 0.05);
}
/* .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;
}}
