/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* :root{
	--wd-title-font: iranyekanx !important;
	--e-a-font-family: iranyekanx !important;
} */

@font-face {
	font-family: iranyekanx;
	font-style: normal;
	font-weight: 300;
	src: url('./fonts/IranYekanX/Woff/IRANYekanXFaNum-Light.woff') format('woff'),   
	url('./fonts/IranYekanX/Woff2/IRANYekanXFaNum-Light.woff2') format('woff2');		 
}



@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 900;
	src: url('./fonts/IranYekanX/Woff/IRANYekanXFaNum-Black.woff') format('woff'),   
	url('./fonts/IranYekanX/Woff2/IRANYekanXFaNum-Black.woff2') format('woff2');		 
}
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 950;
	src: url('./fonts/IranYekanX/Woff/IRANYekanXFaNum-ExtraBlack.woff') format('woff'),   
	url('./fonts/IranYekanX/Woff2/IRANYekanXFaNum-ExtraBlack.woff2') format('woff2');		 
}



@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: bold;
	src: url('./fonts/IranYekanX/Woff/IRANYekanXFaNum-Bold.woff') format('woff'),   
	url('./fonts/IranYekanX/Woff2/IRANYekanXFaNum-Bold.woff2') format('woff2');	 
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: normal;
	src: url('./fonts/IranYekanX/Woff/IRANYekanXFaNum-Regular.woff') format('woff'),   
	url('./fonts/IranYekanX/Woff2/IRANYekanXFaNum-Regular.woff2') format('woff2');	
}

@font-face {
	font-family: btitr;
	src: url('./fonts/BTitr/BTitr.ttf') format('truetype');
}







/* START footer fixed style menu in mobile*/
.wd-toolbar{position:fixed;inset-inline:0;bottom:0;z-index:350;display:flex;align-items:center;justify-content:space-between;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding:5px;height:55px;background-color:var(--bgcolor-white);box-shadow:0 0 9px rgba(0,0,0,0.12)}.wd-toolbar>a{display:flex;align-items:center;justify-content:center}.wd-toolbar>a,.wd-toolbar>div{flex:1 0 20%}.wd-toolbar>a,.wd-toolbar>div a{height:45px}.wd-toolbar .wd-header-cart.wd-design-5{margin-left:0}.wd-toolbar.wd-toolbar-label-show>a,.wd-toolbar.wd-toolbar-label-show>div a{position:relative;padding-bottom:15px}.wd-toolbar.wd-toolbar-label-show .wd-toolbar-label{display:block}.global-color-scheme-light .wd-toolbar a{color:#fff}.global-color-scheme-light .wd-toolbar a:hover{color:rgba(255,255,255,0.8)}.wd-toolbar-label{position:absolute;inset-inline:10px;bottom:3px;display:none;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-weight:600;font-size:11px;line-height:1;padding:1px 0}.wd-toolbar-shop .wd-tools-icon:before{content:"\f146";font-family:"woodmart-font"}.wd-toolbar-blog .wd-tools-icon:before{content:"\f145";font-family:"woodmart-font"}.wd-toolbar-home .wd-tools-icon:before{content:"\f144";font-family:"woodmart-font"}.wd-toolbar-link .wd-tools-icon:before{content:"\f140";font-family:"woodmart-font"}.wd-toolbar-link .wd-custom-icon{min-width:auto}.wd-toolbar-link .wd-custom-icon img{width:auto;height:20px}.wd-toolbar-shop-cat .wd-tools-icon:before{content:"\f15a";font-family:"woodmart-font"}body:not(:has(.wd-nav-side-hidden-mb-on)) .wd-toolbar-shop-cat{display:none}@media (min-width: 1025px){.wd-toolbar{display:none}}@media (max-width: 1024px){.sticky-toolbar-on{padding-bottom:55px}.sticky-toolbar-on .wd-sticky-btn{bottom:55px}.sticky-toolbar-on .scrollToTop{bottom:67px}.sticky-toolbar-on .wd-sticky-btn-shown.scrollToTop{bottom:calc(12px + 55px + var(--wd-sticky-btn-height))}}@media (max-width: 768.98px){.sticky-toolbar-on.wd-sticky-btn-on-mb{padding-bottom:calc(55px + var(--wd-sticky-btn-height))}}@media (min-width: 769px) and (max-width: 1024px){.sticky-toolbar-on.wd-sticky-btn-on{padding-bottom:calc(55px + var(--wd-sticky-btn-height))}}
/* END footer fixed style menu in mobile*/









.main-cate .elementor-widget-image{
    width: 150px;
    height: 150px;
    position: relative;
    -moz-box-shadow: inset 0 0 20px 20px #2c593d47;
    -webkit-box-shadow: inset 0 0 20px 20px #2c593d47;
    box-shadow: inset 0 0 20px 20px #2c593d47;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 15px 4px 10px;
	
}
.main-cate .elementor-widget-image img{
	transition: all .5s ease-in;
	transform: scale(1.0);
}
.main-cate .elementor-widget-image:hover img{
	transform: scale(1.05);
}
.title-line h2::after{
	border-bottom: 2px solid #2c593d;
    content: "";
    display: block;
    margin-left: 0;
    text-align: center;
    margin: 10px auto 0px;
    width: 80px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.title-line:hover h2::after{
	width: 120px;
}

.product-wrapper{
	box-shadow: 0px 0px 1px 0px #514141;
}
.price-prefix{
	font-size: 13px;
    font-weight: bold;
}
.woocommerce-Price-currencySymbol{
    padding-right: 3px;
    color: #222;
    font-size: 13px;
}

.product-wrapper .star-rating{
	display: none !important;
}

.gold-price-head{
	color: rgba(36, 36, 36, 1);
    font-weight: 400;
    font-size: 13px !important;
}
.gold-price-head div{display: inline-block;}

.main-cate .wd-text-block{
	font-size: 14px;
    font-weight: bold;
    color: #123;
}
table.variations .cell, single_variation_wrap{
	text-align: right;
}
.vi-wpvs-variation-style-content{
	display: flex;
    align-items: center;
}
.wd-free-progress-bar, .woocommerce-variation-availability {display: none !important;}
.vi-wpvs-variation-style-content .wd-reset-var{width: 100px !important;}

.whb-header-bottom, .whb-sticky-row {
        box-shadow: 0px 1px 1px 0px #dad7d7;
}

.wd-event-hover:hover>.wd-dropdown{
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.html-2level-menu li{
	position: relative;
	right: 0;
	color: #333;
	transition: all 0.2s;

}
.html-2level-menu li:hover{
	right: 5px;
	color: #2c593d;
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select{
	direction: rtl;
}
.vi-wpvs-option-button {overflow: visible !important;}
.vi-wpvs-variation-style.vi-wpvs-variation-style-horizontal {
    grid-template-columns: 1fr 8fr;
}
.woocommerce-variation-price .price {
    font-size: 166% !important;
}
table.variations {
    margin-bottom: 0 !important;
}
.varation-table{
	background: #f8f8f8;
    padding: 25px;
    border-radius: 10px;
}
.woocommerce-product-details__short-description{
	font-size: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.wd-empty-page{font-size: 38px;}
.wd-empty-page-text{display: none;}
#billing_country_field{display: none;}
@media screen and (min-width: 1024px){
	.wd-search-form{
		width: 60%;
		max-width: 600px;
	}
}


.digits-form_page{
	background: url(http://talamode.com/wp-content/uploads/2024/12/login-background-dark.webp);
}
.digits_secure_modal_box, .digits_ui, .digits_secure_modal_box *, .digits_ui *, .digits_font, .dig_ma-box, .dig_ma-box input, .dig_ma-box input::placeholder, .dig_ma-box ::placeholder, .dig_ma-box label, .dig_ma-box button, .dig_ma-box select, .dig_ma-box *{
	font-family: iranyekan !important;
}
.digits-form_heading{
	margin-bottom: 10px;
	text-align: center;
}

.digits-form_heading_text{
	font-size: 20px;
	font-weight: normal !important;
	text-align: center;
}
.digits-form_tab-bar{
	text-align: center !important;
}
.digits_login_use_phone, .digits-tab_active{
	font-size: 15px;
	font-weight: normal !important;
	text-decoration: none;
margin:auto;
}
.dig-mobile_field, .digits_otp_input-field{
	    border: 1px solid #2c593d !important;
		letter-spacing: 5px;
	    font-weight: normal;
		padding-left: 16px !important;
		text-align: center;
		
}
.digits_otp_input-field{
	letter-spacing: 0;
}
.dig_lasele{
	font-family: 'iranyekan';
}
.dig-mobile_field::placeholder{
	text-align: center;
}
.digits-form_input_row .digits-field-type_tac .dig_input_wrapper::after, .digits-form_input_row .digits-field-type_tac .selected .dig_input_wrapper::after{
	    border: 1px solid #2c593d;
    border-radius: 4px;
}
.digits-form_container{
	padding: 70px 20px;
    border-radius: 5px;
}
.digits-form_button_ic{
	transform: rotate(180deg);
    margin-right: 8px !important;
    display: inline-block;
}
.digits_back_icon{
	top: 1px;
    left: 2px;
}
:is(.breadcrumbs,.yoast-breadcrumb) :is(a,span){
	font-size: 13px;
}

.cate-desc .term-description{
	direction: rtl;
	text-align: right;
	background: #fafafa;
    padding: 40px;
    border-radius: 10px;
    border: 2px solid #2c593d47;
}
.adv-talamode .wd-list li{
	align-items: start;
}
.adv-talamode .wd-list li .list-icon{
	position: relative;
	top:2px;
}
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-default,
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-hover{
	font-weight: bold;
    letter-spacing: 1px;
}

.product-label.out-of-stock {
    background-color: #d40053 !important;
    color: white !important;
    border-radius: 4px !important;
    padding: 6px 8px !important;
}

@media screen and (max-width:768px){
	.center-mobile, .center-mobile div, .center-mobile p {
		text-align: center !important;
		margin-left: auto;
		margin-right: auto;
		}
	.reset_variations{font-size: 0 !important;}
	.digits-form_container{
		width: 84%;
	}
	.digits-form_page {
	    background-position: 47% 15%;
	}
}