/*
Theme Name: Razzi Child
Theme URI: https://demo4.drfuri.com/razzi/
Author: DrFuri
Author URI: http://drfuri.com
Description: Razzi Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: razzi
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: razzi
*/

@import "fonts.css";
:root {
    --rz-font-family-primary: 'IRANYekanX', Arial, sans-serif;
    --rz-font-family-code: IRANYekanX,Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    --rz-font-family-pre: IRANYekanX,"Courier 10 Pitch", Courier, monospace;

    --e-global-typography-primary-font-family:  IRANYekanX,"Roboto" !important;
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family:  IRANYekanX,"Roboto Slab" !important;
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family:  IRANYekanX,"Roboto" !important;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family:  IRANYekanX,"Roboto" !important;
    --e-global-typography-accent-font-weight: 500;
}
.elementor-kit-8 {

    --e-global-typography-primary-font-family:  IRANYekanX,"Roboto" !important;
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family:  IRANYekanX,"Roboto Slab" !important;
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family:  IRANYekanX,"Roboto" !important;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family:  IRANYekanX,"Roboto" !important;
    --e-global-typography-accent-font-weight: 500;
}
.elementor-widget-razzi-icon-box.elementor-vertical-align-middle .razzi-icon-box {
    gap: 0 15px;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 20px;
    right: auto;
}
table.shop_table thead th:first-child {
    padding-left: 30px;
    padding-right: 0 !important;
}
.woocommerce-MyAccount-content .greeting > span {
    display: none;
}
@media (max-width: 767px) {
    table.shop_table thead th:first-child {
        padding-left: 15px;
		padding-right: 0;
    }
}