/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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
*/

/* Add your custom styles here */

@font-face {
	font-family: muli;
	src: url("fonts/muli.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: tenorsans;
	src: url("fonts/tenorsans.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: fair;
	src: url("fonts/playfair.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}


body {
	font-family: muli !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.6;
}

p,
li {
	font-size: 1rem;
	line-height: 1.7;
}

p>img {
	margin: 1rem auto;
	max-width: 800px !important;
	width: 100%;
	border-radius: 15px !important;
}

.slogan{
    font-family: fair;
    font-size: 3rem;
}

li#menu-item-332,li.menu-item-332,li#menu-item-323,li.menu-item-323{
    border-bottom: 3px solid var(--e-global-color-secondary);
    background-color: var(--e-global-color-primary);
}

li#menu-item-332>a,li.menu-item-332>a,li#menu-item-323>a,li.menu-item-323>a{
    cursor: unset;
}

.elementor-section {
	margin: 3rem auto;
}

.elementor-pagination,
.elementor-slide-description {
	font-family: muli !important;
}

.elementor-heading-title,
.elementor-slide-heading {
	font-family: tenorsans !important;
}

.comment-form-url{
	display: none;
}
.pricr-promotion{
    display: block;
    margin-top: 1rem;
}
@media(min-width: 768px) {
	.elem_home_cta_link>a {
		min-width: 241px;
	}
}
@media(max-width: 768px){
    .slogan{
    font-size: 1.75rem;
    }
}
/*
WOOCOMMERCE CUSTOM STYLES
*/
.wc-cart-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7); /* سفید نیمه‌شفاف، opacity پایین برای کمتر تار بودن */
    display: none;
    z-index: 9999;
}

.elementor .elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button {
    display: none !important;
}
.elementor .elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions{
    display: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: var(--e-global-color-primary) !important;
    border: 2px solid var(--e-global-color-secondary);
}

a.button.wc-backward, a.button.wc-forward{
    background-color: var(--e-global-color-secondary);
    color: #fefefe;
}
a.button.wc-forward:hover{
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-primary); 
}
a.button.wc-backward:hover{
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
}
.cart-empty-icon{
    max-width: 100%;
    height: auto;
}
.cart-empty-icon path{
    fill: var(--e-global-color-secondary);
}
.woocommerce-message::before{
    color: var(--e-global-color-accent);
}
.elementor-widget-woocommerce-cart .woocommerce .coupon-col{
    align-items: center;
}
.elementor .woocommerce form .form-row .required{
    color: var(--e-global-color-accent);
}
.elementor .elementor-widget-woocommerce-cart .woocommerce{
    font-family: muli;
}
.price{
    font-family: muli !important;
}
.price > ins{
    text-decoration: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    background-color: var(--e-global-color-3ce3210) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background-color: var(--e-global-color-primary) !important;
}
.stars > span > a{
    color: var(--e-global-color--secondray);
}

a.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 200;
}

a.added_to_cart.wc-forward{
    display: none !important;
}

.single_add_to_cart_button.added::after{
    display: none !important;
}

.profile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 25px 15px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin: 20px auto;
    max-width: 300px;
    text-align: center;
}

.profile-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.profile-info > h3{
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
}

.profile-info > p {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    font-size: 16px;
    color: #666;
    word-break: break-all;
}

.edit-profile-btn {
    display: inline-block;
    padding: 8px 20px;
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-primary) !important;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s ease;
}

.edit-profile-btn:hover {
    background: var(--e-global-color-accent);
}

.brand-label{
    font-size: 0.9rem;
}

/* Responsive for mobile */
@media (max-width: 768px) {
    .profile-header {
        padding: 20px 12px;
        margin: 15px;
    }
    
    .profile-info h2 {
        font-size: 20px;
    }
    
    .profile-info p {
        font-size: 14px;
    }
}