@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.organocenter.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.2") format("woff2");
}

:root {
	--wd-text-font: "IRANSansWeb_FaNum_Light", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "IRANSansWeb_FaNum_Medium", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "IRANSansWeb_FaNum_Medium", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(0, 161, 75);
	--wd-alternative-font: "IRANSansWeb_FaNum_Light", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "IRANSansWeb_FaNum_Medium", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "IRANSansWeb_FaNum_Medium", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 13px;
	--wd-brd-radius: 14px;
	--wd-primary-color: rgb(0,161,75);
	--wd-alternative-color: rgb(40,188,169);
	--wd-link-color: rgb(251,70,115);
	--wd-link-color-hover: rgb(0,161,75);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,161,75);
	--btn-accented-bgcolor-hover: rgb(0,161,75);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(30,115,190);
	background-image: url(https://www.organocenter.com/wp-content/uploads/2021/10/grocery-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(0,161,75);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(55,56,57);
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(240,240,240);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(240,240,240);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(240,240,240);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(240,240,240);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgb(240,240,240);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1440px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--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;
}

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


/* حذف عنوان دسته بندی از روی کارت های دسته بندی */
.wd-cat .wd-entities-title {
	display:none !important;
}

/* استایل کلی جدول ویژگی‌ها */
.woocommerce-product-attributes.shop_attributes {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 20px 20px 30px 20px; /* بالا، راست، پایین، چپ */
}

/* هر ردیف جدول */
.woocommerce-product-attributes.shop_attributes tr {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

/* آخرین ردیف بدون خط */
.woocommerce-product-attributes.shop_attributes tr:last-child {
    border-bottom: none;
}

/* عنوان ویژگی */
.woocommerce-product-attributes.shop_attributes th {
    font-weight: bold;
    color: #0c3c78;
    font-size: 15px;
    text-align: right;
    flex: 1;
}

/* مقدار ویژگی */
.woocommerce-product-attributes.shop_attributes td {
    font-size: 15px;
    color: #333;
    text-align: right;
    flex: 1;
}

/* Responsive موبایل */
@media (max-width: 768px) {
    .woocommerce-product-attributes.shop_attributes tr {
        flex-direction: column;
        align-items: flex-start;
    }
    .woocommerce-product-attributes.shop_attributes th, 
    .woocommerce-product-attributes.shop_attributes td {
        text-align: right;
        width: 100%;
    }
}
.shop_attributes tbody {
	    padding: 20px !important;
}
@media (min-width: 1025px) {
	.elementor-menu-cart__main .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
	text-align: center !important;
}
}

