@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//dibadenim.ir/wp-content/themes/woodmart/fonts/woodmart-font-3-300.woff2?v=7.5.1") format("woff2");
}

:root {
	--wd-text-font: Yekanbakh;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(15,15,15);
	--wd-text-font-size: 14px;
	--wd-title-font: Yekanbakh;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(231,70,70);
	--wd-entities-title-font: Yekanbakh;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: Yekanbakh;
	--wd-widget-title-font: Yekanbakh;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: Yekanbakh;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(39,40,41);
	--wd-alternative-color: rgb(250,152,132);
	--wd-link-color: rgb(231,70,70);
	--wd-link-color-hover: rgb(250,152,132);
	--btn-default-bgcolor: rgb(231,70,70);
	--btn-default-bgcolor-hover: rgb(250,152,132);
	--btn-accented-bgcolor: rgb(231,70,70);
	--btn-accented-bgcolor-hover: rgb(250,152,132);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(85,139,47);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(255,143,0);
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-brd-color: rgb(232,234,246);
	--wd-form-brd-color-focus: rgb(197,202,233);
}
.product-labels .product-label.onsale {
	background-color: rgb(183,28,28);
}
.product-labels .product-label.new {
	background-color: rgb(183,28,28);
}
.product-labels .product-label.featured {
	background-color: rgb(26,35,126);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(66,66,66);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	color: rgb(66,66,66);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1350px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1367px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1350px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/*مربوط به مشکل چپ چین شدن چک باکس‌های داخل صفحه تسویه حساب*/
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    float: right;
}

.woocommerce form .form-row .input-checkbox {
    margin-top: 0px;
    float: none;
}

.woocommerce-shipping-totals .shipping_method
{
    float: right !important;
		margin-left: 15px !important;
}

.woocommerce-checkout-payment .wc_payment_method input
{
    float: none;
}

/*تغییر رنگ و فونت دکمه خرید در صفحه سبد خرید و تسویه حساب*/
button#place_order, a.checkout-button.button.alt.wc-forward.wp-element-button
{
    background: #558B2F;
    font-size: 17px;
}

/*کوچک کردن فونت فیلتر قیمت در صفحه فروشگاه*/
.price_slider_amount .price_label
{
    font-size: 12px !important;
}


/*خوشگل کردن جداول ویژگی‌های صفحه محصول*/
.shop_attributes tr {
 
		margin-bottom:15px !important;
}
/*جهت وسط چین کردن عمودی توضیحات صفحه محصول*/
.summary-inner.set-mb-l.reset-last-child {

		position: absolute;
    height: fit-content;
    top: 0px;
    bottom: 0px;
		margin: auto;
	  box-shadow: none !important
}
/*جهت دیزاین متن ثبت نام در سایت برای قیمت بر اساس نقش کاربری */
.ywcrbp_custom_message {
	
		    font-size: 17px;
    font-weight: bold;
    text-align: center;
    background: #fff3e2;
    padding: 15px;
    border-radius: 5px;
}


/*تغییر استایل دکمه پیش فاکتور در  صفحه سبد خرید */
 .button.pre-invoice  {
    width: 100% !important ;
    border-radius: 5px;
    background-color: #E8EAF6;
    font-size: 16px;
}
/*جهت نوشتن متن اعتبار قبل از دکمه پیش فاکتور در صفحه صبد خرید */
	.cart-totals-inner::after
{
	content:'پیش فاکتور از زمان صدور تا 24 ساعت اعتبار دارد';
  	color: #c62828;
    font-size: 17px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}
}



.shop_attributes tr:nth-child(odd)
{
    background-color: #F5F5F5 !important;
}



/*کدهای زیر مربوط به سفارشی سازی حساب کاربری می باشد */
/*ح ک به معنای حساب کاربری می باشد */


	/*تغییر آیکون های وضعیت سفارشات در صفحه حساب کاربری*/
	table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody tr img
	{width:35px;}

	/*تمام عرض کردن آیتم های حساب کاربری*/
	#my-account-menu
	{
  	  width: 100%;
	}

	/*برداشتن نوشته حساب کاربری من از بالای  سایدبار ح ک  */
	.woocommerce-MyAccount-title 
	{
		display: none;
	}

	/*وسط چین شدن نام کاربری و ایمیل ح ک  */
	.user-info
	{
		width: 100% !important;
    text-align: center;
	}

	/*بک گراند یاسی رنگ سایدبار ح ک */
	.wd-my-account-sidebar
	{
		background-color: #E8EAF6;
    border-radius: 10px;
    margin-top: 15px;
    padding: 20px !important;
    border: none;
	}

	/*بک گراند سفید نام کاربری و اواتار  ح ک */
	.user-profile
	{
		background-color: #ffff;
    border-radius: 10px;
    padding: 8px;
	}

	.user-profile .user-avatar
	{
		margin: 0 auto !important;
	}

	/*تغییر ظاهر نام کاربری ح ک */
	.username
	{
		font-size: 30px;
		font-weight: 900;
		margin-top: 15px;
    color: #000;
	}

	/*تغییر ایمیل کاربری ح ک */
	.user-email
	{
		font-size: 90%;
    color: #3F51B5;
	}

	/*جهت وسط چین شدن متن های داخل آیتم ها ح ک*/
	.item-label
	{
		text-align : center !important ;
	}

	/*انداختن حاشیه قرمز دور آواتار ح ک  */
	.avatar  
	{
		border: solid #e53935;
	}
	/*چسباندن محتوا سادیبار ح ک*/
	#my-account-menu
	{
		position: sticky;
    top: 125px;
	}

.woocommerce-my-account-wrapper
{
margin-right:unset !important;
margin-left:unset !important;
}

.woocommerce-MyAccount-content {
    padding-left: unset !important;
}


/*پیش فاکتور سبد خرید*/
.pre-invoice .template-1 table.shop-info.table-responsive.table-fixed tbody::before {
    content: "پیش فاکتور از زمان صدور 24 ساعت اعتبار دارد";
    color: #C62828;
    font-weight: bold;
    font-size: 17px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}@media (max-width: 576px) {
	/*مربوط به برداشتن پدینگ محتوای پیشخوان حساب کاربری */
.woocommerce-MyAccount-content
	{
		padding-right: 0px;
	}
}

