.elementor-kit-8{--e-global-color-primary:#8B5E3C;--e-global-color-secondary:#A0B2A1;--e-global-color-text:#626160;--e-global-color-accent:#FFFFFF;--e-global-color-f92e8cc:#100F0F;--e-global-color-a29b895:#2A2928;--e-global-color-067d5b5:#393736;--e-global-color-45381e1:#8B5E3C;--e-global-color-b6227fc:#386542;--e-global-color-20d1206:#DB0D0D;--e-global-color-1a050c2:#738D74;--e-global-typography-primary-font-family:"IRANYekanXFaNum";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"IRANYekanXFaNum";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"IRANYekanXFaNum";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"IRANYekanXFaNum";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;font-family:"IRANYekanXFaNum", Sans-serif;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{font-family:"IRANYekanXFaNum", Sans-serif;}.elementor-kit-8 h1{font-family:"IRANYekanXFaNum", Sans-serif;}.elementor-kit-8 h2{font-family:"IRANYekanXFaNum", Sans-serif;}.elementor-kit-8 h3{font-family:"IRANYekanXFaNum", Sans-serif;}.elementor-kit-8 h4{font-family:"IRANYekanXFaNum", Sans-serif;}.elementor-kit-8 h5{font-family:"IRANYekanXFaNum", Sans-serif;}.elementor-kit-8 h6{font-family:"IRANYekanXFaNum", Sans-serif;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );border-radius:7px 7px 7px 7px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1580px;}.e-con{--container-max-width:1580px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-kit-8{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:17px;--e-global-typography-text-font-size:13px;--e-global-typography-accent-font-size:15px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:20px;--e-global-typography-secondary-font-size:16px;--e-global-typography-text-font-size:12px;--e-global-typography-accent-font-size:14px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.fake-btn{
    position: relative;
    display: inline-flex;
    width: fit-content;
}
.fake-btn::before{
    content: "";
    display: block;
    position: absolute;
    border-radius: 10px;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: #D4DCD5;
    z-index: 0;
    transform: rotate(-5deg);
    transform-origin: 30%;
    transition: all 200ms ease-in-out;
}
.fake-btn:hover::before{
        transform: rotate(0deg);
    transition: all 200ms ease-in-out;
}
.fake-btn a{
    position: relative;
    z-index:1;
}
.discount-bage span{
    font-family: var(--e-global-typography-primary-font-family);
    color: var(--e-global-color-accent);
    background: var(--e-global-color-20d1206);
    border-radius: 13px;
    padding: 2px 6px;
    font-size: 14px;
    font-weight: bold;
}
.discount-price{
    font-family: var(--e-global-typography-primary-font-family);
    color: #848382;
    font-size: 16px;
    text-decoration-line: line-through;
}
.regular-price{
    font-family: var(--e-global-typography-primary-font-family);
    color: var(--e-global-color-a29b895);
    font-size: 22px;
    font-weight: bold;
}
@media(max-width:768px){
    .discount-bage span{
        font-size: 9px;
    }
    .discount-price{
        font-size: 10px;
    }
    .regular-price{
        font-size: 12px;
    }
    .pp-page .discount-bage span{
        font-size: 10px;
    }
    .pp-page .discount-price{
        font-size: 12px;
    }
    .pp-page .regular-price{
        font-size: 16px;
    }
}
.product-features-wrapper{
    display: flex;
    flex-direction: column;
    gap:10px;
}
.product-feature{
    font-size: 16px;
    
}
.product-feature .feature-label{
    font-family: var(--e-global-typography-primary-font-family);
    color: #848382;
}
.product-feature .feature-value{
    font-family: var(--e-global-typography-primary-font-family);
    color: var(--e-global-color-a29b895);
    
}
.color-box {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    color: #626160;
}
.h_iframe-aparat_embed_frame {
    position: relative;
    max-width: 800px;
    border-radius: 13px;
    overflow: hidden;
    margin: 20px auto;
}
.h_iframe-aparat_embed_frame .ratio {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 57%;
}
.h_iframe-aparat_embed_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Tablet */
@media (max-width: 1024px) {
    .color-box {
        font-size: var(--e-global-typography-secondary-font-size);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .color-box{
        font-size: var(--e-global-typography-secondary-font-size);
    }
}
.woocommerce-breadcrumb{
    display: flex;
    align-items: center;
    flex-wrap:wrap;
    gap: 5px;
}

.wp-audio-shortcode{
    width:100% !important;
    max-width: 400px !important;
    margin:auto !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'IRANYekanXFaNum';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://cityparquet.com/wp-content/uploads/2025/11/IRANYekanXFaNum-Regular.woff2') format('woff2'),
		url('https://cityparquet.com/wp-content/uploads/2025/11/IRANYekanXFaNum-Regular.woff') format('woff'),
		url('https://cityparquet.com/wp-content/uploads/2025/11/IRANYekanXFaNum-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'IRANYekanXFaNum';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://cityparquet.com/wp-content/uploads/2025/11/IRANYekanXFaNum-Medium.woff2') format('woff2'),
		url('https://cityparquet.com/wp-content/uploads/2025/11/IRANYekanXFaNum-Medium.woff') format('woff'),
		url('https://cityparquet.com/wp-content/uploads/2025/11/IRANYekanXFaNum-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'IRANYekanXFaNum';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://cityparquet.com/wp-content/uploads/2025/11/IRANYekanXFaNum-DemiBold.woff2') format('woff2'),
		url('https://cityparquet.com/wp-content/uploads/2025/11/IRANYekanXFaNum-DemiBold.woff') format('woff'),
		url('https://cityparquet.com/wp-content/uploads/2025/11/IRANYekanXFaNum-DemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'IRANYekanXFaNum';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://cityparquet.com/wp-content/uploads/2025/11/IRANYekanXFaNum-Bold.woff2') format('woff2'),
		url('https://cityparquet.com/wp-content/uploads/2025/11/IRANYekanXFaNum-Bold.woff') format('woff'),
		url('https://cityparquet.com/wp-content/uploads/2025/11/IRANYekanXFaNum-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */