@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//zanisfashion.com/wp-content/themes/zaniffashion/fonts/woodmart-font-2-400.woff2?v=8.0.6") format("woff2");
}

:root {
	--wd-text-font: "iransans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "iransans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "iransans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "iransans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "iransans", Arial, Helvetica, sans-serif;
	--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: "iransans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(92,92,92);
	--wd-alternative-color: rgb(0,0,0);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(92,92,92);
	--btn-accented-bgcolor-hover: rgb(15,15,15);
	--wd-form-brd-width: 1px;
	--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: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgb(221,51,51);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 768.98px) {
	.woocommerce-product-gallery.thumbs-position-left {
		--wd-thumbs-width: 180px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--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) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


@font-face {font-family: 'IRANSansXV';font-display: swap;
	src: url('/wp-content/uploads/assets/fonts/IRANSansXV.woff2') format('woff2-variations');
	src: url('/wp-content/uploads/assets/fonts/IRANSansXV.woff2') format('woff2') tech('variations');
	font-weight: 400 700;
	}
:root {
	  --wd-text-font: 'IRANSansXV', "Times New Roman", Roboto, Ubuntu, sans-serif;
    --wd-title-font: 'IRANSansXV', "Times New Roman", Roboto, Ubuntu, sans-serif;
    --wd-entities-title-font: 'IRANSansXV', "Times New Roman", Roboto, Ubuntu, sans-serif;
    --wd-widget-title-font: 'IRANSansXV', "Times New Roman", Roboto, Ubuntu, sans-serif;
    --wd-header-el-font: 'IRANSansXV', "Times New Roman", Roboto, Ubuntu, sans-serif;
}

/*
 * .wd-tools-element>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #fff !important;
    line-height: 1;
    padding-right: 10px;
    padding-left: 10px;
}
div.quantity {
    display: none;
}
:is(.btn,.button,button,[type="submit"],[type="button"]) {
    width: 54%;
    padding: 5px 20px;
    min-height: var(--btn-height);
    font-size: 13px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
    border: 0px solid transparent;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: var(--btn-transform);
    text-shadow: none;
    font-weight: var(--btn-font-weight);
    font-family: var(--btn-font-family);
    font-style: var(--btn-font-style);
    line-height: 1.2;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    color: var(--btn-color, #3E3E3E);
    background-color: var(--btn-bgcolor, #F3F3F3);
}
div.quantity {
    display: none !important;
}
p.stock.wd-style-default:is(.available-on-backorder,.in-stock) {
    color: var(--color-gray-800);
    display: none;
}
.product_title {
    font-size: 31px;
    line-height: 1.2;
    --page-title-display: block;
}
.wd-dropdown-menu.wd-design-full-width:not(.wd-scroll), .wd-dropdown-menu.wd-design-full-width.wd-scroll .wd-dropdown-inner {
    padding-top: 0px;
}
.wd-sub-menu li>a {
    color: #c7c7c7;
}
:is(.btn,.button,button,[type="submit"],[type="button"]) {
    width: 100%;
	  color: #ffffff;
    background-color: #039a5b;
}
.amount {
    color: #039a5b;
    font-weight: 600;
}
.product_title {
    font-size: 24px;
}
del .amount {
    color: #dd3333;
    font-weight: 600;
}
.flickity-button.next {
    left: 0;
    padding-right: 2px;
    display: none;
}
.flickity-button.previous {
    right: 0;
    padding-left: 2px;
    display: none;
}
#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-text {
    color: #303030;
    display: none;
}
 */
.custom-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #008efa; /* رنگ پس‌زمینه */
    color: #fff; /* رنگ متن */
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 9px;
    font-weight: bold;
    z-index: 10;
    display: none; /* به‌صورت پیش‌فرض مخفی است */
}

/* نمایش لیبل در حالت هاور */
.product-grid-item:hover .custom-label,
.product-list-item:hover .custom-label {
    display: block;
}
