/*
	Theme Name:   XTRA
	Theme URI:    https://xtratheme.com/
	Description:  Fast, lightweight and powerful Multipurpose theme for any kind of websites such as business, commerce, services, niche, portfolio, blog, etc.
	Version:      4.6.3
	Author:       Codevz
	Author URI:   https://codevz.com/
	Text Domain:  xtra
	Tested up to: 6.4
	Requires PHP: 5.6
	License:      GPLv2
	License URI:  http://gnu.org/licenses/gpl-2.0.html
	Tags:         custom-menu, custom-logo, entertainment, full-width-template, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
*/

/*
	PLEASE DO NOT edit this file, if you want add custom CSS go to Theme Options > Additional CSS
	Or install child theme and add your custom styles and functions.
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

/* تنظیم فونت Open Sans برای اعداد */
@font-face {
  font-family: 'Open Sans Numeric';
  src: local('Open Sans'), url('https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWJ0bf8pkAp6a.woff2') format('woff2');
  unicode-range: U+0030-0039; 
}
.header_2 .row {
	background-color: transparent !important;
	padding: 0px 40px 35px !important;
}
.page_cover.xtra-cover-type-rev * {
	font-family: 'iransans-regular' !important;
}
.page .products .attachment-woocommerce_thumbnail {
	min-height: 247px;
}
.archive .products .attachment-woocommerce_thumbnail {
	min-height: 395px;
}
.woocommerce-loop-product__title {
	min-height: 70px;
	    display: flex !important;  
    align-items: center !important; 
	justify-content: center !important;

}
.woocommerce-loop-product__title
{
	    font-family: 'Open Sans Numeric', Arial, sans-serif !important;

}
@media only screen and (max-width: 600px) {
  .logo_is_img.logo {
	max-width: 27%;
}
}



