:root {
	--wd-text-font: IRANSansXFaNum;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(68,68,68);
	--wd-text-font-size: 14px;
	--wd-title-font: IRANSansXFaNum;
	--wd-title-font-weight: 700;
	--wd-title-color: rgb(48,48,48);
	--wd-entities-title-font: IRANSansXFaNum;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(119,119,119);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "IRANSans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: IRANSansXFaNum;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(119,119,119);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: IRANSansXFaNum;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(250,150,135);
	--wd-alternative-color: rgb(99,118,73);
	--btn-default-font-family: IRANSansXFaNum;
	--btn-default-bgcolor: rgb(250,150,135);
	--btn-default-bgcolor-hover: rgb(249,85,59);
	--btn-accented-font-family: IRANSansXFaNum;
	--btn-accented-bgcolor: rgb(249,109,87);
	--btn-accented-bgcolor-hover: rgb(249,87,62);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(99,118,73);
	--notices-success-color: rgb(255,255,255);
	--notices-warning-bg: rgb(239,179,74);
	--notices-warning-color: rgb(255,255,255);
	--wd-link-color: rgb(250,150,135);
	--wd-link-color-hover: rgb(249,98,74);
	--wd-sticky-btn-height: 95px;
}
.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 {
	background-repeat: inherit;
	object-fit: cover;
	background-attachment: scroll;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(255,255,255);
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-family: IRANSansXFaNum;	font-size: 17px;
	color: rgb(249,143,131);
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: #f6f6f6;
	background-image: none;
}
.wd .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(234,192,185);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--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: 1340px;
--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-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: 12px;
}

@media (min-width: 1340px) {
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: IRANSansXFaNum !important;
}
rs-slides :is(h1,h2,h3,h4,h5,h6)[data-type=text] {
font-family: IRANSansXFaNum !important;
}

.wd-page-title {
background-color: rgb(99,118,73);
}

@font-face {
	font-family: "peyda";
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "manelii";
	font-weight: 400;
	font-style: normal;
}

.social-instagram {
    --social-color: #e6316ee3;
}

/* استایل کلی برای فرم */
.wpcf7-form {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* عنوان فرم */
.wpcf7-form h2 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

/* استایل برای فیلدهای فرم */
.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
    transition: border-color 0.3s;
    outline: none;
}

.form-control:focus {
    border-color: #637649;
}

/* استایل برای دکمه ارسال */
.submit-btn {
    background-color: #637649;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #778861;
}

/* استایل برای چک‌باکس */
.wpcf7-acceptance {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
/* تغییر رنگ متن چک‌باکس توافق به قرمز */
.wpcf7-acceptance label {
    color: red;
}

html {
  scroll-behavior: smooth;
}





@media (min-width: 577px) and (max-width: 767px) {
	div[class*=wd-carousel-spacing] .owl-nav>div[class*=prev]
{
	margin-right: 50px !important
}
div[class*=wd-carousel-spacing] .owl-nav>div[class*=next]
{
	margin-left:50px !important
}
}

@media (max-width: 576px) {
	#shop-carousel
{
    margin: 0px auto;
}
div[class*=wd-carousel-spacing] .owl-nav>div[class*=prev]
{
	margin-right: 50px !important
}
div[class*=wd-carousel-spacing] .owl-nav>div[class*=next]
{
	margin-left:50px !important;
}
}

