.elementor-kit-7{--e-global-color-primary:#F7BD00;--e-global-color-secondary:#000000;--e-global-color-text:#353535;--e-global-color-accent:#E7B100;--e-global-color-3822c68:#FFFFFF;--e-global-color-e1c8cd2:#D0D0D0;--e-global-color-df7cd44:#EEEEEE;--e-global-typography-primary-font-family:"DimaSogand";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:900;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;background-color:#FAFAFA;font-family:"IRANSans", Sans-serif;font-size:0.8rem;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );font-size:0.9rem;border-radius:1rem 1rem 1rem 1rem;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-3822c68 );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a:hover{color:var( --e-global-color-accent );}.elementor-kit-7 h1{font-family:"DimaSogand", Sans-serif;}.elementor-kit-7 h2{font-size:1.6rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(min-width:2400px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:2000px;}.e-con{--container-max-width:2000px;}}@media(max-width:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}}@media(max-width:1024px){.elementor-kit-7 h2{font-size:1.3rem;}.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 *//* Expandable Button*/
.expandable-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.expandable-button:hover {
    z-index: 1;
}

.expandable-button:hover a {
    justify-content: flex-end;
    width: 100%;
}

.expandable-button .elementor-button-content-wrapper {
    align-items: center;
    gap: 0;
}

.expandable-button:hover .elementor-button-content-wrapper {
    align-items: center;
}

.expandable-button .elementor-button-text {
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: right;
    white-space: nowrap;
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
                max-width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                margin-inline-start 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.expandable-button:hover .elementor-button-text {
    opacity: 1;
    max-width: 200px;
    margin-inline-start: 0.4rem;
    text-align: right;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
                max-width 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
                margin-inline-start 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

@media (max-width: 1024px) {
.expandable-button:hover .elementor-button-text {
    opacity: 0;
    max-width: 0px;
    margin-inline-start: 0rem;
}
}

/* Fix Bugges*/
.elementor-menu-cart__toggle .elementor-button
 {
    background-color: var(--toggle-button-background-color, transparent);
}

.elementor-menu-cart__toggle .elementor-button:hover {
    background-color: var(--toggle-button-hover-background-color, transparent);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'DimaSogand';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://epooya.com/wp-content/uploads/2025/10/DimaSogand.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'IRANSans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb.eot');
	src: url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
		url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb.woff2') format('woff2'),
		url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb.woff') format('woff'),
		url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb.ttf') format('truetype');
}
@font-face {
	font-family: 'IRANSans';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb_Bold.eot');
	src: url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
		url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb_Bold.woff2') format('woff2'),
		url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb_Bold.woff') format('woff'),
		url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'IRANSans';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb_UltraLight.eot');
	src: url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),
		url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb_UltraLight.woff2') format('woff2'),
		url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb_UltraLight.woff') format('woff'),
		url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'IRANSans';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb_Light.eot');
	src: url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),
		url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb_Light.woff2') format('woff2'),
		url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb_Light.woff') format('woff'),
		url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
	font-family: 'IRANSans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb_Medium.eot');
	src: url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
		url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb_Medium.woff2') format('woff2'),
		url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb_Medium.woff') format('woff'),
		url('https://epooya.com/wp-content/uploads/2025/10/IRANSansWeb_Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */