/* 
Theme Name: Hello Child
Theme URI: https://elementor-site.ir/
Description: 
Author: Elementor Site
Author URI: https://elementor-site.ir/
Template: hello-elementor
Version: 1.0.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



html {
  scroll-behavior: smooth;
}
.login-box-right{
	font-family:'iransans' !important;
}

.woocommerce-info{
	font-family: 'iransans';
    font-size: 16px;
    font-weight: 500;
    background: #A96045;
    color: #F8F3E3;
    line-height: 1.9em;
	border-top-color: #F8F3E3;
}
.woocommerce-info::before {
    color: #F8F3E3 !important;
}
.woocommerce-info a{
	color: #F8F3E3;
}
.elementor-menu-cart__main{
	justify-content: center;
	align-items: center !important;
}
a [data-translate="ShahkarEditProfileText"]{
	display: none;
}
.vud-login-links{
    display: flex;
    gap: 16px;
    justify-content: space-around;
}
.vud-login-codes{
    margin-bottom:16px;
    margin-top:16px;
}
.vud-login-remember{
    margin-bottom:8px;
    margin-top:8px;
}
.vud-login-links div,
.vud-login-codes{
    padding: 12px;
    background: #A9604517;
    width: 100%;
    border-radius:6px;
    display: flex;
    justify-content: center;
}
.vud-login-links div a i,
.vud-login-codes .iconly-Arrow-Left-2{
    display: none;
}
.vud-login-links div a{
    text-align: center !important;
}
#vud_login_username .wp-submit,
#vud_signup_form .wp-submit,
#vud_send_email_reset_password .wp-submit,
#vud_login_verify .wp-submit{
    font-weight: bold !important;
    margin-top:16px;
    margin-bottom:8px;
}
.vud-login-title h1{
    font-size: 24px !important;
    margin-bottom:16px !important;
}
body.elementor-editor-active .site-content,
body .site-content {
    min-height: 300px; /* مقدار را به دلخواه تغییر بده */
}
body{

	background-color: #f5f5f5;
    background-position: 0 0, right 0 top 64rem;
    background-repeat: repeat-y, repeat-y;
    background-size: 50rem 128rem, 50rem 128rem;

    font-family: IRANYekanX, sans-serif;
    max-width: 100vw !important;
    height: 100vh !important;
    overflow-x: hidden;

    transition: opacity ease-in 0.2s;
}
@media(min-width:768px){
	body{
			    background-image:
        radial-gradient(32rem at 15% 50%, #facc1557, #facc152e 28%, #facc1514 55%, transparent 78%),
        radial-gradient(32rem at 85% 50%, #facc1557, #facc152e 28%, #facc1514 55%, transparent 78%) ;
	}
}
html {
    max-width: 100vw;
    height: 100%;
    overflow-x: hidden;
}

/* برای کل صفحه یا هر المان قابل اسکرول */
::-webkit-scrollbar {
  width: 10px;               /* ضخامت اسکرول */
  height: 6px;              /* برای اسکرول افقی */
}

/* پس‌زمینه مسیر (نوار خاکستری پشت خط آبی) */
::-webkit-scrollbar-track {
  background: #A960452B;       /* رنگ مسیر */
  border-radius: 10px;
}

/* خود اسکرول‌بار */
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #A96045 0%, #9C401E 100%); /* گرادین آبی */
  border-radius: 10px;
}

/* هنگام هاور روی اسکرول */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #A96045 0%, #9C401E 100%); /* گرادین آبی */
}

.agah-title{
    background: linear-gradient(120deg, #A96045, #d6876a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: ;
    font-family: 'yekanbakh' !important;
    font-weight: 800 !important;
}
html {
  scroll-behavior: smooth !important;
}
body{
    background:#f5f5f5;
}
.vpn-alert-overlay{
    display:none !important;
}