:root {
	--wd-text-font: "iranyekan", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 300;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "iranyekan", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 300;
	--wd-title-color: #242424;
	--wd-entities-title-font: "iranyekan", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "iranyekan", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "dana", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 300;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "dana", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-primary-color: rgb(179,0,0);
	--wd-alternative-color: rgb(255,42,42);
	--btn-default-bgcolor: #000000;
	--btn-default-bgcolor-hover: #060606;
	--btn-accented-bgcolor: #CB9500;
	--btn-accented-bgcolor-hover: #c38f00;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(161,0,0);
	--notices-warning-color: #fff;
	--wd-link-color: #ef394e;
	--wd-link-color-hover: #cc3064;
}
.wd-age-verify-wrap {
	--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-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #1A1A1A;
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: #0a0a0a;
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: #0a0a0a;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

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

rs-slides :is([data-type=text],[data-type=button]) {
font-family: iranyekan !important;
}
rs-slides :is(h1,h2,h3,h4,h5,h6)[data-type=text] {
font-family: iranyekan !important;
}

.wd-page-title {
background-color: rgb(53,53,53);
}

.single-breadcrumbs-wrapper .woocommerce-breadcrumb, .single-breadcrumbs-wrapper .yoast-breadcrumb {
  background-color: black !important;
}
.single-product-page .product-image-summary-wrap {
  background-color: black !important;
}
.shop-loop-head {
  background-color: black !important;
}
.prad-ellipsis-2,.prad-ellipsis-3{color: #b30000;}
.woocommerce-Price-currencySymbol span{color:white !important;}

.prad-input-hidden{
    position:absolute;
    opacity:0;
}

/* ظاهر گزینه */
.prad-radio-item label{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    padding:12px 18px;
    margin:8px 0;
    border:1px solid #333;
    border-radius:12px;
    background:#151515;
    transition:.25s;
    cursor:pointer;
}

/* هاور */
.prad-radio-item label:hover{
    border-color:#ff0000;
    background:#1d1d1d;
    box-shadow:0 0 12px rgba(255,0,0,.25);
}

/* دایره انتخاب */
.prad-radio-mark{
    width:22px;
    height:22px;
    border:2px solid #666 !important;
    border-radius:50%;
    transition:.25s;
    background:#111;
}

/* وقتی انتخاب شد */
.prad-input-hidden:checked + label{
    border-color:#ff0000;
    background:linear-gradient(90deg,#240000,#111);
    box-shadow:0 0 15px rgba(255,0,0,.35);
}

.prad-input-hidden:checked + label .prad-radio-mark{
    background:#ff0000;
    border-color:#ff0000 !important;
    box-shadow:0 0 10px #ff0000;
}

/* متن */
.prad-block-content{
    color:#fff;
    font-size:15px;
    font-weight:600;
}

/* قیمت */
.prad-price{
    color:#ff4d4d;
    font-weight:bold;
}
/* باکس خلاصه قیمت */

.prad-product-price-summary{
    background: linear-gradient(145deg,#111,#1a1a1a);
    border:1px solid #333;
    border-right:4px solid #d40000;
    border-radius:12px;
    padding:18px;
    margin:25px 0;
    box-shadow:0 10px 25px rgba(0,0,0,.35);
}
.prad-block-title {
    color:white !important;
}
/* هر ردیف */

.prad-price-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:12px 0;
}

.prad-price-row:not(:last-child){
    border-bottom:1px solid rgba(255,255,255,.08);
}

/* عنوان */

.prad-label{
    color:#d7d7d7;
    font-size:16px;
    font-weight:700;
}

/* مبلغ */

.prad-value{
    color:#ff2020;
    font-size:22px;
    font-weight:700;
    text-shadow:0 0 8px rgba(255,0,0,.3);
}

/* افکت هاور */

.prad-product-price-summary:hover{
    border-color:#ff0000;
    box-shadow:0 0 20px rgba(255,0,0,.18);
}
.wd-page-title.page-title * {
    color: white !important;
}
.digits-form_tab-bar .digits-form_tab-item {
    color: white !important;
}
/*  متن فاکتور پنل کاربر مشتری مشکی شود*/
body.woocommerce-account .dropdowns-color-light * {
    color: #000 !important;
}
