/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
 * ------------------------------------------------------------------------------------ 
 *   						تغییر فونت 
 * ------------------------------------------------------------------------------------
 **/
body, h1, h2, h3, h4, h5, h6, p, span, div, a, button, input, textarea, select {
    font-family: 'Vazirmatn', sans-serif !important;
}

/* بهبود نمایش اعداد فارسی */
.fa-num {
    font-family: 'Vazirmatn', sans-serif;
    font-feature-settings: "tnum";
}

/* تنظیمات عمومی برای فونت فارسی */
html {
    font-family: 'Vazirmatn', sans-serif;
}

body {
    font-family: 'Vazirmatn', sans-serif;
    line-height: 1.8;
}



/*
 * ------------------------------------------------------------------------------------ 
 *   						Single prodcut technical specifications Table
 * ------------------------------------------------------------------------------------
 **/
/* استایل برای تیتر بنر دسته‌بندی */
.shoptimizer-category-banner h1 {
	color: transparent !important;
	background: #666666;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
	line-height: 1.4;
} 
