.elementor-kit-6{--e-global-color-primary:#336AEA;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1a93606:#FFFFFF;--e-global-color-64d849c:#F7F7F7;--e-global-color-4578d4c:#424242;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-4578d4c );font-family:"YekanBakh", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-4578d4c );font-family:"YekanBakh", Sans-serif;}.elementor-kit-6 h1{color:var( --e-global-color-4578d4c );font-family:"YekanBakh", Sans-serif;}.elementor-kit-6 h2{color:var( --e-global-color-4578d4c );font-family:"YekanBakh", Sans-serif;}.elementor-kit-6 h3{color:var( --e-global-color-4578d4c );font-family:"YekanBakh", Sans-serif;}.elementor-kit-6 h4{color:var( --e-global-color-4578d4c );font-family:"YekanBakh", Sans-serif;}.elementor-kit-6 h5{color:var( --e-global-color-4578d4c );font-family:"YekanBakh", Sans-serif;}.elementor-kit-6 h6{color:var( --e-global-color-4578d4c );font-family:"YekanBakh", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"YekanBakh", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#error-popup{
    z-index: 10000;
}

button.quick-view-button {
    background-color: #Fff;
    padding: 10px 10px 2px 10px;
    border-radius: 4px;
    border: none;
}

button.quick-view-button img {
    width: 24px;
}

.elementor-image-box-wrapper {
    display: flex;
    flex-direction: row-reverse;
}


.elementor-icon-box-wrapper {
    display: flex
;
    flex-direction: row-reverse;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.elementor-icon-box-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}



button.save-post-btn {
    background-color: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    color: #54595f;
    font-family: 'YekanBakh';
}

button.save-post-btn:hover {
    background-color: #336AEA;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    color: #fff;
    font-family: 'YekanBakh';
}
button.save-post-btn:fucos {
    background-color: #336AEA;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    color: #fff;
    font-family: 'YekanBakh';
}
button.clb-like-button {
    display: flex
;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    color: #54595f;
    font-family: 'YekanBakh';
    background-color: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    padding: 5px 15px 5px 15px;
    font-size: 20px;
}

img.img_for_clb_like_button {
    width: 22px;
}




.woocommerce-tabs.wc-tabs-wrapper {
  font-family: YekanBakh !important;
}


a.elementor-button-free-download {
    position: relative;
    padding: 10.5px 20px;
    background-color: #336AEA !important;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    font-size: 15px;
    font-family: 'YekanBakh';
    font-weight: 500;
}

span.error-message {
    font-family: 'YekanBakh';
}



/* استایل دکمه ذخیره */
.save-post-btn {
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

/* انیمیشن لودینگ */
.save-post-btn.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* استایل دکمه ذخیره شده */
.save-post-btn.saved {
    background-color: #4CAF50; /* رنگ سبز برای حالت ذخیره شده */
    color: white;
}


p#billing_phone_field {
    width: 48%;
}

p#billing_first_name_field {
    width: 48%;
}

p#billing_email_field {
    width: 100%;
}

.woocommerce-billing-fields__field-wrapper {
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: space-between!important;
    align-content: center!important;
}

input:focus, textarea:focus {
    outline: 0px solid #336AEA !important; /* حذف کادر پیش‌فرض */
    border: 1px solid #336AEA !important; /* تغییر رنگ حاشیه */
}



/* مخفی کردن ctg-box به‌طور پیش‌فرض */
.ctg-box {
    display: none;
}

/* نمایش ctg-box فقط در صفحه فروشگاه */
body.shop-page .ctg-box {
    display: block; /* یا هر نمایش دیگری که نیاز دارید */
}
.elementor-widget-icon-box .elementor-icon-box-content {
    flex-grow: 1;
    width: auto !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://picoland.ir/wp-content/uploads/2025/03/YekanBakh-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://picoland.ir/wp-content/uploads/2025/03/YekanBakh-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://picoland.ir/wp-content/uploads/2025/03/YekanBakh-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://picoland.ir/wp-content/uploads/2025/03/YekanBakh-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://picoland.ir/wp-content/uploads/2025/03/YekanBakh-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://picoland.ir/wp-content/uploads/2025/03/YekanBakh-Black.woff2') format('woff2');
}
/* End Custom Fonts CSS */