/*
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{

--background:#F6F1EB;
--surface:#FFFFFF;

--primary:#A98A73;
--primary-hover:#8B6E58;

--secondary:#D8C4B3;

--accent:#d4b185;

--title:#46362C;
--text:#90705c;
--text-light:#8F8178;

--border:#E8DED3;

--card:#FFFFFF;
--svg:#c8a06c;
/* Footer */

--footer:#EAE0D5;
--footer-border:#D8C8B7;
--footer-title:#46362C;
--footer-text:#6F5647;

--discount:#ab0000;
}
/* .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;
}}


